diff options
author | dgp <dgp@users.sourceforge.net> | 2004-08-19 17:59:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-08-19 17:59:17 (GMT) |
commit | 761e7d71f0ee9ed7468499164161302214a757c5 (patch) | |
tree | 3f628b976049e15ad751b0243c741e260f953d8e /ChangeLog | |
parent | 24dc049bfc8735be09a2d5cdfdac2ee9f6295aa4 (diff) | |
download | tk-761e7d71f0ee9ed7468499164161302214a757c5.zip tk-761e7d71f0ee9ed7468499164161302214a757c5.tar.gz tk-761e7d71f0ee9ed7468499164161302214a757c5.tar.bz2 |
* tests/safe.test (safe-1.3): Made test less sensitve to the
full set of existing aliases in an interp, so the it only tests
whether the tested ones are present.
* unix/Makefile.in: Copied LD_LIBRARY_PATH machinery from
`make shell` target to other similar targets so that just built
libraries are tested, rather than previous installations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-08-19 Don Porter <dgp@users.sourceforge.net> + + * tests/safe.test (safe-1.3): Made test less sensitve to the + full set of existing aliases in an interp, so the it only tests + whether the tested ones are present. + + * unix/Makefile.in: Copied LD_LIBRARY_PATH machinery from + `make shell` target to other similar targets so that just built + libraries are tested, rather than previous installations. + 2004-08-19 Donal K. Fellows <donal.k.fellows@man.ac.uk> TIP#168 IMPLEMENTATION |