summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* (?p{}) has been deprecated for a long time.Rafael Garcia-Suarez2007-02-281-20/+0
* Add new tests for keys in %+ and %-Rafael Garcia-Suarez2007-02-281-1/+21
* Fix bug #41550 - AUTOLOAD :lvalue not working the same in blead as inNicholas Clark2007-02-261-1/+12
* Convert t/op/sub_lval.t to test.plNicholas Clark2007-02-261-148/+72
* Add a new test for undef and delete on stash entries thatRafael Garcia-Suarez2007-02-241-0/+42
* C<keys %+> should not warn. Don't make scan_ident test forRafael Garcia-Suarez2007-02-241-0/+5
* [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11Tels2007-02-193-5/+20
* Revert change #30081 at dmq's request, and mark its testsRafael Garcia-Suarez2007-02-191-2/+2
* test.pl should locally increase $Level, rather than setting it to aNicholas Clark2007-02-181-1/+1
* Use newer 'threads' constructsJerry D. Hedden2007-02-151-4/+4
* Re: [PATCH] Document that m//k worksYves Orton2007-02-141-7/+7
* Change 30276 wasn't meant do mess with t/lib/common.pl. Oops.Nicholas Clark2007-02-141-2/+2
* Integrate:SADAHIRO Tomoyuki2007-02-141-2/+2
* Re: [perl #41492] Incorrect match with /(?(DEFINE)(?<A> (?&B)+)(?<B> a))/Yves Orton2007-02-121-0/+3
* Un-TODO tests avec change #30228Rafael Garcia-Suarez2007-02-121-2/+0
* Convert new test to using t/test.pl.Rafael Garcia-Suarez2007-02-111-16/+6
* [perl #41484] qr// stack bug knew-p5p@pimb.org2007-02-111-0/+21
* Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.Yves Orton2007-02-101-1/+17
* Re: Change 29193 is a regressionRick Delaney2007-02-081-2/+2
* Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.Yves Orton2007-02-081-0/+10
* opening $0 doesn't work if you change directory. So use test.plNicholas Clark2007-02-071-3/+3
* TODO tests for eval of tainted scalars. (change 29193's regression)Nicholas Clark2007-02-071-1/+17
* Avoid obscure failures when a regexp hasn't matchedRafael Garcia-Suarez2007-02-061-4/+8
* current status on Unicode Regular ExpressionsSADAHIRO Tomoyuki2007-02-061-1/+27
* t/lib/common.pl can be warnings clean.Nicholas Clark2007-02-051-1/+2
* Use the new conditional TODOs to mark as TODO the warning testsNicholas Clark2007-02-051-0/+3
* Enhance t/lib/common.pl to provide conditional TODOs using eval'd code.Nicholas Clark2007-02-051-1/+10
* Re: prerelease checklist for Perl 5.10Yves Orton2007-02-031-0/+2
* Testing every pattern by also upgrading to UTF-8 would have caught theNicholas Clark2007-02-021-1/+5
* Allow regexp.t to take a command line argument for the filename ofNicholas Clark2007-02-011-20/+32
* Make t/op/regexp.t warnings clean.Nicholas Clark2007-02-011-1/+9
* Make t/op/regexp.t run under use strict; including removing theNicholas Clark2007-02-012-18/+12
* $1 in nested regex EVAL doesnt work correctly.Yves Orton2007-01-311-1/+17
* Re: run/cloexec.t is failingMarcus Holland-Moritz2007-01-301-2/+2
* Avoid test failure with for a -Dusesitecustomize perl.Gisle Aas2007-01-291-2/+2
* A test to exercise the smallbuf overflow code in S_incline, and aNicholas Clark2007-01-271-1/+81
* split by " \0" (const string staring with a SPACE followed by NULL)SADAHIRO Tomoyuki2007-01-251-1/+12
* Add lib to @INC so that ./perl t/op/local.t works.Nicholas Clark2007-01-231-0/+1
* Disable positive lookaround optimisationsYves Orton2007-01-221-1/+4
* defined @$foo and defined %$bar should be subject to strict 'refs';Nicholas Clark2007-01-201-0/+14
* Re: [PATCH] fix unicode split /\s+/SADAHIRO Tomoyuki2007-01-191-8/+23
* fix unicode split /\s+/Yves Orton2007-01-191-2/+36
* Enable the ~~ operator by default.Rafael Garcia-Suarez2007-01-152-49/+1
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-152-1/+48
* Add get_cvn_flags(), which is like get_cv() but takes a length. ThisNicholas Clark2007-01-151-1/+7
* Use the $Is_MacOS variableRafael Garcia-Suarez2007-01-151-3/+3
* Simplify the ok/not ok logicRafael Garcia-Suarez2007-01-151-9/+13
* Various cleanup and factorization by SchwernRafael Garcia-Suarez2007-01-151-16/+23
* Test that names with embedded NULs work for symbolic array, hash andNicholas Clark2007-01-151-3/+44
* Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c...Yves Orton2007-01-111-1/+51