This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2010-11-30 Florian RagwitzAdd mg_findext
2010-11-30 Florian RagwitzAdd sv_unmagicext
2010-11-30 Florian RagwitzEliminate strlen and strEQ usage in gv_fetchmethod
2010-11-30 Father ChrysostomosAnother oops.
2010-11-30 Father ChrysostomosOops.
2010-11-30 Father Chrysostomosperldelta entry for [perl #68560]
2010-11-30 Father Chrysostomos[perl #68560] calling closure prototype SEGVs
2010-11-30 Jan DuboisUse default stack size on Windows
2010-11-29 Chris 'BinGOs... Change the default for usemymalloc to 'n' for NetBSD
2010-11-29 David GoldenFilehandle method calls load IO::File on demand
2010-11-29 Nicholas ClarkFollowing fbcaf61123069fe4, remove perlmain.c from...
2010-11-29 Florian RagwitzFix a typo in perlmod
2010-11-29 Florian RagwitzUpgrade Memoize from version 1.01_03 to 1.02
2010-11-29 Nicholas ClarkAdd a verbose option to -DP, and replace C<#if 0> block...
2010-11-29 Nicholas ClarkIn Perl_sv_gets(), shortbuffered is always 0 when rslen...
2010-11-29 Father Chrysostomosperldelta entry for [perl #63540]
2010-11-29 Father Chrysostomos[perl #63540] bizarre closure lossage
2010-11-29 Nicholas ClarkBreak out code from Perl_sv_gets() which is self contai...
2010-11-29 Tony CookFix C++ build problems introduced in 9a5a5549
2010-11-29 David Mitchelldocument why eintr.t needs to be skipped on Win32
2010-11-29 David Mitchellin perlipc, 'named pipes' was in signals section
2010-11-29 Father Chrysostomosperldelta: The last few commits are not noteworthy
2010-11-29 Father Chrysostomosperldelta for 94a75ecf
2010-11-29 Lukas Mai[perl #79914] documentation bug in perldoc perlvar $|
2010-11-29 Father ChrysostomosAUTHORS: e-mail addr for Lukas Mai
2010-11-28 Craig A. BerryMake vms/writemain.pl go the way of writemain.SH.
2010-11-28 Nicholas ClarkCorrect a copy&pasto - := is now an error, and no longe...
2010-11-28 Father Chrysostomosperldelta for d54f8cf785
2010-11-28 Nicholas ClarkMake my $pi := 4; a syntax error.
2010-11-28 Father Chrysostomosperldelta for 75f5d3312
2010-11-28 brian d foyperlfaq5: How do I make a temporary file name?
2010-11-28 Nicholas ClarkRemove makeaperl, never used, a wrapper for ExtUtils...
2010-11-28 Father Chrysostomos++substr $re::VERSION, -1
2010-11-28 Andreas J.... Tiny pod fix
2010-11-28 Father Chrysostomosperldelta up to 8e747b69
2010-11-28 David Mitchelldisable t/io/eintr.t on windows
2010-11-28 Nicholas ClarkGenerate perlmain.c using ExtUtils::Miniperl, instead...
2010-11-28 Craig A. BerrySkip eintr.t on VMS.
2010-11-28 Nicholas ClarkProper Makefile dependencies for the x2p/s2p rule.
2010-11-28 Rafael Garcia... Revert "Configure has a path to less and perl5db.pl...
2010-11-28 Karl Williamsonreg_fold.t: Add tests for simple Latin1 folds
2010-11-28 Karl Williamsonreg_fold.t: Disable single char fold testing
2010-11-28 Karl Williamsonfold_grind.t: Enable EXACTish tests
2010-11-28 Karl Williamsontest.pl: Add native to uni ord fcns
2010-11-28 Karl Williamsonregcomp.c: Handle EXACTFU nodes in optimizer
2010-11-28 Karl Williamsonregcomp.c: Use hex instead of octal for debug ords
2010-11-28 Karl WilliamsonFix debug output
2010-11-28 Karl Williamsonregcomp.c: Typo in comment
2010-11-28 Karl Williamsonregcomp.c: Generate EXACTFU nodes
2010-11-28 Karl Williamsonregcomp.c: remove unnecessary tests
2010-11-28 Karl Williamsonregexec.c: Add handling for EXACTFU nodes
2010-11-28 Karl Williamsonregexec.c: pull array lookup out of loop
2010-11-28 Karl Williamsonutf8.h: Add #define for Greek small MU
2010-11-28 Karl Williamsonregexec.c: clarify comments
2010-11-28 Karl Williamsonregcomp.sym: Add EXACTFU regnode
2010-11-28 Karl Williamsonregexec.c: Latin1 chars can fold match UTF8_ALL
2010-11-28 Karl Williamsonfold_grind.t: Make unicode semantics pattern differently
2010-11-28 Karl WilliamsonAdd Perl_foldEQ_latin1()
2010-11-28 Father Chrysostomosperldelta for 04698ff
2010-11-28 Father Chrysostomosperldelta up to a51ee39b
2010-11-28 Father Chrysostomosperldelta up to abf9167d
2010-11-28 John PeacockBring core Perl in line with CPAN 0.86 release
2010-11-27 Father ChrysostomosAdd Socket version numbers to perldelta
2010-11-27 Father ChrysostomosIncrease Socket.pm’s version
2010-11-27 Father Chrysostomosperldelta up to 2a25d7b6
2010-11-27 Father ChrysostomosSuppress test warning added by 04698ff6
2010-11-27 Father ChrysostomosMake *ISA assignment slightly faster
2010-11-27 Craig A. BerryBump Time::HiRes version after 4edfaa8809ab489b9ce1c793...
2010-11-27 Father ChrysostomosIncrease PerlIO::scalar’s version
2010-11-27 Father Chrysostomosmro.c: Assert that the previous commit is correct
2010-11-27 Father ChrysostomosAvoid a redundant check in mro.c
2010-11-27 Father ChrysostomosIncrease overload.pm’s version
2010-11-27 Michael Fig[perl #79680] overload 1.10 sprintf fails taint checking
2010-11-27 Father ChrysostomosAdd Michael Fig to AUTHORS
2010-11-27 Father Chrysostomos[perl #78716] Bogus read after seek beyond end of string
2010-11-27 Father ChrysostomosAdd Devel:: to the -d:- perldelta entry
2010-11-27 Father Chrysostomosperldelta up to a3179684
2010-11-27 Father Chrysostomos[perl #79178] STORE/FETCH of tie()d hash get stringifie...
2010-11-27 Rafael Garcia... Fix a warning (that spotted a potential mro bug that...
2010-11-27 Craig A. BerrySkip multi-arg piped open in autodie test on VMS.
2010-11-27 Craig A. BerrySkip t/porting/FindExt.t on VMS.
2010-11-27 Craig A. BerryFix Time::HiRes probes on VMS.
2010-11-26 Father Chrysostomos[perl #78908] Reinstate mod for one more stable release
2010-11-26 Chris 'BinGOs... Update MIME-Base64 to CPAN version 3.13
2010-11-26 Father ChrysostomosClarify op_lvalue’s docs
2010-11-26 Father Chrysostomos[perl #78810] PERLDB_NOOPT ignored by adjacent nextstat...
2010-11-26 Rafael Garcia... No need to nest printfs. DIE() takes format strings.
2010-11-26 Father ChrysostomosFix compiler warning
2010-11-26 Father ChrysostomosAvoid redundant hv_delete call in pp_entereval
2010-11-26 Father Chrysostomos[perl #78634] Conflict in defining constant INIT
2010-11-26 David MitchellMake PerlIO marginally reentrant
2010-11-26 David Mitchellperlio: always guard against null function table
2010-11-26 David Mitchelladd PerlIO_init_table() to initialise PL_perio
2010-11-26 David Mitchelladd 'head' field to PerlIOl struct
2010-11-26 David Mitchellmake PL_perlio an array of PerlIOl, not PerlIO *
2010-11-26 Nicholas ClarkIn deparse.t, give a description to every test. Remove...
2010-11-26 Father ChrysostomosStop eval "BEGIN{die}" from leaking
2010-11-26 H.Merijn BrandSpecial compiler settings only change for 64bitall...
2010-11-26 Chris 'BinGOs... Update MIME-Base64 to CPAN version 3.12
2010-11-26 Jan DuboisCan't spawn fresh Perl interpreter with an empty PATH
next