| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Regression tests for proxy subroutine glob assignment. | Nicholas Clark | 2005-12-22 | 1 | -2/+1 |
* | Add an optimisation to allow proxy constant subroutines to be copied | Nicholas Clark | 2005-12-22 | 1 | -0/+54 |
* | Remove unused variable 'stash' since change 26437. | Gisle Aas | 2005-12-22 | 1 | -1/+0 |
* | Localise the stash variable in pp_entersub(). | Nicholas Clark | 2005-12-21 | 1 | -1/+3 |
* | Undo my goto spaghetti from change 18340 - what we really need are | Nicholas Clark | 2005-12-21 | 1 | -38/+29 |
* | The lref argument of sv_2cv is actually passed onwards to gv_fetchsv, | Nicholas Clark | 2005-12-21 | 1 | -1/+1 |
* | gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather | Nicholas Clark | 2005-12-20 | 1 | -7/+7 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -13/+8 |
* | [perl #37725] perl segfaults on reversed array reference | Dave Mitchell | 2005-11-22 | 1 | -2/+2 |
* | Re: [PATCH] concat interacts badly with magic | Robin Houston | 2005-11-22 | 1 | -3/+14 |
* | Revert change #26185, which could have some unwanted side-effects. | Rafael Garcia-Suarez | 2005-11-22 | 1 | -10/+2 |
* | concat interacts badly with magic | Robin Houston | 2005-11-21 | 1 | -2/+10 |
* | Mark all places where perl needs to look at a possibly-freed scalar | Nicholas Clark | 2005-11-14 | 1 | -1/+1 |
* | Const & local: Special Victims Unit | Andy Lester | 2005-11-11 | 1 | -22/+11 |
* | Nits in the pp_defined code spotted by Jarkko. | Steve Peters | 2005-11-06 | 1 | -1/+1 |
* | Kill warnings and add a panic to pp_defined() in case the wrong op | Steve Peters | 2005-11-05 | 1 | -6/+7 |
* | dorassign doesn't need --SP; | Nicholas Clark | 2005-11-05 | 1 | -1/+2 |
* | pp_print didn't extend the stack before pushing its return value | Dave Mitchell | 2005-11-05 | 1 | -2/+2 |
* | Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and, | Steve Peters | 2005-11-05 | 1 | -12/+12 |
* | I barely knew ya pp_dor. Merged into pp_defined from whence you came. | Steve Peters | 2005-11-04 | 1 | -14/+33 |
* | sort/multicall patch | Robin Houston | 2005-11-02 | 1 | -0/+6 |
* | Fixed threaded builds following change 25916 | Steve Hay | 2005-10-31 | 1 | -1/+1 |
* | is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form | Rafael Garcia-Suarez | 2005-10-31 | 1 | -1/+1 |
* | Etta James presents: More consting | Andy Lester | 2005-10-31 | 1 | -6/+6 |
* | More consting, and DRY leads to shrinking object code | Andy Lester | 2005-10-19 | 1 | -2/+2 |
* | gcc complains when it sees variables declared | Steve Peters | 2005-10-14 | 1 | -2/+2 |
* | Use SvGETMAGIC more often | Rick Delaney | 2005-08-23 | 1 | -8/+4 |
* | lvalue-subs returning elements of tied hashes/arrays | Tassilo von Parseval | 2005-07-20 | 1 | -1/+4 |
* | change #25129 was overzealous in delaying the call to ckWARN | Dave Mitchell | 2005-07-17 | 1 | -2/+2 |
* | more embed cleanup | Andy Lester | 2005-07-15 | 1 | -1/+1 |
* | More embed.fnc plowing | Andy Lester | 2005-07-13 | 1 | -8/+4 |
* | make the expensive ckWARN() be called as late as possible | Dave Mitchell | 2005-07-13 | 1 | -4/+5 |
* | Making my way thru embed.fnc | Andy Lester | 2005-07-10 | 1 | -4/+4 |
* | missed one PAD_SET_CUR | Dave Mitchell | 2005-07-02 | 1 | -1/+2 |
* | All tests pass (for me) with -DPERL_DONT_CREATE_GVSV | Nicholas Clark | 2005-06-29 | 1 | -1/+1 |
* | First stab at not automatically creating an unused SV for GvSV | Nicholas Clark | 2005-06-29 | 1 | -2/+2 |
* | We're going round in circles with pp_sys.c | Andy Lester | 2005-06-27 | 1 | -0/+1 |
* | Silence yet more bcc32 compiler warnings | Steve Hay | 2005-06-22 | 1 | -1/+1 |
* | Removing /*SUPPRESS xxx*/ | Andy Lester | 2005-06-16 | 1 | -4/+0 |
* | More SvPV consting, including some code cleanup and living dangerously | Nicholas Clark | 2005-06-10 | 1 | -7/+8 |
* | More SvPV consting | Nicholas Clark | 2005-06-08 | 1 | -1/+1 |
* | Nuke some more n_a, and convert S_gv_ename from char * to const char * | Nicholas Clark | 2005-06-08 | 1 | -4/+2 |
* | A mising cast (given that rx->subbeg is only char *) | Nicholas Clark | 2005-06-08 | 1 | -1/+1 |
* | s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g | Nicholas Clark | 2005-06-08 | 1 | -9/+9 |
* | More SvPV consting | Nicholas Clark | 2005-06-07 | 1 | -1/+1 |
* | More SvPV consting | Nicholas Clark | 2005-06-07 | 1 | -1/+1 |
* | More SvPV consting. | Nicholas Clark | 2005-06-07 | 1 | -1/+1 |
* | Lots of consting | Nicholas Clark | 2005-06-07 | 1 | -16/+18 |
* | Unvoid SvUPGRADE | Andy Lester | 2005-06-07 | 1 | -1/+1 |
* | Abstract all access to the shared hash value through SvSHARED_HASH() | Nicholas Clark | 2005-06-06 | 1 | -2/+2 |