summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-10-31 00:49:02 (GMT)
committerhobbs <hobbs>2000-10-31 00:49:02 (GMT)
commit0834d8e227e49b1763a682c9602d59fcea0bf9be (patch)
treedc018bc9f6aca86f00042bcd5c6b46755ff4c99d /ChangeLog
parent9989555861b04afa810976b11b159395146274b7 (diff)
downloadtcl-0834d8e227e49b1763a682c9602d59fcea0bf9be.zip
tcl-0834d8e227e49b1763a682c9602d59fcea0bf9be.tar.gz
tcl-0834d8e227e49b1763a682c9602d59fcea0bf9be.tar.bz2
see changes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fc66bd..f08ac21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2000-10-30 Jeff Hobbs <hobbs@ajubasolutions.com>
+
+ * unix/tclUnixInit.c: added default encoding map from
+ "ja_JP.eucJP" to "euc-jp". (takahashi)
+
+ * tests/clock.test: corrected clock-2.* test numbering
+
+ * unix/configure.in (SC_TCL_LINK_LIBS): removed code that was
+ commented out (it had been moved to tcl.m4's SC_TCL_LINK_LIBS
+ already).
+
+ * unix/tcl.m4: consolidated gettimeofday check for AIX.
+
2000-10-27 Jeff Hobbs <hobbs@ajubasolutions.com>
* unix/configure.in: