This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
in Carp, avoid vivifying utf8 stash on Perl 5.6
[perl5.git] / op.c
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
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
next