summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>