This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2017-12-18 Father Chrysostomosperldelta: Alphabetise modules
2017-12-18 Father Chrysostomos[perl #132468] At _at_level warnings functions
2017-12-17 Father Chrysostomospp_ctl.c: Add -D output for inward goto
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-17 Karl WilliamsonUnicode::UCD: max code point is now IV_MAX
2017-12-17 Karl Williamsonregcomp.sym: Clarify regnode comment
2017-12-17 Karl Williamsonregen/mk_invlists.pl: reformulate a branch and outdent
2017-12-17 Karl Williamsonregen/mk_invlists.pl: Outdent code
2017-12-17 Karl Williamsonregen/mk_invlists.pl: Fix typo
2017-12-17 Karl Williamsonperlre: '#' is a metacharacter under /x
2017-12-16 Zeframmake dNOOP usable outside function in C++
2017-12-16 Zeframtypo fix in doc
2017-12-16 Zeframshow modern usage for {XS,Dyna}Loader
2017-12-16 Zeframsemicolon-friendly diagnostic control
2017-12-16 Zeframperform system() arg processing before fork
2017-12-16 Zeframupdate and clarify "die" and "warn" doc
next