<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/sort.c, branch v5.2.0</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v5.2.0</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v5.2.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2004-02-17T10:52:49Z</updated>
<entry>
<title>(usage) [-u]: Add punctuation so that the description in</title>
<updated>2004-02-17T10:52:49Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-02-17T10:52:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=317f26ba57a5fb41d1676048d6c4104afa1db712'/>
<id>urn:sha1:317f26ba57a5fb41d1676048d6c4104afa1db712</id>
<content type='text'>
the help2man-generated (line-joined) man page is more readable.
Reported by Tim Waugh.
[-T]: Add a semicolon, for the same reason.
</content>
</entry>
<entry>
<title>(usage): Use EXIT_SUCCESS, not 0, for clarity.</title>
<updated>2004-01-22T20:55:26Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-01-22T20:55:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0d9b52c3c2cd2c2d41978d33a32146d6cdb1d47c'/>
<id>urn:sha1:0d9b52c3c2cd2c2d41978d33a32146d6cdb1d47c</id>
<content type='text'>
(main): Use initialize_exit_failure rather than
setting exit_failure directly; this optimizes away redundant
assignments.

Don't include &lt;assert.h&gt;.
(SORT_OUT_OF_ORDER,  SORT_FAILURE): Now enums, not macros.
(usage): Don't use 'assert'.
(main): Remove redundant assignment to exit_failure.
</content>
</entry>
<entry>
<title>(add_temp_dir): Use x2nrealloc rather than xrealloc.</title>
<updated>2004-01-04T21:12:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-01-04T21:12:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a6c6e57b713ea727af66cac361fe43ec1eab916a'/>
<id>urn:sha1:a6c6e57b713ea727af66cac361fe43ec1eab916a</id>
<content type='text'>
(fillbuf): Use x2nrealloc rather than xrealloc.
(sort): Use xnmalloc rather than xmalloc.
(main): Likewise.
</content>
</entry>
<entry>
<title>(new_key): Use xzalloc, not xcalloc.</title>
<updated>2003-11-04T09:28:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-11-04T09:28:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5506fdeffd63153f7c3e1ec4fd0538bab1e54122'/>
<id>urn:sha1:5506fdeffd63153f7c3e1ec4fd0538bab1e54122</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(inittables): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'.</title>
<updated>2003-11-02T20:16:19Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-11-02T20:16:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=08fd60e693a2f4d7b1107f7500bef4ed9c32eb5e'/>
<id>urn:sha1:08fd60e693a2f4d7b1107f7500bef4ed9c32eb5e</id>
<content type='text'>
The former is more maintainable and usually shorter.
(sort): Split a long line.
</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>
<entry>
<title>(parse_field_count): Handle the case where overflow</title>
<updated>2003-10-15T07:24:39Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-10-15T07:24:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a9825dd2a693c10593125fdc046d8d21a372c207'/>
<id>urn:sha1:a9825dd2a693c10593125fdc046d8d21a372c207</id>
<content type='text'>
and invalid suffix char are both reported.
</content>
</entry>
<entry>
<title>Remove unnecessary casts of alloca, since now it's guaranteed to be (void *).</title>
<updated>2003-09-28T08:21:14Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-09-28T08:21:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=793eadf8a9ad61a7a2d93579caa1be5714a55556'/>
<id>urn:sha1:793eadf8a9ad61a7a2d93579caa1be5714a55556</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(WRITTEN_BY): Rename from AUTHORS.</title>
<updated>2003-09-18T22:19:03Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-09-18T22:19:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bafd927f03084ba6b12f7ff1b95352eb0e3a0a84'/>
<id>urn:sha1:bafd927f03084ba6b12f7ff1b95352eb0e3a0a84</id>
<content type='text'>
Begin each WRITTEN_BY string with `Written by ' and end it with `.'.
Mark each WRITTEN_BY string as translatable.
</content>
</entry>
<entry>
<title>revert previous change</title>
<updated>2003-09-18T19:39:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-09-18T19:39:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c6ec14449470fce01a93bd0724ea3146c3ba3e7e'/>
<id>urn:sha1:c6ec14449470fce01a93bd0724ea3146c3ba3e7e</id>
<content type='text'>
</content>
</entry>
</feed>
