Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | |
2007-05-22 | "cut -f 2-0" now fails; before, it was equivalent to "cut -f 2-" | Jim Meyering | |
Also, diagnose the '-' in "cut -f -" as an invalid range, rather than interpreting it as the unlimited range, "1-". * NEWS: Mention these changes. * src/cut.c (set_fields): Don't interpret an accumulator "value" of 0 as an unspecified range endpoint. Give better diagnostics. Adjust a comment so that it is true also for 64-bit size_t. * tests/cut/Test.pm: Add tests for the above. | |||
2006-08-17 | Add/fix copyright notices and adjust to latest GNU FDL. | Paul Eggert | |
2004-06-02 | Add tests of --output-delimiter=S with abutting and overlapping byte ranges. | Jim Meyering | |
2003-07-23 | (out-delim3a): New test. | Jim Meyering | |
2003-07-22 | New test for the above fix. | Jim Meyering | |
2003-01-09 | (out-delim1, ..., out-delim5): Test new functionality. | Jim Meyering | |
1999-03-07 | New test: 8bit-delim. | Jim Meyering | |
1998-07-30 | Avoid broken pipe message for tests that fail with usage errors. | Jim Meyering | |
1998-07-29 | Avoid broken pipe for 'y' and 'z' tests. | Jim Meyering | |
From Andreas. | |||
1998-07-26 | Add tests for new --output-delimiter option, | Jim Meyering | |
as well as for NUL input delimiter (--delimiter=''). | |||
1997-04-04 | Add test from Phil Richards. | Jim Meyering | |
1997-01-30 | Do each test three times. | Jim Meyering | |
1997-01-13 | Rename tests so that the associated files | Jim Meyering | |
have names that are distinct even on filesystems on which file names are case insensitive. | |||
1996-12-22 | Use test_vector, not array @t. | Jim Meyering | |
1996-09-30 | Reversed order of flags and input. | Jim Meyering | |
1996-09-30 | . | Jim Meyering | |