platform/upstream/perl.git
2009-11-07 Steve HayMerge commit 'origin/blead' into blead
2009-11-07 Steve HayAvoid circularity in $(LIBBASEFILES) definition in...
2009-11-07 ZeframC++ fail with KeywordRPN
2009-11-07 David Goldenrefine Carp caller() fix and add tests
2009-11-06 Rafael Garcia... Add legacy.pm to Maintainers
2009-11-06 Rafael Garcia... Merge branch 'legacy-pragma' into blead
2009-11-06 David Goldenbump Carp version number
2009-11-06 Jesse VincentAddded a pointer to the documentation on how Configure...
2009-11-06 Gerard GoossenAdd a line directive to op.c and perl.c such that error...
2009-11-06 Gerard GoossenAdd a "return NORMAL" to a DIE at the end of a function...
2009-11-06 Gerard GoossenCheck to see if there was a body which needs freeing...
2009-11-06 Steve HayComplete the fix for Win32 link following commits 88e1f...
2009-11-06 Gerard Goossenmove JMPENV_JUMP to die_where and mark it as "noreturn"
2009-11-06 David GoldenHave Carp respect CORE::GLOBAL::caller if it exists
2009-11-06 Steve HayPartially fix Win32 link following commit 88e1f1a
2009-11-06 H.Merijn BrandDescribe how Configure patches should be done
2009-11-06 H.Merijn BrandDetection (and warning) of char size in bits
2009-11-05 Vincent PitSvREFCNT_dec already checks if the SV is non-NULL
2009-11-05 H.Merijn BrandMention git resources in header
2009-11-05 Jesse Vincentregen generated files changed by the previous patch...
2009-11-05 Jesse VincentImplement facility to plug in syntax triggered by keywords
2009-11-05 Chris WilliamsUpdated CPANPLUS::Dist::Build to cpan version 0.41_01
2009-11-05 Chris WilliamsUpdated CPANPLUS to cpan version 0.89_07
2009-11-04 Rafael Garcia... Document qr overloading in perldelta
2009-11-04 Nicholas ClarkDeprecate use of := to mean an empty attribute list...
2009-11-02 Bo Borgerson[PATCH] [perl #20321] Non-destructive Perl_av_make
2009-11-02 Father ChrysostomosSlow down split in scalar context :-)
2009-11-01 Nicholas ClarkS_utf16_textfilter() was not returning EOF correctly...
2009-11-01 Nicholas ClarkTweak the filename regexp in parser.t so that ./TEST...
2009-11-01 Nicholas ClarkRemove Perl_pmflag() from the public API, and mark...
2009-11-01 Rafael Garcia... Improvements to qr-overload tests
2009-11-01 Rafael Garcia... Bump overload.pm's VERSION (plus some spelling nits)
2009-11-01 Ben MorrowDocumentation for the 'qr' overload.
2009-11-01 Ben MorrowImplement the 'qr' overload type.
2009-11-01 Ben MorrowAdd a new overload type, "qr".
2009-11-01 Gerard GoossenUse of SV* instead of message, msglen, utf8 to contain...
2009-11-01 Steve PetersRevert "Re: [perl #38809][PATCH] loss of stack elements...
2009-11-01 Vincent PitRe: [perl #38809][PATCH] loss of stack elements with...
2009-11-01 Bram via RT[PATCH] Todo test for [perl #38133] (was: [regex] backr...
2009-11-01 Bram[PATCH] extra tests for t/op/tie.t (was RE: [perl ...
2009-11-01 Yuval KogmanAdds additional tests with undef for smartmatch.
2009-10-31 Gerard GoossenAdd assertion to JMPENV_POP to assert that the jumpleve...
2009-10-31 Father Chrysostomos[perl #69875] Slow down split in scalar context :-)
2009-10-31 Gerard GoossenImprove warnings about known issues in (?{...}) blocks...
2009-10-30 Dave Rolskyremove all references to patching.pod
2009-10-30 Dave RolskyRefer to perlrepository.pod instead of patching.pod
2009-10-30 Dave RolskyFix another reference to the now-gone patching.pod
2009-10-30 Dave RolskyRemove obsolete details on how to format a patch. Just...
2009-10-30 Dave RolskyClarify relationship of pattern modifiers and named...
2009-10-30 David GoldenUpdated ExtUtils::CBuilder to 0.27
2009-10-30 Jesse VincentPropagate LDLIBPTH into run_tests - Fixes 5.12 blocker...
2009-10-29 Philippe Bruhat... [PATCH] perlcommunity.pod: add information about OSDC.fr
2009-10-29 Gisle AasAllow syswrite with offset same as length of string...
2009-10-29 Chris WilliamsUpdate CPANPLUS to cpan version 0.89_06
2009-10-29 Rafael Garcia... Remove unused variable
2009-10-29 Gerard Goossenremove unnecessary (always true) condition in S_vdie
2009-10-29 Chris WilliamsUpdate Module::Load::Conditional to cpan version 0.34
2009-10-29 David E. WheelerConvert all Pod::Simple files to Unix line endings.
2009-10-28 Rafael Garcia... Bump Exporter's version in blead after last patch
2009-10-28 Jerry D. HeddenTest exported arrays and hashes without using defined()
2009-10-28 Rafael Garcia... Add missing files
2009-10-28 David E. WheelerBring Pod::Simple up to 3.09 as on CPAN.
2009-10-28 Rafael Garcia... $#array should be accepted as a lvalue sub return value.
2009-10-28 Eric BrineAvoid adding magic with rvalue $#a
2009-10-27 Chris WilliamsUpdate CPANPLUS to cpan version 0.89_05
2009-10-27 Rafael Garcia... Better wording for the hash ~~ array docs
2009-10-26 Yves Ortonadd an elipses to string/ref warnings when str longer...
2009-10-26 Yves Ortonrefine the documentation for deleting branches and...
2009-10-26 Jesse VincentHashed out a prose description of the (largely existing...
2009-10-26 perlbug-followup... mg.c uses a fixed NGROUPS contant
2009-10-25 Yves Ortondisable non-unicode case insensitive trie matching
2009-10-24 Nicholas ClarkRename to Porting/perldelta_template.pod so that t...
2009-10-24 Nicholas ClarkNote that F<ext/> has become F<cpan/>, F<dist/> and...
2009-10-24 Nicholas ClarkIn S_pending_ident(), only call gv_fetchpvn_flags(...
2009-10-24 Nicholas ClarkMake defined %hash on a non-lexical (also) generate...
2009-10-24 Nicholas ClarkAdd perl5112delta, and change 5111delta from being...
2009-10-23 Nicholas ClarkIn Locale::Maketext, avoid using defined @array and...
2009-10-23 Nicholas ClarkIn I18N::LangTags::Detect, avoid using defined @array...
2009-10-23 Nicholas ClarkAvoid using defined @array in core tests.
2009-10-23 Nicholas ClarkAvoid using defined %hash in core code and tests.
2009-10-23 Chris WilliamsUpdated Module::Load::Conditional to cpan version 0.32
2009-10-23 Vincent PitCap the exit code of the bisecting script
2009-10-23 Vincent Pit"-x ./foo" isn't a shell command, but "[ -x ./foo ...
2009-10-23 Nicholas ClarkConvert the 2 Storable tests that use Test to use Test...
2009-10-23 Nicholas ClarkConvert the Pod::Perldoc tests from Test to Test::More.
2009-10-23 Nicholas ClarkConvert the odd Locale::Maketext test out from Test...
2009-10-23 Nicholas ClarkConvert File/CheckTree.t from Test to Test::More.
2009-10-23 Nicholas ClarkConvert tests in ext/ from Test to Test::More.
2009-10-23 Nicholas ClarkS_run_user_filter() can use the filter GV itself for...
2009-10-23 Nicholas ClarkS_utf16_textfilter() can use the filter GV itself for...
2009-10-23 Chris WilliamsUpdated CPANPLUS to cpan version 0.89_04
2009-10-23 Chris WilliamsUpdated Module::Load::Conditional to cpan version 0...
2009-10-23 Zeframa2p match() faulty
2009-10-23 Rafael Garcia... CPAN release of Switch 2.16
2009-10-23 H.Merijn BrandExtUtils-Install tests need abs_path @INC for utf8
2009-10-23 Zeframa2p generates code using $[
2009-10-22 Zefram[perl #69838] a2p generates code using $[
2009-10-22 Rafael Garcia... [perl #69903] 5.10.1 perlretut section "A bit of magic...
2009-10-22 Ben MorrowLet SvRX(OK) recognise a bare REGEXP.
2009-10-22 Ben MorrowRT#69616: regexp SVs lose regexpness in assignment
next