Age | Commit message (Expand) | Author |
2002-07-22 | rm would prompt for non-dangling symlinks | Jim Meyering |
2002-07-14 | Under some circumstances, rm would fail due to a lack of | Jim Meyering |
2002-07-04 | (prompt): Fix test for write-protectedness to also | Jim Meyering |
2002-06-29 | (AD_mark_current_as_unremovable): Replace dead code with an assertion. | Jim Meyering |
2002-06-25 | (prompt): Add a comment to help translators work | Jim Meyering |
2002-06-12 | (rm): Fix typo in assertion. | Jim Meyering |
2002-06-07 | (remove_entry): Use DT_IS_DIR only if | Jim Meyering |
2002-06-02 | Merge in all changes from no-recursion branch. | Jim Meyering |
2002-05-03 | Add FIXME comment. | Jim Meyering |
2002-04-27 | (cycle_check): Add a comment. | Jim Meyering |
2002-04-27 | (cycle_check): New function containing code factored | Jim Meyering |
2002-04-25 | Remove hash table, active_dir_map, used to detect directory cycles. | Jim Meyering |
2002-04-22 | (rm): Call exit with EXIT_FAILURE, not `1'. | Jim Meyering |
2002-04-22 | (rm, remove_init, remove_fini): Don't use or even | Jim Meyering |
2002-03-10 | * src/copy.c (copy_reg): Use a more concise diagnostic for | Jim Meyering |
2002-03-09 | (rm) Add comment on new parameter. | Jim Meyering |
2002-03-08 | Don't allow a malicious user to trick another user's rm process into | Jim Meyering |
2002-02-01 | (rm): Add a comment. | Jim Meyering |
2001-11-23 | Use opaque type, Hash_table, not `struct hash_table'. | Jim Meyering |
2001-10-05 | Include hash-pjw.h and remove definition of hash_pjw. | Jim Meyering |
2001-08-31 | * src/remove.c: Move true/false definitions and include from here... | Jim Meyering |
2001-05-13 | (dir_name, dir_len): Define to different names | Jim Meyering |
2001-05-12 | Include dirname.h, to get base_name | Jim Meyering |
2001-02-18 | `chmod 0 file; rm file' would no longer prompt before removal. | Jim Meyering |
2001-01-22 | (remove_file): Correct an expression to avoid making | Jim Meyering |
2000-12-25 | (hash_compare_active_dir_ents): Return explicit `true' | Jim Meyering |
2000-08-08 | (remove_cwd_entries, rm): Invoke xalloc_die instead of printing our own message. | Jim Meyering |
2000-07-30 | (remove_file): Quote the file names that are displayed with --verbose. | Jim Meyering |
2000-07-30 | (remove_cwd_entries): Quote one more file name. | Jim Meyering |
2000-07-23 | (ASSIGN_STRDUPA): Remove macro definition. | Jim Meyering |
2000-07-15 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering |
2000-05-20 | add format args to match new %lu directives | Jim Meyering |
2000-05-20 | tweak warning diagnostic | Jim Meyering |
2000-05-20 | Save device number as well as inode number for each directory. | Jim Meyering |
2000-05-18 | (rm): Combine adjacent fputc and fprintf. | Jim Meyering |
2000-05-18 | remove some parens from some cpp lines | Jim Meyering |
2000-05-18 | (remove_dir): Detect (and fail upon) attempt to subvert a running `rm -r'. | Jim Meyering |
1999-11-12 | (print_nth_dir): Write one fewer byte so we don't print a trailing slash. | Jim Meyering |
1999-05-13 | (pop_dir): Cast length to `int' to avoid a warning on | Jim Meyering |
1999-03-31 | Don't include closeout.h or version-etc.h explicitly. Now, they're included v... | Jim Meyering |
1999-03-18 | (remove_cwd_entries): Reflect changes in hash_insert. | Jim Meyering |
1999-02-16 | update copyright dates | Jim Meyering |
1999-01-16 | Don't declare base_name. | Jim Meyering |
1998-11-30 | (DOT_OR_DOTDOT): Move definition from this file... | Jim Meyering |
1998-11-08 | [HAVE_LSTAT_EMPTY_STRING_BUG]: Define lstat to rpl_lstat and declare the latter. | Jim Meyering |
1998-10-25 | (remove_cwd_entries): Don't apply CLOSEDIR to a NULL | Jim Meyering |
1998-09-12 | (remove_cwd_entries): Declare to be static. | Jim Meyering |
1998-07-25 | (same_file): New function | Jim Meyering |
1998-07-04 | (remove_dir): Use fprintf, not error to avoid newline in prompt. | Jim Meyering |
1998-06-29 | revert back to using lower case _unlocked wrapper names | Jim Meyering |