summaryrefslogtreecommitdiff
path: root/lib/linebuffer.c
AgeCommit message (Collapse)Author
2005-05-14Update FSF postal mail address.Jim Meyering
2004-10-04Sync from gnulib, to remove dependencies of other modules on unlocked-io.Paul Eggert
2003-10-31Include <string.h> for declaration of memset.Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-09-17(readlinebuffer): Return NULL immediately uponJim Meyering
input error, instead of returning NULL the next time we are called (and therefore losing track of errno).
2003-09-10Include <stdlib.h>.Jim Meyering
(free): Remove decl.
2003-06-18Update from gnulib.Jim Meyering
2001-12-10Remove explicit declarations of xmalloc and xrealloc,Jim Meyering
Instead, include "xalloc.h". (initbuffer): Don't cast xmalloc return value to char*. (readline): Reword comment. Don't cast xrealloc return value to char* Return NULL, not 0.
2001-11-17Include unlocked-io.h.Jim Meyering
2000-08-07back out Copyright date changes for files with no changes yearJim Meyering
2000-07-09update copyright dateJim Meyering
1999-11-04(readline): Do not leave room for an extraJim Meyering
byte after the newline; it's no longer needed.
1999-07-30Include <sys/types.h> now that linebuffer.h usesJim Meyering
size_t. This is required on at least SunOS4. From Kaveh Ghazi.
1999-07-04(readline): Leave room for an extra byteJim Meyering
after the newline; comm needs this for memcoll.
1999-07-04(readline): Append trailing newline to line.Jim Meyering
1998-08-03Ansideclify.Jim Meyering
1998-08-03*** empty log message ***Jim Meyering
1998-08-03(readline): Return zero upon error as well as uponJim Meyering
end of file. From James Youngman.
1992-11-08Initial revisionJim Meyering