platform/upstream/coreutils.git
26 years ago(copy): Update prototype.
Jim Meyering [Fri, 13 Mar 1998 23:39:39 +0000 (23:39 +0000)]
(copy): Update prototype.

26 years ago*** empty log message ***
Jim Meyering [Fri, 13 Mar 1998 23:39:10 +0000 (23:39 +0000)]
*** empty log message ***

26 years ago(do_move): Add &copy_into_self arg in call to copy.
Jim Meyering [Fri, 13 Mar 1998 23:38:50 +0000 (23:38 +0000)]
(do_move): Add &copy_into_self arg in call to copy.
Don't remove source directory when copy_into_self is nonzero.
Reported by Arne Henrik Juul.

26 years ago(do_copy): Add unused arg in calls to copy.
Jim Meyering [Fri, 13 Mar 1998 23:38:27 +0000 (23:38 +0000)]
(do_copy): Add unused arg in calls to copy.

26 years ago(copy_dir): Add new parameter, copy_into_self, and set it.
Jim Meyering [Fri, 13 Mar 1998 23:37:42 +0000 (23:37 +0000)]
(copy_dir): Add new parameter, copy_into_self, and set it.
(copy_internal): Likewise.
(copy): Likewise.
Update all callers.

26 years agoUse `virtual memory exhausted' message, not
Jim Meyering [Fri, 13 Mar 1998 23:35:43 +0000 (23:35 +0000)]
Use `virtual memory exhausted' message, not
`Memory exhausted' to be consistent with the majority of other
such messages.
Say `removing all...', not `removing any...'.

26 years ago(remove_parents): Be consistent with documentation of
Jim Meyering [Fri, 13 Mar 1998 23:35:25 +0000 (23:35 +0000)]
(remove_parents): Be consistent with documentation of
--verbose option and with remove.c in saying `removing...' before
the operation is attempted.
(main): Likewise.
Suggestions from Santiago Vila.

26 years ago(usage): Tweak spacing
Jim Meyering [Fri, 13 Mar 1998 15:32:28 +0000 (15:32 +0000)]
(usage): Tweak spacing

26 years ago*** empty log message ***
Jim Meyering [Fri, 13 Mar 1998 15:27:10 +0000 (15:27 +0000)]
*** empty log message ***

26 years agoprotoize
Jim Meyering [Fri, 13 Mar 1998 15:25:49 +0000 (15:25 +0000)]
protoize

26 years ago(getugroups): Don't add a group number if it would be a duplicate.
Jim Meyering [Fri, 13 Mar 1998 15:24:43 +0000 (15:24 +0000)]
(getugroups): Don't add a group number if it would be a duplicate.
From Ulrich Drepper.

26 years ago*** empty log message ***
Jim Meyering [Wed, 11 Mar 1998 11:55:31 +0000 (11:55 +0000)]
*** empty log message ***

26 years ago(save_stdin): Open temporary file exclusively, to
Jim Meyering [Wed, 11 Mar 1998 11:54:11 +0000 (11:54 +0000)]
(save_stdin): Open temporary file exclusively, to
foil a common denial-of-service attack.
From Paul Eggert.

26 years ago(xtmpfopen): Open temporary file exclusively, to
Jim Meyering [Wed, 11 Mar 1998 11:53:29 +0000 (11:53 +0000)]
(xtmpfopen): Open temporary file exclusively, to
foil a common denial-of-service attack.
From Paul Eggert.

26 years ago(getuidbyname) [__DJGPP__]: Make function know about
Jim Meyering [Tue, 10 Mar 1998 22:55:20 +0000 (22:55 +0000)]
(getuidbyname) [__DJGPP__]: Make function know about
any arbitrary user name.
(getgidbyname) [__DJGPP__]: Make function know about any arbitrary
group name.
From Eli.

26 years ago(parse_user_spec) [__DJGPP__]: Make function know
Jim Meyering [Tue, 10 Mar 1998 22:49:04 +0000 (22:49 +0000)]
(parse_user_spec) [__DJGPP__]: Make function know
about any arbitrary user and group by pretending to be the user
and to belong to the group specified in `spec_arg' argument.

26 years ago.
Jim Meyering [Wed, 25 Feb 1998 23:47:36 +0000 (23:47 +0000)]
.

