summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* fix longstanding bug: searches for lexicals originating within eval''Gurusamy Sarathy1999-02-281-1/+1
* add const qualifier to most char* prototypes, handle ripple effectGurusamy Sarathy1999-02-151-58/+58
* provide SvPV_nolen(sv) to avoid use of PL_naJan Dubois1999-02-141-0/+2
* remove OVERLOAD conditionalsJan Dubois1999-02-121-4/+0
* fix ops that are not filehandle constructors to not create GV if itGurusamy Sarathy1999-02-121-0/+1
* make safesysmalloc() etc., always available; safemalloc() et al areGurusamy Sarathy1999-02-081-6/+4
* patch for change#2822, done right; add PERL_OBJECT stuff; regen headersIlya Zakharevich1999-02-071-0/+1
* PERL_OBJECTness for change#2595Gurusamy Sarathy1999-01-171-0/+5
* PERL_OBJECT tweaks for change#2426Gurusamy Sarathy1999-01-171-0/+1
* change#2572 is not applicable; undo, retaining scan_bin additionGurusamy Sarathy1999-01-171-2/+0
* Based onJan Dubois1999-01-061-0/+2
* REV2: Binary number supportWilson P. Snyder II1998-12-311-0/+1
* regcolorsIlya Zakharevich1998-11-281-0/+1
* applied suggested patch with PERL_OBJECT tweaksIlya Zakharevich1998-11-281-0/+1
* add ext/Devel/PeekJan Dubois1998-11-271-3/+14
* phase 2 of PERL_OBJECT cleanup; objXSUB.h autogenerationGurusamy Sarathy1998-11-221-1/+1
* integrate changes#2120,2168,2218 from maint-5.005;Gurusamy Sarathy1998-11-081-0/+2
* Integrate from mainperl.Jarkko Hietaniemi1998-10-301-43/+10
|\
| * phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-43/+10
* | Pure bison yylex() proto was broken.Jarkko Hietaniemi1998-10-291-1/+1
|/
* Make sort respect overloadingIlya Zakharevich1998-10-281-0/+3
* s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/gJarkko Hietaniemi1998-10-261-2/+3
* various win32 tweaks; disable new xs_cpp section (it createsGurusamy Sarathy1998-10-261-0/+1
* properly restore PL_rsfp_filters after requireGurusamy Sarathy1998-10-251-0/+1
* POSIX BC2000 port from perl-mvs:Thomas Dorner1998-10-171-0/+4
* add missing file from change#1943Gurusamy Sarathy1998-10-131-1/+1
* make C<use> recognize C<require> overrides; allow C<do EXPR> to beGurusamy Sarathy1998-10-031-0/+1
* use Off_t to permit 64-bit seek()Scott Henry1998-10-021-1/+1
* update template config.sh, add new config vars to win32 stuffGurusamy Sarathy1998-09-251-0/+1
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-251-2/+2
* missing file in last submitGurusamy Sarathy1998-09-251-4/+4
* lock sv_mutex in new_he() and del_he() for USE_THREADSDrago Goricanec1998-09-251-1/+1
* tweaks to enable PERL_OBJECT to build & test on win32Gurusamy Sarathy1998-09-251-2/+15
* SSNEW() API for allocating memory on the savestackAlbert Dvornik1998-09-231-0/+1
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-231-0/+2
* tr/// logic was hosed under utf8Larry Wall1998-09-051-1/+1
* various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-17/+22
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-0/+1
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-15/+29
|\
| * mark link type of exported functions for OS/2Ilya Zakharevich1998-08-021-2/+6
| * PERL_OBJECT bincompat fixes from Douglas Lankshear <dougl@ActiveState.com>Gurusamy Sarathy1998-08-021-13/+23
| * update Changes; add sv_*_mg() entries in win32/GenCAPI.plperl-5.005_01Gurusamy Sarathy1998-07-261-1/+1
* | integrate 5.005_01 changes from maintGurusamy Sarathy1998-07-271-1/+1
* | integrate proto.h additions from maint-5.005Gurusamy Sarathy1998-07-261-14/+13
|\ \ | |/
| * add missing sv_*_mg() prototypes in proto.h, update perlhist.podGurusamy Sarathy1998-07-261-14/+13
* | add new files to MANIFEST; add missing prototypes to proto.h;Gurusamy Sarathy1998-07-261-0/+22
* | Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-0/+24
|/
* fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2Gurusamy Sarathy1998-07-211-1/+1
* fix lvalue leaks stemming from failure to free LvTARG(sv)Gurusamy Sarathy1998-07-181-1/+0
* make pregcomp et al VIRTUAL again for PERL_OBJECTDouglas Lankshear1998-07-151-9/+4