| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2002-07-22 | Add new option, --presume-input-tty, for testing only. | Jim Meyering | -0/+17 |
| 2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering | -1/+1 |
| 2002-06-02 | (main): Adapt to new calling sequence for rm. | Jim Meyering | -28/+8 |
| 2002-04-25 | Revert last change. | Jim Meyering | -1/+1 |
| 2002-04-22 | (main): Adjust caller of remove_init. | Jim Meyering | -1/+1 |
| 2002-03-08 | (main): Call lstat `.' to get the device/inode numbers | Jim Meyering | -12/+26 |
| 2001-12-02 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering | -4/+2 |
| 2001-11-23 | Split usage strings so that --help and --version | Jim Meyering | -2/+2 |
| 2001-11-23 | (usage): Split --help output into smaller pieces. | Jim Meyering | -3/+9 |
| 2001-10-20 | (usage): Clarify description of --directory (-d). | Jim Meyering | -1/+2 |
| 2001-09-15 | (main): Don't strip trailing slashes; POSIX doesn't allow it here. | Jim Meyering | -4/+0 |
| 2001-05-12 | (strip_trailing_slashes): Remove declaration; now in dirname.h. | Jim Meyering | -2/+1 |
| 2001-04-29 | (usage): Mention shred. | Jim Meyering | -1/+6 |
| 2000-05-13 | Arrange to call close_stdout only upon exit. | Jim Meyering | -3/+2 |
| 2000-05-02 | don't hard-code `rm' | Jim Meyering | -3/+4 |
| 2000-05-02 | (usage): Add the answer to `How do I remove a file named -f?' | Jim Meyering | -1/+6 |
| 1999-11-12 | Adjust comments to reflect that lots of code has moved to remove.c. | Jim Meyering | -4/+4 |
| 1999-03-31 | Don't include closeout.h or version-etc.h explicitly. Now, they're included v... | Jim Meyering | -2/+0 |
| 1999-03-26 | No longer include long-options.h. | Jim Meyering | -5/+11 |
| 1999-03-04 | Include long-options.h | Jim Meyering | -19/+6 |
| 1999-02-16 | update copyright dates | Jim Meyering | -1/+1 |
| 1999-01-16 | (usage): Don't make it static so that it can be called from libfu.a by xargma... | Jim Meyering | -1/+1 |
| 1998-09-19 | update bug-reporting address | Jim Meyering | -1/+1 |
| 1998-01-22 | Remove and minimally librarify guts for use in mv.c. | Jim Meyering | -871/+26 |
| 1998-01-19 | add `,' in comment | Jim Meyering | -1/+1 |
| 1998-01-04 | (main, usage): Check for write error to stdout before exiting. | Jim Meyering | -1/+6 |
| 1998-01-01 | (remove_cwd_entries): Initialize the entry-name obstack | Jim Meyering | -3/+9 |
| 1997-12-29 | (remove_cwd_entries): Plug a gross leak -- don't call | Jim Meyering | -4/+3 |
| 1997-12-14 | (ASSIGN_STRDUPA): Cast alloca return value to char*. | Jim Meyering | -1/+1 |
| 1997-11-30 | (full_filename): Use memcpy, not mempcpy when not using the return value. | Jim Meyering | -1/+1 |
| 1997-11-19 | (hash_pjw): Don't use ANSI `U' suffix. Cast instead. | Jim Meyering | -1/+1 |
| 1997-11-12 | [!HAVE_MEMPCPY] (mempcpy): Define here instead. | Jim Meyering | -4/+0 |
| 1997-11-08 | use 2 mempcpy instead of two memcpy calls | Jim Meyering | -6/+7 |
| 1997-11-03 | Put cycle-detecting code inside an | Jim Meyering | -11/+44 |
| 1997-10-28 | Guard cycle-detecting code inside #ifdef ENABLE_CYCLE_CHECK. | Jim Meyering | -7/+21 |
| 1997-10-27 | fix typo in comment | Jim Meyering | -1/+1 |
| 1997-10-25 | Remove old-style xmalloc and xrealloc decls. | Jim Meyering | -1/+0 |