summaryrefslogtreecommitdiff
path: root/tests/join/Test.pm
AgeCommit message (Collapse)Author
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2006-12-13Remove some arbitrary restrictions on size fields,Paul Eggert
so that commands like "sort -k 18446744073709551616" no longer fail merely because 18446744073709551616 doesn't fit in uintmax_t. The trick is that these fields can all be treated as effectively infinity; their exact values don't matter, since no internal buffer can be that long. * src/join.c (string_to_join_field): Verify that SIZE_MAX <= ULONG_MAX if the code assumes this. Silently truncate too-large values to SIZE_MAX, as the remaining code will do the right thing in this case. * src/sort.c (parse_field_count): Likewise. * src/uniq.c (size_opt, main): Likewise. * tests/join/Test.pm (bigfield): New test. * tests/sort/Test.pm (bigfield): New test. * tests/uniq/Test.pm (121): New test. Signed-off-by: Jim Meyering <jim@meyering.net>
2006-08-17Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert
2004-03-10(invalid-j): New partial test for the above fix.Jim Meyering
2003-12-30(tv): Avoid obsolete -o usage.Jim Meyering
2000-11-16(8-bit-t): New test for the above fix.Jim Meyering
1999-07-10*** empty log message ***Jim Meyering
1999-07-04New test case for Paul's 1999-06-03 fix.Jim Meyering
1999-05-15(trailing-sp): New test for this fix.Jim Meyering
1996-12-22Use test_vector, not array @t.Jim Meyering
1996-12-20remove $nl.Jim Meyering
1996-12-20Adapted for new mk-script.pl.Jim Meyering
1996-10-18.Jim Meyering