Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | change semantics of searchpath2 and add searchpath3 | Mattias Andrée | 2015-12-20 | 5 | -117/+153 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
* | add searchpath and searchpath2 | Mattias Andrée | 2015-12-20 | 3 | -47/+190 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
* | add needstack | Mattias Andrée | 2015-12-20 | 1 | -0/+154 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
* | It is of course possible that int is 16 bits, and long is required to get 32 bits | Mattias Andrée | 2015-12-20 | 2 | -6/+6 | |
| | | | | | | (in this case, assuming 8-, 16-, and 32-bit integers exists) long must be 32 bits. Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
* | optimise implementations of {hton,ntoh}{s,l,ll} | Mattias Andrée | 2015-12-20 | 6 | -9/+70 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
* | fix issue #8 on github | Mattias Andrée | 2015-12-19 | 2 | -2/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
* | fix issue #7 on github, again | Mattias Andrée | 2015-12-18 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
* | fix issue #7 on github | Mattias Andrée | 2015-12-18 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
* | the pagesize shall be retrieved in crt0 to avoid an unnecessary branching in calls to malloc-functions | Mattias Andrée | 2015-12-16 | 1 | -0/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
* | fix issue #6 on github | Mattias Andrée | 2015-12-16 | 1 | -2/+21 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
* | add ntohs, ntohl, ntohll, htons, htonl, and htonll | Mattias Andrée | 2015-12-16 | 6 | -0/+257 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
* | fix issue #5 on github | Mattias Andrée | 2015-12-16 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
* | doc | Mattias Andrée | 2015-11-26 | 1 | -3/+51 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | sprintf considered safer | Mattias Andrée | 2015-11-26 | 1 | -0/+30 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | implement machinesize | Mattias Andrée | 2015-11-26 | 1 | -0/+158 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2015-11-25 | 1 | -2/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m etymology | Mattias Andrée | 2015-11-25 | 3 | -3/+3 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | tell in doc in which version things were introduced | Mattias Andrée | 2015-11-25 | 186 | -2/+662 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2015-11-25 | 6 | -9/+9 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add sockprintf, vsockprintf, sockwprintf, and vsockwprintf | Mattias Andrée | 2015-11-23 | 1 | -2/+161 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add todo | Mattias Andrée | 2015-11-20 | 1 | -0/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2015-11-20 | 2 | -2/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add optimised variants of *casecmp | Mattias Andrée | 2015-11-20 | 2 | -0/+148 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | more etymology | Mattias Andrée | 2015-11-20 | 12 | -3/+50 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | more etymology | Mattias Andrée | 2015-11-20 | 7 | -0/+18 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | fix issue #4 | Mattias Andrée | 2015-11-19 | 1 | -0/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | etymology for some functions | Mattias Andrée | 2015-11-19 | 9 | -2/+54 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | fix memory leak at failure of execveat (issue #3) | Mattias Andrée | 2015-11-19 | 1 | -2/+8 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | fix issue #2 | Mattias Andrée | 2015-11-19 | 1 | -0/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | doc | Mattias Andrée | 2015-11-19 | 2 | -3/+33 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | reorder new functions | Mattias Andrée | 2015-11-18 | 1 | -85/+85 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | doc some new functions | Mattias Andrée | 2015-11-18 | 1 | -4/+48 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add more string.h and wchar.h functions | Mattias Andrée | 2015-11-18 | 2 | -0/+430 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | whitespace | Mattias Andrée | 2015-11-18 | 1 | -1/+0 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add memmemmove, memmemcpy, wmemmemmove, and wmemmemcpy | Mattias Andrée | 2015-11-18 | 2 | -0/+44 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2015-11-18 | 5 | -5/+5 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | fix errors | Mattias Andrée | 2015-11-18 | 16 | -16/+16 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | implement additional string.h and wchar.h functions | Mattias Andrée | 2015-11-18 | 2 | -0/+754 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2015-11-18 | 1 | -2/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2015-11-18 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | split out string/strn/ from string/str/ | Mattias Andrée | 2015-11-17 | 15 | -0/+0 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m doc | Mattias Andrée | 2015-11-17 | 2 | -0/+4 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m + split wchar/*.c | Mattias Andrée | 2015-11-17 | 60 | -1068/+2018 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add wcsset | Mattias Andrée | 2015-11-17 | 1 | -0/+39 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | rearrange files | Mattias Andrée | 2015-11-17 | 62 | -0/+0 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add strset | Mattias Andrée | 2015-11-17 | 1 | -0/+39 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | split strstr.c and strchr.c | Mattias Andrée | 2015-11-17 | 18 | -343/+683 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | strcasecmp, strncasecmp, strcasecmp_l, and strncasecmp_l are implemented in src/string/ rather than src/strings/ | Mattias Andrée | 2015-11-17 | 1 | -0/+3 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | move strerror*.c to new dir: strerror/ | Mattias Andrée | 2015-11-17 | 4 | -0/+0 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m + typo + split (almost all) string/*.c | Mattias Andrée | 2015-11-17 | 45 | -840/+1496 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> |