Don't include closeout.h or version-etc.h explicitly. Now, they're included via sys2.h.
[platform/upstream/coreutils.git] / src / remove.c
1999-03-31 Jim MeyeringDon't include closeout.h or version-etc.h explicitly...
1999-03-18 Jim Meyering(remove_cwd_entries): Reflect changes in hash_insert.
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-16 Jim MeyeringDon't declare base_name.
1998-11-30 Jim Meyering(DOT_OR_DOTDOT): Move definition from this file...
1998-11-08 Jim Meyering[HAVE_LSTAT_EMPTY_STRING_BUG]: Define lstat to rpl_lsta...
1998-10-25 Jim Meyering(remove_cwd_entries): Don't apply CLOSEDIR to a NULL
1998-09-12 Jim Meyering(remove_cwd_entries): Declare to be static.
1998-07-25 Jim Meyering(same_file): New function
1998-07-04 Jim Meyering(remove_dir): Use fprintf, not error to avoid newline...
1998-06-29 Jim Meyeringrevert back to using lower case _unlocked wrapper names
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1998-06-27 Jim Meyering(remove_file): Remove `non-directory' part of
1998-05-16 Jim Meyering(hash_compare_strings): Return true or false, not 1/0.
1998-04-26 Jim Meyering(print_nth_dir): Remove first (and always-true) part...
1998-04-14 Jim MeyeringUse STREQ in string equality tests, not strcmp.
1998-04-06 Jim MeyeringChange names/usage of hash-related functions to work...
1998-03-28 Jim MeyeringAdd copyright.
1998-03-13 Jim MeyeringUse `virtual memory exhausted' message, not
1998-01-22 Jim MeyeringNew file. Contains guts of old rm.c.