summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generate the overload enum and names array programatically, whichNicholas Clark2006-10-064-90/+324
* Reoder struct am_table and am_table_short to save 8 bytes on LP64Nicholas Clark2006-10-061-2/+2
* Upgrade to PathTools-3.21Steve Peters2006-10-066-42/+86
* Don't bother generating the "Operation \"%s\": no method found..."Nicholas Clark2006-10-061-0/+3
* Document the new regmatch() backtracking mechanismDave Mitchell2006-10-051-95/+123
* remove REGMATCH detritus and shrink the size of the backtrack structureDave Mitchell2006-10-052-132/+80
* migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigmDave Mitchell2006-10-055-433/+371
* Re: [perl #8835] fairly large regex optimization bug with 5.7.3Yves Orton2006-10-052-7/+14
* Nit in regcomp, discovered by a gcc warning, fixed by YvesRafael Garcia-Suarez2006-10-051-2/+2
* Fix a couple of casting warningsRafael Garcia-Suarez2006-10-051-5/+5
* Fix a few pod nits in perlre.Steve Peters2006-10-051-10/+10
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-0514-112/+482
* Upgrade to Module::CoreList 2.09:Rafael Garcia-Suarez2006-10-052-5/+13
* Change md5sum of MD5.xs after change 28936 (on UNIX, mightRafael Garcia-Suarez2006-10-051-1/+1
* Change to sv_reftype return value caused compile for Digest::MD5Steve Peters2006-10-042-4/+4
* Give zlib the ASNI C treatmantPaul Marquess2006-10-0411-406/+408
* Fixes to compile Perl with g++ and DEBUGGING.Steve Peters2006-10-043-5/+9
* Update Stratus VOS files.Paul Green2006-10-044-1/+314
* Text::Soundex is now dual-lived.Rafael Garcia-Suarez2006-10-031-0/+8
* threads-shared 1.03 - Changes, Makefile.PLJerry Hedden2006-10-033-18/+121
* Upgrade to CGI.pm-3.25Steve Peters2006-10-033-18/+44
* Quiet warnings in new test for ExtUtils::Command.Steve Peters2006-10-031-2/+2
* PATCH: clarify docs for lib.pmMark Stosberg2006-10-031-0/+4
* Move Text::Soundex from lib/ to ext/ and upgrade it to Steve Peters2006-10-037-2/+374
* [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking.Jim Cromie2006-10-032-2/+8
* Un-TODO some B testsRafael Garcia-Suarez2006-10-031-6/+5
* Upgrade to version-0.6701Steve Peters2006-10-031-1/+1
* Upgrade to threads-shared-1.03Steve Peters2006-10-0317-1421/+1722
* Upgrade to threads-1.42Steve Peters2006-10-035-15/+17
* Upgrade to ExtUtils-Manifest-1.48Steve Peters2006-10-032-12/+14
* Upgrade to CPAN-1.88_52Steve Peters2006-10-037-126/+237
* Upgrade to Time-HiRes-1.91Steve Peters2006-10-033-7/+29
* Update to ExtUtils-Command-1.11Steve Peters2006-10-033-71/+72
* [perl #40427] Segfault in pack dgay@acm.org2006-10-031-0/+1
* Regenerate proto.hRafael Garcia-Suarez2006-10-031-1/+1
* const sv_reftypeJarkko Hietaniemi2006-10-033-3/+3
* Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedanticJarkko Hietaniemi2006-10-021-47/+109
* doc typo change on jhi's requestH.Merijn Brand2006-10-021-2/+2
* perldiag.pod: followup on the PerlIO::scalar patchJarkko Hietaniemi2006-10-021-2/+5
* In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1Nicholas Clark2006-10-011-5/+12
* In pp_binmode, call mode_from_discipline() once and remember the result.Nicholas Clark2006-10-011-15/+16
* [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gzAndreas König2006-09-308-320/+545
* remove backing up outercc->cur in regmatch()/WHILEMDave Mitchell2006-09-301-12/+0
* assert that backing up outercc->cur in regmatch()/WHILEM is not neededDave Mitchell2006-09-301-3/+3
* add stress test for CURLYX/WHILEM regex opsDave Mitchell2006-09-301-1/+103
* rationalise sayYES and sayNO code in regmatch()Dave Mitchell2006-09-302-72/+49
* Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.Yves Orton2006-09-294-24/+38
* PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to...Jarkko Hietaniemi2006-09-293-104/+116
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-293-15/+17
* Fix debug format in regcomp.c that was failing underSteve Peters2006-09-291-1/+1