<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/system.h, branch v6.8</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.8</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.8'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2007-02-18T21:34:37Z</updated>
<entry>
<title>Rely on gnulib-generated stdlib.h, not exit.h.</title>
<updated>2007-02-18T21:34:37Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-18T21:34:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6819756293ae8a0090d63b085cd60b64904b431b'/>
<id>urn:sha1:6819756293ae8a0090d63b085cd60b64904b431b</id>
<content type='text'>
* src/system.h: Don't include exit.h, now that it's subsumed
by the gnulib-generated stdlib.h.
* lib/xfts.c: Include &lt;stdlib.h&gt; rather than exit.h, now that stdlib.h
</content>
</entry>
<entry>
<title>Adjust to today's change to gnulib, which added a module for</title>
<updated>2007-01-26T22:58:37Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2007-01-26T22:58:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2b0483aa03d75bd47d096d7f9449cab4c8e5722f'/>
<id>urn:sha1:2b0483aa03d75bd47d096d7f9449cab4c8e5722f</id>
<content type='text'>
string.h to replace the little include files like strcase.h.
* src/dircolors.c: Don't include strcase.h.
* src/system.h: Don't include mempcpy.h, memrchr.h, stpcpy.h, strpbrk.h.
</content>
</entry>
<entry>
<title>* src/system.h (SETVBUF): Remove definition, now that the</title>
<updated>2006-12-12T13:34:23Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-12-12T13:34:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8d550c12b86161cd865102f2fc0e8730c9fd59c9'/>
<id>urn:sha1:8d550c12b86161cd865102f2fc0e8730c9fd59c9</id>
<content type='text'>
autoconf macro, AC_FUNC_SETVBUF_REVERSED, does nothing.
* src/tee.c (tee_files): s/SETVBUF/setvbuf/.
* src/od.c (open_next_file): Likewise.
</content>
</entry>
<entry>
<title>* bootstrap.conf (gnulib_modules): Add sys_stat, since we use it directly too.</title>
<updated>2006-11-16T18:51:23Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-11-16T18:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1a0333565f1a89d87b36e7a5c83bac9c145a9916'/>
<id>urn:sha1:1a0333565f1a89d87b36e7a5c83bac9c145a9916</id>
<content type='text'>
* lib/.cvsignore, lib/.gitignore: Add root-dev-ino.c, root-dev-ino.h.
* m4/.cvsignore, m4/.gitignore: Add root-dev-ino.m4.
* src/ls.c (DIRED_FPUTS_LITERAL, PUSH_CURRENT_DIRED_POS):
Omit unnecessary parenthesization of args.
* src/od.c (EQUAL_BLOCKS): Likewise.
* src/system.h (STREQ, ASSIGN_STRDUPA): Likewise.
</content>
</entry>
<entry>
<title>* src/system.h (ftello): Add a compile-time check for the highly</title>
<updated>2006-10-26T13:16:41Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-26T13:16:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0766fb8b54c46d0f17d99d154c0420b73b8cea4b'/>
<id>urn:sha1:0766fb8b54c46d0f17d99d154c0420b73b8cea4b</id>
<content type='text'>
unlikely condition of off_t narrower than long int, rather than
handling it at run time.  Based on a patch from Paul Eggert.
</content>
</entry>
<entry>
<title>Portability to Tru64 V4.0.</title>
<updated>2006-10-25T09:47:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-25T09:47:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=95954ad5832e2dcc5709401643e615612281fc88'/>
<id>urn:sha1:95954ad5832e2dcc5709401643e615612281fc88</id>
<content type='text'>
* src/system.h (ftello) [!HAVE_FSEEKO &amp;&amp; !defined ftello]:
Define inline replacement function.
This (along with a yesterday's fix for autoconf's
_AC_SYS_LARGEFILE_MACRO_VALUE macro) makes it so coreutils
now builds once more on Tru64 V4.0.  Reported by Nelson Beebe.
</content>
</entry>
<entry>
<title>* src/system.h (EXIT_FAILURE, EXIT_SUCCESS): Remove definitions.</title>
<updated>2006-10-14T12:12:44Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-14T12:12:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1491ae9ceba0a4a8eaecfaaf27889bb4bd31d6f1'/>
<id>urn:sha1:1491ae9ceba0a4a8eaecfaaf27889bb4bd31d6f1</id>
<content type='text'>
Instead, include "exit.h".  This hereby retires the work-around for
"Sony NEWS-OS Release 4.0C"'s bug due to "#define EXIT_FAILURE 0".
</content>
</entry>
<entry>
<title>* src/system.h (ST_BLKSIZE): Ceiling at SIZE_MAX / 8 + 1, not at 4</title>
<updated>2006-10-03T22:25:51Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-10-03T22:25:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c5bccf11cc7e4d05f09e726ee9d2afffe00b3309'/>
<id>urn:sha1:c5bccf11cc7e4d05f09e726ee9d2afffe00b3309</id>
<content type='text'>
MiB, since XFS hosts can legitimately have large values of
st_blksize.  Problem reported by Tony Ernst in
&lt;http://savannah.gnu.org/bugs/?17903&gt;.
</content>
</entry>
<entry>
<title>Include "dirname.h", since dot_or_dotdot needs it</title>
<updated>2006-09-03T02:53:37Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-09-03T02:53:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=963d29f916e79e58afca07707762eadd187a7929'/>
<id>urn:sha1:963d29f916e79e58afca07707762eadd187a7929</id>
<content type='text'>
now.
(dot_or_dotdot): Succeed even if "." or ".." is followed by a
slash.
</content>
</entry>
<entry>
<title>* src/system.h (LOCALEDIR): Remove, since configmake.h now defines</title>
<updated>2006-08-29T14:26:52Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-08-29T14:26:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1b6b9ac6ee46b792913b51f54a9661457b14681c'/>
<id>urn:sha1:1b6b9ac6ee46b792913b51f54a9661457b14681c</id>
<content type='text'>
it for us.
</content>
</entry>
</feed>
