ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/typemap
(Generate patch)

Comparing EV/typemap (file contents):
Revision 1.14 by root, Thu Dec 20 09:26:40 2007 UTC vs.
Revision 1.16 by root, Tue Jul 14 00:09:59 2009 UTC

12ev_check * T_WATCHER 12ev_check * T_WATCHER
13ev_child * T_WATCHER 13ev_child * T_WATCHER
14ev_embed * T_WATCHER 14ev_embed * T_WATCHER
15ev_stat * T_WATCHER 15ev_stat * T_WATCHER
16ev_fork * T_WATCHER 16ev_fork * T_WATCHER
17ev_async * T_WATCHER
17 18
18char * T_PVbyte 19char * T_PVbyte
19const char * T_PVbyte 20const char * T_PVbyte
20 21
21INPUT 22INPUT
22 23
23T_SIGNAL 24T_SIGNAL
24 if (($var = sv_signum ($arg)) <= 0) 25 if (($var = s_signum_croak ($arg)) <= 0)
25 croak (\"'%s' is not a valid signal number or name\", SvPV_nolen ($arg)); 26 croak (\"'%s' is not a valid signal number or name\", SvPV_nolen ($arg));
26 27
27T_PVbyte 28T_PVbyte
28 $var = ($type)SvPVbyte_nolen ($arg) 29 $var = ($type)SvPVbyte_nolen ($arg)
29 30

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines