summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-31 12:18:55 +0000
committerJim Meyering <jim@meyering.net>2004-05-31 12:18:55 +0000
commite1592155421db317b9beb092a52289c033b3d214 (patch)
treea5540c585e955b44ff1a4fbd5e4a01625211d28c
parent7db2ac9eafd55328f44f2876d87e6c6897f127af (diff)
downloadcoreutils-e1592155421db317b9beb092a52289c033b3d214.tar.xz
.
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f03632e0..941a85fe9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,18 @@
2004-05-31 Jim Meyering <jim@meyering.net>
- * tests/tr/Makefile.am (TESTS_ENVIRONMENT): Set PATH.
+ * tests/Makefile.am.in (TESTS_ENVIRONMENT): Define PATH to include
+ the build src/ directory -- at the front.
+ ($(srcdir)/$x-tests): Depend on Makefile.am.
+ Use $x as the program name, except when it would be `test' (test is
+ the sole program tested via mk-script that is also a shell built-in).
+ In that case, use the old ../../src/$x.
2004-05-30 Jim Meyering <jim@meyering.net>
Work around HPUX /bin/cc compiler bug that is exposed, now that
- sets are arrays of type `bool'.
+ sets are arrays of type `bool'. More details here:
+ http://lists.gnu.org/archive/html/bug-gnulib/2004-05/msg00094.html
+ FIXME: verify that the above URL points to the right message
* src/tr.c (card_of_complement): Use cleaner `sizeof in_set'
rather than `N_CHARS * sizeof(in_set[0])'. Using HPUX's /bin/cc