summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-0820-100/+46
* Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTRIBUTESZefram2009-09-061-1/+31
* de-TODO a regexp test that was probably fixed with 7a68ade9729Yves Orton2009-09-021-1/+1
* set PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS to 0 and enable proper POSIX char ...Yves Orton2009-09-023-6/+6
* Document better what is allowed as regex delimitersDavid Nicol2009-08-301-1/+4
* Don't use t/TEST to test a "read only file", repeatedly chmod-ing it a-w.Nicholas Clark2009-08-271-10/+10
* In C<use utf8; a=>'b'>, do not set utf8 flag on 'a' [perl #68812]Chip Salzenberg2009-08-261-1/+13
* String with NULL auto-increment bug fixBo Borgerson2009-08-251-1/+3
* Merge commit 'shlomif/blead' into bleadRafael Garcia-Suarez2009-08-241-1/+8
|\
| * Add a regression test for RT #68182.Shlomi Fish2009-08-091-1/+8
* | Suppress system messages when op/ref.t calls die on VMS.Craig A. Berry2009-08-151-3/+4
|/
* [perl #68108] : also fix if/else constant foldingFather Chrysostomos2009-08-071-1/+20
* Promote blocks resulting from constant folding to first-class do { } blocksVincent Pit2009-08-041-1/+21
* Remove the port to MiNT. It's a dead platform that hasn't had any love since...Jesse Vincent2009-08-031-2/+1
* Merge branch 'deletelocal' into bleadVincent Pit2009-07-291-1/+184
|\
| * Introduce "delete local"Vincent Pit2009-07-251-1/+184
* | Make test pass with -tRafael Garcia-Suarez2009-07-291-3/+6
* | Really check that sysread(I, $x, 1, -4) dies with "Offset outside string"Vincent Pit2009-07-271-1/+1
* | Port t/op/sysio.t to test.plVincent Pit2009-07-271-96/+79
* | Make test pass with miniperlRafael Garcia-Suarez2009-07-271-8/+16
* | Make test pass with miniperlRafael Garcia-Suarez2009-07-271-3/+4
* | Replace Test::More by test.plRafael Garcia-Suarez2009-07-274-9/+12
* | Regression test for [perl #67912]Vincent Pit2009-07-271-3/+12
* | much better swap logic to support reentrancy and fix assert failureGeorge Greer2009-07-261-1/+19
* | fix vim highlighting problemYves Orton2009-07-261-1/+1
|/
* Tests for commit 1375cf1cf2085f851bb176047d5e60248542f555Bram2009-07-251-1/+55
* This test is for [perl #60508] (it's in rt.perl.org; not in rt.cpan.org)Bram2009-07-241-2/+2
* This is a test for rt.cpan.org 60508 which I can't figure out where else to p...Michael G. Schwern2009-07-221-0/+40
* Teach goto how to cross given/when blocksVincent Pit2009-07-221-1/+51
* Remove !!! and ??? operatorsRafael Garcia-Suarez2009-07-221-29/+1
* Clean up t/op/sort.t to constrain tests which use a particular package.Michael G. Schwern2009-07-131-163/+156
* Wrong skip count in t/op/stash.tMichael G Schwern2009-07-121-1/+1
* [perl #61520] Segfault in debugger with tr// and UTF8David Mitchell2009-07-111-1/+17
* Make kill() fatal for non-numeric pidsDavid Golden2009-07-091-1/+15
* Regex fails when string is too longhv@crypt.org2009-07-061-1/+16
* Some bugs in Perl regexp (core Perl issues)hv@crypt.org2009-07-021-2/+2
* Make C<undef ~~ 0> and C<undef ~~ ""> not match (like in 5.10.0)Rafael Garcia-Suarez2009-07-012-11/+19
* Quiet t/op/stash.t outputJerry D. Hedden2009-06-301-3/+4
* Make stash.t redirect stderr.Craig A. Berry2009-06-271-0/+1
* One more regression test for RT #59734Vincent Pit2009-06-261-0/+1
* Update RExC_npar and after_freeze correctly after the first branch of a (?| ....Vincent Pit2009-06-261-0/+5
* Add tests for smart match overload fallbackRafael Garcia-Suarez2009-06-241-2/+31
* Fix for RT #52552.Robin Barker2009-06-231-1/+14
* Fix blead segfault on Cygwin for t/op/stash.tBen Morrow2009-06-231-20/+44
* Tests for deleting stash entries.Ben Morrow2009-06-211-4/+82
* Some more tests for \NRafael Garcia-Suarez2009-06-171-1/+8
* Implement new regex escape \NRafael Garcia-Suarez2009-06-161-0/+13
* Fix regression test for RT 63110 when running with PERL_UNICODE setRafael Garcia-Suarez2009-06-091-1/+2
* t/op/my_stash.t should use test.pl instead of Test.pmSteffen Mueller2009-06-081-3/+2
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-0694-0/+0