summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-10-01 03:19:56 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-10-01 03:19:56 (GMT)
commit659cfd43ab1e3669896b987ce4d501df9e9b80cc (patch)
treef632e092989c9cfee43e392e9df3a70514351674 /ChangeLog
parente4934a0b0d10dcb22c615f1ff62a6e596b753455 (diff)
downloadtcl-659cfd43ab1e3669896b987ce4d501df9e9b80cc.zip
tcl-659cfd43ab1e3669896b987ce4d501df9e9b80cc.tar.gz
tcl-659cfd43ab1e3669896b987ce4d501df9e9b80cc.tar.bz2
* generic/tclBasic.c (Tcl_CreateInterp): Removed the flag bit value
* generic/tclInt.h (Interp): EXPR_INITIALIZED. It was set during interp creation and never tested. Whatever purpose it had is in the past.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c82d6d..5db67a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-09-30 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclBasic.c (Tcl_CreateInterp): Removed the flag bit value
+ * generic/tclInt.h (Interp): EXPR_INITIALIZED. It was set during
+ interp creation and never tested. Whatever purpose it had is in
+ the past.
+
* generic/tclBasic.c (Tcl_EvalObjEx): Removed the flag bit value
* generic/tclInt.h (Interp): USE_EVAL_DIRECT. It was used only
* generic/tcLTest.c (TestevalexObjCmd): in the testing command