summaryrefslogtreecommitdiff
path: root/compiler.h
AgeCommit message (Expand)AuthorFilesLines
2008-02-16Some compilers define __386__ instead of __i386__H. Peter Anvin1-1/+1
2007-12-29regularized spelling of license to match name of LICENSE fileBeroset1-1/+1
2007-11-13Address data is int64_t; simplify writing an address objectH. Peter Anvin1-0/+11
2007-10-26Better handling of platforms which hide "extended" functionalityH. Peter Anvin1-5/+21
2007-10-18Cleaner solution for MinGW handling of __STRICT_ANSI__H. Peter Anvin1-0/+5
2007-10-11Define macros necessary for <inttypes.h> on C++H. Peter Anvin1-0/+7
2007-10-10Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin1-0/+8
2007-10-03Use autoconf to request feature macrosH. Peter Anvin1-8/+0
2007-10-02Portability fixesH. Peter Anvin1-4/+14
2007-09-28Add substitutes for snprintf() and vsnprintf()H. Peter Anvin1-5/+16
2007-09-17Cleaner way to handle MSVC's _snprintf() underscore damageH. Peter Anvin1-0/+10
2007-04-13AIf we have config.h, we should actually include it!!H. Peter Anvin1-2/+6
2007-04-13Macroize any compiler-specific code; macros defined in "compiler.h"H. Peter Anvin1-0/+36