This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add defaults for st_ino size/sign probes to uconfig64.sh
[perl5.git] / op.c
2011-08-09 Father ChrysostomosMake prototype("CORE::CORE") die once more.
2011-08-08 Gerard GoossenOnly warn about "Statement unlikely to be reached"...
2011-08-08 Gerard GoossenChange aassign_common_vars to check using the optree...
2011-08-08 Gerard GoossenMove aassign common var detection to a separate function.
2011-08-06 Father ChrysostomosRemove comment from ck_glob that is no longer relevant
2011-08-02 Father ChrysostomosRemove Perl_mod
2011-07-31 Gerard GoossenCall finalize_optree on optree generated by newFORM.
2011-07-28 Gerard GoossenAdd finalize_optree function which can take over all...
2011-07-26 Father Chrysostomos[perl #95550] Remove prototypes from (l)stat
2011-07-26 Father Chrysostomoscore_prototype: Remove special cases for lock and tie
2011-07-26 Father Chrysostomoscore_prototype: Eliminate the special mkdir case
2011-07-26 Father ChrysostomosAdd core_prototype; make pp_prototype use it
2011-07-21 Father Chrysostomos[perl #81290] assertion failure with lock &lvsub
2011-07-18 Vincent PitTransform the loop in rpeep that handles the undeferred ops
2011-07-18 David MitchellPerl_rpeep: undo tail recursion optimisation
2011-07-17 Father ChrysostomosRename store/fetch_cop_label as cop_*
2011-07-15 David Mitchellensure SVs_PADTMP and SVs_PADTMP not both on
2011-07-14 David Mitchellfully short-circuit &&, ||, //
2011-07-14 David Mitchellmake peep optimiser recurse mostly only shallowly
2011-07-13 Brian FraserThis cleans the "Can't localize lexical variable" error.
2011-07-13 Brian FraserHandling of the flag parameter in Perl_allocmy, instead...
2011-07-13 ZeframAPIify pad functions
2011-07-11 Gerard Goossenuse a flag to signal a stacking filetests instead of...
2011-07-10 Father ChrysostomosPropagate (non-)lvalue context through nested calls
2011-06-28 David MitchellRT 64804: tainting with index() of a constant
2011-06-27 Vincent PitFix context propagation below return()
2011-06-25 Vincent PitCorrectly preserve the stack on an implicit break.
2011-06-24 Father ChrysostomosAllow the \$ proto to accept any scalar lvalue [perl...
2011-06-24 Father ChrysostomosMake Perl_op_lvalue_flags provide a no-croak option
2011-06-24 Father Chrysostomosop_lvalue .= _flags
2011-06-21 Father ChrysostomosStop ‘sub :lvalue :Foo’ from applying :lvalue to define...
2011-06-17 Father ChrysostomosAllow ‘sub x :lvalue’ to apply to XSUBs and stubs
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-06-10 Father ChrysostomosScalar keys assignment through lvalue subs
2011-06-09 Father ChrysostomosFix my + attrs + list assignment
2011-06-04 Father Chrysostomos[perl #7946] Lvalue subs do not autovivify
2011-06-01 Father ChrysostomosMake empty lvalue subs work correctly
2011-06-01 Father ChrysostomosAllow rvalue syntax in expr returned from lvalue sub
2011-05-25 Hojung Yoon[perl #90888] each(ARRAY) on scalar context should...
2011-05-19 Michael WittenPerl_ck_split: Avoid unnecessary assignment
2011-05-19 Nicholas ClarkIn Perl_op_clear(), uncomment the call to mad_free()
2011-05-19 Nicholas ClarkIn S_fold_constants() under MAD, need to copy the SV...
2011-05-19 Nicholas ClarkUnder ithreads, convert SVOPs stored in MADPROPs to...
2011-05-19 Nicholas ClarkAllocate MADPROPs using PerlMemShared_malloc()
2011-04-19 Father ChrysostomosMake keys $scalar an lvalue
2011-04-19 Father ChrysostomosMake keys/value/each $scalar accept only unblessed...
2011-04-18 Father ChrysostomosMake push/shift $scalar accept only unblessed aryrefs
2011-04-03 Father Chrysostomos[perl #87064] eval no longer shares filters
2011-02-06 David Mitchellallow wrap-around of PL_cop_seqmax
2011-01-21 David Mitchelladd GvCV_set() and GvGP_set() macros.
2011-01-20 Tony Cookprovide an explicit cast to the enum parameter for C++
2011-01-17 Karl WilliamsonCH] Change usage of regex/op common to common names
2011-01-16 Karl WilliamsonUse multi-bit field for regex character set
2011-01-16 Karl Williamson.pm: rename variables to reflect expanded usage
2011-01-10 Karl Williamsonop.c: Remove unnecessary flag
2011-01-09 Nicholas ClarkGenerate pp_* prototypes in pp_proto.h, and remove...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2011-01-02 David Mitchellmake <expr> always overload if expr is overloaded
2011-01-02 David Mitchellcall pp_glob() even when its being skipped
2011-01-02 David Mitchellck_glob() - add a little code comment
2010-12-13 Zeframmark blockhooks API as experimental
2010-12-09 Father Chrysostomos[perl #68658] attributes turn "state" into "my"
2010-12-08 Father ChrysostomosAvoid setting PL_cv_has_eval unnecessarily
2010-11-30 Father Chrysostomos[perl #77762] Constant assignment warning
2010-11-29 Father Chrysostomos[perl #63540] bizarre closure lossage
2010-11-27 Father Chrysostomos[perl #79178] STORE/FETCH of tie()d hash get stringifie...
2010-11-26 Father Chrysostomos[perl #78908] Reinstate mod for one more stable release
2010-11-26 Father ChrysostomosClarify op_lvalue’s docs
2010-11-26 Father Chrysostomos[perl #78810] PERLDB_NOOPT ignored by adjacent nextstat...
2010-11-25 Nicholas ClarkMake BEGIN {require 5.12.0} behave as documented.
2010-11-18 Nicholas ClarkRefactor newATTRSUB()'s logic for grafting a sub defini...
2010-11-17 Nicholas ClarkConvert newSUB() to a macro wrapping Perl_newATTRSUB()
2010-11-16 Nicholas ClarkMove Perl_cv_undef() from op.c to pad.c
2010-11-15 Florian RagwitzZero new XOPs xop_desc will never be invalid
2010-11-15 Ben MorrowDocument the new custom op functions.
2010-11-15 Ben MorrowImprove custom OP support.
2010-11-03 Father Chrysostomosy///r
2010-11-03 Father ChrysostomosDon’t capitalise words in the middle of an error message
2010-11-01 David GoldenAllow push/pop/keys/etc to act on references
2010-10-27 Niko TyniDon't fold constants in sprintf() if locales are used
2010-10-27 Zeframnew API functions op_scope and op_lvalue
2010-10-26 Zeframadd CvSTASH_set() macro and make CvSTASH() rvalue only
2010-10-25 Zeframstop passing line numbers into op constructor functions
2010-10-25 Zeframrefactor and regularise label/statement grammar
2010-10-24 Father Chrysostomos[perl #77810] Scalars vs globs
2010-10-21 David GoldenAdd single-term prototype
2010-10-21 Zeframfull API for cop hint hashes
2010-10-21 Father Chrysostomos[perl #78072] use re '/xism';
2010-10-21 Zeframadd lex_start to the API
2010-10-21 Zeframremove filter inheritance option from lex_start
2010-10-19 David Goldenfix indentation for prototype switch statements
2010-10-12 Ben MorrowAdd LINKLIST to the API.
2010-10-12 ZeframAPIify op list constructors
2010-10-11 Ben MorrowRemove some excess cleverness from the Bhk macros.
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
2010-10-07 Ben MorrowRemove MEMBER_TO_FPTR.
2010-09-27 Nicholas ClarkMove OP prototypes from pp_proto.h to proto.h
2010-09-23 Karl WilliamsonAdd /d, /l, /u (infixed) regex modifiers
2010-09-21 Father Chrysostomos[perl #20444] regex not evaluated in constant ?:
2010-09-16 Zeframadd hv_copy_hints_hv and save_hints to the API
next