summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-12-06 00:01:34 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-12-06 00:01:34 (GMT)
commitb0bd3d8ae20a81928328e772d4b106966f1c3fe2 (patch)
tree35c57b2c87305643082b7eb7a64ac2ce927cd5fc
parent7eb31f928f788f49743d699c0707653d44f1dd31 (diff)
downloadtcl-b0bd3d8ae20a81928328e772d4b106966f1c3fe2.zip
tcl-b0bd3d8ae20a81928328e772d4b106966f1c3fe2.tar.gz
tcl-b0bd3d8ae20a81928328e772d4b106966f1c3fe2.tar.bz2
Whitespace/style cop
-rw-r--r--ChangeLog19
1 files changed, 10 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 7888cba..346febe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
2006-11-28 Andreas Kupries <andreask@activestate.com>
- * generic/tclBasic.c: TIP #291. Define tcl_platform element for
- * doc/tclvars.n: pointerSize.
+ TIP#291 IMPLEMENTATION
+
+ * generic/tclBasic.c: Define tcl_platform element for pointerSize.
+ * doc/tclvars.n:
* win/Makefile.in: Added installation instructions for the platform
* win/makefile.vc: package. Added the platform package.
@@ -23,13 +25,12 @@
* generic/tclPkg.c: When no requirements are supplied to a
* tests/pkg.test: [package require $pkg] and [package unknown]
is invoked to find a satisfying package, pass the requirement argument
- "0-" (which means all versions are acceptable). This permits a
- registered [package unknown] command to call
- [package vsatisfies $testVersion {*}$args] without any special
- handling of the empty $args case. This fixes/avoids a bug in
- [::tcl::tm::UnknownHandler] that was causing old TM versions to
- be provided in preference to newer TM versions. Thanks to Julian
- Noble for discovering the issue.
+ "0-" (which means all versions are acceptable). This permits a
+ registered [package unknown] command to call [package vsatisfies
+ $testVersion {*}$args] without any special handling of the empty $args
+ case. This fixes/avoids a bug in [::tcl::tm::UnknownHandler] that was
+ causing old TM versions to be provided in preference to newer TM
+ versions. Thanks to Julian Noble for discovering the issue.
2006-12-04 Donal K. Fellows <dkf@users.sf.net>