aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-18mMattias Andrée1-2/+2
2015-10-18typoMattias Andrée1-4/+4
2015-10-18doc typoMattias Andrée1-1/+1
2015-10-18beginning of implementation of fallocMattias Andrée1-0/+129
2015-10-18m docMattias Andrée1-2/+10
2015-10-18rememalign: check modeMattias Andrée1-0/+3
2015-10-18add rememalign: realloc with configurable alignmentMattias Andrée1-7/+78
2015-10-18the pointer returned by malloc is alignedMattias Andrée1-3/+29
2015-10-17improve attributesMattias Andrée1-1/+1
2015-10-17fix errorsMattias Andrée18-150/+212
2015-10-16whitespaceMattias Andrée1-0/+1
2015-10-16improve and fix bprintfMattias Andrée1-12/+25
2015-10-16mMattias Andrée1-1/+1
2015-10-16fix realloc + add extalloc and naive_extallocMattias Andrée1-1/+68
2015-10-16add custom_reallocMattias Andrée1-0/+35
2015-10-16typoMattias Andrée1-1/+1
2015-10-16typoMattias Andrée1-3/+3
2015-10-16limitations on allocsizeMattias Andrée1-0/+5
2015-10-13fix strrchr bug, return the end of the string if c is 0Mattias Andrée2-2/+2
2015-10-13CPP directive __func__ requires C99Mattias Andrée1-8/+9
2015-10-13fix use of va_copyMattias Andrée3-0/+3
2015-10-12m docMattias Andrée1-6/+6
2015-10-11add zallocMattias Andrée1-0/+25
2015-10-11beginning of scanf functionsMattias Andrée1-0/+641
2015-10-11mMattias Andrée1-3/+3
2015-10-11mMattias Andrée1-1/+0
2015-10-11m + m docMattias Andrée1-4/+2
2015-10-11fix inclusionsMattias Andrée2-2/+2
2015-10-11mMattias Andrée2-3/+191
2015-10-11add execat functionsMattias Andrée1-0/+507
2015-10-11fix m errorMattias Andrée1-1/+1
2015-10-11typoMattias Andrée1-4/+4
2015-10-11execvpe: simplify and fix errorsMattias Andrée1-37/+16
2015-10-11m doc: exec will use . and default PATH if PATH is not setMattias Andrée1-4/+12
2015-10-11add exec functionsMattias Andrée1-0/+376
2015-10-10add abs, labs, llabs, and imaxabsMattias Andrée2-0/+108
2015-10-10mMattias Andrée2-16/+20
2015-10-10add atofMattias Andrée1-0/+38
2015-10-10add atoi, atol, atoll, and atoqMattias Andrée1-0/+116
2015-10-10add abspath and relpathMattias Andrée2-0/+204
2015-10-10add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée2-0/+168
2015-10-10m docMattias Andrée2-4/+4
2015-10-07m slibc_perrorMattias Andrée1-2/+2
2015-09-03add _l functions in ctype.hMattias Andrée1-3/+29
2015-09-03mMattias Andrée2-2/+1
2015-09-03remove some todosMattias Andrée5-5/+0
2015-09-03add printf functions, not fully implementedMattias Andrée2-0/+1405
2015-09-02miscMattias Andrée6-10/+20
2015-09-02add memcasecmp and wmemcasecmpMattias Andrée2-0/+53
2015-09-02fix some warnings and errorsMattias Andrée3-3/+3