| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert change 28603: this was a wrong fix, that didn't prevent | Rafael Garcia-Suarez | 2006-07-23 | 1 | -44/+41 |
* | In pp_entersub, accept to handle a CV with a NULL padlist. | Rafael Garcia-Suarez | 2006-07-20 | 1 | -5/+7 |
* | Band-aid for segfault in ext/threads/t/blocks.t on SMP machines | Rafael Garcia-Suarez | 2006-07-19 | 1 | -1/+2 |
* | Implement handling of state variables in list assignment | Rafael Garcia-Suarez | 2006-07-05 | 1 | -0/+6 |
* | eval { s/$foo/die/e } leaked a scalar | Dave Mitchell | 2006-05-20 | 1 | -1/+1 |
* | [perl #32332] Perl segfaults; test case available | Dave Mitchell | 2006-05-20 | 1 | -1/+0 |
* | Introduce a new keyword, state, for state variables. | Rafael Garcia-Suarez | 2006-05-03 | 1 | -1/+8 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -3/+5 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -1/+1 |
* | use NOOP macro | Andy Lester | 2006-04-25 | 1 | -1/+1 |
* | Abstract all the accesses to cop_arybase (apart from ByteLoader) | Nicholas Clark | 2006-04-02 | 1 | -1/+1 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -42/+38 |
* | Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete | Nicholas Clark | 2006-03-30 | 1 | -1/+2 |
* | RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32 | Jan Dubois | 2006-03-23 | 1 | -0/+7 |
* | sv_find() returning false, followed by sv_magic() to add the magic, | Nicholas Clark | 2006-03-17 | 1 | -4/+12 |
* | Removed unused check and assignment in pp_hot.c | Andy Lester | 2006-03-08 | 1 | -3/+2 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -12/+11 |
* | Store GvGP in the SV head union. For all the common lookups [eg GvCV()] | Nicholas Clark | 2006-02-25 | 1 | -0/+3 |
* | Turn on match string copying when /e flag is set on a substitution. | Jarkko Hietaniemi | 2006-02-22 | 1 | -2/+3 |
* | Goodbye PERL_XSUB_OLDSTYLE. | Nicholas Clark | 2006-02-21 | 1 | -21/+0 |
* | Add a new CvISXSUB() macro, for abstracting the test as to whether a | Nicholas Clark | 2006-02-20 | 1 | -2/+2 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 1 | -5/+5 |
* | Sun Studio lint patches | Andy Lester | 2006-02-14 | 1 | -1/+1 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -9/+9 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -6/+6 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -45/+47 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -25/+36 |
* | Fix some compilation warnings | Rafael Garcia-Suarez | 2006-01-04 | 1 | -2/+2 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 1 | -1/+1 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 1 | -2/+4 |
* | Ho! Ho! Ho! Santa brings consting! | Andy Lester | 2005-12-22 | 1 | -7/+7 |
* | 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 |