summaryrefslogtreecommitdiff
path: root/src/rm.c
AgeCommit message (Expand)Author
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
2005-12-03(long_opts): Change the name of each undocumented, for-Jim Meyering
2005-11-02(usage): Don't mention rm -d.Paul Eggert
2005-08-29Include lstat.h, quotearg.h.Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-04-09(usage): Mention that --recursive removes listedJim Meyering
2004-09-21Remove unused "case 0".Paul Eggert
2004-07-30(rm_option_init, main): Use bool when appropriate.Paul Eggert
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering
2004-05-29(rm_option_init): Initialize new member,Jim Meyering
2004-05-11Don't include "save-cwd.h". It's no longer used.Jim Meyering
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
2003-11-09Support new options: --preserve-root and --no-preserve-root.Jim Meyering
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
2003-09-18revert previous changeJim Meyering
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering
2003-07-26 * src/rm.c: Include "dirname.h".Jim Meyering
2003-06-17(main): Call initialize_main.Jim Meyering
2003-05-09(main): Don't overrun array bound if argc is 0.Jim Meyering
2003-04-08(usage): Mention that --directory (-d) works only on some systems.Jim Meyering
2003-02-08Correct now-invalid comment about cycle-detection.Jim Meyering
2002-10-03(AUTHORS): Mark translatable string with `N_ (...)'.Jim Meyering
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering
2002-07-22Add new option, --presume-input-tty, for testing only.Jim Meyering
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering
2002-06-02(main): Adapt to new calling sequence for rm.Jim Meyering
2002-04-25Revert last change.Jim Meyering
2002-04-22(main): Adjust caller of remove_init.Jim Meyering
2002-03-08(main): Call lstat `.' to get the device/inode numbersJim Meyering
2001-12-02Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering
2001-11-23Split usage strings so that --help and --versionJim Meyering
2001-11-23(usage): Split --help output into smaller pieces.Jim Meyering
2001-10-20(usage): Clarify description of --directory (-d).Jim Meyering
2001-09-15(main): Don't strip trailing slashes; POSIX doesn't allow it here.Jim Meyering
2001-05-12(strip_trailing_slashes): Remove declaration; now in dirname.h.Jim Meyering
2001-04-29(usage): Mention shred.Jim Meyering
2000-05-13Arrange to call close_stdout only upon exit.Jim Meyering
2000-05-02don't hard-code `rm'Jim Meyering
2000-05-02(usage): Add the answer to `How do I remove a file named -f?'Jim Meyering