Change 30682: Integrate:

2007-03-22 Thread Nicholas Clark
Change 30682 by [EMAIL PROTECTED] on 2007/03/22 10:18:13 Integrate: [ 28486] Add constants needed for recvmsg()/sendmsg() support. Affected files ... ... //depot/maint-5.8/perl/ext/POSIX/Makefile.PL#6 integrate Differences ...

Change 30679: Fix error message for re::regnames_iterinit()

2007-03-22 Thread Rafael Garcia-Suarez
Change 30679 by [EMAIL PROTECTED] on 2007/03/22 09:16:37 Fix error message for re::regnames_iterinit() Affected files ... ... //depot/perl/universal.c#159 edit Differences ... //depot/perl/universal.c#159 (text) Index: perl/universal.c --- perl/universal.c#158~30678~

Change 30680: regexp refcount is an integer, not a pointer

2007-03-22 Thread Rafael Garcia-Suarez
Change 30680 by [EMAIL PROTECTED] on 2007/03/22 09:19:22 regexp refcount is an integer, not a pointer Affected files ... ... //depot/perl/dump.c#258 edit Differences ... //depot/perl/dump.c#258 (text) Index: perl/dump.c --- perl/dump.c#257~30678~ 2007-03-22

Change 30681: [PATCH] Re: [PATCH] lib/Pod/Html.pm plus a funky UT8-8 regex bug

2007-03-22 Thread Rafael Garcia-Suarez
Change 30681 by [EMAIL PROTECTED] on 2007/03/22 09:28:15 Subject: [PATCH] Re: [PATCH] lib/Pod/Html.pm plus a funky UT8-8 regex bug From: Jarkko Hietaniemi [EMAIL PROTECTED] Date: Wed, 21 Mar 2007 08:01:14 -0400 Message-ID: [EMAIL PROTECTED] Affected files ...

Change 30677: [PATCH] threads 1.61

2007-03-22 Thread Rafael Garcia-Suarez
Change 30677 by [EMAIL PROTECTED] on 2007/03/22 08:34:42 Subject: [PATCH] threads 1.61 From: Jerry D. Hedden [EMAIL PROTECTED] Date: Wed, 21 Mar 2007 13:15:53 -0700 (PDT) Message-ID: [EMAIL PROTECTED] Fix 'list/array' context - both keywords are

Change 30678: [PATCH] Resolve PL_curpm issues with (??{}) and fix corruption of match results when pattern is a qr.

