cvs commit: modperl-2.0 Changes

2004-05-21 Thread geoff
geoff 2004/05/21 10:34:55 Modified:.Changes Log: official 1.99_14 release Revision ChangesPath 1.371 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Ch

cvs commit: modperl-2.0 Changes

2004-05-21 Thread geoff
geoff 2004/05/21 10:40:53 Modified:.Changes Log: whoops, forgot date Revision ChangesPath 1.372 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes

cvs commit: modperl-2.0/lib mod_perl.pm

2004-05-21 Thread geoff
geoff 2004/05/21 11:26:47 Modified:.Changes RELEASE STATUS lib mod_perl.pm Log: start next release cycle Revision ChangesPath 1.373 +2 -0 modperl-2.0/Changes Index: Changes =

cvs commit: modperl-2.0 RELEASE

2004-05-21 Thread geoff
geoff 2004/05/21 11:31:58 Modified:.RELEASE Log: add a missing step Revision ChangesPath 1.16 +8 -0 modperl-2.0/RELEASE Index: RELEASE === RCS file: /home/cvs/modperl-2.0/RELEASE,

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

2004-05-21 Thread stas
stas2004/05/21 11:33:07 Modified:src/modules/perl modperl_bucket.c Log: fix offset bug in new() Revision ChangesPath 1.10 +1 -1 modperl-2.0/src/modules/perl/modperl_bucket.c Index: modperl_bucket.c =

cvs commit: modperl-2.0/todo release

2004-05-21 Thread stas
stas2004/05/21 11:34:04 Modified:todo release Log: consider changing the allocation method in APR::Bucket::new from malloc/free to bucket_alloc, like all other buckets do Revision ChangesPath 1.26 +3 -0 modperl-2.0/todo/release Index: release ==

cvs commit: modperl-2.0/xs/APR/Brigade APR__Brigade.h

2004-05-21 Thread stas
stas2004/05/21 11:34:36 Modified:xs/APR/Brigade APR__Brigade.h Log: destroy() now runs exceptions rather then returning rc Revision ChangesPath 1.11 +6 -0 modperl-2.0/xs/APR/Brigade/APR__Brigade.h Index: APR__Brigade.h

cvs commit: modperl-2.0/xs/APR/Bucket APR__Bucket.h

2004-05-21 Thread stas
stas2004/05/21 11:35:23 Modified:xs/APR/Bucket APR__Bucket.h Log: - read now returns data and throws exceptions - make sure that the offset/len are in boundary Revision ChangesPath 1.7 +30 -23modperl-2.0/xs/APR/Bucket/APR__Bucket.h Index: APR__Bucket.

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

2004-05-21 Thread stas
stas2004/05/21 11:36:02 Modified:xs/maps apr_functions.map Log: pick up the adjusted functions Revision ChangesPath 1.75 +4 -4 modperl-2.0/xs/maps/apr_functions.map Index: apr_functions.map

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

2004-05-21 Thread stas
stas2004/05/21 11:37:00 Modified:xs/maps apr_structures.map Log: - new module APR::BucketType name is read-only - APR::Bucket type(), length(), start(), data() are now all readonly Revision ChangesPath 1.13 +7 -7 modperl-2.0/xs/maps/apr_structures.map

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

2004-05-21 Thread stas
stas2004/05/21 11:37:21 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: scan update Revision ChangesPath 1.157 +37 -53modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm ===

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

2004-05-21 Thread stas
stas2004/05/21 11:38:51 Modified:t/apr.cvsignore Added: t/response/TestAPR bucket.pm Log: APR::Bucket tests Revision ChangesPath 1.12 +1 -0 modperl-2.0/t/apr/.cvsignore Index: .cvsignore

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

2004-05-21 Thread stas
stas2004/05/21 11:39:05 Modified:t/response/TestAPR brigade.pm Log: more APR::Brigade tests Revision ChangesPath 1.2 +53 -18modperl-2.0/t/response/TestAPR/brigade.pm Index: brigade.pm ===

cvs commit: modperl-2.0/t/filter/TestFilter in_bbs_body.pm in_bbs_consume.pm in_bbs_inject_header.pm in_bbs_msg.pm in_bbs_underrun.pm out_bbs_basic.pm out_bbs_ctx.pm

