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