From c73acda883542082356bf5e1dbf9df119d05901d Mon Sep 17 00:00:00 2001 From: welch Date: Fri, 25 Jun 1999 23:29:45 +0000 Subject: Changed to Tcl 8.2b1 --- README | 16 ++++++++-------- generic/tcl.h | 8 ++++---- library/init.tcl | 4 ++-- mac/README | 16 ++++++++-------- tests/basic.test | 6 +++--- tools/README | 4 ++-- unix/configure.in | 9 ++++----- win/README | 14 +++++++------- win/README.binary | 6 +++--- 9 files changed, 41 insertions(+), 42 deletions(-) diff --git a/README b/README index 16c26b3..df5e7fc 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ README: Tcl - This is the Tcl 8.1.1 source distribution. + This is the Tcl 8.2b1 source distribution. You can get this release from: - http://www.scriptics.com/registration/8.1.1.tml + http://www.scriptics.com/registration/8.2b1.tml -RCS: @(#) $Id: README,v 1.19 1999/04/30 23:35:40 stanton Exp $ +RCS: @(#) $Id: README,v 1.20 1999/06/25 23:29:45 welch Exp $ Contents -------- @@ -44,13 +44,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.1.html + http://www.scriptics.com/software/8.2.html -Information about new features in 8.1 can be found at - http://www.scriptics.com/software/whatsnew81.html +Information about new features in 8.2 can be found at + http://www.scriptics.com/software/whatsnew82.html Detailed release notes can be found at - http://www.scriptics.com/software/relnotes/tcl8.1.1 + http://www.scriptics.com/software/relnotes/tcl8.2b1 Information about Tcl itself can be found at http://www.scriptics.com/scripting/ @@ -81,7 +81,7 @@ using the normal "man" mechanisms, such as 2b. Windows Documentation ------------------------- -The "doc/help" subdirectory in this release contains a complete set of +The "doc" subdirectory in this release contains a complete set of Windows help files for Tcl. Once you install this Tcl release, a shortcut to the Windows help Tcl documentation will appear in the "Start" menu: diff --git a/generic/tcl.h b/generic/tcl.h index 7d9fe91..ed379f2 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.46 1999/06/17 19:32:14 stanton Exp $ + * RCS: @(#) $Id: tcl.h,v 1.47 1999/06/25 23:29:52 welch Exp $ */ #ifndef _TCL @@ -52,11 +52,11 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 1 -#define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE +#define TCL_RELEASE_LEVEL TCL_BETA_RELEASE #define TCL_RELEASE_SERIAL 1 -#define TCL_VERSION "8.1" -#define TCL_PATCH_LEVEL "8.1.1" +#define TCL_VERSION "8.2" +#define TCL_PATCH_LEVEL "8.2b1" /* * The following definitions set up the proper options for Windows diff --git a/library/init.tcl b/library/init.tcl index c52c98d..ad092cc 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -3,7 +3,7 @@ # Default system startup file for Tcl-based applications. Defines # "unknown" procedure and auto-load facilities. # -# RCS: @(#) $Id: init.tcl,v 1.30 1999/05/22 01:20:13 stanton Exp $ +# RCS: @(#) $Id: init.tcl,v 1.31 1999/06/25 23:29:53 welch Exp $ # # Copyright (c) 1991-1993 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -16,7 +16,7 @@ if {[info commands package] == ""} { error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]" } -package require -exact Tcl 8.1 +package require -exact Tcl 8.2 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: diff --git a/mac/README b/mac/README index 4d379e3..c7569cc 100644 --- a/mac/README +++ b/mac/README @@ -1,4 +1,4 @@ -Tcl 8.1 for Macintosh +Tcl 8.2 for Macintosh by Ray Johnson Scriptics Corporation @@ -8,7 +8,7 @@ Jim Ingham Cygnus Solutions jingham@cygnus.com -RCS: @(#) $Id: README,v 1.7 1999/04/24 01:46:53 stanton Exp $ +RCS: @(#) $Id: README,v 1.8 1999/06/25 23:29:53 welch Exp $ 1. Introduction --------------- @@ -18,7 +18,7 @@ scripting language. The home page for the Macintosh releases is http://www.scriptics.com/mac/ A summary of what's new in this release is at - http://www.scriptics.com/software/whatsnew81.html + http://www.scriptics.com/software/whatsnew82.html A summary of Macintosh-specific features is at http://www.scriptics.com/mac/features.html @@ -31,7 +31,7 @@ Macintosh Tcl is distributed in three different forms. This should make it easier to only download what you need. The packages are as follows: -mactk8.1.sea.hqx +mactk8.2.sea.hqx This distribution is a "binary" only release. It contains an installer program that will install a 68k, PowerPC, or Fat @@ -39,15 +39,15 @@ mactk8.1.sea.hqx it installs the Tcl & Tk libraries in the Extensions folder inside your System Folder. -mactcltk-full-8.1.sea.hqx +mactcltk-full-8.2.sea.hqx This release contains the full release of Tcl and Tk for the Macintosh plus the More Files packages which Macintosh Tcl and Tk rely on. -mactcl-source-8.1.sea.hqx +mactcl-source-8.2.sea.hqx - This release contains the complete source for Tcl 8.1. In + This release contains the complete source for Tcl 8.2. In addition, Metrowerks CodeWarrior libraries and project files are included. However, you must already have the More Files package to compile this code. @@ -55,7 +55,7 @@ mactcl-source-8.1.sea.hqx The "html" subdirectory contains reference documentation in in the HTML format. You may also find these pages at: - http://www.scriptics.com/man/tcl8.1/contents.html + http://www.scriptics.com/man/tcl8.2/contents.html 3. Compiling Tcl ---------------- diff --git a/tests/basic.test b/tests/basic.test index b6274bf..f56a331 100644 --- a/tests/basic.test +++ b/tests/basic.test @@ -15,7 +15,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: basic.test,v 1.5 1999/04/16 00:47:23 stanton Exp $ +# RCS: @(#) $Id: basic.test,v 1.6 1999/06/25 23:29:53 welch Exp $ # if {[lsearch [namespace children] ::tcltest] == -1} { @@ -493,10 +493,10 @@ test basic-39.1 {Tcl_CreateTrace, correct command and argc/argv arguments of tra } {{expr 14 + 16} {expr 14 + 16} {set stuff [expr 14 + 16]} {set stuff 30}} test basic-39.2 {Tcl_CreateTrace, correct command and argc/argv arguments of trace proc} { testcmdtrace tracetest {set stuff [info tclversion]} -} {{info tclversion} {info tclversion} {set stuff [info tclversion]} {set stuff 8.1}} +} {{info tclversion} {info tclversion} {set stuff [info tclversion]} {set stuff 8.2}} test basic-39.3 {Tcl_CreateTrace, correct command and argc/argv arguments of trace proc} { testcmdtrace deletetest {set stuff [info tclversion]} -} 8.1 +} 8.2 } test basic-40.1 {Tcl_DeleteTrace} {emptyTest} { diff --git a/tools/README b/tools/README index e0de597..66a6b23 100644 --- a/tools/README +++ b/tools/README @@ -9,10 +9,10 @@ uniClass.tcl -- Script for generating regexp class tables from the Tcl "string is" classes Generating HTML files. -The tcl8.1-tk8.1-man-html.tcl script from Robert Critchlow +The tcl8.2-tk8.2-man-html.tcl script from Robert Critchlow generates a nice set of HTML with good cross references. Use it like - tclsh8.0 tcl8.1-tk8.1-man-html.tcl --htmldir=/tmp/tcl8.1 + tclsh8.0 tcl8.2-tk8.2-man-html.tcl --htmldir=/tmp/tcl8.2 This script is very picky about the organization of man pages, effectively acting as a style enforcer. diff --git a/unix/configure.in b/unix/configure.in index cbae139..2ccfa20 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -2,13 +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.43 1999/06/16 22:36:24 surles Exp $ +# RCS: @(#) $Id: configure.in,v 1.44 1999/06/25 23:29:54 welch Exp $ -TCL_VERSION=8.1 +TCL_VERSION=8.2 TCL_MAJOR_VERSION=8 -TCL_MINOR_VERSION=1 -# The patch level should be blank for all patch releases (i.e. non-alpha/beta) -TCL_PATCH_LEVEL= +TCL_MINOR_VERSION=2 +TCL_PATCH_LEVEL="b1" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/win/README b/win/README index bad9d8f..cc9fc11 100644 --- a/win/README +++ b/win/README @@ -1,10 +1,10 @@ -Tcl 8.1 for Windows +Tcl 8.2 for Windows by Scott Stanton Scriptics Corporation scott.stanton@scriptics.com -RCS: @(#) $Id: README,v 1.11 1999/04/24 01:46:54 stanton Exp $ +RCS: @(#) $Id: README,v 1.12 1999/06/25 23:29:55 welch Exp $ 1. Introduction --------------- @@ -39,18 +39,18 @@ find them. Tcl looks in one of three places for the library files: 1) The path specified in the environment variable "TCL_LIBRARY". - 2) In the lib\tcl8.1 directory under the installation directory + 2) In the lib\tcl8.2 directory under the installation directory as specified in the registry: - HKEY_LOCAL_MACHINE\SOFTWARE\Scriptics\Tcl\8.1 + HKEY_LOCAL_MACHINE\SOFTWARE\Scriptics\Tcl\8.2 3) Relative to the directory containing the current .exe. Tcl will look for a directory "..\lib\tcl8.1" relative to the directory containing the currently running .exe. -Note that in order to run tclsh81.exe, you must ensure that tcl81.dll -and tclpip81.dll are on your path, in the system directory, or in the -directory containing tclsh81.exe. +Note that in order to run tclsh82.exe, you must ensure that tcl82.dll +and tclpip82.dll are on your path, in the system directory, or in the +directory containing tclsh82.exe. Note: Tcl no longer provides support for Win32s. diff --git a/win/README.binary b/win/README.binary index 559077c..fb5a345 100644 --- a/win/README.binary +++ b/win/README.binary @@ -1,11 +1,11 @@ -Tcl/Tk 8.1.1 for Windows, Binary Distribution +Tcl/Tk 8.2b1 for Windows, Binary Distribution -RCS: @(#) $Id: README.binary,v 1.7 1999/04/30 23:35:41 stanton Exp $ +RCS: @(#) $Id: README.binary,v 1.8 1999/06/25 23:29:55 welch Exp $ 1. Introduction --------------- -This directory contains the binary distribution of Tcl/Tk 8.1.1 for +This directory contains the binary distribution of Tcl/Tk 8.2b1 for Windows. It was compiled with Microsoft Visual C++ 5.0 using Win32 API, so that it will run under Windows NT, Windows 95, and Windows 98. -- cgit v0.12