summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2001-11-01Don't try to print a NULL pointer.Jim Meyering-2/+1
2001-10-28update copyright yearJim Meyering-1/+1
2001-10-28Include human.h.Jim Meyering-14/+20
2001-10-27Give an accurate diagnostic when `head --bytes=30M' fails.Jim Meyering-8/+8
2001-10-24Remove as many instances of 'unsigned' asJim Meyering-133/+132
2001-10-24(main): Free hash table storage.Jim Meyering-0/+2
2001-10-24(forget_all): Use hash_free, not hash_clear.Jim Meyering-1/+1
2001-10-22(alloca): Define to __builtin_alloca if __GNUC__,Jim Meyering-1/+3
2001-10-21(isaac_seed_machdep): Handle SIGSEGV, too. Ick.Jim Meyering-4/+14
2001-10-21yikes. put the preserve_metadata assignment *after* declarations.Jim Meyering-1/+3
2001-10-21Include xreadlink.h.Jim Meyering-17/+14
2001-10-20*** empty log message ***Jim Meyering-2/+3
2001-10-20(usage): Improve the description of --dereference (-L).Jim Meyering-1/+3
2001-10-20Declare some local variables to be `const', where appropriate.Jim Meyering-16/+12
2001-10-20(usage): Clarify description of --directory (-d).Jim Meyering-1/+2
2001-10-18split a long line into twoJim Meyering-1/+2
2001-10-18(movefile): Now that remember_copied xstrdup's the file name, free `new_dest'.Jim Meyering-3/+1
2001-10-18Plug a leak.Jim Meyering-1/+1
2001-10-18(dest_info_free): New function.Jim Meyering-4/+14
2001-10-14Now, -P is the same as --no-dereference, per POSIX.Jim Meyering-18/+4
2001-10-13(copy_internal): Tighten up and add commentsJim Meyering-9/+30
2001-10-13(enum) [NO_DEREFERENCE_OPTION]: New member.Jim Meyering-6/+113
2001-10-13(cp_option_init): Initialize new member to 1.Jim Meyering-0/+1
2001-10-13(cp_option_init): Initialize new member, preserve_links.Jim Meyering-0/+1
2001-10-13(enum Dereference_symlink): Add comments.Jim Meyering-3/+23
2001-10-13(cp_option_init): Don't set it.Jim Meyering-6/+0
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