summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-27.PHONY: sc_tight_scopeJim Meyering
2006-06-27* coreutils.texi (wc invocation): Remove ./ prefix from example.Jim Meyering
2006-06-27* tests/misc/cat-proc: Try to avoid any spurious numericJim Meyering
2006-06-26* coreutils.texi (wc invocation): Spell out `--files0-from' inJim Meyering
2006-06-26Attempt rmdir (actually, unlinkat-with-AT_REMOVEDIR) upon anyJim Meyering
2006-06-26* NEWS: rm no longer fails to remove an empty, unreadable directoryJim Meyering
2006-06-26* coreutils.texi (wc invocation): Document new --files0-from option.Jim Meyering
2006-06-26now, trunk passes tests on openbsdJim Meyering
2006-06-26Avoid a segfault for wc --files0=- < /dev/null.Jim Meyering
2006-06-25remove wc --files0-from itemJim Meyering
2006-06-25tweak grammar in commentJim Meyering
2006-06-25* NEWS: wc accepts a new option --files0-from=FILE, where FILEJim Meyering
2006-06-25(sleep invocation): Document that acceptingJim Meyering
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 withJim Meyering
2006-06-20(openat): Use ?:, not if, to work around GCC bug 4210.Paul Eggert
2006-06-20fix typo in comment: s/nerrower/narrower/Jim Meyering
2006-06-20(gl_IGNORE_UNUSED_LIBRARIES):Paul Eggert
2006-06-19*** empty log message ***Jim Meyering
2006-06-19Apply this change from gnulib:Jim Meyering
2006-06-19(gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils'sPaul Eggert
2006-06-18* Makefile.cfg (local-checks-to-skip): Add changelog-check,Jim Meyering
2006-06-18Test for a bug that causes glibc's getcwd to suffer a failed assertion.Jim Meyering
2006-06-18*** empty log message ***Jim Meyering
2006-06-18Fix 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
2006-06-18* ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, makeJim Meyering
2006-06-18make error output a little clearerJim Meyering
2006-06-17* tests/rm/inaccessible: Skip this test on systems without openat support.Jim Meyering
2006-06-16.Jim Meyering
2006-06-16add these two files (a and b) so that I can remove them -- in the eyes of cvspsJim Meyering
2006-06-16remove the files once and for all, so that tools like cvsps (and even 'cvs up...Jim Meyering
2006-06-15Improve permission checks to handlePaul Eggert
2006-06-14tests/du/basic: Revamp not to hard-code file system block sizes.Jim Meyering
2006-06-12tests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL), for the files0-from t...Jim Meyering
2006-06-12(check-texinfo): Use $(_W) and $(W_) instead ofPaul Eggert
2006-06-11Makefile.am (EXTRA_DIST): Add .gitignore.Jim Meyering
2006-06-11*** empty log message ***Jim Meyering
2006-06-11Setting TIME_STYLE=long-iso in the environment would make theJim Meyering
2006-06-11* tests/cp/same-file: Execute 'ls' in the C locale, so that itPaul Eggert
2006-06-11(__attribute__): Don't define if already defined.Paul Eggert
2006-06-10Mention the AIX-strndup-bug vs. dircolors workaround.Jim Meyering
2006-06-10Apply this change from gnulib:Jim Meyering
2006-06-10Apply this change from gnulib:Jim Meyering
2006-06-10*** empty log message ***Jim Meyering
2006-06-10Require a "Version N.M" line at the top of the ChangeLogJim Meyering
2006-06-08Ensure that cat works with any of the options, -A -v -e -E -T,Jim Meyering
2006-06-08(eval4): Detect overflow properly when multiplying INTMAX_MIN * -1.Paul Eggert
2006-06-07Don't claim x86 behavior is erroneous in a comment.Paul Eggert
2006-06-07The 'expr' command now detects and reports integer overflow.Paul Eggert