platform/upstream/coreutils.git
20 years ago(libfetish_a_SOURCES): Remove search_.h.
Jim Meyering [Fri, 19 Dec 2003 12:34:35 +0000 (12:34 +0000)]
(libfetish_a_SOURCES): Remove search_.h.
(DISTCLEANFILES): Remove definition.

20 years agoRewrite cycle detection code to work properly.
Jim Meyering [Thu, 18 Dec 2003 21:11:11 +0000 (21:11 +0000)]
Rewrite cycle detection code to work properly.
Add some framework (compiled out by default) to test it.

(Dprintf, ENTER_DIR, LEAVE_DIR): Define.
(add_object): Remove function.  Rewritten as...
(enter_dir): New function.
(leave_dir, free_node): New functions.
(fts_read): Ensure that we call ENTER_DIR or LEAVE_DIR,
as appropriate, before returning.
(look_up_active_dir, fts_cross_check) [FTS_DEBUG]: New functions.
(fts_stat): Don't perform the cycle check here.
Now it's done via enter_dir.

20 years ago*** empty log message ***
Jim Meyering [Thu, 18 Dec 2003 17:15:47 +0000 (17:15 +0000)]
*** empty log message ***

20 years ago(format_user): Increment dired_pos via two statements,
Jim Meyering [Thu, 18 Dec 2003 17:15:38 +0000 (17:15 +0000)]
(format_user): Increment dired_pos via two statements,
`dired_pos += width; dired_pos++;' rather than one,
`dired_pos += width + 1;' since the latter could conceivably overflow.
(format_group): Likewise.

20 years ago*** empty log message ***
Jim Meyering [Thu, 18 Dec 2003 10:39:50 +0000 (10:39 +0000)]
*** empty log message ***

20 years ago.
Jim Meyering [Thu, 18 Dec 2003 10:39:35 +0000 (10:39 +0000)]
.

20 years agoRequire automake-1.8.
Jim Meyering [Thu, 18 Dec 2003 10:39:26 +0000 (10:39 +0000)]
Require automake-1.8.

20 years ago.
Jim Meyering [Thu, 18 Dec 2003 10:38:45 +0000 (10:38 +0000)]
.

20 years ago.
Jim Meyering [Thu, 18 Dec 2003 10:38:22 +0000 (10:38 +0000)]
.

20 years ago*** empty log message ***
Jim Meyering [Thu, 18 Dec 2003 10:33:49 +0000 (10:33 +0000)]
*** empty log message ***

20 years ago(jm_PREREQ): Require AC_FUNC_GETLOADAVG, not gl_FUNC_GETLOADAVG.
Jim Meyering [Thu, 18 Dec 2003 10:33:39 +0000 (10:33 +0000)]
(jm_PREREQ): Require AC_FUNC_GETLOADAVG, not gl_FUNC_GETLOADAVG.

20 years agoRemove now-unnecessary file.
Jim Meyering [Thu, 18 Dec 2003 10:31:00 +0000 (10:31 +0000)]
Remove now-unnecessary file.

20 years ago(AC_ISC_POSIX): Remove file/macro. No longer needed.
Jim Meyering [Thu, 18 Dec 2003 10:15:13 +0000 (10:15 +0000)]
(AC_ISC_POSIX): Remove file/macro.  No longer needed.

20 years ago*** empty log message ***
Jim Meyering [Thu, 18 Dec 2003 10:08:46 +0000 (10:08 +0000)]
*** empty log message ***

