From 0cb44acb3078b3a746417333705b21a73b567f9a Mon Sep 17 00:00:00 2001 From: hobbs Date: Wed, 3 May 2000 00:15:05 +0000 Subject: * README: * generic/tcl.h: * library/init.tcl: * library/reg1.0/pkgIndex.tcl: * library/tcltest1.0/tcltest.tcl: * mac/README: * tools/tcl.hpj.in: * tools/tcl.wse.in: * unix/README: * unix/configure.in: * unix/tcl.spec: * win/README: * win/README.binary: * win/configure.in: * win/makefile.vc: * win/tcl.m4: updated patchlevel to 8.4a1 --- ChangeLog | 30 +++++++++++++++++ README | 8 ++--- generic/tcl.h | 14 ++++---- library/init.tcl | 4 +-- library/reg/pkgIndex.tcl | 4 +-- library/reg1.0/pkgIndex.tcl | 4 +-- library/tcltest/tcltest.tcl | 6 ++-- library/tcltest1.0/tcltest.tcl | 6 ++-- mac/README | 6 ++-- tools/tcl.hpj.in | 4 +-- tools/tcl.wse.in | 76 +++++++++++++++++++++--------------------- unix/README | 6 ++-- unix/configure.in | 8 ++--- unix/tcl.spec | 6 ++-- win/README | 18 +++++----- win/README.binary | 18 +++++----- win/configure.in | 8 ++--- win/makefile.vc | 6 ++-- win/tcl.m4 | 24 ++++++------- 19 files changed, 143 insertions(+), 113 deletions(-) diff --git a/ChangeLog b/ChangeLog index d545c38..2fef68d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2000-05-02 Jeff Hobbs + + * README: + * generic/tcl.h: + * library/init.tcl: + * library/reg1.0/pkgIndex.tcl: + * library/tcltest1.0/tcltest.tcl: + * mac/README: + * tools/tcl.hpj.in: + * tools/tcl.wse.in: + * unix/README: + * unix/configure.in: + * unix/tcl.spec: + * win/README: + * win/README.binary: + * win/configure.in: + * win/makefile.vc: + * win/tcl.m4: updated patchlevel to 8.4a1 + + * tests/compile.test: + * tests/init.test: + * tests/proc.test: + * tests/proc-old.test: + * tests/rename.test: + * generic/tclProc.c: reworked error return for procedures with + incorrect args to be like the C Tcl_WrongNumArgs, where a "wrong # + args: ..." message is printed out with the args list. + + * unix/Makefile.in: add tclsh.ico and tcl.spec to dist target + 2000-05-02 Andreas Kupries * Overall changes: diff --git a/README b/README index 2b6d3cf..3f99680 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ README: Tcl - This is the Tcl 8.3.1 source distribution. + This is the Tcl 8.4a1 source distribution. You can get any release of Tcl from: http://dev.scriptics.com/registration/.tml Tcl/Tk is also available through NetCVS: http://dev.scriptics.com/software/tcltk/netcvs.html -RCS: @(#) $Id: README,v 1.31 2000/04/26 17:31:19 hobbs Exp $ +RCS: @(#) $Id: README,v 1.32 2000/05/03 00:15:05 hobbs Exp $ Contents -------- @@ -46,10 +46,10 @@ 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, including new features, is - http://dev.scriptics.com/software/tcltk/8.3.html + http://dev.scriptics.com/software/tcltk/8.4.html Detailed release notes can be found at - http://dev.scriptics.com/software/tcltk/relnotes/tcl8.3.1.txt + http://dev.scriptics.com/software/tcltk/relnotes/tcl8.4a1.txt Information about Tcl itself can be found at http://dev.scriptics.com/scripting/ diff --git a/generic/tcl.h b/generic/tcl.h index cccf9f6..cae5dde 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.70 2000/04/19 08:32:44 hobbs Exp $ + * RCS: @(#) $Id: tcl.h,v 1.71 2000/05/03 00:15:06 hobbs Exp $ */ #ifndef _TCL @@ -43,26 +43,26 @@ extern "C" { * win/configure.in (as above) * win/tcl.m4 (not patchlevel) * win/makefile.vc (not patchlevel) 2 LOC - * win/pkgIndex.tcl (not patchlevel, for tclregNN.dll) + * library/reg1.0/pkgIndex.tcl (not patchlevel, for tclregNN.dll) * README (sections 0 and 2) * mac/README (2 LOC, not patchlevel) * win/README.binary (sections 0-4) * win/README (not patchlevel) (sections 0 and 2) * unix/README (not patchlevel) (part (h)) * unix/tcl.spec (2 LOC Major/Minor, 1 LOC patch) - * tests/basic.test (not patchlevel) (version checks) + * library/tcltest1.0/tcltest.tcl (1 LOC M/M, 1 LOC patch) * tools/tcl.hpj.in (not patchlevel, for windows installer) * tools/tcl.wse.in (for windows installer) * tools/tclSplash.bmp (not patchlevel) */ #define TCL_MAJOR_VERSION 8 -#define TCL_MINOR_VERSION 3 -#define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE +#define TCL_MINOR_VERSION 4 +#define TCL_RELEASE_LEVEL TCL_ALPHA_RELEASE #define TCL_RELEASE_SERIAL 1 -#define TCL_VERSION "8.3" -#define TCL_PATCH_LEVEL "8.3.1" +#define TCL_VERSION "8.4" +#define TCL_PATCH_LEVEL "8.4a1" /* * The following definitions set up the proper options for Windows diff --git a/library/init.tcl b/library/init.tcl index 0b3d546..941c5d6 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.39 2000/02/01 19:26:08 ericm Exp $ +# RCS: @(#) $Id: init.tcl,v 1.40 2000/05/03 00:15:06 hobbs 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.3 +package require -exact Tcl 8.4 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: diff --git a/library/reg/pkgIndex.tcl b/library/reg/pkgIndex.tcl index d3e39dd..b32c71b 100755 --- a/library/reg/pkgIndex.tcl +++ b/library/reg/pkgIndex.tcl @@ -1,7 +1,7 @@ if {[info exists tcl_platform(debug)]} { package ifneeded registry 1.0 \ - [list load [file join $dir tclreg83d.dll] registry] + [list load [file join $dir tclreg84d.dll] registry] } else { package ifneeded registry 1.0 \ - [list load [file join $dir tclreg83.dll] registry] + [list load [file join $dir tclreg84.dll] registry] } diff --git a/library/reg1.0/pkgIndex.tcl b/library/reg1.0/pkgIndex.tcl index d3e39dd..b32c71b 100755 --- a/library/reg1.0/pkgIndex.tcl +++ b/library/reg1.0/pkgIndex.tcl @@ -1,7 +1,7 @@ if {[info exists tcl_platform(debug)]} { package ifneeded registry 1.0 \ - [list load [file join $dir tclreg83d.dll] registry] + [list load [file join $dir tclreg84d.dll] registry] } else { package ifneeded registry 1.0 \ - [list load [file join $dir tclreg83.dll] registry] + [list load [file join $dir tclreg84.dll] registry] } diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl index 5898cf6..8a56371 100644 --- a/library/tcltest/tcltest.tcl +++ b/library/tcltest/tcltest.tcl @@ -12,7 +12,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: tcltest.tcl,v 1.24 2000/04/11 01:04:19 welch Exp $ +# RCS: @(#) $Id: tcltest.tcl,v 1.25 2000/05/03 00:15:07 hobbs Exp $ package provide tcltest 1.0 @@ -267,10 +267,10 @@ namespace eval tcltest { # Tcl version numbers if {![info exists version]} { - variable version 8.3 + variable version 8.4 } if {![info exists patchLevel]} { - variable patchLevel 8.3.0 + variable patchLevel 8.4a1 } } diff --git a/library/tcltest1.0/tcltest.tcl b/library/tcltest1.0/tcltest.tcl index 5898cf6..8a56371 100644 --- a/library/tcltest1.0/tcltest.tcl +++ b/library/tcltest1.0/tcltest.tcl @@ -12,7 +12,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: tcltest.tcl,v 1.24 2000/04/11 01:04:19 welch Exp $ +# RCS: @(#) $Id: tcltest.tcl,v 1.25 2000/05/03 00:15:07 hobbs Exp $ package provide tcltest 1.0 @@ -267,10 +267,10 @@ namespace eval tcltest { # Tcl version numbers if {![info exists version]} { - variable version 8.3 + variable version 8.4 } if {![info exists patchLevel]} { - variable patchLevel 8.3.0 + variable patchLevel 8.4a1 } } diff --git a/mac/README b/mac/README index fb6cb6c..8241065 100644 --- a/mac/README +++ b/mac/README @@ -1,4 +1,4 @@ -Tcl 8.3 for Macintosh +Tcl 8.4 for Macintosh by Ray Johnson Scriptics Corporation @@ -8,7 +8,7 @@ Jim Ingham Cygnus Solutions jingham@cygnus.com -RCS: @(#) $Id: README,v 1.12 2000/04/26 17:31:20 hobbs Exp $ +RCS: @(#) $Id: README,v 1.13 2000/05/03 00:15:08 hobbs Exp $ 1. Introduction --------------- @@ -18,7 +18,7 @@ scripting language. The home page for the Macintosh releases is http://dev.scriptics.com/software/mac/ A summary of what's new in this release is at - http://dev.scriptics.com/software/tcltk/8.3.html + http://dev.scriptics.com/software/tcltk/8.4.html A summary of Macintosh-specific features is at http://dev.scriptics.com/software/mac/features.html diff --git a/tools/tcl.hpj.in b/tools/tcl.hpj.in index 3400816..e3ec7f2 100644 --- a/tools/tcl.hpj.in +++ b/tools/tcl.hpj.in @@ -5,9 +5,9 @@ HCW=0 LCID=0x409 0x0 0x0 ;English (United States) REPORT=Yes TITLE=Tcl/Tk Reference Manual -CNT=tcl83.cnt +CNT=tcl84.cnt COPYRIGHT=Copyright © 1999 Scriptics Corporation -HLP=tcl83.hlp +HLP=tcl84.hlp [FILES] tcl.rtf diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in index f7a16a5..328f48f 100644 --- a/tools/tcl.wse.in +++ b/tools/tcl.wse.in @@ -1,7 +1,7 @@ Document Type: WSE item: Global Version=6.01 - Title=Tcl 8.3 for Windows Installation + Title=Tcl 8.4 for Windows Installation Flags=00010100 Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Japanese Font Name=MS Gothic @@ -12,7 +12,7 @@ item: Global Log Pathname=%MAINDIR%\INSTALL.LOG Message Font=MS Sans Serif Font Size=8 - Disk Label=tcl8.3.1 + Disk Label=tcl8.4a1 Disk Filename=setup Patch Flags=0000000000000001 Patch Threshold=85 @@ -42,7 +42,7 @@ item: End Block end item: Set Variable Variable=VER - Value=8.3 + Value=8.4 end item: Set Variable Variable=PATCHLEVEL @@ -960,23 +960,23 @@ item: If/While Statement Flags=00001010 end item: Install File - Source=${__TKBASEDIR__}\win\release\tk83.lib - Destination=%MAINDIR%\lib\tk83.lib + Source=${__TKBASEDIR__}\win\release\tk84.lib + Destination=%MAINDIR%\lib\tk84.lib Flags=0000000000000010 end item: Install File - Source=${__TKBASEDIR__}\win\release\tkstub83.lib - Destination=%MAINDIR%\lib\tkstub83.lib + Source=${__TKBASEDIR__}\win\release\tkstub84.lib + Destination=%MAINDIR%\lib\tkstub84.lib Flags=0000000000000010 end item: Install File - Source=${__TCLBASEDIR__}\win\release\tcl83.lib - Destination=%MAINDIR%\lib\tcl83.lib + Source=${__TCLBASEDIR__}\win\release\tcl84.lib + Destination=%MAINDIR%\lib\tcl84.lib Flags=0000000000000010 end item: Install File - Source=${__TCLBASEDIR__}\win\release\tclstub83.lib - Destination=%MAINDIR%\lib\tclstub83.lib + Source=${__TCLBASEDIR__}\win\release\tclstub84.lib + Destination=%MAINDIR%\lib\tclstub84.lib Flags=0000000000000010 end item: Install File @@ -1567,8 +1567,8 @@ item: Install File Flags=0000000000000010 end item: Install File - Source=${__TCLBASEDIR__}\win\release\tclreg83.dll - Destination=%MAINDIR%\lib\tcl%VER%\reg1.0\tclreg83.dll + Source=${__TCLBASEDIR__}\win\release\tclreg84.dll + Destination=%MAINDIR%\lib\tcl%VER%\reg1.0\tclreg84.dll Flags=0000000000000010 end item: Install File @@ -1577,8 +1577,8 @@ item: Install File Flags=0000000000000010 end item: Install File - Source=${__TCLBASEDIR__}\win\release\tcldde83.dll - Destination=%MAINDIR%\lib\tcl%VER%\dde1.1\tcldde83.dll + Source=${__TCLBASEDIR__}\win\release\tcldde84.dll + Destination=%MAINDIR%\lib\tcl%VER%\dde1.1\tcldde84.dll Flags=0000000000000010 end item: Install File @@ -1587,28 +1587,28 @@ item: Install File Flags=0010001000000011 end item: Install File - Source=${__TKBASEDIR__}\win\release\wish83.exe - Destination=%MAINDIR%\bin\wish83.exe + Source=${__TKBASEDIR__}\win\release\wish84.exe + Destination=%MAINDIR%\bin\wish84.exe Flags=0000000000000010 end item: Install File - Source=${__TCLBASEDIR__}\win\release\tclsh83.exe - Destination=%MAINDIR%\bin\tclsh83.exe + Source=${__TCLBASEDIR__}\win\release\tclsh84.exe + Destination=%MAINDIR%\bin\tclsh84.exe Flags=0000000000000010 end item: Install File - Source=${__TCLBASEDIR__}\win\release\tclpip83.dll - Destination=%MAINDIR%\bin\tclpip83.dll + Source=${__TCLBASEDIR__}\win\release\tclpip84.dll + Destination=%MAINDIR%\bin\tclpip84.dll Flags=0000000000000010 end item: Install File - Source=${__TCLBASEDIR__}\win\release\tcl83.dll - Destination=%MAINDIR%\bin\tcl83.dll + Source=${__TCLBASEDIR__}\win\release\tcl84.dll + Destination=%MAINDIR%\bin\tcl84.dll Flags=0000000000000010 end item: Install File - Source=${__TKBASEDIR__}\win\release\tk83.dll - Destination=%MAINDIR%\bin\tk83.dll + Source=${__TKBASEDIR__}\win\release\tk84.dll + Destination=%MAINDIR%\bin\tk84.dll Flags=0000000000000010 end item: Install File @@ -2011,13 +2011,13 @@ item: If/While Statement Flags=00001010 end item: Install File - Source=${__TCLBASEDIR__}\tools\tcl83.cnt - Destination=%MAINDIR%\doc\tcl83.cnt + Source=${__TCLBASEDIR__}\tools\tcl84.cnt + Destination=%MAINDIR%\doc\tcl84.cnt Flags=0000000000000010 end item: Install File - Source=${__TCLBASEDIR__}\tools\tcl83.hlp - Destination=%MAINDIR%\doc\tcl83.hlp + Source=${__TCLBASEDIR__}\tools\tcl84.hlp + Destination=%MAINDIR%\doc\tcl84.hlp Flags=0000000000000010 end item: End Block @@ -2050,7 +2050,7 @@ item: If/While Statement Flags=00001010 end item: Create Shortcut - Source=%MAINDIR%\bin\wish83.exe + Source=%MAINDIR%\bin\wish84.exe Destination=%GROUP%\Wish.lnk Working Directory=%MAINDIR% end @@ -2062,7 +2062,7 @@ item: If/While Statement Flags=00001010 end item: Create Shortcut - Source=%MAINDIR%\bin\tclsh83.exe + Source=%MAINDIR%\bin\tclsh84.exe Destination=%GROUP%\Tclsh.lnk Working Directory=%MAINDIR% Key Type=1536 @@ -2076,7 +2076,7 @@ item: If/While Statement Flags=00001010 end item: Create Shortcut - Source=%MAINDIR%\doc\tcl83.hlp + Source=%MAINDIR%\doc\tcl84.hlp Destination=%GROUP%\Tcl Help.lnk Working Directory=%MAINDIR% end @@ -2112,7 +2112,7 @@ item: Add ProgMan Icon Group=%GROUP% Icon Name=Widget Tour Command Line=%MAINDIR%\lib\tk%VER%\demos\widget.tcl - Icon Pathname=%MAINDIR%\bin\wish83.exe + Icon Pathname=%MAINDIR%\bin\wish84.exe Default Directory=%MAINDIR% end item: End Block @@ -2125,7 +2125,7 @@ end item: Add ProgMan Icon Group=%GROUP% Icon Name=Tcl Help - Command Line=%MAINDIR%\doc\tcl83.hlp + Command Line=%MAINDIR%\doc\tcl84.hlp Default Directory=%MAINDIR% end item: End Block @@ -2144,7 +2144,7 @@ end item: Add ProgMan Icon Group=%GROUP% Icon Name=Wish - Command Line=%MAINDIR%\bin\wish83.exe + Command Line=%MAINDIR%\bin\wish84.exe Default Directory=%MAINDIR% end item: End Block @@ -2157,7 +2157,7 @@ end item: Add ProgMan Icon Group=%GROUP% Icon Name=Tclsh - Command Line=%MAINDIR%\bin\tclsh83.exe + Command Line=%MAINDIR%\bin\tclsh84.exe Default Directory=%MAINDIR% end item: End Block @@ -2177,7 +2177,7 @@ end item: Edit Registry Total Keys=1 Key=TclScript\DefaultIcon - New Value=%MAINDIR%\bin\tk83.dll + New Value=%MAINDIR%\bin\tk84.dll end item: Edit Registry Total Keys=1 @@ -2192,7 +2192,7 @@ end item: Edit Registry Total Keys=1 Key=TclScript\shell\open\command - New Value=%MAINDIRSHORT%\bin\wish83.exe "%%1" %%* + New Value=%MAINDIRSHORT%\bin\wish84.exe "%%1" %%* end item: Edit Registry Total Keys=1 diff --git a/unix/README b/unix/README index 683ca57..e3aaee3 100644 --- a/unix/README +++ b/unix/README @@ -22,7 +22,7 @@ SGI, as well as PCs running Linux, BSDI, and SCO UNIX. To compile for a PC running Windows, see the README file in the directory ../win. To compile for a Macintosh, see the README file in the directory ../mac. -RCS: @(#) $Id: README,v 1.11 2000/04/26 17:31:21 hobbs Exp $ +RCS: @(#) $Id: README,v 1.12 2000/05/03 00:15:10 hobbs Exp $ How To Compile And Install Tcl: ------------------------------- @@ -101,9 +101,9 @@ How To Compile And Install Tcl: Tcl then you'll first need to set your TCL_LIBRARY variable to hold the full path name of the "library" subdirectory. Note that the installed versions of tclsh, libtcl.a, and libtcl.so have a - version number in their names, such as "tclsh8.3" or "libtcl8.3.so"; + version number in their names, such as "tclsh8.4" or "libtcl8.4.so"; to use the installed versions, either specify the version number - or create a symbolic link (e.g. from "tclsh" to "tclsh8.3"). + or create a symbolic link (e.g. from "tclsh" to "tclsh8.4"). If you have trouble compiling Tcl, see the URL noted above about working platforms. It contains information that people have provided about changes diff --git a/unix/configure.in b/unix/configure.in index c8a342c..0d7d8fc 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,12 +3,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.57 2000/04/19 08:32:45 hobbs Exp $ +# RCS: @(#) $Id: configure.in,v 1.58 2000/05/03 00:15:10 hobbs Exp $ -TCL_VERSION=8.3 +TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 -TCL_MINOR_VERSION=3 -TCL_PATCH_LEVEL=".1" +TCL_MINOR_VERSION=4 +TCL_PATCH_LEVEL="a1" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index 40b187f..21905e4 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -1,7 +1,7 @@ -# $Id: tcl.spec,v 1.4 2000/04/26 17:31:21 hobbs Exp $ +# $Id: tcl.spec,v 1.5 2000/05/03 00:15:10 hobbs Exp $ # This file is the basis for a binary Tcl RPM for Linux. -%define version 8.3.1 +%define version 8.4a1 %define directory /usr/local Summary: Tcl scripting language development environment @@ -10,7 +10,7 @@ Version: %{version} Release: 1 Copyright: BSD Group: Development/Languages -Source: ftp://ftp.scriptics.com/pub/tcl/tcl8_3/tcl%{version}.tar.gz +Source: ftp://ftp.scriptics.com/pub/tcl/tcl8_4/tcl%{version}.tar.gz URL: http://dev.scriptics.com/ Packager: Scriptics Corporation Buildroot: /var/tmp/%{name}%{version} diff --git a/win/README b/win/README index 3cda9e3..a287f6b 100644 --- a/win/README +++ b/win/README @@ -1,10 +1,10 @@ -Tcl 8.3 for Windows +Tcl 8.4 for Windows by Scott Stanton Scriptics Corporation scott.stanton@scriptics.com -RCS: @(#) $Id: README,v 1.16 2000/04/26 17:31:22 hobbs Exp $ +RCS: @(#) $Id: README,v 1.17 2000/05/03 00:15:10 hobbs Exp $ 1. Introduction --------------- @@ -21,7 +21,7 @@ The information in this file is maintained on the web at: In order to compile Tcl for Windows, you need the following items: - Tcl 8.3 Source Distribution (plus any patches) + Tcl 8.4 Source Distribution (plus any patches) Visual C++ 2.x/4.x/5.x @@ -39,18 +39,18 @@ find them. Tcl looks in one of following places for the library files: 1) The path specified in the environment variable "TCL_LIBRARY". - 2) In the lib\tcl8.3 directory under the installation directory + 2) In the lib\tcl8.4 directory under the installation directory as specified in the registry: - HKEY_LOCAL_MACHINE\SOFTWARE\Scriptics\Tcl\8.3 + HKEY_LOCAL_MACHINE\SOFTWARE\Scriptics\Tcl\8.4 3) Relative to the directory containing the current .exe. - Tcl will look for a directory "..\lib\tcl8.3" relative to the + Tcl will look for a directory "..\lib\tcl8.4" relative to the directory containing the currently running .exe. -Note that in order to run tclsh83.exe, you must ensure that tcl83.dll -and tclpip83.dll are on your path, in the system directory, or in the -directory containing tclsh83.exe. +Note that in order to run tclsh84.exe, you must ensure that tcl84.dll +and tclpip84.dll are on your path, in the system directory, or in the +directory containing tclsh84.exe. Note: Tcl no longer provides support for Win32s. diff --git a/win/README.binary b/win/README.binary index 5536e80..e5fb1a6 100644 --- a/win/README.binary +++ b/win/README.binary @@ -1,11 +1,11 @@ -Tcl/Tk 8.3 for Windows, Binary Distribution +Tcl/Tk 8.4 for Windows, Binary Distribution -RCS: @(#) $Id: README.binary,v 1.19 2000/04/26 17:31:22 hobbs Exp $ +RCS: @(#) $Id: README.binary,v 1.20 2000/05/03 00:15:10 hobbs Exp $ 1. Introduction --------------- -This directory contains the binary distribution of Tcl/Tk 8.3.1 for +This directory contains the binary distribution of Tcl/Tk 8.4a1 for Windows. It was compiled with Microsoft Visual C++ 5.0 using Win32 API, so that it will run under Windows NT, 95, 98 and 2000. @@ -25,11 +25,11 @@ Tcl community by Scriptics Corporation. The official home for Tcl and Tk on the Web is at: http://dev.scriptics.com -The home page for the Tcl/Tk 8.3 release is - http://dev.scriptics.com/software/tcltk/8.3.html +The home page for the Tcl/Tk 8.4 release is + http://dev.scriptics.com/software/tcltk/8.4.html Detailed release notes can be found at - http://dev.scriptics.com/software/tcltk/relnotes/tcl8.3.1.txt + http://dev.scriptics.com/software/tcltk/relnotes/tcl8.4a1.txt Information about Tcl itself can be found at http://dev.scriptics.com/scripting/ @@ -44,7 +44,7 @@ There are notes about compiling Tcl at --------------- The binary release is distributed as a self-extracting archive called -tcl83.exe. The setup program which will prompt you for an +tcl84.exe. The setup program which will prompt you for an installation directory. It will create the installation heirarchy under the specified directory, and install a wish application icon under the program manager group of your choice. @@ -61,8 +61,8 @@ this release, you will need to use the appropriate .lib file for your compiler. In the lib directory of the installation directory, there are library files for the Microsoft Visual C++ compiler: - tcl83.lib - tk83.lib + tcl84.lib + tk84.lib 5. Building dynamically loadable extensions -------------------------------------------- diff --git a/win/configure.in b/win/configure.in index d4a2a24..9948676 100644 --- a/win/configure.in +++ b/win/configure.in @@ -2,14 +2,14 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.20 2000/04/19 08:32:46 hobbs Exp $ +# RCS: @(#) $Id: configure.in,v 1.21 2000/05/03 00:15:10 hobbs Exp $ AC_INIT(../generic/tcl.h) -TCL_VERSION=8.3 +TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 -TCL_MINOR_VERSION=3 -TCL_PATCH_LEVEL=".1" +TCL_MINOR_VERSION=4 +TCL_PATCH_LEVEL="a1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION #-------------------------------------------------------------------- diff --git a/win/makefile.vc b/win/makefile.vc index 5d7cab4..7f3cc33 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -6,7 +6,7 @@ # Copyright (c) 1995-1996 Sun Microsystems, Inc. # Copyright (c) 1998-1999 by Scriptics Corporation. # -# RCS: @(#) $Id: makefile.vc,v 1.51 2000/05/02 22:02:37 kupries Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.52 2000/05/03 00:15:11 hobbs Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -65,8 +65,8 @@ NODEBUG = 1 NAMEPREFIX = tcl STUBPREFIX = $(NAMEPREFIX)stub -DOTVERSION = 8.3 -VERSION = 83 +DOTVERSION = 8.4 +VERSION = 84 BINROOT = . !IF "$(NODEBUG)" == "1" diff --git a/win/tcl.m4 b/win/tcl.m4 index c021cbd..3e9c238 100644 --- a/win/tcl.m4 +++ b/win/tcl.m4 @@ -20,13 +20,13 @@ AC_DEFUN(SC_PATH_TCLCONFIG, [ AC_MSG_CHECKING([the location of tclConfig.sh]) - if test -d ../../tcl8.3$1/win; then - TCL_BIN_DIR_DEFAULT=../../tcl8.3$1/win + if test -d ../../tcl8.4$1/win; then + TCL_BIN_DIR_DEFAULT=../../tcl8.4$1/win else - TCL_BIN_DIR_DEFAULT=../../tcl8.3/win + TCL_BIN_DIR_DEFAULT=../../tcl8.4/win fi - AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl 8.3 binaries from DIR], + AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl 8.4 binaries from DIR], TCL_BIN_DIR=$withval, TCL_BIN_DIR=`cd $TCL_BIN_DIR_DEFAULT; pwd`) if test ! -d $TCL_BIN_DIR; then AC_MSG_ERROR(Tcl directory $TCL_BIN_DIR does not exist) @@ -58,13 +58,13 @@ AC_DEFUN(SC_PATH_TCLCONFIG, [ AC_DEFUN(SC_PATH_TKCONFIG, [ AC_MSG_CHECKING([the location of tkConfig.sh]) - if test -d ../../tk8.3$1/win; then - TK_BIN_DIR_DEFAULT=../../tk8.3$1/win + if test -d ../../tk8.4$1/win; then + TK_BIN_DIR_DEFAULT=../../tk8.4$1/win else - TK_BIN_DIR_DEFAULT=../../tk8.3/win + TK_BIN_DIR_DEFAULT=../../tk8.4/win fi - AC_ARG_WITH(tk, [ --with-tk=DIR use Tk 8.3 binaries from DIR], + AC_ARG_WITH(tk, [ --with-tk=DIR use Tk 8.4 binaries from DIR], TK_BIN_DIR=$withval, TK_BIN_DIR=`cd $TK_BIN_DIR_DEFAULT; pwd`) if test ! -d $TK_BIN_DIR; then AC_MSG_ERROR(Tk directory $TK_BIN_DIR does not exist) @@ -524,13 +524,13 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ #------------------------------------------------------------------------ AC_DEFUN(SC_WITH_TCL, [ - if test -d ../../tcl8.3$1/win; then - TCL_BIN_DEFAULT=../../tcl8.3$1/win + if test -d ../../tcl8.4$1/win; then + TCL_BIN_DEFAULT=../../tcl8.4$1/win else - TCL_BIN_DEFAULT=../../tcl8.3/win + TCL_BIN_DEFAULT=../../tcl8.4/win fi - AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl 8.3 binaries from DIR], + AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl 8.4 binaries from DIR], TCL_BIN_DIR=$withval, TCL_BIN_DIR=`cd $TCL_BIN_DEFAULT; pwd`) if test ! -d $TCL_BIN_DIR; then AC_MSG_ERROR(Tcl directory $TCL_BIN_DIR does not exist) -- cgit v0.12