summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-11-08 11:41:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-11-08 11:41:43 (GMT)
commitbcc3af0abdf3eaf53e455eff2df0907274932a85 (patch)
treec54a22502cd2f6166af1207600fea5cee67e85c8 /ChangeLog
parenta62a213bf0ec0c03cf8ba72b4d91fedced21f9a2 (diff)
downloadtcl-bcc3af0abdf3eaf53e455eff2df0907274932a85.zip
tcl-bcc3af0abdf3eaf53e455eff2df0907274932a85.tar.gz
tcl-bcc3af0abdf3eaf53e455eff2df0907274932a85.tar.bz2
Rewrite for style and clarity (esp. tclPkg.c)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 15 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 09064bd..1085ab8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,29 +1,32 @@
+2006-11-08 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclIO.c, generic/tclPkg.c: Style & clarity rewrites.
+
2006-11-07 Andreas Kupries <andreask@activestate.com>
- * unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added code
- to fall back to a hardwired default block size should the
- filesystem report a bogus value.
+ * unix/tclUnixFCmd.c (CopyFile): Added code to fall back to a
+ hardwired default block size should the filesystem report a bogus
+ value. [Bug 1586470]
2006-11-04 Don Porter <dgp@users.sourceforge.net>
- * generic/tclStringObj.c: Changed Tcl_ObjPrintf() response to
- an invalid format specifier string. No longer panics; now produces
- an error message as output.
+ * generic/tclStringObj.c: Changed Tcl_ObjPrintf() response to an
+ invalid format specifier string. No longer panics; now produces an
+ error message as output.
TIP#274 IMPLEMENTATION
- * generic/tclParseExpr.c: Exponentiation operator is now
- * tests/expr.test: right associative. [Patch 1556802]
+ * generic/tclParseExpr.c: Exponentiation operator is now right
+ * tests/expr.test: associative. [Patch 1556802]
2006-11-03 Miguel Sofer <msofer@users.sf.net>
- * generic/tclBasic.c (TEOVI): fix por possible leak of a Command
- in the presence of execution traces that delete it.
+ * generic/tclBasic.c (TEOVI): fix por possible leak of a Command in
+ the presence of execution traces that delete it.
* generic/tclBasic.c (TEOVI):
* tests/trace.test (trace-21.11): fix for [Bug 1590232], execution
- traces may cause a second command resolution in the wrong
- namespace.
+ traces may cause a second command resolution in the wrong namespace.
2006-11-03 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>