summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2007-10-05Make a failing cross-partition mv give a sensible diagnostic.Jim Meyering
2007-10-05Add PACKAGE_VERSION to TESTS_ENVIRONMENT via check.mk.Jim Meyering
2007-10-04Adapt to new gnulib naming scheme.Jim Meyering
2007-10-04lib/search_.h: Remove unused file.Jim Meyering
2007-10-04* bootstrap (update_po_files): Work also when there are no .po files in po/.Jim Meyering
2007-10-04* bootstrap (slurp): Adapt to _.h -> .in.h name change.Jim Meyering
2007-10-04Remove test program: lib/t-fpending.c.Jim Meyering
2007-10-03* tests/misc/selinux: Skip this test if the initial chcon fails.Jim Meyering
2007-10-02Never copy through a symlink that cp has just created.Jim Meyering
2007-09-30cp: do not abbreviate in --help output.Jim Meyering
2007-09-30Test previous patch.Eric Blake
2007-09-29* src/groups.sh: Don't ignore first argument if later argument is --.Eric Blake
2007-09-27Avoid spurious test failure when SELinux stats "selinux/class".Jim Meyering
2007-09-27Move file-set and hash-triple modules to gnulib.Jim Meyering
2007-09-27Add a test to exercise a readlink bug.Jim Meyering
2007-09-27Make "Date input formats" easier to find in info filePádraig Brady
2007-09-25Use XOR, not OR to combine bits.Jim Meyering
2007-09-24* NEWS: The recent rm-diagnostic fix also affects cross-partition "mv".Jim Meyering
2007-09-24copy.c: Remove definitions of factored-out functions.Jim Meyering
2007-09-22Don't print the commands of a 10-line script that's run in each subdir.Jim Meyering
2007-09-22rm: give a sensible diagnostic when failing to remove a symlinkJim Meyering
2007-09-22rm: fix a tiny, nearly inconsequential bug.Jim Meyering
2007-09-22TODO: It'd be nice to add renice.Karl Berry
2007-09-21Avoid a test failure due to now-parallelized tests.Jim Meyering
2007-09-16tests/misc/tac-continue: Arrange to remove a temporary file.Jim Meyering
2007-09-16tests/check.mk (vc_exe_in_TESTS): Don't rely on the value of $(TESTS),Jim Meyering
2007-09-16tests/CuTmpdir.pm: Use File::Find + chmod syscall, not chmod -R.Jim Meyering
2007-09-16Revamp most test scripts.Jim Meyering
2007-09-15Parallel "make check" support.Jim Meyering
2007-09-08Accommodate gnulib's renaming: __fpending.h -> fpending.h.Jim Meyering
2007-09-07chmod: don't ignore a dangling symlinkJim Meyering
2007-09-07Add a test: demonstrate that chmod ignores a dangling symlinkBob Proulx