This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2012-06-13 David MitchellRevert 4 regex commits to ease rebasing
2012-06-13 David MitchellRevert two commits that fix a VOL declaration.
2012-06-13 David Mitchellrevert a trailing whitespace removal
2012-06-13 David MitchellTemporarily revert some lib/overload.t tests
2012-06-13 David MitchellRevert two commits to make rebasing easier
2012-06-13 David MitchellTemporarily remove overload.t changes
2012-06-12 Chris 'BinGOs... Update List-Util to CPAN version 1.25
2012-06-12 Steve HayUse standard gcc names in config_H.gc64's CPPSTDIN...
2012-06-12 Tony Cookdon't override a user supplied prefix on Haiku-OS
2012-06-11 Karl WilliamsonRequire space between regex and following alnum operator
2012-06-11 Karl Williamsonop/eval.t: Change test
2012-06-11 Karl Williamsonperldelta for RT #113584
2012-06-11 Karl WilliamsonPATCH: [perl #113584] tr/// multiple transliterations
2012-06-11 H.Merijn Brandreorganize perlcheat
2012-06-11 Steve HayFix typo in comment
2012-06-11 Steve HayCorrect the comment style of a couple of not #defined...
2012-06-11 Steve HayTrailing whitespace removal
2012-06-11 Steve HayMinGW/gcc does have long long, even for 32-bit builds
2012-06-10 Craig A. BerryInstall all include files on VMS.
2012-06-10 Craig A. BerryOnly export Perl_alloccopstash under threads.
2012-06-10 Karl WilliamsonUnicode::UCD: typo and incorrect recipe in pod
2012-06-09 Steve HayRemove win32/config*.gc64nox
2012-06-09 Steve HayRemove __GNUC__ / _MSC_VER games from win32/config_H.*
2012-06-09 Chris 'BinGOs... Updated perlfaq to CPAN version 5.0150040
2012-06-09 Paul JohnsonQuieten B::Deparse warnings (fixes #113464).
2012-06-09 Michael Schroeder[perl #111610] Trouble with XS-APItest/t/clone-with...
2012-06-09 Reini Urbancflags: clang complains a lot about -Wunused-value...
2012-06-09 Father ChrysostomosAdd alloccopstash provisionally to the API
2012-06-08 Craig A. BerryUpgrade initialization code in vms/vms.c.
2012-06-08 Craig A. BerryRemove pragma about pragma messages.
2012-06-08 Father ChrysostomosConsistent indentation in perlbook
2012-06-08 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.15
2012-06-08 Father ChrysostomosB::Deparse: loopexes have list prec
2012-06-08 Father ChrysostomosConstant folding for x
2012-06-08 Father Chrysostomoscv.h: Add comments
2012-06-08 Father ChrysostomosMake __SUB__ work in special blocks
2012-06-08 Father Chrysostomossv.h: Comment typo
2012-06-08 Craig A. Berrycop_stashoff is an integer, not a pointer.
2012-06-08 Herbert BreunungUpdate perlbook.pod with recent releases
2012-06-08 Karl WilliamsonExperimentally Use Unicode 6.2 beta
2012-06-08 Karl Williamsonmktables: Remove unused $scalar
2012-06-08 Karl Williamsonunicore/README.perl: Make text comments
2012-06-08 Karl Williamsonmktables: Add error check for overloaded &=
2012-06-08 Karl Williamsonmktables: Add &= overload for Range_Lists
2012-06-08 Karl Williamsonmktables: Use control names under -annotate
2012-06-08 Chris 'BinGOs... Sync base in Maintainers.pl with CPAN version
2012-06-08 Father Chrysostomosperldelta for $@=3; warn
2012-06-08 Father Chrysostomosperldelta for -$utf8
2012-06-08 Father Chrysostomosperldelta for -"-10" with gmagic
2012-06-08 Father Chrysostomosperldelta for -$str_with_cached_num
2012-06-08 Father Chrysostomosperldelta for numeric opts, gmg, and 64-bit ints
2012-06-08 Father Chrysostomosperldelta for warn gmagic fixes
2012-06-08 Father Chrysostomosperldelta for prototype($1)
next