cvs commit: modperl-2.0/src/modules/perl mod_perl.h modperl_cmd.c

2002-05-18 Thread dougm
dougm 02/05/18 19:26:11 Modified:src/modules/perl mod_perl.h modperl_cmd.c Log: fold some duplication in modperl_cmd_{set,add}_var Revision ChangesPath 1.42 +4 -0 modperl-2.0/src/modules/perl/mod_perl.h Index: mod_perl.h

cvs commit: modperl-2.0/t/response/TestModperl method.pm methodname.pm methodobj.pm

2002-05-17 Thread dougm
dougm 02/05/17 19:07:42 Added: t/response/TestModperl method.pm methodname.pm methodobj.pm Log: add some test for method handlers Revision ChangesPath 1.1 modperl-2.0/t/response/TestModperl/method.pm Index: method.pm

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2002-05-17 Thread dougm
dougm 02/05/17 19:08:21 Modified:t/conf modperl_extra.pl Log: add config for modperl/methodobj test Revision ChangesPath 1.14 +4 -0 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl

cvs commit: modperl-2.0/todo asap.txt

2002-05-17 Thread dougm
dougm 02/05/17 20:20:37 Removed: todo asap.txt Log: these are no longer issues and anything to be added here should be in a STATUS file

cvs commit: modperl-2.0/ModPerl-Registry/t special_blocks.t

2002-05-14 Thread stas
modperl-2.0/ModPerl-Registry/t/cgi-bin/special_blocks.pl Index: special_blocks.pl === RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/cgi-bin/special_blocks.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -u

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin require.pl

2002-05-14 Thread stas
stas02/05/14 08:53:05 Modified:ModPerl-Registry/t/cgi-bin require.pl Log: this test is temporary becoming TODO, need to solve the require() relative to the script's dir problem. Revision ChangesPath 1.2 +6 -4 modperl-2.0/ModPerl-Registry/t/cgi-bin

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

2002-05-14 Thread stas
Path 1.4 +10 -6 modperl-2.0/ModPerl-Registry/t/conf/extra.conf.in Index: extra.conf.in === RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/conf/extra.conf.in,v retrieving revision 1.3 retrieving revision 1.4

Modperl 2.0 with apache 2.0.35 on freebsd error

2002-05-01 Thread Tanguy de Courson
When I install modperl 2 on my freebsd machine and I start up the apache (well even just from the make test in the modperl directory) I get an error of: tail t/logs/error_log /usr/libexec/ld-elf.so.1: /home/source/modperl-2.0/blib/arch/Apache2/auto/ModPerl/Util/Util.so: Undefined symbol

Re: How to report problems with modperl 2.0

2002-04-15 Thread Stas Bekman
Stas Bekman wrote: At this time some people will try to run incorrect versions of Apache and mod_perl and this will cause to most of your problems. So before we attempt to answer your questions, you have to tell us what versions you were using. Therefore: Whenever you have a problem,

cvs commit: modperl-2.0/t/response/TestModules cgi.pm cgiupload.pm

2002-04-11 Thread stas
= 'all' everywhere - fix warnings exposed by enabling warnings Revision ChangesPath 1.6 +4 -0 modperl-2.0/t/filter/TestFilter/api.pm Index: api.pm === RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter

cvs commit: modperl-2.0/xs typemap

2002-04-09 Thread dougm
dougm 02/04/09 13:19:25 Modified:xs typemap Log: override T_PTROBJ INPUT typemap to croak if object is not a blessed reference, to prevent possible segv from e.g. Apache::Server-process Revision ChangesPath 1.6 +11 -0 modperl-2.0/xs/typemap

cvs commit: modperl-2.0/t/modules include.t

2002-04-08 Thread dougm
' when used within subrequests Revision ChangesPath 1.6 +2 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.5 retrieving revision 1.6 diff -u

cvs commit: modperl-2.0 Changes

