summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Deprecate use of the attribute :locked on subroutines.Nicholas Clark2009-04-121-15/+5
* Don't SEGV while warning about redefining the format STDOUT. Fixes RT #64562.Nicholas Clark2009-04-091-1/+18
* Deprecate assignment to $[Rafael Garcia-Suarez2009-04-072-2/+5
* Avoid "Constant subroutine ... redefined" warning, spotted by Jerry D. Hedden.Nicholas Clark2009-03-311-1/+1
* Allow when to be used as a statement modifierVincent Pit2009-03-281-1/+60
* -ugk don't call string overload when S_IXXX isn't defined.unknown2009-03-261-2/+13
* IO refs always stringify for -t, -T and -B.Ben Morrow2009-03-251-0/+4
* Test -X overloads on GLOB and IO refs.Ben Morrow2009-03-251-1/+17
* Test stacked overloaded -X.Ben Morrow2009-03-251-8/+10
* More tests for -X/string/random overloading.Ben Morrow2009-03-251-6/+51
* Adjust tests.Ben Morrow2009-03-251-2/+8
* Tests for -X overloading.Ben Morrow2009-03-251-0/+15
* fix [RT #60034]. An equivalent fix was already in 5.8.9 as change 34580.David Mitchell2009-03-221-3/+0
* Tests for floating point args to localtime and gmtimeJerry D. Hedden2009-03-131-1/+15
* Fix #56194 Regex: (((??{1 + $^N}))) behaves differently in 5.10.0 than in bleadBram2009-03-121-1/+217
* More smartmatch testsRafael Garcia-Suarez2009-02-211-3/+41
* Reorder and complete tests for smart matching with objectsRafael Garcia-Suarez2009-02-201-4/+8
* Fix {%hash} ~~ %hash testRafael Garcia-Suarez2009-02-201-2/+2
* Better diagnostics for the ~~ testRafael Garcia-Suarez2009-02-201-11/+14
* Use tempfile() in testsBram2009-02-163-8/+10
* Extra regex testsBram2009-02-162-1/+10
* More tests for coderefs and smart matchRafael Garcia-Suarez2009-02-141-1/+28
* Remove code that has never been used in any testRafael Garcia-Suarez2009-02-131-9/+0
* $object ~~ undef should always test for definednessRafael Garcia-Suarez2009-02-131-0/+2
* Add tests for undef smart-matchingRafael Garcia-Suarez2009-02-131-0/+2
* Remove obsolete comment; document test formatRafael Garcia-Suarez2009-02-131-4/+4
* More tests for array-ref smart matchRafael Garcia-Suarez2009-02-131-0/+4
* Remove one of the two definitions of the a_const contant subRafael Garcia-Suarez2009-02-131-2/+0
* Rename ext/XS/APItest to ext/XS-APItestNicholas Clark2009-02-091-1/+1
* Add test for previous patch (deprecation of UNIVERSAL->import)Rafael Garcia-Suarez2009-02-071-1/+9
* setpgrp() should extend the stack before modifying itNiko Tyni2009-02-041-0/+16
* Add warning about octal > 377 in some regexesKarl2009-01-161-1/+8
* t/op/chdir.t, t/op/defins.t on VMSJohn Malmberg2009-01-082-5/+44
* VMS posix exit fixesJohn Malmberg2009-01-042-4/+42
* Another regexp failure with utf8-flagged string and byte-flagged pattern (rem...Slaven Rezic2009-01-041-1/+10
* Merge branch 'schwern/y2038' into bleadRafael Garcia-Suarez2009-01-031-7/+60
|\
| * Update from y2038.Michael G. Schwern2009-01-031-12/+17
| * We are no longer bound by the limits of the tm struct.Michael G. Schwern2009-01-031-1/+1
| * Everything should now work with negative times, so let's pull out all the ski...Michael G. Schwern2009-01-031-4/+7
| * Patch in a 64 bit clean gmtime_r() and localtime_r() from the y2038 project. ...Michael G Schwern2009-01-031-7/+52
* | Fix a thinko in regression test for [perl #54956]Ben Morrow2009-01-031-1/+1
* | a test for Paul Evan's qr leakYuval Kogman2009-01-021-0/+33
* | More comprehensive smartmatch.t, supersedes smobj.tYuval Kogman2009-01-022-63/+79
* | add eval and error support to the t/op/smartmatch.t testYuval Kogman2009-01-021-3/+12
* | add undef tests to t/op/smartmatch.tYuval Kogman2009-01-021-0/+15
* | [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