diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-09-16 08:55:26 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-09-16 08:55:26 (GMT) |
commit | 616ed3e2c84e9d0ece967a597357eb509fffccbd (patch) | |
tree | 8f4ef97adf304c8254b0e0d3ac8c1f851af97f5c | |
parent | 9ca1f111a0ee7859fdec16b4f4d2f7fcf3530c35 (diff) | |
download | tcl-616ed3e2c84e9d0ece967a597357eb509fffccbd.zip tcl-616ed3e2c84e9d0ece967a597357eb509fffccbd.tar.gz tcl-616ed3e2c84e9d0ece967a597357eb509fffccbd.tar.bz2 |
Minor change: formatting
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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> |