aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/getline.3
Commit message (Expand)AuthorAgeFilesLines
* Remove _WITH_GETLINE and _WITH_DPRINTF guardsBaptiste Daroussin2016-07-301-30/+1
* Fix the example: free the memory that was allocated by getline().Nick Hibma2014-07-311-0/+1
* The getline function returns the number of characters read, notEitan Adler2012-12-011-2/+2
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Update the documentation to reflect changes to the implementation inDavid Schultz2010-11-301-14/+14
* (no commit message)Matteo Riondato2009-12-161-1/+2
* Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advisedDavid Schultz2009-04-061-2/+2
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz2009-02-281-0/+164