platform/upstream/perl.git
2009-08-27 Reini UrbanB - The Perl Compiler (wrong name)
2009-08-26 Vincent PitDon't pass the the interpreter to is_ascii_string(...
2009-08-26 Chip Salzenbergfix threaded build after 8ff3e83b
2009-08-26 Chip SalzenbergIn C<use utf8; a=>'b'>, do not set utf8 flag on 'a...
2009-08-26 Chip Salzenbergset utf8 bit on inferred method names when C<use utf8>
2009-08-26 Chip SalzenbergMerge branch 'blead' of ssh://perl5.git.perl.org/perl...
2009-08-26 Chip SalzenbergNew debugging flag -DB now dumps subroutine definitions,
2009-08-26 Nicholas ClarkNo need to use File::Spec, as all names remain internal...
2009-08-26 Nicholas ClarkBreak out the code that finds tests in MANIFEST into...
2009-08-26 Nicholas Clark%OVER was removed in October 2001 with 6ff868ee and...
2009-08-26 Nicholas Clarkt/TEST shouldn't use -M options until we've tested...
2009-08-26 Nicholas ClarkEnsure $ENV{PERL_CORE} is always set, but correctly...
2009-08-26 Rafael Garcia... Cargo-cult addition of op_say to the MAD code
2009-08-26 Rafael Garcia... This MAD test now passes here, so unmark it as TODO
2009-08-26 Rafael Garcia... Make MAD understand the "..." operator
2009-08-26 Rafael Garcia... Use less constness in MAD code
2009-08-26 Rafael Garcia... Note the change to Socket in perldelta.
2009-08-26 Rafael Garcia... Bump version of Socket.pm
2009-08-26 Lubomir RintelAdd support for Abstract namespace sockets
2009-08-26 John P. LindermanImprove perlhack instructions about gprof
2009-08-25 Nicholas Clarkabd39864 broke t/harness when $ENV{TEST_JOBS} was not...
2009-08-25 Michael G.... Refactor t/harness to always use TAP::Harness.
2009-08-25 Michael G.... Document the purpose of TestInit
2009-08-25 Michael G.... Refactoring to consoldate some hard coded paths.
2009-08-25 Michael G.... There's no reason to load TestInit in TEST.
2009-08-25 Michael G.... Quote "strict"->import and "warnings"->import to quiet...
2009-08-25 Michael G.... Refactor the code to run the test into _run_test()
2009-08-25 Michael G.... Refactoring to move the code to read the test for speci...
2009-08-25 Michael G.... This is reading the first line of the test, not running it.
2009-08-25 Nicholas ClarkPurge 3 items of documentation change, which are insuff...
2009-08-25 Nicholas ClarkSyle nit - we're not marking things (XS).
2009-08-25 Nicholas ClarkTidy up some more Pod nits.
2009-08-25 Nicholas ClarkRun t/run/*.t before t/cmd/*.t, making the order base...
2009-08-25 Nicholas ClarkRemove File::Spec from t/TEST - VMS is fine without...
2009-08-25 Bo BorgersonString with NULL auto-increment bug fix
2009-08-25 Rafael Garcia... Bump Safe version to 2.19
2009-08-25 Rafael Garcia... Merge branch 'blead' into dual/Safe
2009-08-24 Jesse VincentAdded two removed platforms to the Perl 5.11.0 delta
2009-08-24 Nicholas ClarkAdd an encoding line, as the file is in UTF-8.
2009-08-24 Nicholas ClarkPod copy editing - whitespace cleanup, and F<>/C<>...
2009-08-24 Nicholas ClarkNote that File::Copy is actually at 2.16, and that...
2009-08-24 Nicholas Clarkconstant has been upgraded to 1.19. Describe the improv...
2009-08-24 Nicholas ClarkThe attrs pragma has been removed, not upgraded.
2009-08-24 Nicholas ClarkCorrect some 5.10.1s that should be 5.11.0, and one...
2009-08-24 Nicholas ClarkNote that the smartmatch changes in 5.11.0 are the...
2009-08-24 Jesse VincentMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-08-24 Jesse VincentMore work toward a usable 5.11.0 delta file
2009-08-24 Nicholas ClarkNote that linearising C3 MRO is now 40% faster for...
2009-08-24 Jesse VincentMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-08-24 Jesse VincentForward ported perl 5.10.1 changes into perl5110delta...
2009-08-24 Chris 'BinGOs... Updated CPANPLUS::Dist::Build to CPAN version 0.38
2009-08-24 Nicholas ClarkFix a Deparse bug - constants and PCSs were appearing...
2009-08-24 Nicholas ClarkRemove the MacOS Classic support from deparse.t (as...
2009-08-24 Rafael Garcia... Merge commit 'shlomif/blead' into blead
2009-08-24 Leon BrocardFix URL to Unicode 5.1.0 notable changes
2009-08-24 Tom HukinsMinor improvements to perldebug.pod
2009-08-24 Alan Grover[perl #68708] Add "CARP_NOT" section to Carp's POD
2009-08-23 David Mitchellrelease_managers_guide: lots of tweaks to post-release...
2009-08-23 David Mitchelladd 5.10.1 to perlhist in blead
2009-08-23 David Mitchelladd perl5101delta
2009-08-23 David Mitchelladd Porting/perldelta_template,
2009-08-23 Rafael Garcia... Fix parsing of readline(FH) [perl #68458]
2009-08-22 David Mitchellmore release_managers_guide tweaks
2009-08-22 David MitchellUpdate Module::CoreList for 5.10.1
2009-08-22 Nicholas ClarkEliminate *_ALLOCATED_HEAD and *_HEAD macros which...
2009-08-22 Nicholas ClarkEliminate the remaining definitions for *_allocated...
2009-08-22 David Mitchellmention perlivp in release_managers_guide
2009-08-22 David Mitchellbetter document smart match overloading
2009-08-22 David Mitchellre-apply boilerplate to CGI test files
2009-08-22 David Mitchellupgrade GCI from 3.43 to 3.45
2009-08-22 David Mitchelladd the CGI "default_value for popup_menu()" fix from...
2009-08-22 Nicholas ClarkIn pp_entersub, replace gv_fetchpv() with gv_fetchpvs().
2009-08-22 Nicholas ClarkIn Perl_newATTRSUB(), refactor the calls to gv_fetch...
2009-08-22 Nicholas ClarkIn Perl_newATTRSUB(), we know the lengths, so can avoid...
2009-08-21 Nicholas Clarkgv_efullname3() could return NULL, so mro::_nextcan...
2009-08-21 Nicholas Clarksv_newmortal() is faster than sv_2mortal(newSV(0))
2009-08-21 Nicholas ClarkEliminate SV leak in mro::_nextcan - hv_store_ent(...
2009-08-21 Jerry D. HeddenFix build warning in mro.c
2009-08-21 ZeframAdd clear magic to %^H so that the HE chain is reset...
2009-08-21 Nicholas ClarkUse the constant _CAN_PCS to optimise out things that...
2009-08-21 Nicholas ClarkRemove a refactoring typo - don't post-increment $flush...
2009-08-21 Nicholas ClarkIn mro_get_linear_isa_c3() optimise even if AvARRAY...
2009-08-20 Chip Salzenbergincremental improvement in ~~ documentation, already...
2009-08-20 Nicholas ClarkInstead of trusting mro::get_linear_isa(), test it...
2009-08-20 Nicholas ClarkOptimise mro_get_linear_isa_c3() when there is a single...
2009-08-20 David Mitchelladd -DM flag to track smartmatch resolution
2009-08-20 Nicholas ClarkOptimise S_mro_get_linear_isa_dfs() when dealing with...
2009-08-20 Nicholas ClarkPerl_newHVhv() should copy immortal values as-is, such...
2009-08-20 Vincent PitTeach perlivp about the new stucture of the IO::Compres...
2009-08-19 Nicholas ClarkAdd PERL_DISABLE_PMC to the list of -V's compile-time...
2009-08-19 David Mitchellbump Safe version to 2.18
2009-08-19 Rainer Tammerbleed and 5.10.1 - documentation fix - README.aix add...
2009-08-19 David Mitchellrelease_managers_guide: minor tweaks
2009-08-18 David MitchellUpdated Module::CoreList for 5.10.1-RC2
2009-08-18 H.Merijn BrandCorrectly detect NDBM_File availability
2009-08-18 Nicholas ClarkFlush the MRO cache at the end, rather than the start.
2009-08-18 Nicholas ClarkNo need to flush the package's MRO cache if we've just...
2009-08-18 Nicholas ClarkConvert perl version check in import() from run time...
2009-08-18 Nicholas ClarkGenerate perl version-dependent regexps once, rather...
2009-08-17 Vincent PitSebastien decided what was the UPSTREAM for his modules
next