Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix two nits in perlpragma.pod | Rafael Garcia-Suarez | 2006-05-22 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@28268 | ||||
* | Upgrade to Devel::PPPort 3.08_02 | Marcus Holland-Moritz | 2006-05-22 | 44 | -190/+745 |
| | | | p4raw-id: //depot/perl@28267 | ||||
* | Remove duplicate documentation for SvREFCNT_inc(). | Marcus Holland-Moritz | 2006-05-21 | 1 | -3/+6 |
| | | | | | | Add documentation for SvREFCNT_inc_simple_void_NN(). Wrap SvREFCNT_inc_simple_void() in STMT_START/STMT_END. p4raw-id: //depot/perl@28266 | ||||
* | Document PoisonFree() instead of documenting Poison() twice. | Marcus Holland-Moritz | 2006-05-21 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@28265 | ||||
* | Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds. | Steve Peters | 2006-05-21 | 4 | -4/+3 |
| | | | | | Also, picked up a missed change for pod/perlapi.pod. p4raw-id: //depot/perl@28264 | ||||
* | Oops. Fix bad #! lines when not using userelocatableinc | Nicholas Clark | 2006-05-20 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@28263 | ||||
* | optimize /[x]/ to /x/. | Yves Orton | 2006-05-20 | 1 | -9/+37 |
| | | | | | Message-Id: <9b18b3110605201416i3dc44c39k86cd9b2f47f5cda0@mail.gmail.com> p4raw-id: //depot/perl@28262 | ||||
* | Fix bug in change 28258. So how come I thought I'd passed all tests? | Nicholas Clark | 2006-05-20 | 1 | -6/+6 |
| | | | p4raw-id: //depot/perl@28261 | ||||
* | don't try to dump GVish parts of an LV if it hasn't got GVish parts | Dave Mitchell | 2006-05-20 | 1 | -10/+14 |
| | | | p4raw-id: //depot/perl@28260 | ||||
* | Upgrade to Devel::PPPort 3.08_01 | Marcus Holland-Moritz | 2006-05-20 | 43 | -323/+1738 |
| | | | p4raw-id: //depot/perl@28259 | ||||
* | Abolish cop_io (the simple way) by storing the value in cop_hints_hash. | Nicholas Clark | 2006-05-20 | 18 | -117/+95 |
| | | | | | | Todo - store the in and out values under 2 keys, and avoid the need to create a temporary mortal SV while checking it. p4raw-id: //depot/perl@28258 | ||||
* | Move the hints from op_private into cop_hints. This allows all 32 bits | Nicholas Clark | 2006-05-20 | 18 | -175/+224 |
| | | | | | | to be stored. Make B::Concise display the new hints field, and modify B::Deparse to use it. p4raw-id: //depot/perl@28257 | ||||
* | Small typo correction | H.Merijn Brand | 2006-05-20 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@28255 | ||||
* | eval { s/$foo/die/e } leaked a scalar | Dave Mitchell | 2006-05-20 | 2 | -2/+1 |
| | | | p4raw-id: //depot/perl@28254 | ||||
* | Re: Over-pious message from Configure? | Dominic Dunlop | 2006-05-20 | 1 | -6/+40 |
| | | | | | Message-Id: <90C6E6BF-D1B1-4346-A893-1708E8E50534@mac.com> p4raw-id: //depot/perl@28253 | ||||
* | Rename cop_hints to cop_hints_hash | Nicholas Clark | 2006-05-20 | 9 | -38/+42 |
| | | | p4raw-id: //depot/perl@28252 | ||||
* | [perl #32332] Perl segfaults; test case available | Dave Mitchell | 2006-05-20 | 3 | -5/+5 |
| | | | | | sub f { s/$var/f()/e } could free the wrong RE p4raw-id: //depot/perl@28251 | ||||
* | Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store | Nicholas Clark | 2006-05-20 | 8 | -43/+142 |
| | | | | | the value in the hints structure used for %^H. p4raw-id: //depot/perl@28250 | ||||
* | Solaris was happy, but change 28247 removed the wrong dTHX as far as | Nicholas Clark | 2006-05-20 | 1 | -1/+1 |
| | | | | | some other operating systems were concerned. p4raw-id: //depot/perl@28249 | ||||
* | [perl #32041] SEGV with complicated regexp and long string | Dave Mitchell | 2006-05-20 | 1 | -0/+3 |
| | | | | | PL_reg_maxiter was wrapping to a negative value p4raw-id: //depot/perl@28248 | ||||
* | Perl_croak() needs an aTHX_ in PerlIO_vsprintf(). | Nicholas Clark | 2006-05-19 | 1 | -2/+1 |
| | | | p4raw-id: //depot/perl@28247 | ||||
* | There is no STASH type. | Marcus Holland-Moritz | 2006-05-19 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@28246 | ||||
* | Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn't | Nicholas Clark | 2006-05-19 | 3 | -9/+7 |
| | | | | | store a reference to the value, so don't pass it in a new SV. p4raw-id: //depot/perl@28245 | ||||
* | Grrr...Perforce decided not to add the MANIFEST changes for change | Steve Peters | 2006-05-19 | 1 | -1/+1 |
| | | | | | #28243. Hateful indeed! p4raw-id: //depot/perl@28244 | ||||
* | Shortening name of a Pod::Simple test case to allow the test to be | Steve Peters | 2006-05-19 | 1 | -0/+0 |
| | | | | | | run on the VOS operating system. Fixes "RT #38645: Test case name is too long". p4raw-id: //depot/perl@28243 | ||||
* | Rebuild perltoc.pod. | Nicholas Clark | 2006-05-19 | 1 | -486/+2413 |
| | | | p4raw-id: //depot/perl@28242 | ||||
* | Add perlpragma.pod, which describes how to implement user pragmata. | Nicholas Clark | 2006-05-19 | 6 | -7/+156 |
| | | | p4raw-id: //depot/perl@28241 | ||||
* | Add README.riscos to pod.lst | Nicholas Clark | 2006-05-19 | 5 | -11/+21 |
| | | | p4raw-id: //depot/perl@28239 | ||||
* | pod/buildtoc has fussy ideas about the order of MANIFEST | Nicholas Clark | 2006-05-19 | 1 | -145/+145 |
| | | | p4raw-id: //depot/perl@28238 | ||||
* | strlcat aaargh | Jarkko Hietaniemi | 2006-05-19 | 1 | -12/+12 |
| | | | | | Message-ID: <446E040E.8030205@gmail.com> p4raw-id: //depot/perl@28237 | ||||
* | strlen(foo) rather than strchr(foo, 0) makes simpler code, and is | Nicholas Clark | 2006-05-19 | 1 | -4/+4 |
| | | | | | likely to be a more efficient implementation. p4raw-id: //depot/perl@28236 | ||||
* | give a more useful example for $^V | Dave Mitchell | 2006-05-19 | 1 | -1/+4 |
| | | | p4raw-id: //depot/perl@28235 | ||||
* | Re: [PATCH] Re: Change 28183 has broken 64-bit builds? | Jarkko Hietaniemi | 2006-05-19 | 3 | -16/+26 |
| | | | | | Message-ID: <446CCE8E.8010407@gmail.com> p4raw-id: //depot/perl@28234 | ||||
* | Adjust test following change #28225 | Rafael Garcia-Suarez | 2006-05-19 | 1 | -5/+5 |
| | | | | | p4raw-link: @28225 on //depot/perl: 121ec5ba7a19a219149ea3c8c8a845624b2bf8ea p4raw-id: //depot/perl@28232 | ||||
* | [perl #39141] lots of warnings with diagnostics and (warn or die) | Dave Mitchell | 2006-05-19 | 1 | -0/+1 |
| | | | | | | stop C<use diagnostics; warn "\n"> outputing lots of 'uninit' warnings. p4raw-id: //depot/perl@28231 | ||||
* | test some die codepaths in pp_enterwrite | Dave Mitchell | 2006-05-18 | 1 | -1/+17 |
| | | | p4raw-id: //depot/perl@28230 | ||||
* | threads core dump in BEGIN | Jerry D. Hedden | 2006-05-18 | 6 | -15/+114 |
| | | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-Id: <20060518132220.fb30e530d17747c2b054d625b8945d88.f45de90925.wbe@email.secureserver.net> p4raw-id: //depot/perl@28229 | ||||
* | We can now remove DynaLoader from 1_compile.t | Rafael Garcia-Suarez | 2006-05-18 | 1 | -1/+0 |
| | | | p4raw-id: //depot/perl@28228 | ||||
* | Nits in the DynaLoader test: make it warning-clean, | Rafael Garcia-Suarez | 2006-05-18 | 1 | -2/+2 |
| | | | | | and avoid checking OS- and locale-specific messages p4raw-id: //depot/perl@28227 | ||||
* | Test script for DynaLoader | Sébastien Aperghis-Tramoni | 2006-05-18 | 2 | -0/+103 |
| | | | | | Message-ID: <1147963560.446c88a8891e1@imp1-g19.free.fr> p4raw-id: //depot/perl@28226 | ||||
* | [perl #39130] h2ph generates incorrect code for '#if defined A || defined B' | Jason Vas Dias | 2006-05-18 | 1 | -1/+1 |
| | | | | | | From: Jason Vas Dias (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-39130-133411.1.91055283125046@perl.org> p4raw-id: //depot/perl@28225 | ||||
* | Re: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace" | Fergal Daly | 2006-05-18 | 1 | -4/+4 |
| | | | | | | From: "Fergal Daly" <fergal@esatclear.ie> Message-ID: <875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com> p4raw-id: //depot/perl@28224 | ||||
* | threads 1.28 | Jerry D. Hedden | 2006-05-18 | 5 | -23/+55 |
| | | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060517114532.fb30e530d17747c2b054d625b8945d88.ca725822fc.wbe@email.secureserver.net> p4raw-id: //depot/perl@28223 | ||||
* | Adjust calling of Perl_va_copy(), noticed by Jarkko | Rafael Garcia-Suarez | 2006-05-18 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@28222 | ||||
* | Another SvVOK(). I believe that this is the last. | Nicholas Clark | 2006-05-17 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@28221 | ||||
* | Oops, missed a SvVOK. | Rafael Garcia-Suarez | 2006-05-17 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@28219 | ||||
* | Add a new macro SvVSTRING_mg that returns vstring magic, if any. | Rafael Garcia-Suarez | 2006-05-17 | 2 | -1/+5 |
| | | | | | | SvVOK used to do that, in stealth mode, but now it returns a boolean like it used to. Patch suggested by John Peacock. p4raw-id: //depot/perl@28218 | ||||
* | Parenthesize uses of macro arguments | Rafael Garcia-Suarez | 2006-05-17 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@28217 | ||||
* | Re: Change 28183 has broken 64-bit builds? | Jarkko Hietaniemi | 2006-05-17 | 4 | -65/+93 |
| | | | | | Message-ID: <446B7757.8030301@gmail.com> p4raw-id: //depot/perl@28216 | ||||
* | Re: [perl #39145] win32, @_ and fork crashing in dounwind | David Mitchell | 2006-05-17 | 2 | -0/+8 |
| | | | | | | | Message-ID: <20060517163816.GN17109@iabyn.com> (Dave's fix, plus a test taken from [perl #39145]) p4raw-id: //depot/perl@28215 |