index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
remove.c
Age
Commit message (
Expand
)
Author
2004-07-28
(remove_dir): If we can't save the state of the
Paul Eggert
2004-06-20
Include yesno.h.
Jim Meyering
2004-06-02
rm (without -f) could hang unnecessarily when attempting to
Jim Meyering
2004-05-29
rm -r would get a failed assertion when run from an inaccessible
Jim Meyering
2004-05-28
(push_dir): Merge declaration and adjacent assignment into a single statement.
Jim Meyering
2004-05-28
tweak a comment
Jim Meyering
2004-05-28
(AD_mark_helper): Eliminate unnecessary comparison.
Jim Meyering
2004-05-22
(rm): Use free rather than XFREE.
Jim Meyering
2004-05-14
(AD_pop_and_chdir): Eliminate an unnecessary call to AC_stack_top.
Jim Meyering
2004-05-12
(AD_pop_and_chdir): Move lstat-`.' into if-block
Jim Meyering
2004-05-10
(AD_push): Don't use errno in diagnostic about `changed dev/ino'.
Jim Meyering
2004-05-08
Fix bug where "rm" gave up too easily, reported by Dan Jacobsen in
Jim Meyering
2004-04-27
(rm): Add `extern' keyword.
Jim Meyering
2004-04-20
(is_empty_dir): Clarify comment.
Jim Meyering
2004-04-18
(full_filename_): Don't leak upon failed realloc.
Jim Meyering
2004-04-18
(readdir_ignoring_dotdirs): Move function to system.h, renaming it. Update u...
Jim Meyering
2004-04-17
(ds_init, ds_free): Declare functions to be `static'.
Jim Meyering
2004-04-09
undo last change
Jim Meyering
2004-04-09
Don't include "file-type.h", now that system.h does.
Jim Meyering
2004-03-21
(ds_free): Plug a small leak.
Jim Meyering
2003-11-09
Include "root-dev-ino.h".
Jim Meyering
2003-09-08
Add a comment.
Jim Meyering
2003-09-07
(D_INO, ENABLE_CYCLE_CHECK) [D_INO_IN_DIRENT]:
Jim Meyering
2003-07-27
(prompt) [! recursive]: Don't prompt about unwritable
Jim Meyering
2003-07-12
(remove_dir): Give a diagnostic upon failed save_cwd,
Jim Meyering
2003-07-12
It appears that the `#pragma alloca' included via "system.h" is
Jim Meyering
2003-05-04
(HAVE_WORKING_READDIR): Define to 0 if not defined.
Jim Meyering
2003-05-02
Work around nasty readdir bug with Darwin6.5 and hfs file system.
Jim Meyering
2003-05-02
Factor out common code.
Jim Meyering
2003-04-13
(is_empty_dir): Don't closedir (NULL).
Jim Meyering
2003-03-30
(is_empty_dir): Don't let a failing closedir
Jim Meyering
2003-03-16
(rm): Put two local variables in static storage,
Jim Meyering
2003-03-09
(AD_stack_pop): Cast sizeof... to int before changing its sign.
Jim Meyering
2003-03-04
(AD_pop_and_chdir): Call error here, now that restore_cwd no longer does it.
Jim Meyering
2003-03-03
(remove_cwd_entries): Include the full filename of
Jim Meyering
2003-03-03
(remove_cwd_entries) [!ROOT_CAN_UNLINK_DIRS]: Give an
Jim Meyering
2003-02-14
Include "euidaccess.h".
Jim Meyering
2003-01-21
(remove_entry) [ROOT_CAN_UNLINK_DIRS && HAVE_STRUCT_DIRENT_D_TYPE]: If a file
Jim Meyering
2003-01-20
Rename type: DS -> Dirstack_state.
Jim Meyering
2003-01-20
Remove some unnecessary parentheses.
Jim Meyering
2003-01-07
tweak comment
Jim Meyering
2003-01-07
add a comment
Jim Meyering
2003-01-04
rm could be tricked into mistakenly reporting a cycle.
Jim Meyering
2003-01-04
Don't include trailing /. in diagnostics about directories.
Jim Meyering
2003-01-04
(remove_cwd_entries): Fix typos in comment.
Jim Meyering
2003-01-04
(struct dirstack_state): Define.
Jim Meyering
2003-01-04
[S_ISLNK]: Don't define. It's already defined in sys2.h.
Jim Meyering
2002-12-15
Remove all uses of `PARAMS'.
Jim Meyering
2002-12-15
(PARAMS): Remove definition.
Jim Meyering
2002-10-05
(remove_entry) [ROOT_CAN_UNLINK_DIRS]: With `rm -i DIR',
Jim Meyering
[next]