2003-09-18 |
Jim Meyering | (WRITTEN_BY): Rename from AUTHORS. |
blob | commitdiff |
2003-09-18 |
Jim Meyering | revert previous change |
blob | commitdiff | diff to current |
2003-09-18 |
Jim Meyering | Update AUTHORS definition to be a comma-separated list... |
blob | commitdiff | diff to current |
2003-07-26 |
Jim Meyering | * src/rm.c: Include "dirname.h". |
blob | commitdiff | diff to current |
2003-06-17 |
Jim Meyering | (main): Call initialize_main. |
blob | commitdiff | diff to current |
2003-05-09 |
Jim Meyering | (main): Don't overrun array bound if argc is 0. |
blob | commitdiff | diff to current |
2003-04-08 |
Jim Meyering | (usage): Mention that --directory (-d) works only on... |
blob | commitdiff | diff to current |
2003-02-08 |
Jim Meyering | Correct now-invalid comment about cycle-detection. |
blob | commitdiff | diff to current |
2002-10-03 |
Jim Meyering | (AUTHORS): Mark translatable string with `N_ (...)'. |
blob | commitdiff | diff to current |
2002-08-31 |
Jim Meyering | Change `exit (0)' to `exit (EXIT_SUCCESS)', |
blob | commitdiff | diff to current |
2002-07-22 |
Jim Meyering | Add new option, --presume-input-tty, for testing only. |
blob | commitdiff | diff to current |
2002-07-02 |
Jim Meyering | (usage): Use the PACKAGE_BUGREPORT e-mail address,... |
blob | commitdiff | diff to current |
2002-06-02 |
Jim Meyering | (main): Adapt to new calling sequence for rm. |
blob | commitdiff | diff to current |
2002-04-25 |
Jim Meyering | Revert last change. |
blob | commitdiff | diff to current |
2002-04-22 |
Jim Meyering | (main): Adjust caller of remove_init. |
blob | commitdiff | diff to current |
2002-03-08 |
Jim Meyering | (main): Call lstat `.' to get the device/inode numbers |
blob | commitdiff | diff to current |
2001-12-02 |
Jim Meyering | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT... |
blob | commitdiff | diff to current |
2001-11-23 |
Jim Meyering | Split usage strings so that --help and --version |
blob | commitdiff | diff to current |
2001-11-23 |
Jim Meyering | (usage): Split --help output into smaller pieces. |
blob | commitdiff | diff to current |
2001-10-20 |
Jim Meyering | (usage): Clarify description of --directory (-d). |
blob | commitdiff | diff to current |
2001-09-15 |
Jim Meyering | (main): Don't strip trailing slashes; POSIX doesn't... |
blob | commitdiff | diff to current |
2001-05-12 |
Jim Meyering | (strip_trailing_slashes): Remove declaration; now in... |
blob | commitdiff | diff to current |
2001-04-29 |
Jim Meyering | (usage): Mention shred. |
blob | commitdiff | diff to current |
2000-05-13 |
Jim Meyering | Arrange to call close_stdout only upon exit. |
blob | commitdiff | diff to current |
2000-05-02 |
Jim Meyering | don't hard-code `rm' |
blob | commitdiff | diff to current |
2000-05-02 |
Jim Meyering | (usage): Add the answer to `How do I remove a file... |
blob | commitdiff | diff to current |
1999-11-12 |
Jim Meyering | Adjust comments to reflect that lots of code has moved... |
blob | commitdiff | diff to current |
1999-03-31 |
Jim Meyering | Don't include closeout.h or version-etc.h explicitly... |
blob | commitdiff | diff to current |
1999-03-26 |
Jim Meyering | No longer include long-options.h. |
blob | commitdiff | diff to current |
1999-03-04 |
Jim Meyering | Include long-options.h |
blob | commitdiff | diff to current |
1999-02-16 |
Jim Meyering | update copyright dates |
blob | commitdiff | diff to current |
1999-01-16 |
Jim Meyering | (usage): Don't make it static so that it can be called... |
blob | commitdiff | diff to current |
1998-09-19 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | diff to current |
1998-01-22 |
Jim Meyering | Remove and minimally librarify guts for use in mv.c. |
blob | commitdiff | diff to current |
1998-01-19 |
Jim Meyering | add `,' in comment |
blob | commitdiff | diff to current |
1998-01-04 |
Jim Meyering | (main, usage): Check for write error to stdout before... |
blob | commitdiff | diff to current |
1998-01-01 |
Jim Meyering | (remove_cwd_entries): Initialize the entry-name obstack |
blob | commitdiff | diff to current |
1997-12-29 |
Jim Meyering | (remove_cwd_entries): Plug a gross leak -- don't call |
blob | commitdiff | diff to current |
1997-12-14 |
Jim Meyering | (ASSIGN_STRDUPA): Cast alloca return value to char*. |
blob | commitdiff | diff to current |
1997-11-30 |
Jim Meyering | (full_filename): Use memcpy, not mempcpy when not using... |
blob | commitdiff | diff to current |
1997-11-19 |
Jim Meyering | (hash_pjw): Don't use ANSI `U' suffix. Cast instead. |
blob | commitdiff | diff to current |
1997-11-12 |
Jim Meyering | [!HAVE_MEMPCPY] (mempcpy): Define here instead. |
blob | commitdiff | diff to current |
1997-11-08 |
Jim Meyering | use 2 mempcpy instead of two memcpy calls |
blob | commitdiff | diff to current |
1997-11-03 |
Jim Meyering | Put cycle-detecting code inside an |
blob | commitdiff | diff to current |
1997-10-28 |
Jim Meyering | Guard cycle-detecting code inside #ifdef ENABLE_CYCLE_C... |
blob | commitdiff | diff to current |
1997-10-27 |
Jim Meyering | fix typo in comment |
blob | commitdiff | diff to current |
1997-10-25 |
Jim Meyering | Remove old-style xmalloc and xrealloc decls. |
blob | commitdiff | diff to current |
1997-10-23 |
Jim Meyering | Remove stpcpy decl. |
blob | commitdiff | diff to current |
1997-10-19 |
Jim Meyering | (remove_cwd_entries): Entries in table of processed dir |
blob | commitdiff | diff to current |
1997-10-17 |
Jim Meyering | (remove_cwd_entries): Change the while(dp...) to a... |
blob | commitdiff | diff to current |
1997-10-07 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | diff to current |
1997-10-03 |
Jim Meyering | (fspec_init_dp): Use DTTOIF. Fix syntax error in code |
blob | commitdiff | diff to current |
1997-09-28 |
Jim Meyering | (remove_dir): Update old comment. |
blob | commitdiff | diff to current |
1997-09-28 |
Jim Meyering | [enum RM_status]: Remove `= 2'. Add comment. |
blob | commitdiff | diff to current |
1997-09-27 |
Jim Meyering | tweak comment |
blob | commitdiff | diff to current |
1997-09-21 |
Jim Meyering | Use hash.c (chaining) functions, not those of oa-hash.c |
blob | commitdiff | diff to current |
1997-09-15 |
Jim Meyering | (remove_cwd_entries): Don't free entries -- they're... |
blob | commitdiff | diff to current |
1997-09-15 |
Jim Meyering | Use memcpy, not stpncpy. This fixes a UMR. |
blob | commitdiff | diff to current |
1997-09-15 |
Jim Meyering | Write implementation overview. |
blob | commitdiff | diff to current |
1997-09-15 |
Jim Meyering | remove obsolete comment |
blob | commitdiff | diff to current |
1997-09-15 |
Jim Meyering | tweak comment |
blob | commitdiff | diff to current |
1997-09-15 |
Jim Meyering | (full_filename): Use realloc, not xrealloc. |
blob | commitdiff | diff to current |
1997-09-14 |
Jim Meyering | s/__inline/inline/. |
blob | commitdiff | diff to current |
1997-09-14 |
Jim Meyering | (PARAMS): Define. |
blob | commitdiff | diff to current |
1997-09-14 |
Jim Meyering | merge from rm-fix branch |
blob | commitdiff | diff to current |
1997-05-27 |
Jim Meyering | Use base_name, not basename. |
blob | commitdiff | diff to current |
1997-02-09 |
Jim Meyering | update copyrights for 1997 |
blob | commitdiff | diff to current |
1997-02-01 |
Jim Meyering | bracket bug address with <> and append a period |
blob | commitdiff | diff to current |
1997-02-01 |
Jim Meyering | Compare getopt_long return value against -1, not EOF... |
blob | commitdiff | diff to current |
1996-11-23 |
Jim Meyering | (usage): Alphabetize option descriptions the way sort... |
blob | commitdiff | diff to current |
1996-11-03 |
Jim Meyering | change bug-reporting address |
blob | commitdiff | diff to current |
1996-11-02 |
Jim Meyering | change bug-reporting address |
blob | commitdiff | diff to current |
1996-10-05 |
Jim Meyering | (main): update --version output to conform to coding... |
blob | commitdiff | diff to current |
1996-10-04 |
Jim Meyering | (main): update --version output to conform to coding... |
blob | commitdiff | diff to current |
1996-08-31 |
Jim Meyering | (usage): remove spurious trailing \n in puts. |
blob | commitdiff | diff to current |
1996-08-29 |
Jim Meyering | (usage): Tell where to report bugs. |
blob | commitdiff | diff to current |
1996-04-24 |
Jim Meyering | update Copyright years for 1996 |
blob | commitdiff | diff to current |
1996-03-24 |
Jim Meyering | Update FSF's address. |
blob | commitdiff | diff to current |
1996-03-21 |
Jim Meyering | (main): Declare to be of type int, not void. |
blob | commitdiff | diff to current |
1996-03-16 |
Jim Meyering | Don't include version.h. |
blob | commitdiff | diff to current |
1996-03-12 |
Jim Meyering | (main): Initialize for internationalized message suppor... |
blob | commitdiff | diff to current |
1995-12-05 |
Jim Meyering | (rm): Work around SunOS 4 bug whereby lstat doesn't... |
blob | commitdiff | diff to current |
1995-11-29 |
Jim Meyering | Mark all translatable strings using po-mode.el. |
blob | commitdiff | diff to current |
1995-11-27 |
Jim Meyering | s/non-zero/nonzero/g |
blob | commitdiff | diff to current |
1995-11-10 |
Jim Meyering | Protect prototyped forward dcls with __P. |
blob | commitdiff | diff to current |
1995-11-10 |
Jim Meyering | Don't protoize dcl of basename. |
blob | commitdiff | diff to current |
1995-11-09 |
Jim Meyering | (struct pathstack): Move dcl to precede prototypes. |
blob | commitdiff | diff to current |
1995-11-09 |
Jim Meyering | Protoize. |
blob | commitdiff | diff to current |
1995-11-03 |
Jim Meyering | (remove_file, remove_dir): Use euidaccess instead of... |
blob | commitdiff | diff to current |
1995-10-18 |
Jim Meyering | (duplicate_entry): Always return 0 if !D_INO_IN_DIRENT... |
blob | commitdiff | diff to current |
1995-06-22 |
Jim Meyering | (main): Include program name in --version output. |
blob | commitdiff | diff to current |
1995-05-22 |
Jim Meyering | (usage): Add one or two lines of descriptive text. |
blob | commitdiff | diff to current |
1995-05-13 |
Jim Meyering | Use stat (lstat), not safe_stat (safe_lstat). |
blob | commitdiff | diff to current |
1995-03-10 |
Jim Meyering | add 1995 to Copyright dates |
blob | commitdiff | diff to current |
1995-01-27 |
Jim Meyering | Rename SAFE_STAT and SAFE_LSTAT to lower case names. |
blob | commitdiff | diff to current |
1994-12-27 |
Jim Meyering | Include "error.h" rather than simply declaring `void... |
blob | commitdiff | diff to current |
1994-10-08 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1994-10-02 |
Jim Meyering | merge with 3.9h |
blob | commitdiff | diff to current |
1994-10-02 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1994-07-30 |
Jim Meyering | . |
blob | commitdiff | diff to current |
next |