cvs commit: modperl-2.0/xs typemap

2002-05-23 Thread dougm
dougm 02/05/23 21:42:57 Modified:xs typemap Log: need to use modperl version of sv_setref_uv, since it doesn't exist in 5.6.x Revision ChangesPath 1.8 +1 -1 modperl-2.0/xs/typemap Index: typemap

cvs commit: modperl-2.0/xs typemap

2002-04-09 Thread dougm
dougm 02/04/09 13:19:25 Modified:xs typemap Log: override T_PTROBJ INPUT typemap to croak if object is not a blessed reference, to prevent possible segv from e.g. Apache::Server-process Revision ChangesPath 1.6 +11 -0 modperl-2.0/xs/typemap

cvs commit: modperl-2.0/xs typemap

2001-04-28 Thread dougm
dougm 01/04/28 16:03:08 Modified:lib/ModPerl WrapXS.pm src/modules/perl modperl_types.h xs typemap Log: since input typemap for char* already calls SvPV(), make use of the length parameter for strings that are copied using the given pool