diff options
author | hobbs <hobbs> | 2000-01-21 02:24:29 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-01-21 02:24:29 (GMT) |
commit | c03cc4dde2bd4373ddb6a9d3e04ff3172a16ba33 (patch) | |
tree | f26d8e7b8cf4d90ccea50bf39fb4675b022c98e8 /ChangeLog | |
parent | f939f45d0c8c41522c4620a401eee8099420b1cb (diff) | |
download | tcl-c03cc4dde2bd4373ddb6a9d3e04ff3172a16ba33.zip tcl-c03cc4dde2bd4373ddb6a9d3e04ff3172a16ba33.tar.gz tcl-c03cc4dde2bd4373ddb6a9d3e04ff3172a16ba33.tar.bz2 |
see logs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +2000-01-20 Jeff Hobbs <hobbs@scriptics.com> + + * 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 <ericm@scriptics.com> * tests/var.test: Added a test for the array multiple delete |