summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix two nits in perlpragma.podRafael Garcia-Suarez2006-05-221-2/+2
| | | p4raw-id: //depot/perl@28268
* Upgrade to Devel::PPPort 3.08_02Marcus Holland-Moritz2006-05-2244-190/+745
| | | p4raw-id: //depot/perl@28267
* Remove duplicate documentation for SvREFCNT_inc().Marcus Holland-Moritz2006-05-211-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-Moritz2006-05-211-1/+1
| | | p4raw-id: //depot/perl@28265
* Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds.Steve Peters2006-05-214-4/+3
| | | | | Also, picked up a missed change for pod/perlapi.pod. p4raw-id: //depot/perl@28264
* Oops. Fix bad #! lines when not using userelocatableincNicholas Clark2006-05-201-1/+1
| | | p4raw-id: //depot/perl@28263
* optimize /[x]/ to /x/.Yves Orton2006-05-201-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 Clark2006-05-201-6/+6
| | | p4raw-id: //depot/perl@28261
* don't try to dump GVish parts of an LV if it hasn't got GVish partsDave Mitchell2006-05-201-10/+14
| | | p4raw-id: //depot/perl@28260
* Upgrade to Devel::PPPort 3.08_01Marcus Holland-Moritz2006-05-2043-323/+1738
| | | p4raw-id: //depot/perl@28259
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-2018-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 bitsNicholas Clark2006-05-2018-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 correctionH.Merijn Brand2006-05-201-1/+1
| | | p4raw-id: //depot/perl@28255
* eval { s/$foo/die/e } leaked a scalarDave Mitchell2006-05-202-2/+1
| | | p4raw-id: //depot/perl@28254
* Re: Over-pious message from Configure?Dominic Dunlop2006-05-201-6/+40
| | | | | Message-Id: <90C6E6BF-D1B1-4346-A893-1708E8E50534@mac.com> p4raw-id: //depot/perl@28253
* Rename cop_hints to cop_hints_hashNicholas Clark2006-05-209-38/+42
| | | p4raw-id: //depot/perl@28252
* [perl #32332] Perl segfaults; test case availableDave Mitchell2006-05-203-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 storeNicholas Clark2006-05-208-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 asNicholas Clark2006-05-201-1/+1
| | | | | some other operating systems were concerned. p4raw-id: //depot/perl@28249
* [perl #32041] SEGV with complicated regexp and long stringDave Mitchell2006-05-201-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 Clark2006-05-191-2/+1
| | | p4raw-id: //depot/perl@28247
* There is no STASH type.Marcus Holland-Moritz2006-05-191-1/+1
| | | p4raw-id: //depot/perl@28246
* Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn'tNicholas Clark2006-05-193-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 changeSteve Peters2006-05-191-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 Peters2006-05-191-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 Clark2006-05-191-486/+2413
| | | p4raw-id: //depot/perl@28242
* Add perlpragma.pod, which describes how to implement user pragmata.Nicholas Clark2006-05-196-7/+156
| | | p4raw-id: //depot/perl@28241
* Add README.riscos to pod.lstNicholas Clark2006-05-195-11/+21
| | | p4raw-id: //depot/perl@28239
* pod/buildtoc has fussy ideas about the order of MANIFESTNicholas Clark2006-05-191-145/+145
| | | p4raw-id: //depot/perl@28238
* strlcat aaarghJarkko Hietaniemi2006-05-191-12/+12
| | | | | Message-ID: <446E040E.8030205@gmail.com> p4raw-id: //depot/perl@28237
* strlen(foo) rather than strchr(foo, 0) makes simpler code, and isNicholas Clark2006-05-191-4/+4
| | | | | likely to be a more efficient implementation. p4raw-id: //depot/perl@28236
* give a more useful example for $^VDave Mitchell2006-05-191-1/+4
| | | p4raw-id: //depot/perl@28235
* Re: [PATCH] Re: Change 28183 has broken 64-bit builds?Jarkko Hietaniemi2006-05-193-16/+26
| | | | | Message-ID: <446CCE8E.8010407@gmail.com> p4raw-id: //depot/perl@28234
* Adjust test following change #28225Rafael Garcia-Suarez2006-05-191-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 Mitchell2006-05-191-0/+1
| | | | | | stop C<use diagnostics; warn "\n"> outputing lots of 'uninit' warnings. p4raw-id: //depot/perl@28231
* test some die codepaths in pp_enterwriteDave Mitchell2006-05-181-1/+17
| | | p4raw-id: //depot/perl@28230
* threads core dump in BEGINJerry D. Hedden2006-05-186-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.tRafael Garcia-Suarez2006-05-181-1/+0
| | | p4raw-id: //depot/perl@28228
* Nits in the DynaLoader test: make it warning-clean,Rafael Garcia-Suarez2006-05-181-2/+2
| | | | | and avoid checking OS- and locale-specific messages p4raw-id: //depot/perl@28227
* Test script for DynaLoaderSébastien Aperghis-Tramoni2006-05-182-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 Dias2006-05-181-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 Daly2006-05-181-4/+4
| | | | | | From: "Fergal Daly" <fergal@esatclear.ie> Message-ID: <875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com> p4raw-id: //depot/perl@28224
* threads 1.28Jerry D. Hedden2006-05-185-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 JarkkoRafael Garcia-Suarez2006-05-181-1/+1
| | | p4raw-id: //depot/perl@28222
* Another SvVOK(). I believe that this is the last.Nicholas Clark2006-05-171-1/+1
| | | p4raw-id: //depot/perl@28221
* Oops, missed a SvVOK.Rafael Garcia-Suarez2006-05-171-1/+1
| | | p4raw-id: //depot/perl@28219
* Add a new macro SvVSTRING_mg that returns vstring magic, if any.Rafael Garcia-Suarez2006-05-172-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 argumentsRafael Garcia-Suarez2006-05-171-2/+2
| | | p4raw-id: //depot/perl@28217
* Re: Change 28183 has broken 64-bit builds?Jarkko Hietaniemi2006-05-174-65/+93
| | | | | Message-ID: <446B7757.8030301@gmail.com> p4raw-id: //depot/perl@28216
* Re: [perl #39145] win32, @_ and fork crashing in dounwindDavid Mitchell2006-05-172-0/+8
| | | | | | | Message-ID: <20060517163816.GN17109@iabyn.com> (Dave's fix, plus a test taken from [perl #39145]) p4raw-id: //depot/perl@28215