Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-21 | . | Jim Meyering | |
2003-02-21 | *** empty log message *** | Jim Meyering | |
2003-02-21 | *** empty log message *** | Jim Meyering | |
2003-02-21 | Merge in changes from autoconf's version of this file. | Jim Meyering | |
(www-gnu): Define. (standards.texi-url_prefix): Use $(www-gnu). (make-stds.texi-url_prefix): Likewise. | |||
2003-02-21 | *** empty log message *** | Jim Meyering | |
2003-02-21 | *** empty log message *** | Jim Meyering | |
2003-02-21 | *** empty log message *** | Jim Meyering | |
2003-02-21 | Undefine HAVE_MMAP_STACK, thus disabling | Jim Meyering | |
this code on all systems. | |||
2003-02-21 | . | Jim Meyering | |
2003-02-21 | *** empty log message *** | Jim Meyering | |
2003-02-21 | *** empty log message *** | Jim Meyering | |
2003-02-21 | (stat invocation): Describe %B. | Jim Meyering | |
2003-02-21 | (usage): Tweak wording of %B description. | Jim Meyering | |
2003-02-21 | *** empty log message *** | Jim Meyering | |
2003-02-21 | Merge in some changes from GNU libc. | Jim Meyering | |
(md5_uintptr): Define. | |||
2003-02-21 | *** empty log message *** | Jim Meyering | |
2003-02-21 | *** empty log message *** | Jim Meyering | |
2003-02-21 | . | Jim Meyering | |
2003-02-21 | (TESTS): Add basic. | Jim Meyering | |
2003-02-21 | *** empty log message *** | Jim Meyering | |
2003-02-21 | Include "mmap-stack.h". | Jim Meyering | |
(main): Invoke `run' through a macro that (when possible) runs it with a large, mmap'd stack. | |||
2003-02-21 | *** empty log message *** | Jim Meyering | |
2003-02-21 | *** empty log message *** | Jim Meyering | |
2003-02-21 | (run_on_mmaped_stack): Allocate 256MB, not 1GB | Jim Meyering | |
2003-02-21 | *** empty log message *** | Jim Meyering | |
2003-02-21 | New option: --apparent-size. | Jim Meyering | |
(enum) [APPARENT_SIZE_OPTION]: New member. (long_options): Add it. (usage): Describe it. (main): Handle it. ['b']: Set apparent_size. | |||
2003-02-21 | *** empty log message *** | Jim Meyering | |
2003-02-21 | (du invocation): Document --apparent-size. | Jim Meyering | |
Adjust documentation of --bytes (-b). | |||
2003-02-21 | use printf, not echo | Jim Meyering | |
test -b | |||
2003-02-21 | (apparent_size): New global. | Jim Meyering | |
(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 | *** empty log message *** | Jim Meyering | |
2003-02-21 | (process_file): Always reset size_to_propagate_to_parent for | Jim Meyering | |
--separate-dirs (-S). | |||
2003-02-21 | *** empty log message *** | Jim Meyering | |
2003-02-21 | Include <sys/types.h> before <dirent.h>. | Jim Meyering | |
This is required for Apple Darwin 6.3 (MacOS 10.2.3). | |||
2003-02-20 | (process_file): Reorganize the code to use only | Jim Meyering | |
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 | *** empty log message *** | Jim Meyering | |
2003-02-20 | *** empty log message *** | Jim Meyering | |
2003-02-20 | (usage) [%b]: Refer to %B. | Jim Meyering | |
2003-02-20 | (print_stat): New format: %B (to print ST_NBLOCKSIZE). | Jim Meyering | |
(usage): Describe it. | |||
2003-02-20 | . | Jim Meyering | |
2003-02-20 | *** empty log message *** | Jim Meyering | |
2003-02-20 | Add checks for the following: | Jim Meyering | |
BLOCK_SIZE, DU_BLOCK_SIZE, DF_BLOCK_SIZE, LS_BLOCK_SIZE. | |||
2003-02-20 | Rename phony target envvar-check to evar-check | Jim Meyering | |
so as not to conflict with the distributed file by the same name. | |||
2003-02-20 | (process_file): Set info->skip before any possible return. | Jim Meyering | |
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 | . | Jim Meyering | |
2003-02-20 | Now, df always displays the device file name corresponding to the | Jim Meyering | |
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 | . | Jim Meyering | |
2003-02-20 | *** empty log message *** | Jim Meyering | |
2003-02-20 | *** empty log message *** | Jim Meyering | |
2003-02-19 | Include "mmap-stack.h". | Jim Meyering | |
(du_files): Add prototype with ATTRIBUTE_NORETURN. Exit from this function, not from... (main): ...here. Instead, if possible, invoke du_files through a macro that runs it with a large, mmap'd stack. |