<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib, branch v6.6</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.6</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.6'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-11-22T09:10:30Z</updated>
<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>* 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>Adapt to new version of gnulib-tool.</title>
<updated>2006-11-14T13:02:18Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-11-14T13:02:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3ef2f939f77e7688879b96d84392c02e4361f49e'/>
<id>urn:sha1:3ef2f939f77e7688879b96d84392c02e4361f49e</id>
<content type='text'>
* gl/modules/root-dev-ino: New file.
* lib/root-dev-ino.c, lib/root-dev-ino.h: Move these files ...
* gl/lib/root-dev-ino.c, gl/lib/root-dev-ino.h: ... to here.
* m4/root-dev-ino.m4: Move this file ...
* gl/m4/root-dev-ino.m4: ... to here.
* bootstrap.conf (gnulib_modules): Add root-dev-ino.
</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>More automatically-added ignorables.</title>
<updated>2006-11-12T21:45:14Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-11-12T21:45:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=84268dae4ebb8a1d7ddf266a8acc6ab15db3a768'/>
<id>urn:sha1:84268dae4ebb8a1d7ddf266a8acc6ab15db3a768</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update .cvsignore/.gitignore files</title>
<updated>2006-10-30T08:10:56Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-30T08:10:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7c96936a04c6a2eccc40f828aadac3e4be442b10'/>
<id>urn:sha1:7c96936a04c6a2eccc40f828aadac3e4be442b10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid a shell bug in Tru64 4.0 sh's handling of double-quoted strings.</title>
<updated>2006-10-26T09:03:30Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-26T09:03:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b40b5b6917f62f59eff8f8bd913bd79e4cebe8f2'/>
<id>urn:sha1:b40b5b6917f62f59eff8f8bd913bd79e4cebe8f2</id>
<content type='text'>
[patch by Paul Eggert]

* tests/chmod/c-option: When double-quoting part of a word, prefer
to double-quote the whole word.  This is a bit easier to read (at
least for me), and in some cases it avoids a shell bug with Tru64
4.0 sh reported by Nelson H. F. Beebe.  For example, instead of
"$abs_srcdir"/../setgid-check we now write
"$abs_srcdir/../setgid-check".

* tests/cp/cp-parents: Likewise.
* tests/du/inaccessible-cwd: Likewise.
* tests/du/long-from-unreadable: Likewise.
* tests/install/basic-1: Likewise.
* tests/install/trap: Likewise.
* tests/misc/close-stdout: Likewise.
* tests/mkdir/concurrent-1: Likewise.
* tests/mkdir/p-1: Likewise.
* tests/mkdir/p-3: Likewise.
* tests/mkdir/parents: Likewise.
* tests/mkdir/perm: Likewise.
* tests/readlink/can-e: Likewise.
* tests/readlink/can-f: Likewise.
* tests/readlink/can-m: Likewise.
* tests/rm/inaccessible: Likewise.
* tests/rm/unread3: Likewise.
* tests/touch/no-create-missing: Likewise.

* lib/.cvsignore: Add uinttostr.c.
</content>
</entry>
<entry>
<title>add snprintf-related files to .gitignore</title>
<updated>2006-10-22T21:39:45Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-22T21:39:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=479648040dc0e0417ad38f4985e3deab6b5088f1'/>
<id>urn:sha1:479648040dc0e0417ad38f4985e3deab6b5088f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* .gitignore: Remove some references to files in subdirectories.</title>
<updated>2006-10-21T19:50:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-21T19:50:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dcf5b47708e35e2ba1cca0c17a8e964ca925b902'/>
<id>urn:sha1:dcf5b47708e35e2ba1cca0c17a8e964ca925b902</id>
<content type='text'>
* build-aux/.gitignore, doc/.gitignore, lib/.gitignore: New files.
* m4/.gitignore, po/.gitignore, src/.gitignore: Likewise.
</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>
</feed>
