Age | Commit message (Expand) | Author |
2007-01-17 | Make "rm --interactive=never ..." never prompt. | Jim Meyering |
2007-01-15 | * src/remove.c (remove_dir): Don't use errno in diagnostic. | Jim Meyering |
2006-12-30 | Clean up after the change of 2006-12-28. | Jim Meyering |
2006-12-28 | When moving "up" the hierarchy, be careful to remove a just-emptied | Jim Meyering |
2006-12-21 | "rm -rf /etc/motd" (run by non-root) now prints a diagnostic. | Jim Meyering |
2006-11-26 | * src/remove.c (fd_to_subdirp): Remove unused parameter, ds. | Jim Meyering |
2006-11-26 | Port parts of the code to C89 to minimize the need for c99-to-c89.diff, | Paul Eggert |
2006-11-26 | * src/remove.c (rm): Move cycle_check_init call into callee... | Paul Eggert |
2006-11-26 | * src/remove.c (AD_ensure_initialized): New function. | Paul Eggert |
2006-11-26 | * src/remove.c (AD_pop_and_chdir): Return prev_dir rather than storing through | Paul Eggert |
2006-11-26 | * src/remove.c (cache_stat_init): Return its argument, for convenience. | Paul Eggert |
2006-11-26 | * src/remove.c (rm_1): Remove decl of local, fd_cwd. | Paul Eggert |
2006-10-25 | new feature: rm accepts new option: --one-file-system | Jim Meyering |
2006-10-05 | * src/dd.c (flags): noatime and nofollow now depend on | Paul Eggert |
2006-10-03 | * src/remove.c (nonexistent_file_errno): Remove ENAMETOOLONG. | Jim Meyering |
2006-10-03 | * src/remove.c (remove_entry): With -f, exit successfully in spite | Jim Meyering |
2006-10-03 | With --force (-f), rm no longer fails for ENOTDIR. | Jim Meyering |
2006-09-29 | [ChangeLog] | Jim Meyering |
2006-09-29 | Work around a readdir bug in Darwin 7.9.0 (MacOS X 10.3.9) on HFS+ | Jim Meyering |
2006-09-26 | * NEWS: rm works around a bug in Darwin 8.6.1 w/NFS that kept | Jim Meyering |
2006-09-11 | * src/remove.c (remove_dir): Move new cache_stat_init call onto | Jim Meyering |
2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert |
2006-08-27 | * src/system.h (DOT_OR_DOTDOT): Remove macro. Rewrite as a... | Jim Meyering |
2006-07-03 | Plug another unusual leak. | Jim Meyering |
2006-07-03 | The dev/inode of the topmost directory in each hierarchy were not | Jim Meyering |
2006-07-03 | Fix two small leaks. | Jim Meyering |
2006-06-28 | * src/system.h (CLOSEDIR): Remove. All uses changed to closedir. | Paul Eggert |
2006-06-26 | Attempt rmdir (actually, unlinkat-with-AT_REMOVEDIR) upon any | Jim Meyering |
2006-06-26 | * NEWS: rm no longer fails to remove an empty, unreadable directory | Jim Meyering |
2006-06-25 | tweak grammar in comment | Jim Meyering |
2006-03-26 | (rm_1): Use new last_component, in place of base_name. | Jim Meyering |
2006-03-12 | (AD_pop_and_chdir): Use new macro, | Jim Meyering |
2006-03-10 | Fix a bug whereby a user with write access to a directory being removed | Jim Meyering |
2006-02-12 | fix typo in comment | Jim Meyering |
2006-02-11 | rm -r must remove an empty directory, even if it is inaccessible. | Jim Meyering |
2006-01-06 | (rm_1): Remove `static' attribute on local `status'. | Jim Meyering |
2006-01-05 | Give a few functions the inline attribute. | Jim Meyering |
2005-12-27 | (fd_to_subdirp): Open with O_DIRECTORY | O_NOCTTY | Paul Eggert |
2005-12-17 | (is_empty_dir): Open with O_NDELAY, so we don't hang, e.g., on a named pipe. | Jim Meyering |
2005-12-17 | (OPENAT_CWD_RESTORE__REQUIRE): Remove. | Paul Eggert |
2005-11-23 | (rm): Don't assume C99 for-loop syntax. | Paul Eggert |
2005-11-22 | whoops. Add back decl/definition of n_lengths. | Jim Meyering |
2005-11-22 | (AD_push): Remove debugging cruft. | Jim Meyering |
2005-11-22 | tweak comments | Jim Meyering |
2005-11-22 | Rewrite. Now, this module is reentrant on systems | Jim Meyering |
2005-11-17 | (AD_mark_helper): Make a `char *' parameter `const'. | Jim Meyering |
2005-11-02 | (remove_entry): Emit a better diagnostic when rm | Jim Meyering |
2005-09-20 | (write_protected_non_symlink): Change comment to agree with the code. | Jim Meyering |
2005-09-19 | (remove_dir): Return RM_ERROR, not `1', | Jim Meyering |
2005-09-19 | (remove_cwd_entries): Syntactic tweak: move an | Jim Meyering |