| Commit message (Expand) | Author | Age | Files | Lines | 
| ... |  | 
| *  | fix punctuation | Mattias Andrée | 2015-12-27 | 1 | -4/+4 | 
| *  | fix errors and warnings | Mattias Andrée | 2015-12-27 | 8 | -3/+19 | 
| *  | fix errors | Mattias Andrée | 2015-12-27 | 1 | -22/+27 | 
| *  | suppress a bunch of warnings | Mattias Andrée | 2015-12-27 | 1 | -0/+79 | 
| *  | fix issue #9 on github | Mattias Andrée | 2015-12-26 | 1 | -1/+1 | 
| *  | add undaemonise | Mattias Andrée | 2015-12-25 | 1 | -4/+49 | 
| *  | typo | Mattias Andrée | 2015-12-23 | 1 | -1/+1 | 
| *  | m | Mattias Andrée | 2015-12-23 | 1 | -3/+3 | 
| *  | daemonise: user-private daemons | Mattias Andrée | 2015-12-23 | 1 | -3/+17 | 
| *  | daemonise: may also be redistributed under the term of the expat license | Mattias Andrée | 2015-12-23 | 1 | -1/+3 | 
| *  | daemonise: etymology | Mattias Andrée | 2015-12-23 | 1 | -0/+2 | 
| *  | add getenv | Mattias Andrée | 2015-12-21 | 1 | -0/+73 | 
| *  | add clearenv | Mattias Andrée | 2015-12-21 | 1 | -0/+58 | 
| *  | in case environ is set to null | Mattias Andrée | 2015-12-21 | 1 | -1/+1 | 
| *  | add getpass | Mattias Andrée | 2015-12-21 | 1 | -0/+193 | 
| *  | add creat | Mattias Andrée | 2015-12-21 | 1 | -0/+44 | 
| *  | daemonise | Mattias Andrée | 2015-12-21 | 1 | -0/+257 | 
| *  | etymology: daemon | Mattias Andrée | 2015-12-20 | 1 | -0/+2 | 
| *  | add daemon | Mattias Andrée | 2015-12-20 | 1 | -0/+99 | 
| *  | compile-time configurable default value for path | Mattias Andrée | 2015-12-20 | 1 | -2/+11 | 
| *  | m | Mattias Andrée | 2015-12-20 | 2 | -2/+2 | 
| *  | change semantics of searchpath2 and add searchpath3 | Mattias Andrée | 2015-12-20 | 5 | -117/+153 | 
| *  | add searchpath and searchpath2 | Mattias Andrée | 2015-12-20 | 3 | -47/+190 | 
| *  | add needstack | Mattias Andrée | 2015-12-20 | 1 | -0/+154 | 
| *  | 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 | 
| *  | optimise implementations of {hton,ntoh}{s,l,ll} | Mattias Andrée | 2015-12-20 | 6 | -9/+70 | 
| *  | fix issue #8 on github | Mattias Andrée | 2015-12-19 | 2 | -2/+2 | 
| *  | fix issue #7 on github, again | Mattias Andrée | 2015-12-18 | 1 | -1/+1 | 
| *  | fix issue #7 on github | Mattias Andrée | 2015-12-18 | 1 | -1/+1 | 
| *  | 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 | 
| *  | fix issue #6 on github | Mattias Andrée | 2015-12-16 | 1 | -2/+21 | 
| *  | add ntohs, ntohl, ntohll, htons, htonl, and htonll | Mattias Andrée | 2015-12-16 | 6 | -0/+257 | 
| *  | fix issue #5 on github | Mattias Andrée | 2015-12-16 | 1 | -1/+1 | 
| *  | doc | Mattias Andrée | 2015-11-26 | 1 | -3/+51 | 
| *  | sprintf considered safer | Mattias Andrée | 2015-11-26 | 1 | -0/+30 | 
| *  | implement machinesize | Mattias Andrée | 2015-11-26 | 1 | -0/+158 | 
| *  | typo | Mattias Andrée | 2015-11-25 | 1 | -2/+2 | 
| *  | m etymology | Mattias Andrée | 2015-11-25 | 3 | -3/+3 | 
| *  | tell in doc in which version things were introduced | Mattias Andrée | 2015-11-25 | 186 | -2/+662 | 
| *  | typo | Mattias Andrée | 2015-11-25 | 6 | -9/+9 | 
| *  | add sockprintf, vsockprintf, sockwprintf, and vsockwprintf | Mattias Andrée | 2015-11-23 | 1 | -2/+161 | 
| *  | add todo | Mattias Andrée | 2015-11-20 | 1 | -0/+1 | 
| *  | m | Mattias Andrée | 2015-11-20 | 2 | -2/+2 | 
| *  | add optimised variants of *casecmp | Mattias Andrée | 2015-11-20 | 2 | -0/+148 | 
| *  | more etymology | Mattias Andrée | 2015-11-20 | 12 | -3/+50 | 
| *  | more etymology | Mattias Andrée | 2015-11-20 | 7 | -0/+18 | 
| *  | fix issue #4 | Mattias Andrée | 2015-11-19 | 1 | -0/+2 | 
| *  | etymology for some functions | Mattias Andrée | 2015-11-19 | 9 | -2/+54 | 
| *  | fix memory leak at failure of execveat (issue #3) | Mattias Andrée | 2015-11-19 | 1 | -2/+8 | 
| *  | fix issue #2 | Mattias Andrée | 2015-11-19 | 1 | -0/+2 |