aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* info: introMattias Andrée2015-10-122-5/+45
* derpMattias Andrée2015-10-121-6/+6
* beginning of info manualMattias Andrée2015-10-126-1/+1713
* m docMattias Andrée2015-10-122-12/+12
* simplified feature-test macrosMattias Andrée2015-10-1211-105/+131
* add zallocMattias Andrée2015-10-112-0/+50
* beginning of scanf functionsMattias Andrée2015-10-112-0/+1159
* mMattias Andrée2015-10-111-3/+3
* mMattias Andrée2015-10-111-1/+0
* m + m docMattias Andrée2015-10-113-9/+12
* fix inclusionsMattias Andrée2015-10-112-2/+2
* add fexec functionsMattias Andrée2015-10-111-0/+91
* mMattias Andrée2015-10-112-3/+191
* add execat functionsMattias Andrée2015-10-112-4/+818
* fix m errorMattias Andrée2015-10-111-1/+1
* typoMattias Andrée2015-10-111-4/+4
* execvpe: simplify and fix errorsMattias Andrée2015-10-111-37/+16
* m doc: exec will use . and default PATH if PATH is not setMattias Andrée2015-10-112-8/+24
* add exec functionsMattias Andrée2015-10-112-0/+562
* string.h may include strings.hMattias Andrée2015-10-101-0/+5
* add SCN* and PRI* constantsMattias Andrée2015-10-101-0/+1025
* inttypes.h defines wchar_tMattias Andrée2015-10-101-0/+1
* inttypes.h includes stdint.hMattias Andrée2015-10-101-0/+3
* add abs, labs, llabs, and imaxabsMattias Andrée2015-10-104-0/+165
* m todoMattias Andrée2015-10-101-1/+5
* mMattias Andrée2015-10-103-32/+40
* add atofMattias Andrée2015-10-102-0/+53
* add atoi, atol, atoll, and atoqMattias Andrée2015-10-102-0/+173
* update todoMattias Andrée2015-10-101-0/+6
* add abspath and relpathMattias Andrée2015-10-103-0/+244
* add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée2015-10-105-3/+280
* m docMattias Andrée2015-10-104-8/+8
* on some systems, va_start and va_end contains { and }, respetively, therefore, if _PORTABLE_SOURCE or _LIBRARY_HEADER is defined, they should here tooMattias Andrée2015-10-082-3/+12
* m slibc_perrorMattias Andrée2015-10-072-3/+3
* m readmeMattias Andrée2015-09-121-2/+3
* add _l functions in ctype.hMattias Andrée2015-09-032-8/+247
* add some integer typesMattias Andrée2015-09-032-5/+117
* mMattias Andrée2015-09-032-2/+1
* remove some todosMattias Andrée2015-09-035-5/+0
* add printf functions, not fully implementedMattias Andrée2015-09-036-20/+2491
* miscMattias Andrée2015-09-0216-18/+132
* add memcasecmp and wmemcasecmpMattias Andrée2015-09-024-0/+87
* fix some warnings and errorsMattias Andrée2015-09-027-9/+32
* mMattias Andrée2015-09-022-2/+2
* add div functionsMattias Andrée2015-09-025-3/+284
* add WEOF to wchar.hMattias Andrée2015-09-021-0/+8
* m misc wcharMattias Andrée2015-09-024-13/+12
* stpbrk => strpbrkMattias Andrée2015-09-022-2/+2
* mMattias Andrée2015-09-022-7/+1
* add intptr_t, useconds_t, NULL and STD*_FILENO to unistd.hMattias Andrée2015-09-021-0/+29