| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop calling get-magic twice in sprintf "%.1s", $utf8 | Father Chrysostomos | 2012-08-30 | 1 | -4/+4 |
* | Stop calling get-magic twice in sprintf "%1s", $utf8 | Father Chrysostomos | 2012-08-30 | 1 | -1/+1 |
* | Stop substr($utf8) from calling get-magic twice | Father Chrysostomos | 2012-08-30 | 1 | -5/+15 |
* | Refactor \X regex handling to avoid a typical case table lookup | Karl Williamson | 2012-08-28 | 1 | -1/+1 |
* | Prepare for Unicode 6.2 | Karl Williamson | 2012-08-26 | 1 | -1/+2 |
* | Comment out unused function | Karl Williamson | 2012-08-25 | 1 | -1/+1 |
* | Use FooBAR convention for new pad macros | Father Chrysostomos | 2012-08-22 | 1 | -1/+1 |
* | Stop padlists from being AVs | Father Chrysostomos | 2012-08-21 | 1 | -1/+1 |
* | utf8 pos cache: always keep most recent value | David Mitchell | 2012-08-21 | 1 | -29/+16 |
* | Omnibus removal of register declarations | Karl Williamson | 2012-08-18 | 1 | -48/+48 |
* | Disallow setting SvPV on formats | Father Chrysostomos | 2012-08-05 | 1 | -13/+5 |
* | sv.c:varname: Fix bad assertion added by c6fb3f6e | Father Chrysostomos | 2012-08-04 | 1 | -1/+1 |
* | regcomp.c: Fix multi-char fold bug | Karl Williamson | 2012-08-02 | 1 | -0/+2 |
* | [perl #114368] perl -DA -e '' segfaults | Father Chrysostomos | 2012-08-01 | 1 | -0/+4 |
* | Add a USE_64_BIT_INT build option to the Windows makefiles. | Steve Hay | 2012-08-01 | 1 | -2/+2 |
* | fix a memory leak in sv_sethek(), amending 70b71ec84 | Fuji, Goro | 2012-07-31 | 1 | -0/+1 |
* | Oust sv_gmagical_2iv_please | Father Chrysostomos | 2012-07-28 | 1 | -22/+0 |
* | Flatten vstrings modified in place | Father Chrysostomos | 2012-07-27 | 1 | -10/+9 |
* | Make all the SvPV*force* macros always return sv with SvPOK_only, as API | Chip Salzenberg | 2012-07-26 | 1 | -0/+1 |
* | Unify code that initializes constants yes, no, and undef | Chip Salzenberg | 2012-07-23 | 1 | -25/+33 |
* | in sv_chop(), add use SvPOK_only_UTF8() to clear obsolete NIOK | Chip Salzenberg | 2012-07-20 | 1 | -3/+5 |
* | Magic flags harmonization. | Chip Salzenberg | 2012-07-15 | 1 | -294/+264 |
* | Fix *ISA = *glob_without_array | Father Chrysostomos | 2012-07-12 | 1 | -2/+3 |
* | Eliminate PL_OP_SLAB_ALLOC | Father Chrysostomos | 2012-07-12 | 1 | -5/+0 |
* | PERL_DEBUG_READONLY_OPS with the new allocator | Father Chrysostomos | 2012-07-12 | 1 | -1/+1 |
* | document the append parameter to sv_gets [perl #72244] | Jesse Luehrs | 2012-07-05 | 1 | -1/+4 |
* | sv.c: Correct comment | Father Chrysostomos | 2012-07-03 | 1 | -1/+1 |
* | s/thinngy/thingy/ in a comment in sv.c | Nicholas Clark | 2012-07-02 | 1 | -1/+1 |
* | handy.h: Fix isBLANK_uni and isBLANK_utf8 | Karl Williamson | 2012-06-29 | 1 | -0/+1 |
* | CV-based slab allocation for ops | Father Chrysostomos | 2012-06-29 | 1 | -0/+2 |
* | Don’t create pads for sub stubs | Father Chrysostomos | 2012-06-15 | 1 | -11/+1 |
* | eliminate PL_reg_start_tmp, PL_reg_start_tmpl | David Mitchell | 2012-06-13 | 1 | -13/+0 |
* | eliminate PL_reglast(close)?paren, PL_regoffs | David Mitchell | 2012-06-13 | 1 | -9/+0 |
* | eliminate PL_reginterp_cnt | David Mitchell | 2012-06-13 | 1 | -5/+0 |
* | [perl #111610] Trouble with XS-APItest/t/clone-with-stack.t | Michael Schroeder | 2012-06-08 | 1 | -0/+1 |
* | [perl #109542] Make num ops treat $1 as "$1" | Father Chrysostomos | 2012-06-07 | 1 | -0/+22 |
* | [perl #78742] Store CopSTASH in a pad under threads | Father Chrysostomos | 2012-06-04 | 1 | -4/+10 |
* | Delete two instance of SvSCREAM_off | Father Chrysostomos | 2012-05-29 | 1 | -2/+0 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | sv.c: Make sv_pvn_force_flags guard against SV_UNDEF_RETURNS_NULL. | Brian Fraser | 2012-05-26 | 1 | -0/+3 |
* | [perl #112786] Fix build under clang++ | Craig A. Berry | 2012-05-24 | 1 | -1/+1 |
* | Excise PL_amagic_generation | Father Chrysostomos | 2012-05-23 | 1 | -2/+0 |
* | sv.c: Don’t do SvAMAGIC_off in newSVrv | Father Chrysostomos | 2012-05-21 | 1 | -1/+0 |
* | sv.c: Don’t do SvAMAGIC_off in sv_setsv_flags | Father Chrysostomos | 2012-05-21 | 1 | -1/+0 |
* | sv.c: Don’t fiddle with AMAGIC in sv_bless | Father Chrysostomos | 2012-05-21 | 1 | -5/+0 |
* | Don’t stringify GV in numeric cx outside warnings scope | Father Chrysostomos | 2012-05-21 | 1 | -4/+4 |
* | clear magic flags in sv_clear | David Mitchell | 2012-03-26 | 1 | -0/+1 |
* | fix slowdown in nested hash freeing | David Mitchell | 2012-03-06 | 1 | -12/+9 |
* | Remove gete?[ug]id caching | Ævar Arnfjörð Bjarmason | 2012-02-18 | 1 | -4/+4 |
* | correctly clone eval context frames | Zefram | 2012-02-18 | 1 | -0/+3 |