summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* Enhance test cleanliness by a very small factor.Rafael Garcia-Suarez2004-02-241-0/+1
* Fix a segfault during optree construction. (bug #27024)Rafael Garcia-Suarez2004-02-241-1/+9
* Fix bug #26910: hints were not propagated into (?{...})Rafael Garcia-Suarez2004-02-233-0/+20
* Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation SADAHIRO Tomoyuki2004-02-231-1/+30
* remove a split test's dependence on -Dx outputDave Mitchell2004-02-201-6/+6
* optimise the sorting inplace of plain arrays: @a = sort @aDave Mitchell2004-02-201-1/+45
* Upgrade to prereleases of Math::BigInt 1.70 andRafael Garcia-Suarez2004-02-193-27/+178
* fix write test: -small_number may be displayed as 00.00 or -0.00Dave Mitchell2004-02-181-3/+6
* Add tests for the C<my $x if foo> deprecation, and change theDave Mitchell2004-02-181-0/+57
* Re: [PATCH] GLOB to LVALUE assignment fixTassilo von Parseval2004-02-171-1/+28
* [perl #25824] Segmentation fault withDave Mitchell2004-02-151-1/+7
* Implement stacked filetest operators (-f -w -x $file).Rafael Garcia-Suarez2004-02-091-38/+44
* Re: [perl #26073] sprintf miscounts padding when format is utf8 Hugo van der Sanden2004-02-091-1/+9
* map and grep weren't working correctly with lexical $_ inRafael Garcia-Suarez2004-02-081-1/+13
* The "my $_" wasn't nice with foreach loops.Rafael Garcia-Suarez2004-02-041-1/+18
* More docs and tests for "my $_".Rafael Garcia-Suarez2004-02-031-2/+22
* was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]John Peacock2004-02-032-7/+7
* Implement "my $_".Rafael Garcia-Suarez2004-02-031-0/+142
* add test for Change 22194: Dave Mitchell2004-02-011-0/+7
* Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/ Hugo van der Sanden2004-01-291-2/+8
* add test for change 22209 (Remove small memory leak in newATTRSUB)Dave Mitchell2004-01-251-1/+18
* make some t/op/write.t failures more verboseDave Mitchell2004-01-231-1/+3
* test that use encoding; doesn't cause references to be stringifiedNicholas Clark2004-01-231-2/+16
* Check the return values of chompNicholas Clark2004-01-231-4/+14
* Test return values of all chompsNicholas Clark2004-01-231-4/+4
* Re: [perl #24888] chomp ignores utf8SADAHIRO Tomoyuki2004-01-232-1/+78
* Convert the older parts of op/bop.t over to test.plNicholas Clark2004-01-211-71/+57
* remove the platform dependencies of the write.t tests introducedDave Mitchell2004-01-211-34/+27
* Add a new test file for situations where threads may interfere.Stas Bekman2004-01-201-0/+61
* second attempt to fix [perl #24914] freeing a CV reference that wasDave Mitchell2004-01-201-1/+13
* Re: [perl #24926] chop/~ mangles UTF8 [PATCH]Gisle Aas2004-01-191-1/+6
* back out change #22167 "freeing a CV reference that was currentlyDave Mitchell2004-01-171-13/+1
* Re: open/or inconsistencySADAHIRO Tomoyuki2004-01-171-0/+1
* [perl #24914] freeing a CV reference that was currently beingDave Mitchell2004-01-171-1/+13
* Re: [perl #24816] Magic vars seem unsure if they are purely numericYitzchak Scott-Thoennes2004-01-161-1/+147
* [perl #8698] format bug with undefined _TOPDave Mitchell2004-01-161-7/+11
* format/write (version 2)LAUN Wolfgang2004-01-161-13/+203
* Make chomp heed the utf8 flags on the target string and $/Nicholas Clark2004-01-151-1/+27
* Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012] SADAHIRO Tomoyuki2004-01-121-1/+27
* Fix bug #24813 : the -0 wasn't recognized on the #! lineRafael Garcia-Suarez2004-01-061-0/+3
* The TODO tag should be included also when a TODO test succeeds,Rafael Garcia-Suarez2004-01-061-1/+1
* This TODO test seems to pass now.Rafael Garcia-Suarez2004-01-061-1/+1
* [perl #24674]Dave Mitchell2004-01-051-1/+11
* Some mandatory syntax warnings emitted by the lexer weren'tRafael Garcia-Suarez2004-01-051-0/+17
* skip num.t #47 on VMSCraig A. Berry2004-01-051-2/+5
* Re: [perl #24774] eval + format - \n = pp_ctl.c assertionLAUN Wolfgang2004-01-041-4/+4
* Perl 5.8.3 patches from the BS2000 port - part 2Dorner Thomas2004-01-012-7/+14
* Re: [perl #24774] eval + format - \n = pp_ctl.c assertionDave Mitchell2003-12-301-4/+14
* Add a regression test for bug #24762Rafael Garcia-Suarez2003-12-301-1/+7
* Fix bug [perl #24735] : make sure that the range (..) operatorRafael Garcia-Suarez2003-12-271-1/+11