2002-04-08 Thread dougm
dougm 02/04/08 19:59:19 Modified:src/modules/perl modperl_util.c .Changes Log: fix ModPerl::Util::exit to clear $ before calling Perl_croak Revision ChangesPath 1.38 +1 -0 modperl-2.0/src/modules/perl/modperl_util.c Index

cvs commit: modperl-2.0/t/response/TestApache compat2.pm

2002-04-07 Thread dougm
dougm 02/04/07 14:41:33 Modified:t/response/TestApache compat2.pm Log: needs adjustment after fix to Apache::compat Revision ChangesPath 1.4 +1 -1 modperl-2.0/t/response/TestApache/compat2.pm Index: compat2.pm

cvs commit: modperl-2.0/t/response/TestApache compat2.pm

2002-04-06 Thread dougm
+5 -5 modperl-2.0/t/response/TestApache/compat2.pm Index: compat2.pm === RCS file: /home/cvs/modperl-2.0/t/response/TestApache/compat2.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3

cvs commit: modperl-2.0/examples/lib/Apache HelloWorld.pm

2002-04-06 Thread dougm
dougm 02/04/06 20:05:07 Modified:examples/lib/Apache HelloWorld.pm Log: fix example, add more config Revision ChangesPath 1.4 +10 -3 modperl-2.0/examples/lib/Apache/HelloWorld.pm Index: HelloWorld.pm

cvs commit: modperl-2.0 Changes

2002-04-06 Thread dougm
dougm 02/04/06 20:39:10 Modified:.Changes Log: here goes nuthin Revision ChangesPath 1.2 +3 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

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

2002-04-05 Thread dougm
dougm 02/04/05 17:23:17 Modified:src/modules/perl mod_perl.c Log: use AP_FTYPE_RESOURCE rather than AP_FTYPE_CONTENT_SET Revision ChangesPath 1.111 +2 -2 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0/t/response/TestDirective perlrequire.pm

2002-04-05 Thread dougm
that scans INC for Apache2/ directories rather than hardcode paths as the old generated one did. use Apache2 (); in the tests so t/TEST can run when built with MP_INST_APACHE2=1 Revision ChangesPath 1.2 +1 -1 modperl-2.0/lib/.cvsignore Index: .cvsignore

cvs commit: modperl-2.0 .cvsignore Makefile.PL

2002-04-05 Thread dougm
dougm 02/04/05 20:01:56 Modified:..cvsignore Makefile.PL Log: generate MANIFEST during make dist Revision ChangesPath 1.6 +1 -0 modperl-2.0/.cvsignore Index: .cvsignore === RCS

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2002-03-29 Thread dougm
dougm 02/03/29 08:16:21 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.23 +12 -1 modperl-2.0/xs/tables

cvs commit: modperl-2.0/xs/maps apache_functions.map

2002-03-28 Thread dougm
dougm 02/03/28 16:52:44 Modified:xs/maps apache_functions.map Log: fix to build against current httpd-2.0 Revision ChangesPath 1.46 +2 -2 modperl-2.0/xs/maps/apache_functions.map Index: apache_functions.map

cvs commit: modperl-2.0/xs/maps apache_types.map

2002-03-25 Thread stas
stas02/03/25 17:52:12 Modified:xs/maps apache_types.map Log: add the typemap for 'double' needed by xs_generate Revision ChangesPath 1.7 +1 -0 modperl-2.0/xs/maps/apache_types.map Index: apache_types.map

cvs commit: modperl-2.0/xs/Apache/Log Apache__Log.h

2002-03-25 Thread dougm
dougm 02/03/25 19:37:47 Modified:xs/Apache/Log Apache__Log.h Log: workaround win32/5.6.1 bug which crashes when using PL_sv_no with do_join Revision ChangesPath 1.9 +24 -6 modperl-2.0/xs/Apache/Log/Apache__Log.h Index: Apache__Log.h

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

