Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-14 | Update FSF postal mail address. | Jim Meyering | |
2004-10-04 | Sync from gnulib, to remove dependencies of other modules on unlocked-io. | Paul Eggert | |
2003-10-31 | Include <string.h> for declaration of memset. | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-09-17 | (readlinebuffer): Return NULL immediately upon | Jim Meyering | |
input error, instead of returning NULL the next time we are called (and therefore losing track of errno). | |||
2003-09-10 | Include <stdlib.h>. | Jim Meyering | |
(free): Remove decl. | |||
2003-06-18 | Update from gnulib. | Jim Meyering | |
2001-12-10 | Remove 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-17 | Include unlocked-io.h. | Jim Meyering | |
2000-08-07 | back out Copyright date changes for files with no changes year | Jim Meyering | |
2000-07-09 | update copyright date | Jim Meyering | |
1999-11-04 | (readline): Do not leave room for an extra | Jim Meyering | |
byte after the newline; it's no longer needed. | |||
1999-07-30 | Include <sys/types.h> now that linebuffer.h uses | Jim Meyering | |
size_t. This is required on at least SunOS4. From Kaveh Ghazi. | |||
1999-07-04 | (readline): Leave room for an extra byte | Jim Meyering | |
after the newline; comm needs this for memcoll. | |||
1999-07-04 | (readline): Append trailing newline to line. | Jim Meyering | |
1998-08-03 | Ansideclify. | Jim Meyering | |
1998-08-03 | *** empty log message *** | Jim Meyering | |
1998-08-03 | (readline): Return zero upon error as well as upon | Jim Meyering | |
end of file. From James Youngman. | |||
1992-11-08 | Initial revision | Jim Meyering | |