Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-22 | Add test cases for seq off-by-one problem. | Pádraig Brady | |
2007-02-24 | Remove the "gnits" option; it prohibits my using "+" as a version | Jim Meyering | |
string suffix, and all it does (beyond the default "gnu" option) is to _require_ the THANKS file. * configure.ac (AM_INIT_AUTOMAKE): Remove it. Remove all AUTOMAKE_OPTIONS settings in Makefile.am files. * tests/chgrp/Makefile.am, tests/chmod/Makefile.am: * tests/chown/Makefile.am, tests/cp/Makefile.am: * tests/du/Makefile.am, tests/expr/Makefile.am: * tests/factor/Makefile.am, tests/general/Makefile.am: * tests/install/Makefile.am, tests/ln/Makefile.am: * tests/ls/Makefile.am, tests/mkdir/Makefile.am: * tests/mv/Makefile.am, tests/readlink/Makefile.am: * tests/rm/Makefile.am, tests/rmdir/Makefile.am: * tests/seq/Makefile.am, tests/stty/Makefile.am: * tests/tee/Makefile.am, tests/touch/Makefile.am: | |||
2007-01-13 | Put CU_TEST_NAME in the environment for each test run by "make check". | Jim Meyering | |
* Transform all Makefile.am files so that when running "make check", CU_TEST_NAME is set to the name of the test. This is so that when I run valgrind-enabled (--log-file-qualifier=CU_TEST_NAME) "make check" on the entire package it is more convenient to map a leak or error found in a valgrind log file back to the offending test. Use this command: (echo tests/Makefile.am.in; find tests -name Makefile.am) \ |xargs perl -pi -e '/^(\s*)PATH=...VG_PATH_PREFIX/ and ' \ -e 'print $1,q|CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst |,"\\\n"' | |||
2006-09-29 | * tests/seq/basic [neg-2, eq-wid-2]: Comment out tests that | Jim Meyering | |
use .1 as the increment. Actual output varies too much. [eq-wid-3]: New, commented out test. | |||
2006-09-29 | * tests/seq/basic: Use .11 as the upper bound, in case the ".1" | Jim Meyering | |
increment translates to a slightly larger value. This corrects a test failure on FreeBSD 6.1 reported by Nelson Beebe. The final expected value wasn't being printed. | |||
2006-08-22 | * aclocal.m4, config.hin, configure: | Paul Eggert | |
Remove from CVS, since ./bootstrap generates them automatically. * .cvsignore: Add INSTALL, Makefile.in, *.cache, *.lineno, *.log. Remove more-specific entries. This catches files like configure.lineno. * man/.cvsignore: Add Makefile.in. * src/.cvsignore: Add Makefile.in. Remove .version, dir.c, install, mvdir, stamp-v, vdir.c, version.c. For .cvsignore file under the tests directory: Add Makefile.in. Sort entries if necessary. Remove *.I, *.E, *.X, *.O, *-tests, build-script, mk-script if they're never created in this directory. * build-aux/.cvsignore: New file. * doc/.cvsignore: Add Makefile.in, coreutils.html, coreutils.pdf, coreutils.ps, coreutils.tps. Remove coreutils.cm (dunno what it is, but the makefile doesn't mention it). Remove coreutils.info as it is subsumed by coreutils.info*. * lib/.cvsignore: Add Makefile.in, getdate.tab.h. Remove stat.c, sysexit.h. * m4/.cvsignore: Remove Makefile, dev-ino.m4, glibc2.m4, intdiv0.m4, inttypes-h.m4, inttypes-pri.m4, jm-glibc-io.m4, lcmessage.m4, lock.m4, printf-posix.m4, same-inode.m4, size_max.m4, uintmax_t.m4, ulonglong.m4, visibility.m4, xsize.m4. Many of these are put in automatically by ../bootstrap, but that's a bootstrap bug that I plan to fix shortly. * po/.cvsignore: More ../bootstrap-related fixes, plus remove old cruft. Add *.po, LINGUAS, Makevars. Remove *.cat, *.msg, cat-id-dbl.c, messages.mo, stamp-cat-id. | |||
2006-08-21 | Remove from CVS, since the bootstrap script generates them automatically. | Paul Eggert | |
2006-08-19 | . | Jim Meyering | |
2006-08-17 | Add/fix copyright notices and adjust to latest GNU FDL. | Paul Eggert | |
2006-08-15 | . | Jim Meyering | |
2006-08-09 | Regenerate. | Paul Eggert | |
2006-08-09 | Regenerate. | Paul Eggert | |
2006-07-17 | Regenerate. | Paul Eggert | |
2006-07-09 | Regenerate. | Paul Eggert | |
2006-07-03 | * tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT): | Jim Meyering | |
Add $VG_PATH_PREFIX as a prefix to $PATH | |||
2006-07-01 | (neg-2): Adjust to new default format. | Paul Eggert | |
(eq-wid-1, eq-wid-2): Resurrect these tests, since the new implementation should do the right thing. | |||
2006-05-06 | . | Jim Meyering | |
2006-03-26 | . | Jim Meyering | |
2006-03-12 | . | Jim Meyering | |
2006-02-20 | . | Jim Meyering | |
2006-01-12 | . | Jim Meyering | |
2006-01-04 | . | Jim Meyering | |
2005-12-21 | . | Jim Meyering | |
2005-12-17 | . | Jim Meyering | |
2005-12-15 | . | Jim Meyering | |
2005-12-03 | . | Jim Meyering | |
2005-11-22 | . | Jim Meyering | |
2005-10-23 | . | Jim Meyering | |
2005-09-24 | (eq-wid-1, eq-wid-2): Disable these tests for now. | Jim Meyering | |
They fail with non-gcc compilers and some combinations of options and libraries on Solaris systems. | |||
2005-09-23 | . | Jim Meyering | |
2005-09-22 | . | Jim Meyering | |
2005-09-22 | Regenerate. | Paul Eggert | |
2005-09-16 | Regenerate. | Paul Eggert | |
2005-09-10 | . | Jim Meyering | |
2005-09-09 | Regenerate. | Paul Eggert | |
2005-09-04 | . | Jim Meyering | |
2005-08-02 | . | Jim Meyering | |
2005-07-12 | . | Jim Meyering | |
2005-07-08 | Regenerate. | Paul Eggert | |
2005-07-07 | . | Jim Meyering | |
2005-07-03 | . | Jim Meyering | |
2005-07-03 | Regenerate. | Paul Eggert | |
2005-07-02 | . | Jim Meyering | |
2005-06-30 | . | Jim Meyering | |
2005-06-27 | . | Jim Meyering | |
2005-06-20 | . | Jim Meyering | |
2005-06-02 | Regenerate. | Paul Eggert | |
2005-05-30 | Regenerate. | Paul Eggert | |
2005-05-18 | Regenerate. | Paul Eggert | |
2005-05-14 | Regenerate. | Paul Eggert | |