| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Assignment to a tainted variable was causing confusion if the source | Nicholas Clark | 2007-01-02 | 1 | -1/+13 |
* | PL_linestr needs to survive until the end of scope, not just the next | Nicholas Clark | 2006-12-31 | 2 | -1/+10 |
* | Update Compress Modules to version 2.002 | Paul Marquess | 2006-12-30 | 3 | -9/+26 |
* | further fix for #29543: fix parser leaks caused by croaking | Dave Mitchell | 2006-12-29 | 1 | -1/+25 |
* | Re: Named-capture regex syntax | SADAHIRO Tomoyuki | 2006-12-26 | 1 | -22/+23 |
* | Re: Named-capture regex syntax | Yves Orton | 2006-12-25 | 2 | -3/+95 |
* | Fix #6006 for taint mode too. | Rafael Garcia-Suarez | 2006-12-23 | 1 | -3/+0 |
* | Remove -T from op/subst.t, and add a new test file, substT.t, | Rafael Garcia-Suarez | 2006-12-23 | 2 | -1/+13 |
* | Fix RT #6006: Regexp replaces using large replacement variables fail | Rafael Garcia-Suarez | 2006-12-23 | 1 | -4/+5 |
* | syswrite() wasn't reporting a warning when writing to a filehandle | Rafael Garcia-Suarez | 2006-12-23 | 1 | -0/+8 |
* | Re: [perl #41071] require stringifies code references in tied @INC | Rick Delaney | 2006-12-18 | 2 | -1/+18 |
* | Fixes for the test suite on OS/2 | Ilya Zakharevich | 2006-12-18 | 2 | -2/+3 |