summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-10 10:36:41 +0000
committerJim Meyering <jim@meyering.net>1998-01-10 10:36:41 +0000
commit60999141709c1c715a423c264f4d804b485f4464 (patch)
tree8b8e0bd5749cc80ecf719f2c934d279ffc3a5eaa
parent09d96ac539fc89028f2991839805fad826e7e4cf (diff)
downloadcoreutils-60999141709c1c715a423c264f4d804b485f4464.tar.xz
*** empty log message ***
-rw-r--r--old/fileutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 9f48ae47b..6df12e22a 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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.