Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Perl -Duse64bit fix. Pointers can't just be generically casted from/to IVs. Use PTR2IV/INT2PTR instead.
Perl -Duse64bit fix. apr_size_t pointers can't just be generically casted from/to UVs. Use PTR2UV/INT2PTR instead.
Cleanup: whitespace
In order to make Apache-Test compatible with the rest of Perl testing
frameworks, we no longer chdir into t/, but run from the root of the
project (where t/ resides). A test needing to know where it's running
from (e.g. to read/write files/dirs on the filesystem), should do that
relative to the serverroot, documentroot and other server
configuration variables, available via
Apache::Test::vars('serverroot'), Apache::Test::vars('documentroot'),
etc.
PR:
Obtained from:
Submitted by:
Reviewed by:
use the new time conversion macros: apr_time_* PR: Obtained from: Submitted by: Reviewed by:
PR: Obtained from: Submitted by: Reviewed by: need to use modperl version of sv_setref_uv, since it doesn't exist in 5.6.x
add T_UVOBJ typemap
PR: Obtained from: Submitted by: Reviewed by: override T_PTROBJ INPUT typemap to croak if object is not a blessed reference, to prevent possible segv from e.g. Apache::Server->process
add APR::Table tied interface support PR: Obtained from: Submitted by: Philippe M . Chiasson <gozer@cpan.org> Reviewed by: dougm
apr_time_t needs conversion to/from time_t
support subclassing of Apache::RequestRec
since input typemap for char* already calls SvPV(), make use of the length parameter for strings that are copied using the given pool
the non-generated typemap
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |