summaryrefslogtreecommitdiff
path: root/lib/linebuffer.c
AgeCommit message (Collapse)Author
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