summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Collapse)AuthorAgeFilesLines
* fix for missed accounting for null byte in pack("Z",...) (fromGurusamy Sarathy2000-04-281-2/+3
| | | | | M.J.T. Guy) p4raw-id: //depot/perl@5994
* qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapesGurusamy Sarathy2000-04-281-2/+2
| | | | | itself and no other (from Tom Hughes) p4raw-id: //depot/perl@5989
* under useithreads, constant pad entries could inadvertently beGurusamy Sarathy2000-04-281-0/+7
| | | | | | shared across threads (from Eric Blood <eblood@xmission.com>); added Eric's test case to testsuite p4raw-id: //depot/perl@5979
* allow sort() reentrancy (variant of patch suggested byGurusamy Sarathy2000-04-271-1/+19
| | | | | Hugo van der Sanden) p4raw-id: //depot/perl@5975
* fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)Gurusamy Sarathy2000-04-271-0/+1
| | | p4raw-id: //depot/perl@5973
* tolerate spaces in group names in test on solaris (from David BoyceGurusamy Sarathy2000-04-271-1/+2
| | | | | <dsb@boyski.com>) p4raw-id: //depot/perl@5968
* better diagnostics on failed tests (from Ilya Zakharevich)Gurusamy Sarathy2000-04-271-3/+5
| | | p4raw-id: //depot/perl@5956
* longstanding bug exposed by change#3307: sort arguments weren'tGurusamy Sarathy2000-04-271-1/+34
| | | | | | | | | compiled with the right wantarray context (ensuing runtime lookup via block_gimme() was getting the incidental context of the sort() itself) p4raw-link: @3307 on //depot/perl: 82092f1dcd6e496644fe74540fa706cb390be431 p4raw-id: //depot/perl@5955
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-04-263-6/+19
|\ | | | | p4raw-id: //depot/perl@5954
| * Undo "use integer" addition from 64bitint as it seemsJarkko Hietaniemi2000-04-261-2/+0
| | | | | | | | | | | | to break most of the subtests in Digital UNIX; Unicos needs to find another way. p4raw-id: //depot/cfgperl@5952
| * Various Unicos 10.0.0.6 fixes.Mark P Lutz2000-04-241-0/+2
| | | | | | | | | | | | | | | | Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90 Reply-To: tecmpl1@triton.ca.boeing.com To: perl5-porters@perl.org Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> p4raw-id: //depot/cfgperl@5940
| * Integrate with Sarathy.Jarkko Hietaniemi2000-04-244-4/+68
| | | | | | p4raw-id: //depot/cfgperl@5937
| * Do not assume sign propagation.M. J. T. Guy2000-04-242-4/+4
| | | | | | | | | | | | | | Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0 To: payner@ncifcrf.gov, perl5-porters@perl.org Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> p4raw-id: //depot/cfgperl@5935
| * Typo in #5905.Jarkko Hietaniemi2000-03-311-1/+1
| | | | | | p4raw-id: //depot/cfgperl@5906
| * Fix for "[ID 20000329.080] quad printing does not work as documented",Jarkko Hietaniemi2000-03-311-2/+15
| | | | | | | | | | | | | | reported by Joseph N. Hall. The bug was that even with use64bitint one had to use the prefixes q, L, or ll with printf/sprintf, contrary to the documentation and common sense. p4raw-id: //depot/cfgperl@5905
| * Integrate with Sarathy.Jarkko Hietaniemi2000-03-222-0/+0
| |\ | | | | | | p4raw-id: //depot/cfgperl@5883
| * \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-211-1/+1
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@5857
| * | | detypoJarkko Hietaniemi2000-03-201-1/+1
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@5845
| * | | Fix the socklen default type (from Laszlo Molnar;Jarkko Hietaniemi2000-03-191-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | though I prefer signed, not unsigned); move the cross-compialtion wish item to Todo; drop excess permissions in taint.t. p4raw-id: //depot/cfgperl@5834
| * | | Integrate with Sarathy.Jarkko Hietaniemi2000-03-192-4/+16
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@5833
* | | | | fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)Gurusamy Sarathy2000-04-241-1/+18
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@5931
* | | | | arrange for next() to resume at the unstack op rather than theGurusamy Sarathy2000-04-241-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | loop conditional, so that scope cleanup happens correctly (from Stephen McCamant) p4raw-id: //depot/perl@5927
* | | | | Larry's fix for buggy propagation of utf8-ness in join(); add testGurusamy Sarathy2000-04-241-1/+6
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@5920
* | | | | fix totally broken caching in UNIVERSAL::isa() (fromGurusamy Sarathy2000-04-241-2/+38
| |_|_|/ |/| | | | | | | | | | | | | | | Nick Ing-Simmons) p4raw-id: //depot/perl@5912
* | | | rename tests to more appropriate namesGurusamy Sarathy2000-03-222-0/+0
| |_|/ |/| | | | | p4raw-id: //depot/perl@5875
* | | integrate cfgperl and vmsperl contents into mainlineGurusamy Sarathy2000-03-211-4/+3
|\ \ \ | |_|/ |/| | p4raw-id: //depot/perl@5853
| * | Quick pre-release fixes: clean up results in File::Spec::VMS andCharles Bailey2000-03-171-1/+1
| | | | | | | | | | | | | | | switch dir test order in taint.t to accomodate DECCRTL extension. p4raw-id: //depot/vmsperl@5778
* | | taint.t shouldn't fail where IPC::SysV unavailableGurusamy Sarathy2000-03-191-4/+7
| | | | | | | | | p4raw-id: //depot/perl@5830
* | | integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-192-5/+78
|\ \ \ | | |/ | |/| p4raw-id: //depot/perl@5822
| * | Taint msgrcv() messages; general SysV IPC cleanup.Jarkko Hietaniemi2000-03-191-7/+47
| | | | | | | | | p4raw-id: //depot/cfgperl@5812
| * | Taint shmread().Jarkko Hietaniemi2000-03-191-1/+34
| | | | | | | | | p4raw-id: //depot/cfgperl@5811
| * | Taint also the passwd field of the getpw*().Jarkko Hietaniemi2000-03-191-1/+1
| | | | | | | | | p4raw-id: //depot/cfgperl@5810
| * | The #5805 requires a test change, too.Jarkko Hietaniemi2000-03-181-2/+2
| | | | | | | | | p4raw-id: //depot/cfgperl@5807
| * | Make the test easier to use.Jarkko Hietaniemi2000-03-171-1/+1
| | | | | | | | | p4raw-id: //depot/cfgperl@5771
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-03-151-1/+3
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@5753
| * \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-148-39/+60
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@5717
| * \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-132-9/+31
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5704
| * \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-131-0/+30
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | p4raw-id: //depot/cfgperl@5686
| * | | | | Integrate with Sarathy.Jarkko Hietaniemi2000-03-112-1/+32
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5662
| * \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-111-1/+5
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5656
* | | | | | | | fix sort optimizer to not hang inside loopsGurusamy Sarathy2000-03-191-0/+9
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | p4raw-id: //depot/perl@5815
* | | | | | | test case for change#5700 (from M. J. T. Guy)Gurusamy Sarathy2000-03-141-1/+3
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @5700 on //depot/perl: 386d01d60781c452398a2c213e241a4169059c2c p4raw-id: //depot/perl@5732
* | | | | | lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-138-39/+60
| |_|_|_|/ |/| | | | | | | | | p4raw-id: //depot/perl@5712
* | | | | final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-131-8/+0
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@5702
* | | | | the premature FREETMPS calls in change#1187 weren't defensive enoughGurusamy Sarathy2000-03-131-1/+31
| |_|_|/ |/| | | | | | | | | | | | | | | p4raw-link: @1187 on //depot/perl: a29cdaf07aa5601e42ae4955cc0f168e91a7c385 p4raw-id: //depot/perl@5699
* | | | another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEXGurusamy Sarathy2000-03-121-0/+30
| |_|/ |/| | | | | | | | | | | were being mistakenly subverted anyway p4raw-id: //depot/perl@5683
* | | another long-standing eval bug: return doesn't reset $@ correctlyGurusamy Sarathy2000-03-111-1/+25
| | | | | | | | | p4raw-id: //depot/perl@5660
* | | change#3511 was not defensive enough about try blocks, causingGurusamy Sarathy2000-03-111-0/+7
| |/ |/| | | | | | | | | | | bogus attempts to free closures, and thence, segfaults p4raw-link: @3511 on //depot/perl: 067f92a0e46641b4b3e89afcde43bf134105f7b7 p4raw-id: //depot/perl@5658
* | failed hunk in change#5644Gurusamy Sarathy2000-03-111-1/+1
| | | | | | | | | | p4raw-link: @5644 on //depot/perl: 96776eda41a10f1802094966189301751fcdd558 p4raw-id: //depot/perl@5645
* | fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)Gurusamy Sarathy2000-03-111-0/+4
| | | | | | p4raw-id: //depot/perl@5644