summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Typo in op.cVincent Pit2007-12-291-7/+46
* Fix Perl #49190, tests from Abigail, codefix from me.Yves Orton2007-12-291-3/+10
* First class regexps.Nicholas Clark2007-12-281-8/+1
* Better diagnostics for the tests for #20683.Nicholas Clark2007-12-271-2/+2
* scalars used in postponed subexpressions aren't first class regexps,Nicholas Clark2007-12-271-1/+7
* Proper $TODO support in &ok() and &iseq() in pat.tNicholas Clark2007-12-271-6/+11
* Localize $\ before changing it, so as not to affect print statements inNicholas Clark2007-12-271-6/+9
* Test that we can clone regexps into new threads, and fix the bug inNicholas Clark2007-12-271-1/+11
* You can't coerce a typeglob to a string. (Restore the error message -Nicholas Clark2007-12-271-1/+25
* Use print rather than diag(), as these routine messages shouldn't beNicholas Clark2007-12-261-1/+3
* A test for upgrading scalars. Curiously, before this, lib/Math/Trig.tNicholas Clark2007-12-261-0/+48
* Implement each @array.Nicholas Clark2007-12-201-0/+132
* Add standard test preambleRafael Garcia-Suarez2007-12-171-6/+11
* Fix various bugs in regex engine with mixed utf8/latin pattern and strings. R...Yves Orton2007-12-172-3/+57
* [perl #48355] Handling of RAWDATA broken badly in Attribute::Handlers in perl...Sascha Blank2007-12-081-1/+26
* Re: smart match: array ~~ hashDmitry Karasik2007-11-301-0/+19
* Skip failing getppid tests on QNX 6Matt Kraai2007-11-291-2/+10
* Fix bless/readonly failure spotted by Jerry Hedden.Nicholas Clark2007-11-281-1/+12
* Re: Are we missing some tests?Robin Houston2007-11-231-1/+11
* patch@32274 t/op/taint.t not cleaning up properly on VMS.John E. Malmberg2007-11-121-2/+17
* Re: [perl #47195] $1 suddenly tainted after regexp on utf-8 stringRick Delaney2007-11-071-1/+0
* Add a TODO test for bug #47195Nicholas Clark2007-11-061-1/+11
* Leopard has more standard /etc/passwd files than previousRafael Garcia-Suarez2007-10-291-1/+2
* Another ex-PVBM assertBen Morrow2007-10-171-1/+20
* Fix a few segfaults and a when() bugjosh2007-10-172-6/+21
* ex-PVBM and mro interact badlyBen Morrow2007-10-171-1/+10
* Gentler theads testJerry D. Hedden2007-10-111-1/+6
* Move threads test added in change 32091Jerry D. Hedden2007-10-111-1/+12
* make t/op/pack.t not explode when u64size=''Alexander Gough2007-10-081-1/+1
* Re: [perl #45605] Regexp failure with utf8-flagged string and byte-flagged pa...Tels2007-09-251-1/+9
* Fix bug 45607 - for the corner case *{"BONK"} = \&{"BONK"} the orderNicholas Clark2007-09-221-1/+10
* Fix spelling errors in comments.Nicholas Clark2007-09-171-4/+4
* [perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len_utf8 cacheDave Mitchell2007-09-141-1/+10
* silence warning in new state.t test (spotted by Jerry Hedden)Dave Mitchell2007-09-101-1/+1
* when anon subs are cloned, the 'assign once only' flag should beDave Mitchell2007-09-101-1/+16
* state variables shouldn't be shared between anon subsDave Mitchell2007-09-091-1/+13
* For now, forbid all list assignment initialisation of state variables,Nicholas Clark2007-09-081-12/+26
* Remove the 'err' keywordRafael Garcia-Suarez2007-09-072-15/+2
* Fix t/op/magic.t failures under CygwinJerry D. Hedden2007-09-071-1/+11
* More testsAbigail2007-09-061-2/+175
* Bump version number to 5.10.0.Rafael Garcia-Suarez2007-09-061-6/+2
* Make state $zok = slosh(); behave as the Perl 6 design with an implicitNicholas Clark2007-09-061-7/+8
* Revert/fix 31731 - Empty PATH taint test on CygwinJerry D. Hedden2007-08-281-11/+1
* Typo prevented test from doing what it meant to do.Yves Orton2007-08-181-1/+1
* TRIE must use 'yes' state transitions when more than one match possible to en...Marcus Holland-Moritz2007-08-181-1/+20
* [perl #44647] [PATCH] Add a test for overload::constant 'integer' across use's. Shlomi Fish2007-08-181-0/+55
* Change 31710 causes t/op/taint.t to failReini Urban2007-08-181-1/+10
* Oops, 31665 was empty.Craig A. Berry2007-07-291-2/+3
* [perl #43425] local $[: fix scoping during parser error handling.Dave Mitchell2007-07-161-5/+2
* Link TODO test to appropriate RT ticketRafael Garcia-Suarez2007-07-121-1/+1