summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Store the xhv_aux structure after the main array.Nicholas Clark2005-06-011-1/+1
* Re: t/uni/class.t has a lot to warn aboutJarkko Hietaniemi2005-05-281-7/+9
* is() is better than ok()Nicholas Clark2005-05-271-23/+23
* Skip signals and core dump tests on Win32Steve Hay2005-05-271-11/+18
* The tokenizer should expect an operator after qw().Rafael Garcia-Suarez2005-05-241-1/+4
* [perl #35878] goto &xsub that croaks corrupts memoryDave Mitchell2005-05-211-1/+18
* disallow eval { goto &foo }Dave Mitchell2005-05-211-1/+8
* Update to MakeMaker 6.30Rafael Garcia-Suarez2005-05-211-3/+41
* Attribute configurationAndy Lester2005-05-201-0/+1
* Gisle noted an unused variableRafael Garcia-Suarez2005-05-201-3/+0
* Fix the new exit() tests, by Gisle Aas :Rafael Garcia-Suarez2005-05-191-2/+1
* Adjust VMS test countRafael Garcia-Suarez2005-05-191-1/+1
* Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]Gisle Aas2005-05-181-2/+26
* make t/TEST print summary times consistently to two decimal placesDave Mitchell2005-05-181-1/+1
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-1/+1
* $! might contain "unknown" if strerror(3) says soRafael Garcia-Suarez2005-05-161-2/+2
* t/TEST's new error messages now include the prefix 'FAILURE--'Dave Mitchell2005-05-081-7/+7
* while (my $x ...) { ...; redo } shouldn't undef $x.Dave Mitchell2005-05-071-1/+26
* Get the correct refcount on the temporary assignment to PL_sigwarn soNicholas Clark2005-05-061-1/+8
* Missing files in Test::SimpleRafael Garcia-Suarez2005-05-051-0/+3
* strictifying t/TEST stopped it handling '1..n todo' correctlyDave Mitchell2005-05-051-1/+1
* make t/TEST detect various failure modes in testfile outputsDave Mitchell2005-05-051-33/+51
* strictify t/TESTDave Mitchell2005-05-041-76/+88
* Document the unportability of atan2() edge casesRafael Garcia-Suarez2005-05-041-8/+4
* add test for [perl #34682] leaving eval via last in inner runopsDave Mitchell2005-05-041-1/+12
* Fix test numerotationRafael Garcia-Suarez2005-05-041-2/+2
* make goto.t use test.pl, strict and warningsDave Mitchell2005-05-041-116/+107
* [perl #35214] SEGV when next is followed by a gotoDave Mitchell2005-05-041-1/+23
* Fix getting prototype of builtins mkdir and setpgrp.Rafael Garcia-Suarez2005-05-031-2/+2
* mkdir without arguments now defaults to $_Rafael Garcia-Suarez2005-05-032-3/+21
* ok($a == $b) better written as cmp_ok($a, '==', $b)Nicholas Clark2005-05-031-18/+18
* Convert to test.plRafael Garcia-Suarez2005-05-031-20/+21
* IEEE math for the massesSteve Peters2005-05-031-1/+33
* Convert to test.plRafael Garcia-Suarez2005-05-031-8/+12
* Upgrade to Test::Harness 2.48Rafael Garcia-Suarez2005-04-241-1/+1
* Convert to test.plNicholas Clark2005-04-221-331/+341
* t/uni/class.t -- update VMS test skippageCraig A. Berry2005-04-221-1/+1
* [perl #34976] substr uses utf8 length cache incorrectlyDave Mitchell2005-04-211-1/+8
* extra code in pp_concat, Take 2Andy Lester2005-04-211-1/+7
* [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set glasser@tang-eleven-seventy-nine.mit.edu2005-04-201-1/+30
* Avoid generating thousands of UTF-8 warnings when testing under aNicholas Clark2005-04-191-8/+8
* Removing Y2K warningsAndy Lester2005-04-083-72/+9
* Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and ENDAbigail2005-04-071-1/+1
* Upgrade to ExtUtils::MakeMaker 6.27,Rafael Garcia-Suarez2005-04-074-23/+164
* 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAPH.Merijn Brand2005-04-061-2/+5
* Unicode 4.1.0Jarkko Hietaniemi2005-04-021-1/+1
* Re: PATCH: byte count feature request for unpackTon Hospel2005-03-301-22/+170
* Re: [perl #34195] Regex: Alternations within negative lookahead assertions Hugo van der Sanden2005-03-271-0/+2
* Revert change #24055, which was producing a segfault in installmanRafael Garcia-Suarez2005-03-221-2/+0
* minitest fixRafael Garcia-Suarez2005-03-221-1/+1