diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-07-19 10:12:28 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-07-19 10:12:28 (GMT) |
commit | 7d0e23bf24797a99356616dc9c947405901498b2 (patch) | |
tree | ce3733900d49b14dad40e86f9476bcd3d3ccaff1 /ChangeLog | |
parent | 4df99f1928a9acef9a73f841114b6a5e84117626 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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! |