delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/06/25/05:23:55

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:to:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; q=dns; s=
default; b=RvoKhc7ESJvGnOZlR8BKLS7xO4H5xDThMnL44DJyyWkSngxYB20th
/h/yzCV+Aa5tP9ddK8N1iL8Hbf6k0fzx1CNAXhSMnrJWU+FiL7T0w4cWlXr11hvJ
L1sFRrSfA2lIzrbJUycd9z5idimx34ejX8XBc083BiDjnIVK/sMS5E=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:to:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; s=default;
bh=wXcBdfjFHQxJFjVcOMy9j21CpL8=; b=ArTItPumaoijkKykxolDshcTOOif
dNqsIBZ3q6VC6Vp6692coaLoe2+VnWOmmQZSaiZBkp/hzWQVcbuRxEDZEkx5+xYI
szlxlov/89JX/Di9Z9qEagRO6HGewavxKZp+F5F58vjXzYlmHFQ0r1Bbv98ds27C
+cuYcf2nT7tveRE=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy=
X-HELO: mout.kundenserver.de
Date: Mon, 25 Jun 2018 11:14:32 +0200
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: Date field of ls -l command is garbled in latest cygwin1.dll snapshot.
Message-ID: <20180625091432.GD28757@calimero.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <20180623024737 DOT 95cb452e6e9541eb05393983 AT nifty DOT ne DOT jp> <20180623053927 DOT 1e57462e18394d13c71cf3fd AT nifty DOT ne DOT jp> <20180623055913 DOT 808b584540e5f33ab164b16c AT nifty DOT ne DOT jp> <20180623080659 DOT 27e779440448629b512928f6 AT nifty DOT ne DOT jp> <b6e770ed-1129-f6fa-7319-cafde8ca9b31 AT SystematicSw DOT ab DOT ca> <f94533e8-8e21-d9a9-15f1-4fdd97fec98a AT towo DOT net> <ee8da875-20a2-1aec-3e77-e479455fba62 AT towo DOT net>
MIME-Version: 1.0
In-Reply-To: <ee8da875-20a2-1aec-3e77-e479455fba62@towo.net>
User-Agent: Mutt/1.9.2 (2017-12-15)

--2fHTh5uZTiUOsy+g
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Jun 24 18:34, Thomas Wolff wrote:
> Am 24.06.2018 um 00:32 schrieb Thomas Wolff:
> > Am 23.06.2018 um 20:46 schrieb Brian Inglis:
> > > On 2018-06-22 17:06, Takashi Yano wrote:
> > > > On Sat, 23 Jun 2018 05:39:27 +0900
> > > > Takashi Yano wrote:
> > > > > I looked into this problem, and found this is caused by incorrect
> > > > > return value of iswprint().
> > > > I have found the cause. That is, file categories.t is not correct.
> > > >=20
> > > > For example,
> > > > http://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt says:
> > > >=20
> > > > 3400;<CJK Ideograph Extension A, First>;Lo;0;L;;;;;N;;;;;
> > > > 4DB5;<CJK Ideograph Extension A, Last>;Lo;0;L;;;;;N;;;;;
> > > > ...
> > > > 4E00;<CJK Ideograph, First>;Lo;0;L;;;;;N;;;;;
> > > > 9FEF;<CJK Ideograph, Last>;Lo;0;L;;;;;N;;;;;
> > > >=20
> > > > However, categories.t is:
> > > > =C2=A0=C2=A0=C2=A0=C2=A0 {CAT_Lo, 0x3400, 0},
> > > > =C2=A0=C2=A0=C2=A0=C2=A0 {CAT_Lo, 0x4DB5, 0},
> > > > ...
> > > > =C2=A0=C2=A0=C2=A0=C2=A0 {CAT_Lo, 0x4E00, 0},
> > > > =C2=A0=C2=A0=C2=A0=C2=A0 {CAT_Lo, 0x9FEA, 0},
> > > >=20
> > > > Therefore, the script mkcategories which generates categories.t
> > > > should be fixed.
> > Obviously. I will check why the script was failing here and thanks for
> > the patch already.
> Yeah, I totally failed to consider the First...Last ranges in this script,
> how embarassing.
> I would have chosen other markers than 0/1 for the two cases (maybe
> "firstlast" for the new one), and not put it in the middle, but you fixed=
 it
> anyway; except for the Private Use ranges E000..F8FF, F0000..FFFFD,
> 100000..10FFFD, but their category Co isn't used anyway.
> I suggest you submit your patch directly to cygwin-patches AT cygwin DOT com.

In theory this belongs to newlib AT sourceware DOT org since it only
affects newlib code, and the non-Cygwin newlib guys would probably like
to see these patches as well :)

> One
> issue, though:
> Apparently, you used a Unicode version other than 10.0 as a reference,
> probably 11.0. Maybe the fixing patch should be based on the same version,
> for better clarity and to reduce the diff (fewer changes in categories.t =
and
> none in caseconv.t).

Takashi, does your patch on cygwin-patches take this into account?

I think Thomas has a good point here, the generated files should
always match a single version.


Thanks,
Corinna

--=20
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

--2fHTh5uZTiUOsy+g
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEoVYPmneWZnwT6kwF9TYGna5ET6AFAlswsngACgkQ9TYGna5E
T6DdDQ//avN63aSayC98vc5Jop45HCqP9jsRF+cuTiCJ0QPjxq6AadRpR65vavmi
jNBF8f73QwT+PNj9RaYL5y2PQmIGFoOjseSZOa0IpH4jC7I/f71/lc0wz1TRmDpg
67zm6HqkKLFK7S/aUhW0Gi9JmP2cL/Vedo1MDPRNrdcr/E19ISbJ64cBwGocaTAA
u8PfcROgfhD9CjjO0kyu0PErQaFwoUW6F0qd6wZgrp6D3TRbPPr8O+97oJLxPIaY
3DIC7EwHs0dUomuyj86PZjUJnU4AEmyMMdg8tum1Y+8TIsPIKg5ihYwWFi0R+XlY
pwldrefoeCON8LwI2kOCmWsP+Ef66njKydRca+YGikjPJQld1XymLr7jJgJ75dSG
6kRnKFt2J4JuT1UB7DGO6QIjNqSx9UyyfkoLlSWL6buW/R8Y5nmaVOlUR5giRUPH
7TCSnWO6W24ERwqXoyQmkuF6PgiolEZWuvbV3KJj7t6cqC3kyXxpxHA3uSy341Ky
jYme3Jp2Ptq6MBMaQUBqFqsLCrlc7MBVJx8b61uVGaQSBV/zYFHusvvSVgzXI40o
hgI5pFocgb/co9u8LNOsY2QTookSyXAJMP5AWmpOlHvWyV3Ux3BMGQPkbngMYqG7
83mzm4O97f4/9t6Dfp89NcRjjt9oCKgABUoyTgvAXRw6jfmC9xs=
=LaF9
-----END PGP SIGNATURE-----

--2fHTh5uZTiUOsy+g--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019