This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-09-05 SmylersHave perlbug report version being patched
2013-09-05 SmylersConsistent indent on shell commands
2013-09-05 Smylersperlhack.pod tidied
2013-09-04 Steve HayUpgrade Socket from version 2.011 to 2.012
2013-09-04 Nicholas ClarkThe bisect tool now takes test scripts as targets,...
2013-09-04 Reini Urban[perl #119481] Check SvVALID for !SvSCREAM, skip PAD
2013-09-03 SmylersRestore perlrepository.pod in stub form
2013-09-03 ZeframCarp-1.32 has been released to CPAN
2013-09-03 Steve Hayversion has been upgraded from version 0.9903 to 0...
2013-09-03 John PeacockSync core with CPAN version.pm release
2013-09-02 Craig A. BerryAnother reason for home-grown kill() on VMS.
2013-09-02 Karl Williamsontoke.c: Clarify comment
2013-09-02 Brian Frasert/op/for.t: Skip a test if the require for XS::APItest...
2013-09-02 Father ChrysostomosDon’t assume targs are contiguous for ‘my $x; my $y’
2013-09-02 Nicholas ClarkMerge the changes to the internals of match variables.
2013-09-02 Nicholas ClarkAdd a perldelta entry for the changes to the internals...
2013-09-02 Nicholas ClarkSimplify some code in Perl_magic_get() and Perl_magic_s...
2013-09-02 Nicholas ClarkRemove now unused $` $' ${^MATCH} ${^PREMATCH} ${^POSTM...
2013-09-02 Nicholas ClarkStore all other match vars in mg_len instead of mg_ptr...
2013-09-02 Nicholas ClarkStore the match vars in mg_len instead of calling atoi...
2013-09-02 Steve Hayperldelta - Fill in some TODOs, wrap lines etc.
2013-09-01 Father Chrysostomostoke.c:scan_const: Don’t use PL_bufptr
2013-09-01 Father ChrysostomosTeach mro code about null array elements
2013-09-01 Father ChrysostomosRefactor some parser.t line number tests
2013-09-01 Father ChrysostomosFix debugger lines with keyword <newline> =>
2013-09-01 Father Chrysostomosline_debug.t: Add diagnostics
2013-09-01 Father ChrysostomosFix two line numbers bugs involving quote-like ops
2013-09-01 Father Chrysostomos[perl #115768] improve (caller)[2] line numbers
2013-09-01 Father Chrysostomostest.pl:runperl: more portability warnings
2013-09-01 Father Chrysostomostoke.c: Reorder checks around deprecate_escaped_meta
2013-09-01 Father Chrysostomosperl5200delta: Remove Function::Parameters
2013-09-01 Father ChrysostomosMention Tk in perl5200delta
2013-09-01 Chris 'BinGOs... Update parent to CPAN version 0.227
2013-09-01 Steve Hayperldelta - CPAN::Meta::Requirements has been upgraded
2013-09-01 Steve HayUpgrade Unicode::Collate from version 0.98 to 0.99
2013-09-01 Steve HayUpgrade Scalar-List-Utils from version 1.31 to 1.32
2013-09-01 Chris 'BinGOs... Update Module-Load-Conditional to CPAN version 0.58
2013-08-31 Karl Williamsonlib/locale.t: Refactor some tests
2013-08-31 Karl WilliamsonMake printf, sprintf respect 'use locale' for radix
2013-08-31 Karl Williamsonlib/locale.t: Add a bunch of tests
2013-08-31 Karl Williamsonlib/locale.t: Display unassigned chars
2013-08-31 Karl Williamsonlib/locale.t: Change debug output
2013-08-31 Karl Williamsonlib/locale.t: Display :punct: characters under debug...
2013-08-31 Karl Williamsonlib/locale.t: Use hash keys instead of many arrays
2013-08-31 Karl WilliamsonMore changes to perllocale and POSIX.pod setlocale
2013-08-31 Chris 'BinGOs... Update CPAN-Meta-Requirements to CPAN version 2.123
2013-08-30 Craig A. BerryUse explicit glob in concise.t.
2013-08-30 Steve HayUpgrade Module::Load::Conditional from version 0.54...
2013-08-29 Steve Hayperldelta - Note upgrades to Encode and ExtUtils::ParseXS
2013-08-29 Zeframpreserve $! and $^E in Carp
2013-08-29 Chris 'BinGOs... Update Encode to CPAN version 2.54
2013-08-29 Chris 'BinGOs... Update ExtUtils-ParseXS to CPAN version 3.22
2013-08-29 Steve HayBetter check for the fork emulation in t/win32/signal.t
2013-08-29 Karl WilliamsonAllow trie use for /iaa matching
2013-08-29 Karl WilliamsonRemove no longer necessary constants
2013-08-29 Karl WilliamsonRemove newly unnecessary regnode, code
2013-08-29 Karl Williamsonregcomp.c: Create better estimate of trie match lengths
2013-08-29 Karl Williamsonregcomp.c: Split count variable into two: min, max
2013-08-29 Karl Williamsonfold_grind.t: Modify trie test
2013-08-29 Karl Williamsonregcomp.c: White-space, comment only
2013-08-29 Karl Williamsonregcomp.c: Remove unreachable code
2013-08-29 Karl Williamsonregexec.c: Add comments, assertions
2013-08-29 Karl Williamsonregcomp.c: White-space only
2013-08-29 Karl Williamsonutf8.c: Add comment
2013-08-29 Karl Williamsonutf8.c: Add omitted fold cases
2013-08-29 Karl Williamsonutf8.h: White space only
2013-08-29 Karl Williamsonutf8.h, unicode_constants.h: Add some #defines.
2013-08-29 Nicholas ClarkIn Perl_magic_setdbline, replace the use of atoi()...
2013-08-29 Karl WilliamsonMerge branch 'ebcdic' into blead
2013-08-29 Karl Williamsonutf8.c: Move some code around for speed
2013-08-29 Karl Williamsonutf8.h: Fix UTF8_IS_SUPER defn for EBCDIC
2013-08-29 Karl Williamsonpp.c, regexec.c: Declare buffers large enough
2013-08-29 Karl Williamsonutf8.c: Remove wrapper functions.
2013-08-29 Karl Williamsonperlapi vis utf8.c: Nits
2013-08-29 Karl Williamsongv.c: Add comment
2013-08-29 Karl Williamsonutf8.c: Move 2 functions to earlier in file
2013-08-29 Karl Williamsonregcomp.c: Add missing (parens) to expression
2013-08-29 Karl Williamsontoke.c: Fix EBCDIC bugs with single char variable names
2013-08-29 Karl Williamsontoke.c: An EBCDIC fix
2013-08-29 Karl Williamsonperlio.c: Generalize for EBCDIC
2013-08-29 Karl Williamsonunicode_constants.h: Add #defines for CR, LF
2013-08-29 Karl Williamsonregcomp.c: In EBCDIC [i-j] exclude also ASCII
2013-08-29 Karl Williamsonutf8.c: Don't use slower general-purpose function
2013-08-29 Karl Williamsonutf8.c: Don't do ++ in macro parameter
2013-08-29 Karl Williamsonutf8.c: Use macro instead of duplicating code
2013-08-29 Karl Williamsonutf8.h: Clarify comments
2013-08-29 Karl Williamsonutf8.c: Avoid unnecessary UTF-8 conversions
2013-08-29 Karl Williamsonutf8.c: No need to check for UTF-8 malformations
2013-08-29 Karl Williamsonutf8.c: Fix so UTF-16 to UTF-8 conversion works under...
2013-08-29 Karl Williamsonutf8.h, utfebcdic.h: Add #define
2013-08-29 Karl Williamsonpp.c: White-space only
2013-08-29 Karl WilliamsonFix valid_utf8_to_uvchr() for EBCDIC
2013-08-29 Karl Williamsont/test.pl: Add comment about EBCDIC
2013-08-29 Karl WilliamsonFix EBCDIC bugs in UTF8_ACUMULATE and utf8.c
2013-08-29 Karl Williamsonregcomp.c: Fix bug in EBCDIC
2013-08-29 Karl Williamsontoke.c: Simplify some code
2013-08-29 Karl Williamsonsv.c: Make less ASCII-centric
2013-08-29 Karl Williamsondump.c: Make less ASCII-centric:
2013-08-29 Karl Williamsonhv.c: Stop being ASCII-centric
2013-08-29 Karl Williamsonutfebcdic.h: Change 'unsigned char' to U8
next