20 years ago(AC_SEARCH_LIBS): Remove file/macro, now that
Jim Meyering [Thu, 18 Dec 2003 10:08:32 +0000 (10:08 +0000)]
(AC_SEARCH_LIBS): Remove file/macro, now that
this replacement is no longer needed.  Besides, this macro has
no effect with autoconf-2.58, since its `undefine' is not honored.

20 years agoadd FIXME
Jim Meyering [Fri, 12 Dec 2003 05:43:17 +0000 (05:43 +0000)]
add FIXME

20 years ago(FTS) [fts_dir_signatures]: Add comment.
Jim Meyering [Fri, 12 Dec 2003 05:41:29 +0000 (05:41 +0000)]
(FTS) [fts_dir_signatures]: Add comment.

20 years ago*** empty log message ***
Jim Meyering [Fri, 12 Dec 2003 04:56:03 +0000 (04:56 +0000)]
*** empty log message ***

20 years ago.
Jim Meyering [Fri, 12 Dec 2003 04:55:00 +0000 (04:55 +0000)]
.

20 years ago*** empty log message ***
Jim Meyering [Mon, 8 Dec 2003 10:17:27 +0000 (10:17 +0000)]
*** empty log message ***

20 years ago(news-date-check): New rule.
Jim Meyering [Mon, 8 Dec 2003 10:17:16 +0000 (10:17 +0000)]
(news-date-check): New rule.
(alpha beta major): Depend on it.

20 years agoadd release dates
Jim Meyering [Mon, 8 Dec 2003 10:16:26 +0000 (10:16 +0000)]
add release dates

20 years agoDon't assume that 'ls' output is fixed-width.
Jim Meyering [Mon, 8 Dec 2003 09:04:48 +0000 (09:04 +0000)]
Don't assume that 'ls' output is fixed-width.

20 years agoDon't assume that 'ls' output is fixed-width.
Jim Meyering [Mon, 8 Dec 2003 09:03:51 +0000 (09:03 +0000)]
Don't assume that 'ls' output is fixed-width.

20 years ago * NEWS: ls -l (and similar options) now adjust all columns to
Jim Meyering [Mon, 8 Dec 2003 08:38:37 +0000 (08:38 +0000)]
* NEWS: ls -l (and similar options) now adjust all columns to
fit the data.  Generalized from a suggestion by Leah Q for file sizes.

20 years ago*** empty log message ***
Jim Meyering [Mon, 8 Dec 2003 08:38:33 +0000 (08:38 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Mon, 8 Dec 2003 08:37:41 +0000 (08:37 +0000)]
*** empty log message ***

20 years ago(What information is listed, chroot invocation):
Jim Meyering [Mon, 8 Dec 2003 08:37:36 +0000 (08:37 +0000)]
(What information is listed, chroot invocation):
Adjust example 'ls' output to match new behavior with narrower
output columns.
(The cut command): Remove example that cut the output of
'ls -l'.  The output was incorrect even with the old 'ls', and
the whole idea of using 'cut' on 'ls -l' output is bogus anyway.

20 years ago*** empty log message ***
Jim Meyering [Mon, 8 Dec 2003 08:36:20 +0000 (08:36 +0000)]
*** empty log message ***

20 years ago(INODE_DIGITS, LOGIN_NAME_MAX, ID_LENGTH_MAX): Remove.
Jim Meyering [Mon, 8 Dec 2003 08:34:40 +0000 (08:34 +0000)]
(INODE_DIGITS, LOGIN_NAME_MAX, ID_LENGTH_MAX): Remove.
(format_user_width, format_group_width, unsigned_file_size,
format_group): New functions.
(block_size_width): Renamed from block_size_size.
(inode_number_width, nlink_width, owner_width, group_width,
author_width, major_device_number_width, minor_device_number_width,
file_size_width): New vars.
(clear_files): Initialize them.
(gobble_file): Set them.  Don't ceiling block_size_width to 7.
(print_long_file): Use them.
(gobble_file): Use a new local variable 'f' to make the code
smaller and more consistent with other functions.
(format_user): Output to stdout, not to a buffer, so that we
don't have to worry about buffer overrun.  Update dired_pos.
(print_long_file): Don't put owner, group, author into buffer;
just print them directly.  Don't assume link counts and
major and minor numbers fit into unsigned long int.
From Paul Eggert.

20 years ago.
Jim Meyering [Wed, 3 Dec 2003 10:32:34 +0000 (10:32 +0000)]
.

20 years ago*** empty log message ***
Jim Meyering [Wed, 3 Dec 2003 10:31:55 +0000 (10:31 +0000)]
*** empty log message ***

20 years ago.
Jim Meyering [Wed, 3 Dec 2003 10:31:37 +0000 (10:31 +0000)]
.

20 years ago*** empty log message ***
Jim Meyering [Wed, 3 Dec 2003 10:28:45 +0000 (10:28 +0000)]
*** empty log message ***

20 years ago(getgroups): xmalloc takes one argument, not two.
Jim Meyering [Wed, 3 Dec 2003 10:28:39 +0000 (10:28 +0000)]
(getgroups): xmalloc takes one argument, not two.

20 years ago*** empty log message ***
Jim Meyering [Tue, 2 Dec 2003 10:06:55 +0000 (10:06 +0000)]
*** empty log message ***

20 years agoInclude sha1.h (reflect renaming: sha.h -> sha1.h.
Jim Meyering [Tue, 2 Dec 2003 10:06:36 +0000 (10:06 +0000)]
Include sha1.h (reflect renaming: sha.h -> sha1.h.

20 years ago.
Jim Meyering [Tue, 2 Dec 2003 09:30:35 +0000 (09:30 +0000)]
.

20 years ago*** empty log message ***
Jim Meyering [Tue, 2 Dec 2003 09:08:27 +0000 (09:08 +0000)]
*** empty log message ***

20 years agoUse SHA1_H, not _SHA_H in #ifndef condition.
Jim Meyering [Tue, 2 Dec 2003 09:08:16 +0000 (09:08 +0000)]
Use SHA1_H, not _SHA_H in #ifndef condition.

20 years ago.
Jim Meyering [Tue, 2 Dec 2003 09:06:54 +0000 (09:06 +0000)]
.

20 years agorenamed to sha1.h
Jim Meyering [Tue, 2 Dec 2003 09:06:24 +0000 (09:06 +0000)]
renamed to sha1.h

20 years agorenamed to sha1.c
Jim Meyering [Tue, 2 Dec 2003 09:06:18 +0000 (09:06 +0000)]
renamed to sha1.c

20 years agoFile renamed from sha.h.
Jim Meyering [Tue, 2 Dec 2003 09:05:50 +0000 (09:05 +0000)]
File renamed from sha.h.

20 years agoFile renamed from sha.c.
Jim Meyering [Tue, 2 Dec 2003 09:05:40 +0000 (09:05 +0000)]
File renamed from sha.c.
Include sha1.h, not sha.h.

20 years agoReflect sha -> sha1 renaming.
Jim Meyering [Tue, 2 Dec 2003 08:59:47 +0000 (08:59 +0000)]
Reflect sha -> sha1 renaming.

20 years ago.
Jim Meyering [Tue, 2 Dec 2003 08:57:48 +0000 (08:57 +0000)]
.

20 years agoAdd FSF Copyright.
Jim Meyering [Tue, 2 Dec 2003 08:57:39 +0000 (08:57 +0000)]
Add FSF Copyright.

20 years ago*** empty log message ***
Jim Meyering [Tue, 2 Dec 2003 08:55:36 +0000 (08:55 +0000)]
*** empty log message ***

20 years agoCorrect stale references to MD5 and `16 bytes'.
Jim Meyering [Tue, 2 Dec 2003 08:55:30 +0000 (08:55 +0000)]
Correct stale references to MD5 and `16 bytes'.
Patch by Ulrich Drepper.

Add FSF Copyright.  Remove reference to Scott Miller,
since this file is now nearly identical to md5.h.

20 years ago*** empty log message ***
Jim Meyering [Tue, 2 Dec 2003 08:24:38 +0000 (08:24 +0000)]
*** empty log message ***

20 years ago(rol) [__GNUC__ && __i386__]: Don't use `asm' code. These
Jim Meyering [Tue, 2 Dec 2003 08:24:31 +0000 (08:24 +0000)]
(rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html

20 years ago*** empty log message ***
Jim Meyering [Sat, 29 Nov 2003 12:02:53 +0000 (12:02 +0000)]
*** empty log message ***

20 years agoInclude "xalloc.h", for decl of xstrdup.
Jim Meyering [Sat, 29 Nov 2003 12:01:51 +0000 (12:01 +0000)]
Include "xalloc.h", for decl of xstrdup.

20 years ago*** empty log message ***
Jim Meyering [Sat, 29 Nov 2003 11:58:59 +0000 (11:58 +0000)]
*** empty log message ***

20 years ago(c_strtod): Save and restore original LC_NUMERIC setting,
Jim Meyering [Sat, 29 Nov 2003 11:55:52 +0000 (11:55 +0000)]
(c_strtod): Save and restore original LC_NUMERIC setting,
in case it was different from the environment-derived value.
Patch by Paul Eggert.

20 years ago*** empty log message ***
Jim Meyering [Thu, 27 Nov 2003 09:43:33 +0000 (09:43 +0000)]
*** empty log message ***

20 years ago.
Jim Meyering [Thu, 27 Nov 2003 09:42:50 +0000 (09:42 +0000)]
.

20 years agoRemove new temp file, h-$i.
Jim Meyering [Thu, 27 Nov 2003 08:45:01 +0000 (08:45 +0000)]
Remove new temp file, h-$i.

20 years ago(syntax-check-rules): Remove sc_xalloc_h_in_src from here, too.
Jim Meyering [Thu, 27 Nov 2003 08:29:03 +0000 (08:29 +0000)]
(syntax-check-rules): Remove sc_xalloc_h_in_src from here, too.

20 years ago*** empty log message ***
Jim Meyering [Thu, 27 Nov 2003 08:26:04 +0000 (08:26 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Thu, 27 Nov 2003 08:18:45 +0000 (08:18 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Thu, 27 Nov 2003 08:17:47 +0000 (08:17 +0000)]
*** empty log message ***

20 years agoInclude "c-strtod.h".
Jim Meyering [Thu, 27 Nov 2003 08:17:35 +0000 (08:17 +0000)]
Include "c-strtod.h".
(parse_options): Update xstrtod call to include new argument, c_strtod.

20 years agoInclude "c-strtod.h".
Jim Meyering [Thu, 27 Nov 2003 08:16:38 +0000 (08:16 +0000)]
Include "c-strtod.h".
(main): Update xstrtod call to include new argument, c_strtod.

20 years agoInclude "c-strtod.h".
Jim Meyering [Thu, 27 Nov 2003 08:14:39 +0000 (08:14 +0000)]
Include "c-strtod.h".
(scan_double_arg): Update xstrtod call to include new argument, c_strtod.

20 years agoRemove decls of strtod, strtol, strtoul; no longer
Jim Meyering [Thu, 27 Nov 2003 08:02:18 +0000 (08:02 +0000)]
Remove decls of strtod, strtol, strtoul; no longer
needed now that we assume C89.  Include "c-strtod.h".
(xstrtod): Call c_strtod, not strtod.

20 years ago.
Jim Meyering [Thu, 27 Nov 2003 08:00:12 +0000 (08:00 +0000)]
.

20 years agoTweak mark-up to use @env, not @code in a few places.
Jim Meyering [Thu, 27 Nov 2003 07:58:32 +0000 (07:58 +0000)]
Tweak mark-up to use @env, not @code in a few places.
Mark new use of LC_NUMERIC.

20 years ago*** empty log message ***
Jim Meyering [Thu, 27 Nov 2003 07:52:48 +0000 (07:52 +0000)]
*** empty log message ***

20 years agoParse floating-point operands and options in the C locale.
Jim Meyering [Thu, 27 Nov 2003 07:52:45 +0000 (07:52 +0000)]
Parse floating-point operands and options in the C locale.
POSIX requires this for printf, and we might as well be
consistent elsewhere (tail, sleep, seq).

(tail invocation, printf invocation,
sleep invocation, seq invocation): Document this.

20 years ago.
Jim Meyering [Thu, 27 Nov 2003 07:48:35 +0000 (07:48 +0000)]
.

20 years ago(xstrtod): Accept an extra arg, specifying the conversion function.
Jim Meyering [Thu, 27 Nov 2003 07:48:21 +0000 (07:48 +0000)]
(xstrtod): Accept an extra arg, specifying the conversion function.
Don't include stdlib.h; no longer needed.

20 years ago(xstrtod): Accept an extra arg, specifying the conversion function.
Jim Meyering [Thu, 27 Nov 2003 07:47:22 +0000 (07:47 +0000)]
(xstrtod): Accept an extra arg, specifying the conversion function.

20 years agonew files, from Paul Eggert
Jim Meyering [Thu, 27 Nov 2003 07:46:01 +0000 (07:46 +0000)]
new files, from Paul Eggert

20 years ago(libfetish_a_SOURCES): Add c-strtod.c, c-strtod.h.
Jim Meyering [Thu, 27 Nov 2003 07:43:11 +0000 (07:43 +0000)]
(libfetish_a_SOURCES): Add c-strtod.c, c-strtod.h.

20 years agoDon't include xstrtod.h; it's not needed.
Jim Meyering [Thu, 27 Nov 2003 07:42:03 +0000 (07:42 +0000)]
Don't include xstrtod.h; it's not needed.

20 years ago(Traversing symlinks): Rearrange things.
Jim Meyering [Wed, 26 Nov 2003 11:21:28 +0000 (11:21 +0000)]
(Traversing symlinks): Rearrange things.
(chown invocation): Add xrefs to `Traversing symlinks' for -H, -P, -L.
(chgrp invocation): Likewise.

20 years ago*** empty log message ***
Jim Meyering [Mon, 24 Nov 2003 10:58:20 +0000 (10:58 +0000)]
*** empty log message ***

20 years ago(Traversing symlinks, Treating / specially): New sections.
Jim Meyering [Mon, 24 Nov 2003 10:58:08 +0000 (10:58 +0000)]
(Traversing symlinks, Treating / specially): New sections.
(rm invocation, chown invocation, chmod invocation, chgrp invocation):
Describe new options, --preserve-root and --no-preserve-root.

20 years agosync with version from autoconf
Jim Meyering [Mon, 24 Nov 2003 09:07:34 +0000 (09:07 +0000)]
sync with version from autoconf

20 years ago*** empty log message ***
Jim Meyering [Mon, 24 Nov 2003 08:06:04 +0000 (08:06 +0000)]
*** empty log message ***

20 years agoHandle another errno variant (HPUX, EPERM).
Jim Meyering [Mon, 24 Nov 2003 08:05:25 +0000 (08:05 +0000)]
Handle another errno variant (HPUX, EPERM).

20 years ago*** empty log message ***
Jim Meyering [Mon, 24 Nov 2003 08:05:02 +0000 (08:05 +0000)]
*** empty log message ***

20 years agoupgrade to automake-1.7d
Jim Meyering [Mon, 24 Nov 2003 08:01:57 +0000 (08:01 +0000)]
upgrade to automake-1.7d

20 years ago*** empty log message ***
Jim Meyering [Sat, 22 Nov 2003 15:10:22 +0000 (15:10 +0000)]
*** empty log message ***

20 years ago(x2nrealloc_inline): Fix typos in comments: s/size/size_t/.
Jim Meyering [Sat, 22 Nov 2003 15:08:19 +0000 (15:08 +0000)]
(x2nrealloc_inline): Fix typos in comments: s/size/size_t/.

20 years ago*** empty log message ***
Jim Meyering [Sat, 22 Nov 2003 14:34:12 +0000 (14:34 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Sat, 22 Nov 2003 14:34:04 +0000 (14:34 +0000)]
*** empty log message ***

20 years ago(sc_xalloc_h_in_src): Remove rule. Subsumed by...
Jim Meyering [Sat, 22 Nov 2003 14:33:57 +0000 (14:33 +0000)]
(sc_xalloc_h_in_src): Remove rule.  Subsumed by...
(sc_system_h_headers): Do this test only if sys2.h exists.

20 years ago.
Jim Meyering [Fri, 21 Nov 2003 13:42:54 +0000 (13:42 +0000)]
.

20 years ago*** empty log message ***
Jim Meyering [Fri, 21 Nov 2003 08:21:28 +0000 (08:21 +0000)]
*** empty log message ***

20 years ago(xreadlink): Correct outdated comment.
Jim Meyering [Fri, 21 Nov 2003 08:21:23 +0000 (08:21 +0000)]
(xreadlink): Correct outdated comment.

20 years ago*** empty log message ***
Jim Meyering [Thu, 20 Nov 2003 08:08:36 +0000 (08:08 +0000)]
*** empty log message ***

20 years agoEnsure that the bug-reporting address is
Jim Meyering [Thu, 20 Nov 2003 08:08:24 +0000 (08:08 +0000)]
Ensure that the bug-reporting address is
included in the --help output for every program.

20 years ago(TESTS_ENVIRONMENT): Add $PACKAGE_BUGREPORT.
Jim Meyering [Thu, 20 Nov 2003 08:03:50 +0000 (08:03 +0000)]
(TESTS_ENVIRONMENT): Add $PACKAGE_BUGREPORT.

20 years ago*** empty log message ***
Jim Meyering [Thu, 20 Nov 2003 07:57:33 +0000 (07:57 +0000)]
*** empty log message ***

20 years ago(usage): Output bug-reporting address.
Jim Meyering [Thu, 20 Nov 2003 07:57:24 +0000 (07:57 +0000)]
(usage): Output bug-reporting address.

20 years ago(usage): Mention that FILE1 and FILE2 must be sorted
Jim Meyering [Wed, 19 Nov 2003 23:04:20 +0000 (23:04 +0000)]
(usage): Mention that FILE1 and FILE2 must be sorted
on the join fields.  Suggestion from Bruce Robertson.

20 years ago*** empty log message ***
Jim Meyering [Wed, 19 Nov 2003 07:27:07 +0000 (07:27 +0000)]
*** empty log message ***