summaryrefslogtreecommitdiff
path: root/src/rm.c
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid consuming too much seekable input when yesno is used.Eric Blake2007-08-201-1/+1
* Update all copyright notices to use the newer form.Jim Meyering2007-07-231-5/+4
* Change "version 2" to "version 3" in all copyright notices.Jim Meyering2007-07-101-1/+1
* Help translators include translation team's web or email address.Jim Meyering2007-03-281-1/+1
* Make "rm --interactive=never ..." never prompt.Jim Meyering2007-01-171-9/+9
* * src/rm.c (main): Remove unnecessary (assuming C99) braces.Jim Meyering2006-11-261-18/+16
* new feature: rm accepts new option: --one-file-systemJim Meyering2006-10-251-0/+12
* Don't include dirname.h, since system.h does it now.Paul Eggert2006-09-031-4/+3
* (INTERACTIVE_OPTION): New enum value.Jim Meyering2006-02-201-6/+85
* (usage): Use two spaces (not one) to separate the --no-preserve-root optionJim Meyering2006-02-061-2/+2
* (long_opts): Change the name of each undocumented, for-Jim Meyering2005-12-031-1/+1
* (usage): Don't mention rm -d.Paul Eggert2005-11-021-5/+4
* Include lstat.h, quotearg.h.Paul Eggert2005-08-291-0/+30
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* (usage): Mention that --recursive removes listedJim Meyering2005-04-091-2/+7
* Remove unused "case 0".Paul Eggert2004-09-211-5/+2
* (rm_option_init, main): Use bool when appropriate.Paul Eggert2004-07-301-19/+15
* (main): Standardize on the diagnostics given when someone givesJim Meyering2004-06-211-1/+1
* (rm_option_init): Initialize new member,Jim Meyering2004-05-291-0/+4
* Don't include "save-cwd.h". It's no longer used.Jim Meyering2004-05-111-1/+0
* (usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering2004-01-211-2/+2
* Support new options: --preserve-root and --no-preserve-root.Jim Meyering2003-11-091-1/+38
* Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering2003-10-181-3/+3
* (WRITTEN_BY): Rename from AUTHORS.Jim Meyering2003-09-181-3/+3
* revert previous changeJim Meyering2003-09-181-1/+1
* Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering2003-09-181-1/+1
* * src/rm.c: Include "dirname.h".Jim Meyering2003-07-261-1/+3
* (main): Call initialize_main.Jim Meyering2003-06-171-0/+1
* (main): Don't overrun array bound if argc is 0.Jim Meyering2003-05-091-1/+1
* (usage): Mention that --directory (-d) works only on some systems.Jim Meyering2003-04-081-1/+2
* Correct now-invalid comment about cycle-detection.Jim Meyering2003-02-081-3/+2
* (AUTHORS): Mark translatable string with `N_ (...)'.Jim Meyering2002-10-031-1/+1
* Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering2002-08-311-3/+3
* Add new option, --presume-input-tty, for testing only.Jim Meyering2002-07-221-0/+17
* (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering2002-07-021-1/+1
* (main): Adapt to new calling sequence for rm.Jim Meyering2002-06-021-28/+8
* Revert last change.Jim Meyering2002-04-251-1/+1
* (main): Adjust caller of remove_init.Jim Meyering2002-04-221-1/+1
* (main): Call lstat `.' to get the device/inode numbersJim Meyering2002-03-081-12/+26
* Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering2001-12-021-4/+2
* Split usage strings so that --help and --versionJim Meyering2001-11-231-2/+2
* (usage): Split --help output into smaller pieces.Jim Meyering2001-11-231-3/+9
* (usage): Clarify description of --directory (-d).Jim Meyering2001-10-201-1/+2
* (main): Don't strip trailing slashes; POSIX doesn't allow it here.Jim Meyering2001-09-151-4/+0
* (strip_trailing_slashes): Remove declaration; now in dirname.h.Jim Meyering2001-05-121-2/+1
* (usage): Mention shred.Jim Meyering2001-04-291-1/+6
* Arrange to call close_stdout only upon exit.Jim Meyering2000-05-131-3/+2
* don't hard-code `rm'Jim Meyering2000-05-021-3/+4
* (usage): Add the answer to `How do I remove a file named -f?'Jim Meyering2000-05-021-1/+6