Age | Commit message (Expand) | Author |
2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering |
2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2011-10-09 | rm: do not resort to stat'ing very long names even on deficient systems | Jim Meyering |
2011-01-11 | rm: ignore errno related to invalid file names | Nadav Har'El |
2011-01-07 | maint: suppress some clang scan-build warnings | Pádraig Brady |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-12-28 | coreutils: keep lines within 80-column limits | Paul Eggert |
2010-03-10 | remove: without -f, avoid unnecessary-expense/issues with euidaccess | Jim Meyering |
2010-02-15 | remove.c: remove three unnecessary #include directives | Jim Meyering |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-12-19 | rm: fix --one-file-system regression due to fts conversion | Pádraig Brady |
2009-11-05 | maint: factor out cycle warning, now that du will use it, too | Jim Meyering |
2009-11-03 | rm -f: ignore EROFS when it's really ENOENT | Jim Meyering |
2009-09-11 | rm: avoid compiler warning | Eric Blake |
2009-09-11 | rm: use gnulib faccessat | Eric Blake |
2009-09-11 | rm: improve efficiency of rm -r (without -f) from O(N^2) to O(N) | Jim Meyering |
2009-09-11 | build: placate gcc's new -Wskip-jump-init | Jim Meyering |
2009-09-11 | rm: rewrite to use fts | Jim Meyering |
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 |