summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Add some examples to cv_set_call_checker and wrap_op_checkerMatthew Horsfall2014-02-111-2/+17
* [perl #120374] Stop for($h{k}||'') from vivifyingFather Chrysostomos2014-02-091-2/+21
* Don't pull state vars into padrange opsMatthew Horsfall (alh)2014-02-031-0/+1
* op.c: Consistent spaces after dots in apidocsFather Chrysostomos2014-01-291-1/+2
* Optimisation for 'my $x; my $y;' -> 'my ($x, $y)'.Matthew Horsfall2014-01-301-0/+65
* Clarify op_free documentationMatthew Horsfall (alh)2014-01-301-1/+1
* op.c: fix grammar in apidocsFather Chrysostomos2014-01-281-1/+1
* document op_free and op_nullDaniel Dragan2014-01-291-0/+17
* bump version to 5.19.9!Ricardo Signes2014-01-201-1/+1
* Use ASSUME in op.c:newBINOPFather Chrysostomos2014-01-181-1/+1
* PERL_DEBUG_READONLY_COWFather Chrysostomos2014-01-161-0/+3
* fix a typo in a commentRicardo Signes2014-01-151-1/+1
* rename aggref warnings to autoderefRicardo Signes2014-01-141-2/+2
* Make key/push $scalar experimentalFather Chrysostomos2014-01-141-2/+15
* Use NOT_REACHED in one more place in op.cFather Chrysostomos2014-01-121-1/+1
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-10/+12
* Revert "[perl #119801] Stop @DB::dbline modifications from crashing"Father Chrysostomos2013-12-251-19/+3
* op.c: newLOOPOP: Remove code supporting do-subFather Chrysostomos2013-12-231-1/+1
* [perl #115736] fix undocumented param from newATTRSUB_flagsDaniel Dragan2013-12-231-9/+3
* [perl #119801] Stop @DB::dbline modifications from crashingFather Chrysostomos2013-12-211-3/+19
* Bump version number from 5.19.7 to 5.19.8.Abigail2013-12-201-1/+1
* [perl #72406] Bad read with do{} until CONSTFather Chrysostomos2013-12-151-1/+17
* Also optimise returning lists: 'return ($one, $two);'Matthew Horsfall2013-12-141-5/+13
* Fix ‘Can't declare null operation in "my"’Father Chrysostomos2013-12-131-1/+7
* op.c: Factor out two identical yyerror callsFather Chrysostomos2013-12-131-10/+12
* Optimise out PUSHMARK/RETURN if return is the last statement in a sub.Matthew Horsfall2013-12-131-0/+31
* op.c: Turn on read-only flag for folded constantsFather Chrysostomos2013-11-301-1/+7
* No need to wrap calls to Perl_load_module() in ENTER/LEAVENicholas Clark2013-11-221-5/+2
* S_process_special_blocks() should use a new stack for BEGIN blocks.Nicholas Clark2013-11-221-0/+3
* Bump the perl version in various places for v5.19.7Chris 'BinGOs' Williams2013-11-201-1/+1
* S_already_defined no longer uses its gv parameter, remove itTony Cook2013-11-191-4/+3
* Optimise 'if ($a || $b)' and 'unless ($a && $b)' early exitMatthew Horsfall (alh)2013-11-191-0/+18
* op.c: diag_listed_as for Using !~ with %sFather Chrysostomos2013-11-171-0/+2
* Fix memory leak with recursive sub redefinitionFather Chrysostomos2013-11-161-4/+6
* Revert "make perl core quiet under -Wfloat-equal"David Mitchell2013-11-161-2/+1
* Compile-time checking for %$obj{"key"} under ‘use fields’Father Chrysostomos2013-11-141-0/+1
* silence some compiler warningsDavid Mitchell2013-11-131-0/+2
* In newATTRSUB, clear glob slot before lowering refcount.Father Chrysostomos2013-11-111-3/+5
* In newXS, clear glob slot before lowering refcount.Father Chrysostomos2013-11-111-0/+1
* fix multi-eval of Perl_custom_op_xop in XopENTRYDaniel Dragan2013-11-101-11/+59
* op.c: Factor out common entersub-building codeFather Chrysostomos2013-11-091-19/+13
* op.c: Remove unused varFather Chrysostomos2013-11-091-1/+0
* make perl core quiet under -Wfloat-equalDavid Mitchell2013-11-091-1/+2
* Make &CORE::exit respect vmsish exit hintFather Chrysostomos2013-11-081-16/+0
* Fix &CORE::exit/die under vmsish "hushed"Father Chrysostomos2013-11-081-12/+3
* Warn for all uses of %hash{...} in scalar cxFather Chrysostomos2013-11-081-24/+66
* Stop lexical CORE sub from interfering with CORE::Father Chrysostomos2013-11-081-2/+2
* silence spurious 'may be uninitialized' warningsDavid Mitchell2013-11-081-1/+2
* remove some unused vars from op.c and toke.cDavid Mitchell2013-11-081-1/+0
* Fix qx, `` and <<`` overridesFather Chrysostomos2013-11-061-3/+16