summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-12 15:12:11 +0000
committerJim Meyering <jim@meyering.net>2003-05-12 15:12:11 +0000
commit320da0f8a813c6cf9eb7becaa24bf0b92dbc5617 (patch)
tree7c3d8246131ce9ba6292228ca134b29331a231ac /lib
parentd7b1b6763887bf058b97f25f0714077e21296309 (diff)
downloadcoreutils-320da0f8a813c6cf9eb7becaa24bf0b92dbc5617.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 88c4a261b..f005ef4cd 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,10 @@
2003-05-12 Jim Meyering <jim@meyering.net>
+ * ftw.c (ftw_startup): Always call free_cwd after restore_cwd.
+ Reported by Matti Aarnio as
+ https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=90563.
+ Forwarded by Tim Waugh.
+
* strftime.c (my_strftime): Let the `-' (no-pad) flag affect
the space-padded-by-default conversion specifiers, %e, %k, %l.