On 09/07/2010 08:51 AM, Eric Blake wrote:
On 09/06/2010 01:13 PM, Jim Meyering wrote:
I'm ready to make a new release, modulo portability/testing.

If you have patches that you'd like to be considered,
or any other reason to defer, let us know.

Give me an hour or two to smoke-test things on cygwin...

No problems encountered while building the package from a tarball on cygwin 1.7.7. 'make check' had two failures (but not recent regressions):

FAIL: case-fold-char-range (exit: 1)
====================================

--- out1-zh_CN  2010-09-07 10:18:26.780500000 -0600
+++ exp1        2010-09-07 10:18:26.561750000 -0600
@@ -0,0 +1,2 @@
+A
+Z
--- out2-zh_CN  2010-09-07 10:18:27.421125000 -0600
+++ exp2        2010-09-07 10:18:27.171125000 -0600
@@ -0,0 +1,2 @@
+a
+z


FAIL: spencer1-locale (exit: 1)
===============================

Spencer test #164 failed (zh_CN)
Spencer test #169 failed (zh_CN)
Spencer test #184 failed (zh_CN)
Spencer test #519 failed (zh_CN)
Spencer test #599 failed (zh_CN)

Both are most likely due to locale support being incomplete in cygwin, such that zh_CN does not behave the same as on glibc.

And both issues where if we change grep to treat [A-Z] with ASCII semantics in all locales, where we wouldn't have to worry about differing locale collation support between Linux and Cygwin.

--
Eric Blake   [email protected]    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Reply via email to