summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2004-03-02 00:42:49 (GMT)
committerhobbs <hobbs@noemail.net>2004-03-02 00:42:49 (GMT)
commit545a7f23b52b156b869ab36fde4756f14e650355 (patch)
tree68c108463cd5e0b8113340ffdae98410b1bc9639
parentd3874c3ed08baac7110fb55881faec3097bf2821 (diff)
downloadtcl-545a7f23b52b156b869ab36fde4756f14e650355.zip
tcl-545a7f23b52b156b869ab36fde4756f14e650355.tar.gz
tcl-545a7f23b52b156b869ab36fde4756f14e650355.tar.bz2
update patchlevel to 8.5a1
FossilOrigin-Name: 28d3b065c85af7e89e544319c102c9049e02fbf8
-rw-r--r--ChangeLog28
-rw-r--r--README4
-rw-r--r--generic/tcl.h6
-rw-r--r--tools/tcl.wse.in2
-rw-r--r--tools/tclSplash.bmpbin162030 -> 162030 bytes
-rwxr-xr-xunix/configure10
-rw-r--r--unix/configure.in4
-rw-r--r--unix/tcl.spec4
-rw-r--r--win/README.binary6
-rwxr-xr-xwin/configure2
-rw-r--r--win/configure.in4
11 files changed, 43 insertions, 27 deletions
diff --git a/ChangeLog b/ChangeLog
index 038f06a..57f2ab1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,25 @@
+2004-03-01 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * README: update patchlevel to 8.5a1
+ * generic/tcl.h:
+ * tools/tcl.wse.in, tools/tclSplash.bmp:
+ * unix/configure, unix/configure.in, unix/tcl.spec:
+ * win/README.binary, win/configure, win/configure.in:
+
+ * unix/tcl.m4: update HP-11 build libs setup
+
2004-03-01 Don Porter <dgp@users.sourceforge.net>
- * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on
- IRIX64-6.5* systems. [Bug 218561]
- * unix/configure: autoconf-2.57
+ * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on
+ IRIX64-6.5* systems. [Bug 218561]
+ * unix/configure: autoconf-2.57
- * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62
- * generic/tclTest.c (TestcmdtraceCmd): implementation introduced a
- * tests/trace.test (trace-29.10): bug by testing the CallFrame
- level instead of the iPtr->numLevels level when deciding what traces
- created by Tcl_Create(Obj)Trace to call. Added test to expose the
- error, and made fix. [Request 462580]
+ * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62
+ * generic/tclTest.c (TestcmdtraceCmd): implementation introduced a
+ * tests/trace.test (trace-29.10): bug by testing the CallFrame
+ level instead of the iPtr->numLevels level when deciding what traces
+ created by Tcl_Create(Obj)Trace to call. Added test to expose the
+ error, and made fix. [Request 462580]
2004-02-28 Vince Darley <vincentdarley@users.sourceforge.net>
diff --git a/README b/README
index 7ae5a96..0ad5196 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
README: Tcl
- This is the Tcl 8.5a0 source distribution.
+ This is the Tcl 8.5a1 source distribution.
Tcl/Tk is also available through NetCVS:
http://tcl.sourceforge.net/
You can get any source release of Tcl from the file distributions
link at the above URL.
-RCS: @(#) $Id: README,v 1.50 2003/03/04 23:45:57 dgp Exp $
+RCS: @(#) $Id: README,v 1.51 2004/03/02 00:42:50 hobbs Exp $
Contents
--------
diff --git a/generic/tcl.h b/generic/tcl.h
index e53fcf0..307d5fd 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -13,7 +13,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.171 2004/02/24 22:58:45 dkf Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.172 2004/03/02 00:42:50 hobbs Exp $
*/
#ifndef _TCL
@@ -58,10 +58,10 @@ extern "C" {
#define TCL_MAJOR_VERSION 8
#define TCL_MINOR_VERSION 5
#define TCL_RELEASE_LEVEL TCL_ALPHA_RELEASE
-#define TCL_RELEASE_SERIAL 0
+#define TCL_RELEASE_SERIAL 1
#define TCL_VERSION "8.5"
-#define TCL_PATCH_LEVEL "8.5a0"
+#define TCL_PATCH_LEVEL "8.5a1"
/*
* The following definitions set up the proper options for Windows
diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in
index 44779a1..5e9ebaf 100644
--- a/tools/tcl.wse.in
+++ b/tools/tcl.wse.in
@@ -12,7 +12,7 @@ item: Global
Log Pathname=%MAINDIR%\INSTALL.LOG
Message Font=MS Sans Serif
Font Size=8
- Disk Label=tcl8.5a0
+ Disk Label=tcl8.5a1
Disk Filename=setup
Patch Flags=0000000000000001
Patch Threshold=85
diff --git a/tools/tclSplash.bmp b/tools/tclSplash.bmp
index e3e83ad..db8a17e 100644
--- a/tools/tclSplash.bmp
+++ b/tools/tclSplash.bmp
Binary files differ
diff --git a/unix/configure b/unix/configure
index 1d7ef10..be92577 100755
--- a/unix/configure
+++ b/unix/configure
@@ -1277,7 +1277,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL="a0"
+TCL_PATCH_LEVEL="a1"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
@@ -11259,6 +11259,12 @@ fi
LD_SEARCH_FLAGS='+s +b ${LIB_RUNTIME_DIR}:.'
LD_LIBRARY_PATH_VAR="SHLIB_PATH"
fi
+ if test "$GCC" = "yes" ; then
+ SHLIB_LD="gcc -shared"
+ SHLIB_LD_LIBS='${LIBS}'
+ LD_SEARCH_FLAGS=''
+ CC_SEARCH_FLAGS=''
+ fi
# Users may want PA-RISC 1.1/2.0 portable code - needs HP cc
#EXTRA_CFLAGS="+DAportable"
@@ -11272,7 +11278,7 @@ fi
# 64-bit gcc in use. Fix flags for GNU ld.
do64bit_ok=yes
SHLIB_LD="gcc -shared"
- SHLIB_LD_LIBS=""
+ SHLIB_LD_LIBS='${LIBS}'
LD_SEARCH_FLAGS=''
CC_SEARCH_FLAGS=''
;;
diff --git a/unix/configure.in b/unix/configure.in
index 2fa70f2..b9a8830 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ 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.
#
-# RCS: @(#) $Id: configure.in,v 1.110 2003/06/09 22:48:52 andreas_kupries Exp $
+# RCS: @(#) $Id: configure.in,v 1.111 2004/03/02 00:42:51 hobbs Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.57)
@@ -11,7 +11,7 @@ AC_PREREQ(2.57)
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL="a0"
+TCL_PATCH_LEVEL="a1"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/tcl.spec b/unix/tcl.spec
index 1e04249..1257a54 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -1,7 +1,7 @@
-# $Id: tcl.spec,v 1.17 2003/03/04 23:46:21 dgp Exp $
+# $Id: tcl.spec,v 1.18 2004/03/02 00:42:51 hobbs Exp $
# This file is the basis for a binary Tcl RPM for Linux.
-%define version 8.5a0
+%define version 8.5a1
%define directory /usr/local
Summary: Tcl scripting language development environment
diff --git a/win/README.binary b/win/README.binary
index db5021a..f2a3e7b 100644
--- a/win/README.binary
+++ b/win/README.binary
@@ -1,13 +1,13 @@
Tcl/Tk 8.5 for Windows, Binary Distribution
-RCS: @(#) $Id: README.binary,v 1.34 2003/03/04 23:46:22 dgp Exp $
+RCS: @(#) $Id: README.binary,v 1.35 2004/03/02 00:42:51 hobbs Exp $
1. Introduction
---------------
-This directory contains the binary distribution of Tcl/Tk 8.5a0 for
+This directory contains the binary distribution of Tcl/Tk 8.5a1 for
Windows. It was compiled with Microsoft Visual C++ 6.0 using Win32
-API, so that it will run under Windows NT, 95, 98 and 2000.
+API, so that it will run under Windows 98, NT, 2000 and XP.
Tcl provides a powerful platform for creating integration applications
that tie together diverse applications, protocols, devices, and
diff --git a/win/configure b/win/configure
index fd4bc38..b8f441a 100755
--- a/win/configure
+++ b/win/configure
@@ -1274,7 +1274,7 @@ SHELL=/bin/sh
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL="a0"
+TCL_PATCH_LEVEL="a1"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.3
diff --git a/win/configure.in b/win/configure.in
index 41921ef..170672d 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,7 +3,7 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.76 2003/11/10 22:55:47 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.77 2004/03/02 00:42:51 hobbs Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.57)
@@ -16,7 +16,7 @@ SHELL=/bin/sh
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL="a0"
+TCL_PATCH_LEVEL="a1"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.3