summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* [perl #49522] state variable not availableDave Mitchell2008-01-191-1/+45
* warn if ++ or -- are unable to change the value because it's beyondNicholas Clark2008-01-171-1/+66
* Generate the warnings masks programatically.Nicholas Clark2008-01-171-6/+17
* Fix range operatorJerry D. Hedden2008-01-151-1/+155
* For 5.12: saner behaviour for `length`Nicholas Clark2008-01-122-2/+37
* Fix bug whereby length on a tied scalar that returned a UTF-8 valueNicholas Clark2008-01-121-1/+14
* Reverse the TODOs on t/op/regexp_qr_embed_thr.t - they all pass now.Nicholas Clark2008-01-101-30/+30
* Un-TODO (and un-SKIP) tests in t/op/pat_thr.t that now pass.Nicholas Clark2008-01-101-17/+2
* seen_eval regex field wasn't getting clonedDave Mitchell2008-01-091-1/+18
* Fix the bug introduced by the bug fix of change 30755.Nicholas Clark2008-01-091-4/+1
* Variants of several regression tests that run the actul tests insideNicholas Clark2008-01-0911-68/+186
* grep the MANIFEST to avoid having hard coded numbers in readdir.tNicholas Clark2008-01-091-5/+6
* Move re::regexp_pattern to universal.cJerry D. Hedden2008-01-091-0/+46
* change #31447 was wrong. Really handle cloning a stale lexical varDave Mitchell2008-01-091-1/+16
* ARRAY(0x...) is not very helpful in sprintf.t diagnosticsYitzchak Scott-Thoennes2008-01-081-4/+4
* Re: [perl #49264] say behaves as just print on tied filehandleMichael G. Schwern2008-01-061-2/+29
* Fix regexec.c so $^N and $+ are correctly updated so that they work properly ...Moritz Lenz2008-01-051-1/+26
* Protect me (and my fellow muppets) from screens of "syntax errors" ifNicholas Clark2008-01-052-2/+5
* 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