<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/tail.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>2002-10-03T09:31:12Z</updated>
<entry>
<title>Mark translatable string with `N_ (...)'.</title>
<updated>2002-10-03T09:31:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-10-03T09:31:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4a6814ada7aa7bb34046bd3f57bd46615d8db588'/>
<id>urn:sha1:4a6814ada7aa7bb34046bd3f57bd46615d8db588</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(parse_options): Give a sensible diagnostic for</title>
<updated>2002-09-29T18:06:02Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-29T18:06:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c791a382f8a88c292d7682f7720e021e5ea22292'/>
<id>urn:sha1:c791a382f8a88c292d7682f7720e021e5ea22292</id>
<content type='text'>
an invalid byte or line count.  Reported by Mikko Tuumanen.
</content>
</entry>
<entry>
<title>(tail_bytes): Change type of bytes_remaining to off_t</title>
<updated>2002-09-28T09:21:17Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-28T09:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=475574011db63b2a80091e936d922198114184ab'/>
<id>urn:sha1:475574011db63b2a80091e936d922198114184ab</id>
<content type='text'>
to avoid overflow.  Reported by Hans Lermen.
</content>
</entry>
<entry>
<title>Include xnanosleep.h and xstrtod.h.</title>
<updated>2002-09-12T11:38:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-12T11:38:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7a7926601414a8025c9d9e2e55c4ac25cf954a3c'/>
<id>urn:sha1:7a7926601414a8025c9d9e2e55c4ac25cf954a3c</id>
<content type='text'>
Move declaration of global variable, sleep_interval, to ...
(main): ...here.
(usage): Update description of --sleep-interval option.
(tail_forever): New parameter, sleep_interval.  Update caller.
Use xnanosleep, rather than sleep.
(parse_options): New parameter, sleep_interval.  Update caller.
Use xstrtod, now that we accept floating point values.
</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>(main): Close STDIN_FILENO rather than a literal `0'.</title>
<updated>2002-08-25T14:32:02Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-08-25T14:32:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3124a4e39341371d69097cf276fc00bd65a0e5f1'/>
<id>urn:sha1:3124a4e39341371d69097cf276fc00bd65a0e5f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust command examples in comments to use POSIX 1003.1-2001 option syntax.</title>
<updated>2002-07-29T08:40:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-29T08:40:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c8729cad9897ebb46ac2407793eda67316792f66'/>
<id>urn:sha1:c8729cad9897ebb46ac2407793eda67316792f66</id>
<content type='text'>
From Paul Eggert.
</content>
</entry>
<entry>
<title>(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.</title>
<updated>2002-07-02T09:06:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-02T09:06:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5a731510b2f53cff57266fcd006e61e8743e86df'/>
<id>urn:sha1:5a731510b2f53cff57266fcd006e61e8743e86df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(tail_forever): Do not treat</title>
<updated>2002-04-29T08:23:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-04-29T08:23:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=15bef4ddb6d0223fd80b52c84e888a50a2910bd8'/>
<id>urn:sha1:15bef4ddb6d0223fd80b52c84e888a50a2910bd8</id>
<content type='text'>
max_n_unchanged_stats_between_opens specially (as if it were
infinite) if it has its maximal value.  Similarly for
max_n_consecutive_size_changes_between_opens.
</content>
</entry>
</feed>
