~ubuntu-branches/debian/sid/libembperl-perl/sid

« back to all changes in this revision

Viewing changes to xsbuilder/maps/_types.map

  • Committer: Bazaar Package Importer
  • Author(s): Angus Lees
  • Date: 2004-02-15 14:23:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040215142339-n21gqf7mx9tmyb8d
Tags: upstream-2.0b10
ImportĀ upstreamĀ versionĀ 2.0b10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
##########  Standard types  ##########
 
3
 
 
4
int             | IV
 
5
int *           | UNDEFINED
 
6
unsigned int    | UV
 
7
signed int      | IV
 
8
long            | IV
 
9
long int        | IV
 
10
unsigned long   | UV
 
11
unsigned        | UV
 
12
 
 
13
char *                   | PV           | | | strdup
 
14
const char *             | PV           | | | strdup
 
15
const char **            | UNDEFINED
 
16
char const *             | PV           | | | strdup
 
17
unsigned char *          | PV           | | | strdup
 
18
const unsigned char *    | PV           | | | strdup
 
19
char **                  | UNDEFINED
 
20
char ***                 | UNDEFINED
 
21
const char * const *     | UNDEFINED
 
22
 
 
23
char                   | CHAR
 
24
const char             | CHAR
 
25
const unsigned char    | U_CHAR
 
26
unsigned char          | U_CHAR
 
27
 
 
28
void *           | PTR
 
29
#void **          | UNDEFINED
 
30
const void *     | PTR
 
31
#const void **    | UNDEFINED
 
32
void             | VOID
 
33
 
 
34
...              | UNDEFINED #varargs
 
35
va_list          | UNDEFINED
 
36
 
 
37
##########  Misc types  ##########
 
38
 
 
39
time_t          | NV
 
40
uid_t           | IV
 
41
gid_t           | IV
 
42
pid_t           | IV
 
43
size_t          | IV
 
44
size_t *        | UNDEFINED
 
45
off_t           | IV
 
46
 
 
47
 
 
48
struct regex_t
 
49
regmatch_t
 
50
struct pthread_mutex_t
 
51
struct iovec | NOTIMPL