This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-07-18 Jan DuboisFixup indentation
2012-07-18 Daniel DraganAdding support for Visual C's __declspec(noreturn)...
2012-07-18 Tony Cookperldelta updates
2012-07-17 Tony Cooksync() on a read-only file handle doesn't work on cygwi...
2012-07-15 Chip Salzenbergperldelta description of magic flags patch
2012-07-15 Chip Salzenbergmark blead-only modifications of Compress::Raw::{Bzip2...
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-07-15 Father Chrysostomosperldelta updates
2012-07-15 Father Chrysostomosdump.c: Dump op->op_s(labbed|avefree)
2012-07-15 Father ChrysostomosRemove op_latefree(d)
2012-07-15 Father Chrysostomosperly.y: Remove use of latefree from package foo {}
2012-07-15 Father Chrysostomosop.c: ck_grep does not need to call listkids
2012-07-15 Father Chrysostomosop.c: ck_fun does not need to call LINKLIST
2012-07-15 Father Chrysostomosop.c:ck_grep: Remove unnecessary op_next assignments
2012-07-15 Father Chrysostomosop.c: ck_grep does not need to check num of args
2012-07-15 Father Chrysostomospp_hot.c: Mention that pp_grepstart calls pp_pushmark
2012-07-15 Father ChrysostomosSimplify ck_grep
2012-07-15 Father Chrysostomosop.c: Further simplify ck_sort
2012-07-14 Tony CookUpgrade Socket to 2.002
2012-07-14 Father Chrysostomosop.c: Consistent tweak; podchecker complaints
2012-07-14 Shlomi FishUpdate perlop's bignum modules list.
2012-07-14 Father Chrysostomosop.c: Missing line break
2012-07-14 Father ChrysostomosDisentangle ck_sort and grep
2012-07-14 Father Chrysostomos[perl #113710] Make __SUB__ work in sort block
2012-07-14 Yves Ortonfix RT#114068 optimizer handles MEOL in middle of patte...
2012-07-14 Father Chrysostomos[perl #113576] Restore err msg for &{+undef}
2012-07-14 Father Chrysostomos[perl #113470] Constant folding for pack
2012-07-14 Father Chrysostomos[perl #113020] INSTALL: Clarify CPAN::autobundle
2012-07-13 Robin Barkersilence override warning
2012-07-13 Father Chrysostomosmro/basic.t: Squelch warning
2012-07-13 Robin Barkersilence warning about use of --libpods
2012-07-13 Robin Barkersilence compiler warning - casting void* to IV
2012-07-13 Father Chrysostomosmg_vtable.pl: Mention all generated files
2012-07-13 Father ChrysostomosFix @{*ISA} autovivification
2012-07-13 Father ChrysostomosFix *ISA = *glob_without_array
2012-07-12 Father Chrysostomosop.c: Make slabs sizes powers of two
2012-07-12 Father Chrysostomosperldelta update
2012-07-12 Father Chrysostomosperlhacktips: PERL_DEBUG_READONLY_OPS update
2012-07-12 Father Chrysostomostodo.pod: Clean up entries related to op slabs
2012-07-12 Father ChrysostomosEliminate PL_OP_SLAB_ALLOC
2012-07-12 Father Chrysostomosop.c:pmruntime: Remove redundant cv_forget_slab
2012-07-12 Father ChrysostomosPERL_DEBUG_READONLY_OPS with the new allocator
2012-07-12 Steve HayEnsure wildcard expansion is enabled for perlglob.exe...
2012-07-12 Chris 'BinGOs... Update autodie to CPAN version 2.12
2012-07-12 Chris 'BinGOs... Update File-Fetch to CPAN version 0.36
2012-07-11 H.Merijn BrandAdd IP probe for ip_mreq
2012-07-11 Darin McBrideAdd AIX7 APAR requirement to get Time::Piece tests...
2012-07-11 Craig A. BerryCast following 22831cc58.
2012-07-11 Tony CookAIX isn't a new platform, move its note to the right...
2012-07-11 Chip Salzenberguse right type for offset in sysread() or syswrite()
2012-07-11 Chip Salzenbergremove silly redundant SvGMAGICAL() test for $\
2012-07-11 Chip Salzenbergensure shmread() calls get and set magic once
2012-07-11 Chip Salzenberghold pid in Pid_t, not I32, for kill()
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]
next