summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-11-24 21:30:22 +0000
committerJim Meyering <jim@meyering.net>2004-11-24 21:30:22 +0000
commit253012e531402533d882ffbba93c71ec8f93014a (patch)
treea8658d1a5ba1a7618f15e584e9e076fc92b0264e /ChangeLog
parent3475a2d9935f5b90e7178b6b68ebe46d5f44710c (diff)
downloadcoreutils-253012e531402533d882ffbba93c71ec8f93014a.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 975522a73..51558a495 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,21 @@
-2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
+2004-11-24 Jim Meyering <jim@meyering.net>
* Version 5.3.0.
+ Since the changes of 2004-05-22, the u.saved_cwd member at
+ the bottom of the active-directory stack was no longer
+ strictly necessary. This change removes that member and uses
+ the newer cwd_state parameter for the final restore_cwd.
+
+ * src/remove.c (struct AD_ent) [u]: Remove now-unnecessary union.
+ [dev_ino]: Rename from `a'.
+ (AD_pop_and_chdir): Add a parameter to play the role of just-removed
+ bottom-of-stack cwd-state member.
+ (AD_pop_and_chdir): No longer return boolean. Adjust caller.
+ (AD_push_initial): Remove CWD parameter. Adjust caller.
+
+2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
+
Minor performance improvements and cleanups for "touch".
* src/touch.c (posix_date): Remove; not needed as a static var.
All uses rewritten.