summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-01-21 02:24:29 (GMT)
committerhobbs <hobbs>2000-01-21 02:24:29 (GMT)
commitc03cc4dde2bd4373ddb6a9d3e04ff3172a16ba33 (patch)
treef26d8e7b8cf4d90ccea50bf39fb4675b022c98e8 /ChangeLog
parentf939f45d0c8c41522c4620a401eee8099420b1cb (diff)
downloadtcl-c03cc4dde2bd4373ddb6a9d3e04ff3172a16ba33.zip
tcl-c03cc4dde2bd4373ddb6a9d3e04ff3172a16ba33.tar.gz
tcl-c03cc4dde2bd4373ddb6a9d3e04ff3172a16ba33.tar.bz2
see logs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6dad3f6..6daf523 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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