summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-09-10 17:58:39 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-09-10 17:58:39 (GMT)
commitcc91390bcaad5838a55714ae8994b24be476efca (patch)
treedcbc94f9d36b58ad08729f3224f5c978c83c52fa
parent27a3957c2e65717360160b65c14cd53ec494538a (diff)
downloadtcl-cc91390bcaad5838a55714ae8994b24be476efca.zip
tcl-cc91390bcaad5838a55714ae8994b24be476efca.tar.gz
tcl-cc91390bcaad5838a55714ae8994b24be476efca.tar.bz2
Minor formatting fixes.
-rw-r--r--ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d7c763..5be7831 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,16 +6,16 @@
2011-09-09 Don Porter <dgp@users.sourceforge.net>
- * tests/chanio.test: [Bug 3389733] Convert [testthread] use to
+ * tests/chanio.test: [Bug 3389733]: Convert [testthread] use to
* tests/io.test: Thread package use in *io-70.1. Eliminates a
memory leak in `make valgrind`.
2011-09-07 Don Porter <dgp@users.sourceforge.net>
- * generic/tclCompExpr.c: [Bug 3401704] Allow function names like
- * tests/parseExpr.test: influence(), nanobot(), and 99bottles()
- that have been parsed as missing operator syntax errors before
- with the form NUMBER + FUNCTION.
+ * generic/tclCompExpr.c: [Bug 3401704]: Allow function names like
+ * tests/parseExpr.test: influence(), nanobot(), and 99bottles() that
+ have been parsed as missing operator syntax errors before with the
+ form NUMBER + FUNCTION.
***POTENTIAL INCOMPATIBILITY***
2011-09-06 Venkat Iyer <venkat@comit.com>
@@ -42,13 +42,13 @@
2011-09-01 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
- * unix/tclUnixSock.c: [Bug 3401422] Cache script-level changes to
- the nonblocking flag of an async client socket in progress, and
- commit them on completion.
+ * unix/tclUnixSock.c: [Bug 3401422]: Cache script-level changes to the
+ nonblocking flag of an async client socket in progress, and commit
+ them on completion.
2011-09-01 Don Porter <dgp@users.sourceforge.net>
- * generic/tclStrToD.c: [Bug 3402540] Corrections to TclParseNumber()
+ * generic/tclStrToD.c: [Bug 3402540]: Corrections to TclParseNumber()
* tests/binary.test: to make it reject invalid Nan(Hex) strings.
* tests/scan.test: [scan Inf %g] is portable; remove constraint.