projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e14055
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Fri, 6 Jan 2006 16:49:15 +0000
(16:49 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 6 Jan 2006 16:49:15 +0000
(16:49 +0000)
ChangeLog
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 1cbad52ffa503086c620241c0218217daa50f395..84cbbb3f4c355f14b1b18a997e2d680a752589bb 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-2,6
+2,9
@@
* Version 6.0-cvs.
+ * Makefile.maint (copyright-check): Use date +%Y in place of
+ hard-coded 2005.
+
* 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