| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | use Off_t to permit 64-bit seek() | Scott Henry | 1998-10-02 | 1 | -1/+1 |
* | update template config.sh, add new config vars to win32 stuff | Gurusamy Sarathy | 1998-09-25 | 1 | -0/+1 |
* | big Configure update from Jarkko: sync metaconfig units; d_statblks fix | Gurusamy Sarathy | 1998-09-25 | 1 | -2/+2 |
* | missing file in last submit | Gurusamy Sarathy | 1998-09-25 | 1 | -4/+4 |
* | lock sv_mutex in new_he() and del_he() for USE_THREADS | Drago Goricanec | 1998-09-25 | 1 | -1/+1 |
* | tweaks to enable PERL_OBJECT to build & test on win32 | Gurusamy Sarathy | 1998-09-25 | 1 | -2/+15 |
* | SSNEW() API for allocating memory on the savestack | Albert Dvornik | 1998-09-23 | 1 | -0/+1 |
* | support match indices via special variables @- and @+ | Ilya Zakharevich | 1998-09-23 | 1 | -0/+2 |
* | tr/// logic was hosed under utf8 | Larry Wall | 1998-09-05 | 1 | -1/+1 |
* | various tweaks: fix signed vs. unsigned problems that prevented C++ | Gurusamy Sarathy | 1998-08-10 | 1 | -17/+22 |
* | lexical warnings; tweaks to places that didn't apply correctly | Paul Marquess | 1998-08-09 | 1 | -0/+1 |
* | integrate maint-5.005 changes into mainline | Gurusamy Sarathy | 1998-08-08 | 1 | -15/+29 |
|\ |
|