From 326879ecc0aab344248a2df2f3114b42a7ad3802 Mon Sep 17 00:00:00 2001 From: hobbs Date: Tue, 8 Feb 2000 10:05:08 +0000 Subject: * README: * tools/tcl.wse.in: * unix/configure.in: * win/configure.in: * win/README: * win/README.binary: * generic/tcl.h (TCL_RELEASE_SERIAL): Moved to 8.3.0 patchlevel * doc/library.n: * library/auto.tcl: fixed crufty puts code and docs [Bug: 4122] * library/tcltest1.0/tcltest.tcl: correctly protected searchDirectory list to allow dirnames with spaces * unix/tcl.m4: changed all -fpic to -fPIC * generic/tclDecls.h: * generic/tcl.decls: change Tcl_GetOpenFile to use decl of 'int forWriting' instead of 'int write' to avoid shadowing [Bug: 4121] --- ChangeLog | 22 +++++++++++++++++++++- README | 18 +++++++++--------- 2 files changed, 30 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 232db1b..fe783c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,24 @@ -2000-02-05 Jeff Hobbs +2000-02-08 Jeff Hobbs + + * README: + * tools/tcl.wse.in: + * unix/configure.in: + * win/configure.in: + * win/README: + * win/README.binary: + * generic/tcl.h (TCL_RELEASE_SERIAL): Moved to 8.3.0 patchlevel + + * doc/library.n: + * library/auto.tcl: fixed crufty puts code and docs [Bug: 4122] + + * library/tcltest1.0/tcltest.tcl: correctly protected searchDirectory + list to allow dirnames with spaces + + * unix/tcl.m4: changed all -fpic to -fPIC + + * generic/tclDecls.h: + * generic/tcl.decls: change Tcl_GetOpenFile to use decl of 'int + forWriting' instead of 'int write' to avoid shadowing [Bug: 4121] * tests/httpold.test: changed test script to source in the httpd server procs from httpd instead of having its own set. diff --git a/README b/README index 3d16f5d..a553108 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ README: Tcl - This is the Tcl 8.3b2 source distribution. - You can get this release from: - [Tcl/Tk is also available through NetCVS: - http://www.scriptics.com/products/tcltk/netcvs.html] - # http://www.scriptics.com/registration/.tml + This is the Tcl 8.3.0 source distribution. + You can get any release of Tcl from: + http://www.scriptics.com/registration/.tml + Tcl/Tk is also available through NetCVS: + http://www.scriptics.com/products/tcltk/netcvs.html -RCS: @(#) $Id: README,v 1.27 2000/01/21 02:24:30 hobbs Exp $ +RCS: @(#) $Id: README,v 1.28 2000/02/08 10:05:09 hobbs Exp $ Contents -------- @@ -44,15 +44,15 @@ and selling it either in whole or in part. See the file 2. Documentation --------------- -Extensive documentation is available at our website. The -home page for this release is +Extensive documentation is available at our website. +The home page for this release is http://www.scriptics.com/software/8.3.html Information about new features in 8.3 can be found at http://www.scriptics.com/software/whatsnew83.html Detailed release notes can be found at - http://www.scriptics.com/software/relnotes/tcl8.3b2 + http://www.scriptics.com/software/relnotes/tcl8.3.0 Information about Tcl itself can be found at http://www.scriptics.com/scripting/ -- cgit v0.12