Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-15 | *** empty log message *** | Jim Meyering | |
2006-05-15 | (xfts_open): Always use FTS_CWDFD. | Jim Meyering | |
2006-05-15 | *** empty log message *** | Jim Meyering | |
2006-05-15 | Avoid the expense of an fstat, when possible. | Jim Meyering | |
(O_NOFOLLOW, STREQ): Define. (diropen_fd): Remove function. Merge it into sole caller... (diropen): ...here. Use O_NOFOLLOW when appropriate. (fts_safe_changedir): Call fstat for dev/inode check, only if the previous open/openat call may have opened the wrong directory. | |||
2006-05-15 | *** empty log message *** | Jim Meyering | |
2006-05-15 | Restore the parts of fts that were removed on 2006-01-17, so that | Jim Meyering | |
it's easier for legacy applications designed for the version of fts in glibc or BSD to convert to this more robust version. Add a new mode, FTS_CWDFD, by which to enable the improved (openat- based -- aka no-chdir) semantics. * fts_.h (FTS_CWDFD): Define. Callers must use this fts_open option to enable the more robust behavior. (FTS_OPTIONMASK): Widen accordingly. * fts.c: Restore removed code, reverting the default behavior. | |||
2006-05-15 | (AC_HEADER_STDBOOL): Fix overly-picky | Paul Eggert | |
test for C99 conformance; (bool) 0.5 is an integer constant expression, but (bool) -0.5 is not. Problem reported by Fedor Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>. | |||
2006-05-13 | *** empty log message *** | Jim Meyering | |
2006-05-13 | *** empty log message *** | Jim Meyering | |
2006-05-13 | Test two more cases. | Jim Meyering | |
2006-05-12 | update from gnulib | Jim Meyering | |
2006-05-11 | *** empty log message *** | Jim Meyering | |
2006-05-11 | (sha1_buffer): Correct comment: s/MD5/SHA1/. From James Lemley. | Jim Meyering | |
2006-05-11 | . | Jim Meyering | |
2006-05-11 | Mention that: | Jim Meyering | |
mv -T DIR EMPTY_DIR no longer fails unconditionally | |||
2006-05-11 | *** empty log message *** | Jim Meyering | |
2006-05-11 | *** empty log message *** | Jim Meyering | |
2006-05-11 | mv -T DIR EMPTY_DIR no longer fails | Jim Meyering | |
(copy_internal): Don't manually prohibit a move where the destination is an existing directory. Sometimes doing that is valid. Let the rename system call enforce the rules. That is allowed only when the source is a directory and the destination directory (to be replaced) is empty. Reported by Eric Blake. | |||
2006-05-11 | *** empty log message *** | Jim Meyering | |
2006-05-11 | (TESTS): Add no-target-dir. | Jim Meyering | |
2006-05-11 | ensure that mv did what it's supposed to | Jim Meyering | |
2006-05-11 | . | Jim Meyering | |
2006-05-11 | *** empty log message *** | Jim Meyering | |
2006-05-11 | (TESTS): Add atomic. | Jim Meyering | |
2006-05-11 | New file/test for yesterday's fix. | Jim Meyering | |
2006-05-11 | *** empty log message *** | Jim Meyering | |
2006-05-11 | (copy_internal): Don't explicitly unlink the destination | Jim Meyering | |
when moving a symlink into the place of an existing non-directory. Reported by Joshua Hudson. | |||
2006-05-11 | Avoid harmless `ambiguous redirect' diagnostic. | Jim Meyering | |
2006-05-10 | *** empty log message *** | Jim Meyering | |
2006-05-08 | update from gnulib | Jim Meyering | |
2006-05-07 | (patch-check): Correct reversed sense of `test -s' test. | Jim Meyering | |
Work around the fact that patch always outputs `patching file ...'. | |||
2006-05-07 | *** empty log message *** | Jim Meyering | |
2006-05-07 | *** empty log message *** | Jim Meyering | |
2006-05-07 | Adjust to reflect new offsets. | Jim Meyering | |
2006-05-07 | mention the df fix of 2006-01-24 | Jim Meyering | |
2006-05-07 | mention the df improvement from 2006-01-24 | Jim Meyering | |
2006-05-06 | *** empty log message *** | Jim Meyering | |
2006-05-06 | *** empty log message *** | Jim Meyering | |
2006-05-06 | mention the shred-segfault fix | Jim Meyering | |
2006-05-06 | remove stray stat-related line | Jim Meyering | |
2006-05-06 | . | Jim Meyering | |
2006-05-06 | *** empty log message *** | Jim Meyering | |
2006-05-06 | Expand to test broken links encountered | Jim Meyering | |
implicitly, favoring Solaris 9 and OpenBSD 3.4 behavior. | |||
2006-05-06 | Expand to test inode from readdir case. | Jim Meyering | |
2006-05-06 | *** empty log message *** | Jim Meyering | |
2006-05-06 | (TESTS): Add stat-vs-dirent. | Jim Meyering | |
2006-05-06 | *** empty log message *** | Jim Meyering | |
2006-05-06 | *** empty log message *** | Jim Meyering | |
2006-05-06 | *** empty log message *** | Jim Meyering | |
2006-05-06 | Work even on case-insensitive file system. | Jim Meyering | |