This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-06-15 Father ChrysostomosAdd Rhesa Rozendaal to AUTHORS
2012-06-15 Father Chrysostomosop.c:utilize: don't allocate pegop if !PL_madskills
2012-06-15 Father ChrysostomosLet hints.t run at the top level
2012-06-15 Father ChrysostomosTests for perl #94476
2012-06-15 Father Chrysostomosconfigpm: comment typo
2012-06-15 Father ChrysostomosDon’t call mro_method_changed_in after newCONSTSUB
2012-06-15 Father ChrysostomosDon’t create pads for sub stubs
2012-06-15 Father Chrysostomosop.c:newPROG: Remove questionable comment
2012-06-15 Father ChrysostomosUse assertions for /* NOT REACHED */
2012-06-15 Father Chrysostomossv.h: Move comment just before struct it describes
2012-06-15 Father Chrysostomosperl.c: Clarify comment
2012-06-15 Father ChrysostomosRmv mro_method_changed_in call on stub upgraded to...
2012-06-15 Father Chrysostomosgv.c: Don’t repeat GvSVn
2012-06-15 Father Chrysostomosperl.c:get_cvn_flags: Move a comment where it belongs
2012-06-15 Father Chrysostomosgv.c: Remove mro_method_changed_in() from gv_init
2012-06-15 Father Chrysostomosgv.c: Don’t ENTER/LEAVE unnecessarily
2012-06-15 Nicholas ClarkFix small Pod error introduced by commit c5e3e317152223ae.
2012-06-15 Jesse Luehrsclean up documentation for sync-with-cpan
2012-06-15 Ricardo Signesadd Abigail to the release schedule
2012-06-15 Chris 'BinGOs... Updated Test-Harness to CPAN version 3.25
2012-06-15 Chris 'BinGOs... Updated CPAN-Meta to CPAN version 2.120921
2012-06-15 Chris 'BinGOs... Dual lifed CPAN-Meta-Requirements 2.122 as a prereq...
2012-06-15 Chris 'BinGOs... Update Module-Build to CPAN version 0.40
2012-06-15 Chris 'BinGOs... Updated CPANPLUS to CPAN version 0.9130
2012-06-15 Chris 'BinGOs... Updated HTTP-Tiny to CPAN version 0.021
2012-06-15 Chris 'BinGOs... Updated Parse-CPAN-Meta to CPAN version 1.4404
2012-06-15 Chris 'BinGOs... Updated CPAN-Meta-YAML to CPAN version 0.008
2012-06-15 Chris 'BinGOs... Updated IPC-Cmd to CPAN version 0.78
2012-06-15 Chris 'BinGOs... Updated File-Fetch to CPAN version 0.34
2012-06-15 Chris 'BinGOs... Updated Module-Load-Conditional to CPAN version 0.50
2012-06-15 Chris 'BinGOs... Updated Object-Accessor to CPAN version 0.44
2012-06-15 Chris 'BinGOs... Update Params-Check to CPAN version 0.36
2012-06-15 Chris 'BinGOs... Update Archive-Extract to CPAN version 0.60
2012-06-15 Chris 'BinGOs... Update Archive-Tar to CPAN version 1.86
2012-06-15 David Mitchellperldelta: tweak minor thinko
2012-06-15 David Mitchellpoint out another use for //o
2012-06-15 David MitchellRemove RXf_UTF8 from perlreapi
2012-06-15 David MitchellProperly restore PL_curcop after /(?{})/
2012-06-15 Steve HayAdd TODO note about unresolved aspects of RT #113536
2012-06-15 Steve HayUpdate checkAUTHORS.pl for 4f46e52b00
2012-06-15 Steve HayMinor fix-ups to 4f46e52b00
2012-06-15 Karthik RajagopalanUse GetEnvironmentStringsW(..) instead of GetEnvironmen...
2012-06-14 David Mitchellrun-time /(?{})/: fix an buffer overrun
2012-06-14 David MitchellMerge re_eval jumbo fix branch into blead
2012-06-14 David Mitchellsilence picky C compiler warning
2012-06-14 David Mitchellupdate docs for (?{}) jumbo fix
2012-06-13 David Mitchelllet B know about new op_code_list field
2012-06-13 David Mitchellregmatch(): avoid 'may be used uninitialized' msg
2012-06-13 David Mitchellpropagate /msix and (?msix) etc flags into (??{})
2012-06-13 David Mitchelltest that code within /(?{})/ etc is optimised
2012-06-13 David Mitchelladd tests for (?{ return foo })
2012-06-13 David Mitchellun-TODO recursive split test
2012-06-13 David Mitchelladd test for /(??{exit})/
2012-06-13 David Mitchellavoid 'unescaped left brace' warnings
2012-06-13 David MitchellAvoid braces warning in regen_perly.pl
2012-06-13 David Mitchellre-apply temporarily remove overload.t changes
2012-06-13 David Mitchelladd tests for $1 modified compiling code block
2012-06-13 David Mitchelladd tests that (?{}) etc called in scalar context
2012-06-13 David Mitchellhandle (??{}) returning an overloaded value
2012-06-13 David Mitchellhandle weird/undef (?{}), (??{}) return value
2012-06-13 David Mitchellsimply 'use bytes' handling of (??{})
2012-06-13 David Mitchellfurther simplify (??{}) return code
2012-06-13 David Mitchellsimplify the return code in (??{})
2012-06-13 David Mitchellremove invalid assertion in (??{}) return code
2012-06-13 David Mitchellpropagate 'use re eval' into return from (??{})
2012-06-13 David Mitchellsave paren positions when running (?{}) code
2012-06-13 David Mitchellfix refcount of rex attached to PL_reg_curpm
2012-06-13 David Mitchellperlreapi: fix documentation on last(close)?paren
2012-06-13 David MitchellRemove redundant comment.
2012-06-13 David Mitchellremove some redundant code from CURLY rex ops
2012-06-13 David Mitchell$+ and $^N not always correct on backtracking
2012-06-13 David Mitchellreduce size of struct regmatch_state
2012-06-13 David Mitchellregcppush(): don't bother saving each paren number
2012-06-13 David Mitchellset PL_reg_starttry correctly
2012-06-13 David Mitchellpp_match(): clarify intuit parens behaviour
2012-06-13 David MitchellS_regcppush/pop : don't save PL_reginput
2012-06-13 David Mitchellimprove -Mre=Debug,BUFFERS debugging
2012-06-13 David Mitchellmake regexp_paren_pair.start_tmp an offset
2012-06-13 David Mitchelleliminate PL_reg_start_tmp, PL_reg_start_tmpl
2012-06-13 David Mitchelleliminate PL_reglast(close)?paren, PL_regoffs
2012-06-13 David Mitchellmake Perl_... and my_re_op_compile sigs match
2012-06-13 David Mitchellmake perl build again on non-DEBUGGING builds
2012-06-13 David Mitchellmake calling of /(?{}) code blocks correct
2012-06-13 David Mitchellmake is_bare_re bool. not int in re_op_compile
2012-06-13 David Mitchellmake OP_REGCRESET only for taint handling
2012-06-13 David MitchellS_doeval(): saveop can never be null now
2012-06-13 David Mitchellreindent S_doeval() following a code purge.
2012-06-13 David Mitchelleliminate sv_compile_2op, sv_compile_2op_is_broken
2012-06-13 David Mitchelleliminate OP_4tree type
2012-06-13 David Mitchellrename and simplify PL_reg_eval_set
2012-06-13 David Mitchelleliminate RExC_seen_evals and RExC_rx->seen_evals
2012-06-13 David Mitchelleliminate PL_reginterp_cnt
2012-06-13 David Mitchelleliminate REG_SEEN_EVAL
2012-06-13 David Mitchelladd some more tests for PL_cv_has_eval
2012-06-13 David Mitchellpat_re_eval.t; test "use re 'eval'"
2012-06-13 David Mitchellbump re.pm version number
2012-06-13 David Mitchellensure regex evals report the right location
2012-06-13 David MitchellFix up runtime regex codeblocks.
2012-06-13 David Mitchellpmruntime: make more use of Perl_re_op_compile
2012-06-13 David Mitchellfree PL_regex_padav later
next