summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-10-05 22:45:15 (GMT)
committerhobbs <hobbs>1999-10-05 22:45:15 (GMT)
commit4fb666fe0696b03e76f9de6565de9c67eefaee40 (patch)
tree7cde7b06e98ee23e0136e4efed1db4d143703112 /ChangeLog
parent5f0a4f470904e413ae944b684e2edba626d3dcca (diff)
downloadtcl-4fb666fe0696b03e76f9de6565de9c67eefaee40.zip
tcl-4fb666fe0696b03e76f9de6565de9c67eefaee40.tar.gz
tcl-4fb666fe0696b03e76f9de6565de9c67eefaee40.tar.bz2
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a6ed57..bbb88ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+1999-10-05 Jeff Hobbs <hobbs@scriptics.com>
+
+ * {win,mac,unix,tools,}/README:
+ * win/README.binary:
+ * win/makefile.vc:
+ * {win,unix}/configure.in:
+ * generic/tcl.h:
+ * library/init.tcl: updated to 8.3a1 from 8.2.0.
+
+ * library/http2.1/http.tcl: fixed possible use of global c var.
+
+ * win/tclWinReg.c: fixed registry command to properly 'get'
+ HKEY_PERFORMANCE_DATA root key data. Needs more work.
+
+ * generic/tclNamesp.c:
+ * generic/tclVar.c:
+ * generic/tclCmdIL.c: fixed comment typos
+
+ * mac/tclMacFCmd.c: fixed filename stuff to support UTF-8 [Bug: 2869]
+
+ * win/tclWinSerial.c: changed SerialSetOptionProc to return
+ TCL_OK by default. (patch from Rolf Schroedter)
+
1999-09-21 Jennifer Hom <jenn@scriptics.com>
* library/tcltest1.0/tcltest.tcl: Applied patches sent in by
@@ -21,7 +44,6 @@
* tests/pkg.test:
* generic/tclPkg.c: fixed package version check to disallow 1.2..3
[Bug: 2539]
-
* unix/Makefile.in: fixed gendate target - this never worked
since RCS was intro'd.