summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* perlre.pod spellcheckAlexandr Ciornii2007-04-251-4/+4
* Leave try.c and include files where they are if we need them laterH.Merijn Brand2007-04-251-6/+7
* Move hash action constants to hv.hJerry D. Hedden2007-04-253-14/+11
* perlguts nit, found by Jerry D. HeddenRafael Garcia-Suarez2007-04-251-1/+1
* Work a little harder at building generate_uudmap on VMS.Craig A. Berry2007-04-251-6/+6
* Upgrade to Encode-2.20Steve Peters2007-04-2512-48/+483
* Ooops. It helps to p4 add the new file.Nicholas Clark2007-04-241-0/+44
* Make PL_uudmap a constant global. Remove the run time initialisationNicholas Clark2007-04-2411-24/+53
* move PL_linestr from the interpreter struct to the parser structDave Mitchell2007-04-249-36/+30
* Silence VC6 warning about not all control paths returning a valueSteve Hay2007-04-241-0/+1
* Fix a function signature missed by #31027 to silence a VC6 warningSteve Hay2007-04-241-1/+1
* Silence 5 "possible loss of data" warnings from VC6Steve Hay2007-04-243-5/+5
* [perl #42648] [PATCH] crash in win32/VMem.h when out of memory Devin Heitmueller2007-04-241-0/+8
* Adjust test count.Rafael Garcia-Suarez2007-04-241-1/+1
* Fix potential precedence problemRafael Garcia-Suarez2007-04-241-1/+1
* Remove unnecessarily paranoid protection in pp_definedRafael Garcia-Suarez2007-04-241-3/+4
* Fix a bug in dor assignment (@x //= 1 was triggering anRafael Garcia-Suarez2007-04-241-0/+1
* Remove the code that handles assignment to state variablesRafael Garcia-Suarez2007-04-248-177/+13
* Typo fix.Abigail2007-04-241-1/+1
* Reduce directory depth for IO::Compress modules.Craig A. Berry2007-04-2495-94/+94
* eliminate some uses of PL_linestr in perl.cDave Mitchell2007-04-234-17/+23
* inline S_init_lexer() and regenDave Mitchell2007-04-236-24/+6
* make initialisation of PL_sv_no etc unconditionalDave Mitchell2007-04-231-34/+29
* Missed quotes in protocheck for rm_tryH.Merijn Brand2007-04-231-2/+2
* Major *try* cleanup: introduce $rm_try; Some whitespace cleanups;H.Merijn Brand2007-04-231-178/+173
* Remove the unnecessary allocation of and assignment to hunk[3], as theNicholas Clark2007-04-231-4/+2
* Switch to hex format for integer constants in regcharclass.hRafael Garcia-Suarez2007-04-232-165/+169
* Upgrade to Term::ANSIColor 1.12.Rafael Garcia-Suarez2007-04-233-9/+26
* More variable reordering saves another 40 bytes from the interpreterNicholas Clark2007-04-233-74/+60
* Un-mathom Perl_save_I16Jerry D. Hedden2007-04-232-10/+10
* A safer version of CopFILE, by JarkkoRafael Garcia-Suarez2007-04-231-1/+2
* Change boilerplate of regcharclass.hRafael Garcia-Suarez2007-04-232-25/+33
* Add Yves Orton's script to regenerate regcharclass.hRafael Garcia-Suarez2007-04-233-58/+649
* Remove generated test files from CPANPLUSRafael Garcia-Suarez2007-04-2314-402/+0
* Patch to config to avoid failures in the perl core dueRafael Garcia-Suarez2007-04-231-3/+6
* Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*...Ævar Arnfjörð Bjarmason2007-04-2311-46/+58
* Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE...Yves Orton2007-04-2312-57/+649
* An optimisation to the MRO code, by Brandon Black,Rafael Garcia-Suarez2007-04-231-25/+78
* Shorten long symbols in mro.c to avoid name mangling on VMS.Craig A. Berry2007-04-231-6/+6
* Fix problems caused by downsizing in change 31017. (Which don't showNicholas Clark2007-04-222-2/+2
* Reflect change of path for Module::Pluggable's tests in Maintainers.plRafael Garcia-Suarez2007-04-221-1/+3
* Add missing file to MANIFESTRafael Garcia-Suarez2007-04-221-0/+1
* Update CPANPLUS to 0.79_01Jos I. Boumans2007-04-2220-99/+194
* Move Module::Pluggable tests up under main test directory.Craig A. Berry2007-04-2253-50/+52
* Make t/harness find the t/mro testsCraig A. Berry2007-04-221-0/+1
* Various variables in intrpvar.h and thrdvar.h are considerably largerNicholas Clark2007-04-213-11/+11
* Fix bug in change 31015 - saving the wrong size of variable.Nicholas Clark2007-04-211-1/+1
* Several members of struct yy_parser can go on a diet. Some I32s wereNicholas Clark2007-04-215-17/+17
* By re-ordering declarations in interpvar.h and thrdvar.h, reduce theNicholas Clark2007-04-212-48/+50
* Remove widesyscalls and numeric_compat1, two unused per-interpreterNicholas Clark2007-04-211-3/+0