| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM) | Nicholas Clark | 2006-12-16 | 1 | -1/+1 |
* | Eliminate PVBM. Store fast Boyer-Moore tables in PVGV. | Nicholas Clark | 2006-12-13 | 1 | -1/+2 |
* | Move Perl_get_db_sub() from pp_hot.c to util.c | Nicholas Clark | 2006-12-04 | 1 | -37/+0 |
* | Make get_db_sub non-static, and call it from pp_goto, which allows the | Nicholas Clark | 2006-12-01 | 1 | -5/+8 |
* | Remove the pp_entersub specific logic from S_get_db_sub. | Nicholas Clark | 2006-12-01 | 1 | -7/+6 |
* | smoke signs suppression | Jarkko Hietaniemi | 2006-11-25 | 1 | -4/+4 |
* | Fix for bug #38631: tied variables don't work with .= <> | Rafael Garcia-Suarez | 2006-11-23 | 1 | -0/+2 |
* | Cleanup regexp flags and structure | Yves Orton | 2006-11-23 | 1 | -13/+13 |
* | \G with /g results in infinite loop in 5.6 and later | Yves Orton | 2006-11-22 | 1 | -9/+15 |
* | Invalidate the method lookup cache when assigning to a glob | Rafael Garcia-Suarez | 2006-11-21 | 1 | -1/+5 |
* | Fix bug #39037: rcatline doesn't stringify references | Rafael Garcia-Suarez | 2006-11-14 | 1 | -2/+6 |
* | Regex Utility Functions and Substituion Fix (XML::Twig core dump) | Yves Orton | 2006-11-13 | 1 | -5/+5 |
* | assert() that SvPV_set() isn't used on arrays. | Nicholas Clark | 2006-11-06 | 1 | -2/+2 |
* | Re: $, and say | Gisle Aas | 2006-11-02 | 1 | -1/+5 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 1 | -7/+7 |
* | Revert changes 28772, 28773, 28774 as they won't gain us anything - I | Nicholas Clark | 2006-09-16 | 1 | -2/+2 |
* | Access to cx->blk_sub.lval via macros (as it's about to move). | Nicholas Clark | 2006-09-01 | 1 | -2/+2 |
* | A type change that apparently works around a compiler bug | Rafael Garcia-Suarez | 2006-08-18 | 1 | -1/+1 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -1/+3 |
* | 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 |