<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/tr.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-01-22T21:07:40Z</updated>
<entry>
<title>(usage): Use EXIT_SUCCESS, not 0, for clarity.</title>
<updated>2004-01-22T21:07:40Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-01-22T21:07:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5dd70584396397f184df27f6adabee9abd900131'/>
<id>urn:sha1:5dd70584396397f184df27f6adabee9abd900131</id>
<content type='text'>
(usage): Don't bother normalizing exit status
since the arg is already the correct exit status now.
(FATAL_ERROR, main): Exit with status EXIT_FAILURE, not 2, on errors.
</content>
</entry>
<entry>
<title>(spec_init): Fix typo in last change.</title>
<updated>2003-11-05T03:49:29Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-11-05T03:49:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bea0f02fc7fa49d4f62cf91a27bf904f15c05b13'/>
<id>urn:sha1:bea0f02fc7fa49d4f62cf91a27bf904f15c05b13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(append_normal_char, append_range, append_char_class)</title>
<updated>2003-11-02T19:50:48Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-11-02T19:50:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=108be09181a97bcfc1f58254d8b4e87c2021f175'/>
<id>urn:sha1:108be09181a97bcfc1f58254d8b4e87c2021f175</id>
<content type='text'>
(append_repeated_char, append_equiv_class, spec_init): Use more maintainable
and usually-shorter `sizeof *var' rather than `sizeof EXPLICIT_TYPE'.
</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>(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>Standardize on BUFSIZ as opposed to other macro names and values.</title>
<updated>2003-09-05T14:27:27Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-09-05T14:27:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=51fe03e45cc991650122ba5e34cab3133e62a575'/>
<id>urn:sha1:51fe03e45cc991650122ba5e34cab3133e62a575</id>
<content type='text'>
(BUFSIZ) [!defined BUFSIZ]: Don't define.
(IO_BUF_SIZE): Remove; replace all uses with sizeof io_buf.
(io_buf): IO_BUF_SIZE -&gt; BUFSIZ.
</content>
</entry>
<entry>
<title>Don't include headers already included by system.h:</title>
<updated>2003-07-23T07:29:54Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-07-23T07:29:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4f4e9aa8e16aaaf7dea9bb8053168316c0515626'/>
<id>urn:sha1:4f4e9aa8e16aaaf7dea9bb8053168316c0515626</id>
<content type='text'>
Don't include closeout.h.
</content>
</entry>
<entry>
<title>Don't include headers already included by system.h:</title>
<updated>2003-07-23T07:11:56Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-07-23T07:11:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=132d2982d4a6d82f5ef2744d756dd360b54a5511'/>
<id>urn:sha1:132d2982d4a6d82f5ef2744d756dd360b54a5511</id>
<content type='text'>
Don't include errno.h.
</content>
</entry>
<entry>
<title>(main): Call initialize_main.</title>
<updated>2003-06-17T18:13:23Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-06-17T18:13:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6bcd4b08baf53737b37d7dcc2d92460133b2891c'/>
<id>urn:sha1:6bcd4b08baf53737b37d7dcc2d92460133b2891c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove anachronistic casts of xmalloc,</title>
<updated>2003-04-11T10:51:56Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-04-11T10:51:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6c93bdeeaa8a322b76c48ffc17a2205f6c3f5271'/>
<id>urn:sha1:6c93bdeeaa8a322b76c48ffc17a2205f6c3f5271</id>
<content type='text'>
xrealloc, and xcalloc return values and of xrealloc's first argument.
</content>
</entry>
</feed>
