aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/include
Commit message (Expand)AuthorAgeFilesLines
* Use define for wchar_t typeBernhard Schommer2023-02-011-6/+2
* <stddef.h>: define NULL with type void *Xavier Leroy2019-02-041-1/+1
* <stdbool.h>: add missing macro __bool_true_false_are_definedXavier Leroy2019-02-041-0/+1
* Define the C11 type max_align_t (#115)Bernhard Schommer2018-05-241-0/+9
* Change the syntax to gcc/clangs syntax.Bernhard Schommer2017-02-011-1/+1
* New version to support designators.Bernhard Schommer2017-01-241-1/+1
* Implement offsetof via builtin.Bernhard Schommer2017-01-201-1/+1
* Added iso646 header for alternate spellings.Bernhard Schommer2016-04-061-0/+49
* Added the _Noreturn keyword.Bernhard Schommer2016-03-232-0/+80
* Include fix for wint_t gcc problem.Bernhard Schommer2016-01-211-12/+16
* More gcc/newlib compatibility code.Bernhard Schommer2015-12-111-2/+13
* Also test if the __VA_LIST macro is defined to avoid problems with the typede...Bernhard Schommer2015-07-091-2/+8
* Removed brackets around ty in macro of offestof.Bernhard Schommer2015-07-071-1/+1
* Diab defines w_char to be unsigned short.Bernhard Schommer2015-07-071-1/+1
* Better define the __GNUC__ macro which avoids the inclusion of va_list header...Bernhard Schommer2015-07-071-0/+4
* Make also the wchar definition diab compatible.Bernhard Schommer2015-06-261-0/+15
* Added diab specific macros for stddef to avoid redefinition of size_t.Bernhard Schommer2015-06-261-0/+9
* Typo in #ifndef guard.Xavier Leroy2015-05-091-1/+1
* Improve compatibility with MacOS X.Xavier Leroy2015-04-261-0/+3
* Provide and use compiler-dependent standard headers.Xavier Leroy2015-04-255-0/+298