Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-11 | *** empty log message *** | Jim Meyering | |
1997-06-11 | (docolon): Test (re_buffer.re_nsub > 0) rather than | Jim Meyering | |
searching for `\(' to determine whether to return 0 or the empty string. Before it would improperly return '' if the pattern contained a substring like this: `\\('. From Karl Heuer. For example, running expr c : '\\(' should print `0'. | |||
1997-06-06 | . | Jim Meyering | |
1997-06-03 | . | Jim Meyering | |
1997-06-03 | [HAVE_UNISTD_H]: Include unistd.h. | Jim Meyering | |
John Gatewood Ham reported that this is necessary for DJGPP/Win95. | |||
1997-06-03 | *** empty log message *** | Jim Meyering | |
1997-06-02 | . | Jim Meyering | |
1997-06-01 | . | Jim Meyering | |
1997-06-01 | . | Jim Meyering | |
1997-06-01 | (mk-script): Depend on ../../config.status. | Jim Meyering | |
1997-06-01 | . | Jim Meyering | |
1997-06-01 | *** empty log message *** | Jim Meyering | |
1997-06-01 | *** empty log message *** | Jim Meyering | |
1997-06-01 | Add tests using `next'. | Jim Meyering | |
1997-06-01 | (OtherTable): Interpret `next' as 1 (not 2) units. | Jim Meyering | |
Patch from Richard Sharman <rsharman@magmacom.com>. | |||
1997-05-30 | fix for abs pathnames | Jim Meyering | |
1997-05-29 | indent cpp directives | Jim Meyering | |
1997-05-29 | update from automake-1.1p | Jim Meyering | |
1997-05-28 | correct/normalize indentation in cpp directives | Jim Meyering | |
1997-05-28 | update from FSF | Jim Meyering | |
1997-05-28 | *** empty log message *** | Jim Meyering | |
1997-05-28 | (read_filesystem_list): Add `|| defined (__OpenBSD__)' | Jim Meyering | |
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> | |||
1997-05-28 | *** empty log message *** | Jim Meyering | |
1997-05-27 | *** empty log message *** | Jim Meyering | |
1997-05-27 | Don't include backupfile.h. | Jim Meyering | |
1997-05-27 | *** empty log message *** | Jim Meyering | |
1997-05-27 | Use base_name, not basename. | Jim Meyering | |
1997-05-27 | . | Jim Meyering | |
1997-05-27 | clean up for -Wall | Jim Meyering | |
1997-05-27 | Use base_name, not basename. | Jim Meyering | |
1997-05-27 | Use base_name, not basename. | Jim Meyering | |
Use X, not CP_OPTIONS. | |||
1997-05-27 | (libfu_a_SOURCES): Add addext.c. | Jim Meyering | |
Remove getversion.c; get_version is now in backupfile.c. Add basename.c since it's no longer replacible. | |||
1997-05-27 | *** empty log message *** | Jim Meyering | |
1997-05-27 | Change dcl of program_name so it doesn't conflict with the ubiquitous char* one. | Jim Meyering | |
1997-05-27 | . | Jim Meyering | |
1997-05-27 | Update from patch-2.2.93. | Jim Meyering | |
1997-05-27 | Update from FSF via patch-2.2.93. | Jim Meyering | |
1997-05-27 | Update from FSF via patch-2.2.93. | Jim Meyering | |
1997-05-27 | Update from glibc via patch-2.2.93. | Jim Meyering | |
1997-05-26 | *** empty log message *** | Jim Meyering | |
1997-05-26 | (copy_internal): When preserving symlinks (--no-dereference) and the | Jim Meyering | |
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>. | |||
1997-05-26 | *** empty log message *** | Jim Meyering | |
1997-05-25 | declare strip_trailing_slashes | Jim Meyering | |
1997-05-25 | *** empty log message *** | Jim Meyering | |
1997-05-25 | Remove global variable opt_human_readable. | Jim Meyering | |
(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. | |||
1997-05-25 | *** empty log message *** | Jim Meyering | |
1997-05-25 | (convert_blocks): Add definition. | Jim Meyering | |
1997-05-25 | (convert_blocks): Remove definition. | Jim Meyering | |
Indent cpp directives. | |||
1997-05-25 | (convert_blocks): Remove now-unnecessary #undef. | Jim Meyering | |
(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. | |||
1997-05-25 | *** empty log message *** | Jim Meyering | |