Change 18374: Remove duplicate entry

2002-12-29 Thread hv
Change 18374 by [EMAIL PROTECTED] on 2002/12/30 03:32:22 Remove duplicate entry Affected files ... ... //depot/perl/MANIFEST#959 edit Differences ... //depot/perl/MANIFEST#959 (text) Index: perl/MANIFEST --- perl/MANIFEST#958~18317~Mon Dec 16 18:58:12 2002 +++ perl/MANIFE

Change 18373: [perl #19343] perlfunc.pod patch for stat() and lstat()

2002-12-29 Thread hv
Change 18373 by [EMAIL PROTECTED] on 2002/12/30 03:19:17 Subject: [perl #19343] perlfunc.pod patch for stat() and lstat() From: Dave Paris (via RT) <[EMAIL PROTECTED]> Date: 22 Dec 2002 05:15:14 - Message-Id: <[EMAIL PROTECTED]> Affected files ... ... //depot/

Change 18371: [PATCH] Re: [perl #19330] Uneffective increment of $\

2002-12-29 Thread hv
Change 18371 by [EMAIL PROTECTED] on 2002/12/30 03:08:12 Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\ From: Rafael Garcia-Suarez <[EMAIL PROTECTED]> Date: Fri, 27 Dec 2002 16:14:24 +0100 Message-Id: <[EMAIL PROTECTED]> Affected files ... ... //de

Change 18372: [PATCH lib/AutoSplit.pm] Holding filehandle open

2002-12-29 Thread hv
Change 18372 by [EMAIL PROTECTED] on 2002/12/30 03:13:42 Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open From: Michael G Schwern <[EMAIL PROTECTED]> Date: Sat, 21 Dec 2002 19:29:41 -0800 Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl

Change 18370: In AIX (strict symbol exports) the cxinc is needed for List::Util.

2002-12-29 Thread Jarkko Hietaniemi
Change 18370 by jhi@lyta on 2002/12/30 02:37:38 In AIX (strict symbol exports) the cxinc is needed for List::Util. Affected files ... ... //depot/maint-5.8/perl/embed.fnc#11 edit ... //depot/maint-5.8/perl/embed.h#13 edit ... //depot/maint-5.8/perl/global.sym#8 edit Differences ... ==

Change 18369: Missed one.

2002-12-29 Thread Jarkko Hietaniemi
Change 18369 by jhi@lyta on 2002/12/30 01:38:38 Missed one. Affected files ... ... //depot/maint-5.8/perl/embed.fnc#10 edit ... //depot/maint-5.8/perl/embed.h#12 edit Differences ... //depot/maint-5.8/perl/embed.fnc#10 (text) Index: perl/embed.fnc --- perl/embed.fnc#9~18368~

Change 18368: Continue on change #18367; implement the said flag, 'E'.

2002-12-29 Thread Jarkko Hietaniemi
Change 18368 by jhi@lyta on 2002/12/29 23:33:56 Continue on change #18367; implement the said flag, 'E'. (Some nm output studying was needed to get the right set of re symbols defined.) Affected files ... ... //depot/maint-5.8/perl/embed.fnc#9 edit ... //depot/maint-5.8/p

Change 18367: Caught by change #18366; thanks to the re extension we have some

2002-12-29 Thread Jarkko Hietaniemi
Change 18367 by jhi@lyta on 2002/12/29 21:40:08 Caught by change #18366; thanks to the re extension we have some functions that are file static but yet part of "the public API"... Maybe a new class of exportability (a new embed.fnc flag) is required for this case.

Change 18366: Implement the CPP namespace protection from [perl #8610];

2002-12-29 Thread Jarkko Hietaniemi
Change 18366 by jhi@lyta on 2002/12/29 21:28:27 Implement the CPP namespace protection from [perl #8610]; unless a function has an 'A' flag, it's defined only if PERL_CORE. (Why do we have so many many functions with an 'A' flag, is another matter.) (The number of

Change 18365: Doc tweak on the S_ macros.

2002-12-29 Thread Jarkko Hietaniemi
Change 18365 by jhi@lyta on 2002/12/29 15:01:08 Doc tweak on the S_ macros. Affected files ... ... //depot/maint-5.8/perl/pod/perlfunc.pod#5 edit Differences ... //depot/maint-5.8/perl/pod/perlfunc.pod#5 (text) Index: perl/pod/perlfunc.pod --- perl/pod/perlfunc.pod#4~18364~

Change 18364: Apply the doc patch from [perl #19343].

2002-12-29 Thread Jarkko Hietaniemi
Change 18364 by jhi@lyta on 2002/12/29 14:54:43 Apply the doc patch from [perl #19343]. Affected files ... ... //depot/maint-5.8/perl/pod/perlfunc.pod#4 edit Differences ... //depot/maint-5.8/perl/pod/perlfunc.pod#4 (text) Index: perl/pod/perlfunc.pod --- perl/pod/perlfunc.po

Change 18363: Integrate:

2002-12-29 Thread Jarkko Hietaniemi
Change 18363 by jhi@lyta on 2002/12/29 14:49:14 Integrate: [ 18354] Subject: [PATCH] docpatch for cv.h From: Nicholas Clark <[EMAIL PROTECTED]> Date: Wed, 25 Dec 2002 21:01:04 + Message-Id: <[EMAIL PROTECTED]> [ 18356] fi