echo: correct description of \c
[platform/upstream/coreutils.git] / src / rm.c
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-06-02 Jim Meyeringspell author names consistently
2008-05-26 Jim Meyeringconvert the rest to use proper_name -- manually
2007-08-20 Eric BlakeAvoid consuming too much seekable input when yesno...
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2007-01-20 Jim MeyeringMerge branch 'master' of /cu
2007-01-17 Jim MeyeringMake "rm --interactive=never ..." never prompt.
2006-11-26 Jim Meyering* src/rm.c (main): Remove unnecessary (assuming C99...
2006-10-24 Jim Meyeringnew feature: rm accepts new option: --one-file-system
2006-09-03 Paul EggertDon't include dirname.h, since system.h does it now.
2006-02-20 Jim Meyering(INTERACTIVE_OPTION): New enum value.
2006-02-06 Jim Meyering(usage): Use two spaces (not one) to separate the ...
2005-12-03 Jim Meyering(long_opts): Change the name of each undocumented,...
2005-11-02 Paul Eggert(usage): Don't mention rm -d.
2005-08-29 Paul EggertInclude lstat.h, quotearg.h.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-04-09 Jim Meyering(usage): Mention that --recursive removes listed
2004-09-21 Paul EggertRemove unused "case 0".
2004-07-30 Paul Eggert(rm_option_init, main): Use bool when appropriate.
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-05-29 Jim Meyering(rm_option_init): Initialize new member,
2004-05-11 Jim MeyeringDon't include "save-cwd.h". It's no longer used.
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-09 Jim MeyeringSupport new options: --preserve-root and --no-preserve...
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-07-26 Jim Meyering * src/rm.c: Include "dirname.h".
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-05-09 Jim Meyering(main): Don't overrun array bound if argc is 0.
2003-04-08 Jim Meyering(usage): Mention that --directory (-d) works only on...
2003-02-08 Jim MeyeringCorrect now-invalid comment about cycle-detection.
2002-10-03 Jim Meyering(AUTHORS): Mark translatable string with `N_ (...)'.
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-07-22 Jim MeyeringAdd new option, --presume-input-tty, for testing only.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-06-02 Jim Meyering(main): Adapt to new calling sequence for rm.
2002-04-25 Jim MeyeringRevert last change.
2002-04-22 Jim Meyering(main): Adjust caller of remove_init.
2002-03-08 Jim Meyering(main): Call lstat `.' to get the device/inode numbers
2001-12-02 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-11-23 Jim MeyeringSplit usage strings so that --help and --version
2001-11-23 Jim Meyering(usage): Split --help output into smaller pieces.
2001-10-20 Jim Meyering(usage): Clarify description of --directory (-d).
2001-09-15 Jim Meyering(main): Don't strip trailing slashes; POSIX doesn't...
2001-05-12 Jim Meyering(strip_trailing_slashes): Remove declaration; now in...
2001-04-29 Jim Meyering(usage): Mention shred.
2000-05-13 Jim MeyeringArrange to call close_stdout only upon exit.
2000-05-02 Jim Meyeringdon't hard-code `rm'
2000-05-02 Jim Meyering(usage): Add the answer to `How do I remove a file...
1999-11-12 Jim MeyeringAdjust comments to reflect that lots of code has moved...
1999-03-31 Jim MeyeringDon't include closeout.h or version-etc.h explicitly...
1999-03-26 Jim MeyeringNo longer include long-options.h.
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-16 Jim Meyering(usage): Don't make it static so that it can be called...
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-01-22 Jim MeyeringRemove and minimally librarify guts for use in mv.c.
1998-01-19 Jim Meyeringadd `,' in comment
1998-01-04 Jim Meyering(main, usage): Check for write error to stdout before...
1998-01-01 Jim Meyering(remove_cwd_entries): Initialize the entry-name obstack
1997-12-29 Jim Meyering(remove_cwd_entries): Plug a gross leak -- don't call
1997-12-14 Jim Meyering(ASSIGN_STRDUPA): Cast alloca return value to char*.
1997-11-30 Jim Meyering(full_filename): Use memcpy, not mempcpy when not using...
1997-11-19 Jim Meyering(hash_pjw): Don't use ANSI `U' suffix. Cast instead.
1997-11-12 Jim Meyering[!HAVE_MEMPCPY] (mempcpy): Define here instead.
1997-11-08 Jim Meyeringuse 2 mempcpy instead of two memcpy calls
1997-11-03 Jim MeyeringPut cycle-detecting code inside an
1997-10-28 Jim MeyeringGuard cycle-detecting code inside #ifdef ENABLE_CYCLE_C...
1997-10-27 Jim Meyeringfix typo in comment
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-23 Jim MeyeringRemove stpcpy decl.
1997-10-19 Jim Meyering(remove_cwd_entries): Entries in table of processed dir
1997-10-17 Jim Meyering(remove_cwd_entries): Change the while(dp...) to a...
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-10-03 Jim Meyering(fspec_init_dp): Use DTTOIF. Fix syntax error in code
1997-09-28 Jim Meyering(remove_dir): Update old comment.
1997-09-28 Jim Meyering[enum RM_status]: Remove `= 2'. Add comment.
1997-09-27 Jim Meyeringtweak comment
1997-09-21 Jim MeyeringUse hash.c (chaining) functions, not those of oa-hash.c
1997-09-15 Jim Meyering(remove_cwd_entries): Don't free entries -- they're...
1997-09-15 Jim MeyeringUse memcpy, not stpncpy. This fixes a UMR.
1997-09-15 Jim MeyeringWrite implementation overview.
1997-09-15 Jim Meyeringremove obsolete comment
1997-09-15 Jim Meyeringtweak comment
1997-09-15 Jim Meyering(full_filename): Use realloc, not xrealloc.
1997-09-14 Jim Meyerings/__inline/inline/.
1997-09-14 Jim Meyering(PARAMS): Define.
1997-09-14 Jim Meyeringmerge from rm-fix branch
1997-05-27 Jim MeyeringUse base_name, not basename.
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
next