summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-10-28Require gnulib's printf-posix module, to support Interix.Jim Meyering
2007-10-28Help xgettext recognize more printf-style format strings.Jim Meyering
2007-10-27Adjust format string so msgfmt doesn't object.Jim Meyering
2007-10-27Clean up tests/Makefile.am.Jim Meyering
2007-10-27* build-aux/check.mk: Merge with latest from Akim.Jim Meyering
2007-10-27Add a test for the printf fix of 2007-10-21.Jim Meyering
2007-10-25Add attribution for the expr.c-vs-xgettext report.Jim Meyering
2007-10-25Remove vestiges of cvs-gnulib-checkout process. Now we use git.Jim Meyering
2007-10-25Tell xgettext that "ARG1 % ARG2" is not a C format string.Micah Cowan
2007-10-24Avoid diagnostics from sha1sum when there is no cached checksum.Jim Meyering
2007-10-24Get gnulib from the git repository, not from an obsolete cvs one.Jim Meyering
2007-10-24Doc improvements.Jim Meyering
2007-10-24Don't fail part 2 of tests/rm/unreadable when run as root.Jim Meyering
2007-10-23* README-hacking: Refer to LZMA Utils <http://tukaani.org/lzma/>.Jim Meyering
2007-10-22* README-hacking: Describe how to build with LZMA.Paul Eggert
2007-10-22Remove git-version-gen's first parameter.Jim Meyering
2007-10-21Attribute the printf bug report.Jim Meyering
2007-10-21* NEWS: Mention the printf fix.Jim Meyering
2007-10-21Reorder tests to run more basic ones earlier.Jim Meyering
2007-10-21tr: do not reject an unmatched [:lower:] or [:upper:] in SET1.Jim Meyering
2007-10-21* tests/misc/help-version: Add a comment.Jim Meyering
2007-10-21Detect printf(3) failure due to ENOMEM.Jim Meyering
2007-10-21Put always-failing programs first in PATH, so tests cannot mistakenly run ins...Jim Meyering
2007-10-20* doc/coreutils.texi: Add a cross-reference to bashref's Process Substitution...Jim Meyering
2007-10-20* doc/coreutils.texi (tee invocation): Fix typo. Add a little.Jim Meyering
2007-10-20Adjust tests to pass, now that Test.pm ones use check.mk.Jim Meyering
2007-10-20Ensure that Test.pm-derived tests use the right $PATH.Jim Meyering
2007-10-20Prevent "make check" from leaving mktemp /tmp/tmp.* files behind.Bob Proulx
2007-10-16Show how to make tee redirect to multiple processes.Jim Meyering
2007-10-14Pull all TESTS_ENVIRONMENT settings "up" into tests/check.mk.Jim Meyering
2007-10-14Fix a minor typo.Jim Meyering
2007-10-09Move the help-version test into misc/.Jim Meyering
2007-10-09Make the runcon-no-reorder test slightly more general.Jim Meyering
2007-10-09Skip the chcon test on a system with no SELinux support.Jim Meyering
2007-10-09* src/dircolors.hin: Recognize .lzma as a compressed-file suffix.Jim Meyering
2007-10-09* configure.ac (AM_INIT_AUTOMAKE): Use dist-lzma, rather than dist-bzip2.Jim Meyering
2007-10-09Now that we don't install su, don't make misleading suggestions.Jim Meyering
2007-10-08When forming a truncated name, use the "[...]" prefix even forJim Meyering
2007-10-08rm could malfunction under unusual circumstances:Jim Meyering
2007-10-07Don't let a helper function modify errno.Jim Meyering
2007-10-07Reflect 2->3 GPL copyright version update in gnulib.Jim Meyering
2007-10-07* configure.ac (AM_INIT_AUTOMAKE): Don't use dist-lzma just yet.Jim Meyering
2007-10-07New program: mktemp.Jim Meyering
2007-10-07Make tempname more random, via the randint module.Jim Meyering
2007-10-07Convert coreutils' rand*.{c,h,m4} into modules.Jim Meyering
2007-10-07Copy from gnulib the parts of tempname that we'll modify.Jim Meyering
2007-10-07Avoid a pseudo-leak in sort.Jim Meyering
2007-10-07Use puts, rather than printf ("%s\n". Slightly cleaner.Jim Meyering
2007-10-07Avoid seq malfunction on non-POSIX systems: mingw, BeOS, Interix.Jim Meyering
2007-10-07Avoid a used-uninitialized error.Jim Meyering