| Commit message (Expand) | Author | Age | Files | Lines |
* | Test that format references can't be wrongly dereferenced. | Nicholas Clark | 2007-03-10 | 1 | -9/+24 |
* | A test case for change 30527 (chdir bareword ambiguity with dirhandles | Nicholas Clark | 2007-03-10 | 1 | -4/+25 |
* | Refactor the "has fchdir" and "has dirfd" logic to one place. | Nicholas Clark | 2007-03-10 | 1 | -4/+8 |
* | Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe | Yves Orton | 2007-03-08 | 1 | -5/+12 |
* | Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe | Yves Orton | 2007-03-08 | 1 | -0/+13 |
* | As the test is about the parser, not actually running the code, better | Nicholas Clark | 2007-03-03 | 1 | -1/+1 |
* | Avoid an assertion failure when overloading readpipe. | Nicholas Clark | 2007-03-02 | 1 | -1/+5 |
* | More assertion failures, found by auditing the code. | Nicholas Clark | 2007-03-02 | 1 | -1/+23 |
* | Don't crash if the symbol table entry for ISA isn't a typeglob. | Nicholas Clark | 2007-03-02 | 1 | -1/+7 |
* | Re: New file: t/op/regexp_email.t | Yves Orton | 2007-03-01 | 1 | -0/+94 |
* | Remove obsolete test for the deprecation warning I just removed. | Rafael Garcia-Suarez | 2007-02-28 | 1 | -2/+0 |
* | Add new tests for keys in %+ and %- | Rafael Garcia-Suarez | 2007-02-28 | 1 | -1/+21 |
* | Fix bug #41550 - AUTOLOAD :lvalue not working the same in blead as in | Nicholas Clark | 2007-02-26 | 1 | -1/+12 |
* | Convert t/op/sub_lval.t to test.pl | Nicholas Clark | 2007-02-26 | 1 | -148/+72 |
* | Add a new test for undef and delete on stash entries that | Rafael Garcia-Suarez | 2007-02-24 | 1 | -0/+42 |
* | Revert change #30081 at dmq's request, and mark its tests | Rafael Garcia-Suarez | 2007-02-19 | 1 | -2/+2 |
* | 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 |
* | Re: [perl #41492] Incorrect match with /(?(DEFINE)(?<A> (?&B)+)(?<B> a))/ | Yves Orton | 2007-02-12 | 1 | -0/+3 |
* | 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 |
* | 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 |
* | 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 |
* | 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 | 1 | -4/+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 |
* | 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 | 9 | -11/+11 |
* | 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 |