summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-06-12Add comment for posixly_correct.Jim Meyering
1997-06-12fix typo in expr/index doc.Jim Meyering
from kwzh
1997-06-11.Jim Meyering
1997-06-11*** empty log message ***Jim Meyering
1997-06-11(docolon): Test (re_buffer.re_nsub > 0) rather thanJim 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-01Add 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-30fix for abs pathnamesJim Meyering
1997-05-29indent cpp directivesJim Meyering
1997-05-29update from automake-1.1pJim Meyering
1997-05-28correct/normalize indentation in cpp directivesJim Meyering
1997-05-28update from FSFJim 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-27Don't include backupfile.h.Jim Meyering
1997-05-27*** empty log message ***Jim Meyering
1997-05-27Use base_name, not basename.Jim Meyering
1997-05-27.Jim Meyering
1997-05-27clean up for -WallJim Meyering
1997-05-27Use base_name, not basename.Jim Meyering
1997-05-27Use 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-27Change dcl of program_name so it doesn't conflict with the ubiquitous char* one.Jim Meyering
1997-05-27.Jim Meyering
1997-05-27Update from patch-2.2.93.Jim Meyering
1997-05-27Update from FSF via patch-2.2.93.Jim Meyering
1997-05-27Update from FSF via patch-2.2.93.Jim Meyering
1997-05-27Update 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 theJim 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-25declare strip_trailing_slashesJim Meyering
1997-05-25*** empty log message ***Jim Meyering
1997-05-25Remove 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