summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-06 12:09:07 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-06 12:09:07 (GMT)
commit0424e5a2b93260350442dbc4f0b94d225b2143da (patch)
treea8b30ae3ecc13224f10cc05282413886f073b5fb /ChangeLog
parent8502049f92fe509b1621a7c04274fe0d40e81514 (diff)
downloadtcl-0424e5a2b93260350442dbc4f0b94d225b2143da.zip
tcl-0424e5a2b93260350442dbc4f0b94d225b2143da.tar.gz
tcl-0424e5a2b93260350442dbc4f0b94d225b2143da.tar.bz2
Style improvements and more macro use.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9c6b24..91c6a87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.