summaryrefslogtreecommitdiffstats
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
parent5f0a4f470904e413ae944b684e2edba626d3dcca (diff)
downloadtcl-4fb666fe0696b03e76f9de6565de9c67eefaee40.zip
tcl-4fb666fe0696b03e76f9de6565de9c67eefaee40.tar.gz
tcl-4fb666fe0696b03e76f9de6565de9c67eefaee40.tar.bz2
*** empty log message ***
-rw-r--r--ChangeLog24
-rw-r--r--README16
2 files changed, 32 insertions, 8 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.
diff --git a/README b/README
index ca3ce8b..bc71d8e 100644
--- a/README
+++ b/README
@@ -1,9 +1,11 @@
README: Tcl
- This is the Tcl 8.2.0 source distribution.
+ This is the Tcl 8.3a1 source distribution.
You can get this release from:
- http://www.scriptics.com/registration/8.2.0.tml
+ [8.3 alpha releases are only available through NetCVS:
+ http://www.scriptics.com/products/tcltk/netcvs.html]
+ # http://www.scriptics.com/registration/<version>.tml
-RCS: @(#) $Id: README,v 1.23 1999/08/10 23:16:25 redman Exp $
+RCS: @(#) $Id: README,v 1.24 1999/10/05 22:45:15 hobbs Exp $
Contents
--------
@@ -44,13 +46,13 @@ and selling it either in whole or in part. See the file
Extensive documentation is available at our website. The
home page for this release is
- http://www.scriptics.com/software/8.2.html
+ http://www.scriptics.com/software/8.3.html
-Information about new features in 8.2 can be found at
- http://www.scriptics.com/software/whatsnew82.html
+Information about new features in 8.3 can be found at
+ http://www.scriptics.com/software/whatsnew83.html
Detailed release notes can be found at
- http://www.scriptics.com/software/relnotes/tcl8.2.0
+ http://www.scriptics.com/software/relnotes/tcl8.3a1
Information about Tcl itself can be found at
http://www.scriptics.com/scripting/