2002-03-23 Thread dougm
dougm 02/03/23 18:36:41 Modified:src/modules/perl modperl_io.c Log: figure out which tiehandle SV to use at compile as 1.x does, rather than at runtime Revision ChangesPath 1.7 +12 -10modperl-2.0/src/modules/perl/modperl_io.c Index: modperl_io.c

cvs commit: modperl-2.0/xs/maps apr_types.map

2002-03-14 Thread stas
stas02/03/14 18:03:57 Modified:xs/maps apr_types.map Log: fixing the typemap for apr_interval_time_t to NV, because it's: typedef apr_int64_t apr_interval_time_t; 64bit != IV, but NV Revision ChangesPath 1.13 +1 -1 modperl-2.0/xs/maps/apr_types.map

cvs commit: modperl-2.0 Makefile.PL

2002-03-13 Thread stas
stas02/03/13 08:01:02 Modified:.Makefile.PL Log: do yourself a favor, don't use perl v5.6.0 Revision ChangesPath 1.59 +5 -0 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS

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

2002-03-13 Thread dougm
dougm 02/03/13 09:21:53 Modified:src/modules/perl modperl_log.h Log: Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: dougm fix MP_FUNC for gcc3 Revision ChangesPath 1.7 +9 -4 modperl-2.0/src/modules/perl/modperl_log.h Index

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

2002-03-11 Thread stas
stas02/03/11 02:29:44 Modified:lib/ModPerl TypeMap.pm Log: - check return value of map_type and die if undef, otherwise were getting 'odd number of elements in hash' error. Revision ChangesPath 1.15 +6 -2 modperl-2.0/lib/ModPerl/TypeMap.pm Index

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

2002-03-09 Thread dougm
dougm 02/03/09 16:09:52 Modified:src/modules/perl mod_perl.c modperl_filter.c Log: Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: dougm sync with filter name changes Revision ChangesPath 1.109 +2 -2 modperl-2.0/src/modules/perl

cvs commit: modperl-2.0/xs/maps apr_structures.map apr_types.map

2002-03-09 Thread dougm
dougm 02/03/09 16:11:50 Modified:xs/maps apr_structures.map apr_types.map Log: Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: dougm adjust to apr_exploded_time_t = apr_time_exp_t rename Revision ChangesPath 1.7 +2 -2 modperl-2.0/xs

cvs commit: modperl-2.0/xs/maps apache_functions.map

2002-03-09 Thread dougm
dougm 02/03/09 16:14:23 Modified:xs/maps apache_functions.map Log: Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: dougm fix $r-no_cache Revision ChangesPath 1.45 +0 -1 modperl-2.0/xs/maps/apache_functions.map Index

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2002-03-09 Thread dougm
dougm 02/03/09 16:17:05 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.22 +4 -3 modperl-2.0/xs/tables

cvs commit: modperl-2.0 .cvsignore

2002-03-05 Thread stas
stas02/03/05 21:24:57 Modified:t/apr.cvsignore ..cvsignore Log: -ignore files Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: stas Revision ChangesPath 1.4 +4 -1 modperl-2.0/t/apr/.cvsignore Index

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

2002-03-05 Thread stas
stas02/03/05 22:13:39 Modified:lib/ModPerl TypeMappm Log: - better diagnostics when the typemap conversion fails Revision ChangesPath 114 +5 -1 modperl-20/lib/ModPerl/TypeMappm Index: TypeMappm

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

2002-03-01 Thread dougm
dougm 02/03/01 10:44:36 Modified:lib/Apache ParseSourcepm Log: skip header files that #include apr_optionalh Revision ChangesPath 136 +2 -1 modperl-20/lib/Apache/ParseSourcepm Index: ParseSourcepm

cvs commit: modperl-2.0 INSTALL

2002-02-28 Thread stas
stas02/02/28 01:50:27 Added: .INSTALL Log: add pointer for install docs Submitted by: Daniel R Risacher [EMAIL PROTECTED] Revision ChangesPath 1.1 modperl-2.0/INSTALL Index: INSTALL

