platform/upstream/coreutils.git
18 years ago*** empty log message ***
Jim Meyering [Tue, 20 Dec 2005 10:24:43 +0000 (10:24 +0000)]
*** empty log message ***

18 years ago(fchmod_new): Don't try to close fd if it's < 0.
Jim Meyering [Tue, 20 Dec 2005 10:24:37 +0000 (10:24 +0000)]
(fchmod_new): Don't try to close fd if it's < 0.

18 years ago.
Jim Meyering [Mon, 19 Dec 2005 18:21:11 +0000 (18:21 +0000)]
.

18 years ago.
Jim Meyering [Mon, 19 Dec 2005 18:19:38 +0000 (18:19 +0000)]
.

18 years ago(TESTS): Add mknod.
Jim Meyering [Mon, 19 Dec 2005 18:18:57 +0000 (18:18 +0000)]
(TESTS): Add mknod.

18 years ago(main) Avoid a minor race condition when `-m MODE' is specified, by using
Jim Meyering [Mon, 19 Dec 2005 18:18:03 +0000 (18:18 +0000)]
(main) Avoid a minor race condition when `-m MODE' is specified, by using
open, fchown, and close rather than just chown.  To do that reliably
(even with an overly restrictive umask), ensure that each
mknod call uses a mode including at least owner-read access.

