summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Unicode-Collate to CPAN version 0.58Chris 'BinGOs' Williams2010-08-2925-23/+1314
* Fix a typo in the PL_keyword_plugin docsFlorian Ragwitz2010-08-281-1/+1
* Make PerlIOUnix_open honor default permissions on VMS.Craig A. Berry2010-08-281-0/+4
* Remove OA_RETINTEGER, unused since 2002 (commit e7311069df54baa6)Nicholas Clark2010-08-283-352/+351
* silence APItest deprecation warningRobin Barker2010-08-281-0/+3
* mktables: Silence common build warningKarl Williamson2010-08-281-2/+5
* Silence g++ compatibility warningRobin Barker2010-08-281-2/+10
* remove much dead code from regen.plZefram2010-08-281-37/+0
* avoid unnecessarily changing timestamp on perly.hZefram2010-08-281-10/+17
* Peephole optimise adjacent pairs of nextstate ops.Nicholas Clark2010-08-274-314/+358
* Merge branch 'blead' of ssh://stevep@perl5.git.perl.org/perl into bleadSteve Peters2010-08-2792-453/+2716
|\
| * Remove a useless hardcoding of the current Perl version in README.AIXJesse Vincent2010-08-261-1/+1
| * First pass of CoreList update for 5.12.2Jesse Vincent2010-08-261-3/+634
| * In mktables, disable string overloading when de-duping lists.Nicholas Clark2010-08-261-0/+6
| * Convert mktables to assign lexicals via do { no overloading; ... }; blocks.Nicholas Clark2010-08-261-69/+69
| * Change mktables to use pack 'J', $addr; to key its inside-out objects.Nicholas Clark2010-08-261-99/+100
| * In lib/unicore/mktables tweaks to tidy the file writing code.Nicholas Clark2010-08-261-78/+59
| * In lib/unicore/mktables minor tidying of the numifciation code.Nicholas Clark2010-08-261-4/+4
| * make recursive part of peephole optimiser hookableZefram2010-08-268-11/+29
| * eliminate unneeded code, and explain why the code was not neededYves Orton2010-08-261-2/+9
| * VERB nodes in the regex engine should NOT be marked as JUMPABLE.Bram2010-08-262-2/+294
| * fix description of -DJ in perlrunDavid Mitchell2010-08-251-1/+1
| * prevent Devel::Peek::Dump from lieing to us about evil class namesYves Orton2010-08-252-2/+31
| * Fix escaping in opcode.h generationDagfinn Ilmari Mannsåker (via RT)2010-08-251-1/+1
| * perlunicode.pod: Fix misleading info, expandKarl Williamson2010-08-251-42/+92
| * mktables: Clarify comment output in filesKarl Williamson2010-08-251-1/+3
| * Add tests for commit 1b0124a7c19a5499714e57a00a3d30b2f2647b1fBram (via RT)2010-08-251-1/+28
| * Fix -Wwrite-string warnings in cygwin.cJerry D. Hedden" (via RT)2010-08-251-5/+8
| * Tests for bug 77414Abigail2010-08-251-1/+21
| * Mark regcurly as experimentalkarl williamson (via RT)2010-08-251-1/+1
| * update AUTHORSDavid Mitchell2010-08-251-0/+1
| * Config.pm: report perl path in version conflict.alex2010-08-251-2/+2
| * exclude autodoc.pl from pod checksDavid Mitchell2010-08-251-0/+1
| * perlpod.api: improve the proseDavid Mitchell2010-08-251-5/+7
| * autodoc.pl: Clarify use of undocumented fcnsKarl Williamson2010-08-251-10/+21
| * don't taint $DB::subDavid Mitchell2010-08-254-1/+32
| * detaint paths added by blib.pmDavid Mitchell2010-08-241-0/+5
| * Update ExtUtils-MakeMaker to CPAN version 6.57_01Chris 'BinGOs' Williams2010-08-2436-112/+170
| * Ignore more editor droppingsDagfinn Ilmari Mannsåker2010-08-241-1/+3
| * Update Unicode-Collate to CPAN version 0.57Chris 'BinGOs' Williams2010-08-2320-22/+704
| * In bodies_by_type in sv.c, no need to store for values for HEs.Nicholas Clark2010-08-231-2/+2
| * typo in perlportPhilippe Bruhat (BooK)2010-08-231-1/+1
| * fix rt75680 - when working with utf8 strings one must always use s+=UTF8SKIP(...Yves Orton2010-08-232-23/+78
| * document several optree construction functionsZefram2010-08-232-24/+351
| * In makedef.pl, remove a redundant check for MULTIPLICITY.Nicholas Clark2010-08-231-4/+2
| * Add vaproto and charbits entries to win32/config.gc64(nox)?Curtis Jewell2010-08-222-0/+4
| * Make win32/config.gc64(nox)? match win32/config.gc.Curtis Jewell2010-08-222-0/+8
| * Enlighten Porting/checkcfgvar.pl about win32/config.gc64(nox)? filesCurtis Jewell2010-08-221-0/+2
| * Add missing space in perltrapFlorian Ragwitz2010-08-221-1/+1
| * add lex_stuff_pvs()Zefram2010-08-222-1/+10