From c03cc4dde2bd4373ddb6a9d3e04ff3172a16ba33 Mon Sep 17 00:00:00 2001 From: hobbs Date: Fri, 21 Jan 2000 02:24:29 +0000 Subject: see logs --- ChangeLog | 22 ++++++++++++++++++++++ README | 14 +++++++------- 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6dad3f6..6daf523 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2000-01-20 Jeff Hobbs + + * generic/tclCmdIL.c (InfoBodyCmd): made [info body] return a + string if the body has been bytecompiled. + * generic/tclBasic.c (Tcl_EvalObjEx): added pedantic check for + originating proc body of bytecompiled code, #def'd out as the + change for [info body] should make it unnecessary + + * unix/tclUnixNotfy.c (Tcl_InitNotifier): added cast for tsdPtr + + * tests/set.test: added test for complex array elem name compiling + * generic/tclCompCmds.c (TclCompileSetCmd): Fixed parsing of array + elements during compiling, and slightly optimised same [Bug: 3889] + + * doc/tclvars.n: added definitions for tcl_(non)wordchars + + * doc/vwait.n: added notes about requirement for vwait var being + globally scoped [Bug: 3329] + + * library/word.tcl: changed tcl_(non)wordchars settings to use + new unicode regexp char class escapes instead of char sequences + 2000-01-14 Eric Melski * tests/var.test: Added a test for the array multiple delete diff --git a/README b/README index e4afd19..3d16f5d 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ README: Tcl http://www.scriptics.com/products/tcltk/netcvs.html] # http://www.scriptics.com/registration/.tml -RCS: @(#) $Id: README,v 1.26 2000/01/14 00:20:42 hobbs Exp $ +RCS: @(#) $Id: README,v 1.27 2000/01/21 02:24:30 hobbs Exp $ Contents -------- @@ -34,7 +34,7 @@ Tcl is maintained, enhanced, and distributed freely as a service to the Tcl community by Scriptics Corporation. The official home for Tcl/Tk is on the Scriptics Web site: - http://www.scriptics.com + http://www.scriptics.com Tcl is a freely available open source package. You can do virtually anything you like with it, such as modifying it, redistributing it, @@ -46,19 +46,19 @@ 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.3.html + 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 + 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.3b2 Information about Tcl itself can be found at - http://www.scriptics.com/scripting/ + http://www.scriptics.com/scripting/ There are many Tcl books on the market. Most are listed at - http://www.scriptics.com/resource/doc/books/ + http://www.scriptics.com/resource/doc/books/ 2a. Unix Documentation ---------------------- -- cgit v0.12