(main): When `-m MODE' is specified, exit nonzero if
the subsequent chown (or equivalent open,fchown,close) fails.

18 years ago(main) Avoid a minor race condition when `-m MODE' is specified, by using
Jim Meyering [Mon, 19 Dec 2005 18:17:16 +0000 (18:17 +0000)]
(main) Avoid a minor race condition when `-m MODE' is specified, by using
open, fchown, and close rather than just chown.  To do that reliably
(even with an overly restrictive umask), ensure that each
mkdir call uses a mode including at least owner-read access.

18 years ago(main) Avoid a minor race condition when `-m MODE' is specified, by using
Jim Meyering [Mon, 19 Dec 2005 18:16:07 +0000 (18:16 +0000)]
(main) Avoid a minor race condition when `-m MODE' is specified, by using
open, fchown, and close rather than just chown.  To do that reliably
(even with an overly restrictive umask), ensure that each mknod/mkfifo
call uses a mode including at least owner-read access.

18 years ago.
Jim Meyering [Mon, 19 Dec 2005 18:13:00 +0000 (18:13 +0000)]
.

18 years ago.
Jim Meyering [Mon, 19 Dec 2005 18:12:30 +0000 (18:12 +0000)]
.

18 years ago.
Jim Meyering [Mon, 19 Dec 2005 18:05:55 +0000 (18:05 +0000)]
.

18 years agoRequire gl_CHMOD_SAFER.
Jim Meyering [Mon, 19 Dec 2005 18:05:11 +0000 (18:05 +0000)]
Require gl_CHMOD_SAFER.

18 years ago*** empty log message ***
Jim Meyering [Sat, 17 Dec 2005 13:46:34 +0000 (13:46 +0000)]
*** empty log message ***

18 years ago(is_empty_dir): Open with O_NDELAY, so we don't hang, e.g., on a named pipe.
Jim Meyering [Sat, 17 Dec 2005 13:46:27 +0000 (13:46 +0000)]
(is_empty_dir): Open with O_NDELAY, so we don't hang, e.g., on a named pipe.
(OPEN_NO_FOLLOW_SYMLINK): Remove definition.  Use O_NOFOLLOW in
place of all uses, since it is guaranteed (system.h) to be defined.

18 years ago*** empty log message ***
Jim Meyering [Sat, 17 Dec 2005 10:56:25 +0000 (10:56 +0000)]
*** empty log message ***

18 years agoAdd lib/acl.c.
Jim Meyering [Sat, 17 Dec 2005 10:56:22 +0000 (10:56 +0000)]
Add lib/acl.c.

18 years ago*** empty log message ***
Jim Meyering [Sat, 17 Dec 2005 10:50:04 +0000 (10:50 +0000)]
*** empty log message ***

18 years ago(stat invocation) [--printf]: Describe new option.
Jim Meyering [Sat, 17 Dec 2005 10:50:00 +0000 (10:50 +0000)]
(stat invocation) [--printf]: Describe new option.
[--format]: Add example.  Distinguish from --printf.
Sort option descriptions.

18 years ago.
Jim Meyering [Sat, 17 Dec 2005 10:48:30 +0000 (10:48 +0000)]
.

18 years ago*** empty log message ***
Jim Meyering [Sat, 17 Dec 2005 10:48:12 +0000 (10:48 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jim Meyering [Sat, 17 Dec 2005 10:47:37 +0000 (10:47 +0000)]
*** empty log message ***

18 years ago(ls): Clarify the Alternate Access Method description.
Jim Meyering [Sat, 17 Dec 2005 10:46:57 +0000 (10:46 +0000)]
(ls): Clarify the Alternate Access Method description.
(cp): Clarify that --preserve=mode also preserves acls.

18 years ago(cp_option_init): Don't set umask_kill member.
Jim Meyering [Sat, 17 Dec 2005 10:46:23 +0000 (10:46 +0000)]
(cp_option_init): Don't set umask_kill member.

18 years ago(cp_option_init): Don't set umask_kill member.
Jim Meyering [Sat, 17 Dec 2005 10:45:54 +0000 (10:45 +0000)]
(cp_option_init): Don't set umask_kill member.

18 years ago(cp_option_init) [umask_kill]: Remove member.
Jim Meyering [Sat, 17 Dec 2005 10:43:12 +0000 (10:43 +0000)]
(cp_option_init) [umask_kill]: Remove member.

18 years ago(umask_kill): With default acls, the umask is not to be applied.
Jim Meyering [Sat, 17 Dec 2005 10:40:10 +0000 (10:40 +0000)]
(umask_kill): With default acls, the umask is not to be applied.
Remove umask_kill, don't change the process umask, and let the kernel
apply the umask where appropriate.
(make_dir_parents_private): Fix logic for POSIX ACLs.

18 years ago(dir_LDADD, ls_LDADD, vdir_LDADD, cp_LDADD, mv_LDADD, ginstall_LDADD):
Jim Meyering [Sat, 17 Dec 2005 10:37:47 +0000 (10:37 +0000)]
(dir_LDADD, ls_LDADD, vdir_LDADD, cp_LDADD, mv_LDADD, ginstall_LDADD):
On systems with an ACL library, arrange
to link with it via $(LIB_ACL), for the utilities that need it.

18 years ago(get_dest_mode): Remove; it is obsolete after removing umask_kill.
Jim Meyering [Sat, 17 Dec 2005 10:33:33 +0000 (10:33 +0000)]
(get_dest_mode): Remove; it is obsolete after removing umask_kill.
(copy_reg, copy_internal): Use copy_acl and set_acl
instead of fchown/chown. Fix the logic for POSIX ACLs.
(chown_succeded): Remove; we now always copy acls and
preserve S_ISUID, S_ISGID, and S_ISVTX when needed, no matter if we
did a chown before or not.

18 years agoSwitch back from HAVE_ACL to USE_ACL: The acl() syscall
Jim Meyering [Sat, 17 Dec 2005 10:33:08 +0000 (10:33 +0000)]
Switch back from HAVE_ACL to USE_ACL: The acl() syscall
is no requirement for ACL support; particularly, it does not exist
on systems that have POSIX ACLs.

18 years ago*** empty log message ***
Jim Meyering [Sat, 17 Dec 2005 10:31:37 +0000 (10:31 +0000)]
*** empty log message ***

18 years ago(acl_entries): Add fallback implementation for POSIX ACL
Jim Meyering [Sat, 17 Dec 2005 10:31:33 +0000 (10:31 +0000)]
(acl_entries): Add fallback implementation for POSIX ACL
systems other than Linux.
(chmod_or_fchmod): New function: use fchmod when possible,
and chmod otherwise.
(file_has_acl): Add a POSIX ACL implementation, with a
Linux-specific subcase.
(copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
S_ISVTX from one file to another.  Fall back to fchmod/chmod when
acls are unsupported.
(set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
are unsupported.

18 years ago(copy_acl, set_acl): Add declarations.
Jim Meyering [Sat, 17 Dec 2005 10:31:15 +0000 (10:31 +0000)]
(copy_acl, set_acl): Add declarations.

18 years ago*** empty log message ***
Jim Meyering [Sat, 17 Dec 2005 10:30:13 +0000 (10:30 +0000)]
*** empty log message ***

18 years ago(AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
Jim Meyering [Sat, 17 Dec 2005 10:30:09 +0000 (10:30 +0000)]
(AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.

18 years agoremove/openat cleanup
Paul Eggert [Sat, 17 Dec 2005 06:56:19 +0000 (06:56 +0000)]
remove/openat cleanup

18 years ago(OPENAT_CWD_RESTORE__REQUIRE): Remove.
Paul Eggert [Sat, 17 Dec 2005 06:55:54 +0000 (06:55 +0000)]
(OPENAT_CWD_RESTORE__REQUIRE): Remove.
(OPENAT_CWD_RESTORE__ALLOW_FAILURE): Likewise.
(fd_to_subdirp): Remove openat_cwd_restore_allow_failure arg; its
value is now signified by whether cwd_errno is null.
(fd_to_subdirp, remove_dir, rm_1); Change cwd failure indicator from
pointer-to-bool to pointer-to-errno-value.  All callers changed.
(rm_1): Don't bother setting a local cwd failure flag and then
ORing it into the caller's.  Just set the caller's.
(rm): Use cwd failure errno value to print a slightly-better
diagnostic.

18 years agoDon't include <stdlib.h>, <unistd.h>, <fcntl.h>,
Paul Eggert [Sat, 17 Dec 2005 06:55:32 +0000 (06:55 +0000)]
Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
"gettext.h"; either no longer needed or are guaranteed by openat.h.
(_): Remove; no longer needed.
(openat): Renamed from rpl_openat; no need for rpl_openat
since openat.h renames openat for us.
Replace most of the body with a call to openat_permissive,
to avoid duplicate code.
Port to (probably hypothetical) environments were mode_t is
wider than int.
(openat_permissive): Require mode arg, so that we can check
types better.  Put it just after flags.  Change cwd failure
indicator from pointer-to-bool to pointer-to-errno-value.
All callers changed.
Invoke openat_save_fail and/or openat_restore_fail if
cwd_errno is null, so that openat can call us.
(openat_permissive, fdopendir, fstatat, unlinkat):
Simplify errno handling to avoid some duplicate code,
as it's OK to set errno on success.

18 years agoRevamp code so that function macros depend on
Paul Eggert [Sat, 17 Dec 2005 06:55:01 +0000 (06:55 +0000)]
Revamp code so that function macros depend on
__OPENAT_PREFIX only, not also on AT_FDCWD.
(openat_ro): Remove.  Caller changed to use openat_permissive.
(openat_permissive): Now a macro, if not a function.
(openat_restore_fail, openat_save_fail): Now always functions,
since mkdirat needs them even if __OPENAT_PREFIX is defined.

18 years ago*** empty log message ***
Jim Meyering [Thu, 15 Dec 2005 20:16:03 +0000 (20:16 +0000)]
*** empty log message ***

18 years ago(print_it): Properly handle a backslash at the
Jim Meyering [Thu, 15 Dec 2005 20:15:20 +0000 (20:15 +0000)]
(print_it): Properly handle a backslash at the
end of a --printf format string.  Reported by Paul Eggert.

18 years ago(print_it): Properly handle a backslash at the
Jim Meyering [Thu, 15 Dec 2005 20:15:05 +0000 (20:15 +0000)]
(print_it): Properly handle a backslash at the
end of a --printf format string.  Reported by Paul Eggert.

(end-bs): Add a test for the above.

18 years agoFix typo in previous change
Paul Eggert [Thu, 15 Dec 2005 19:01:00 +0000 (19:01 +0000)]
Fix typo in previous change

18 years agotests/acl porting fixes
Paul Eggert [Thu, 15 Dec 2005 18:58:47 +0000 (18:58 +0000)]
tests/acl porting fixes

18 years agoPort to pre-POSIX shells like Solaris 8 /bin/sh.
Paul Eggert [Thu, 15 Dec 2005 18:58:20 +0000 (18:58 +0000)]
Port to pre-POSIX shells like Solaris 8 /bin/sh.
Don't assume /etc/passwd contains user names; use 'id' instead.

18 years agoRegenerate.
Paul Eggert [Thu, 15 Dec 2005 18:24:35 +0000 (18:24 +0000)]
Regenerate.

18 years agoAdd Kinyarwanda (rw).
Jim Meyering [Thu, 15 Dec 2005 14:49:00 +0000 (14:49 +0000)]
Add Kinyarwanda (rw).
Add Croatian (hr).

18 years ago.
Jim Meyering [Thu, 15 Dec 2005 14:48:48 +0000 (14:48 +0000)]
.

18 years ago.
Jim Meyering [Thu, 15 Dec 2005 14:47:36 +0000 (14:47 +0000)]
.

18 years ago*** empty log message ***
Jim Meyering [Thu, 15 Dec 2005 12:25:04 +0000 (12:25 +0000)]
*** empty log message ***

18 years agostat: revert behavior of --format=FMT (-c)
Jim Meyering [Thu, 15 Dec 2005 12:24:54 +0000 (12:24 +0000)]
stat: revert behavior of --format=FMT (-c)
stat: add new option: --printf=FMT

18 years agorevert behavior of --format=FMT (-c)
Jim Meyering [Thu, 15 Dec 2005 12:24:30 +0000 (12:24 +0000)]
revert behavior of --format=FMT (-c)
add new option: --printf=FMT

(isodigit, octtobin, hextobin): Define.
(PRINTF_OPTION): Define.
(interpret_backslash_escapes, trailing_delim): New globals.
(usage): Document them.  Alphabetize on long option names.
(print_esc_char): New function.
(print_it): Rewrite, in order to handle backslash escapes.
(main): Handle new option.  Set globals for --format, too.

18 years ago(TESTS): Add stat-printf.
Jim Meyering [Thu, 15 Dec 2005 12:23:57 +0000 (12:23 +0000)]
(TESTS): Add stat-printf.

18 years agoTest --printf and --format.
Jim Meyering [Thu, 15 Dec 2005 12:23:36 +0000 (12:23 +0000)]
Test --printf and --format.

18 years ago*** empty log message ***
Jim Meyering [Thu, 15 Dec 2005 08:37:14 +0000 (08:37 +0000)]
*** empty log message ***

18 years agoDiagnose "sort -c -o FILE".
Paul Eggert [Thu, 15 Dec 2005 00:00:02 +0000 (00:00 +0000)]
Diagnose "sort -c -o FILE".

18 years ago(incompatible_options): New function.
Paul Eggert [Wed, 14 Dec 2005 23:59:23 +0000 (23:59 +0000)]
(incompatible_options): New function.
(check_ordering_compatibility, main): Use it.
(main): Check for -c and -o.
Don't bother with a usage message for
"sort -c a b", for consistency with other error diagnostics.

18 years ago(incompat4): New test.
Paul Eggert [Wed, 14 Dec 2005 23:58:20 +0000 (23:58 +0000)]
(incompat4): New test.

18 years agosort now reports incompatible options.
Paul Eggert [Wed, 14 Dec 2005 22:46:17 +0000 (22:46 +0000)]
sort now reports incompatible options.

18 years ago(check_ordering_compatibility): New function.
Paul Eggert [Wed, 14 Dec 2005 22:46:02 +0000 (22:46 +0000)]
(check_ordering_compatibility): New function.
(main): Use it.

18 years ago(incompat1, incompat2, incompat3): New tests.
Paul Eggert [Wed, 14 Dec 2005 22:45:29 +0000 (22:45 +0000)]
(incompat1, incompat2, incompat3): New tests.

18 years ago*** empty log message ***
Jim Meyering [Wed, 14 Dec 2005 20:37:24 +0000 (20:37 +0000)]
*** empty log message ***

18 years ago(libcoreutils_a_SOURCES): Remove fprintftime.c
Jim Meyering [Wed, 14 Dec 2005 20:37:06 +0000 (20:37 +0000)]
(libcoreutils_a_SOURCES): Remove fprintftime.c
and fprintftime.h.  Now they're pulled in via the .m4 file.

18 years ago*** empty log message ***
Jim Meyering [Wed, 14 Dec 2005 20:36:20 +0000 (20:36 +0000)]
*** empty log message ***

18 years agoRequire gl_FPRINTFTIME.
Jim Meyering [Wed, 14 Dec 2005 20:36:14 +0000 (20:36 +0000)]
Require gl_FPRINTFTIME.

18 years agoUndo previous change to cat.c.
Paul Eggert [Wed, 14 Dec 2005 18:12:44 +0000 (18:12 +0000)]
Undo previous change to cat.c.

18 years agoUndo previous change.
Paul Eggert [Wed, 14 Dec 2005 18:09:04 +0000 (18:09 +0000)]
Undo previous change.

18 years ago* src/cat.c (main): Check for close (STDOUT_FILENO) failure.
Paul Eggert [Wed, 14 Dec 2005 01:40:19 +0000 (01:40 +0000)]
* src/cat.c (main): Check for close (STDOUT_FILENO) failure.

18 years ago(main): Check for close (STDOUT_FILENO) failure.
Paul Eggert [Wed, 14 Dec 2005 01:39:46 +0000 (01:39 +0000)]
(main): Check for close (STDOUT_FILENO) failure.

18 years agoOne other stdbool.m4 change.
Paul Eggert [Wed, 14 Dec 2005 01:17:51 +0000 (01:17 +0000)]
One other stdbool.m4 change.

18 years ago(AM_STDBOOL_H): Substitue HAVE__BOOL again, reverting
Paul Eggert [Wed, 14 Dec 2005 01:17:28 +0000 (01:17 +0000)]
(AM_STDBOOL_H): Substitue HAVE__BOOL again, reverting
2005-11-25 change.

18 years ago* Makefile.am (stdbool.h): Resurrect the 'sed' that goes along
Paul Eggert [Wed, 14 Dec 2005 00:09:23 +0000 (00:09 +0000)]
* Makefile.am (stdbool.h): Resurrect the 'sed' that goes along
with '#if !@HAVE_BOOL@".

18 years ago(stdbool.h): Resurrect the 'sed' that goes along with '#if !@HAVE_BOOL@".
Paul Eggert [Wed, 14 Dec 2005 00:08:54 +0000 (00:08 +0000)]
(stdbool.h): Resurrect the 'sed' that goes along with '#if !@HAVE_BOOL@".

18 years agoSync from gnulib.
Paul Eggert [Tue, 13 Dec 2005 23:58:55 +0000 (23:58 +0000)]
Sync from gnulib.

18 years ago(_Bool): Resurrect the "#if !@HAVE__BOOL@" check, to
Paul Eggert [Tue, 13 Dec 2005 19:42:27 +0000 (19:42 +0000)]
(_Bool): Resurrect the "#if !@HAVE__BOOL@" check, to
work around compilers that have a (possibly-broken) _Bool but lack
a working <stdbool.h>.

18 years ago(AC_HEADER_STDBOOL): Check for buggy compiler that
Paul Eggert [Tue, 13 Dec 2005 19:41:57 +0000 (19:41 +0000)]
(AC_HEADER_STDBOOL): Check for buggy compiler that
has _Bool but mishandles _Bool |= _Bool.

18 years agoInstall a more-conservative approach for sort -R.
Paul Eggert [Mon, 12 Dec 2005 22:47:57 +0000 (22:47 +0000)]
Install a more-conservative approach for sort -R.

18 years ago(struct irand_state, irand_init, irand32, irand_mod): Moved back here,
Paul Eggert [Mon, 12 Dec 2005 22:43:16 +0000 (22:43 +0000)]
(struct irand_state, irand_init, irand32, irand_mod): Moved back here,
from rand-isaac.c.

18 years ago(struct irand_state, irand_init, irand32, irand_mod): Move to shred.c.
Paul Eggert [Mon, 12 Dec 2005 22:42:58 +0000 (22:42 +0000)]
(struct irand_state, irand_init, irand32, irand_mod): Move to shred.c.

18 years ago(EXTRA_DIST): Add rand-isaac.c.
Paul Eggert [Mon, 12 Dec 2005 22:42:37 +0000 (22:42 +0000)]
(EXTRA_DIST): Add rand-isaac.c.

18 years ago(sort invocation): Clarify explanation of
Paul Eggert [Mon, 12 Dec 2005 22:42:16 +0000 (22:42 +0000)]
(sort invocation): Clarify explanation of
--random-sort, and use a simpler example.

18 years agoClarify sort -R.
Paul Eggert [Mon, 12 Dec 2005 22:41:56 +0000 (22:41 +0000)]
Clarify sort -R.

18 years agoAdd src/rand-isaac.c.
Paul Eggert [Mon, 12 Dec 2005 22:41:42 +0000 (22:41 +0000)]
Add src/rand-isaac.c.

18 years agoRemove. All uses now simply include rand-isaac.c.
Paul Eggert [Mon, 12 Dec 2005 22:16:30 +0000 (22:16 +0000)]
Remove.  All uses now simply include rand-isaac.c.

18 years agoMention shred_SOURCES and sort_SOURCES, too.
Paul Eggert [Mon, 12 Dec 2005 22:16:02 +0000 (22:16 +0000)]
Mention shred_SOURCES and sort_SOURCES, too.

18 years agoUse a more-conservative but slower approach for sort -R.
Paul Eggert [Mon, 12 Dec 2005 22:09:56 +0000 (22:09 +0000)]
Use a more-conservative but slower approach for sort -R.

18 years agoInclude rand-isaac.c rather than rand-isaac.h.
Paul Eggert [Mon, 12 Dec 2005 22:09:27 +0000 (22:09 +0000)]
Include rand-isaac.c rather than rand-isaac.h.
Don't include md5.h; it wasn't needed.
(struct keyfield): Rename random_hash to random, for consistency
with the other member names.  All uses changed.
(usage): Tweak wording to mention STRING for --seed option.
(short_options): Rorder for consistency with other programs.
(rand_state): Now a struct, not a pointer to one.  All uses changed.
(HASH_WORDS, HASH_SIZE): Remove.
(get_hash): Remove comments around resbuf size, since we can assume C89.
Use a "more-kosher" (but slower) approach of invoking isaac_refill.
(keycompare): Adjust to the new get_hash.
Add a FIXME.
(badfieldspec): Omit recently-introduced comment; it isn't needed.
(main): Don't set need_random simply because gkey has it set; that
doesn't necessarily mean we'll need random numbers.
Redo seeding to match new get_hash approach.

18 years agoInclude rand-isaac.c rather than rand-isaac.h.
Paul Eggert [Mon, 12 Dec 2005 22:08:50 +0000 (22:08 +0000)]
Include rand-isaac.c rather than rand-isaac.h.
(fillrand, dopass, main): Undo previous change.

18 years agoRevert to what used to be in shred.c, without
Paul Eggert [Mon, 12 Dec 2005 22:08:14 +0000 (22:08 +0000)]
Revert to what used to be in shred.c, without
changing it to allow for varying numbers of words in the state.
Alter so that we include rand-isaac.c directly rather than
compiling it and linking to it.  Don't include config.h or
system.h; that's the includer's responsibility.
(ISAAC_LOG, ISAAC_WORDS, ISAAC_BYTES, struct isaac_state, ind):
(isaac_step, struct irand_state):
Resurrect these, with the same defns that used to be in shred.c.
(ISAAC_SIZE, isaac_new, isaac_copy): Remove.
(isaac_refill, isaac_seed_start, isaac_seed_data, irand_init, irand32):
static again.
(struct isaac_state, isaac_refill, isaac_mix, isaac_init):
(isaac_seed_start, isaac_seed_data, isaac_seed_finish, isaac_seed):
(irand_init, irand32, irand_mod):
Number of words is constant again.

18 years ago(noinst_HEADERS): Remove rand-isaac.h.
Paul Eggert [Mon, 12 Dec 2005 22:07:51 +0000 (22:07 +0000)]
(noinst_HEADERS): Remove rand-isaac.h.

18 years ago*** empty log message ***
Jim Meyering [Sat, 10 Dec 2005 22:54:40 +0000 (22:54 +0000)]
*** empty log message ***

18 years ago(noinst_HEADERS): Add rand-isaac.h.
Jim Meyering [Sat, 10 Dec 2005 22:54:31 +0000 (22:54 +0000)]
(noinst_HEADERS): Add rand-isaac.h.

18 years ago*** empty log message ***
Jim Meyering [Sat, 10 Dec 2005 22:10:59 +0000 (22:10 +0000)]
*** empty log message ***

18 years agoCleaner:
Jim Meyering [Sat, 10 Dec 2005 22:10:53 +0000 (22:10 +0000)]
Cleaner:
  Make the local an `int' instead.

