This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2015-11-21 Jarkko HietaniemiHUF_get_trigger0 unused since at least d74d639b
2015-11-21 Lukas Mai[perl #116677] always deparse <> as either glob or...
2015-11-20 Lukas Mai[perl #124280] don't warn for 'my $foo, *bar'
2015-11-20 AbigailBump the perl version in various places for 5.23.6
2015-11-20 AbigailNew perldelta for 5.23.6
2015-11-20 Karl WilliamsonVarious tests: use centralized locale detection
2015-11-20 Karl Williamsonlib/locale.pm: Fix so works on platforms without LC_CTYPE
2015-11-20 Karl Williamsont/loc_tools.pl: Improve locale detection
2015-11-20 Karl Williamsont/loc_tools.pl: Fix incomplete description in comment
2015-11-20 Karl Williamsont/loc_tools.pl: White-space only
2015-11-20 Karl Williamsonop.c: Fix typo in comment
2015-11-20 AbigailAdded epigraph for 5.23.5
2015-11-20 AbigailMerge branch 'release-5.23.5' into blead
2015-11-20 Abigailperldelta: acknowledgements v5.23.5
2015-11-20 Abigailperlhist: added entry for 5.23.5
2015-11-20 Abigailperldelta: Modules and Pragmata
2015-11-20 Jarkko Hietaniemihexfp: if HEXFP_NV the shift2 is unused
2015-11-20 AbigailUpdate Module::CoreList for 5.23.5
2015-11-20 Steve HayUpdate Porting/Maintainers.pl for previous commit
2015-11-20 Karen EtheridgeUpdate Module-Metadata to version 1.000030
2015-11-19 Abigailpod/perldelta: Add punctuation
2015-11-19 David Mitchellop_free(): don't assert op_private ok when erred
2015-11-19 AbigailTurn new diag message into a link.
2015-11-19 Abigailpodcheck.t: Deindent by 1 space to left margin.
2015-11-19 Abigailpodcheck.t: Line up comments.
2015-11-19 Abigailpodcheck.t: Fix typos in comments
2015-11-19 Aaron CraneQuell "used only once" warning in test suite
2015-11-19 Aaron Cranemaint policy: allow fixes for new features
2015-11-19 David Mitchellsilence compiler warnings using INCMARK/POPMARK
2015-11-18 AbigailInitial work for pod/erldelta for 5.23.5
2015-11-18 David Mitchellsv_inc/dec_nomg(): croak on GVs etc
2015-11-18 H.Merijn BrandUpdate Config::Perl::V to 0.25
2015-11-17 Jarkko Hietaniemitru64: Freshen the section on required process data...
2015-11-17 Steve HayUpgrade Time::HiRes from version 1.9727_02 to 1.9728
2015-11-17 Steve HayUpgrade Math::BigInt::FastCalc from version 0.35 to...
2015-11-17 Steve HayUpgrade Math::BigInt from version 1.999707 to 1.999710
2015-11-17 Tony Cook[perl #126193] don't use a trash SV if no indexes are...
2015-11-16 Tony Cook[perl #126602] make sure targ isn't freed from under us
2015-11-16 Mohammed El... handle empty directory lists in File::Find
2015-11-16 Jarkko HietaniemiConfigure: gcc 5 exists.
2015-11-15 Chris 'BinGOs... Updated Maintainers.pl for recent CPAN releases
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
next