diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-12 15:12:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-12 15:12:11 +0000 |
commit | 320da0f8a813c6cf9eb7becaa24bf0b92dbc5617 (patch) | |
tree | 7c3d8246131ce9ba6292228ca134b29331a231ac /lib/ChangeLog | |
parent | d7b1b6763887bf058b97f25f0714077e21296309 (diff) | |
download | coreutils-320da0f8a813c6cf9eb7becaa24bf0b92dbc5617.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
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. |