This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-09-12 Steve HayUpgrade ExtUtils::CBuilder from version 0.280217 to...
2014-09-12 Steve HayUpgrade CPAN::Meta::Requirements from version 2.126...
2014-09-12 Jarkko HietaniemiMore ways to Perl_isfinitel.
2014-09-12 Jarkko HietaniemiUnfinished business from e4c957f4.
2014-09-12 Jarkko HietaniemiUse -fstack-protector-strong, if available.
2014-09-12 Jarkko Hietaniemilong double / NV schizophrenia continues.
2014-09-12 Jarkko HietaniemiHave a Perl_isfinitel() separate from USE_LONG_DOUBLE.
2014-09-11 Yves Ortonperl #122747: localize PL_curpm to null in _core_swash_init
2014-09-11 Father ChrysostomosWrap long pod lines in B::Op_private for real
2014-09-11 Father Chrysostomosperldiag: Rewrap for better splain output
2014-09-11 Father ChrysostomosUpdate rv2cv flags comment following 211a4342c9
2014-09-11 Jarkko HietaniemiAlso protect against elen < 0.
2014-09-10 Father ChrysostomosNote where B::Op_private’s pod is to be edited
2014-09-10 Father ChrysostomosWrap long lines in B::Op_private pod
2014-09-10 Father ChrysostomosIncrease $IO::VERSION to 1.34
2014-09-10 Father ChrysostomosIO.xs: OP_SIBLING is too new
2014-09-10 Jarkko Hietaniemiundef doesn't accept args for macros.
2014-09-10 Jarkko Hietaniemidarwin data sections can have wild prefixes and suffixes.
2014-09-10 Jarkko HietaniemiRemove obsolete comment.
2014-09-10 Jarkko HietaniemiUse the Perl_ math in time64.c, too.
2014-09-10 Jarkko HietaniemiNo need to print an int as a %0.f
2014-09-10 Jarkko Hietaniemihexfp: Fix zero in IEEE 754 quadruples, cleanups, safety.
2014-09-10 David Mitchell[MERGE] add regen/op_private and B::Op_private
2014-09-10 David Mitchelladd missing op_private labels to Concise etc
2014-09-10 David MitchellAssert valid op_private bits in op_free()
2014-09-10 David Mitchellmask VMS hints bits in COPs
2014-09-10 David MitchellAutomate processing of op_private flags
2014-09-10 David Mitchellbetter document OA_ flags
2014-09-10 David Mitchellfix 'make' header dependency generation
2014-09-10 H.Merijn Brandregen after backport truncl probe
2014-09-10 Father Chrysostomosop.c: ck_rvconst: Remove ‘double’ gv lookup
2014-09-10 Father ChrysostomosIncrease $overload::VERSION to 1.23
2014-09-10 Father ChrysostomosRemove redundant check from overload.pm
2014-09-10 Jarkko HietaniemiComment tweaks.
2014-09-10 Jarkko HietaniemiWhitespace only.
2014-09-10 Jarkko HietaniemiFloating point should always output more than nothing.
2014-09-10 Jarkko HietaniemiIf USE_LONG_DOUBLE, NVff is PERL_PRIldbl.
2014-09-10 Jarkko Hietaniemihexfp: 0 is 0x0p+0.
2014-09-10 Jarkko HietaniemiSeparate S_my_atof_infnan().
2014-09-10 Jarkko HietaniemiPOSIX math: log1p is more subtle.
2014-09-10 Jarkko HietaniemiRename the 'nv' as 'fv' since it's not NV.
2014-09-09 Jarkko HietaniemiPOSIX math: log1p (emulation) needs arg > -1.0.
2014-09-09 Jarkko HietaniemiComment tweaks.
2014-09-09 Jarkko HietaniemiSort the Perl_ math wrappers for easier eyeballing.
2014-09-09 Jarkko HietaniemiPOSIX math: log1p emulation was wrong.
2014-09-09 Father ChrysostomosSkip warnable const folding outside warnings scope
2014-09-09 Jarkko HietaniemiRename S_infnan_copy as S_infnan_2pv.
2014-09-09 Jarkko HietaniemiAdd gtags and ctags files into .gitignore
2014-09-09 Father Chrysostomos[perl #122728] Make sub(){undef} inlinable
2014-09-09 Father ChrysostomosStop barewords from trumping subs with (*) proto
2014-09-09 Father ChrysostomosGet mkdir.t working under miniperl *again*
2014-09-09 Jarkko Hietaniemihexfp: double-double correct test goldens.
2014-09-09 Jarkko Hietaniemihexfp: Implement double-double hexdigit extraction.
2014-09-09 Ricardo Signesrelease schedule: add managers for 5.21.6, 5.21.8
2014-09-08 Jarkko HietaniemiDocument the IBM admission of weirdness of AIX long...
2014-09-08 Jarkko HietaniemiNot nice to die in the middle of a test.
2014-09-08 Jarkko HietaniemiThe recent pad changes needed dVAR love.
2014-09-08 Jarkko HietaniemiPOSIX math: AIX fixes.
2014-09-08 Jarkko HietaniemiPOSIX math: stupidness in 9e010b89
2014-09-08 Jarkko HietaniemiPOSIX math: implement lround().
2014-09-08 Jarkko HietaniemiPOSIX math: NV_NAN can be the right answer for nan().
2014-09-08 Jarkko HietaniemiPOSIX math: HP-UX support varies depending on HP cc.
2014-09-08 Father Chrysostomosop.c: Calculate hash for CvNAME_HEK
2014-09-08 Jarkko Hietaniemi5df8ece2 didn't really allow one to keep long doubles.
2014-09-08 Jarkko Hietaniemimodfl emulation via truncl (C99) and copysignl.
2014-09-08 Jarkko HietaniemiConfigure: scan for truncl.
2014-09-08 Father ChrysostomosPrecompute hash for require() arg
2014-09-08 Peter MartiniFix documented return type for PAD_SV
2014-09-07 James E KeenanAdd perldelta entry for Getopt::Std.
2014-09-07 James E KeenanCorrect typo reported by Hauke D. (RT #41359)
2014-09-07 Father Chrysostomosperldelta for 7950e9cf39
2014-09-07 Father Chrysostomosperldelta: Move compile-time const deref checking
2014-09-07 Father Chrysostomosperldelta: Move a bug fix
2014-09-07 Father Chrysostomosperldelta for 7950e9cf3
2014-09-07 Father Chrysostomosperldelta for a14c24d0
2014-09-07 Father Chrysostomosperldelta for 7bdb4ff09
2014-09-07 Father Chrysostomosperldelta for 64ff300b/#122669
2014-09-07 Steve HayAdd epigraph for 5.20.1-RC2
2014-09-07 Steve Hay5.20.1-RC2 today
2014-09-07 Father ChrysostomosRemove GV_ADDINEVAL
2014-09-07 Father Chrysostomosmro.c: Don’t inline sv_sethek
2014-09-07 Karl Williamsonregcomp.c: Don't doubly do 'use encoding'
2014-09-07 Karl Williamsonregcomp.c: Remove extraneous tests
2014-09-07 Karl WilliamsonAllow \N{named seq} in qr/[...]/
2014-09-07 Karl Williamsonregcomp.c: Extract out functionality into a function
2014-09-07 Karl Williamsonregcomp.c: White-space only
2014-09-07 Karl Williamsonregcomp.c: Refactor func so caller handles anomalies
2014-09-07 Karl Williamsonregcomp.c: Comment clarifications, nits
2014-09-07 Karl Williamsonregcomp.c: Refactor one area to use common subroutine
2014-09-07 Karl WilliamsonPATCH: [perl #122671] Many warnings in regcomp.c can...
2014-09-07 Karl Williamsonrecomp.c: output given warning in only one pass
2014-09-07 Karl Williamsonregcomp.c: Vertically stack ternary
2014-09-07 Karl Williamsonregcomp.c: Don't prematurely skip error checking
2014-09-07 Karl Williamsonregcomp.c: Move comment closer to code it applies to
2014-09-07 Karl Williamsonregcomp.c: Remove unnecessary cast
2014-09-07 Karl Williamsonregcomp.c: Make macro a lookup
2014-09-07 Karl Williamsonregcomp.c: Extract functionality into a static function
2014-09-06 Father Chrysostomosmake_ext.pl: Typo in error message
2014-09-06 Father Chrysostomost/uni/parser.t: Make a test more robust
2014-09-06 Father Chrysostomosop.h: Correct PERL_LOADMOD_IMPORT_OPS comment
next