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

2003-10-03 Thread randyk
randyk 2003/10/03 20:10:48 Modified:t/response/TestAPR perlio.pm Log: Reviewed by: stas add some tests within TestAPR/perlio to test reading/writing binary and text files and also to test some CRLF and urf-8 issues. Revision ChangesPath 1.26 +118 -2modperl-

cvs commit: modperl-2.0/t/htdocs/perlio MoonRise.jpeg

2003-10-03 Thread randyk
randyk 2003/10/03 19:40:16 Modified:t/htdocs/perlio MoonRise.jpeg Log: use a smaller image Revision ChangesPath 1.2 +20 -100 modperl-2.0/t/htdocs/perlio/MoonRise.jpeg <>

cvs commit: modperl-2.0/t/htdocs/perlio .cvsignore MoonRise.jpeg redrum.txt

2003-10-03 Thread randyk
randyk 2003/10/03 19:12:13 Added: t/htdocs/perlio .cvsignore MoonRise.jpeg redrum.txt Log: added some files for perlio tests. Revision ChangesPath 1.1 modperl-2.0/t/htdocs/perlio/.cvsignore Index: .cvsignore =

cvs commit: modperl-2.0/t/htdocs/perlio - New directory

2003-10-03 Thread randyk
randyk 2003/10/03 19:10:07 modperl-2.0/t/htdocs/perlio - New directory

cvs commit: modperl-2.0/t/filter/TestFilter in_bbs_inject_header.pm

2003-10-03 Thread stas
stas2003/10/03 15:41:39 Added: t/filter in_bbs_inject_header.t t/filter/TestFilter in_bbs_inject_header.pm Log: this filter demonstrates two things: 1. how to write a filter that will work only on HTTP headers 2. how to inject extra HTTP headers - it still

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

2003-10-03 Thread stas
stas2003/10/03 10:45:23 Modified:src/modules/perl modperl_io.c Log: STDOUT is O_WRONLY, not O_RDONLY (though since it's a dup op, it doesn't really matter) Submitted by: Steve Hay Revision ChangesPath 1.14 +3 -3 modperl-2.0/src/modules/perl/modperl_io.c