Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reoder struct am_table and am_table_short to save 8 bytes on LP64 | Nicholas Clark | 2006-10-06 | 1 | -2/+2 |
| | | | | | systems, by placing the two U32 fields next to each other. p4raw-id: //depot/perl@28949 | ||||
* | Upgrade to PathTools-3.21 | Steve Peters | 2006-10-06 | 6 | -42/+86 |
| | | | p4raw-id: //depot/perl@28948 | ||||
* | Don't bother generating the "Operation \"%s\": no method found..." | Nicholas Clark | 2006-10-06 | 1 | -0/+3 |
| | | | | | message text if we're not going to use it. p4raw-id: //depot/perl@28947 | ||||
* | Document the new regmatch() backtracking mechanism | Dave Mitchell | 2006-10-05 | 1 | -95/+123 |
| | | | p4raw-id: //depot/perl@28946 | ||||
* | remove REGMATCH detritus and shrink the size of the backtrack structure | Dave Mitchell | 2006-10-05 | 2 | -132/+80 |
| | | | p4raw-id: //depot/perl@28945 | ||||
* | migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm | Dave Mitchell | 2006-10-05 | 5 | -433/+371 |
| | | | p4raw-id: //depot/perl@28944 | ||||
* | Re: [perl #8835] fairly large regex optimization bug with 5.7.3 | Yves Orton | 2006-10-05 | 2 | -7/+14 |
| | | | | | Message-ID: <9b18b3110610041008v2bd63d14g9294f93804122dec@mail.gmail.com> p4raw-id: //depot/perl@28943 | ||||
* | Nit in regcomp, discovered by a gcc warning, fixed by Yves | Rafael Garcia-Suarez | 2006-10-05 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@28942 | ||||
* | Fix a couple of casting warnings | Rafael Garcia-Suarez | 2006-10-05 | 1 | -5/+5 |
| | | | p4raw-id: //depot/perl@28941 | ||||
* | Fix a few pod nits in perlre. | Steve Peters | 2006-10-05 | 1 | -10/+10 |
| | | | p4raw-id: //depot/perl@28940 | ||||
* | Re: [PATCH] Add recursive regexes similar to PCRE | Yves Orton | 2006-10-05 | 14 | -112/+482 |
| | | | | | | | | | | | Date: Wed, 4 Oct 2006 15:45:15 +0200 Message-ID: <9b18b3110610040645s563220a2id6f235494b497e90@mail.gmail.com> Subject: Re: [PATCH] Add recursive regexes similar to PCRE From: demerphq <demerphq@gmail.com> Date: Wed, 4 Oct 2006 21:05:10 +0200 Message-ID: <9b18b3110610041205m2660eb43m1315cf4b0653db96@mail.gmail.com> p4raw-id: //depot/perl@28939 | ||||
* | Upgrade to Module::CoreList 2.09: | Rafael Garcia-Suarez | 2006-10-05 | 2 | -5/+13 |
| | | | | | | - make the dependency on version.pm optional - improve doc of corelist(1) p4raw-id: //depot/perl@28938 | ||||
* | Change md5sum of MD5.xs after change 28936 (on UNIX, might | Rafael Garcia-Suarez | 2006-10-05 | 1 | -1/+1 |
| | | | | | need adjustments on other platforms) p4raw-id: //depot/perl@28937 | ||||
* | Change to sv_reftype return value caused compile for Digest::MD5 | Steve Peters | 2006-10-04 | 2 | -4/+4 |
| | | | | | with g++ to fail. p4raw-id: //depot/perl@28936 | ||||
* | Give zlib the ASNI C treatmant | Paul Marquess | 2006-10-04 | 11 | -406/+408 |
| | | | | | | From: "Paul Marquess" <paul.marquess@ntlworld.com> Message-ID: <018901c6e7d0$1f06c8f0$7565140a@myopwv.com> p4raw-id: //depot/perl@28935 | ||||
* | Fixes to compile Perl with g++ and DEBUGGING. | Steve Peters | 2006-10-04 | 3 | -5/+9 |
| | | | p4raw-id: //depot/perl@28934 | ||||
* | Update Stratus VOS files. | Paul Green | 2006-10-04 | 4 | -1/+314 |
| | | | | | | From: "Green, Paul" <Paul.Green@stratus.com> Message-ID: <F5F42E77A43DD944B6D664B00A5401CB022CA121@EXNA.corp.stratus.com> p4raw-id: //depot/perl@28933 | ||||
* | Text::Soundex is now dual-lived. | Rafael Garcia-Suarez | 2006-10-03 | 1 | -0/+8 |
| | | | p4raw-id: //depot/perl@28932 | ||||
* | threads-shared 1.03 - Changes, Makefile.PL | Jerry Hedden | 2006-10-03 | 3 | -18/+121 |
| | | | | | Message-ID: <20061003144937.58522.qmail@web30202.mail.mud.yahoo.com> p4raw-id: //depot/perl@28931 | ||||
* | Upgrade to CGI.pm-3.25 | Steve Peters | 2006-10-03 | 3 | -18/+44 |
| | | | p4raw-id: //depot/perl@28930 | ||||
* | Quiet warnings in new test for ExtUtils::Command. | Steve Peters | 2006-10-03 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@28929 | ||||
* | PATCH: clarify docs for lib.pm | Mark Stosberg | 2006-10-03 | 1 | -0/+4 |
| | | | | | | | Message-ID: <20060925195512.27418.qmail@lists.develooper.com> (further modified by Merijn) p4raw-id: //depot/perl@28928 | ||||
* | Move Text::Soundex from lib/ to ext/ and upgrade it to | Steve Peters | 2006-10-03 | 7 | -2/+374 |
| | | | | | Text-Soundex-3.02. p4raw-id: //depot/perl@28927 | ||||
* | [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking. | Jim Cromie | 2006-10-03 | 2 | -2/+8 |
| | | | | | Message-ID: <451D6840.3020408@gmail.com> p4raw-id: //depot/perl@28926 | ||||
* | Un-TODO some B tests | Rafael Garcia-Suarez | 2006-10-03 | 1 | -6/+5 |
| | | | p4raw-id: //depot/perl@28925 | ||||
* | Upgrade to version-0.6701 | Steve Peters | 2006-10-03 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@28924 | ||||
* | Upgrade to threads-shared-1.03 | Steve Peters | 2006-10-03 | 17 | -1421/+1722 |
| | | | p4raw-id: //depot/perl@28923 | ||||
* | Upgrade to threads-1.42 | Steve Peters | 2006-10-03 | 5 | -15/+17 |
| | | | p4raw-id: //depot/perl@28922 | ||||
* | Upgrade to ExtUtils-Manifest-1.48 | Steve Peters | 2006-10-03 | 2 | -12/+14 |
| | | | p4raw-id: //depot/perl@28921 | ||||
* | Upgrade to CPAN-1.88_52 | Steve Peters | 2006-10-03 | 7 | -126/+237 |
| | | | p4raw-id: //depot/perl@28920 | ||||
* | Upgrade to Time-HiRes-1.91 | Steve Peters | 2006-10-03 | 3 | -7/+29 |
| | | | p4raw-id: //depot/perl@28919 | ||||
* | Update to ExtUtils-Command-1.11 | Steve Peters | 2006-10-03 | 3 | -71/+72 |
| | | | p4raw-id: //depot/perl@28918 | ||||
* | [perl #40427] Segfault in pack | dgay@acm.org | 2006-10-03 | 1 | -0/+1 |
| | | | | | | From: dgay@acm.org (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.5.HEAD-31259-1159489837-428.40427-75-0@perl.org> p4raw-id: //depot/perl@28917 | ||||
* | Regenerate proto.h | Rafael Garcia-Suarez | 2006-10-03 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@28916 | ||||
* | const sv_reftype | Jarkko Hietaniemi | 2006-10-03 | 3 | -3/+3 |
| | | | | | Message-ID: <4521EF94.5080602@iki.fi> p4raw-id: //depot/perl@28915 | ||||
* | Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedantic | Jarkko Hietaniemi | 2006-10-02 | 1 | -47/+109 |
| | | | | | Message-ID: <4520E41E.8040300@iki.fi> p4raw-id: //depot/perl@28914 | ||||
* | doc typo change on jhi's request | H.Merijn Brand | 2006-10-02 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@28913 | ||||
* | perldiag.pod: followup on the PerlIO::scalar patch | Jarkko Hietaniemi | 2006-10-02 | 1 | -2/+5 |
| | | | | | Message-ID: <4520E2BA.1000309@iki.fi> p4raw-id: //depot/perl@28912 | ||||
* | In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1 | Nicholas Clark | 2006-10-01 | 1 | -5/+12 |
| | | | | | first time through to reduce the checks on subsequent calls. p4raw-id: //depot/perl@28911 | ||||
* | In pp_binmode, call mode_from_discipline() once and remember the result. | Nicholas Clark | 2006-10-01 | 1 | -15/+16 |
| | | | p4raw-id: //depot/perl@28910 | ||||
* | [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gz | Andreas König | 2006-09-30 | 8 | -320/+545 |
| | | | | | Message-ID: <87ejttmvel.fsf@k75.linux.bogus> p4raw-id: //depot/perl@28909 | ||||
* | remove backing up outercc->cur in regmatch()/WHILEM | Dave Mitchell | 2006-09-30 | 1 | -12/+0 |
| | | | p4raw-id: //depot/perl@28908 | ||||
* | assert that backing up outercc->cur in regmatch()/WHILEM is not needed | Dave Mitchell | 2006-09-30 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@28907 | ||||
* | add stress test for CURLYX/WHILEM regex ops | Dave Mitchell | 2006-09-30 | 1 | -1/+103 |
| | | | p4raw-id: //depot/perl@28906 | ||||
* | rationalise sayYES and sayNO code in regmatch() | Dave Mitchell | 2006-09-30 | 2 | -72/+49 |
| | | | p4raw-id: //depot/perl@28905 | ||||
* | Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns. | Yves Orton | 2006-09-29 | 4 | -24/+38 |
| | | | | | Message-ID: <9b18b3110609290839i58fa703u59259e4ec1d9f2d9@mail.gmail.com> p4raw-id: //depot/perl@28904 | ||||
* | PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk ↵ | Jarkko Hietaniemi | 2006-09-29 | 3 | -104/+116 |
| | | | | | | | to negative strangers Message-ID: <451D3098.1000305@iki.fi> p4raw-id: //depot/perl@28903 | ||||
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re ↵ | Yves Orton | 2006-09-29 | 3 | -15/+17 |
| | | | | | | | pluggable under threads) Message-ID: <9b18b3110609290757n62b3484i7bb948f965524191@mail.gmail.com> p4raw-id: //depot/perl@28902 | ||||
* | Fix debug format in regcomp.c that was failing under | Steve Peters | 2006-09-29 | 1 | -1/+1 |
| | | | | | -Doptimize="-g" p4raw-id: //depot/perl@28901 | ||||
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re ↵ | Yves Orton | 2006-09-29 | 24 | -298/+355 |
| | | | | | | | pluggable under threads) Message-ID: <9b18b3110609290341p11767110sec20a6fee2038a00@mail.gmail.com> p4raw-id: //depot/perl@28900 |