aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* the pagesize shall be retrieved in crt0 to avoid an unnecessary branching in calls to malloc-functionsMattias Andrée2015-12-161-0/+1
* fix issue #6 on githubMattias Andrée2015-12-161-2/+21
* add ntohs, ntohl, ntohll, htons, htonl, and htonllMattias Andrée2015-12-166-0/+257
* fix issue #5 on githubMattias Andrée2015-12-161-1/+1
* docMattias Andrée2015-11-261-3/+51
* sprintf considered saferMattias Andrée2015-11-261-0/+30
* implement machinesizeMattias Andrée2015-11-261-0/+158
* typoMattias Andrée2015-11-251-2/+2
* m etymologyMattias Andrée2015-11-253-3/+3
* tell in doc in which version things were introducedMattias Andrée2015-11-25186-2/+662
* typoMattias Andrée2015-11-256-9/+9
* add sockprintf, vsockprintf, sockwprintf, and vsockwprintfMattias Andrée2015-11-231-2/+161
* add todoMattias Andrée2015-11-201-0/+1
* mMattias Andrée2015-11-202-2/+2
* add optimised variants of *casecmpMattias Andrée2015-11-202-0/+148
* more etymologyMattias Andrée2015-11-2012-3/+50
* more etymologyMattias Andrée2015-11-207-0/+18
* fix issue #4Mattias Andrée2015-11-191-0/+2
* etymology for some functionsMattias Andrée2015-11-199-2/+54
* fix memory leak at failure of execveat (issue #3)Mattias Andrée2015-11-191-2/+8
* fix issue #2Mattias Andrée2015-11-191-0/+2
* docMattias Andrée2015-11-192-3/+33
* reorder new functionsMattias Andrée2015-11-181-85/+85
* doc some new functionsMattias Andrée2015-11-181-4/+48
* add more string.h and wchar.h functionsMattias Andrée2015-11-182-0/+430
* whitespaceMattias Andrée2015-11-181-1/+0
* add memmemmove, memmemcpy, wmemmemmove, and wmemmemcpyMattias Andrée2015-11-182-0/+44
* typoMattias Andrée2015-11-185-5/+5
* fix errorsMattias Andrée2015-11-1816-16/+16
* implement additional string.h and wchar.h functionsMattias Andrée2015-11-182-0/+754
* mMattias Andrée2015-11-181-2/+2
* mMattias Andrée2015-11-181-1/+1
* split out string/strn/ from string/str/Mattias Andrée2015-11-1715-0/+0
* m docMattias Andrée2015-11-172-0/+4
* m + split wchar/*.cMattias Andrée2015-11-1760-1068/+2018
* add wcssetMattias Andrée2015-11-171-0/+39
* rearrange filesMattias Andrée2015-11-1762-0/+0
* add strsetMattias Andrée2015-11-171-0/+39
* split strstr.c and strchr.cMattias Andrée2015-11-1718-343/+683
* strcasecmp, strncasecmp, strcasecmp_l, and strncasecmp_l are implemented in src/string/ rather than src/strings/Mattias Andrée2015-11-171-0/+3
* move strerror*.c to new dir: strerror/Mattias Andrée2015-11-174-0/+0
* m + typo + split (almost all) string/*.cMattias Andrée2015-11-1745-840/+1496
* split err.cMattias Andrée2015-11-179-162/+308
* errno.c => errno/variables.cMattias Andrée2015-11-171-1/+0
* split error.cMattias Andrée2015-11-176-192/+275
* whitespaceMattias Andrée2015-11-174-0/+4
* split bzero.cMattias Andrée2015-11-172-22/+43
* split ffs.cMattias Andrée2015-11-173-24/+62
* split index.cMattias Andrée2015-11-172-11/+32
* split div.cMattias Andrée2015-11-173-32/+78