summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-02-28 18:49:41 (GMT)
committerericm <ericm>2000-02-28 18:49:41 (GMT)
commitd1edd68524561d9f8c25de1d4a095eaf4a09f55a (patch)
treef803022cc88ec472d9771e6a7bb8f45259d814f3 /ChangeLog
parente411cd157324b6c27b10548c0b50704a7cbf4b37 (diff)
downloadtcl-d1edd68524561d9f8c25de1d4a095eaf4a09f55a.zip
tcl-d1edd68524561d9f8c25de1d4a095eaf4a09f55a.tar.gz
tcl-d1edd68524561d9f8c25de1d4a095eaf4a09f55a.tar.bz2
* tests/clock.test: Added test for ISO bases < 100000
* generic/tclDate.c: (generated on Solaris) * generic/tclGetDate.y: Changed condition for deciding if a number is an ISO 8601 base from number >= 100000 to numberOfDigits >= 6. Previously it would fail to recognize 000000 as an ISO base.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36c1e3e..ec0894f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2000-02-28 Eric Melski <ericm@scriptics.com>
+
+ * tests/clock.test: Added test for ISO bases < 100000
+
+ * generic/tclDate.c: (generated on Solaris)
+ * generic/tclGetDate.y: Changed condition for deciding if a number
+ is an ISO 8601 base from number >= 100000 to numberOfDigits >= 6.
+ Previously it would fail to recognize 000000 as an ISO base.
+
+2000-02-14 Eric Melski <ericm@scriptics.com>
+
+ * unix/Makefile.in: Added rpm target to generate Tcl binary RPM.
+
+ * unix/tcl.spec: RPM specification file for a Tcl binary RPM for
+ Linux.
+
2000-02-10 Jeff Hobbs <hobbs@scriptics.com>
8.3.0 RELEASE