<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/join.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-08-12T07:16:25Z</updated>
<entry>
<title>Cosmetic: use X2NREALLOC (only two arguments) rather than x2nrealloc (with three).</title>
<updated>2005-08-12T07:16:25Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-08-12T07:16:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0b08c3815214197faf9baf5cd77ddac6ae6f7c1d'/>
<id>urn:sha1:0b08c3815214197faf9baf5cd77ddac6ae6f7c1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't include stdio.h; no longer needed.</title>
<updated>2005-07-09T22:10:38Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-07-09T22:10:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=580d1e6d6d97c3e6f0fca764091e70319350c9a2'/>
<id>urn:sha1:580d1e6d6d97c3e6f0fca764091e70319350c9a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include stdio--.h, not stdio-safer.h.</title>
<updated>2005-07-03T07:17:58Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-07-03T07:17:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e32032accf82f50f02f717e13edb48169c095ddc'/>
<id>urn:sha1:e32032accf82f50f02f717e13edb48169c095ddc</id>
<content type='text'>
(main): Use fopen, not fopen_safer.
</content>
</entry>
<entry>
<title>Don't embed `this'-style quotes in format strings.</title>
<updated>2005-06-16T21:33:43Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-06-16T21:33:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3787d01a51c110a513e9b6fafa6c5c641399f2ce'/>
<id>urn:sha1:3787d01a51c110a513e9b6fafa6c5c641399f2ce</id>
<content type='text'>
Rather than this: error (..., "...`%s'...", arg);
do this:          error (..., "...%s...", quote (arg));
</content>
</entry>
<entry>
<title>(decode_field_spec): Add an abort after</title>
<updated>2005-05-19T10:34:46Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-19T10:34:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1dacfee21a7c524f31acee9ea4dea4862fa43b1b'/>
<id>urn:sha1:1dacfee21a7c524f31acee9ea4dea4862fa43b1b</id>
<content type='text'>
`error (EXIT_FAILURE, ...' to avoid a gcc warning in caller,
about variables being used uninitialized.
</content>
</entry>
<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>Remove posixver.h and its uses.</title>
<updated>2005-04-26T16:41:45Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-26T16:41:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f9118c1c2e35bdac682e43329becc12947e75d8e'/>
<id>urn:sha1:f9118c1c2e35bdac682e43329becc12947e75d8e</id>
<content type='text'>
(obsolete_usage): Remove.
(join_field_1, join_field_2): Initialize to SIZE_MAX to indicate
they haven't been set yet.
(tab): Now int, not char.  Initialize to -1 to indicate white space
separates columns, so that we can use NUL as a separator.
All uses changed.
(OBSOLETE_LONG_OPTIONS, get_option): Remove.
(string_to_join_field): Remove ERR_MSG_FMT arg; a single format
suffices.  Use xstrtoul for sizes; it suffices.
(decode_field_spec): Report an error and exit on failure.  Return void,
not bool.
(add_field_list): Likewise.
(set_join_field): New function.
(enum operand_status): New enum.
(add_file_name): New args OPERAND_STATUS, JOPTION_COUNT,
PREV_OPTC_STATUS, OPTC_STATUS to handle the bewildering array of
possibilities with obsolete option parsing.
(main): Use it.  Do not depend on POSIX version.
Check for conflicting options.  Parse obsolete options -j1 and -j2
so that it is a pure extension to POSIX 1003.1-2001.
Allow '-t\0' to specify a NUL tab, stealing the code from 'sort'.
</content>
</entry>
<entry>
<title>Include stdio-safer.h.</title>
<updated>2005-04-11T20:07:54Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-11T20:07:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=aba88afdced70a8fea1de4f9871244ddf425b36c'/>
<id>urn:sha1:aba88afdced70a8fea1de4f9871244ddf425b36c</id>
<content type='text'>
(main): Use fopen_safer.  Simplify the resulting code.
</content>
</entry>
<entry>
<title>Undo previous change; it's already there.</title>
<updated>2004-12-08T23:05:13Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-12-08T23:05:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=394d21a31ea5a52aeb5f20b2a3bac0fe75644644'/>
<id>urn:sha1:394d21a31ea5a52aeb5f20b2a3bac0fe75644644</id>
<content type='text'>
</content>
</entry>
</feed>
