cvs commit: modperl-2.0/lib/Apache compat.pm

2002-06-30 Thread stas
stas2002/06/30 21:54:09 Modified:lib/Apache compat.pm Log: make sure that the call is made as Apache-module($name) (2 arguments) and not Apache::module($name) Revision ChangesPath 1.62 +1 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0/lib/Apache compat.pm

2002-05-29 Thread dougm
dougm 02/05/29 20:54:08 Modified:lib/Apache compat.pm Log: prevent inclusion of Apache::Table Revision ChangesPath 1.56 +2 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm === RCS

cvs commit: modperl-2.0/lib/Apache compat.pm

2002-05-22 Thread dougm
dougm 02/05/22 20:10:18 Modified:lib/Apache compat.pm Log: add noop stubs for timeout functions removed from 2.0: $r-{soft,hard,reset,kill}_timeout Revision ChangesPath 1.46 +6 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0/lib/Apache compat.pm

2001-12-10 Thread stas
stas01/12/10 00:28:22 Modified:lib/Apache compat.pm Log: - because of open()'s prototype problems we cannot forward @_ to open. (tested with 5.6.1 and bleadperl) Revision ChangesPath 1.30 +14 -1 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0/lib/Apache compat.pm

2001-12-05 Thread dougm
dougm 01/12/05 11:09:37 Modified:lib/Apache compat.pm Log: more info in Apache::File-tmpfile if Apache-request isn't available Revision ChangesPath 1.27 +3 -2 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0/lib/Apache compat.pm

2001-12-05 Thread dougm
dougm 01/12/05 11:11:34 Modified:lib/Apache compat.pm Log: some whitespace style nits remove redundant use of Apache::{Response,RequestRec} Revision ChangesPath 1.28 +4 -3 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0/lib/Apache compat.pm

2001-12-05 Thread dougm
dougm 01/12/05 11:18:08 Modified:lib/Apache compat.pm Log: untabify and better fit for tmpfile error message Revision ChangesPath 1.29 +5 -4 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0/lib/Apache compat.pm

2001-11-19 Thread dougm
dougm 01/11/19 15:33:21 Modified:lib/Apache compat.pm Log: add support for 1.x style $r-server_root_relative Revision ChangesPath 1.24 +3 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0/lib/Apache compat.pm

2001-10-09 Thread dougm
dougm 01/10/08 22:42:49 Modified:lib/Apache compat.pm Log: use __FILE__ instead of 1 for dummy %INC values Revision ChangesPath 1.22 +2 -2 modperl-2.0/lib/Apache/compat.pm Index: compat.pm