| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11 | Tels | 2007-02-19 | 3 | -5/+20 |
* | Revert change #30081 at dmq's request, and mark its tests | Rafael Garcia-Suarez | 2007-02-19 | 1 | -2/+2 |
* | test.pl should locally increase $Level, rather than setting it to a | Nicholas Clark | 2007-02-18 | 1 | -1/+1 |
* | Use newer 'threads' constructs | Jerry D. Hedden | 2007-02-15 | 1 | -4/+4 |
* | Re: [PATCH] Document that m//k works | Yves Orton | 2007-02-14 | 1 | -7/+7 |
* | Change 30276 wasn't meant do mess with t/lib/common.pl. Oops. | Nicholas Clark | 2007-02-14 | 1 | -2/+2 |
* | Integrate: | SADAHIRO Tomoyuki | 2007-02-14 | 1 | -2/+2 |
* | Re: [perl #41492] Incorrect match with /(?(DEFINE)(?<A> (?&B)+)(?<B> a))/ | Yves Orton | 2007-02-12 | 1 | -0/+3 |
* | Un-TODO tests avec change #30228 | Rafael Garcia-Suarez | 2007-02-12 | 1 | -2/+0 |
* | Convert new test to using t/test.pl. | Rafael Garcia-Suarez | 2007-02-11 | 1 | -16/+6 |
* | [perl #41484] qr// stack bug | knew-p5p@pimb.org | 2007-02-11 | 1 | -0/+21 |
* | Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering. | Yves Orton | 2007-02-10 | 1 | -1/+17 |
* | Re: Change 29193 is a regression | Rick Delaney | 2007-02-08 | 1 | -2/+2 |
* | Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering. | Yves Orton | 2007-02-08 | 1 | -0/+10 |
* | opening $0 doesn't work if you change directory. So use test.pl | Nicholas Clark | 2007-02-07 | 1 | -3/+3 |
* | TODO tests for eval of tainted scalars. (change 29193's regression) | Nicholas Clark | 2007-02-07 | 1 | -1/+17 |
* | Avoid obscure failures when a regexp hasn't matched | Rafael Garcia-Suarez | 2007-02-06 | 1 | -4/+8 |
* | current status on Unicode Regular Expressions | SADAHIRO Tomoyuki | 2007-02-06 | 1 | -1/+27 |
* | t/lib/common.pl can be warnings clean. | Nicholas Clark | 2007-02-05 | 1 | -1/+2 |
* | Use the new conditional TODOs to mark as TODO the warning tests | Nicholas Clark | 2007-02-05 | 1 | -0/+3 |
* | Enhance t/lib/common.pl to provide conditional TODOs using eval'd code. | Nicholas Clark | 2007-02-05 | 1 | -1/+10 |
* | Re: prerelease checklist for Perl 5.10 | Yves Orton | 2007-02-03 | 1 | -0/+2 |
* | Testing every pattern by also upgrading to UTF-8 would have caught the | Nicholas Clark | 2007-02-02 | 1 | -1/+5 |
* | Allow regexp.t to take a command line argument for the filename of | Nicholas Clark | 2007-02-01 | 1 | -20/+32 |
* | Make t/op/regexp.t warnings clean. | Nicholas Clark | 2007-02-01 | 1 | -1/+9 |
* | Make t/op/regexp.t run under use strict; including removing the | Nicholas Clark | 2007-02-01 | 2 | -18/+12 |
* | $1 in nested regex EVAL doesnt work correctly. | Yves Orton | 2007-01-31 | 1 | -1/+17 |
* | Re: run/cloexec.t is failing | Marcus Holland-Moritz | 2007-01-30 | 1 | -2/+2 |
* | Avoid test failure with for a -Dusesitecustomize perl. | Gisle Aas | 2007-01-29 | 1 | -2/+2 |
* | A test to exercise the smallbuf overflow code in S_incline, and a | Nicholas Clark | 2007-01-27 | 1 | -1/+81 |
* | split by " \0" (const string staring with a SPACE followed by NULL) | SADAHIRO Tomoyuki | 2007-01-25 | 1 | -1/+12 |
* | Add lib to @INC so that ./perl t/op/local.t works. | Nicholas Clark | 2007-01-23 | 1 | -0/+1 |
* | Disable positive lookaround optimisations | Yves Orton | 2007-01-22 | 1 | -1/+4 |
* | defined @$foo and defined %$bar should be subject to strict 'refs'; | Nicholas Clark | 2007-01-20 | 1 | -0/+14 |
* | Re: [PATCH] fix unicode split /\s+/ | SADAHIRO Tomoyuki | 2007-01-19 | 1 | -8/+23 |
* | fix unicode split /\s+/ | Yves Orton | 2007-01-19 | 1 | -2/+36 |
* | Enable the ~~ operator by default. | Rafael Garcia-Suarez | 2007-01-15 | 2 | -49/+1 |
* | Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $... | Yves Orton | 2007-01-15 | 2 | -1/+48 |
* | Add get_cvn_flags(), which is like get_cv() but takes a length. This | Nicholas Clark | 2007-01-15 | 1 | -1/+7 |
* | Use the $Is_MacOS variable | Rafael Garcia-Suarez | 2007-01-15 | 1 | -3/+3 |
* | Simplify the ok/not ok logic | Rafael Garcia-Suarez | 2007-01-15 | 1 | -9/+13 |
* | Various cleanup and factorization by Schwern | Rafael Garcia-Suarez | 2007-01-15 | 1 | -16/+23 |
* | Test that names with embedded NULs work for symbolic array, hash and | Nicholas Clark | 2007-01-15 | 1 | -3/+44 |
* | Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c... | Yves Orton | 2007-01-11 | 1 | -1/+51 |
* | Re: Change 29723 breaks t/op/inccode-tie.t on Win32 | Nicholas Clark | 2007-01-09 | 1 | -1/+1 |
* | do $file; won't propagate errors from die, as do is an implicit eval. | Nicholas Clark | 2007-01-08 | 11 | -14/+14 |
* | Turn taint warnings (-t) into severe warnings, so they're | Rafael Garcia-Suarez | 2007-01-08 | 1 | -4/+14 |
* | help cygwin find its dlls even on taint tests with no path | Yitzchak Scott-Thoennes | 2007-01-08 | 1 | -16/+0 |
* | fix occasional op/time.t failure | Dave Mitchell | 2007-01-08 | 1 | -0/+1 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 1 | -2/+19 |