Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-17 | (gl_REGEX): Fix typo in last change: | Jim Meyering | |
s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/. | |||
2006-03-17 | remove trailing space | Jim Meyering | |
2006-03-17 | regex fixes for future POSIX and --without-included-regex. | Paul Eggert | |
2006-03-17 | (regoff_t) [defined _REGEX_LARGE_OFFSETS]: | Paul Eggert | |
Typedef to long int, not to off_t, as POSIX will likely change in that direction. | |||
2006-03-17 | (gl_REGEX): Don't check for off_t, since the code | Paul Eggert | |
no longer needs it. Instead, check that regoff_t is as least as wide as ptrdiff_t. Don't define _REGEX_WIDE_OFFSETS unless using the included regex, so that our regex.h stays compatible with the installed regex. This is helpful for installers who configure --without-included-regex. Problem reported by Emanuele Giaquinta. | |||
2006-03-16 | version: 5.94 | Jim Meyering | |
2006-03-15 | update from gnulib | Jim Meyering | |
2006-03-15 | update from gnulib | Jim Meyering | |
2006-03-12 | *** empty log message *** | Jim Meyering | |
2006-03-12 | (set_author): Rename function, from preserve_author. | Jim Meyering | |
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 matches | Jim 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-12 | Include "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-12 | Remove asctime_r, ctime_r, and let m4 specify the sources. | Paul Eggert | |
2006-03-12 | Add 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-12 | New 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-10 | Fix a bug whereby a user with write access to a directory being removed | Jim 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-10 | mention today's rm -r fix. | Jim Meyering | |
2006-03-10 | *** empty log message *** | Jim Meyering | |
2006-03-08 | Handle dd's file-creation flags even on file descriptors. Improve | Paul Eggert | |
test cases and documentation for these flags. | |||
2006-03-08 | Add 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 file | Paul Eggert | |
descriptors, rather than ignoring them. | |||
2006-03-08 | Document dd's new 'directory' and 'nolinks' flags. | Paul Eggert | |
2006-03-08 | iflags->iflag. This fixes a typo that meant the | Paul Eggert | |
noatime test never tested anything. | |||
2006-03-06 | *** empty log message *** | Jim Meyering | |
2006-03-06 | Add `SEE ALSO' references to syscalls from utilities of the same name. | Jim Meyering | |