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

2004-06-01 Thread stas
stas2004/06/01 13:16:46 Modified:src/modules/perl modperl_filter.c Log: check the return status in input filter read ap_get_brigade and throw exception if failed Revision ChangesPath 1.91 +7 -2 modperl-2.0/src/modules/perl/modperl_filter.c Index:

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

2004-06-01 Thread stas
stas2004/06/01 13:18:03 Modified:xs/Apache/Filter Apache__Filter.h xs/maps apache_functions.map xs/tables/current/ModPerl FunctionTable.pm Log: Apache::Filter: - remove unneeded methods: remove_input_filter() and remove_output_filter()

cvs commit: modperl-2.0/todo api_status

2004-06-01 Thread stas
stas2004/06/01 13:19:04 Modified:todo api_status Log: status update Revision ChangesPath 1.11 +3 -3 modperl-2.0/todo/api_status Index: api_status === RCS file:

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

2004-06-01 Thread stas
stas2004/06/01 16:33:50 Modified:xs/Apache/Filter Apache__Filter.h xs/maps apache_functions.map xs/tables/current/ModPerl FunctionTable.pm Log: fflush(), get_brigade() and pass_brigade() now throw exceptions if called in the void context

cvs commit: modperl-2.0/t/protocol/TestProtocol echo_filter.pm

2004-06-01 Thread stas
stas2004/06/01 16:36:47 Modified:t/protocol/TestProtocol echo_filter.pm Log: tidy up Revision ChangesPath 1.13 +2 -2 modperl-2.0/t/protocol/TestProtocol/echo_filter.pm Index: echo_filter.pm

cvs commit: modperl-2.0 Changes

2004-06-01 Thread stas
stas2004/06/01 16:37:11 Modified:.Changes Log: recent changes Revision ChangesPath 1.383 +8 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0/t/response/TestCompat apache.pm

2004-06-01 Thread randyk
randyk 2004/06/01 19:13:24 Modified:perl-framework/Apache-Test/lib/Apache TestUtil.pm t/response/TestAPI server_const.pm server_util.pm t/response/TestCompat apache.pm Log: Reviewed by: stas For the benefit of Win32, use the new function

cvs commit: modperl-2.0/xs/APR/Socket APR__Socket.h

2004-06-01 Thread stas
stas2004/06/01 20:34:33 Modified:xs/APR/Socket APR__Socket.h Log: use the correct type apr_size_t instead of int Revision ChangesPath 1.10 +1 -1 modperl-2.0/xs/APR/Socket/APR__Socket.h Index: APR__Socket.h