This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2015-02-15 Steve HayTurn on memory leak reporting for CFG = DebugFull build...
2015-02-15 Yves OrtonAdd comments about how backrefs are parsed
2015-02-15 Yves Ortonfix infinite loop in parsing backrefs in regex patterns
2015-02-15 Yves OrtonAdd a TODO test for not infinite looping during regex...
2015-02-15 Yves Ortonadd a comment so people looking for "sub run_perl"...
2015-02-14 Steve HayCopy perl5202delta into blead
2015-02-14 Steve HayUpdate release schedule: 5.20.2 is done; 5.20.3 will...
2015-02-14 Steve HayUpdate Porting/epigraphs.pod for Perl 5.20.2
2015-02-14 Steve HayMore updates to Module-CoreList for Perl 5.20.2
2015-02-14 Steve HayUpdate perlhist: Perl 5.20.2 today
2015-02-14 Steve HayUpdate Module-CoreList: Perl 5.20.2 today
2015-02-14 James E KeenanTwo more typographic cleanups, suggested by alh++.
2015-02-14 Craig A. BerrySet NAN_COMPARE_BROKEN on VMS with long doubles.
2015-02-14 James E KeenanCorrect typo in code example.
2015-02-14 Karl WilliamsonUnicode::UCD: Generalize for EBCDIC platforms
2015-02-14 Karl WilliamsonUnicode::UCD::prop_aliases(): return correct long and...
2015-02-14 Karl Williamsonmktables: Rip out redundant tables
2015-02-14 Karl Williamsonmktables: Fix looping recursive detection
2015-02-14 Karl Williamsonmktables: Remove unused variable
2015-02-14 Karl Williamsonmktables: Fix typo in comment
2015-02-13 David Mitchellbench.pl: fix doc --sort thinko
2015-02-13 David Mitchelladd some more tests for RT #123743
2015-02-13 Lukas Maiadd a comment documenting STATIC_ASSERT_GLOBAL/STATIC_A...
2015-02-12 Steve HayAdd new DebugSymbols and DebugFull CFG options to Windo...
2015-02-12 Karl Williamsonbisect-runner.pl: Fix too long verbatim in pod
2015-02-12 Chris 'BinGOs... Update Pod-Perldoc to CPAN version 3.25
2015-02-12 Hugo van der... fix assertions for UTF8_TWO_BYTE_HI/LO
2015-02-11 Hugo van der... Add --crash option for Porting/bisect
2015-02-11 Chris 'BinGOs... Update Pod-Parser to CPAN version 1.63
2015-02-11 Chris 'BinGOs... Update Config-Perl-V to CPAN version 0.23
2015-02-11 Jarkko Hietaniemiinfnan: revert nan payload/signaling changes
2015-02-11 Jarkko Hietaniemiinfnan: store the nan payload error in an optional SV
2015-02-11 Jarkko Hietaniemiinfnan: perldata tweaks
2015-02-11 Steve HayRemove duplicate declaration of win32_stat from win32...
2015-02-11 Steve HaySilence compiler warnings with gcc 4.7.2 and 4.8.1...
2015-02-11 Karl WilliamsonUnicode::UCD: Fix synopsis
2015-02-11 Jarkko Hietaniemiinfnan: separate the nan payload overflow and invalid...
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
next