summaryrefslogtreecommitdiffstats
path: root/src/remove.c
AgeCommit message (Expand)AuthorLines
2013-11-21doc: enhance diagnostic when rm skips "." or ".." argumentsBernhard Voelker-4/+8
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-09-19rm: be even more careful when using a replacement errno valueJim Meyering-4/+6
2012-09-05rm: be more careful when using a replacement errno valueJim Meyering-5/+7
2012-09-05rm: avoid bogus diagnostic for a slash-decorated symlink-to-dirJim Meyering-3/+0
2012-08-23rm: fix the new --dir (-d) option to work with -iRob Day-11/+13
2012-08-16maint: fix comment grammar to placate make syntax-checkJim Meyering-1/+1
2012-08-14rm: new option --dir (-d) to remove empty directoriesKrzysztof Goj-3/+7
2012-07-20maint: rm: remove two more unused static inline functionsJoachim Schmitz-22/+0
2012-07-20maint: rm: remove unused static-inlined functionsJoachim Schmitz-22/+0
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering-2/+2
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-2/+2
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-10-09rm: do not resort to stat'ing very long names even on deficient systemsJim Meyering-31/+4
2011-01-11rm: ignore errno related to invalid file namesNadav Har'El-1/+9
2011-01-07maint: suppress some clang scan-build warningsPádraig Brady-1/+2
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert-1/+1
2010-03-10remove: without -f, avoid unnecessary-expense/issues with euidaccessJim Meyering-3/+7
2010-02-15remove.c: remove three unnecessary #include directivesJim Meyering-3/+0
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-12-19rm: fix --one-file-system regression due to fts conversionPádraig Brady-1/+1
2009-11-05maint: factor out cycle warning, now that du will use it, tooJim Meyering-6/+1
2009-11-03rm -f: ignore EROFS when it's really ENOENTJim Meyering-0/+12
2009-09-11rm: avoid compiler warningEric Blake-1/+1
2009-09-11rm: use gnulib faccessatEric Blake-5/+4
2009-09-11rm: improve efficiency of rm -r (without -f) from O(N^2) to O(N)Jim Meyering-0/+7
2009-09-11build: placate gcc's new -Wskip-jump-initJim Meyering-35/+38
2009-09-11rm: rewrite to use ftsJim Meyering-1463/+219
2009-08-28build: avoid unused variable warnings on cygwinEric Blake-1/+4
2009-08-25global: convert indentation-TABs to spacesJim Meyering-474/+474
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering-1/+1
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady-3/+3
2008-10-21reflect gnulib's removal of lstat.hJim Meyering-1/+0
2008-10-19accommodate gnulib header removalsJim Meyering-2/+0
2008-10-17maint: avoid warnings due to attribute warn_unused_resultJim Meyering-1/+1
2008-10-06remove.c: avoid compile failure on OS/2Jim Meyering-1/+2
2008-10-02remove.c: allow compilation on cygwinEric Blake-6/+6
2008-10-01remove.c: combine two helper functions, to avoid sign-extensionJim Meyering-21/+22
2008-10-01rm: don't preprocess a directory on a file system of type tmpfs or nfsJim Meyering-3/+46
2008-09-27remove.c: avoid compiler warningEric Blake-0/+2
2008-09-27rm -r: avoid O(n^2) performance for a directory with very many entriesJim Meyering-0/+165
2008-09-27remove.c: don't use xmalloc; don't let obstack call exit on failureJim Meyering-16/+42
2008-09-19remove.c: move comment to right before string, so gettext will pick it upBenno Schulenberg-4/+4
2008-09-19nohup, remove, tr: also gettextize the alternative messagesBenno Schulenberg-2/+2
2008-06-03use gnulib's progname moduleJim Meyering-2/+0
2008-04-06remove.c: accommodate systems with negative errno valuesJim Meyering-13/+25
2008-03-31"rm -r DIR" would mistakenly prompt about very long namesJim Meyering-1/+1
2008-03-21remove.c: Accommodate systems with negative errno values.Ingo Weinhold-3/+6