cvs commit: modperl-docs/src/docs/2.0/user/compat compat.pod

2003-03-13 Thread stas
stas2003/03/13 14:46:52 Modified:src/docs/2.0/user/compat compat.pod Log: a minor language fix Revision ChangesPath 1.60 +4 -3 modperl-docs/src/docs/2.0/user/compat/compat.pod Index: compat.pod =

cvs commit: modperl-docs/tmpl/custom/html menu_short_cuts left_box short_cuts

2003-03-13 Thread stas
stas2003/03/13 16:05:00 Modified:tmpl/custom/html left_box Added: tmpl/custom/html menu_short_cuts Removed: tmpl/custom/html short_cuts Log: s/short_cuts/menu_short_cuts/ for consistency Revision ChangesPath 1.5 +1 -1 modperl-docs/tmpl/custom/

cvs commit: modperl-docs/tmpl/custom/html menu_short_cuts

2003-03-13 Thread stas
stas2003/03/13 16:09:55 Modified:tmpl/custom/html menu_short_cuts Log: - add a shortcut to the migrating doc - point to the 1.0 and 2.0 source, instead of just 1.0 Revision ChangesPath 1.2 +3 -2 modperl-docs/tmpl/custom/html/menu_short_cuts Index: me

cvs commit: modperl-docs/tmpl/custom/html menu_short_cuts

2003-03-13 Thread stas
stas2003/03/13 16:11:32 Modified:tmpl/custom/html menu_short_cuts Log: minor spacing tweaks, no content change Revision ChangesPath 1.3 +3 -3 modperl-docs/tmpl/custom/html/menu_short_cuts Index: menu_short_cuts ===

cvs commit: modperl-2.0/lib/ModPerl MM.pm

2003-03-13 Thread stas
stas2003/03/13 17:51:50 Modified:lib/ModPerl MM.pm Log: add a temp workaround for mod_perl's fresh install, when -MApache2 fails, since it's not installed yet. Revision ChangesPath 1.23 +9 -2 modperl-2.0/lib/ModPerl/MM.pm Index: MM.pm =

cvs commit: modperl-2.0/todo utils.txt

2003-03-13 Thread stas
stas2003/03/13 18:23:56 Modified:todo utils.txt Log: log the idea of modperl2doc Revision ChangesPath 1.3 +9 -0 modperl-2.0/todo/utils.txt Index: utils.txt === RCS file: /home/cvs/

cvs commit: modperl/src/modules/perl Constants.xs

2003-03-13 Thread randyk
randyk 2003/03/13 20:39:39 Modified:src/modules/perl Constants.xs Log: typecast to avoid warnings Revision ChangesPath 1.21 +2 -2 modperl/src/modules/perl/Constants.xs Index: Constants.xs ==

cvs commit: modperl/src/modules/perl perl_config.c mod_perl.c

2003-03-13 Thread randyk
randyk 2003/03/13 20:45:52 Modified:src/modules/perl perl_config.c mod_perl.c Log: avoid warnings about unreferenced local variables on Win32 Revision ChangesPath 1.116 +4 -0 modperl/src/modules/perl/perl_config.c Index: perl_config.c

cvs commit: modperl/src/modules/perl mod_perl.h perl_config.c perl_util.c

2003-03-13 Thread randyk
randyk 2003/03/13 20:55:59 Modified:src/modules/perl mod_perl.h perl_config.c perl_util.c Log: s/I32/U8/ to avoid warnings Revision ChangesPath 1.117 +1 -1 modperl/src/modules/perl/mod_perl.h Index: mod_perl.h =

cvs commit: modperl/src/modules/perl perl_util.c

2003-03-13 Thread randyk
randyk 2003/03/13 21:03:17 Modified:src/modules/perl perl_util.c Log: s/int/STRLEN/ to avoid warnings Revision ChangesPath 1.52 +2 -1 modperl/src/modules/perl/perl_util.c Index: perl_util.c

cvs commit: modperl-2.0 Changes

2003-03-13 Thread stas
stas2003/03/13 21:33:19 Modified:src/modules/perl modperl_util.h modperl_filter.c xs/Apache/RequestIO Apache__RequestIO.h .Changes Log: move the check that print/printf/puts/write/etc are called in the response phase into the functions them

cvs commit: modperl-2.0/xs/Apache/RequestRec Apache__RequestRec.h

2003-03-13 Thread stas
stas2003/03/13 21:34:24 Modified:src/modules/perl modperl_util.h xs/Apache/RequestRec Apache__RequestRec.h Log: add a macro MP_CGI_HEADER_PARSER_OFF so we can re-use it other places Revision ChangesPath 1.41 +11 -0 modperl-2.0/src/modules/perl/

cvs commit: modperl-2.0 Changes

2003-03-13 Thread stas
stas2003/03/13 21:36:48 Modified:xs/Apache/Response Apache__Response.h .Changes Added: t/response/TestApache send_cgi_header.pm t/apache send_cgi_header.t Log: send_cgi_header now turns the header parsing off and can send any data a

cvs commit: modperl-2.0/src/modules/perl modperl_util.h

2003-03-13 Thread stas
stas2003/03/13 21:50:31 Modified:src/modules/perl modperl_util.h Log: add a whitespace in the macro concatenation Revision ChangesPath 1.42 +1 -1 modperl-2.0/src/modules/perl/modperl_util.h Index: modperl_util.h ===

cvs commit: modperl/src/modules/perl Apache.xs

2003-03-13 Thread randyk
randyk 2003/03/13 22:05:06 Modified:Apache typemap src/modules/perl Apache.xs Log: Reviewed by: stas declare bufsiz of type STRLEN to avoid warning, and add STRLEN to typmap Revision ChangesPath 1.11 +1 -0 modperl/Apache/typemap Index:

cvs commit: modperl/Apache typemap

2003-03-13 Thread randyk
randyk 2003/03/13 22:48:57 Modified:Apache typemap Log: Reviewed by: stas change STRLEN typemap from T_IV to T_UV Revision ChangesPath 1.12 +1 -1 modperl/Apache/typemap Index: typemap =

cvs commit: modperl/t TEST

2003-03-13 Thread stas
stas2003/03/13 22:51:58 Modified:tTEST Log: perl 5.005_03 wants the args to be quoted Revision ChangesPath 1.12 +1 -1 modperl/t/TEST Index: TEST === RCS file: /home/cvs/modperl/

cvs commit: modperl Changes

2003-03-13 Thread randyk
randyk 2003/03/13 22:59:41 Modified:.Changes Log: Reviewed by: stas log recent changes about warnings under src/modules/perl/. Revision ChangesPath 1.665 +10 -0 modperl/Changes Index: Changes ==