Age | Commit message (Expand) | Author |
2001-10-20 | Declare some local variables to be `const', where appropriate. | Jim Meyering |
2001-10-20 | (usage): Clarify description of --directory (-d). | Jim Meyering |
2001-10-18 | split a long line into two | Jim Meyering |
2001-10-18 | (movefile): Now that remember_copied xstrdup's the file name, free `new_dest'. | Jim Meyering |
2001-10-18 | Plug a leak. | Jim Meyering |
2001-10-18 | (dest_info_free): New function. | Jim Meyering |
2001-10-14 | Now, -P is the same as --no-dereference, per POSIX. | Jim Meyering |
2001-10-13 | (copy_internal): Tighten up and add comments | Jim Meyering |
2001-10-13 | (enum) [NO_DEREFERENCE_OPTION]: New member. | Jim Meyering |
2001-10-13 | (cp_option_init): Initialize new member to 1. | Jim Meyering |
2001-10-13 | (cp_option_init): Initialize new member, preserve_links. | Jim Meyering |
2001-10-13 | (enum Dereference_symlink): Add comments. | Jim Meyering |
2001-10-13 | (cp_option_init): Don't set it. | Jim Meyering |
2001-10-13 | (struct cp_options) [failed_unlink_is_fatal]: Remove unused member. | Jim Meyering |
2001-10-13 | * src/copy.h (struct cp_options): Rename members: | Jim Meyering |
2001-10-13 | * src/copy.h (struct cp_options): Rename members: | Jim Meyering |
2001-10-13 | (struct cp_options): Rename members: | Jim Meyering |
2001-10-12 | (main): Tell what's wrong with `mknod c zero 1 5' rather | Jim Meyering |
2001-10-07 | (remember_copied): Make a local copy of the file name. | Jim Meyering |
2001-10-07 | (copy_dir): Now that remember_copied copies the | Jim Meyering |
2001-10-07 | (do_copy): Don't clear the hash table after processing | Jim Meyering |
2001-10-06 | Convert du.c to use the functions in lib/hash.c, not private, | Jim Meyering |
2001-10-06 | (hash_init): Die if hash_initialize fails. | Jim Meyering |
2001-10-06 | Update prototype for hash_init. | Jim Meyering |
2001-10-06 | Rewrite to use the functions in lib/hash.c. | Jim Meyering |
2001-10-06 | (record_dest): Fix test for whether to free `ent'. | Jim Meyering |
2001-10-06 | (main): Reflect that hash_init now takes no arguments. | Jim Meyering |
2001-10-06 | (do_move): Reflect that hash_init now takes no arguments. | Jim Meyering |
2001-10-06 | (record_dest): Avoid a small leak. | Jim Meyering |
2001-10-05 | Include hash-pjw.h and remove definition of hash_pjw. | Jim Meyering |
2001-10-04 | Rename --all-repeated argument `precede' to `prepend'. | Jim Meyering |
2001-09-30 | tail -F would segfault | Jim Meyering |
2001-09-29 | (copy_internal): Call record_dest for all types of | Jim Meyering |
2001-09-28 | (main): Call dest_info_init if necessary. | Jim Meyering |
2001-09-28 | (main): Call dest_info_init if necessary. | Jim Meyering |
2001-09-28 | (do_copy): Call dest_info_init if necessary. | Jim Meyering |
2001-09-28 | (dest_info_init): Declare. | Jim Meyering |
2001-09-28 | Include "hash.h" and "same.h". | Jim Meyering |
2001-09-28 | Accept new option: --reply={yes,no,query} | Jim Meyering |
2001-09-22 | Mostly clean-up (modulo the better diagnostic). | Jim Meyering |
2001-09-20 | (MAX_ADDRESS_LENGTH, pseudo_offset, format_address, | Jim Meyering |
2001-09-19 | (open_next_file): Use SETVBUF, not setbuf. | Jim Meyering |
2001-09-19 | When --read-bytes=N (-N N) is used, disable input buffering in | Jim Meyering |
2001-09-17 | (usage): Fix typo in -g usage. | Jim Meyering |
2001-09-17 | (main): Change the `ignoring excess arguments' diagnostic | Jim Meyering |
2001-09-16 | (usage): Prefix each line with a space, so that | Jim Meyering |
2001-09-16 | (usage): Describe -h option. | Jim Meyering |
2001-09-16 | tweak line in help output | Jim Meyering |
2001-09-16 | (digest_check): On systems for which setmode actually | Jim Meyering |
2001-09-16 | (SET_MODE): Define. | Jim Meyering |