aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add support of musl-libcMarc Vertes2017-04-201-0/+4
* Avoid conflicting definition for va_list on 64-bit MacsDavid Mertens2016-08-041-0/+3
* win64: fix va_arggrischka2016-07-101-1/+2
* include/stddef.h: define NULL only if undefinedseyko2015-10-251-0/+3
* Add arm64 (AArch64) as a target architecture.Edmund Grimley Evans2015-02-231-0/+13
* Corrected spelling mistakes in comments and stringsVincent Lefevre2014-04-071-1/+1
* stdbool.h: Make conformant to ISOC99Michael Matz2014-04-071-0/+1
* Declare wint_t in <stddef.h> when neededMichael Matz2014-04-071-0/+15
* x86_64: pass va_list as pointerDaniel Glöckner2014-03-301-4/+4
* New implementation of va_list/va_start/var_copy that do not use dynamic memor...mingodad2014-03-281-9/+19
* Fixed the LDBL_* macros in include/float.h for x86-64: as saidVincent Lefevre2014-01-121-1/+1
* Add va_* macro implementation for ARMThomas Preud'homme2013-11-251-0/+11
* Fixed x86-64 long double passing.James Lyon2013-04-261-2/+2
* Sorted out CMake on x86-64 and fixed silly XMM# bug introduced when working o...James Lyon2013-04-251-78/+0
* 64-bit tests now pass (well, nearly).James Lyon2013-04-241-3/+3
* win32: _mingw.h: do not undef NULLgrischka2013-01-241-1/+1
* Remove semicolon in x86-64 va_arg definition.Thomas Preud'homme2011-08-051-1/+1
* Support struct arguments with stdarg.hShinichiro Hamaji2010-12-281-42/+10
* win64: defined size_t and ptrdiff_t to unsigned long longgrischka2010-01-141-6/+14
* win64: use new headers from mingwgrischka2009-07-182-9/+16
* drop alloca #definegrischka2009-05-162-24/+2
* Return value of exit should be void.Shinichiro Hamaji2009-04-181-1/+1
* fix makefiles etc for subdirsgrischka2009-04-181-0/+1
* new subdirs: include, lib, testsgrischka2009-04-186-0/+264