summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup some gcc warningsMarcus Holland-Moritz2006-04-243-6/+8
* A couple of casts to PADOFFSET.Marcus Holland-Moritz2006-04-244-12/+12
* Ensure GvNAME doesn't return NULLMarcus Holland-Moritz2006-04-244-6/+9
* doop.c consting, take 2Andy Lester2006-04-243-85/+76
* Refactor S_glob_2inpuvAndy Lester2006-04-244-26/+40
* Inlining static funcs in perl.cAndy Lester2006-04-244-39/+20
* Assimilate Test::Harness 2.57_06Nicholas Clark2006-04-235-46/+63
* Update to AUTHORS fileJoshua Rodd2006-04-221-1/+1
* "Don't Repeat Yourself" on the "We *really* need to overwrite theseNicholas Clark2006-04-225-40/+58
* Remove the enable_debugging member from the structure, and insteadNicholas Clark2006-04-211-6/+7
* Use a struct to hold the regexp engine state information, to makeNicholas Clark2006-04-211-16/+43
* Merge the install and uninstall routines.Nicholas Clark2006-04-212-37/+30
* Refactor re.pm slightly. This has no change to documented behaviour,Nicholas Clark2006-04-211-19/+16
* Rework threads destruct callJerry D. Hedden2006-04-214-29/+510
* Re: [perl #38904] Text::ParseWords doesn't always handle backslashes correctly Alexey Toptygin2006-04-212-5/+19
* Why hide functions (and duplicate them) when you can just avoidNicholas Clark2006-04-212-9/+10
* Given that use re 'debug' can turn on DEBUGGING even on a non-DEBUGGINGNicholas Clark2006-04-211-2/+0
* Remove the last traces of explicitly setting HINT_LOCALIZE_HH fromNicholas Clark2006-04-204-16/+2
* Re: TODO tests and test::harnessYves Orton2006-04-202-11/+13
* Add test boilerplate and use test.pl instead of Test::MoreRafael Garcia-Suarez2006-04-201-1/+9
* Add new tests for bug #32840 provided by David Landgren,Rafael Garcia-Suarez2006-04-202-0/+75
* Tweak change 23256 to continue passing on 5.8.xNicholas Clark2006-04-201-4/+3
* Convert two ok()s to better constructions.Nicholas Clark2006-04-201-2/+2
* [REPOST] [PATCH] Remove superfluous counter in threadsJerry D. Hedden2006-04-202-46/+39
* Fix typo in the description of change 21323.Nicholas Clark2006-04-201-1/+1
* New test for the "Assignment to both a list and a scalar" error,Rafael Garcia-Suarez2006-04-201-1/+5
* regmatch(): replace magic value -1000 with symbolic CHRTEST_VOIDDave Mitchell2006-04-201-10/+14
* op_type shrinkingAndy Lester2006-04-202-46/+47
* regexec consting & localizingAndy Lester2006-04-201-7/+8
* Localizing varsAndy Lester2006-04-201-9/+9
* regmatch: merge the greedy and non-greedy branches of CURLYMDave Mitchell2006-04-202-150/+93
* [perl #38892] PATCH: remove spurious warning from Benchmark.pmLinda Walsh2006-04-191-1/+2
* Changes to perlfaq8 "How do I find out if I'm running interactively Steve Peters2006-04-191-6/+12
* Add a TODO test for RT #1085: "what should be output of perl -weSteve Peters2006-04-191-1/+10
* regmatch(): make IFMATCH use PUSH_STACK rather than fake recursionDave Mitchell2006-04-193-56/+124
* Upgrade to Test::Harness 2.57_05Rafael Garcia-Suarez2006-04-1914-285/+597
* newCONSTSUB needs to be robust in case CopFILE is NULL.Nicholas Clark2006-04-191-2/+2
* Oops. Need a macro to convert cv_ckproto() to cv_ckproto_len().Nicholas Clark2006-04-191-0/+5
* There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,Rafael Garcia-Suarez2006-04-191-2/+1
* Avoid temporarily writing over the prototype when reporting an error.Nicholas Clark2006-04-192-14/+17
* Replace some Copy() by Move() calls, because valgrind reportsRafael Garcia-Suarez2006-04-191-3/+3
* Calling cv_undef() on the CV created by newCONSTSUB() would leak likeNicholas Clark2006-04-1910-28/+75
* Fix compilation of microperl, which doesn't have INT_MAX.Nicholas Clark2006-04-191-1/+8
* Revert 27869 at Jarkko's request.Nicholas Clark2006-04-181-2/+0
* regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo.Dave Mitchell2006-04-182-6/+18
* Add a TODO regarding merging the win32 and wince codebases.Steve Peters2006-04-181-2/+6
* When checking whether perl is built with -g in optimisationRafael Garcia-Suarez2006-04-181-2/+2
* Expand "am I hot or not" into a more general "Profile Perl" section.Nicholas Clark2006-04-181-8/+14
* A fix to change #27845 to get it to compile with -DPERL_MAD.Steve Peters2006-04-181-1/+1
* win32/Makefile changes for Windows 64 bitJan Dubois2006-04-182-17/+24