summaryrefslogtreecommitdiff
path: root/src/rm.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-10-04rm: disallow --n alias for --no-preserve-rootPádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-11-27rm: fix prompted number of arguments to remove on some platformsPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-08-04doc: indicate that FILE arguments are optional with rm -fReuben Thomas
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-09-26rm: with -I, prompt before deleting a write protected fileSergio Durigan Junior
2013-08-05doc: more semicolons instead of periods in option descriptionsBenno Schulenberg
2013-07-19rm: output number of arguments at the interactive promptRasmus Villemoes
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-08-14rm: new option --dir (-d) to remove empty directoriesKrzysztof Goj
2012-02-16doc: improve 'rm -f' descriptionBernhard Voelker
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-09-17rm: remove no-op -d optionEric Blake
2010-03-18rm: tweak wording about loss of data warningEric Blake
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-09-11rm: rewrite to use ftsJim Meyering
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2009-05-03mv, rm: adapt to new and improved gnulib interfacesDavid Bartley
2008-10-21reflect gnulib's removal of lstat.hJim Meyering
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-06-02spell author names consistentlyJim Meyering
2008-05-26convert the rest to use proper_name -- manuallyJim Meyering
2007-08-20Avoid consuming too much seekable input when yesno is used.Eric Blake
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-28Help translators include translation team's web or email address.Jim Meyering
2007-01-17Make "rm --interactive=never ..." never prompt.Jim Meyering
2006-11-26* src/rm.c (main): Remove unnecessary (assuming C99) braces.Jim Meyering
2006-10-25new feature: rm accepts new option: --one-file-systemJim Meyering
2006-09-03Don't include dirname.h, since system.h does it now.Paul Eggert
2006-02-20(INTERACTIVE_OPTION): New enum value.Jim Meyering
2006-02-06(usage): Use two spaces (not one) to separate the --no-preserve-root optionJim Meyering