summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-11-17Port tests/rmdir/ignore away from GNU/Linux.Paul Eggert
2007-11-16Avoid an obscure new "make distcheck" failure.Jim Meyering
2007-11-16Port readlink-fp-loop to Solaris.Paul Eggert
2007-11-16Port to Solaris 'make' and use a Posixish shell on Solaris.Jim Meyering
2007-11-16Port to Solaris 8 perl, which does not support "use warnings;".Paul Eggert
2007-11-15* m4/include-exclude-prog.m4 (gl_REMOVE_PROG): Fix syntax error.Andreas Schwab
2007-11-15Avoid misbehavior of a cross-device "mv" or "install".Jim Meyering
2007-11-14Another bootstrap kludge.Jim Meyering
2007-11-14src/install.c (setdefaultfilecon): Stub-out the entire function.Jim Meyering
2007-11-14#ifdef-out matchpathcon-related code, for now.Jim Meyering
2007-11-14Use gnulib's stpncpy module, now required by install.cJim Meyering
2007-11-14Enable gnulib-tool's --with-tests option.Jim Meyering
2007-11-13Likewise for description of cp -a in doc/coreutils.texi: s/-dpPR/-dpR/.Benno Schulenberg
2007-11-12Clarify description of cp's -a option.Benno Schulenberg
2007-11-10bootstrap: fix typo to enable use of $gnulib_tool_option_extras.Jim Meyering
2007-11-10install+SELinux: reduce a 12x performance hit to ~1.5xJim Meyering
2007-11-08Adapt to gnulib's s/jm_/gl_/ cache variable renaming.Jim Meyering
2007-11-05Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.Jim Meyering
2007-11-05* src/c99-to-c89.diff: Adjust offsets.Jim Meyering
2007-11-05Don't use GNU-sed-specific \< \> operators here, either.Jim Meyering
2007-11-05Use tighter regexps when performing name substitution.Jim Meyering
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