summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-03-05Make `base64 --wrap=N' work for N=0, and for N larger than SIZE_MAX.Jim Meyering
(wrap_write, do_encode, main): Change type of parameters and locals, wrap_column, form size_t to uintmax_t. (main): Adjust to use xstrtoumax, accordingly.
2006-03-03add warning commentJim Meyering
2006-03-03*** empty log message ***Jim Meyering
2006-03-03Don't fail when run from an environment with SHELL not a BourneJim Meyering
shell, e.g. `env SHELL=/bin/csh make check' would fail this test. Invoke each non-failing test with -b. Reported by Michael Stone.
2006-03-02Require gl_USE_SYSTEM_EXTENSIONS, not merely AC_GNU_SOURCE, for thePaul Eggert
benefit of Solaris 10 when compiled pedantically.
2006-03-02(gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test", not "==".Paul Eggert
2006-02-27*** empty log message ***Jim Meyering
2006-02-27Derive --decode-using tests from the encode-based ones.Jim Meyering
2006-02-27Factor out a long constant string.Jim Meyering
Split lines to stay within 80 columns.
2006-02-27*** empty log message ***Jim Meyering
2006-02-27(TESTS): Add base64.Jim Meyering
2006-02-27Test base64. From Simon Josefsson.Jim Meyering
2006-02-27*** empty log message ***Jim Meyering
2006-02-27(do_decode): Use correct type for parameter, ignore_garbage: s/size_t/bool/.Jim Meyering