summaryrefslogtreecommitdiff
path: root/src/remove.c
AgeCommit message (Expand)Author
2011-01-11rm: ignore errno related to invalid file namesNadav Har'El
2011-01-07maint: suppress some clang scan-build warningsPádraig Brady
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert
2010-03-10remove: without -f, avoid unnecessary-expense/issues with euidaccessJim Meyering
2010-02-15remove.c: remove three unnecessary #include directivesJim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-12-19rm: fix --one-file-system regression due to fts conversionPádraig Brady
2009-11-05maint: factor out cycle warning, now that du will use it, tooJim Meyering
2009-11-03rm -f: ignore EROFS when it's really ENOENTJim Meyering
2009-09-11rm: avoid compiler warningEric Blake
2009-09-11rm: use gnulib faccessatEric Blake
2009-09-11rm: improve efficiency of rm -r (without -f) from O(N^2) to O(N)Jim Meyering
2009-09-11build: placate gcc's new -Wskip-jump-initJim Meyering
2009-09-11rm: rewrite to use ftsJim Meyering
2009-08-28build: avoid unused variable warnings on cygwinEric Blake
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady
2008-10-21reflect gnulib's removal of lstat.hJim Meyering
2008-10-19accommodate gnulib header removalsJim Meyering
2008-10-17maint: avoid warnings due to attribute warn_unused_resultJim Meyering
2008-10-06remove.c: avoid compile failure on OS/2Jim Meyering
2008-10-02remove.c: allow compilation on cygwinEric Blake
2008-10-01remove.c: combine two helper functions, to avoid sign-extensionJim Meyering
2008-10-01rm: don't preprocess a directory on a file system of type tmpfs or nfsJim Meyering
2008-09-27remove.c: avoid compiler warningEric Blake
2008-09-27rm -r: avoid O(n^2) performance for a directory with very many entriesJim Meyering
2008-09-27remove.c: don't use xmalloc; don't let obstack call exit on failureJim Meyering
2008-09-19remove.c: move comment to right before string, so gettext will pick it upBenno Schulenberg
2008-09-19nohup, remove, tr: also gettextize the alternative messagesBenno Schulenberg
2008-06-03use gnulib's progname moduleJim Meyering
2008-04-06remove.c: accommodate systems with negative errno valuesJim Meyering
2008-03-31"rm -r DIR" would mistakenly prompt about very long namesJim Meyering
2008-03-21remove.c: Accommodate systems with negative errno values.Ingo Weinhold
2008-01-30Now that system.h defines is_empty_dir, include "openat.h".Jim Meyering
2008-01-30Improve "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.xJim Meyering
2007-11-18Remove unused parameter in remove.c.Jim Meyering
2007-10-08When forming a truncated name, use the "[...]" prefix even forJim Meyering
2007-10-08rm could malfunction under unusual circumstances:Jim Meyering
2007-10-07Don't let a helper function modify errno.Jim Meyering
2007-10-05Make a failing cross-partition mv give a sensible diagnostic.Jim Meyering
2007-09-22rm: give a sensible diagnostic when failing to remove a symlinkJim Meyering
2007-09-22rm: fix a tiny, nearly inconsequential bug.Jim Meyering
2007-08-22Change "rm --verbose -r a//" not to print extra slashes in a///bJim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-03-25Avoid the need for euidaccess and/or lstat on every directory entryPaul Eggert
2007-03-08rm without -f: give a better diagnostic when euidaccess fails.Jim Meyering