maint: update copyright
[gnulib.git] / lib / getndelim2.c
2014-01-01 Eric Blakemaint: update copyright
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-01-06 Paul EggertIn commentary, do not use ` to quote.
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-29 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2008-05-01 Bruno HaibleFix computation of newsize during reallocation.
2008-05-01 Bruno HaibleAdd comments.
2008-04-30 Jim Meyeringavoid a warning from gcc
2008-04-30 Eric BlakeOptimize getndelim2 to use block operations when possible.
2008-04-29 Eric BlakeTest getndelim2.
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2006-10-21 Paul Eggert* lib/getndelim2.c (SSIZE_MAX): Use same defn that...
2006-10-20 Bruno HaibleMake getndelim2 compile on mingw.
2006-09-13 Paul Eggert* _fpending.c: Include <config.h> unconditionally,...
2006-08-21 Paul EggertAdd and change modules to make it easier for coreutils...
2005-09-19 Paul EggertUse a consistent style for including <config.h>.
2005-05-14 Paul Eggert*** empty log message ***
2004-10-04 Paul EggertRemove dependencies on unlocked-io.
2004-07-10 Paul Eggert* getndelim2.c: Include stddef.h, for ptrdiff_t.
2004-05-16 Paul Eggertgetline cleanup. This changes the getndelim2 API:...
2004-04-25 Jim Meyering(getndelim2): Upon realloc failure, don't leak memory.
2003-10-22 Paul Eggert(getndelim2): When size calculation overflows,
2003-09-15 Paul EggertDon't trash errno when a read fails.
2003-09-09 Paul EggertRemove K&R cruft.
2003-07-18 Bruno HaibleNew module 'getndelim2'.
2003-07-17 Bruno HaibleNew module 'getnline'.