aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* add malloczMattias Andrée2015-11-141-0/+25
* escape: 192 128 → \0Mattias Andrée2015-11-141-1/+3
* doc: cleanname is not symlink-safe eitherMattias Andrée2015-11-141-0/+4
* mMattias Andrée2015-11-141-4/+4
* add slibc-human.h and implement escape and unescapeMattias Andrée2015-11-142-0/+372
* improve performance on strstr and wcsstr if the needle is one character wideMattias Andrée2015-11-132-0/+4
* add cleannameMattias Andrée2015-11-131-0/+81
* docMattias Andrée2015-10-313-0/+41
* mMattias Andrée2015-10-181-2/+2
* typoMattias Andrée2015-10-181-4/+4
* doc typoMattias Andrée2015-10-181-1/+1
* beginning of implementation of fallocMattias Andrée2015-10-181-0/+129
* m docMattias Andrée2015-10-181-2/+10
* rememalign: check modeMattias Andrée2015-10-181-0/+3
* add rememalign: realloc with configurable alignmentMattias Andrée2015-10-181-7/+78
* the pointer returned by malloc is alignedMattias Andrée2015-10-181-3/+29
* improve attributesMattias Andrée2015-10-171-1/+1
* fix errorsMattias Andrée2015-10-1718-150/+212
* whitespaceMattias Andrée2015-10-161-0/+1
* improve and fix bprintfMattias Andrée2015-10-161-12/+25
* mMattias Andrée2015-10-161-1/+1
* fix realloc + add extalloc and naive_extallocMattias Andrée2015-10-161-1/+68
* add custom_reallocMattias Andrée2015-10-161-0/+35
* typoMattias Andrée2015-10-161-1/+1
* typoMattias Andrée2015-10-161-3/+3
* limitations on allocsizeMattias Andrée2015-10-161-0/+5
* fix strrchr bug, return the end of the string if c is 0Mattias Andrée2015-10-132-2/+2
* CPP directive __func__ requires C99Mattias Andrée2015-10-131-8/+9
* fix use of va_copyMattias Andrée2015-10-133-0/+3
* m docMattias Andrée2015-10-121-6/+6
* add zallocMattias Andrée2015-10-111-0/+25
* beginning of scanf functionsMattias Andrée2015-10-111-0/+641
* mMattias Andrée2015-10-111-3/+3
* mMattias Andrée2015-10-111-1/+0
* m + m docMattias Andrée2015-10-111-4/+2
* fix inclusionsMattias Andrée2015-10-112-2/+2
* mMattias Andrée2015-10-112-3/+191
* add execat functionsMattias Andrée2015-10-111-0/+507
* fix m errorMattias Andrée2015-10-111-1/+1
* typoMattias Andrée2015-10-111-4/+4
* execvpe: simplify and fix errorsMattias Andrée2015-10-111-37/+16
* m doc: exec will use . and default PATH if PATH is not setMattias Andrée2015-10-111-4/+12
* add exec functionsMattias Andrée2015-10-111-0/+376
* add abs, labs, llabs, and imaxabsMattias Andrée2015-10-102-0/+108
* mMattias Andrée2015-10-102-16/+20
* add atofMattias Andrée2015-10-101-0/+38
* add atoi, atol, atoll, and atoqMattias Andrée2015-10-101-0/+116
* add abspath and relpathMattias Andrée2015-10-102-0/+204
* add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée2015-10-102-0/+168
* m docMattias Andrée2015-10-102-4/+4