<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/sleep.c, branch DU-FTS</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=DU-FTS</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=DU-FTS'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2002-09-12T12:01:02Z</updated>
<entry>
<title>Factor nanosleep-related code into ../lib/xnanosleep.c.</title>
<updated>2002-09-12T12:01:02Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-12T12:01:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1e8f677ed468108037b4209892d8d8d2dad6027a'/>
<id>urn:sha1:1e8f677ed468108037b4209892d8d8d2dad6027a</id>
<content type='text'>
Include xnanosleep.h.
Factor out fenv.h-related code.
(timespec_subtract): Remove function.
(main): Remove code that deals with computing start and stop times
as well as the loop around nanosleep.  Now that's in xnanosleep.c.
</content>
</entry>
<entry>
<title>Change `exit (0)' to `exit (EXIT_SUCCESS)',</title>
<updated>2002-08-31T08:52:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-08-31T08:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4006f4e672123e0189e58d4f76b58d06ae30eb94'/>
<id>urn:sha1:4006f4e672123e0189e58d4f76b58d06ae30eb94</id>
<content type='text'>
`exit (1)' to `exit (EXIT_FAILURE)', and
`usage (1)' to `usage (EXIT_FAILURE)'.
</content>
</entry>
<entry>
<title>Change `error (1, ...' to `error (EXIT_FAILURE, ...'.</title>
<updated>2002-08-30T23:04:53Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-08-30T23:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=74887031996e79df07dae9711f08d80839b31e62'/>
<id>urn:sha1:74887031996e79df07dae9711f08d80839b31e62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.</title>
<updated>2002-07-02T09:09:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-02T09:09:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2ee11887cdda6e55f6aecf349e89667d7262844c'/>
<id>urn:sha1:2ee11887cdda6e55f6aecf349e89667d7262844c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reflect renaming: nanosleep.h -&gt; timespec.h</title>
<updated>2002-03-01T23:34:23Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-03-01T23:34:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a25f0cdb7e09a945cbf2ae49b5308545fda7d39c'/>
<id>urn:sha1:a25f0cdb7e09a945cbf2ae49b5308545fda7d39c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION</title>
<updated>2001-12-15T20:46:30Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-12-15T20:46:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2fae9e5d26536fc61ad06a3d295c9bb8e40d215e'/>
<id>urn:sha1:2fae9e5d26536fc61ad06a3d295c9bb8e40d215e</id>
<content type='text'>
instead of hard-coding --help and --version descriptions.
Split --help output into smaller pieces.
Use fputs, not printf.
</content>
</entry>
<entry>
<title>(usage): Indent --help and --version strings to start in the 7th column.</title>
<updated>2001-11-25T14:46:05Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-11-25T14:46:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9e1b4e382ad33214e2e89cb4704be17b59036556'/>
<id>urn:sha1:9e1b4e382ad33214e2e89cb4704be17b59036556</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(AUTHORS): Mark string for translation, since it contains the English word `and'.</title>
<updated>2001-08-14T07:10:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-08-14T07:10:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1e4a6cbe1c35bd84fd135fffdf23a0d9a50631b1'/>
<id>urn:sha1:1e4a6cbe1c35bd84fd135fffdf23a0d9a50631b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(usage): Don't call close_stdout directly, since that</title>
<updated>2000-05-11T07:21:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-05-11T07:21:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=70e5178bdeaee9c81cbe752a25408c0b867757b8'/>
<id>urn:sha1:70e5178bdeaee9c81cbe752a25408c0b867757b8</id>
<content type='text'>
didn't cover --version output.
(main):  Arrange to call close_stdout via atexit, instead.
</content>
</entry>
<entry>
<title>Include "closeout.h".</title>
<updated>2000-05-07T15:00:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-05-07T15:00:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=661f74698e1dd439561d42dd0df0a801312f73b0'/>
<id>urn:sha1:661f74698e1dd439561d42dd0df0a801312f73b0</id>
<content type='text'>
(usage): Call close_stdout just before exit.
</content>
</entry>
</feed>
