Don't include closeout.h or version-etc.h explicitly. Now, they're included via sys2.h.
[platform/upstream/coreutils.git] / src / rm.c
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
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1996-11-23 Jim Meyering(usage): Alphabetize option descriptions the way sort...
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-05 Jim Meyering(main): update --version output to conform to coding...
1996-10-04 Jim Meyering(main): update --version output to conform to coding...
1996-08-31 Jim Meyering(usage): remove spurious trailing \n in puts.
1996-08-29 Jim Meyering(usage): Tell where to report bugs.
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-03-24 Jim MeyeringUpdate FSF's address.
1996-03-21 Jim Meyering(main): Declare to be of type int, not void.
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-12 Jim Meyering(main): Initialize for internationalized message suppor...
1995-12-05 Jim Meyering(rm): Work around SunOS 4 bug whereby lstat doesn't...
1995-11-29 Jim MeyeringMark all translatable strings using po-mode.el.
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-11-10 Jim MeyeringProtect prototyped forward dcls with __P.
1995-11-10 Jim MeyeringDon't protoize dcl of basename.
1995-11-09 Jim Meyering(struct pathstack): Move dcl to precede prototypes.
1995-11-09 Jim MeyeringProtoize.
1995-11-03 Jim Meyering(remove_file, remove_dir): Use euidaccess instead of...
1995-10-18 Jim Meyering(duplicate_entry): Always return 0 if !D_INO_IN_DIRENT...
1995-06-22 Jim Meyering(main): Include program name in --version output.
1995-05-22 Jim Meyering(usage): Add one or two lines of descriptive text.
1995-05-13 Jim MeyeringUse stat (lstat), not safe_stat (safe_lstat).
1995-03-10 Jim Meyeringadd 1995 to Copyright dates
1995-01-27 Jim MeyeringRename SAFE_STAT and SAFE_LSTAT to lower case names.
1994-12-27 Jim MeyeringInclude "error.h" rather than simply declaring `void...
1994-10-08 Jim Meyering.
1994-10-02 Jim Meyeringmerge with 3.9h
1994-10-02 Jim Meyering.
1994-07-30 Jim Meyering.
1994-07-01 Jim Meyering.
1993-12-17 Jim Meyeringmerge with 3.9b
1993-10-19 Jim Meyeringmerge with 3.8.4k
1993-10-18 Jim Meyeringadd newline back, but only for --help output
1993-10-18 Jim MeyeringChange `fprintf (stdout' to `printf ('.
1993-10-18 Jim Meyeringremove extra newline in usage message
1993-10-13 Jim Meyeringmerge with 3.8.4e
1993-10-09 Jim Meyeringmerge with 3.8.3e
1993-10-08 Jim Meyeringmerge with 3.8.3d
1993-10-06 Jim Meyeringmerge with 3.8.3b FILEUTILS-3_8_3b
1993-10-06 Jim Meyeringmerge with 3.8.3a
1993-08-26 Jim Meyeringmerge with 3.8.2
1993-08-05 Jim Meyeringmerge with 3.8.1
1993-05-22 Jim Meyeringmerge with 3.5.5
1993-04-04 Jim Meyering(usage): Mention --help and --version.
1993-04-02 Jim MeyeringAdd --help and --version options.
1993-03-29 Jim Meyeringmerge with 3.4.1
1993-03-28 Jim Meyering(main): If -f is given, don't complain if no file args...
1993-02-18 Jim MeyeringDon't ask when removing symlinks.
1992-12-02 Jim MeyeringConvert static declarations of struct option to use...
1992-11-09 Jim MeyeringDeclared lots of external functions and variables static.
1992-11-01 Jim MeyeringGive most file-scope variables the static attribute.
1992-10-31 Jim MeyeringInitial revision