summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-09-16 08:55:26 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-09-16 08:55:26 (GMT)
commit616ed3e2c84e9d0ece967a597357eb509fffccbd (patch)
tree8f4ef97adf304c8254b0e0d3ac8c1f851af97f5c
parent9ca1f111a0ee7859fdec16b4f4d2f7fcf3530c35 (diff)
downloadtcl-616ed3e2c84e9d0ece967a597357eb509fffccbd.zip
tcl-616ed3e2c84e9d0ece967a597357eb509fffccbd.tar.gz
tcl-616ed3e2c84e9d0ece967a597357eb509fffccbd.tar.bz2
Minor change: formatting
-rw-r--r--ChangeLog13
1 files changed, 6 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index efd3449..4bb5097 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,22 +7,21 @@
2011-09-15 Don Porter <dgp@users.sourceforge.net>
- * generic/tclCompExpr.c: [Bug 3408408] Partial improvement by
- sharing as literals the computed values of constant subexpressions
- when we can do so without incurring the cost of string rep
- generation.
+ * generic/tclCompExpr.c: [Bug 3408408]: Partial improvement by sharing
+ as literals the computed values of constant subexpressions when we can
+ do so without incurring the cost of string rep generation.
2011-09-13 Don Porter <dgp@users.sourceforge.net>
- * generic/tclUtil.c: [Bug 3390638] Workaround broken solaris
+ * generic/tclUtil.c: [Bug 3390638]: Workaround broken solaris
studio cc optimizer. Thanks to Wolfgang S. Kechel.
- * generic/tclDTrace.d: [Bug 3405652] Portability workaround for
+ * generic/tclDTrace.d: [Bug 3405652]: Portability workaround for
broken system DTrace support. Thanks to Dagobert Michelson.
2011-09-12 Jan Nijtmans <nijtmans@users.sf.net>
- * win/tclWinPort.h: [Bug 3407070] tclPosixStr.c won't build with
+ * win/tclWinPort.h: [Bug 3407070]: tclPosixStr.c won't build with
EOVERFLOW==E2BIG
2011-09-11 Don Porter <dgp@users.sourceforge.net>