gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread rajarshi das
Hi, I made the following modifications to utf8.c : #ifdef EBCDIC uv = NATIVE_TO_UTF(uv); #endif I get the following output from gmake : -- `sh cflags "optimize='-g'" utf8.o` utf8.c CCCMD = c89 -DPERL_CORE -c -DMAXSIG=38 -DOEMVS -D_OE_S

Fwd: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread rajarshi das
I forgot to attach the configpm output in the previous mail. Thanks Note: forwarded message attached. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --- Begin Message --- Hi, I made the fol

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread Nicholas Clark
On Tue, Jul 26, 2005 at 07:22:55AM -0700, rajarshi das wrote: > Hi, > I made the following modifications to utf8.c : > #ifdef EBCDIC > uv = NATIVE_TO_UTF(uv); > #endif Where in utf8.c? Your description of what you changed is inadequate for anyone else to understand the context of your change

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread rajarshi das
--- Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Tue, Jul 26, 2005 at 07:22:55AM -0700, rajarshi > das wrote: > > Hi, > > I made the following modifications to utf8.c : > > #ifdef EBCDIC > > uv = NATIVE_TO_UTF(uv); > > #endif > > Where in utf8.c? Your description of what you > changed i

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread Nicholas Clark
On Tue, Jul 26, 2005 at 07:55:21AM -0700, rajarshi das wrote: > The change is in the fn Perl_utf8n_to_uvuni : > --- > . > > > #define UTF8_WARN_LONG 8 > #define UTF8_WARN_ 9 /* > Also FFFE. */ > > if (curlen ==

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread rajarshi das
--- Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Tue, Jul 26, 2005 at 07:55:21AM -0700, rajarshi > das wrote: > > > The change is in the fn Perl_utf8n_to_uvuni : > > --- > > . > > > > > > #define UTF8_WARN_LONG 8 > > #define UTF8_WARN_

Re: bareword test on ebcdic.

2005-07-26 Thread rajarshi das
--- Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Tue, Jul 26, 2005 at 08:12:16AM -0700, rajarshi > das wrote: > > > I basically want to know if there are alternate > ways > > of representing barewords (as I mentioned in > question > > 2) above) ? > > No. By definition there can not be. > Yo

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread rajarshi das
--- Dave Mitchell <[EMAIL PROTECTED]> wrote: > On Tue, Jul 26, 2005 at 03:29:43PM +0100, Nicholas > Clark wrote: > > On Tue, Jul 26, 2005 at 07:22:55AM -0700, rajarshi > das wrote: > > > Hi, > > > I made the following modifications to utf8.c : > > > #ifdef EBCDIC > > > uv = NATIVE_TO_UTF(u

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread Dave Mitchell
On Tue, Jul 26, 2005 at 03:29:43PM +0100, Nicholas Clark wrote: > On Tue, Jul 26, 2005 at 07:22:55AM -0700, rajarshi das wrote: > > Hi, > > I made the following modifications to utf8.c : > > #ifdef EBCDIC > > uv = NATIVE_TO_UTF(uv); > > #endif > > Where in utf8.c? Your description of what yo

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread Nicholas Clark
On Tue, Jul 26, 2005 at 08:34:02AM -0700, rajarshi das wrote: > Yes, the second call to NATIVE_TO_UTF is still present > in the modified code. Typically, one wouldnt want to > do a NATIVE_TO_UTF(NATIVE_TO_UTF(uv)) which is what I > am doing due to the second call. But does that make a > difference

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread rajarshi das
--- Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Tue, Jul 26, 2005 at 08:34:02AM -0700, rajarshi > das wrote: > > > Yes, the second call to NATIVE_TO_UTF is still > present > > in the modified code. Typically, one wouldnt want > to > > do a NATIVE_TO_UTF(NATIVE_TO_UTF(uv)) which is > what I >