This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2017-12-29 Karen Etheridgeminor grammar and punctuation fixes
2017-12-28 Dagfinn Ilmari... Remove unused AUTOGEN_FILES Makefile variable
2017-12-28 Dagfinn Ilmari... Simplify Unicode::UCD::openunicode() and callers
2017-12-28 Dagfinn Ilmari... Fix typo in POD for new Unicode::UCD::num() variant
2017-12-28 Karl WilliamsonFix Pod::Html for EBCDIC
2017-12-28 Karl Williamsont/op/exec.t: Use diag for errors, so not swallowed
2017-12-28 Karl WilliamsonFix t/comp/parser_run.t for EBCDIC
2017-12-28 Karl Williamsonlib/utf8.pm: Further clarification of UTF-8 flavor
2017-12-28 Scott LanningPOD fix for perlop
2017-12-27 Karl WilliamsonUnicode::UCD: Add optional paramter to num()
2017-12-27 Zeframpostpone perl_parse() exit(0) bugfix
2017-12-27 Karl WilliamsonRemove unused interpreter variable
2017-12-26 Chris 'BinGOs... Update META.json after JSON-PP update
2017-12-26 Chris 'BinGOs... Update JSON-PP to CPAN version 2.97001
2017-12-26 Chris 'BinGOs... Update podlators to CPAN version 4.10
2017-12-26 Chris 'BinGOs... Update Time-HiRes to CPAN version 1.9750
2017-12-26 Zeframavoid infinite recursion in _perl_abs_path()
2017-12-25 Chris 'BinGOs... Update Digest-SHA to CPAN version 6.01
2017-12-25 Karl Williamsonregcomp.c: White-space only
2017-12-25 Karl Williamsonregcomp.h: Add comment
2017-12-25 David Mitchellmutlitconcat: fix non-folding adjacent consts
2017-12-25 Zeframdisable cwd_enoent test
2017-12-25 Karl WilliamsonAdd script_run to perlexperiment
2017-12-25 Karl WilliamsonMerge branch 'Add script_run feature' into blead
2017-12-25 Karl WilliamsonAdd script_run regex feature
2017-12-25 Karl Williamsonregcomp.sym: Add nodes for script runs
2017-12-25 Karl WilliamsonAdd warning for script runs being experimental
2017-12-25 Karl Williamsonregen/mk_invlists.pl: Generate tables for scx property
2017-12-25 Karl Williamsonmktables: Generate _Perl_SCX property
2017-12-25 Karl WilliamsonUnicode::UCD.pm Add undocumented internal feature
2017-12-25 Karl Williamsonmktables: Canonicalize '-' into '_'
2017-12-25 Karl Williamsonregen/mk_invlists.pl: Don't generate unneeded #define
2017-12-25 Karl Williamsonregen/mk_invlists.pl: Add support of 'sl' formats
2017-12-25 Karl Williamsonregen/mk_invlists.pl: Simplify handling of early Unicod...
2017-12-25 Karl Williamsonregen/mk_invlists.pl: Add defensive check
2017-12-25 Karl Williamsonregen/mk_invlists.pl: Fix name clash handler
2017-12-24 Zeframcorrect error returns from _perl_abs_path()
2017-12-23 Zeframdescribe encoding status of DATA handle
2017-12-23 Zeframbetter document while condition magic
2017-12-23 Zeframbetter doc of hash/array iterators
2017-12-23 Zeframnarrow scope of argsv in sv_vcatpvfn_flags()
2017-12-23 Zeframmake false whereso yield undef in scalar context
2017-12-22 Karl Williamsonutf8.pm: Clarify that UTF-8 is Perl's extended form
2017-12-22 Zeframmerge branch zefram/cloexec
2017-12-22 Zeframperldelta for FD_CLOEXEC changes
2017-12-22 Zeframtest that open()ed filehandles are close-on-exec
2017-12-22 Zeframset FD_CLOEXEC on debug-leaking-scalars sockets
2017-12-22 Zeframmask off SOCK_CLOEXEC in socketpair() emulation
2017-12-22 Zeframmake PerlIO handle FD_CLOEXEC
2017-12-22 Zeframset FD_CLOEXEC on PL_perlio_debug_fd
2017-12-22 Zeframuse O_CLOEXEC when making fake empty device
2017-12-22 ZeframPerl_my_mkstemp_cloexec() function
2017-12-22 Zeframuse Perl_my_mkstemp() where appropriate
2017-12-22 Zeframportable Perl_my_mkostemp()
2017-12-22 Zeframconfigure probe for mkostemp()
2017-12-22 Zeframremove broken PerlLIO_mkstemp() definition
2017-12-22 Zeframfactor out remaining fcntl F_SETFD calls
2017-12-22 Zeframset FD_CLOEXEC atomically in easy cases
2017-12-22 Zefram*_cloexec() I/O functions
2017-12-22 Zeframconfigure probes for accept4(), dup3(), pipe2()
2017-12-22 Zeframset PERL_EXIT_DESTRUCT_END in all embeddings
2017-12-22 Zeframtest more about exit from special blocks
2017-12-22 Zeframpreserve numericness of system() args on Win32
2017-12-21 Chris 'BinGOs... Cogito ergo sum
2017-12-21 Zeframfix up faulty perl embeddings
2017-12-21 Chris 'BinGOs... Update Module-CoreList for v5.27.8
2017-12-20 Chris 'BinGOs... Bump the perl version in various places for v5.27.8
2017-12-20 Chris 'BinGOs... New perldelta for v5.27.8
2017-12-20 Chris 'BinGOs... Include epigraph for v5.27.7
2017-12-20 Chris 'BinGOs... add new release to perlhist v5.27.7
2017-12-20 Chris 'BinGOs... Finalise perldelta
2017-12-20 Chris 'BinGOs... Update Module::CoreList for v5.27.7
2017-12-20 Chris 'BinGOs... Start finalisation of perldelta
2017-12-20 Chris 'BinGOs... Resolve issue with Win32 caused by 0301e8995
2017-12-19 Karl Williamsont/re/reg_mesg.t: White-space only
2017-12-19 Karl Williamsont/re/reg_mesg.t: Test that death actually happens.
2017-12-19 Karl Williamsonreg_mesg.t: Move some tests to proper places
2017-12-19 David Mitchell[MERGE] s/// return value fixups
2017-12-19 David Mitchells/// in boolean context: simplify return value
2017-12-19 David Mitchellavoid tainting boolean return value of s///
2017-12-19 David Mitchells///: return boolean in not-in-place branch
2017-12-19 Karen Etheridgeminor punctuation improvement
2017-12-19 Karl WilliamsonForbid literal \v in /[]/ under re strict, except under /x
2017-12-19 Karl Williamsonperldiag: Fix obsolete text
2017-12-19 Karl Williamsonreg_mesg.t: Fix comment
2017-12-19 Karl Williamsonreg_mesg.t: Fix typo
2017-12-18 James E KeenanDemonstrate how File::Spec->catfile('.', @other_args...
2017-12-18 Karl WilliamsonEmulate C99 int_fast8_t, etc typedefs
2017-12-18 Karl Williamsonmktables: Use already set variable
2017-12-18 Karl WilliamsonChange number to mnemonic
2017-12-18 Father Chrysostomosperlxs: Document bitwise calling conventions
2017-12-18 Chris 'BinGOs... Customisations for Digest-SHA tests
2017-12-18 Chris 'BinGOs... Update Digest-SHA to CPAN version 6.00
2017-12-18 David Mitchellenable PERL_OP_PARENT always
2017-12-18 Zeframalign version numbers in the PathTools distro
2017-12-18 Zeframremove support for running PathTools on MacOS
2017-12-18 Zeframfix pod markup in warnings.pm
2017-12-18 Zeframremove support for running PathTools on EPOC
2017-12-18 Father Chrysostomosperldelta: Avoid ‘deprecated’ for non-deprecated module
2017-12-18 Father Chrysostomosperldelta for #132468 warnings functions
next