summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* [perl #54956] crash on binary-or lvalue operation on qr//Ben Morrow2009-01-021-1/+103
* On scope end, delete localized array elements that should not exist anymore, ...Vincent Pit2008-12-281-2/+109
* Revise malformed utf8 test caseKarl2008-12-281-1/+4
* fix bug #57042 - preserve $^R across TRIE matchesYves Orton2008-12-271-3/+19
* [perl #60978] [PATCH] Tied filehandles can't distinguish eof formsChip Salzenberg2008-12-111-3/+33
* Fix for tainting regression in a test of Text::Template spotted byNicholas Clark2008-12-031-1/+37
* Addendum to bug #38809: fix assertion failure, more testsVincent Pit2008-11-261-5/+24
* [perl #38809] return do { } : take 3 (or 4...)Vincent Pit2008-11-251-1/+18
* Remove the trailing NUL byte, and (hopefully) convert perforce toNicholas Clark2008-11-181-0/+0
* Improve and restructure t/op/pat.t and split out some unicode related tests i...Abigail2008-11-183-4169/+3832
* Re: [perl #59998] [PATCH] crypt() returns tainted data even when input string...Chip Salzenberg2008-11-171-1/+16
* [perl #948] [PATCH] Allow tied $,Chip Salzenberg2008-11-141-5/+3
* Add support for testing when underYves Orton2008-11-092-11/+47
* Fix warning code in Perl_sv_vcatpvfn() to make the TODOMarcus Holland-Moritz2008-11-091-4/+1
* Update format warning tests to expect "%lld" instead of "%d"Marcus Holland-Moritz2008-11-091-9/+12
* "Perl_newSVpvf("%lld")" is brokenHugo van der Sanden2008-11-091-1/+27
* create new unicode props as defined in POSIX spec (optionally use them in the...Yves Orton2008-11-072-0/+130
* Various changes to regex diagnostics and testingYves Orton2008-11-062-10/+15
* Reolve perlbug #59328: In re's, \N{U+...} doesn't match for ... > 256karl williamson2008-11-061-0/+1
* Resolve perl #60344: Regex lookbehind failure after an (if)then|else in perl ...Yves Orton2008-11-061-0/+2
* [perl #56526] m/a{1,0}/ compiles but doesn't match a literal string Michael Cartmell2008-11-021-0/+1
* Add a test for bug #60214Rafael Garcia-Suarez2008-10-301-1/+10
* Integrate:Vincent Pit2008-10-251-1/+15
* Change 30638 to 5.8.x inadvertently introduced (at lest) twoNicholas Clark2008-09-221-0/+6
* Need to free the isa lookup hash before rebuilding it.Nicholas Clark2008-09-121-1/+12
* Re: 'if not / unless' optimization change makes my pow test go POW!Vincent Pit2008-09-081-3/+14
* Re: unless(...) terser than if(!...)Vincent Pit2008-09-072-2/+24
* Fix new test added by #34198, which failed on Win32Steve Hay2008-08-261-1/+1
* VMS-specific follow-up to tempfile name changes in 34182, plusCraig A. Berry2008-08-131-1/+1
* RE: [perl #35877] Strange regex failure?Bram2008-08-121-4/+7
* [perl #52740] [PATCH-tests] crash when localizing a symtab entry Bram2008-08-111-1/+6
* Use test.pl's tempfile().Nicholas Clark2008-08-0713-90/+81
* Tests for [perl #57564] and [perl #24524] Refcounting bugBram2008-08-061-1/+13
* Convert undef.t to use test.pl and strict.Nicholas Clark2008-07-261-37/+41
* Convert yadayada.t to test.pl and strict, and fix two diagnostic errorsNicholas Clark2008-07-261-17/+17
* Convert wantarray.t to use strict and test.plNicholas Clark2008-07-261-17/+27
* Make format items @* and ^* work with references (safely). Note no-oneNicholas Clark2008-07-131-1/+10
* For cases FF_LINESNGL and FF_LINEGLOB in pp_formline, take great careNicholas Clark2008-07-131-12/+44
* Format tests for @* too.Nicholas Clark2008-07-121-12/+16
* Regression tests for, and fix quite a lot of bugs in, cases FF_LINESNGLNicholas Clark2008-07-111-1/+22
* Bring the joy of strict to the rest of write.tNicholas Clark2008-07-111-7/+11
* Complete the conversion of t/op/write.t to test.pl, and remove myNicholas Clark2008-07-111-61/+41
* Reduce the -| skip back to just the tests that use it, and re-align theNicholas Clark2008-07-111-19/+23
* Start converting t/op/write.t to test.plNicholas Clark2008-07-111-28/+27
* [Patch t/op/re_tests] Re: [perl #56690] Some bugs in Perl regexp (core Perl i...Abigail2008-07-091-0/+3
* Fix test count that was missed in #34092Steve Hay2008-07-031-1/+1
* Some more missing isGV_with_GP()sBen Morrow2008-06-286-15/+130
* Re: split smoke for threaded -DDEBUGGING buildsReini Urban2008-06-251-11/+2
* Skip one test that was failing with DEBUGGING and threads,Rafael Garcia-Suarez2008-06-251-2/+11
* [perl #51370] length($@)>0 for empty $@ if utf8 is in use Bram2008-06-171-1/+60