summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fgetstr.c
AgeCommit message (Expand)Author
2017-06-08Don't use "NULL" to talk about null-terminated strings.uwe
2010-01-11Use a proper char */size_t pair in __sfileext to keep track of the linejoerg
2009-12-02Reinstate __getdelim which does no locking.roy
2009-12-01Remove __getdelim and just use getdelim.roy
2009-10-15Handle errors from getdelim better.roy
2009-10-14Store the allocated buffer against FILE, plugging a memory leak.roy
2009-09-24__getdelim works on strings up to SIZE_MAX - 2 and returns 0 on EOF.roy
2009-01-31sign-compare fixlukem
2006-11-24fix spelling of accommodate; from Zapher.christos
2005-05-14Add the missing wide char support functions from freebsd.christos
2004-05-10After discussion with christos, turn fgetstr() into an internal function.drochner
2004-04-21Add a generalized version of fgetln that can stop at an arbitrary delimiter,christos