summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-05-18 22:29:55 (GMT)
committerericm <ericm>2000-05-18 22:29:55 (GMT)
commitb18b0c87fd558e2ac08afee5f57cf63d26e8616c (patch)
tree09f7bd8bceecf28f329ecac1c3595ad42b49d34c /ChangeLog
parenta8277571fc968b11adf51c2fb8071937cd1bdf2e (diff)
downloadtcl-b18b0c87fd558e2ac08afee5f57cf63d26e8616c.zip
tcl-b18b0c87fd558e2ac08afee5f57cf63d26e8616c.tar.gz
tcl-b18b0c87fd558e2ac08afee5f57cf63d26e8616c.tar.bz2
* tests/clock.test: Added test for "2 days 2 hours ago" style
specifications. * generic/tclDate.c: Regenerated from tclGetDate.y. * generic/tclGetDate.y: Tweaked grammar to properly handle the "ago" keyword when it follows multiple relative unit specifiers, as in "2 days 2 hours ago". [Bug: 5497].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2380cc5..0a946da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2000-05-18 Eric Melski <ericm@scriptics.com>
+
+ * tests/clock.test: Added test for "2 days 2 hours ago" style
+ specifications.
+
+ * generic/tclDate.c: Regenerated from tclGetDate.y.
+
+ * generic/tclGetDate.y: Tweaked grammar to properly handle the
+ "ago" keyword when it follows multiple relative unit specifiers,
+ as in "2 days 2 hours ago". [Bug: 5497].
+
2000-05-18 Jeff Hobbs <hobbs@scriptics.com>
* win/{tcl.m4,Makefile.in,configure.in}: added support for mingw