This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2015-11-15 Steve HayAdd epigraph for 5.22.1-RC2
2015-11-15 Steve HayPerl 5.22.1-RC2 today
2015-11-15 Steve HayRevert "Module::CoreList updates for 5.22.1"
2015-11-14 Karl WilliamsonPATCH: [perl #126615] Segfault/assert fail with regex_sets
2015-11-14 Jarkko HietaniemiAppease the gods of stupid tests.
2015-11-14 Jarkko HietaniemiSome more threads.xs comments, courtesy jhedden
2015-11-14 Jarkko HietaniemiDocument S_ithread_run lock+unlock in more detail,...
2015-11-13 Ricardo SignesPathTools: new CPAN release
2015-11-13 Ricardo Signesbase: no longer works on v5.6, require v5.8
2015-11-11 Dagfinn Ilmari... Include the error message on IPC::Open3 exec() failure
2015-11-11 Tony Cook[perl #126325] don't read past the end of the source...
2015-11-10 Tony Cookfix symbian XS too, missed this when checking over...
2015-11-10 Reini UrbanXSLoader 0.21: use dl_find_symbol 3rd optional argument
2015-11-10 Reini UrbanDynaLoader: extend t/DynaLoader.t to be run from basedi...
2015-11-10 Reini UrbanDynaLoader/dl_*.xs: Define all PERL_IN_DL_*_XS markers
2015-11-10 Reini UrbanDynaLoader 1.36 dl_find_symbol add 3rd optional argument
2015-11-10 David Mitchell[MERGE] faster arithmetic
2015-11-10 David Mitchellsplit pp_postdec() from pp_postinc() and improve
2015-11-10 David Mitchellsplit pp_predec() from pp_preinc() and improve
2015-11-10 David Mitchellfaster add, subtract, multiply
2015-11-10 David Mitchellmake SETi/u/n, (X)PUSHi/u/n more efficient
2015-11-10 David Mitchellavoid (TAINTING_get && TAINT_get)
2015-11-10 Ricardo Signesbase: prepare to make a new CPAN release
2015-11-10 Reini UrbanMARK -Ds debugging
2015-11-10 Aaron Craneperlexperiment.pod: use consistent style for Perl versions
2015-11-10 Aaron CraneMention warning categories for removed experimental...
2015-11-10 Dagfinn Ilmari... Update perlexperiment for removal of lexical topic...
2015-11-09 Karl Williamsont/op/utf8decode.t: print debugging info if test fails
2015-11-09 Karl Williamsonutf8.h: Move #define within file
2015-11-09 Karl Williamsonutf8.h, utfebcdic.h: Use mnemonic constant
2015-11-09 Karl Williamsonutf8.h: Reformat a couple of table lines
2015-11-09 Karl Williamsonre/pat_advanced.t: Fix a test so also runs on EBCDIC
2015-11-09 Karl WilliamsonDevel::Peek: document that uses STDERR
2015-11-09 Tony Cook[perl #126469] document the ob parameter to sv_reftype()
2015-11-09 Tony Cookmake sv_ref() part of the API
2015-11-08 Tony Cookcygwin: look harder for a C: mapping and skip if we...
2015-11-07 Jarkko Hietaniemiperl #126586 hexfp may lose 1-3 low order bits (most...
2015-11-07 Jarkko Hietaniemiperl #126582 hexfp overflow drops hi-order bits
2015-11-06 Ricardo SignesCarp: stable CPAN release
2015-11-05 Karl WilliamsonDumpvalue: Generalize for non-ASCII platforms
2015-11-05 Steve HayUpdate other win32/ makefiles as per eb840d4ab6
2015-11-05 Daniel Draganremove useless build product /win32/config.w32
2015-11-05 Daniel Draganre-parallelize Win32 build after Unicode::Normalize...
2015-11-03 Chris 'BinGOs... Update Pod-Simple to CPAN version 3.32
2015-11-02 Niko TyniAllow overriding the compile time in "perl -V" output
2015-11-02 Daniel Draganremove XSLoader and DynaLoader OS specific code on...
2015-11-02 Daniel Draganremove remains of dl_dld.xs
2015-11-02 Chris 'BinGOs... Update Math-BigInt-FastCalc to CPAN version 0.35
2015-11-02 Chris 'BinGOs... Update Getopt-Long to CPAN version 2.48
2015-11-02 David Mitchellpp_hot.c: rationalise SvREFCNT_inc_*()
2015-11-02 Steve HayUpgrade Math::BigInt from version 1.999706 to 1.999707
2015-11-02 Daniel Dragandont install PPPort.so/PPPort.dll
2015-11-01 Jarkko HietaniemiWorkaround for perl #124212: these functions are not...
2015-11-01 Lukas Mairestore comma removed by 2f1fe8a307
2015-10-31 Lukas Maifix typo in error message
2015-10-31 Steve HayAdd epigraph for 5.22.1-RC1
2015-10-31 Steve HayPerl 5.22.1-RC1 today
2015-10-31 Steve HayModule::CoreList updates for 5.22.1
2015-10-31 Craig A. BerryRemove redundant code in configure.com
2015-10-30 Jarkko Hietaniemimake regen for uconfig.h
2015-10-30 Jarkko HietaniemiRevert "Remove unused filesystem stat symbols."
2015-10-30 Karl Williamsonperlre: Nits
2015-10-30 Karl WilliamsonPATCH: [perl #126481] panic for !! with syntax error...
2015-10-30 Ricardo SignesCarp: CPAN release 1.37_02
2015-10-29 Ricardo SignesCarp: remove prereq on parent.pm
2015-10-29 Steve HayUpgrade Math-BigInt from version 1.999705 to 1.999706
2015-10-29 Jarkko HietaniemiFor perl #126468: protect quotes in myccflags.
2015-10-29 Tony CookUnicode::Normalize needs CombiningClass.pl
2015-10-28 Jarkko HietaniemiUnicode::Normalize no-go with miniperl.
2015-10-28 Ruud H.G. van TolFix Tie::StdScalar when $instance exists but isn't...
2015-10-28 Ricardo Signesdocument -O change to Configure
2015-10-28 Ivan PozdeevMake -O behaviour the default
2015-10-28 David Mitchellpp_sys.c: silence g++ compiler warning
2015-10-28 David MitchellRT: #126309 die more gracefully on (1) x ~1
2015-10-28 Tony Cookfix the non-Win32 build breakage introduced in ce9582af
2015-10-27 Daniel DraganWin32 parallel build fixes C++
2015-10-27 Daniel Dragandon't distribute version::vpp/EUMM::version::vpp
2015-10-27 Jarkko HietaniemiAlso IRIX seems to have NaN comparison issues.
2015-10-27 Steve HayUpgrade Unicode-Normalize from version 1.21 to 1.23
2015-10-27 Steve HayUpgrade Math-BigInt from version 1.999704 to 1.999705
2015-10-27 Jarkko HietaniemiReplace two ugly casts in reg_recode() calls.
2015-10-26 Karl Williamsondist/ExtUtils-CBuilder/t/02-link.t: Skip on os390
2015-10-26 Karl Williamsonregen podcheck db
2015-10-26 Karl WilliamsonXS-APItest:fetch_pad_names.t: Comments, skip message
2015-10-26 Karl Williamsont/re/subst.t: Don't skip a test on EBCDIC
2015-10-26 Karl Williamsonre/subst.t: Clarify a test's EBCDIC skip message
2015-10-26 Karl Williamsonre/pat_rt_report.t: Clarify EBCDIC skip msg for a test
2015-10-26 Karl Williamsont/op/print.t: Improve EBCDIC skip msg
2015-10-26 Karl Williamsont/op/chr.t: Improve EBCDIC skip msg
2015-10-26 Karl Williamsont/base/lex.t: Generalize for EBCDIC
2015-10-26 Tony Cook[perl #126452] partly 0b057af7 revert for C++ builds
2015-10-26 Daniel DraganXS staticing in ext and dist
2015-10-26 Ricardo SignesCarp: prepare for a new CPAN release
2015-10-24 Jerry D. HeddenUpgrade to Thread::Queue 3.07
2015-10-24 Jarkko Hietaniemihv_iternext can return NULL
2015-10-24 Jarkko HietaniemiAscertain that the fd for fcntl is not negative
2015-10-24 Jarkko HietaniemiMake FITS_IN_8_BITS() always true under Coverity
2015-10-23 Steve HayFix the (serial) build with dmake on Windows
2015-10-23 Karl Williamsonlib/ExtUtils/t/Embed.t: Fix for z/OS
2015-10-22 Karl WilliamsonAdd test for \b{sb}
next