summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/getdelim.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Favor err() over perror() in example.anton2017-07-221-3/+3
| | | | ok schwarze@
* get* can change *lineptr on failureguenther2016-04-041-2/+6
| | | | ok sthen@
* Be explicit that the user is responsible for freeing the line buffermillert2015-10-071-4/+10
| | | | and show this in the example.
* another missing Mdocdateschwarze2015-09-101-2/+2
|
* Implement getdelim(3) and getline(3).fgsch2012-03-211-0/+155
Prompted in a mail to tech@ by Jan Klemkow (j-dot-klemkow-at-wemelug-dot-de) but this is based on NetBSD's implementation instead with some tweaks by me. Further improvements would happen in tree. ok millert@; discussed with many others ports cleanup by naddy@, sthen@. Antti Harri, Gonzalo L. R. and myself.