Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-28 | (gl_FUNC_GNU_STRFTIME): Don't require AC_C_CONST, since it's obsolete. | Paul Eggert | |
2006-06-28 | (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since it's obsolete. | Paul Eggert | |
2006-06-28 | (gl_CHECK_ALL_TYPES): Don't require AC_C_CONST, since it's obsolete. | Paul Eggert | |
2006-06-28 | * src/c99-to-c89.diff: Regenerate, to remove fuzz. | Jim Meyering | |
2006-06-28 | * tests/mv/i-link-no: Work around HP-UX /bin/sh tracing problem | Jim Meyering | |
(set -x when VERBOSE=yes) when stderr is redirected before stdout causing shell tracing of the stdout redirection to be written to the stderr file. Avoid problem and test failure on HP-UX by redirecting stderr last. * tests/dd/unblock-sync: Order shell file redirections for stderr and stdout in the common style. tests/acl: Likewise. | |||
2006-06-27 | .PHONY: sc_tight_scope | Jim Meyering | |
2006-06-27 | * coreutils.texi (wc invocation): Remove ./ prefix from example. | Jim Meyering | |
From Padraig Brady. | |||
2006-06-27 | * tests/misc/cat-proc: Try to avoid any spurious numeric | Jim Meyering | |
differences in frequently-changing /proc/cpuinfo. Reported by Nelson Beebe. | |||
2006-06-26 | * coreutils.texi (wc invocation): Spell out `--files0-from' in | Jim Meyering | |
the example. Suggestion from Bob Proulx. | |||
2006-06-26 | Attempt rmdir (actually, unlinkat-with-AT_REMOVEDIR) upon any | Jim Meyering | |
fd_to_subdirp failure, not just when errno == EACCES. * src/remove.c (remove_dir): Use unlinkat-with-AT_REMOVEDIR, not rmdir, here, even though rmdir may happen to be adequate. | |||
2006-06-26 | * NEWS: rm no longer fails to remove an empty, unreadable directory | Jim Meyering | |
* src/remove.c (remove_cwd_entries): If we can't open a directory, and the failure is not being ignored, try to remove the directory with rmdir (aka unlinkat-with-AT_REMOVEDIR), in case it's empty. Problem report and test case from Paul Eggert in <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/7425>. * tests/rm/empty-inacc: New test, for the above. | |||
2006-06-26 | * coreutils.texi (wc invocation): Document new --files0-from option. | Jim Meyering | |
2006-06-26 | now, trunk passes tests on openbsd | Jim Meyering | |
2006-06-26 | Avoid a segfault for wc --files0=- < /dev/null. | Jim Meyering | |
* src/wc.c (compute_number_width): Return right away if nfiles == 0. | |||
2006-06-25 | remove wc --files0-from item | Jim Meyering | |
2006-06-25 | tweak grammar in comment | Jim Meyering | |
2006-06-25 | * NEWS: wc accepts a new option --files0-from=FILE, where FILE | Jim Meyering | |
contains a list of NUL-separated file names. * src/wc.c: Include "readtokens.h". (usage): Describe the new option, and adjust the `Usage': with this option, no FILE may be specified on the command line. (main): Handle the new option. * tests/misc/wc-files0: New tests, for the above. * tests/misc/wc-files0-from: Likewise. * tests/misc/Makefile.am (TESTS): Add wc-files0. | |||
2006-06-25 | (sleep invocation): Document that accepting | Jim Meyering | |
multiple arguments and suffixes are extensions. Reported by Dan Jacobson. | |||
2006-06-24 | * src/md5sum.c (DIGEST_BUFFER): Remove now-unused definitions. | Jim Meyering | |
2006-06-22 | * src/tee.c (tee_files): Rename from tee, to avoid conflict with | Jim Meyering | |
the function in glibc's <fcntl.h>. Reported by Andreas Schwab. | |||
2006-06-20 | (openat): Use ?:, not if, to work around GCC bug 4210. | Paul Eggert | |
2006-06-20 | fix typo in comment: s/nerrower/narrower/ | Jim Meyering | |
2006-06-20 | (gl_IGNORE_UNUSED_LIBRARIES): | Paul Eggert | |
Use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11 cc merely issues a bunch of annoying warnings for --as-needed (this problem was reported by Bob Proulx). Also, try linking with -lm to detect a bug in binutils 2.16 (this problem was reported by Ralf Wildenhues). | |||
2006-06-19 | *** empty log message *** | Jim Meyering | |
2006-06-19 | Apply this change from gnulib: | Jim Meyering | |
2006-06-16 Eric Blake <ebb9@byu.net> * unsetenv.c [!defined errno]: Assume errno.h declares errno. | |||
2006-06-19 | (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's | Paul Eggert | |
--as-needed option if available. | |||
2006-06-18 | * Makefile.cfg (local-checks-to-skip): Add changelog-check, | Jim Meyering | |
so this check is not run as part of "make distcheck". | |||
2006-06-18 | Test for a bug that causes glibc's getcwd to suffer a failed assertion. | Jim Meyering | |
* getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and macro. * getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null, also check for glibc-2.4's abort-inducing bug. | |||
2006-06-18 | *** empty log message *** | Jim Meyering | |
2006-06-18 | Fix typo (s/neq/ne/) in previous change. | Jim Meyering | |
2006-06-18 | * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo. | Jim Meyering | |
Low-probability clean-up should be to use rmdir to get rid of the just-created directory, not unlink. | |||
2006-06-18 | * ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make | Jim Meyering | |
configure fail, and request a bug report to inform us about it. Add a comment that, barring reports to the contrary, in 2007 we'll assume ftruncate is universally available. | |||
2006-06-18 | make error output a little clearer | Jim Meyering | |
2006-06-17 | * tests/rm/inaccessible: Skip this test on systems without openat support. | Jim Meyering | |
Reported by Bob Proulx. | |||
2006-06-16 | . | Jim Meyering | |
2006-06-16 | add these two files (a and b) so that I can remove them -- in the eyes of cvsps | Jim Meyering | |
2006-06-16 | remove the files once and for all, so that tools like cvsps (and even 'cvs ↵ | Jim Meyering | |
update') don't think they're still around | |||
2006-06-15 | Improve permission checks to handle | Paul Eggert | |
running mkdir test in set-gid directories. | |||
2006-06-14 | tests/du/basic: Revamp not to hard-code file system block sizes. | Jim Meyering | |
2006-06-12 | tests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL), for the files0-from ↵ | Jim Meyering | |
test. | |||
2006-06-12 | (check-texinfo): Use $(_W) and $(W_) instead of | Paul Eggert | |
assuming grep -w (which is not portable). | |||
2006-06-11 | Makefile.am (EXTRA_DIST): Add .gitignore. | Jim Meyering | |
2006-06-11 | *** empty log message *** | Jim Meyering | |
2006-06-11 | Setting TIME_STYLE=long-iso in the environment would make the | Jim Meyering | |
cp/same-file test fail. * tests/envvar-check (vars): Add TIME_STYLE to the list. * tests/cp/same-file: Revert last change. Source the envvar-check script, to ensure that TIME_STYLE settings don't affect these tests. | |||
2006-06-11 | * tests/cp/same-file: Execute 'ls' in the C locale, so that it | Paul Eggert | |
uses POSIX time stamp formats. Problem reported by John Nixon in <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00062.html>. | |||
2006-06-11 | (__attribute__): Don't define if already defined. | Paul Eggert | |
2006-06-10 | Mention the AIX-strndup-bug vs. dircolors workaround. | Jim Meyering | |
2006-06-10 | Apply this change from gnulib: | Jim Meyering | |
2006-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Bruno Haible <bruno@clisp.org> * strndup.c (strndup) [!_LIBC]: Don't undefine macro definition. | |||
2006-06-10 | Apply this change from gnulib: | Jim Meyering | |
2006-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Bruno Haible <bruno@clisp.org> * strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a check for the declaration of strnlen and a run test that exposes the AIX 5.1 strnlen bug. In the failure case, #define strndup to rpl_strndup. | |||
2006-06-10 | *** empty log message *** | Jim Meyering | |