<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/test.c, branch v4.5.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v4.5.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v4.5.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2002-09-25T08:23:54Z</updated>
<entry>
<title>(eaccess): Change type of local `euid' from int to uid_t</title>
<updated>2002-09-25T08:23:54Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-25T08:23:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=34ba862f93c6689666a9143d0cf71c42005b908e'/>
<id>urn:sha1:34ba862f93c6689666a9143d0cf71c42005b908e</id>
<content type='text'>
and add a cast, to avoid a warning about `signed and unsigned type in
conditional expression'.
</content>
</entry>
<entry>
<title>(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.</title>
<updated>2002-07-02T09:09:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-02T09:09:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2ee11887cdda6e55f6aecf349e89667d7262844c'/>
<id>urn:sha1:2ee11887cdda6e55f6aecf349e89667d7262844c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(integer_expected_error): Add `const' to paramater</title>
<updated>2002-04-28T17:12:53Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-04-28T17:12:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a1319f687c985357e2bb8ea62e31e4b92dff2140'/>
<id>urn:sha1:a1319f687c985357e2bb8ea62e31e4b92dff2140</id>
<content type='text'>
declarations to avoid new warning from gcc.
</content>
</entry>
<entry>
<title>(test_syntax_error): Add `const' to paramater</title>
<updated>2002-04-28T17:09:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-04-28T17:09:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=059c9672ff50637d3eb97999491d207ab221d677'/>
<id>urn:sha1:059c9672ff50637d3eb97999491d207ab221d677</id>
<content type='text'>
declarations to avoid new warning from gcc.
</content>
</entry>
<entry>
<title>update copyright</title>
<updated>2002-03-25T09:53:18Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-03-25T09:53:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=563ff6778d0725869bf4eb13762fad2040e67d35'/>
<id>urn:sha1:563ff6778d0725869bf4eb13762fad2040e67d35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(age_of): Return -1 and 0 rather than 0 and 1.</title>
<updated>2002-03-25T09:53:07Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-03-25T09:53:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=eae700da7d9b7384fd3feed5c40ad55ee30d9f4e'/>
<id>urn:sha1:eae700da7d9b7384fd3feed5c40ad55ee30d9f4e</id>
<content type='text'>
Might as well keep it simple, and like bash.
(binary_operator): Fix bug with -nt and -ot, when one of the
files did not exist.  We want to be compatible with the ksh93
documentation, and with Bash.
</content>
</entry>
<entry>
<title>Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION</title>
<updated>2001-12-15T20:46:30Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-12-15T20:46:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2fae9e5d26536fc61ad06a3d295c9bb8e40d215e'/>
<id>urn:sha1:2fae9e5d26536fc61ad06a3d295c9bb8e40d215e</id>
<content type='text'>
instead of hard-coding --help and --version descriptions.
Split --help output into smaller pieces.
Use fputs, not printf.
</content>
</entry>
<entry>
<title>(usage): Indent --help and --version strings to start in the 7th column.</title>
<updated>2001-11-25T14:46:05Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-11-25T14:46:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9e1b4e382ad33214e2e89cb4704be17b59036556'/>
<id>urn:sha1:9e1b4e382ad33214e2e89cb4704be17b59036556</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(usage): Describe -h option.</title>
<updated>2001-09-16T19:58:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-09-16T19:58:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fb84cd188151f575bf0a995886ebeeb7a4bde699'/>
<id>urn:sha1:fb84cd188151f575bf0a995886ebeeb7a4bde699</id>
<content type='text'>
From Michael Stone.  http://bugs.debian.org/99272
</content>
</entry>
<entry>
<title>(binary_operator): Correct typo in diagnostic.</title>
<updated>2001-09-09T18:40:24Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-09-09T18:40:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5d1daca135c25bfd1cd0e900823928aa050bdcc2'/>
<id>urn:sha1:5d1daca135c25bfd1cd0e900823928aa050bdcc2</id>
<content type='text'>
From Jochen Hein.
</content>
</entry>
</feed>
