aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-23daemonise: user-private daemonsMattias Andrée1-3/+17
2015-12-23daemonise: may also be redistributed under the term of the expat licenseMattias Andrée1-1/+3
2015-12-23daemonise: etymologyMattias Andrée1-0/+2
2015-12-21add getenvMattias Andrée1-0/+73
2015-12-21add clearenvMattias Andrée1-0/+58
2015-12-21in case environ is set to nullMattias Andrée1-1/+1
2015-12-21add getpassMattias Andrée1-0/+193
2015-12-21add creatMattias Andrée1-0/+44
2015-12-21daemoniseMattias Andrée1-0/+257
2015-12-20etymology: daemonMattias Andrée1-0/+2
2015-12-20add daemonMattias Andrée1-0/+99
2015-12-20compile-time configurable default value for pathMattias Andrée1-2/+11
2015-12-20mMattias Andrée2-2/+2
2015-12-20change semantics of searchpath2 and add searchpath3Mattias Andrée5-117/+153
2015-12-20add searchpath and searchpath2Mattias Andrée3-47/+190
2015-12-20add needstackMattias Andrée1-0/+154
2015-12-20It is of course possible that int is 16 bits, and long is required to get 32 bitsMattias Andrée2-6/+6
2015-12-20optimise implementations of {hton,ntoh}{s,l,ll}Mattias Andrée6-9/+70
2015-12-19fix issue #8 on githubMattias Andrée2-2/+2
2015-12-18fix issue #7 on github, againMattias Andrée1-1/+1
2015-12-18fix issue #7 on githubMattias Andrée1-1/+1
2015-12-16the pagesize shall be retrieved in crt0 to avoid an unnecessary branching in calls to malloc-functionsMattias Andrée1-0/+1
2015-12-16fix issue #6 on githubMattias Andrée1-2/+21
2015-12-16add ntohs, ntohl, ntohll, htons, htonl, and htonllMattias Andrée6-0/+257
2015-12-16fix issue #5 on githubMattias Andrée1-1/+1
2015-11-26docMattias Andrée1-3/+51
2015-11-26sprintf considered saferMattias Andrée1-0/+30
2015-11-26implement machinesizeMattias Andrée1-0/+158
2015-11-25typoMattias Andrée1-2/+2
2015-11-25m etymologyMattias Andrée3-3/+3
2015-11-25tell in doc in which version things were introducedMattias Andrée186-2/+662
2015-11-25typoMattias Andrée6-9/+9
2015-11-23add sockprintf, vsockprintf, sockwprintf, and vsockwprintfMattias Andrée1-2/+161
2015-11-20add todoMattias Andrée1-0/+1
2015-11-20mMattias Andrée2-2/+2
2015-11-20add optimised variants of *casecmpMattias Andrée2-0/+148
2015-11-20more etymologyMattias Andrée12-3/+50
2015-11-20more etymologyMattias Andrée7-0/+18
2015-11-19fix issue #4Mattias Andrée1-0/+2
2015-11-19etymology for some functionsMattias Andrée9-2/+54
2015-11-19fix memory leak at failure of execveat (issue #3)Mattias Andrée1-2/+8
2015-11-19fix issue #2Mattias Andrée1-0/+2
2015-11-19docMattias Andrée2-3/+33
2015-11-18reorder new functionsMattias Andrée1-85/+85
2015-11-18doc some new functionsMattias Andrée1-4/+48
2015-11-18add more string.h and wchar.h functionsMattias Andrée2-0/+430
2015-11-18whitespaceMattias Andrée1-1/+0
2015-11-18add memmemmove, memmemcpy, wmemmemmove, and wmemmemcpyMattias Andrée2-0/+44
2015-11-18typoMattias Andrée5-5/+5
2015-11-18fix errorsMattias Andrée16-16/+16