This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2015-11-25 Karl Williamsonregcomp.c: White-space only
2015-11-25 Karl Williamsonregen/ebcdic.pl: Output tables in hex
2015-11-25 David MitchellPerl_newATTRSUB_x: cast a bool arg
2015-11-25 David MitchellBenchmark.t: add more diag output
2015-11-25 David MitchellBenchmark.t: fix marginal tests
2015-11-25 Tony Cookfix an else nesting error from the last set of DynaLoad...
2015-11-24 David MitchellSDBM_File: specify the prototyping behaviour
2015-11-24 David Mitchellupdate Maintainers.pl for new Module-Metadata
2015-11-24 Karen EtheridgeUpdate Module-Metadata to version 1.000031
2015-11-24 David MitchellExtUtils::CBuilder: silence noisy test
2015-11-24 David Mitchellshared.xs: remove dead code
2015-11-24 David MitchellOpcode.xs: silence compiler warning
2015-11-24 Tony Cook[perl #126443] make sure PL_oldbufptr is preserved...
2015-11-24 Tony Cook[perl #126480] pipe() doesn't need the assertions
2015-11-24 Tony Cook[perl #126635] don't shortcut when SVf_IVisUV is set
2015-11-23 David MitchellTest.pm: avoid noise on STDERR.
2015-11-23 Steve HayPorting/Maintainers.pl - Fix ExtUtils::Constant
2015-11-23 David MitchellSilence warnings in encoding::warnings
2015-11-23 David Mitchellmove encoding-warnings from cpan/ to dist/
2015-11-23 David MitchellMaintainers.pl: update ExtUtils::Constant status
2015-11-23 Aristotle Pagaltzisperlfunc: specify valid inputs precisely [perl #126437]
2015-11-23 Jarkko HietaniemiMerge branch 'clang-thread-safety-analysis' into blead
2015-11-23 Jarkko Hietaniemibump threads version
2015-11-23 Jarkko Hietaniemianalysis cannot tell that the mutex was locked
2015-11-23 Jarkko Hietaniemianalysis does not like mutex being either held or released
2015-11-23 Jarkko Hietaniemiclang specific diagnostics ignore/restore
2015-11-23 Jarkko Hietaniemiannotate S_ithread_create create_destruct_mutex use
2015-11-23 Jarkko Hietaniemiannotate S_ithread_count_inc mutex use
2015-11-23 Jarkko Hietaniemiannotate S_ithread_free mutex use
2015-11-23 Jarkko Hietaniemisplit off the $0 setting so mutex use can be annotated
2015-11-23 Jarkko Hietaniemicleanup the mutex use of PerlIOStdio_close
2015-11-23 Jarkko Hietaniemiannotate the mutex use of S_more_refcounted_fds
2015-11-23 Jarkko Hietaniemiannotate the mutex use of atfork_lock and atfork_unlock
2015-11-23 Jarkko Hietaniemiannotate the acquire/release of PL_op_mutex
2015-11-23 Jarkko Hietaniemiadd -Wthread-safety for clang 3.5 or later
2015-11-23 Jarkko Hietaniemiclang thread safety annotations
2015-11-23 David Mitchellassertion failure on foo(my $x : bar)
2015-11-23 Craig A. BerryTODO newish re/speed.t tests on VMS.
2015-11-22 Tony Cookmake_ext.pl: fix operator precedence error from b4c079ca5
2015-11-21 Ricardo Signesbase: fix a mis-statement in Changes file
2015-11-21 Ricardo Signesrelease schedule: use a verbatim block for a list-y...
2015-11-21 Karl WilliamsonGet re/uniprops.t to pass on minitest
2015-11-21 Ricardo Signesbase: new CPAN release
2015-11-21 AbigailTick!
2015-11-21 Jarkko HietaniemiHash-Util-FieldHash version bump.
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...
next