summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix mro docs.Brandon Black2007-04-267-69/+195
* Forgot to submit regcomp.c in change #31081Rafael Garcia-Suarez2007-04-261-5/+38
* Do the same thing as change #31082, but for warnings.pm.Rafael Garcia-Suarez2007-04-262-2/+16
* eliminate "unused var" warningDave Mitchell2007-04-261-0/+1
* Re: The Strict trapJohan Vromans2007-04-262-2/+13
* Re: Analysis of problems with mixed encoding case insensitive matches in rege...Yves Orton2007-04-266-42/+185
* fixed Fcntl::S_IFMT() breakage introduced by change 30674 (blead 26701)Alexey Tourbin2007-04-263-11/+31
* Safely store user locks in threads::sharedJerry D. Hedden2007-04-253-4/+18
* Thread.xs doesn't need magic sig anymoreJerry D. Hedden2007-04-251-3/+0
* Small perlivp.PL updatesJohan Vromans2007-04-251-0/+6
* overload must not load XS modules at compile time, or perlRafael Garcia-Suarez2007-04-251-2/+6
* Remove a now redundant requireRafael Garcia-Suarez2007-04-251-6/+5
* Move the require at the top of the file.Rafael Garcia-Suarez2007-04-251-1/+2
* Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and GraphBrandon Black2007-04-252-3/+8
* Upgrade to CPAN-1.9101Steve Peters2007-04-252-50/+57
* Avoid the need for 2 casts added in 31055 by using a better type forNicholas Clark2007-04-252-4/+5
* Remove vestigical include of <ctype.h>, which came from a previousNicholas Clark2007-04-251-1/+0
* 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