summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-07-19 10:12:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-07-19 10:12:28 (GMT)
commit7d0e23bf24797a99356616dc9c947405901498b2 (patch)
treece3733900d49b14dad40e86f9476bcd3d3ccaff1 /ChangeLog
parent4df99f1928a9acef9a73f841114b6a5e84117626 (diff)
downloadtcl-7d0e23bf24797a99356616dc9c947405901498b2.zip
tcl-7d0e23bf24797a99356616dc9c947405901498b2.tar.gz
tcl-7d0e23bf24797a99356616dc9c947405901498b2.tar.bz2
Cleanup and simplification
(file-vars are private, loops are not done when effects are unobservable)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5efe50..99893d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-07-19 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * generic/tclParse.c (typeTable): Made this array static and const.
+ (Tcl_ParseBraces): Simplified error handling case so that scans
+ are only performed when needed, and flags are simpler too.
+
* license.terms: Added AS to list of copyright holders; it's only
fair for the current gatekeepers to be listed here!