<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/tests/sort/Test.pm, branch v6.8</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.8</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.8'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2007-01-24T08:06:57Z</updated>
<entry>
<title>* NEWS: New option sort -C, proposed by XCU ERN 127, which looks</title>
<updated>2007-01-24T08:06:57Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2007-01-24T08:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a0b2bc8de7c1363f2fe85dd11d28d2b1e68c9d32'/>
<id>urn:sha1:a0b2bc8de7c1363f2fe85dd11d28d2b1e68c9d32</id>
<content type='text'>
like it will be approved.  Also add --check=quiet, --check=silent
as long aliases, and --check=diagnose-first as an alias for -c.
* doc/coreutils.texi (sort invocation): Document this.
Also, mention that sort -c can take at most one file.
* src/sort.c: Implement this.
Include argmatch.h.
(usage): Document the change.
(CHECK_OPTION): New constant.
(long_options): --check now takes an optional argument, and is now
treated differently from 'c'.
(check_args, check_types): New constant arrays.
(check): New arg CHECKONLY, which suppresses diagnostic if -C.
(main): Parse the new options.
* tests/sort/Test.pm (02d, 02d, incompat5, incompat6):
New tests for -C.
</content>
</entry>
<entry>
<title>Remove some arbitrary restrictions on size fields,</title>
<updated>2006-12-13T21:03:54Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-12-13T21:03:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ec95137cc376119f634610a7683a296fc7b78ea4'/>
<id>urn:sha1:ec95137cc376119f634610a7683a296fc7b78ea4</id>
<content type='text'>
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 &lt;= 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 &lt;jim@meyering.net&gt;
</content>
</entry>
<entry>
<title>Add/fix copyright notices and adjust to latest GNU FDL.</title>
<updated>2006-08-17T19:58:17Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-08-17T19:58:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=218fa5c61ba2f211b175aa943faa7eea286ff69e'/>
<id>urn:sha1:218fa5c61ba2f211b175aa943faa7eea286ff69e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(incompat4): New test.</title>
<updated>2005-12-14T23:58:20Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-12-14T23:58:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4382b8ce00e737f27d58789a4b5d84bcc20d25a8'/>
<id>urn:sha1:4382b8ce00e737f27d58789a4b5d84bcc20d25a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(incompat1, incompat2, incompat3): New tests.</title>
<updated>2005-12-14T22:45:29Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-12-14T22:45:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ce1be021a75b31e21e554e3dca0c492e909852c3'/>
<id>urn:sha1:ce1be021a75b31e21e554e3dca0c492e909852c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix comment to match new behavior of "sort".</title>
<updated>2005-04-29T23:50:52Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-29T23:50:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4dad901e78de022f6ce75883ad302fb2e1c76454'/>
<id>urn:sha1:4dad901e78de022f6ce75883ad302fb2e1c76454</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert to UTF-8.</title>
<updated>2004-08-10T22:47:08Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-08-10T22:47:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=faca6bfc15d1e0a868390db97e492ce1c2e9f923'/>
<id>urn:sha1:faca6bfc15d1e0a868390db97e492ce1c2e9f923</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo in env_default comment.</title>
<updated>2004-04-26T15:43:37Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-04-26T15:43:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b88eb38b98bf40412c6a75d927d3a8f27507ab2e'/>
<id>urn:sha1:b88eb38b98bf40412c6a75d927d3a8f27507ab2e</id>
<content type='text'>
(18c, 18d): Reverse the order of output lines, so that the
test cases conform to POSIX.
</content>
</entry>
<entry>
<title>[o2, nul-tab]: New tests for changes of 2003-09-02.</title>
<updated>2003-09-04T22:11:16Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-09-04T22:11:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6503d273a2448176868ec13250e38dba223ae3c7'/>
<id>urn:sha1:6503d273a2448176868ec13250e38dba223ae3c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove SPCs before TAB</title>
<updated>2003-04-15T17:04:18Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-04-15T17:04:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=304665f2246dd05a37466a20b6d4394d72205380'/>
<id>urn:sha1:304665f2246dd05a37466a20b6d4394d72205380</id>
<content type='text'>
</content>
</entry>
</feed>
