| Commit message (Expand) | Author | Files | Lines |
2015-10-12 | m | Mattias Andrée | 1 | -3/+3 |
2015-10-12 | reserved names | Mattias Andrée | 1 | -1/+142 |
2015-10-12 | info: update copying | Mattias Andrée | 2 | -4/+5 |
2015-10-12 | info: add appendix Free Software Needs Free Documentation | Mattias Andrée | 2 | -0/+33 |
2015-10-12 | info: intro | Mattias Andrée | 2 | -5/+45 |
2015-10-12 | derp | Mattias Andrée | 1 | -6/+6 |
2015-10-12 | beginning of info manual | Mattias Andrée | 6 | -1/+1713 |
2015-10-12 | m doc | Mattias Andrée | 2 | -12/+12 |
2015-10-12 | simplified feature-test macros | Mattias Andrée | 11 | -105/+131 |
2015-10-11 | add zalloc | Mattias Andrée | 2 | -0/+50 |
2015-10-11 | beginning of scanf functions | Mattias Andrée | 2 | -0/+1159 |
2015-10-11 | m | Mattias Andrée | 1 | -3/+3 |
2015-10-11 | m | Mattias Andrée | 1 | -1/+0 |
2015-10-11 | m + m doc | Mattias Andrée | 3 | -9/+12 |
2015-10-11 | fix inclusions | Mattias Andrée | 2 | -2/+2 |
2015-10-11 | add fexec functions | Mattias Andrée | 1 | -0/+91 |
2015-10-11 | m | Mattias Andrée | 2 | -3/+191 |
2015-10-11 | add execat functions | Mattias Andrée | 2 | -4/+818 |
2015-10-11 | fix m error | Mattias Andrée | 1 | -1/+1 |
2015-10-11 | typo | Mattias Andrée | 1 | -4/+4 |
2015-10-11 | execvpe: simplify and fix errors | Mattias Andrée | 1 | -37/+16 |
2015-10-11 | m doc: exec will use . and default PATH if PATH is not set | Mattias Andrée | 2 | -8/+24 |
2015-10-11 | add exec functions | Mattias Andrée | 2 | -0/+562 |
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 | 4 | -0/+165 |
2015-10-10 | m todo | Mattias Andrée | 1 | -1/+5 |
2015-10-10 | m | Mattias Andrée | 3 | -32/+40 |
2015-10-10 | add atof | Mattias Andrée | 2 | -0/+53 |
2015-10-10 | add atoi, atol, atoll, and atoq | Mattias Andrée | 2 | -0/+173 |
2015-10-10 | update todo | Mattias Andrée | 1 | -0/+6 |
2015-10-10 | add abspath and relpath | Mattias Andrée | 3 | -0/+244 |
2015-10-10 | add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseends | Mattias Andrée | 5 | -3/+280 |
2015-10-10 | m doc | Mattias Andrée | 4 | -8/+8 |
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 | 2 | -3/+12 |
2015-10-07 | m slibc_perror | Mattias Andrée | 2 | -3/+3 |
2015-09-12 | m readme | Mattias Andrée | 1 | -2/+3 |
2015-09-03 | add _l functions in ctype.h | Mattias Andrée | 2 | -8/+247 |
2015-09-03 | add some integer types | Mattias Andrée | 2 | -5/+117 |
2015-09-03 | m | Mattias Andrée | 2 | -2/+1 |
2015-09-03 | remove some todos | Mattias Andrée | 5 | -5/+0 |
2015-09-03 | add printf functions, not fully implemented | Mattias Andrée | 6 | -20/+2491 |
2015-09-02 | misc | Mattias Andrée | 16 | -18/+132 |
2015-09-02 | add memcasecmp and wmemcasecmp | Mattias Andrée | 4 | -0/+87 |
2015-09-02 | fix some warnings and errors | Mattias Andrée | 7 | -9/+32 |
2015-09-02 | m | Mattias Andrée | 2 | -2/+2 |
2015-09-02 | add div functions | Mattias Andrée | 5 | -3/+284 |
2015-09-02 | add WEOF to wchar.h | Mattias Andrée | 1 | -0/+8 |