summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-0694-0/+0
* Assuming that $SIG{PIPE} is not set can be bogus when running in a cron job.Nicholas Clark2009-06-041-1/+1
* Merge branch 'smartmatch' into bleadRafael Garcia-Suarez2009-06-021-2/+10
|\
| * More ~~ testsRafael Garcia-Suarez2009-06-011-2/+10
* | Correct test output for t/op/eval.t (missing newline)Jerry D. Hedden2009-06-011-1/+1
|/
* Silence a warning emitted by test added by last commitRafael Garcia-Suarez2009-05-311-0/+1
* Add test case from RT#54758.George Greer2009-05-311-1/+5
* Merge branch 'memleaktest' into bleadRafael Garcia-Suarez2009-05-311-3/+13
|\
| * Add regression test for [RT#63110]Rafael Garcia-Suarez2009-05-311-3/+13
* | Document test structureBram2009-05-311-0/+10
* | Fix [RT#6266] -- sv_pos_u2b expects to be called with a valid character indexAlex Vandiver2009-05-301-1/+16
|/
* Fix [RT#66098] -- stricter checking on SvIVX exposed a lack of SvIOK checkAlex Vandiver2009-05-281-1/+7
* patch@2009-05-25.21:50:08 magic.t leaves $ENV{foo} on VMS.John E. Malmberg2009-05-261-0/+5
* Skip tests that use attributes.pm under miniperlRafael Garcia-Suarez2009-05-252-2/+10
* Fix test if Fcntl couldn't be loaded (for example with miniperl)Rafael Garcia-Suarez2009-05-251-1/+4
* Avoid using Test::More in given/when testsRafael Garcia-Suarez2009-05-251-2/+2
* Fix test for overload in given() with smart match after last changeRafael Garcia-Suarez2009-05-251-3/+3
* Allow ~~ overloading on the left side, when the right side is a plain scalarRafael Garcia-Suarez2009-05-241-5/+15
* In the ~~ implementation, consistently use the SV-aware API for hash keys.Rafael Garcia-Suarez2009-05-241-0/+9
* TODO must be on same line as message for TAP.Craig A. Berry2009-05-221-1/+1
* Perl_magic_clearsig() needs to remove magic, else delete $SIG{INT} returns undefNicholas Clark2009-05-201-2/+26
* fix glob-assign for FORMATH.Merijn Brand2009-05-201-1/+4
* Convert t/op/magic.t to use test.plNicholas Clark2009-05-201-113/+98
* Merge branch 'smartmatch' into bleadRafael Garcia-Suarez2009-05-132-268/+311
|\
| * Enable more warnings in smart match testsRafael Garcia-Suarez2009-05-132-8/+10
| * Remove proposed (but unimplemented) $foo ~~ Range smart matching.Rafael Garcia-Suarez2009-05-122-3/+12
| * Implement Hash/Array ~~ Regex (with tests)Rafael Garcia-Suarez2009-05-091-16/+15
| * Add a test for object ~~ string, with stringification overloadRafael Garcia-Suarez2009-05-091-3/+5
| * Add tests for object ~~ regexpRafael Garcia-Suarez2009-05-091-1/+3
| * Treat blessed references on the left of C<~~> as scalarsRafael Garcia-Suarez2009-05-091-3/+3
| * Implement distributivity in $scalar ~~ @arrayRafael Garcia-Suarez2009-05-091-1/+14
| * Document what to do with object on the left and add some TODO tests for thatRafael Garcia-Suarez2009-05-081-0/+6
| * Make ~~ overloading only be invoked on the right argumentRafael Garcia-Suarez2009-05-082-11/+6
| * More tests for ~~Rafael Garcia-Suarez2009-05-081-19/+68
| * Rewrite tests for objects and ~~Rafael Garcia-Suarez2009-05-061-20/+24
| * Fix test for stringification of arrays.Rafael Garcia-Suarez2009-05-051-2/+4
| * Merge branch 'blead' into smartmatchRafael Garcia-Suarez2009-05-0510-34/+486
| |\
| * | Add tests for @array ~~ $stringRafael Garcia-Suarez2009-05-051-0/+4
| * | More tests. Simplify tests for ~~ overloadingRafael Garcia-Suarez2009-03-241-10/+16
| * | Make []~~\&f and {}~~\&f matchRafael Garcia-Suarez2009-03-241-4/+4
| * | Fix tests for ~~ overloadingRafael Garcia-Suarez2009-03-241-29/+7
| * | Implement "~~ $scalar" for numbers and stringsRafael Garcia-Suarez2009-03-241-3/+5
| * | Make ~~ qr// non-commutativeRafael Garcia-Suarez2009-03-231-3/+4
| * | Refactoring work on '~~ @array' implementationRafael Garcia-Suarez2009-03-231-12/+13
| * | Add more tests with an empty hash on the right of ~~Rafael Garcia-Suarez2009-03-231-1/+7
| * | Smart match when a hash is on the RHSRafael Garcia-Suarez2009-03-181-5/+8
| * | Reverse the order of operands for several "~~ hash" testsRafael Garcia-Suarez2009-03-181-17/+17
| * | Remove obsolete or redundant testsRafael Garcia-Suarez2009-03-181-15/+4
| * | Document that empty sets don't smart-matchRafael Garcia-Suarez2009-03-171-4/+4
| * | Test that in "~~ sub", the sub is not called on empty hashes and arraysRafael Garcia-Suarez2009-03-171-0/+4