summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* In struct block_loop access element label via the macro CxLABEL()Nicholas Clark2008-01-202-2/+2
* [perl #49522] state variable not availableDave Mitchell2008-01-192-5/+54
* Avoid an unused argument in S_sv_2iuv_non_preserve() by usingNicholas Clark2008-01-184-2/+31
* Nick's a muppet - "all" needs to remain the first real target in theNicholas Clark2008-01-181-4/+4
* Don't create local variables validarg and fdscript if they aren't goingNicholas Clark2008-01-181-2/+7
* The suidscript argument to S_forbid_setid(), S_open_script() andNicholas Clark2008-01-183-28/+26
* Eliminate all PERL_UNUSED_ARG()s in S_validate_suid() by changing itsNicholas Clark2008-01-185-46/+113
* A target for sperl.iNicholas Clark2008-01-181-6/+9
* Change 32997 missed one conditionally unused argument.Nicholas Clark2008-01-181-0/+2
* Collect all the S_validate_suid() unused argument logic in one place.Nicholas Clark2008-01-181-9/+19
* Remove commented out declaration from S_validate_suid()Nicholas Clark2008-01-181-3/+0
* New tests for new ops. Most of them are TODORafael Garcia-Suarez2008-01-181-1/+7
* Remove commented out code from S_validate_suid()Nicholas Clark2008-01-181-7/+0
* Add Weed out needless PERL_UNUSED_ARG to perltodo. It's a goodNicholas Clark2008-01-181-0/+21
* warn if ++ or -- are unable to change the value because it's beyondNicholas Clark2008-01-177-10/+116
* Upgrade to Math-Complex-1.47Steve Peters2008-01-174-19/+111
* Generate the warnings masks programatically.Nicholas Clark2008-01-171-6/+17
* Add a diagram for the 5.11 SV class structure, including B::REGEXP.Nicholas Clark2008-01-171-6/+28
* Don't ask about a module when using -okAbigail2008-01-161-1/+1
* A couple of POD fixes by Steven SchubigerRafael Garcia-Suarez2008-01-164-6/+4
* Thanks to Sébstien Aperghis-Tramoni's suggestion, updated versionSteve Peters2008-01-153-1707/+1752
* Boolean priority bug, found by Mashrab Kuvatov:Mashrab Kuvatov2008-01-151-1/+1
* Fix range operatorJerry D. Hedden2008-01-153-3/+183
* consting IO.xsRobin Barker2008-01-141-1/+1
* When parsing LC_ALL or LANG to get the locale's encoding, ignoreRafael Garcia-Suarez2008-01-141-3/+3
* constingRobin Barker2008-01-141-6/+7
* Intermediate update/regen in cleanup process, dtrace supportH.Merijn Brand2008-01-143-143/+140
* Re-order so that the !SvOK() case is last (which should be rare)Nicholas Clark2008-01-131-6/+4
* Upgrade to Math-Complex-1.44Steve Peters2008-01-134-8/+25
* For 5.12: saner behaviour for `length`Nicholas Clark2008-01-128-28/+79
* Fix bug whereby length on a tied scalar that returned a UTF-8 valueNicholas Clark2008-01-124-5/+71
* Re: [PATCH] Stop DTrace config option looping in non-interactive modeAndy Armstrong2008-01-121-4/+17
* tru64: poison stack, write protect string constantsJarkko Hietaniemi2008-01-121-0/+21
* Nit disabling dtrace on VMS (2 single quotes inside double quotesCraig A. Berry2008-01-121-1/+1
* Don't quote a whitespace-containing ABSPERL when the whitespaceCraig A. Berry2008-01-121-2/+2
* sh doesn't know about !Andy Armstrong2008-01-111-1/+4
* Well, I know *something* passed make test from a clean build beforeNicholas Clark2008-01-111-2/+2
* assert that these are the regexps you were looking for.Nicholas Clark2008-01-111-6/+39
* __DATE__ and __TIME__ are both string literals, so we can concatentateNicholas Clark2008-01-111-5/+3
* Pack the recycled pad offsets into an SV at PL_regex_pad[0]. This willNicholas Clark2008-01-113-9/+20
* Remove C variables (and a parameter!) now unused since -P bit the dust.Nicholas Clark2008-01-114-13/+6
* Note the U8 sized space created by removing -P, and check that it isNicholas Clark2008-01-112-3/+3
* Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per Tim Bunce'sRafael Garcia-Suarez2008-01-113-4/+4
* Remove the -P switchRafael Garcia-Suarez2008-01-1117-333/+9
* Add dtrace supportAndy Armstrong2008-01-1126-3/+242
* Remove PM_GETRE_SAFE and PM_SETRE_SAFE as nothing uses them.Nicholas Clark2008-01-111-9/+0
* Remove code that protected pp_qr against REGEXPs going away duringNicholas Clark2008-01-111-9/+0
* REGEXPs are now stored directly in PL_regex_padav, rather thanNicholas Clark2008-01-114-28/+22
* Introduce macro PERL_MAX_SUB_DEPTHRafael Garcia-Suarez2008-01-113-2/+7
* Re: [perl #49564] Re: MRO and av_clearRick Delaney2008-01-116-2/+45