<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/printenv.c, branch v5.91</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v5.91</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v5.91'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2005-05-14T07:58:31Z</updated>
<entry>
<title>Update FSF postal mail address.</title>
<updated>2005-05-14T07:58:31Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-14T07:58:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=44d59bb168eaf820bdfd13ee9df442cde795f9c7'/>
<id>urn:sha1:44d59bb168eaf820bdfd13ee9df442cde795f9c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update FSF postal mail address.</title>
<updated>2005-05-14T06:57:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-14T06:57:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c0c815af8db441526ef112700b9185df6006c771'/>
<id>urn:sha1:c0c815af8db441526ef112700b9185df6006c771</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(usage): Mention that some shells provide a built-in function by the same name.</title>
<updated>2005-04-05T11:53:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-04-05T11:53:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=44ebdc8d01e3338dab40ba3891d1bc97551b62a9'/>
<id>urn:sha1:44ebdc8d01e3338dab40ba3891d1bc97551b62a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(main): Use getopt_long rather than getopt.</title>
<updated>2004-11-17T00:56:25Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-11-17T00:56:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d1bc398fa0cb7d53d42060149007d0255c5ae9cf'/>
<id>urn:sha1:d1bc398fa0cb7d53d42060149007d0255c5ae9cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(main): Remove declaration of unused local, c.</title>
<updated>2004-10-18T07:52:19Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-10-18T07:52:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4e1cbbdb67ec41956680e01d892fbf6ec7fcb13a'/>
<id>urn:sha1:4e1cbbdb67ec41956680e01d892fbf6ec7fcb13a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove now-unused long-options static var.</title>
<updated>2004-09-21T22:09:09Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-09-21T22:09:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4ef2590268d742366747e3d9e1e2042bad79d323'/>
<id>urn:sha1:4ef2590268d742366747e3d9e1e2042bad79d323</id>
<content type='text'>
(main): Use getopt where it suffices, not getopt_long.
</content>
</entry>
<entry>
<title>(main): Use bool for booleans.</title>
<updated>2004-08-03T15:31:02Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-08-03T15:31:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=99f4d500fdd101726e3344ca898011cab6ad5852'/>
<id>urn:sha1:99f4d500fdd101726e3344ca898011cab6ad5852</id>
<content type='text'>
Do not assume that the environ has at most one matching entry
for each option (integer overflow was possible otherwise).
</content>
</entry>
<entry>
<title>(usage): Use EXIT_SUCCESS, not 0, for clarity.</title>
<updated>2004-01-22T20:44:15Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-01-22T20:44:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=57a460665c96d702f9133ee83d258b6f6f29fcf6'/>
<id>urn:sha1:57a460665c96d702f9133ee83d258b6f6f29fcf6</id>
<content type='text'>
(main): Use initialize_exit_failure rather than setting
exit_failure directly; this optimizes away redundant assignments.

(PRINTENV_FAILURE): New constant.
(main): Exit with status PRINTENV_FAILURE, not EXIT_FAILURE, on
command-line syntax problems.
</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>
</feed>
