Age | Commit message (Expand) | Author |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-04-06 | remove.c: accommodate systems with negative errno values | Jim Meyering |
2008-03-31 | "rm -r DIR" would mistakenly prompt about very long names | Jim Meyering |
2008-03-21 | remove.c: Accommodate systems with negative errno values. | Ingo Weinhold |
2008-01-30 | Now that system.h defines is_empty_dir, include "openat.h". | Jim Meyering |
2008-01-30 | Improve "rmdir --ignore-fail-on-non-empty" | Jim Meyering |
2007-12-09 | "rm" as root would fail to unlink a non-directory on OS X 10.4.x | Jim Meyering |
2007-11-18 | Remove unused parameter in remove.c. | Jim Meyering |
2007-10-08 | When forming a truncated name, use the "[...]" prefix even for | Jim Meyering |
2007-10-08 | rm could malfunction under unusual circumstances: | Jim Meyering |
2007-10-07 | Don't let a helper function modify errno. | Jim Meyering |
2007-10-05 | Make a failing cross-partition mv give a sensible diagnostic. | Jim Meyering |
2007-09-22 | rm: give a sensible diagnostic when failing to remove a symlink | Jim Meyering |
2007-09-22 | rm: fix a tiny, nearly inconsequential bug. | Jim Meyering |
2007-08-22 | Change "rm --verbose -r a//" not to print extra slashes in a///b | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-03-25 | Avoid the need for euidaccess and/or lstat on every directory entry | Paul Eggert |
2007-03-08 | rm without -f: give a better diagnostic when euidaccess fails. | Jim Meyering |
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 |