summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added two removed platforms to the Perl 5.11.0 deltaJesse Vincent2009-08-241-0/+8
* Add an encoding line, as the file is in UTF-8.Nicholas Clark2009-08-241-0/+2
* Pod copy editing - whitespace cleanup, and F<>/C<> corrections.Nicholas Clark2009-08-241-17/+8
* Note that File::Copy is actually at 2.16, and that cp needs describing.Nicholas Clark2009-08-241-1/+3
* constant has been upgraded to 1.19. Describe the improvements.Nicholas Clark2009-08-241-1/+2
* The attrs pragma has been removed, not upgraded.Nicholas Clark2009-08-241-1/+2
* Correct some 5.10.1s that should be 5.11.0, and one 5.10.2 to 5.11.1.Nicholas Clark2009-08-241-4/+4
* Note that the smartmatch changes in 5.11.0 are the same as in 5.10.1.Nicholas Clark2009-08-241-1/+4
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadJesse Vincent2009-08-241-0/+6
|\
| * Note that linearising C3 MRO is now 40% faster for single inheritance.Nicholas Clark2009-08-241-0/+6
* | More work toward a usable 5.11.0 delta fileJesse Vincent2009-08-241-5/+461
|/
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadJesse Vincent2009-08-243-4/+5
|\
| * Updated CPANPLUS::Dist::Build to CPAN version 0.38Chris 'BinGOs' Williams2009-08-243-4/+5
* | Forward ported perl 5.10.1 changes into perl5110delta.pod per nicholasJesse Vincent2009-08-241-19/+1575
|/
* Fix a Deparse bug - constants and PCSs were appearing as subroutine stubs.Nicholas Clark2009-08-242-3/+11
* Remove the MacOS Classic support from deparse.t (as it's getting in the way).Nicholas Clark2009-08-241-18/+3
* Merge commit 'shlomif/blead' into bleadRafael Garcia-Suarez2009-08-241-1/+8
|\
| * Add a regression test for RT #68182.Shlomi Fish2009-08-091-1/+8
* | Fix URL to Unicode 5.1.0 notable changesLeon Brocard2009-08-241-1/+1
* | Minor improvements to perldebug.podTom Hukins2009-08-241-4/+5
* | [perl #68708] Add "CARP_NOT" section to Carp's PODAlan Grover2009-08-241-0/+39
* | release_managers_guide: lots of tweaks to post-release tasksDavid Mitchell2009-08-231-46/+75
* | add 5.10.1 to perlhist in bleadDavid Mitchell2009-08-231-0/+2
* | add perl5101deltaDavid Mitchell2009-08-238-26/+1809
* | add Porting/perldelta_template,David Mitchell2009-08-233-0/+287
* | Fix parsing of readline(FH) [perl #68458]Rafael Garcia-Suarez2009-08-232-6/+25
* | more release_managers_guide tweaksDavid Mitchell2009-08-221-44/+55
* | Update Module::CoreList for 5.10.1David Mitchell2009-08-221-2/+2
* | Eliminate *_ALLOCATED_HEAD and *_HEAD macros which are now used only once.Nicholas Clark2009-08-224-30/+8
* | Eliminate the remaining definitions for *_allocated structs.Nicholas Clark2009-08-224-31/+0
* | mention perlivp in release_managers_guideDavid Mitchell2009-08-221-0/+9
* | better document smart match overloadingDavid Mitchell2009-08-222-2/+37
* | re-apply boilerplate to CGI test filesDavid Mitchell2009-08-222-4/+24
* | upgrade GCI from 3.43 to 3.45David Mitchell2009-08-2219-115/+342
* | add the CGI "default_value for popup_menu()" fix from 3.45David Mitchell2009-08-221-1/+1
* | In pp_entersub, replace gv_fetchpv() with gv_fetchpvs().Nicholas Clark2009-08-221-1/+1
* | In Perl_newATTRSUB(), refactor the calls to gv_fetch*(), reducing if blocks.Nicholas Clark2009-08-221-14/+10
* | In Perl_newATTRSUB(), we know the lengths, so can avoid gv_fetchpv().Nicholas Clark2009-08-221-4/+11
* | gv_efullname3() could return NULL, so mro::_nextcan() must cope (and croak()).Nicholas Clark2009-08-211-3/+8
* | sv_newmortal() is faster than sv_2mortal(newSV(0))Nicholas Clark2009-08-211-1/+1
* | Eliminate SV leak in mro::_nextcan - hv_store_ent()'s "key" doesn't take a ref.Nicholas Clark2009-08-211-2/+2
* | Fix build warning in mro.cJerry D. Hedden2009-08-211-1/+1
* | Add clear magic to %^H so that the HE chain is reset when you empty it.Zefram2009-08-2113-35/+116
* | Use the constant _CAN_PCS to optimise out things that can't happen pre 5.10Nicholas Clark2009-08-211-2/+4
* | Remove a refactoring typo - don't post-increment $flush_mro at the sub's end.Nicholas Clark2009-08-211-1/+1
* | In mro_get_linear_isa_c3() optimise even if AvARRAY(isa_lin) is NULL.Nicholas Clark2009-08-211-1/+1
* | incremental improvement in ~~ documentation, already in maint-5.10Chip Salzenberg2009-08-202-11/+11
* | Instead of trusting mro::get_linear_isa(), test it against the expected output.Nicholas Clark2009-08-201-1/+13
* | Optimise mro_get_linear_isa_c3() when there is a single parent. 40% speed up.Nicholas Clark2009-08-203-1/+111
* | add -DM flag to track smartmatch resolutionDavid Mitchell2009-08-204-6/+62