This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-08-31 Father Chrysostomosperldelta for 172a6a76e8c
2014-08-31 James E KeenanAdd perldelta entry for ExtUtils::Manifest upgrade.
2014-08-31 Jarkko Hietaniemi=for apidoc wrong api
2014-08-31 Jarkko HietaniemiCouple more infnan tests.
2014-08-31 Jarkko Hietaniemisqrt() disappeared in OSX, assuming it became pow().
2014-08-31 Jarkko HietaniemiAIX: if long doubles do not mix with infinity, disable...
2014-08-31 Jarkko HietaniemiDetect HAS_AIX_POWL_NEG_BASE_BUG in hints/aix.sh
2014-08-31 Jarkko HietaniemiThe fp classification is a royal mess.
2014-08-31 Jarkko HietaniemiWrong result for double-double sqrt(2).
2014-08-31 Jarkko HietaniemiS_infnan_copy needs at most 5 bytes of output size.
2014-08-31 Jarkko HietaniemiDo not test sin/cos at [+-]pi, either.
2014-08-31 Jarkko HietaniemiAvoid using function pointers for math functions.
2014-08-31 Chris 'BinGOs... Update ExtUtils-Manifest to CPAN version 1.66
2014-08-31 Father Chrysostomosperldelta for 8b57a5fa
2014-08-31 Father Chrysostomosperldelta for 211a4342
2014-08-31 Father Chrysostomosperldelta for f20d0df0f
2014-08-31 Father Chrysostomosperldelta for 4dda930be/#122556
2014-08-31 Father Chrysostomosperldelta: A to-do item
2014-08-31 Father Chrysostomosperldelta for 8380b6901
2014-08-31 Father Chrysostomosperldelta for acb187b49 (part of #69456)
2014-08-31 Father Chrysostomosperldelta for eff754733a9
2014-08-31 Father Chrysostomosperldelta for #80368/e4916dd1b3
2014-08-31 Father ChrysostomosStop prototype declaration from clobbering constants
2014-08-31 Father ChrysostomosStop anon sub compilation from clobbering __ANON__
2014-08-31 Father ChrysostomosPorting/bisect.pl: Add missing full stop
2014-08-31 Doug Belladd missing close paren in pod
2014-08-31 Doug Bellsig() should be kill()
2014-08-31 James E KeenanAdd perldelta entries for updated modules and pragmata.
2014-08-30 Jarkko HietaniemiAnother way to detect C99.
2014-08-30 Jarkko HietaniemiHAS_C99 was oddly defined, and oddly used.
2014-08-30 Jarkko HietaniemiConfigure: add i_stdint.
2014-08-30 Jarkko Hietaniemiapidoc for Perl_isinfnan.
2014-08-30 Jarkko HietaniemiAdd a simple atan2() test.
2014-08-30 James E KeenanCheck validity of keys in hash passed as first argument.
2014-08-30 Father ChrysostomosFix up Peek.t after priv flag twiddling
2014-08-30 Father ChrysostomosStop turning off bit 1 in rv2cv private flags
2014-08-30 Father ChrysostomosIncrease $B::Concise::VERSION to 0.993
2014-08-30 Father ChrysostomosUpdate B::Concise for OPpMAY_RETURN_CONSTANT
2014-08-30 Father ChrysostomosAvoid vivifying stuff when looking up barewords
2014-08-28 Father Chrysostomos[Merge] pad_reset
2014-08-28 Father ChrysostomosMake Peek.t easier to run directly
2014-08-28 Father Chrysostomospad.c: pad_reset comments
2014-08-28 Father ChrysostomosFix up Peek.t
2014-08-28 Father Chrysostomospad.c: Remove BROKEN from USE_BROKEN_PAD_RESET
2014-08-28 Father Chrysostomospad.c:pad_free: Don’t reset PL_padix if using pad_reset
2014-08-28 Father Chrysostomospad.c:pad_findmy_pvn: Skip ‘our’ hack for subs
2014-08-28 Father Chrysostomospad.c: Use PadnamelistMAXNAMED in another place
2014-08-28 Father ChrysostomosSplit PL_padix into two variables
2014-08-28 Father Chrysostomosintrpvar.h: Correct comment
2014-08-28 Father Chrysostomosuniprops.t: Correct command line in comment
2014-08-28 Father Chrysostomosop.c:newPADOP: Allocate GV pad slots like constants
2014-08-28 Father Chrysostomospad.c:pad_free: Don’t turn off the PADTMP flag
2014-08-28 Father Chrysostomosop.c:ck_rvconst: Allocate GV pad slots like constants
2014-08-28 Father Chrysostomospad.c: More clearly separate targ/constant allocation
2014-08-28 Father Chrysostomospad.c:pad_reset: Also make sure the thing is not PADMY
2014-08-28 Father Chrysostomospad.c:pad_reset: check the name
2014-08-28 Father ChrysostomosAlphabetise perldiag
2014-08-28 Father Chrysostomosperldiag grammar
2014-08-28 Father Chrysostomost/porting/readme.t: Get list from MANIFEST
2014-08-28 Father Chrysostomos[Merge] Fix crashes with lexical subs
2014-08-28 Father ChrysostomosFix crash with lex subs under -d
2014-08-28 Father ChrysostomosFix crash in leave_scope when my sub has CvGV
2014-08-28 Father ChrysostomosFix crash when lex subs are used for overload
2014-08-28 Father ChrysostomosFix crash when lex subs are used for AUTOLOAD
2014-08-28 Father Chrysostomos[perl #122556] Make undef $s free refs forthwith
2014-08-28 Jarkko HietaniemiDon't use isfinitel/isinfl/isnanl if the C99 macros...
2014-08-28 Jarkko HietaniemiUnder C99 isfinite/isinf/isnan are sizeof-aware macros.
2014-08-28 Karl Williamsonregcomp.c: Silence Win32 compiler warning
2014-08-28 Reini Urbansv_grow: performance improvement for short strings
2014-08-28 Jerry D. HeddenUpgrade to threads 1.96
2014-08-28 Ricardo Signestodo: expand the list of OS access builtins to update
2014-08-27 Jarkko HietaniemiDe-prefix Perl_isinfnan.
2014-08-27 Jarkko Hietaniemipack c/C on inf/nan.
2014-08-27 Jarkko HietaniemiMake sprintf %c and chr() on inf/nan return the U+FFFD.
2014-08-27 Jarkko HietaniemiNVgf/NVff agree with -Duselongdouble.
2014-08-27 Jarkko HietaniemiComment tweak.
2014-08-27 Karl Williamsonext/re/t/regop.t: Use eq instead of == for strings
2014-08-26 Jarkko HietaniemiDetect false infinities.
2014-08-26 Jarkko Hietaniemiprintf inf/nan should be inf/nan.
2014-08-26 Jarkko HietaniemiAdd more infnan tests.
2014-08-26 Jarkko HietaniemiAvoid useless warning, remove debug code.
2014-08-26 Jarkko Hietaniemi*fp*class* comment tweaks.
2014-08-26 Jarkko HietaniemiPost-VAX VMS has fp_classify().
2014-08-26 Jarkko HietaniemiSimplify the hexfp space computation.
2014-08-26 Jarkko HietaniemiComment why hexfp is set here, not earlier.
2014-08-26 Jarkko HietaniemiOnly one successful exit from grok_infnan().
2014-08-26 Jarkko HietaniemiSprinkle the fact that long doubles aren't standardized.
2014-08-26 Jarkko HietaniemiAllow eg ./perl t/harness t/op/lc.t
2014-08-26 Father ChrysostomosTypo in pad.c apidocs
2014-08-26 Steve HayPorting/Maintainers.pl - Fix ExtUtils-CBuilder entry
2014-08-26 Steve HayUpgrade version from version 0.9908 to 0.9909
2014-08-26 Father Chrysostomosconstant.pm: Document fully-qualified constant names
2014-08-26 Father Chrysostomosconstant.pm: Remove doc reference to compile-time checking
2014-08-26 Father Chrysostomosconstant.pm: Remove redundant truth checks
2014-08-26 Father Chrysostomosconstant.pm: outdated comment
2014-08-26 Father ChrysostomosIncrease $constant::VERSION to 1.32
2014-08-26 Father ChrysostomosAllow package name in ‘use constant’ constants
2014-08-26 Father Chrysostomostoke.c: Remove unnecessary PL_expect assignment
2014-08-26 Father Chrysostomosperlfunc: consistent spaces after dots
2014-08-26 Father Chrysostomosperldiag: reword and rewrap an entry
next