Front page | perl.perl5.porters |
Postings from April 2014
Re: z/OS regcomp.c
From:
Karl Williamson
Date:
April 25, 2014 17:46
Subject:
Re: z/OS regcomp.c
Message ID:
535A9FA9.7040603@khwilliamson.com
Thanks, I have replaced the branch
http://perl5.git.perl.org/perl.git/shortlog/refs/heads/khw/ebcdic
with a new one that has this fixed.
On 04/25/2014 02:44 AM, Yaroslav Kuzmin wrote:
> perl-5.19
>
> In file regcomp.c in function S_regclass in define EBCDIC
>
> string
>
> 14002 if (literal_endpoint == 2
> 14003 && ((prevvalue >= 'a' && value <= 'z')
> 14004 || (prevvalue >= 'A' && value <= 'Z')))
> 14005 {
> 14006 _invlist_intersection(this_range, PL_ASCII,
> 14007 &this_range);
>
> Old define PL_ASCII .
>
>
>
> ------------------------------------------------------------------------
> Yaroslav Kuzmin
> Developer C/C++ ,z/OS , Linux
> 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia
> Tel: +7.922.2.38.33.38
> Email: YKuzmin@rocketsoftware.com
> Web: www.rocketsoftware.com
-
Re: z/OS regcomp.c
by Karl Williamson