This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2015-02-10 Jarkko Hietaniemiinfnan: change the invalid nan message, add to perldiag
2015-02-10 Jarkko Hietaniemiinfnan: "nan(1)cy" should numify to $NaN, but also...
2015-02-10 Karl WilliamsonUnicode::UCD: Add prop_values() function
2015-02-10 Chris 'BinGOs... Update Socket to CPAN version 2.017
2015-02-10 David Mitchellremove invalid ASSUME from MULTIDEREF code
2015-02-10 Hugo van der... [perl #123782] regcomp: check for overflow on /(?123)/
2015-02-10 David Mitchellsimpify and speed up /.*.../ handling
2015-02-10 Tony Cookperldelta for f5fe1b19fc61
2015-02-10 Tony Cookremove the shell fallback from list pipe open on Win32
2015-02-10 Hugo van der... regcomp can read past end of string after parsing flags
2015-02-10 Tony Cookperldelta for 9efda33a86bb, 296f0d566b9f
2015-02-10 Tony Cook[perl #123554] fix threaded builds and prevent a warning
2015-02-09 Tony Cook[perl #123554] catch a couple of other size overflows
2015-02-09 Hugo van der... [perl #123755] including unknown char in error requires...
2015-02-09 Hugo van der... [perl #123759] always count on OPpTRANS_IDENTICAL
2015-02-09 Father Chrysostomos[perl #123677] Crash with token stack overflow
2015-02-09 Father Chrysostomostoke.c: Assert that we don’t overflow token stack
2015-02-09 Father ChrysostomosConsistent spaces after dots in perldata
2015-02-09 Jarkko Hietaniemiinfnan: document the infnan a bit
2015-02-09 Jarkko Hietaniemiinfnan: test nan payload input/output
2015-02-09 Jarkko Hietaniemiinfnan: add POSIX::issignaling
2015-02-09 Jarkko Hietaniemiinfnan: the nan quiet/signaling bit is not enough
2015-02-09 Jarkko Hietaniemiinfnan: the x86 80-bit extended precision is special
2015-02-09 Jarkko Hietaniemiinfnan: API context juggling
2015-02-09 Jarkko Hietaniemiinfnan: grok_number* setting the infnan NV directly
2015-02-09 Jarkko Hietaniemiinfnan: nan payload output with sprintf %#g
2015-02-09 Jarkko Hietaniemiinfnan: space for nan payload output
2015-02-09 Jarkko Hietaniemiinfnan: move S_hextract earlier
2015-02-09 Jarkko Hietaniemiinfnan: add grok_nan and grok_nan_payload
2015-02-09 Jarkko Hietaniemiinfnan: add nan_payload_set
2015-02-09 Jarkko Hietaniemiinfnan: add nan_is_signaling
2015-02-09 Jarkko Hietaniemiinfnan: add nan_signaling_set
2015-02-09 Jarkko Hietaniemiinfnan: add nan_hibyte
2015-02-09 Jarkko Hietaniemiinfnan: do not define NV_NAN from a signaling nan
2015-02-08 Father ChrysostomosRemove get-magic from $/
2015-02-08 Jarkko Hietaniemitest skip under miniperl
2015-02-08 James E KeenanCorrect grammatical error in Benchmark POD.
2015-02-08 Father Chrysostomos[perl #123753] Assert fail with &{+foo} and errors
2015-02-08 Father Chrysostomostoke.c: Remove redundant PL_expect assignment
2015-02-07 Father Chrysostomosperly.y: Remove types for '$' and '*'
2015-02-07 Father Chrysostomos[perl #123753] &\0foo parsing
2015-02-07 Father Chrysostomost/op/lex.t: Add comment about the file’s purpose
2015-02-07 Karl Williamsonloc_tools.pl: do a 'require' before module's function...
2015-02-07 Karl Williamsonregexec.c: Rmv 2 unused macro parameters.
2015-02-06 Craig A. BerryFix quoting in new switchd.t test.
2015-02-06 Karl WilliamsonGeneralize Carp for non-ASCII platforms
2015-02-06 Karl WilliamsonCarp: Fix off-by-one error for early Perl versions
2015-02-06 Karl WilliamsonIncrement Carp version to 0.35
2015-02-06 Father ChrysostomosDeparse: Don’t choke on SPECIAL constants
2015-02-06 Father Chrysostomosperlvar typo
2015-02-06 David Goldenperlvar: further clarify version number representations...
2015-02-06 Karl Williamsont/run/locale.t: Remove obsolete comments
2015-02-06 Karl Williamsonlocale.c: savepv() of getenv()
2015-02-06 Karl Williamsonlocale.c: Fix comment
2015-02-06 Father Chrysostomos[perl #123753] Fix assertion failure with map+map
2015-02-06 Father Chrysostomos[perl #123737] Fix assertion failure with 0${
2015-02-06 David Goldenperlvar: revise $] and $^V with less bias
2015-02-06 Chris 'BinGOs... Update Encode to CPAN version 2.70
2015-02-06 Matthew Horsfall... [perl #123748] - Add test case for possible getenv...
2015-02-06 Dagfinn Ilmari... Fix setenv() replacement documentation in perlclib
2015-02-05 Karl Williamsonregcomp.c: Warn on [:^posix:] not being in []
2015-02-05 Karl Williamsonext/re/re.pm: Fix comment
2015-02-05 Karl Williamsonre.pm: White-space only
2015-02-05 Father Chrysostomostoke.c: Remove redundant PL_lex_stuff null checks
2015-02-05 Father ChrysostomosLocalise PL_lex_stuff (crash fix)
2015-02-05 Father ChrysostomosFix double free with const overload after errors
2015-02-05 Father Chrysostomostoke.c: Use SvREFCNT_dec_NN in one spot
2015-02-05 David Goldenperlop: document use of fc() for case-insensitive compa...
2015-02-05 Jarkko HietaniemiPOSIX version bump
2015-02-05 Jarkko HietaniemiPOSIX math: if long double, long double the math consts
2015-02-05 Jarkko HietaniemiPOSIX math: tgamma/lgamma logic
2015-02-05 Jarkko HietaniemiAIX long double lies about many math APIs.
2015-02-05 Daniel Dragan[PATCH] fix PL_nan_u from leaking in every translation...
2015-02-05 Jarkko Hietaniemiinfnan: more NV_SNAN/NV_QNAN
2015-02-04 Karl WilliamsonMake 'no re' work
2015-02-04 Karl Williamsonext/re/t/re.t: Use variable instead of constants
2015-02-04 Karl Williamsonre.pm: Bump version to 0.31
2015-02-04 Jarkko HietaniemiPrefer NV instead of long double.
2015-02-04 Jarkko Hietaniemiinfnan: in case NaN is broken by being zero, avoid...
2015-02-04 Tony Cookperldelta for 5fe499a8e262
2015-02-04 Tony Cook[perl #123218] "preserve" $/ if set to a bad value
2015-02-04 James E KeenanLukas Mai has two email addresses.
2015-02-04 Lukas Maistatic_assert workaround for AIX/xlc
2015-02-03 Jarkko Hietaniemiinfnan: fixup for 02e75e52
2015-02-03 David Mitchellfix B.xs on win builds
2015-02-03 James E Keenanperldelta for 41c9461801eb6e56138478ad9229a3337b4da2b2
2015-02-03 James E KeenanUpdate POSIX version number.
2015-02-03 Jarkko HietaniemiUse HAS_LLRINTL, HAS_LLROUNDL, HAS_LRINTL, HAS_LROUNDL
2015-02-03 Jarkko HietaniemiConfigure: lrintl, lroundl, llrintl, llroundl
2015-02-03 Tony Cookperldelta for 76e83594d2dc
2015-02-03 James E KeenanReverse 'const static' to avoid 'old-style-declaration...
2015-02-02 Jarkko Hietaniemiinfnan: define NV_QNAN and NV_SNAN if feasible
2015-02-02 Jarkko Hietaniemiinfnan: comment tweak, IS_NUMBER_NOT_INT also if saw...
2015-02-02 Jarkko Hietaniemiinfnan: define NV_NAN (and NV_QNAN, NV_SNAN) if sunmath
2015-02-02 Jarkko HietaniemiAdd NV_MANT_REAL_DIG.
2015-02-02 Jarkko HietaniemiAdd NV_IMPLICIT_BIT define.
2015-02-02 Jarkko HietaniemiAdd NV_MIX_ENDIAN define.
2015-02-02 Jarkko HietaniemiAdd NV_LITTLE_ENDIAN and NV_BIG_ENDIAN defines.
2015-02-02 Jarkko HietaniemiWrong ifdef guard.
2015-02-02 Jarkko HietaniemiAdd DOUBLE_BIG_ENDIAN define.
next