aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* add zallocMattias Andrée2015-10-111-0/+25
* beginning of scanf functionsMattias Andrée2015-10-111-0/+518
* m + m docMattias Andrée2015-10-112-5/+10
* add fexec functionsMattias Andrée2015-10-111-0/+91
* add execat functionsMattias Andrée2015-10-111-4/+311
* m doc: exec will use . and default PATH if PATH is not setMattias Andrée2015-10-111-4/+12
* add exec functionsMattias Andrée2015-10-111-0/+186
* 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-102-0/+57
* mMattias Andrée2015-10-101-16/+20
* add atofMattias Andrée2015-10-101-0/+15
* add atoi, atol, atoll, and atoqMattias Andrée2015-10-101-0/+57
* add abspath and relpathMattias Andrée2015-10-101-0/+40
* add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée2015-10-102-0/+112
* m docMattias Andrée2015-10-102-4/+4
* 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-081-2/+10
* m slibc_perrorMattias Andrée2015-10-071-1/+1
* add _l functions in ctype.hMattias Andrée2015-09-031-5/+218
* add some integer typesMattias Andrée2015-09-032-5/+117
* add printf functions, not fully implementedMattias Andrée2015-09-033-19/+1084
* miscMattias Andrée2015-09-0210-8/+112
* add memcasecmp and wmemcasecmpMattias Andrée2015-09-022-0/+34
* fix some warnings and errorsMattias Andrée2015-09-024-6/+29
* add div functionsMattias Andrée2015-09-023-3/+178
* add WEOF to wchar.hMattias Andrée2015-09-021-0/+8
* m misc wcharMattias Andrée2015-09-021-9/+8
* stpbrk => strpbrkMattias Andrée2015-09-021-1/+1
* 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
* add EXIT_SUCCESS and EXIT_FAILUREMattias Andrée2015-09-021-1/+14
* add ffs functionsMattias Andrée2015-09-021-0/+28
* add prototypes for strcasecmp_l and strncasecmp_lMattias Andrée2015-09-021-2/+33
* typoMattias Andrée2015-09-022-8/+8
* automate some parts of intconfMattias Andrée2015-09-021-47/+0
* add incorrection headers that redirect with a warningMattias Andrée2015-09-026-0/+120
* fix more errorsMattias Andrée2015-09-023-22/+36
* fix some more errorsMattias Andrée2015-09-012-12/+12
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-0110-96/+132
* add memfrobMattias Andrée2015-09-011-1/+13
* add strfryMattias Andrée2015-09-011-0/+13
* add basename and dirnameMattias Andrée2015-09-012-0/+80
* add strtok functionsMattias Andrée2015-09-012-0/+104
* add strspn functionsMattias Andrée2015-09-012-0/+80
* add strstr functionsMattias Andrée2015-09-012-0/+259
* add strchr and variantsMattias Andrée2015-09-012-2/+204
* add index and rindexMattias Andrée2015-09-011-0/+19
* add string/array comparision functionsMattias Andrée2015-09-013-1/+151