This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2015-02-20 Sawyer Xupdate perldelta for some modules and pragmas upgrades
2015-02-20 Father Chrysostomosperldelta for e47d32dcd and d27f4b91 / #123712
2015-02-20 Father Chrysostomosperldelta for parser crashes
2015-02-20 Father Chrysostomosperldelta for df442ae4d / #123466
2015-02-20 Father Chrysostomosperldelta for 2f465e08e / #123652
2015-02-20 Karl Williamsonregcomp.c: Add assertion
2015-02-20 Karl WilliamsonAdd \b{sb}
2015-02-20 Karl Williamsonregen/mk_invlists.pl: Add tables for \b{sb}
2015-02-20 Karl WilliamsonAdd qr/\b{wb}/
2015-02-20 Karl Williamsonregen/mk_invlists.pl: Add tables for \b{wb}
2015-02-20 Karl WilliamsonRemove obsolete macros/tables for \X
2015-02-20 Karl Williamsonregexec.c: White-space only
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-20 Karl Williamsonregen/mk_invlists.pl: Add GCB tables
2015-02-20 Karl Williamsonregen/mk_invlists.pl: Revamp #if generation
2015-02-20 Karl Williamsonregen/mk_invlists.pl: Add capability for line break...
2015-02-20 Karl Williamsonmktables: Refactor \X test so can be used for others
2015-02-20 Craig A. BerryRemove another dead function in vms/vms.c.
2015-02-20 Craig A. BerryFix some style issues in vms/vms.c.
2015-02-19 Craig A. BerryUpdate copyright in vms/vms.c.
2015-02-19 Karl Williamsonregen podcheck.t db
2015-02-19 Craig A. Berryconfigure.com does handle usedevel.
2015-02-19 Craig A. BerryFix t/op/dump.t warning in skip case.
2015-02-18 Tony CookRandy Stauneris now a perl author
2015-02-18 Randy StaunerFix minor code typos in perlunicook
2015-02-18 Ricardo SignesRMG: avoid saying "final" release; gets confused with...
2015-02-18 Karl Williamsonutf8.c: Slight refactor of UTF-16 code
2015-02-18 Karl Williamsonperlre: Nits
2015-02-18 Karl Williamsonperldelta: Fix typo
2015-02-18 Karl Williamsonlib/B/Deparse.t: Suppress unescaped qr/{/ message
2015-02-18 Karl WilliamsonUnicode::UCD: Add charprops_all() public function
2015-02-18 Karl WilliamsonUnicode::UCD: Add charprop public function
2015-02-18 Karl Williamsonlib/Unicode/UCD.t: White-space only
2015-02-18 Karl Williamsonlib/Unicode/UCD.t: Convert some single quotes to double
2015-02-18 Karl WilliamsonUnicode::UCD::prop_value_aliases() Don't return invalid...
2015-02-18 Karl WilliamsonUnicode::UCD: Pod corrections, clarifications
2015-02-18 Hugo van der... [perl #123874] fix argument underflow for pack()
2015-02-18 Hugo van der... [perl #123870] fixup trie runtime debug output
2015-02-18 Steve HayRemove some remnants of x2p, which was removed by commi...
2015-02-18 Craig A. BerryMake nowait spawn return correct pid on VMS.
2015-02-18 Hugo van der... [perl #123852] avoid capture side-effects under noncapt...
2015-02-17 Chris 'BinGOs... Fix where we look for the Sun Studio compiler
2015-02-17 Karl Williamsonpp_pack.c: White-space only
2015-02-17 Karl Williamsonpp_pack.c: Rmv useless code
2015-02-17 Karl Williamsonpp_pack.c: Refactor to remove #if EBCDIC
2015-02-17 Karl Williamsonpp_pack.c: Change name of some static functions
2015-02-17 Karl Williamsonperldsc: Wrap too-long verbatim lines
2015-02-17 Karl Williamsont/io/bom.t: Generalize for non-ASCII platforms
2015-02-17 Chris 'BinGOs... Update Unicode-Collate to CPAN version 1.11
2015-02-17 Hugo van der... fix handling of non-strict \x{}
2015-02-17 Craig A. BerryRemove dead function from vms/vms.c
2015-02-17 Tony Cookperldelta for 816b056ffb99, 3bea78d24634
2015-02-16 Tony Cookh2ph: correct handling of hex constants for the preamble
2015-02-16 Petr PísařFix Errno.pm generation for gcc-5.0
2015-02-16 Tony Cookperldelta for 436b3d12366a, 2631bbca12a9
2015-02-16 Tony Cook[perl #123836] dump LABEL shouldn't be goto LABEL
2015-02-16 Tony Cook[perl #123836] basic tests for dump, catches the issue...
2015-02-16 Shlomi FishModernize the code - "my" declarations and comments.
2015-02-16 Chris 'BinGOs... Socket updated to CPAN version 2.018
2015-02-16 Chris 'BinGOs... CPAN has version 5.20150214 now
2015-02-16 Father ChrysostomosDeparse state sub defined in inner subs
2015-02-16 H.Merijn Brandregen uconfig
2015-02-16 H.Merijn BrandSmall doc change
2015-02-16 Steve HayRMG: Encourage use of analysis.cpantesters.org/beforema...
2015-02-16 Daniel Draganrestore VC with dmake after commit "Fix minitest (op...
2015-02-16 Father Chrysostomos[perl #123712] Don’t check sub_inwhat
2015-02-16 Hugo van der... [perl #123816] fix stat stacking
2015-02-16 Father Chrysostomos[perl #123712] Fix /$a[/ parsing
2015-02-16 Father Chrysostomostoke.c: Don’t bother setting type for FORMRBRACK
2015-02-16 Father Chrysostomosperly.y: Remove type from ';'
2015-02-15 Hugo van der... [perl #123843] fix SEGV reading data->flags
2015-02-15 Daniel Dragan(rmv dead -I paths for mktables + rmv copying non-exist...
2015-02-15 Ricardo Signesrelease schedule udpates through March 2015
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
next