From 20a24ef30286f59ec304a95826abe6b67b0b1a8d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 17 Sep 2003 18:49:41 +0000 Subject: [PATCH] *** empty log message *** --- lib/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 5d71d946d3..fd850afc6f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,18 @@ +2003-09-16 Paul Eggert + + * linebuffer.c (readlinebuffer): Return NULL immediately upon + input error, instead of returning NULL the next time we are called + (and therefore losing track of errno). + +2003-09-15 Paul Eggert + + * getndelim2.c (getndelim2): Don't trash errno when a read + fails, so that the caller gets the proper errno. + + * readutmp.c (read_utmp): Likewise. + Check for fstat error. Close stream and free storage + when failing. + 2003-09-14 Jim Meyering * argmatch.c: Update from gnulib. -- 2.47.2