| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: overload64.t failures | Rick Delaney | 2007-10-21 | 1 | -2/+3 |
* | Fix overloading for 64-bit ints (revised) | Jerry D. Hedden | 2007-10-19 | 1 | -12/+15 |
* | No need to call strlen() on the result of CopSTASHPV() when unthreaded, | Nicholas Clark | 2007-10-18 | 1 | -2/+12 |
* | Fix bug 45607 - for the corner case *{"BONK"} = \&{"BONK"} the order | Nicholas Clark | 2007-09-22 | 1 | -10/+36 |
* | Silence a load of "value computed is not used" warnings | Rafael Garcia-Suarez | 2007-09-21 | 1 | -1/+1 |
* | Re: [perl #44623] Optimized magic_setisa has bug | Rick Delaney | 2007-09-10 | 1 | -3/+2 |
* | Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev) | Brandon Black | 2007-08-31 | 1 | -8/+3 |
* | Comment typo fix | Abigail | 2007-06-30 | 1 | -1/+1 |
* | Resolve | Yves Orton | 2007-06-23 | 1 | -3/+6 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 1 | -3/+0 |
* | Re: mro status, etc | Brandon Black | 2007-05-03 | 1 | -0/+9 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -1/+1 |
* | Re: [PATCH] Cleanup of the regexp API | Ævar Arnfjörð Bjarmason | 2007-04-30 | 1 | -1/+1 |
* | Fix a bug in method caching. Better version (broader) of change #29336. | Brandon Black | 2007-04-26 | 1 | -5/+0 |
* | Remove unnecessarily paranoid protection in pp_defined | Rafael Garcia-Suarez | 2007-04-24 | 1 | -3/+4 |
* | Remove the code that handles assignment to state variables | Rafael Garcia-Suarez | 2007-04-24 | 1 | -16/+0 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -2/+3 |
* | Turn op_pmreplroot in struct pmop into a real union. | Nicholas Clark | 2007-04-07 | 1 | -1/+1 |
* | Re: Proposed changes and to regular expression interfaces in core | Ævar Arnfjörð Bjarmason | 2007-04-06 | 1 | -4/+5 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 1 | -14/+33 |
* | Fix the error message "Can't call method "DOES" on unblessed | Rafael Garcia-Suarez | 2007-03-31 | 1 | -0/+1 |
* | Fix return value of state assignment ($x=state $y=$z). | Rafael Garcia-Suarez | 2007-03-27 | 1 | -7/+10 |
* | In struct regexp replace the two arrays of I32s accessed via startp | Nicholas Clark | 2007-03-26 | 1 | -31/+32 |
* | Let %^H be modifiable in eval-strings (bug #41531), | Rafael Garcia-Suarez | 2007-03-19 | 1 | -1/+8 |
* | Need a SPAGAIN here because the stack pointer might have | Rafael Garcia-Suarez | 2007-03-13 | 1 | -0/+1 |
* | A couple of casting nits by Jarkko | Rafael Garcia-Suarez | 2007-03-01 | 1 | -1/+1 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -2/+1 |
* | [perl #41484] qr// stack bug | knew-p5p@pimb.org | 2007-02-11 | 1 | -1/+2 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 1 | -2/+2 |
* | Refactor the common soft-reference code from pp_rv2sv and pp_rv2av | Nicholas Clark | 2007-01-21 | 1 | -32/+4 |
* | defined @$foo and defined %$bar should be subject to strict 'refs'; | Nicholas Clark | 2007-01-20 | 1 | -5/+8 |
* | pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly a | Nicholas Clark | 2007-01-15 | 1 | -128/+43 |
* | Make changes analagous to pp_rv2hv's 21394 and 24489 in pp_rv2av. | Nicholas Clark | 2007-01-15 | 1 | -12/+12 |
* | Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $... | Yves Orton | 2007-01-15 | 1 | -3/+8 |
* | Add get_cvn_flags(), which is like get_cv() but takes a length. This | Nicholas Clark | 2007-01-15 | 1 | -3/+10 |
* | Update copyright years in .c files | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -4/+4 |
* | The first three patches from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -3/+3 |
* | 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 |