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

2002-01-29 Thread stas
stas02/01/29 23:01:17 Modified:t/response/TestAPR util.pm Log: - complete the APR::Lib to APR::Util move - adjust the function names to be APR::Util::... Revision ChangesPath 1.2 +4 -4 modperl-2.0/t/response/TestAPR/util.pm Index: util.pm

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

2002-01-29 Thread stas
stas02/01/29 22:57:31 Modified:xs/maps apr_functions.map Log: - package guessing was wrong, was using APR::function instead of APR::Util::function. remove guessing. Revision ChangesPath 1.33 +1 -1 modperl-2.0/xs/maps/apr_functions.map Index: apr_fun

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

2002-01-29 Thread stas
stas02/01/29 21:21:53 Modified:t/protocol/TestProtocol echo_filter.pm xs/APR/APR apr-test xs/maps apr_functions.map Added: t/response/TestAPR util.pm xs/APR/Util APR__Util.h Removed: t/response/TestAPR lib.pm

cvs commit: modperl-2.0/xs/APR/Util - New directory

2002-01-29 Thread stas
stas02/01/29 21:16:56 modperl-2.0/xs/APR/Util - New directory

cvs commit: modperl-2.0/xs/Apache/Connection Apache__Connection.h

2002-01-29 Thread dougm
dougm 02/01/29 19:30:24 Modified:xs/Apache/Connection Apache__Connection.h Log: conn_rec.client_socket has gone away again Revision ChangesPath 1.3 +0 -9 modperl-2.0/xs/Apache/Connection/Apache__Connection.h Index: Apache__Connection.h ===

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

2002-01-29 Thread dougm
dougm 02/01/29 19:29:38 Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.33 +42 -1 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index:

cvs commit: modperl-2.0/xs/Apache/Time - New directory

2002-01-29 Thread stas
stas02/01/29 10:13:21 modperl-2.0/xs/Apache/Time - New directory

cvs commit: modperl-2.0/xs/APR/String APR__String.h

2002-01-29 Thread stas
stas02/01/29 09:11:06 Modified:xs/maps apr_functions.map modperl_functions.map xs/APR/String APR__String.h Log: - use the mpxs_APR__String_strfsize and format_size as Perl API - adjust the map files Revision ChangesPath 1.31 +4 -2 modperl-

cvs commit: modperl-2.0/xs/Apache/Connection Apache__Connection.h

2002-01-29 Thread dougm
dougm 02/01/29 08:32:25 Modified:xs/Apache/Connection Apache__Connection.h Log: get Apache::Connection->client_socket working again Revision ChangesPath 1.2 +9 -0 modperl-2.0/xs/Apache/Connection/Apache__Connection.h Index: Apache__Connection.h ==

cvs commit: modperl-2.0/xs/APR/String APR__String.h

2002-01-29 Thread stas
stas02/01/29 08:24:34 Added: xs/APR/String APR__String.h Log: - the actual xs wrapper for format_size Revision ChangesPath 1.1 modperl-2.0/xs/APR/String/APR__String.h Index: APR__String.h =

cvs commit: modperl-2.0/xs/APR/String - New directory

2002-01-29 Thread stas
stas02/01/29 08:23:53 modperl-2.0/xs/APR/String - New directory

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

2002-01-29 Thread Doug MacEachern
On 29 Jan 2002 [EMAIL PROTECTED] wrote: > +-apr_strfsize the stuff below should be here, like: apr_strfsize | mpxs_APR__String_strfsize | buf | format_size > --- modperl_functions.map 21 Jan 2002 08:27:30 - 1.33 > +++ modperl_functions.map 29 Jan 2002 07:47:25 -

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

2002-01-29 Thread stas
stas02/01/29 01:50:39 Modified:src/modules/perl modperl_util.c Log: - forgot to add that if modperl_tls_get_request_rec fails (which can only succeed inside request with 'PerlOptions +GlobalRequest', we retun modperl_global_get_pconf() Revision ChangesPath 1.37