stas2003/12/19 18:55:00
Modified:.STATUS
Log:
Log the patch from "Douglas K. Fischer"
Revision ChangesPath
1.44 +8 -1 modperl/STATUS
Index: STATUS
===
RCS file: /home/cvs/modp
stas2003/12/19 17:28:43
Modified:lib/Apache compat.pm
Log:
a buggy threaded perl gets upset when deleting a hash entry (after perl_clone
and CLONE) and assigning to something else. doing it in two steps keeps it happy.
Revision ChangesPath
1.94 +6 -1 modpe
stas2003/12/19 11:29:23
Modified:ModPerl-Registry/t/cgi-bin require.pl
Log:
make sure that the local .pl file is loaded
(it's not longer removed from %INC by registrycooker, only perlrun does that on
behalf of the users)
Revision ChangesPath
1.5 +1 -0 m
stas2003/12/18 23:06:31
Modified:t/protocol/TestProtocol echo_filter.pm
t/filter/TestFilter both_str_con_add.pm
Log:
rewrite the error checking in the connection protocol handlers not to warn,
when $bb comes empty, since it's the end of input
Revision Chang