summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug 34297 (length of overloaded UTF-8 strings)Nicholas Clark2006-04-281-0/+44
* t/op/defins.pl using test.plDavid Landgren2006-04-281-48/+38
* t/op/delete.t using test.plDavid Landgren2006-04-281-46/+45
* 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
* New test for the "Assignment to both a list and a scalar" error,Rafael Garcia-Suarez2006-04-201-1/+5
* Add a TODO test for RT #1085: "what should be output of perl -weSteve Peters2006-04-191-1/+10
* regmatch(): make IFMATCH use PUSH_STACK rather than fake recursionDave Mitchell2006-04-191-0/+2
* Avoid temporarily writing over the prototype when reporting an error.Nicholas Clark2006-04-191-6/+11
* 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