• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..23-Jan-2021-

t/H23-Jan-2021-471394

Makefile.PLH A D18-Dec-2020454 1610

READMEH A D18-Dec-2020587 3626

Typemap.pmH A D18-Dec-20202.3 KiB10249

Typemap.xsH A D18-Dec-202015.8 KiB974742

stdio.cH A D18-Dec-2020594 2912

README

1XSTypemap
2=========
3
4This module tests that the standard XS typemaps are working correctly.
5
6  perl Makefile.PL
7  make
8  make test
9
10Nothing is installed.
11
12Currently not all the typemap entries have corresponding tests.
13
14Missing entries are
15
16  T_REF_IV_REF
17  T_PTRDESC
18  T_REFREF
19  T_REFOBJ
20  T_PACKED
21  T_PACKEDARRAY
22  T_DATAUNIT
23  T_CALLBACK
24  T_IN
25  T_INOUT
26  T_OUT
27
28Author
29------
30
31Tim Jenness <t.jenness@jach.hawaii.edu>
32
33Copyright (C) 2001 Tim Jenness All Rights Reserved.  This program is
34free software; you can redistribute it and/or modify it under the same
35terms as Perl itself.
36