<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/tac.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-04-11T00:52:01Z</updated>
<entry>
<title>(compiled_separator_fastmap): New ver.</title>
<updated>2006-04-11T00:52:01Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-04-11T00:52:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1f1ff10b0c18957931888a690dc5f2597be8eecf'/>
<id>urn:sha1:1f1ff10b0c18957931888a690dc5f2597be8eecf</id>
<content type='text'>
(main): Use it.  Don't bother allocating a buffer.
</content>
</entry>
<entry>
<title>(tac_file): When determining whether a file is seekable,</title>
<updated>2005-10-24T16:07:36Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-10-24T16:07:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=91795f6fa29eac96e3a18d1c2198c66f3fca364a'/>
<id>urn:sha1:91795f6fa29eac96e3a18d1c2198c66f3fca364a</id>
<content type='text'>
also test whether it is a tty.  Using only the lseek-based test would
give a false positive on Solaris.  Reported by Peter Fales.
</content>
</entry>
<entry>
<title>(tac_seekable): Store match length in regoff_t, not int.  Assume that</title>
<updated>2005-09-09T21:11:36Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-09T21:11:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=916bce3a7c3f0d40350786e7ca5d8e55f0bc4f03'/>
<id>urn:sha1:916bce3a7c3f0d40350786e7ca5d8e55f0bc4f03</id>
<content type='text'>
negative return values less than -2 represent regoff_t overflow.
</content>
</entry>
<entry>
<title>(copy_to_temp, tac_file, main):</title>
<updated>2005-07-11T18:25:56Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-07-11T18:25:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b91eec6bb2489c5c3c5eb2644a043cc6d8f3a587'/>
<id>urn:sha1:b91eec6bb2489c5c3c5eb2644a043cc6d8f3a587</id>
<content type='text'>
Avoid setmode; use POSIX-specified routines instead.
</content>
</entry>
<entry>
<title>Include stdlib--.h rather than unistd-safer.h.</title>
<updated>2005-07-03T07:21:31Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-07-03T07:21:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7b1780d5cc2a64268192551df38d48463ac01451'/>
<id>urn:sha1:7b1780d5cc2a64268192551df38d48463ac01451</id>
<content type='text'>
(copy_to_temp): Don't call fd_safer; no longer needed now
that we include stdlib--.h.
</content>
</entry>
<entry>
<title>(tac_mem, tac_stdin_to_mem): Remove #if-0'd functions.</title>
<updated>2005-06-19T09:10:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-06-19T09:10:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=82dddb9c389f54785ab0ac91b809cb390bfc6230'/>
<id>urn:sha1:82dddb9c389f54785ab0ac91b809cb390bfc6230</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update FSF postal mail address.</title>
<updated>2005-05-14T07:58:31Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-14T07:58:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=44d59bb168eaf820bdfd13ee9df442cde795f9c7'/>
<id>urn:sha1:44d59bb168eaf820bdfd13ee9df442cde795f9c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update FSF postal mail address.</title>
<updated>2005-05-14T06:57:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-14T06:57:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c0c815af8db441526ef112700b9185df6006c771'/>
<id>urn:sha1:c0c815af8db441526ef112700b9185df6006c771</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include unistd-safer.h.</title>
<updated>2005-04-11T20:11:45Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-11T20:11:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9db4c897008075b9422f4a44ce93f7832ab08d4d'/>
<id>urn:sha1:9db4c897008075b9422f4a44ce93f7832ab08d4d</id>
<content type='text'>
(copy_to_temp): Use fd_safer.
(tac_file): Don't assume fopen cannot return stdin.
</content>
</entry>
<entry>
<title>(main): Use NULL, not `0'.</title>
<updated>2005-03-28T18:11:18Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-03-28T18:11:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b0f4666d0255ec33d17185352ad971e39502a307'/>
<id>urn:sha1:b0f4666d0255ec33d17185352ad971e39502a307</id>
<content type='text'>
</content>
</entry>
</feed>
