This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The POSIX TCSANOW appears to have been introduced in 5.15.3
[perl5.git] / op.c
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
2011-11-26 Father ChrysostomosOptimise substr assignment in void context
2011-11-26 Father ChrysostomosOptimise __SUB__ to a constant
2011-11-25 Father Chrysostomosevalbytes should ignore outer utf8 declaration
2011-11-24 Father Chrysostomos__SUB__ should warn in void context
2011-11-22 Father Chrysostomosop.c: typo
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-22 Father ChrysostomosPut sub redef warnings in one place
2011-11-22 Father ChrysostomosMake const redef warnings default in newXS
2011-11-22 Father ChrysostomosRefactor newXS’s autouse logic
2011-11-21 Father ChrysostomosMake constant sub redef warnings obey scope
2011-11-21 Father ChrysostomosMake newXS redefinition warning respect UTF8
2011-11-21 Father ChrysostomosMake newCONSTSUB use the right warning scope.
2011-11-21 Father ChrysostomosRestore autouse’s exemption from redef warnings
2011-11-20 Father ChrysostomosHave newCONSTSUB pass the length to newXS
2011-11-20 Father ChrysostomosAdd newXS_len_flags
2011-11-20 Father ChrysostomosHave newATTRSUB remember the name’s length
2011-11-20 Father ChrysostomosAdd len flag to newCONSTSUB_flags
2011-11-20 Vincent PitHandle require() on implicit $_ properly w/r global...
2011-11-19 Father ChrysostomosMention variable names in @a =~ // warnings
2011-11-19 Father ChrysostomosMention the variable name in the new length warnings
2011-11-19 Matthew Horsfall... Throw a helpful warning when someone tries length(...
2011-11-17 Father ChrysostomosLocalise PL_curcop for BEGIN blocks
2011-11-06 Father Chrysostomosop.c:ck_eval: consting
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-06 Brian Frasereval STRING UTF8 cleanup.
2011-11-03 Father ChrysostomosStop @{""} = reverse @_ from crashing
2011-11-02 Father ChrysostomosWarn for $[ ‘version’ checks
2011-10-27 Father ChrysostomosFix CORE::glob
2011-10-22 Father Chrysostomos[perl #101486] Make PL_curstash refcounted
2011-10-11 David Mitchelladd missing STATIC to S_finalize_op
2011-10-11 Father ChrysostomosStop attribute errors from leaking op trees
2011-10-10 Father ChrysostomosResolve XS AUTOLOAD-prototype conflict
2011-10-08 Father ChrysostomosDont’t crash when warning about XSUB redefinition
2011-10-07 Brian FraserCast to signed before negating, to avoid compiler warnings
2011-10-06 Brian Fraserop.c: Scalar filehandles in errors UTF8 cleanup.
2011-10-06 Father ChrysostomosOust cv_ckproto_len
2011-10-06 Brian Frasertoke.c, op.c, sv.c: Prototype parsing and checking...
2011-10-06 Brian Frasergv.c, op.c, pp.c: Stash-injected prototypes and prototy...
2011-10-06 Brian Fraserop.c: Malformed prototype warning on UTF8 sub name
2011-10-06 Brian FraserMake op.c warnings UTF8-clean
2011-10-06 Brian Fraserop.c: Flag named methods if they are in UTF-8.
2011-10-06 Brian Fraserop.c: newCONSTSUB and newXS UTF8 cleanup.
2011-09-10 Jim Cromieimplement OP_IS_NUMCOMPARE like other OP_IS macros
2011-09-09 Zeframremove index offsetting ($[)
2011-09-08 Robin Barkerremove unused variables and assignments
2011-09-06 Nicholas ClarkS_op_integerize() needs a dVAR, else -DPERL_GLOBAL_STRU...
2011-09-05 Gerard GoossenMove non-constant folding parts of fold_constants into...
2011-09-01 Gerard GoossenUse OPpDEREF for lvalue sub, such that the flags contai...
2011-08-28 Father Chrysostomos&CORE::substr()
2011-08-28 Father Chrysostomos&CORE::select()
2011-08-27 Father Chrysostomos&CORE::foo() for (sys)read and recv
2011-08-25 Father Chrysostomos&CORE::foo() for @ and $@ prototypes, except unlink
2011-08-25 Father Chrysostomos&CORE::caller()
2011-08-25 Father Chrysostomos&CORE::binmode()
2011-08-25 Father ChrysostomosAllow ampersand calls for CORE subs with $*$$**$ protos
2011-08-25 Father ChrysostomosEnable ampersand calls to CORE subs with $$$ prototypes
2011-08-25 Father ChrysostomosSimplify the CORE::__FOO__ op-generation code
2011-08-25 Father ChrysostomosMove coresub op-creation from gv.c to op.c
2011-08-25 Gerard GoossenMove making inplace sort and reverse away from the...
2011-08-25 Father ChrysostomosRevert "Test CORE::break’s prototype"
2011-08-25 Father ChrysostomosTest CORE::break’s prototype
2011-08-24 Gerard Goossen[perl #97088] Prevent double get-magic in various cases
2011-08-22 Father ChrysostomosMake unlink with implicit $_ work once more
2011-08-21 Father ChrysostomosRefactor unpack’s newDEFSVOP logic; correct prototype
2011-08-17 Father Chrysostomos[perl #96126] Allocate CvFILE more simply
2011-08-16 Father Chrysostomos[perl #97076] Fix mad+threads bareword strict exemption
2011-08-16 Gerard GoossenRemove OPpENTERSUB_NOMOD.
2011-08-16 Gerard GoossenPropagate lvalue context only to children of list ops...
2011-08-15 Father ChrysostomosGive not and getprotobynumber listop prototypes
2011-08-15 Gerard GoossenMove checking of CV to GV assigned (OPpASSIGN_CV_TO_GV...
2011-08-15 Father ChrysostomosMake lock(&foo) syntax nominally lock the subroutine
2011-08-14 Father ChrysostomosUpdate core_prototype’s docs
2011-08-14 Father ChrysostomosMove pp_-specific code out of core_prototype
2011-08-14 Father ChrysostomosChange core_prototype to take a keyword num
2011-08-14 Father ChrysostomosAdd inlinable &CORE::functions
2011-08-14 Father ChrysostomosMake core_prototype provide the op number as well
2011-08-14 Father ChrysostomosRemove select’s prototype
2011-08-12 Father ChrysostomosChange (l)stat’s prototype from * to ;*
2011-08-12 Father ChrysostomosRevert "[perl #95550] Remove prototypes from (l)stat"
2011-08-11 Gerard GoossenMove bareword checking from the peephole optimizer...
2011-08-11 Gerard GoossenMove context propagation and finalize_optree from do_ev...
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.
next