cvs commit: modperl-2.0/pod .cvsignore modperl_2.0.pod modperl_design.pod

2001-12-27 Thread stas
stas01/12/27 04:02:47 Added: src/docs/2.0/user/overview overview.pod src/docs/2.0/user/design design.pod Removed: pod .cvsignore modperl_2.0.pod modperl_design.pod Log: - move docs from ./pod to docs/user/appr dir/ - ./pod dir is a goner, all docs

cvs commit: modperl-2.0 Makefile.PL

2001-12-25 Thread stas
stas01/12/25 04:46:10 Modified:.Makefile.PL Log: - correct the changed docs path in the problem description comment Revision ChangesPath 1.57 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-12-24 Thread stas
stas01/12/24 11:28:41 Modified:pod modperl_dev.pod Log: - fix the MP_CCOPTS=-Werror example (should have no spaces) - explain how to use gdb faster under mod_perl DSO. Revision ChangesPath 1.47 +106 -1modperl-2.0/pod/modperl_dev.pod Index

cvs commit: modperl-2.0/src/modules/perl .cvsignore

2001-12-24 Thread stas
stas01/12/24 11:33:12 Modified:src/modules/perl .cvsignore Log: ignore autogenerated files Revision ChangesPath 1.10 +1 -0 modperl-2.0/src/modules/perl/.cvsignore Index: .cvsignore

cvs commit: modperl-2.0/todo api.txt

2001-12-22 Thread stas
stas01/12/22 20:30:28 Modified:todo api.txt Log: - updates to the todo issue with send_fd. Revision ChangesPath 1.19 +3 -1 modperl-2.0/todo/api.txt Index: api.txt === RCS file

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

2001-12-22 Thread dougm
STDOUT every request uncovered an instance of the bug during 'make test') Revision ChangesPath 1.100 +55 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c === RCS file: /home/cvs/modperl-2.0

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

2001-12-21 Thread stas
stas01/12/21 03:30:39 Modified:t/apisend_fd.t sendfile.t t/filter/TestFilter buckets.pm input_body.pm input_msg.pm Log: - remove the redundant loading of Test and Apache::Test in certain tests Revision ChangesPath 1.4 +1 -2 modperl-2.0

cvs commit: modperl-2.0/pod modperl_2.0.pod modperl_design.pod

2001-12-21 Thread stas
stas01/12/21 07:03:41 Modified:pod modperl_2.0.pod modperl_design.pod Log: - PerlHandler doesn't exist in 2.0 (without compat enabled) - narrow the pre lines block Revision ChangesPath 1.5 +1 -1 modperl-2.0/pod/modperl_2.0.pod Index

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/xs/APR/PerlIO apr_perlio.c

2001-12-19 Thread stas
1.7 +14 -16modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c === RCS file: /home/cvs/modperl-2.0/xs/APR/PerlIO/apr_perlio.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7

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

2001-12-19 Thread dougm
/modperl getc.t readline.t sameinterp.t Log: enable a bunch of tests when lwp isn't installed now that fallback is more robust make a few adjustments for tests to work with and without lwp Revision ChangesPath 1.2 +1 -1 modperl-2.0/t/apache/cgihandler.t Index

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

2001-12-17 Thread stas
stas01/12/17 08:18:17 modperl-2.0/xs/APR/PerlIO - New directory

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c apr_perlio.h Makefile.PL PerlIO.xs PerlIO.pm

2001-12-17 Thread stas
) (two different sets for 5.6.1 and 5.7.2+) - tests (conversion hooks are tested in Apache::SubProcess) Revision ChangesPath 1.1 modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

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

2001-12-17 Thread stas
stas01/12/17 08:20:51 modperl-2.0/xs/Apache/SubProcess - New directory

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

2001-12-17 Thread stas
in a spawned process and provides in/out/err pipes to it) Revision ChangesPath 1.1 modperl-2.0/t/response/TestApache/subprocess.pm Index: subprocess.pm === package TestApache::subprocess; use strict

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

2001-12-17 Thread stas
stas01/12/17 08:55:46 Modified:xs/APR/PerlIO apr_perlio.c Log: - maintainer mode cleanups Revision ChangesPath 1.2 +3 -4 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c

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
modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c === RCS file: /home/cvs/modperl-2.0/xs/APR/PerlIO/apr_perlio.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- apr_perlio.c

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
modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h Index: Apache__SubProcess.h === RCS file: /home/cvs/modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u

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/xs/Apache/SubProcess Apache__SubProcess.h

