This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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"
2010-07-06 Bo LindberghChange of address for Bo Lindbergh
2010-07-06 David GoldenAdd Bo Lindburgh alternate email to checkAUTHORS.pl
2010-07-06 Bo LindberghCode for allowing uppercase X/B in hexadecimal/binary...
2010-07-06 Bo LindberghTests for allowing uppercase X/B in hexadecimal/binary...
2010-07-06 David GoldenClean up new Locale-Maketest test for use in core
2010-07-06 Todd RinaldoLocale::Maketext external cache support
2010-07-06 David Goldenreplace spaces with tabs in MANIFEST
2010-07-06 David GoldenDon't set strict for 'no 6;'
2010-07-06 David GoldenIgnore generated files from Time-HiRes
2010-07-05 Jerry D. HeddenEnsure new arg to watchdog() in t/test.pl gets initialized
2010-07-05 Jesse Vincentadded a "list" command to list open tickets that might...
2010-07-05 Jesse Vincentwe can't depend on patches having filenames. Thanks...
2010-07-05 Jesse VincentFirst pass at a tool to help porters apply RT patches...
2010-07-05 Nicholas ClarkIn Perl_lex_start(), use newSVpvn_flags() to reduce...
2010-07-05 Nicholas ClarkIn pp_regcomp and pp_entereval, use newSVpvn_flags...
2010-07-04 Karl WilliamsonSpeed up viacode
2010-07-04 Karl Williamsoncharnames.t update because of rebase
2010-07-04 Karl WilliamsonCorrect perldelta for these changes
2010-07-04 Karl WilliamsonAdd vi hint for non-std format of charnames.pm
2010-07-04 Karl WilliamsonMore charnames pod updates
2010-07-04 Karl Williamsoncharnames: check for use bytes in vianame; efficiency
2010-07-04 Karl WilliamsonClean up charnames pod, including new changes
2010-07-04 Karl WilliamsonClean up viacode, accept large aliases
2010-07-04 Karl WilliamsonExtend \N{} enhancements to vianame()
2010-07-04 Karl WilliamsonBump version; some pod cleanup
2010-07-04 Karl Williamsoncharnames: add CORE:: to hex()
2010-07-04 Karl WilliamsonAbandon plans to change viacode's return of unassigned
next