platform/upstream/perl.git
2009-11-12 Karl WilliamsonGrow zero length scalars
2009-11-11 Chris WilliamsUpdate File::Fetch to cpan version 0.21_01
2009-11-11 Jan DuboisMap winsock error codes to POSIX errno values
2009-11-11 Craig A. BerrySome de-cruftification of README.vms.
2009-11-11 Craig A. Berryreaddir() reports file type on VMS, even if zero length.
2009-11-11 Gerard Goossenrefactoring of flip.t
2009-11-11 Vincent PitMake diag.t skip the warning I just fixed
2009-11-11 Chris WilliamsUpdate CPANPLUS to cpan version 0.89_08
2009-11-10 Vincent PitClarify and complete documentation for in-place reverse
2009-11-10 Vincent PitFix misformed UVxf format in op.c
2009-11-10 Vincent PitOptimize reversing an array in-place
2009-11-10 Vincent PitPort t/op/reverse.t to test.pl
2009-11-10 Vincent PitAdd EXISTS and DELETE methods to Env.pm
2009-11-10 Vincent PitFactor the "is this an in-place array operator construc...
2009-11-10 SisyphusAdd mingw64 support
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_pad_add_name().
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_pad_check_dup().
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_allocmy().
2009-11-09 SisyphusFix warnings from win32 gcc compilers
2009-11-09 karl williamsonMore cleanup of utfebcdic.h and utf8.h
2009-11-09 H.Merijn Brandperl.exp was not built in time on systems that required...
2009-11-09 Nicholas ClarkIn Perl_pad_check_dup(), use sv rather than name for...
2009-11-09 Jesse VincentMANIFEST was missing two files
2009-11-08 Chris WilliamsUpdate IPC::Cmd to cpan version 0.51_01
2009-11-08 Nicholas ClarkTweak the GV downgrading of f7461760 to avoid free...
2009-11-08 Vincent PitSvREFCNT_inc already checks if the SV is non-NULL
2009-11-08 Vincent PitSvREFCNT_dec already checks if the SV is non-NULL ...
2009-11-08 Harmen'use strict' and 'use warnings' in test generated by...
2009-11-08 ZeframBareword sub lookups
2009-11-08 Gerard GoossenMake my_exit behave the same as the Perl exit. And...
2009-11-08 Gerard GoossenAdd assertions about there being no leftover scopes...
2009-11-08 Zeframpad_findmy APIification
2009-11-08 Kevin RydeCorrectly document export of I18N::Langinfo
2009-11-08 Steffen MuellerMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-11-08 Eric Brines/AvLEN/AvMAX/ in perlguts
2009-11-08 Eric Brines/AvLEN/AvMAX/ in perlguts
2009-11-08 Karl WilliamsonDefine specially handled chars; and clean-up ebcdic...
2009-11-08 David GoldenAdd mingw-w64 non-crosscompiling config files
2009-11-08 Craig A. BerrySkip some Pod::Simple tests on VMS that think case...
2009-11-07 Jesse Vincentnote that release engineers need to make sure graham...
2009-11-07 Nicholas ClarkAdd length and flags arguments to Perl_pad_findmy(...
2009-11-07 Nicholas ClarkPlacate a warning from Borland's compiler.
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.
next