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

2002-01-28 Thread stas
stas02/01/28 23:47:25 Modified:xs/maps apr_functions.map modperl_functions.map Added: t/response/TestAPR string.pm Log: - implement APR::String::format_size as a wrapper to apr_strfsize Revision ChangesPath 1.1 modperl-2.0/t/response/TestAPR

cvs commit: modperl-2.0/src/modules/perl modperl_util.c

2002-01-28 Thread stas
stas02/01/28 21:54:20 Modified:src/modules/perl modperl_util.c Log: - if undef is passed, try to get the request object from the global storage, which stores the current request object if applicable Revision ChangesPath 1.36 +0 -4 modperl-2.0/src/modules/

cvs commit: modperl-2.0/src/modules/perl modperl_util.c

2002-01-28 Thread stas
stas02/01/28 21:52:24 Modified:src/modules/perl modperl_util.c Log: if undef is passed try to get the pool from the current request Revision ChangesPath 1.35 +12 -0 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

cvs commit: modperl-2.0/todo api.txt

2002-01-28 Thread stas
stas02/01/28 21:41:59 Modified:todo api.txt Log: - no need to implement the interface for apr_array_header as there is no use for it in mod_perl Revision ChangesPath 1.20 +0 -3 modperl-2.0/todo/api.txt Index: api.txt ===

cvs commit: modperl-2.0/xs/tables/current/Apache FunctionTable.pm StructureTable.pm

2002-01-28 Thread dougm
dougm 02/01/28 21:35:34 Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm Log: sync Revision ChangesPath 1.32 +146 -59 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index: FunctionTable.pm ===

cvs commit: modperl-2.0/t/response/TestAPR date.pm

2002-01-28 Thread stas
stas02/01/28 21:32:39 Modified:src/modules/perl modperl_apache_includes.h xs/maps apr_functions.map Added: t/response/TestAPR date.pm Log: - building APR::Date with apr_date_parse_* functions - hiding the internal apr_date_checkmask - adding tests for

cvs commit: modperl-2.0/src/modules/perl modperl_util.c

2002-01-28 Thread dougm
dougm 02/01/28 20:49:37 Modified:src/modules/perl modperl_util.c Log: prevent segv in modperl_errsv() if ERRSV contains a '%' Revision ChangesPath 1.34 +2 -2 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

cvs commit: modperl-site index.html

2002-01-28 Thread stas
stas02/01/28 20:30:10 Modified:.index.html Log: - add the bOP app server Revision ChangesPath 1.98 +16 -0 modperl-site/index.html Index: index.html === RCS file: /home/cvs/modpe