<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/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-12-03T18:42:26Z</updated>
<entry>
<title>* Makefile.am (libcoreutils_a_SOURCES): Remove xmemcoll.c and</title>
<updated>2006-12-03T18:42:26Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-12-03T18:42:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1ea616697a37c235a4b135a543969efe1f7e2834'/>
<id>urn:sha1:1ea616697a37c235a4b135a543969efe1f7e2834</id>
<content type='text'>
xmemcoll.h.  Now, they're handled by the gnulib xmemcoll module.
</content>
</entry>
<entry>
<title>* randread.c (__attribute__): Don't define if __attribute__ is already defined.</title>
<updated>2006-11-23T00:06:42Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-11-23T00:06:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3ccd02d5b9211acb4cb15177623d25e28f8cfd76'/>
<id>urn:sha1:3ccd02d5b9211acb4cb15177623d25e28f8cfd76</id>
<content type='text'>
Otherwise, the code won't conform to C99, since
the macro arg is spelled differently by some include file, and the
compilation fails with pedantic GCC.
</content>
</entry>
<entry>
<title>* .cvsignore, .gitignore: Add fstat.c.</title>
<updated>2006-11-22T09:10:30Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-11-22T09:10:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7719e67e363a0e9d87812ca2b1abdbf650177c6f'/>
<id>urn:sha1:7719e67e363a0e9d87812ca2b1abdbf650177c6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* readlink-stub.c, lstat-stub.c: Remove now-unused files.</title>
<updated>2006-11-14T08:38:32Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-11-14T08:38:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1b00a69ff24d7eb727bfe8edf9279772528526bf'/>
<id>urn:sha1:1b00a69ff24d7eb727bfe8edf9279772528526bf</id>
<content type='text'>
</content>
</entry>
<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>* Makefile.am (libcoreutils_a_LIBADD): Append $(LIBOBJS),</title>
<updated>2006-10-12T21:13:24Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-12T21:13:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c0b262550cb45fa99e1642aa8cff1bcd63b8da2c'/>
<id>urn:sha1:c0b262550cb45fa99e1642aa8cff1bcd63b8da2c</id>
<content type='text'>
to accommodate the latest version of gnulib-tool.
(libcoreutils_a_DEPENDENCIES): Likewise.
From Bruno Haible.
</content>
</entry>
<entry>
<title>Avoid a compiler warning: const'ify and remove a cast.</title>
<updated>2006-10-06T14:37:48Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-06T14:37:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0fc6edb71490b03c79dd03c903a4b72ce2a23d81'/>
<id>urn:sha1:0fc6edb71490b03c79dd03c903a4b72ce2a23d81</id>
<content type='text'>
* randread.c (struct randread_source) [handler]: Make parameter "const".
[handler_arg]: Add "const" attribute.
(randread_error): Make parameter "const".
(simple_new, randread_set_handler, randread_set_handler_arg): Likewise.
(randread_new): Remove now-unnecessary cast.
* randread.h: Adjust prototypes.
</content>
</entry>
<entry>
<title>* .cvsignore: Add openat-proc.c.</title>
<updated>2006-09-30T00:42:06Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-09-30T00:42:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=37986655cfff5773db7d3c5374c88584e8e4ca2a'/>
<id>urn:sha1:37986655cfff5773db7d3c5374c88584e8e4ca2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* .cvsignore: Add fchmodat.c.</title>
<updated>2006-09-26T05:21:55Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-09-26T05:21:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3d524d9ab22427cc063999e59c889a97b38686ab'/>
<id>urn:sha1:3d524d9ab22427cc063999e59c889a97b38686ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* fchmodat.c: Remove file.  gnulib's copy is identical.</title>
<updated>2006-09-25T16:58:53Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-25T16:58:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1cd04b34dde6bd1d8d029bea9ffb76d2774de2ee'/>
<id>urn:sha1:1cd04b34dde6bd1d8d029bea9ffb76d2774de2ee</id>
<content type='text'>
</content>
</entry>
</feed>
