summaryrefslogtreecommitdiff
path: root/tests/sort/Test.pm
AgeCommit message (Collapse)Author
2008-05-09tests: remove directory, tests/sort/Jim Meyering
* configure.ac (AC_CONFIG_FILES): Remove tests/sort/Makefile. * tests/Makefile.am (SUBDIRS): Remove sort. * tests/misc/sort: New file, with tests from... * tests/sort/Test.pm: ...here. Remove file.
2008-02-20sort: add --sort=... option.Andreas Schwab
* src/sort.c (SORT_OPTION): New enum. (sort_args, sort_types): Define. (usage, long_options, main): New option --sort. * tests/sort/Test.pm: Test it. * doc/coreutils.texi (sort invocation): Document --sort option. * NEWS: Mention this.
2008-02-02Clarify a comment.Jim Meyering
* tests/sort/Test.pm: Replace a vague ChangeLog reference with a URL.
2007-07-24sort: add a test to exercise the affected code.Jim Meyering
* tests/sort/Test.pm (realloc-buf): Exercise the code that changed yesterday. No other test in all of "make check" does this. * NEWS: Mention the fix.
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-20Document and add a test for today's sort bug fix.Jim Meyering
* NEWS: Describe the bug fix. * tests/sort/Test.pm (obs-inval): Add a test for today's fix.
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-01-26merge from trunkJim 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
2005-12-14(incompat4): New test.Paul Eggert
2005-12-14(incompat1, incompat2, incompat3): New tests.Paul Eggert
2005-04-29Fix comment to match new behavior of "sort".Paul Eggert
2004-08-10Convert to UTF-8.Paul Eggert
2004-04-26Fix typo in env_default comment.Jim Meyering
(18c, 18d): Reverse the order of output lines, so that the test cases conform to POSIX.
2003-09-04[o2, nul-tab]: New tests for changes of 2003-09-02.Jim Meyering
2003-04-15remove SPCs before TABJim Meyering
2002-02-17Tell sort to accept old-style options.Jim Meyering
2002-01-12s/the the/the/ in a commentJim Meyering
2001-06-10Add a test based on a report from Herbert Xu.Jim Meyering
2001-03-13(create-empty): New test.Jim Meyering
1999-11-04Do not consider newline to be part of a line when comparing linesJim Meyering
in `sort' and `comm'. POSIX.2 requires that we consider newline, but this is a bug in the spec and the bug will likely be fixed. Update tests `use-nl' and `11d' to reflect this change.
1999-05-22(use-nl): New test from Paul Eggert.Jim Meyering
1999-05-22tweak commentJim Meyering
1999-05-22(11d): Reverse lines in expected output to reflect latest change.Jim Meyering
1999-05-20Add test case from Paul Eggert.Jim Meyering
1999-05-09(neg-nls): New test.Jim Meyering
1998-07-26Add two tests. `sort -o no-file no-file' didn't fail.Jim Meyering
1998-04-27add 22bJim Meyering
1998-04-27(22a): Add test.Jim Meyering
1997-10-26Add A, _, a tests using -f.Jim Meyering
1997-10-14Add tests to exercise fraccompare.Jim Meyering
1997-10-10Add a test.Jim Meyering
From William Lewis.
1997-09-14Add tests 19a and 19b.Jim Meyering
1996-12-22Use test_vector, not array @t.Jim Meyering
1996-11-25Add 5 tests to exercize just-fixed code.Jim Meyering
1996-11-02Add a test to exercize this fix.Jim Meyering
1996-09-23Add test from sign ext bug from Erick Branderhorst.Jim Meyering
1996-08-24Reverse 10f and 10g so sort passes these tests.Jim Meyering
1996-08-19.Jim Meyering
1996-08-19.Jim Meyering
1996-08-18.Jim Meyering