summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-12.Jim Meyering
2006-03-12*** empty log message ***Jim Meyering
2006-03-12(AD_pop_and_chdir): Use new macro,Jim Meyering
CYCLE_CHECK_REFLECT_CHDIR_UP, rather than open-coding it.
2006-03-12*** empty log message ***Jim Meyering
2006-03-12*** empty log message ***Jim Meyering
2006-03-12(gl_ROOT_DEV_INO): Add same-inode.h to the list.Jim Meyering
2006-03-12*** empty log message ***Jim Meyering
2006-03-12(leave_dir): If cycle-check's saved dev-ino pair matchesJim Meyering
that of the current directory (which we're about to chdir ".." out of), then save the dev-ino of the parent, instead.
2006-03-12*** empty log message ***Jim Meyering
2006-03-12(SAME_INODE): Remove definition.Jim Meyering
2006-03-12Include "same-inode.h".Jim Meyering
(CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
2006-03-12(SAME_INODE): Remove definition.Jim Meyering
Include "same-inode.h", instead.
2006-03-12(SAME_INODE): Remove definition.Jim Meyering
Include "same-inode.h", instead.
2006-03-12*** empty log message ***Jim Meyering
2006-03-12(gl_SAME): Add same-inode.h to the list.Jim Meyering
2006-03-12(gl_CYCLE_CHECK): Add same-inode.h to the list.Jim Meyering
2006-03-12(gl_CHDIR_SAFER): Add same-inode.h to the list.Jim Meyering
2006-03-12(SAME_INODE): New file/macro.Jim Meyering
2006-03-12*** empty log message ***Jim Meyering
2006-03-12(SAME_INODE): Remove definition.Jim Meyering
Include "same-inode.h", instead.
2006-03-12.Jim Meyering
2006-03-12Remove asctime_r, ctime_r, and let m4 specify the sources.Paul Eggert
2006-03-12Add time_r.m4.Paul Eggert
2006-03-12(gl_PREREQ): Require gl_TIME_R.Paul Eggert
2006-03-12(asctime_r, ctime_r): Remove.Paul Eggert
2006-03-12(libcoreutils_a_SOURCES): Remove time_r.c, time_r.h,Paul Eggert
as this is now done in m4.
2006-03-12New file, from gnulib.Paul Eggert
2006-03-11*** empty log message ***Jim Meyering
2006-03-11(robust_getcwd): Prepend only one slash, not two.Jim Meyering
2006-03-10Fix a bug whereby a user with write access to a directory being removedJim Meyering
could cause the removal of that directory to fail with an erroneous diagnostic about a directory cycle. Reported by Vineet Chadha. (AD_pop_and_chdir): If the directory we're about to leave (and try to rmdir) is the one whose dev_ino is being used to detect a cycle, reset cycle_check_state.dev_ino to that of the parent.
2006-03-10*** empty log message ***Jim Meyering
2006-03-10mention today's rm -r fix.Jim Meyering
2006-03-10*** empty log message ***Jim Meyering
2006-03-08Handle dd's file-creation flags even on file descriptors. ImprovePaul Eggert
test cases and documentation for these flags.
2006-03-08Add test cases for append, nofollow, directory,Paul Eggert
and nolinks flags. Simplify redirection to /dev/null in some cases.
2006-03-08(set_fd_flags): Handle file-creation flags on filePaul Eggert
descriptors, rather than ignoring them.
2006-03-08Document dd's new 'directory' and 'nolinks' flags.Paul Eggert
2006-03-08iflags->iflag. This fixes a typo that meant thePaul Eggert
noatime test never tested anything.
2006-03-06*** empty log message ***Jim Meyering
2006-03-06Add `SEE ALSO' references to syscalls from utilities of the same name.Jim Meyering
2006-03-06Describe dd, ls changes. Convert from Latin-1 to UTF-8.Paul Eggert
2006-03-06(dd invocation): New flags directory, nolinks.Paul Eggert
Alphabetize nofollow.
2006-03-06(O_NOLINKS): Define to 0 if not already defined.Paul Eggert
2006-03-06(flags, usage): New flags directory, nolinks.Paul Eggert
2006-03-06(usage): Mention that -f disables --color.Paul Eggert
2006-03-05*** empty log message ***Jim Meyering
2006-03-05*** empty log message ***Jim Meyering
2006-03-05Set SHELL, if not already set, in order toJim Meyering
avoid failure when `make check' is run through debuild; dircolors would fail due to lack of $SHELL. Reported by Sven Joachim.
2006-03-05.Jim Meyering
2006-03-05*** empty log message ***Jim Meyering