18 years agoMark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl
Nicholas Clark [Fri, 14 Apr 2006 14:45:04 +0000]
Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl
Remove a reference to the deleted function Perl_refcounted_he_dup.

p4raw-id: //depot/perl@27800

18 years agoIO::Compress::*
Paul Marquess [Fri, 14 Apr 2006 09:05:39 +0000]
IO::Compress::*
Message-ID: <004f01c65f9a$3871eb30$2405140a@myopwv.com>

p4raw-id: //depot/perl@27799

18 years agoperlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking there...
Jarkko Hietaniemi [Fri, 14 Apr 2006 11:56:44 +0000]
perlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking there is a resource leak
Message-Id: <20060414085644.94A076D08C@ugli.hut.fi>
Date: Fri, 14 Apr 2006 11:56:44 +0300 (EEST)

p4raw-id: //depot/perl@27798

18 years agoReverting change #27791 which may cause corruption addition corruption
Steve Peters [Fri, 14 Apr 2006 11:26:59 +0000]
Reverting change #27791 which may cause corruption addition corruption
within a regular expression.
p4raw-link: @27791 on //depot/perl: 4ae2f9814731932908f61ce4a79c6da6063584e7

p4raw-id: //depot/perl@27797

18 years agoFix implementation of threads->_handle on unixes.
Jerry D. Hedden [Tue, 4 Apr 2006 09:25:20 +0000]
Fix implementation of threads->_handle on unixes.
See :
Subject: RE: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
From: "Jerry D. Hedden" <jerry@hedden.us>
Message-ID: <20060404092520.fb30e530d17747c2b054d625b8945d88.4a8a6b16c9.wbe@email.email.secureserver.net>

p4raw-id: //depot/perl@27796

18 years ago(Hopefully) fix coredumps in ByteLoader, which were a side effect of
Nicholas Clark [Thu, 13 Apr 2006 21:59:52 +0000]
(Hopefully) fix coredumps in ByteLoader, which were a side effect of
fixing a bug in B, and non-robust autogenerated code. When
autogenerating initialiser statements for an array, it's a bad plan to
have the size of that array hard coded.

p4raw-id: //depot/perl@27795

18 years agoeliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv
Dave Mitchell [Thu, 13 Apr 2006 18:31:54 +0000]
eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv
(only another 434 to go ...)

p4raw-id: //depot/perl@27794

18 years agodisable 'split /(?{ split "" })/' test until recursive split is fixed
Dave Mitchell [Thu, 13 Apr 2006 17:16:41 +0000]
disable 'split /(?{ split "" })/' test until recursive split is fixed

p4raw-id: //depot/perl@27793

18 years agoRemove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered
Nicholas Clark [Thu, 13 Apr 2006 16:14:23 +0000]
Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered
for in Perl_ss_dup, hence nothing is testing it and nothing will alert
us if it breaks.

p4raw-id: //depot/perl@27792

18 years agoAdd another NULL check thanks to Coverity.
Steve Peters [Thu, 13 Apr 2006 15:08:04 +0000]
Add another NULL check thanks to Coverity.

p4raw-id: //depot/perl@27791

18 years agoFor duping SAVEHINTS it rather helps if you pay attention to what is
Nicholas Clark [Thu, 13 Apr 2006 14:14:57 +0000]
For duping SAVEHINTS it rather helps if you pay attention to what is
actually being pushed onto the save stack.

p4raw-id: //depot/perl@27790

18 years agoregexec.c: (Coverity) add NULL check
Jarkko Hietaniemi [Thu, 13 Apr 2006 15:52:15 +0000]
regexec.c: (Coverity) add NULL check
Message-Id: <200604131252.k3DCqFUL497781@kosh.hut.fi>
Date: Thu, 13 Apr 2006 15:52:15 +0300 (EEST)

p4raw-id: //depot/perl@27789

18 years agoregexec.c: (Coverity) move NULL check even earlier
Jarkko Hietaniemi [Thu, 13 Apr 2006 15:39:33 +0000]
regexec.c: (Coverity) move NULL check even earlier
Message-Id: <200604131239.k3DCdXhe124107@kosh.hut.fi>
Date: Thu, 13 Apr 2006 15:39:33 +0300 (EEST)

