Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Win32 patches for cfgperl from Sarathy. | Jarkko Hietaniemi | 2000-07-04 | 1 | -2/+2 |
| | | | p4raw-id: //depot/cfgperl@6307 | ||||
* | xsub attributes | Doug MacEachern | 2000-06-29 | 1 | -0/+31 |
| | | | | | Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@6273 | ||||
* | Re: [PATCH] Re: Speeding up method lookups | Doug MacEachern | 2000-06-29 | 1 | -1/+84 |
| | | | | | Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@6267 | ||||
* | Re: [PATCH] "Constant subroutine redefined" mandatory warning | Doug MacEachern | 2000-06-28 | 1 | -7/+6 |
| | | | | | | Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net> (one part of the patch had been applied earlier) p4raw-id: //depot/cfgperl@6257 | ||||
* | "Constant subroutine redefined" mandatory warning | Doug MacEachern | 2000-06-23 | 1 | -1/+1 |
| | | | | | Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@6228 | ||||
* | [PATCH] remove forward declarations in Socket.pm | Doug MacEachern | 2000-06-23 | 1 | -2/+8 |
| | | | | | | | | | | | Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT) Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net> From: Doug MacEachern <dougm@covalent.net> Subject: Re: [PATCH] remove forward declarations in Socket.pm Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT) Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@6226 | ||||
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-06-03 | 1 | -6/+8 |
|\ | | | | | p4raw-id: //depot/cfgperl@6196 | ||||
| * | fix yet another eval"" leak under USE_ITHREADS | Gurusamy Sarathy | 2000-06-02 | 1 | -0/+1 |
| | | | | | | p4raw-id: //depot/perl@6195 | ||||
| * | fix small eval"" memory leaks under USE_ITHREADS | Gurusamy Sarathy | 2000-06-02 | 1 | -6/+7 |
| | | | | | | p4raw-id: //depot/perl@6194 | ||||
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-31 | 1 | -1/+2 |
|\ \ | |/ | | | p4raw-id: //depot/cfgperl@6175 | ||||
| * | scalar() doesn't force scalar context when used in void context | Gurusamy Sarathy | 2000-05-31 | 1 | -1/+2 |
| | | | | | | | | | | (from Simon Cozens) p4raw-id: //depot/perl@6171 | ||||
* | | microperl changes from Simon Cozens; Makefile for microperl | Jarkko Hietaniemi | 2000-05-31 | 1 | -3/+4 |
|/ | | | | | | written from scratch; few casts added as microperl compilation doesn't have all prototypes available. p4raw-id: //depot/cfgperl@6174 | ||||
* | fix memory leak in C<eval "BEGIN {}"> (bug in change#4579) | Gurusamy Sarathy | 2000-05-30 | 1 | -16/+16 |
| | | | | | p4raw-link: @4579 on //depot/perl: ed094fafab5cc8979a919ec8755493543b6bddf5 p4raw-id: //depot/perl@6163 | ||||
* | fix memory leak in method call optimization (change#3768); | Gurusamy Sarathy | 2000-05-30 | 1 | -0/+1 |
| | | | | | | | made C<eval "$x->foo()"> leak p4raw-link: @3768 on //depot/perl: f5d5a27c761624409884a263632e1a922439502b p4raw-id: //depot/perl@6162 | ||||
* | fix bogus redeclaration warning for "our" variables in different | Gurusamy Sarathy | 2000-05-28 | 1 | -0/+1 |
| | | | | | scopes p4raw-id: //depot/perl@6137 | ||||
* | glob() loading File::Glob behind the scenes may cause syntax errors | Gurusamy Sarathy | 2000-04-28 | 1 | -2/+9 |
| | | | p4raw-id: //depot/perl@6014 | ||||
* | under useithreads, constant pad entries could inadvertently be | Gurusamy Sarathy | 2000-04-28 | 1 | -3/+12 |
| | | | | | | shared across threads (from Eric Blood <eblood@xmission.com>); added Eric's test case to testsuite p4raw-id: //depot/perl@5979 | ||||
* | avoid "will not stay shared" warnings for our variables (from | Gurusamy Sarathy | 2000-04-27 | 1 | -1/+4 |
| | | | | | Robin Barker) p4raw-id: //depot/perl@5965 | ||||
* | patch from Larry to make (\&) prototype work; added tests for | Gurusamy Sarathy | 2000-04-27 | 1 | -3/+5 |
| | | | | | the same p4raw-id: //depot/perl@5963 | ||||
* | longstanding bug exposed by change#3307: sort arguments weren't | Gurusamy Sarathy | 2000-04-27 | 1 | -6/+16 |
| | | | | | | | | | 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 | ||||
* | arrange for next() to resume at the unstack op rather than the | Gurusamy Sarathy | 2000-04-24 | 1 | -3/+4 |
| | | | | | | loop conditional, so that scope cleanup happens correctly (from Stephen McCamant) p4raw-id: //depot/perl@5927 | ||||
* | make parenthetic warnings look consistent; make diagnostic on | Gurusamy Sarathy | 2000-03-21 | 1 | -4/+4 |
| | | | | | "use 5.6" et al mention the alternate form; pod fixups p4raw-id: //depot/perl@5851 | ||||
* | autovivify open($fh[0],...) properly | Gurusamy Sarathy | 2000-03-20 | 1 | -0/+7 |
| | | | p4raw-id: //depot/perl@5836 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-19 | 1 | -1/+2 |
|\ | | | | | p4raw-id: //depot/perl@5822 | ||||
| * | Use the newSVuv(). | Jarkko Hietaniemi | 2000-03-18 | 1 | -1/+2 |
| | | | | | | p4raw-id: //depot/cfgperl@5804 | ||||
* | | support for C<use vmsish 'hushed'>; move VMSISH_EXIT out of | Gurusamy Sarathy | 2000-03-19 | 1 | -0/+14 |
| | | | | | | | | | | op_private (from Charles Lane <lane@DUPHY4.Physics.Drexel.Edu>) p4raw-id: //depot/perl@5816 | ||||
* | | fix sort optimizer to not hang inside loops | Gurusamy Sarathy | 2000-03-19 | 1 | -0/+6 |
| | | | | | | p4raw-id: //depot/perl@5815 | ||||
* | | warn about CHECK and INIT blocks encountered at run time | Gurusamy Sarathy | 2000-03-19 | 1 | -0/+8 |
|/ | | | p4raw-id: //depot/perl@5813 | ||||
* | propagate CvFLAGS() into clones | Gurusamy Sarathy | 2000-03-17 | 1 | -2/+1 |
| | | | p4raw-id: //depot/perl@5780 | ||||
* | cleaner logic in op.c, also avoids QNX optimizer bug (from Norton | Gurusamy Sarathy | 2000-03-13 | 1 | -3/+2 |
| | | | | | Allen <allen@huarp.harvard.edu>) p4raw-id: //depot/perl@5710 | ||||
* | another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEX | Gurusamy Sarathy | 2000-03-12 | 1 | -7/+4 |
| | | | | | were being mistakenly subverted anyway p4raw-id: //depot/perl@5683 | ||||
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -0/+30 |
| | | | | | semantics; the pragma sets defaults for both open() and qx// p4raw-id: //depot/perl@5628 | ||||
* | demand-load utf8.pm in swash routines | Gurusamy Sarathy | 2000-03-09 | 1 | -1/+7 |
| | | | p4raw-id: //depot/perl@5622 | ||||
* | do FILE should not see outside lexicals (from Rick Delaney | Gurusamy Sarathy | 2000-03-08 | 1 | -1/+2 |
| | | | | | <rick@consumercontact.com>) p4raw-id: //depot/perl@5620 | ||||
* | abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module() | Gurusamy Sarathy | 2000-03-08 | 1 | -17/+66 |
| | | | | | API function p4raw-id: //depot/perl@5619 | ||||
* | add missing locks for op refcounts | Gurusamy Sarathy | 2000-03-08 | 1 | -13/+0 |
| | | | p4raw-id: //depot/perl@5610 | ||||
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -27/+27 |
| | | | p4raw-id: //depot/perl@5540 | ||||
* | support for list assignment to pseudohashes (from John Tobey | Gurusamy Sarathy | 2000-03-03 | 1 | -5/+14 |
| | | | | | <jtobey@john-edwin-tobey.org>) p4raw-id: //depot/perl@5492 | ||||
* | avoid useless comparison | Gurusamy Sarathy | 2000-03-02 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@5436 | ||||
* | avoid compiler warnings (from Dan Sugalski) | Gurusamy Sarathy | 2000-02-27 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@5284 | ||||
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-25 | 1 | -1/+5 |
|\ | | | | | p4raw-id: //depot/cfgperl@5257 | ||||
| * | change#4849 wasn't restoring savestack correctly; make loops that have | Gurusamy Sarathy | 2000-02-25 | 1 | -1/+5 |
| | | | | | | | | | | | | | | continue blocks recognizable at run time p4raw-link: @4849 on //depot/perl: 872465582bf743a066e1240f2c3e941735674827 p4raw-id: //depot/perl@5255 | ||||
* | | More UTF8_MAXLEN fixes | Gisle Aas | 2000-02-24 | 1 | -1/+1 |
|/ | | | | | | To: perl5-porters@perl.org Message-ID: <m3ema2tc8q.fsf@eik.g.aas.no> p4raw-id: //depot/cfgperl@5247 | ||||
* | remove dual-valueness of v-strings (i.e., they are pure strings | Gurusamy Sarathy | 2000-02-21 | 1 | -3/+3 |
| | | | | | | | | now); avoid the word "tuple" to describe strings represented as character ordinals; usurp $PERL_VERSION for $^V as suggested by Larry, deprecate $] ; adjust the documentation and testsuite accordingly p4raw-id: //depot/perl@5186 | ||||
* | lexical warnings update, ability to inspect bitmask in calling | Gurusamy Sarathy | 2000-02-20 | 1 | -24/+20 |
| | | | | | scope, among other things (from Paul Marquess) p4raw-id: //depot/perl@5170 | ||||
* | glob() takes one or no user arguments and a non-user-visible second | Gurusamy Sarathy | 2000-02-20 | 1 | -1/+2 |
| | | | | | hidden argument, fix its prototype-checking accordingly p4raw-id: //depot/perl@5163 | ||||
* | more B fixups to cope with empty GVs (these can only happen in pads) | Gurusamy Sarathy | 2000-02-19 | 1 | -4/+5 |
| | | | p4raw-id: //depot/perl@5150 | ||||
* | s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131 | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+2 |
| | | | | | p4raw-link: @5131 on //depot/perl: 34d09196f6a006314d7ea49a091a30ce5ee08bff p4raw-id: //depot/perl@5135 | ||||
* | rename "Probable precendence problem" diagnostic to "Bareword found | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+1 |
| | | | | | | in conditional" to better reflect the class of error (as suggested by Larry) p4raw-id: //depot/perl@5131 | ||||
* | fix change#5104 under useithreads | Gurusamy Sarathy | 2000-02-15 | 1 | -6/+19 |
| | | | | | p4raw-link: @5104 on //depot/perl: 345599ca7248bba771c8a9cadc2422a744a61ff2 p4raw-id: //depot/perl@5112 |