<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/join.c, branch v6.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-07-09T17:05:33Z</updated>
<entry>
<title>(is_blank): Remove; no longer needed.  All uses</title>
<updated>2006-07-09T17:05:33Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-07-09T17:05:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2b001e3490474177119f7668dddf3a8d17073d9a'/>
<id>urn:sha1:2b001e3490474177119f7668dddf3a8d17073d9a</id>
<content type='text'>
replaced by isblank (to_uchar (...)).
</content>
</entry>
<entry>
<title>(usage): Mention `sort -k 1b,1'.</title>
<updated>2006-02-21T02:55:31Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-02-21T02:55:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0e3c5842ad598f153a89792ab289b0e1d84ca976'/>
<id>urn:sha1:0e3c5842ad598f153a89792ab289b0e1d84ca976</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(usage): Use two spaces (not one) to separate the</title>
<updated>2006-02-18T07:21:50Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-02-18T07:21:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8c232ab86fe271b3332d8989989d2f76803735a0'/>
<id>urn:sha1:8c232ab86fe271b3332d8989989d2f76803735a0</id>
<content type='text'>
--first-only option string from its description, so help2man formats
the derived man page properly.
</content>
</entry>
<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>
</feed>
