summaryrefslogtreecommitdiff
path: root/opcode.h
Commit message (Expand)AuthorAgeFilesLines
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-4/+12
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-1/+1
* OP_RCATLINE is an SVOP, not a BASEOP.Abhijit Menon-Sen2001-09-181-1/+1
* Regen headers.Jarkko Hietaniemi2001-09-131-5/+1
* Regen headersArtur Bergman2001-08-271-0/+14
* Retract #11166 (and #11237).Jarkko Hietaniemi2001-07-121-3/+3
* (Retracted by #11285.)Abhijit Menon-Sen2001-07-061-3/+3
* Re: [ID 20010621.007] readline() not quite as equal as <>Abhijit Menon-Sen2001-06-251-1/+1
* Integrate change #10412 from maintperl; locale is nowJarkko Hietaniemi2001-06-031-10/+10
* Infrastructure to allow:Nick Ing-Simmons2001-01-201-2/+2
* Consolidated lvalue sub changesStephen McCamant2001-01-121-2/+2
* Regen headers.Jarkko Hietaniemi2000-10-031-1/+1
* Make the "uninit variable" warning to say "concat or string"Jarkko Hietaniemi2000-07-251-2/+2
* support for C<use vmsish 'hushed'>; move VMSISH_EXIT out ofGurusamy Sarathy2000-03-191-1/+1
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-2/+2
* prototype changes for eventually supporting C<binmode(F, ":raw")>Gurusamy Sarathy2000-03-051-2/+2
* default mkdir() mode argument to 0777Gurusamy Sarathy2000-02-201-1/+1
* glob() takes one or no user arguments and a non-user-visible secondGurusamy Sarathy2000-02-201-1/+1
* disable optimization in change#3612 for join() and quotemeta()--thisGurusamy Sarathy2000-01-021-2/+2
* make uninitialized value warnings report opcodeGurusamy Sarathy1999-12-041-2/+2
* usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-3/+3
* more GCC v2.95 induced adjustmentsGurusamy Sarathy1999-10-271-702/+702
* disable optimizing troublesome ops in change#3612Gurusamy Sarathy1999-10-201-9/+9
* add suggested patch =~ s/NOTOP/OP_NOT/ with testsLarry Wall1999-10-081-1/+1
* more op description tweaksGurusamy Sarathy1999-09-181-4/+4
* tweak some op names in change#4177 (will any of this break code thatGurusamy Sarathy1999-09-181-20/+20
* More descriptive names for operators.Michael G. Schwern1999-09-171-64/+64
* optional warning on join(/foo/...) (reworked suggested patchGurusamy Sarathy1999-09-061-1/+1
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-0/+5
* don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC isGurusamy Sarathy1999-08-021-356/+0
* Two one-liner LOGOP tweaksStephen McCamant1999-08-011-1/+1
* applied suggested patch; added missing prototype changes toIlya Zakharevich1999-07-271-1/+1
* optimize method name lookupChip Salzenberg1999-07-261-2/+8
* patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;Gurusamy Sarathy1999-07-261-1/+1
* applied suggested patch for tracking line numbers correctly inHugo van der Sanden1999-07-231-1/+7
* avoid useless use of target for pp_each(); also fixes bugs due toGurusamy Sarathy1999-07-231-1/+1
* Eliminate CONDOPsStephen McCamant1999-07-071-230/+230
* add do-not-edit caveats for files generated by opcode.plGurusamy Sarathy1999-07-071-0/+5
* Optimize away OP_SASSIGNIlya Zakharevich1999-07-061-319/+319
* s/scalar ref constructor/single ref constructor/ (suggestedGurusamy Sarathy1999-07-051-1/+1
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-13/+0
* EXTERN_C declarations for global arrays in variousGurusamy Sarathy1999-06-121-0/+9
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-5/+5
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-702/+702
* remove _() non-ansismGurusamy Sarathy1999-06-021-4/+4
* PATCH (5.005_57): defined(@a) now deprecatedMark-Jason Dominus1999-05-281-1/+1
* better description of OP_UNSTACK (s/unstack/iteration finalizer/)Gurusamy Sarathy1999-03-251-1/+1
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-394/+16
* applied suggested patch with small doc tweakGisle Aas1998-10-171-1/+1
* fix bogus integerization of pop()'s return valueGurusamy Sarathy1998-09-231-1/+1