summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-13* src/copy.h (struct cp_options): Rename members:Jim Meyering
s/preserve_owner_and_group/preserve_ownership/, and s/preserve_chmod_bits/preserve_mode/. * src/copy.c, src/cp.c, src/install.c, src/mv.c: Update all uses.
2001-10-13* src/copy.h (struct cp_options): Rename members:Jim Meyering
s/preserve_owner_and_group/preserve_ownership/, and s/preserve_chmod_bits/preserve_mode/. * src/copy.c, src/cp.c, src/install.c, src/mv.c: Update all uses.
2001-10-13(struct cp_options): Rename members:Jim Meyering
s/preserve_owner_and_group/preserve_ownership/, and s/preserve_chmod_bits/preserve_mode/.
2001-10-13*** empty log message ***Jim Meyering
2001-10-13*** empty log message ***Jim Meyering
2001-10-13Fix typo: s/Sh/SH/ before OPTIONS.Jim Meyering
2001-10-12don't use diffJim Meyering
2001-10-12*** empty log message ***Jim Meyering
2001-10-12(TESTS): Add infloop.Jim Meyering
(XFAIL_TESTS): Mark it as a test that we expect to fail (temporarily).
2001-10-12*** empty log message ***Jim Meyering
2001-10-12(main): Tell what's wrong with `mknod c zero 1 5' ratherJim Meyering
than saying just `Try `./mknod --help' for more information.'.
2001-10-11*** empty log message ***Jim Meyering
2001-10-11(argmatch_invalid): Use quotearg_n_style (0, ...Jim Meyering
and quote_n (1, ... to avoid clobbering a buffer.
2001-10-07*** empty log message ***Jim Meyering
2001-10-07*** empty log message ***Jim Meyering
2001-10-07*** empty log message ***Jim Meyering
2001-10-07(remember_copied): Make a local copy of the file name.Jim Meyering
(src_to_dest_free): New function (to free the above). (hash_init): Register src_to_dest_free.
2001-10-07(copy_dir): Now that remember_copied copies theJim Meyering
file name, free the temporary `dst_path' allocated here.
2001-10-07(do_copy): Don't clear the hash table after processingJim Meyering
each command line argument.
2001-10-07whoops. use cp's -a optionJim Meyering
2001-10-07(TESTS): Add link-preserve.Jim Meyering
2001-10-07*** empty log message ***Jim Meyering
2001-10-06*** empty log message ***Jim Meyering
2001-10-06Convert du.c to use the functions in lib/hash.c, not private,Jim Meyering
slightly-modified copies of those that used to be in cp-hash.c. (struct entry) [coll_link]: Remove member. (struct htab): Remove. (hash_reset, hash_init, hash_insert2, hash_insert): Remove functions. Include hash.h and same.h. (htab): Change type of global to `struct hash'; (entry_hash, entry_compare, hash_ins): New functions. (count_entry): Use hash_ins instead of hash_insert.
2001-10-06(hash_init): Die if hash_initialize fails.Jim Meyering
2001-10-06*** empty log message ***Jim Meyering
2001-10-06Update prototype for hash_init.Jim Meyering
2001-10-06Rewrite to use the functions in lib/hash.c.Jim Meyering
2001-10-06(record_dest): Fix test for whether to free `ent'.Jim Meyering
Thank heavens for regression tests.
2001-10-06*** empty log message ***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
(copy_internal): Call remember_copied only for if the source file has 1 < st_nlink, or if it's a directory. Now that EARLIER_FILE is set conditionally, initialize it to NULL.
2001-10-06Redirect stderr.Jim Meyering
2001-10-05*** empty log message ***Jim Meyering
2001-10-05Include hash-pjw.h and remove definition of hash_pjw.Jim Meyering
2001-10-05.Jim Meyering
2001-10-05(libfetish_a_SOURCES): Add hash-pjw.c and hash-pjw.h.Jim Meyering
2001-10-05*** empty log message ***Jim Meyering
2001-10-04*** empty log message ***Jim Meyering
2001-10-04adjust to use new option-arg nameJim Meyering
2001-10-04*** empty log message ***Jim Meyering
2001-10-04Rename --all-repeated argument `precede' to `prepend'.Jim Meyering
* src/uniq.c (enum delimit_method): s/DM_PRECEDE/DM_PREPEND/ and change all uses. (delimit_method_string): s/precede/prepend/ Patch by Padraig Brady. * src/uniq.c (usage): Correct typo in description of --all-repeated. Patch by Padraig Brady.
2001-09-30*** empty log message ***Jim Meyering
2001-09-30(jm_LIST_MOUNTED_FILESYSTEMS): See ifJim Meyering
`struct fsstat' has the `f_fstypename' member. Use that to define FS_TYPE, which is now used to make the getfsstat link test tighter.
2001-09-30*** empty log message ***Jim Meyering
2001-09-30[MOUNTED_GETFSSTAT]:Jim Meyering
Include <sys/ucred.h>, for Apple Darwin. Include sys/mount.h and sys/fs_types.h only if available. (FS_TYPE): Define. (read_filesystem_list): Use FS_TYPE.
2001-09-30*** empty log message ***Jim Meyering
2001-09-30*** empty log message ***Jim Meyering
2001-09-30tail -F would segfaultJim Meyering
(parse_options): Add missing `break;' from last change.