summaryrefslogtreecommitdiff
path: root/opcode.pl
Commit message (Expand)AuthorAgeFilesLines
* more GCC v2.95 induced adjustmentsGurusamy Sarathy1999-10-271-2/+2
* disable optimizing troublesome ops in change#3612Gurusamy Sarathy1999-10-201-9/+25
* Re: _58, _61 Argument "" is not numeric in sprintfIlya Zakharevich1999-09-301-1/+3
* 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-42/+42
* More descriptive names for operators.Michael G. Schwern1999-09-171-83/+88
* optional warning on join(/foo/...) (reworked suggested patchGurusamy Sarathy1999-09-061-1/+1
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-0/+1
* fix broken -DDEBUGGING_OPS (from Spider BoardmanGurusamy Sarathy1999-08-021-6/+17
* 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-1/+2
* 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-0/+6
* avoid useless use of target for pp_each(); also fixes bugs due toGurusamy Sarathy1999-07-231-1/+1
* Eliminate CONDOPsStephen McCamant1999-07-071-13/+12
* add do-not-edit caveats for files generated by opcode.plGurusamy Sarathy1999-07-071-0/+23
* Optimize away OP_SASSIGNIlya Zakharevich1999-07-061-78/+118
* 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-7/+7
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-12/+12
* clean up some stray "global" symbolsGurusamy Sarathy1999-06-041-0/+1
* remove _() non-ansismGurusamy Sarathy1999-06-021-7/+7
* PATCH (5.005_57): defined(@a) now deprecatedMark-Jason Dominus1999-05-281-1/+1
* Compiler needs to know about utf8 SVOP tr///sStephen McCamant1999-03-251-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-24/+39
* 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
* temporary opcode.pl workaround for ebcdic (suggested byGurusamy Sarathy1998-08-071-1/+1
* applied patch, regen headersStephen McCamant1998-07-151-1/+1
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-0/+1
* 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-0/+2
* get it building again on win32Gurusamy Sarathy1998-07-091-0/+1
* added patch to generate PPDEF(pp_foo)Ilya Zakharevich1998-07-081-0/+9
* undo ck_sysread() changes#1319,1337 in preparation for a muchGurusamy Sarathy1998-07-061-3/+3
* add ck_sysread() for better sysread/read/recv sanityGurusamy Sarathy1998-07-051-3/+3
* applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.hStephen McCamant1998-06-281-6/+12
* [win32] merge change#897 from maintbranchGurusamy Sarathy1998-05-141-1/+1
* 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/+7
| * Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-1/+3
* | Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv whenMalcolm Beattie1997-11-111-1/+1
|/
* Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-311-3/+1
* Move compiler OP class information into opcode.pl.Malcolm Beattie1997-10-291-352/+377
* Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-refMalcolm Beattie1997-10-231-1/+1
* Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-081-1/+1
|\