Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-01-04 | (parse_long_options): Check for write error to stdout before exiting. | Jim Meyering | |
1998-01-04 | (libfu_a_SOURCES): Add closeout.c. | Jim Meyering | |
(noinst_HEADERS): Add closeout.h. | |||
1998-01-04 | Use a single enumerated type, Verbosity, instead of | Jim Meyering | |
the two booleans, verbose and changes_only. This fixes a bug whereby --change had the same effect as --verbose. Plus Paul's close_stdout changes. | |||
1998-01-04 | Use a single enumerated type, Verbosity, instead of | Jim Meyering | |
the two booleans, verbose and changes_only. This fixes a bug whereby --change had the same effect as --verbose. | |||
1998-01-04 | . | Jim Meyering | |
1998-01-04 | . | Jim Meyering | |
1998-01-03 | . | Jim Meyering | |
1998-01-03 | . | Jim Meyering | |
1998-01-03 | . | Jim Meyering | |
1998-01-03 | *** empty log message *** | Jim Meyering | |
1998-01-03 | *** empty log message *** | Jim Meyering | |
1998-01-03 | *** empty log message *** | Jim Meyering | |
1998-01-03 | *** empty log message *** | Jim Meyering | |
1998-01-03 | (show_dev): Treat `fsu.fsu_bavail == (unsigned long) -1' | Jim Meyering | |
just like `fsu.fsu_blocks == 0' as an indicator that usage information is invalid. This happens with Solaris-5.5.1 CD-ROM partitions. | |||
1998-01-03 | *** empty log message *** | Jim Meyering | |
1998-01-03 | *** empty log message *** | Jim Meyering | |
1998-01-03 | *** empty log message *** | Jim Meyering | |
1998-01-03 | Guard PARAMS-enabling definition with | Jim Meyering | |
`defined PROTOTYPES || (defined __STDC__ && __STDC__)' to be consistent. | |||
1998-01-03 | Guard PARAMS-enabling definition with | Jim Meyering | |
`defined PROTOTYPES || (defined __STDC__ && __STDC__)' to avoid problems with Irix4's cc. From Kaveh Ghazi. | |||
1998-01-02 | *** empty log message *** | Jim Meyering | |
1998-01-02 | *** empty log message *** | Jim Meyering | |
1998-01-02 | (get_ids): When otherwise unspecified, set uid and gid to -1. | Jim Meyering | |
1998-01-02 | (make_path): Try to change ownership only if we've just created the | Jim Meyering | |
directory. Fix latent bug (s/&&/||/ in two places -- also, note that it could not be exercised via install or mkdir) whereby chown would not be invoked when only one of owner/group is not -1. | |||
1998-01-01 | *** empty log message *** | Jim Meyering | |
1998-01-01 | (remove_cwd_entries): Initialize the entry-name obstack | Jim Meyering | |
only once and never free it. | |||
1998-01-01 | (show_dev): Move check for 0-block device (and return if | Jim Meyering | |
not e.g., -a) back up to precede first print stmt. | |||
1998-01-01 | *** empty log message *** | Jim Meyering | |
1998-01-01 | *** empty log message *** | Jim Meyering | |
1998-01-01 | *** empty log message *** | Jim Meyering | |
1998-01-01 | *** empty log message *** | Jim Meyering | |
1997-12-31 | *** empty log message *** | Jim Meyering | |
1997-12-31 | (show_dev): Print inode counts human readably. | Jim Meyering | |
1997-12-31 | (decode_switches): -h and -H override output units. | Jim Meyering | |
(print_dir, gobble_file, print_long_format, print_file_name_and_frills): Print disk allocations human readably. | |||
1997-12-31 | . | Jim Meyering | |
1997-12-31 | *** empty log message *** | Jim Meyering | |
1997-12-31 | (show_dev): Move computation of | Jim Meyering | |
blocks_used etc. and blocks_percent_used, inodes_used etc. and inodes_percent_used into respective branches of the `if (inode_format)' statement where they're actually used. | |||
1997-12-31 | *** empty log message *** | Jim Meyering | |
1997-12-31 | Define and use PARAMS, not __EXCLUDE_P. | Jim Meyering | |
1997-12-31 | Use PARAMS, not __EXCLUDE_P. | Jim Meyering | |
1997-12-29 | (usage): s/TAB/ /g | Jim Meyering | |
1997-12-29 | *** empty log message *** | Jim Meyering | |
1997-12-29 | (remove_cwd_entries): Plug a gross leak -- don't call | Jim Meyering | |
obstack_init inside the loop. | |||
1997-12-29 | *** empty log message *** | Jim Meyering | |
1997-12-29 | (usage): Replace TABs with spaces in --help message. | Jim Meyering | |
1997-12-29 | (invalid_arg): Use a single fprintf and whole | Jim Meyering | |
format statements to ease translation. Convert from K&R to ANSI function dcls. | |||
1997-12-28 | . | Jim Meyering | |
1997-12-28 | Use ANSI syntax, not K&R. | Jim Meyering | |
1997-12-28 | *** empty log message *** | Jim Meyering | |
1997-12-28 | (make_path) [!__STDC__]: Remove K&R-style definition. | Jim Meyering | |
1997-12-28 | define PARAMS | Jim Meyering | |