From: Jim Meyering Date: Mon, 12 May 2003 15:12:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~517 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=320da0f8a813c6cf9eb7becaa24bf0b92dbc5617;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 88c4a261ba..f005ef4cdd 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,10 @@ 2003-05-12 Jim Meyering + * 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.