This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add XS::APItest 0.01 from Tim Jenness.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 11 Jun 2002 01:37:39 +0000 (01:37 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 11 Jun 2002 01:37:39 +0000 (01:37 +0000)
commit3e61d65a6bba0709e894ad8e0bbc7cfe54bf09ce
tree9a2cfbc4fd6b31cec4e05d49de8bafb6e2bb631e
parentcb3fb9b75cd1198d350357a3c5e4acd60bf2ecbf
Add XS::APItest 0.01 from Tim Jenness.

The perl.h change is needed by non-gcc (non-__attribute__)
compilers: without it non-gccs won't have printf() mapped
to PerlIO_stdoutf (when perlio, of course).  This means that
non-gccs would not be able to print the Perl specific datatypes.

p4raw-id: //depot/perl@17176
MANIFEST
ext/XS/APItest/APItest.pm [new file with mode: 0644]
ext/XS/APItest/APItest.xs [new file with mode: 0644]
ext/XS/APItest/MANIFEST [new file with mode: 0644]
ext/XS/APItest/Makefile.PL [new file with mode: 0644]
ext/XS/APItest/README [new file with mode: 0644]
ext/XS/APItest/t/printf.t [new file with mode: 0644]
perl.h