Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drag t/op/gv.t kicking and screaming into the century of the fruitbat | Nicholas Clark | 2005-06-21 | 1 | -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-Suarez | 2005-06-20 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24912 | ||||
* | Remove the deprecated $# variable | Rafael Garcia-Suarez | 2005-06-20 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@24908 | ||||
* | Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash | Rick Delaney | 2005-06-20 | 1 | -1/+23 |
| | | | | | Message-ID: <20050619134722.GB31592@localhost.localdomain> p4raw-id: //depot/perl@24901 | ||||
* | Give op/taint.t a helping hand for Borland compiler on Win32 | Steve Hay | 2005-06-16 | 1 | -0/+17 |
| | | | p4raw-id: //depot/perl@24867 | ||||
* | Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(), | Rafael Garcia-Suarez | 2005-06-15 | 1 | -0/+4 |
| | | | | | this can be useful to use valgrind for example p4raw-id: //depot/perl@24856 | ||||
* | [perl #36297] builtin attrs on subrutine declarations | Salvador FandiXXo | 2005-06-15 | 1 | -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 support | Salvador FandiƱo | 2005-06-14 | 3 | -7/+48 |
| | | | | | Message-ID: <20050613154719.29295.qmail@lists.develooper.com> p4raw-id: //depot/perl@24832 | ||||
* | Bring bleadperl up to version.pm | John Peacock | 2005-06-13 | 4 | -8/+11 |
| | | | | | Message-ID: <42A414DD.8090504@rowman.com> p4raw-id: //depot/perl@24823 | ||||
* | Passing read only values (such as string constants) to select should | Nicholas Clark | 2005-06-10 | 1 | -0/+25 |
| | | | | | croak. p4raw-id: //depot/perl@24795 | ||||
* | Don't pass constants to select | Nicholas Clark | 2005-06-10 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24794 | ||||
* | Work around bug 36211, plus a lot of TODO regression tests for local/ | Nicholas Clark | 2005-06-10 | 1 | -2/+67 |
| | | | | | $#... interaction. p4raw-id: //depot/perl@24791 | ||||
* | $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns | Nicholas Clark | 2005-06-09 | 1 | -5/+12 |
| | | | p4raw-id: //depot/perl@24784 | ||||
* | Fixes the case of $a = \$#{[]}; and then accessing $$a | Nicholas Clark | 2005-06-09 | 1 | -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.pl | Nicholas Clark | 2005-06-09 | 1 | -120/+100 |
| | | | p4raw-id: //depot/perl@24782 | ||||
* | Don't ignore errors from an eval. | Nicholas Clark | 2005-06-09 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@24777 | ||||
* | Make minitest pass (must skip if no dynaloading) | Nicholas Clark | 2005-06-09 | 1 | -8/+11 |
| | | | p4raw-id: //depot/perl@24773 | ||||
* | Cygwin fails to open $^X on many occasion here | H.Merijn Brand | 2005-06-08 | 1 | -1/+1 |
| | | | | | afile is still available from the previous test p4raw-id: //depot/perl@24764 | ||||
* | Re: [perl #36130] chr(-1) should probably return undef | Jarkko Hietaniemi | 2005-06-07 | 1 | -3/+16 |
| | | | | | Message-ID: <42A487C3.8010306@gmail.com> p4raw-id: //depot/perl@24720 | ||||
* | New test for getppid(), by Alexey Tourbin | Rafael Garcia-Suarez | 2005-06-05 | 1 | -0/+54 |
| | | | p4raw-id: //depot/perl@24709 | ||||
* | further speeding up of is_utf8_string() | Jarkko Hietaniemi | 2005-06-04 | 1 | -0/+50 |
| | | | | | Message-ID: <42A1850F.4040109@gmail.com> p4raw-id: //depot/perl@24706 | ||||
* | Store the xhv_aux structure after the main array. | Nicholas Clark | 2005-06-01 | 1 | -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 about | Jarkko Hietaniemi | 2005-05-28 | 1 | -7/+9 |
| | | | | | Message-Id: <42983033.5050509@gmail.com> p4raw-id: //depot/perl@24612 | ||||
* | is() is better than ok() | Nicholas Clark | 2005-05-27 | 1 | -23/+23 |
| | | | p4raw-id: //depot/perl@24608 | ||||
* | Skip signals and core dump tests on Win32 | Steve Hay | 2005-05-27 | 1 | -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-Suarez | 2005-05-24 | 1 | -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 memory | Dave Mitchell | 2005-05-21 | 1 | -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 Mitchell | 2005-05-21 | 1 | -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.30 | Rafael Garcia-Suarez | 2005-05-21 | 1 | -3/+41 |
| | | | p4raw-id: //depot/perl@24524 | ||||
* | Attribute configuration | Andy Lester | 2005-05-20 | 1 | -0/+1 |
| | | | | | Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508 | ||||
* | Gisle noted an unused variable | Rafael Garcia-Suarez | 2005-05-20 | 1 | -3/+0 |
| | | | p4raw-id: //depot/perl@24507 | ||||
* | Fix the new exit() tests, by Gisle Aas : | Rafael Garcia-Suarez | 2005-05-19 | 1 | -2/+1 |
| | | | | | don't let the shell interfere with the process return value p4raw-id: //depot/perl@24506 | ||||
* | Adjust VMS test count | Rafael Garcia-Suarez | 2005-05-19 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24503 | ||||
* | Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH] | Gisle Aas | 2005-05-18 | 1 | -2/+26 |
| | | | | | Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@24501 | ||||
* | make t/TEST print summary times consistently to two decimal places | Dave Mitchell | 2005-05-18 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24498 | ||||
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -1/+1 |
| | | | | | Message-ID: <20050516151353.GA25387@petdance.com> p4raw-id: //depot/perl@24489 | ||||
* | $! might contain "unknown" if strerror(3) says so | Rafael Garcia-Suarez | 2005-05-16 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@24475 | ||||
* | t/TEST's new error messages now include the prefix 'FAILURE--' | Dave Mitchell | 2005-05-08 | 1 | -7/+7 |
| | | | p4raw-id: //depot/perl@24417 | ||||
* | while (my $x ...) { ...; redo } shouldn't undef $x. | Dave Mitchell | 2005-05-07 | 1 | -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 so | Nicholas Clark | 2005-05-06 | 1 | -1/+8 |
| | | | | | | that other code assigning to $SIG{__WARN__} doesn't cause a premature free. p4raw-id: //depot/perl@24410 | ||||
* | Missing files in Test::Simple | Rafael Garcia-Suarez | 2005-05-05 | 1 | -0/+3 |
| | | | p4raw-id: //depot/perl@24401 | ||||
* | strictifying t/TEST stopped it handling '1..n todo' correctly | Dave Mitchell | 2005-05-05 | 1 | -1/+1 |
| | | | | | (made scope of %toto too narrow) p4raw-id: //depot/perl@24392 | ||||
* | make t/TEST detect various failure modes in testfile outputs | Dave Mitchell | 2005-05-05 | 1 | -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/TEST | Dave Mitchell | 2005-05-04 | 1 | -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 cases | Rafael Garcia-Suarez | 2005-05-04 | 1 | -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 runops | Dave Mitchell | 2005-05-04 | 1 | -1/+12 |
| | | | p4raw-id: //depot/perl@24387 | ||||
* | Fix test numerotation | Rafael Garcia-Suarez | 2005-05-04 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@24386 | ||||
* | make goto.t use test.pl, strict and warnings | Dave Mitchell | 2005-05-04 | 1 | -116/+107 |
| | | | p4raw-id: //depot/perl@24385 | ||||
* | [perl #35214] SEGV when next is followed by a goto | Dave Mitchell | 2005-05-04 | 1 | -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-Suarez | 2005-05-03 | 1 | -2/+2 |
| | | | | | | Hardcode special exceptions for exec and system, instead of trying to be clever and failing. p4raw-id: //depot/perl@24380 |