This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: update updated modules
[perl5.git] / op.c
2017-11-17 Zeframrip out quicksort and sort algorithm control
2017-11-16 Zeframfix lvalue context for 4-arg substr
2017-11-15 Father Chrysostomos[perl #132442] Fix stack with do {my sub l; 1}
2017-11-14 David MitchellOP_MULTICONCAT: fix AIX
2017-11-14 Zeframfix newPVOP() doc re freeing of pv
2017-11-13 David Mitchellchange OP_MULTICONCAT nargs from UV to SSize_t
2017-11-13 David Mitchellrename op_aux field from 'size' to 'ssize'
2017-11-12 Dagfinn Ilmari Man... Fix sprintf multiconcat on 32bit big-endian systems...
2017-11-11 Father ChrysostomosRevert "Temporarily revert CV-in-stash optimisation"
2017-11-06 Nicolas RUse my_memrchr helper for portability
2017-11-06 Karl Williamsonop.c: Use memchr,memrchr instead of strchr,strrchr
2017-11-06 Karl WilliamsonUse memBEGINs() in core
2017-11-06 Karl WilliamsonChange some strncmp(), etc. to strBEGINs()
2017-11-06 Karl WilliamsonUse memEQs, memNEs in core files
2017-11-04 Zeframinitialisation of simple aggregate state variables
2017-11-02 David Mitchellmulticoncat: use append_utf8_from_native_byte()
2017-11-02 David Mitchellsprintf-as-multiconcat: fix \x80 issue
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-10-31 David Mitchelladd extra optimization phase
2017-10-31 David Mitchellpanic if a freed op is called
2017-10-22 Lukas Maiavoid "implicit fallthrough" warning under ithreads
2017-10-21 Aaron CraneDon't use VOL internally, because "volatile" works...
2017-10-20 Father ChrysostomosTemporarily revert CV-in-stash optimisation
2017-10-13 Lukas Maiget rid of "implicit fallthrough" warnings with gcc 7
2017-10-09 James E KeenanEliminate recently introduced compilation warnings.
2017-10-08 Father Chrysostomos[perl #129916] Allow sub-in-stash outside of main
2017-08-28 Father Chrysostomos[perl #131883] Include pkg in :prototype warnings
2017-08-28 Father ChrysostomosAdd another param to validate_proto
2017-08-22 Father ChrysostomosSprinkle diag_listed_as; perldiag tweaks
2017-08-22 Father ChrysostomosAdd SORTf_UNSTABLE flag
2017-08-08 Zeframuse cv_set_call_checker_flags() where possible
2017-08-08 Zeframadd cv_get_call_checker_flags()
2017-08-08 Zeframfix parameter name in doc
2017-08-07 David Mitchellfix index(...) == -1 type optimisations
2017-08-05 David Mitchellextend index(...) == -1 optimisation
2017-08-04 David Mitchellmerge Perl_ck_cmp() and Perl_ck_eq()
2017-08-01 David Mitchellfix ($lex = index(....)) == -1
2017-07-31 Zeframfix example code in wrap_op_checker() doc
2017-07-27 David Mitchellmake scalar(keys(%lexical)) less slow.
2017-07-27 David Mitchelloptimise (index() == -1)
2017-07-27 David Mitchelladd boolean context support to several ops
2017-07-27 David MitchellS_check_for_bool_cxt(): avoid OPpTARGET_MY + bool
2017-07-27 David Mitchelloptimise @array in boolean context
2017-07-27 David Mitchelloptimise away OP_KEYS op in scalar/void context
2017-07-27 David Mitchelluse OPpAVHVSWITCH_MASK
2017-07-27 David Mitchellgive REGEXP SVs the POK flag again
2017-07-27 David MitchellS_check_for_bool_cxt(): special-case OP_AND
2017-07-21 Father Chrysostomosop.c: Confusing comment typo
2017-07-10 Tony Cook(perl #131597) ensure the GV slot is filled for our...
2017-07-02 Father Chrysostomosop.c: Remove unused THX param
2017-06-26 David MitchellS_gen_constant_list(): initialise si_stack_hwm
2017-06-22 Dagfinn Ilmari Man... [perl #131627] Fix multideref for $x{qw/a/->$*}
2017-06-05 David Mitchellmake OP_REF support boolean context
2017-06-02 Dagfinn Ilmari Man... Add support for deleting key/value slices (RT#131328)
2017-02-20 Karl Williamsonop.c: Add comment
2017-02-19 Aaron Crane[perl #130815] fix ck_return null-pointer deref on...
2017-02-18 Andy LesterMoving variables to their innermost scope.
2017-02-18 David Mitchellpp_multideref: tweak an assertion
2017-02-14 Karl WilliamsonImprove handling pattern compilation errors
2017-02-08 Tony Cook(perl #130705) don't convert match with argument to qr
2017-02-07 David Mitchellmultideref: handle both OPpLVAL_INTRO,OPpDEREF
2017-01-27 Zeframfix range op under aborted constant folding
2017-01-24 David Mitchellhandle op_pv better in op_clear() and op_dump()
2017-01-23 David Mitchellavoid sort assert failure after compile fail
2017-01-22 Zeframhandle errors in gen_constant_list
2017-01-17 David Mitchelladd S_process_optree() function to op.c
2017-01-16 Abigailmy() in a false conditional will be fatal in Perl 5.30
2017-01-14 Father Chrysostomos[perl #130546] Restore delete-scalar-slice warning
2017-01-06 David MitchellIn A && B, stop special-casing boolean-ness of A
2017-01-06 David Mitchelladd xor, grep, flip, flop to boolean cxt detection
2017-01-06 David Mitchellreindent block in rpeep()
2017-01-06 David Mitchellre-implement boolean context detection
2017-01-02 David MitchellHandle chop(@a =~ tr///)
2016-12-23 Karl WilliamsonConvert core (except toke.c) to use isFOO_utf8_safe()
2016-12-05 David Mitchellassertion failure in ... or ((0) x 0))
2016-12-05 David Mitchelladd some /* NOTREACHED */
2016-12-05 Andy LesterClean up warnings uncovered by 'clang -Weverything'.
2016-11-24 David Mitchellavoid premature free of referent in list assign
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-14 David Mitchelleliminate OPpRUNTIME private PMOP flag
2016-11-12 Aaron Craneop.c: clarify documentation for Perl_load_module()
2016-10-22 Lukas Maiop.c: silence compiler warning in fold_constants()
2016-10-19 Yves Ortonop.c: use new SvPVCLEAR and constant string friendly...
2016-10-18 Karl Williamsonop.c: Fix EBCDIC-only bug
2016-10-17 Tony Cook(perl #128996) prevent PL_op pointing to freed ops
2016-10-12 Lukas Maiop.c: fix what looks like typos in comments
2016-10-04 David MitchellPerl_newASSIGNOP: fix on g++ builds
2016-10-04 David Mitchellfix common assign issue on @a = (split(), 1)
2016-10-04 David MitchellBetter optimise my/local @a = split()
2016-10-04 David Mitchellre-indent block in Perl_newASSIGNOP
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-09-29 David MitchellOP_SASSIGN: make op_first==op_last for UNOP
2016-09-29 Reini Urbansassign was used as UNOP, optimize {or,and,dor}assign
2016-09-29 Reini Urbansassign is wrongly declared as BASEOP, not BINOP.
2016-09-28 David MitchellOP_MULTIDEREF: ignore customised delete/exists
2016-09-26 David Mitchellmake PADOFFSET be SSizet_t
2016-09-26 David Mitchellfix builds under USE_PAD_RESET
2016-09-10 Father Chrysostomos[perl #129090] Crash with sub c{sub c}
2016-09-10 Father Chrysostomosop.c: Avoid string cmp when unnecessary
2016-09-05 Father Chrysostomos[perl #47047] Fix erroneous AUTOLOAD warning
next