summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2006-10-31 15:23:40 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2006-10-31 15:23:40 (GMT)
commit20c1156972864f916da62a217137e346eb93ac79 (patch)
treef3563690ba220879dc87b79bb6a46ffb7852c33a /ChangeLog
parent794852278f00d531ee4a0f3a95c2a993e9ffe33d (diff)
downloadtcl-20c1156972864f916da62a217137e346eb93ac79.zip
tcl-20c1156972864f916da62a217137e346eb93ac79.tar.gz
tcl-20c1156972864f916da62a217137e346eb93ac79.tar.bz2
* generic/tclBasic.c:
* generic/tcl.h: * generic/tclInterp.c: * generic/tclNamesp.c: removing the flag bit TCL_EVAL_NOREWRITE, the last remnant of the callObjc/v fiasco. It is not needed, as it is now always set and checked or'ed with TCL_EVAL_INVOKE.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39e286d..fa1bbe7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-10-31 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclBasic.c:
+ * generic/tcl.h:
+ * generic/tclInterp.c:
+ * generic/tclNamesp.c: removing the flag bit TCL_EVAL_NOREWRITE,
+ the last remnant of the callObjc/v fiasco. It is not needed, as it
+ is now always set and checked or'ed with TCL_EVAL_INVOKE.
+
2006-10-31 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/rules.vc: Fix for bug #1582769 - options conflict with VC2003.