summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1997-10-07indent cpp directives to reflect nestingJim Meyering
1997-10-07update bug-reporting addressJim Meyering
1997-10-07update bug-reporting addressJim Meyering
1997-10-07update bug-reporting addressJim Meyering
1997-10-07update bug-reporting addressJim Meyering
1997-10-06change verbose messagesJim Meyering
1997-10-06(usage): Add a line describing --verbose.Jim Meyering
1997-10-06*** empty log message ***Jim Meyering
1997-10-06fix brainoJim Meyering
1997-10-06(struct cp_options): New field: require_preserve.Jim Meyering
1997-10-06(cp_option_init): Initialize it.Jim Meyering
(main): Set to 1 for -a and for -p.
1997-10-06(copy_internal): Use require_preserve.Jim Meyering
1997-10-04Remove old-style savedir dcl.Jim Meyering
Include savedir.h for prototype.
1997-10-04Remove old-style savedir dcl.Jim Meyering
Include savedir.h for prototype.
1997-10-03(fspec_init_dp): Use DTTOIF. Fix syntax error in codeJim Meyering
that gets compiled on BSDI3.0 systems.
1997-09-28(remove_dir): Update old comment.Jim Meyering
1997-09-28[enum RM_status]: Remove `= 2'. Add comment.Jim Meyering
(dir_stack): Describe. (remove_file): Revert s/fprintf/error/ change. We don't want newlines at end of prompt strings. (remove_dir): Likewise.
1997-09-27tweak commentJim Meyering
1997-09-25Make echo conform to POSIX. By default, don'tJim Meyering
interpret backslash escape sequences. [V9_DEFAULT]: Don't #define. (usage): Document -e option. (main): Recognize options iff POSIXLY_CORRECT is not set. From Bruno Haible.
1997-09-22[struct tspec] (hexl_mode_trailer): Rename from `trailer.'Jim Meyering
(dump_hexl_mode_trailer): Rename from dump_string_trailer. Use fputs and putchar instead of trivial or %-less printfs. (decode_one_format): Parenthesize each field_width assignment in an argument list to make the side effect a little more apparent. (write_block): Use fputs and putchar instead of trivial or %-less printfs. (dump_strings): Cast string_min to off_t to avoid long-standing warning.
1997-09-21Patch from John Kodis.Jim Meyering
1997-09-21Use hash.c (chaining) functions, not those of oa-hash.cJim Meyering
(open addressing). The latter implementation is wonderful when deletions are rare, but doen't support the frequent deletions required to implement the active directory set.
1997-09-17(main): Call parse_long_options only if POSIXLY_CORRECTJim Meyering
is *not* set. Reported by Frank T Lofaro.
1997-09-16*** empty log message ***Jim Meyering
1997-09-16.Jim Meyering
1997-09-15tweak message stringsJim Meyering
1997-09-15tweak message stringsJim Meyering
1997-09-15(install_handler): Rename from sig_handler.Jim Meyering
1997-09-15(do_link): Perform S_ISLNK test only if lstat succeeded.Jim Meyering
1997-09-15(remove_cwd_entries): Don't free entries -- they're alloca'd, now.Jim Meyering
1997-09-15Use memcpy, not stpncpy. This fixes a UMR.Jim Meyering
1997-09-15Write implementation overview.Jim Meyering
1997-09-15remove obsolete commentJim Meyering
1997-09-15tweak commentJim Meyering
1997-09-15(full_filename): Use realloc, not xrealloc.Jim Meyering
1997-09-14(equal): Use STREQ (form system.h) instead.Jim Meyering
(siginfo_handler): New function to handle SIGINFO/SIGUSR1. (handle_sig): New function. (main): Use handle_sig instead of open-coding it. Handle SIGINFO (or SIGUSR1 if that's not defined). (print_stats): Move definition to precede first reference. Remove prototype.
1997-09-14Don't include signal.h.Jim Meyering
1997-09-14(main) [--traditional]: Don't give diagnostic about thereJim Meyering
being more than three arguments if there are *no* arguments specified. Reported by Jochen Hein.
1997-09-14(struct col_info) [valid_len]: Rename from `valid' which conflictedJim Meyering
with the macro in locale.h of SunOS4.1.4.
1997-09-14(print_horizontal): Add some non-essential curly braces.Jim Meyering
1997-09-14(print_many_per_line): Add some non-essential curly braces.Jim Meyering
1997-09-14s/__inline/inline/.Jim Meyering
1997-09-14(PARAMS): Define.Jim Meyering
(rm): Guard prototype in forward dcl with PARAMS.
1997-09-14merge from rm-fix branchJim Meyering
1997-09-11Add new option: --verbose (-v).Jim Meyering
From Andreas Schwab.
1997-09-02[!STDC_HEADERS]: Declare malloc.Jim Meyering
1997-09-01(do_link): Form destination file name (when DEST is a directory) beforeJim Meyering
checking whether SOURCE and DEST are the same file.
1997-09-01(main): New option --lookup (-l).Jim Meyering
(print_entry): Only call canon_host if user explicitly asks for it. (usage): Describe --lookup. From Galen Hazelwood.
1997-08-31tweak commentJim Meyering
1997-08-31(change_file_group): Call describe_change with a 3-state argument.Jim Meyering
(describe_change): Report whether the operation was successful, a failure, or that the request was a no-op. Before, running `chown --verb bin /' as non-root reported group of / changed to bin chgrp: you are not a member of group `bin': Not owner