Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-18 | Run each Coreutils.pm-based test in its own subdirectory. | Jim Meyering | |
* tests/CuTmpdir.pm: New file. * tests/Makefile.am (EXTRA_DIST): Add CuTmpdir.pm. * tests/misc/od, tests/misc/base64, tests/misc/basename: * tests/misc/cut, tests/misc/date, tests/misc/dirname: * tests/misc/expand, tests/misc/fold, tests/misc/head-elide-tail: * tests/misc/paste-no-nl, tests/misc/pr, tests/misc/sha224sum: * tests/misc/sha256sum, tests/misc/sha384sum, tests/misc/sha512sum: * tests/misc/sort-merge, tests/misc/stat-printf, tests/misc/test-diag: * tests/misc/wc-files0-from, tests/misc/xstrtol: * tests/dd/skip-seek, tests/dircolors/simple, tests/du/files0-from: * tests/expr/basic, tests/factor/basic, tests/fmt/basic: * tests/ls-2/tests, tests/md5sum/basic-1, tests/md5sum/newline-1: * tests/seq/basic, tests/sha1sum/basic-1, tests/sha1sum/sample-vec: * tests/sum/basic-1, tests/tsort/basic-1, tests/unexpand/basic-1: * tests/mv/i-1, tests/rm/empty-name, tests/rm/unreadable: Use it. * tests/misc/test-diag: Use "$ENV{abs_top_builddir}/src/test", not "../../src/test", so it works when run from a subdirectory. * tests/ls-2/tests: Create temp files and dirs from within the perl script, so that they're removed, when run from a subdirectory. | |||
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | |
2007-07-09 | Fix the automatic number width formatting in seq. | P@draigBrady.com | |
* src/seq.c: Fix the -w logic. Ignore spaces and '+' characters of input numbers when determining width. Set format correctly for input numbers in scientific notation. * tests/seq/basic: Add various number width tests. Details: <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10903> Signed-off-by: Pádraig Brady <Pádraig Brady P@draigBrady.com> | |||
2007-06-22 | Add test cases for seq off-by-one problem. | Pádraig Brady | |
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-17 | Add/fix copyright notices and adjust to latest GNU FDL. | Paul Eggert | |
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. | |||
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-04-20 | Renamed Fetish package to Coreutils. | Paul Eggert | |
2003-09-05 | (onearg-2): Output should be empty. | Jim Meyering | |
2003-04-08 | Run $PERL to see if it is available, rather than testing its value. | Jim Meyering | |
2003-03-20 | add two more, using space flag character | Jim Meyering | |
2000-04-04 | Split a long line and tweak for font-lock mode. | Jim Meyering | |
2000-03-01 | Describe eq-wid-2 failure conditions. | Jim Meyering | |
2000-01-29 | Back out the 2000-01-21 change. | Jim Meyering | |
Remove associated tests and add two equal-width ones. | |||
2000-01-22 | Add new tests for the new functionality. | Jim Meyering | |
1999-04-19 | *** empty log message *** | Jim Meyering | |
1999-04-18 | . | Jim Meyering | |