cvs commit: modperl-2.0 INSTALL

2002-02-28 Thread stas
stas02/02/28 01:57:09 Modified:INSTALL Log: - correct the path Revision ChangesPath 12 +1 -1 modperl-20/INSTALL Index: INSTALL === RCS file: /home/cvs/modperl-20/INSTALL,v

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

2002-02-28 Thread dougm
dougm 02/02/28 19:30:04 Modified:src/modules/perl modperl_perlc Log: trickery to prevent perl_destruct from freeing the environ array does not work in win32 service shutdown pull a different stunt to get the same effect, preventing the server from crashing Revision

cvs commit: modperl-2.0/xs/Apache/SubRequest Apache__SubRequest.h

2002-02-26 Thread dougm
dougm 02/02/26 11:03:58 Added: xs/Apache/SubRequest Apache__SubRequest.h Log: moving the subrequest special case here, to flush main output buffer before running a subrequest. Revision ChangesPath 1.1 modperl-2.0/xs/Apache/SubRequest

cvs commit: modperl-2.0/xs/maps apache_functions.map

2002-02-26 Thread dougm
dougm 02/02/26 11:04:25 Modified:xs/maps apache_functions.map Log: call the modperl wrapper for ap_run_sub_req Revision ChangesPath 1.44 +1 -1 modperl-2.0/xs/maps/apache_functions.map Index: apache_functions.map

cvs commit: modperl-2.0/t/htdocs .cvsignore

2002-02-26 Thread dougm
dougm 02/02/26 11:09:10 Added: t/htdocs .cvsignore Log: ignore Revision ChangesPath 1.1 modperl-2.0/t/htdocs/.cvsignore Index: .cvsignore === index.html perlio

cvs commit: modperl-2.0/t/htdocs/includes-registry test.pl

2002-02-26 Thread dougm
dougm 02/02/26 11:10:38 Added: t/htdocs/includes-registry test.pl Log: test for mod_include include virtual of a mod_perl script Revision ChangesPath 1.1 modperl-2.0/t/htdocs/includes-registry/test.pl Index: test.pl

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

2002-02-26 Thread dougm
dougm 02/02/26 11:12:04 Modified:t/conf extra.conf.in Log: configuration for mod_include+mod_perl test Revision ChangesPath 1.2 +12 -0 modperl-2.0/t/conf/extra.conf.in Index: extra.conf.in

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

2002-02-20 Thread dougm
dougm 02/02/20 17:40:03 Modified:lib/ModPerl TypeMap.pm Log: loosen aTHX check; might be register PerlInterpreter Revision ChangesPath 1.13 +1 -1 modperl-2.0/lib/ModPerl/TypeMap.pm Index: TypeMap.pm

cvs commit: modperl-2.0/xs/APR/APR APR.xs

2002-02-01 Thread dougm
dougm 02/02/01 12:00:53 Modified:xs/APR/APR APR.xs Log: specify prototyping behavior to shutup xsubpp Revision ChangesPath 1.4 +2 -0 modperl-2.0/xs/APR/APR/APR.xs Index: APR.xs === RCS

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

2002-01-29 Thread stas
+6 -2 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c === RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_util.c,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36

cvs commit: modperl-2.0/xs/APR/String - New directory

2002-01-29 Thread stas
stas02/01/29 08:23:53 modperl-2.0/xs/APR/String - New directory

cvs commit: modperl-2.0/xs/Apache/Connection Apache__Connection.h

2002-01-29 Thread dougm
dougm 02/01/29 08:32:25 Modified:xs/Apache/Connection Apache__Connection.h Log: get Apache::Connection-client_socket working again Revision ChangesPath 1.2 +9 -0 modperl-2.0/xs/Apache/Connection/Apache__Connection.h Index: Apache__Connection.h

cvs commit: modperl-2.0/xs/APR/String APR__String.h

