summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* Drag t/op/gv.t kicking and screaming into the century of the fruitbatNicholas Clark2005-06-211-106/+110
| | | | | (or at least into the decade of t/test.pl) p4raw-id: //depot/perl@24927
* Same fix, for the test, now.Rafael Garcia-Suarez2005-06-201-1/+1
| | | p4raw-id: //depot/perl@24912
* Remove the deprecated $# variableRafael Garcia-Suarez2005-06-201-2/+2
| | | p4raw-id: //depot/perl@24908
* Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crashRick Delaney2005-06-201-1/+23
| | | | | Message-ID: <20050619134722.GB31592@localhost.localdomain> p4raw-id: //depot/perl@24901
* Give op/taint.t a helping hand for Borland compiler on Win32Steve Hay2005-06-161-0/+17
| | | p4raw-id: //depot/perl@24867
* Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),Rafael Garcia-Suarez2005-06-151-0/+4
| | | | | this can be useful to use valgrind for example p4raw-id: //depot/perl@24856
* [perl #36297] builtin attrs on subrutine declarations Salvador FandiXXo2005-06-151-0/+5
| | | | | | From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.org> p4raw-id: //depot/perl@24851
* better assertion supportSalvador FandiƱo2005-06-143-7/+48
| | | | | Message-ID: <20050613154719.29295.qmail@lists.develooper.com> p4raw-id: //depot/perl@24832
* Bring bleadperl up to version.pmJohn Peacock2005-06-134-8/+11
| | | | | Message-ID: <42A414DD.8090504@rowman.com> p4raw-id: //depot/perl@24823
* Passing read only values (such as string constants) to select shouldNicholas Clark2005-06-101-0/+25
| | | | | croak. p4raw-id: //depot/perl@24795
* Don't pass constants to selectNicholas Clark2005-06-101-1/+1
| | | p4raw-id: //depot/perl@24794
* Work around bug 36211, plus a lot of TODO regression tests for local/Nicholas Clark2005-06-101-2/+67
| | | | | $#... interaction. p4raw-id: //depot/perl@24791
* $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warnsNicholas Clark2005-06-091-5/+12
| | | p4raw-id: //depot/perl@24784
* Fixes the case of $a = \$#{[]}; and then accessing $$aNicholas Clark2005-06-091-1/+11
| | | | | (but not \$#a after local @a or my @a leave a block) p4raw-id: //depot/perl@24783
* Convert op/array.t to test.plNicholas Clark2005-06-091-120/+100
| | | p4raw-id: //depot/perl@24782
* Don't ignore errors from an eval.Nicholas Clark2005-06-091-0/+1
| | | p4raw-id: //depot/perl@24777
* Make minitest pass (must skip if no dynaloading)Nicholas Clark2005-06-091-8/+11
| | | p4raw-id: //depot/perl@24773
* Cygwin fails to open $^X on many occasion hereH.Merijn Brand2005-06-081-1/+1
| | | | | afile is still available from the previous test p4raw-id: //depot/perl@24764
* Re: [perl #36130] chr(-1) should probably return undefJarkko Hietaniemi2005-06-071-3/+16
| | | | | Message-ID: <42A487C3.8010306@gmail.com> p4raw-id: //depot/perl@24720
* New test for getppid(), by Alexey TourbinRafael Garcia-Suarez2005-06-051-0/+54
| | | p4raw-id: //depot/perl@24709
* further speeding up of is_utf8_string()Jarkko Hietaniemi2005-06-041-0/+50
| | | | | Message-ID: <42A1850F.4040109@gmail.com> p4raw-id: //depot/perl@24706
* Store the xhv_aux structure after the main array.Nicholas Clark2005-06-011-1/+1
| | | | | | | This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit build. It has the side effect of defined %symbol_table:: now always being true. defined %hash is already deprecated. p4raw-id: //depot/perl@24660
* Re: t/uni/class.t has a lot to warn aboutJarkko Hietaniemi2005-05-281-7/+9
| | | | | Message-Id: <42983033.5050509@gmail.com> p4raw-id: //depot/perl@24612
* is() is better than ok()Nicholas Clark2005-05-271-23/+23
| | | p4raw-id: //depot/perl@24608
* Skip signals and core dump tests on Win32Steve Hay2005-05-271-11/+18
| | | | | See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html p4raw-id: //depot/perl@24606
* The tokenizer should expect an operator after qw().Rafael Garcia-Suarez2005-05-241-1/+4
| | | | | This fixes [perl #35885] qw and x operators doesn't mix p4raw-id: //depot/perl@24560
* [perl #35878] goto &xsub that croaks corrupts memoryDave Mitchell2005-05-211-1/+18
| | | | | | When an XS sub is called, a CxSUB context shouldn't be pushed. Make goto &xs_sub mimic this behaviour by first popping the old CxSUB p4raw-id: //depot/perl@24535
* disallow eval { goto &foo }Dave Mitchell2005-05-211-1/+8
| | | | | | | | eval 'goto &foo' is already banned, and the try-version usually coredumps due to the code assuming the CxEVAL is actually a CxSUB. Anyway exiting an eval but preserving "it's" @_ doesn't make much sense. p4raw-id: //depot/perl@24532
* Update to MakeMaker 6.30Rafael Garcia-Suarez2005-05-211-3/+41
| | | p4raw-id: //depot/perl@24524
* Attribute configurationAndy Lester2005-05-201-0/+1
| | | | | Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508
* Gisle noted an unused variableRafael Garcia-Suarez2005-05-201-3/+0
| | | p4raw-id: //depot/perl@24507
* Fix the new exit() tests, by Gisle Aas :Rafael Garcia-Suarez2005-05-191-2/+1
| | | | | don't let the shell interfere with the process return value p4raw-id: //depot/perl@24506
* Adjust VMS test countRafael Garcia-Suarez2005-05-191-1/+1
| | | p4raw-id: //depot/perl@24503
* Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]Gisle Aas2005-05-181-2/+26
| | | | | Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@24501
* make t/TEST print summary times consistently to two decimal placesDave Mitchell2005-05-181-1/+1
| | | p4raw-id: //depot/perl@24498
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-1/+1
| | | | | Message-ID: <20050516151353.GA25387@petdance.com> p4raw-id: //depot/perl@24489
* $! might contain "unknown" if strerror(3) says soRafael Garcia-Suarez2005-05-161-2/+2
| | | p4raw-id: //depot/perl@24475
* t/TEST's new error messages now include the prefix 'FAILURE--'Dave Mitchell2005-05-081-7/+7
| | | p4raw-id: //depot/perl@24417
* while (my $x ...) { ...; redo } shouldn't undef $x.Dave Mitchell2005-05-071-1/+26
| | | | | | | In the presence of 'my' in the conditional of a while(), until(), or for(;;) loop, add an extra scope to the body so that redo doesn't undef the lexical p4raw-id: //depot/perl@24412
* Get the correct refcount on the temporary assignment to PL_sigwarn soNicholas Clark2005-05-061-1/+8
| | | | | | that other code assigning to $SIG{__WARN__} doesn't cause a premature free. p4raw-id: //depot/perl@24410
* Missing files in Test::SimpleRafael Garcia-Suarez2005-05-051-0/+3
| | | p4raw-id: //depot/perl@24401
* strictifying t/TEST stopped it handling '1..n todo' correctlyDave Mitchell2005-05-051-1/+1
| | | | | (made scope of %toto too narrow) p4raw-id: //depot/perl@24392
* make t/TEST detect various failure modes in testfile outputsDave Mitchell2005-05-051-33/+51
| | | | | | | | | in particular: multiple leader lines leader line not first or last line of file unrecognised lines out-of-sequence test numbers p4raw-id: //depot/perl@24390
* strictify t/TESTDave Mitchell2005-05-041-76/+88
| | | | | | | make most variables lexical, narrow their scope, and give some of them more meaningful names. Also fix a harmless bug where the wrong filehandles are closed (A+B rather than U+A) p4raw-id: //depot/perl@24389
* Document the unportability of atan2() edge casesRafael Garcia-Suarez2005-05-041-8/+4
| | | | | and remove unportable tests (by Steve Peters) p4raw-id: //depot/perl@24388
* add test for [perl #34682] leaving eval via last in inner runopsDave Mitchell2005-05-041-1/+12
| | | p4raw-id: //depot/perl@24387
* Fix test numerotationRafael Garcia-Suarez2005-05-041-2/+2
| | | p4raw-id: //depot/perl@24386
* make goto.t use test.pl, strict and warningsDave Mitchell2005-05-041-116/+107
| | | p4raw-id: //depot/perl@24385
* [perl #35214] SEGV when next is followed by a gotoDave Mitchell2005-05-041-1/+23
| | | | | next and redo didn't restore PL_curcop p4raw-id: //depot/perl@24384
* Fix getting prototype of builtins mkdir and setpgrp.Rafael Garcia-Suarez2005-05-031-2/+2
| | | | | | Hardcode special exceptions for exec and system, instead of trying to be clever and failing. p4raw-id: //depot/perl@24380