p4raw-id: //depot/perl@27788

18 years agoAdd a break; to the end of the SAVEt_COP_WARNINGS case, and don't try
Nicholas Clark [Thu, 13 Apr 2006 13:02:30 +0000]
Add a break; to the end of the SAVEt_COP_WARNINGS case, and don't try
to dereference cop_hints if it's NULL.

p4raw-id: //depot/perl@27787

18 years agoFix B and ByteLoader to cope with cop_warnings no longer being an SV.
Nicholas Clark [Thu, 13 Apr 2006 12:40:24 +0000]
Fix B and ByteLoader to cope with cop_warnings no longer being an SV.

p4raw-id: //depot/perl@27786

18 years agoAdd SAVEt_COP_WARNINGS to ss_dup.
Nicholas Clark [Thu, 13 Apr 2006 10:46:32 +0000]
Add SAVEt_COP_WARNINGS to ss_dup.

p4raw-id: //depot/perl@27785

18 years agoRe: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
Steve Hay [Thu, 13 Apr 2006 10:27:52 +0000]
Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
Message-ID: <443E1998.9090909@uk.radan.com>
Date: Thu, 13 Apr 2006 10:27:52 +0100

p4raw-id: //depot/perl@27784

18 years agoeliminate PL_reg_re
Dave Mitchell [Thu, 13 Apr 2006 02:20:33 +0000]
eliminate PL_reg_re
(only another 439 to go ...)

p4raw-id: //depot/perl@27783

