summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-08-23 08:33:16 +0000
committerJim Meyering <jim@meyering.net>2007-08-23 08:33:16 +0000
commit3156a948b9bb9d2f15d636c86864b3baa182de2a (patch)
tree261fee470ba27a605aa7aa6aa6fe39717bbd5d0a /ChangeLog
parent33c8286ea93bec94c46d777a77d471babd3698e0 (diff)
downloadgnulib-3156a948b9bb9d2f15d636c86864b3baa182de2a.tar.gz
Getdelim touchup.
* lib/getdelim.c (getdelim): Don't bother to save/restore errno around the funlockfile call, since funlockfile never sets errno. Don't set errno upon failed realloc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da49d88c86..9d3520261b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-23 Jim Meyering <jim@meyering.net>
+
+ Getdelim touchup.
+ * lib/getdelim.c (getdelim): Don't bother to save/restore errno
+ around the funlockfile call, since funlockfile never sets errno.
+ Don't set errno upon failed realloc.
+
2007-08-22 Eric Blake <ebb9@byu.net>
Getline touchups.