2002-01-29 Thread stas
-2.0/xs/maps/apr_functions.map Index: apr_functions.map === RCS file: /home/cvs/modperl-2.0/xs/maps/apr_functions.map,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- apr_functions.map 29

cvs commit: modperl-2.0/xs/Apache/Time - New directory

2002-01-29 Thread stas
stas02/01/29 10:13:21 modperl-2.0/xs/Apache/Time - New directory

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2002-01-29 Thread dougm
dougm 02/01/29 19:29:38 Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.33 +42 -1 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index

cvs commit: modperl-2.0/xs/Apache/Connection Apache__Connection.h

2002-01-29 Thread dougm
dougm 02/01/29 19:30:24 Modified:xs/Apache/Connection Apache__Connection.h Log: conn_rec.client_socket has gone away again Revision ChangesPath 1.3 +0 -9 modperl-2.0/xs/Apache/Connection/Apache__Connection.h Index: Apache__Connection.h

cvs commit: modperl-2.0/xs/APR/Util - New directory

2002-01-29 Thread stas
stas02/01/29 21:16:56 modperl-2.0/xs/APR/Util - New directory

cvs commit: modperl-2.0/xs/maps apr_functions.map

2002-01-29 Thread stas
xs/APR/Lib APR__Lib.h Log: move APR::Lib = APR::Util Revision ChangesPath 1.4 +1 -1 modperl-2.0/t/protocol/TestProtocol/echo_filter.pm Index: echo_filter.pm === RCS file: /home/cvs/modperl-2.0/t

cvs commit: modperl-2.0/xs/tables/current/Apache FunctionTable.pm StructureTable.pm

2002-01-28 Thread dougm
dougm 02/01/28 21:35:34 Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm Log: sync Revision ChangesPath 1.32 +146 -59 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/todo api.txt

2002-01-28 Thread stas
stas02/01/28 21:41:59 Modified:todo api.txt Log: - no need to implement the interface for apr_array_header as there is no use for it in mod_perl Revision ChangesPath 1.20 +0 -3 modperl-2.0/todo/api.txt Index: api.txt

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

2002-01-28 Thread stas
stas02/01/28 21:52:24 Modified:src/modules/perl modperl_util.c Log: if undef is passed try to get the pool from the current request Revision ChangesPath 1.35 +12 -0 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

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

2002-01-25 Thread stas
stas02/01/25 00:17:58 Modified:t/apache .cvsignore Log: - ignore file adjst. Revision ChangesPath 1.4 +2 -0 modperl-2.0/t/apache/.cvsignore Index: .cvsignore === RCS file: /home/cvs

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2002-01-24 Thread dougm
dougm 02/01/24 20:04:12 Modified:xs/tables/current/Apache FunctionTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.31 +72 -6 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/xs/maps apache_functions.map

2002-01-24 Thread dougm
modperl-2.0/src/modules/perl/modperl_filter.c Index: modperl_filter.c === RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_filter.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31

cvs commit: modperl-2.0/xs/maps apache_functions.map modperl_functions.map

2002-01-21 Thread stas
-update_mtime as in 1.x Revision ChangesPath 1.6 +9 -0 modperl-2.0/xs/Apache/Response/Apache__Response.h Index: Apache__Response.h === RCS file: /home/cvs/modperl-2.0/xs/Apache/Response/Apache__Response.h,v

cvs commit: modperl-2.0/t/response/TestApache compat2.pm compat.pm

2002-01-21 Thread stas
on the server side). - 2 out of 3 todo tests now pass with recent patches to set_content_length, update_mtime, ap_set_last_modified Revision ChangesPath 1.10 +1 -37 modperl-2.0/t/apache/compat.t Index: compat.t

cvs commit: modperl-2.0/todo missing_old_features.txt

2002-01-21 Thread stas
stas02/01/21 00:40:54 Modified:todo missing_old_features.txt Log: - Apache::File has been ported Revision ChangesPath 1.17 +1 -1 modperl-2.0/todo/missing_old_features.txt Index: missing_old_features.txt

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2002-01-20 Thread dougm
dougm 02/01/20 10:35:26 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.21 +6 -4 modperl-2.0/xs/tables

