summaryrefslogtreecommitdiff
path: root/compiler.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-10Add strlcpy() functionH. Peter Anvin1-0/+4
2009-07-05Change noreturn macro to no_return to avoid header file problemsH. Peter Anvin1-2/+2
2009-07-01compiler.h: new macro for a non-returning functionH. Peter Anvin1-0/+9
2009-06-28Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin1-4/+27
2009-03-01autoconf: detect the broken bool in OpenWatcom 1.8H. Peter Anvin1-1/+1
2008-10-30compiler.h: add offsetof() and container_of()H. Peter Anvin1-1/+14
2008-06-10Make it possible to use "inline" and "restrict"H. Peter Anvin1-2/+14
2008-06-10Introduce likely/unlikely macros, use them in saa.cH. Peter Anvin1-0/+12
2008-06-08Use autoconf to detect WORDS_LITTLEENDIANH. Peter Anvin1-0/+3
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