summaryrefslogtreecommitdiff
path: root/opcode.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* applied patch, regen headersStephen McCamant1998-07-151-1/+1
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-316/+323
* apply patch for smarter AASSIGN_COMMON detection; regen headersStephen McCamant1998-07-121-1/+1
* add patch, along with all the missing bits, and doc tweaksIlya Zakharevich1998-07-111-318/+325
* undo ck_sysread() changes#1319,1337 in preparation for a muchGurusamy Sarathy1998-07-061-4/+3
* add ck_sysread() for better sysread/read/recv sanityGurusamy Sarathy1998-07-051-3/+4
* applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.hStephen McCamant1998-06-281-6/+6
* [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-1/+1
|\
| * [win32] merge change#905 from maintbranch, minor fixes to getGurusamy Sarathy1998-05-151-1/+1
* | [asperl] added AS patch#2Gurusamy Sarathy1998-01-301-5/+11
|/
* Initial integration of ansi branch into mainline (untested).Malcolm Beattie1997-11-111-2/+6
|\
| * Reverse integrate Malcolm's chanes into localNick Ing-Simmons1997-11-071-5/+10