| Commit message (Expand) | Author | Age | Files | Lines |
* | In struct block_loop access element label via the macro CxLABEL() | Nicholas Clark | 2008-01-20 | 2 | -2/+2 |
* | [perl #49522] state variable not available | Dave Mitchell | 2008-01-19 | 2 | -5/+54 |
* | Avoid an unused argument in S_sv_2iuv_non_preserve() by using | Nicholas Clark | 2008-01-18 | 4 | -2/+31 |
* | Nick's a muppet - "all" needs to remain the first real target in the | Nicholas Clark | 2008-01-18 | 1 | -4/+4 |
* | Don't create local variables validarg and fdscript if they aren't going | Nicholas Clark | 2008-01-18 | 1 | -2/+7 |
* | The suidscript argument to S_forbid_setid(), S_open_script() and | Nicholas Clark | 2008-01-18 | 3 | -28/+26 |
* | Eliminate all PERL_UNUSED_ARG()s in S_validate_suid() by changing its | Nicholas Clark | 2008-01-18 | 5 | -46/+113 |
* | A target for sperl.i | Nicholas Clark | 2008-01-18 | 1 | -6/+9 |
* | Change 32997 missed one conditionally unused argument. | Nicholas Clark | 2008-01-18 | 1 | -0/+2 |
* | Collect all the S_validate_suid() unused argument logic in one place. | Nicholas Clark | 2008-01-18 | 1 | -9/+19 |
* | Remove commented out declaration from S_validate_suid() | Nicholas Clark | 2008-01-18 | 1 | -3/+0 |
* | New tests for new ops. Most of them are TODO | Rafael Garcia-Suarez | 2008-01-18 | 1 | -1/+7 |
* | Remove commented out code from S_validate_suid() | Nicholas Clark | 2008-01-18 | 1 | -7/+0 |
* | Add Weed out needless PERL_UNUSED_ARG to perltodo. It's a good | Nicholas Clark | 2008-01-18 | 1 | -0/+21 |
* | warn if ++ or -- are unable to change the value because it's beyond | Nicholas Clark | 2008-01-17 | 7 | -10/+116 |
* | Upgrade to Math-Complex-1.47 | Steve Peters | 2008-01-17 | 4 | -19/+111 |
* | Generate the warnings masks programatically. | Nicholas Clark | 2008-01-17 | 1 | -6/+17 |
* | Add a diagram for the 5.11 SV class structure, including B::REGEXP. | Nicholas Clark | 2008-01-17 | 1 | -6/+28 |
* | Don't ask about a module when using -ok | Abigail | 2008-01-16 | 1 | -1/+1 |
* | A couple of POD fixes by Steven Schubiger | Rafael Garcia-Suarez | 2008-01-16 | 4 | -6/+4 |
* | Thanks to Sébstien Aperghis-Tramoni's suggestion, updated version | Steve Peters | 2008-01-15 | 3 | -1707/+1752 |
* | Boolean priority bug, found by Mashrab Kuvatov: | Mashrab Kuvatov | 2008-01-15 | 1 | -1/+1 |
* | Fix range operator | Jerry D. Hedden | 2008-01-15 | 3 | -3/+183 |
* | consting IO.xs | Robin Barker | 2008-01-14 | 1 | -1/+1 |
* | When parsing LC_ALL or LANG to get the locale's encoding, ignore | Rafael Garcia-Suarez | 2008-01-14 | 1 | -3/+3 |
* | consting | Robin Barker | 2008-01-14 | 1 | -6/+7 |
* | Intermediate update/regen in cleanup process, dtrace support | H.Merijn Brand | 2008-01-14 | 3 | -143/+140 |
* | Re-order so that the !SvOK() case is last (which should be rare) | Nicholas Clark | 2008-01-13 | 1 | -6/+4 |
* | Upgrade to Math-Complex-1.44 | Steve Peters | 2008-01-13 | 4 | -8/+25 |
* | For 5.12: saner behaviour for `length` | Nicholas Clark | 2008-01-12 | 8 | -28/+79 |
* | Fix bug whereby length on a tied scalar that returned a UTF-8 value | Nicholas Clark | 2008-01-12 | 4 | -5/+71 |
* | Re: [PATCH] Stop DTrace config option looping in non-interactive mode | Andy Armstrong | 2008-01-12 | 1 | -4/+17 |
* | tru64: poison stack, write protect string constants | Jarkko Hietaniemi | 2008-01-12 | 1 | -0/+21 |
* | Nit disabling dtrace on VMS (2 single quotes inside double quotes | Craig A. Berry | 2008-01-12 | 1 | -1/+1 |
* | Don't quote a whitespace-containing ABSPERL when the whitespace | Craig A. Berry | 2008-01-12 | 1 | -2/+2 |
* | sh doesn't know about ! | Andy Armstrong | 2008-01-11 | 1 | -1/+4 |
* | Well, I know *something* passed make test from a clean build before | Nicholas Clark | 2008-01-11 | 1 | -2/+2 |
* | assert that these are the regexps you were looking for. | Nicholas Clark | 2008-01-11 | 1 | -6/+39 |
* | __DATE__ and __TIME__ are both string literals, so we can concatentate | Nicholas Clark | 2008-01-11 | 1 | -5/+3 |
* | Pack the recycled pad offsets into an SV at PL_regex_pad[0]. This will | Nicholas Clark | 2008-01-11 | 3 | -9/+20 |
* | Remove C variables (and a parameter!) now unused since -P bit the dust. | Nicholas Clark | 2008-01-11 | 4 | -13/+6 |
* | Note the U8 sized space created by removing -P, and check that it is | Nicholas Clark | 2008-01-11 | 2 | -3/+3 |
* | Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per Tim Bunce's | Rafael Garcia-Suarez | 2008-01-11 | 3 | -4/+4 |
* | Remove the -P switch | Rafael Garcia-Suarez | 2008-01-11 | 17 | -333/+9 |
* | Add dtrace support | Andy Armstrong | 2008-01-11 | 26 | -3/+242 |
* | Remove PM_GETRE_SAFE and PM_SETRE_SAFE as nothing uses them. | Nicholas Clark | 2008-01-11 | 1 | -9/+0 |
* | Remove code that protected pp_qr against REGEXPs going away during | Nicholas Clark | 2008-01-11 | 1 | -9/+0 |
* | REGEXPs are now stored directly in PL_regex_padav, rather than | Nicholas Clark | 2008-01-11 | 4 | -28/+22 |
* | Introduce macro PERL_MAX_SUB_DEPTH | Rafael Garcia-Suarez | 2008-01-11 | 3 | -2/+7 |
* | Re: [perl #49564] Re: MRO and av_clear | Rick Delaney | 2008-01-11 | 6 | -2/+45 |