<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/chroot.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>2002-08-31T08:52:10Z</updated>
<entry>
<title>Change `exit (0)' to `exit (EXIT_SUCCESS)',</title>
<updated>2002-08-31T08:52:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-08-31T08:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4006f4e672123e0189e58d4f76b58d06ae30eb94'/>
<id>urn:sha1:4006f4e672123e0189e58d4f76b58d06ae30eb94</id>
<content type='text'>
`exit (1)' to `exit (EXIT_FAILURE)', and
`usage (1)' to `usage (EXIT_FAILURE)'.
</content>
</entry>
<entry>
<title>Change `error (1, ...' to `error (EXIT_FAILURE, ...'.</title>
<updated>2002-08-30T23:04:53Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-08-30T23:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=74887031996e79df07dae9711f08d80839b31e62'/>
<id>urn:sha1:74887031996e79df07dae9711f08d80839b31e62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(main): Exit with status 126 or 127 when execvp or</title>
<updated>2002-08-01T08:50:19Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-08-01T08:50:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a6005c2ba495a584d82fd812c8c0e702b97cb6d0'/>
<id>urn:sha1:a6005c2ba495a584d82fd812c8c0e702b97cb6d0</id>
<content type='text'>
execv fails, for consistency with POSIX commands like env and nice.
</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>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>Include "closeout.h".</title>
<updated>2000-05-07T14:49:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-05-07T14:49:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=73ed5ed51e0ae7ac5c7f606ba571b9cfbf5707b3'/>
<id>urn:sha1:73ed5ed51e0ae7ac5c7f606ba571b9cfbf5707b3</id>
<content type='text'>
(main): Call atexit with close_stdout.
</content>
</entry>
<entry>
<title>(usage): Correct --help message.</title>
<updated>1999-08-30T14:35:20Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-08-30T14:35:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2a0b67dc3b082130381dfcd8715bab44e4fece75'/>
<id>urn:sha1:2a0b67dc3b082130381dfcd8715bab44e4fece75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(PROGRAM_NAME, AUTHORS): Define and use.</title>
<updated>1999-03-31T04:11:35Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-03-31T04:11:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=39090114f0812d93ce9c065a6f2fae02f6e06d50'/>
<id>urn:sha1:39090114f0812d93ce9c065a6f2fae02f6e06d50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(main): Include author name argument in call to parse_long_options.</title>
<updated>1999-03-04T14:02:14Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-03-04T14:02:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ff743d54518df91ff57420a2a7a1e4cd72607bf7'/>
<id>urn:sha1:ff743d54518df91ff57420a2a7a1e4cd72607bf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(main): Call chdir ("/") after chroot.</title>
<updated>1999-01-31T17:50:53Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-01-31T17:50:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2f07328f17a278e8997ac5f61b1426ac18403e8a'/>
<id>urn:sha1:2f07328f17a278e8997ac5f61b1426ac18403e8a</id>
<content type='text'>
Suggestion from James Youngman.
</content>
</entry>
</feed>