18 years ago[perl #38906] Regex engine does not release MINMOD
Animator [Wed, 12 Apr 2006 15:27:41 +0000]
[perl #38906] Regex engine does not release MINMOD
From: "Animator via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-38906-132222.3.24032491323436@perl.org>

zero-length minimum matches that failed could leak into a following
maximal match

p4raw-id: //depot/perl@27782

18 years agoD'oh! Don't try to do #ifdefs inside "functions" that are actually
Nicholas Clark [Wed, 12 Apr 2006 23:17:18 +0000]
D'oh! Don't try to do #ifdefs inside "functions" that are actually
macros.

p4raw-id: //depot/perl@27781

18 years agoAdd tests for all the other types that %^H serialisation is supposed
Nicholas Clark [Wed, 12 Apr 2006 22:49:58 +0000]
Add tests for all the other types that %^H serialisation is supposed
to support. In the process, found and corrected a bug.
Tests are good, m'kay.

p4raw-id: //depot/perl@27780

18 years agoChange cop_warnings from an SV holding the warnings bitmask to a
Nicholas Clark [Wed, 12 Apr 2006 22:45:12 +0000]
Change cop_warnings from an SV holding the warnings bitmask to a
directly (shared) malloc()ed buffer holding the warnings bitmask.
This avoids bugs/crashes when the interpreter that created an optree
is freed but the optree remains in use by other interpreters.

p4raw-id: //depot/perl@27779

18 years agoRemove the final recursion path from S_regmatch: (??{...})
Dave Mitchell [Wed, 12 Apr 2006 22:43:03 +0000]
Remove the final recursion path from S_regmatch:  (??{...})
Also put PUSH/POP_STATE infastructure in place
Also eliminate PL_reg_call_cc
       (only another 440 global vars to go ...)

p4raw-id: //depot/perl@27778

18 years agoTest that we can do embedded 0 bytes in hints.
Nicholas Clark [Wed, 12 Apr 2006 16:18:30 +0000]
Test that we can do embedded 0 bytes in hints.

p4raw-id: //depot/perl@27777

18 years agoStore cop_hints as a shared structure without using any SVs (on
Nicholas Clark [Wed, 12 Apr 2006 16:01:08 +0000]
Store cop_hints as a shared structure without using any SVs (on
ithreads).

p4raw-id: //depot/perl@27776

18 years agoRemove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
Nicholas Clark [Wed, 12 Apr 2006 14:14:50 +0000]
Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.

p4raw-id: //depot/perl@27775

18 years agoNewxz() can use calloc() rather than malloc(), as the implementation
Nicholas Clark [Wed, 12 Apr 2006 12:31:29 +0000]
Newxz() can use calloc() rather than malloc(), as the implementation
of calloc() may know that it has fresh pages from the OS, and so
doesn't need to zero them itself. Plus our object code should be
slightly smaller.

p4raw-id: //depot/perl@27774

18 years agoAs OPs are shared between threads, they should be using
Nicholas Clark [Wed, 12 Apr 2006 12:01:38 +0000]
As OPs are shared between threads, they should be using
PerlMemShared_*alloc functions, rather than per-thread *alloc()s.

p4raw-id: //depot/perl@27773

18 years agoregexec.c: move NULL check earlier to make Coverity happier
Jarkko Hietaniemi [Tue, 11 Apr 2006 23:04:48 +0000]
regexec.c: move NULL check earlier to make Coverity happier
Message-Id: <200604112004.k3BK4mV3097400@kosh.hut.fi>
Date: Tue, 11 Apr 2006 23:04:48 +0300 (EEST)

p4raw-id: //depot/perl@27772

18 years agoregcomp.c (try II): use &PL_sv_undef for listsv as suggested by Nick
Jarkko Hietaniemi [Tue, 11 Apr 2006 23:53:25 +0000]
regcomp.c (try II): use &PL_sv_undef for listsv as suggested by Nick
Message-Id: <200604112053.k3BKrPgk310001@kosh.hut.fi>
Date: Tue, 11 Apr 2006 23:53:25 +0300 (EEST)

p4raw-id: //depot/perl@27771

18 years agoperlio.c: false Coverity finding (it cannot see that two pointers are the same):...
Jarkko Hietaniemi [Tue, 11 Apr 2006 23:39:32 +0000]
perlio.c: false Coverity finding (it cannot see that two pointers are the same): but help Coverity by removing the temp ptr
Message-Id: <200604112039.k3BKdWix334525@kosh.hut.fi>
Date: Tue, 11 Apr 2006 23:39:32 +0300 (EEST)

p4raw-id: //depot/perl@27770

18 years agolocale.c: more Safefree() (Coverity finding)
Jarkko Hietaniemi [Tue, 11 Apr 2006 22:08:40 +0000]
locale.c: more Safefree() (Coverity finding)
Message-Id: <200604111908.k3BJ8ewn030950@kosh.hut.fi>
Date: Tue, 11 Apr 2006 22:08:40 +0300 (EEST)

p4raw-id: //depot/perl@27769

18 years agoFirst stab at using the pad to store the serialised hints data.
Nicholas Clark [Tue, 11 Apr 2006 19:26:48 +0000]
First stab at using the pad to store the serialised hints data.
This approach is almost certainly not only wrong, but also doomed.
But it's needed to build a correct solution.

p4raw-id: //depot/perl@27768

18 years agoWithin Perl_newSVhek, inline most of newSVpvn_share(), because
Nicholas Clark [Tue, 11 Apr 2006 18:06:30 +0000]
Within Perl_newSVhek, inline most of newSVpvn_share(), because
share_hek_hek() is far more efficient than sharepvn().

p4raw-id: //depot/perl@27767

18 years agoStop Perl_newSVpvn_share() potentially leaking the return result from
Nicholas Clark [Tue, 11 Apr 2006 16:17:13 +0000]
Stop Perl_newSVpvn_share() potentially leaking the return result from
bytes_from_utf8().

p4raw-id: //depot/perl@27766

18 years agoNeed to migrate the refcounted_he structure to be properly shared.
Nicholas Clark [Tue, 11 Apr 2006 13:47:05 +0000]
Need to migrate the refcounted_he structure to be properly shared.
Add a mutex for manipulated their reference counts.
Unwrap the structure, so that for ithreads it can store SVs in pads.

p4raw-id: //depot/perl@27764

18 years agoQuiet a coverity problem
Andy Lester [Mon, 10 Apr 2006 23:51:50 +0000]
Quiet a coverity problem
Message-ID: <20060411045150.GA1422@petdance.com>

p4raw-id: //depot/perl@27763

18 years agoAll S_dumpuntil()'s regnode pointer arguments can be const.
Nicholas Clark [Mon, 10 Apr 2006 19:55:49 +0000]
All S_dumpuntil()'s regnode pointer arguments can be const.

p4raw-id: //depot/perl@27762

18 years agoPerl_unsharepvn() was no longer being used in core, and changes to
Nicholas Clark [Mon, 10 Apr 2006 17:48:04 +0000]
Perl_unsharepvn() was no longer being used in core, and changes to
S_unshare_hek_or_pvn() had broken it. Now fixed and tested.

p4raw-id: //depot/perl@27761

18 years agoconfig_H being the last part of my mkglossary work
H.Merijn Brand [Mon, 10 Apr 2006 16:35:30 +0000]
config_H being the last part of my mkglossary work

p4raw-id: //depot/perl@27760

18 years agoRegeneration of Glossary and the underlying tools.
H.Merijn Brand [Mon, 10 Apr 2006 16:14:32 +0000]
Regeneration of Glossary and the underlying tools.

p4raw-id: //depot/perl@27758

18 years agoFix coverity warning in utf8.c
Andy Dougherty [Mon, 10 Apr 2006 11:18:35 +0000]
Fix coverity warning in utf8.c
Message-ID: <Pine.SOC.4.62.0604101117450.22851@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@27757

18 years agopp_sys.c: some Coverity findings: NULL guards for format cv
Jarkko Hietaniemi [Sat, 8 Apr 2006 18:55:41 +0000]
pp_sys.c: some Coverity findings: NULL guards for format cv
Message-Id: <20060408155541.46B796D08C@ugli.hut.fi>
Date: Sat,  8 Apr 2006 18:55:41 +0300 (EEST)

p4raw-id: //depot/perl@27756

18 years agopp_sys.c: some Coverity findings: NULL guards for io pointers
Jarkko Hietaniemi [Sat, 8 Apr 2006 18:52:32 +0000]
pp_sys.c: some Coverity findings: NULL guards for io pointers
Message-Id: <20060408155232.4C9726D08C@ugli.hut.fi>
Date: Sat,  8 Apr 2006 18:52:32 +0300 (EEST)

p4raw-id: //depot/perl@27755

18 years agoes: quiet some warnings (with a free AIX cpp insanity avoidance tip)
Jarkko Hietaniemi [Sat, 8 Apr 2006 09:58:43 +0000]
es: quiet some warnings (with a free AIX cpp insanity avoidance tip)
Message-ID: <44375F23.6030900@gmail.com>
Date: Sat, 08 Apr 2006 09:58:43 +0300

p4raw-id: //depot/perl@27754

18 years agoTrue consting goodness in regexes
Andy Lester [Mon, 10 Apr 2006 02:15:58 +0000]
True consting goodness in regexes
Message-Id:  <20060410071558.GA24756@petdance.com>

p4raw-id: //depot/perl@27753

18 years agoFix pointer error in change 27741, spotted by John E. Malmberg.
Nicholas Clark [Sun, 9 Apr 2006 21:07:48 +0000]
Fix pointer error in change 27741, spotted by John E. Malmberg.

p4raw-id: //depot/perl@27752

18 years agoRe: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to follow...
Jarkko Hietaniemi [Sun, 9 Apr 2006 10:18:52 +0000]
Re: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to follow vtable logic) but adding an assert
Message-ID: <4438B55C.9010604@gmail.com>

p4raw-id: //depot/perl@27751

18 years agoRe: [PATCH] locale.c: Coverity finding
Jarkko Hietaniemi [Sun, 9 Apr 2006 10:31:32 +0000]
Re: [PATCH] locale.c: Coverity finding
Message-ID: <4438B854.6040301@gmail.com>

p4raw-id: //depot/perl@27750

18 years agoRename variables in some mg_* funcs
Andy Lester [Sun, 9 Apr 2006 00:20:12 +0000]
Rename variables in some mg_* funcs
Message-ID: <20060409052012.GA15887@petdance.com>

p4raw-id: //depot/perl@27749

18 years agofix potential null deref introduced by change #27716
Dave Mitchell [Sat, 8 Apr 2006 23:58:51 +0000]
fix potential null deref introduced by change #27716
p4raw-link: @27716 on //depot/perl: 4f639d21b5c9a079a204ea1a0168f3c1a4ed5214

p4raw-id: //depot/perl@27746

18 years agoperlio.c: Coverity finding: finding false (Coverity not able to follow vtable logic...
Jarkko Hietaniemi [Sat, 8 Apr 2006 19:11:36 +0000]
perlio.c: Coverity finding: finding false (Coverity not able to follow vtable logic) but adding an assert
Message-Id: <20060408161136.CEAC86D08C@ugli.hut.fi>
Date: Sat,  8 Apr 2006 19:11:36 +0300 (EEST)

p4raw-id: //depot/perl@27745

18 years agosv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=\0?)
Jarkko Hietaniemi [Sat, 8 Apr 2006 18:25:33 +0000]
sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=\0?)
Message-Id: <20060408152533.C4D5F6D08C@ugli.hut.fi>

(although I should add that this version of Coverity is actually
raising a false positive here, albeit something still interesting)

p4raw-id: //depot/perl@27744

18 years agoAs av_dup, gv_dup and hv_dup are the same as sv_dup, code in various
Nicholas Clark [Sat, 8 Apr 2006 15:14:13 +0000]
As av_dup, gv_dup and hv_dup are the same as sv_dup, code in various
branches of Perl_ss_dup() is actually duplicated, so can be merged.

p4raw-id: //depot/perl@27741

18 years agoBy swapping the order of pushes onto the save stack for
Nicholas Clark [Sat, 8 Apr 2006 14:46:53 +0000]
By swapping the order of pushes onto the save stack for
SAVEt_GENERIC_PVREF, we can merge it with SAVEt_PPTR in Perl_ss_dup().

p4raw-id: //depot/perl@27740

18 years agoTeach ss_dup about SAVEt_RE_STATE. (As correctly as it ever was before)
Nicholas Clark [Sat, 8 Apr 2006 13:43:46 +0000]
Teach ss_dup about SAVEt_RE_STATE. (As correctly as it ever was before)

p4raw-id: //depot/perl@27739

18 years agoss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8.
Nicholas Clark [Sat, 8 Apr 2006 12:50:13 +0000]
ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8.

p4raw-id: //depot/perl@27738

18 years agoGive more information in the panic in ss_dup. (Although I'm not sure
Nicholas Clark [Fri, 7 Apr 2006 21:24:35 +0000]
Give more information in the panic in ss_dup. (Although I'm not sure
if croak() works at this point, given PerlIO's dependency on a
functional interpreter.)

p4raw-id: //depot/perl@27737

18 years agoMake perl_fini() run when compiling perl with
Gisle Aas [Fri, 7 Apr 2006 16:08:26 +0000]
Make perl_fini() run when compiling perl with
the Sun WorkShop compiler.

p4raw-id: //depot/perl@27736

18 years agoPatch from Jarkko to fix breakage caused by change #27649
Steve Hay [Fri, 7 Apr 2006 14:55:41 +0000]
Patch from Jarkko to fix breakage caused by change #27649
see: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00144.html
p4raw-link: @27649 on //depot/perl: 9ddc1e7af8675795ad0346c1274fd40d4096c50f

p4raw-id: //depot/perl@27735

18 years agoOops. Being too terse for my own good - it's not a great idea to chain
Nicholas Clark [Fri, 7 Apr 2006 12:49:11 +0000]
Oops. Being too terse for my own good - it's not a great idea to chain
assignment of char * to struct pmop *, even when the value is NULL.

p4raw-id: //depot/perl@27734

18 years ago[patch@27694] VMS RMSEXPAND/PERL_CANDO fixes
John E. Malmberg [Mon, 3 Apr 2006 07:39:10 +0000]
[patch@27694] VMS RMSEXPAND/PERL_CANDO fixes
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <4431095E.8030003@qsl.net>

p4raw-id: //depot/perl@27733

18 years agoMove all the regexp state variables into a single structure.
Nicholas Clark [Thu, 6 Apr 2006 15:52:37 +0000]
Move all the regexp state variables into a single structure.
This allows it to be saved, restored and cloned with a single Copy()
(but inevitably still some fixup)

p4raw-id: //depot/perl@27732

18 years agoRe: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
Rafael Garcia-Suarez [Thu, 6 Apr 2006 14:32:50 +0000]
Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
Message-ID: <20060406143250.5a7de4b8@grubert.mandriva.com>

p4raw-id: //depot/perl@27731

18 years agoFix skip count in ext\B\t\lint.t
Steve Hay [Thu, 6 Apr 2006 12:16:53 +0000]
Fix skip count in ext\B\t\lint.t

p4raw-id: //depot/perl@27729

18 years agoSave the regexp engine state as 1 block on the save stack.
Nicholas Clark [Wed, 5 Apr 2006 21:40:11 +0000]
Save the regexp engine state as 1 block on the save stack.

p4raw-id: //depot/perl@27728

18 years agoRe: expr foreach (...) isn't a B::Lint warning anymore
Joshua ben Jore [Wed, 5 Apr 2006 01:11:11 +0000]
Re: expr foreach (...) isn't a B::Lint warning anymore
From: "Joshua ben Jore" <twists@gmail.com>
Message-ID: <dc5c751d0604042311v354547aanf482b3259e56ebb8@mail.gmail.com>

p4raw-id: //depot/perl@27727

18 years agoPerl_save_alloc can use the new(er) SSGROW rather than looping.
Nicholas Clark [Wed, 5 Apr 2006 20:19:34 +0000]
Perl_save_alloc can use the new(er) SSGROW rather than looping.

p4raw-id: //depot/perl@27726

18 years agoAssigning undef to an entry in %ENV shouldn't produce warnings, even
Rafael Garcia-Suarez [Wed, 5 Apr 2006 19:45:42 +0000]
Assigning undef to an entry in %ENV shouldn't produce warnings, even
though it's silently converted to ""

p4raw-id: //depot/perl@27725

18 years agoTry not to use negative values when accessing arrays in C. Yet another
Steve Peters [Wed, 5 Apr 2006 16:15:41 +0000]
Try not to use negative values when accessing arrays in C.  Yet another
Coverity catch.

p4raw-id: //depot/perl@27724

18 years agoInitializing variables is good. This is another Coverity catch.
Steve Peters [Wed, 5 Apr 2006 15:31:18 +0000]
Initializing variables is good.  This is another Coverity catch.

p4raw-id: //depot/perl@27723

18 years agoperlio.c breaks on Solaris/gcc when > 256 FDs are available
Alan Burlison [Wed, 5 Apr 2006 15:52:14 +0000]
perlio.c breaks on Solaris/gcc when > 256 FDs are available
Message-ID: <4433D99E.40800@sun.com>

p4raw-id: //depot/perl@27722

18 years agoThere should be only one META.yml file
Rafael Garcia-Suarez [Wed, 5 Apr 2006 12:56:10 +0000]
There should be only one META.yml file

p4raw-id: //depot/perl@27721

18 years agoFix test portability on non-ASCII platforms
SADAHIRO Tomoyuki [Wed, 5 Apr 2006 21:13:02 +0000]
Fix test portability on non-ASCII platforms

Subject: Re: lib/ExtUtils/t/Constant.t problem on z/OS
Message-Id: <20060405210426.F99D.BQW10602@nifty.com>

p4raw-id: //depot/perl@27720

18 years agoDocument the functions htmlify() and anchorify() in Pod::Html.
Steve Peters [Wed, 5 Apr 2006 11:49:23 +0000]
Document the functions htmlify() and anchorify() in Pod::Html.

p4raw-id: //depot/perl@27719

18 years agoSimplify tests for fork() capabilities
Steve Hay [Wed, 5 Apr 2006 10:35:58 +0000]
Simplify tests for fork() capabilities

Jarkko pointed out that change #27710 was causing some
black smoke so makes the tests for fork() simpler, as
per lib\Test\Simple\t\fork.t for now. (Ideally we want
a $Config{d_pseudofork}, as suggested by Andy Dougherty,
but that'll have to wait until I get some more tuits.)
p4raw-link: @27710 on //depot/perl: 2f78ce11bc4a9355ade5d20a0825b10fbb177169

p4raw-id: //depot/perl@27718

18 years ago(??{...}) didn't always restore PL_reg_re.
Dave Mitchell [Wed, 5 Apr 2006 03:17:50 +0000]
(??{...}) didn't always restore PL_reg_re.
Also trie debugging output was using a var that was no longer
valid

p4raw-id: //depot/perl@27717

18 years agoeliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata
Dave Mitchell [Wed, 5 Apr 2006 01:50:33 +0000]
eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata
(only another 441 global vars to go ...)

p4raw-id: //depot/perl@27716

18 years agorestructure the EVAL branch of regmatch() to minimise local var scope
Dave Mitchell [Wed, 5 Apr 2006 01:26:59 +0000]
restructure the EVAL branch of regmatch() to minimise local var scope
(no changes to functionality)

p4raw-id: //depot/perl@27715

18 years agoRe: Making IO::Socket pass test on Win32
Jim Cromie [Tue, 4 Apr 2006 11:07:03 +0000]
Re: Making IO::Socket pass test on Win32
Message-ID: <44328B97.2060903@gmail.com>

p4raw-id: //depot/perl@27714

18 years agoFEATURE_IS_ENABLED takes only one parameter now, so reflect that in
Rafael Garcia-Suarez [Tue, 4 Apr 2006 12:42:44 +0000]
FEATURE_IS_ENABLED takes only one parameter now, so reflect that in
perl_keyword.pl

p4raw-id: //depot/perl@27713

18 years agothreads.pm should overload != operator
Jan Dubois [Mon, 3 Apr 2006 18:06:24 +0000]
threads.pm should overload != operator
From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <02fc01c65783$fe4820f0$2217a8c0@candy>

p4raw-id: //depot/perl@27712

18 years agoFix syntax error in io_pipe test
Rafael Garcia-Suarez [Tue, 4 Apr 2006 11:14:27 +0000]
Fix syntax error in io_pipe test

p4raw-id: //depot/perl@27711

18 years agoRe: Making IO::Socket pass test on Win32
Yves Orton [Sun, 2 Apr 2006 11:07:19 +0000]
Re: Making IO::Socket pass test on Win32
Message-ID: <9b18b3110604020107o6a0b594cwfc2344a172c360b0@mail.gmail.com>

plus extra $Config{d_fork} changes to io_pipe.t and io_multihomed.t

p4raw-id: //depot/perl@27710

18 years agoMove conditional SOCKS5 code into #ifdefs
Andy Lester [Mon, 3 Apr 2006 08:28:18 +0000]
Move conditional SOCKS5 code into #ifdefs
Message-ID: <20060403132818.GA7820@petdance.com>

p4raw-id: //depot/perl@27709

18 years agoChange 27592 disabled the building of manpages for non core-extensions
Gisle Aas [Tue, 4 Apr 2006 08:36:02 +0000]
Change 27592 disabled the building of manpages for non core-extensions
The init_MAN3PODS method need to be called when no INSTALLMAN3DIR is
present in the first place.

p4raw-id: //depot/perl@27708

18 years ago"smart match" description in overload.pm is in the middle of "fallback" section
Jan Dubois [Mon, 3 Apr 2006 18:11:55 +0000]
"smart match" description in overload.pm is in the middle of "fallback" section
From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <02fd01c65784$c3f3c430$2217a8c0@candy>

p4raw-id: //depot/perl@27707

18 years agosort out some utime() issues on VMS
Craig A. Berry [Tue, 4 Apr 2006 03:12:34 +0000]
sort out some utime() issues on VMS

p4raw-id: //depot/perl@27706

18 years ago2nd patch to sync blead 'threads' with CPAN [REPOST]
Jerry D. Hedden [Mon, 3 Apr 2006 06:10:35 +0000]
2nd patch to sync blead 'threads' with CPAN [REPOST]
From: "Jerry D. Hedden" <jerry@hedden.us>
Message-ID: <20060403061035.fb30e530d17747c2b054d625b8945d88.7482c755b8.wbe@email.email.secureserver.net>

p4raw-id: //depot/perl@27705

18 years agoTwo modules in ext/ have dependencies that are post-miniperl.
Nicholas Clark [Mon, 3 Apr 2006 11:32:44 +0000]
Two modules in ext/ have dependencies that are post-miniperl.
Encode this information in the Makefile for now.

p4raw-id: //depot/perl@27704

18 years agoRegeneration after backports of #27447, #27484, #27485, #27488,
H.Merijn Brand [Mon, 3 Apr 2006 10:02:37 +0000]
Regeneration after backports of #27447, #27484, #27485, #27488,
#27489, #27490, #27491, and #27632

p4raw-id: //depot/perl@27703

18 years agoundo #27700 and add a missing Safefree()
Dave Mitchell [Mon, 3 Apr 2006 09:56:29 +0000]
undo #27700 and add a missing Safefree()

p4raw-id: //depot/perl@27702

18 years agoSvREFCNT_inc tweaks
Andy Lester [Sat, 1 Apr 2006 02:01:30 +0000]
SvREFCNT_inc tweaks
Message-ID: <20060401080130.GA19372@petdance.com>

p4raw-id: //depot/perl@27701

18 years agoRemoved unused code in regexec.c
Andy Lester [Mon, 3 Apr 2006 00:00:50 +0000]
Removed unused code in regexec.c
Message-ID: <20060403050050.GA19055@petdance.com>

p4raw-id: //depot/perl@27700

18 years agoext/IO/t/io_unix.t
Jarkko Hietaniemi [Sun, 2 Apr 2006 21:57:19 +0000]
ext/IO/t/io_unix.t
Message-ID: <44301E8F.2060503@gmail.com>

p4raw-id: //depot/perl@27699

18 years agorevisited: pow.t test failures on AIX 5.1 perl588 with -Duselongdouble
John L. Allen [Thu, 30 Mar 2006 17:53:13 +0000]
revisited: pow.t test failures on AIX 5.1 perl588 with -Duselongdouble
From: "John L. Allen" <allen@grumman.com>
Message-ID: <Pine.GSO.4.53.0603301710140.24672@gateway.northropgrumman.com>

p4raw-id: //depot/perl@27698

18 years agoDocument that the regexp engine is not currently reentrant
Dominic Dunlop [Sun, 2 Apr 2006 21:13:59 +0000]
Document that the regexp engine is not currently reentrant

Subject: Re: [perl #33936] segment fault when using split() in regexp with (??{...})
Message-Id: <AD104FE7-2BD6-49B6-A845-46458179A4B1@computer.org>

p4raw-id: //depot/perl@27697

18 years agoTake splint into account for PERL_UNUSED_ARG (patch by Jarkko)
Rafael Garcia-Suarez [Mon, 3 Apr 2006 08:22:15 +0000]
Take splint into account for PERL_UNUSED_ARG (patch by Jarkko)

p4raw-id: //depot/perl@27696

18 years agoanonymous unions aren't legal ANSI c
Dave Mitchell [Mon, 3 Apr 2006 01:31:12 +0000]
anonymous unions aren't legal ANSI c

p4raw-id: //depot/perl@27694

18 years agoThe make_ext script should pass MAKE=$MAKE to submakes it invokes for
Nicholas Clark [Mon, 3 Apr 2006 00:25:45 +0000]
The make_ext script should pass MAKE=$MAKE to submakes it invokes for
extentions, as they in turn may invoke $MAKE, and should invoke the
same $MAKE as at the top level, which may not be $Config{make}

p4raw-id: //depot/perl@27693