summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2001-10-13(struct cp_options) [failed_unlink_is_fatal]: Remove unused member.Jim Meyering-8/+0
2001-10-13* src/copy.h (struct cp_options): Rename members:Jim Meyering-13/+13
2001-10-13* src/copy.h (struct cp_options): Rename members:Jim Meyering-4/+4
2001-10-13(struct cp_options): Rename members:Jim Meyering-2/+2
2001-10-12(main): Tell what's wrong with `mknod c zero 1 5' ratherJim Meyering-0/+1
2001-10-07(remember_copied): Make a local copy of the file name.Jim Meyering-2/+11
2001-10-07(copy_dir): Now that remember_copied copies theJim Meyering-4/+1
2001-10-07(do_copy): Don't clear the hash table after processingJim Meyering-1/+0
2001-10-06Convert du.c to use the functions in lib/hash.c, not private,Jim Meyering-173/+74
2001-10-06(hash_init): Die if hash_initialize fails.Jim Meyering-0/+2
2001-10-06Update prototype for hash_init.Jim Meyering-5/+1
2001-10-06Rewrite to use the functions in lib/hash.c.Jim Meyering-161/+73
2001-10-06(record_dest): Fix test for whether to free `ent'.Jim Meyering-1/+1
2001-10-06(main): Reflect that hash_init now takes no arguments.Jim Meyering-2/+2
2001-10-06(do_move): Reflect that hash_init now takes no arguments.Jim Meyering-1/+1
2001-10-06(record_dest): Avoid a small leak.Jim Meyering-5/+20
2001-10-05Include hash-pjw.h and remove definition of hash_pjw.Jim Meyering-41/+2
2001-10-04Rename --all-repeated argument `precede' to `prepend'.Jim Meyering-6/+6
2001-09-30tail -F would segfaultJim Meyering-0/+1
2001-09-29(copy_internal): Call record_dest for all types ofJim Meyering-9/+18
2001-09-28(main): Call dest_info_init if necessary.Jim Meyering-0/+2
2001-09-28(main): Call dest_info_init if necessary.Jim Meyering-0/+7
2001-09-28(do_copy): Call dest_info_init if necessary.Jim Meyering-0/+6
2001-09-28(dest_info_init): Declare.Jim Meyering-0/+3
2001-09-28Include "hash.h" and "same.h".Jim Meyering-5/+174
2001-09-28Accept new option: --reply={yes,no,query}Jim Meyering-2/+27
2001-09-22Mostly clean-up (modulo the better diagnostic).Jim Meyering-28/+19
2001-09-20(MAX_ADDRESS_LENGTH, pseudo_offset, format_address,Jim Meyering-96/+90
2001-09-19(open_next_file): Use SETVBUF, not setbuf.Jim Meyering-3/+3
2001-09-19When --read-bytes=N (-N N) is used, disable input buffering inJim Meyering-199/+187
2001-09-17(usage): Fix typo in -g usage.Jim Meyering-3/+2
2001-09-17(main): Change the `ignoring excess arguments' diagnosticJim Meyering-2/+4
2001-09-16(usage): Prefix each line with a space, so thatJim Meyering-116/+116
2001-09-16(usage): Describe -h option.Jim Meyering-1/+2
2001-09-16tweak line in help outputJim Meyering-1/+1
2001-09-16(digest_check): On systems for which setmode actuallyJim Meyering-1/+2
2001-09-16(SET_MODE): Define.Jim Meyering-0/+2
2001-09-15(EISDIR): Define to 0, if not already defined.Jim Meyering-1/+9
2001-09-15(UNWRITABLE): Define (factored out of copy_internal).Jim Meyering-6/+8
2001-09-15(copy_internal) [move_mode]: Support the newJim Meyering-15/+36
2001-09-15Accept new option: --reply={yes,no,query}Jim Meyering-5/+32
2001-09-15(main): Reflect renaming: s/I_ON/I_ASK_USER/.Jim Meyering-1/+1
2001-09-15(enum Interactive): Remove members, I_OFF and I_ON.Jim Meyering-2/+3
2001-09-15(main): Don't strip trailing slashes; POSIX doesn't allow it here.Jim Meyering-6/+0
2001-09-15(main): Don't strip trailing slashes; POSIX doesn't allow it here.Jim Meyering-5/+0
2001-09-15(main): Don't strip trailing slashes; POSIX doesn't allow it here.Jim Meyering-4/+0
2001-09-15(main): Don't strip trailing slashes; POSIX doesn't allow it here.Jim Meyering-6/+2
2001-09-15(main): Don't strip trailing slashes; POSIX doesn't allow it here.Jim Meyering-5/+1
2001-09-12The command `echo a|./fmt -2147483647' would cause fmt to segfault.Jim Meyering-0/+8
2001-09-12tail: accept new option: -F, equivalent to `--follow=name --retry',Jim Meyering-1/+7