1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00
Commit Graph

14735 Commits

Author SHA1 Message Date
Jim Meyering 6c7b470774 . 2003-02-21 21:52:33 +00:00
Jim Meyering f0c7211960 . COREUTILS-4_5_8 2003-02-21 21:37:12 +00:00
Jim Meyering 441007d004 *** empty log message *** 2003-02-21 21:34:14 +00:00
Jim Meyering 7ccb88fc0b *** empty log message *** 2003-02-21 20:38:16 +00:00
Jim Meyering ad478502ed Merge in changes from autoconf's version of this file.
(www-gnu): Define.
(standards.texi-url_prefix): Use $(www-gnu).
(make-stds.texi-url_prefix): Likewise.
2003-02-21 20:38:10 +00:00
Jim Meyering 48437b2433 *** empty log message *** 2003-02-21 20:24:39 +00:00
Jim Meyering 19ae573dca *** empty log message *** 2003-02-21 20:22:27 +00:00
Jim Meyering a49b79b305 *** empty log message *** 2003-02-21 17:13:17 +00:00
Jim Meyering 8607700a75 Undefine HAVE_MMAP_STACK, thus disabling
this code on all systems.
2003-02-21 17:13:09 +00:00
Jim Meyering d15cfc1025 . 2003-02-21 12:27:57 +00:00
Jim Meyering 25af1b321d *** empty log message *** 2003-02-21 12:27:28 +00:00
Jim Meyering a7b79d2a74 *** empty log message *** 2003-02-21 12:24:32 +00:00
Jim Meyering 27fad7ecec (stat invocation): Describe %B. 2003-02-21 12:24:12 +00:00
Jim Meyering fc5797807e (usage): Tweak wording of %B description. 2003-02-21 12:23:48 +00:00
Jim Meyering 7215259bb0 *** empty log message *** 2003-02-21 12:16:34 +00:00
Jim Meyering 5e91595f93 Merge in some changes from GNU libc.
(md5_uintptr): Define.
2003-02-21 12:16:12 +00:00
Jim Meyering 0d0a14cd56 *** empty log message *** 2003-02-21 11:14:39 +00:00
Jim Meyering d0301f3c12 *** empty log message *** 2003-02-21 11:12:53 +00:00
Jim Meyering ab99f99f74 . 2003-02-21 11:12:46 +00:00
Jim Meyering 0586e6dbfc (TESTS): Add basic. 2003-02-21 11:12:34 +00:00
Jim Meyering 3abab5f388 *** empty log message *** 2003-02-21 10:41:34 +00:00
Jim Meyering 4d34fabc8d Include "mmap-stack.h".
(main): Invoke `run' through a macro that (when possible) runs it
with a large, mmap'd stack.
2003-02-21 10:41:27 +00:00
Jim Meyering 1771d1a11d *** empty log message *** 2003-02-21 10:23:21 +00:00
Jim Meyering 7f51568be5 *** empty log message *** 2003-02-21 10:22:29 +00:00
Jim Meyering 0801bebeb4 (run_on_mmaped_stack): Allocate 256MB, not 1GB 2003-02-21 09:51:26 +00:00
Jim Meyering 49daa21e00 *** empty log message *** 2003-02-21 08:34:41 +00:00
Jim Meyering 6fe8f2a831 New option: --apparent-size.
(enum) [APPARENT_SIZE_OPTION]: New member.
(long_options): Add it.
(usage): Describe it.
(main): Handle it.
['b']: Set apparent_size.
2003-02-21 08:30:18 +00:00
Jim Meyering 7dc3ed2f04 *** empty log message *** 2003-02-21 08:27:09 +00:00
Jim Meyering 8a096b3518 (du invocation): Document --apparent-size.
Adjust documentation of --bytes (-b).
2003-02-21 08:25:59 +00:00
Jim Meyering 85cbe110d4 use printf, not echo
test -b
2003-02-21 08:02:33 +00:00
Jim Meyering f1f8ca7ddc (apparent_size): New global.
(print_only_size): Reflect the fact that we're printing byte counts,
not ST_NBLOCKSIZE-byte-block counts.
(print_size): Call print_only_size rather than duplicating its code.
(process_file): Accumulate byte counts, rather than block counts.
2003-02-21 07:47:06 +00:00
Jim Meyering 5cfcefdcf9 *** empty log message *** 2003-02-21 07:15:54 +00:00
Jim Meyering 12508c923f (process_file): Always reset size_to_propagate_to_parent for
--separate-dirs (-S).
2003-02-21 07:15:16 +00:00
Jim Meyering 23e52c28fb *** empty log message *** 2003-02-21 07:06:38 +00:00
Jim Meyering 7f2df50cee Include <sys/types.h> before <dirent.h>.
This is required for Apple Darwin 6.3 (MacOS 10.2.3).
2003-02-21 07:06:33 +00:00
Jim Meyering eb63743d48 (process_file): Reorganize the code to use only
one `sum' array, and change how -S works back to the way it was
before 2003-01-31.  Patch by Bruno Haible.
2003-02-20 23:13:11 +00:00
Jim Meyering 4cf069e8a2 *** empty log message *** 2003-02-20 19:12:33 +00:00
Jim Meyering 46bfcaf2bb *** empty log message *** 2003-02-20 19:11:08 +00:00
Jim Meyering 44e80d26cb (usage) [%b]: Refer to %B. 2003-02-20 19:11:02 +00:00
Jim Meyering 409e7dd0b6 (print_stat): New format: %B (to print ST_NBLOCKSIZE).
(usage): Describe it.
2003-02-20 19:07:55 +00:00
Jim Meyering 4ebc314f18 . 2003-02-20 19:05:38 +00:00
Jim Meyering 4efd012fe0 *** empty log message *** 2003-02-20 17:59:37 +00:00
Jim Meyering a4bbb4de7e Add checks for the following:
BLOCK_SIZE, DU_BLOCK_SIZE, DF_BLOCK_SIZE, LS_BLOCK_SIZE.
2003-02-20 17:58:45 +00:00
Jim Meyering 9c46a8acf3 Rename phony target envvar-check to evar-check
so as not to conflict with the distributed file by the same name.
2003-02-20 17:52:11 +00:00
Jim Meyering 5c629d9ef4 (process_file): Set info->skip before any possible return.
Report correct usage for directories, not 0.
(process_file): Return for `file_type == FTW_DPRE'
_before_ recording the dev/ino of a directory.
2003-02-20 15:03:22 +00:00
Jim Meyering c023e74aac . 2003-02-20 13:45:48 +00:00
Jim Meyering fca1c1173c Now, df always displays the device file name corresponding to the
listed mount point under `Filesystem'.  Before, for an unmounted
block- or character-special file argument, it would display the
command-line argument instead.

(show_disk): Return a value indicating whether
there was a match.  Don't try to find a mount point here.
(show_entry): If show_disk doesn't find a match, call show_point.
2003-02-20 10:37:14 +00:00
Jim Meyering 59e474dc56 . 2003-02-20 10:36:52 +00:00
Jim Meyering 56644db507 *** empty log message *** 2003-02-20 10:35:27 +00:00
Jim Meyering 7d224e76de *** empty log message *** 2003-02-20 10:34:21 +00:00