<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/closeout.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-09-22T06:05:39Z</updated>
<entry>
<title>Sync from gnulib.</title>
<updated>2005-09-22T06:05:39Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-22T06:05:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2d0c5eefd05ebe38eaf003940b4fd0feaa3e7b2f'/>
<id>urn:sha1:2d0c5eefd05ebe38eaf003940b4fd0feaa3e7b2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update FSF postal mail address.</title>
<updated>2005-05-14T07:58:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-14T07:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=116e6fb2443d140959ea042865cd67b95aab3c47'/>
<id>urn:sha1:116e6fb2443d140959ea042865cd67b95aab3c47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert last change, since it seems EBADF is always defined.</title>
<updated>2004-11-23T09:15:05Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-11-23T09:15:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7080ab9623efed9c0ae9fd4fc7e08e14f021c867'/>
<id>urn:sha1:7080ab9623efed9c0ae9fd4fc7e08e14f021c867</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(EBADF): Fail with `#error ...' if it's not defined,</title>
<updated>2004-11-22T14:24:04Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-11-22T14:24:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b2a9a7f98605fcb24a3de632c2719febb66cc31a'/>
<id>urn:sha1:b2a9a7f98605fcb24a3de632c2719febb66cc31a</id>
<content type='text'>
asking the user to report the problem.
</content>
</entry>
<entry>
<title>(close_stdout): Don't fail just because stdout was</title>
<updated>2004-11-14T00:20:01Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-11-14T00:20:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f094ac44130b59eb3beb5ec53af1c8342732d5df'/>
<id>urn:sha1:f094ac44130b59eb3beb5ec53af1c8342732d5df</id>
<content type='text'>
closed initially, since some programs don't write to stdout in the
normal course of operation (other than --version and --help), and
we don't want this function to make e.g. `cp 1 2 &gt;&amp;-' fail.
But do fail if it was closed and someone has tried to write to it.
E.g., printf 'foo' &gt;&amp;-
</content>
</entry>
<entry>
<title>Ensure that no close failure goes unreported.</title>
<updated>2004-11-06T22:37:23Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-11-06T22:37:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d77d7fe158bea73dc309cbbce2dbe6add4da3327'/>
<id>urn:sha1:d77d7fe158bea73dc309cbbce2dbe6add4da3327</id>
<content type='text'>
(close_stdout): Always close stdout.  I.e., don't
return early when it seems there's nothing to flush.
Don't include __fpending.h.
</content>
</entry>
<entry>
<title>Sync from gnulib, to remove dependencies of other modules on unlocked-io.</title>
<updated>2004-10-04T20:18:43Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-10-04T20:18:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1cc46fbf537a89aa60128e84b5973a831221220d'/>
<id>urn:sha1:1cc46fbf537a89aa60128e84b5973a831221220d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright.</title>
<updated>2004-08-02T22:47:00Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-08-02T22:47:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=632f0144b2c3a015463384117fc2dc6517bd8be5'/>
<id>urn:sha1:632f0144b2c3a015463384117fc2dc6517bd8be5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(errno): Remove decl; we now assume C89 or better.</title>
<updated>2004-08-02T22:41:37Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-08-02T22:41:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fd0ca86dd2c3e7b349b9aae76e1dd5ba1c669ed6'/>
<id>urn:sha1:fd0ca86dd2c3e7b349b9aae76e1dd5ba1c669ed6</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
