This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2014-08-26 Father ChrysostomosStop trying to disambiguate {} after $
2014-08-26 Karl Williamsonperlrecharclass: Use more common property synonym
2014-08-25 Steve HayUpdate release schedule
2014-08-25 Steve HayAdd release date of 5.20.1-RC1
2014-08-25 Steve HayAdd epigraph for 5.20.1-RC1
2014-08-25 Karl WilliamsonImprove -Dr output of bracketed char classes
2014-08-25 Karl Williamsonregcomp.c: Use symbolic constant instead of number
2014-08-25 Karl Williamsonregcomp.c: Add 'const' to parameter
2014-08-25 Karl Williamsonperldiag: Add clarification.
2014-08-25 Karl Williamsonregen/unicode_constants.pl: Find max ascii print cp
2014-08-25 Karl Williamsonhandy.h, regcomp.c: Add, clarify comments
2014-08-25 Karl Williamsonregcomp.c: Extract some code into a macro
2014-08-25 Karl Williamsonregcomp.c: white-space only
2014-08-25 Karl Williamsonregcomp.c: Use available mnemonics for dumping regex
2014-08-25 Karl Williamsonsv.c: Silence VMS compiler warning
2014-08-25 Karl Williamsonembed.fnc: Clarify m flag behavior comment
2014-08-25 Ævar Arnfjörð... perlfunc: Improve the pointer from "elseif" to "elsif"
2014-08-25 Father Chrysostomostoke.c: Remove unnecessary condition
2014-08-25 Father ChrysostomosStop ck_rvconst from treating GV constants as strings
2014-08-25 Father ChrysostomosRemove compile-time checking of rv2?v with const kid
2014-08-25 Jarkko HietaniemiTest fpclassify() with full compile.
2014-08-25 Jarkko HietaniemiReorder the *fp*class* in preference order, add comments.
2014-08-25 Jarkko HietaniemiConfigure scan for fp_classl().
2014-08-25 Jarkko HietaniemiConfigure scan for fp_classify().
2014-08-25 Jarkko HietaniemiMore is_inf() et alia dance.
2014-08-25 Jarkko HietaniemiMore robust inf/nan recognition and generation.
2014-08-25 Father Chrysostomos[Merge] Eliminate PL_lex_expect; fix one bug; other...
2014-08-25 Father ChrysostomosIn perly.y, change PL_parser to parser
2014-08-25 Father ChrysostomosSet PL_expect only once after curly subscripts
2014-08-25 Father Chrysostomosparser.h: Comment that lex_expect is unused
2014-08-25 Father Chrysostomostoke.c: Remove PL_lex_expect define
2014-08-25 Father ChrysostomosStop setting PL_lex_expect
2014-08-25 Father Chrysostomostoke.c: Consolidate some PL_expect assignments
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...
next