diff options
author | ericm <ericm> | 2000-05-18 22:29:55 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-05-18 22:29:55 (GMT) |
commit | b18b0c87fd558e2ac08afee5f57cf63d26e8616c (patch) | |
tree | 09f7bd8bceecf28f329ecac1c3595ad42b49d34c /ChangeLog | |
parent | a8277571fc968b11adf51c2fb8071937cd1bdf2e (diff) | |
download | tcl-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |