platform/upstream/perl.git
2012-07-03 Father Chrysostomossv.h: Improve docs of Sv[GS]ETMAGIC
2012-07-03 Jesse Luehrsfix compile warnings in malloc.c [perl #75340]
2012-07-03 Colin KuskieRefactor t/op/splice.t to use t/test.pl instead of...
2012-07-03 Nicholas ClarkAdd another address for Colin Kuskie to checkAUTHORS.pl
2012-07-03 Tony Cook[rt.cpan.org #61577] VMS doesn't support UNIX sockets
2012-07-03 Eric BrineAvoid needless use of deprecated exists on array elements
2012-07-03 Jesse Luehrsconstant folding shouldn't change return value of while...
2012-07-03 Father Chrysostomostoke.c: Merge UNI2 and UNIBRACK
2012-07-03 Matthew Horsfall... For #16249 - Overwrite PL_last_lop_op when eval() is...
2012-07-03 Father Chrysostomosperlfunc: Fix do-sub mistake
2012-07-03 Father Chrysostomosop.c:newFOROP: Fall back to realloc for unslabbed ops
2012-07-03 Craig A. BerryFix ill-named Test::Harness test and bump version.
2012-07-02 Jesse Luehrsfix 64-bit compiler warning
2012-07-02 Father Chrysostomospad.c: Improve intro_my docs
2012-07-02 Father ChrysostomosPut a cap on op slab sizes
2012-07-02 Father ChrysostomosUse find_runcv_where for pp_coreargs and pp_runcv
2012-07-02 Nicholas Clarks/thinngy/thingy/ in a comment in sv.c
2012-07-02 Tony Cookperldelta for 18042359, 9adbac0b
2012-07-02 Tony Cookbump IO.pm version
2012-07-02 Tony Cook[rt.cpan.org #61577] try harder to get socket information
2012-07-02 Dominic Hargreavesadd Test::More as a prereq to Makefile.PL
2012-07-02 Tony Cookbump IO::Socket version
2012-07-02 Tony Cookdocument the limitations of protocol(), sockdomain...
2012-07-02 Tony Cook[rt.cpan.org #61577] try to populate socket info when...
2012-07-02 Tony Cook[rt.cpan.org #61577] propagate socket details on accept
2012-07-02 Tony Cook[rt.cpan.org #61577] sockdomain and socktype undef...
2012-07-01 Karl WilliamsonFix up pod references to deprecated function
2012-06-30 Father ChrysostomosCloning a format whose outside has been undefined
2012-06-30 Shlomi FishFix perl -d’s "l" command.
2012-06-30 Darin McBrideperldelta for 9d7bf4
2012-06-30 Father Chrysostomosop.c: S_op_integerize: -foo no longer needs an exception
2012-06-30 Father Chrysostomospad.c: Update comments
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
next