aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mMattias Andrée2015-11-202-2/+2
* add optimised variants of *casecmpMattias Andrée2015-11-202-0/+148
* typoMattias Andrée2015-11-201-1/+1
* more etymologyMattias Andrée2015-11-2026-8/+453
* more etymologyMattias Andrée2015-11-2012-0/+408
* fix issue #4Mattias Andrée2015-11-191-0/+2
* etymology for some functionsMattias Andrée2015-11-1916-5/+233
* 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-187-8/+8
* 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
* update todoMattias Andrée2015-11-181-0/+11
* mMattias Andrée2015-11-181-1/+1
* split out string/strn/ from string/str/Mattias Andrée2015-11-1715-0/+0
* grammaroMattias Andrée2015-11-171-1/+1
* m readmeMattias Andrée2015-11-171-2/+2
* m docMattias Andrée2015-11-174-0/+8
* m + split wchar/*.cMattias Andrée2015-11-1761-1069/+2019
* add wcssetMattias Andrée2015-11-172-0/+52
* rearrange filesMattias Andrée2015-11-1762-0/+0
* add strsetMattias Andrée2015-11-172-0/+52
* 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-1746-841/+1497
* 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
* add macros for abs, labs, llabs, and imaxabsMattias Andrée2015-11-176-8/+12
* split abs.cMattias Andrée2015-11-173-34/+74
* split atoiMattias Andrée2015-11-174-81/+143
* inttypes/{{abs => imaxabs},{div => imaxdiv}}.cMattias Andrée2015-11-172-0/+0
* split libgen.cMattias Andrée2015-11-174-84/+147
* increase readability of fallocMattias Andrée2015-11-171-42/+72
* increase readability of unescapeMattias Andrée2015-11-171-52/+45
* mMattias Andrée2015-11-171-3/+3
* increase readability of humansizeMattias Andrée2015-11-171-118/+214