summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Collapse)AuthorAgeFilesLines
* Win32 patches for cfgperl from Sarathy.Jarkko Hietaniemi2000-07-041-2/+2
| | | p4raw-id: //depot/cfgperl@6307
* xsub attributesDoug MacEachern2000-06-291-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 MacEachern2000-06-291-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 warningDoug MacEachern2000-06-281-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 warningDoug MacEachern2000-06-231-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.pmDoug MacEachern2000-06-231-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 Hietaniemi2000-06-031-6/+8
|\ | | | | p4raw-id: //depot/cfgperl@6196
| * fix yet another eval"" leak under USE_ITHREADSGurusamy Sarathy2000-06-021-0/+1
| | | | | | p4raw-id: //depot/perl@6195
| * fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-6/+7
| | | | | | p4raw-id: //depot/perl@6194
* | Integrate with Sarathy.Jarkko Hietaniemi2000-05-311-1/+2
|\ \ | |/ | | p4raw-id: //depot/cfgperl@6175
| * scalar() doesn't force scalar context when used in void contextGurusamy Sarathy2000-05-311-1/+2
| | | | | | | | | | (from Simon Cozens) p4raw-id: //depot/perl@6171
* | microperl changes from Simon Cozens; Makefile for microperlJarkko Hietaniemi2000-05-311-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 Sarathy2000-05-301-16/+16
| | | | | p4raw-link: @4579 on //depot/perl: ed094fafab5cc8979a919ec8755493543b6bddf5 p4raw-id: //depot/perl@6163
* fix memory leak in method call optimization (change#3768);Gurusamy Sarathy2000-05-301-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 differentGurusamy Sarathy2000-05-281-0/+1
| | | | | scopes p4raw-id: //depot/perl@6137
* glob() loading File::Glob behind the scenes may cause syntax errorsGurusamy Sarathy2000-04-281-2/+9
| | | p4raw-id: //depot/perl@6014
* under useithreads, constant pad entries could inadvertently beGurusamy Sarathy2000-04-281-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 (fromGurusamy Sarathy2000-04-271-1/+4
| | | | | Robin Barker) p4raw-id: //depot/perl@5965
* patch from Larry to make (\&) prototype work; added tests forGurusamy Sarathy2000-04-271-3/+5
| | | | | the same p4raw-id: //depot/perl@5963
* longstanding bug exposed by change#3307: sort arguments weren'tGurusamy Sarathy2000-04-271-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 theGurusamy Sarathy2000-04-241-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 onGurusamy Sarathy2000-03-211-4/+4
| | | | | "use 5.6" et al mention the alternate form; pod fixups p4raw-id: //depot/perl@5851
* autovivify open($fh[0],...) properlyGurusamy Sarathy2000-03-201-0/+7
| | | p4raw-id: //depot/perl@5836
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-191-1/+2
|\ | | | | p4raw-id: //depot/perl@5822
| * Use the newSVuv().Jarkko Hietaniemi2000-03-181-1/+2
| | | | | | p4raw-id: //depot/cfgperl@5804
* | support for C<use vmsish 'hushed'>; move VMSISH_EXIT out ofGurusamy Sarathy2000-03-191-0/+14
| | | | | | | | | | op_private (from Charles Lane <lane@DUPHY4.Physics.Drexel.Edu>) p4raw-id: //depot/perl@5816
* | fix sort optimizer to not hang inside loopsGurusamy Sarathy2000-03-191-0/+6
| | | | | | p4raw-id: //depot/perl@5815
* | warn about CHECK and INIT blocks encountered at run timeGurusamy Sarathy2000-03-191-0/+8
|/ | | p4raw-id: //depot/perl@5813
* propagate CvFLAGS() into clonesGurusamy Sarathy2000-03-171-2/+1
| | | p4raw-id: //depot/perl@5780
* cleaner logic in op.c, also avoids QNX optimizer bug (from NortonGurusamy Sarathy2000-03-131-3/+2
| | | | | Allen <allen@huarp.harvard.edu>) p4raw-id: //depot/perl@5710
* another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEXGurusamy Sarathy2000-03-121-7/+4
| | | | | were being mistakenly subverted anyway p4raw-id: //depot/perl@5683
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-0/+30
| | | | | semantics; the pragma sets defaults for both open() and qx// p4raw-id: //depot/perl@5628
* demand-load utf8.pm in swash routinesGurusamy Sarathy2000-03-091-1/+7
| | | p4raw-id: //depot/perl@5622
* do FILE should not see outside lexicals (from Rick DelaneyGurusamy Sarathy2000-03-081-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 Sarathy2000-03-081-17/+66
| | | | | API function p4raw-id: //depot/perl@5619
* add missing locks for op refcountsGurusamy Sarathy2000-03-081-13/+0
| | | p4raw-id: //depot/perl@5610
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-27/+27
| | | p4raw-id: //depot/perl@5540
* support for list assignment to pseudohashes (from John TobeyGurusamy Sarathy2000-03-031-5/+14
| | | | | <jtobey@john-edwin-tobey.org>) p4raw-id: //depot/perl@5492
* avoid useless comparisonGurusamy Sarathy2000-03-021-1/+1
| | | p4raw-id: //depot/perl@5436
* avoid compiler warnings (from Dan Sugalski)Gurusamy Sarathy2000-02-271-1/+1
| | | p4raw-id: //depot/perl@5284
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-251-1/+5
|\ | | | | p4raw-id: //depot/cfgperl@5257
| * change#4849 wasn't restoring savestack correctly; make loops that haveGurusamy Sarathy2000-02-251-1/+5
| | | | | | | | | | | | | | continue blocks recognizable at run time p4raw-link: @4849 on //depot/perl: 872465582bf743a066e1240f2c3e941735674827 p4raw-id: //depot/perl@5255
* | More UTF8_MAXLEN fixesGisle Aas2000-02-241-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 stringsGurusamy Sarathy2000-02-211-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 callingGurusamy Sarathy2000-02-201-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 secondGurusamy Sarathy2000-02-201-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 Sarathy2000-02-191-4/+5
| | | p4raw-id: //depot/perl@5150
* s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131Gurusamy Sarathy2000-02-191-2/+2
| | | | | p4raw-link: @5131 on //depot/perl: 34d09196f6a006314d7ea49a091a30ce5ee08bff p4raw-id: //depot/perl@5135
* rename "Probable precendence problem" diagnostic to "Bareword foundGurusamy Sarathy2000-02-191-2/+1
| | | | | | in conditional" to better reflect the class of error (as suggested by Larry) p4raw-id: //depot/perl@5131
* fix change#5104 under useithreadsGurusamy Sarathy2000-02-151-6/+19
| | | | | p4raw-link: @5104 on //depot/perl: 345599ca7248bba771c8a9cadc2422a744a61ff2 p4raw-id: //depot/perl@5112