This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2010-07-19 David GoldenList libnet Makefile.PL as excluded
2010-07-18 David Goldencore-cpan-diff: perltidy with default settings
2010-07-18 David Goldencore-cpan-diff: various enhancements
2010-07-18 David Goldencore-cpan-diff: fix handling of file:/// urls
2010-07-18 David Goldencore-cpan-diff: remove trailing spaces
2010-07-18 David Goldencore-cpan-diff: add option for local CPAN mirror
2010-07-18 David Goldenperl5133delta.pod: Notes on CvGV reference counting
2010-07-18 David Mitchelladd CvGV_set() macro and make CvGV() rvalue only
2010-07-18 David Mitchellchange when to make CvGV refcounted
2010-07-18 David Mitchelladd CVf_CVGV_RC flag
2010-07-18 David GoldenFix address of register error from 26a0cb8
2010-07-18 David Goldenperlop.pod: document \o{} escape
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-07-18 Karl Williamsonperlrebackslash: Nits
2010-07-18 Karl Williamsonperlreref.pod: Nits
2010-07-18 Karl Williamsonperlre.pod: Nits
2010-07-18 Karl WilliamsonNits in perlrebackslash
2010-07-18 Karl WilliamsonAdd tests for \400 for "" strings, s//replacement/
2010-07-18 Karl Williamson\400 -\777 now means the same thing in all d-quote
2010-07-18 Karl WilliamsonAdd examples to perlre on perils of not using \g{}
2010-07-18 Karl WilliamsonRemove extra blanks from t/re/re_tests, vim
2010-07-17 Craig A. BerryReinstate aa3f85c5f369736a7e50055b726cf2ca11336ce9.
2010-07-17 Nicholas ClarkIn pp_qr, use gv_stashsv() directly on the SV.
2010-07-16 Craig A. BerryAvoid test suite hang with new readline test on VMS.
2010-07-16 Ben MorrowAdd Perl_blockhook_register to perl5133delta.
2010-07-16 Josh ben JoreUpdate perl5133delta
2010-07-16 Josh ben JoreThe debugger now continues to use RemotePort when it...
2010-07-16 David Goldenperlop.pod: Rephrase hexadecimal escape wording
2010-07-16 David GoldenAdd summary list mode to git-deltatool
2010-07-16 David GoldenMore perl5133delta updates
2010-07-15 Leon BrocardMention that Ask did not actually release 5.11.6
2010-07-15 Jesse VincentSmall spelling/grammar nit to Locale::Maketext::Guts*
2010-07-15 Todd RinaldoClean up older Locale::Maketext internals to no longer...
2010-07-15 Alexandr Ciorniiuse modern Perl style in example
2010-07-15 Alexandr CiorniiMake example work with "use strict" by eliminating...
2010-07-15 Josh ben JoreStop using $ENV{LESS} for parameters not intended for...
2010-07-15 Josh ben JoreConfigure has a path to less and perl5db.pl can use it
2010-07-15 Ben MorrowMacros to en/disable blockhook entries.
2010-07-15 Ben MorrowUpdate MANIFEST.
2010-07-15 Ben MorrowRemove diagnostics from XS-APItest/t/blockhooks.
2010-07-15 Josh ben Jore[perl #72729] Test appending sv_gets for ascii/utf8...
2010-07-15 Josh ben Jore[perl #72729] TODO for aborted readline() returning...
2010-07-15 Josh ben Jore[perl #72729] Truncate sv_gets(sv) only when not append...
2010-07-15 David GoldenAdd a 'blocking' type for git-deltatool
2010-07-15 Karl WilliamsonPATCH: [perl #76502] Fix UCD.pm doc
2010-07-14 David Mitchellprotect CvGV weakref with backref
2010-07-14 David Mitchellin CLONEf_JOIN_IN, cache found stashes
2010-07-14 David Mitchelladd all stash backrefs individually when joining
2010-07-14 David Mitchellmake it an error to look for magic hv backref
2010-07-14 David Mitchellprotect CvSTASH weakref with backrefs
2010-07-14 David Mitchelltidy some code in gv_init()
2010-07-14 David Mitchellprocess xhv_backreferences early in S_hfreeentries
2010-07-14 Josh ben Jore[perl #72729] Test that sv_gets doesn't revive dead...
2010-07-14 Josh ben JoreAdd t/op/readline.t docs
2010-07-14 Josh ben JoreAdd x-ref from call site in do_readline() of sv_grow...
2010-07-14 David GoldenUpdate template for linked perldelta sections in deltatool
2010-07-14 David GoldenAdd help and fix doc typo for git-deltatool
2010-07-14 David GoldenRevise perldelta template to group doc/utility bullets
2010-07-13 Nicholas ClarkFix transient pod infelicities spotted by podcheck.t
2010-07-13 David GoldenAdd more recent commits to perldelta
2010-07-13 Karl Williamsonperlop.pod: Document current \000 \x behavior
2010-07-13 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9007
2010-07-13 Chris 'BinGOs... Update ExtUtil-ParseXS to CPAN version 2.2206
2010-07-13 Chris 'BinGOs... Update Archive-Tar to CPAN version 1.64
2010-07-13 Chris 'BinGOs... Update IPC-Cmd to CPAN version 0.60
2010-07-13 Josh ben JoreReset variables being initialized by readline before...
2010-07-13 Tony Cooknew is a reserved word in C++, don't use it as a variab...
2010-07-12 Nicholas ClarkCreate S_assert_uft8_cache_coherent() with one copy...
2010-07-12 Nicholas ClarkPerl_sv_len_utf8 can use the UTF-8 offset cache to...
2010-07-12 Nicholas ClarkPerl_sv_pos_b2u now calls utf8_mg_len_cache_update...
2010-07-12 Nicholas ClarkS_sv_pos_u2b_cached now updates the UTF-8 length cache...
2010-07-12 Nicholas ClarkBreak S_utf8_mg_len_cache_update() out from Perl_sv_len...
2010-07-12 George GreerFix for RT#2353: catch yyparse() exceptions in (?{...
2010-07-12 Ben MorrowUpdate MANIFEST.
2010-07-12 Ben MorrowDocument the blockhook functions and macros.
2010-07-12 Ben MorrowTeach autodoc.pl about 'o' functions.
2010-07-12 Ben MorrowSystematic tests for the block hooks.
2010-07-12 Ben MorrowWrap PL_blockhooks in an API function.
2010-07-12 Ben MorrowMacroify the block_hooks structure.
2010-07-12 Ben MorrowInitial very basic tests for PL_blockhooks.
2010-07-12 Ben MorrowGeneric hooks into Perl_block_{start,end}.
2010-07-11 Nicholas ClarkAvoid UTF-8 cache panics with offsets beyond the string...
2010-07-11 Nicholas ClarkIn Perl_sv_pos_u2b_flags and S_sv_pos_u2b_cached, retur...
2010-07-11 Nicholas ClarkIn S_sv_pos_u2b_midway, inline the call to S_sv_pos_u2b...
2010-07-11 Vincent PitSort and complete the op flags lists for op_dump()
2010-07-11 Tony CookRT #73520: POSIX::strftime memory leak
2010-07-10 Josh ben JoreDie with $@ instead of empty message
2010-07-10 Josh ben JoreRemove extra/useless $@ check after eval { require...
2010-07-10 Josh ben JorePromote eval( "require ..." ) to eval { require ... }
2010-07-10 Josh ben JorePromote eval { require( ... )} || die to mere require...
2010-07-10 Josh ben JoreRemove indirect object notation from debugger
2010-07-10 Josh ben JoreDocument that @{$main::{'_<'.$filename}} lines are...
2010-07-09 Nicholas ClarkIn t/harness, clear PERL5LIB, PERLLIB, PERL5OPT as...
2010-07-08 Jerry D. HeddenSilence compiler warning
2010-07-08 karl williamson... PATCH: t/lib/common.pl localized $/ setting; allow...
2010-07-08 AbigailFix typo
2010-07-08 Jerry D. HeddenReorganize dist/threads-shared
2010-07-07 Jan DuboisGet rid of PERL_DECL_PROT
2010-07-07 Jerry D. HeddenReorganize dist/threads
2010-07-06 Ricardo Signescautionary note about "no VERSION"
next