summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* IO::Compress* 2.000_12Paul Marquess2006-05-1735-427/+748
| | | | | | From: "Paul Marquess" <paul.marquess@ntlworld.com> Message-ID: <00c101c679af$c0305af0$2405140a@myopwv.com> p4raw-id: //depot/perl@28214
* Revert change 27513Nicholas Clark2006-05-161-3/+1
| | | | | | | [Make the original versions of relocated paths available from %Config::Config with the prefix "raw_". Not sure if "raw_" is the best choice.] p4raw-id: //depot/perl@28210
* Re: [PATCH] upgrade bytes_to_uniSADAHIRO Tomoyuki2006-05-161-14/+6
| | | | | Message-Id: <20060515223901.F3B0.BQW10602@nifty.com> p4raw-id: //depot/perl@28209
* Refactoring reghopsAndy Lester2006-05-163-9/+8
| | | | | Message-ID: <20060515135424.GA31585@petdance.com> p4raw-id: //depot/perl@28206
* refactoring out S_regoptailAndy Lester2006-05-164-32/+9
| | | | | Message-ID: <20060515041518.GA15745@petdance.com> p4raw-id: //depot/perl@28205
* Take advantage of the bug that binexp ignores the ConfigureNicholas Clark2006-05-161-7/+12
| | | | | | | | installprefix, by using initialinstalllocation rather than binexp to determine the #! line for installed scripts. This way they are at least correct initially for a relocatable @INC perl, rather than starting as .../../bin/perl p4raw-id: //depot/perl@28202
* Clarification on what Perl does to floating points in the modulus Steve Peters2006-05-151-1/+3
| | | | | operation. p4raw-id: //depot/perl@28200
* Encode run-time relocation of file names in packlist with a relocate_asNicholas Clark2006-05-151-6/+60
| | | | | | attribute. With this, unmodified instmodsh correctly verifies installed modules even after relocation. p4raw-id: //depot/perl@28198
* Upgrade to Digest-SHA-5.37Steve Peters2006-05-157-37/+61
| | | p4raw-id: //depot/perl@28197
* Simplify the implementation in ExtUtils::Packlist::read.Nicholas Clark2006-05-151-17/+5
| | | p4raw-id: //depot/perl@28196