From: Jim Meyering Date: Sat, 10 Jan 1998 10:36:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16k~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60999141709c1c715a423c264f4d804b485f4464;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9f48ae4..6df12e2 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,8 @@ +1998-01-10 Jim Meyering + + * lib/makepath.c (make_path): Reformat 3 if-stmts to test + `if (newly_created_dir)' only once. Suggestion from Andreas Schwab. + 1998-01-06 Jim Meyering * lib/getdate.y: Move inclusion of getdate.h and dependent extern @@ -8,6 +13,11 @@ (get_date): ANSI-fy definition. Add %expect directive. +1998-01-05 Andreas Schwab + + * lib/makepath.c (make_path): Put only newly created directories + on the LEADING_DIRS list. + 1998-01-05 Paul Eggert * lib/fsusage.c (PROPAGATE_ALL_ONES): New macro.