This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-02-28 Chris 'BinGOs... Forgot to update Maintainers.pl for podlators update
2013-02-28 Chris 'BinGOs... Update podlators to CPAN version 2.5.1
2013-02-28 Nicholas ClarkSuppress experimental warning for my $_ in Devel::PPPor...
2013-02-28 James E KeenanMerge branch 'blead' of jkeenan@perl5.git.perl.org...
2013-02-28 James E KeenanLoosen the passing requirement for a regex.
2013-02-28 Karl Williamson\N is no longer experimental
2013-02-27 Steffen MuellerUse native-size integers for some global counters
2013-02-27 H.Merijn BrandAdd documentation on the advantages of perldoc for...
2013-02-27 Rafael Garcia... Note what incrementing the op_type actually does
2013-02-27 James E KeenanMerge branch 'blead' of jkeenan@perl5.git.perl.org...
2013-02-27 Scott Lanningminor perlipc doc fix missing semicolon
2013-02-27 James E KeenanAdd alternate email address for contributor.
2013-02-26 Chris 'BinGOs... Remove /Net from lib/.gitignore
2013-02-26 Chris 'BinGOs... Update Win32 to CPAN version 0.47
2013-02-26 Chris 'BinGOs... The Module-Pluggable version is 4.7 from CPAN
2013-02-26 Chris 'BinGOs... Module-CoreList is at 2.82 on CPAN
2013-02-26 Ricardo SignesRevert "Lookup overloaded assignment operators when...
2013-02-26 Nicholas ClarkReorder the members of struct re_save_state to reduce...
2013-02-26 Nicholas ClarkMerge the refactored S_hsplit() and Perl_hv_ksplit...
2013-02-26 Nicholas ClarkIn Perl_hv_common(), call S_clear_placeholders() directly.
2013-02-26 Nicholas ClarkClarify why hv_common() tries to clear placeholders...
2013-02-26 Nicholas ClarkIn S_hsplit(), replace a for with a do/while, as the...
2013-02-26 Nicholas ClarkReplace the bulk of Perl_hv_ksplit() with a call to...
2013-02-26 Nicholas ClarkTweak S_hsplit() to return early if there are no keys...
2013-02-26 Nicholas ClarkPass the current and desired hash sizes to S_hsplit().
2013-02-26 Nicholas ClarkMove the code handling allocating a new buffer earlier...
2013-02-26 Nicholas ClarkRefactor the loop logic in S_hsplit() and Perl_hv_kspli...
2013-02-26 Nicholas ClarkMove the call to hv_clear_placeholders() from hsplit...
2013-02-26 Yves Ortonignore some files from Module-Pluggable
2013-02-26 Yves OrtonUpgrade Module-Pluggable to v4.7
2013-02-26 Steffen MuellerNote CPAN release for Data::Dumper
2013-02-26 Steffen MuellerUpdate Data::Dumper version and release date
2013-02-26 Steffen MuellerUpdate Data::Dumper changelog
2013-02-26 Nicholas ClarkFix redeclaration compiler errors on EBCDIC
2013-02-25 John GoodyearGet regcomp.c to compile under EBCDIC
2013-02-25 Karl WilliamsonAdd, fix comments
2013-02-25 Karl WilliamsonUnicode/UCD.pm: Fix undef bug
2013-02-25 Yves Ortonunwrap #define argument list for REXEC_TRIE_READ_CHAR
2013-02-25 Karl Williamsonmakedepend.SH: Deal with continuation lines
2013-02-25 Karl Williamsonmakedepend.SH: Preprocessor directives don't have to...
2013-02-25 Karl Williamsonmakedepend.SH: Make compiler errors show correct line...
2013-02-24 Karl WilliamsonMove (?[]) doc to perlrecharclass
2013-02-24 Karl WilliamsonDocument \s change for VT, commit 075b9d7d9a6d4473b240a...
2013-02-24 Karl Williamsonperlintro: Typo and stop verbatim wrapping
2013-02-24 Karl Williamsonperlhacktips: Note existence of regen/unicode_constants.pl
2013-02-23 Craig A. BerryHandle undef values in magic.t on VMS.
2013-02-23 David Mitchelladd array DELETE and EXISTS to perlfunc
2013-02-23 Chris 'BinGOs... Mark v5.17.9 as done in the release schedule
2013-02-23 Chris 'BinGOs... Remove trailing white-space from RMG document
2013-02-22 Karl WilliamsonPATCH: [perl #116899]: jump on uninitialised value
2013-02-22 Karl Williamsonregcomp.c: Rmv comment ref to obsolete regnode
2013-02-22 Nicholas ClarkAbolish STRANGE_MALLOC. Now all malloc()s are considere...
2013-02-21 Aaron Craneperlfunc: clarify that "do $file" isn't really like...
2013-02-21 Rafael Garcia... Update Maintainers.pl for Safe 2.35
2013-02-21 Rafael Garcia... Upgrade to Safe 2.35 from CPAN
2013-02-21 Steve HaySimplify the defintiion of optimization flags in Window...
2013-02-21 Daniel DraganPATCH: [perl #116787] -Ox on Win64 Visual C 64 bit...
2013-02-21 Ricardo Signesadd a missing 5 to the release announcement template
2013-02-20 Chris 'BinGOs... Amend 'new perldelta' advice for Win32
2013-02-20 Chris 'BinGOs... Also skip io/eintr.t on MidnightBSD
2013-02-20 Chris 'BinGOs... Bump to v5.17.10
2013-02-20 Chris 'BinGOs... New perldelta template for v5.17.10
2013-02-20 Chris 'BinGOs... Update epigraphs with the one for v5.17.9
2013-02-20 Chris 'BinGOs... Finalise perldelta with updated module information v5.17.9
2013-02-20 Chris 'BinGOs... Add new release to perlhist
2013-02-20 Chris 'BinGOs... Updated Module::CoreList for v5.17.9
2013-02-20 Chris 'BinGOs... Updated ACKNOWLEDGEMENTS in perldelta
2013-02-20 Ricardo Signessuppress "experimental" warnings for my $_
2013-02-20 Ricardo Signesput an experimental warning on lexical topic
2013-02-20 Ricardo Signesupdate release schedule for a volunteer
2013-02-20 Chris 'BinGOs... Remove more perldelta boilerplate
2013-02-20 Rafael Garcia... Perldelta note for undeprecating my $_
2013-02-20 Rafael Garcia... Un-deprecate the support for lexical $_
2013-02-20 Chris 'BinGOs... Remove boilerplate from perldelta
2013-02-20 Andy Dougherty[perl #72892] Perl should support PERLmmnnLIB environme...
2013-02-20 Steve HaySilence irrelevant stderr output from op/magic.t
2013-02-20 Steve HayFix failing op/magic.t test 157
2013-02-20 Nicholas ClarkEliminate 'swap' from struct regexp_internal.
2013-02-20 Nicholas ClarkRemove the check for SVt_BIND from SvOK().
2013-02-19 Jerry D. Hedden[perl #116865] Upgrade to Thread::Queue 3.02
2013-02-19 Karl Williamsonre/charset.t, re/fold_grind.t: Note C locale can match...
2013-02-19 Karl Williamsonre/charset.t: Make sure locale is loaded at compile...
2013-02-19 Jan DuboisUpdate Win32 to CPAN version 0.46
2013-02-19 Dave RolskyAdd some text on the interoperability of Moose & Moo...
2013-02-19 Dave RolskyAdd a note to the future that they should read the...
2013-02-19 Dave RolskyRun podtidy on perlootut
2013-02-19 Nicholas ClarkRename PL_interp_size_5_16_0 to PL_interp_size_5_18_0.
2013-02-19 Nicholas ClarkRe-order intrpvar.h to minimise holes in the interprete...
2013-02-19 Andy DoughertyFix [perl #116523] Configure is confused by '=' in...
2013-02-19 Rafael Garcia... Silence encoding.pm deprecation warnings in the core...
2013-02-19 Chris 'BinGOs... Updated Changes for Module-CoreList
2013-02-19 Karl Williamsonperldelta for #116322 and #112244
2013-02-19 Karl Williamsondist/IO/IO.xs: Silence compiler warning
2013-02-19 Karl WilliamsonTests for [perl #116322]
2013-02-19 Christian HansenPATCH: [perl #116322]: getc() and ungetc() with unicode...
2013-02-19 Karl WilliamsonSome tests for [perl #112244]
2013-02-19 Leon TimmermansPATCH [perl #112244]
2013-02-19 Ricardo Signesstart making entries for 5.19 releases
2013-02-18 Chris 'BinGOs... Document d8a821fe in perldelta
2013-02-18 Alexandr Ciornii[perl #116809] Upstream status in corelist
next