summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-07-19 21:40:56 (GMT)
committerericm <ericm>2000-07-19 21:40:56 (GMT)
commit8c6040fe85cad9ab5bb5452596ea1107e155f450 (patch)
tree525bccdd3bb541d4c98690bbc66f162355f3b294 /ChangeLog
parent274387600934d8c80f0ba1eef9beb3a246522c6c (diff)
downloadtcl-8c6040fe85cad9ab5bb5452596ea1107e155f450.zip
tcl-8c6040fe85cad9ab5bb5452596ea1107e155f450.tar.gz
tcl-8c6040fe85cad9ab5bb5452596ea1107e155f450.tar.bz2
* tests/pkgMkIndex.test: Added tests for pkg_compareExtension.
* library/package.tcl: Enhanced pkg_compareExtension to handle Unixes which tack the version number on to the end of library names (eg, foo.so.1.2); such filenames will be correctly matched. (Patch from Vince Darley).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e82f48e..0001618 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2000-07-19 Eric Melski <ericm@ajubasolutions.com>
+ * tests/pkgMkIndex.test: Added tests for pkg_compareExtension.
+
+ * library/package.tcl: Enhanced pkg_compareExtension to handle
+ Unixes which tack the version number on to the end of library
+ names (eg, foo.so.1.2); such filenames will be correctly matched.
+ (Patch from Vince Darley).
+
* win/makefile.vc: Applied patch from Don Porter to provide better
nmake support for NT/Alpha [RFE: 5938].