summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
...
* t/op/auto.pl using test.plDavid Landgren2006-04-281-39/+44
* t/op/sort.t using test.plDavid Landgren2006-04-281-130/+130
* t/op/loopctl.t using test.plDavid Landgren2006-04-281-119/+92
* [perl #39012] another REIFY bugDave Mitchell2006-04-271-1/+13
* [perl #38709] Opening '|-' triggers unjustified taint check Martin Hasch2006-04-241-2/+29
* Add regression test for bug #38475Rafael Garcia-Suarez2006-04-241-0/+37
* Add test boilerplate and use test.pl instead of Test::MoreRafael Garcia-Suarez2006-04-201-1/+9
* Add new tests for bug #32840 provided by David Landgren,Rafael Garcia-Suarez2006-04-201-0/+74
* regmatch(): make IFMATCH use PUSH_STACK rather than fake recursionDave Mitchell2006-04-191-0/+2
* regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo.Dave Mitchell2006-04-181-0/+1
* Re: [PATCH] update to pp_complement() via CoveritySADAHIRO Tomoyuki2006-04-171-1/+17
* A scalar reference returned from a coderef in @INC is treated as theNicholas Clark2006-04-161-9/+36
* Augment the user filter caching code so that if the user filter returnsNicholas Clark2006-04-151-1/+20
* $foo .= $bar doesn't warn if $foo is undefined, so simplify code.Nicholas Clark2006-04-151-2/+2
* If the downstream caller wants block mode, and we're in line mode,Nicholas Clark2006-04-151-3/+37
* If you return void from a filter subroutine, the caller's status isNicholas Clark2006-04-151-5/+5
* Tests for having multiple pipes open simultaneously.Nicholas Clark2006-04-151-2/+63
* Add more tests for the builtin source filter implementation, and fixNicholas Clark2006-04-151-7/+67
* Add a test for source filters returned from code references in @INC.Nicholas Clark2006-04-151-0/+62
* Bump the expect file count in readdir.t. We keep writing more tests.Nicholas Clark2006-04-151-1/+1
* doop.c: (Coverity) found a bug but not quite what Coverity thought it did (tr...Jarkko Hietaniemi2006-04-141-1/+73
* disable 'split /(?{ split "" })/' test until recursive split is fixedDave Mitchell2006-04-131-1/+4
* [perl #38906] Regex engine does not release MINMODAnimator2006-04-121-0/+2
* Add tests for all the other types that %^H serialisation is supposedNicholas Clark2006-04-121-1/+36
* Test that we can do embedded 0 bytes in hints.Nicholas Clark2006-04-121-1/+8
* pp_sys.c: some Coverity findings: NULL guards for format cvJarkko Hietaniemi2006-04-101-1/+1
* Re: [perl #38293] chr(65535) should be allowed in regexesSADAHIRO Tomoyuki2006-04-022-2/+120
* Better failure diagnostics from switch.t.Nicholas Clark2006-04-021-128/+154
* If the comment says "(and not ours)" then it should be tested.Nicholas Clark2006-04-011-1/+2
* Rewrite t/op/getppid.t to remove the assumption that init has PID of 1.Nicholas Clark2006-04-011-27/+44
* Propagate cop_hints inside string evals. For the unthreaded case thisNicholas Clark2006-04-011-1/+25
* Re: recursion now removed from the regex engineDominic Dunlop2006-03-311-2/+7
* Test that entries in %^H are actually independant.Nicholas Clark2006-03-311-5/+23
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-3/+70
* Localising hash slices with UTF-8 encoded keys was also buggy.Nicholas Clark2006-03-301-1/+24
* Fix bug #38815 (localising keys which are UTF-8 encoded didn't deleteNicholas Clark2006-03-301-1/+25
* Fix bug 36267 - assigning to a tied hash shouldn't change theNicholas Clark2006-03-301-0/+19
* PATCH t/op/tie.tRobin Barker2006-03-301-0/+8
* Re: [perl #38710] localised stash sliceRick Delaney2006-03-201-2/+0
* [perl #38710] localised stash slice Hugo van der Sanden2006-03-141-1/+29
* Move all the de-tainting logic for runperl into test.pl.Nicholas Clark2006-02-271-3/+0
* Fix op/utftaint.t on Win32 following change #27248Steve Hay2006-02-271-1/+3
* Testing hash key stringificationAnno Siegel2006-02-271-1/+18
* Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc...SADAHIRO Tomoyuki2006-02-251-1/+37
* Converted t/op/pos.t to use test.pl and added TODO test for Steve Peters2006-02-231-9/+19
* Fix typos and a missing bracket.Nicholas Clark2006-02-221-2/+2
* Avoid C<study>ing any strings that might change underneath us, suchNicholas Clark2006-02-221-9/+3
* Mark some new study tests as TODORafael Garcia-Suarez2006-02-221-3/+9
* Add a test for study() on tied scalars, by Andy Lester afterRafael Garcia-Suarez2006-02-221-0/+50
* Test warnings for converting globs to other forms.Nicholas Clark2006-02-221-1/+29