summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-11-01 23:43:38 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-11-01 23:43:38 +0000
commit4b15886f93692886f54695f543df692c40d17772 (patch)
treecd10c1fbbef67a369f71097b9566775e30c8de3b /lib
parent473a0d6209aff2dc3108919963ddd778614f706d (diff)
downloadcoreutils-4b15886f93692886f54695f543df692c40d17772.tar.xz
"touch 0101000000" now operates as POSIX 1002.1-2001 requires.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index e0a7ca1d5..8a3d9c8d6 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,10 @@
+2005-11-01 Paul Eggert <eggert@cs.ucla.edu>
+
+ * posixtm.h (PDS_PRE_2000): New macro.
+ * posixtm.c (year): Arg is now syntax_bits rather than allow_century.
+ All usages changed. Reject dates outside the range 1969-1999 if
+ PDS_PRE_2000 is used.
+
2005-10-30 Paul Eggert <eggert@cs.ucla.edu>
Fix porting problems reported by Theodoros V. Kalamatianos.