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