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