summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/getline.3
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2016-07-30Remove _WITH_GETLINE and _WITH_DPRINTF guardsBaptiste Daroussin
2014-07-31Fix the example: free the memory that was allocated by getline().Nick Hibma
2012-12-01The getline function returns the number of characters read, notEitan Adler
2012-03-29Remove trailing whitespace per mdoc lint warningEitan Adler
2010-11-30Update the documentation to reflect changes to the implementation inDavid Schultz
2009-12-16(no commit message)Matteo Riondato
2009-04-06Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advisedDavid Schultz
2009-02-28- Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz