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 Inde

cvs commit: modperl-2.0/xs/maps apr_functions.map apr_types.map

2002-04-09 Thread dougm
dougm 02/04/09 10:00:14 Modified:src/modules/perl modperl_apache_includes.h xs/maps apr_functions.map apr_types.map Log: apr_lock.h is gone; disable APR::Lock for the moment Revision ChangesPath 1.10 +0 -1 modperl-2.0/src/modules/perl/modperl_

cvs commit: modperl-2.0/xs/maps apache_structures.map

2002-04-09 Thread dougm
dougm 02/04/09 09:45:20 Modified:xs/maps apache_structures.map Log: enable the Apache::Process module Revision ChangesPath 1.13 +3 -3 modperl-2.0/xs/maps/apache_structures.map Index: apache_structures.map ==

cvs commit: modperl-2.0/todo possible_new_features.txt

2002-04-09 Thread stas
stas02/04/09 00:32:56 Modified:todo possible_new_features.txt Log: note that Apache::Subprocess is incomplete with 5.6.1 Revision ChangesPath 1.13 +2 -0 modperl-2.0/todo/possible_new_features.txt Index: possible_new_features.txt =

cvs commit: modperl-2.0/t/response/TestApache subprocess.pm

2002-04-09 Thread stas
stas02/04/09 00:26:24 Modified:t/response/TestApache subprocess.pm Log: skip the subprocess test if perl < 5.7.3 Revision ChangesPath 1.6 +3 -3 modperl-2.0/t/response/TestApache/subprocess.pm Index: subprocess.pm