cvs commit: modperl-2.0/xs/maps apache_functions.map

2002-01-20 Thread dougm
apache_functions.map Log: adjust to ap_get_brigade and input filter api changes Revision ChangesPath 1.30 +7 -3 modperl-2.0/src/modules/perl/modperl_filter.c Index: modperl_filter.c === RCS file: /home/cvs

cvs commit: modperl-2.0/xs/maps apr_functions.map

2002-01-20 Thread stas
stas02/01/20 21:41:54 Modified:xs/maps apr_functions.map Log: - supply the default for the mech member mech=APR_LOCK_DEFAULT in apr_lock_create Revision ChangesPath 1.28 +1 -1 modperl-2.0/xs/maps/apr_functions.map Index: apr_functions.map

cvs commit: modperl-2.0/xs/Apache/SubProcess Apache__SubProcess.h

2002-01-18 Thread dougm
dougm 02/01/18 16:25:41 Modified:xs/Apache/SubProcess Apache__SubProcess.h Log: get rid of warning on win32 - FAILED : macro redefinition Revision ChangesPath 1.9 +1 -0 modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h Index: Apache__SubProcess.h

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

2002-01-17 Thread stas
the base. Revision ChangesPath 1.105 +8 -7 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c === RCS file: /home/cvs/modperl-2.0/src/modules/perl/mod_perl.c,v retrieving revision 1.104 retrieving

cvs commit: modperl-2.0/t/response/TestDirective perlmodule.pm

2002-01-17 Thread stas
for testing. Revision ChangesPath 1.1 modperl-2.0/t/directive/perlmodule.t Index: perlmodule.t === # this test tests PerlRequire configuration directive

cvs commit: modperl-2.0/t/response/TestDirective perlmodule.pm perlrequire.pm

2002-01-17 Thread stas
stas02/01/17 22:57:32 Modified:t/response/TestDirective perlmodule.pm perlrequire.pm Log: - wrap long lines ( 80) Revision ChangesPath 1.2 +2 -1 modperl-2.0/t/response/TestDirective/perlmodule.pm Index: perlmodule.pm

Re: Modperl 2.0 error

2002-01-13 Thread Stas Bekman
The Doctor wrote: On Sat, Jan 12, 2002 at 10:00:04AM -0600, Randy Kobes wrote: On Sat, 12 Jan 2002, The Doctor wrote: Why in this beta am I getting: Script started on Sat Jan 12 02:42:20 2002 doctor.nl2k.ab.ca//usr/source/modperl-2.0$ make cd src/modules/perl make cc -c -I/usr/source

Modperl 2.0 error

2002-01-12 Thread The Doctor
Why in this beta am I getting: Script started on Sat Jan 12 02:42:20 2002 doctor.nl2k.ab.ca//usr/source/modperl-2.0$ make cd src/modules/perl make cc -c -I/usr/source/modperl-2.0/src/modules/perl -I/usr/source/modperl-2.0/xs -I/var/www/include -fno-strict-aliasing -I/usr/local/include

Re: Modperl 2.0 error

2002-01-12 Thread Randy Kobes
On Sat, 12 Jan 2002, The Doctor wrote: Why in this beta am I getting: Script started on Sat Jan 12 02:42:20 2002 doctor.nl2k.ab.ca//usr/source/modperl-2.0$ make cd src/modules/perl make cc -c -I/usr/source/modperl-2.0/src/modules/perl -I/usr/source/modperl-2.0/xs -I/var/www/include

Re: Modperl 2.0 error

2002-01-12 Thread The Doctor
On Sat, Jan 12, 2002 at 10:00:04AM -0600, Randy Kobes wrote: On Sat, 12 Jan 2002, The Doctor wrote: Why in this beta am I getting: Script started on Sat Jan 12 02:42:20 2002 doctor.nl2k.ab.ca//usr/source/modperl-2.0$ make cd src/modules/perl make cc -c -I/usr/source/modperl-2.0

