| Commit message (Expand) | Author | Age | Files | Lines |
* | usurp GVOP slot for new PADOP (one small step to making optree | Gurusamy Sarathy | 1999-10-29 | 1 | -4/+4 |
* | more GCC v2.95 induced adjustments | Gurusamy Sarathy | 1999-10-27 | 1 | -2/+2 |
* | disable optimizing troublesome ops in change#3612 | Gurusamy Sarathy | 1999-10-20 | 1 | -9/+25 |
* | Re: _58, _61 Argument "" is not numeric in sprintf | Ilya Zakharevich | 1999-09-30 | 1 | -1/+3 |
* | more op description tweaks | Gurusamy Sarathy | 1999-09-18 | 1 | -4/+4 |
* | tweak some op names in change#4177 (will any of this break code that | Gurusamy Sarathy | 1999-09-18 | 1 | -42/+42 |
* | More descriptive names for operators. | Michael G. Schwern | 1999-09-17 | 1 | -83/+88 |
* | optional warning on join(/foo/...) (reworked suggested patch | Gurusamy Sarathy | 1999-09-06 | 1 | -1/+1 |
* | initial implementation of lvalue subroutines (slightly fixed | Gurusamy Sarathy | 1999-09-05 | 1 | -0/+1 |
* | fix broken -DDEBUGGING_OPS (from Spider Boardman | Gurusamy Sarathy | 1999-08-02 | 1 | -6/+17 |
* | Two one-liner LOGOP tweaks | Stephen McCamant | 1999-08-01 | 1 | -1/+1 |
* | applied suggested patch; added missing prototype changes to | Ilya Zakharevich | 1999-07-27 | 1 | -1/+1 |
* | optimize method name lookup | Chip Salzenberg | 1999-07-26 | 1 | -1/+2 |
* | patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia; | Gurusamy Sarathy | 1999-07-26 | 1 | -1/+1 |
* | applied suggested patch for tracking line numbers correctly in | Hugo van der Sanden | 1999-07-23 | 1 | -0/+6 |
* | avoid useless use of target for pp_each(); also fixes bugs due to | Gurusamy Sarathy | 1999-07-23 | 1 | -1/+1 |
* | Eliminate CONDOPs | Stephen McCamant | 1999-07-07 | 1 | -13/+12 |
* | add do-not-edit caveats for files generated by opcode.pl | Gurusamy Sarathy | 1999-07-07 | 1 | -0/+23 |
* | Optimize away OP_SASSIGN | Ilya Zakharevich | 1999-07-06 | 1 | -78/+118 |
* | s/scalar ref constructor/single ref constructor/ (suggested | Gurusamy Sarathy | 1999-07-05 | 1 | -1/+1 |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 1 | -13/+0 |
* | EXTERN_C declarations for global arrays in various | Gurusamy Sarathy | 1999-06-12 | 1 | -0/+9 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -7/+7 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -12/+12 |
* | clean up some stray "global" symbols | Gurusamy Sarathy | 1999-06-04 | 1 | -0/+1 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -7/+7 |
* | PATCH (5.005_57): defined(@a) now deprecated | Mark-Jason Dominus | 1999-05-28 | 1 | -1/+1 |
* | Compiler needs to know about utf8 SVOP tr///s | Stephen McCamant | 1999-03-25 | 1 | -1/+1 |
* | better description of OP_UNSTACK (s/unstack/iteration finalizer/) | Gurusamy Sarathy | 1999-03-25 | 1 | -1/+1 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -24/+39 |
* | applied suggested patch with small doc tweak | Gisle Aas | 1998-10-17 | 1 | -1/+1 |
* | fix bogus integerization of pop()'s return value | Gurusamy Sarathy | 1998-09-23 | 1 | -1/+1 |
* | temporary opcode.pl workaround for ebcdic (suggested by | Gurusamy Sarathy | 1998-08-07 | 1 | -1/+1 |
* | applied patch, regen headers | Stephen McCamant | 1998-07-15 | 1 | -1/+1 |
* | added patch, tweaked PERL_OBJECT things | Graham Barr | 1998-07-13 | 1 | -0/+1 |
* | apply patch for smarter AASSIGN_COMMON detection; regen headers | Stephen McCamant | 1998-07-12 | 1 | -1/+1 |
* | add patch, along with all the missing bits, and doc tweaks | Ilya Zakharevich | 1998-07-11 | 1 | -0/+2 |
* | get it building again on win32 | Gurusamy Sarathy | 1998-07-09 | 1 | -0/+1 |
* | added patch to generate PPDEF(pp_foo) | Ilya Zakharevich | 1998-07-08 | 1 | -0/+9 |
* | undo ck_sysread() changes#1319,1337 in preparation for a much | Gurusamy Sarathy | 1998-07-06 | 1 | -3/+3 |
* | add ck_sysread() for better sysread/read/recv sanity | Gurusamy Sarathy | 1998-07-05 | 1 | -3/+3 |
* | applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h | Stephen McCamant | 1998-06-28 | 1 | -6/+12 |
* | [win32] merge change#897 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 1 | -1/+1 |
* | Initial integration of ansi branch into mainline (untested). | Malcolm Beattie | 1997-11-11 | 1 | -2/+6 |
|\ |
|
| * | Reverse integrate Malcolm's chanes into local | Nick Ing-Simmons | 1997-11-07 | 1 | -5/+7 |
| * | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris) | Nick Ing-Simmons | 1997-11-05 | 1 | -1/+3 |
* | | Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when | Malcolm Beattie | 1997-11-11 | 1 | -1/+1 |
|/ |
|
* | Half way through moving per-thread magicals into per-thread fields | Malcolm Beattie | 1997-10-31 | 1 | -3/+1 |
* | Move compiler OP class information into opcode.pl. | Malcolm Beattie | 1997-10-29 | 1 | -352/+377 |
* | Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref | Malcolm Beattie | 1997-10-23 | 1 | -1/+1 |