stas02/03/14 18:03:57
Modified:xs/maps apr_types.map
Log:
fixing the typemap for apr_interval_time_t to NV, because it's:
typedef apr_int64_t apr_interval_time_t;
64bit != IV, but NV
Revision ChangesPath
1.13 +1 -1 modperl-2.0/xs/maps/apr_types.map
stas02/03/14 20:29:25
Modified:xs/Apache/SubProcess Apache__SubProcess.h
Log:
- adjust for APR changes: s/kill_after_timeout/APR_KILL_AFTER_TIMEOUT/
Revision ChangesPath
1.10 +1 -1 modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h
Index: Apache__Su