summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorwelch <welch>1998-07-06 22:11:44 (GMT)
committerwelch <welch>1998-07-06 22:11:44 (GMT)
commitbda3b6cd5c8e60849b2b336e9577f8d5bd7be7d5 (patch)
tree44efb29b431fef3f74bee79dba3a1c0396be642f /README
parent99b5d44e0551941d42119fadc9d92fb7bcf00a74 (diff)
downloadtcl-bda3b6cd5c8e60849b2b336e9577f8d5bd7be7d5.zip
tcl-bda3b6cd5c8e60849b2b336e9577f8d5bd7be7d5.tar.gz
tcl-bda3b6cd5c8e60849b2b336e9577f8d5bd7be7d5.tar.bz2
Updated for 8.0.3-2
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 8 insertions, 7 deletions
diff --git a/README b/README
index 822714f..e4d043c 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
Tcl
-SCCS: %Z% $Id: README,v 1.4 1998/06/29 22:57:36 welch Exp $
+SCCS: %Z% $Id: README,v 1.5 1998/07/06 22:11:44 welch Exp $
0. Preface
----------
-This is a pre-release of 8.0.3, tcl_patchLevel "8.0.3-1"
+This is a pre-release of 8.0.3, tcl_patchLevel "8.0.3-2"
we expect the 8.0.3 release to continue to change with the adoption
of more patches, etc. This release is being made early to help
with the Consortium CD project. Please do not advertise or
@@ -14,16 +14,17 @@ email to <bugs@scriptics.com>
Brent Welch
Summary of changes:
-1. Scriptics changes to support its packager, which is similar in
+1. Scriptics changes to support TclPro Wrapper, which is similar in
spirit to the stand-alone applications built by the plus-patch, but
goes farther by putting more hooks into the file system access routines.
-2. Scriptics changes to support its byte-code reader and writer.
+2. Scriptics changes to support TclPro Compiler, which lets you
+save and reload compiled byte-codes.
3. Miscellaneous bug fixes to windows socket code.
4. Various bug fixes derived from Victor Dukhovni's "jumbo" patch described
on http://www.scriptics.com/resource/download/patches/tcl80p2/
-5. Jan Nijtmans compatibility change to the signature of Tcl_EvalObj.
-This works with gcc but is untested with other compilers.
-6. Patches to support [incr Tcl]. We expect changes in this area.
+5. Patches to support [incr Tcl]. We expect changes in this area.
+6. More enhancements, including a new implementation of pkg_mkIndex.
+
1. Introduction
---------------