summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/getdelim.c
AgeCommit message (Expand)Author
2011-07-22Set error indicator on invalid arguments. From Carsten Hey.joerg
2009-12-07Test against SSIZE_MAX as pointed out by enami tsugutomo.roy
2009-12-02Pass lint.roy
2009-12-02Reinstate __getdelim which does no locking.roy
2009-12-01Protect getdelim when used internally.roy
2009-12-01Remove __getdelim and just use getdelim.roy
2009-10-25revert some of dsl's changes to make things build on i386; he can undo whatchristos
2009-10-25Lint is differentially far too picky...dsl
2009-10-24Remove a load of pointless casts - one that even lint doesn't bleat about.dsl
2009-09-24__getdelim works on strings up to SIZE_MAX - 2 and returns 0 on EOF.roy
2009-07-14Allow a buffer of SSIZE_MAX + 1 as the returned bytes do not include the NULL.roy
2009-07-14pass lintchristos
2009-07-13Add implementations for getdelim(3) and getline(3).roy