aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mMattias Andrée2015-11-161-1/+1
* typoMattias Andrée2015-11-167-9/+9
* add macros for overflow checkMattias Andrée2015-11-163-12/+22
* increase readabilityMattias Andrée2015-11-163-176/+166
* mMattias Andrée2015-11-161-1/+1
* increase readability of cleannameMattias Andrée2015-11-161-23/+18
* machinemode: fix bugs and increase readabilityMattias Andrée2015-11-161-68/+171
* info: doc malloczMattias Andrée2015-11-161-2/+14
* work around regression in texinfo 6.0Mattias Andrée2015-11-163-13/+11
* typoMattias Andrée2015-11-161-1/+1
* doc machinesize_modeMattias Andrée2015-11-161-0/+4
* add todosMattias Andrée2015-11-161-0/+6
* doc: arg 2 for *div must not be 0 (lest SIGFPE)Mattias Andrée2015-11-164-8/+16
* add interspacing parameter to humansizeMattias Andrée2015-11-162-6/+19