platform/upstream/coreutils.git
2007-10-27 Jim MeyeringAdd a test for the printf fix of 2007-10-21.
2007-10-25 Jim MeyeringAdd attribution for the expr.c-vs-xgettext report.
2007-10-25 Jim MeyeringRemove vestiges of cvs-gnulib-checkout process. Now...
2007-10-25 Micah CowanTell xgettext that "ARG1 % ARG2" is not a C format...
2007-10-24 Jim MeyeringAvoid diagnostics from sha1sum when there is no cached...
2007-10-24 Jim MeyeringGet gnulib from the git repository, not from an obsolet...
2007-10-24 Jim MeyeringDoc improvements.
2007-10-24 Jim MeyeringDon't fail part 2 of tests/rm/unreadable when run as...
2007-10-23 Jim Meyering* README-hacking: Refer to LZMA Utils <tukaani.org...
2007-10-22 Paul Eggert* README-hacking: Describe how to build with LZMA.
2007-10-22 Jim MeyeringRemove git-version-gen's first parameter.
2007-10-21 Jim MeyeringAttribute the printf bug report.
2007-10-21 Jim Meyering* NEWS: Mention the printf fix.
2007-10-21 Jim MeyeringReorder tests to run more basic ones earlier.
2007-10-21 Jim Meyeringtr: do not reject an unmatched [:lower:] or [:upper...
2007-10-21 Jim Meyering* tests/misc/help-version: Add a comment.
2007-10-21 Jim MeyeringDetect printf(3) failure due to ENOMEM.
2007-10-21 Jim MeyeringPut always-failing programs first in PATH, so tests...
2007-10-20 Jim Meyering* doc/coreutils.texi: Add a cross-reference to bashref...
2007-10-20 Jim Meyering* doc/coreutils.texi (tee invocation): Fix typo. Add...
2007-10-20 Jim MeyeringAdjust tests to pass, now that Test.pm ones use check.mk.
2007-10-20 Jim MeyeringEnsure that Test.pm-derived tests use the right $PATH.
2007-10-20 Bob ProulxPrevent "make check" from leaving mktemp /tmp/tmp....
2007-10-16 Jim MeyeringShow how to make tee redirect to multiple processes.
2007-10-14 Jim MeyeringPull all TESTS_ENVIRONMENT settings "up" into tests...
2007-10-14 Jim MeyeringFix a minor typo.
2007-10-09 Jim MeyeringMove the help-version test into misc/.
2007-10-09 Jim MeyeringMake the runcon-no-reorder test slightly more general.
2007-10-09 Jim MeyeringSkip the chcon test on a system with no SELinux support.
2007-10-09 Jim Meyering* src/dircolors.hin: Recognize .lzma as a compressed...
2007-10-09 Jim Meyering* configure.ac (AM_INIT_AUTOMAKE): Use dist-lzma, rathe...
2007-10-09 Jim MeyeringNow that we don't install su, don't make misleading...
2007-10-08 Jim MeyeringWhen forming a truncated name, use the "[...]" prefix...
2007-10-08 Jim Meyeringrm could malfunction under unusual circumstances:
2007-10-07 Jim MeyeringDon't let a helper function modify errno.
2007-10-07 Jim MeyeringReflect 2->3 GPL copyright version update in gnulib.
2007-10-07 Jim Meyering* configure.ac (AM_INIT_AUTOMAKE): Don't use dist-lzma...
2007-10-07 Jim MeyeringNew program: mktemp.
2007-10-07 Jim MeyeringMake tempname more random, via the randint module.
2007-10-07 Jim MeyeringConvert coreutils' rand*.{c,h,m4} into modules.
2007-10-07 Jim MeyeringCopy from gnulib the parts of tempname that we'll modify.
2007-10-07 Jim MeyeringAvoid a pseudo-leak in sort.
2007-10-07 Jim MeyeringUse puts, rather than printf ("%s\n". Slightly cleaner.
2007-10-07 Jim MeyeringAvoid seq malfunction on non-POSIX systems: mingw,...
2007-10-07 Jim MeyeringAvoid a used-uninitialized error.
2007-10-05 Jim MeyeringMake a failing cross-partition mv give a sensible diagn...
2007-10-05 Jim MeyeringAdd PACKAGE_VERSION to TESTS_ENVIRONMENT via check.mk.
2007-10-05 Jim MeyeringList two systems on which chroot works when run by...
2007-10-04 Jim MeyeringAdapt to new gnulib naming scheme.
2007-10-04 Jim Meyeringlib/search_.h: Remove unused file.
2007-10-04 Jim Meyering* bootstrap (update_po_files): Work also when there...
2007-10-04 Jim Meyering* bootstrap (slurp): Adapt to _.h -> .in.h name change.
2007-10-04 Jim MeyeringRemove test program: lib/t-fpending.c.
2007-10-03 Jim Meyering* tests/misc/selinux: Skip this test if the initial...
2007-10-02 Jim MeyeringNever copy through a symlink that cp has just created.
2007-09-30 Jim Meyeringcp: do not abbreviate in --help output.
2007-09-30 Eric BlakeFix testsuite on cygwin.
2007-09-30 Eric BlakeTest previous patch.
2007-09-29 Eric Blake* src/groups.sh: Don't ignore first argument if later...
2007-09-27 Jim MeyeringAvoid spurious test failure when SELinux stats "selinux...
2007-09-27 Jim MeyeringMove file-set and hash-triple modules to gnulib.
2007-09-27 Jim MeyeringAdd a test to exercise a readlink bug.
2007-09-27 Pádraig BradyMake "Date input formats" easier to find in info file
2007-09-25 Jim MeyeringUse XOR, not OR to combine bits.
2007-09-24 Jim Meyering* NEWS: The recent rm-diagnostic fix also affects cross...
2007-09-24 Jim Meyeringcopy.c: Remove definitions of factored-out functions.
2007-09-22 Jim MeyeringDon't print the commands of a 10-line script that's...
2007-09-22 Jim Meyeringrm: give a sensible diagnostic when failing to remove...
2007-09-22 Jim Meyeringrm: fix a tiny, nearly inconsequential bug.
2007-09-22 Karl BerryTODO: It'd be nice to add renice.
2007-09-21 Jim MeyeringAvoid a test failure due to now-parallelized tests.
2007-09-19 Jim MeyeringFix typo in previous change.
2007-09-19 Jim Meyering* coreutils.texi (expr invocation): Correct description...
2007-09-16 Jim Meyeringtests/misc/tac-continue: Arrange to remove a temporary...
2007-09-16 Jim Meyeringtests/check.mk (vc_exe_in_TESTS): Don't rely on the...
2007-09-16 Jim Meyeringtests/CuTmpdir.pm: Use File::Find + chmod syscall,...
2007-09-15 Jim MeyeringRevamp most test scripts.
2007-09-15 Jim Meyering* tests/rm/v-slash: Avoid test failure with non-C locale.
2007-09-15 Jim MeyeringEnable some previously omitted test scripts. Add a...
2007-09-15 Jim MeyeringFactor out definitions in TESTS_ENVIRONMENT of srcdir...
2007-09-15 Jim Meyeringtests/general: Remove from VC, this long-unused directo...
2007-09-15 Jim MeyeringAdapt tests/tail-2/ to use test-lib.sh.
2007-09-15 Jim MeyeringAdapt tests/readlink/ to use test-lib.sh.
2007-09-15 Jim MeyeringMove the sole test in tests/ls-2/ to tests/misc/.
2007-09-15 Jim MeyeringMore misc, test-related changes. (some to allow running...
2007-09-15 Jim MeyeringMove all tests from test/{od,sha1sum,shred,stty} to...
2007-09-15 Jim MeyeringMove the two tests in tests/tee to tests/misc/.
2007-09-15 Jim MeyeringMove the two tests in tests/sum/ to tests/misc/.
2007-09-15 Jim MeyeringMove the sole test in tests/tsort/ to tests/misc/tsort.
2007-09-15 Jim MeyeringMove the sole test in tests/unexpand to tests/misc...
2007-09-15 Jim MeyeringMove the sole test in tests/seq to tests/misc/seq.
2007-09-15 Jim MeyeringConvert tests/mkdir/ to use test-lib.sh.
2007-09-15 Jim MeyeringMove the two tests in tests/md5sum to tests/misc/md5sum.
2007-09-15 Jim Meyeringtests/sample-test: Update to use test-lib.sh.
2007-09-15 Jim MeyeringConvert tests/misc/ to use test-lib.sh, too.
2007-09-15 Jim MeyeringConvert tests/ls/, too.
2007-09-15 Jim MeyeringConvert tests/ln/, too.
2007-09-15 Jim MeyeringConvert tests/install/, too.
2007-09-15 Jim MeyeringMove the two tests in tests/fmt to tests/misc/fmt.
2007-09-15 Jim MeyeringMove the sole test in tests/factor to tests/misc/factor.
next