Age | Commit message (Expand) | Author |
2001-11-06 | Remove duplicate entry for .png. | Jim Meyering |
2001-11-05 | (usage): Don't recommend setting LC_COLLATE=C. | Jim Meyering |
2001-11-04 | (usage): Say that | Jim Meyering |
2001-11-04 | (usage): Add one-line description. | Jim Meyering |
2001-11-03 | (DEV_INO_PUSH): Avoid unnecessary copies. | Jim Meyering |
2001-11-02 | (dev_ino_pop): Cast 2nd arg of obstack_blank to `int' | Jim Meyering |
2001-11-02 | Use XREALLOC. It's cleaner. | Jim Meyering |
2001-11-02 | Use XMALLOC in a several places. It's cleaner. | Jim Meyering |
2001-11-01 | Include dirfd.h. | Jim Meyering |
2001-11-01 | (struct pending) [st_ino, st_dev]: Remove just-added members. | Jim Meyering |
2001-11-01 | Make ls -R detect directory cycles. | Jim Meyering |
2001-11-01 | Don't try to print a NULL pointer. | Jim Meyering |
2001-10-28 | update copyright year | Jim Meyering |
2001-10-28 | Include human.h. | Jim Meyering |
2001-10-27 | Give an accurate diagnostic when `head --bytes=30M' fails. | Jim Meyering |
2001-10-24 | Remove as many instances of 'unsigned' as | Jim Meyering |
2001-10-24 | (main): Free hash table storage. | Jim Meyering |
2001-10-24 | (forget_all): Use hash_free, not hash_clear. | Jim Meyering |
2001-10-22 | (alloca): Define to __builtin_alloca if __GNUC__, | Jim Meyering |
2001-10-21 | (isaac_seed_machdep): Handle SIGSEGV, too. Ick. | Jim Meyering |
2001-10-21 | yikes. put the preserve_metadata assignment *after* declarations. | Jim Meyering |
2001-10-21 | Include xreadlink.h. | Jim Meyering |
2001-10-20 | *** empty log message *** | Jim Meyering |
2001-10-20 | (usage): Improve the description of --dereference (-L). | Jim Meyering |
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 |