summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-11-25 11:08:20 +0100
committerJim Meyering <jim@meyering.net>2006-11-26 17:40:16 +0100
commit1ce71652fc07fae67ddb5254856dd030502d509c (patch)
treeee51e917980b47cf348c696f2d990a9b33697336 /ChangeLog
parent1b95d5ee81d8621ff54d65ca3700c977c738610a (diff)
downloadcoreutils-1ce71652fc07fae67ddb5254856dd030502d509c.tar.xz
* src/remove.c (AD_ensure_initialized): New function.
after statement. Signed-off-by: Paul Eggert <eggert@cs.ucla.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90c930ff8..65961560c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
Update the caller in remove_dir.
(AD_pop_and_chdir): Return prev_dir rather than storing through
a pointer argument. All uses changed.
+ (AD_ensure_initialized): New function.
+ (AD_mark_helper): Use it, to avoid the need for declaration
+ after statement.
2006-11-25 Jim Meyering <jim@meyering.net>