Here's another snapshot, prior to coreutils-7.6. We've inherited quite a few changes from gnulib, including one to fix the Solaris build failure.
coreutils snapshot: http://meyering.net/cu/coreutils-ss.tar.gz 9.6 MB http://meyering.net/cu/coreutils-ss.tar.xz 4.0 MB http://meyering.net/cu/coreutils-ss.tar.gz.sig http://meyering.net/cu/coreutils-ss.tar.xz.sig aka http://meyering.net/cu/coreutils-7.5.76-1c0ec.tar.gz http://meyering.net/cu/coreutils-7.5.76-1c0ec.tar.xz Changes in coreutils since 7.5.65-61cc6: Jim Meyering (9): build: update gnulib submodule to latest tests: tail-2/infloop-1: avoid rare test failure on a busy system tests: ls/color-clear-to-eol: append NL to accommodate old sed tests: misc/cat-buf: clean up syntax tail: don't give up on inotify mode for an already-ignored "-" tail: ignore -f for piped-stdin, as POSIX requires tail: syntax-only: use "false", rather than equivalent, 0 tail: make the new piped-stdin test as portable as the old one * gnulib: Update submodule to latest. Pádraig Brady (3): tests: tail-2/flush-initial should not rely on stdbuf tests: address a race condition in misc/cat-buf tests: tail-2/assert: reduce risk of race condition Changes in gnulib since 7.5.65-61cc6: * gnulib c46ae39...2c90f1a (23): > fstatat: fix compilation on Solaris > rename: modernize replacement > stdio: sort witness names > getcwd: minor cleanups > openat: provide more convenience names > doc: fix comments in recent patches > faccessat, symlinkat: continue cleanup of previous patch > Remove dependency from unistd_h.m4, sys_stat_h.m4, fcntl_h.m4 to openat.m4. > Remove unneeded gl_MODULE_INDICATOR invocation. > Set errno to ENOSYS when a function is entirely unsupported. > Mention affected platforms. > Fix indentation. > For NULL, include <stdlib.h>, not <stdio.h>. > Work around a glibc bug in strtok_r. > exclude: minor fix > bootstrap: improve error message > Update copyright year. > symlinkat: new module > test-openat-safer: add more checks * tests/test-openat-safer.c (main): Check more code paths. > syntax-check: detect unnecessary inclusion of openat.h > Support towlower and towupper. > Fix bug occurring when converting invalid input. > Test indirect conversion as well.
