<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/tail.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-11-05T20:32:55Z</updated>
<entry>
<title>(xlseek):</title>
<updated>2002-11-05T20:32:55Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-11-05T20:32:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=371e50492eea5206d4b4b170e2aae812ac4bfc28'/>
<id>urn:sha1:371e50492eea5206d4b4b170e2aae812ac4bfc28</id>
<content type='text'>
Use primitives from inttostr.h, not human.h, to print large numbers simply.
</content>
</entry>
<entry>
<title>tail -c +N would perform an extra read after encountering EOF</title>
<updated>2002-10-12T08:39:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-10-12T08:39:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0ddadb624574197d7f2ed5983ee1e9f2cf3678d1'/>
<id>urn:sha1:0ddadb624574197d7f2ed5983ee1e9f2cf3678d1</id>
<content type='text'>
[this change is analogous (bytes vs. lines) to the one of 2002-01-27]

(start_bytes): Detect EOF, inform caller.
(tail_bytes): Upon EOF in start_bytes, return immediately.
(file_lines): Reorganize to use memrchr rather than an explicit loop.
Adapt to new safe_read ABI.
</content>
</entry>
<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>
</feed>
