| Commit message (Expand) | Author | Age | Files | Lines |
* | Make UNIVERSAL::can treats str and num the same way | Father Chrysostomos | 2012-06-07 | 1 | -2/+2 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | Don’t incr PL_amagic_generation in universal.c | Father Chrysostomos | 2012-05-21 | 1 | -3/+0 |
* | [perl #109762] Stop !$^V from leaking | Father Chrysostomos | 2012-02-03 | 1 | -1/+7 |
* | universal.c:XS_utf8_decode: rmv redundant code | Father Chrysostomos | 2012-01-23 | 1 | -1/+0 |
* | perlop: remove triple-dot | Father Chrysostomos | 2012-01-05 | 1 | -0/+1 |
* | [perl #91850] utf8::decode: croak for ro scalars | Father Chrysostomos | 2012-01-05 | 1 | -1/+1 |
* | PerlIO::get_layers: Treat numbers as strings | Father Chrysostomos | 2011-12-25 | 1 | -1/+1 |
* | [perl #97956] PerlIO::get_layers: call get-magic | Father Chrysostomos | 2011-12-25 | 1 | -7/+3 |
* | Set all version object math ops to noop | John Peacock | 2011-12-12 | 1 | -0/+9 |
* | Use syntax from perlguts for testing objects | John Peacock | 2011-12-09 | 1 | -11/+11 |
* | Revert 9bf41c1d to UNIVERSAL::VERSION | John Peacock | 2011-12-09 | 1 | -8/+12 |
* | Produce right error msg for $ver < "version" | Father Chrysostomos | 2011-11-24 | 1 | -1/+1 |
* | UNIVERSAL::VERSION should treat "version" as a string | Father Chrysostomos | 2011-11-23 | 1 | -2/+2 |
* | Remove comment added by mistake in c7abbf64 | Father Chrysostomos | 2011-11-19 | 1 | -1/+1 |
* | Internals::SvREFCNT() now treats reference counts as unsigned | Tony Cook | 2011-11-14 | 1 | -3/+3 |
* | [rt #103222] make Internals::SvREFCNT set/get consistent | Tony Cook | 2011-11-14 | 1 | -2/+2 |
* | Use HEKf | Father Chrysostomos | 2011-10-07 | 1 | -12/+13 |
* | universal.c: VERSION UTF8 cleanup | Brian Fraser | 2011-10-06 | 1 | -27/+46 |
* | universal.c: Make croak_xs_usage account for UTF8 | Brian Fraser | 2011-10-06 | 1 | -6/+8 |
* | Document sv_does_pvn | Father Chrysostomos | 2011-10-06 | 1 | -2/+9 |
* | Correct name of sv_does_sv apidoc entry | Father Chrysostomos | 2011-10-06 | 1 | -3/+3 |
* | universal.c: sv_does() UTF8 cleanup. | Brian Fraser | 2011-10-06 | 1 | -12/+51 |
* | universal.c: ->can UTF8 cleanup. | Brian Fraser | 2011-10-06 | 1 | -3/+1 |
* | universal.c: ->isa, sv_derived_from UTF8 cleanup. | Brian Fraser | 2011-10-06 | 1 | -13/+62 |
* | [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 |