summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadv5.11.2Leon Brocard2009-11-191-1/+1
|\
| * Convert the shell pipeline for the list of committers to a Perl 1 liner.Nicholas Clark2009-11-191-1/+1
* | Module::CoreList updated for the real 5.11.2, including Module::Build changesLeon Brocard2009-11-191-26/+29
|/
* The lexer API is very exciting, but only mention it onceLeon Brocard2009-11-191-9/+0
* Run Porting/podtidyLeon Brocard2009-11-191-80/+90
* Add details of module updatesLeon Brocard2009-11-191-4/+35
* Delete a few more sectionsLeon Brocard2009-11-191-43/+0
* Delete sections, add a bunch moreLeon Brocard2009-11-191-103/+77
* Merge branch 'blead' of perl5.git.perl.org:/gitroot/perl into bleadH.Merijn Brand2009-11-191-0/+8
|\
| * Mention how to generate stats for the AcknowledgementsLeon Brocard2009-11-191-0/+8
* | Sync AUTHORS and Porting/checkAUTHORS.pl with ChangelogsH.Merijn Brand2009-11-192-205/+208
|/
* Fix POD: C<...->...> => C<< ...-> ... >>Frank Wiegand2009-11-196-6/+6
* Updated Module::Build to 0.35_09David Golden2009-11-1936-254/+282
* Fill in some details about the releaseLeon Brocard2009-11-191-6/+56
* Tweak tense, remove double spacesLeon Brocard2009-11-191-14/+13
* Bump version of Module::CoreList to 2.23Chris Williams2009-11-192-2/+2
* Abolish xio_lines from struct PVIO - store IoLINES() in the IVX slot.Nicholas Clark2009-11-191-2/+2
* PVIOs don't use the SvIVX slot.Nicholas Clark2009-11-193-2/+5
* lexer API fixesZefram2009-11-192-12/+17
* minitest fixesZefram2009-11-192-3/+4
* Add a few more distribution versus module name exceptionsLeon Brocard2009-11-181-1/+4
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadLeon Brocard2009-11-181-46/+50
|\
| * {camel,dromedary}.booking.com names are gone, so update them to {,users.}per5...Vincent Pit2009-11-181-46/+50
* | Add the 5.11.2 releaseLeon Brocard2009-11-181-0/+1
|/
* Module::CoreList updated for 5.11.2Leon Brocard2009-11-181-1/+641
* Fix two spelling errorsLeon Brocard2009-11-181-1/+1
* Bump 5.11.1 -> 5.11.2 in all sorts of places it's (oh so unfortunately) hardc...Leon Brocard2009-11-1820-127/+127
* Updated CPAN path for Module::CoreList in Maintainers.plChris Williams2009-11-181-1/+1
* Fix minor typo in commentLeon Brocard2009-11-181-1/+1
* Skip the scope name checks if PL_scopestack_name is NULL.Nicholas Clark2009-11-181-4/+7
* PL_scopestack_name needs to be present, -DDEBUGGING or not.Nicholas Clark2009-11-181-3/+3
* Update CPANPLUS::Dist::Build to cpan version 0.44Chris Williams2009-11-183-13/+18
* Correct the arguments to MBTest->tmpdir() to reflect implementation changes.Nicholas Clark2009-11-181-1/+1
* Updated Module::Build to 0.35_08David Golden2009-11-1879-1558/+4256
* Typo fixAbigail2009-11-171-1/+1
* Correctly check that functions flagged as documented do have documentation.Nicholas Clark2009-11-171-1/+1
* Correct the flags for 3 functions that don't actually have documentation.Nicholas Clark2009-11-171-3/+3
* Remove dead preprocessor code from toke.cJan Dubois2009-11-161-13/+0
* Fix crash in refactored lexer internalsJan Dubois2009-11-161-1/+1
* add op class assertions to newXXXOP functionsGerard Goossen2009-11-161-0/+37
* Document SIGPIPE when printing to closed socketDavid Golden2009-11-161-0/+3
* Patches to Encode 2.38 to match current test layoutJesse Vincent2009-11-163-12/+0
* Updated Encode to CPAN release 2.38Jesse Vincent2009-11-1624-66/+135
* Update CPANPLUS::Dist::Build to cpan version 0.42Chris Williams2009-11-153-3/+3
* Update IPC::Cmd to cpan version 0.54Chris Williams2009-11-152-7/+6
* Inline PL_no_symref_sv into its users. Deprecate the visible global variable.Nicholas Clark2009-11-152-4/+9
* Inline PL_no_symref into pp_entersub. Deprecate the visible global variable.Nicholas Clark2009-11-153-3/+4
* lexer APIZefram2009-11-1513-312/+941
* Make the style of pad_add_name's flags consistent with pad_new's and pad_tidy's.Nicholas Clark2009-11-153-12/+12
* Change S_pad_check_dup()'s arguments from char*/STRLEN to SV *.Nicholas Clark2009-11-154-19/+12