| Commit message (Expand) | Author | Files | Lines |
| 2015-10-10 | string.h may include strings.h | Mattias Andrée | 1 | -0/+5 |
| 2015-10-10 | add SCN* and PRI* constants | Mattias Andrée | 1 | -0/+1025 |
| 2015-10-10 | inttypes.h defines wchar_t | Mattias Andrée | 1 | -0/+1 |
| 2015-10-10 | inttypes.h includes stdint.h | Mattias Andrée | 1 | -0/+3 |
| 2015-10-10 | add abs, labs, llabs, and imaxabs | Mattias Andrée | 2 | -0/+57 |
| 2015-10-10 | m | Mattias Andrée | 1 | -16/+20 |
| 2015-10-10 | add atof | Mattias Andrée | 1 | -0/+15 |
| 2015-10-10 | add atoi, atol, atoll, and atoq | Mattias Andrée | 1 | -0/+57 |
| 2015-10-10 | add abspath and relpath | Mattias Andrée | 1 | -0/+40 |
| 2015-10-10 | add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseends | Mattias Andrée | 2 | -0/+112 |
| 2015-10-10 | m doc | Mattias Andrée | 2 | -4/+4 |
| 2015-10-08 | 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 | 1 | -2/+10 |
| 2015-10-07 | m slibc_perror | Mattias Andrée | 1 | -1/+1 |
| 2015-09-03 | add _l functions in ctype.h | Mattias Andrée | 1 | -5/+218 |
| 2015-09-03 | add some integer types | Mattias Andrée | 2 | -5/+117 |
| 2015-09-03 | add printf functions, not fully implemented | Mattias Andrée | 3 | -18/+1083 |
| 2015-09-02 | misc | Mattias Andrée | 10 | -8/+112 |
| 2015-09-02 | add memcasecmp and wmemcasecmp | Mattias Andrée | 2 | -0/+34 |
| 2015-09-02 | fix some warnings and errors | Mattias Andrée | 4 | -6/+29 |
| 2015-09-02 | add div functions | Mattias Andrée | 3 | -3/+178 |
| 2015-09-02 | add WEOF to wchar.h | Mattias Andrée | 1 | -0/+8 |
| 2015-09-02 | m misc wchar | Mattias Andrée | 1 | -9/+8 |
| 2015-09-02 | stpbrk => strpbrk | Mattias Andrée | 1 | -1/+1 |
| 2015-09-02 | m | Mattias Andrée | 2 | -7/+1 |
| 2015-09-02 | add intptr_t, useconds_t, NULL and STD*_FILENO to unistd.h | Mattias Andrée | 1 | -0/+29 |
| 2015-09-02 | add EXIT_SUCCESS and EXIT_FAILURE | Mattias Andrée | 1 | -1/+14 |
| 2015-09-02 | add ffs functions | Mattias Andrée | 1 | -0/+28 |
| 2015-09-02 | add prototypes for strcasecmp_l and strncasecmp_l | Mattias Andrée | 1 | -2/+33 |
| 2015-09-02 | typo | Mattias Andrée | 2 | -8/+8 |
| 2015-09-02 | automate some parts of intconf | Mattias Andrée | 1 | -47/+0 |
| 2015-09-02 | add incorrection headers that redirect with a warning | Mattias Andrée | 6 | -0/+120 |
| 2015-09-02 | fix more errors | Mattias Andrée | 3 | -22/+36 |
| 2015-09-01 | fix some more errors | Mattias Andrée | 2 | -12/+12 |
| 2015-09-01 | start on makefile and fixing warnings and errors | Mattias Andrée | 10 | -96/+132 |
| 2015-09-01 | add memfrob | Mattias Andrée | 1 | -1/+13 |
| 2015-09-01 | add strfry | Mattias Andrée | 1 | -0/+13 |
| 2015-09-01 | add basename and dirname | Mattias Andrée | 2 | -0/+80 |
| 2015-09-01 | add strtok functions | Mattias Andrée | 2 | -0/+104 |
| 2015-09-01 | add strspn functions | Mattias Andrée | 2 | -0/+80 |
| 2015-09-01 | add strstr functions | Mattias Andrée | 2 | -0/+259 |
| 2015-09-01 | add strchr and variants | Mattias Andrée | 2 | -2/+204 |
| 2015-09-01 | add index and rindex | Mattias Andrée | 1 | -0/+19 |
| 2015-09-01 | add string/array comparision functions | Mattias Andrée | 3 | -1/+151 |
| 2015-08-31 | fix strdup functions | Mattias Andrée | 1 | -8/+7 |
| 2015-08-31 | add _LIBRARY_HEADER | Mattias Andrée | 24 | -58/+53 |
| 2015-08-31 | m | Mattias Andrée | 2 | -2/+2 |
| 2015-08-31 | fix dupa macros | Mattias Andrée | 2 | -20/+26 |
| 2015-08-31 | add bcopy | Mattias Andrée | 1 | -1/+12 |
| 2015-08-31 | add memory copying functions | Mattias Andrée | 2 | -6/+1135 |
| 2015-08-31 | add strlen and wcslen | Mattias Andrée | 2 | -2/+95 |