This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2015-12-01 Daniel Draganmove Win32's $^X code to where all other OSes' $^X... origin/tonyc/126753-dollar-caret-X
2015-12-01 Daniel DraganPerl_set_caret_X gv_fetch with GV_ADD can't return...
2015-12-01 David MitchellPerl_magic_set(): remove unused var 's'
2015-12-01 Jarkko Hietaniemihexfp: signbit() works on NVs (nv), not on long doubles...
2015-12-01 David Mitchellop/rand.t: better test even spread of random nums
2015-11-30 David Mitchellt/op/rand.t: modernise tests
2015-11-30 David Mitchellremove flawed tests from t/op/rand.t
2015-11-30 David MitchellEliminate PerlIOMmap_close()
2015-11-29 Jarkko Hietaniemihexfp: printf %.13a 0.0
2015-11-29 Jarkko Hietaniemihexfp: printf %.13a 1.0
2015-11-29 Karl Williamsonperldelta for deprecation of code points > IV_MAX
2015-11-29 Jarkko Hietaniemihexfp: printf %a for negative zero.
2015-11-29 Karl Williamsonutf8.c: White-space, comment typos only
2015-11-29 Karl WilliamsonDeprecate Unicode code points above IV_MAX
2015-11-29 Karl Williamsonperlapi: Account for EBCDIC extend UTF-8 range
2015-11-29 Karl Williamsonutf8.h: Remove use of redundant flags
2015-11-29 Karl Williamsonutf8.h: Add clearer #define synonyms
2015-11-28 David Mitchellreformat the FOOMARK macros slightly
2015-11-28 David MitchellFOOMARK debugging macros: fix %d cast; only -Dsv
2015-11-28 David MitchellBenchmark.t: better diagnostics
2015-11-26 David MitchellBenchmark.t/.pm: deal with short times
2015-11-26 David MitchellBenchmark: move elapsed time calc into method
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-11-25 Karl Williamsontoke.c: Remove soon-to-be invalid t assumption
2015-11-25 Karl Williamsonext/XS-APItest/t/utf8.t: Change variable names for...
2015-11-25 Karl WilliamsonOutput appropriately dire warning for high code points
2015-11-25 Karl Williamsonext/XS-APItest: Add tests for uvchr_to_utf8()
2015-11-25 Karl WilliamsonFix uvoffuni_to_utf8_flags() disallowed input
2015-11-25 Karl WilliamsonXS-APItest/utf8.t: Add a bunch more tests
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
next