<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/closeout.c, branch v4.5.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v4.5.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v4.5.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2001-12-20T10:01:25Z</updated>
<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>
<entry>
<title>Use #if, not #ifdef with HAVE_ macros</title>
<updated>1998-03-15T11:09:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1998-03-15T11:09:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bfbc3ce20cdcfd00c27922c2e78cbff43846fe0d'/>
<id>urn:sha1:bfbc3ce20cdcfd00c27922c2e78cbff43846fe0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>.</title>
<updated>1998-01-04T21:48:30Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1998-01-04T21:48:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=109b9c5f94721914642f5cfefaf3b0d74fb80c2e'/>
<id>urn:sha1:109b9c5f94721914642f5cfefaf3b0d74fb80c2e</id>
<content type='text'>
</content>
</entry>
</feed>
