*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 10 Jan 1998 10:36:41 +0000 (10:36 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 10 Jan 1998 10:36:41 +0000 (10:36 +0000)
old/fileutils/ChangeLog

index 9f48ae4..6df12e2 100644 (file)
@@ -1,3 +1,8 @@
+1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * 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  <meyering@na-net.ornl.gov>
 
        * 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  <schwab@issan.informatik.uni-dortmund.de>
+
+       * lib/makepath.c (make_path): Put only newly created directories
+        on the LEADING_DIRS list.
+
 1998-01-05  Paul Eggert  <eggert@twinsun.com>
 
        * lib/fsusage.c (PROPAGATE_ALL_ONES): New macro.