| Commit message (Expand) | Author | Age | Files | Lines |
* | add patch for printf-style format typechecks (from Robin Barker | Gurusamy Sarathy | 2000-01-22 | 1 | -8/+8 |
* | nailed "our" declarations, and better warnings on duplicate | Gurusamy Sarathy | 2000-01-14 | 1 | -0/+2 |
* | avoid spurious "Useless use of variable" warning on C<our $foo;> | Gurusamy Sarathy | 2000-01-14 | 1 | -0/+2 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -0/+2 |
* | sundry cleanups for cloned interpreters (only known failure mode | Gurusamy Sarathy | 1999-11-14 | 1 | -1/+5 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-13 | 1 | -2/+7 |
|\ |
|
| * | cloned interpreters now actually run and pass all but 55/10386 | Gurusamy Sarathy | 1999-11-13 | 1 | -2/+7 |
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-11 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | another change towards a shareable optree: avoid pointer to filegv | Gurusamy Sarathy | 1999-11-11 | 1 | -2/+3 |
| * | preliminary support for GVOP indirection via pad | Gurusamy Sarathy | 1999-11-08 | 1 | -2/+2 |
* | | ...and fewer. | Jarkko Hietaniemi | 1999-11-06 | 1 | -2/+4 |
* | | More printf miscasts flushed out. | Jarkko Hietaniemi | 1999-11-06 | 1 | -1/+1 |
|/ |
|
* | more cleanup: avoid unused knowledge of "file GV" notion in CV and GV | Gurusamy Sarathy | 1999-10-29 | 1 | -2/+1 |
* | usurp GVOP slot for new PADOP (one small step to making optree | Gurusamy Sarathy | 1999-10-29 | 1 | -2/+11 |
* | Integrate with Sarathy; manual resolve on regcomp.c conflicts | Jarkko Hietaniemi | 1999-10-27 | 1 | -1/+1 |
|\ |
|
| * | remove unused interpreter globals | Gurusamy Sarathy | 1999-10-24 | 1 | -1/+1 |
* | | More printf-fixes (see also #4426). | Jarkko Hietaniemi | 1999-10-23 | 1 | -7/+8 |
|/ |
|
* | fix typos in change#4288 | Gurusamy Sarathy | 1999-10-06 | 1 | -2/+2 |
* | Untangle the IV_IS_QUAD jungle by introduding | Jarkko Hietaniemi | 1999-10-02 | 1 | -238/+68 |
* | Replace change #4100 with | Robin Barker | 1999-09-13 | 1 | -23/+23 |
* | Fix pointer casts. | Robin Barker | 1999-09-07 | 1 | -23/+23 |
* | initial implementation of lvalue subroutines (slightly fixed | Gurusamy Sarathy | 1999-09-05 | 1 | -0/+3 |
* | Speeding up XSUB calls up to 66% | Ilya Zakharevich | 1999-08-29 | 1 | -1/+4 |
* | Batch of small 64-bit/long double/large file support tweaks: | Jarkko Hietaniemi | 1999-08-16 | 1 | -5/+1 |
* | Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that | Jarkko Hietaniemi | 1999-08-02 | 1 | -1/+2 |
* | 64-bit work. Now 32-bit platforms get a 100% make test | Jarkko Hietaniemi | 1999-08-01 | 1 | -5/+181 |
* | optimize method name lookup | Chip Salzenberg | 1999-07-26 | 1 | -0/+1 |
* | fix bug in change#3728 that might free COPs prematurely; | Gurusamy Sarathy | 1999-07-25 | 1 | -1/+1 |
* | applied suggested patch for tracking line numbers correctly in | Hugo van der Sanden | 1999-07-23 | 1 | -1/+2 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -4/+9 |
* | Eliminate CONDOPs | Stephen McCamant | 1999-07-07 | 1 | -11/+1 |
* | applied slightly tweaked version of suggested patch for | Ilya Zakharevich | 1999-07-06 | 1 | -0/+1 |
* | slightly tweaked version of suggested patch | Dan Sugalski | 1999-07-06 | 1 | -1/+1 |
* | Fixed two long-standing locale bugs. | Jarkko Hietaniemi | 1999-06-17 | 1 | -2/+4 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -133/+133 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -20/+21 |
* | redo change#2061 and parts of change#1169 with code in the | Gurusamy Sarathy | 1999-05-24 | 1 | -0/+2 |
* | "weak" references internals, still needs perlguts documentation | Gurusamy Sarathy | 1999-05-10 | 1 | -1/+5 |
* | Self-consistent numeric conversion again | Ilya Zakharevich | 1999-05-10 | 1 | -4/+17 |
* | do_sv_dump does dump (core) on IO handles | Albert Dvornik | 1999-05-10 | 1 | -4/+10 |
* | correct places that said newSVpv() when they meant newSVpvn() | Gurusamy Sarathy | 1999-04-04 | 1 | -5/+5 |
* | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | remove OVERLOAD conditionals | Jan Dubois | 1999-02-12 | 1 | -4/+0 |
* | fix bugs in do_sv_dump() from Devel::Peek integration | Jan Dubois | 1999-01-18 | 1 | -2/+2 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -4/+6 |
* | add ext/Devel/Peek | Jan Dubois | 1998-11-27 | 1 | -139/+839 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -2/+2 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -13/+13 |
* | added patch, tweaked PERL_OBJECT things | Graham Barr | 1998-07-13 | 1 | -0/+1 |
* | ignore stash entries that are not GVs in dump.c | Gurusamy Sarathy | 1998-07-04 | 1 | -0/+2 |