| Commit message (Expand) | Author | Age | Files | Lines |
* | PERL_DEBUG_READONLY_COW | Father Chrysostomos | 2014-01-16 | 1 | -0/+3 |
* | fix a typo in a comment | Ricardo Signes | 2014-01-15 | 1 | -1/+1 |
* | rename aggref warnings to autoderef | Ricardo Signes | 2014-01-14 | 1 | -2/+2 |
* | Make key/push $scalar experimental | Father Chrysostomos | 2014-01-14 | 1 | -2/+15 |
* | Use NOT_REACHED in one more place in op.c | Father Chrysostomos | 2014-01-12 | 1 | -1/+1 |
* | perlapi: Consistent spaces after dots | Father Chrysostomos | 2013-12-29 | 1 | -10/+12 |
* | Revert "[perl #119801] Stop @DB::dbline modifications from crashing" | Father Chrysostomos | 2013-12-25 | 1 | -19/+3 |
* | op.c: newLOOPOP: Remove code supporting do-sub | Father Chrysostomos | 2013-12-23 | 1 | -1/+1 |
* | [perl #115736] fix undocumented param from newATTRSUB_flags | Daniel Dragan | 2013-12-23 | 1 | -9/+3 |
* | [perl #119801] Stop @DB::dbline modifications from crashing | Father Chrysostomos | 2013-12-21 | 1 | -3/+19 |
* | Bump version number from 5.19.7 to 5.19.8. | Abigail | 2013-12-20 | 1 | -1/+1 |
* | [perl #72406] Bad read with do{} until CONST | Father Chrysostomos | 2013-12-15 | 1 | -1/+17 |
* | Also optimise returning lists: 'return ($one, $two);' | Matthew Horsfall | 2013-12-14 | 1 | -5/+13 |
* | Fix ‘Can't declare null operation in "my"’ | Father Chrysostomos | 2013-12-13 | 1 | -1/+7 |
* | op.c: Factor out two identical yyerror calls | Father Chrysostomos | 2013-12-13 | 1 | -10/+12 |
* | Optimise out PUSHMARK/RETURN if return is the last statement in a sub. | Matthew Horsfall | 2013-12-13 | 1 | -0/+31 |
* | op.c: Turn on read-only flag for folded constants | Father Chrysostomos | 2013-11-30 | 1 | -1/+7 |
* | No need to wrap calls to Perl_load_module() in ENTER/LEAVE | Nicholas Clark | 2013-11-22 | 1 | -5/+2 |
* | S_process_special_blocks() should use a new stack for BEGIN blocks. | Nicholas Clark | 2013-11-22 | 1 | -0/+3 |
* | Bump the perl version in various places for v5.19.7 | Chris 'BinGOs' Williams | 2013-11-20 | 1 | -1/+1 |
* | S_already_defined no longer uses its gv parameter, remove it | Tony Cook | 2013-11-19 | 1 | -4/+3 |
* | Optimise 'if ($a || $b)' and 'unless ($a && $b)' early exit | Matthew Horsfall (alh) | 2013-11-19 | 1 | -0/+18 |
* | op.c: diag_listed_as for Using !~ with %s | Father Chrysostomos | 2013-11-17 | 1 | -0/+2 |
* | Fix memory leak with recursive sub redefinition | Father Chrysostomos | 2013-11-16 | 1 | -4/+6 |
* | Revert "make perl core quiet under -Wfloat-equal" | David Mitchell | 2013-11-16 | 1 | -2/+1 |
* | Compile-time checking for %$obj{"key"} under ‘use fields’ | Father Chrysostomos | 2013-11-14 | 1 | -0/+1 |
* | silence some compiler warnings | David Mitchell | 2013-11-13 | 1 | -0/+2 |
* | In newATTRSUB, clear glob slot before lowering refcount. | Father Chrysostomos | 2013-11-11 | 1 | -3/+5 |
* | In newXS, clear glob slot before lowering refcount. | Father Chrysostomos | 2013-11-11 | 1 | -0/+1 |
* | fix multi-eval of Perl_custom_op_xop in XopENTRY | Daniel Dragan | 2013-11-10 | 1 | -11/+59 |
* | op.c: Factor out common entersub-building code | Father Chrysostomos | 2013-11-09 | 1 | -19/+13 |
* | op.c: Remove unused var | Father Chrysostomos | 2013-11-09 | 1 | -1/+0 |
* | make perl core quiet under -Wfloat-equal | David Mitchell | 2013-11-09 | 1 | -1/+2 |
* | Make &CORE::exit respect vmsish exit hint | Father Chrysostomos | 2013-11-08 | 1 | -16/+0 |
* | Fix &CORE::exit/die under vmsish "hushed" | Father Chrysostomos | 2013-11-08 | 1 | -12/+3 |
* | Warn for all uses of %hash{...} in scalar cx | Father Chrysostomos | 2013-11-08 | 1 | -24/+66 |
* | Stop lexical CORE sub from interfering with CORE:: | Father Chrysostomos | 2013-11-08 | 1 | -2/+2 |
* | silence spurious 'may be uninitialized' warnings | David Mitchell | 2013-11-08 | 1 | -1/+2 |
* | remove some unused vars from op.c and toke.c | David Mitchell | 2013-11-08 | 1 | -1/+0 |
* | Fix qx, `` and <<`` overrides | Father Chrysostomos | 2013-11-06 | 1 | -3/+16 |
* | Split ck_open into two functions | Father Chrysostomos | 2013-11-06 | 1 | -37/+48 |
* | Put common override code into gv_override | Father Chrysostomos | 2013-11-06 | 1 | -19/+3 |
* | [perl #120462] Exempt $a and $b from ‘used once’ warnings | Father Chrysostomos | 2013-11-04 | 1 | -2/+0 |
* | op.c: Avoid vivifying CORE::GLOBAL:: globs unnecessarily | Father Chrysostomos | 2013-11-04 | 1 | -1/+5 |
* | op.c: Abstract common override code | Father Chrysostomos | 2013-11-04 | 1 | -34/+18 |
* | Stop CORE::GLOBAL::require lookup from crashing on stub | Father Chrysostomos | 2013-11-04 | 1 | -0/+2 |
* | Stop CORE::GLOBAL::glob lookup from crashing on stub | Father Chrysostomos | 2013-11-04 | 1 | -0/+1 |
* | Stop CORE::GLOBAL::do lookup from crashing on stub | Father Chrysostomos | 2013-11-04 | 1 | -0/+1 |
* | op.c:ck_open: Make hint lookup conditional on HINT_LOCALIZE_HH | Father Chrysostomos | 2013-11-04 | 1 | -1/+2 |
* | op.c: Combine common code for hash keys and slices | Father Chrysostomos | 2013-11-03 | 1 | -63/+18 |