This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-07-18 David GoldenUpgraded HTTP-Tiny to CPAN version 0.013
2011-07-18 David MitchellPerl_rpeep: undo tail recursion optimisation
2011-07-18 Nicholas ClarkPL_bincompat_options was missing options that affect...
2011-07-18 Nicholas ClarkIn intrpvar.h, move all the USE_LOCALE_NUMERIC variable...
2011-07-18 Leon BrocardMake Porting/corelist.pl fetch gzipped 02packages.detai...
2011-07-18 Leon BrocardMove Porting/corelist.pl from LWP::Simple/curl/wget...
2011-07-18 Leon BrocardEnable autodie in Porting/corelist.pl
2011-07-18 Reini UrbanActually test cop_*_label
2011-07-18 Father ChrysostomosFix a wrong length in APItest.xs:test_coplabel
2011-07-17 Craig A. BerryBring cop label testing in line with intentions.
2011-07-17 Karl Williamsonperlrecharclass: Nits
2011-07-17 Karl Williamsonperlre: Nits
2011-07-17 Florian RagwitzDual-life Search::Dict
2011-07-17 Chris 'BinGOs... Update Pod-Simple to CPAN version 3.18
2011-07-17 Father Chrysostomosre-indent some tests for readability
2011-07-17 Father ChrysostomosSkip tests sub_lval.t when attributes.pm cannot load
2011-07-17 Father ChrysostomosCorrect skip count in perlio.t
2011-07-17 Father Chrysostomosperldelta update
2011-07-17 Father Chrysostomosporting/rmg: Expand on CoreList version bump
2011-07-17 Father ChrysostomosRename store/fetch_cop_label as cop_*
2011-07-17 Reini UrbanExport store_cop_label for the perl compiler
2011-07-16 Father ChrysostomosClean up magic_methcall docs
2011-07-16 Karl Williamsonperlos2: Fix some link issues
2011-07-16 Karl Williamsonperl5123delta: should have NAME perl5123delta
2011-07-16 Karl Williamsonbasename: Change C<> to L<>
2011-07-16 Karl Williamsonperlbeos: change some C<>'s into F<>'s
2011-07-16 Karl WilliamsonREADME.bs2000: lowercase perlBS200 to unbreak links
2011-07-16 Karl Williamsonperlport: remove perlapollo link
2011-07-16 Karl Williamsonpodcheck.t: Reword instructions slightly
2011-07-16 Father ChrysostomosMore apidoc entries need \n\n before =cut
2011-07-16 Father ChrysostomosImprove wrapping of arguments in perlintern.pod
2011-07-16 David Mitchellre_eval: clear lexicals in the right pad
2011-07-16 Father Chrysostomosav.c: Add blank line before =cut
2011-07-16 Father ChrysostomosWrap argument lists in perl{api,intern}.pod
2011-07-15 Nicholas ClarkAdd PL_valid_types_{IVX,NVX,PVX,RV,IV_set,NV_set} into...
2011-07-15 Nicholas ClarkSort globvar.sym lexically.
2011-07-15 David Mitchellreplace many SvTYPE assertions with lookup tables
2011-07-15 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9108
2011-07-15 David Mitchellensure SVs_PADTMP and SVs_PADTMP not both on
2011-07-15 Nicholas ClarkChange sv_eq_pvn_flags()'s parameter pvlen from I32...
2011-07-15 Father ChrysostomosChange was_lvalue_sub back to X; spell out the only...
2011-07-14 Craig A. BerryA typemap is a file, not a directory.
2011-07-14 Steffen MuellerPerldelta for Dave's short-circuit optimization
2011-07-14 David Mitchellfully short-circuit &&, ||, //
2011-07-14 Nicholas ClarkMake prototypes and declarations for Perl_pad_add_name_...
2011-07-14 Leon BrocardAdd Porting/acknowledgements.pl to generate perldelta...
2011-07-14 David Mitchellreduce size of threads.t test
2011-07-14 Chris 'BinGOs... Added -r option to corelist
2011-07-14 H.Merijn BrandUpdate POD for 'corelist' so that the help page is...
2011-07-14 David Mitchellmake peep optimiser recurse mostly only shallowly
2011-07-14 Nicholas ClarkOnly add Perl_pad_setsv to the list of symbols if ...
2011-07-14 Father Chrysostomos[perl #93324] Don’t autovivify *B:: in Carp
2011-07-14 Father Chrysostomosperldelta update
2011-07-14 Father ChrysostomosAhem, 0fce7163 was not enough
2011-07-13 Florian RagwitzFix a compiler warning
2011-07-13 Florian RagwitzRemove an unused variable
2011-07-13 Florian RagwitzDon't include libutil.h on Linux
2011-07-13 Florian RagwitzDual-life Term::Complete
2011-07-13 Father Chrysostomosperldelta for the SvIsCOW fix
2011-07-13 Father Chrysostomosperldelta for recent SvREADONLY fixes
2011-07-13 Father ChrysostomosMerge UTF8 pad stuff
2011-07-13 Father ChrysostomosFix perlintern links; regen known pod issues
2011-07-13 Father ChrysostomosAdd a test count to fresh_perl_utf8.t
2011-07-13 Father ChrysostomosAdd Brian Fraser to AUTHORS
2011-07-13 Brian FraserThis cleans the "Can't localize lexical variable" error.
2011-07-13 Brian FraserCleaned up warning messages in pad.c, plus related...
2011-07-13 Brian FraserTests for the pad cleanup.
2011-07-13 Brian FraserCleanup of pad fetching and storing. This version norma...
2011-07-13 Brian FraserAdded sv_eq_pvn_flags to pad.c, which will be used...
2011-07-13 Brian FraserPassing the flag to the pad functions in toke.c
2011-07-13 Brian FraserHandling of the flag parameter in Perl_allocmy, instead...
2011-07-13 Brian Fraserpad.c: flags checking for the UTF8 flag when necessary
2011-07-13 Brian Fraserpad.h: Added a padadd_UTF8_NAME flag for pad_add_name_pvn.
2011-07-13 Brian FraserAdded a flags parameter to pad_findlex.
2011-07-13 ZeframAPI tests for pad_findmy_*()
2011-07-13 ZeframAPI test for find_rundefsv()
2011-07-13 ZeframAPIify pad functions
2011-07-12 Florian RagwitzStop buildtoc from generating trailing whitespace
2011-07-12 Florian RagwitzMove perlxs{,tut}.pod into the ExtUtils-ParseXS dist
2011-07-12 Florian RagwitzSkip .xs files in t/ dirs when comparing versions
2011-07-12 Florian Ragwitzpodcheck.t --regen after the ParseXS merge
2011-07-12 Steffen MuellerA perltodone! ExtUtils::ParseXS uses strict
2011-07-12 Steffen MuellerFill in ExtUtils::ParseXS versions in delta
2011-07-12 Steffen MuellerMerge branch 'smueller/eu_typemap' into blead
2011-07-12 Father ChrysostomosIncrease $Storable::VERSION
2011-07-12 Father ChrysostomosMake Internals::SvREADONLY smarter
2011-07-12 Father ChrysostomosMake SvIsCOW honest about globs
2011-07-12 Father ChrysostomosMake it possible to have read-only glob copies
2011-07-12 Steffen MuellerDocument full changeset in ExtUtils::ParseXS
2011-07-12 Steffen MuellerBump ExtUtils::ParseXS version to a dev version
2011-07-12 Steffen MuellerDocument the TYPEMAP XS keyword
2011-07-12 Steffen MuellerDocument the ExtUtils::ParseXS changes in perldelta
2011-07-12 Steffen MuellerAttempt band-aid fix for win32 build failure
2011-07-12 Steffen MuellerAdd is_empty method to EU::Typemaps
2011-07-12 Steffen MuellerUse lower case method name for current_line_number
2011-07-12 Steffen MuellerLose $Fallback global
2011-07-12 Steffen MuellerLose the $Overload global
2011-07-12 Steffen MuellerRemove superfluous global "$errors"
2011-07-12 Steffen MuellerMake $FH no longer a global
2011-07-12 Steffen MuellerFix some error messages
next