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)
commit24f95384925c3ebda269b153465d19c01703cd0a (patch)
tree8f4ef97adf304c8254b0e0d3ac8c1f851af97f5c
parent4ff4a459f5d2571448ee64d956bae17d6c63573c (diff)
downloadtcl-24f95384925c3ebda269b153465d19c01703cd0a.zip
tcl-24f95384925c3ebda269b153465d19c01703cd0a.tar.gz
tcl-24f95384925c3ebda269b153465d19c01703cd0a.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>