platform/upstream/coreutils.git
27 years agofix for abs pathnames
Jim Meyering [Fri, 30 May 1997 14:00:47 +0000 (14:00 +0000)]
fix for abs pathnames

27 years agoindent cpp directives
Jim Meyering [Thu, 29 May 1997 13:20:25 +0000 (13:20 +0000)]
indent cpp directives

27 years agoupdate from automake-1.1p
Jim Meyering [Thu, 29 May 1997 13:19:34 +0000 (13:19 +0000)]
update from automake-1.1p

27 years agocorrect/normalize indentation in cpp directives
Jim Meyering [Wed, 28 May 1997 12:19:28 +0000 (12:19 +0000)]
correct/normalize indentation in cpp directives

27 years agoupdate from FSF
Jim Meyering [Wed, 28 May 1997 12:01:33 +0000 (12:01 +0000)]
update from FSF

27 years ago*** empty log message ***
Jim Meyering [Wed, 28 May 1997 11:43:25 +0000 (11:43 +0000)]
*** empty log message ***

27 years ago(read_filesystem_list): Add `|| defined (__OpenBSD__)'
Jim Meyering [Wed, 28 May 1997 11:42:29 +0000 (11:42 +0000)]
(read_filesystem_list): Add `|| defined (__OpenBSD__)'
to the NetBSD #if so OpenBSD also uses the f_fstypename member.
(fstype_to_string): Add `&& !defined (__OpenBSD__)' to the NetBSD #if
expression to exclude this function definition.  OpenBSD 2.1 beta
doesn't need it.  Patch from Hugh Daniel <hugh@ecotone.xanadu.com>

27 years ago*** empty log message ***
Jim Meyering [Wed, 28 May 1997 11:40:16 +0000 (11:40 +0000)]
*** empty log message ***

27 years ago*** empty log message ***
Jim Meyering [Tue, 27 May 1997 14:17:08 +0000 (14:17 +0000)]
*** empty log message ***

27 years agoDon't include backupfile.h.
Jim Meyering [Tue, 27 May 1997 14:16:49 +0000 (14:16 +0000)]
Don't include backupfile.h.

27 years ago*** empty log message ***
Jim Meyering [Tue, 27 May 1997 13:55:45 +0000 (13:55 +0000)]
*** empty log message ***

27 years agoUse base_name, not basename.
Jim Meyering [Tue, 27 May 1997 13:55:23 +0000 (13:55 +0000)]
Use base_name, not basename.

27 years ago.
Jim Meyering [Tue, 27 May 1997 12:50:39 +0000 (12:50 +0000)]
.

27 years agoclean up for -Wall
Jim Meyering [Tue, 27 May 1997 11:05:40 +0000 (11:05 +0000)]
clean up for -Wall

27 years agoUse base_name, not basename.
Jim Meyering [Tue, 27 May 1997 11:04:41 +0000 (11:04 +0000)]
Use base_name, not basename.

27 years agoUse base_name, not basename.
Jim Meyering [Tue, 27 May 1997 11:00:50 +0000 (11:00 +0000)]
Use base_name, not basename.
Use X, not CP_OPTIONS.

27 years ago(libfu_a_SOURCES): Add addext.c.
Jim Meyering [Tue, 27 May 1997 10:45:34 +0000 (10:45 +0000)]
(libfu_a_SOURCES): Add addext.c.
Remove getversion.c;  get_version is now in backupfile.c.
Add basename.c since it's no longer replacible.

27 years ago*** empty log message ***
Jim Meyering [Tue, 27 May 1997 10:39:22 +0000 (10:39 +0000)]
*** empty log message ***

27 years agoChange dcl of program_name so it doesn't conflict with the ubiquitous char* one.
Jim Meyering [Tue, 27 May 1997 10:39:10 +0000 (10:39 +0000)]
Change dcl of program_name so it doesn't conflict with the ubiquitous char* one.

27 years ago.
Jim Meyering [Tue, 27 May 1997 10:31:04 +0000 (10:31 +0000)]
.

27 years agoUpdate from patch-2.2.93.
Jim Meyering [Tue, 27 May 1997 10:30:45 +0000 (10:30 +0000)]
Update from patch-2.2.93.

27 years agoUpdate from FSF via patch-2.2.93.
Jim Meyering [Tue, 27 May 1997 09:41:25 +0000 (09:41 +0000)]
Update from FSF via patch-2.2.93.

27 years agoUpdate from FSF via patch-2.2.93.
Jim Meyering [Tue, 27 May 1997 09:39:25 +0000 (09:39 +0000)]
Update from FSF via patch-2.2.93.

27 years agoUpdate from glibc via patch-2.2.93.
Jim Meyering [Tue, 27 May 1997 09:38:06 +0000 (09:38 +0000)]
Update from glibc via patch-2.2.93.

27 years ago*** empty log message ***
Jim Meyering [Mon, 26 May 1997 04:46:57 +0000 (04:46 +0000)]
*** empty log message ***

27 years ago(copy_internal): When preserving symlinks (--no-dereference) and the
Jim Meyering [Mon, 26 May 1997 04:46:47 +0000 (04:46 +0000)]
(copy_internal): When preserving symlinks (--no-dereference) and the
destination file is a symlink, use stat (not xstat) to see if it points
back to the source.  Reported by James <james@albion.glarp.com>.

27 years ago*** empty log message ***
Jim Meyering [Mon, 26 May 1997 04:43:47 +0000 (04:43 +0000)]
*** empty log message ***

27 years agodeclare strip_trailing_slashes
Jim Meyering [Sun, 25 May 1997 21:25:28 +0000 (21:25 +0000)]
declare strip_trailing_slashes

27 years ago*** empty log message ***
Jim Meyering [Sun, 25 May 1997 21:24:44 +0000 (21:24 +0000)]
*** empty log message ***

27 years agoRemove global variable opt_human_readable.
Jim Meyering [Sun, 25 May 1997 21:23:15 +0000 (21:23 +0000)]
Remove global variable opt_human_readable.
(enum Output_units): Rename from output_size.
Rename size_* to Unit_*.
Add Unit_variable to correspond to --human-readable.
(convert_blocks): Remove now-unused definition.
(human_readable): Rename paramater n_bytes to n_blocks.
Adjust conversions to reflect fact that input is now number of
512-byte blocks, not bytes.
(print_size): New function.
(du_files): Use print_size instead of open coding it.
(count_entry): Always count in units of 512-byte blocks to delay.
This lets du accumulate totals corresponding to a terabyte before
overflowing 32-bit long int.
Use print_size instead of open coding it.

27 years ago*** empty log message ***
Jim Meyering [Sun, 25 May 1997 15:17:31 +0000 (15:17 +0000)]
*** empty log message ***

27 years ago(convert_blocks): Add definition.
Jim Meyering [Sun, 25 May 1997 15:10:03 +0000 (15:10 +0000)]
(convert_blocks): Add definition.

27 years ago(convert_blocks): Remove definition.
Jim Meyering [Sun, 25 May 1997 14:22:55 +0000 (14:22 +0000)]
(convert_blocks): Remove definition.
Indent cpp directives.

27 years ago(convert_blocks): Remove now-unnecessary #undef.
Jim Meyering [Sun, 25 May 1997 14:21:41 +0000 (14:21 +0000)]
(convert_blocks): Remove now-unnecessary #undef.
(du_files): Pass output_size unchanged to convert_blocks.  No need
to test output_size for size_bytes, convert_blocks handles that
correctly.
(count_entry): Likewise.

27 years ago*** empty log message ***
Jim Meyering [Sun, 25 May 1997 14:11:59 +0000 (14:11 +0000)]
*** empty log message ***

27 years ago(main): Implement new --max-depth=N option.
Jim Meyering [Sun, 25 May 1997 14:11:50 +0000 (14:11 +0000)]
(main): Implement new --max-depth=N option.
Based on the idea and a patch from Torbjorn Lindgren.
(du_files): Likewise.
(count_entry): Likewise.
[AIX]: Remove unused #pragma alloca.

27 years agoRemove FIXME.
Jim Meyering [Sun, 25 May 1997 13:00:01 +0000 (13:00 +0000)]
Remove FIXME.
Add spurious curlies and an empty line.

27 years ago.
Jim Meyering [Sun, 25 May 1997 03:47:31 +0000 (03:47 +0000)]
.

27 years ago*** empty log message ***
Jim Meyering [Sun, 25 May 1997 03:47:21 +0000 (03:47 +0000)]
*** empty log message ***

27 years agoNew options: --ignore-fail-on-non-empty and --verbose.
Jim Meyering [Sun, 25 May 1997 03:46:46 +0000 (03:46 +0000)]
New options: --ignore-fail-on-non-empty and --verbose.
(remove_parents): Implement new options.
(main): Likewise.

27 years ago.
Jim Meyering [Sun, 25 May 1997 03:15:30 +0000 (03:15 +0000)]
.

27 years ago*** empty log message ***
Jim Meyering [Sat, 24 May 1997 18:27:46 +0000 (18:27 +0000)]
*** empty log message ***

27 years ago.
Jim Meyering [Sat, 24 May 1997 18:26:59 +0000 (18:26 +0000)]
.

27 years ago.
Jim Meyering [Sat, 24 May 1997 18:12:59 +0000 (18:12 +0000)]
.

27 years ago.
Jim Meyering [Sat, 24 May 1997 18:11:33 +0000 (18:11 +0000)]
.

27 years ago*** empty log message ***
Jim Meyering [Sat, 24 May 1997 14:43:51 +0000 (14:43 +0000)]
*** empty log message ***

27 years ago(read_filesystem_list): Show automount-related
Jim Meyering [Sat, 24 May 1997 14:43:21 +0000 (14:43 +0000)]
(read_filesystem_list): Show automount-related
duplicate filesystems only when --all specified.  With suggestions
from Stuart Kemp.

27 years agoIndent cpp directives.
Jim Meyering [Sat, 24 May 1997 14:42:40 +0000 (14:42 +0000)]
Indent cpp directives.

27 years ago.
Jim Meyering [Sat, 24 May 1997 14:31:23 +0000 (14:31 +0000)]
.

27 years ago.
Jim Meyering [Sat, 24 May 1997 14:13:55 +0000 (14:13 +0000)]
.

27 years ago.
Jim Meyering [Sat, 24 May 1997 14:11:19 +0000 (14:11 +0000)]
.

27 years ago.
Jim Meyering [Fri, 23 May 1997 13:23:49 +0000 (13:23 +0000)]
.

27 years ago.
Jim Meyering [Fri, 2 May 1997 04:02:17 +0000 (04:02 +0000)]
.

27 years agoindent cpp-directives
Jim Meyering [Thu, 1 May 1997 20:53:59 +0000 (20:53 +0000)]
indent cpp-directives

27 years agoindent cpp-directives
Jim Meyering [Thu, 1 May 1997 20:51:16 +0000 (20:51 +0000)]
indent cpp-directives

27 years agoupdate from automake-1.1o
Jim Meyering [Tue, 29 Apr 1997 15:48:14 +0000 (15:48 +0000)]
update from automake-1.1o

27 years ago.
Jim Meyering [Tue, 29 Apr 1997 15:22:05 +0000 (15:22 +0000)]
.

27 years ago*** empty log message ***
Jim Meyering [Sun, 27 Apr 1997 23:46:02 +0000 (23:46 +0000)]
*** empty log message ***

27 years ago(STRTOX): Don't fail because of extra character(s) following a
Jim Meyering [Sun, 27 Apr 1997 23:45:57 +0000 (23:45 +0000)]
(STRTOX): Don't fail because of extra character(s) following a
character constant.  Give the *warning* only if !POSIXLY_CORRECT.

27 years ago*** empty log message ***
Jim Meyering [Sun, 27 Apr 1997 23:33:54 +0000 (23:33 +0000)]
*** empty log message ***

27 years ago(cfcc_msg): File-scope constant.
Jim Meyering [Sun, 27 Apr 1997 23:33:49 +0000 (23:33 +0000)]
(cfcc_msg): File-scope constant.
(STRTOX): Use new constant as error message format string in macro.
Suggestion from Andreas Schwab.

27 years ago.
Jim Meyering [Sun, 27 Apr 1997 23:12:01 +0000 (23:12 +0000)]
.

27 years ago.
Jim Meyering [Sun, 27 Apr 1997 20:18:07 +0000 (20:18 +0000)]
.

27 years ago*** empty log message ***
Jim Meyering [Sun, 27 Apr 1997 20:13:21 +0000 (20:13 +0000)]
*** empty log message ***

27 years ago*** empty log message ***
Jim Meyering [Sun, 27 Apr 1997 20:12:16 +0000 (20:12 +0000)]
*** empty log message ***

27 years ago.
Jim Meyering [Sun, 27 Apr 1997 19:41:52 +0000 (19:41 +0000)]
.

27 years ago.
Jim Meyering [Sun, 27 Apr 1997 19:41:16 +0000 (19:41 +0000)]
.

27 years agochanges suggested by kb
Jim Meyering [Thu, 24 Apr 1997 13:00:51 +0000 (13:00 +0000)]
changes suggested by kb

27 years agopatch from Andreas S.
Jim Meyering [Mon, 21 Apr 1997 14:55:26 +0000 (14:55 +0000)]
patch from Andreas S.

27 years agos/;/. in comment to placate francois
Jim Meyering [Thu, 10 Apr 1997 03:46:01 +0000 (03:46 +0000)]
s/;/. in comment to placate francois

27 years ago.
Jim Meyering [Mon, 7 Apr 1997 16:59:43 +0000 (16:59 +0000)]
.

27 years ago*** empty log message ***
Jim Meyering [Mon, 7 Apr 1997 15:24:38 +0000 (15:24 +0000)]
*** empty log message ***

27 years ago*** empty log message ***
Jim Meyering [Mon, 7 Apr 1997 15:21:33 +0000 (15:21 +0000)]
*** empty log message ***

27 years ago.
Jim Meyering [Mon, 7 Apr 1997 15:10:57 +0000 (15:10 +0000)]
.

27 years ago.
Jim Meyering [Mon, 7 Apr 1997 15:08:56 +0000 (15:08 +0000)]
.

27 years ago.
Jim Meyering [Mon, 7 Apr 1997 00:44:33 +0000 (00:44 +0000)]
.

27 years ago(STRTOX): New macro to eliminate code duplication.
Jim Meyering [Sun, 6 Apr 1997 20:58:16 +0000 (20:58 +0000)]
(STRTOX): New macro to eliminate code duplication.
(xstrtod, xstrtol, xstrtoul): Remove functions.
Use the STRTOX instead.

27 years ago.
Jim Meyering [Sun, 6 Apr 1997 20:42:00 +0000 (20:42 +0000)]
.

27 years ago*** empty log message ***
Jim Meyering [Sun, 6 Apr 1997 20:36:48 +0000 (20:36 +0000)]
*** empty log message ***

27 years agoChange most char* dcls to const char*.
Jim Meyering [Sun, 6 Apr 1997 19:32:19 +0000 (19:32 +0000)]
Change most char* dcls to const char*.

27 years agoReorder functions to obviate forward decls.
Jim Meyering [Sun, 6 Apr 1997 19:30:07 +0000 (19:30 +0000)]
Reorder functions to obviate forward decls.

27 years ago.
Jim Meyering [Fri, 4 Apr 1997 03:29:25 +0000 (03:29 +0000)]
.

27 years ago(EXTRA_DIST): Update file list.
Jim Meyering [Fri, 4 Apr 1997 03:27:35 +0000 (03:27 +0000)]
(EXTRA_DIST): Update file list.

27 years ago.
Jim Meyering [Fri, 4 Apr 1997 03:18:54 +0000 (03:18 +0000)]
.

27 years agoAdd test from Phil Richards.
Jim Meyering [Fri, 4 Apr 1997 03:18:04 +0000 (03:18 +0000)]
Add test from Phil Richards.

27 years ago(main): Implement new --max-depth=N option.
Jim Meyering [Thu, 27 Mar 1997 05:47:56 +0000 (05:47 +0000)]
(main): Implement new --max-depth=N option.
Based on the idea and a patch from Torbjorn Lindgren.
(du_files): Likewise.
(count_entry): Likewise.

27 years ago*** empty log message ***
Jim Meyering [Thu, 27 Mar 1997 05:45:12 +0000 (05:45 +0000)]
*** empty log message ***

27 years ago.
Jim Meyering [Sun, 23 Mar 1997 21:27:46 +0000 (21:27 +0000)]
.

27 years ago*** empty log message ***
Jim Meyering [Sun, 23 Mar 1997 21:22:14 +0000 (21:22 +0000)]
*** empty log message ***

27 years ago.
Jim Meyering [Sun, 23 Mar 1997 02:56:47 +0000 (02:56 +0000)]
.

27 years ago*** empty log message ***
Jim Meyering [Sun, 23 Mar 1997 02:30:09 +0000 (02:30 +0000)]
*** empty log message ***

27 years ago.
Jim Meyering [Sat, 22 Mar 1997 19:54:32 +0000 (19:54 +0000)]
.

27 years ago*** empty log message ***
Jim Meyering [Sat, 22 Mar 1997 06:06:02 +0000 (06:06 +0000)]
*** empty log message ***

27 years ago*** empty log message ***
Jim Meyering [Sat, 22 Mar 1997 06:05:16 +0000 (06:05 +0000)]
*** empty log message ***

27 years ago*** empty log message ***
Jim Meyering [Sat, 22 Mar 1997 06:03:31 +0000 (06:03 +0000)]
*** empty log message ***

27 years ago*** empty log message ***
Jim Meyering [Sat, 22 Mar 1997 05:58:50 +0000 (05:58 +0000)]
*** empty log message ***

27 years ago*** empty log message ***
Jim Meyering [Sat, 22 Mar 1997 05:58:26 +0000 (05:58 +0000)]
*** empty log message ***

27 years ago.
Jim Meyering [Fri, 21 Mar 1997 03:16:03 +0000 (03:16 +0000)]
.

27 years ago.
Jim Meyering [Fri, 21 Mar 1997 03:14:53 +0000 (03:14 +0000)]
.

27 years ago.
Jim Meyering [Fri, 21 Mar 1997 03:11:55 +0000 (03:11 +0000)]
.