summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-11-20 21:19:03 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-11-20 21:19:03 (GMT)
commitb835191cd905ecb0af514c42dff72f85034b587e (patch)
tree285c64b1cc83a205edfc09a2cd838e9adb5af438
parent506f565ba428b0401653d431867ed8f2c2fa3a1c (diff)
downloadtcl-b835191cd905ecb0af514c42dff72f85034b587e.zip
tcl-b835191cd905ecb0af514c42dff72f85034b587e.tar.gz
tcl-b835191cd905ecb0af514c42dff72f85034b587e.tar.bz2
correction in the Changelog entry.
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 005e8a1..e7ae183 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
2001-11-20 Miguel Sofer <msofer@users.sourceforge.net>
* generic/tclBasic.c
- * generic/tclExecute.c:
- * generic/tclInt.h: factoring out of common code in tclBasic.c
+ * generic/tclCompile.h:
+ * generic/tclExecute.c: factoring out of common code in tclBasic.c
(new function TclInterpReady defined: it resets the interp's
result, then checks that it hasn't been deleted and that the
nesting level is acceptable). Passed the responsibility of calling