summaryrefslogtreecommitdiff
path: root/src/remove.c
AgeCommit message (Collapse)Author
1998-07-25(same_file): New functionJim Meyering
(remove_dir): Use it to give a better diagnostic when rmdir fails because it can't remove the current directory.
1998-07-04(remove_dir): Use fprintf, not error to avoid newline in prompt.Jim Meyering
1998-06-29revert back to using lower case _unlocked wrapper namesJim Meyering
1998-06-29Change all uses of unlocked-wrapped functions to their upper case wrapper names.Jim Meyering
1998-06-27(remove_file): Remove `non-directory' part ofJim Meyering
`removing non-directory FILE' verbose message.
1998-05-16(hash_compare_strings): Return true or false, not 1/0.Jim Meyering
(remove_cwd_entries): Use RM_OK, not equivalent literal `1'.
1998-04-26(print_nth_dir): Remove first (and always-true) part of conjunct in assertion.Jim Meyering
1998-04-14Use STREQ in string equality tests, not strcmp.Jim Meyering
1998-04-06Change names/usage of hash-related functions to work with the above.Jim Meyering
1998-03-28Add copyright.Jim Meyering
[_AIX]: Add #pragma alloca.
1998-03-13Use `virtual memory exhausted' message, notJim Meyering
`Memory exhausted' to be consistent with the majority of other such messages. Say `removing all...', not `removing any...'.
1998-01-22New file. Contains guts of old rm.c.Jim Meyering
(remove_init): New function. (remove_fini): New function.