Age | Commit message (Expand) | Author |
2009-08-28 | build: avoid unused variable warnings on cygwin | Eric Blake |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering |
2009-04-07 | maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systems | Pádraig Brady |
2008-10-21 | reflect gnulib's removal of lstat.h | Jim Meyering |
2008-10-19 | accommodate gnulib header removals | Jim Meyering |
2008-10-17 | maint: avoid warnings due to attribute warn_unused_result | Jim Meyering |
2008-10-06 | remove.c: avoid compile failure on OS/2 | Jim Meyering |
2008-10-02 | remove.c: allow compilation on cygwin | Eric Blake |
2008-10-01 | remove.c: combine two helper functions, to avoid sign-extension | Jim Meyering |
2008-10-01 | rm: don't preprocess a directory on a file system of type tmpfs or nfs | Jim Meyering |
2008-09-27 | remove.c: avoid compiler warning | Eric Blake |
2008-09-27 | rm -r: avoid O(n^2) performance for a directory with very many entries | Jim Meyering |
2008-09-27 | remove.c: don't use xmalloc; don't let obstack call exit on failure | Jim Meyering |
2008-09-19 | remove.c: move comment to right before string, so gettext will pick it up | Benno Schulenberg |
2008-09-19 | nohup, remove, tr: also gettextize the alternative messages | Benno Schulenberg |
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 |