This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-06-30 Father Chrysostomos[perl #113012] String negation under ‘use integer’
2012-06-30 Father Chrysostomos[perl #113006] perllocale: change Spanish to traditiona...
2012-06-30 Father Chrysostomosop.c: Remove unnecessary variable
2012-06-30 Father ChrysostomosDon’t crash with formats in special blocks
2012-06-30 Karl Williamsonperlguts: Document that PV can point to non-string
2012-06-30 Karl Williamsonregcomp.c: Optimize /[0-9]/ into /\d/a
2012-06-30 Karl Williamsonregcomp.c: Optimize e.g., /[^\w]/, /[[^:word:]]/ into...
2012-06-30 Karl Williamsonregcomp.c: Simply some node calculations
2012-06-30 Karl Williamsonregcomp.sym: Reorder a couple of nodes
2012-06-30 Karl Williamsonreg_fold.t: Make test cases non-optimizable away
2012-06-30 Karl Williamsonregcomp.c: Simplify compile time [^..] complement
2012-06-30 Karl Williamsonregcomp.c: Rename variable to reflect new purpose
2012-06-30 Karl Williamsonregcomp.c: Have a subroutine do the work
2012-06-30 Karl Williamsonregcomp.c: Remove obsolete code
2012-06-30 Karl Williamsonregcomp.c: White-space, comments only
2012-06-30 Karl Williamsonregcomp.c: Remove unnecessary 'if' test
2012-06-30 Karl Williamsonregcomp.c: Use more inversion lists in [] char classes
2012-06-30 Karl Williamsonhandy.h: Fix isBLANK_uni and isBLANK_utf8
2012-06-30 Karl Williamsonno_utf8_pm.t: Add blank between 'not' and 'ok' in .t
2012-06-29 Jesse Luehrsfix compiler warning
2012-06-29 Father ChrysostomosMake formats close over the right closure
2012-06-29 Father Chrysostomos[perl #113812] Always use find_runcv when cloning a sub
2012-06-29 Father Chrysostomos[Merge] CV-based slab allocator for ops
2012-06-29 Father ChrysostomosTeach diagnostics.pm about %p
2012-06-29 Father ChrysostomosIncrease $diagnostics::VERSION to 1.30
2012-06-29 Father Chrysostomosperldiag: Document ‘Slab leaked from cv’
2012-06-29 Father ChrysostomosWhen reusing op slots, only zero as much as needed
2012-06-29 Father Chrysostomos-DS should not invoke warnhook
2012-06-29 Father Chrysostomosop.c: Memory funcs need dVAR
2012-06-29 Father Chrysostomosfresh_perl.t: Skip #112312 tests on miniperl
2012-06-29 Father ChrysostomosEnlarge the last slot on an op slab to fit
2012-06-29 Father ChrysostomosDefine cv_forget_slab under PL_OP_SLAB_ALLOC
2012-06-29 Father ChrysostomosTest perl #112312, crash on syntax error
2012-06-29 Father ChrysostomosTest bug #111462, Safe + %^H + disallowed ops
2012-06-29 Father Chrysostomosperlhacktips: Update PERL_DEBUG_READONLY_OPS
2012-06-29 Father ChrysostomosPERL_IMPLICIT_SYS can use the new slab allocator
2012-06-29 Father ChrysostomosAdd slab allocation diagnostics (under perl -DS)
2012-06-29 Father Chrysostomos-DS option for slab allocation
2012-06-29 Father ChrysostomosCV-based slab allocation for ops
2012-06-29 Father ChrysostomosAdd OP_FREED op type
2012-06-29 Father ChrysostomosFlag ops that are on the savestack
2012-06-29 Father Chrysostomosdump.c: Dump CVf_SLABBED
2012-06-29 Father ChrysostomosAdd CVf_SLABBED flag
2012-06-29 Jesse Luehrsfix 386a548 for fallback => undef
2012-06-29 Jesse Luehrsperldelta for 27c6f44
2012-06-29 Jesse Luehrs"use overload fallback => 0" should enable overloading...
2012-06-29 Father ChrysostomosFormats in closures called outside closures → crash
2012-06-29 Jesse Luehrsfix storing objects with reftype REF [perl #113880]
2012-06-29 Jesse Luehrsperldelta updates for 6728836, d60d201, 82f9620, 7878705
2012-06-28 Father ChrysostomosDon’t let formats outlive their outer subs
2012-06-28 Father Chrysostomosdiagnostics.t: Restore test name removed by f0e510f
2012-06-28 Father Chrysostomosperldiag: Add missing regexp delims
2012-06-28 Jesse Luehrspropagate context into overloads [perl #47119]
2012-06-28 Jesse Luehrsmore in depth tests for 8e4ecf2
2012-06-27 Jesse Luehrsfix 4f8dbb2d
2012-06-27 Father Chrysostomosperly.*: update regen_perly checksum
2012-06-27 Reini Urbanregen_perly.pl: support latest bison-2.5.1
2012-06-27 Father Chrysostomospp.c: Restore uninit warning to study
2012-06-27 Jesse Luehrsclean up compilation warnings
2012-06-27 Jesse Luehrsadd a few comments to bisect-runner.pl docs
2012-06-27 Father Chrysostomos[Merge] [perl #109408] Documentation that refers to...
2012-06-27 Brian Fraser[perl #109408] Documentation that refers to Perl 5...
2012-06-27 Brian Fraserperlvar: #109408
2012-06-27 Brian Fraserperlutil: #109408
2012-06-27 Brian Fraserperluniintro: #109408
2012-06-27 Brian Fraserperlunifaq: #109408
2012-06-27 Brian Fraserperlunicode: #109408
2012-06-27 Brian Fraserperltrap: #109408
2012-06-27 Brian Fraserperlthrtut: #109408
2012-06-27 Brian Fraserperlsub: #109408
2012-06-27 Brian Fraserperlsec: #109408
2012-06-27 Brian Fraserperlrun: #109408
2012-06-27 Brian Fraserperlretut: #109408
2012-06-27 Brian Fraserperlreftut: #109408
2012-06-27 Brian Fraserperlref: #109408
2012-06-27 Brian Fraserperlrebackslash: #109408
2012-06-27 Brian Fraserperlre: #109408
2012-06-27 Brian Fraserperlport: #109408
2012-06-27 Brian Fraserperlpod: #109408
2012-06-27 Brian Fraserperlop: #109408
2012-06-27 Brian Fraserperlmod: #109408
2012-06-27 Brian Fraserperllocale: #109408
2012-06-27 Brian Fraserperlipc: #109408
2012-06-27 Brian Fraserperlfunc: #109408
2012-06-27 Brian Fraserperlform: #109408
2012-06-27 Brian Fraserperldsc: #109408
2012-06-27 Brian Fraserperldata: #109408
2012-06-27 Brian Fraserperlcall: #109408
2012-06-27 Father Chrysostomosdiag.t: Skip, rather than, TODO for cat tests
2012-06-27 Father Chrysostomosdiag.t: Don’t emit erroneous passing to-do tests
2012-06-27 Father Chrysostomosdiagnostics.t: Tweak to get tests passing
2012-06-27 Father Chrysostomos[Merge] perldiag.pod severity/category cleanup
2012-06-27 Father Chrysostomosdiag.t: Check categories and severity
2012-06-27 Father Chrysostomosdiag.t: Use correct variable
2012-06-27 Father Chrysostomosdiag.t: Load test.pl in BEGIN
2012-06-27 Father Chrysostomosperldiag: ‘Unicode surrogate is illegal’ is a default...
2012-06-27 Father Chrysostomosperldiag: ‘Code point is not Unicode’ is a default...
2012-06-27 Father Chrysostomosperldiag: ‘Operation returns its argument’ is a default...
2012-06-27 Father Chrysostomosperldiag: ‘...illegal for interchange’ is a default...
2012-06-27 Father Chrysostomosperldiag: ‘UTF-16 surrogate U+%X’ is a default warning
next