Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix for missed accounting for null byte in pack("Z",...) (from | Gurusamy Sarathy | 2000-04-28 | 1 | -2/+3 |
| | | | | | M.J.T. Guy) p4raw-id: //depot/perl@5994 | ||||
* | qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes | Gurusamy Sarathy | 2000-04-28 | 1 | -2/+2 |
| | | | | | itself and no other (from Tom Hughes) p4raw-id: //depot/perl@5989 | ||||
* | under useithreads, constant pad entries could inadvertently be | Gurusamy Sarathy | 2000-04-28 | 1 | -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 by | Gurusamy Sarathy | 2000-04-27 | 1 | -1/+19 |
| | | | | | Hugo van der Sanden) p4raw-id: //depot/perl@5975 | ||||
* | fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-04-27 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@5973 | ||||
* | tolerate spaces in group names in test on solaris (from David Boyce | Gurusamy Sarathy | 2000-04-27 | 1 | -1/+2 |
| | | | | | <dsb@boyski.com>) p4raw-id: //depot/perl@5968 | ||||
* | better diagnostics on failed tests (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-04-27 | 1 | -3/+5 |
| | | | p4raw-id: //depot/perl@5956 | ||||
* | longstanding bug exposed by change#3307: sort arguments weren't | Gurusamy Sarathy | 2000-04-27 | 1 | -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 mainline | Gurusamy Sarathy | 2000-04-26 | 3 | -6/+19 |
|\ | | | | | p4raw-id: //depot/perl@5954 | ||||
| * | Undo "use integer" addition from 64bitint as it seems | Jarkko Hietaniemi | 2000-04-26 | 1 | -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 Lutz | 2000-04-24 | 1 | -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 Hietaniemi | 2000-04-24 | 4 | -4/+68 |
| | | | | | | p4raw-id: //depot/cfgperl@5937 | ||||
| * | Do not assume sign propagation. | M. J. T. Guy | 2000-04-24 | 2 | -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 Hietaniemi | 2000-03-31 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@5906 | ||||
| * | Fix for "[ID 20000329.080] quad printing does not work as documented", | Jarkko Hietaniemi | 2000-03-31 | 1 | -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 Hietaniemi | 2000-03-22 | 2 | -0/+0 |
| |\ | | | | | | | p4raw-id: //depot/cfgperl@5883 | ||||
| * \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-21 | 1 | -1/+1 |
| |\ \ | | | | | | | | | p4raw-id: //depot/cfgperl@5857 | ||||
| * | | | detypo | Jarkko Hietaniemi | 2000-03-20 | 1 | -1/+1 |
| | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5845 | ||||
| * | | | Fix the socklen default type (from Laszlo Molnar; | Jarkko Hietaniemi | 2000-03-19 | 1 | -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 Hietaniemi | 2000-03-19 | 2 | -4/+16 |
| |\ \ \ | | | | | | | | | | | p4raw-id: //depot/cfgperl@5833 | ||||
* | | | | | fix RE brokenness on refs/overloaded things (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+18 |
| | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5931 | ||||
* | | | | | arrange for next() to resume at the unstack op rather than the | Gurusamy Sarathy | 2000-04-24 | 1 | -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 test | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5920 | ||||
* | | | | | fix totally broken caching in UNIVERSAL::isa() (from | Gurusamy Sarathy | 2000-04-24 | 1 | -2/+38 |
| |_|_|/ |/| | | | | | | | | | | | | | | | Nick Ing-Simmons) p4raw-id: //depot/perl@5912 | ||||
* | | | | rename tests to more appropriate names | Gurusamy Sarathy | 2000-03-22 | 2 | -0/+0 |
| |_|/ |/| | | | | | p4raw-id: //depot/perl@5875 | ||||
* | | | integrate cfgperl and vmsperl contents into mainline | Gurusamy Sarathy | 2000-03-21 | 1 | -4/+3 |
|\ \ \ | |_|/ |/| | | p4raw-id: //depot/perl@5853 | ||||
| * | | Quick pre-release fixes: clean up results in File::Spec::VMS and | Charles Bailey | 2000-03-17 | 1 | -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 unavailable | Gurusamy Sarathy | 2000-03-19 | 1 | -4/+7 |
| | | | | | | | | | p4raw-id: //depot/perl@5830 | ||||
* | | | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-19 | 2 | -5/+78 |
|\ \ \ | | |/ | |/| | p4raw-id: //depot/perl@5822 | ||||
| * | | Taint msgrcv() messages; general SysV IPC cleanup. | Jarkko Hietaniemi | 2000-03-19 | 1 | -7/+47 |
| | | | | | | | | | p4raw-id: //depot/cfgperl@5812 | ||||
| * | | Taint shmread(). | Jarkko Hietaniemi | 2000-03-19 | 1 | -1/+34 |
| | | | | | | | | | p4raw-id: //depot/cfgperl@5811 | ||||
| * | | Taint also the passwd field of the getpw*(). | Jarkko Hietaniemi | 2000-03-19 | 1 | -1/+1 |
| | | | | | | | | | p4raw-id: //depot/cfgperl@5810 | ||||
| * | | The #5805 requires a test change, too. | Jarkko Hietaniemi | 2000-03-18 | 1 | -2/+2 |
| | | | | | | | | | p4raw-id: //depot/cfgperl@5807 | ||||
| * | | Make the test easier to use. | Jarkko Hietaniemi | 2000-03-17 | 1 | -1/+1 |
| | | | | | | | | | p4raw-id: //depot/cfgperl@5771 | ||||
| * | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-15 | 1 | -1/+3 |
| |\ \ | | | | | | | | | p4raw-id: //depot/cfgperl@5753 | ||||
| * \ \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-14 | 8 | -39/+60 |
| |\ \ \ | | | | | | | | | | | p4raw-id: //depot/cfgperl@5717 | ||||
| * \ \ \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-13 | 2 | -9/+31 |
| |\ \ \ \ | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5704 | ||||
| * \ \ \ \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-13 | 1 | -0/+30 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | p4raw-id: //depot/cfgperl@5686 | ||||
| * | | | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-11 | 2 | -1/+32 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5662 | ||||
| * \ \ \ \ \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-11 | 1 | -1/+5 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5656 | ||||
* | | | | | | | | fix sort optimizer to not hang inside loops | Gurusamy Sarathy | 2000-03-19 | 1 | -0/+9 |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | p4raw-id: //depot/perl@5815 | ||||
* | | | | | | | test case for change#5700 (from M. J. T. Guy) | Gurusamy Sarathy | 2000-03-14 | 1 | -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 Sarathy | 2000-03-13 | 8 | -39/+60 |
| |_|_|_|/ |/| | | | | | | | | | p4raw-id: //depot/perl@5712 | ||||
* | | | | | final touches for lexical warnings (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5702 | ||||
* | | | | | the premature FREETMPS calls in change#1187 weren't defensive enough | Gurusamy Sarathy | 2000-03-13 | 1 | -1/+31 |
| |_|_|/ |/| | | | | | | | | | | | | | | | p4raw-link: @1187 on //depot/perl: a29cdaf07aa5601e42ae4955cc0f168e91a7c385 p4raw-id: //depot/perl@5699 | ||||
* | | | | another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEX | Gurusamy Sarathy | 2000-03-12 | 1 | -0/+30 |
| |_|/ |/| | | | | | | | | | | | were being mistakenly subverted anyway p4raw-id: //depot/perl@5683 | ||||
* | | | another long-standing eval bug: return doesn't reset $@ correctly | Gurusamy Sarathy | 2000-03-11 | 1 | -1/+25 |
| | | | | | | | | | p4raw-id: //depot/perl@5660 | ||||
* | | | change#3511 was not defensive enough about try blocks, causing | Gurusamy Sarathy | 2000-03-11 | 1 | -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#5644 | Gurusamy Sarathy | 2000-03-11 | 1 | -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 Sarathy | 2000-03-11 | 1 | -0/+4 |
| | | | | | | p4raw-id: //depot/perl@5644 |