
nick at ccl4
Aug 26, 2009, 12:41 AM
Post #4 of 274
(4165 views)
Permalink
|
Perl 5 commit summary, activity since Saturday Current branch blead 127 commits. 29 unique authors. 16 unique committers. 56 files changed, 4946 insertions(+), 476 deletions(-) Snapshot: http://perl5.git.perl.org/perl.git/snapshot/289d61c2fe0a9a43.tar.gz Improve perlhack instructions about gprof John P. Linderman 1 file changed, 3 insertions(+), 3 deletions(-) http://perl5.git.perl.org/perl.git/commit/289d61c2fe0a9a43 abd39864 broke t/harness when $ENV{TEST_JOBS} was not set. Oops. Fixed. Nicholas Clark 1 file changed, 17 insertions(+), 17 deletions(- http://perl5.git.perl.org/perl.git/commit/a0f20b6500990240 Refactor t/harness to always use TAP::Harness. Michael G. Schwern 1 file changed, 12 insertions(+), 16 deletions(- http://perl5.git.perl.org/perl.git/commit/abd39864d34fd12a Document the purpose of TestInit Michael G. Schwern 1 file changed, 3 insertions(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/c1b78184f1374baf Refactoring to consoldate some hard coded paths. Michael G. Schwern 1 file changed, 9 insertions(+), 6 deletions(-) http://perl5.git.perl.org/perl.git/commit/923e061dc2258fcb There's no reason to load TestInit in TEST. Michael G. Schwern 1 file changed, 0 insertions(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/6e00095a0262988c Quote "strict"->import and "warnings"->import to quiet warnings. Michael G. Schwern 1 file changed, 2 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/0c3906b8d7f8aa1d Refactor the code to run the test into _run_test() Michael G. Schwern 1 file changed, 61 insertions(+), 45 deletions(- http://perl5.git.perl.org/perl.git/commit/84650816efdc42d6 Refactoring to move the code to read the test for special options into its o Michael G. Schwern 1 file changed, 40 insertions(+), 33 deletions(- http://perl5.git.perl.org/perl.git/commit/3fd4b35989e5f205 This is reading the first line of the test, not running it. Michael G. Schwern 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/6ae62a6f4e634a4c Purge 3 items of documentation change, which are insufficiently noteworthy. Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-) http://perl5.git.perl.org/perl.git/commit/3c9fc726db1b014d Syle nit - we're not marking things (XS). Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-) http://perl5.git.perl.org/perl.git/commit/a048364ff970856a Tidy up some more Pod nits. Nicholas Clark 1 file changed, 6 insertions(+), 6 deletions(-) http://perl5.git.perl.org/perl.git/commit/038a586626ed63b3 Run t/run/*.t before t/cmd/*.t, making the order base, cmd, run, and note wh Nicholas Clark 2 files changed, 6 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/03d95bfa21cfb6c6 Remove File::Spec from t/TEST - VMS is fine without it. Win32 doesn't use it Nicholas Clark 1 file changed, 20 insertions(+), 14 deletions(- http://perl5.git.perl.org/perl.git/commit/7ebf5c89e8918d77 String with NULL auto-increment bug fix Bo Borgerson 2 files changed, 4 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/6aff239d5283e5d4 Bump Safe version to 2.19 Rafael Garcia-Suarez 2 files changed, 2 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/6eed0921e10b784f Merge branch 'blead' into dual/Safe Rafael Garcia-Suarez 2 parents http://perl5.git.perl.org/perl.git/commit/107b9ac68cc0ed05 Added two removed platforms to the Perl 5.11.0 delta Jesse Vincent 1 file changed, 8 insertions(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/81afb6749eaa7a7a Add an encoding line, as the file is in UTF-8. Nicholas Clark 1 file changed, 2 insertions(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/fa7da8f762e62c87 Pod copy editing - whitespace cleanup, and F<>/C<> corrections. Nicholas Clark 1 file changed, 8 insertions(+), 17 deletions(-) http://perl5.git.perl.org/perl.git/commit/76e3c4a89555961a Note that File::Copy is actually at 2.16, and that cp needs describing. Nicholas Clark 1 file changed, 3 insertions(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/0de885a94dcc24f0 constant has been upgraded to 1.19. Describe the improvements. Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/9f808eed0298f4dc The attrs pragma has been removed, not upgraded. Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/42f099edeb078f38 Correct some 5.10.1s that should be 5.11.0, and one 5.10.2 to 5.11.1. Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-) http://perl5.git.perl.org/perl.git/commit/3141b5e10b2d1ed6 Note that the smartmatch changes in 5.11.0 are the same as in 5.10.1. Nicholas Clark 1 file changed, 4 insertions(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/a98ccf1e5226c4ec Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead Jesse Vincent 2 parents http://perl5.git.perl.org/perl.git/commit/73f93ac6a6c51f99 More work toward a usable 5.11.0 delta file Jesse Vincent 1 file changed, 461 insertions(+), 5 deletions(- http://perl5.git.perl.org/perl.git/commit/ad1d1c50b82921d1 Note that linearising C3 MRO is now 40% faster for single inheritance. Nicholas Clark 1 file changed, 6 insertions(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/6f54462ff447779f Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead Jesse Vincent 2 parents http://perl5.git.perl.org/perl.git/commit/54df1a36f48bacd0 Forward ported perl 5.10.1 changes into perl5110delta.pod per nicholas Jesse Vincent 1 file changed, 1575 insertions(+), 19 deletions http://perl5.git.perl.org/perl.git/commit/5a00ee6a07751f9e Updated CPANPLUS::Dist::Build to CPAN version 0.38 Chris 'BinGOs' Williams 3 files changed, 5 insertions(+), 4 deletions(-) http://perl5.git.perl.org/perl.git/commit/a58a4f4181ab4db0 Fix a Deparse bug - constants and PCSs were appearing as subroutine stubs. Nicholas Clark 2 files changed, 11 insertions(+), 3 deletions(- http://perl5.git.perl.org/perl.git/commit/5b4ee54977204d4b Remove the MacOS Classic support from deparse.t (as it's getting in the way) Nicholas Clark 1 file changed, 3 insertions(+), 18 deletions(-) http://perl5.git.perl.org/perl.git/commit/7cde0a5fa931736a Merge commit 'shlomif/blead' into blead Rafael Garcia-Suarez 2 parents http://perl5.git.perl.org/perl.git/commit/a5296f52819f97a6 Fix URL to Unicode 5.1.0 notable changes Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/41498cdbd5104e08 Minor improvements to perldebug.pod Tom Hukins 1 file changed, 5 insertions(+), 4 deletions(-) http://perl5.git.perl.org/perl.git/commit/e8b1531a318d6617 [perl #68708] Add "CARP_NOT" section to Carp's POD Alan Grover 1 file changed, 39 insertions(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/b60d6605411da17c release_managers_guide: lots of tweaks to post-release tasks David Mitchell 1 file changed, 75 insertions(+), 46 deletions(- http://perl5.git.perl.org/perl.git/commit/75a012fe81458190 add 5.10.1 to perlhist in blead David Mitchell 1 file changed, 2 insertions(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/96bc0b1bb765d45d add perl5101delta David Mitchell 8 files changed, 1809 insertions(+), 26 deletion http://perl5.git.perl.org/perl.git/commit/7cdf958deec646b9 add Porting/perldelta_template, David Mitchell 3 files changed, 287 insertions(+), 0 deletions( http://perl5.git.perl.org/perl.git/commit/57b3b745ca01e2d8 Fix parsing of readline(FH) [perl #68458] Rafael Garcia-Suarez 2 files changed, 25 insertions(+), 6 deletions(- http://perl5.git.perl.org/perl.git/commit/9a073a1d1a270eb5 more release_managers_guide tweaks David Mitchell 1 file changed, 55 insertions(+), 44 deletions(- http://perl5.git.perl.org/perl.git/commit/52a66c2cc3722485 Update Module::CoreList for 5.10.1 David Mitchell 1 file changed, 2 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/6c1a81b03e170d09 Eliminate *_ALLOCATED_HEAD and *_HEAD macros which are now used only once. Nicholas Clark 4 files changed, 8 insertions(+), 30 deletions(- http://perl5.git.perl.org/perl.git/commit/c8e503bfe4136506 Eliminate the remaining definitions for *_allocated structs. Nicholas Clark 4 files changed, 0 insertions(+), 31 deletions(- http://perl5.git.perl.org/perl.git/commit/828dad175cf45f4e mention perlivp in release_managers_guide David Mitchell 1 file changed, 9 insertions(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/459fc3ca45067f8a better document smart match overloading David Mitchell 2 files changed, 37 insertions(+), 2 deletions(- http://perl5.git.perl.org/perl.git/commit/0de1c906c34397b5 re-apply boilerplate to CGI test files David Mitchell 2 files changed, 24 insertions(+), 4 deletions(- http://perl5.git.perl.org/perl.git/commit/0e44158ce94d11dd upgrade GCI from 3.43 to 3.45 David Mitchell 19 files changed, 342 insertions(+), 115 deletio http://perl5.git.perl.org/perl.git/commit/68a4c8b9f23d187f add the CGI "default_value for popup_menu()" fix from 3.45 David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/74d3927541bd7b5c In pp_entersub, replace gv_fetchpv() with gv_fetchpvs(). Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/ae5c1e95b54cd413 In Perl_newATTRSUB(), refactor the calls to gv_fetch*(), reducing if blocks. Nicholas Clark 1 file changed, 10 insertions(+), 14 deletions(- http://perl5.git.perl.org/perl.git/commit/ed4a8a9b7d3d8eb9 In Perl_newATTRSUB(), we know the lengths, so can avoid gv_fetchpv(). Nicholas Clark 1 file changed, 11 insertions(+), 4 deletions(-) http://perl5.git.perl.org/perl.git/commit/c1754fcef434d921 gv_efullname3() could return NULL, so mro::_nextcan() must cope (and croak() Nicholas Clark 1 file changed, 8 insertions(+), 3 deletions(-) http://perl5.git.perl.org/perl.git/commit/9c1314f0ea4d104e sv_newmortal() is faster than sv_2mortal(newSV(0)) Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/8e234d892cf814ab Eliminate SV leak in mro::_nextcan - hv_store_ent()'s "key" doesn't take a r Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/59d8e2ce29a35e6a Fix build warning in mro.c Jerry D. Hedden 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/17eef65c2fb9a95e Add clear magic to %^H so that the HE chain is reset when you empty it. Zefram 13 files changed, 116 insertions(+), 35 deletion http://perl5.git.perl.org/perl.git/commit/f747ebd621ca5f8c Use the constant _CAN_PCS to optimise out things that can't happen pre 5.10 Nicholas Clark 1 file changed, 4 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/a8ae8fee103e29c8 Remove a refactoring typo - don't post-increment $flush_mro at the sub's end Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/81a8de77c95e1a44 In mro_get_linear_isa_c3() optimise even if AvARRAY(isa_lin) is NULL. Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/a18d9f20d1de8843 incremental improvement in ~~ documentation, already in maint-5.10 Chip Salzenberg 2 files changed, 11 insertions(+), 11 deletions( http://perl5.git.perl.org/perl.git/commit/b3ed409dee4fd319 Instead of trusting mro::get_linear_isa(), test it against the expected outp Nicholas Clark 1 file changed, 13 insertions(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/04e5ac63d9ec6366 Optimise mro_get_linear_isa_c3() when there is a single parent. 40% speed up Nicholas Clark 3 files changed, 111 insertions(+), 1 deletion(- http://perl5.git.perl.org/perl.git/commit/b0413f463ee989f4 add -DM flag to track smartmatch resolution David Mitchell 4 files changed, 62 insertions(+), 6 deletions(- http://perl5.git.perl.org/perl.git/commit/d7c0d2821cad1d2e Optimise S_mro_get_linear_isa_dfs() when dealing with the first parent class Nicholas Clark 3 files changed, 123 insertions(+), 33 deletions http://perl5.git.perl.org/perl.git/commit/73519bd01829f148 Perl_newHVhv() should copy immortal values as-is, such as PL_sv_undef Nicholas Clark 1 file changed, 5 insertions(+), 3 deletions(-) http://perl5.git.perl.org/perl.git/commit/c3acb9e0760135df Teach perlivp about the new stucture of the IO::Compress module suite Vincent Pit 1 file changed, 5 insertions(+), 5 deletions(-) http://perl5.git.perl.org/perl.git/commit/e7598a06d704c8e1 Add PERL_DISABLE_PMC to the list of -V's compile-time options. Nicholas Clark 1 file changed, 3 insertions(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/f89a1e08e6fb41e9 bump Safe version to 2.18 David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/6bc059100668dd57 bleed and 5.10.1 - documentation fix - README.aix add info the lib gdbm is a Rainer Tammer 1 file changed, 15 insertions(+), 14 deletions(- http://perl5.git.perl.org/perl.git/commit/e9d2e818e09bc1be release_managers_guide: minor tweaks David Mitchell 1 file changed, 6 insertions(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/a14438df21020189 Updated Module::CoreList for 5.10.1-RC2 David Mitchell 1 file changed, 30 insertions(+), 54 deletions(- http://perl5.git.perl.org/perl.git/commit/a47a8f3cfedd8845 Correctly detect NDBM_File availability H.Merijn Brand 1 file changed, 2 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/7894ad662a3cd2f4 Flush the MRO cache at the end, rather than the start. Nicholas Clark 1 file changed, 4 insertions(+), 3 deletions(-) http://perl5.git.perl.org/perl.git/commit/f7fd2659b1bc43d5 No need to flush the package's MRO cache if we've just flushed it. Nicholas Clark 1 file changed, 4 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/7064c127ddaf90b0 Convert perl version check in import() from run time to compile time. Nicholas Clark 1 file changed, 10 insertions(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/c5764f70840f5068 Generate perl version-dependent regexps once, rather than every call to impo Nicholas Clark 1 file changed, 9 insertions(+), 5 deletions(-) http://perl5.git.perl.org/perl.git/commit/672c0ce9f4737708 Sebastien decided what was the UPSTREAM for his modules Vincent Pit 1 file changed, 3 insertions(+), 3 deletions(-) http://perl5.git.perl.org/perl.git/commit/27d8d4f034c50a24 Skip maintainers.t on VMS. Craig A. Berry 1 file changed, 4 insertions(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/663b33b066e6a7d2 [perl #68530] "version::CLASS" warning in Safe.pm David Mitchell 1 file changed, 4 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/a930c511fcc6cf6f sv_peek(): SvOOK offset is no longer in IVX David Mitchell 1 file changed, 5 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/5115136b5ada1a32 Suppress system messages when op/ref.t calls die on VMS. Craig A. Berry 1 file changed, 4 insertions(+), 3 deletions(-) http://perl5.git.perl.org/perl.git/commit/54c717c31383ee34 quick fix cpan -r David Golden 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/e13751452f8f5397 release_managers_guide: typo fixes David Mitchell 1 file changed, 2 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/c67d51c3922d4d13 Explain that the load_module() import list must be NULL terminated Jan Dubois 1 file changed, 5 insertions(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/76f108ac8c4a9965 Revert bogus PROCESSOR_ARCHITECTURE fix. Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/e99480546c08486e Import WIN64 environment variable into makefile.mk Jan Dubois 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/9b1007c4e438dba1 Fix PROCESSOR_ARCHITECTURE in dmake builds. Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/d1cddda8a7478bc8 Add Bob Wilkinson's email address to AUTHORS David Golden 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/4a2c3333c52f7f4e release_managers_guide: add release compare item, David Mitchell 1 file changed, 26 insertions(+), 6 deletions(-) http://perl5.git.perl.org/perl.git/commit/d60a10440915acb0 Install arch-dependent files into $archlib. Andy Dougherty 2 files changed, 10 insertions(+), 0 deletions(- http://perl5.git.perl.org/perl.git/commit/4cc80fc4cbbd82e2 Revert "Revert "Mention the unit of time"" Abigail 1 file changed, 4 insertions(+), 3 deletions(-) http://perl5.git.perl.org/perl.git/commit/00d2151d8182d304 Merge commit 'dromedary/blead' into blead Vincent Pit 2 parents http://perl5.git.perl.org/perl.git/commit/303def5230dbc873 Updated Maintainers.pl to note that p5p/blead is responsible for IO Jesse Vincent 1 file changed, 2 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/ac1205a52f8c8d39 Merge the updated perlfaq from the perlfaq repository Steffen Mueller 10 files changed, 1435 insertions(+), 732 deleti http://perl5.git.perl.org/perl.git/commit/109f04419ad15440 Perl_die_nocontext() is also called with NULL from XS extensions that want t Vincent Pit 3 files changed, 2 insertions(+), 6 deletions(-) http://perl5.git.perl.org/perl.git/commit/cf284a245bd2c9f4 Revert "Mention the unit of time" Abigail 1 file changed, 3 insertions(+), 4 deletions(-) http://perl5.git.perl.org/perl.git/commit/e64d4d0a203b6a87 Mention the unit of time Abigail 1 file changed, 4 insertions(+), 3 deletions(-) http://perl5.git.perl.org/perl.git/commit/9af20c7fc2828f1b Mark as TODO the failing tests added in cb4bdfcf for the regression of 984f9 Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/972ee0bb665b38fb Added a failing test for a bareword parsing regression created in 984f9f66 Slaven Rezic 1 file changed, 14 insertions(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/cb4bdfcf966b2244 Typos in perlbug.PL Jerry D. Hedden 1 file changed, 2 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/7acb6aa6c27bdd5c perlbug.PL assumes patchlevel.h has simple patch lists; David Mitchell 1 file changed, 2 insertions(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/8a00c8caf7ac9ccd release_managers_guide: mention testing perlbug David Mitchell 1 file changed, 24 insertions(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/47b1f0962035bb36 document split in void context in perlfunc.pod Moritz Lenz 1 file changed, 4 insertions(+), 3 deletions(-) http://perl5.git.perl.org/perl.git/commit/521fe6911c4cc74d Remove duplicate entry (from config_heavy.pl) H.Merijn Brand 1 file changed, 5 insertions(+), 6 deletions(-) http://perl5.git.perl.org/perl.git/commit/94a9a4bc91d62776 install Config_heavy.pl in archlib David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/d62d5a537d867a4c Don't explicitly link against msvcrt when using MinGW. Jan Dubois 1 file changed, 4 insertions(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/679b67fee662acf5 ameliorate B::Deparse slowdown David Mitchell 1 file changed, 9 insertions(+), 4 deletions(-) http://perl5.git.perl.org/perl.git/commit/805b10112885d886 On Windows normalize $^X using GetLongPathName() Jan Dubois 1 file changed, 12 insertions(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/ad2561310d3fa13c s/PERL5OPTS/PERL5OPTS/ in INSTALL David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/adbb55c01aa367b5 Removed '...' ellipses from docs about '...' flip-flop operator Ken Williams 1 file changed, 4 insertions(+), 4 deletions(-) http://perl5.git.perl.org/perl.git/commit/f343f96080e78c71 INSTALL: mention that env vars can affect tests David Mitchell 1 file changed, 12 insertions(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/06aa495b2e26cd69 release_managers_guide: mention updating http://www.cpan.org/src/ David Mitchell 1 file changed, 9 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/746c0b35373e0e9e PERL_DONT_CREATE_GVSV was documented in perl589delta David Mitchell 2 files changed, 2 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/4cd37d19e1f119da Restore t/harness path checks on Win32 Max Maischein 1 file changed, 4 insertions(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/133fac12ff7e3894 Reduce thread count in threads::shared stress test Jerry D. Hedden 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/ba2d061b7a1b6cf5 Upgrade to threads::shared 1.31 Jerry D. Hedden 2 files changed, 28 insertions(+), 8 deletions(- http://perl5.git.perl.org/perl.git/commit/5b48f78c51c77f1c MANIFEST and Porting/Maintainers.pl update Jerry D. Hedden 2 files changed, 2 insertions(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/66ce101fb6dbfa9f Update threads to 1.74 H.Merijn Brand 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/891f9d0e205d7e97 Upgrade to 'threads' 1.74 Jerry D. Hedden 4 files changed, 74 insertions(+), 25 deletions( http://perl5.git.perl.org/perl.git/commit/3350824ec19fdd3c bump Module::Build in Maintainers.pl David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/249829ce6656c2e7 Bump Module::Build version to 0.340201 David Golden 25 files changed, 29 insertions(+), 24 deletions http://perl5.git.perl.org/perl.git/commit/1a7f3fa0f2ee133d Add 5.10.1-RC1 release to perlhist Abigail 1 file changed, 1 insertion(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/7989172bfe8fc802 Add a regression test for RT #68182. Shlomi Fish 1 file changed, 8 insertions(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/735302bdcf24a4dd Current branch maint-5.10 16 commits. 3 unique authors. 1 unique committer. 22 files changed, 493 insertions(+), 108 deletions(-) Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ca8de220718ba91d.tar.gz create perl5102delta David Mitchell 12 files changed, 321 insertions(+), 33 deletion http://perl5.git.perl.org/perl.git/commit/ca8de220718ba91d today's merging activity David Mitchell 1 file changed, 34 insertions(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/5348debf9fd57fc1 more release_managers_guide tweaks David Mitchell 1 file changed, 55 insertions(+), 44 deletions(- http://perl5.git.perl.org/perl.git/commit/50664cb9a854dde4 add new release to perlhist David Mitchell 1 file changed, 1 insertion(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/0ddcc1161b4c1eef Update Module::CoreList for 5.10.1 David Mitchell 1 file changed, 2 insertions(+), 2 deletions(-) http://perl5.git.perl.org/perl.git/commit/09c1b3de15b764c5 micro-tweak perldelta David Mitchell 1 file changed, 3 insertions(+), 3 deletions(-) http://perl5.git.perl.org/perl.git/commit/1a2b1ec40398651b mention perlivp in release_managers_guide David Mitchell 1 file changed, 9 insertions(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/2093ad8b023433f6 better document smart match overloading David Mitchell 2 files changed, 37 insertions(+), 2 deletions(- http://perl5.git.perl.org/perl.git/commit/d3ef07439595fe57 link in perldelta to INSTALL doesn't get indexed correctly David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/84878b9b68e0b2fe Teach perlivp about the new stucture of the IO::Compress module suite Vincent Pit 1 file changed, 5 insertions(+), 5 deletions(-) http://perl5.git.perl.org/perl.git/commit/52adc852cf281e94 update Safe version in perldelta David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/48ae1f6e14087149 bump Safe version to 2.18 David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/ec402391699cd9a0 perldelta: mention CGI popup_menu fix David Mitchell 1 file changed, 1 insertion(+), 0 deletions(-) http://perl5.git.perl.org/perl.git/commit/6a856da67b2e10fc add the CGI "default_value for popup_menu()" fix from 3.45 David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/4f77b5d64bce53b4 bleed and 5.10.1 - documentation fix - README.aix add info the lib gdbm is a Rainer Tammer 1 file changed, 15 insertions(+), 14 deletions(- http://perl5.git.perl.org/perl.git/commit/ef2afd11e168b7b1 release_managers_guide: minor tweaks David Mitchell 1 file changed, 6 insertions(+), 1 deletion(-) http://perl5.git.perl.org/perl.git/commit/d28409a756beeb4e
|