This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-07-10 Colin KuskieRefactor t/op/join.t to use test.pl instead of making...
2012-07-10 Nicholas ClarkExpand $^O at build time when generating Config::_V()
2012-07-10 Nicholas ClarkIn configpm, switch to using sprintf for part of genera...
2012-07-09 Colin KuskieRefactor t/lib/commonsense.t to use t/test.pl instead...
2012-07-09 Steve HayImprove support for building on Windows with mingw...
2012-07-08 Karl Williamsonhandy.: Add some tests for its API
2012-07-08 Karl Williamsonhandy.h: Fix broken is_ASCII_utf8()
2012-07-08 Father ChrysostomosCorrect err msg when calling stub w/no autoload fb
2012-07-08 Father Chrysostomosanonsub.t: Improve test for [perl #71154]
2012-07-08 Father ChrysostomosLet rv2cv-hook CVs’ protos participate in method intuition
2012-07-08 Tony Cookfix -Uusedl builds
2012-07-08 Tony Cookperldelta: fix typo noticed by rurban
2012-07-07 Father Chrysostomos[perl #113016] Parse CORE::foo::bar as a bareword
2012-07-07 Father Chrysostomosrv2cv hooks should not create 2nd-class subs
2012-07-07 Father Chrysostomostoke.c: Correct comment
2012-07-07 Tony Cookperldelta: note a few interesting changes
2012-07-06 Jesse Luehrsdocument the append parameter to sv_gets [perl #72244]
2012-07-06 Craig A. Berryperldelta for 22831cc58b76.
2012-07-06 Craig A. BerryUnquote spawned command verbs on VMS.
2012-07-06 Father Chrysostomosdo-file should not force a bareword
2012-07-06 Father ChrysostomosLet do.t run from the top level
2012-07-06 Father Chrysostomosdo.t: Load test.pl at BEGIN time
2012-07-06 Father ChrysostomosTest ‘Missing name in "my sub"’
2012-07-06 Jesse Luehrsboth INT64_C and UINT64_C should be guarded [perl ...
2012-07-06 Tony Cookrt #72232 - ignore wday/yday in mini_mktime as indirect...
2012-07-06 David Goldenperlfunc: clarify 'our' again for vars.pm behavior
2012-07-06 David Goldenperlfunc: clarify docs for 'package' [perl #113974]
2012-07-06 David Goldenvars.pm: remove 'obsolete' description [perl #113974]
2012-07-06 Ricardo Signescorrect the perlfunc explanation of use vars
2012-07-05 David Goldenperlfunc: clarify docs for 'our' [perl #113974]
2012-07-05 Nicholas Clark[perl #112820] t/op/sprintf.t failure on FreeBSD 4.6
2012-07-05 Jesse Luehrsperldelta for 317f3b6
2012-07-05 Father ChrysostomosIncrease $B::Concise::VERSION to 0.91
2012-07-05 Father Chrysostomos[perl #78064] print(const || bare) and const folding
2012-07-05 Father ChrysostomosRecord folded constants in the op tree
2012-07-04 Father ChrysostomosAdd Oleg Nesterov to AUTHORS
2012-07-04 Oleg Nesterov[perl #113980] pp_syscall: "I32 retval" truncates the...
2012-07-04 Father ChrysostomosUse ‘state’ in warning about sort {state $a}
2012-07-04 Father Chrysostomosop.c: Merge some code
2012-07-04 Tony Cookperldelta: move several change notes to Selected Bug...
2012-07-04 Father Chrysostomos[perl #86136] Downgrade sort {my $a} to a warning
2012-07-04 Father Chrysostomossv.c: Correct comment
2012-07-04 Jesse Luehrsfix perlobj SUPER example [perl #113972]
2012-07-03 Father Chrysostomosparser.h: Add comments explaining *bufptr
2012-07-03 Father Chrysostomosparser.h: Correct comment explaining last_lop_op
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
next