This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
undef *_; goto &f: update cx.argarray
[perl5.git] / pad.c
2015-09-29 Father ChrysostomosRemove find_rundefsv2
2015-09-29 Father ChrysostomosGut public rundefsv functions
2015-09-04 Karl Williamsonperlapi: Change slightly weird construct
2015-09-04 Karl Williamsonperlapi use 'UTF-8' instead of variants of that
2015-09-04 Karl Williamsonperlapi: Add some S<>
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-09-04 Karl Williamsonperlapi, perlintern: Add L<> links to pod
2015-08-01 Karl Williamsonperlapi: Use C<> instead of I<> for parameter names...
2015-05-19 Daniel Dragandont use a 64 bit constant for a 32 bit value
2015-05-05 David Mitchellnull ptr deref in Perl_cv_forget_slab
2015-05-05 Tony Cook[perl #124187] don't call pad_findlex() on a NULL CV
2015-04-24 Karl Williamsonperlapi: Wrap long verbatim lines to 79 columns
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-02-24 David Mitchellsilence some compiler warnings.
2015-01-12 Father ChrysostomosConfused cloning of nested state subs
2015-01-06 Father Chrysostomospad.c: Remove unused context params
2015-01-04 Father Chrysostomospad.c: Obsolete comment
2015-01-04 Father ChrysostomosFix CvOUTSIDE for state subs in predeclared subs
2014-12-17 Father ChrysostomosFix bad read in pad.c:cv_undef
2014-12-15 Father ChrysostomosDon’t set PadlistMAXNAMED for single-char entries
2014-12-09 Father ChrysostomosUnify format and named-sub pad weakref code
2014-12-09 Father ChrysostomosFix OUTSIDE for named subs inside predeclared subs
2014-12-08 Father ChrysostomosChange OP_SIBLING to OpSIBLING
2014-12-07 Jarkko HietaniemiUse cBOOL.
2014-12-07 Father ChrysostomosRevert ‘Used pad name lists for pad ids’
2014-11-30 Father Chrysostomospad.c: Various doc updates
2014-11-30 Father Chrysostomos[perl #123223] Make PADNAME a separate type
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:padlist_dup
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:pad_push
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:cv_clone_pad
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:do_dump_pad
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:pad_tidy
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:pad_leavemy
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:intro_my
2014-11-30 Father Chrysostomospad.c: Don’t mk temp SVs for unavailable warnings
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:S_unavailable
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:pad_check_dup
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:pad_alloc
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:cv_undef_flags
2014-11-30 Father Chrysostomospad.c apidocs: Note the separate state for state
2014-11-30 Father Chrysostomos‘Subroutine (not var) "&x" will not stay shared’
2014-11-30 Father Chrysostomospad.c: Use UTF8f for ‘will not stay shared’
2014-11-30 Father ChrysostomosMake pad names always UTF8
2014-11-30 Father Chrysostomospad.c:padlist_dup: Remove refcnt check
2014-11-30 Father ChrysostomosMake PADNAMELIST a separate type
2014-11-30 Father Chrysostomospad.c: Remove encoding handling
2014-11-30 Father ChrysostomosMathomise pad_compname_type
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in the source
2014-11-29 Lukas Maimake more use of NOT_REACHED
2014-11-24 Father ChrysostomosFix UTF8 lex sub names
2014-11-21 Father ChrysostomosRemove context param from set_padlist
2014-11-21 Karl WilliamsonMake a function to get PL_encoding's value
2014-11-21 Karl WilliamsonMake testing for PL_encoding into a macro
2014-11-17 Father ChrysostomosManually revert ‘Remove SvREADONLY_on from op.c:op_cons...
2014-11-15 Father ChrysostomosPut PL_cop_seqmax++ code in one spot
2014-11-13 Father Chrysostomospad.c:cv_clone_pad: Avoid copying sv
2014-11-13 Father ChrysostomosAccount for string eval when const-izing sub(){$x}
2014-11-13 Father ChrysostomosInline op_const_sv into cv_clone
2014-11-13 Father ChrysostomosMake sub () { 0; 3 } inlinable once more
2014-11-13 Father ChrysostomosDeprecate inlining sub(){$x} if $x is changed elsewhere
2014-11-13 Father Chrysostomospad.c: Move constant closure code
2014-11-13 Father Chrysostomospad.c: Have S_cv_clone_pad return the CV
2014-11-13 Father Chrysostomospad.c:S_cv_clone: Add assertion
2014-11-13 Father ChrysostomosUpdate comments about sub(){$x} consting
2014-11-13 Father ChrysostomosPreserve :method in sub:method(){$outer_lex}
2014-11-08 Daniel Draganadd xs_handshake API
2014-11-07 Father Chrysostomos[perl #77452] Deparse BEGIN blocks in the right place
2014-10-31 Daniel Draganfree up CvPADLIST slot for XSUBs for future use
2014-10-29 Daniel Draganrefactor Perl_cv_undef_flags
2014-10-29 Father Chrysostomos[perl #122829] Flip-flop under recursion
2014-10-25 Lukas MaiAPIfy block_start/block_end/intro_my
2014-09-26 Father Chrysostomos[perl #122845] Crash in recursion with ‘our’ vars
2014-09-25 Father ChrysostomosRemove most uses of PADMY
2014-09-25 Father ChrysostomosStop setting PADMY; renumber PADSTALE
2014-09-24 Father ChrysostomosAdd flags to cv_name; allow unqualified retval
2014-09-23 Father ChrysostomosStop flip from returning the same scalar each time
2014-09-18 Father Chrysostomospad.c:padlist_clone: Don’t bother with IS_PADGV
2014-09-18 Father Chrysostomospad.c:pad_push: Don’t bother with IS_PADGV
2014-09-18 Father Chrysostomospad.c:cv_clone_pad: Don’t bother with IS_PADGV
2014-09-18 Father Chrysostomospad.c:pad_tidy: Remove IS_PADCONST and another IS_PADGV
2014-09-18 Father Chrysostomospad.c:pad_tidy: Remove redundant IS_PADGV
2014-09-18 Father Chrysostomospad.c:pad_alloc: Remove redundant IS_PADGV
2014-09-15 Father ChrysostomosStop undef &foo from temporarily anonymising
2014-09-15 Father Chrysostomospad.c: Avoid struct name followed by colon
2014-09-15 Father Chrysostomospad.c:cv_name: Reword docs for future extensibility
2014-09-15 Father ChrysostomosAvoid reifying GVs in rv2cv
2014-09-15 Father Chrysostomospad.c: Document cv_name
2014-09-15 Father Chrysostomossv_cathek
2014-09-15 Father Chrysostomoscv_name
2014-09-15 Father ChrysostomosTurn on CVf_LEXICAL for lexical subs
2014-09-08 Jarkko HietaniemiThe recent pad changes needed dVAR love.
2014-09-08 Father Chrysostomosop.c: Calculate hash for CvNAME_HEK
2014-08-28 Father Chrysostomospad.c: pad_reset comments
2014-08-28 Father Chrysostomospad.c: Remove BROKEN from USE_BROKEN_PAD_RESET
2014-08-28 Father Chrysostomospad.c:pad_free: Don’t reset PL_padix if using pad_reset
2014-08-28 Father Chrysostomospad.c:pad_findmy_pvn: Skip ‘our’ hack for subs
2014-08-28 Father Chrysostomospad.c: Use PadnamelistMAXNAMED in another place
2014-08-28 Father ChrysostomosSplit PL_padix into two variables
2014-08-28 Father Chrysostomospad.c:pad_free: Don’t turn off the PADTMP flag
2014-08-28 Father Chrysostomospad.c: More clearly separate targ/constant allocation
next