<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/tail.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-21T23:46:07Z</updated>
<entry>
<title>(usage): Use EXIT_SUCCESS, not 0, for clarity.</title>
<updated>2004-01-21T23:46:07Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-01-21T23:46:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=73882061186b93fca96218526c01ed33952e2fb2'/>
<id>urn:sha1:73882061186b93fca96218526c01ed33952e2fb2</id>
<content type='text'>
(usage): Don't bother normalizing exit status
since the arg is already the correct exit status now.
</content>
</entry>
<entry>
<title>(main): Warn about following stdin only when it's a tty.</title>
<updated>2004-01-12T09:41:29Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-01-12T09:41:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ace768ee42c3202071cb0e0c4916994fccc9fdb6'/>
<id>urn:sha1:ace768ee42c3202071cb0e0c4916994fccc9fdb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(main): Warn about following stdin.</title>
<updated>2004-01-04T21:00:22Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-01-04T21:00:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ebca34437017619df2065ace62d35dc03c6c57eb'/>
<id>urn:sha1:ebca34437017619df2065ace62d35dc03c6c57eb</id>
<content type='text'>
Fail when following by name but no names are specified.
</content>
</entry>
<entry>
<title>Include "c-strtod.h".</title>
<updated>2003-11-27T08:17:35Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-11-27T08:17:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=229022b22096c2e73e596e0cc9d237cfcc73bbd3'/>
<id>urn:sha1:229022b22096c2e73e596e0cc9d237cfcc73bbd3</id>
<content type='text'>
(parse_options): Update xstrtod call to include new argument, c_strtod.
</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>(start_bytes): Rename local, remainder, to avoid</title>
<updated>2003-10-16T07:28:01Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-10-16T07:28:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=841cfd35c9b8813957aea09f8905c2ba160e8182'/>
<id>urn:sha1:841cfd35c9b8813957aea09f8905c2ba160e8182</id>
<content type='text'>
gcc's warning about shadowing a global.
</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>
<entry>
<title>Update AUTHORS definition to be a comma-separated list of strings and/or update</title>
<updated>2003-09-18T18:22:23Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-09-18T18:22:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3280bf4b5571fd4425c7e6f7d765d08b77ce8d8a'/>
<id>urn:sha1:3280bf4b5571fd4425c7e6f7d765d08b77ce8d8a</id>
<content type='text'>
the call to parse_long_options so that `AUTHORS, NULL' are the last parameters.
</content>
</entry>
<entry>
<title>(enum): Add ALLOW_MISSING_OPTION.</title>
<updated>2003-09-06T08:49:37Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-09-06T08:49:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=93b183e3adf0bd7ecf034fcfe14f5f29e2d61c05'/>
<id>urn:sha1:93b183e3adf0bd7ecf034fcfe14f5f29e2d61c05</id>
<content type='text'>
(parse_options): Give a diagnostic for (but still accept) the
deprecated --allow-missing option.
</content>
</entry>
</feed>
