This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
updated h2xs
authorIlya Zakharevich <ilya@math.ohio-state.edu>
Fri, 6 Sep 1996 10:09:20 +0000 (06:09 -0400)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Fri, 6 Sep 1996 10:09:20 +0000 (06:09 -0400)
commit5273d82d757306e0c7b051d69688db38786199a1
tree58c5a2812c4d923080c6fec2f4e8455a84a73295
parent95146c060d4701c16367f59345531d4eb7a2d283
updated h2xs

Changes:
a) Docs and examples for -x updated;
b) Path to xxxx.h would not be changed to /usr/include/xxxx.h
unless this file exists (outside of VMS, I'm afraid to make an error
there). - Useful with -x option, when the file may be eaten via -I
inside -F.
c) .h file would be scanned only if needed.
d) typemap would be generated (with T_PTROBJ).
e) Documentation (=list) for autogenerated guys would be
included into POD.
f) duplicated XSUBs would not be generated;
g) arguments to XSUBs being arrays are recognized (note that
xsubpp would probably choke on such guys).

-x option requires C-Scan-0.3 (releases a couple of minutes ago to
    ftp://ftp.math.ohio-state.edu/pub/users/ilya/perl
should propagate to CPAN soon).
utils/h2xs.PL