| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-12-21 | add getenv | Mattias Andrée | 1 | -0/+73 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-21 | add clearenv | Mattias Andrée | 1 | -0/+58 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-21 | in case environ is set to null | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-21 | add getpass | Mattias Andrée | 1 | -0/+193 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-21 | add creat | Mattias Andrée | 1 | -0/+44 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-21 | daemonise | Mattias Andrée | 1 | -0/+257 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-20 | etymology: daemon | Mattias Andrée | 1 | -0/+2 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-20 | add daemon | Mattias Andrée | 1 | -0/+99 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-20 | compile-time configurable default value for path | Mattias Andrée | 1 | -2/+11 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-20 | m | Mattias Andrée | 2 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-20 | change semantics of searchpath2 and add searchpath3 | Mattias Andrée | 5 | -117/+153 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-20 | add searchpath and searchpath2 | Mattias Andrée | 3 | -47/+190 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-20 | add needstack | Mattias Andrée | 1 | -0/+154 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-20 | It is of course possible that int is 16 bits, and long is required to get 32 bits | Mattias Andrée | 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> | |||||
| 2015-12-20 | optimise implementations of {hton,ntoh}{s,l,ll} | Mattias Andrée | 6 | -9/+70 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-19 | fix issue #8 on github | Mattias Andrée | 2 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-18 | fix issue #7 on github, again | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-18 | fix issue #7 on github | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-16 | the pagesize shall be retrieved in crt0 to avoid an unnecessary branching in calls to malloc-functions | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-16 | fix issue #6 on github | Mattias Andrée | 1 | -2/+21 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-16 | add ntohs, ntohl, ntohll, htons, htonl, and htonll | Mattias Andrée | 6 | -0/+257 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-16 | fix issue #5 on github | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-11-26 | doc | Mattias Andrée | 1 | -3/+51 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-26 | sprintf considered safer | Mattias Andrée | 1 | -0/+30 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-26 | implement machinesize | Mattias Andrée | 1 | -0/+158 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-25 | typo | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-25 | m etymology | Mattias Andrée | 3 | -3/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-25 | tell in doc in which version things were introduced | Mattias Andrée | 186 | -2/+662 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-25 | typo | Mattias Andrée | 6 | -9/+9 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-23 | add sockprintf, vsockprintf, sockwprintf, and vsockwprintf | Mattias Andrée | 1 | -2/+161 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-20 | add todo | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-20 | m | Mattias Andrée | 2 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-20 | add optimised variants of *casecmp | Mattias Andrée | 2 | -0/+148 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-20 | more etymology | Mattias Andrée | 12 | -3/+50 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-20 | more etymology | Mattias Andrée | 7 | -0/+18 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-19 | fix issue #4 | Mattias Andrée | 1 | -0/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-19 | etymology for some functions | Mattias Andrée | 9 | -2/+54 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-19 | fix memory leak at failure of execveat (issue #3) | Mattias Andrée | 1 | -2/+8 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-19 | fix issue #2 | Mattias Andrée | 1 | -0/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-19 | doc | Mattias Andrée | 2 | -3/+33 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | reorder new functions | Mattias Andrée | 1 | -85/+85 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | doc some new functions | Mattias Andrée | 1 | -4/+48 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | add more string.h and wchar.h functions | Mattias Andrée | 2 | -0/+430 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | whitespace | Mattias Andrée | 1 | -1/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | add memmemmove, memmemcpy, wmemmemmove, and wmemmemcpy | Mattias Andrée | 2 | -0/+44 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | typo | Mattias Andrée | 5 | -5/+5 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | fix errors | Mattias Andrée | 16 | -16/+16 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | implement additional string.h and wchar.h functions | Mattias Andrée | 2 | -0/+754 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | m | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
