summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* perldelta: ExtUtils::MakeMaker updatev5.17.11Ricardo Signes2013-04-191-0/+4
* update Module::CoreList for v5.17.11Ricardo Signes2013-04-193-4/+56
* perldelta: module updates for 5.17.11Ricardo Signes2013-04-191-0/+33
* acknowledgements in perldeltaRicardo Signes2013-04-191-3/+24
* perldiag.pod: Fix wrong Perl versionsKarl Williamson2013-04-191-3/+4
* Update ExtUtils-MakeMaker to CPAN version 6.66Chris 'BinGOs' Williams2013-04-1933-48/+57
* perldelta: significant typo!Ricardo Signes2013-04-191-1/+1
* perldelta: update most of the delta for 5.17.11Ricardo Signes2013-04-191-272/+23
* \N was still marked experimental in some placesDavid Mitchell2013-04-192-2/+2
* perldelta for 92fd341d6Tony Cook2013-04-191-0/+5
* fix dist/IO/t/cachepropagate-unix.tFrancois Perrad2013-04-191-0/+8
* remove excluded test file cpan/ExtUtils-MakeMaker/t/Liblist_Kid.tTony Cook2013-04-162-157/+0
* fix comment typo in regcomp.cDavid Mitchell2013-04-151-1/+1
* Converted Asian documentations to utf-8Leon Timmermans2013-04-144-209/+185
* Document that range operator '..' can not be overloaded.Moritz Lenz2013-04-142-4/+22
* Provide file and subroutine-level documentation in POD format.James E Keenan2013-04-141-2/+220
* Subject: [PATCH] Update INSTALLDIRS to favor installation under 'site'.James E Keenan2013-04-148-6/+8
* Update CPAN to CPAN version 2.00Chris 'BinGOs' Williams2013-04-144-3/+11
* Porting/curliff.pl no longer needed; delete it.James E Keenan2013-04-134-52/+0
* B::Deparse: document that `state sub` is unimplementedAaron Crane2013-04-122-0/+15
* deparse.t: delete now-unneeded __WARN__ suppressionAaron Crane2013-04-121-9/+0
* B::Deparse: stub implementation of deparsing lexical subsAaron Crane2013-04-121-3/+44
* [MERGE] handle /(?{})/ with overload::constant qrDavid Mitchell2013-04-1210-231/+359
|\
| * fix runtime /(?{})/ with overload::constant qrDavid Mitchell2013-04-124-25/+100
| * add lex_re_reparsing boolean to yy_parser structDavid Mitchell2013-04-124-8/+6
| * Eliminate PL_reg_state.re_reparsing, part 2David Mitchell2013-04-125-7/+0
| * Eliminate PL_reg_state.re_reparsing, part 1David Mitchell2013-04-127-11/+26
| * re_op_compile(): reapply debugging statementsDavid Mitchell2013-04-121-0/+8
| * Handle overloading properly in compile-time regexDavid Mitchell2013-04-122-87/+111
| * re-indent after last changeDavid Mitchell2013-04-121-50/+50
| * re_op_compile(): unify 1-op and N-op branchesDavid Mitchell2013-04-121-17/+31
| * re_op_compile(): simplify a code snippetDavid Mitchell2013-04-121-4/+1
| * re-indent code after previous commitDavid Mitchell2013-04-121-99/+99
| * regex and overload: unifiy 1 and N arg branchesDavid Mitchell2013-04-122-26/+40
| * re_op_compile(): temp remove some debugging codeDavid Mitchell2013-04-121-10/+0
|/
* pod/perlsec.pod: fix typo and tweak wordingAaron Crane2013-04-111-4/+4
* Fix post-install instructions in README.vms.Craig A. Berry2013-04-101-15/+7
* Provide proper link to original Dylan paper.James E Keenan2013-04-102-2/+3
* Directory rename no longer needed on VMS.Craig A. Berry2013-04-061-8/+0
* Assorted updates to README.vmsCraig A. Berry2013-04-061-152/+105
* perlop.pod: Fix typo that yields wrong infoKarl Williamson2013-04-051-1/+1
* S_* functions should be STATICJan Dubois2013-04-042-3/+5
* handy.h: Remove docs for non-existent macroKarl Williamson2013-03-291-6/+0
* improve hash related documentation in perlfunc and perlsec to reflect new has...Yves Orton2013-03-292-18/+48
* Fix perlfunc.pod to reflect changes to split " " logicYves Orton2013-03-291-1/+4
* Remove the non-inline function S_croak_memory_wrap from inline.h.Andy Dougherty2013-03-287-28/+19
* makedef.pl shouldn't prepend Perl_ to symbols already starting with Perl_.Andy Dougherty2013-03-281-1/+2
* Exporter on CPAN is 5.68 make blead reflect thisChris 'BinGOs' Williams2013-03-272-2/+2
* eliminate the only internal uses of HvFILLYves Orton2013-03-272-10/+23
* prevent SEGV from buffer read overrun, and refactor away duplicated codeYves Orton2013-03-271-14/+11