This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-12-14 Chris 'BinGOs... Normalise some of the module updates in perldelta
2011-12-14 Chris 'BinGOs... Update Digest-SHA to CPAN version 5.70
2011-12-13 Father Chrysostomosperldelta: Turn one-liner into a block of code
2011-12-13 Father Chrysostomosperldelta up to 1881532246
2011-12-13 Steffen MuellerEU::ParseXS: Silence undefined-value-in-addition warning
2011-12-13 Chris 'BinGOs... Update CPAN-Meta-YAML to CPAN version 0.005
2011-12-13 Ævar Arnfjörð... [RT #78266] Don't leak memory when accessing named...
2011-12-13 Father ChrysostomosAdd Johannes Plunien to AUTHORS
2011-12-13 Johannes PlunienAdd testcase for #78266.
2011-12-13 Johannes PlunienFix #78266: Memory leak with named regexp captures.
2011-12-13 Father ChrysostomosMake scalar() propagate lvalueness
2011-12-12 Karl Williamsonperldelta for is_utf8_string()
2011-12-12 John PeacockSet all version object math ops to noop
2011-12-12 David Mitchellfix make_patchnum.pl branch determination
2011-12-12 Father Chrysostomosperldelta for e7d0a3fbd9 (tying PVMG COWs)
2011-12-12 Father Chrysostomosperldelta up to 0ea03996e7
2011-12-11 Chris 'BinGOs... Update Socket to CPAN version 1.96
2011-12-11 Craig A. BerryRemove explicit support for pre-7.0 VMS and pre-6.0...
2011-12-11 Father ChrysostomosRemove local $_ from Exporter
2011-12-11 Father ChrysostomosIncrease $Exporter::VERSION to 5.66
2011-12-10 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9113
2011-12-10 Karl Williamsonperlguts: nits
2011-12-10 Tony Cookdocument run_multiple_progs
2011-12-10 Tony Cooktest for various fatal messages from op.c
2011-12-10 Tony Cookrefactor croak.t to be data driven (like warnings.t)
2011-12-09 Father ChrysostomosIncrease ExtUtils::Packlist::VERSION to 1.45
2011-12-09 jkeenanCorrect POD formatting error: '=back' should be within...
2011-12-09 Father ChrysostomosIncrease $I18N::LangTags::VERSION to 0.38
2011-12-09 Alexandr Ciorniiupdate link to ISO 639-2
2011-12-09 John PeacockUpdate UNIVERSAL::VERSION POD to reflect reality.
2011-12-09 John PeacockSync up tests with upstream version.pm
2011-12-09 John PeacockUse syntax from perlguts for testing objects
2011-12-09 John PeacockRevert 9bf41c1d to UNIVERSAL::VERSION
2011-12-09 David GoldenFix segfault on overloaded arithmetic assignment
2011-12-09 Nicholas ClarkRemove "support" for using malloc.c outside the perl...
2011-12-09 Nicholas ClarkRemove commented-out "support" for perl's malloc with...
2011-12-09 Nicholas Clarkperl.h can include embed.h in the same location on...
2011-12-09 Nicholas Clarkperl.h doesn't need special cases for x2p, as x2p doesn...
2011-12-09 Nicholas ClarkRemove the obsolete code for NO_EMBED from sdbm.h
2011-12-09 Steve PetersUpdate READMEs and Pod with the updated URLs at lists...
2011-12-09 Shlomi FishMade "c [line_num]" working again.
2011-12-09 Father Chrysostomosperldelta up to e08f19f5d07
2011-12-09 Father ChrysostomosTest out-of-bounds warning with lv substr
2011-12-09 Father Chrysostomosperldelta up to a74fb2cdc8f
2011-12-09 Father Chrysostomosperldelta up to 611272bb8
2011-12-09 Craig A. Berrystat() fix for write but not read permission on a direc...
2011-12-09 Father Chrysostomosperldelta up to 47a0660e68
2011-12-09 Father Chrysostomosperldelta for efcf35c4ce
2011-12-09 Father Chrysostomosperldelta up to c70a25495
2011-12-09 Father Chrysostomosperldelta up to e38acfd7
2011-12-09 Father ChrysostomosRetroactively add newCONSTSUB_flags to 5154delta
2011-12-08 Father Chrysostomos[perl #97476] Deparse not() following the llafr
2011-12-08 Father Chrysostomos[perl #77172] Deparse &{&} as &{&}, not &&
2011-12-08 Father ChrysostomosMore tests for deparsing warn()+1, etc.
2011-12-08 Father Chrysostomos[perl #74740] Deparse -(f()) correctly
2011-12-08 Father ChrysostomosDon’t warn for open local *FH
2011-12-08 Father ChrysostomosDeparse pipe(local *FH, local *FH) correctly
2011-12-08 Father ChrysostomosDeparse (eof)+1 correctly
2011-12-08 Father Chrysostomos[perl #63558] Deparse open local(*FH) correctly
2011-12-08 Father ChrysostomosDeparse dump as CORE::dump
2011-12-08 Father ChrysostomosDeparse filetest ops without llafr
2011-12-08 Father ChrysostomosFix use VERSION test failures under PERL_UNICODE
2011-12-08 Father ChrysostomosDeparse CORE::do+{} and CORE::do({}) correctly
2011-12-08 Father ChrysostomosFix deparsing of "" =~ <any OPf_SPECIAL op>
2011-12-08 Father ChrysostomosDeparse.pm: More functions that do not follow llafr
2011-12-08 Father Chrysostomos[perl #77096] Deparse return and do without llafr
2011-12-08 Father Chrysostomosdeparse.t: Add bug number
2011-12-08 Father Chrysostomos[perl #47361] Deparse do +{} and do({}) correctly
2011-12-08 Nicholas ClarkCorrect a bug in the previous commit (bb35dd48)
2011-12-07 Nicholas Clarkbisect-runner.pl now builds 42 more 5.005_5x releases.
2011-12-07 Nicholas ClarkTeach bisect-runner.pl how to build a significant PERL_...
2011-12-07 Nicholas Clarkbisect-runner.pl must patch an incorrect use of eaccess...
2011-12-07 Father ChrysostomosFix ext/B/t/f_map.t failure
2011-12-07 Chris 'BinGOs... Update ExtUtils-ParseXS to CPAN version 3.07
2011-12-07 Father Chrysostomos[perl #47359] Deparse method {$object} correctly
2011-12-07 Father ChrysostomosDeparse: detect hh changes properly
2011-12-07 Father ChrysostomosAdjust docs to match new ver decl behaviour
2011-12-07 Father ChrysostomosDeparse funny keys/values in hh properly
2011-12-07 Father ChrysostomosFix up ext/B/t for strict.pm changes
2011-12-07 Father ChrysostomosFix deparsing of undefined hint hash values
2011-12-07 Father Chrysostomosuse 5.xxx: Don’t load feature.pm unnecessarily
2011-12-07 Father Chrysostomosmore tests for partial strictures and ver decls
2011-12-07 Father ChrysostomosImplement new ‘use 5.xxx' plan
2011-12-07 Father ChrysostomosDocument :default feature bundle
2011-12-07 Father ChrysostomosAdd :default feature bundle
2011-12-07 Nicholas Clarkbisect-runner.pl should skip the testcase if it fails...
2011-12-07 Nicholas ClarkPorting/expand-macro.pl needs to avoid "macro redefined...
2011-12-07 Chris 'BinGOs... Sync versions in Maintainers.pl for Safe and ExtUtils...
2011-12-06 Father ChrysostomosIncrease perl5db.pl’s version to 1.35
2011-12-06 Father ChrysostomoscmpVERSION.pl: Check lib/*.pl, too
2011-12-06 Rafael Garcia... Upgrade to Safe 2.30
2011-12-06 Father Chrysostomosperlfunc/substr: Don’t mention dev release
2011-12-06 Father ChrysostomosDocument substr lv with negative offset
2011-12-06 Father ChrysostomosUpdate eval docs for list context fix
2011-12-06 Father Chrysostomos[perl #80630] Make eval"" return empty list for syntax...
2011-12-06 Father ChrysostomosDon’t LEAVE_with_name("evalcomp") for syntax errors
2011-12-05 Alexandr Ciornii|| instead of "or" (perl#78708)
2011-12-05 Father ChrysostomosPut optimised substr assignment in void context
2011-12-05 Ricardo Signesfix some foibles in perlintro.pod
2011-12-04 Chris 'BinGOs... Update IO-Compress to CPAN version 2.045
next