This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-05-10 H.Merijn BrandSync Config::Perl::V with release 0.26
2016-05-10 Chris 'BinGOs... Update Archive-Tar to CPAN version 2.06
2016-05-10 Chris 'BinGOs... Update perlfaq to CPAN version 5.021011
2016-05-10 Chris 'BinGOs... Update Locale-Codes to CPAN version 3.38
2016-05-10 David Mitchell[MERGE] disallow 'require ::Foo::Bar' etc
2016-05-10 David Mitchellload-module.t: re-indent and add some comments.
2016-05-10 David Mitchellmake 'require ::Foo::Bar' die
2016-05-10 Nicholas ClarkValidate the 'require Bare::Word' pathname.
2016-05-10 Nicholas ClarkTreat require ::foo::bar; the same as foo::bar;
2016-05-10 David Mitchellreindent S_require_version()
2016-05-10 David MitchellSplit the guts of pp_require into two static fns
2016-05-10 Yves Ortonfix #128109 - do not move RExC_open_parens[0] in reginsert
2016-05-10 Yves Ortonfix #128085 - SIGSEGV in S_regmatch with S_study_chunk...
2016-05-10 Tony Cook(perl #127923) add blacklists/whitelists to Locale...
2016-05-10 Tony Cook(perl #127923) note priority between the white and...
2016-05-10 Tony Cook(perl #127923) pass porting tests
2016-05-10 John LightseyAdd blacklist and whitelist support to Locale::Maketext.
2016-05-10 Tony Cookperldelta for e71f25b35412
2016-05-10 Jim Cromiefix make test failures in -Accflags=-DPERL_TRACE_OPS
2016-05-10 Tony Cookperldelta for 23695c073f41
2016-05-10 Niko TyniFix the Configure escape with usecrosscompile but no...
2016-05-09 Jarkko HietaniemiUpdate to IPC-SysV 2.07 from CPAN
2016-05-09 Andreas VoegeleFix test failure in lib/perl5db.t when mandoc is installed
2016-05-09 Karl Williamsonlocale.c, sv.c: Add, fix some comments
2016-05-09 Karl Williamsonlocale.c: Some nano-optimizations
2016-05-09 Karl Williamsonlocale.c: Clarify a debugging statement
2016-05-09 Karl WilliamsonPOSIX.pod: Add some caveats about strcoll(), strxfrm()
2016-05-09 Craig A. BerryFinish mathomizing Perl_instr.
2016-05-09 Karl WilliamsonReinstate "Make instr() a macro"
2016-05-09 Karl WilliamsonRequire literal '{' in patterns to be escaped
2016-05-09 Karl Williamsonext/B/t/OptreeCheck.pm: Escape literal pattern '{'
2016-05-09 Karl WilliamsonMake deprecated qr//xx fatal
2016-05-09 Karl WilliamsonRemove deprecated literal control char variable names
2016-05-09 Karl Williamsontoke.c: Fix comment
2016-05-09 Karl WilliamsonStop accepting deprecated NBSP in \N{}
2016-05-09 Karl Williamsonmktables: Don't destroy a data structure too soon.
2016-05-09 Karl Williamsonmktables: Add info under -annotate option
2016-05-09 Karl Williamsonmktables: Add stack trace facility
2016-05-09 Yves OrtonCall PERL_ASYNC_CHECK when we backtrack in the regex...
2016-05-09 Aaron Crane[perl #127877] Emit undef warning on sassign+concat
2016-05-09 Ricardo Signesepigraphs: add v5.24.0-related epigraphs
2016-05-09 Chris 'BinGOs... M-CL now 5.20160507 on CPAN
2016-05-09 Aaron CranePorting/release_schedule.pod: fix typo
2016-05-09 Ricardo Signesupdate release schedule
2016-05-09 Ricardo Signescorelist: update for v5.25.1
2016-05-09 Ricardo Signesperldelta: new v5.25.1 perldelta
2016-05-09 Ricardo Signesbump version to v5.25.1: now open for business
2016-05-09 Ricardo Signesfeature.pm: add the v5.25 bundle v5.25.0
2016-05-09 Ricardo Signescorelist: update for v5.25.0
2016-05-09 Ricardo Signesregen: make regen!
2016-05-09 Ricardo SignesMETA.json: regenerate for v5.25.0
2016-05-09 Ricardo Signesperlhist: add v5.25.0 block
2016-05-08 Ricardo Signesperldelta: add perl5250delta
2016-05-08 Ricardo Signesbump version to v5.25.0
2016-05-08 Ricardo Signesfinal commit for v5.24.0! v5.24.0
2016-05-08 Ricardo Signesperldelta: add Data::Alias to known broken list
2016-05-07 Ricardo Signesperldelta: known problems
2016-05-05 Ricardo SignesCoreList: fix release date on v5.24.0
2016-05-04 Ricardo SignesRC5: bump release date out for v5.24.0 v5.24.0-RC5
2016-05-03 Ricardo Signescorelist: fix a typo
2016-05-03 Ricardo Signespatchlevel, perlhist: another day, another RC
2016-05-03 David MitchellRT #127855] Slowdown in m//g on COW strings
2016-05-03 David Mitchelltest lexical $foo = "$foo"
2016-05-03 David MitchellRevert "fix #127855, in Perl_sv_setpvn() we have to...
2016-05-03 David MitchellRevert "More generalized fix for #127855"
2016-05-02 Ricardo Signesperldelta: update module versions v5.24.0-RC4
2016-05-02 Ricardo Signescorelist: bump version past v5.22.2
2016-05-02 Ricardo Signesprepare v5.24.0-RC4
2016-05-02 jdheddenMaintainers.pl: bump versions for threads dists
2016-04-30 reneebperllol: remove docs about the removed autoderef feature
2016-04-30 Ricardo Signescorelist: updated for threads libraries
2016-04-30 Ricardo SignesThread-Queue: bump version (again) because content...
2016-04-30 Ricardo Signesthreads: bump version (again) because content changed
2016-04-30 jdheddenUpgrade to Thread::Queue 3.08
2016-04-30 jdheddenUpgrade to threads::shared 1.51
2016-04-30 jdheddenUpgrade to threads 2.06
2016-04-30 Ricardo Signescorelist: updated for File::Copy doc updates
2016-04-30 Dominic HargreavesAdd cross-reference to perldata in scalar's documentation origin/dom/doc-fixes
2016-04-30 Dominic Hargreavesperlrun: note the existence of find's -delete switch
2016-04-30 Dominic HargreavesBump $File::Copy::VERSION
2016-04-30 Dominic HargreavesFile::Copy: add a warning about flushing writes
2016-04-30 Dominic Hargreavesperl.pod: @INC is being displayed as intended
2016-04-29 Steve HayTick off 5.22.2
2016-04-29 Steve Hay5.22.2 today
2016-04-29 Steve HayImport 5.22.2's perldelta
2016-04-29 Steve HayImport 5.22.2's Module::CoreList data
2016-04-28 Jim Cromietrivial s/or/of/ doc patch
2016-04-28 Ricardo Signesperlpolicy: add Sawyer X to list moderators
2016-04-26 Ricardo Signesbump version to v5.24.0-RC3 v5.24.0-RC3
2016-04-26 Niko Tynicorelist: silence deep recursion warning with %version
2016-04-26 Aristotle PagaltzisRemove some data detritus from CoreList
2016-04-26 Aristotle PagaltzisDocument exports policy within POSIX
2016-04-26 Aristotle PagaltzisCorrect lround situation comment in POSIX
2016-04-23 Ricardo Signesbump perl version to v5.24.0-RC2 v5.24.0-RC2
2016-04-23 Ricardo Signescorelist: update Time::HiRes for v5.24.0
2016-04-23 Jarkko HietaniemiSynchronize with CPAN Time-HiRes 1.9733
2016-04-23 Karl Williamsonlib/perl5db.pl: Fix pod error.
2016-04-23 Jarkko HietaniemiApple Xcode / clang version updates and additions
2016-04-23 Jarkko Hietaniemidarwin (OS X) hints comments alignment
2016-04-23 Jarkko HietaniemiTime-HiRes version bump
next