summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-16 17:24:35 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-16 17:24:35 +0000
commitf048f049e7dd531e207c630088d050c376b39feb (patch)
tree02a310487b12e7446e36487e9fb4a79e533035e1 /lib/ChangeLog
parent061a90d68a7c62db9cdd0dac0ef23618e0fc187e (diff)
downloadcoreutils-f048f049e7dd531e207c630088d050c376b39feb.tar.xz
(memcoll): Set errno = 0 in the shortcut case, too.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index c65dde33e..00c19a3c7 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-16 Paul Eggert <eggert@cs.ucla.edu>
+
+ * memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
+ Problem and fix reported by Pádraig Brady in
+ <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
+
2006-08-16 Jim Meyering <jim@meyering.net>
* fts.c (fts_children): Remove obsolete "// FIXME ..." comment.