diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-06 12:09:07 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-06 12:09:07 (GMT) |
commit | 0424e5a2b93260350442dbc4f0b94d225b2143da (patch) | |
tree | a8b30ae3ecc13224f10cc05282413886f073b5fb /ChangeLog | |
parent | 8502049f92fe509b1621a7c04274fe0d40e81514 (diff) | |
download | tcl-0424e5a2b93260350442dbc4f0b94d225b2143da.zip tcl-0424e5a2b93260350442dbc4f0b94d225b2143da.tar.gz tcl-0424e5a2b93260350442dbc4f0b94d225b2143da.tar.bz2 |
Style improvements and more macro use.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2004-10-06 Donal K. Fellows <donal.k.fellows@man.ac.uk> + * generic/tclPathObj.c: Made this file follow the style rules in + the Engineering Manual more closely, and also take advantage of + the internal object manipulation macros more. + * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Reorganized to have fewer magic flag variables and to separate the code that scans for a match from the code that processes a match body. |