diff options
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: |