Change 18552: [PATCH] assert PV isn't RV

2003-01-22 Thread Jarkko Hietaniemi
Change 18552 by jhi@kosh on 2003/01/22 12:34:06 Subject: [PATCH] assert PV isn't RV From: Nicholas Clark [EMAIL PROTECTED] Date: Fri, 17 Jan 2003 19:40:45 + Message-ID: [EMAIL PROTECTED] Affected files ... ... //depot/perl/sv.h#132 edit Differences ...

Change 18551: Integrate from maint-5.8:

2003-01-22 Thread Jarkko Hietaniemi
Change 18551 by jhi@kosh on 2003/01/22 12:28:11 Integrate from maint-5.8: [ 18375] Better version of change #18370; use the new 'E' flag so that cxinc is exposed (as cpp) only to List::Util (well, any extension) (well, anyone who does -DPERL_EXT),

Change 18553: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)

2003-01-22 Thread Jarkko Hietaniemi
Change 18553 by jhi@kosh on 2003/01/22 12:43:31 Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8) From: Martti Rahkila [EMAIL PROTECTED] Date: Sat, 18 Jan 2003 00:25:39 +0200 Message-ID: [EMAIL PROTECTED] (chose the 'even

Change 18554: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY

2003-01-22 Thread Jarkko Hietaniemi
Change 18554 by jhi@kosh on 2003/01/22 12:47:03 Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY From: Dave Mitchell [EMAIL PROTECTED] Date: Sun, 19 Jan 2003 16:43:54 + Message-ID: [EMAIL PROTECTED] Affected files ... ...

Change 18556: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))

2003-01-22 Thread Jarkko Hietaniemi
Change 18556 by jhi@kosh on 2003/01/22 12:59:02 Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)) From: Robin Barker [EMAIL PROTECTED] Date: Mon, 20 Jan 2003 15:26:21 - Message-ID: [EMAIL PROTECTED]

Change 18558: Re: slight tweak to -DR flag - display whether on tmps stack

2003-01-22 Thread Jarkko Hietaniemi
Change 18558 by jhi@kosh on 2003/01/22 13:05:27 Subject: Re: slight tweak to -DR flag - display whether on tmps stack From: Dave Mitchell [EMAIL PROTECTED] Date: Sun, 19 Jan 2003 17:22:05 + Message-ID: [EMAIL PROTECTED] Affected files ... ...

Change 18555: Integrate from perlio:

2003-01-22 Thread Jarkko Hietaniemi
Change 18555 by jhi@kosh on 2003/01/22 12:57:20 Integrate from perlio: [ 18539] Try the invalidate_fileno() idea for non-leaky stdio sockets. [ 18540] stdio does NOT set errno==EBADF on invalidated fileno [ 18547] Tweak

Change 18559: Upgrade to Encode 1.86.

2003-01-22 Thread Jarkko Hietaniemi
Change 18559 by jhi@kosh on 2003/01/22 13:19:31 Upgrade to Encode 1.86. Affected files ... ... //depot/perl/ext/Encode/Changes#46 edit ... //depot/perl/ext/Encode/Encode.pm#125 edit ... //depot/perl/ext/Encode/MANIFEST#38 edit ... //depot/perl/ext/Encode/Unicode/Unicode.xs#10 edit ...

Change 18561: Integrate from perlio:

2003-01-22 Thread Jarkko Hietaniemi
Change 18561 by jhi@kosh on 2003/01/22 17:43:45 Integrate from perlio: [ 18560] Fixes for open.pm which attempts to load layers: 1. C equivalent of local $SIG{__WARN__} = sub {} while loading layers to supress warnings lib/open.t does not

Change 18562: Integrate:

2003-01-22 Thread Jarkko Hietaniemi
Change 18562 by jhi@kosh on 2003/01/22 17:59:44 Integrate: [ 18536] Allow explicit -C enable/disable by -C:1/-C:0 (suggested by Peter Haworth). (accept mainline's perlrun since somehow maint has gotten of sync) Affected files ... ...

Change 18565: Integrate from perlio:

2003-01-22 Thread Jarkko Hietaniemi
Change 18565 by jhi@kosh on 2003/01/22 18:15:06 Integrate from perlio: [ 18539] Try the invalidate_fileno() idea for non-leaky stdio sockets. [ 18540] stdio does NOT set errno==EBADF on invalidated fileno [ 18547] Tweak

Change 18564: Use the aTHX_-less form (cousin of change #18544).

2003-01-22 Thread Jarkko Hietaniemi
Change 18564 by jhi@kosh on 2003/01/22 18:07:19 Use the aTHX_-less form (cousin of change #18544). Affected files ... ... //depot/maint-5.8/perl/sv.c#20 edit Differences ... //depot/maint-5.8/perl/sv.c#20 (text) Index: perl/sv.c --- perl/sv.c#19~18503~ Thu Jan 16 15:29:57

Change 18567: Integrate:

2003-01-22 Thread Jarkko Hietaniemi
Change 18567 by jhi@kosh on 2003/01/22 18:37:55 Integrate: [ 18545] Subject: [PATCH perl-current] AUTHORS correction From: Richard Soderberg [EMAIL PROTECTED] Date: Wed, 22 Jan 2003 02:08:13 -0500 Message-Id: [EMAIL PROTECTED] [

Change 18568: Add the POSIX::sigaction() trick by Slaven Rezic

2003-01-22 Thread Jarkko Hietaniemi
Change 18568 by jhi@kosh on 2003/01/22 20:24:37 Add the POSIX::sigaction() trick by Slaven Rezic for [perl #17341]. Affected files ... ... //depot/maint-5.8/perl/pod/perlfunc.pod#7 edit ... //depot/maint-5.8/perl/pod/perlipc.pod#4 edit Differences ...

Change 18569: Fix [perl #19860] by adding a POSIX::fsync() stub.

2003-01-22 Thread Rafael Garcia-Suarez
Change 18569 by rgs@rgs-home on 2003/01/22 21:00:59 Fix [perl #19860] by adding a POSIX::fsync() stub. Affected files ... ... //depot/perl/ext/POSIX/POSIX.pm#31 edit ... //depot/perl/ext/POSIX/POSIX.pod#32 edit Differences ... //depot/perl/ext/POSIX/POSIX.pm#31 (text) Index:

Change 18571: [PATCH] Re: difference between my and our before introduction

2003-01-22 Thread Rafael Garcia-Suarez
Change 18571 by rgs@rgs-home on 2003/01/22 21:22:31 Subject: [PATCH] Re: difference between my and our before introduction From: Dave Mitchell [EMAIL PROTECTED] Date: Thu, 16 Jan 2003 17:12:37 + Message-ID: [EMAIL PROTECTED] (with a small test tweak)

Change 18572: Integrate change 18448 from maint-5.8 :

2003-01-22 Thread Rafael Garcia-Suarez
Change 18572 by rgs@rgs-home on 2003/01/22 21:40:21 Integrate change 18448 from maint-5.8 : Subject: Partial Data::Dumper patch From: Richard Clamp [EMAIL PROTECTED] Date: Sat, 4 Jan 2003 00:52:47 + Message-ID: [EMAIL PROTECTED]