summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-655/+673
* Fixed two long-standing locale bugs.Jarkko Hietaniemi1999-06-171-0/+4
* various little tweaks; most globals are now in intrpvar.h, ninterpsGurusamy Sarathy1999-06-111-1/+1
* win32 build fixesGurusamy Sarathy1999-06-101-14/+9
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-849/+451
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-971/+1343
* clean up some stray "global" symbolsGurusamy Sarathy1999-06-041-12/+10
* remove _() non-ansismGurusamy Sarathy1999-06-021-839/+839
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-06-021-7/+0
|\
| * ByteLoader mark 2Tom Hughes1999-05-281-7/+0
* | fix memory leak in C<eval 'return sub {...}'>Gurusamy Sarathy1999-05-311-0/+1
|/
* redo change#2061 and parts of change#1169 with code in theGurusamy Sarathy1999-05-241-0/+1
* Still fflushing strong.Jarkko Hietaniemi1999-05-131-0/+1
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-6/+8
* gutsupport for C++ exceptionsChip Salzenberg1999-05-111-0/+7
* "weak" references internals, still needs perlguts documentationGurusamy Sarathy1999-05-101-0/+4
* Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)Ilya Zakharevich1999-05-101-0/+1
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-101-0/+1
* applied non-conflicting parts of suggested patchCharles Bailey1999-05-051-0/+3
* allow embedded null characters in diagnosticsGurusamy Sarathy1999-04-261-2/+2
* grow PL_tmps_stack more efficiently; make it more amenable toGurusamy Sarathy1999-04-031-1/+2
* remove duplicate code and an extra branch in sv_setsv() andGurusamy Sarathy1999-04-031-1/+1
* fix a few places that said 'int', but meant 'STRLEN'Gurusamy Sarathy1999-03-251-1/+1
* 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