summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-4/+16
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-2/+8
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-6/+11
2001-11-11(make_blank): Declare to be static.Jim Meyering-1/+1
2001-11-11(make_blank): Declare to be static.Jim Meyering-1/+1
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-3/+9
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-2/+4
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-6/+12
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-4/+6
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-2/+4
2001-11-11(alloca) [__GNUC__]: Define only if not already defined.Jim Meyering-1/+3
2001-11-10(proc_text): Use `puts' to output a string of spaces, not printf.Jim Meyering-4/+4
2001-11-10(usage): Document %u.Jim Meyering-0/+1
2001-11-06Remove duplicate entry for .png.Jim Meyering-1/+0
2001-11-05(usage): Don't recommend setting LC_COLLATE=C.Jim Meyering-1/+1
2001-11-04(usage): Say thatJim Meyering-7/+22
2001-11-04(usage): Add one-line description.Jim Meyering-2/+3
2001-11-03(DEV_INO_PUSH): Avoid unnecessary copies.Jim Meyering-13/+12
2001-11-02(dev_ino_pop): Cast 2nd arg of obstack_blank to `int'Jim Meyering-12/+13
2001-11-02Use XREALLOC. It's cleaner.Jim Meyering-2/+1
2001-11-02Use XMALLOC in a several places. It's cleaner.Jim Meyering-7/+5
2001-11-01Include dirfd.h.Jim Meyering-1/+7
2001-11-01(struct pending) [st_ino, st_dev]: Remove just-added members.Jim Meyering-55/+77
2001-11-01Make ls -R detect directory cycles.Jim Meyering-21/+198
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