<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src, 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-12T09:20:47Z</updated>
<entry>
<title>(portable_chars_only): Remove unnecessary `const'</title>
<updated>2003-02-12T09:20:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-02-12T09:20:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=be6a1bab4fd4352a559635725ce4bb24dc565d13'/>
<id>urn:sha1:be6a1bab4fd4352a559635725ce4bb24dc565d13</id>
<content type='text'>
in cast to avoid warning from icc.  Reported by Alexandre Duret-Lutz.
</content>
</entry>
<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>.</title>
<updated>2003-02-08T20:49:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-02-08T20:49:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4e94149b49f193abcce79b03c59abce5a7d978da'/>
<id>urn:sha1:4e94149b49f193abcce79b03c59abce5a7d978da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>.</title>
<updated>2003-02-08T20:00:53Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-02-08T20:00:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=905c870f3a57f1046ec53bc5a8c2cf7cc12a0a2f'/>
<id>urn:sha1:905c870f3a57f1046ec53bc5a8c2cf7cc12a0a2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct now-invalid comment about cycle-detection.</title>
<updated>2003-02-08T16:50:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-02-08T16:50:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=712c6ceded12d6a22e15784507b2ef89f1b27c5f'/>
<id>urn:sha1:712c6ceded12d6a22e15784507b2ef89f1b27c5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(print_boottime, print_deadprocs, print_runlevel):</title>
<updated>2003-02-06T10:22:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-02-06T10:22:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=adb8e94a33e82879a0d0343dcd100f79ba847650'/>
<id>urn:sha1:adb8e94a33e82879a0d0343dcd100f79ba847650</id>
<content type='text'>
Fix memory allocation arithmetic.
</content>
</entry>
<entry>
<title>(process_file): Don't return early for excluded files</title>
<updated>2003-02-06T08:14:01Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-02-06T08:14:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a47615d2edb09249b58fa89628925d53cd33a658'/>
<id>urn:sha1:a47615d2edb09249b58fa89628925d53cd33a658</id>
<content type='text'>
or for files whose dev/inode we've already seen.
</content>
</entry>
<entry>
<title>(show_entry): Update sole use of show_disk.</title>
<updated>2003-02-05T07:01:27Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-02-05T07:01:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3c1dbea18f07920a3be938993bfefc33eb86e6e9'/>
<id>urn:sha1:3c1dbea18f07920a3be938993bfefc33eb86e6e9</id>
<content type='text'>
</content>
</entry>
</feed>