cvs commit: modperl-2.0/t/protocol/TestProtocol eliza.pm

2002-01-10 Thread dougm
dougm 02/01/10 09:26:20 Modified:t/protocol/TestProtocol eliza.pm Log: chomp the string before testing value Revision ChangesPath 1.2 +1 -0 modperl-2.0/t/protocol/TestProtocol/eliza.pm Index: eliza.pm

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

2002-01-08 Thread dougm
dougm 02/01/08 11:04:22 Modified:src/modules/perl modperl_io.c Log: plug leaking tied STD{IN,OUT} objects Revision ChangesPath 1.6 +2 -0 modperl-2.0/src/modules/perl/modperl_io.c Index: modperl_io.c

cvs commit: modperl-2.0/t/response/TestModperl print.pm

2002-01-08 Thread dougm
dougm 02/01/08 14:46:09 Modified:t/conf modperl_extra.pl t/response/TestModperl print.pm Log: add some END blocks for testing Revision ChangesPath 1.12 +4 -0 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl

cvs commit: modperl-2.0/xs/maps modperl_functions.map

2002-01-08 Thread dougm
not create a new object in TIEHANDLE, but rather increment the refcount of and existing one. Revision ChangesPath 1.25 +3 -0 modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h Index: Apache__RequestIO.h === RCS

cvs commit: modperl-2.0/t/response/TestModperl readline.pm getc.pm

2002-01-08 Thread dougm
dougm 02/01/08 14:49:32 Modified:t/response/TestModperl readline.pm getc.pm Log: untie STDIN Revision ChangesPath 1.3 +2 -0 modperl-2.0/t/response/TestModperl/readline.pm Index: readline.pm

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

2002-01-08 Thread dougm
dougm 02/01/08 16:31:39 Modified:src/modules/perl mod_perl.c Log: rid warning #ifdef USE_ITHREADS Revision ChangesPath 1.104 +1 -1 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-01-07 Thread dougm
dougm 02/01/07 17:06:20 Modified:xs/APR/PerlIO apr_perlio.c Log: add some debug info Revision ChangesPath 1.9 +23 -2 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c === RCS

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-01-07 Thread dougm
dougm 02/01/07 17:09:19 Modified:xs/APR/PerlIO apr_perlio.c Log: work around bug where some PerlIOAPR filehandles are still open during perl_destruct Revision ChangesPath 1.10 +14 -2 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c

cvs commit: modperl-2.0/src/modules/perl mod_perl.c mod_perl.h modperl_interp.c

2002-01-07 Thread dougm
dougm 02/01/07 17:13:29 Modified:src/modules/perl mod_perl.c mod_perl.h modperl_interp.c Log: fix so perl_destruct (and things like END blocks) are run in child processes when they are shutdown Revision ChangesPath 1.103 +30 -3 modperl-2.0/src/modules/perl

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

2002-01-07 Thread dougm
dougm 02/01/07 17:29:23 Modified:src/modules/perl modperl_util.c Log: plug leaking Apache::Table objects Revision ChangesPath 1.33 +1 -1 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

cvs commit: modperl-2.0/xs/Apache/Response Apache__Response.h

2002-01-06 Thread dougm
dougm 02/01/06 14:23:24 Modified:xs/Apache/Response Apache__Response.h Log: rcfg-wbucket is now a pointer Revision ChangesPath 1.5 +2 -2 modperl-2.0/xs/Apache/Response/Apache__Response.h Index: Apache__Response.h

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-01-04 Thread stas
stas02/01/04 01:29:50 Modified:xs/APR/PerlIO apr_perlio.c Log: - now APR PerlIO read is buffered by PerlIOBuf layer. Attention: this requires at least bleadperl patch 13978, 14042 seems to be fine too for me. Revision ChangesPath 1.8 +67 -42modperl-2.0

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

