summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-04-20 05:51:08 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-04-20 05:51:08 (GMT)
commit19d1741894fc2c56ad61073c9004a90afabf2e56 (patch)
treed1bc1e4898e7345e3f4220c96e003fd6e41b73ed /ChangeLog
parent0823d0ce0477c8a5a0183f4f9d76768b4cc203fc (diff)
downloadtcl-19d1741894fc2c56ad61073c9004a90afabf2e56.zip
tcl-19d1741894fc2c56ad61073c9004a90afabf2e56.tar.gz
tcl-19d1741894fc2c56ad61073c9004a90afabf2e56.tar.bz2
Whitespace policing, replacing commas in varargs with constant string catenation, and fixed an oversight in the fix for NZA time zones.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1066a6c..06099a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,16 @@
* doc/Notifier.3: Documented Tcl_SetNotifier and
Tcl_ServiceModeHook. Quite against my better judgment.
[Bug 414933]
+ * generic/tclBasic.c:
+ * generic/tclCkalloc.c:
+ * generic/tclClock.c:
+ * generic/tclCmdIL.c:
+ * generic/tclCmdMZ.c:
+ * generic/tclFCmd.c:
+ * generic/tclFileName.c:
+ * generic/tclIO.c:
+ * generic/tclInterp.c: Replaced commas in varargs with string
+ concatenation where possible. [Patch 1515234]
2007-04-19 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>