2001-12-17 Thread stas
stas01/12/17 21:44:16 Modified:xs/Apache/SubProcess Apache__SubProcess.h Log: - fix copy-n-paste error, which broke a few sub-tests Revision ChangesPath 1.8 +1 -1 modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h Index: Apache__SubProcess.h

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/todo missing_old_features.txt

2001-12-13 Thread stas
stas01/12/13 18:07:30 Modified:todo missing_old_features.txt Log: - need to port Apache::__T flag Revision ChangesPath 1.16 +4 -0 modperl-2.0/todo/missing_old_features.txt Index: missing_old_features.txt

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

2001-12-13 Thread stas
stas01/12/13 20:10:20 Modified:lib/ModPerl WrapXS.pm Log: - don't cache the autogeneration warning (it's not the same because of the generation trace) Revision ChangesPath 1.37 +9 -12 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm

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

2001-12-13 Thread stas
stas01/12/13 20:35:28 Modified:src/modules/perl modperl_util.c modperl_util.h Log: - porting modperl_perl_gensym from 1.x Revision ChangesPath 1.32 +10 -0 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

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

2001-12-13 Thread stas
stas01/12/13 20:52:46 Modified:todo api.txt lib/Apache compat.pm t/apache compat.t t/response/TestApache compat.pm Log: - Apache-gensym now lives in compat.pm Revision ChangesPath 1.17 +0 -3 modperl-2.0/todo

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

2001-12-13 Thread stas
stas01/12/13 21:12:13 Modified:lib/ModPerl WrapXS.pm Log: s/catfile/catdir/ when working with dirs Submitted by: Barrie Slaymaker [EMAIL PROTECTED] Reviewed by: stas Revision ChangesPath 1.39 +3 -3 modperl-2.0/lib/ModPerl/WrapXS.pm Index

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-2.0/t .cvsignore

2001-12-10 Thread stas
stas01/12/09 23:44:53 Modified:t.cvsignore Log: - ignore the generated t/SMOKE Revision ChangesPath 1.3 +1 -0 modperl-2.0/t/.cvsignore Index: .cvsignore === RCS file: /home

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/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 SMOKE.PL

2001-12-10 Thread stas
stas01/12/10 21:13:07 Modified:tSMOKE.PL Log: - use Apache::TestSmokePerl for t/SMOKE.PL in mod_perl Revision ChangesPath 1.2 +2 -2 modperl-2.0/t/SMOKE.PL Index: SMOKE.PL

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

2001-12-10 Thread stas
stas01/12/10 22:27:47 Modified:lib/ModPerl Config.pm Log: - use the existing configuration in as_string Revision ChangesPath 1.7 +1 -1 modperl-2.0/lib/ModPerl/Config.pm Index: Config.pm

cvs commit: modperl-2.0/t TEST.PL

2001-12-09 Thread stas
stas01/12/09 21:26:28 Modified:tTEST.PL Log: - use the full path to Apache-Test/lib, rather than relative Revision ChangesPath 1.5 +2 -1 modperl-2.0/t/TEST.PL Index: TEST.PL

cvs commit: modperl-2.0/ModPerl-Registry TODO

2001-12-07 Thread stas
stas01/12/07 10:12:17 Modified:ModPerl-Registry TODO Log: - todo: need to properly handle HEAD requests Revision ChangesPath 1.7 +2 -0 modperl-2.0/ModPerl-Registry/TODO Index: TODO

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

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

2001-12-05 Thread stas
filename test Revision ChangesPath 1.26 +4 -1 modperl-2.0/lib/Apache/compat.pm Index: compat.pm === RCS file: /home/cvs/modperl-2.0/lib/Apache/compat.pm,v retrieving revision 1.25 retrieving revision 1.26

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

2001-12-05 Thread stas
stas01/12/05 08:39:01 Modified:t/apache compat.t t/response/TestApache compat.pm Log: - add the rest of the sub tests for the $r methods provided by Apache::File in 1.x. Revision ChangesPath 1.6 +3 -3 modperl-2.0/t/apache/compat.t

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/lib/ModPerl Code.pm

