platform/upstream/perl.git
2013-07-28 David Mitchellpp_match(): remove ret_no label
2013-07-28 David Mitchellpp_match(): combine intuit and regexec branches
2013-07-28 David Mitchellpp_match(): refactor intuit-only code
2013-07-28 David Mitchellpp_match(): minor refactor: consolidate RETPUSHYES
2013-07-28 David Mitchellpp_match(): factor out some common code
2013-07-28 David Mitchellre-enable intuit-only matches
2013-07-28 David Mitchelladd Perl_reg_set_capture_string() function
2013-07-28 Father Chrysostomosperl5191delta: deep recursion warnings (07b2687d2/...
2013-07-26 Father Chrysostomos[Merge] Constants, inlined subs, TARGs, ...
2013-07-26 Father ChrysostomosVersion number tweaks in tests and other cleanup
2013-07-26 Father Chrysostomospad.c apidocs: Clarify use of &PL_sv_no
2013-07-26 Father ChrysostomosFix up IO::Compress tests
2013-07-26 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.55
2013-07-26 Father ChrysostomosStop op freeing from interfering with sub(){42} mutability
2013-07-26 Father Chrysostomosfresh_perl.t: Make the test for #3066 more explicit
2013-07-26 Father ChrysostomosMake overloaded constants always read-only
2013-07-26 Father ChrysostomosDon’t check IS_PADCONST in pad.c:pad_alloc
2013-07-26 Father Chrysostomospad.c: Don’t copy shared hash key targets when cloning
2013-07-26 Father ChrysostomosStop shared hash key TARGs from being shared
2013-07-26 Father Chrysostomos[perl #79908] Stop sub inlining from breaking closures
2013-07-26 Father ChrysostomosMake sub(){42} return a mutable value
2013-07-26 Father ChrysostomosTweak optree_constants.t for inlined list consts
2013-07-26 Father ChrysostomosUpdate constant.pm to reflect list inlinement
2013-07-26 Father ChrysostomosInline list constants
2013-07-26 Father Chrysostomosconstant.pm: Make list constants read-only
2013-07-26 Father ChrysostomosAllow stash elems to be array refs
2013-07-26 Father ChrysostomosIncrease $constant::VERSION to 1.28
2013-07-26 Father ChrysostomosStop constant.pm from (ab)using subs for scalars
2013-07-26 Father Chrysostomos[perl #78194] Make re-evals copy PADTMPs
2013-07-26 Father Chrysostomos[perl #78194] Make sort copy PADTMPs
2013-07-26 Father Chrysostomos[perl #78194] Make x copy PADTMPs in lv cx
2013-07-26 Father Chrysostomos[perl #78194] Make list slices copy PADTMPs in lv cx
2013-07-26 Father ChrysostomosStop folding of ops from changing mutability
2013-07-26 Father Chrysostomos[perl #78194] Make foreach copy pad tmps
2013-07-26 Father ChrysostomosCorrect list.t descr in MANIFEST
2013-07-26 Father Chrysostomos[perl #3105] Make 1..3 modification safe
2013-07-26 Father Chrysostomosconstant.t: Correct version
2013-07-26 Father Chrysostomos[perl #78194] Make sub calls copy pad tmps
2013-07-26 Father ChrysostomosIncrease $OptreeCheck::VERSION to 0.10
2013-07-26 Father Chrysostomos[perl #78194] Make grep/map copy pad tmps
2013-07-26 Father Chrysostomospad.c: cast before comparing signed with unsigned
2013-07-26 Father Chrysostomosop.c: Stop copying constants under ithreads
2013-07-26 Father Chrysostomospad.c: Expand pad_push SVf_READONLY explanation
2013-07-26 Father Chrysostomospad.c: Use &PL_sv_no for const pad names
2013-07-26 Father ChrysostomosRe(mov|writ)e two comments from pad.c:pad_alloc
2013-07-26 Father Chrysostomosop.c:S_fold_constants: Add assertion
2013-07-26 Father ChrysostomosChange the tests for #3105 into to-dos
2013-07-26 Father ChrysostomosTest readonliness of overload constants
2013-07-26 Father ChrysostomosTo-do test for #109746
2013-07-26 Father ChrysostomosTest (im)mutability of constants and constant-like...
2013-07-26 Father ChrysostomosTest !0 and !1 immutability and singletonness
2013-07-26 Father ChrysostomosTest that literal numbers and strings are read-only
2013-07-26 Father ChrysostomosTo-do tests for perl #78194
2013-07-26 Father Chrysostomosref.t: To-do test for retvals of folded ops
2013-07-26 Father Chrysostomossub.t: To-do test for recursive shared-hash-keys TARGs
2013-07-26 Tony Cookperldelta for d7d11da6a3
2013-07-26 Tony Cook[perl #39739] Exporter::Heavy ignores custom $SIG{__WAR...
2013-07-26 Tony Cookbump $Exporter::VERSION (and hence $Exporter::Heavy...
2013-07-26 Tony Cook[perl #39739] Exporter::Heavy ignores custom $SIG{__WAR...
2013-07-26 Tony Cook[perl #39739] TODO test for Exporter respecting warning...
2013-07-26 Tony Cooklet Porting/cmpVERSION.pl know Exporter was moved to...
2013-07-24 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 6.72
2013-07-24 Chris 'BinGOs... Update Module-CoreList MANIFEST to include Utils.pm
2013-07-24 Karl Williamsonperlopentut: Fit verbatim lines into 79 columns
2013-07-24 David Mitchellperlvar.pod: add a separate section on $& et al
2013-07-24 David MitchellEnglish.pm: update perl version where perf fixed
2013-07-24 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 6.70
2013-07-24 Nicholas ClarkMerge work automating generation of lib/.gitignore...
2013-07-24 Nicholas ClarkGenerate the lib/ cleanup rules in the Win32 Makefiles...
2013-07-24 Nicholas ClarkGenerate the lib/ cleanup rules in Makefile.SH automati...
2013-07-24 Nicholas ClarkRe-order clean-up rules to give a line for regen/lib_cl...
2013-07-24 Nicholas ClarkRemove the EXTUTILSDIR macro from the Win32 makefiles.
2013-07-24 Nicholas ClarkDelete obsolete clean rules from Makefile.SH
2013-07-24 Nicholas ClarkMove process() from Porting/pod_rules.pl to Porting...
2013-07-24 Nicholas ClarkSome tidying of Porting/pod_rules.pl
2013-07-24 Nicholas ClarkExtract the main processing loop of Porting/pod_rules...
2013-07-24 Nicholas ClarkMove verify_contiguous() from Porting/pod_rules.pl...
2013-07-24 Nicholas ClarkRefactor the use of verify_contiguous() in pod_rules.pl
2013-07-24 Nicholas ClarkRemove 3 redundant lines from .gitignore
2013-07-24 Nicholas ClarkGenerate lib/.gitignore from MANIFEST.
2013-07-24 Nicholas ClarkOn failure, regen_lib.pl now generates diagnostics...
2013-07-24 Nicholas ClarkMove all the "special case" build products from lib...
2013-07-24 Nicholas ClarkMake .gitignore and lib/.gitignore more consistent.
2013-07-24 Nicholas ClarkPrune some .gitignore files.
2013-07-24 Tony Cookperldelta for ea382fac4c7
2013-07-24 Tony Cook[perl #118995] Fix bigrat's $MBI configuration
2013-07-24 Tony Cook[perl #118955] bump $bignum::VERSION to 0.36
2013-07-24 Nathan TrapuzzanoInitialize BigInt's $MBI correctly with "use bigrat...
2013-07-24 Nicholas ClarkRefactor t/porting/regen.t to check everything (and...
2013-07-24 Nicholas ClarkSyntax check regen/uconfig_h.pl using t/porting/utils.t
2013-07-24 Chris 'BinGOs... Missed this when updating Module-Build
2013-07-24 Tony Cookperldelta for ab5c89ab2
2013-07-24 Tony Cook[perl #118907] Do not call DESTROY on empty objects...
2013-07-24 Tony Cook[perl #118907] bump $Storable::VERSION
2013-07-24 Tony Cook[perl #118907] fix some issues with patch
2013-07-24 Vladimir TimofeevRestore Storable speed after previous fix.
2013-07-24 Vladimir TimofeevDo not call DESTROY for empty objects
2013-07-24 Tony Cook[perl #118923] Add some edge cases to join.t
2013-07-24 Tony Cookjoin() with an empty list and undef separator may not...
2013-07-24 Tony Cookadd Victor Efimov to AUTHORS
next