Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add WEOF to wchar.h | Mattias Andrée | 2015-09-02 | 1 | -0/+8 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m misc wchar | Mattias Andrée | 2015-09-02 | 4 | -13/+12 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | stpbrk => strpbrk | Mattias Andrée | 2015-09-02 | 2 | -2/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2015-09-02 | 2 | -7/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add intptr_t, useconds_t, NULL and STD*_FILENO to unistd.h | Mattias Andrée | 2015-09-02 | 1 | -0/+29 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add EXIT_SUCCESS and EXIT_FAILURE | Mattias Andrée | 2015-09-02 | 1 | -1/+14 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add ffs functions | Mattias Andrée | 2015-09-02 | 2 | -0/+83 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add prototypes for strcasecmp_l and strncasecmp_l | Mattias Andrée | 2015-09-02 | 1 | -2/+33 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2015-09-02 | 4 | -18/+18 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | automate some parts of intconf | Mattias Andrée | 2015-09-02 | 5 | -55/+114 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | assert shall flush all streams | Mattias Andrée | 2015-09-02 | 1 | -0/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | silence obj/deps.mk rule | Mattias Andrée | 2015-09-02 | 1 | -2/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add incorrection headers that redirect with a warning | Mattias Andrée | 2015-09-02 | 6 | -0/+120 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | fix more errors | Mattias Andrée | 2015-09-02 | 9 | -35/+71 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | remove old debug line | Mattias Andrée | 2015-09-02 | 1 | -1/+0 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | fix more warnings | Mattias Andrée | 2015-09-01 | 3 | -1/+7 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2015-09-01 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | fix some more errors | Mattias Andrée | 2015-09-01 | 6 | -16/+27 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | start on makefile and fixing warnings and errors | Mattias Andrée | 2015-09-01 | 41 | -163/+364 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add memfrob | Mattias Andrée | 2015-09-01 | 3 | -2/+52 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add strfry | Mattias Andrée | 2015-09-01 | 3 | -2/+60 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add basename and dirname | Mattias Andrée | 2015-09-01 | 4 | -1/+185 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add strtok functions | Mattias Andrée | 2015-09-01 | 4 | -0/+306 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add strspn functions | Mattias Andrée | 2015-09-01 | 4 | -0/+257 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add strstr functions | Mattias Andrée | 2015-09-01 | 7 | -12/+715 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | wcswcs is deprecated | Mattias Andrée | 2015-09-01 | 2 | -4/+4 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add strchr and variants | Mattias Andrée | 2015-09-01 | 5 | -3/+504 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add index and rindex | Mattias Andrée | 2015-09-01 | 2 | -0/+62 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add string/array comparision functions | Mattias Andrée | 2015-09-01 | 7 | -2/+427 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | fix strdup functions | Mattias Andrée | 2015-08-31 | 2 | -11/+10 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add _LIBRARY_HEADER | Mattias Andrée | 2015-08-31 | 25 | -60/+64 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2015-08-31 | 2 | -2/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | update todo | Mattias Andrée | 2015-08-31 | 1 | -0/+20 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2015-08-31 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | fix dupa macros | Mattias Andrée | 2015-08-31 | 2 | -20/+26 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add bcopy | Mattias Andrée | 2015-08-31 | 2 | -1/+46 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add memory copying functions | Mattias Andrée | 2015-08-31 | 18 | -6/+2756 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add strlen and wcslen | Mattias Andrée | 2015-08-31 | 4 | -2/+200 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | strerror_l is always MT-Safe | Mattias Andrée | 2015-08-31 | 2 | -4/+0 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m doc | Mattias Andrée | 2015-08-31 | 1 | -2/+4 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2015-08-31 | 1 | -2/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | do not define strerror_r if _SLIBC_SOURCE is used | Mattias Andrée | 2015-08-31 | 1 | -1/+3 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | wint_t and wchar_t are not portable, additionally they are not guaranteed to be defined as expected and thus should not be used | Mattias Andrée | 2015-08-31 | 2 | -12/+19 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | wchar_t and wint_t not safe for marshalling | Mattias Andrée | 2015-08-31 | 1 | -0/+10 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2015-08-31 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | update todo: character class determination | Mattias Andrée | 2015-08-31 | 2 | -0/+5 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add ctype.h: add ASCII character type testers, that do not take locale | Mattias Andrée | 2015-08-31 | 2 | -0/+537 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | update todo: paging locking | Mattias Andrée | 2015-08-30 | 1 | -0/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | null considered harmful considered harmful | Mattias Andrée | 2015-08-30 | 1 | -0/+12 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add prototypes for brk and sbrk | Mattias Andrée | 2015-08-30 | 1 | -0/+105 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> |