summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-02-09 03:56:24 (GMT)
committerericm <ericm>2000-02-09 03:56:24 (GMT)
commit43f67ff23bc430cc34e5a88c5be8c4ac5ca9dbc8 (patch)
treea7b9b351fe19397eeb8cff8c4b5d7693ddbd459d /ChangeLog
parent67763d47ff042080e9e4784101f27258c6148379 (diff)
downloadtcl-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--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe783c3..a772405 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: