aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-13m docMattias Andrée1-4/+10
2015-10-13warning if stdalign or stdnoreturn are included without C11Mattias Andrée2-0/+8
2015-10-13guard stdbool.h with __bool_true_false_are_defined rather than _STDBOOL_H to let the macros to be undefined, and then redefined by including stdboo...Mattias Andrée1-2/+1
2015-10-13stdbool.h requires c99Mattias Andrée1-0/+3
2015-10-12feature-test macrosMattias Andrée4-131/+467
2015-10-12some feature-test macrosMattias Andrée1-1/+62
2015-10-12_PORTABLE_SOURCES does not disable POSIX extensionsMattias Andrée1-6/+6
2015-10-12m docMattias Andrée1-6/+6
2015-10-12simplified feature-test macrosMattias Andrée11-105/+131
2015-10-11add zallocMattias Andrée1-0/+25
2015-10-11beginning of scanf functionsMattias Andrée1-0/+518
2015-10-11m + m docMattias Andrée2-5/+10
2015-10-11add fexec functionsMattias Andrée1-0/+91
2015-10-11add execat functionsMattias Andrée1-4/+311
2015-10-11m doc: exec will use . and default PATH if PATH is not setMattias Andrée1-4/+12
2015-10-11add exec functionsMattias Andrée1-0/+186
2015-10-10string.h may include strings.hMattias Andrée1-0/+5
2015-10-10add SCN* and PRI* constantsMattias Andrée1-0/+1025
2015-10-10inttypes.h defines wchar_tMattias Andrée1-0/+1
2015-10-10inttypes.h includes stdint.hMattias Andrée1-0/+3
2015-10-10add abs, labs, llabs, and imaxabsMattias Andrée2-0/+57
2015-10-10mMattias Andrée1-16/+20
2015-10-10add atofMattias Andrée1-0/+15
2015-10-10add atoi, atol, atoll, and atoqMattias Andrée1-0/+57
2015-10-10add abspath and relpathMattias Andrée1-0/+40
2015-10-10add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée2-0/+112
2015-10-10m docMattias Andrée2-4/+4
2015-10-08on some systems, va_start and va_end contains { and }, respetively, therefore, if _PORTABLE_SOURCE or _LIBRARY_HEADER is defined, they should here tooMattias Andrée1-2/+10
2015-10-07m slibc_perrorMattias Andrée1-1/+1
2015-09-03add _l functions in ctype.hMattias Andrée1-5/+218
2015-09-03add some integer typesMattias Andrée2-5/+117
2015-09-03add printf functions, not fully implementedMattias Andrée3-18/+1083
2015-09-02miscMattias Andrée10-8/+112
2015-09-02add memcasecmp and wmemcasecmpMattias Andrée2-0/+34
2015-09-02fix some warnings and errorsMattias Andrée4-6/+29
2015-09-02add div functionsMattias Andrée3-3/+178
2015-09-02add WEOF to wchar.hMattias Andrée1-0/+8
2015-09-02m misc wcharMattias Andrée1-9/+8
2015-09-02stpbrk => strpbrkMattias Andrée1-1/+1
2015-09-02mMattias Andrée2-7/+1
2015-09-02add intptr_t, useconds_t, NULL and STD*_FILENO to unistd.hMattias Andrée1-0/+29
2015-09-02add EXIT_SUCCESS and EXIT_FAILUREMattias Andrée1-1/+14
2015-09-02add ffs functionsMattias Andrée1-0/+28
2015-09-02add prototypes for strcasecmp_l and strncasecmp_lMattias Andrée1-2/+33
2015-09-02typoMattias Andrée2-8/+8
2015-09-02automate some parts of intconfMattias Andrée1-47/+0
2015-09-02add incorrection headers that redirect with a warningMattias Andrée6-0/+120
2015-09-02fix more errorsMattias Andrée3-22/+36
2015-09-01fix some more errorsMattias Andrée2-12/+12
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée10-96/+132