platform/upstream/coreutils.git
2007-11-18 Jim MeyeringRemove unused parameter in remove.c.
2007-11-18 Jim Meyeringbootstrap: work also with 4-argument variant of AC_INIT...
2007-11-17 Jim MeyeringCorrect preceding patch.
2007-11-17 Jim Meyering"seq .1 .1" would mistakenly generate no output on...
2007-11-16 Paul EggertPort tests/rmdir/ignore away from GNU/Linux.
2007-11-16 Jim MeyeringAvoid an obscure new "make distcheck" failure.
2007-11-16 Paul EggertPort readlink-fp-loop to Solaris.
2007-11-16 Jim MeyeringPort to Solaris 'make' and use a Posixish shell on...
2007-11-16 Paul EggertPort to Solaris 8 perl, which does not support "use...
2007-11-15 Andreas Schwab* m4/include-exclude-prog.m4 (gl_REMOVE_PROG): Fix...
2007-11-15 Jim MeyeringAvoid misbehavior of a cross-device "mv" or "install".
2007-11-14 Jim MeyeringAnother bootstrap kludge.
2007-11-14 Jim Meyeringsrc/install.c (setdefaultfilecon): Stub-out the entire...
2007-11-14 Jim Meyering#ifdef-out matchpathcon-related code, for now.
2007-11-14 Jim MeyeringUse gnulib's stpncpy module, now required by install.c
2007-11-14 Jim MeyeringEnable gnulib-tool's --with-tests option.
2007-11-12 Benno SchulenbergLikewise for description of cp -a in doc/coreutils...
2007-11-12 Benno SchulenbergClarify description of cp's -a option.
2007-11-10 Jim Meyeringbootstrap: fix typo to enable use of $gnulib_tool_optio...
2007-11-10 Jim Meyeringinstall+SELinux: reduce a 12x performance hit to ~1.5x
2007-11-08 Jim MeyeringAdapt to gnulib's s/jm_/gl_/ cache variable renaming.
2007-11-05 Jim MeyeringFix bootstrap failure to handle files like lib/uniwidth...
2007-11-05 Jim Meyering* src/c99-to-c89.diff: Adjust offsets.
2007-11-05 Jim MeyeringDon't use GNU-sed-specific \< \> operators here, either.
2007-11-05 Jim MeyeringUse tighter regexps when performing name substitution.
2007-11-05 Jim MeyeringDon't use GNU-sed-specific \< \> operators.
2007-11-05 Jim MeyeringGet git-version-gen from gnulib. v6.9.89
2007-11-03 Jim Meyeringgit-version-gen: Sync from autoconf's version.
2007-11-03 Jim MeyeringSync copyright and scriptversion bits from gnulib.
2007-11-03 Jim MeyeringChange the first '-' to '.' in the snapshot version...
2007-11-03 Jim Meyeringseq: add another test for the %% bug
2007-11-03 Paul EggertFix bug with "seq 10.8 0.1 10.95", plus another bug...
2007-11-01 Jim Meyeringtests/misc/printf-surprise: Correct sed transform.
2007-11-01 Jim MeyeringAdd example inspired by "make dist" running gzip and...
2007-11-01 Jim MeyeringSay that the first process substitution example is...
2007-11-01 Jim MeyeringUse mktemp, not mkdtemp, to create test directories.
2007-11-01 Jim MeyeringAdjust a seq subtest not to depend on the vagaries...
2007-11-01 Jim MeyeringMake the new printf-surprise test more precise.
2007-11-01 Jim MeyeringAccommodate FreeBSD 6.1 hard-link-to-symlink differences.
2007-10-31 Jim MeyeringFix a "make distcheck" failure.
2007-10-31 Jim Meyering* bootstrap.conf (gnulib_modules): Add xprintf-posix.
2007-10-30 Jim MeyeringAvoid seq floating-point test failure on FreeBSD 6.1.
2007-10-29 Jim MeyeringChange a "make dist" diagnostic.
2007-10-29 Bob ProulxImprove color terminal escape usage.
2007-10-29 Jim MeyeringDon't try to colorize a dumb terminal.
2007-10-29 Jim MeyeringRemove gnulib's printf-posix module, for now.
2007-10-29 Jim MeyeringRemove spurious semicolon after "else".
2007-10-29 Jim MeyeringAttribute suggestion for last change.
2007-10-29 Jim MeyeringIf $TERM is empty, don't use colors. This helps the...
2007-10-29 Jim MeyeringAlways initialize terminal colorization string variables.
2007-10-29 Jim MeyeringAvoid test failure in non-srcdir build vs. the git...
2007-10-28 Jim MeyeringDefine ENOTSUP, not ENOSYS. Needed on OpenBSD 3.9.
2007-10-28 Jim MeyeringDefine ENODATA, for FreeBSD 5.0 and 6.1.
2007-10-28 Jim MeyeringRun autoreconf, not just autoconf, to avoid warnings.
2007-10-28 Jim MeyeringRequire gnulib's printf-posix module, to support Interix.
2007-10-28 Jim MeyeringHelp xgettext recognize more printf-style format strings.
2007-10-27 Jim MeyeringAdjust format string so msgfmt doesn't object.
2007-10-27 Jim MeyeringClean up tests/Makefile.am.
2007-10-27 Jim Meyering* build-aux/check.mk: Merge with latest from Akim.
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.
next