<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/cat.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-07-11T18:21:11Z</updated>
<entry>
<title>(usage, main, long_options) [O_BINARY]:</title>
<updated>2005-07-11T18:21:11Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-07-11T18:21:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8770c00ef45e3c6c4dd3d5ce1e55a6fb1adb13dc'/>
<id>urn:sha1:8770c00ef45e3c6c4dd3d5ce1e55a6fb1adb13dc</id>
<content type='text'>
Remove support for -B.  Use same rules as other programs to decide
whether to use binary I/O, except that the -bensAE options always
select text mode.
(main): Avoid setmode; use POSIX-specified routines instead.
</content>
</entry>
<entry>
<title>Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h.</title>
<updated>2005-07-09T07:37:58Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-07-09T07:37:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8bf75032ee4a518616d0e2af818182450db574c6'/>
<id>urn:sha1:8bf75032ee4a518616d0e2af818182450db574c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include stropt.h if available.</title>
<updated>2005-07-08T22:54:15Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-07-08T22:54:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=db7d10bd9d755f4dfbd45aac780bca6b9dd10626'/>
<id>urn:sha1:db7d10bd9d755f4dfbd45aac780bca6b9dd10626</id>
<content type='text'>
Use HAVE_FIONREAD_IN_SYS_IOCTL instead of _POSIX_SOURCE
to decide whether to include &lt;sys/ioctl.h&gt;.
</content>
</entry>
<entry>
<title>Don't embed `this'-style quotes in format strings.</title>
<updated>2005-06-16T21:40:43Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-06-16T21:40:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0cda9b5eb8a8b9e297a95817f02bda12c21de94e'/>
<id>urn:sha1:0cda9b5eb8a8b9e297a95817f02bda12c21de94e</id>
<content type='text'>
Include "quote.h".
Rather than this: error (..., "...`%s'...", arg);
do this:          error (..., "...%s...", quote (arg));
</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>(close_stdout_wrapper): Likewise.</title>
<updated>2005-04-09T16:29:29Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-04-09T16:29:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=493aba2ae5bb9b3c4281c693ee6fe88526fe5b82'/>
<id>urn:sha1:493aba2ae5bb9b3c4281c693ee6fe88526fe5b82</id>
<content type='text'>
Don't close STDOUT_FILENO explicitly; close_stdout does it.
</content>
</entry>
<entry>
<title>(usage): Add examples.</title>
<updated>2005-04-05T22:21:50Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-05T22:21:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e8a0c946f53a3e01fd9113252a25d27b39648aab'/>
<id>urn:sha1:e8a0c946f53a3e01fd9113252a25d27b39648aab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused "case 0".</title>
<updated>2004-09-21T22:26:42Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-09-21T22:26:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=81ca57a91d18d157c0a1405b98641b8de00a0817'/>
<id>urn:sha1:81ca57a91d18d157c0a1405b98641b8de00a0817</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(exit_status): Remove.  Now done by passing a boolean</title>
<updated>2004-07-29T06:12:27Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-07-29T06:12:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=69da9561c769e91ebe170b8b08e132caaa3b6e85'/>
<id>urn:sha1:69da9561c769e91ebe170b8b08e132caaa3b6e85</id>
<content type='text'>
'ok' flag around.
(simple_cat, cat): Return true if successful.  All callers changed.
(simple_cat, cat, main): Use bool for booleans.
(simple_cat): Use size_t for sizes.
(cat, main): Use the same names for parameters that we use for
long options, to avoid confusion.  This inverts the sense of the
show_tabs (formerly output_tabs) and number_nonblank
(formerly numbers_at_empty_lines) variables.
(main): Don't mess up (due to integer overflow) if we are given
INT_MAX - INT_MIN + 1 options.
[O_BINARY]: Don't invoke isatty unless the other options require it.
(main): When deciding whether to use simple_cat, don't worry
about binary option; it's irrelevant.
</content>
</entry>
</feed>
