summaryrefslogtreecommitdiff
path: root/perlapi.h
Commit message (Collapse)AuthorAgeFilesLines
* Integrate mainline 5.05_61Charles Bailey1999-09-061-2/+0
|\ | | | | p4raw-id: //depot/vmsperl@4084
| * deadcode removalGurusamy Sarathy1999-08-291-2/+0
| | | | | | p4raw-id: //depot/perl@4034
| * make autogenerated files writableGurusamy Sarathy1999-08-201-0/+0
|/ | | p4raw-id: //depot/perl@4012
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-6/+15
| | | | | | | | | | | | | | | | builds; passing the implicit context is unified among the three flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three flavors (see the top of perl.h) for testing; all varargs functions foo() have a va_list-taking variant vfoo() for generating the context-free versions; the PERL_OBJECT build should now be hyper-compatible with CPAN extensions (C++ is totally out of the picture) result has only been tested on Windows TODO: write docs on the THX rationale and idiomatic usage of the Perl API p4raw-id: //depot/perl@3667
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-0/+34
p4raw-id: //depot/perl@3660