summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-11-25 11:01:28 +0100
committerJim Meyering <jim@meyering.net>2006-11-26 17:39:53 +0100
commit1b95d5ee81d8621ff54d65ca3700c977c738610a (patch)
tree7dd951a5a80cc23cb7d3f4508886ec5a12adf727 /ChangeLog
parent6b7c67ad88613f80028ac875ca052eb0a2af9c46 (diff)
downloadcoreutils-1b95d5ee81d8621ff54d65ca3700c977c738610a.tar.xz
* src/remove.c (AD_pop_and_chdir): Return prev_dir rather than storing through
a pointer argument. All uses changed. Signed-off-by: Paul Eggert <eggert@cs.ucla.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b005871f6..90c930ff8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
Replace each of two uses with literal AT_FDCWD.
(cache_stat_init): Return its argument, for convenience.
Update the caller in remove_dir.
+ (AD_pop_and_chdir): Return prev_dir rather than storing through
+ a pointer argument. All uses changed.
2006-11-25 Jim Meyering <jim@meyering.net>