platform/upstream/perl.git
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
2009-08-16 Craig A. BerrySkip maintainers.t on VMS.
2009-08-16 David Mitchell[perl #68530] "version::CLASS" warning in Safe.pm
2009-08-16 David Mitchellsv_peek(): SvOOK offset is no longer in IVX
2009-08-15 Craig A. BerrySuppress system messages when op/ref.t calls die on...
2009-08-15 David Goldenquick fix cpan -r
2009-08-15 David Mitchellrelease_managers_guide: typo fixes
2009-08-15 Jan DuboisExplain that the load_module() import list must be...
2009-08-15 Steve HayRevert bogus PROCESSOR_ARCHITECTURE fix.
2009-08-14 Jan DuboisImport WIN64 environment variable into makefile.mk
2009-08-14 Steve HayFix PROCESSOR_ARCHITECTURE in dmake builds.
2009-08-14 David GoldenAdd Bob Wilkinson's email address to AUTHORS
2009-08-13 David Mitchellrelease_managers_guide: add release compare item,
2009-08-13 Andy DoughertyInstall arch-dependent files into $archlib.
2009-08-13 AbigailRevert "Revert "Mention the unit of time""
2009-08-13 Vincent PitMerge commit 'dromedary/blead' into blead
2009-08-13 Jesse VincentUpdated Maintainers.pl to note that p5p/blead is respon...
2009-08-13 Steffen MuellerMerge the updated perlfaq from the perlfaq repository
2009-08-13 Vincent PitPerl_die_nocontext() is also called with NULL from...
2009-08-13 AbigailRevert "Mention the unit of time"
2009-08-13 AbigailMention the unit of time
2009-08-13 Nicholas ClarkMark as TODO the failing tests added in cb4bdfcf for...
2009-08-12 Slaven RezicAdded a failing test for a bareword parsing regression...
2009-08-12 Jerry D. HeddenTypos in perlbug.PL
2009-08-12 David Mitchellperlbug.PL assumes patchlevel.h has simple patch lists;
2009-08-12 David Mitchellrelease_managers_guide: mention testing perlbug
2009-08-12 Moritz Lenzdocument split in void context in perlfunc.pod
2009-08-12 H.Merijn BrandRemove duplicate entry (from config_heavy.pl)
2009-08-12 David Mitchellinstall Config_heavy.pl in archlib
2009-08-12 Jan DuboisDon't explicitly link against msvcrt when using MinGW.
2009-08-12 David Mitchellameliorate B::Deparse slowdown
2009-08-11 Jan DuboisOn Windows normalize $^X using GetLongPathName()
2009-08-11 David Mitchells/PERL5OPTS/PERL5OPTS/ in INSTALL
2009-08-11 Ken WilliamsRemoved '...' ellipses from docs about '...' flip-flop...
2009-08-11 David MitchellINSTALL: mention that env vars can affect tests
2009-08-11 David Mitchellrelease_managers_guide: mention updating cpan.org/src/
2009-08-11 David MitchellPERL_DONT_CREATE_GVSV was documented in perl589delta
2009-08-11 Max MaischeinRestore t/harness path checks on Win32
2009-08-11 Jerry D. HeddenReduce thread count in threads::shared stress test
2009-08-10 Jerry D. HeddenUpgrade to threads::shared 1.31
2009-08-10 Jerry D. HeddenMANIFEST and Porting/Maintainers.pl update
2009-08-10 H.Merijn BrandUpdate threads to 1.74
2009-08-10 Jerry D. HeddenUpgrade to 'threads' 1.74
2009-08-10 David Mitchellbump Module::Build in Maintainers.pl
2009-08-10 David GoldenBump Module::Build version to 0.340201
2009-08-09 AbigailAdd 5.10.1-RC1 release to perlhist
2009-08-09 Nicholas ClarkRun the main tests "slowest first" by ordering the...
2009-08-09 Nicholas ClarkInline _seq_dir_rules(), as it is now used in only...
2009-08-08 Nicholas ClarkMerge gv_IOadd() into gv_add_by_type().
2009-08-08 Nicholas ClarkPerl_newIO() can become a mathom by making newIO()...
2009-08-08 Nicholas ClarkMerge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add...
2009-08-08 Nicholas ClarkMove the "types are equal" early return ahead of the...
2009-08-08 Steffen MuellerSynchronize with CPAN's Data::Dumper 2.125
2009-08-08 Alexandr CiorniiMove variable declaration to where it's used
2009-08-08 Alexandr CiorniiSpellcheck
2009-08-08 Steffen MuellerSynchronize with CPAN's Attribute::Handlers 0.86
2009-08-08 Steffen MuellerSynchronize AutoLoader with CPAN's 5.69
2009-08-08 Steffen MuellerUpdate some distributions in Porting/Maintainers.pl
2009-08-08 Nicholas ClarkIn pp_caller, remove a GvMULTI_on() by adding GV_ADDMUL...
2009-08-07 Nicholas ClarkRemove GvREFCNT_inc(), which is deprecated and unused.
2009-08-07 Rainer Tammer5.10.1-RC1 is released
2009-08-07 Rafael Garcia... perltodo: Propagate compilation hints to the debugger
2009-08-07 Father Chrysostomos[perl #68108] : also fix if/else constant folding
2009-08-06 Sam Vilainpod/perlipc.pod: add some hints on avoiding pipe deadlocks
2009-08-06 Rafael Garcia... Make gv_IOadd accept a NULL argument
next