summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-05-02 21:07:16 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-05-02 21:07:16 (GMT)
commit0ecdf938ca2b533273751a770d7c794e89faa9d3 (patch)
treeb87265d8e87e83bf87ec8d2a99b6908684e90f81 /ChangeLog
parent3c6bff5072deff3c93b25e7093a21e84b788df3f (diff)
downloadtcl-0ecdf938ca2b533273751a770d7c794e89faa9d3.zip
tcl-0ecdf938ca2b533273751a770d7c794e89faa9d3.tar.gz
tcl-0ecdf938ca2b533273751a770d7c794e89faa9d3.tar.bz2
* generic/tclProc.c (TclObjInvokeProc):
* tests/proc.test (proc-3.6): fix for bad quoting of multi-word proc names in error messages [Bug 942757]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d2b475..af3f478 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-02 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclProc.c (TclObjInvokeProc):
+ * tests/proc.test (proc-3.6): fix for bad quoting of multi-word
+ proc names in error messages [Bug 942757]
+
2004-04-23 Andreas Kupries <andreask@activestate.com>
* generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bug