| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | typo | Mattias Andrée | 2015-10-11 | 1 | -4/+4 |
* | execvpe: simplify and fix errors | Mattias Andrée | 2015-10-11 | 1 | -37/+16 |
* | m doc: exec will use . and default PATH if PATH is not set | Mattias Andrée | 2015-10-11 | 2 | -8/+24 |
* | add exec functions | Mattias Andrée | 2015-10-11 | 2 | -0/+562 |
* | string.h may include strings.h | Mattias Andrée | 2015-10-10 | 1 | -0/+5 |
* | add SCN* and PRI* constants | Mattias Andrée | 2015-10-10 | 1 | -0/+1025 |
* | inttypes.h defines wchar_t | Mattias Andrée | 2015-10-10 | 1 | -0/+1 |
* | 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 | 4 | -0/+165 |
* | m todo | Mattias Andrée | 2015-10-10 | 1 | -1/+5 |
* | m | Mattias Andrée | 2015-10-10 | 3 | -32/+40 |
* | add atof | Mattias Andrée | 2015-10-10 | 2 | -0/+53 |
* | add atoi, atol, atoll, and atoq | Mattias Andrée | 2015-10-10 | 2 | -0/+173 |
* | update todo | Mattias Andrée | 2015-10-10 | 1 | -0/+6 |
* | add abspath and relpath | Mattias Andrée | 2015-10-10 | 3 | -0/+244 |
* | add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseends | Mattias Andrée | 2015-10-10 | 5 | -3/+280 |
* | m doc | Mattias Andrée | 2015-10-10 | 4 | -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 too | Mattias Andrée | 2015-10-08 | 2 | -3/+12 |
* | m slibc_perror | Mattias Andrée | 2015-10-07 | 2 | -3/+3 |
* | m readme | Mattias Andrée | 2015-09-12 | 1 | -2/+3 |
* | add _l functions in ctype.h | Mattias Andrée | 2015-09-03 | 2 | -8/+247 |
* | add some integer types | Mattias Andrée | 2015-09-03 | 2 | -5/+117 |
* | m | Mattias Andrée | 2015-09-03 | 2 | -2/+1 |
* | remove some todos | Mattias Andrée | 2015-09-03 | 5 | -5/+0 |
* | add printf functions, not fully implemented | Mattias Andrée | 2015-09-03 | 6 | -20/+2491 |
* | misc | Mattias Andrée | 2015-09-02 | 16 | -18/+132 |
* | add memcasecmp and wmemcasecmp | Mattias Andrée | 2015-09-02 | 4 | -0/+87 |
* | fix some warnings and errors | Mattias Andrée | 2015-09-02 | 7 | -9/+32 |
* | m | Mattias Andrée | 2015-09-02 | 2 | -2/+2 |
* | add div functions | Mattias Andrée | 2015-09-02 | 5 | -3/+284 |
* | add WEOF to wchar.h | Mattias Andrée | 2015-09-02 | 1 | -0/+8 |
* | m misc wchar | Mattias Andrée | 2015-09-02 | 4 | -13/+12 |
* | stpbrk => strpbrk | Mattias Andrée | 2015-09-02 | 2 | -2/+2 |
* | 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 | 2 | -0/+83 |
* | add prototypes for strcasecmp_l and strncasecmp_l | Mattias Andrée | 2015-09-02 | 1 | -2/+33 |
* | typo | Mattias Andrée | 2015-09-02 | 4 | -18/+18 |
* | automate some parts of intconf | Mattias Andrée | 2015-09-02 | 5 | -55/+114 |
* | assert shall flush all streams | Mattias Andrée | 2015-09-02 | 1 | -0/+1 |
* | silence obj/deps.mk rule | Mattias Andrée | 2015-09-02 | 1 | -2/+2 |
* | 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 | 9 | -35/+71 |
* | remove old debug line | Mattias Andrée | 2015-09-02 | 1 | -1/+0 |
* | fix more warnings | Mattias Andrée | 2015-09-01 | 3 | -1/+7 |
* | m | Mattias Andrée | 2015-09-01 | 1 | -1/+1 |
* | fix some more errors | Mattias Andrée | 2015-09-01 | 6 | -16/+27 |
* | start on makefile and fixing warnings and errors | Mattias Andrée | 2015-09-01 | 41 | -163/+364 |
* | add memfrob | Mattias Andrée | 2015-09-01 | 3 | -2/+52 |