summaryrefslogtreecommitdiff
path: root/lib/getndelim2.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* Use GCC_LINT, not lintPaul Eggert2016-05-301-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+2
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+2
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-74/+74
* 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