aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdarg.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-12mMattias Andrée1-3/+3
2015-10-12reserved namesMattias Andrée1-1/+142
2015-10-12info: update copyingMattias Andrée2-4/+5
2015-10-12info: add appendix Free Software Needs Free DocumentationMattias Andrée2-0/+33
2015-10-12info: introMattias Andrée2-5/+45
2015-10-12derpMattias Andrée1-6/+6
2015-10-12beginning of info manualMattias Andrée6-1/+1713
2015-10-12m docMattias Andrée2-12/+12
2015-10-12simplified feature-test macrosMattias Andrée11-105/+131
2015-10-11add zallocMattias Andrée2-0/+50
2015-10-11beginning of scanf functionsMattias Andrée2-0/+1159
2015-10-11mMattias Andrée1-3/+3
2015-10-11mMattias Andrée1-1/+0
2015-10-11m + m docMattias Andrée3-9/+12
2015-10-11fix inclusionsMattias Andrée2-2/+2
2015-10-11add fexec functionsMattias Andrée1-0/+91
2015-10-11mMattias Andrée2-3/+191
2015-10-11add execat functionsMattias Andrée2-4/+818
2015-10-11fix m errorMattias Andrée1-1/+1
2015-10-11typoMattias Andrée1-4/+4
2015-10-11execvpe: simplify and fix errorsMattias Andrée1-37/+16
2015-10-11m doc: exec will use . and default PATH if PATH is not setMattias Andrée2-8/+24
2015-10-11add exec functionsMattias Andrée2-0/+562
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ée4-0/+165
2015-10-10m todoMattias Andrée1-1/+5
2015-10-10mMattias Andrée3-32/+40
2015-10-10add atofMattias Andrée2-0/+53
2015-10-10add atoi, atol, atoll, and atoqMattias Andrée2-0/+173
2015-10-10update todoMattias Andrée1-0/+6
2015-10-10add abspath and relpathMattias Andrée3-0/+244
2015-10-10add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée5-3/+280
2015-10-10m docMattias Andrée4-8/+8
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ée2-3/+12
2015-10-07m slibc_perrorMattias Andrée2-3/+3
2015-09-12m readmeMattias Andrée1-2/+3
2015-09-03add _l functions in ctype.hMattias Andrée2-8/+247
2015-09-03add some integer typesMattias Andrée2-5/+117
2015-09-03mMattias Andrée2-2/+1
2015-09-03remove some todosMattias Andrée5-5/+0
2015-09-03add printf functions, not fully implementedMattias Andrée6-20/+2491
2015-09-02miscMattias Andrée16-18/+132
2015-09-02add memcasecmp and wmemcasecmpMattias Andrée4-0/+87
2015-09-02fix some warnings and errorsMattias Andrée7-9/+32
2015-09-02mMattias Andrée2-2/+2
2015-09-02add div functionsMattias Andrée5-3/+284
2015-09-02add WEOF to wchar.hMattias Andrée1-0/+8