summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Drag t/op/gv.t kicking and screaming into the century of the fruitbatNicholas Clark2005-06-211-106/+110
* Same fix, for the test, now.Rafael Garcia-Suarez2005-06-201-1/+1
* Remove the deprecated $# variableRafael Garcia-Suarez2005-06-201-2/+2
* Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crashRick Delaney2005-06-201-1/+23
* Give op/taint.t a helping hand for Borland compiler on Win32Steve Hay2005-06-161-0/+17
* Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),Rafael Garcia-Suarez2005-06-151-0/+4
* [perl #36297] builtin attrs on subrutine declarations Salvador FandiXXo2005-06-151-0/+5
* better assertion supportSalvador FandiƱo2005-06-143-7/+48
* Bring bleadperl up to version.pmJohn Peacock2005-06-134-8/+11
* Passing read only values (such as string constants) to select shouldNicholas Clark2005-06-101-0/+25
* Don't pass constants to selectNicholas Clark2005-06-101-1/+1
* Work around bug 36211, plus a lot of TODO regression tests for local/Nicholas Clark2005-06-101-2/+67
* $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warnsNicholas Clark2005-06-091-5/+12
* Fixes the case of $a = \$#{[]}; and then accessing $$aNicholas Clark2005-06-091-1/+11
* Convert op/array.t to test.plNicholas Clark2005-06-091-120/+100
* Don't ignore errors from an eval.Nicholas Clark2005-06-091-0/+1
* Make minitest pass (must skip if no dynaloading)Nicholas Clark2005-06-091-8/+11
* Cygwin fails to open $^X on many occasion hereH.Merijn Brand2005-06-081-1/+1
* Re: [perl #36130] chr(-1) should probably return undefJarkko Hietaniemi2005-06-071-3/+16
* New test for getppid(), by Alexey TourbinRafael Garcia-Suarez2005-06-051-0/+54
* further speeding up of is_utf8_string()Jarkko Hietaniemi2005-06-041-0/+50
* 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