2002-01-04 Thread stas
stas02/01/04 01:30:45 Modified:t/response/TestAPR perlio.pm Log: + extend PerlIO tests + cleanups Revision ChangesPath 1.6 +92 -28modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

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

2002-01-01 Thread stas
stas02/01/01 02:07:55 Modified:t/apache post.t Log: - test cleanup Revision ChangesPath 1.4 +4 -7 modperl-2.0/t/apache/post.t Index: post.t === RCS file: /home/cvs/modperl-2.0/t

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

2002-01-01 Thread stas
stas02/01/01 02:21:39 Modified:t/response/TestAPI request_rec.pm Log: start non-harness-control prints with # Revision ChangesPath 1.14 +2 -2 modperl-2.0/t/response/TestAPI/request_rec.pm Index: request_rec.pm

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

2002-01-01 Thread stas
stas02/01/01 02:24:21 Modified:t/response/TestAPR lib.pm Log: debug prints start with # Revision ChangesPath 1.2 +2 -1 modperl-2.0/t/response/TestAPR/lib.pm Index: lib.pm === RCS

cvs commit: modperl-2.0/t/response/TestModperl dir_config.pm print.pm

2002-01-01 Thread stas
stas02/01/01 02:36:05 Modified:t/response/TestModperl dir_config.pm print.pm Log: - cleanups Revision ChangesPath 1.2 +1 -1 modperl-2.0/t/response/TestModperl/dir_config.pm Index: dir_config.pm

cvs commit: modperl-2.0/t/protocol echo.t echo_filter.t eliza.t

2002-01-01 Thread stas
stas02/01/01 02:44:30 Modified:t/protocol echo.t echo_filter.t eliza.t Log: debug prints start with # Revision ChangesPath 1.3 +2 -3 modperl-2.0/t/protocol/echo.t Index: echo.t

cvs commit: modperl-2.0/t .cvsignore SMOKE.PL TEST.PL

2001-12-31 Thread stas
ChangesPath 1.58 +11 -8 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS file: /home/cvs/modperl-2.0/Makefile.PL,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58

cvs commit: modperl-2.0/xs/maps apr_types.map

2001-12-31 Thread stas
stas01/12/31 04:11:48 Modified:lib/Apache ParseSource.pm xs/maps apr_types.map Log: apr sources adjustment: new enum apr_lockmech_e Revision ChangesPath 1.33 +1 -1 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm

cvs commit: modperl-2.0/xs/APR/Lock APR__Lock.h

2001-12-31 Thread stas
stas01/12/31 04:12:54 Modified:xs/maps apr_functions.map xs/APR/Lock APR__Lock.h Log: apr sources adjustment: new argument 'mech' added to apr_lock_create Revision ChangesPath 1.27 +1 -1 modperl-2.0/xs/maps/apr_functions.map Index

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-12-31 Thread stas
modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm Index: ConstantsTable.pm === RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm,v retrieving revision 1.19 retrieving revision 1.20 diff -u

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-12-27 Thread stas
stas01/12/27 01:23:14 Modified:pod modperl_dev.pod Log: - the help section has moved to its own document at docs/devel/help/help.pod Revision ChangesPath 1.48 +0 -146modperl-2.0/pod/modperl_dev.pod Index: modperl_dev.pod

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-12-27 Thread stas
stas01/12/27 03:10:04 Modified:pod modperl_dev.pod Log: 'make test' features now all live in the writing_tests document Revision ChangesPath 1.49 +2 -98 modperl-2.0/pod/modperl_dev.pod Index: modperl_dev.pod

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-12-27 Thread stas
stas01/12/27 03:50:22 Removed: pod modperl_dev.pod Log: - modperl_dev has been split into a few documents: - user/config/config.pod - user/install/install.pod and ceased to exist

<    1   2   3   4   5   6   7   8   9   10   >