summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-01-06 10:14:30 +0000
committerJim Meyering <jim@meyering.net>2006-01-06 10:14:30 +0000
commit7dcf7e3788d3691997fce35a537e5ee21369cc8d (patch)
treea2bf9792bc3720d035d59caed54c2f7abb6aa01a /ChangeLog
parent01ab0b79a1fa25557a625757ad37a0f5d74f28ad (diff)
downloadcoreutils-7dcf7e3788d3691997fce35a537e5ee21369cc8d.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7450d7828..1cbad52ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
-2006-01-05 Jim Meyering <jim@meyering.net>
+2006-01-06 Jim Meyering <jim@meyering.net>
* Version 6.0-cvs.
+ * src/remove.c (rm_1): Remove `static' attribute on local `status'.
+ First off, the attribute should have been `volatile' (not static)
+ to avoid longjmp-related risk of clobber. Secondly, now there is
+ no longer any risk of a local variable being clobbered, so there's
+ no need for any attribute at all.
+
+2006-01-05 Jim Meyering <jim@meyering.net>
+
* src/remove.c: Give a few functions the inline attribute.
(AD_pop_and_chdir): Use gotos to avoid some duplication.
(AD_push): Rewrite an assertion so that the entire computation