This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2012-06-13 David Mitchellimprove skipping of regex [..] char class in toker
2012-06-13 David Mitchelladd PMf_USE_RE_EVAL flag
2012-06-13 David Mitchellskip re_eval leak test under -Dmad
2012-06-13 David Mitchellmark a var as volatile to avoid longjmp warning
2012-06-13 David Mitchellre-enable some threaded regex TODO tests
2012-06-13 David Mitchellmake _REGEXP_COMMON work under win32
2012-06-13 David Mitchellre/pat_re_eval.t: tidy some 'use re eval' tests
2012-06-13 Father Chrysostomos[perl #108780] Make /foo$qr/ work under ‘no overloading’
2012-06-13 Karl Williamsonregcomp.c: Silence valgrind warning
2012-06-13 David Mitchellundo temporarily reverted lib/overload.t tests"
2012-06-13 David Mitchelladd tests for regex recompilation
2012-06-13 David Mitchellforce recompiling of regex where closures matter
2012-06-13 David Mitchellfix =/== typo in ext/re/t/regop.t
2012-06-13 David Mitchelladd op_comp field to regexp_engine API
2012-06-13 David Mitchellre_op_compile(): merge the two 'eq old_re' checks
2012-06-13 David Mitchellpat_re_eval.t: reduce scope of 'use re eval'.
2012-06-13 David Mitchellpat_re_eval.t: remove 'no warnings'
2012-06-13 David Mitchelladd more tests for embedded qr// and code blocks
2012-06-13 David Mitchellre_op_compile(): split flags into two arguments
2012-06-13 David Mitchellre_op_compile(): rename pm_flags to rx_flags
2012-06-13 David Mitchelladd PMf_IS_QR flag
2012-06-13 David Mitchellfix scanning for code blocks
2012-06-13 David Mitchelltidy up the description of re_op_compile()
2012-06-13 David Mitchellpreserve code blocks in interpolated qr//s
2012-06-13 David Mitchellin re_op_compile(), keep code_blocks for qr//
2012-06-13 David Mitchellpp_regcomp(): fix refcnt issue with qr_anoncv
2012-06-13 David Mitchellpm_runtime(): tidy some local vars
2012-06-13 David Mitchellhandle /$not_utf8(?{...})$utf8/
2012-06-13 David Mitchellinline S_get_pat_and_code_indices()
2012-06-13 David Mitchellfix dumping of PMf_CODELIST_PRIVATE flag
2012-06-13 David Mitchell"don't recompile pattern" check: account for UTF8
2012-06-13 David Mitchellre_op_compile: recalc code indexes on utf8 upgrade
2012-06-13 David Mitchellin re_op_compile, change code_blocks[].end offset
2012-06-13 David Mitchellpp_regcomp(): fix casting issue from prev commit
2012-06-13 David MitchellHandle literal code blocks in runtime regexes
2012-06-13 David Mitchellre_op_compile(): rejig code-block handling code
2012-06-13 David Mitchellre_op_compile(): refactor some code
2012-06-13 David Mitchellremove target from REGCOMP op
2012-06-13 David MitchellMove bulk of pp_regcomp() into re_op_compile()
2012-06-13 David Mitchelladd PMf_CODELIST_PRIVATE flag
2012-06-13 David Mitchellremove private flag 1 from OP_REGCOMP
2012-06-13 Father ChrysostomosFix =~ $str_overloaded (5.10 regression)
2012-06-13 David Mitchelladd volatile decl to fix previous commit
2012-06-13 Karl WilliamsonPATCH: [perl #101940]: BBC Tk
2012-06-13 Karl Williamsonregcomp.c: Use no_mg for 2nd fetch of pattern
2012-06-13 David Mitchellpp_regcomp: dopn't special-case n->1 arg folding
2012-06-13 David Mitchellpp_regcomp: split overloading and concat tasks
2012-06-13 David Mitchellchange re_op_compile() to take a list of SVs
2012-06-13 David Mitchellfix for overload/stringfy and pp_regcomp
2012-06-13 David Mitchellunlink re_eval code blocks from op list
2012-06-13 David MitchellIn Perl_re_op_compile, make a var volatile
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-13 David MitchellIgnore code blocks within /[...]/
2012-06-13 David Mitchellmake recent re_eval changes compile under -Dmad
2012-06-13 David MitchellMostly complete fix for literal /(?{..})/ blocks
2012-06-13 David Mitchelladd Perl_re_op_compile function
2012-06-13 David Mitchelladd Perl_current_re_engine() function
2012-06-13 David Mitchellre_eval and closures: add lots of TODO tests
2012-06-13 David Mitchellfix the descriptions for pregcomp/re_compile
2012-06-13 David Mitchelldisable lexing of (?{}) within \Q, \U etc
2012-06-13 David Mitchellupdate diagnostics message
2012-06-13 David Mitchellmake re_evals be seen by the toker/parser
2012-06-13 David Mitchellcorrect comment about how strings are tokenised
next