| Age | Commit message (Expand) | Author | Lines |
| 2007-10-24 | Don't fail part 2 of tests/rm/unreadable when run as root. | Jim Meyering | -2/+10 |
| 2007-10-23 | * README-hacking: Refer to LZMA Utils <http://tukaani.org/lzma/>. | Jim Meyering | -2/+6 |
| 2007-10-22 | * README-hacking: Describe how to build with LZMA. | Paul Eggert | -0/+27 |
| 2007-10-22 | Remove git-version-gen's first parameter. | Jim Meyering | -7/+19 |
| 2007-10-21 | Attribute the printf bug report. | Jim Meyering | -0/+1 |
| 2007-10-21 | * NEWS: Mention the printf fix. | Jim Meyering | -1/+8 |
| 2007-10-21 | Reorder tests to run more basic ones earlier. | Jim Meyering | -4/+21 |
| 2007-10-21 | tr: do not reject an unmatched [:lower:] or [:upper:] in SET1. | Jim Meyering | -18/+23 |
| 2007-10-21 | * tests/misc/help-version: Add a comment. | Jim Meyering | -0/+4 |
| 2007-10-21 | Detect printf(3) failure due to ENOMEM. | Jim Meyering | -19/+29 |
| 2007-10-21 | Put always-failing programs first in PATH, so tests cannot mistakenly run ins... | Jim Meyering | -1/+25 |
| 2007-10-20 | * doc/coreutils.texi: Add a cross-reference to bashref's Process Substitution... | Jim Meyering | -3/+7 |
| 2007-10-20 | * doc/coreutils.texi (tee invocation): Fix typo. Add a little. | Jim Meyering | -3/+6 |
| 2007-10-20 | Adjust tests to pass, now that Test.pm ones use check.mk. | Jim Meyering | -12/+16 |
| 2007-10-20 | Ensure that Test.pm-derived tests use the right $PATH. | Jim Meyering | -0/+7 |
| 2007-10-20 | Prevent "make check" from leaving mktemp /tmp/tmp.* files behind. | Bob Proulx | -0/+9 |
| 2007-10-16 | Show how to make tee redirect to multiple processes. | Jim Meyering | -3/+75 |
| 2007-10-14 | Pull all TESTS_ENVIRONMENT settings "up" into tests/check.mk. | Jim Meyering | -101/+55 |
| 2007-10-14 | Fix a minor typo. | Jim Meyering | -1/+7 |
| 2007-10-09 | Move the help-version test into misc/. | Jim Meyering | -13/+18 |
| 2007-10-09 | Make the runcon-no-reorder test slightly more general. | Jim Meyering | -1/+6 |
| 2007-10-09 | Skip the chcon test on a system with no SELinux support. | Jim Meyering | -26/+27 |
| 2007-10-09 | * src/dircolors.hin: Recognize .lzma as a compressed-file suffix. | Jim Meyering | -0/+3 |
| 2007-10-09 | * configure.ac (AM_INIT_AUTOMAKE): Use dist-lzma, rather than dist-bzip2. | Jim Meyering | -1/+3 |
| 2007-10-09 | Now that we don't install su, don't make misleading suggestions. | Jim Meyering | -17/+31 |
| 2007-10-08 | When forming a truncated name, use the "[...]" prefix even for | Jim Meyering | -12/+23 |
| 2007-10-08 | rm could malfunction under unusual circumstances: | Jim Meyering | -63/+114 |
| 2007-10-07 | Don't let a helper function modify errno. | Jim Meyering | -1/+9 |
| 2007-10-07 | Reflect 2->3 GPL copyright version update in gnulib. | Jim Meyering | -13/+14 |
| 2007-10-07 | * configure.ac (AM_INIT_AUTOMAKE): Don't use dist-lzma just yet. | Jim Meyering | -1/+3 |
| 2007-10-07 | New program: mktemp. | Jim Meyering | -7/+576 |
| 2007-10-07 | Make tempname more random, via the randint module. | Jim Meyering | -71/+78 |
| 2007-10-07 | Convert coreutils' rand*.{c,h,m4} into modules. | Jim Meyering | -41/+107 |
| 2007-10-07 | Copy from gnulib the parts of tempname that we'll modify. | Jim Meyering | -0/+395 |
| 2007-10-07 | Avoid a pseudo-leak in sort. | Jim Meyering | -0/+4 |
| 2007-10-07 | Use puts, rather than printf ("%s\n". Slightly cleaner. | Jim Meyering | -2/+5 |
| 2007-10-07 | Avoid seq malfunction on non-POSIX systems: mingw, BeOS, Interix. | Jim Meyering | -1/+7 |
| 2007-10-07 | Avoid a used-uninitialized error. | Jim Meyering | -3/+9 |
| 2007-10-05 | Make a failing cross-partition mv give a sensible diagnostic. | Jim Meyering | -6/+110 |
| 2007-10-05 | Add PACKAGE_VERSION to TESTS_ENVIRONMENT via check.mk. | Jim Meyering | -2/+9 |
| 2007-10-05 | List two systems on which chroot works when run by non-root. | Jim Meyering | -1/+10 |
| 2007-10-04 | Adapt to new gnulib naming scheme. | Jim Meyering | -10/+18 |
| 2007-10-04 | lib/search_.h: Remove unused file. | Jim Meyering | -87/+2 |
| 2007-10-04 | * bootstrap (update_po_files): Work also when there are no .po files in po/. | Jim Meyering | -6/+10 |
| 2007-10-04 | * bootstrap (slurp): Adapt to _.h -> .in.h name change. | Jim Meyering | -5/+7 |
| 2007-10-04 | Remove test program: lib/t-fpending.c. | Jim Meyering | -52/+8 |
| 2007-10-03 | * tests/misc/selinux: Skip this test if the initial chcon fails. | Jim Meyering | -1/+9 |
| 2007-10-02 | Never copy through a symlink that cp has just created. | Jim Meyering | -8/+116 |
| 2007-09-30 | cp: do not abbreviate in --help output. | Jim Meyering | -1/+7 |
| 2007-09-30 | Fix testsuite on cygwin. | Eric Blake | -0/+9 |