summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/getdelim.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use recallocarray in getdelim/getline to clear memory on buffer resizes,brynet2017-04-131-2/+2
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-211-2/+2
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+2
* SIZE_MAX is standard, we should be using it in preference to themillert2015-02-061-2/+3
* Fix bounds check for newlen without relying on unspecified behavior.millert2014-10-161-4/+3
* Implement getdelim(3) and getline(3).fgsch2012-03-211-0/+134