| Commit message (Expand) | Author | Age | Files | Lines |
* | make more use of NOT_REACHED | Lukas Mai | 2014-11-29 | 1 | -1/+1 |
* | optimize Perl_boot_core_UNIVERSAL and Perl_nextargv | Daniel Dragan | 2014-11-07 | 1 | -2/+4 |
* | Implement the bipolar read-only system | Father Chrysostomos | 2014-09-20 | 1 | -2/+2 |
* | universal.c:croak_xs_usage: Don’t fetch context twice | Father Chrysostomos | 2014-09-15 | 1 | -1/+1 |
* | Avoid creating GVs when subs are declared | Father Chrysostomos | 2014-09-15 | 1 | -2/+5 |
* | For lexical subs, reify CvGV from CvSTASH and CvNAME_HEK | Father Chrysostomos | 2014-09-15 | 1 | -1/+2 |
* | universal.c gv_stashpv -> gv_stashpvs | Daniel Dragan | 2014-07-03 | 1 | -1/+1 |
* | Remove or downgrade unnecessary dVAR. | Jarkko Hietaniemi | 2014-06-25 | 1 | -24/+0 |
* | universal.c - utf8::downgrade($x,FAIL_OK) is not supposed to treat FAIL_OK as... | Yves Orton | 2014-06-02 | 1 | -1/+1 |
* | Insert asserts to paths suspected by Coverity. | Jarkko Hietaniemi | 2014-05-29 | 1 | -1/+1 |
* | Use the C_ARRAY_LENGTH. | Jarkko Hietaniemi | 2014-05-28 | 1 | -2/+1 |
* | Change av_len calls to av_tindex for clarity | Karl Williamson | 2014-02-20 | 1 | -2/+2 |
* | Added missing prototypes. | Brian Fraser | 2014-02-05 | 1 | -0/+21 |
* | universal.c: include vutil.h | Father Chrysostomos | 2014-01-04 | 1 | -0/+1 |
* | Extract version routines into two new files | Father Chrysostomos | 2014-01-04 | 1 | -405/+5 |
* | perlapi: Consistent spaces after dots | Father Chrysostomos | 2013-12-29 | 1 | -1/+1 |
* | Purge sfio support, which has been broken for a decade. | Nicholas Clark | 2013-12-27 | 1 | -2/+2 |
* | Also build PerlIO_get_layers with -Dusesfio | Nicholas Clark | 2013-12-27 | 1 | -2/+2 |
* | Remove constant.pm-specific behaviour from Internals::SvREADONLY | Father Chrysostomos | 2013-12-26 | 1 | -9/+32 |
* | Sprinkle diag_listed_as | Father Chrysostomos | 2013-11-17 | 1 | -0/+3 |
* | Make the details array in universal.c static | Father Chrysostomos | 2013-10-24 | 1 | -1/+1 |
* | isa should fall back to checking @UNIVERSAL::ISA in all cases | Jesse Luehrs | 2013-10-17 | 1 | -4/+8 |
* | Sync core with CPAN version.pm release | John Peacock | 2013-09-03 | 1 | -2/+12 |
* | Use SSize_t for arrays | Father Chrysostomos | 2013-08-25 | 1 | -5/+5 |
* | universal.c: Ignore SvIsCOW in XS_Internals_SvREADONLY | Father Chrysostomos | 2013-08-11 | 1 | -2/+4 |
* | Don’t let list const modification affect future retvals | Father Chrysostomos | 2013-08-04 | 1 | -0/+9 |
* | [perl #113932] Make UNIVERSAL::can("STDOUT"...) work | Father Chrysostomos | 2013-07-12 | 1 | -0/+3 |
* | [perl #113932] UNIVERSAL::can with globs and globrefs | Father Chrysostomos | 2013-07-08 | 1 | -2/+8 |
* | Bring core up to version-0.9902 | John Peacock | 2013-03-07 | 1 | -1/+1 |
* | remove an EXTEND from XS_re_regexp_pattern | Daniel Dragan | 2012-11-23 | 1 | -4/+3 |
* | Hash Function Change - Murmur hash and true per process hash seed | Yves Orton | 2012-11-17 | 1 | -41/+0 |
* | pv->pvn for literals in pp_require and Perl_sv_derived_from_pvn | Daniel Dragan | 2012-11-12 | 1 | -1/+1 |
* | add items checking to Internals::SvREFCNT | Daniel Dragan | 2012-11-12 | 1 | -9/+9 |
* | rmv context from Perl_croak_no_modify and Perl_croak_xs_usage | Daniel Dragan | 2012-11-12 | 1 | -4/+4 |
* | Move more X's off the PUSH into EXTEND's | Steffen Mueller | 2012-10-22 | 1 | -10/+13 |
* | Fix VC compilation of universal.c as C++ following commit 613875e219 | Steve Hay | 2012-10-10 | 1 | -1/+1 |
* | add const to Perl_boot_core_UNIVERSAL's xsub registration struct | Daniel Dragan | 2012-10-09 | 1 | -1/+1 |
* | Make utf8::decode respect set-magic | Father Chrysostomos | 2012-10-01 | 1 | -0/+1 |
* | Make utf8::encode respect magic | Father Chrysostomos | 2012-10-01 | 1 | -0/+1 |
* | Remove some redundant magical flag checks | Father Chrysostomos | 2012-07-29 | 1 | -5/+3 |
* | also make sure ->isa works on undeclared packages | Jesse Luehrs | 2012-06-23 | 1 | -0/+2 |
* | all packages can do methods in UNIVERSAL [perl #47113] | Jesse Luehrs | 2012-06-23 | 1 | -0/+2 |
* | 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 |