summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/getdelim.c
AgeCommit message (Expand)Author
2017-04-13Use recallocarray in getdelim/getline to clear memory on buffer resizes,Bryan Steele
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsPhilip Guenther
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2014-10-16Fix bounds check for newlen without relying on unspecified behavior.Todd C. Miller
2012-03-21Implement getdelim(3) and getline(3).Federico G. Schwindt