summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-11-05Don't use GNU-sed-specific \< \> operators.Jim Meyering
2007-11-05Get git-version-gen from gnulib.Jim Meyering
2007-11-03git-version-gen: Sync from autoconf's version.Jim Meyering
2007-11-03Sync copyright and scriptversion bits from gnulib.Jim Meyering
2007-11-03Change the first '-' to '.' in the snapshot version string,Jim Meyering
2007-11-03seq: add another test for the %% bugJim Meyering
2007-11-03Fix bug with "seq 10.8 0.1 10.95", plus another bug with %% in format.Paul Eggert
2007-11-01tests/misc/printf-surprise: Correct sed transform.Jim Meyering
2007-11-01Add example inspired by "make dist" running gzip and lzma in sequence.Jim Meyering
2007-11-01Say that the first process substitution example is contrived.Jim Meyering
2007-11-01Use mktemp, not mkdtemp, to create test directories.Jim Meyering
2007-11-01Adjust a seq subtest not to depend on the vagaries of floating point.Jim Meyering
2007-11-01Make the new printf-surprise test more precise.Jim Meyering
2007-11-01Accommodate FreeBSD 6.1 hard-link-to-symlink differences.Jim Meyering
2007-10-31Fix a "make distcheck" failure.Jim Meyering
2007-10-31* bootstrap.conf (gnulib_modules): Add xprintf-posix.Jim Meyering
2007-10-30Avoid seq floating-point test failure on FreeBSD 6.1.Jim Meyering
2007-10-29Change a "make dist" diagnostic.Jim Meyering
2007-10-29Improve color terminal escape usage.Bob Proulx
2007-10-29Don't try to colorize a dumb terminal.Jim Meyering
2007-10-29Remove gnulib's printf-posix module, for now.Jim Meyering
2007-10-29Remove spurious semicolon after "else".Jim Meyering
2007-10-29Attribute suggestion for last change.Jim Meyering
2007-10-29If $TERM is empty, don't use colors. This helps the buildbot,Jim Meyering
2007-10-29Always initialize terminal colorization string variables.Jim Meyering
2007-10-29Avoid test failure in non-srcdir build vs. the git tree.Jim Meyering
2007-10-28Define ENOTSUP, not ENOSYS. Needed on OpenBSD 3.9.Jim Meyering
2007-10-28Define ENODATA, for FreeBSD 5.0 and 6.1.Jim Meyering
2007-10-28Run autoreconf, not just autoconf, to avoid warnings.Jim Meyering
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