This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-09-16 Father ChrysostomosAllow lexical sub redefinition inside eval
2012-09-16 Father ChrysostomosMove my sub prototype CVs to the pad names
2012-09-16 Father ChrysostomosSet PL_comppad_name on sub entry
2012-09-16 Father Chrysostomoslexsub.t: Test state sub defined inside eval
2012-09-16 Father ChrysostomosHonour lexical prototypes
2012-09-16 Father ChrysostomosDon’t mention pkg in proto warnings for lex subs
2012-09-16 Father Chrysostomospad.c: Put unavailability warning in one spot
2012-09-16 Father ChrysostomosUse the same outside logic for mysubs and formats
2012-09-16 Father ChrysostomosFix subroutine unavailability during cloning
2012-09-16 Father Chrysostomos‘Subroutine "&x" is not available’ during compilation
2012-09-16 Father ChrysostomosIn cv_clone, use pad ID to identify mysub outside
2012-09-16 Father ChrysostomosCvOUTSIDE should be strong for lexsub declared in inner...
2012-09-16 Father ChrysostomosUse the right outside for my subs defined in inner...
2012-09-16 Father ChrysostomosFix Peek.t
2012-09-16 Father ChrysostomosPreserve outside pointers of my subs with string eval
2012-09-16 Father ChrysostomosFix up outside pointers for my subs
2012-09-16 Father Chrysostomosperly.y: Remove MYSUB
2012-09-16 Father ChrysostomosCvNAME_HEK_set
2012-09-16 Father ChrysostomosClone my subs on scope entry
2012-09-16 Father Chrysostomoscv_clone: panic for no pad
2012-09-16 Father Chrysostomospad.c: Let S_cv_clone clone stubs
2012-09-16 Father Chrysostomosop.c: Remove proto storage optimisation for lex subs
2012-09-16 Father ChrysostomosAdd clonecv op type
2012-09-16 Father ChrysostomosAdd introcv op type
2012-09-16 Father ChrysostomosLet state sub fwd decls and nested subs work in anons
2012-09-16 Father ChrysostomosAdd proto magic type
2012-09-16 Father ChrysostomosFirst stab at my sub
2012-09-16 Father Chrysostomosop.c:newMYSUB: Pop scope after creating sub
2012-09-16 Father Chrysostomosdump.c: Dump CvNAME_HEK
2012-09-16 Father ChrysostomosRemove & from redef warnings for lex subs
2012-09-16 Father Chrysostomoslexsub.t: Fix another test
2012-09-16 Father ChrysostomosClone state subs in anon subs
2012-09-16 Father Chrysostomosperldiag: closure referents → closure references
2012-09-16 Father ChrysostomosDon’t say ‘variable &foo’ in warnings
2012-09-16 Father Chrysostomoslexsub.t: Fix some tests
2012-09-16 Father ChrysostomosMake pad_fixup_inner_anons cope with closed-over subs
2012-09-16 Father Chrysostomos‘Undefined subroutine &foo called’ for lex subs
2012-09-16 Father Chrysostomosop.c:newMYSUB: inline var used only once
2012-09-16 Father ChrysostomosLexical stubs should not AUTOLOAD
2012-09-16 Father ChrysostomosAllow CVs to point to HEKs rather than GVs
2012-09-16 Father ChrysostomosImplement padcv
2012-09-16 Father ChrysostomosTest state subs
2012-09-16 Father ChrysostomosLook up state subs in the pad
2012-09-16 Father Chrysostomosop.c:newMYSUB: disable stub optimisation
2012-09-16 Father ChrysostomosStore state subs in the pad
2012-09-16 Father Chrysostomoslexsub.t: Add test name, test override from another pkg
2012-09-16 Father ChrysostomosLet barewords look up our subs
2012-09-16 Father Chrysostomostoke.c:yylex:KEY_sub can use PL_tokenbuf to begin with
2012-09-16 Father ChrysostomosMake ‘sub foo{}’ respect ‘our foo’
2012-09-16 Father ChrysostomosFix our sub with proto
2012-09-16 Father ChrysostomosMake do sub() respect our declarations
2012-09-16 Father Chrysostomoslexsub.t: Fix a test
2012-09-16 Father ChrysostomosUse test.pl in lexsub.t
2012-09-16 Father ChrysostomosMake &foo respect our sub
2012-09-16 Father ChrysostomosAllocate ‘our sub’ in the pad
2012-09-16 Father ChrysostomosAdd padcv to Opcode.pm
2012-09-16 Father Chrysostomospadcv op type
2012-09-16 Father ChrysostomosDon’t allow name after our/state sub
2012-09-15 Karl WilliamsonPATCH: [perl #82954] Make "Can't do {n,m} with n >...
2012-09-15 Chris 'BinGOs... Update Sys-Syslog to CPAN version 0.32
2012-09-15 Father ChrysostomosFix build under C++
2012-09-15 Father Chrysostomos[perl #114888] Localise PL_comppad_name in cv_clone
2012-09-15 Father ChrysostomosMake SUPER::method respect method changes in moved pkg
2012-09-15 Father ChrysostomosMake SUPER::method calls work in moved stashes
2012-09-15 Father ChrysostomosMake SUPER:: in main less sensitive
2012-09-15 Father Chrysostomosmethod.t: Add basic tests for SUPER
2012-09-15 Father Chrysostomosmethod.t: Test more method-BLOCK edge cases
2012-09-15 Father Chrysostomoscop.h: Remove obsolete comment
2012-09-15 Father Chrysostomospp_ctl.c:caller: Remove obsolete comment
2012-09-15 Father ChrysostomosPrevent assertion failure with ‘no a a 3’
2012-09-15 Father ChrysostomosIncrease $warnings::VERSION to 1.14
2012-09-15 Father ChrysostomosStop lexical warnings from turning off deprecations
2012-09-15 Father ChrysostomosMake (caller $n)[9] respect std warnings
2012-09-15 Father Chrysostomosperldiag: 13 years for reserved word deprec. is enough
2012-09-15 Father Chrysostomosperldiag: ‘Attempt to free unreffed scalar’ is S
2012-09-15 Father Chrysostomosperlhacktips.pod: readonly ops update (again)
2012-09-15 Father Chrysostomossv.c: %vd printf format microöptimisation
2012-09-15 Father ChrysostomosFix %vd with alpha version
2012-09-15 Father Chrysostomosperldiag: ‘Unbalanced string table’ is a default warning
2012-09-15 Father Chrysostomosperldiag: ‘Scalars leaked’ is a default warning
2012-09-15 Craig A. BerryAdd another include directory for the x2p files on...
2012-09-14 David Mitchell[MERGE] eliminate PL_reginput
2012-09-14 David Mitchellregmatch(): eliminate reginput variable
2012-09-14 David Mitchellregmatch(): remove remaining reads of reginput
2012-09-14 David Mitchellregmatch(): remove reginput from CURLY etc
2012-09-14 David Mitchellregmatch(): remove reginput from CURLYM
2012-09-14 David Mitchellregmatch(): remove reginput from IFMATCH etc
2012-09-14 David Mitchellregmatch(): remove reginput from TRIE_next_fail:
2012-09-14 David Mitchellregmatch(): make PUSH_STATE_GOTO dest explicit
2012-09-14 David Mitchelleliminate PL_reginput
2012-09-14 Nicholas ClarkFix compilation for -DPERL_POISON and -DPERL_OLD_COPY_O...
2012-09-14 Nicholas ClarkFix buggy -DPERL_POISON code in S_rxres_free(), exposed...
2012-09-14 Nicholas ClarkRestore the build under -DPERL_OLD_COPY_ON_WRITE
2012-09-14 Colin KuskieRefactor t/op/push.t to use test.pl instead of making...
2012-09-14 Colin KuskieRefactor t/run/switch0.t to use test.pl instead of...
2012-09-14 Colin KuskieRefactor t/op/overload_integer.t to use test.pl instead...
2012-09-14 Colin KuskieRefactor t/op/exists_sub.t to use test.pl instead of...
2012-09-14 Karl WilliamsonMerge branch for mostly regen/regcharclass.pl into...
2012-09-14 Karl Williamsonutf8.h: Use machine generated IS_UTF8_CHAR()
2012-09-14 Karl Williamsonregen/regcharclass.pl: Add ability to restrict platforms
next