summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-08-28 17:43:03 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-08-28 17:43:03 (GMT)
commit7e86582642385bcca3dc26abaf937f7973c71428 (patch)
tree291270d477ff5b6ba2177a964206dbea76ecbde7 /ChangeLog
parent7ea40c818db9bc2997da24992b2a40ef4a84d49a (diff)
downloadtcl-7e86582642385bcca3dc26abaf937f7973c71428.zip
tcl-7e86582642385bcca3dc26abaf937f7973c71428.tar.gz
tcl-7e86582642385bcca3dc26abaf937f7973c71428.tar.bz2
* generic/tclCompExpr.c: Use a table lookup in ParseLexeme()
to determine lexemes with single-byte representations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90b375a..814dbf6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-08-28 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclCompExpr.c: Use a table lookup in ParseLexeme()
+ to determine lexemes with single-byte representations.
+
* generic/tclBasic.c: Used unions to better clarify overloading of
* generic/tclCompExpr.c: the fields of the OpCmdInfo and
* generic/tclCompile.h: TclOpCmdClientData structs.