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