cvs commit: modperl-2.0/t/response/TestAPI uri.pm

2003-10-02 Thread stas
stas2003/10/02 17:49:31 Modified:t/response/TestAPI uri.pm Log: use t_cmp so it's easier to debug visually Revision ChangesPath 1.12 +3 -1 modperl-2.0/t/response/TestAPI/uri.pm Index: uri.pm

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

2003-10-02 Thread stas
stas2003/10/02 16:01:56 Modified:src/modules/perl modperl_io.c Log: STDIN needs < not >, so use "<&STDIN" not ">&STDIN" Submitted by: Steve Hay <[EMAIL PROTECTED]> Revision ChangesPath 1.13 +3 -3 modperl-2.0/src/modules/perl/modperl_io.c Index: modper

cvs commit: modperl Changes

2003-10-02 Thread stas
stas2003/10/02 14:30:35 Modified:src/modules/perl mod_perl.c .Changes Log: Add a workaround for the 'rand' bug for perl 5.8.1 (compiled with either -DUSE_HASH_SEED or -DUSE_HASH_SEED_EXPLICIT, which is the default), causing all forked procs to produce t

cvs commit: modperl-2.0 Changes

2003-10-02 Thread stas
stas2003/10/02 10:45:52 Modified:src/modules/perl modperl_callback.c .Changes Log: Prevent the 'Use of uninitialized value.' warning when ModPerl::Util::exit is used. Revision ChangesPath 1.60 +8 -1 modperl-2.0/src/modules/perl/modpe

cvs commit: modperl-2.0/t/apache constants.t

2003-10-02 Thread geoff
geoff 2003/10/02 07:32:55 Modified:t/apache constants.t Log: tidy up the test a bit. use t_cmp, print debug statements, etc... Revision ChangesPath 1.8 +55 -20modperl-2.0/t/apache/constants.t Index: constants.t =

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

2003-10-02 Thread stas
stas2003/10/02 02:03:32 Modified:src/modules/perl modperl_io.c Log: length(">&STDIN") is 7, not 8 (but it seems not to matter) Revision ChangesPath 1.12 +1 -1 modperl-2.0/src/modules/perl/modperl_io.c Index: modperl_io.c ==

cvs commit: modperl-2.0/ModPerl-Registry/t/conf extra.conf.in

2003-10-02 Thread stas
stas2003/10/02 01:57:09 Modified:ModPerl-Registry/t/conf extra.conf.in Log: comments are also parsed for tokens, obviously it has failed to parse the not-yet-existing @tmp@ token. I should have tested before committing :( Revision ChangesPath 1.12 +3 -3 mo