From 214cb20532ed73615bc262e1a925494e9c0e0e25 Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 6 Feb 2008 15:25:14 +0000 Subject: *** 8.4.18 TAGGED FOR RELEASE *** * README: Bump version number to 8.4.18 * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.18 release. --- ChangeLog | 19 ++++++++++++++++++- README | 4 ++-- changes | 8 +++++++- generic/tcl.h | 6 +++--- tools/tcl.wse.in | 2 +- unix/configure | 39 +++++++++++++++++++++++++++++---------- unix/configure.in | 4 ++-- unix/tcl.spec | 4 ++-- win/README.binary | 4 ++-- win/configure | 2 +- win/configure.in | 4 ++-- 11 files changed, 69 insertions(+), 27 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1db2e8e..bb7de07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,21 @@ -2007-02-02 Daniel Steffen +2008-02-06 Don Porter + + *** 8.4.18 TAGGED FOR RELEASE *** + + * README: Bump version number to 8.4.18 + * generic/tcl.h: + * tools/tcl.wse.in: + * unix/configure.in: + * unix/tcl.spec: + * win/README.binary: + * win/configure.in: + + * unix/configure: autoconf-2.13 + * win/configure: + + * changes: updates for 8.4.18 release. + +2008-02-02 Daniel Steffen * unix/configure.in (Darwin): correct Info.plist year substitution in non-framework builds. diff --git a/README b/README index 2acd7e2..be5f020 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ README: Tcl - This is the Tcl 8.4.17 source distribution. + This is the Tcl 8.4.18 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.49.2.21 2007/10/02 17:46:49 dgp Exp $ +RCS: @(#) $Id: README,v 1.49.2.22 2008/02/06 15:25:15 dgp Exp $ Contents -------- diff --git a/changes b/changes index f3ff291..bdceb29 100644 --- a/changes +++ b/changes @@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.79.2.53 2007/12/31 16:57:04 dgp Exp $ +RCS: @(#) $Id: changes,v 1.79.2.54 2008/02/06 15:25:15 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6499,3 +6499,9 @@ URL validity checking against RFC 2986 (hobbs) over-consumption of resources (drewry,lane,ormandy,fellows) --- Released 8.4.17, January 4, 2008 --- See ChangeLog for details --- + +2008-01-13 (bug fix)[1353846] crash in read-only serial (hobbs,newman) + +2008-01-30 (bug fix)[1882373] fix Tcl_GetAlias pointer code (an00na) + +--- Released 8.4.18, February 8, 2008 --- See ChangeLog for details --- diff --git a/generic/tcl.h b/generic/tcl.h index 7c68b81..a03addd 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.153.2.33 2007/10/02 21:53:45 hobbs Exp $ + * RCS: @(#) $Id: tcl.h,v 1.153.2.34 2008/02/06 15:25:15 dgp Exp $ */ #ifndef _TCL @@ -59,10 +59,10 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 4 #define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TCL_RELEASE_SERIAL 17 +#define TCL_RELEASE_SERIAL 18 #define TCL_VERSION "8.4" -#define TCL_PATCH_LEVEL "8.4.17" +#define TCL_PATCH_LEVEL "8.4.18" /* * The following definitions set up the proper options for Windows diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in index ecd9e8a..5cd0eec 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.4.17 + Disk Label=tcl8.4.18 Disk Filename=setup Patch Flags=0000000000000001 Patch Threshold=85 diff --git a/unix/configure b/unix/configure index be556d9..3b068af 100755 --- a/unix/configure +++ b/unix/configure @@ -556,7 +556,7 @@ fi TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL=".17" +TCL_PATCH_LEVEL=".18" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ @@ -9442,15 +9442,34 @@ trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 # Transform confdefs.h into DEFS. # Protect against shell expansion while executing Makefile rules. # Protect against Makefile macro expansion. -cat > conftest.defs <<\EOF -s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g -s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g -s%\[%\\&%g -s%\]%\\&%g -s%\$%$$%g -EOF -DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '` -rm -f conftest.defs +# +# If the first sed substitution is executed (which looks for macros that +# take arguments), then we branch to the quote section. Otherwise, +# look for a macro that doesn't take arguments. +cat >confdef2opt.sed <<\_ACEOF +t clear +: clear +s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g +t quote +s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g +t quote +d +: quote +s,[ `~#$^&*(){}\\|;'"<>?],\\&,g +s,\[,\\&,g +s,\],\\&,g +s,\$,$$,g +p +_ACEOF +# We use echo to avoid assuming a particular line-breaking character. +# The extra dot is to prevent the shell from consuming trailing +# line-breaks from the sub-command output. A line-break within +# single-quotes doesn't work because, if this script is created in a +# platform that uses two characters for line-breaks (e.g., DOS), tr +# would break. +ac_LF_and_DOT=`echo; echo .` +DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` +rm -f confdef2opt.sed # Without the "./", some shells look in PATH for config.status. diff --git a/unix/configure.in b/unix/configure.in index d32c59a..64521af 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.106.2.41 2008/02/02 23:59:10 das Exp $ +# RCS: @(#) $Id: configure.in,v 1.106.2.42 2008/02/06 15:25:27 dgp Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.13) @@ -11,7 +11,7 @@ AC_PREREQ(2.13) TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL=".17" +TCL_PATCH_LEVEL=".18" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index eea23c7..134731e 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -1,7 +1,7 @@ -# $Id: tcl.spec,v 1.16.2.17 2007/10/02 17:46:53 dgp Exp $ +# $Id: tcl.spec,v 1.16.2.18 2008/02/06 15:25:27 dgp Exp $ # This file is the basis for a binary Tcl RPM for Linux. -%define version 8.4.17 +%define version 8.4.18 %define directory /usr/local Summary: Tcl scripting language development environment diff --git a/win/README.binary b/win/README.binary index b6edf67..2b1f653 100644 --- a/win/README.binary +++ b/win/README.binary @@ -1,11 +1,11 @@ Tcl/Tk 8.4 for Windows, Binary Distribution -RCS: @(#) $Id: README.binary,v 1.33.2.17 2007/10/02 17:46:53 dgp Exp $ +RCS: @(#) $Id: README.binary,v 1.33.2.18 2008/02/06 15:25:27 dgp Exp $ 1. Introduction --------------- -This directory contains the binary distribution of Tcl/Tk 8.4.17 for +This directory contains the binary distribution of Tcl/Tk 8.4.18 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. diff --git a/win/configure b/win/configure index 421f6e6..4b84696 100755 --- a/win/configure +++ b/win/configure @@ -534,7 +534,7 @@ fi TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL=".17" +TCL_PATCH_LEVEL=".18" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.2 diff --git a/win/configure.in b/win/configure.in index ed99d21..04b50ed 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.68.2.21 2007/10/02 17:46:53 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.68.2.22 2008/02/06 15:25:28 dgp Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.13) @@ -11,7 +11,7 @@ AC_PREREQ(2.13) TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL=".17" +TCL_PATCH_LEVEL=".18" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.2 -- cgit v0.12