Age | Commit message (Expand) | Author |
2007-10-07 | Convert coreutils' rand*.{c,h,m4} into modules. | Jim Meyering |
2007-10-07 | Copy from gnulib the parts of tempname that we'll modify. | Jim Meyering |
2007-10-07 | Avoid a pseudo-leak in sort. | Jim Meyering |
2007-10-07 | Use puts, rather than printf ("%s\n". Slightly cleaner. | Jim Meyering |
2007-10-07 | Avoid seq malfunction on non-POSIX systems: mingw, BeOS, Interix. | Jim Meyering |
2007-10-07 | Avoid a used-uninitialized error. | Jim Meyering |
2007-10-05 | Make a failing cross-partition mv give a sensible diagnostic. | Jim Meyering |
2007-10-05 | Add PACKAGE_VERSION to TESTS_ENVIRONMENT via check.mk. | Jim Meyering |
2007-10-05 | List two systems on which chroot works when run by non-root. | Jim Meyering |
2007-10-04 | Adapt to new gnulib naming scheme. | Jim Meyering |
2007-10-04 | lib/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-04 | Remove 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-02 | Never copy through a symlink that cp has just created. | Jim Meyering |
2007-09-30 | cp: do not abbreviate in --help output. | Jim Meyering |
2007-09-30 | Fix testsuite on cygwin. | Eric Blake |
2007-09-30 | Test previous patch. | Eric Blake |
2007-09-29 | * src/groups.sh: Don't ignore first argument if later argument is --. | Eric Blake |
2007-09-27 | Avoid spurious test failure when SELinux stats "selinux/class". | Jim Meyering |
2007-09-27 | Move file-set and hash-triple modules to gnulib. | Jim Meyering |
2007-09-27 | Add a test to exercise a readlink bug. | Jim Meyering |
2007-09-27 | Make "Date input formats" easier to find in info file | Pádraig Brady |
2007-09-25 | Use 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-24 | copy.c: Remove definitions of factored-out functions. | Jim Meyering |
2007-09-22 | Don't print the commands of a 10-line script that's run in each subdir. | Jim Meyering |
2007-09-22 | rm: give a sensible diagnostic when failing to remove a symlink | Jim Meyering |
2007-09-22 | rm: fix a tiny, nearly inconsequential bug. | Jim Meyering |
2007-09-22 | TODO: It'd be nice to add renice. | Karl Berry |
2007-09-21 | Avoid a test failure due to now-parallelized tests. | Jim Meyering |
2007-09-19 | Fix typo in previous change. | Jim Meyering |
2007-09-19 | * coreutils.texi (expr invocation): Correct description of relative | Jim Meyering |
2007-09-16 | tests/misc/tac-continue: Arrange to remove a temporary file. | Jim Meyering |
2007-09-16 | tests/check.mk (vc_exe_in_TESTS): Don't rely on the value of $(TESTS), | Jim Meyering |
2007-09-16 | tests/CuTmpdir.pm: Use File::Find + chmod syscall, not chmod -R. | Jim Meyering |
2007-09-16 | Revamp most test scripts. | Jim Meyering |
2007-09-16 | * tests/rm/v-slash: Avoid test failure with non-C locale. | Jim Meyering |
2007-09-15 | Enable some previously omitted test scripts. Add a test cross-check. | Jim Meyering |
2007-09-15 | Factor out definitions in TESTS_ENVIRONMENT of srcdir, top_srcdir, etc. | Jim Meyering |
2007-09-15 | tests/general: Remove from VC, this long-unused directory and contents. | Jim Meyering |
2007-09-15 | Adapt tests/tail-2/ to use test-lib.sh. | Jim Meyering |
2007-09-15 | Adapt tests/readlink/ to use test-lib.sh. | Jim Meyering |
2007-09-15 | Move the sole test in tests/ls-2/ to tests/misc/. | Jim Meyering |
2007-09-15 | More misc, test-related changes. (some to allow running tests as root) | Jim Meyering |
2007-09-15 | Move all tests from test/{od,sha1sum,shred,stty} to tests/misc/. | Jim Meyering |
2007-09-15 | Move the two tests in tests/tee to tests/misc/. | Jim Meyering |
2007-09-15 | Move the two tests in tests/sum/ to tests/misc/. | Jim Meyering |
2007-09-15 | Move the sole test in tests/tsort/ to tests/misc/tsort. | Jim Meyering |