18 years ago*** empty log message ***
Jim Meyering [Sat, 10 Dec 2005 21:58:28 +0000 (21:58 +0000)]
*** empty log message ***

18 years agoAvoid shred segfault on 64-bit systems.
Jim Meyering [Sat, 10 Dec 2005 21:58:23 +0000 (21:58 +0000)]
Avoid shred segfault on 64-bit systems.

(isaac_refill): Don't try to negate a
local of type uint32_t.  Convert it to int32_t first.

18 years ago*** empty log message ***
Jim Meyering [Sat, 10 Dec 2005 21:10:26 +0000 (21:10 +0000)]
*** empty log message ***

18 years agoMention sort's new options.
Jim Meyering [Sat, 10 Dec 2005 21:10:21 +0000 (21:10 +0000)]
Mention sort's new options.

18 years ago*** empty log message ***
Jim Meyering [Sat, 10 Dec 2005 10:18:18 +0000 (10:18 +0000)]
*** empty log message ***

18 years ago* src/rand-isaac.h (isaac_mix): Remove declaration.
Jim Meyering [Sat, 10 Dec 2005 10:18:10 +0000 (10:18 +0000)]
* src/rand-isaac.h (isaac_mix): Remove declaration.

18 years ago* src/rand-isaac.c (isaac_mix): Declare to be static.
Jim Meyering [Sat, 10 Dec 2005 10:18:01 +0000 (10:18 +0000)]
* src/rand-isaac.c (isaac_mix): Declare to be static.
Mark all other functions as `extern' so the tight-scope
part of `make distcheck' passes once again.
* src/rand-isaac.h (isaac_mix): Remove declaration.