summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Test that format references can't be wrongly dereferenced.Nicholas Clark2007-03-101-9/+24
* A test case for change 30527 (chdir bareword ambiguity with dirhandlesNicholas Clark2007-03-101-4/+25
* Refactor the "has fchdir" and "has dirfd" logic to one place.Nicholas Clark2007-03-101-4/+8
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-081-5/+12
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-081-0/+13
* As the test is about the parser, not actually running the code, betterNicholas Clark2007-03-031-1/+1
* Avoid an assertion failure when overloading readpipe.Nicholas Clark2007-03-021-1/+5
* More assertion failures, found by auditing the code.Nicholas Clark2007-03-021-1/+23
* Don't crash if the symbol table entry for ISA isn't a typeglob.Nicholas Clark2007-03-021-1/+7
* Re: New file: t/op/regexp_email.tYves Orton2007-03-011-0/+94
* Remove obsolete test for the deprecation warning I just removed.Rafael Garcia-Suarez2007-02-281-2/+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
* Revert change #30081 at dmq's request, and mark its testsRafael Garcia-Suarez2007-02-191-2/+2
* Use newer 'threads' constructsJerry D. Hedden2007-02-151-4/+4
* Re: [PATCH] Document that m//k worksYves Orton2007-02-141-7/+7
* Re: [perl #41492] Incorrect match with /(?(DEFINE)(?<A> (?&B)+)(?<B> a))/Yves Orton2007-02-121-0/+3
* 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
* 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
* 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
* 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-151-4/+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
* 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
* Re: Change 29723 breaks t/op/inccode-tie.t on Win32Nicholas Clark2007-01-091-1/+1
* do $file; won't propagate errors from die, as do is an implicit eval.Nicholas Clark2007-01-089-11/+11
* help cygwin find its dlls even on taint tests with no pathYitzchak Scott-Thoennes2007-01-081-16/+0
* fix occasional op/time.t failureDave Mitchell2007-01-081-0/+1
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-2/+19
* Assignment to a tainted variable was causing confusion if the sourceNicholas Clark2007-01-021-1/+13