This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2015-12-06 Karl Williamsonutf8.h: Use common macro to avoid repeating
2015-12-06 Karl Williamsonutf8.h: Move #define within file
2015-12-06 Karl Williamsonutf8.h: Combine EBCDIC and ASCII #defines
2015-12-06 Karl Williamsonutf8.h: Move #define to earlier in the file
2015-12-06 Karl Williamsonutf8.h, et.al.: Clean up some casts
2015-12-06 Karl Williamsonutf8.h: Combine ASCII and EBCDIC defines into one
2015-12-06 Karl Williamsonutfebcdic.h: Use an internal macro to avoid repeating
2015-12-06 Karl Williamsonutf8.h, utfebcdic.h: Fix-up UTF8_MAXBYTES_CASE defn
2015-12-05 Andy Broadamigaos4: use raise() instead of kill() on ourselves
2015-12-05 Jarkko Hietaniemihexfp: Use Perl_fp_class_nzero unconditionally.
2015-12-05 Jarkko Hietaniemihexfp: these should be tested only with uselongdouble.
2015-12-04 Jarkko HietaniemiHave more fallbacks for our signbit() emulation.
2015-12-03 Sullivan Beck[PATCH] Bump Locale-Codes from 3.36 to 3.37
2015-12-03 Chris 'BinGOs... Update Unicode-Normalize to CPAN version 1.24
2015-12-03 Chris 'BinGOs... Update PathTools to CPAN version 3.60
2015-12-03 David Mitchellperlxs.pod: clarify PROTOTYPES: behaviour.
2015-12-03 David Mitchellthreads.t: make stress test less stressy
2015-12-03 Steve HayUndo blead customization of Text-ParseWords test script
2015-12-03 Jarkko HietaniemiAdd the -Wthread-safety also only for clang 3.6 (6...
2015-12-03 Chris 'BinGOs... Config-Perl-V bump in Maintainers.pl
2015-12-03 Chris 'BinGOs... Module-CoreList bump in Maintainers.pl
2015-12-03 David Mitchellfix the API description of SvLEN_set()
2015-12-02 Shlomi FishEnsure 'q' works in debugger with RemotePort.
2015-12-02 Steve HayAdd epigraph for 5.22.1-RC3
2015-12-02 Steve HayPerl 5.22.1-RC3 today
2015-12-02 Steve HayRevert "Revert "Module::CoreList updates for 5.22.1""
2015-12-02 Steve HayComplete some unfinished Module::CoreList work from...
2015-12-02 Jarkko HietaniemiBump the TSA clang minimum to 3.6 (in Applese 6.1)
2015-12-02 Jarkko HietaniemiFor TSA we want 4 or later clang, not just later.
2015-12-02 Jarkko HietaniemiMore notes on OS X compiler versions.
2015-12-02 David Mitchell/..\G/: use chars, not bytes
2015-12-02 David Mitchellmarkstack_grow(): fix debugging stuff
2015-12-02 David Mitchellrpeep(): silence compiler warning
2015-12-02 Aaron CraneConfigure: unbreak -S option now that -O is the default
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)
next