p5sagit/p5-mst-13.2.git
2009-08-24 Jesse Vincent Added two removed platforms to the Perl 5.11.0 delta
2009-08-24 Nicholas Clark Add an encoding line, as the file is in UTF-8.
2009-08-24 Nicholas Clark Pod copy editing - whitespace cleanup, and F<>/C<>...
2009-08-24 Nicholas Clark Note that File::Copy is actually at 2.16, and that...
2009-08-24 Nicholas Clark constant has been upgraded to 1.19. Describe the improv...
2009-08-24 Nicholas Clark The attrs pragma has been removed, not upgraded.
2009-08-24 Nicholas Clark Correct some 5.10.1s that should be 5.11.0, and one...
2009-08-24 Nicholas Clark Note that the smartmatch changes in 5.11.0 are the...
2009-08-24 Jesse Vincent Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-08-24 Jesse Vincent More work toward a usable 5.11.0 delta file
2009-08-24 Nicholas Clark Note that linearising C3 MRO is now 40% faster for...
2009-08-24 Jesse Vincent Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-08-24 Jesse Vincent Forward 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 Clark Fix a Deparse bug - constants and PCSs were appearing...
2009-08-24 Nicholas Clark Remove the MacOS Classic support from deparse.t (as...
2009-08-24 Rafael Garcia... Merge commit 'shlomif/blead' into blead
2009-08-24 Leon Brocard Fix URL to Unicode 5.1.0 notable changes
2009-08-24 Tom Hukins Minor improvements to perldebug.pod
2009-08-24 Alan Grover [perl #68708] Add "CARP_NOT" section to Carp's POD
2009-08-23 David Mitchell release_managers_guide: lots of tweaks to post-release...
2009-08-23 David Mitchell add 5.10.1 to perlhist in blead
2009-08-23 David Mitchell add perl5101delta
2009-08-23 David Mitchell add Porting/perldelta_template,
2009-08-23 Rafael Garcia... Fix parsing of readline(FH) [perl #68458]
2009-08-22 David Mitchell more release_managers_guide tweaks
2009-08-22 David Mitchell Update Module::CoreList for 5.10.1
2009-08-22 Nicholas Clark Eliminate *_ALLOCATED_HEAD and *_HEAD macros which...
2009-08-22 Nicholas Clark Eliminate the remaining definitions for *_allocated...
2009-08-22 David Mitchell mention perlivp in release_managers_guide
2009-08-22 David Mitchell better document smart match overloading
2009-08-22 David Mitchell re-apply boilerplate to CGI test files
2009-08-22 David Mitchell upgrade GCI from 3.43 to 3.45
2009-08-22 David Mitchell add the CGI "default_value for popup_menu()" fix from...
2009-08-22 Nicholas Clark In pp_entersub, replace gv_fetchpv() with gv_fetchpvs().
2009-08-22 Nicholas Clark In Perl_newATTRSUB(), refactor the calls to gv_fetch...
2009-08-22 Nicholas Clark In Perl_newATTRSUB(), we know the lengths, so can avoid...
2009-08-21 Nicholas Clark gv_efullname3() could return NULL, so mro::_nextcan...
2009-08-21 Nicholas Clark sv_newmortal() is faster than sv_2mortal(newSV(0))
2009-08-21 Nicholas Clark Eliminate SV leak in mro::_nextcan - hv_store_ent(...
2009-08-21 Jerry D. Hedden Fix build warning in mro.c
2009-08-21 Zefram Add clear magic to %^H so that the HE chain is reset...
2009-08-21 Nicholas Clark Use the constant _CAN_PCS to optimise out things that...
2009-08-21 Nicholas Clark Remove a refactoring typo - don't post-increment $flush...
2009-08-21 Nicholas Clark In mro_get_linear_isa_c3() optimise even if AvARRAY...
2009-08-20 Chip Salzenberg incremental improvement in ~~ documentation, already...
2009-08-20 Nicholas Clark Instead of trusting mro::get_linear_isa(), test it...
2009-08-20 Nicholas Clark Optimise mro_get_linear_isa_c3() when there is a single...
2009-08-20 David Mitchell add -DM flag to track smartmatch resolution
2009-08-20 Nicholas Clark Optimise S_mro_get_linear_isa_dfs() when dealing with...
2009-08-20 Nicholas Clark Perl_newHVhv() should copy immortal values as-is, such...
2009-08-20 Vincent Pit Teach perlivp about the new stucture of the IO::Compres...
2009-08-19 Nicholas Clark Add PERL_DISABLE_PMC to the list of -V's compile-time...
2009-08-19 David Mitchell bump Safe version to 2.18
2009-08-19 Rainer Tammer bleed and 5.10.1 - documentation fix - README.aix add...
2009-08-19 David Mitchell release_managers_guide: minor tweaks
2009-08-18 David Mitchell Updated Module::CoreList for 5.10.1-RC2
2009-08-18 H.Merijn Brand Correctly detect NDBM_File availability
2009-08-18 Nicholas Clark Flush the MRO cache at the end, rather than the start.
2009-08-18 Nicholas Clark No need to flush the package's MRO cache if we've just...
2009-08-18 Nicholas Clark Convert perl version check in import() from run time...
2009-08-18 Nicholas Clark Generate perl version-dependent regexps once, rather...
2009-08-17 Vincent Pit Sebastien decided what was the UPSTREAM for his modules
2009-08-16 Craig A. Berry Skip maintainers.t on VMS.
2009-08-16 David Mitchell [perl #68530] "version::CLASS" warning in Safe.pm
2009-08-16 David Mitchell sv_peek(): SvOOK offset is no longer in IVX
2009-08-15 Craig A. Berry Suppress system messages when op/ref.t calls die on...
2009-08-15 David Golden quick fix cpan -r
2009-08-15 David Mitchell release_managers_guide: typo fixes
2009-08-15 Jan Dubois Explain that the load_module() import list must be...
2009-08-15 Steve Hay Revert bogus PROCESSOR_ARCHITECTURE fix.
2009-08-14 Jan Dubois Import WIN64 environment variable into makefile.mk
2009-08-14 Steve Hay Fix PROCESSOR_ARCHITECTURE in dmake builds.
2009-08-14 David Golden Add Bob Wilkinson's email address to AUTHORS
2009-08-13 David Mitchell release_managers_guide: add release compare item,
2009-08-13 Andy Dougherty Install arch-dependent files into $archlib.
2009-08-13 Abigail Revert "Revert "Mention the unit of time""
2009-08-13 Vincent Pit Merge commit 'dromedary/blead' into blead
2009-08-13 Jesse Vincent Updated Maintainers.pl to note that p5p/blead is respon...
2009-08-13 Steffen Mueller Merge the updated perlfaq from the perlfaq repository
2009-08-13 Vincent Pit Perl_die_nocontext() is also called with NULL from...
2009-08-13 Abigail Revert "Mention the unit of time"
2009-08-13 Abigail Mention the unit of time
2009-08-13 Nicholas Clark Mark as TODO the failing tests added in cb4bdfcf for...
2009-08-12 Slaven Rezic Added a failing test for a bareword parsing regression...
2009-08-12 Jerry D. Hedden Typos in perlbug.PL
2009-08-12 David Mitchell perlbug.PL assumes patchlevel.h has simple patch lists;
2009-08-12 David Mitchell release_managers_guide: mention testing perlbug
2009-08-12 Moritz Lenz document split in void context in perlfunc.pod
2009-08-12 H.Merijn Brand Remove duplicate entry (from config_heavy.pl)
2009-08-12 David Mitchell install Config_heavy.pl in archlib
2009-08-12 Jan Dubois Don't explicitly link against msvcrt when using MinGW.
2009-08-12 David Mitchell ameliorate B::Deparse slowdown
2009-08-11 Jan Dubois On Windows normalize $^X using GetLongPathName()
2009-08-11 David Mitchell s/PERL5OPTS/PERL5OPTS/ in INSTALL
2009-08-11 Ken Williams Removed '...' ellipses from docs about '...' flip-flop...
2009-08-11 David Mitchell INSTALL: mention that env vars can affect tests
2009-08-11 David Mitchell release_managers_guide: mention updating cpan.org/src/
2009-08-11 David Mitchell PERL_DONT_CREATE_GVSV was documented in perl589delta
2009-08-11 Max Maischein Restore t/harness path checks on Win32
next