diff options
author | ericm <ericm> | 2000-02-09 03:56:24 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-02-09 03:56:24 (GMT) |
commit | 43f67ff23bc430cc34e5a88c5be8c4ac5ca9dbc8 (patch) | |
tree | a7b9b351fe19397eeb8cff8c4b5d7693ddbd459d /ChangeLog | |
parent | 67763d47ff042080e9e4784101f27258c6148379 (diff) | |
download | tcl-43f67ff23bc430cc34e5a88c5be8c4ac5ca9dbc8.zip tcl-43f67ff23bc430cc34e5a88c5be8c4ac5ca9dbc8.tar.gz tcl-43f67ff23bc430cc34e5a88c5be8c4ac5ca9dbc8.tar.bz2 |
* tests/clock.test: Added tests for "next monthname" constructs.
* generic/tclDate.c:
* generic/tclGetDate.y (Message): Added a grammar rule for "next
monthname" so that we can handle "next january" and similar
constructs (bug #4146).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2000-02-08 Eric Melski <ericm@scriptics.com> + + * tests/clock.test: Added tests for "next monthname" constructs. + * generic/tclDate.c: + * generic/tclGetDate.y (Message): Added a grammar rule for "next + monthname" so that we can handle "next january" and similar + constructs (bug #4146). + 2000-02-08 Jeff Hobbs <hobbs@scriptics.com> * README: @@ -29,6 +37,12 @@ * unix/README: fixed notes about --enable-shared and add note about --disable-shared. +2000-02-07 Eric Melski <ericm@scriptics.com> + + * tests/package.test: + * library/tclIndex: + * library/package.tcl: Renamed ::package namespace to ::pkg. + 2000-02-04 Eric Melski <ericm@scriptics.com> * doc/tree.n: |