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

2004-10-11 Thread gozer
gozer 2004/10/11 15:54:07 Modified:xs/APR/Bucket APR__Bucket.h Log: Fix warning on SvUPGRADE() in void context: value computed is not used Revision ChangesPath 1.17 +1 -1 modperl-2.0/xs/APR/Bucket/APR__Bucket.h Index: APR__Bucket.h =

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

2004-05-31 Thread stas
stas2004/05/31 16:41:09 Modified:t/response/TestModperl post_utf8.pm xs/APR/Bucket APR__Bucket.h Log: - bucket->read now sets the taint flag under -T - fix the test to use Encode::decode to decode utf8 data (from bucket read), utf8::decode() doesn't work under

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.