<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/test.c, branch v5.2.0</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v5.2.0</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v5.2.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2004-01-22T21:03:13Z</updated>
<entry>
<title>(usage): Use EXIT_SUCCESS, not 0, for clarity.</title>
<updated>2004-01-22T21:03:13Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-01-22T21:03:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ae3cdb71e99f18b2deb72d8108052da593440c31'/>
<id>urn:sha1:ae3cdb71e99f18b2deb72d8108052da593440c31</id>
<content type='text'>
(main): Use initialize_exit_failure rather than
setting exit_failure directly; this optimizes away redundant
assignments.
</content>
</entry>
<entry>
<title>Cast NULL to `(char *)' in call to variadic function,</title>
<updated>2003-11-05T03:53:19Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-11-05T03:53:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=df81ab2911ce995fb9e116550b7a6798b497e391'/>
<id>urn:sha1:df81ab2911ce995fb9e116550b7a6798b497e391</id>
<content type='text'>
parse_long_options, so that it works even on systems for which
sizeof char* != sizeof int.
</content>
</entry>
<entry>
<title>Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change</title>
<updated>2003-10-18T10:05:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-10-18T10:05:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cf4fdf373fa202877d8141fcf7c1ef655a8e06d9'/>
<id>urn:sha1:cf4fdf373fa202877d8141fcf7c1ef655a8e06d9</id>
<content type='text'>
of 2003-09-19.  Now, AUTHORS is a comma-separated list of strings.
Update the call to parse_long_options so that `AUTHORS, NULL' are the
last parameters.

* src/true.c (main): Append NULL to version_etc argument list.
* src/sys2.h (case_GETOPT_VERSION_CHAR): Likewise.
</content>
</entry>
<entry>
<title>(WRITTEN_BY): Rename from AUTHORS.</title>
<updated>2003-09-18T22:19:03Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-09-18T22:19:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bafd927f03084ba6b12f7ff1b95352eb0e3a0a84'/>
<id>urn:sha1:bafd927f03084ba6b12f7ff1b95352eb0e3a0a84</id>
<content type='text'>
Begin each WRITTEN_BY string with `Written by ' and end it with `.'.
Mark each WRITTEN_BY string as translatable.
</content>
</entry>
<entry>
<title>revert previous change</title>
<updated>2003-09-18T19:39:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-09-18T19:39:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c6ec14449470fce01a93bd0724ea3146c3ba3e7e'/>
<id>urn:sha1:c6ec14449470fce01a93bd0724ea3146c3ba3e7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update AUTHORS definition to be a comma-separated list of strings and/or update</title>
<updated>2003-09-18T18:22:23Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-09-18T18:22:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3280bf4b5571fd4425c7e6f7d765d08b77ce8d8a'/>
<id>urn:sha1:3280bf4b5571fd4425c7e6f7d765d08b77ce8d8a</id>
<content type='text'>
the call to parse_long_options so that `AUTHORS, NULL' are the last parameters.
</content>
</entry>
<entry>
<title>Include exitfail.h.</title>
<updated>2003-07-26T12:22:42Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-07-26T12:22:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9fed987cf27c75e141a9fe3dac1ca4923ea48b6d'/>
<id>urn:sha1:9fed987cf27c75e141a9fe3dac1ca4923ea48b6d</id>
<content type='text'>
(TEST_FAILURE): New constant, used for exit status if 'test' fails.
(test-syntax_error): Use it.
(binary_operator): Now takes bool arg specifying whether left operand
is -l ARG, so that caller determines this rather than us.
All uses changed.
(term): Use posixtest to evaluate parenthesized subexpressions.
(unary_operator, one_argument): Remove support for -t without operand.
(one_argument): Take argument from argv[pos].
(one_argument, two_arguments, three_arguments): Advance pos.
All callers changed.
(three_arguments): Look for binary ops before "!".  Then look
for parenthesized one_argument expressions, instead of trusting
expr () to do the right thing.
(posixtest): Now takes number of args.  All callers changed.
Treat "( A B )" like "A B".
(main): Set exit_failure to TEST_FAILURE.  Don't depend on
POSIXLY_CORRECT, as we now conform to POSIX by default.
(main) [!LBRACKET]: Do not recognize "--help" or "--verbose" unless.
</content>
</entry>
<entry>
<title>Don't include headers already included by system.h:</title>
<updated>2003-07-23T07:29:54Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-07-23T07:29:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4f4e9aa8e16aaaf7dea9bb8053168316c0515626'/>
<id>urn:sha1:4f4e9aa8e16aaaf7dea9bb8053168316c0515626</id>
<content type='text'>
Don't include closeout.h.
</content>
</entry>
<entry>
<title>Don't include headers already included by system.h:</title>
<updated>2003-07-23T07:11:14Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-07-23T07:11:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b4fa822482de9eaa4b5d429881de9d145d802f5e'/>
<id>urn:sha1:b4fa822482de9eaa4b5d429881de9d145d802f5e</id>
<content type='text'>
Don't include limits.h or error.h.
</content>
</entry>
<entry>
<title>(integer_expected_error): Improve diagnostic -- now,</title>
<updated>2003-07-16T10:28:52Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-07-16T10:28:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b1fd798094bd866d95070a223bcf344a1f3c1339'/>
<id>urn:sha1:b1fd798094bd866d95070a223bcf344a1f3c1339</id>
<content type='text'>
it also matches the one from bash's builtin test.
(binary_operator): Add \n at end of diagnostic.
</content>
</entry>
</feed>
