diff options
author | ericm <ericm> | 2000-07-19 21:40:56 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-07-19 21:40:56 (GMT) |
commit | 8c6040fe85cad9ab5bb5452596ea1107e155f450 (patch) | |
tree | 525bccdd3bb541d4c98690bbc66f162355f3b294 /ChangeLog | |
parent | 274387600934d8c80f0ba1eef9beb3a246522c6c (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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]. |