2004-05-21 Thread stas
stas2004/05/21 11:40:50 Modified:t/conf modperl_extra.pl t/filter/TestFilter in_bbs_body.pm in_bbs_consume.pm in_bbs_inject_header.pm in_bbs_msg.pm in_bbs_underrun.pm out_bbs_basic.pm out_bbs_ctx.pm Log: adjust test

cvs commit: modperl-2.0 Changes

2004-05-21 Thread stas
stas2004/05/21 11:41:16 Modified:.Changes Log: recent changes Revision ChangesPath 1.374 +15 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

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

2004-05-21 Thread stas
stas2004/05/21 11:41:30 Modified:t/response/TestAPR date.pm Log: a silly comment Revision ChangesPath 1.3 +2 -0 modperl-2.0/t/response/TestAPR/date.pm Index: date.pm === RCS file: /hom

cvs commit: modperl-2.0/todo api_status

2004-05-21 Thread stas
stas2004/05/21 11:45:58 Modified:todo api_status Log: update Revision ChangesPath 1.6 +19 -2 modperl-2.0/todo/api_status Index: api_status === RCS file: /home/cvs/modperl-2.0/todo/a

cvs commit: modperl-2.0 RELEASE

2004-05-21 Thread geoff
geoff 2004/05/21 11:50:47 Modified:.RELEASE Log: typo Revision ChangesPath 1.17 +1 -1 modperl-2.0/RELEASE Index: RELEASE === RCS file: /home/cvs/modperl-2.0/RELEASE,v retrieving

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

2004-05-21 Thread stas
stas2004/05/21 12:20:48 modperl-2.0/xs/APR/IpSubnet - New directory

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

2004-05-21 Thread stas
stas2004/05/21 12:25:46 Modified:t/apr.cvsignore todo api_status xs/maps apr_functions.map apr_types.map Added: xs/APR/IpSubnet APR__IpSubnet.h t/response/TestAPR ipsubnet.pm Removed: xs/APR/NetLib APR__NetLib.h

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

2004-05-21 Thread stas
stas2004/05/21 12:28:05 Modified:xs/maps apr_structures.map Log: no need for explicit module names Revision ChangesPath 1.14 +2 -2 modperl-2.0/xs/maps/apr_structures.map Index: apr_structures.map ==

cvs commit: modperl-2.0 Changes

2004-05-21 Thread stas
stas2004/05/21 12:28:32 Modified:.Changes Log: changes update Revision ChangesPath 1.375 +2 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

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

2004-05-21 Thread stas
stas2004/05/21 15:01:17 Modified:.Changes t/conf modperl_extra.pl t/filter/TestFilter both_str_con_add.pm in_bbs_body.pm in_bbs_inject_header.pm in_bbs_msg.pm t/protocol/TestProtocol echo_filter.pm

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

2004-05-21 Thread stas
stas2004/05/21 15:01:56 Modified:t/response/TestAPR brigade.pm Log: one more sub-test for concat() Revision ChangesPath 1.3 +4 -2 modperl-2.0/t/response/TestAPR/brigade.pm Index: brigade.pm

cvs commit: modperl-2.0 Changes

2004-05-21 Thread stas
stas2004/05/21 16:12:55 Modified:t/response/TestAPR ipsubnet.pm todo api_status xs/APR/IpSubnet APR__IpSubnet.h .Changes Log: - APR::IpSubnet::new() now throws APR::Error exception (not returning rc) - more tests Rev

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

2004-05-21 Thread stas
stas2004/05/21 16:52:07 Modified:t/response/TestAPR base64.pm Log: complete APR::Base64 API test Revision ChangesPath 1.3 +9 -4 modperl-2.0/t/response/TestAPR/base64.pm Index: base64.pm

cvs commit: modperl-2.0 README

2004-05-21 Thread stas
stas2004/05/21 18:19:27 Modified:.README Log: typo Revision ChangesPath 1.19 +1 -1 modperl-2.0/README Index: README === RCS file: /home/cvs/modperl-2.0/README,v retrieving rev