<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/m4/ChangeLog, branch v6.7</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.7</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.7'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-10-15T06:17:45Z</updated>
<entry>
<title>[m4/ChangeLog]</title>
<updated>2006-10-15T06:17:45Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-10-15T06:17:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dd8398a3c642b1397f64e338d2b0008e33790dec'/>
<id>urn:sha1:dd8398a3c642b1397f64e338d2b0008e33790dec</id>
<content type='text'>
* sha512.m4 (gl_SHA512): Add u64.h to AC_LIBSOURCES.
[lib/ChangeLog]
Port sha512sum to hosts where uintmax_t is only 32 bits, e.g.,
HP/Tandom NonStop OSS circa 2005 has 32-bit uintmax_t, 64-bit intmax_t.
* u64.h: New file.
* sha512.c (SWAP, sha512_init_ctx, sha384_init_ctx, sha512_read_ctx):
(sha384_read_ctx, sha512_conclude_ctx, sha512_process_bytes):
(sha512_round_constants, F2, F1, sha512_process_block):
(S0, S1, SS0, SS1, M, R):
Rewrite to use u64.h instead of assuming uint64_t.
* sha512.h: Include u64.h rather than stdint.h.
(rol64): Remove; moved to u64.h and renamed to u64rol.
</content>
</entry>
<entry>
<title>[ChangeLog]</title>
<updated>2006-10-12T20:37:02Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-12T20:37:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5f60ffcfcfef1a7a126792b7748c7072c8ee20be'/>
<id>urn:sha1:5f60ffcfcfef1a7a126792b7748c7072c8ee20be</id>
<content type='text'>
* configure.ac: Reflect s/gl_MACROS/coreutils_MACROS/ renaming.
Call gl_INIT directly, rather than through the above.
[m4/ChangeLog]
* jm-macros.m4 (coreutils_MACROS): Rename from gl_MACROS, now that
most of the gnulib macros have migrated into gnulib.
Don't call gl_INIT here (now it's called from configure.ac, directly).
</content>
</entry>
<entry>
<title>* jm-macros.m4 (gl_MACROS): Remove use of AC_CONFIG_LIBOBJ_DIR(lib).</title>
<updated>2006-10-07T15:53:03Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-07T15:53:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=181428d65335d463a03c34d7f620131819f4f187'/>
<id>urn:sha1:181428d65335d463a03c34d7f620131819f4f187</id>
<content type='text'>
It is no longer needed, and was causing dependencies to appear
in lib/lib/.deps, which provoked a "make distcheck" failure.
</content>
</entry>
<entry>
<title>[ChangeLog]</title>
<updated>2006-09-29T15:58:04Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-29T15:58:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=31c77a2fde27888aead246cde6eb88724450e5e1'/>
<id>urn:sha1:31c77a2fde27888aead246cde6eb88724450e5e1</id>
<content type='text'>
Since any system may be affected by the Darwin readdir bug,
perform the extra rewinddir unconditionally.  The performance
impact of rewinding a directory is negligible.
* src/remove.c (NEED_REWIND): Define to use
CONSECUTIVE_READDIR_UNLINK_THRESHOLD unconditionally.
[m4/ChangeLog]
* readdir.m4: Remove file once again.
* jm-macros.m4: Remove reference to gl_FUNC_READDIR.
</content>
</entry>
<entry>
<title>* readdir.m4: Increment serial number.</title>
<updated>2006-09-28T21:03:58Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-28T21:03:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0bc935e209ab6b2edefd27bad470be46b5cb8122'/>
<id>urn:sha1:0bc935e209ab6b2edefd27bad470be46b5cb8122</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* jm-macros.m4: Require the new macro.</title>
<updated>2006-09-28T21:03:15Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-28T21:03:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b15b6fa19223229ea0493b16fa6cb74989d73c89'/>
<id>urn:sha1:b15b6fa19223229ea0493b16fa6cb74989d73c89</id>
<content type='text'>
* readdir.m4 (gl_FUNC_READDIR): Rename from GL_FUNC_READDIR.
</content>
</entry>
<entry>
<title>* readdir.m4: Revivify this file.</title>
<updated>2006-09-28T21:00:30Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-28T21:00:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=665b228730d764fd18c4d73a7a2b99c857fecad4'/>
<id>urn:sha1:665b228730d764fd18c4d73a7a2b99c857fecad4</id>
<content type='text'>
We need it to work around a bug on Darwin 0.7.x.
</content>
</entry>
<entry>
<title>* m4/jm-macros.m4 (gl_MACROS): Call cu_PREREQ_STAT_PROG rather</title>
<updated>2006-09-01T19:40:46Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-09-01T19:40:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=93c30a24c4fb8febda104090d5acec1f59a5a15f'/>
<id>urn:sha1:93c30a24c4fb8febda104090d5acec1f59a5a15f</id>
<content type='text'>
than AC_REQUIREing, so that sys/mount.h isn't tested for after
the test result.  I'm not sure why this fix is needed, but it
works.
* m4/stat-prog.m4 (cu_PREREQ_STAT_PROG): Revamp to reflect better
what stat.c actually needs.
* src/stat.c: Include &lt;stddef.h&gt;
(alignof): New macro.
(HAVE_STRUCT_STATXFS_F_FSID___VAL, HAVE_STRUCT_STATXFS_F_FSID_VAL):
Remove.
(STRUCT_STATXFS_F_FSID_IS_INTEGER): New macro.
(FSID_VAL): Remove.
(print_statfs): If f_fsid isn't an integer, grab its words one
at a time in little-endian order.  This is a bit easier to configure
and should avoid a compilation failure on MacOS reported by Bruno
Haible.
</content>
</entry>
<entry>
<title>* src/stat.c (HAVE_STRUCT_STATXFS_F_FSID_VAL, FSID_VAL): New macros, to</title>
<updated>2006-08-29T21:53:29Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-08-29T21:53:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ddb97ab3b1a6477309f46f5b240fc5ddae8d340a'/>
<id>urn:sha1:ddb97ab3b1a6477309f46f5b240fc5ddae8d340a</id>
<content type='text'>
work around a Mac OS X porting problem reported by Bruno Haible in
&lt;http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00308.html&gt;.
(print_statfs): Use them.
* m4/stat-prog.m4 (cu_PREREQ_STAT_PROG): Check for __val versus val
components of fsid.  Omit some checks that stat.c doesn't care about.
</content>
</entry>
<entry>
<title>.cvsignore: Add config-h.m4.</title>
<updated>2006-08-27T03:34:42Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-08-27T03:34:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=be5edb4b0cca84dec9f4a08321e82641423e7375'/>
<id>urn:sha1:be5edb4b0cca84dec9f4a08321e82641423e7375</id>
<content type='text'>
</content>
</entry>
</feed>