2001-12-04 Thread stas
place in the same package. Revision ChangesPath 1.75 +1 -4 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file: /home/cvs/modperl-2.0/lib/Apache/Build.pm,v retrieving revision 1.74 retrieving

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

2001-12-04 Thread stas
stas01/12/04 03:29:36 Modified:lib/Apache Reload.pm Log: - document the debug mode Revision ChangesPath 1.2 +8 -1 modperl-2.0/lib/Apache/Reload.pm Index: Reload.pm === RCS file

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
-1 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS file: /home/cvs/modperl-2.0/lib/ModPerl/Code.pm,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- Code.pm 2001/11/05 05:19:01

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

2001-11-21 Thread stas
stas01/11/21 19:46:47 Modified:lib/Apache Build.pm Log: doc patch: '-e rebuild' reads better than '-erebuild' Revision ChangesPath 1.74 +4 -4 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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/lib/Apache Build.pm

2001-11-20 Thread stas
stas01/11/20 18:35:33 Modified:lib/Apache Build.pm Log: - add the rebuild() function that allows to reuse the build opts to build a new mod_perl Revision ChangesPath 1.73 +26 -0 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0 Makefile.PL

2001-11-20 Thread stas
stas01/11/20 18:39:45 Modified:.Makefile.PL Log: s/generate_xs/xs_generate/ to be consistent with make target and build/xs_generate.pl Revision ChangesPath 1.54 +2 -2 modperl-2.0/Makefile.PL Index: Makefile.PL

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
() to find the apr_pool_t * Revision ChangesPath 1.7 +3 -11 modperl-2.0/xs/Apache/ServerUtil/Apache__ServerUtil.h Index: Apache__ServerUtil.h === RCS file: /home/cvs/modperl-2.0/xs/Apache/ServerUtil

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/build make_etags

2001-11-19 Thread stas
stas01/11/19 18:56:35 Modified:buildmake_etags Log: - enable working from the build dir - make the script work for various etags util versions Revision ChangesPath 1.2 +3 -2 modperl-2.0/build/make_etags Index: make_etags

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
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.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- mod_perl.c

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
-pnotes Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: dougm Revision ChangesPath 1.10 +11 -1 modperl-2.0/t/response/TestAPI/request_rec.pm Index: request_rec.pm === RCS file: /home

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
-1 modperl-2.0/src/modules/perl/modperl_config.c Index: modperl_config.c === RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_config.c,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47

cvs commit: modperl-2.0/todo deprecated_features.txt missing_old_features.txt

2001-11-12 Thread stas
stas01/11/12 22:52:27 Modified:todo deprecated_features.txt missing_old_features.txt Log: correct names/paths Revision ChangesPath 1.4 +1 -1 modperl-2.0/todo/deprecated_features.txt Index: deprecated_features.txt

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryLoader.pm

2001-11-12 Thread stas
ChangesPath 1.3 +3 -0 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.2 retrieving

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2001-11-12 Thread stas
stas01/11/12 20:34:31 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: - style tweaks Revision ChangesPath 1.5 +3 -3 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCooker.pm

cvs commit: modperl-2.0/ModPerl-Registry/t TEST.PL

2001-11-12 Thread stas
stas01/11/12 20:35:26 Modified:ModPerl-Registry/t TEST.PL Log: - enable testing with the live sources, and not blib Revision ChangesPath 1.3 +1 -0 modperl-2.0/ModPerl-Registry/t/TEST.PL Index: TEST.PL

cvs commit: modperl-2.0/todo missing_old_features.txt

2001-11-12 Thread stas
stas01/11/12 20:37:55 Modified:todo missing_old_features.txt Log: - all these are implemented now: Apache::PerlRun, Apache::{Registry, RegistryNG}, Apache::RegistryLoader Revision ChangesPath 1.13 +0 -2 modperl-2.0/todo/missing_old_features.txt

cvs commit: modperl-2.0/todo possible_new_features.txt

2001-11-11 Thread stas
stas01/11/11 22:57:41 Modified:todo possible_new_features.txt Log: Apache::Registry already honors __END__ and __DATA__ Revision ChangesPath 1.12 +0 -2 modperl-2.0/todo/possible_new_features.txt Index: possible_new_features.txt

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

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