This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-03-08 Karl WilliamsonAdd av_tindex_nomg()
2016-03-08 Karl Williamsonregcomp.c: Silence some compiler warnings
2016-03-07 Karl Williamsonperlguts: Slight clarification
2016-03-07 Karl Williamsonperlapi: Slight clarification
2016-03-07 Karl Williamsonpod/perldelta: Add some Selected Bug Fixes
2016-03-07 Karl Williamsonregcomp.c: Remove redundant assignment
2016-03-07 Karl Williamsonperlre: Nits, clarifications
2016-03-07 David MitchellS_study_chunk(): silence compiler warning
2016-03-07 Jarkko HietaniemiMention bytes::length modern workaround re 01e331e5
2016-03-07 Jarkko HietaniemiMake open failures little less cryptic.
2016-03-07 Yves Ortonadd comment explaining a subtlety
2016-03-07 Karl WilliamsonAdd test for [perl #126405]
2016-03-07 Shlomi FishDocument the previous commit in Carp's Changes.
2016-03-07 Shlomi FishFix RTCPAN#107225 : longmess returns 1 on ref.
2016-03-07 Tony Cookavoid reading/writing beyond the end of RExC_(open...
2016-03-07 Tony Cookperldelta for 99fff99d79, af4291a8594
2016-03-06 Lukas Maimake building without memcpy work (RT #127619)
2016-03-06 Lukas Maiutil.c: make my_mem*/my_b* prototypes more like the...
2016-03-06 Karl WilliamsonUpdate bytes.pm doc
2016-03-06 Yves Ortonregcomp.c: fix Perl #126405, segfault regex
2016-03-06 Yves Ortonregcomp.c: improve diagnostics for TRIE construction
2016-03-06 Yves Ortonfix Perl #126182, out of memory due to infinite pattern...
2016-03-06 Yves OrtonUnify GOSTART and GOSUB
2016-03-06 Yves Ortonrename RExC_opend RExC_end_op for clarity
2016-03-06 Yves Ortonfirst step cleaning up regexp recursion "return" logic
2016-03-06 Karl Williamsonperlebcdic: Update for 5.24
2016-03-05 Jarkko HietaniemiTime-HiRes: record latest changes
2016-03-05 Ricardo SignesPathTools: import Changes file from CPAN
2016-03-05 Andy Broadamigaos4: execvp() and popen() enhancements
2016-03-05 Karl WilliamsonPATCH: [perl #127262] assertion fail on malformed UTF8
2016-03-04 Jarkko HietaniemiTime-HiRes: refactor also nanosleep init
2016-03-04 Jarkko HietaniemiTime-HiRes: avoid going negative on struct timespec
2016-03-04 Jarkko HietaniemiTime-HiRes: refactor common timespec subtraction code
2016-03-04 Jarkko HietaniemiTime-HiRes: for nanosleeps, zero is success
2016-03-04 Jarkko HietaniemiTime-HiRes: use NV_1E6 and NV_1E9 consistently
2016-03-04 Jarkko HietaniemiTime-HiRes: initialize the unslept timespec
2016-03-04 David Mitchellthreads.xs: create new static fn S_jmpenv_run()
2016-03-04 David Mitchellrpeep(): eliminate compiler warning
2016-03-04 David MitchellSimplify _MEM_WRAP_NEEDS_RUNTIME_CHECK()
2016-03-04 Karl WilliamsonPATCH: [perl #126141]: qr/]]]]][\\/ fails to raise...
2016-03-04 Karl Williamsonregcomp.c: Fix a memory leak
2016-03-04 Karl Williamsonlocale.c: Avoid a leak
2016-03-04 Karl WilliamsonPOSIX.xs: Avoid a leak in setlocale()
2016-03-04 Karl WilliamsonTODO or skip certain failing locale tests on cygwin
2016-03-03 Karl Williamsonregcomp.c: Revise, add comments, white-space changes
2016-03-03 Karl Williamsonregcomp.c: Avoid a memory leak
2016-03-03 Karl Williamsonregcomp.c: White-space only
2016-03-03 Karl WilliamsonReinstate "PATCH: {perl #127582] Over eager warning...
2016-03-03 Karl Williamsonlocale.c: Silence HP-UX compiler warning
2016-03-03 Jarkko HietaniemiWarn of the "else syndrome".
2016-03-03 Jarkko HietaniemiClarify what AmigaOS version was broken by 5.8.0
2016-03-03 Jarkko Hietaniemiperl5db.pl version bump
2016-03-03 Jarkko HietaniemiDefaulting to VMS is probably not right.
2016-03-03 Andy Broadamigaos4: use CONSOLE:, not VMS sys$command
2016-03-03 Andy Broadamigaos4: clean up older style / deprecated AmigaOS...
2016-03-02 Tony Cookreduce number of calls to add_cp_to_invlist()
2016-03-02 Karl WilliamsonPATCH: [perl #127599] Fix regcomp.c assertion
2016-03-02 David Mitchelldocument args of Perl_do_sv_dump()
2016-03-02 Jarkko Hietaniemiamigaos4: no sigaction, no si fields
2016-03-02 David Mitchellpp_subst(): rename local var
2016-03-02 David Mitchellpp_subst: fix typo
2016-03-02 David Mitchelluse cBOOL() in pp_subst()
2016-03-02 David MitchellS_regmatch(): remove dead code
2016-03-02 David Mitchellremove some duplicate /* NOTREACHED */
2016-03-02 Karl WilliamsonRevert "PATCH: {perl #127582] Over eager warning for...
2016-03-02 Karl WilliamsonRevert "regcomp.c: White-space only"
2016-03-02 Tony Cookbump $strict::VERSION and $warnings::VERSION
2016-03-02 Aristotle Pagaltzisnarrow the filename check in strict.pm/warnings.pm
2016-03-01 Karl Williamsonregcomp.c: Avoid an empty [] in -Dr output
2016-03-01 Karl Williamsonregcomp.c: White-space only
2016-03-01 Karl WilliamsonPATCH: {perl #127582] Over eager warning for /[.foo.]/
2016-03-01 Karl Williamsonregexec.c: Fix failure to match problem
2016-03-01 Karl Williamsonembed.fnc: Fcn should have been within an #ifdef
2016-03-01 Karl WilliamsonPATCH: [perl #127581] Spurious warning about posix...
2016-03-01 Karl Williamsonregcomp.c: revise comments, white-space
2016-03-01 David Mitchellinstallman: don't warn about missing pod
2016-03-01 Craig A. BerryVMS patch for duplicate env entries
2016-03-01 Tony Cookremove duplicate environment variables from environ
2016-03-01 Karl Williamsonperldelta: Fix typo
2016-03-01 Karl Williamsonre/regexp_unicode_prop.t: Fix loop statement
2016-03-01 Karl Williamsonregexp_unicode_prop.t: Clarify comment
2016-03-01 Karl WilliamsonFix /\p{pkg::User-defined}/i
2016-03-01 Tony Cook[perl #127635] s///r with -DPERL_NO_COW attempts to...
2016-03-01 Jarkko HietaniemiScalar-List-Utils customization bump
2016-03-01 Jarkko HietaniemiScalar-List-Utils version bump
2016-03-01 Jarkko Hietaniemiproduct() with zero IV crash/hang
2016-03-01 Jarkko HietaniemiSocket customization bump
2016-03-01 Jarkko HietaniemiSocket version bump
2016-03-01 Jarkko HietaniemiCheck for max length before derefing by length.
2016-03-01 Daniel Draganteach makedef.pl an alternate macro for PERL_COPY_ON_WRITE
2016-02-29 Lukas Maiperlport: use italics instead of colon in "don't":s...
2016-02-29 Dagfinn Ilmari... Improve wording of perldelta entry for ae146f5496e
2016-02-29 Alex VandiverAdjust callsites that use UTF8SKIP without checking UTF
2016-02-28 Tony Cookperldelta for ae146f5496e
2016-02-28 Daniel Dragan[perl #127584] using Win32 32b gmake with 64b gcc cause...
2016-02-28 Jarkko HietaniemiUpgrade to IPC-SysV 2.06.
2016-02-28 Daniel Draganstatic funcs in HiRes.xs
2016-02-28 Chris 'BinGOs... [perl #127624] corelist: wrong Digest::SHA version...
2016-02-28 Karl Williamsonregcomp.c: Use less peak memory
2016-02-28 Karl Williamsonregcomp.c: Modify an assert
next