2007-03-22 Thread Rafael Garcia-Suarez
Change 30678 by [EMAIL PROTECTED] on 2007/03/22 09:01:37 Subject: [PATCH] Resolve PL_curpm issues with (??{}) and fix corruption of match results when pattern is a qr. From: demerphq [EMAIL PROTECTED] Date: Wed, 21 Mar 2007 10:39:24 +0100 Message-ID: [EMAIL

Change 30683: Re-order the flags values for struct refcounted_he to allow the

2007-03-22 Thread Nicholas Clark
Change 30683 by [EMAIL PROTECTED] on 2007/03/22 14:00:14 Re-order the flags values for struct refcounted_he to allow the possibility of storing 2 futher types. Add a void * to the union as it won't increase the size, but may become useful. Affected files ... ...

Change 30684: Fix internal POD link

2007-03-22 Thread Rafael Garcia-Suarez
Change 30684 by [EMAIL PROTECTED] on 2007/03/22 14:25:54 Fix internal POD link Affected files ... ... //depot/perl/lib/Term/ANSIColor.pm#14 edit Differences ... //depot/perl/lib/Term/ANSIColor.pm#14 (text) Index: perl/lib/Term/ANSIColor.pm ---

Change 30685: Remove references to perlcc from the core docs.

2007-03-22 Thread Rafael Garcia-Suarez
Change 30685 by [EMAIL PROTECTED] on 2007/03/22 14:37:43 Remove references to perlcc from the core docs. Affected files ... ... //depot/perl/pod/perlfunc.pod#558 edit ... //depot/perl/pod/perlmod.pod#41 edit ... //depot/perl/pod/perlutil.pod#13 edit ... //depot/perl/pod/perlvar.pod#167

Change 30687: [PATCH] Fix to threads::shared t/waithires.t

2007-03-22 Thread Steve Peters
Change 30687 by [EMAIL PROTECTED] on 2007/03/22 14:43:32 Subject: [PATCH] Fix to threads::shared t/waithires.t From: Jerry D. Hedden [EMAIL PROTECTED] Date: Thu, 22 Mar 2007 07:34:23 -0700 (PDT) Message-ID: [EMAIL PROTECTED] Affected files ... ...

Change 30686: Fix a broken link and a meaningless phrase in perldebguts

2007-03-22 Thread Rafael Garcia-Suarez
Change 30686 by [EMAIL PROTECTED] on 2007/03/22 14:41:17 Fix a broken link and a meaningless phrase in perldebguts Affected files ... ... //depot/perl/pod/perldebguts.pod#19 edit Differences ... //depot/perl/pod/perldebguts.pod#19 (text) Index: perl/pod/perldebguts.pod ---

Change 30688: Misc. L fixes in core docs : don't link to man pages;

2007-03-22 Thread Rafael Garcia-Suarez
Change 30688 by [EMAIL PROTECTED] on 2007/03/22 14:45:36 Misc. L fixes in core docs : don't link to man pages; provide full urls when linking to web sites. Affected files ... ... //depot/perl/pod/perlipc.pod#66 edit ... //depot/perl/pod/perllocale.pod#40 edit ...

Change 30690: Make opcode.pl strict clean. (threadsv, a 5005-threads specific term,

2007-03-22 Thread Nicholas Clark
Change 30690 by [EMAIL PROTECTED] on 2007/03/22 15:57:52 Make opcode.pl strict clean. (threadsv, a 5005-threads specific term, was a bareword.) Affected files ... ... //depot/maint-5.8/perl/opcode.pl#34 edit Differences ... //depot/maint-5.8/perl/opcode.pl#34 (xtext)

Change 30692: Integrate:

2007-03-22 Thread Nicholas Clark
Change 30692 by [EMAIL PROTECTED] on 2007/03/22 17:55:41 Integrate: [ 28891] Subject: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re From: demerphq [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Date: Sun, 17 Sep 2006

Change 30691: Make sure Win32CORE.pm gets cleaned up

2007-03-22 Thread Steve Hay
Change 30691 by [EMAIL PROTECTED] on 2007/03/22 17:46:43 Make sure Win32CORE.pm gets cleaned up Normally it happens anyway, but sometimes when running 'distclean' on a half-built source tree it gets left behind. Affected files ... ...

Change 30693: [PATCH] Re: [perl #32687] Encode::is_utf8 on tainted UTF8 string

2007-03-22 Thread Rafael Garcia-Suarez
Change 30693 by [EMAIL PROTECTED] on 2007/03/22 18:26:36 Subject: [PATCH] Re: [perl #32687] Encode::is_utf8 on tainted UTF8 string From: Rafael Garcia-Suarez [EMAIL PROTECTED] Date: Thu, 16 Nov 2006 17:36:44 +0100 Message-ID: [EMAIL PROTECTED] Affected files ...

Change 30694: Integrate the tests from:

2007-03-22 Thread Nicholas Clark
Change 30694 by [EMAIL PROTECTED] on 2007/03/22 19:09:14 Integrate the tests from: [ 28906] add stress test for CURLYX/WHILEM regex ops [ 28944] migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm Affected files ... ...

Change 30695: Integrate:

2007-03-22 Thread Nicholas Clark
Change 30695 by [EMAIL PROTECTED] on 2007/03/22 20:59:51 Integrate: [ 29056] Subject: Re: Off by one in the trie code? From: demerphq [EMAIL PROTECTED] Date: Wed, 18 Oct 2006 20:51:41 +0200 Message-ID: [EMAIL PROTECTED] change test

Change 30696: Integrate:

2007-03-22 Thread Nicholas Clark
Change 30696 by [EMAIL PROTECTED] on 2007/03/22 21:20:38 Integrate: [ 29156] $hex is already hex, so cannot be used in %X if starting with [A-F] [ 29353] Subject: POSIX::remove() and directories From: Dintelmann, Peter [EMAIL PROTECTED]

Change 30697: Integrate:

2007-03-22 Thread Nicholas Clark
Change 30697 by [EMAIL PROTECTED] on 2007/03/22 21:37:42 Integrate: [ 29202] Subject: [PATCH] New test for close-on-exec ($^F): t/run/cloexec.t From: Andrew Savige [EMAIL PROTECTED] Date: Sat, 4 Nov 2006 21:24:14 +1100 (EST) Message-ID: [EMAIL

Change 30698: Integrate:

2007-03-22 Thread Nicholas Clark
Change 30698 by [EMAIL PROTECTED] on 2007/03/22 21:42:58 Integrate: [ 29260] Subject: Re: [PATCH] New regex syntax omnibus From: demerphq [EMAIL PROTECTED] Date: Thu, 9 Nov 2006 17:09:34 +0100 Message-ID: [EMAIL PROTECTED] [ 29306]

Change 30699: Integrate:

2007-03-22 Thread Nicholas Clark
Change 30699 by [EMAIL PROTECTED] on 2007/03/22 21:48:18 Integrate: [ 28904] Subject: [PATCH] Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns. From: demerphq [EMAIL PROTECTED] Date: Fri, 29 Sep 2006 17:39:16 +0200 Message-ID:

Change 30700: Can use memEQ instead of strnEQ in CHECK_WORD()

2007-03-22 Thread Nicholas Clark
Change 30700 by [EMAIL PROTECTED] on 2007/03/22 22:21:54 Can use memEQ instead of strnEQ in CHECK_WORD() Affected files ... ... //depot/perl/regcomp.c#566 edit Differences ... //depot/perl/regcomp.c#566 (text) Index: perl/regcomp.c --- perl/regcomp.c#565~30678~ 2007-03-22

Change 30701: Integrate:

2007-03-22 Thread Nicholas Clark
Change 30701 by [EMAIL PROTECTED] on 2007/03/22 22:25:21 Integrate: [ 29359] More safety in free()s [ 30389] Subject: [PATCH] perlio.c (PerlIO_tmpfile): fix memory leak From: Alexey Tourbin [EMAIL PROTECTED] Date: Sat, 24 Feb 2007

Change 30703: Integrate:

2007-03-22 Thread Nicholas Clark
Change 30703 by [EMAIL PROTECTED] on 2007/03/22 23:14:35 Integrate: [ 30345] newHV doesn't need to turn off POK or NOK, as they will default to not being set. [ 30659] Don't try to set the NV on a typeglob-in-action. Should cure bug

Change 30702: Integrate:

2007-03-22 Thread Nicholas Clark
Change 30702 by [EMAIL PROTECTED] on 2007/03/22 23:01:23 Integrate: [ 29227] Use $HOME/localperl as default prefix for installing perl in the terse installation instructions in README. [ 30278] Subject: Re: [PATCH] Document that m//k works

Change 30705: Integrate:

2007-03-22 Thread Nicholas Clark
Change 30705 by [EMAIL PROTECTED] on 2007/03/22 23:48:47 Integrate: [ 30091] Better dump reporting of PVBMs. [ 30366] Subject: [PATCH] dump.c: format fixes From: [EMAIL PROTECTED] (Jarkko Hietaniemi) Date: Tue, 20 Feb 2007 03:00:50

Change 30704: Implement BmFLAGS() for 5.8.x. Not exactly pretty.

2007-03-22 Thread Nicholas Clark
Change 30704 by [EMAIL PROTECTED] on 2007/03/22 23:48:39 Implement BmFLAGS() for 5.8.x. Not exactly pretty. (And the irony is that the C structure always had enough space for a member for this 1 byte value) Affected files ... ... //depot/maint-5.8/perl/sv.h#82 edit

Change 30707: Additional test file edits needed for Pod-Simple-3.05 that couldn't

2007-03-22 Thread Steve Peters
Change 30707 by [EMAIL PROTECTED] on 2007/03/23 01:47:41 Additional test file edits needed for Pod-Simple-3.05 that couldn't be included due to the integrates being performed in the previous change. Affected files ... ... //depot/perl/lib/Pod/Simple/t/htmlbat.t#2 edit

Change 30708: [PATCH] fix instalhtml and Pod::HTML issues.

2007-03-22 Thread Steve Peters
Change 30708 by [EMAIL PROTECTED] on 2007/03/23 01:54:54 [PATCH] fix instalhtml and Pod::HTML issues. From: demerphq [EMAIL PROTECTED] Date: Thu, 22 Mar 2007 19:42:54 +0100 Message-ID: [EMAIL PROTECTED] Just the changes to installhtml and Pod::HTML

Change 30709: Perforce appararently didn't like integrating this file, since

2007-03-22 Thread Steve Peters
Change 30709 by [EMAIL PROTECTED] on 2007/03/23 02:06:06 Perforce appararently didn't like integrating this file, since I had done it twice. It looks like an add will have to do instead. Affected files ... ... //depot/perl/lib/Pod/Simple/t/perlvaro.txt#1 add Differences ...

Change 30710: Re-sorting the MANIFEST after the mess made of it with the

2007-03-22 Thread Steve Peters
Change 30710 by [EMAIL PROTECTED] on 2007/03/23 02:17:50 Re-sorting the MANIFEST after the mess made of it with the Pod-Simple renamings Affected files ... ... //depot/perl/MANIFEST#1535 edit Differences ... //depot/perl/MANIFEST#1535 (text) Index: perl/MANIFEST ---

Change 30711: Upgrade to Test-Simple-0.70

2007-03-22 Thread Steve Peters
Change 30711 by [EMAIL PROTECTED] on 2007/03/23 03:36:47 Upgrade to Test-Simple-0.70 Affected files ... ... //depot/perl/lib/Test/Builder.pm#23 edit ... //depot/perl/lib/Test/More.pm#34 edit ... //depot/perl/lib/Test/Simple.pm#28 edit ... //depot/perl/lib/Test/Simple/Changes#23 edit ...

Change 30712: Upgrade to CPAN-1.88_79

2007-03-22 Thread Steve Peters
Change 30712 by [EMAIL PROTECTED] on 2007/03/23 03:45:30 Upgrade to CPAN-1.88_79 Affected files ... ... //depot/perl/lib/CPAN.pm#113 edit Differences ... //depot/perl/lib/CPAN.pm#113 (text) Index: perl/lib/CPAN.pm --- perl/lib/CPAN.pm#112~30551~ 2007-03-12 08:12:39.0