summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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>