summaryrefslogtreecommitdiff
path: root/lib/linebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* linebuffer: prefer idx_t for indexesPaul Eggert2021-06-111-2/+2
* 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
* 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
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* 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-15/+15
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Tweak doc.Bruno Haible2007-05-141-2/+2
* * lib/linebuffer.c (readlinebuffer_delim): New function,Jim Meyering2007-05-121-9/+17
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-5/+3
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Remove dependencies on unlocked-io.Paul Eggert2004-10-041-3/+6
* Include <string.h> for declaration of memset.Jim Meyering2003-10-311-0/+1
* Simplify the code by using new xalloc.h features.Paul Eggert2003-10-301-6/+4
* (freebuffer): Don't free the argument, just the buffer associated withPaul Eggert2003-09-241-2/+1
* linebuffer.c (readlinebuffer): Return NULL immediately upon input error.Paul Eggert2003-09-161-3/+5
* Include <stdlib.h>.Paul Eggert2003-09-091-2/+1
* (readlinebuffer): Renamed from readline.Paul Eggert2003-01-131-2/+4
* Remove explicit declarations of xmalloc and xrealloc,Jim Meyering2001-12-101-8/+9
* Include unlocked-io.h.Jim Meyering2001-11-171-1/+2
* back out Copyright date changes for files with no changes yearJim Meyering2000-08-071-1/+1
* update copyright dateJim Meyering2000-07-091-1/+1
* (readline): Do not leave room for an extraJim Meyering1999-11-041-4/+3
* Include <sys/types.h> now that linebuffer.h usesJim Meyering1999-07-301-0/+1
* (readline): Leave room for an extra byteJim Meyering1999-07-041-3/+4
* (readline): Append trailing newline to line.Jim Meyering1999-07-041-18/+17
* Ansideclify.Jim Meyering1998-08-031-7/+3
* *** empty log message ***Jim Meyering1998-08-031-2/+2
* (readline): Return zero upon error as well as uponJim Meyering1998-08-031-4/+9
* Initial revisionJim Meyering1992-11-081-0/+91