This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-08-25 Father ChrysostomosStop using the value of PL_expect
2014-08-25 Father Chrysostomostoke.c: For plugins, don’t set PL_expect if PL_nexttoke
2014-08-25 Father Chrysostomostoke.c: Touch PL_expect less for implicit [.,] in quotes
2014-08-25 Father Chrysostomos[perl #80368] Fix implicit assignop in qq"a\U="
2014-08-25 Father Chrysostomostoke.c: Correct S_ao description
2014-08-25 Father Chrysostomostoke.c: Skip PL_expect assignment under KEY_require
2014-08-25 Father Chrysostomostoke.c: Rework LOOPX macro
2014-08-25 Father Chrysostomostoke.c:S_lop: Don’t set PL_expect if PL_nexttoke
2014-08-25 Father ChrysostomosExpand a comment in toke.c (eliminate ‘why?’)
2014-08-25 Father ChrysostomosSet PL_expect less often when parsing semicolons
2014-08-25 Father Chrysostomostoke.c: Don’t set PL_expect when emitting USE tokens
2014-08-25 Steve HayUpdate Module-CoreList for 5.20.1
2014-08-24 Steve HayAdd new pumpkin keeper victim following release of...
2014-08-24 Karl Williamsonperlxs: Add text about dealing with locales, etc
2014-08-24 Tadeusz SośnierzMake eval_pv documentation more precise
2014-08-24 Father ChrysostomosIncrease $_charnames::VERSION to 1.42
2014-08-24 Father ChrysostomosPartial minitest fix-up
2014-08-24 Father Chrysostomosperldiag grammar tweaks
2014-08-24 Jarkko HietaniemiExplicitly cast to MANTISSATYPE since some compilers...
2014-08-24 Jarkko HietaniemiFix bad quoting.
2014-08-23 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.048
2014-08-23 Chris 'BinGOs... Update ExtUtils-CBuilder version for CPAN release
2014-08-23 Craig A. BerryInclude fp.h with math.h on VMS.
2014-08-23 Craig A. BerryVMS has the isfinite macro on all architectures.
2014-08-23 Jarkko HietaniemiSkip strtold in concise-xs.t, "platform varying".
2014-08-23 Jarkko HietaniemiTest 9**9**9 for Inf and sin(9**9**9) for NaN.
2014-08-23 Jarkko HietaniemiRevert "Test 9**9**9 for Inf and sin(9**9**9) for NaN."
2014-08-23 Jarkko HietaniemiThe less-than-zero branch needs to be the default always.
2014-08-23 Jarkko HietaniemiTest 9**9**9 for Inf and sin(9**9**9) for NaN.
2014-08-23 Jarkko HietaniemiDo not test memcmp et al, now also Linux inlined it.
2014-08-23 Jarkko HietaniemiOld HP-UXen had a non-standard strtold().
2014-08-22 Jarkko HietaniemiFix infnan.t Win32 failure.
2014-08-22 Jarkko HietaniemiFix the PEEK_INFNAN (wrong macro arg name).
2014-08-22 Jarkko HietaniemiRemove obsolete comment.
2014-08-22 Jarkko HietaniemiIf this format ever happens, it is probably left-aligned.
2014-08-22 Jarkko HietaniemiDarwin can have libfoo.0.dylib instead of libfoo.dylib.0
2014-08-22 Jarkko HietaniemiFor Darwin MacPorts add the gcc/g++ libdir.
2014-08-22 Karl WilliamsonBump version of POSIX.pm
2014-08-22 Karl Williamsonregcomp.c: Use symbolic constant instead of number
2014-08-22 Karl WilliamsonAdd and use macros for case-insensitive comparison
2014-08-22 Jarkko HietaniemiAdd some basic math tests.
2014-08-22 Jarkko HietaniemiImplement POSIX::strtold().
2014-08-22 Jarkko HietaniemiIntroduce Perl_strtod (macro) to call strtold if long...
2014-08-22 Jarkko HietaniemiPerl_isinf and Perl_isfinite enhancements.
2014-08-22 Jarkko HietaniemiClean up the fpclass forest.
2014-08-22 Jarkko HietaniemiAdd inf/nan tests.
2014-08-22 Jarkko HietaniemiUnify the Inf/-Inf/NaN also in basic NV stringify.
2014-08-22 Jarkko HietaniemiUnify inf/nan printf output to Inf, -Inf, and NaN.
2014-08-22 Jarkko HietaniemiUse grok_infnan() if NV_INF and NV_NAN are defined.
2014-08-21 Karl Williamsonperlrecharclass: Remove now-irrelevant text
2014-08-21 Karl Williamsonperlop: Note that negative rep now warns
2014-08-21 Karl Williamsonregcomp.c: Avoid function call overhead
2014-08-21 Karl Williamsonregcomp.c: Swap 'else' clauses.
2014-08-21 Karl WilliamsonAvoid redundant text -in -Dr output
2014-08-21 Karl Williamsonregcomp.c: Reorder cases: in switch
2014-08-21 Karl WilliamsonMove _get_regclass_nonbitmap_data() to regcomp.c
2014-08-21 Karl Williamsonregex: Use #define for number of bits in ANYOF
2014-08-21 Karl WilliamsonUse constant now defined for ESC
2014-08-21 Jarkko HietaniemiPartial revert of c6d2504a: do not use isfinite().
2014-08-21 Jarkko HietaniemiThe quest for the hexfp exponent continues.
2014-08-21 Jarkko HietaniemiDo not anchor the matches, because of sprintf padding.
2014-08-21 Karl Williamsonpp_sys.c: Generalize -B, -T for EBCDIC, clean up
2014-08-21 Karl Williamsonunicode_constants.h: Add definitions for ESC and VT
2014-08-21 Karl Williamsonperlfunc: Update -B, -T descriptions
2014-08-21 David MitchellRevert "cpan/Time-HiRes/t/itimer.t: better diagnostics"
2014-08-21 David Mitchelldump.c: eliminate DUMP_OP_FLAGS/PRIVATE macros
2014-08-21 Chris 'BinGOs... Update Pod-Perldoc to CPAN version 3.24
2014-08-21 Chris 'BinGOs... Update Socket version in Maintainers.pl
2014-08-21 Chris 'BinGOs... Update Test-Harness to CPAN version 3.33
2014-08-21 Chris 'BinGOs... Update experimental to CPAN version 0.010
2014-08-21 Jarkko HietaniemiIEEE quadruple exponents were off.
2014-08-21 Peter MartiniModule::CoreList version number bump
2014-08-21 Peter MartiniVersion bump addendum; changed a 5.21.1 to .3
2014-08-21 Peter MartiniBump version number from 5.21.3 to 5.21.4
2014-08-21 Peter MartiniNew perldelta.
2014-08-21 Chris 'BinGOs... Module-CoreList CPAN version synchronisation
2014-08-21 Peter MartiniEpigraph for 5.21.3
2014-08-21 Peter MartiniMerge branch 'release-5.21.3' into blead
2014-08-21 Peter MartiniScowl. 19 should have been '[VERSION]'
2014-08-20 Peter Martiniperldelta: cleanup per JHI's comment origin/release-5.21.3 v5.21.3
2014-08-20 Peter MartiniAdd new release to perlhist
2014-08-20 Peter MartiniFinal perldelta change for 5.21.3
2014-08-20 Peter MartiniUpdate Module::CoreList for 5.21.3
2014-08-20 Peter Martiniperldelta suggested by Module-CoreList
2014-08-20 Peter Martiniperldelta: document the ExtUtils move to cpan/
2014-08-20 Peter Martiniperldelta: fix my bad pod
2014-08-20 Jarkko Hietaniemiperldelta for hexadecimal floats.
2014-08-20 Alexandre ... magic.t: android: bypass two $0 tests and add one
2014-08-20 Brian FraserAndroid hints: Always append /system/lib and /vendor...
2014-08-20 Brian FraserAndroid hints: define d_procselfexe and procselfexe...
2014-08-20 Brian FraserConfigure: Improve the d_prctl_set_name detection for...
2014-08-20 Jarkko HietaniemiMention the possibility of fp rounding modes' effects.
2014-08-20 Jarkko HietaniemiTry addressing perl #122578, low-order fp diffs.
2014-08-20 Jarkko HietaniemiPass $ENV{HARNESS_TIMER} to Test::Harness from t/harness.
2014-08-20 Jarkko Hietaniemiperldelta for hexadecimal floats.
2014-08-20 Jarkko HietaniemiSeparate grok_infnan() from grok_number().
2014-08-20 Jarkko HietaniemiPerl_signbit should return non-zero for -0.
2014-08-20 Jarkko HietaniemiWin32 apparently has _isnan() and _finite(), and _fpcla...
2014-08-20 Jarkko HietaniemiUse Perl_isfinite().
2014-08-20 Jarkko HietaniemiPerl_isinf enhancements.
next