26 years ago.
Jim Meyering [Wed, 25 Feb 1998 23:46:59 +0000 (23:46 +0000)]
.

26 years ago.
Jim Meyering [Wed, 25 Feb 1998 23:46:13 +0000 (23:46 +0000)]
.

26 years ago.
Jim Meyering [Wed, 25 Feb 1998 23:36:33 +0000 (23:36 +0000)]
.

26 years ago.
Jim Meyering [Wed, 25 Feb 1998 23:35:53 +0000 (23:35 +0000)]
.

26 years ago.
Jim Meyering [Wed, 25 Feb 1998 22:40:24 +0000 (22:40 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Wed, 25 Feb 1998 22:39:46 +0000 (22:39 +0000)]
*** empty log message ***

26 years agoUse -include, not `include' for aclocal-files.
Jim Meyering [Wed, 25 Feb 1998 22:39:29 +0000 (22:39 +0000)]
Use -include, not `include' for aclocal-files.

26 years agoInclude new file quotearg.h.
Jim Meyering [Wed, 25 Feb 1998 22:38:12 +0000 (22:38 +0000)]
Include new file quotearg.h.
(enum indicator_style): Rename all to classify, and not_programs
to file_type, to match option spellings.  All users changed.
(indicator_style_args): New constant.
(quote_funny_chars, quote_as_string, quote_shell): Remove;
(filename_quoting_options, dirname_quoting_options): Use these
variables instead.
(long_options): Add --indicator-style, --quoting-style,
--show-control-chars.  Remove --quote-shell.
(dired_dump_obstack): Remove style parameter and don't output style.
(main): Go back to previous method of outputting //DIRED//
and //SUBDIRED// lines, without style.  But add a new
//DIRED-OPTIONS// line that does output style.
(decode_switches, usage): Add --indicator-style, --quoting-style,
--show-control-chars.  Remove --quote-shell.
(decode_switches): Default from QUOTING_STYLE environment variable.
Set new quoting vars.
(quote_name): Renamed from quote_filename.
Take new arg specifying quoting options.
Always print; do not have a special case for null FILE * argument.
All callers changed.
Move the guts of this function to new file quotearg.c.
(length_of_file_name_and_frills): Use quotearg_buffer instead
of (old) quote_filename to find length of file name.
(decode_switches, parse_ls_color, print_dir, gobble_file,
get_link_name): Quote output in diagnostics.

26 years ago*** empty log message ***
Jim Meyering [Wed, 25 Feb 1998 08:20:55 +0000 (08:20 +0000)]
*** empty log message ***

26 years ago(TYPE_SIGNED): Define.
Jim Meyering [Tue, 24 Feb 1998 23:33:41 +0000 (23:33 +0000)]
(TYPE_SIGNED): Define.
(TYPE_MAXIMUM): Define.
(ULONG_MAX): Use TYPE_MAXIMUM.
(LONG_MAX): Use TYPE_MAXIMUM.

26 years ago(libfu_a_SOURCES): Add quotearg.c.
Jim Meyering [Tue, 24 Feb 1998 23:31:40 +0000 (23:31 +0000)]
(libfu_a_SOURCES): Add quotearg.c.
(noinst_HEADERS): Add quotearg.h.

26 years ago.
Jim Meyering [Tue, 24 Feb 1998 23:31:11 +0000 (23:31 +0000)]
.

26 years agoprotoize
Jim Meyering [Tue, 24 Feb 1998 23:19:33 +0000 (23:19 +0000)]
protoize

26 years agoadd comment
Jim Meyering [Tue, 24 Feb 1998 23:19:13 +0000 (23:19 +0000)]
add comment

26 years agoupdate from libit
Jim Meyering [Tue, 24 Feb 1998 23:18:23 +0000 (23:18 +0000)]
update from libit

26 years agoprotoize
Jim Meyering [Tue, 24 Feb 1998 23:17:38 +0000 (23:17 +0000)]
protoize

26 years agocapitalize macro params and protoize
Jim Meyering [Tue, 24 Feb 1998 22:59:34 +0000 (22:59 +0000)]
capitalize macro params and protoize

26 years agoadd copyright
Jim Meyering [Tue, 24 Feb 1998 22:58:26 +0000 (22:58 +0000)]
add copyright

26 years agoUpdate from libit.
Jim Meyering [Tue, 24 Feb 1998 22:54:10 +0000 (22:54 +0000)]
Update from libit.

26 years ago.
Jim Meyering [Mon, 23 Feb 1998 10:16:53 +0000 (10:16 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Sun, 22 Feb 1998 12:36:32 +0000 (12:36 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Sun, 22 Feb 1998 12:31:06 +0000 (12:31 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Sun, 22 Feb 1998 12:30:47 +0000 (12:30 +0000)]
.

26 years ago*** empty log message *** FILEUTILS-3_16m
Jim Meyering [Sun, 22 Feb 1998 09:20:33 +0000 (09:20 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Sun, 22 Feb 1998 09:20:17 +0000 (09:20 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Sun, 22 Feb 1998 09:19:36 +0000 (09:19 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Sun, 22 Feb 1998 09:18:33 +0000 (09:18 +0000)]
.

26 years agoTruncate to 1998 entries only.
Jim Meyering [Sun, 22 Feb 1998 09:17:58 +0000 (09:17 +0000)]
Truncate to 1998 entries only.

26 years ago*** empty log message ***
Jim Meyering [Sun, 22 Feb 1998 09:10:57 +0000 (09:10 +0000)]
*** empty log message ***

26 years agorevert most of last delta, but leave cppi/copyright changes
Jim Meyering [Sun, 22 Feb 1998 08:21:07 +0000 (08:21 +0000)]
revert most of last delta, but leave cppi/copyright changes

26 years ago*** empty log message ***
Jim Meyering [Sun, 22 Feb 1998 08:19:19 +0000 (08:19 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Sun, 22 Feb 1998 08:18:51 +0000 (08:18 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Sat, 21 Feb 1998 16:15:23 +0000 (16:15 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Sat, 21 Feb 1998 16:14:42 +0000 (16:14 +0000)]
.

26 years ago.
Jim Meyering [Sat, 21 Feb 1998 16:14:15 +0000 (16:14 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Sat, 21 Feb 1998 16:14:05 +0000 (16:14 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Sat, 21 Feb 1998 11:55:30 +0000 (11:55 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Sat, 21 Feb 1998 11:54:09 +0000 (11:54 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Sat, 21 Feb 1998 11:53:27 +0000 (11:53 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Sat, 21 Feb 1998 11:52:45 +0000 (11:52 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Sat, 21 Feb 1998 11:44:39 +0000 (11:44 +0000)]
.

26 years ago.
Jim Meyering [Sat, 21 Feb 1998 11:44:13 +0000 (11:44 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Sat, 21 Feb 1998 11:39:06 +0000 (11:39 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Sat, 21 Feb 1998 11:38:47 +0000 (11:38 +0000)]
.

26 years ago.
Jim Meyering [Sat, 21 Feb 1998 11:33:09 +0000 (11:33 +0000)]
.

26 years ago.
Jim Meyering [Sat, 21 Feb 1998 11:29:12 +0000 (11:29 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Sat, 21 Feb 1998 11:28:46 +0000 (11:28 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Sat, 21 Feb 1998 11:17:06 +0000 (11:17 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Sat, 21 Feb 1998 11:15:43 +0000 (11:15 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Sat, 21 Feb 1998 11:09:33 +0000 (11:09 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Sat, 21 Feb 1998 11:04:07 +0000 (11:04 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Fri, 20 Feb 1998 21:51:48 +0000 (21:51 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Fri, 20 Feb 1998 21:50:49 +0000 (21:50 +0000)]
.

26 years agoInclude get-date.h.
Jim Meyering [Fri, 20 Feb 1998 21:50:30 +0000 (21:50 +0000)]
Include get-date.h.
Remove get_date decl.

26 years agos/getdate.h/get-date.h/
Jim Meyering [Fri, 20 Feb 1998 21:47:10 +0000 (21:47 +0000)]
s/getdate.h/get-date.h/

26 years ago(noinst_HEADERS): s/getdate.h/get-date.h/
Jim Meyering [Fri, 20 Feb 1998 21:42:29 +0000 (21:42 +0000)]
(noinst_HEADERS): s/getdate.h/get-date.h/

26 years agos/getdate.h/get-date.h/
Jim Meyering [Fri, 20 Feb 1998 21:42:11 +0000 (21:42 +0000)]
s/getdate.h/get-date.h/

26 years ago.
Jim Meyering [Fri, 20 Feb 1998 12:22:50 +0000 (12:22 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Thu, 19 Feb 1998 21:38:16 +0000 (21:38 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Thu, 19 Feb 1998 21:37:45 +0000 (21:37 +0000)]
*** empty log message ***

26 years ago(dirname): Include ctype.h.
Jim Meyering [Thu, 19 Feb 1998 21:31:06 +0000 (21:31 +0000)]
(dirname): Include ctype.h.
[IN_CTYPE_DOMAIN]: Define.
[ISALPHA]: Define.
[MSDOS]: Add support for DOS-style file names with drive letters.
Based on a patch from Eli Zaretskii.

26 years ago[__DJGPP__]: Add missing typedef for daddr_t.
Jim Meyering [Thu, 19 Feb 1998 21:28:38 +0000 (21:28 +0000)]
[__DJGPP__]: Add missing typedef for daddr_t.

26 years ago*** empty log message ***
Jim Meyering [Mon, 16 Feb 1998 23:28:09 +0000 (23:28 +0000)]
*** empty log message ***

26 years ago(cp_option_init): Set copy_as_regular to 0, not 1.
Jim Meyering [Mon, 16 Feb 1998 23:27:50 +0000 (23:27 +0000)]
(cp_option_init): Set copy_as_regular to 0, not 1.
Otherwise, mv tries to open special files.
Reported by Kjetil Torgrim Homme.

26 years ago*** empty log message ***
Jim Meyering [Fri, 13 Feb 1998 08:49:34 +0000 (08:49 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Fri, 13 Feb 1998 08:48:54 +0000 (08:48 +0000)]
*** empty log message ***

26 years agoAdd my comment from ChangeLog entry for gkm's change.
Jim Meyering [Wed, 11 Feb 1998 22:17:38 +0000 (22:17 +0000)]
Add my comment from ChangeLog entry for gkm's change.

26 years ago*** empty log message ***
Jim Meyering [Mon, 9 Feb 1998 07:02:15 +0000 (07:02 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Mon, 9 Feb 1998 07:01:02 +0000 (07:01 +0000)]
*** empty log message ***

26 years ago(cvs-dist): Update po/.
Jim Meyering [Mon, 9 Feb 1998 07:00:34 +0000 (07:00 +0000)]
(cvs-dist): Update po/.

26 years ago.
Jim Meyering [Sun, 8 Feb 1998 22:17:10 +0000 (22:17 +0000)]
.

26 years ago(usage): Reword to use `TARGET' and `LINK_NAME' in description.
Jim Meyering [Sun, 8 Feb 1998 21:27:18 +0000 (21:27 +0000)]
(usage): Reword to use `TARGET' and `LINK_NAME' in description.

26 years ago.
Jim Meyering [Sat, 7 Feb 1998 15:17:56 +0000 (15:17 +0000)]
.

26 years ago.
Jim Meyering [Sat, 7 Feb 1998 15:17:31 +0000 (15:17 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Sat, 7 Feb 1998 10:19:22 +0000 (10:19 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Sat, 7 Feb 1998 10:17:43 +0000 (10:17 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Sat, 7 Feb 1998 10:14:29 +0000 (10:14 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Sat, 7 Feb 1998 09:59:05 +0000 (09:59 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Sat, 7 Feb 1998 09:58:59 +0000 (09:58 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Sat, 7 Feb 1998 09:57:39 +0000 (09:57 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Sat, 7 Feb 1998 09:54:05 +0000 (09:54 +0000)]
*** empty log message ***

26 years agoDon't set am_cv_func_working_getline before the
Jim Meyering [Sat, 7 Feb 1998 09:50:58 +0000 (09:50 +0000)]
Don't set am_cv_func_working_getline before the
cache-check for the same variable -- that defeated the purpose of
the test; the test program was never run.  This was a problem only
on systems with losing getline functions -- HP-UX 10.20 is one.
Reported by Bjorn Helgaas.

26 years ago.
Jim Meyering [Sat, 7 Feb 1998 08:13:44 +0000 (08:13 +0000)]
.