| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate the overload enum and names array programatically, which | Nicholas Clark | 2006-10-06 | 4 | -90/+324 |
* | Reoder struct am_table and am_table_short to save 8 bytes on LP64 | Nicholas Clark | 2006-10-06 | 1 | -2/+2 |
* | Upgrade to PathTools-3.21 | Steve Peters | 2006-10-06 | 6 | -42/+86 |
* | Don't bother generating the "Operation \"%s\": no method found..." | Nicholas Clark | 2006-10-06 | 1 | -0/+3 |
* | Document the new regmatch() backtracking mechanism | Dave Mitchell | 2006-10-05 | 1 | -95/+123 |
* | remove REGMATCH detritus and shrink the size of the backtrack structure | Dave Mitchell | 2006-10-05 | 2 | -132/+80 |
* | migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm | Dave Mitchell | 2006-10-05 | 5 | -433/+371 |
* | Re: [perl #8835] fairly large regex optimization bug with 5.7.3 | Yves Orton | 2006-10-05 | 2 | -7/+14 |
* | Nit in regcomp, discovered by a gcc warning, fixed by Yves | Rafael Garcia-Suarez | 2006-10-05 | 1 | -2/+2 |
* | Fix a couple of casting warnings | Rafael Garcia-Suarez | 2006-10-05 | 1 | -5/+5 |
* | Fix a few pod nits in perlre. | Steve Peters | 2006-10-05 | 1 | -10/+10 |
* | Re: [PATCH] Add recursive regexes similar to PCRE | Yves Orton | 2006-10-05 | 14 | -112/+482 |
* | Upgrade to Module::CoreList 2.09: | Rafael Garcia-Suarez | 2006-10-05 | 2 | -5/+13 |
* | Change md5sum of MD5.xs after change 28936 (on UNIX, might | Rafael Garcia-Suarez | 2006-10-05 | 1 | -1/+1 |
* | Change to sv_reftype return value caused compile for Digest::MD5 | Steve Peters | 2006-10-04 | 2 | -4/+4 |
* | Give zlib the ASNI C treatmant | Paul Marquess | 2006-10-04 | 11 | -406/+408 |
* | Fixes to compile Perl with g++ and DEBUGGING. | Steve Peters | 2006-10-04 | 3 | -5/+9 |
* | Update Stratus VOS files. | Paul Green | 2006-10-04 | 4 | -1/+314 |
* | Text::Soundex is now dual-lived. | Rafael Garcia-Suarez | 2006-10-03 | 1 | -0/+8 |
* | threads-shared 1.03 - Changes, Makefile.PL | Jerry Hedden | 2006-10-03 | 3 | -18/+121 |
* | Upgrade to CGI.pm-3.25 | Steve Peters | 2006-10-03 | 3 | -18/+44 |
* | Quiet warnings in new test for ExtUtils::Command. | Steve Peters | 2006-10-03 | 1 | -2/+2 |
* | PATCH: clarify docs for lib.pm | Mark Stosberg | 2006-10-03 | 1 | -0/+4 |
* | Move Text::Soundex from lib/ to ext/ and upgrade it to | Steve Peters | 2006-10-03 | 7 | -2/+374 |
* | [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking. | Jim Cromie | 2006-10-03 | 2 | -2/+8 |
* | Un-TODO some B tests | Rafael Garcia-Suarez | 2006-10-03 | 1 | -6/+5 |
* | Upgrade to version-0.6701 | Steve Peters | 2006-10-03 | 1 | -1/+1 |
* | Upgrade to threads-shared-1.03 | Steve Peters | 2006-10-03 | 17 | -1421/+1722 |
* | Upgrade to threads-1.42 | Steve Peters | 2006-10-03 | 5 | -15/+17 |
* | Upgrade to ExtUtils-Manifest-1.48 | Steve Peters | 2006-10-03 | 2 | -12/+14 |
* | Upgrade to CPAN-1.88_52 | Steve Peters | 2006-10-03 | 7 | -126/+237 |
* | Upgrade to Time-HiRes-1.91 | Steve Peters | 2006-10-03 | 3 | -7/+29 |
* | Update to ExtUtils-Command-1.11 | Steve Peters | 2006-10-03 | 3 | -71/+72 |
* | [perl #40427] Segfault in pack | dgay@acm.org | 2006-10-03 | 1 | -0/+1 |
* | Regenerate proto.h | Rafael Garcia-Suarez | 2006-10-03 | 1 | -1/+1 |
* | const sv_reftype | Jarkko Hietaniemi | 2006-10-03 | 3 | -3/+3 |
* | Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedantic | Jarkko Hietaniemi | 2006-10-02 | 1 | -47/+109 |
* | doc typo change on jhi's request | H.Merijn Brand | 2006-10-02 | 1 | -2/+2 |
* | perldiag.pod: followup on the PerlIO::scalar patch | Jarkko Hietaniemi | 2006-10-02 | 1 | -2/+5 |
* | In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1 | Nicholas Clark | 2006-10-01 | 1 | -5/+12 |
* | In pp_binmode, call mode_from_discipline() once and remember the result. | Nicholas Clark | 2006-10-01 | 1 | -15/+16 |
* | [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gz | Andreas König | 2006-09-30 | 8 | -320/+545 |
* | remove backing up outercc->cur in regmatch()/WHILEM | Dave Mitchell | 2006-09-30 | 1 | -12/+0 |
* | assert that backing up outercc->cur in regmatch()/WHILEM is not needed | Dave Mitchell | 2006-09-30 | 1 | -3/+3 |
* | add stress test for CURLYX/WHILEM regex ops | Dave Mitchell | 2006-09-30 | 1 | -1/+103 |
* | rationalise sayYES and sayNO code in regmatch() | Dave Mitchell | 2006-09-30 | 2 | -72/+49 |
* | Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns. | Yves Orton | 2006-09-29 | 4 | -24/+38 |
* | PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to... | Jarkko Hietaniemi | 2006-09-29 | 3 | -104/+116 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 3 | -15/+17 |
* | Fix debug format in regcomp.c that was failing under | Steve Peters | 2006-09-29 | 1 | -1/+1 |