summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* start turning regmatch() main loop into a FSMDave Mitchell2006-06-161-0/+1
* I thought I had fixed the spelling of DOES() in universal.t, butRafael Garcia-Suarez2006-06-131-10/+10
* Add the new method UNIVERSAL::DOES() and the API function sv_does()chromatic2006-06-121-5/+21
* The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN}Nicholas Clark2006-06-071-3/+1
* exhausting <> in BEGIN{} gets ARGVOUT used only once warningYitzchak Scott-Thoennes2006-06-071-1/+5
* Eliminate most of the UTF-8 black smoke by skipping optree tests whenNicholas Clark2006-06-051-8/+28
* It's all relative -- better handling of tainted directoriesCraig A. Berry2006-06-021-1/+2
* Teach incfilter.t some DCL.Craig A. Berry2006-05-311-2/+15
* Comprehensive regression tests for Perl_refcounted_he_fetch().Nicholas Clark2006-05-292-165/+184
* Re: [perl #39126] possible memory related bug when using sprintf with an utf-...SADAHIRO Tomoyuki2006-05-291-8/+9
* Re: [PATCH] More regex optimisations and debug enhancements (including Andys ...Yves Orton2006-05-291-2/+4
* skip t/op/incfilter.t for "make clean;make miniperl;make minitest"Jarkko Hietaniemi2006-05-291-0/+4
* Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was farNicholas Clark2006-05-281-1/+25
* Make t/TEST more helpfulAndy Lester2006-05-241-8/+10
* Re: [PATCH] optimize /[x]/ to /x/.Yves Orton2006-05-221-0/+5
* Adjust test following change #28225Rafael Garcia-Suarez2006-05-191-5/+5
* test some die codepaths in pp_enterwriteDave Mitchell2006-05-181-1/+17
* We can now remove DynaLoader from 1_compile.tRafael Garcia-Suarez2006-05-181-1/+0
* Re: [perl #39145] win32, @_ and fork crashing in dounwindDavid Mitchell2006-05-171-0/+6
* IO::Compress* 2.000_12Paul Marquess2006-05-171-7/+10
* strange encodings upsets pp_chrSADAHIRO Tomoyuki2006-05-153-24/+100
* TEST needs to binmode the file handle that is reading the TAP, else itNicholas Clark2006-05-141-0/+5
* t/uni/overload.tJarkko Hietaniemi2006-05-131-24/+26
* no 5.9.4; should fail in version 5.9.4.Nicholas Clark2006-05-101-10/+60
* Convert use.t to an inlined is/isnt/like implementation, to give betterNicholas Clark2006-05-101-116/+95
* disable WARN and DIE hooks during constant foldingDave Mitchell2006-05-101-1/+19
* Implement state array and state hashes. Initialisation assignmentRafael Garcia-Suarez2006-05-051-1/+28
* Resubmit change #28095Rafael Garcia-Suarez2006-05-041-118/+158
* t/op/context.t using test.plDavid Landgren2006-05-041-6/+15
* t/op/list.t using test.plDavid Landgren2006-05-041-60/+107
* Another test for state variables and closures,Rafael Garcia-Suarez2006-05-041-2/+27
* Ensure that C<(state $x) = $y> is not a state assignmentRafael Garcia-Suarez2006-05-031-1/+9
* New test case for state variables with ties, suggested by NicholasRafael Garcia-Suarez2006-05-031-1/+14
* Add "state" featureRafael Garcia-Suarez2006-05-031-0/+1
* Introduce a new keyword, state, for state variables.Rafael Garcia-Suarez2006-05-031-0/+65
* -Dmad breaks a few testsSébastien Aperghis-Tramoni2006-05-031-1/+5
* Change 28037 broke t/op/each.t when running with TEST.Nicholas Clark2006-05-021-0/+2
* Re: [PATCH] t/op/glob.t using test.plDavid Landgren2006-05-021-28/+24
* t/op/hashwarn.t using test.plDavid Landgren2006-05-021-47/+36
* Re: [PATCH] provide diag() and don't use ++ in test.plDavid Landgren2006-05-011-5/+23
* One part of pp_pack couldn't correctly handle surprises from UTF-8Nicholas Clark2006-04-301-1/+8
* do_vop() couldn't correctly handle surprises from UTF-8 overloading.Nicholas Clark2006-04-301-2/+13
* We had no tests that covered the grow paths in pp_uc and pp_lc.Nicholas Clark2006-04-301-1/+7
* index and rindex couldn't correctly handle surprises from UTF-8Nicholas Clark2006-04-302-3/+33
* syswrite couldn't correctly handle surprises from UTF-8 overloading.Nicholas Clark2006-04-292-12/+40
* print couldn't correctly handle surprises from UTF-8 overloading.Nicholas Clark2006-04-291-2/+43
* There were more ways to break uc/lc/ucfirst/lcfirst even withoutNicholas Clark2006-04-291-3/+59
* lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 valuesNicholas Clark2006-04-291-1/+17
* uc plus an 8 bit locale could get confused by UTF-8 values returned byNicholas Clark2006-04-291-1/+9
* lc plus an 8 bit locale could mangle UTF-8 values returned byNicholas Clark2006-04-291-3/+27