This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #112966] Crash on delete local; other local bugs
[perl5.git] / op.c
2012-06-20 Father Chrysostomos[perl #113712] Don’t create stubs after errors
2012-06-15 Father Chrysostomosop.c:utilize: don't allocate pegop if !PL_madskills
2012-06-15 Father ChrysostomosDon’t call mro_method_changed_in after newCONSTSUB
2012-06-15 Father ChrysostomosDon’t create pads for sub stubs
2012-06-15 Father Chrysostomosop.c:newPROG: Remove questionable comment
2012-06-15 Father ChrysostomosRmv mro_method_changed_in call on stub upgraded to...
2012-06-13 David Mitchellpropagate 'use re eval' into return from (??{})
2012-06-13 David Mitchellmake OP_REGCRESET only for taint handling
2012-06-13 David Mitchellpmruntime: make more use of Perl_re_op_compile
2012-06-13 David Mitchelladd op_comp field to regexp_engine API
2012-06-13 David Mitchellre_op_compile(): split flags into two arguments
2012-06-13 David Mitchelladd PMf_IS_QR flag
2012-06-13 David Mitchellpm_runtime(): tidy some local vars
2012-06-13 David MitchellHandle literal code blocks in runtime regexes
2012-06-13 David Mitchellremove target from REGCOMP op
2012-06-13 David MitchellMove bulk of pp_regcomp() into re_op_compile()
2012-06-13 David Mitchelladd PMf_CODELIST_PRIVATE flag
2012-06-13 David Mitchellremove private flag 1 from OP_REGCOMP
2012-06-13 David Mitchellchange re_op_compile() to take a list of SVs
2012-06-13 David Mitchellunlink re_eval code blocks from op list
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-13 David MitchellMostly complete fix for literal /(?{..})/ blocks
2012-06-13 David Mitchelladd Perl_re_op_compile function
2012-06-13 David Mitchellmake re_evals be seen by the toker/parser
2012-06-09 Father ChrysostomosAdd alloccopstash provisionally to the API
2012-06-08 Father ChrysostomosConstant folding for x
2012-06-08 Father ChrysostomosMake __SUB__ work in special blocks
2012-06-08 Craig A. Berrycop_stashoff is an integer, not a pointer.
2012-06-05 Father ChrysostomosObliterate CopSTASH_free
2012-06-05 Father Chrysostomos[perl #78742] Store CopSTASH in a pad under threads
2012-06-05 Father ChrysostomosDon’t localise CopSTASH(&PL_compiling) in newCONSTSUB
2012-05-30 Father ChrysostomosRemove ‘Runaway prototype’ warning
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-29 Father ChrysostomosAdd &CORE::pos
2012-05-29 Father ChrysostomosMake undef use ck_fun and OA_SCALARREF
2012-05-29 Father ChrysostomosAdd &CORE::glob
2012-05-29 Father ChrysostomosAdd protos for positive keywords
2012-05-23 Father Chrysostomosop.c: One less func call for newXS
2012-05-22 Father Chrysostomosop.c: Remove redundant assignment
2012-05-22 Father ChrysostomosMake while(each ...) imply defined($_ = ...)
2012-05-22 Father Chrysostomosop.c:ck_glob: Don’t do gv_fetchpv("CORE::GLOBAL::glob")
2012-05-22 Father Chrysostomosop.c: Remove a redundant ck_subr call from ck_require
2012-05-22 Father Chrysostomosop.c: Remove a redundant ck_subr call from ck_glob
2012-05-22 Father Chrysostomosop.c: Remove a redundant ck_subr call from dofile
2012-05-22 Father Chrysostomosop.c:ck_glob: Check PL_globhook before loading File...
2012-05-22 Father ChrysostomosMake pos(@array) and pos(%hash) into errors
2012-05-21 Father ChrysostomosCopy call checker when cloning closure prototype
2012-05-21 Father ChrysostomosProduce the right error for goto "\0"
2012-04-21 Father Chrysostomos[perl #111980] Don’t allow ‘my $♠’
2012-04-20 Father Chrysostomos[perl #112316] Make strict vars respect assignment...
2012-04-11 Father Chrysostomos[perl #112352] Make ‘use v5.15’ always enable unicode_eval
2012-04-03 Father Chrysostomos[perl #111462] Move strict hints from %^H to $^H
2012-03-28 Father Chrysostomos[perl #111462] Don’t leak eval "" op tree when croaking
2012-03-25 Brian FraserLabel UTF8 cleanup
2012-03-23 Father ChrysostomosUse HEKf in 2 places in op.c:S_finalize_op
2012-03-23 Brian Fraserop.c: Warnings cleanup.
2012-03-13 David Mitchellstop S_forget_pmop() SEGVing
2012-02-25 Zeframdelay allocating trans table until needed
2012-02-12 Tony Cookfix -DPERL_GLOBAL_STRUCT compilation error introduced...
2012-02-11 Zeframadd wrap_op_checker() API function
2012-02-09 Robin BarkerSilence compiler warnings
2012-02-01 Zeframfix punctuation in a panic message
2012-01-29 Father Chrysostomos[perl #109264] ->method(my(...)) forcing lvalue cx
2012-01-27 Rafael Garcia-SuarezAllow prototypes (_@) and (_%)
2012-01-25 Rafael Garcia-SuarezInitialize buffer to an empty string to avoid spurious...
2012-01-25 Rafael Garcia-SuarezMake the display of the warning "Useless use of a const...
2012-01-24 Father Chrysostomos[perl #77388] Make stacked -t work
2012-01-24 Father Chrysostomos[rt.cpan.org #74289] Don’t make *CORE::foo read-only
2012-01-21 Karl WilliamsonAdd :not_characters parameter to 'use locale'
2012-01-21 Karl Williamsonop.c: Call macro instead of using explicit bit
2012-01-18 Father ChrysostomosDon’t crash on @a =~ // warning
2012-01-18 Father Chrysostomos[perl #106726] Don’t crash on length(@arr) warning
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2012-01-16 Nicholas Clarkdefined(@array) now also warns for package variables.
2012-01-05 Father Chrysostomos[perl #90030] sort with no arguments
2012-01-05 Father ChrysostomosRestrict $[ comp warning to constants
2012-01-03 Father Chrysostomosop.c Remove redundant continue
2012-01-01 Father ChrysostomosSimplify gv:S_maybe_add_coresub
2012-01-01 Father ChrysostomosCorrect comment in op.c
2012-01-01 Father Chrysostomos[perl #103492] Give lvalue cx to (s)printf args
2011-12-29 Father Chrysostomosdiag_listed_as galore
2011-12-26 Father ChrysostomosFix two (er, four) sub:lvalue { &$x } bugs
2011-12-25 Father Chrysostomos[perl #99426] op.c: Remove dead code from ck_sort
2011-12-24 Father Chrysostomosop.c: Use new feature bundle hints
2011-12-24 Father ChrysostomosUse new feature-testing macros
2011-12-18 Father ChrysostomosStop readline(*$glob_copy) from clearing PL_last_in_gv
2011-12-18 Father ChrysostomosRevert "Make scalar() propagate lvalueness"
2011-12-18 Father ChrysostomosStop seek($glob_copy...) from clearing PL_last_in_gv
2011-12-18 Father ChrysostomosStop eof($glob_copy) from clearing PL_last_in_gv
2011-12-18 Father ChrysostomosOops. You can’t do ->op_first on a baseop.
2011-12-18 Father ChrysostomosStop tell($glob_copy) from clearing PL_last_in_gv
2011-12-16 Father Chrysostomos[perl #91514] Use correct error msg for default
2011-12-16 Father ChrysostomosName anon handles __ANONIO__
2011-12-16 Father ChrysostomosDisable $[ under 5.16
2011-12-14 Karl Williamsoncharnames and perlapi: pod nits
2011-12-13 Father ChrysostomosMake scalar() propagate lvalueness
2011-12-07 Father Chrysostomosuse 5.xxx: Don’t load feature.pm unnecessarily
2011-12-07 Father ChrysostomosImplement new ‘use 5.xxx' plan
2011-12-05 Father ChrysostomosPut optimised substr assignment in void context
2011-11-27 Father ChrysostomosMake inlined &CORE::__SUB__ the right-sized op
next