summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>