Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | error.h requires _gnu_source | Mattias Andrée | 2015-10-13 | 1 | -6/+6 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2015-10-13 | 2 | -6/+6 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2015-10-13 | 1 | -4/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2015-10-13 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m feature-test macro checking | Mattias Andrée | 2015-10-13 | 1 | -2/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m + info: error reporting facilities from errno.h, string.h and stdio.h | Mattias Andrée | 2015-10-13 | 1 | -0/+4 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2015-10-13 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | CPP directive __func__ requires C99 | Mattias Andrée | 2015-10-13 | 1 | -7/+14 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m doc | Mattias Andrée | 2015-10-13 | 1 | -2/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | __noreturn shall be at the beginning of the prototypes | Mattias Andrée | 2015-10-13 | 4 | -13/+13 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | static_assert is only defined if C11 is used | Mattias Andrée | 2015-10-13 | 1 | -1/+3 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | inclusion guard for assert.h do not guard definitions that depend on NDEBUG being unset | Mattias Andrée | 2015-10-13 | 1 | -12/+15 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | c revision warnings for stdarg.h | Mattias Andrée | 2015-10-13 | 1 | -0/+8 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add todo about undefined behaviour of offsetof | Mattias Andrée | 2015-10-13 | 1 | -0/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m doc | Mattias Andrée | 2015-10-13 | 1 | -4/+10 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | warning if stdalign or stdnoreturn are included without C11 | Mattias Andrée | 2015-10-13 | 2 | -0/+8 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | guard stdbool.h with __bool_true_false_are_defined rather than _STDBOOL_H to let the macros to be undefined, and then redefined by including ↵ | Mattias Andrée | 2015-10-13 | 1 | -2/+1 | |
| | | | | | | stdbool.h again Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | stdbool.h requires c99 | Mattias Andrée | 2015-10-13 | 1 | -0/+3 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | feature-test macros | Mattias Andrée | 2015-10-12 | 4 | -131/+467 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | some feature-test macros | Mattias Andrée | 2015-10-12 | 1 | -1/+62 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | _PORTABLE_SOURCES does not disable POSIX extensions | Mattias Andrée | 2015-10-12 | 1 | -6/+6 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m doc | Mattias Andrée | 2015-10-12 | 1 | -6/+6 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | simplified feature-test macros | Mattias Andrée | 2015-10-12 | 11 | -105/+131 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add zalloc | Mattias Andrée | 2015-10-11 | 1 | -0/+25 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | beginning of scanf functions | Mattias Andrée | 2015-10-11 | 1 | -0/+518 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m + m doc | Mattias Andrée | 2015-10-11 | 2 | -5/+10 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add fexec functions | Mattias Andrée | 2015-10-11 | 1 | -0/+91 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add execat functions | Mattias Andrée | 2015-10-11 | 1 | -4/+311 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m doc: exec will use . and default PATH if PATH is not set | Mattias Andrée | 2015-10-11 | 1 | -4/+12 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add exec functions | Mattias Andrée | 2015-10-11 | 1 | -0/+186 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | string.h may include strings.h | Mattias Andrée | 2015-10-10 | 1 | -0/+5 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add SCN* and PRI* constants | Mattias Andrée | 2015-10-10 | 1 | -0/+1025 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | inttypes.h defines wchar_t | Mattias Andrée | 2015-10-10 | 1 | -0/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | inttypes.h includes stdint.h | Mattias Andrée | 2015-10-10 | 1 | -0/+3 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add abs, labs, llabs, and imaxabs | Mattias Andrée | 2015-10-10 | 2 | -0/+57 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2015-10-10 | 1 | -16/+20 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add atof | Mattias Andrée | 2015-10-10 | 1 | -0/+15 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add atoi, atol, atoll, and atoq | Mattias Andrée | 2015-10-10 | 1 | -0/+57 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add abspath and relpath | Mattias Andrée | 2015-10-10 | 1 | -0/+40 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseends | Mattias Andrée | 2015-10-10 | 2 | -0/+112 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m doc | Mattias Andrée | 2015-10-10 | 2 | -4/+4 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | on some systems, va_start and va_end contains { and }, respetively, therefore, if _PORTABLE_SOURCE or _LIBRARY_HEADER is defined, they should here too | Mattias Andrée | 2015-10-08 | 1 | -2/+10 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m slibc_perror | Mattias Andrée | 2015-10-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add _l functions in ctype.h | Mattias Andrée | 2015-09-03 | 1 | -5/+218 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add some integer types | Mattias Andrée | 2015-09-03 | 2 | -5/+117 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add printf functions, not fully implemented | Mattias Andrée | 2015-09-03 | 3 | -19/+1084 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | misc | Mattias Andrée | 2015-09-02 | 10 | -8/+112 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add memcasecmp and wmemcasecmp | Mattias Andrée | 2015-09-02 | 2 | -0/+34 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | fix some warnings and errors | Mattias Andrée | 2015-09-02 | 4 | -6/+29 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add div functions | Mattias Andrée | 2015-09-02 | 3 | -3/+178 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> |