diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-05-30 15:03:56 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-05-30 15:03:56 (GMT) |
commit | 4fad013842bba77cfb05f7f123ed77ff006d8c74 (patch) | |
tree | cfff63a211f06f2de572598136ae6438ca72ef5f /ChangeLog | |
parent | cc88c140a0a394a4427eb1b96c89546939ee599d (diff) | |
download | tcl-4fad013842bba77cfb05f7f123ed77ff006d8c74.zip tcl-4fad013842bba77cfb05f7f123ed77ff006d8c74.tar.gz tcl-4fad013842bba77cfb05f7f123ed77ff006d8c74.tar.bz2 |
cleanup in [expr] compiler
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-05-30 Miguel Sofer <msofer@users.sourceforge.net> + + * generic/tclCompExpr.c: + * generic/tclCompile.c: + * generic/tclCompile.h: removed exprIsJustVarRef and + exprIsComparison from the ExprInfo and CompileEnv structs. These + were set, but not used since dec 1999 [Bug 562383]. + 2002-05-30 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tclFileName.c (TclGlob): fix to longstanding |