summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrjohnson <rjohnson>1999-04-21 21:29:50 (GMT)
committerrjohnson <rjohnson>1999-04-21 21:29:50 (GMT)
commit74ad59ee17c6eb91a4c1cd59d5f1f656e6215bd8 (patch)
treea73c884160a151ed591fa95ae13025995de1698f
parent93927e8674908f5b99cb09866ba96bfa5c6b003e (diff)
downloadtcl-scriptics_tclpro_1_2_old.zip
tcl-scriptics_tclpro_1_2_old.tar.gz
tcl-scriptics_tclpro_1_2_old.tar.bz2
Updated patchlevel for final release. scriptics_tclpro_1_2_old
-rw-r--r--README20
-rw-r--r--tests/unixInit.test4
-rw-r--r--unix/configure.in4
-rw-r--r--win/README.binary8
4 files changed, 16 insertions, 20 deletions
diff --git a/README b/README
index 00e549d..8872016 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ README: Tcl
Tcl is maintained, enhanced, and distributed freely as a
service to the Tcl community by Scriptics Corporation.
-RCS: @(#) $Id: README,v 1.16 1999/04/16 00:46:29 stanton Exp $
+RCS: @(#) $Id: README,v 1.16.2.1 1999/04/21 21:29:50 rjohnson Exp $
Contents
--------
@@ -31,20 +31,16 @@ variety of web-related tasks and for creating powerful command
languages for applications.
This directory contains the sources and documentation for Tcl. The
-information here corresponds to release 8.1b3, which is the third
-beta release for Tcl 8.1. This release is mostly feature complete but
-may have bugs and be missing some minor features. This release is for
-early adopters who are willing to help us find and fix problems.
-Please let us know about any problems you uncover.
+information here corresponds to release 8.1.0.
Tcl 8.1 includes four major new features: Unicode support (all internal
strings are now stored in UTF-8 form), a new regular expression matcher
-with most of the Perl features, support for multithreading, and a new
-message catalog package. For details on features, incompatibilities, and
-potential problems with this release, see the Tcl/Tk 8.1 Web page at
-http://www.scriptics.com/software/8.1.html or refer to the "changes" file
-in this directory, which contains a historical record of all changes to
-Tcl.
+which surpass the features of Perl, support for multithreading, and a
+new message catalog package. For details on features,
+incompatibilities, and potential problems with this release, see the
+Tcl/Tk 8.1 Web page at http://www.scriptics.com/software/8.1.html or
+refer to the "changes" file in this directory, which contains a
+historical record of all changes to Tcl.
Tcl is a freely available open source package. You can do virtually
anything you like with it, such as modifying it, redistributing it,
diff --git a/tests/unixInit.test b/tests/unixInit.test
index de55c73..7bea073 100644
--- a/tests/unixInit.test
+++ b/tests/unixInit.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: unixInit.test,v 1.2.2.1 1999/04/21 01:48:21 rjohnson Exp $
+# RCS: @(#) $Id: unixInit.test,v 1.2.2.2 1999/04/21 21:29:51 rjohnson Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
source [file join [pwd] [file dirname [info script]] defs.tcl]
@@ -139,7 +139,7 @@ test unixInit-2.6 {TclpInitLibraryPath: executable relative} \
set x [lrange [getlibpath /tmp/sparkly/bin/tcltest] 0 1]
file delete -force /tmp/sparkly
set x
-} [list /tmp/sparkly/lib/tcl[info tclversion] /tmp/tcl[info patchlevel]/library]
+} [list /tmp/sparkly/lib/tcl[info tclversion] /tmp/tcl[info tclversion]/library]
test unixInit-2.7 {TclpInitLibraryPath: compiled-in library path} \
{emptyTest unixOnly} {
# would need test command to get defaultLibDir and compare it to
diff --git a/unix/configure.in b/unix/configure.in
index 1e339a4..32dbf3a 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -2,12 +2,12 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
AC_INIT(../generic/tcl.h)
-# RCS: @(#) $Id: configure.in,v 1.31 1999/04/16 00:48:03 stanton Exp $
+# RCS: @(#) $Id: configure.in,v 1.31.2.1 1999/04/21 21:29:51 rjohnson Exp $
TCL_VERSION=8.1
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=1
-TCL_PATCH_LEVEL=b3
+TCL_PATCH_LEVEL=0
VERSION=${TCL_VERSION}
if test "${prefix}" = "NONE"; then
diff --git a/win/README.binary b/win/README.binary
index 1112ef1..4209c64 100644
--- a/win/README.binary
+++ b/win/README.binary
@@ -1,14 +1,14 @@
-Tcl/Tk 8.1b3 for Windows, Binary Distribution
+Tcl/Tk 8.1 for Windows, Binary Distribution
-RCS: @(#) $Id: README.binary,v 1.4 1999/04/16 00:48:06 stanton Exp $
+RCS: @(#) $Id: README.binary,v 1.4.2.1 1999/04/21 21:29:52 rjohnson Exp $
1. Introduction
---------------
-This directory contains the binary distribution of Tcl/Tk 8.1b3 for
+This directory contains the binary distribution of Tcl/Tk 8.1.0 for
Windows. It was compiled with Microsoft Visual C++ 5.0 using Win32
API, so that it will run under Windows NT and Windows 95. The
-information here corresponds to the second beta release of 8.1.
+information here corresponds to the first release of 8.1.
2. Documentation
----------------