summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2003-10-28 22:07:06 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2003-10-28 22:07:06 (GMT)
commit7371e9f9b350afe56a74dc91c155d64eda2ae2b9 (patch)
treeb0127e78ac2e8c6a6fb1871333cca744204ec078
parentf1e07ff8c47daa1304f8e07dc6eef51d1392af75 (diff)
downloadtcl-7371e9f9b350afe56a74dc91c155d64eda2ae2b9.zip
tcl-7371e9f9b350afe56a74dc91c155d64eda2ae2b9.tar.gz
tcl-7371e9f9b350afe56a74dc91c155d64eda2ae2b9.tar.bz2
doh, forgot Changelog entry
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b7927d..5e33cb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-28 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclExecute.c (NEXT_INST macros): replaced macro variable
+ "result" by "resultHandling" to avoid confusion.
+
2003-10-23 Andreas Kupries <andreask@activestate.com>
* unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606]