summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Assimilate PodParser-1.26Nicholas Clark2003-12-272-0/+4
* [patch t/test.pl] comment fixStas Bekman2003-12-231-2/+2
* Perl 5.8.3 patches from the BS2000 portDorner Thomas2003-12-202-2/+5
* Re: 5.6.2-RC1 on CygwinYitzchak Scott-Thoennes2003-12-131-1/+11
* fix bug #24605.Adrian M. Enache2003-12-111-1/+8
* Math::BigInt::Scalar is only for tests.Rafael Garcia-Suarez2003-12-061-0/+242
* SCALAR/FIRSTKEY for tied hashes in scalar contextTassilo von Parseval2003-12-061-0/+95
* Upgrade to Test::Harness 2.38.Rafael Garcia-Suarez2003-11-303-0/+35
* Fix a regression introduced by change #21694 on sprintf()Rafael Garcia-Suarez2003-11-281-0/+20
* Arguments to skip were the wrong way round, hence why all the *BSDsNicholas Clark2003-11-281-1/+1
* Re: bug or a feature?Torsten Foertsch2003-11-251-1/+25