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/src/modules/perl mod_perl.c modperl_perl_includes.h

2001-12-22 Thread dougm
dougm 01/12/22 21:46:29 Modified:src/modules/perl mod_perl.c modperl_perl_includes.h Log: nasty workaround for bug fixed in bleedperl (11536 + 11553) in $foo = \*STDOUT; where the reference would get a copy of STDOUT without the tie magic. (recentish changes that re-tied

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

2001-12-19 Thread dougm
dougm 01/12/19 10:16:41 Modified:xs/APR/PerlIO apr_perlio.c Log: fix win32 5.6.1 compile Revision ChangesPath 1.6 +1 -1 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c

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

2001-12-19 Thread dougm
dougm 01/12/19 17:31:24 Modified:lib/Apache compat.pm t/response/TestApache compat.pm Log: use/require Apache::File; compat Revision ChangesPath 1.32 +2 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0/t/modperl getc.t readline.t sameinterp.t

2001-12-19 Thread dougm
dougm 01/12/19 19:54:41 Modified:t/apache cgihandler.t compat.t post.t scanhdrs.t t/apisend_fd.t sendfile.t t/directive perlrequire.t t/filter input_body.t input_msg.t lc.t t/hooks access.t trans.t t

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

2001-12-17 Thread dougm
dougm 01/12/17 16:21:02 Modified:t/response/TestApache subprocess.pm Log: do not attempt to preload Apache::SubProcess Revision ChangesPath 1.2 +2 -2 modperl-2.0/t/response/TestApache/subprocess.pm Index: subprocess.pm

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

2001-12-17 Thread dougm
dougm 01/12/17 16:23:03 Modified:t/response/TestApache subprocess.pm Log: skip subprocess test unless Apache::SubProcess is available Revision ChangesPath 1.3 +2 -2 modperl-2.0/t/response/TestApache/subprocess.pm Index: subprocess.pm

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

2001-12-17 Thread dougm
dougm 01/12/17 16:37:01 Modified:xs/APR/PerlIO apr_perlio.c Log: allow to compile with older bleedperls Revision ChangesPath 1.3 +9 -2 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c

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

2001-12-17 Thread dougm
dougm 01/12/17 16:43:37 Modified:t/response/TestAPR perlio.pm Log: we do want have_perl iolayers in the plan for 5.6.1 Revision ChangesPath 1.3 +1 -1 modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

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

2001-12-17 Thread dougm
dougm 01/12/17 17:13:15 Modified:xs/APR/PerlIO apr_perlio.c Log: style nits: - no //comments - no else branch where if returns a value - whitespace-- make note that modperl_* functions cannot be used outside of httpd Revision ChangesPath 1.4 +33 -36

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

2001-12-17 Thread dougm
dougm 01/12/17 17:55:52 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.54 +34 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

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

2001-12-17 Thread dougm
dougm 01/12/17 17:56:47 Modified:t/apache .cvsignore t/apr.cvsignore Log: ignores Revision ChangesPath 1.3 +1 -0 modperl-2.0/t/apache/.cvsignore Index: .cvsignore

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

2001-12-17 Thread dougm
dougm 01/12/17 17:57:55 Added: xs/APR/PerlIO .cvsignore Log: ignore Revision ChangesPath 1.1 modperl-2.0/xs/APR/PerlIO/.cvsignore Index: .cvsignore === PerlIO.bs PerlIO.c

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

2001-12-17 Thread dougm
dougm 01/12/17 19:21:22 Modified:xs/Apache/SubProcess Apache__SubProcess.h Log: a few style fixups and comments Revision ChangesPath 1.2 +46 -45modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h Index: Apache__SubProcess.h

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

2001-12-17 Thread dougm
dougm 01/12/17 19:24:49 Modified:xs/Apache/SubProcess Apache__SubProcess.h Log: plug av_argv memory leak Revision ChangesPath 1.3 +3 -1 modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h Index: Apache__SubProcess.h

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

2001-12-17 Thread dougm
dougm 01/12/17 19:40:02 Modified:xs/Apache/SubProcess Apache__SubProcess.h Log: avoid calling av_len() more than once. switch from using av_len() to AvFILLp add av_items variable to avoid (-1 + 2) when there is no av_argv Revision ChangesPath 1.4 +9 -6

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

2001-12-17 Thread dougm
dougm 01/12/17 19:44:33 Modified:xs/Apache/SubProcess Apache__SubProcess.h Log: dont bother creating an empty av_argv if no args are passed into spawn_proc_prog Revision ChangesPath 1.5 +7 -10 modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h Index

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

2001-12-17 Thread dougm
dougm 01/12/17 19:54:49 Modified:xs/Apache/SubProcess Apache__SubProcess.h Log: cut down some duplication with PUSH_FILE_GLOB_* macros Revision ChangesPath 1.6 +15 -9 modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h Index: Apache__SubProcess.h

cvs commit: modperl-2.0/xs/Apache/Filter Apache__Filter.h

2001-12-17 Thread dougm
dougm 01/12/17 19:56:44 Modified:xs/Apache/Filter Apache__Filter.h Log: s/croak/Perl_croak/ so we compile with -DPERL_CORE Submitted by: stas Reviewed by: dougm Revision ChangesPath 1.16 +2 -2 modperl-2.0/xs/Apache/Filter/Apache__Filter.h Index

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

2001-12-17 Thread dougm
dougm 01/12/17 21:58:54 Modified:lib/ModPerl Code.pm Log: generate a modperl_largefiles.h include file with the $Config{ccflags_uselargefiles} we have ripped out when compiling modperl. Revision ChangesPath 1.74 +16 -0 modperl-2.0/lib/ModPerl/Code.pm

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

2001-12-17 Thread dougm
dougm 01/12/17 22:01:43 Modified:t/response/TestAPR perlio.pm Log: tell works now; remove todo Revision ChangesPath 1.4 +1 -1 modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

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

2001-12-17 Thread dougm
dougm 01/12/17 22:02:29 Modified:t/response/TestAPR perlio.pm Log: tell works now; XXX broken comment Revision ChangesPath 1.5 +1 -1 modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-12-15 Thread dougm
dougm 01/12/15 15:45:05 Modified:lib/ModPerl BuildOptions.pm pod modperl_dev.pod Log: make MP_GENERATE_XS=1 the default Revision ChangesPath 1.13 +1 -0 modperl-2.0/lib/ModPerl/BuildOptions.pm Index: BuildOptions.pm

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

2001-12-15 Thread dougm
dougm 01/12/15 15:51:43 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.19 +2 -2 modperl-2.0/xs/tables

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

2001-12-15 Thread dougm
dougm 01/12/15 15:51:13 Modified:xs/maps apr_functions.map Log: adjust to apr_pool_create() change Revision ChangesPath 1.26 +1 -1 modperl-2.0/xs/maps/apr_functions.map Index: apr_functions.map

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

2001-12-11 Thread dougm
dougm 01/12/11 15:20:34 Modified:src/modules/perl mod_perl.c Log: suspend END blocks to be run at server shutdown Revision ChangesPath 1.99 +7 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl Changes

2001-12-10 Thread dougm
dougm 01/12/10 19:29:44 Modified:src/modules/win32 mod_perl.def apacimod_perl.exp .Changes Log: added perl_perl_merge_dir_config and array_header2avrv symbols to mod_perl.def for win32 and mod_perl.exp for aix Submitted by: Randy

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

2001-12-10 Thread dougm
dougm 01/12/10 20:22:32 Modified:src/modules/perl modperl_perl.c Log: call END blocks before interpreter shutdown Revision ChangesPath 1.9 +4 -0 modperl-2.0/src/modules/perl/modperl_perl.c Index: modperl_perl.c

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

2001-12-06 Thread dougm
dougm 01/12/06 20:47:13 Modified:t/response/TestModperl getc.pm Log: always untie/tie STDIN Revision ChangesPath 1.2 +2 -1 modperl-2.0/t/response/TestModperl/getc.pm Index: getc.pm

Re: http://perl.apache.org/tidbits.html

2001-12-05 Thread dougm
On Sun, 28 Oct 2001, Paul DuBois wrote: I don't know if you're still maintaing the list of publications that mention mod_perl...looks like maybe not, given the dates on the items. But if you are, this book (by me) has a chapter on mod_perl in the context of using MySQL/DBI/Apache:

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/t/filter/TestFilter api.pm

2001-12-05 Thread dougm
dougm 01/12/05 11:57:29 Modified:t/filter/TestFilter api.pm Log: s/use Test/use Apache::Test/ Revision ChangesPath 1.5 +3 -13 modperl-2.0/t/filter/TestFilter/api.pm Index: api.pm

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

2001-12-04 Thread dougm
dougm 01/12/04 21:48:39 Modified:t/response/TestModperl readline.pm Log: always untie/tie STDIN else we may create a zombie request_rec Revision ChangesPath 1.2 +2 -1 modperl-2.0/t/response/TestModperl/readline.pm Index: readline.pm

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

2001-12-04 Thread dougm
dougm 01/12/04 14:42:29 Modified:xs/maps apache_functions.map Log: properly default next_filter for subrequest methods to r-output_filters-next rather than NULL Revision ChangesPath 1.40 +3 -3 modperl-2.0/xs/maps/apache_functions.map Index

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

2001-12-04 Thread dougm
dougm 01/12/04 14:43:07 Modified:src/modules/perl mod_perl.c Log: flush main output buffer before running a subrequest Revision ChangesPath 1.98 +6 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2001-12-04 Thread dougm
dougm 01/12/04 14:44:29 Modified:t/api.cvsignore Added: t/response/TestAPI lookup_uri2.pm Log: add another lookup_uri test that mixes subrequest output with main request output Revision ChangesPath 1.3 +1 -0 modperl-2.0/t/api/.cvsignore

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

2001-11-24 Thread dougm
dougm 01/11/23 17:15:02 Modified:lib/ModPerl Code.pm src/modules/perl mod_perl.c mod_perl.h modperl_callback.c modperl_callback.h Log: adjust to open_logs and post_config hook prototype changes Revision ChangesPath 1.72 +1

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

2001-11-20 Thread dougm
dougm 01/11/20 18:13:00 Modified:lib/ModPerl BuildOptions.pm Log: add missing LIBNAME option to the table Revision ChangesPath 1.12 +1 -0 modperl-2.0/lib/ModPerl/BuildOptions.pm Index: BuildOptions.pm

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

2001-11-19 Thread dougm
dougm 01/11/19 09:32:03 modperl-2.0/xs/Apache/Connection - New directory

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

2001-11-19 Thread dougm
dougm 01/11/19 09:32:46 Added: xs/Apache/Connection Apache__Connection.h Log: the new client_socket code Revision ChangesPath 1.1 modperl-2.0/xs/Apache/Connection/Apache__Connection.h Index: Apache__Connection.h

cvs commit: modperl-2.0/t/directive setupenv.t

2001-11-19 Thread dougm
dougm 01/11/19 10:23:20 Modified:t/directive setupenv.t Log: remove debug prints (-d lwp gives plenty) Revision ChangesPath 1.2 +1 -3 modperl-2.0/t/directive/setupenv.t Index: setupenv.t

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

2001-11-19 Thread dougm
dougm 01/11/19 15:24:46 Modified:src/modules/perl modperl_util.c Log: give modperl_sv2pool more to choose from Revision ChangesPath 1.31 +28 -10modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

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

2001-11-19 Thread dougm
dougm 01/11/19 15:32:00 Modified:xs/Apache/ServerUtil Apache__ServerUtil.h xs/maps apache_functions.map xs/tables/current/ModPerl FunctionTable.pm Log: fix Apache::server_root_relative arguments to be the same as apache api use modperl_sv2pool

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/t/response/TestAPI server_util.pm

2001-11-19 Thread dougm
dougm 01/11/19 15:47:24 Modified:t/response/TestAPI server_util.pm Log: add tests for Apache::server_root constant Revision ChangesPath 1.4 +10 -2 modperl-2.0/t/response/TestAPI/server_util.pm Index: server_util.pm

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

2001-11-18 Thread dougm
dougm 01/11/18 16:13:55 Added: t/directive .cvsignore t/response/TestDirective env.pm Log: add tests for Perl{Set,Pass}Env Revision ChangesPath 1.1 modperl-2.0/t/directive/.cvsignore Index: .cvsignore

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

2001-11-18 Thread dougm
dougm 01/11/18 16:21:25 Modified:src/modules/perl modperl_config.c Log: moving merge_table_overlap_item macro logic into a function Revision ChangesPath 1.49 +24 -15modperl-2.0/src/modules/perl/modperl_config.c Index: modperl_config.c

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

2001-11-18 Thread dougm
dougm 01/11/18 16:33:37 Modified:src/modules/perl modperl_config.c Log: avoid get on the base table in modperl_table_overlap() since we already have the value Revision ChangesPath 1.50 +6 -5 modperl-2.0/src/modules/perl/modperl_config.c Index

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

2001-11-15 Thread dougm
dougm 01/11/15 09:52:00 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.17 +1 -1 modperl-2.0/xs/tables

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

2001-11-14 Thread dougm
dougm 01/11/14 17:30:46 Modified:src/modules/perl mod_perl.c Log: save globals before populating %ENV vars Revision ChangesPath 1.94 +2 -2 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2001-11-14 Thread dougm
dougm 01/11/14 19:02:43 Modified:src/modules/perl mod_perl.c modperl_env.c modperl_env.h t/conf modperl_extra.pl t/modperl .cvsignore Log: more complete implementation of tie %ENV to r-subprocess_env Revision ChangesPath 1.95 +2 -7

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

2001-11-14 Thread dougm
dougm 01/11/14 19:03:22 Added: t/response/TestModperl env.pm Log: add test for tie of %ENV to r-subprocess_env Revision ChangesPath 1.1 modperl-2.0/t/response/TestModperl/env.pm Index: env.pm

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

2001-11-13 Thread dougm
dougm 01/11/13 09:42:49 Modified:t/response/TestAPI request_rec.pm todo api.txt xs/Apache/RequestUtil Apache__RequestUtil.h xs/maps modperl_functions.map xs/tables/current/ModPerl FunctionTable.pm Log: implement $r

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

2001-11-13 Thread dougm
dougm 01/11/13 10:09:19 Modified:t/modperl .cvsignore t/response/TestAPI request_rec.pm Added: t/response/TestModperl pnotes.pm Log: giving pnotes its own test Revision ChangesPath 1.5 +1 -0 modperl-2.0/t/modperl/.cvsignore Index

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

2001-11-13 Thread dougm
dougm 01/11/13 10:35:08 Modified:t/modperl .cvsignore t/response/TestAPI request_rec.pm server_rec.pm Added: t/response/TestModperl dir_config.pm Log: giving dir_config its own test Revision ChangesPath 1.6 +1 -0 modperl-2.0/t/modperl

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

2001-11-13 Thread dougm
dougm 01/11/13 10:40:01 Modified:t/response/TestAPI conn_rec.pm request_rec.pm server_rec.pm Log: add some comments to the *_rec tests Revision ChangesPath 1.4 +6 -1 modperl-2.0/t/response/TestAPI/conn_rec.pm Index: conn_rec.pm

cvs commit: modperl-2.0/xs/APR/Table APR__Table.h

2001-11-12 Thread dougm
dougm 01/11/12 14:14:36 Modified:src/modules/perl modperl_config.c modperl_env.c xs/APR/Table APR__Table.h Log: adjust to const-ness changes Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: dougm Revision ChangesPath 1.47 +1

cvs commit: modperl-2.0/xs/Apache/RequestIO Apache__RequestIO.h

2001-11-06 Thread dougm
dougm 01/11/06 09:32:53 Modified:xs/Apache/RequestIO Apache__RequestIO.h Log: add mpxs_output_flush for checking $| Revision ChangesPath 1.14 +8 -5 modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h Index: Apache__RequestIO.h

cvs commit: modperl-2.0/xs modperl_xs_util.h

2001-11-06 Thread dougm
dougm 01/11/06 09:37:25 Modified:xs modperl_xs_util.h Log: s/croak/Perl_croak/g Revision ChangesPath 1.11 +5 -3 modperl-2.0/xs/modperl_xs_util.h Index: modperl_xs_util.h === RCS

cvs commit: modperl-2.0/xs/Apache/RequestIO Apache__RequestIO.h

2001-11-06 Thread dougm
dougm 01/11/06 09:38:15 Modified:xs/Apache/RequestIO Apache__RequestIO.h Log: remove dead mpxs_rwrite_loop macro Revision ChangesPath 1.15 +0 -9 modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h Index: Apache__RequestIO.h

cvs commit: modperl-2.0/xs/Apache/RequestIO Apache__RequestIO.h

2001-11-06 Thread dougm
dougm 01/11/06 09:40:22 Modified:xs/Apache/RequestIO Apache__RequestIO.h Log: fix $| comment for $r-puts Revision ChangesPath 1.16 +3 -1 modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h Index: Apache__RequestIO.h

cvs commit: modperl-2.0/xs/Apache/RequestIO Apache__RequestIO.h

2001-11-06 Thread dougm
dougm 01/11/06 09:50:56 Modified:xs/Apache/RequestIO Apache__RequestIO.h Log: remove unused scfg variable Revision ChangesPath 1.17 +0 -4 modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h Index: Apache__RequestIO.h

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

2001-11-06 Thread dougm
dougm 01/11/06 10:39:41 Modified:src/modules/perl modperl_util.c modperl_util.h Log: add modperl_perl_do_sprintf function Revision ChangesPath 1.30 +16 -0 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

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

2001-11-06 Thread dougm
dougm 01/11/06 10:41:46 Modified:todo api.txt xs/Apache/RequestIO Apache__RequestIO.h xs/maps apache_functions.map modperl_functions.map Log: add Apache::RequestIO::{printf,PRINTF} methods Revision ChangesPath 1.13 +1 -1

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

2001-11-06 Thread dougm
dougm 01/11/06 10:41:59 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.43 +55 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

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

2001-11-06 Thread dougm
dougm 01/11/06 10:50:25 Modified:t/modperl .cvsignore Added: t/response/TestModperl print.pm Log: add tests for tied print/printf Revision ChangesPath 1.4 +1 -0 modperl-2.0/t/modperl/.cvsignore Index: .cvsignore

cvs commit: modperl-2.0/xs/Apache/RequestIO Apache__RequestIO.h

2001-11-06 Thread dougm
dougm 01/11/06 11:09:14 Modified:xs/Apache/RequestIO Apache__RequestIO.h Log: move ap_{setup,should}_client_block wrappers into modperl_{setup,should}_client_block so they can be called elsewhere Revision ChangesPath 1.19 +24 -9 modperl-2.0/xs/Apache

cvs commit: modperl-2.0/xs/Apache/RequestIO Apache__RequestIO.h

2001-11-06 Thread dougm
dougm 01/11/06 19:12:51 Modified:xs/Apache/RequestIO Apache__RequestIO.h Log: s/modperl_/mpxs_/ for {setup,should}_client_block wrappers Revision ChangesPath 1.20 +4 -4 modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h Index: Apache__RequestIO.h

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

2001-11-06 Thread dougm
dougm 01/11/06 19:13:21 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.44 +11 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

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

2001-11-06 Thread dougm
dougm 01/11/06 19:14:54 Modified:lib/Apache ParseSource.pm lib/ModPerl TypeMap.pm WrapXS.pm src/modules/perl modperl_perl_includes.h Log: add logic so we can avoid dTHX; usage in modperl-only functions that have a pTHX_ Revision ChangesPath

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

2001-11-06 Thread dougm
dougm 01/11/06 19:39:09 Modified:xs/APR/Bucket APR__Bucket.h xs/APR/Table APR__Table.h xs/APR/URI APR__URI.h xs/Apache/Module Apache__Module.h xs/Apache/RequestIO Apache__RequestIO.h xs/Apache/RequestUtil

cvs commit: modperl-2.0/t/filter/TestFilter input_body.pm

2001-11-05 Thread dougm
dougm 01/11/05 16:07:53 Modified:t/filter/TestFilter input_body.pm Log: change filter logic to what is currently considered the right way Revision ChangesPath 1.7 +18 -10modperl-2.0/t/filter/TestFilter/input_body.pm Index: input_body.pm

cvs commit: modperl-2.0/t/filter input_body.t

2001-11-05 Thread dougm
dougm 01/11/05 16:08:10 Modified:t/filter input_body.t Log: re-enable test Revision ChangesPath 1.3 +1 -1 modperl-2.0/t/filter/input_body.t Index: input_body.t === RCS file: /home/cvs

cvs commit: modperl-2.0/t/filter/TestFilter input_msg.pm

2001-11-05 Thread dougm
dougm 01/11/05 16:08:46 Modified:t/filter/TestFilter input_msg.pm Log: change filter logic to what is currently considered the right way Revision ChangesPath 1.7 +21 -11modperl-2.0/t/filter/TestFilter/input_msg.pm Index: input_msg.pm

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

2001-11-04 Thread dougm
dougm 01/11/04 20:50:57 Modified:src/modules/perl modperl_util.c Log: check if @DynaLoader::dl_librefs actually has any elements in modperl_xs_dl_handles_get() before calling apr_array_make() Revision ChangesPath 1.28 +5 -0 modperl-2.0/src/modules/perl

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

2001-11-04 Thread dougm
dougm 01/11/04 21:12:33 Modified:src/modules/perl modperl_util.c Log: need some parens around AvFILL(librefs) = 0 check Revision ChangesPath 1.29 +1 -1 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

cvs commit: modperl-2.0/src/modules/perl modperl_callback.c modperl_config.c modperl_config.h modperl_interp.c modperl_types.h

2001-11-04 Thread dougm
dougm 01/11/04 21:19:01 Modified:lib/ModPerl Code.pm src/modules/perl modperl_callback.c modperl_config.c modperl_config.h modperl_interp.c modperl_types.h Log: add a per-request cleanup function that properly deals with PerlInterpScope

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

2001-11-02 Thread dougm
dougm 01/11/02 09:23:54 Modified:lib/Apache Build.pm Log: os cflags fixups need happen in perl_ccopts so generated Makefile.PLs get the changes Revision ChangesPath 1.71 +9 -7 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0 Makefile.PL

2001-11-02 Thread dougm
dougm 01/11/02 09:31:33 Modified:.Makefile.PL Log: no need to check exists $build-{MP_USE_DSO} Revision ChangesPath 1.51 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS

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

2001-11-02 Thread dougm
dougm 01/11/02 09:59:05 Modified:.Makefile.PL lib/Apache Build.pm Log: change install method for libmodperl.so: now done via src/modules/perl/Makefile install target Revision ChangesPath 1.53 +10 -11modperl-2.0/Makefile.PL Index

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

2001-11-01 Thread dougm
dougm 01/11/01 18:59:32 Modified:src/modules/perl modperl_perl.c Log: prevent perl from free-ing the environ array multiple times (segv) Revision ChangesPath 1.8 +9 -0 modperl-2.0/src/modules/perl/modperl_perl.c Index: modperl_perl.c

cvs commit: modperl-2.0/xs/Apache/RequestUtil Apache__RequestUtil.h

2001-11-01 Thread dougm
dougm 01/11/01 14:18:25 Modified:xs/Apache/RequestUtil Apache__RequestUtil.h Log: change mpxs_Apache__RequestRec_location to return char * rather than SV * and do not need the if (r-per_dir_config) check Revision ChangesPath 1.9 +3 -12 modperl-2.0/xs

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

2001-11-01 Thread dougm
dougm 01/11/01 14:19:49 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: add missing table entry for $r-location Revision ChangesPath 1.41 +11 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

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

2001-11-01 Thread dougm
dougm 01/11/01 15:50:32 Modified:src/modules/perl mod_perl.c modperl_interp.c modperl_perl.c modperl_perl.h Log: moving perl_destruct() and releated items into modperl_perl_destruct() wrapper Revision ChangesPath 1.93 +1 -3 modperl

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

2001-10-27 Thread dougm
dougm 01/10/27 09:54:21 Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm Log: sync Revision ChangesPath 1.23 +19 -3 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/xs modperl_xs_util.h

2001-10-27 Thread dougm
dougm 01/10/27 10:14:17 Modified:src/modules/perl modperl_util.h xs modperl_xs_util.h Log: moving macros to be available outside .xs: mpxs_sv_grow= MP_SvGROW mpxs_sv_cur_set = MP_SvCUR_set Revision ChangesPath 1.29 +9 -0 modperl

cvs commit: modperl-2.0 Makefile.PL

2001-10-22 Thread dougm
dougm 01/10/22 11:19:35 Modified:.Makefile.PL Log: need touch dummy libmodperl.lib for win32 WrapXS/ Makefile.PLs Revision ChangesPath 1.50 +12 -0 modperl-2.0/Makefile.PL Index: Makefile.PL

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

2001-10-22 Thread dougm
dougm 01/10/22 10:20:11 Modified:lib/ModPerl WrapXS.pm src/modules/perl modperl_config.c modperl_config.h Log: wrap all references to perl_module inside macros that are redefined to call functions in .xs modules under WIN32 to avoid referencing perl_module

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

2001-10-22 Thread dougm
dougm 01/10/22 10:25:39 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.40 +25 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/t/hooks/TestHooks trans.pm

2001-10-22 Thread dougm
dougm 01/10/22 11:02:29 Modified:t/hooks/TestHooks trans.pm Log: temp workaround for win32 problem with /TestFoo::bar urls Revision ChangesPath 1.3 +13 -1 modperl-2.0/t/hooks/TestHooks/trans.pm Index: trans.pm

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

2001-10-21 Thread dougm
dougm 01/10/20 23:48:39 Modified:src/modules/perl modperl_interp.h Log: remove prototypes of dead functions Revision ChangesPath 1.14 +0 -6 modperl-2.0/src/modules/perl/modperl_interp.h Index: modperl_interp.h

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

2001-10-21 Thread dougm
dougm 01/10/20 23:57:07 Modified:lib/Apache Build.pm Log: include -def:modperl_ithreads.def for win32 Revision ChangesPath 1.63 +1 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0/src/modules/perl modperl_filter.c modperl_handler.c modperl_log.c modperl_perl_includes.h

2001-10-21 Thread dougm
dougm 01/10/21 15:11:34 Modified:src/modules/perl modperl_filter.c modperl_handler.c modperl_log.c modperl_perl_includes.h Log: tweaks so we could compile without -DPERL_CORE on win32 Revision ChangesPath 1.28 +2 -1 modperl-2.0/src

cvs commit: modperl-2.0 Makefile.PL

2001-10-21 Thread dougm
dougm 01/10/21 16:07:01 Modified:.Makefile.PL Log: always using .so extension for libmodperl Revision ChangesPath 1.48 +2 -2 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS

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

2001-10-21 Thread dougm
dougm 01/10/21 16:37:30 Modified:lib/Apache Build.pm lib/ModPerl MM.pm Log: need to include $Config{ccflags} in CCFLAGS passed to MakeMaker Revision ChangesPath 1.64 +6 -2 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2001-10-21 Thread dougm
dougm 01/10/21 16:43:42 Modified:lib/ModPerl MM.pm Log: link apache libs against xs modules Revision ChangesPath 1.12 +7 -1 modperl-2.0/lib/ModPerl/MM.pm Index: MM.pm === RCS file

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

2001-10-21 Thread dougm
dougm 01/10/21 17:10:13 Modified:lib/Apache Build.pm lib/ModPerl MM.pm Log: add .def files to otherldflags for MakeMaker Revision ChangesPath 1.65 +20 -11modperl-2.0/lib/Apache/Build.pm Index: Build.pm

<    1   2   3   4   5   6   7   8   >