<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/tail.c, branch v6.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-09-08T17:19:51Z</updated>
<entry>
<title>tail now ignores the -f option if POSIXLY_CORRECT is set,</title>
<updated>2006-09-08T17:19:51Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-09-08T17:19:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5c81574ed52d294a58617c9bb8b86fb0caa1f71e'/>
<id>urn:sha1:5c81574ed52d294a58617c9bb8b86fb0caa1f71e</id>
<content type='text'>
no file operand is given, and standard input is any FIFO.
</content>
</entry>
<entry>
<title>* bootstrap.conf (gnulib_modules): Add isapipe.</title>
<updated>2006-08-29T20:50:21Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-08-29T20:50:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bc7aa2329c189fc1f028be90cba56bb4e3ae04a1'/>
<id>urn:sha1:bc7aa2329c189fc1f028be90cba56bb4e3ae04a1</id>
<content type='text'>
* src/tail.c: Include isapipe.h.
(IS_PIPE_LIKE_FILE_TYPE): Remove.
(IS_TAILABLE_FILE_TYPE): Just list both FIFOs and sockets as
tailable, since this seems to be portable.
(main): Use isapipe, to fix a bug on MacOS X reported by Bruno Haible in
&lt;http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00304.html&gt;.
</content>
</entry>
<entry>
<title>(main): With no operand, 'tail -f' now silently ignores the '-f'</title>
<updated>2006-07-01T23:50:15Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-07-01T23:50:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7b49a25b5036f4224c989cf0084aa095c5d798ef'/>
<id>urn:sha1:7b49a25b5036f4224c989cf0084aa095c5d798ef</id>
<content type='text'>
only if standard input is a FIFO or pipe and POSIXLY_CORRECT is set.
</content>
</entry>
<entry>
<title>(parse_options): Use a better diagnostic when someone uses a trailing</title>
<updated>2006-01-31T01:39:10Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-01-31T01:39:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4b4cc17d42c501da24bba695c01794de555ae9dd'/>
<id>urn:sha1:4b4cc17d42c501da24bba695c01794de555ae9dd</id>
<content type='text'>
numeric option in an invalid way.
</content>
</entry>
<entry>
<title>(tail_forever): Don't exit-nonzero when an attempt</title>
<updated>2006-01-24T10:32:32Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-01-24T10:32:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0cc660d1fee40a665fec5979a3ece3766629b2e1'/>
<id>urn:sha1:0cc660d1fee40a665fec5979a3ece3766629b2e1</id>
<content type='text'>
to put a regular file in O_NONBLOCK mode fails with EPERM.
That happens on Linux when using tail -f on a file with the
append-only attribute.  Reported by Dean Gaudet.  For details,
see http://savannah.gnu.org/bugs/?func=detailitem&amp;item_id=15473.
</content>
</entry>
<entry>
<title>(ENOSYS) [!defined ENOSYS]: Don't define here.</title>
<updated>2006-01-05T10:27:03Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-01-05T10:27:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=91be6f4495ee1cced35254c695b636c6086058ea'/>
<id>urn:sha1:91be6f4495ee1cced35254c695b636c6086058ea</id>
<content type='text'>
It's already defined in "system.h".
</content>
</entry>
<entry>
<title>(parse_options): Change warning to say that --retry</title>
<updated>2006-01-02T19:11:22Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-01-02T19:11:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f59d4713e5d43c77c7089fad97b8e9bbda4d6938'/>
<id>urn:sha1:f59d4713e5d43c77c7089fad97b8e9bbda4d6938</id>
<content type='text'>
is useful `mainly' (not `only') when following by name.
Reported here: http://bugs.debian.org/273781
</content>
</entry>
<entry>
<title>(long_options): Change the name of each undocumented, for-</title>
<updated>2005-12-03T22:23:23Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-12-03T22:23:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=08a0a7291f9696681e541f81aba1424308282c4c'/>
<id>urn:sha1:08a0a7291f9696681e541f81aba1424308282c4c</id>
<content type='text'>
testing-only option to start with `-', so that it cannot render
ambiguous any prefix it happens to share with some other option name.
</content>
</entry>
<entry>
<title>(parse_obsolete_option): Implement fix for "tail -c 2 FILE".</title>
<updated>2005-11-01T23:05:29Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-11-01T23:05:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=99f09784cc98732a440de86bb99a46f11f7355d8'/>
<id>urn:sha1:99f09784cc98732a440de86bb99a46f11f7355d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(parse_options): Remove --allow-missing option.</title>
<updated>2005-10-15T10:15:34Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-10-15T10:15:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f90df192b4182ff41a23a23db4ed35c18415a571'/>
<id>urn:sha1:f90df192b4182ff41a23a23db4ed35c18415a571</id>
<content type='text'>
You can use --retry instead.
</content>
</entry>
</feed>
