<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/test.c, branch DU-FTS</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=DU-FTS</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=DU-FTS'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2003-02-10T13:19:00Z</updated>
<entry>
<title>add comments and fix dumb typos</title>
<updated>2003-02-10T13:19:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-02-10T13:19:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=81b7f5a4073e37661b6b6d0c615a8e34662902f7'/>
<id>urn:sha1:81b7f5a4073e37661b6b6d0c615a8e34662902f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't include group-member.h.</title>
<updated>2003-02-10T09:01:48Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-02-10T09:01:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c2597b6041c599109563a8d733a1aeb04f98746b'/>
<id>urn:sha1:c2597b6041c599109563a8d733a1aeb04f98746b</id>
<content type='text'>
Include euidaccess.h.
(eaccess): Rewrite function to set the real uid and gid temporarily
to the effective uid and gid, then invoke 'access', and then set the
real uid and gid back.  On systems that lack setreuid or setregid,
fall back on the kludges in euidaccess.  Before, it would not work
for e.g., files with ACLs, files that were marked immutable,
or on file systems mounted read-only.
</content>
</entry>
<entry>
<title>(test_stat): Remove function.  It's job is done (only</title>
<updated>2003-02-09T08:28:59Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-02-09T08:28:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8f69eadadaff2a811a35ba3b2d862acc03640856'/>
<id>urn:sha1:8f69eadadaff2a811a35ba3b2d862acc03640856</id>
<content type='text'>
when necessary) by the wrapper in lib/stat.c.
</content>
</entry>
<entry>
<title>Remove all uses of `PARAMS'.</title>
<updated>2002-12-15T20:54:29Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-12-15T20:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a5f14f167e47616fc4f74666678ede320299d5df'/>
<id>urn:sha1:a5f14f167e47616fc4f74666678ede320299d5df</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
