This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2016-02-28 Karl Williamsonregcomp.c: Avoid an unnecessary mortal SV
2016-02-28 Karl Williamsonregcomp.c: Improve free-ing up unused inversion list...
2016-02-28 Karl Williamsonregcomp.c: Add new static inline convenience function
2016-02-28 Karl Williamsonregcomp.c: Change variable names, white-space
2016-02-28 Karl Williamsonregcomp.c: Change name of static function
2016-02-27 Lukas Maiperlfunc overhaul
2016-02-26 Karl Williamsonregcomp.c: Add missing 'STATIC'
2016-02-26 Karl WilliamsonFix regex failures on big-endian systems
2016-02-25 Lukas Maiperlvar: hyperlink from $^D to perlrun/-D
2016-02-25 Lukas Maipodcheck.t: expand POD sequences in L</...> section...
2016-02-24 Matthew HorsfallFix perldoc -f sleep to use $SIG{ALRM} instead of ...
2016-02-24 Karl WilliamsonUse less memory in compiling regexes
2016-02-24 Karl Williamsonregcomp.c: Guard against corrupting inversion list SV
2016-02-24 Daniel Dragansilence warning in Win32CORE
2016-02-23 Tony Cook[perl #127386] clarify that exit in the die pseudo...
2016-02-23 Chris 'BinGOs... M-CL sync with what tis is on CPAN
2016-02-21 Ricardo Signesrelease schedule: Sawyer to release October 2016
2016-02-21 Sawyer XMerge branch 'blead' of ssh://perl5.git.perl.org/perl...
2016-02-21 Sawyer XMore updates to Module::CoreList:
2016-02-21 Sawyer Xupdate Module::CoreList and bump version
2016-02-21 Karl Williamsont/re/pat_advanced.t: Test for [#perl 126886]
2016-02-20 Sawyer Xbump version to 5.23.9
2016-02-20 Sawyer Xnew perldelta for 5.23.9
2016-02-20 Sawyer Xupdate 5.23.8 as done on release schedule
2016-02-20 Sawyer Xadd 5.23.8 epigraph
2016-02-20 Sawyer XMerge branch 'release-5.23.8' into blead
2016-02-20 Sawyer Xadd new release to perlhist v5.23.8
2016-02-20 Sawyer XTypos, POD errors, etc. origin/release-5.23.8
2016-02-20 Sawyer XUpdate perldelta module versions (Porting/corelist...
2016-02-20 Sawyer Xupdate Module::CoreList (Porting/corelist.pl)
next