*** empty log message ***
[platform/upstream/coreutils.git] / src / remove.c
2006-06-28 Paul Eggert* src/system.h (CLOSEDIR): Remove. All uses changed...
2006-06-26 Jim MeyeringAttempt rmdir (actually, unlinkat-with-AT_REMOVEDIR...
2006-06-26 Jim Meyering* NEWS: rm no longer fails to remove an empty, unreadab...
2006-06-25 Jim Meyeringtweak grammar in comment
2006-03-26 Jim Meyering(rm_1): Use new last_component, in place of base_name.
2006-03-12 Jim Meyering(AD_pop_and_chdir): Use new macro,
2006-03-10 Jim MeyeringFix a bug whereby a user with write access to a directo...
2006-02-12 Jim Meyeringfix typo in comment
2006-02-11 Jim Meyeringrm -r must remove an empty directory, even if it is...
2006-01-06 Jim Meyering(rm_1): Remove `static' attribute on local `status'.
2006-01-05 Jim MeyeringGive a few functions the inline attribute.
2005-12-27 Paul Eggert(fd_to_subdirp): Open with O_DIRECTORY | O_NOCTTY
2005-12-17 Jim Meyering(is_empty_dir): Open with O_NDELAY, so we don't hang...
2005-12-17 Paul Eggert(OPENAT_CWD_RESTORE__REQUIRE): Remove.
2005-11-23 Paul Eggert(rm): Don't assume C99 for-loop syntax.
2005-11-22 Jim Meyeringwhoops. Add back decl/definition of n_lengths.
2005-11-22 Jim Meyering(AD_push): Remove debugging cruft.
2005-11-22 Jim Meyeringtweak comments
2005-11-22 Jim MeyeringRewrite. Now, this module is reentrant on systems
2005-11-17 Jim Meyering(AD_mark_helper): Make a `char *' parameter `const'.
2005-11-02 Jim Meyering(remove_entry): Emit a better diagnostic when rm
2005-09-20 Jim Meyering(write_protected_non_symlink): Change comment to agree...
2005-09-19 Jim Meyering(remove_dir): Return RM_ERROR, not `1',
2005-09-19 Jim Meyering(remove_cwd_entries): Syntactic tweak: move an
2005-07-03 Paul EggertInclude "lstat.h" rather than rolling our own.
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-05-19 Jim Meyering(AD_mark_helper, AD_mark_current_as_unremovable):
2005-05-16 Paul EggertFix Cygwin porting problem reported by Eric Blake.
2005-05-14 Paul EggertInclude unlinkdir.h.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-13 Jim Meyeringfix grammar typo in comment
2005-05-13 Jim Meyering* NEWS: `rm -r' now removes all of the files it should...
2005-03-28 Jim Meyering(ds_init): Add `void' to make this an ANSI-style functi...
2004-11-24 Jim MeyeringSince the changes of 2004-05-22, the u.saved_cwd member at
2004-10-21 Jim MeyeringCorrect my patch of 2004-10-18.
2004-10-18 Jim MeyeringPlug a leak that would cause rm or a cross-device mv...
2004-09-22 Jim Meyering(struct dirstack_state) [current_arg_jumpbuf]: Improve...
2004-07-30 Paul Eggert(right_justify), full_filename_, AD_pop_and_chdir,
2004-07-28 Paul Eggert(remove_dir): If we can't save the state of the
2004-06-20 Jim MeyeringInclude yesno.h.
2004-06-02 Jim Meyeringrm (without -f) could hang unnecessarily when attempting to
2004-05-29 Jim Meyeringrm -r would get a failed assertion when run from an...
2004-05-28 Jim Meyering(push_dir): Merge declaration and adjacent assignment...
2004-05-28 Jim Meyeringtweak a comment
2004-05-28 Jim Meyering(AD_mark_helper): Eliminate unnecessary comparison.
2004-05-22 Jim Meyering(rm): Use free rather than XFREE.
2004-05-14 Jim Meyering(AD_pop_and_chdir): Eliminate an unnecessary call to...
2004-05-12 Jim Meyering(AD_pop_and_chdir): Move lstat-`.' into if-block
2004-05-10 Jim Meyering(AD_push): Don't use errno in diagnostic about `changed...
2004-05-08 Jim MeyeringFix bug where "rm" gave up too easily, reported by...
2004-04-27 Jim Meyering(rm): Add `extern' keyword.
2004-04-20 Jim Meyering(is_empty_dir): Clarify comment.
2004-04-18 Jim Meyering(full_filename_): Don't leak upon failed realloc.
2004-04-18 Jim Meyering(readdir_ignoring_dotdirs): Move function to system...
2004-04-17 Jim Meyering(ds_init, ds_free): Declare functions to be `static'.
2004-04-09 Jim Meyeringundo last change
2004-04-09 Jim MeyeringDon't include "file-type.h", now that system.h does.
2004-03-21 Jim Meyering(ds_free): Plug a small leak.
2003-11-09 Jim MeyeringInclude "root-dev-ino.h".
2003-09-08 Jim MeyeringAdd a comment.
2003-09-07 Jim Meyering(D_INO, ENABLE_CYCLE_CHECK) [D_INO_IN_DIRENT]:
2003-07-27 Jim Meyering(prompt) [! recursive]: Don't prompt about unwritable
2003-07-12 Jim Meyering(remove_dir): Give a diagnostic upon failed save_cwd,
2003-07-12 Jim MeyeringIt appears that the `#pragma alloca' included via ...
2003-05-04 Jim Meyering(HAVE_WORKING_READDIR): Define to 0 if not defined.
2003-05-02 Jim MeyeringWork around nasty readdir bug with Darwin6.5 and hfs...
2003-05-02 Jim MeyeringFactor out common code.
2003-04-13 Jim Meyering(is_empty_dir): Don't closedir (NULL).
2003-03-30 Jim Meyering(is_empty_dir): Don't let a failing closedir
2003-03-16 Jim Meyering(rm): Put two local variables in static storage,
2003-03-09 Jim Meyering(AD_stack_pop): Cast sizeof... to int before changing...
2003-03-04 Jim Meyering(AD_pop_and_chdir): Call error here, now that restore_c...
2003-03-03 Jim Meyering(remove_cwd_entries): Include the full filename of
2003-03-03 Jim Meyering(remove_cwd_entries) [!ROOT_CAN_UNLINK_DIRS]: Give an
2003-02-14 Jim MeyeringInclude "euidaccess.h".
2003-01-21 Jim Meyering(remove_entry) [ROOT_CAN_UNLINK_DIRS && HAVE_STRUCT_DIR...
2003-01-20 Jim MeyeringRename type: DS -> Dirstack_state.
2003-01-20 Jim MeyeringRemove some unnecessary parentheses.
2003-01-07 Jim Meyeringtweak comment
2003-01-07 Jim Meyeringadd a comment
2003-01-04 Jim Meyeringrm could be tricked into mistakenly reporting a cycle.
2003-01-04 Jim MeyeringDon't include trailing /. in diagnostics about directories.
2003-01-04 Jim Meyering(remove_cwd_entries): Fix typos in comment.
2003-01-04 Jim Meyering(struct dirstack_state): Define.
2003-01-04 Jim Meyering[S_ISLNK]: Don't define. It's already defined in sys2.h.
2002-12-15 Jim MeyeringRemove all uses of `PARAMS'.
2002-12-15 Jim Meyering(PARAMS): Remove definition.
2002-10-05 Jim Meyering(remove_entry) [ROOT_CAN_UNLINK_DIRS]: With `rm -i...
2002-09-06 Jim Meyering(prompt): Change comment to give a better note to trans...
2002-08-29 Jim Meyering(is_empty_dir): Detect and diagnose readdir failures.
2002-08-29 Jim Meyering(remove_cwd_entries): Use closedir (not CLOSEDIR) when...
2002-08-29 Jim Meyering(remove_cwd_entries): Detect and diagnose readdir
2002-08-28 Jim Meyering(remove_cwd_entries): Use CLOSEDIR, not closedir.
2002-07-22 Jim Meyeringrm would prompt for non-dangling symlinks
2002-07-14 Jim MeyeringUnder some circumstances, rm would fail due to a lack of
2002-07-04 Jim Meyering(prompt): Fix test for write-protectedness to also
2002-06-29 Jim Meyering(AD_mark_current_as_unremovable): Replace dead code...
2002-06-25 Jim Meyering(prompt): Add a comment to help translators work
2002-06-12 Jim Meyering(rm): Fix typo in assertion.
next