| Commit message (Expand) | Author | Age | Files | Lines |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 1 | -655/+673 |
* | Fixed two long-standing locale bugs. | Jarkko Hietaniemi | 1999-06-17 | 1 | -0/+4 |
* | various little tweaks; most globals are now in intrpvar.h, ninterps | Gurusamy Sarathy | 1999-06-11 | 1 | -1/+1 |
* | win32 build fixes | Gurusamy Sarathy | 1999-06-10 | 1 | -14/+9 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -849/+451 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -971/+1343 |
* | clean up some stray "global" symbols | Gurusamy Sarathy | 1999-06-04 | 1 | -12/+10 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -839/+839 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-06-02 | 1 | -7/+0 |
|\ |
|
| * | ByteLoader mark 2 | Tom Hughes | 1999-05-28 | 1 | -7/+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/+1 |
* | various fixes for clean build and test on win32; configpm broken, | Gurusamy Sarathy | 1999-05-11 | 1 | -6/+8 |
* | gutsupport for C++ exceptions | Chip Salzenberg | 1999-05-11 | 1 | -0/+7 |
* | "weak" references internals, still needs perlguts documentation | Gurusamy Sarathy | 1999-05-10 | 1 | -0/+4 |
* | Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no) | Ilya Zakharevich | 1999-05-10 | 1 | -0/+1 |
* | applied suggested patch, with win32 and PERL_OBJECT additions | Tom Hughes | 1999-05-10 | 1 | -0/+1 |
* | applied non-conflicting parts of suggested patch | Charles Bailey | 1999-05-05 | 1 | -0/+3 |
* | allow embedded null characters in diagnostics | Gurusamy Sarathy | 1999-04-26 | 1 | -2/+2 |
* | 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/+1 |
* | fix a few places that said 'int', but meant 'STRLEN' | Gurusamy Sarathy | 1999-03-25 | 1 | -1/+1 |
* | fix longstanding bug: searches for lexicals originating within eval'' | Gurusamy Sarathy | 1999-02-28 | 1 | -1/+1 |
* | add const qualifier to most char* prototypes, handle ripple effect | Gurusamy Sarathy | 1999-02-15 | 1 | -58/+58 |
* | provide SvPV_nolen(sv) to avoid use of PL_na | Jan Dubois | 1999-02-14 | 1 | -0/+2 |
* | remove OVERLOAD conditionals | Jan Dubois | 1999-02-12 | 1 | -4/+0 |
* | 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 | -6/+4 |
* | patch for change#2822, done right; add PERL_OBJECT stuff; regen headers | Ilya Zakharevich | 1999-02-07 | 1 | -0/+1 |
* | PERL_OBJECTness for change#2595 | Gurusamy Sarathy | 1999-01-17 | 1 | -0/+5 |
* | PERL_OBJECT tweaks for change#2426 | Gurusamy Sarathy | 1999-01-17 | 1 | -0/+1 |
* | change#2572 is not applicable; undo, retaining scan_bin addition | Gurusamy Sarathy | 1999-01-17 | 1 | -2/+0 |
* | Based on | Jan Dubois | 1999-01-06 | 1 | -0/+2 |
* | REV2: Binary number support | Wilson P. Snyder II | 1998-12-31 | 1 | -0/+1 |
* | regcolors | Ilya Zakharevich | 1998-11-28 | 1 | -0/+1 |
* | 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 | -3/+14 |
* | phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration | Gurusamy Sarathy | 1998-11-22 | 1 | -1/+1 |
* | integrate changes#2120,2168,2218 from maint-5.005; | Gurusamy Sarathy | 1998-11-08 | 1 | -0/+2 |
* | Integrate from mainperl. | Jarkko Hietaniemi | 1998-10-30 | 1 | -43/+10 |
|\ |
|
| * | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -43/+10 |
* | | Pure bison yylex() proto was broken. | Jarkko Hietaniemi | 1998-10-29 | 1 | -1/+1 |
|/ |
|
* | Make sort respect overloading | Ilya Zakharevich | 1998-10-28 | 1 | -0/+3 |
* | s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g | Jarkko Hietaniemi | 1998-10-26 | 1 | -2/+3 |
* | various win32 tweaks; disable new xs_cpp section (it creates | Gurusamy Sarathy | 1998-10-26 | 1 | -0/+1 |
* | properly restore PL_rsfp_filters after require | Gurusamy Sarathy | 1998-10-25 | 1 | -0/+1 |
* | POSIX BC2000 port from perl-mvs: | Thomas Dorner | 1998-10-17 | 1 | -0/+4 |
* | add missing file from change#1943 | Gurusamy Sarathy | 1998-10-13 | 1 | -1/+1 |
* | make C<use> recognize C<require> overrides; allow C<do EXPR> to be | Gurusamy Sarathy | 1998-10-03 | 1 | -0/+1 |