summaryrefslogtreecommitdiff
path: root/lib/getndelim2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix computation of newsize during reallocation.Bruno Haible2008-05-011-7/+14
* Add comments.Bruno Haible2008-05-011-1/+8
* avoid a warning from gccJim Meyering2008-04-301-1/+8
* Optimize getndelim2 to use block operations when possible.Eric Blake2008-04-291-19/+60
* Test getndelim2.Eric Blake2008-04-281-5/+18
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.cPaul Eggert2006-10-211-2/+1
* Make getndelim2 compile on mingw.Bruno Haible2006-10-201-0/+5
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-3/+1
* Add and change modules to make it easier for coreutils to usePaul Eggert2006-08-211-17/+3
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Remove dependencies on unlocked-io.Paul Eggert2004-10-041-1/+3
* * getndelim2.c: Include stddef.h, for ptrdiff_t.Paul Eggert2004-07-101-0/+1
* getline cleanup. This changes the getndelim2 API: both order of arguments,Paul Eggert2004-05-161-47/+76
* (getndelim2): Upon realloc failure, don't leak memory.Jim Meyering2004-04-251-3/+5
* (getndelim2): When size calculation overflows,Paul Eggert2003-10-221-10/+7
* Don't trash errno when a read fails.Paul Eggert2003-09-151-2/+3
* Remove K&R cruft.Paul Eggert2003-09-091-5/+1
* New module 'getndelim2'.Bruno Haible2003-07-181-12/+12
* New module 'getnline'.Bruno Haible2003-07-171-0/+127