platform/upstream/perl.git
2009-10-19 Nicholas ClarkFix minor pod formatting error in perl5111delta.pod
2009-10-19 Jesse Vincentupdate perl5111delta to mark our current release point.
2009-10-19 Jesse Vincentperldelta editing
2009-10-19 Jesse VincentHP/UX should have been HP-UX
2009-10-19 Jesse VincentFirst pass at updating perlport.pod with data from...
2009-10-19 Nicholas ClarkAdd two (U8 *) casts to placate C++.
2009-10-18 Nicholas ClarkIn utf16_to_utf8(), fix off-by-one errors for the range...
2009-10-18 Nicholas Clarkutf16_to_utf8() should croak on encountering a bare...
2009-10-18 Nicholas Clarkutf16_to_utf8() should croak if the buffer ends without...
2009-10-18 Nicholas Clarkutf16_to_utf8_reversed() should croak early when passed...
2009-10-18 Nicholas ClarkExpose utf16_to_utf8{,reversed} via XS::APItest, and...
2009-10-18 Jesse VincentAnother pass at getting the perldelta for 5.11.1 in...
2009-10-18 Jesse VincentEviscerate README.macos to match the state of the world
2009-10-18 Jesse VincentRemove Mac OS Classic caveats from perlport.pod as...
2009-10-18 Jesse VincentAdded four new AUTHORS who hadn't yet been acknowledged
2009-10-18 Jesse VincentRan into Bert Dvornik at a cafe - updated his AUTHORS...
2009-10-18 Nicholas ClarkMerge S_utf16_textfilter and S_utf16rev_textfilter().
2009-10-18 Nicholas ClarkNote why S_pending_ident's prototype can't be generated...
2009-10-18 Nicholas ClarkGenerate prototypes for utf16_textfilter and utf16rev_t...
2009-10-18 Nicholas ClarkUse gmtime() instead of localtime(), as timezones hinde...
2009-10-18 Jesse VincentFirst pass of weeding commit meesages from "git log...
2009-10-17 Chris WilliamsUpdate CPANPLUS to CPAN version 0.89_02
2009-10-17 Jerry D. HeddenUpgrade to threads::shared 1.32
2009-10-16 Craig A. BerryHelp ExtUtils::Install's tests find PERL_SRC on VMS.
2009-10-16 Yves Ortonrefactor the special CC code in reg_try()
2009-10-16 Nicholas ClarkEnable deprecation warnings by default.
2009-10-16 Nicholas Clarklocked is deprecated, so use :lvalue instead.
2009-10-16 Nicholas ClarkCan't use C<shift INC> to avoid @ in a commandline...
2009-10-16 Nicholas Clarkshift with barewords is deprecated, so this test from...
2009-10-16 Nicholas Clarkpush and pop on barewords are deprecated, so need no...
2009-10-16 Nicholas ClarkOpening dirhandle DIR also as a file needs no warnings...
2009-10-16 Nicholas Clarkdefined @array and defined %hash need no warnings ...
2009-10-16 Nicholas Clarklocalisation of $[ is deprecated, so needs no warnings...
2009-10-16 Nicholas Clark:locked is deprecated, so use :lvalue instead.
2009-10-16 Nicholas ClarkTests for barewords and hash operators need no warnings...
2009-10-16 Nicholas Clarkdo subname() is deprecated, so tests for it need no...
2009-10-16 Nicholas Clarkdo subname() is deprecated, so update this hunk of...
2009-10-16 Nicholas ClarkBracket deprecated features with no warnings 'deprecated';
2009-10-16 Nicholas Clarkdo subname() is deprecated, so this test from perl...
2009-10-16 Nicholas ClarkMove tests for $[ from comp/hints.t to op/array_base.t
2009-10-16 Nicholas ClarkMove tests for $[ from comp/parser.t to op/array_base.t
2009-10-16 Nicholas Clarkdo subname() is deprecated, so this test from perl...
2009-10-16 Nicholas ClarkMove the test for the deprecated feature <<; out of...
2009-10-16 Nicholas ClarkAdd no warnings 'deprecated' to a test that assigns...
2009-10-16 Craig A. BerryMake the watchdog create a valid command for spawning.
2009-10-16 Nicholas ClarkConvert sv_2mortal(newSVpvn()) to newSVpvn_flags()...
2009-10-16 Nicholas ClarkConvert sv_2mortal(newSVpvn_utf8(...)) to newSVpvn_flags()
2009-10-16 Nicholas ClarkConvert sv_2mortal(newSVpvn(...)) to newSVpvs_flags...
2009-10-16 Steve HayAdd missing MANIFEST entries
2009-10-15 Craig A. BerryRestore 8d2345e02f493825c3e22467caf8508ee3a19450.
2009-10-15 Nicholas ClarkSkip testing the be_BY.CP1131 locale on Darwin 10,...
2009-10-15 Nicholas ClarkReplace sv_2mortal(newSVpvn(...)) with newSVpvn_flags...
2009-10-15 Nicholas ClarkUse newSVpvn(), newSVpvs() and gv_fetchpvs(), the later...
2009-10-15 Nicholas ClarkUse gv_stashsv() and gv_fetchpvs(), the later with...
2009-10-15 Nicholas ClarkUse sv_catpvs(), newSVpvs(), newSVpvn(), newSVhek(...
2009-10-15 Nicholas ClarkIn strftime(), save a malloc()/free() by using sv_usepv...
2009-10-15 Nicholas ClarkPOSIX::strftime() should be able to handle Unicode...
2009-10-15 Craig A. BerryFix 2 pod errors in perlvms.pod.
2009-10-15 Craig A. BerryMake p_tainted.t find its tests on VMS.
2009-10-15 Steve PetersHmmm... this may be a heisenbug. Works on some termina...
2009-10-15 Steve PetersMerge branch 'blead' of ssh://stevep@perl5.git.perl...
2009-10-15 Steve PetersPOSIX::strftime() should be able to handle Unicode...
2009-10-15 Nicholas ClarkMove the boolkeys op to the group of hash ops.
2009-10-15 demerphqOptimise if (%foo) to be faster than if(keys %foo)
2009-10-15 demerphqSupport for pp_boolkeys in B::Deparse.
2009-10-14 Jesse VincentUpdated a comment in Porting/makerel
2009-10-14 SisyphusAdd mingw64 support for win32
2009-10-14 Rafael Garcia... Remove old code dealing with installing 5.003's perldiag
2009-10-14 Rafael Garcia... Ignore files installed by Parse::CPAN::Meta
2009-10-14 Rafael Garcia... Don't install uupacktool.pl
2009-10-14 SisyphusPatch t/win32/system.t for mingw32/64
2009-10-14 brian d foyFix {$^MATCH} typo in perlre
2009-10-13 Jan DuboisThe winsock select() implementation doesn't support...
2009-10-13 Nicholas ClarkSort MANIFEST following commit 9bc662c9c4c134e4.
2009-10-13 Nicholas ClarkNote that a test that regen.pl was run is TODO.
2009-10-13 Nicholas ClarkMinor podification nit. *2 legs bad* B<4 legs good>.
2009-10-13 Eric BrineIncorrect warning category case
2009-10-13 Steve HayFix minor typo in perlpolicy.pod
2009-10-13 Jesse VincentWork around Parse-CPAN-Meta's desire to run a command...
2009-10-13 Jesse VincentMove the new "perl policy" document into pod/
2009-10-13 Jesse VincentPodify the social contract about contributed modules
2009-10-13 Smylersperlvar $1 clarification
2009-10-13 Nicholas ClarkChange S_ckwarn_common() to looping over the packed...
2009-10-13 Nicholas ClarkMigrate common code in Perl_ckwarn() and Perl_ckwarn_d...
2009-10-13 Nicholas ClarkIn Perl_ckwarn() and Perl_ckwarn_d() disentangle the...
2009-10-13 Nicholas ClarkReplace Perl_deprecate() with a macro that calls Perl_c...
2009-10-13 Nicholas ClarkMove the code related to deprecate("comma-less variable...
2009-10-13 Nicholas ClarkRemove category 'syntax' from 5 warnings that should...
2009-10-13 Nicholas ClarkUse deprecate() in place of deprecate_old(), and remove...
2009-10-12 Nicholas ClarkckWARNreg() and ckWARNregdep() now use string concatena...
2009-10-12 Nicholas ClarkReplace "%s"/SvPVX(sv_name) with "%"SVf/SVfARG(sv_name...
2009-10-12 Nicholas ClarkIn regcomp.c, where possible replace vWARN* with ckWARN...
2009-10-12 Geoffrey T... overload no longer implicitly unsets fallback on repeat...
2009-10-12 Steve HayRemove Test-Simple's 00compile.t from core
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-12 Nicholas ClarkNormalise 3 fatal pack/unpack error messages to "panic...
2009-10-12 Nicholas ClarkIn uni_to_bytes(), fix ckWARN() anomaly.
2009-10-12 Nicholas ClarkRe-order a conditional with ckWARN() last, as it is...
2009-10-12 Steve Hayversion's t/survey_locales is not in core so mark it...
next