Here's another snapshot. Final, I hope. Unless something else comes up, I will release coreutils-8.3 in around 10 hours.
In the last two days, there have been two bug fixes. The one in pr is minor, but the one that was fixed via a change in gnulib's utimens.c would have caused trouble when coreutils is used with a very recent glibc. coreutils snapshot: (.gz files are here, too) http://meyering.net/cu/coreutils-ss.tar.xz 4.3 MB http://meyering.net/cu/coreutils-ss.tar.xz.sig http://meyering.net/cu/coreutils-8.2.58-e06e.tar.xz There are .gz and .sig files here, too: http://people.redhat.com/meyering/cu/coreutils-ss.tar.xz http://people.redhat.com/meyering/cu/coreutils-8.2.58-e06e.tar.xz Changes in coreutils since 8.2.52-4db2f: Eric Blake (3): cp, touch: avoid problem with new glibc maint: apply correct license to auxiliary files pr: ensure the page header line is of the required format Jim Meyering (2): build: require newer versions of automake and autoconf maint: change an email address in THANKS Philip Rowlands (1): doc: fix typo in NEWS ========================================================= Changes in gnulib since 8.2.52-4db2f: Aurelien Jarno (1): utimens (fdutimens): ignore a negative FD, per contract Bruno Haible (1): wchar: Remove unused configure check. Eric Blake (12): headers: make check of system header explicit fdopendir: fix configure test mkdir: avoid xalloc strcase: document what it provides maint: support 'make announcement' from a VPATH build stdio, unistd: guarantee ssize_t dirent: fix test failure pread: fix compilation on glibc doc: regenerate INSTALL select: add missing dependency maint.mk: ignore multi-line copyright in NEWS maint.mk: detect incorrect GFDL usage Jim Meyering (10): ChangeLog: tweak to eliminate unnecessary copyright line regcomp: sync from glibc; always use nl_langinfo regcomp: sync from glibc: remove dead store regcomp: fix typo in comment nl_langinfo: avoid configure-time syntax error xalloc.h: use consistent formatting maint.mk: include 4 more function names in alloca.h-checking regexp maint: remove useless inclusions of "alloca.h" ChangeLog: correct last entry: s/alloca.h/xalloc.h/ readtokens: this module *does* require xalloc.h Karl Berry (3): autoupdate autoupdate autoupdate Paolo Bonzini (1): nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if. Petr Salinger (1): linkat, renameat: avoid bad free Ralf Wildenhues (1): cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test Ulrich Drepper (3): regcomp: recognize ill-formed { } expressions regcomp: skip collseq lookup when there are no rules regcomp, regexec, fnmatch: avoid array bounds read error