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