Age | Commit message (Expand) | Author |
2007-11-17 | Correct preceding patch. | Jim Meyering |
2007-11-17 | "seq .1 .1" would mistakenly generate no output on some systems | Jim Meyering |
2007-11-17 | Port tests/rmdir/ignore away from GNU/Linux. | Paul Eggert |
2007-11-16 | Avoid an obscure new "make distcheck" failure. | Jim Meyering |
2007-11-16 | Port readlink-fp-loop to Solaris. | Paul Eggert |
2007-11-16 | Port to Solaris 'make' and use a Posixish shell on Solaris. | Jim Meyering |
2007-11-16 | Port 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-15 | Avoid misbehavior of a cross-device "mv" or "install". | Jim Meyering |
2007-11-14 | Another bootstrap kludge. | Jim Meyering |
2007-11-14 | src/install.c (setdefaultfilecon): Stub-out the entire function. | Jim Meyering |
2007-11-14 | #ifdef-out matchpathcon-related code, for now. | Jim Meyering |
2007-11-14 | Use gnulib's stpncpy module, now required by install.c | Jim Meyering |
2007-11-14 | Enable gnulib-tool's --with-tests option. | Jim Meyering |
2007-11-13 | Likewise for description of cp -a in doc/coreutils.texi: s/-dpPR/-dpR/. | Benno Schulenberg |
2007-11-12 | Clarify description of cp's -a option. | Benno Schulenberg |
2007-11-10 | bootstrap: fix typo to enable use of $gnulib_tool_option_extras. | Jim Meyering |
2007-11-10 | install+SELinux: reduce a 12x performance hit to ~1.5x | Jim Meyering |
2007-11-08 | Adapt to gnulib's s/jm_/gl_/ cache variable renaming. | Jim Meyering |
2007-11-05 | Fix 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-05 | Don't use GNU-sed-specific \< \> operators here, either. | Jim Meyering |
2007-11-05 | Use tighter regexps when performing name substitution. | Jim Meyering |
2007-11-05 | Don't use GNU-sed-specific \< \> operators. | Jim Meyering |
2007-11-05 | Get git-version-gen from gnulib. | Jim Meyering |
2007-11-03 | git-version-gen: Sync from autoconf's version. | Jim Meyering |
2007-11-03 | Sync copyright and scriptversion bits from gnulib. | Jim Meyering |
2007-11-03 | Change the first '-' to '.' in the snapshot version string, | Jim Meyering |
2007-11-03 | seq: add another test for the %% bug | Jim Meyering |
2007-11-03 | Fix bug with "seq 10.8 0.1 10.95", plus another bug with %% in format. | Paul Eggert |
2007-11-01 | tests/misc/printf-surprise: Correct sed transform. | Jim Meyering |
2007-11-01 | Add example inspired by "make dist" running gzip and lzma in sequence. | Jim Meyering |
2007-11-01 | Say that the first process substitution example is contrived. | Jim Meyering |
2007-11-01 | Use mktemp, not mkdtemp, to create test directories. | Jim Meyering |
2007-11-01 | Adjust a seq subtest not to depend on the vagaries of floating point. | Jim Meyering |
2007-11-01 | Make the new printf-surprise test more precise. | Jim Meyering |
2007-11-01 | Accommodate FreeBSD 6.1 hard-link-to-symlink differences. | Jim Meyering |
2007-10-31 | Fix a "make distcheck" failure. | Jim Meyering |
2007-10-31 | * bootstrap.conf (gnulib_modules): Add xprintf-posix. | Jim Meyering |
2007-10-30 | Avoid seq floating-point test failure on FreeBSD 6.1. | Jim Meyering |
2007-10-29 | Change a "make dist" diagnostic. | Jim Meyering |
2007-10-29 | Improve color terminal escape usage. | Bob Proulx |
2007-10-29 | Don't try to colorize a dumb terminal. | Jim Meyering |
2007-10-29 | Remove gnulib's printf-posix module, for now. | Jim Meyering |
2007-10-29 | Remove spurious semicolon after "else". | Jim Meyering |
2007-10-29 | Attribute suggestion for last change. | Jim Meyering |
2007-10-29 | If $TERM is empty, don't use colors. This helps the buildbot, | Jim Meyering |
2007-10-29 | Always initialize terminal colorization string variables. | Jim Meyering |
2007-10-29 | Avoid test failure in non-srcdir build vs. the git tree. | Jim Meyering |
2007-10-28 | Define ENOTSUP, not ENOSYS. Needed on OpenBSD 3.9. | Jim Meyering |