| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #96126] Allocate CvFILE more simply | Father Chrysostomos | 2011-08-17 | 1 | -2/+7 |
* | [perl #95544] Make UNIVERSAL::VERSION return $VERSION | Father Chrysostomos | 2011-07-27 | 1 | -11/+8 |
* | Make Internals::SvREADONLY smarter | Father Chrysostomos | 2011-07-12 | 1 | -2/+3 |
* | Remove two pointless uses of sv_2mortal | Father Chrysostomos | 2011-06-05 | 1 | -2/+0 |
* | 2nd try: [perl #91834] utf8::decode does not respect copy-on-write | Father Chrysostomos | 2011-05-29 | 1 | -1/+3 |
* | Revert "[perl #91834] utf8::decode does not respect copy-on-write" | Father Chrysostomos | 2011-05-29 | 1 | -1/+0 |
* | [perl #91834] utf8::decode does not respect copy-on-write | Father Chrysostomos | 2011-05-29 | 1 | -0/+1 |
* | [perl #90054] Fix typo in universal.c | Johan Vromans | 2011-05-18 | 1 | -1/+1 |
* | CH] Change usage of regex/op common to common names | Karl Williamson | 2011-01-16 | 1 | -1/+1 |
* | Use multi-bit field for regex character set | Karl Williamson | 2011-01-16 | 1 | -8/+8 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -3/+3 |
* | Remove S_get_isa_hash | Father Chrysostomos | 2010-10-31 | 1 | -15/+6 |
* | Move the meta->isa code from UNIVERSAL::isa to mro_get_linear_isa | Father Chrysostomos | 2010-10-30 | 1 | -23/+1 |
* | Switch UNIVERSAL::isa over to HvENAME | Father Chrysostomos | 2010-10-30 | 1 | -3/+6 |
* | Move remaining Tie::Hash::NamedCapture XS code to NamedCapture.xs | Nicholas Clark | 2010-10-14 | 1 | -78/+0 |
* | Move Tie::Hash::NamedCapture::{FIRST,NEXT}KEY to NamedCapture.xs | Nicholas Clark | 2010-10-14 | 1 | -42/+0 |
* | Convert lib/Tie/Hash/NamedCapture.pm to an XS module in ext/ | Nicholas Clark | 2010-10-14 | 1 | -15/+0 |
* | Merge XS_Tie_Hash_NamedCapture_{FIRSTK,NEXTK} into S_named_capture_iter_common. | Nicholas Clark | 2010-10-14 | 1 | -27/+13 |
* | Merge XS_Tie_Hash_NamedCapture_STORE into S_named_capture_common. | Nicholas Clark | 2010-10-14 | 1 | -30/+4 |
* | Merge XS_Tie_Hash_NamedCapture_CLEAR into S_named_capture_common. | Nicholas Clark | 2010-10-14 | 1 | -31/+13 |
* | Merge XS_Tie_Hash_NamedCapture_DELETE into S_named_capture_common. | Nicholas Clark | 2010-10-14 | 1 | -27/+12 |
* | Merge XS_Tie_Hash_NamedCapture_SCALAR into S_named_capture_common. | Nicholas Clark | 2010-10-14 | 1 | -29/+8 |
* | Merge XS_Tie_Hash_NamedCapture_{FETCH,EXISTS} into S_named_capture_common. | Nicholas Clark | 2010-10-14 | 1 | -25/+9 |
* | Expand CALLREG_NAMED_BUFF* macros in XS_Tie_Hash_NamedCapture_* | Nicholas Clark | 2010-10-14 | 1 | -8/+8 |
* | Consistent stack handling for XS_re_regnames_* | Nicholas Clark | 2010-10-13 | 1 | -17/+8 |
* | Consistent usage messages for XS_Tie_Hash_NamedCapture_* | Nicholas Clark | 2010-10-13 | 1 | -5/+5 |
* | In XS_Tie_Hash_NamedCapture_{CLEAR,STORE}, free any returned value. | Nicholas Clark | 2010-10-13 | 1 | -2/+13 |
* | Consistent stack handling for XS_Tie_Hash_NamedCapture_* | Nicholas Clark | 2010-10-13 | 1 | -34/+19 |
* | XS_Tie_Hash_NamedCapture_DELETE should return a value. | Nicholas Clark | 2010-10-13 | 1 | -1/+11 |
* | XS_Tie_Hash_NamedCapture_STORE should always croak on invalid parameters. | Nicholas Clark | 2010-10-12 | 1 | -4/+1 |
* | Fix code-before-declaration problem in universal.c | Steve Hay | 2010-09-23 | 1 | -3/+6 |
* | Add /d, /l, /u (infixed) regex modifiers | Karl Williamson | 2010-09-22 | 1 | -2/+9 |
* | Back out the mauve module and related changes | Florian Ragwitz | 2010-09-16 | 1 | -110/+0 |
* | segfault on &Internals::* due to missing SvROK() | Ævar Arnfjörð Bjarmason | 2010-09-11 | 1 | -3/+17 |
* | Remove unneeded use of INT2PTR() in the XS for Tie::Hash::NamedCapture. | Nicholas Clark | 2010-08-31 | 1 | -8/+8 |
* | create the "mauve" temporary namespace for things like reftype | Yves Orton | 2010-08-30 | 1 | -0/+110 |
* | Stop leaking temporary version objects from XS | gfx | 2010-06-28 | 1 | -6/+7 |
* | Prevent object methods called as class methods | John Peacock | 2010-06-28 | 1 | -16/+16 |
* | Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify). | Nicholas Clark | 2010-06-27 | 1 | -3/+3 |
* | PATCH: teach diag.t new warning function names | Karl Williamson | 2010-06-01 | 1 | -1/+1 |
* | Use sizeof instead of hard-coded array size | Karl Williamson | 2010-05-29 | 1 | -1/+1 |
* | Typo | Karl Williamson | 2010-05-29 | 1 | -1/+1 |
* | InPerl_boot_core_UNIVERSAL() use a data structure for calls to newXS{,proto} | Nicholas Clark | 2010-05-28 | 1 | -118/+81 |
* | Fix utf8::is_utf8 to respect GMAGIC (e.g. $1) | gfx | 2010-04-25 | 1 | -1/+2 |
* | initialize undefined version objects with zero, not 'undef' | David Golden | 2010-01-21 | 1 | -2/+2 |
* | Omnibus strict and lax version parsing | David Golden | 2010-01-13 | 1 | -4/+4 |
* | Tie::Hash::NamedCapture::* shouldn't abort if passed bad input [RT #71828] | Nicholas Clark | 2010-01-05 | 1 | -8/+8 |
* | Add missing LEAVE to universal.c sv_does | Gerard Goossen | 2009-11-12 | 1 | -2/+6 |
* | Unused 'cv' | Jerry D. Hedden | 2009-07-02 | 1 | -0/+1 |
* | Integrate version.pm-0.77 into bleadperl | John Peacock | 2009-06-28 | 1 | -9/+41 |