summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Win32 patches for cfgperl from Sarathy.Jarkko Hietaniemi2000-07-041-2/+2
* xsub attributesDoug MacEachern2000-06-291-0/+31
* Re: [PATCH] Re: Speeding up method lookups Doug MacEachern2000-06-291-1/+84
* Re: [PATCH] "Constant subroutine redefined" mandatory warningDoug MacEachern2000-06-281-7/+6
* "Constant subroutine redefined" mandatory warningDoug MacEachern2000-06-231-1/+1
* [PATCH] remove forward declarations in Socket.pmDoug MacEachern2000-06-231-2/+8
* Integrate with Sarathy.Jarkko Hietaniemi2000-06-031-6/+8
|\
| * fix yet another eval"" leak under USE_ITHREADSGurusamy Sarathy2000-06-021-0/+1
| * fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-6/+7
* | Integrate with Sarathy.Jarkko Hietaniemi2000-05-311-1/+2
|\ \ | |/
| * scalar() doesn't force scalar context when used in void contextGurusamy Sarathy2000-05-311-1/+2
* | microperl changes from Simon Cozens; Makefile for microperlJarkko Hietaniemi2000-05-311-3/+4
|/
* fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)Gurusamy Sarathy2000-05-301-16/+16
* fix memory leak in method call optimization (change#3768);Gurusamy Sarathy2000-05-301-0/+1
* fix bogus redeclaration warning for "our" variables in differentGurusamy Sarathy2000-05-281-0/+1
* glob() loading File::Glob behind the scenes may cause syntax errorsGurusamy Sarathy2000-04-281-2/+9
* under useithreads, constant pad entries could inadvertently beGurusamy Sarathy2000-04-281-3/+12
* avoid "will not stay shared" warnings for our variables (fromGurusamy Sarathy2000-04-271-1/+4
* patch from Larry to make (\&) prototype work; added tests forGurusamy Sarathy2000-04-271-3/+5
* longstanding bug exposed by change#3307: sort arguments weren'tGurusamy Sarathy2000-04-271-6/+16
* arrange for next() to resume at the unstack op rather than theGurusamy Sarathy2000-04-241-3/+4
* make parenthetic warnings look consistent; make diagnostic onGurusamy Sarathy2000-03-211-4/+4
* autovivify open($fh[0],...) properlyGurusamy Sarathy2000-03-201-0/+7
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-191-1/+2
|\
| * Use the newSVuv().Jarkko Hietaniemi2000-03-181-1/+2
* | support for C<use vmsish 'hushed'>; move VMSISH_EXIT out ofGurusamy Sarathy2000-03-191-0/+14
* | fix sort optimizer to not hang inside loopsGurusamy Sarathy2000-03-191-0/+6
* | warn about CHECK and INIT blocks encountered at run timeGurusamy Sarathy2000-03-191-0/+8
|/
* propagate CvFLAGS() into clonesGurusamy Sarathy2000-03-171-2/+1
* cleaner logic in op.c, also avoids QNX optimizer bug (from NortonGurusamy Sarathy2000-03-131-3/+2
* another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEXGurusamy Sarathy2000-03-121-7/+4
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-0/+30
* demand-load utf8.pm in swash routinesGurusamy Sarathy2000-03-091-1/+7
* do FILE should not see outside lexicals (from Rick DelaneyGurusamy Sarathy2000-03-081-1/+2
* abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()Gurusamy Sarathy2000-03-081-17/+66
* add missing locks for op refcountsGurusamy Sarathy2000-03-081-13/+0
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-27/+27
* support for list assignment to pseudohashes (from John TobeyGurusamy Sarathy2000-03-031-5/+14
* avoid useless comparisonGurusamy Sarathy2000-03-021-1/+1
* avoid compiler warnings (from Dan Sugalski)Gurusamy Sarathy2000-02-271-1/+1
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-251-1/+5
|\
| * change#4849 wasn't restoring savestack correctly; make loops that haveGurusamy Sarathy2000-02-251-1/+5
* | More UTF8_MAXLEN fixesGisle Aas2000-02-241-1/+1
|/
* remove dual-valueness of v-strings (i.e., they are pure stringsGurusamy Sarathy2000-02-211-3/+3
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-24/+20
* glob() takes one or no user arguments and a non-user-visible secondGurusamy Sarathy2000-02-201-1/+2
* more B fixups to cope with empty GVs (these can only happen in pads)Gurusamy Sarathy2000-02-191-4/+5
* s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131Gurusamy Sarathy2000-02-191-2/+2
* rename "Probable precendence problem" diagnostic to "Bareword foundGurusamy Sarathy2000-02-191-2/+1
* fix change#5104 under useithreadsGurusamy Sarathy2000-02-151-6/+19