<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/closeout.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>2003-07-19T08:08:56Z</updated>
<entry>
<title>Likewise.  Include "closeout.h" right after config.h,</title>
<updated>2003-07-19T08:08:56Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-07-19T08:08:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9802c059ff4ed78da4fcce88e2ef91b403c43893'/>
<id>urn:sha1:9802c059ff4ed78da4fcce88e2ef91b403c43893</id>
<content type='text'>
to test that it can stand by itself.  Include "exitfail.h".
Clients should set exit_failure instead.
(EXIT_FAILURE): Remove; no longer needed.  Do not include &lt;stdlib.h&gt;.
</content>
</entry>
<entry>
<title>From gnulib, by Bruno Haible</title>
<updated>2002-11-23T15:03:40Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-11-23T15:03:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f1b9a8744c2b38a544f1ea3d608d20c9e51b577a'/>
<id>urn:sha1:f1b9a8744c2b38a544f1ea3d608d20c9e51b577a</id>
<content type='text'>
	* closeout.c: Include gettext.h instead of &lt;libintl.h&gt;.
</content>
</entry>
<entry>
<title>(close_stdout_status): If ferror (stdout), do</title>
<updated>2001-12-20T10:01:25Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-12-20T10:01:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8d83abaf8938587604a656932bcd7e290293d879'/>
<id>urn:sha1:8d83abaf8938587604a656932bcd7e290293d879</id>
<content type='text'>
not silently exit merely because the output buffer happens to
have nothing pending.
</content>
</entry>
<entry>
<title>Include unlocked-io.h.</title>
<updated>2001-11-17T13:29:42Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-11-17T13:29:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3eb2a22131f0a0680ad09637290bafdead77eda5'/>
<id>urn:sha1:3eb2a22131f0a0680ad09637290bafdead77eda5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include "__fpending.h".</title>
<updated>2000-08-26T12:05:50Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-08-26T12:05:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dc93e673057eff19c3636d072e9c9954af30d317'/>
<id>urn:sha1:dc93e673057eff19c3636d072e9c9954af30d317</id>
<content type='text'>
(close_stdout_status): Return right away if there's nothing to flush.
</content>
</entry>
<entry>
<title>&lt;sys/stat.h&gt;, &lt;sys/types.h&gt;, &lt;unistd.h&gt;, (STDOUT_FILENO):</title>
<updated>2000-05-16T14:36:55Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-05-16T14:36:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a4f0b7b42e979b1aac161f1d4064535370f0b069'/>
<id>urn:sha1:a4f0b7b42e979b1aac161f1d4064535370f0b069</id>
<content type='text'>
Remove; no longer needed.
"quotearg.h": Add include.
(file_name): Do not bother to explicitly initialize to NULL; it's less
efficient on some hosts.
(close_stdout_status): Remove test as to whether stdout was already
closed; it breaks for the case "echo x | sort &gt;&amp;-".
Quote file name colons.
Do not assume that _("write error") lacks format strings.
</content>
</entry>
<entry>
<title>(close_stdout_set_file_name): New function.</title>
<updated>2000-05-15T10:21:25Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-05-15T10:21:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dba50eec49da55b7a50b066adbaeffc5d5a5cb3c'/>
<id>urn:sha1:dba50eec49da55b7a50b066adbaeffc5d5a5cb3c</id>
<content type='text'>
(close_stdout_status): Use new file-scoped global.
Return right away if fstat says the stdout file descriptor is invalid.
</content>
</entry>
<entry>
<title>[default_exit_status]: New file-scoped variable.</title>
<updated>2000-05-10T16:39:35Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-05-10T16:39:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ebd41d46d815507552f0a5c3824e1beeff063cac'/>
<id>urn:sha1:ebd41d46d815507552f0a5c3824e1beeff063cac</id>
<content type='text'>
(close_stdout_set_status): New function.
</content>
</entry>
<entry>
<title>fix comments</title>
<updated>1999-04-04T14:30:30Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-04-04T14:30:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=42edc330edf5617544515398ebef84916b6f044f'/>
<id>urn:sha1:42edc330edf5617544515398ebef84916b6f044f</id>
<content type='text'>
add FIXME
</content>
</entry>
<entry>
<title>Add comments.</title>
<updated>1999-01-25T00:13:36Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-01-25T00:13:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8c5f91e5ad2f9c4808252caffc0106ef40c072cc'/>
<id>urn:sha1:8c5f91e5ad2f9c4808252caffc0106ef40c072cc</id>
<content type='text'>
</content>
</entry>
</feed>
