| Age | Commit message (Expand) | Author | Lines |
| 2010-09-17 | rm: remove no-op -d option | Eric Blake | -9/+1 |
| 2010-03-18 | rm: tweak wording about loss of data warning | Eric Blake | -3/+3 |
| 2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | -1/+1 |
| 2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady | -1/+1 |
| 2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady | -1/+1 |
| 2009-09-11 | rm: rewrite to use fts | Jim Meyering | -28/+6 |
| 2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering | -109/+109 |
| 2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering | -1/+1 |
| 2009-05-03 | mv, rm: adapt to new and improved gnulib interfaces | David Bartley | -0/+4 |
| 2008-10-21 | reflect gnulib's removal of lstat.h | Jim Meyering | -1/+0 |
| 2008-06-16 | remove redundant const directives | Jim Meyering | -1/+1 |
| 2008-06-14 | add "const" attribute, where possible | Jim Meyering | -1/+1 |
| 2008-06-03 | use gnulib's progname module | Jim Meyering | -4/+1 |
| 2008-06-02 | declare program_name consistently | Jim Meyering | -1/+1 |
| 2008-06-02 | spell author names consistently | Jim Meyering | -1/+1 |
| 2008-05-26 | convert the rest to use proper_name -- manually | Jim Meyering | -2/+5 |
| 2007-08-20 | Avoid consuming too much seekable input when yesno is used. | Eric Blake | -1/+1 |
| 2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | -5/+4 |
| 2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | -1/+1 |
| 2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering | -1/+1 |
| 2007-01-17 | Make "rm --interactive=never ..." never prompt. | Jim Meyering | -9/+9 |
| 2006-11-26 | * src/rm.c (main): Remove unnecessary (assuming C99) braces. | Jim Meyering | -18/+16 |
| 2006-10-25 | new feature: rm accepts new option: --one-file-system | Jim Meyering | -0/+12 |
| 2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert | -4/+3 |
| 2006-02-20 | (INTERACTIVE_OPTION): New enum value. | Jim Meyering | -6/+85 |
| 2006-02-06 | (usage): Use two spaces (not one) to separate the --no-preserve-root option | Jim Meyering | -2/+2 |
| 2005-12-03 | (long_opts): Change the name of each undocumented, for- | Jim Meyering | -1/+1 |
| 2005-11-02 | (usage): Don't mention rm -d. | Paul Eggert | -5/+4 |
| 2005-08-29 | Include lstat.h, quotearg.h. | Paul Eggert | -0/+30 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-04-09 | (usage): Mention that --recursive removes listed | Jim Meyering | -2/+7 |
| 2004-09-21 | Remove unused "case 0". | Paul Eggert | -5/+2 |
| 2004-07-30 | (rm_option_init, main): Use bool when appropriate. | Paul Eggert | -19/+15 |
| 2004-06-21 | (main): Standardize on the diagnostics given when someone gives | Jim Meyering | -1/+1 |
| 2004-05-29 | (rm_option_init): Initialize new member, | Jim Meyering | -0/+4 |
| 2004-05-11 | Don't include "save-cwd.h". It's no longer used. | Jim Meyering | -1/+0 |
| 2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering | -2/+2 |
| 2003-11-09 | Support new options: --preserve-root and --no-preserve-root. | Jim Meyering | -1/+38 |
| 2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering | -3/+3 |
| 2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering | -3/+3 |
| 2003-09-18 | revert previous change | Jim Meyering | -1/+1 |
| 2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering | -1/+1 |
| 2003-07-26 | * src/rm.c: Include "dirname.h". | Jim Meyering | -1/+3 |
| 2003-06-17 | (main): Call initialize_main. | Jim Meyering | -0/+1 |
| 2003-05-09 | (main): Don't overrun array bound if argc is 0. | Jim Meyering | -1/+1 |
| 2003-04-08 | (usage): Mention that --directory (-d) works only on some systems. | Jim Meyering | -1/+2 |
| 2003-02-08 | Correct now-invalid comment about cycle-detection. | Jim Meyering | -3/+2 |
| 2002-10-03 | (AUTHORS): Mark translatable string with `N_ (...)'. | Jim Meyering | -1/+1 |
| 2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering | -3/+3 |