doc f7abe7
[p5sagit/p5-mst-13.2.git] / op.c
2010-06-07 Father Chrysostomos glob crashes when %File::Glob:: is empty
2010-05-30 Nicholas Clark Eliminate some newSV(0)s by merging the SV allocation...
2010-05-25 David Mitchell add OPpDEREFed flag to avoid double mg_get()
2010-05-22 David Caldwell Add s///r (non-destructive substitution).
2010-05-21 Nicholas Clark Restore strict refs on stashes, removed by ce10b5d1ec5b...
2010-05-21 Nicholas Clark Replace boolean use of HvFILL(hv) with HvTOTALKEYS...
2010-05-19 Vincent Pit Merge branch 'vincent/rvalue_stmt_given' into blead
2010-05-03 Ruslan Zakirov shift; optimization
2010-04-13 Rafael Garcia-Suarez when(scalar) without argument should be a syntax error...
2010-04-02 Rafael Garcia-Suarez For evals, op_targ carry hint flags, which are pretty...
2010-03-27 David Leadbeater [perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not...
2010-02-20 Marcus Holland-Moritz Add some missing dVAR's
2010-01-12 Rafael Garcia-Suarez The new lvalue warning should not be turned on by default
2010-01-10 Gerard Goossen Retain builtin attributes from pre-declaration. Fixes...
2010-01-10 Gerard Goossen Ignore a lvalue attribute after the subroutine has...
2010-01-03 Vincent Pit Make given() statements return the last evaluated expre...
2009-12-20 Rafael Garcia-Suarez Make eval {} compile directly to OP_ENTERTRY
2009-12-14 Father Chrysostomos [perl #70171] 5.10.0 -> 5.10.1 Regression in fafafbaf70...
2009-12-08 Gerard Goossen proper error on "grep $x (1,2,3)". Solves [perl #37314]
2009-11-29 Rafael Garcia-Suarez Make split warn in void context
2009-11-21 Gerard Goossen Force OP_REQUIRE to scalar context at the end of ck_req...
2009-11-20 Rafael Garcia-Suarez Missing static storage class for some new static functions
2009-11-16 Gerard Goossen add op class assertions to newXXXOP functions
2009-11-15 Nicholas Clark Make the style of pad_add_name's flags consistent with...
2009-11-15 Nicholas Clark Convert pad_check_dup() to static linkage, and call...
2009-11-13 Jerry D. Hedden Fix compiler warning:
2009-11-12 Nicholas Clark As our $_; is forced into main::, it should warn as...
2009-11-11 Vincent Pit Make diag.t skip the warning I just fixed
2009-11-10 Vincent Pit Fix misformed UVxf format in op.c
2009-11-10 Vincent Pit Optimize reversing an array in-place
2009-11-10 Vincent Pit Factor the "is this an in-place array operator construc...
2009-11-10 Sisyphus Add mingw64 support
2009-11-09 Nicholas Clark Add length and flags arguments to Perl_pad_add_name().
2009-11-09 Nicholas Clark Add length and flags arguments to Perl_pad_check_dup().
2009-11-09 Nicholas Clark Add length and flags arguments to Perl_allocmy().
2009-11-08 Nicholas Clark Tweak the GV downgrading of f7461760 to avoid free...
2009-11-08 Vincent Pit SvREFCNT_inc already checks if the SV is non-NULL
2009-11-08 Zefram Bareword sub lookups
2009-11-07 Nicholas Clark Add length and flags arguments to Perl_pad_findmy(...
2009-11-06 Gerard Goossen Add a line directive to op.c and perl.c such that error...
2009-10-28 Rafael Garcia-Suarez $#array should be accepted as a lvalue sub return value.
2009-10-24 Nicholas Clark Make defined %hash on a non-lexical (also) generate...
2009-10-22 Brad Gilbert Bare readdir in while loop now sets $_
2009-10-16 Nicholas Clark Enable deprecation warnings by default.
2009-10-15 demerphq Optimise if (%foo) to be faster than if(keys %foo)
2009-10-13 Nicholas Clark Remove category 'syntax' from 5 warnings that should...
2009-10-12 Nicholas Clark Add Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas Clark Add Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-08 Rafael Garcia-Suarez Disable strictures while setting $VERSION in a "package...
2009-10-08 Rafael Garcia-Suarez Merge branch 'feature/package-name-version' into blead
2009-10-08 Rafael Garcia-Suarez Simplify code that sets $VERSION on the "package" line
2009-10-08 Rafael Garcia-Suarez Properly return a syntax error instead of segfaulting...
2009-10-06 David Golden Add 'package NAME VERSION' syntax
2009-09-28 Josh ben Jore Fix when( scalar ... ) bug
2009-09-13 Bo Borgerson split: Remove implicit split to @_
2009-09-06 Zefram Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTR...
2009-09-04 Bo Borgerson Reduce #ifdefs in Perl_ck_shift
2009-08-30 Chip Salzenberg finish more implementing -DB vs. -Dx
2009-08-26 Chip Salzenberg Merge branch 'blead' of ssh://perl5.git.perl.org/perl...
2009-08-26 Chip Salzenberg New debugging flag -DB now dumps subroutine definitions,
2009-08-26 Rafael Garcia-Suarez Use less constness in MAD code
2009-08-22 Nicholas Clark In Perl_newATTRSUB(), refactor the calls to gv_fetch...
2009-08-22 Nicholas Clark In Perl_newATTRSUB(), we know the lengths, so can avoid...
2009-08-15 Jan Dubois Explain that the load_module() import list must be...
2009-08-07 Father Chrysostomos [perl #68108] : also fix if/else constant folding
2009-08-04 Vincent Pit Promote blocks resulting from constant folding to first...
2009-07-25 Vincent Pit Introduce "delete local"
2009-07-11 David Mitchell [perl #61520] Segfault in debugger with tr// and UTF8
2009-07-08 Vincent Pit Add a pluggable hook in op_free()
2009-06-27 James Mastros Add test to make sure everything that outputs an except...
2009-05-28 Alex Vandiver Fix [RT#66098] -- stricter checking on SvIVX exposed...
2009-05-13 Rafael Garcia-Suarez Merge branch 'smartmatch' into blead
2009-05-12 Rafael Garcia-Suarez Remove proposed (but unimplemented) $foo ~~ Range smart...
2009-05-11 Vincent Pit Allow typed arrays and hashes
2009-05-05 Rafael Garcia-Suarez Merge branch 'blead' into smartmatch
2009-04-13 Nicholas Clark GvUNIQUE* have been defined as 0 since 2005/06/30 ...
2009-04-09 Nicholas Clark Don't SEGV while warning about redefining the format...
2009-04-07 Rafael Garcia-Suarez Deprecate assignment to $[
2009-03-29 Nicholas Clark Change Perl_newCONSTSUB() so that a NULL sv generates...
2009-03-20 Vincent Pit Revert the op.c part of 3049cdab to enable shared hask...
2009-03-13 Rafael Garcia-Suarez Make eval{} (entertry) trappable by Safe
2009-03-06 Rafael Garcia-Suarez Make the "..." flip-flop operator work in scalar contex...
2009-03-04 Rafael Garcia-Suarez Make // behave like || in when clauses
2009-01-21 Nicholas Clark Add get_cvs() as a shortcut for STR_WITH_LEN() and...
2009-01-21 Nicholas Clark Change 54d012c665eb635f1e4fac1f1ec5aba1229ad9ca was...
2009-01-21 Nicholas Clark Change 28063 should have removed the call to savepvn...
2008-11-26 Nicholas Clark Note where (nearly) all the other private non-static...
2008-11-26 Nicholas Clark Just s/Perl_/S_/ isn't good enough - you also need...
2008-11-26 Nicholas Clark pmtrans() and refkids() can be static in op.c.
2008-11-26 Nicholas Clark force_list(), fold_constants() and gen_constant_list...
2008-11-26 Vincent Pit Addendum to bug #38809: fix assertion failure, more...
2008-11-26 Nicholas Clark listkids() can be static in op.c
2008-11-26 Nicholas Clark Following on from change 34918, scalarkids() and scalar...
2008-11-26 Nicholas Clark "If it's not private, it's public somehow." states...
2008-11-26 Nicholas Clark Replace Perl_my() with a small shell script. er. macro.
2008-11-25 Vincent Pit [perl #38809] return do { } : take 3 (or 4...)
2008-11-25 reneeb [perl #7911] no warning for useless /d in tr/0-9//d
2008-11-18 Nicholas Clark Rename PL_breakable_sub_generation to PL_breakable_sub_...
2008-11-17 Nicholas Clark Fix the bug introduced with MRO, whereby the internals...
2008-11-07 Marcus Holland-Moritz Revert SvPVX() to allow lvalue usage, but also add a
next