| Commit message (Expand) | Author | Age | Files | Lines |
* | applied suggested patch; added missing prototype changes to | Ilya Zakharevich | 1999-07-27 | 1 | -0/+4 |
* | optimize method name lookup | Chip Salzenberg | 1999-07-26 | 1 | -0/+12 |
* | allow arrow omission in $foo[10]->('foo') etc. (but not in | Stephen McCamant | 1999-07-26 | 1 | -4/+0 |
* | ensure implicitly closed handles don't set $? or $! | Gurusamy Sarathy | 1999-07-26 | 1 | -1/+1 |
* | fix bug in change#3728 that might free COPs prematurely; | Gurusamy Sarathy | 1999-07-25 | 1 | -0/+4 |
* | applied suggested patch for tracking line numbers correctly in | Hugo van der Sanden | 1999-07-23 | 1 | -0/+4 |
* | Segfaults if $^P | Ilya Zakharevich | 1999-07-17 | 1 | -4/+4 |
* | make system() return -1 and set $! if exec of child failed | Ilya Zakharevich | 1999-07-17 | 1 | -0/+4 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -26/+79 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -109/+0 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-07 | 1 | -0/+4 |
|\ |
|
| * | memleak in optimizer | Hugo van der Sanden | 1999-07-07 | 1 | -0/+8 |
| * | applied slightly tweaked version of suggested patch for | Ilya Zakharevich | 1999-07-06 | 1 | -0/+8 |
* | | POSIX [[:character class:]] support for standard, locale, | Jarkko Hietaniemi | 1999-07-06 | 1 | -0/+80 |
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-06 | 1 | -0/+8 |
|/ |
|
* | AIX threaded build, plus few more on the side. | Jarkko Hietaniemi | 1999-07-05 | 1 | -6/+0 |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 1 | -1280/+2532 |
* | Fixed two long-standing locale bugs. | Jarkko Hietaniemi | 1999-06-17 | 1 | -0/+12 |
* | win32 build fixes | Gurusamy Sarathy | 1999-06-10 | 1 | -24/+9 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -1581/+3376 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -959/+1021 |
* | clean up some stray "global" symbols | Gurusamy Sarathy | 1999-06-04 | 1 | -0/+2 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-06-02 | 1 | -4/+0 |
|\ |
|
| * | ByteLoader mark 2 | Tom Hughes | 1999-05-28 | 1 | -4/+0 |
* | | fix memory leak in C<eval 'return sub {...}'> | Gurusamy Sarathy | 1999-05-31 | 1 | -0/+1 |
|/ |
|
* | redo change#2061 and parts of change#1169 with code in the | Gurusamy Sarathy | 1999-05-24 | 1 | -0/+1 |
* | Still fflushing strong. | Jarkko Hietaniemi | 1999-05-13 | 1 | -0/+2 |
* | various fixes for clean build and test on win32; configpm broken, | Gurusamy Sarathy | 1999-05-11 | 1 | -8/+7 |
* | gutsupport for C++ exceptions | Chip Salzenberg | 1999-05-11 | 1 | -0/+2 |
* | "weak" references internals, still needs perlguts documentation | Gurusamy Sarathy | 1999-05-10 | 1 | -0/+6 |
* | Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no) | Ilya Zakharevich | 1999-05-10 | 1 | -0/+2 |
* | applied suggested patch, with win32 and PERL_OBJECT additions | Tom Hughes | 1999-05-10 | 1 | -0/+1 |
* | grow PL_tmps_stack more efficiently; make it more amenable to | Gurusamy Sarathy | 1999-04-03 | 1 | -1/+2 |
* | remove duplicate code and an extra branch in sv_setsv() and | Gurusamy Sarathy | 1999-04-03 | 1 | -1/+2 |
* | remove bogus symbols from global.sym | Gurusamy Sarathy | 1999-03-08 | 1 | -60/+5 |
* | provide SvPV_nolen(sv) to avoid use of PL_na | Jan Dubois | 1999-02-14 | 1 | -0/+4 |
* | fix ops that are not filehandle constructors to not create GV if it | Gurusamy Sarathy | 1999-02-12 | 1 | -0/+1 |
* | make safesysmalloc() etc., always available; safemalloc() et al are | Gurusamy Sarathy | 1999-02-08 | 1 | -8/+8 |
* | patch for change#2822, done right; add PERL_OBJECT stuff; regen headers | Ilya Zakharevich | 1999-02-07 | 1 | -0/+1 |
* | various tweaks for clean build and test on win32 | Gurusamy Sarathy | 1999-01-17 | 1 | -2/+0 |
* | regen headers | Gurusamy Sarathy | 1999-01-17 | 1 | -0/+10 |
* | regcolors | Ilya Zakharevich | 1998-11-28 | 1 | -0/+2 |
* | applied suggested patch with PERL_OBJECT tweaks | Ilya Zakharevich | 1998-11-28 | 1 | -0/+1 |
* | add ext/Devel/Peek | Jan Dubois | 1998-11-27 | 1 | -6/+26 |
* | phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration | Gurusamy Sarathy | 1998-11-22 | 1 | -1/+1 |
* | s/Perl_utf8skip/PL_utf8skip/g | Gurusamy Sarathy | 1998-11-17 | 1 | -1/+0 |
* | integrate changes#2120,2168,2218 from maint-5.005; | Gurusamy Sarathy | 1998-11-08 | 1 | -0/+2 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -160/+1186 |
* | properly restore PL_rsfp_filters after require | Gurusamy Sarathy | 1998-10-25 | 1 | -0/+1 |
* | make C<use> recognize C<require> overrides; allow C<do EXPR> to be | Gurusamy Sarathy | 1998-10-03 | 1 | -0/+1 |