Age | Commit message (Expand) | Author |
2003-09-08 | Add a comment. | Jim Meyering |
2003-09-07 | (D_INO, ENABLE_CYCLE_CHECK) [D_INO_IN_DIRENT]: | Jim Meyering |
2003-07-27 | (prompt) [! recursive]: Don't prompt about unwritable | Jim Meyering |
2003-07-12 | (remove_dir): Give a diagnostic upon failed save_cwd, | Jim Meyering |
2003-07-12 | It appears that the `#pragma alloca' included via "system.h" is | Jim Meyering |
2003-05-04 | (HAVE_WORKING_READDIR): Define to 0 if not defined. | Jim Meyering |
2003-05-02 | Work around nasty readdir bug with Darwin6.5 and hfs file system. | Jim Meyering |
2003-05-02 | Factor out common code. | Jim Meyering |
2003-04-13 | (is_empty_dir): Don't closedir (NULL). | Jim Meyering |
2003-03-30 | (is_empty_dir): Don't let a failing closedir | Jim Meyering |
2003-03-16 | (rm): Put two local variables in static storage, | Jim Meyering |
2003-03-09 | (AD_stack_pop): Cast sizeof... to int before changing its sign. | Jim Meyering |
2003-03-04 | (AD_pop_and_chdir): Call error here, now that restore_cwd no longer does it. | Jim Meyering |
2003-03-03 | (remove_cwd_entries): Include the full filename of | Jim Meyering |
2003-03-03 | (remove_cwd_entries) [!ROOT_CAN_UNLINK_DIRS]: Give an | Jim Meyering |
2003-02-14 | Include "euidaccess.h". | Jim Meyering |
2003-01-21 | (remove_entry) [ROOT_CAN_UNLINK_DIRS && HAVE_STRUCT_DIRENT_D_TYPE]: If a file | Jim Meyering |
2003-01-20 | Rename type: DS -> Dirstack_state. | Jim Meyering |
2003-01-20 | Remove some unnecessary parentheses. | Jim Meyering |
2003-01-07 | tweak comment | Jim Meyering |
2003-01-07 | add a comment | Jim Meyering |
2003-01-04 | rm could be tricked into mistakenly reporting a cycle. | Jim Meyering |
2003-01-04 | Don't include trailing /. in diagnostics about directories. | Jim Meyering |
2003-01-04 | (remove_cwd_entries): Fix typos in comment. | Jim Meyering |
2003-01-04 | (struct dirstack_state): Define. | Jim Meyering |
2003-01-04 | [S_ISLNK]: Don't define. It's already defined in sys2.h. | Jim Meyering |
2002-12-15 | Remove all uses of `PARAMS'. | Jim Meyering |
2002-12-15 | (PARAMS): Remove definition. | Jim Meyering |
2002-10-05 | (remove_entry) [ROOT_CAN_UNLINK_DIRS]: With `rm -i DIR', | Jim Meyering |
2002-09-06 | (prompt): Change comment to give a better note to translators. | Jim Meyering |
2002-08-29 | (is_empty_dir): Detect and diagnose readdir failures. | Jim Meyering |
2002-08-29 | (remove_cwd_entries): Use closedir (not CLOSEDIR) when ignoring any return va... | Jim Meyering |
2002-08-29 | (remove_cwd_entries): Detect and diagnose readdir | Jim Meyering |
2002-08-28 | (remove_cwd_entries): Use CLOSEDIR, not closedir. | Jim Meyering |
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 |