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
modperl-2.0/todo/api.txt Index: api.txt === RCS file: /home/cvs/modperl-2.0/todo/api.txt,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- api.txt 2001/10/29 01:19:16 1.12 +++ api.txt

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
1.32 +7 -2 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm === RCS file: /home/cvs/modperl-2.0/lib/Apache/ParseSource.pm,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32

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

2001-11-06 Thread dougm
Apache__RequestUtil.h xs/Apache/ServerUtil Apache__ServerUtil.h xs/ModPerl/Global ModPerl__Global.h xs/tables/current/ModPerl FunctionTable.pm Log: rid dTHX; usage Revision ChangesPath 1.3 +1 -3 modperl-2.0/xs/APR/Bucket

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
Revision ChangesPath 1.71 +1 -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.70 retrieving revision 1.71 diff -u -r1.70

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
-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.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- mod_perl.c2001/10/13

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

2001-10-28 Thread stas
-location Revision ChangesPath 1.45 +4 -0 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.44

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
-2.0/src/modules/perl/modperl_util.h Index: modperl_util.h === RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_util.h,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- modperl_util.h

cvs commit: modperl-2.0/ModPerl-Registry TODO

2001-10-22 Thread stas
stas01/10/22 01:33:48 Modified:ModPerl-Registry TODO Log: - document the rest of the nice to have things Revision ChangesPath 1.4 +39 -7 modperl-2.0/ModPerl-Registry/TODO Index: TODO

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
outside of libmodperl.so Revision ChangesPath 1.33 +3 -2 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm === RCS file: /home/cvs/modperl-2.0/lib/ModPerl/WrapXS.pm,v retrieving revision 1.32 retrieving

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/ModPerl-Registry/t/cgi-bin special_blocks.pl

2001-10-21 Thread stas
stas01/10/20 23:53:28 Modified:ModPerl-Registry/t special_blocks.t Added: ModPerl-Registry/t/cgi-bin special_blocks.pl Log: - adding the forgotten file Revision ChangesPath 1.2 +2 -2 modperl-2.0/ModPerl-Registry/t/special_blocks.t Index

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

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

2001-10-21 Thread dougm
dougm 01/10/21 18:38:06 Modified:lib/Apache Build.pm lib/ModPerl MM.pm Log: win32 .xs - .dll's need to link against libmodperl.lib Revision ChangesPath 1.68 +13 -0 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0/xs/ModPerl/Const Const.xs

2001-10-21 Thread dougm
outside ModPerl/Const.so Revision ChangesPath 1.2 +5 -0 modperl-2.0/src/modules/perl/modperl_const.h Index: modperl_const.h === RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_const.h,v

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

2001-10-21 Thread dougm
dougm 01/10/21 20:49:49 Modified:lib/Apache Build.pm Log: cosmetic: add missing \t in win32 Makefile Revision ChangesPath 1.69 +1 -3 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2001-10-21 Thread dougm
dougm 01/10/21 20:57:59 Modified:lib/Apache Build.pm Log: clean win32 files (libmodperl.{lib,exp} Revision ChangesPath 1.70 +3 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS

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

2001-10-21 Thread dougm
dougm 01/10/21 20:58:26 Modified:src/modules/perl .cvsignore t/conf .cvsignore Log: ignores Revision ChangesPath 1.9 +2 -0 modperl-2.0/src/modules/perl/.cvsignore Index: .cvsignore

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

2001-10-21 Thread dougm
dougm 01/10/21 22:42:23 Modified:src/modules/perl modperl_const.c Log: XSRETURN_YES in ModPerl::Const::import makes win32 blowup; XSRETURN_EMPTY is ok Revision ChangesPath 1.8 +1 -1 modperl-2.0/src/modules/perl/modperl_const.c Index: modperl_const.c

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

2001-10-20 Thread dougm
dougm 01/10/20 22:24:52 Modified:lib/Apache Build.pm Log: avoid use of unintialized value Revision ChangesPath 1.60 +12 -2 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file

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

2001-10-20 Thread dougm
dougm 01/10/20 22:46:20 Modified:lib/ModPerl WrapXS.pm Log: leave certain (e.g. ithreads only) functions out of the export lists Revision ChangesPath 1.28 +15 -1 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm

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

2001-10-20 Thread dougm
dougm 01/10/20 19:50:15 Modified:lib/Apache Build.pm Log: use more Config.pm/MakeMaker variables to make win32 happier Revision ChangesPath 1.55 +8 -8 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2001-10-20 Thread dougm
dougm 01/10/20 22:48:13 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.38 +1 -43 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-10-20 Thread dougm
dougm 01/10/20 11:30:40 Modified:lib/ModPerl BuildOptions.pm pod modperl_dev.pod Log: default to building mod_perl as a dso Revision ChangesPath 1.10 +4 -1 modperl-2.0/lib/ModPerl/BuildOptions.pm Index: BuildOptions.pm

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

2001-10-19 Thread stas
stas01/10/18 23:46:25 Modified:ModPerl-Registry/t/conf extra.conf.in Log: - prepare the configuration for a set of /same_interp aliases and registry configurations - some slight reorg of the conf file Revision ChangesPath 1.2 +73 -15modperl-2.0/ModPerl

cvs commit: modperl-2.0/src/modules/perl modperl_handler.h modperl_perl_global.h modperl_types.h

2001-10-19 Thread dougm
-2.0/src/modules/perl/modperl_handler.h Index: modperl_handler.h === RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_handler.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8

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

2001-10-19 Thread stas
stas01/10/19 03:37:20 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: - module cleanup, moving XXX/META's into the todo list Revision ChangesPath 1.4 +35 -75modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index

cvs commit: modperl-2.0/ModPerl-Registry TODO

2001-10-19 Thread stas
stas01/10/19 03:43:25 Modified:ModPerl-Registry TODO Log: - summarize things that have to be done for Registry Revision ChangesPath 1.2 +44 -26modperl-2.0/ModPerl-Registry/TODO Index: TODO

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

2001-10-19 Thread stas
stas01/10/19 20:35:54 Modified:src/modules/perl modperl_time.h Log: - handle platforms which don't have HZ constant defined Revision ChangesPath 1.2 +8 -2 modperl-2.0/src/modules/perl/modperl_time.h Index: modperl_time.h

cvs commit: modperl-2.0/ModPerl-Registry .cvsignore

2001-10-18 Thread stas
stas01/10/18 20:00:15 Modified:ModPerl-Registry .cvsignore Log: ignore files Revision ChangesPath 1.2 +1 -0 modperl-2.0/ModPerl-Registry/.cvsignore Index: .cvsignore === RCS file

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-10-18 Thread stas
stas01/10/18 19:17:10 Modified:pod modperl_dev.pod Log: - document the existance of PerlInitHandler Revision ChangesPath 1.42 +2 -0 modperl-2.0/pod/modperl_dev.pod Index: modperl_dev.pod

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

2001-10-18 Thread stas
stas01/10/18 19:40:41 Modified:ModPerl-Registry/t TEST.PL Log: - allow 2 maxclients, since some tests generate two requests at the same time (one from within the other) Revision ChangesPath 1.2 +15 -8 modperl-2.0/ModPerl-Registry/t/TEST.PL Index

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

2001-10-18 Thread stas
stas01/10/18 19:58:57 Modified:ModPerl-Registry/t/conf .cvsignore Log: ignore files Revision ChangesPath 1.2 +3 -0 modperl-2.0/ModPerl-Registry/t/conf/.cvsignore Index: .cvsignore

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

2001-10-17 Thread stas
stas01/10/17 21:25:12 Modified:ModPerl-Registry/t .cvsignore Added: ModPerl-Registry .cvsignore Log: - cvsignore files Revision ChangesPath 1.1 modperl-2.0/ModPerl-Registry/.cvsignore Index: .cvsignore

Re: cvs commit: modperl-2.0/ModPerl-Registry/t .cvsignore

2001-10-17 Thread Stas Bekman
[EMAIL PROTECTED] wrote: stas01/10/17 21:25:12 Modified:ModPerl-Registry/t .cvsignore Added: ModPerl-Registry .cvsignore Log: - cvsignore files Any idea why I don't get the Submitted by: and other commit headers while doing cvs commit under this dir?

Re: cvs commit: modperl-2.0/ModPerl-Registry/t .cvsignore

2001-10-17 Thread Philippe M. Chiasson
On Thu, Oct 18, 2001 at 12:35:06PM +0800, Stas Bekman wrote: [EMAIL PROTECTED] wrote: stas01/10/17 21:25:12 Modified:ModPerl-Registry/t .cvsignore Added: ModPerl-Registry .cvsignore Log: - cvsignore files Any idea why I don't get the Submitted

Re: cvs commit: modperl-2.0/ModPerl-Registry/t .cvsignore

2001-10-17 Thread Stas Bekman
Philippe M. Chiasson wrote: On Thu, Oct 18, 2001 at 12:35:06PM +0800, Stas Bekman wrote: [EMAIL PROTECTED] wrote: stas01/10/17 21:25:12 Modified:ModPerl-Registry/t .cvsignore Added: ModPerl-Registry .cvsignore Log: - cvsignore files Any idea why I don't get the

cvs commit: modperl-2.0/xs .cvsignore

2001-10-17 Thread stas
stas01/10/17 00:25:13 Modified:xs .cvsignore Log: - ignore *.def Revision ChangesPath 1.3 +1 -0 modperl-2.0/xs/.cvsignore Index: .cvsignore === RCS file: /home/cvs/modperl-2.0

cvs commit: modperl-2.0 Makefile.PL

2001-10-17 Thread dougm
dougm 01/10/17 10:38:07 Modified:.Makefile.PL Log: undo undo of explicit DIR in WriteMakefile; problem seems to have gone away Revision ChangesPath 1.45 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL

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

2001-10-16 Thread dougm
dougm 01/10/16 20:20:02 Added: t/modperl interp.t t/response/TestModperl interp.pm Log: add a test that uses the same interpreter each time Revision ChangesPath 1.1 modperl-2.0/t/modperl/interp.t Index: interp.t

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

2001-10-16 Thread stas
stas01/10/16 22:35:34 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: - add a D_NONE const - now the DEBUG const can be overriden from httpd.conf Revision ChangesPath 1.2 +10 -7 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm

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

2001-10-13 Thread dougm
dougm 01/10/13 11:55:03 Modified:src/modules/perl modperl_perl_global.c modperl_perl_global.h Log: s/hv_fetch/hv_fetch_he/g Revision ChangesPath 1.10 +24 -9 modperl-2.0/src/modules/perl/modperl_perl_global.c Index: modperl_perl_global.c

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

2001-10-13 Thread dougm
dougm 01/10/13 12:02:03 Modified:src/modules/perl mod_perl.c modperl_perl_global.c modperl_perl_global.h Log: calculate hash of MP_modglobal_keys keys at startup Revision ChangesPath 1.91 +1 -0 modperl-2.0/src/modules/perl/mod_perl.c

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

2001-10-13 Thread dougm
dougm 01/10/13 12:05:16 Modified:src/modules/perl modperl_perl_global.c Log: use consistent style to iterate over MP_modglobal_keys Revision ChangesPath 1.12 +5 -4 modperl-2.0/src/modules/perl/modperl_perl_global.c Index: modperl_perl_global.c

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

2001-10-13 Thread dougm
dougm 01/10/13 12:12:17 Modified:src/modules/perl modperl_env.c Log: s/modperl_env_const_vars/MP_env_const_vars/g Revision ChangesPath 1.14 +4 -4 modperl-2.0/src/modules/perl/modperl_env.c Index: modperl_env.c

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

2001-10-13 Thread dougm
dougm 01/10/13 12:14:58 Modified:src/modules/perl modperl_env.c Log: use consistent style to iterate over MP_env_const_vars Revision ChangesPath 1.15 +3 -4 modperl-2.0/src/modules/perl/modperl_env.c Index: modperl_env.c

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

2001-10-12 Thread dougm
dougm 01/10/12 20:22:15 Modified:src/modules/perl modperl_mgv.c modperl_util.c modperl_util.h Log: making modperl_perl_hv_fetch_he a public function Revision ChangesPath 1.15 +0 -33 modperl-2.0/src/modules/perl/modperl_mgv.c Index: modperl_mgv.c

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

2001-10-11 Thread dougm
dougm 01/10/11 08:38:23 Modified:src/modules/perl modperl_config.h Log: add MP_dTHX macro Revision ChangesPath 1.28 +10 -0 modperl-2.0/src/modules/perl/modperl_config.h Index: modperl_config.h

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

2001-10-11 Thread dougm
dougm 01/10/11 12:32:43 Modified:lib/Apache Build.pm Log: fixup ldopts for hpux Revision ChangesPath 1.48 +8 -0 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file: /home/cvs

cvs commit: modperl-2.0 Makefile.PL

2001-10-11 Thread dougm
dougm 01/10/11 12:48:08 Modified:.Makefile.PL Log: add os specific sanity checks starting with hpux Revision ChangesPath 1.43 +19 -0 modperl-2.0/Makefile.PL Index: Makefile.PL

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

2001-10-11 Thread dougm
dougm 01/10/11 17:23:51 Modified:lib/Apache Build.pm Log: fixup hpux cflags Revision ChangesPath 1.49 +16 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file: /home/cvs

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

2001-10-10 Thread dougm
dougm 01/10/09 10:58:44 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.35 +25 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

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

2001-10-10 Thread stas
Revision ChangesPath 1.1 modperl-2.0/ModPerl-Registry/MANIFEST Index: MANIFEST === MANIFEST This list of files Makefile.PL README TODO lib/ModPerl/PerlRun.pm lib/ModPerl

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

2001-10-10 Thread dougm
dougm 01/10/08 17:13:00 Modified:src/modules/perl mod_perl.c modperl_perl.c modperl_perl.h Log: *CORE::GLOBAL::exit = \ModPerl::Util::exit Revision ChangesPath 1.88 +2 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0 Makefile.PL

2001-10-10 Thread dougm
dougm 01/10/10 20:29:32 Modified:.Makefile.PL Log: the DIR = [] patch does not work, backing it out for now. Revision ChangesPath 1.42 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL

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

2001-10-09 Thread stas
modperl-2.0/lib/Apache/Reload.pm Index: Reload.pm === package Apache::Reload; use strict; use warnings FATAL = 'all'; our $VERSION = '0.08'; use vars qw(%INCS %Stat $TouchTime %UndefFields); %Stat = ($INC

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

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

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

2001-10-09 Thread stas
stas01/10/09 09:48:31 Modified:ModPerl-Registry/t closure.t Log: - using select() instead of sleep to gain 1 sec delay granularity, needed for -M to notice that the file was modified Revision ChangesPath 1.2 +4 -1 modperl-2.0/ModPerl-Registry/t

cvs commit: modperl-2.0 Makefile.PL

2001-10-09 Thread dougm
dougm 01/10/09 11:28:37 Modified:.Makefile.PL Log: clean xs/*.def and xs/*.exp Revision ChangesPath 1.41 +1 -0 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS file: /home/cvs

Re: cvs commit: modperl-2.0/xs/ModPerl/Util ModPerl__Util.h

2001-10-09 Thread Stas Bekman
[EMAIL PROTECTED] wrote: dougm 01/10/08 10:57:45 Added: xs/ModPerl/Util ModPerl__Util.h Log: new module for util functions Revision ChangesPath 1.1 modperl-2.0/xs/ModPerl/Util/ModPerl__Util.h Index: ModPerl__Util.h

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

2001-10-08 Thread dougm
dougm 01/10/08 10:04:46 Modified:lib/ModPerl WrapXS.pm Log: default to Apache::XSLoader if class does not have its own (e.g. ModPerl::) Revision ChangesPath 1.24 +3 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm

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

2001-10-08 Thread dougm
dougm 01/10/08 10:39:54 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.33 +10 -2 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

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

2001-10-08 Thread dougm
dougm 01/10/08 16:34:07 Modified:src/modules/perl modperl_util.c modperl_util.h Log: add modperl_perl_exit() function Revision ChangesPath 1.25 +8 -0 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

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

2001-10-08 Thread dougm
dougm 01/10/08 10:57:28 modperl-2.0/xs/ModPerl/Util - New directory

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

2001-10-08 Thread dougm
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.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- compat.pm 2001/10/08 17:33

cvs commit: modperl-2.0/todo api.txt

2001-10-08 Thread dougm
dougm 01/10/08 11:41:10 Modified:todo api.txt Log: 2.0 has removed r-content_language Revision ChangesPath 1.10 +0 -4 modperl-2.0/todo/api.txt Index: api.txt === RCS file: /home/cvs

cvs commit: modperl-2.0/t/response/TestModperl - New directory

2001-10-08 Thread dougm
dougm 01/10/08 13:36:47 modperl-2.0/t/response/TestModperl - New directory

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

2001-10-07 Thread dougm
+0 -2 modperl-2.0/lib/ModPerl/TypeMap.pm Index: TypeMap.pm === RCS file: /home/cvs/modperl-2.0/lib/ModPerl/TypeMap.pm,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- TypeMap.pm

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

2001-10-07 Thread dougm
dougm 01/10/07 13:20:53 Modified:src/modules/perl modperl_util.c Log: style nits Revision ChangesPath 1.22 +20 -17modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

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

2001-10-07 Thread dougm
dougm 01/10/07 13:22:02 Modified:src/modules/perl modperl_util.c modperl_util.h Log: s/bool/int/ (i dont think bool is portable) Revision ChangesPath 1.23 +1 -1 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

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

2001-10-07 Thread dougm
dougm 01/10/07 13:24:22 Modified:src/modules/perl modperl_util.c modperl_util.h Log: add modperl_perl_call_list() function Revision ChangesPath 1.24 +23 -0 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

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

2001-10-07 Thread dougm
the subroutines for given package modperl_perl_global_avcv_clear() function to clear the subroutines for given package END blocks are now saved via the new logic Revision ChangesPath 1.6 +130 -0modperl-2.0/src/modules/perl/modperl_perl_global.c Index

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

2001-10-07 Thread dougm
dougm 01/10/07 15:04:07 Modified:src/modules/perl modperl_perl_global.c modperl_perl_global.h Log: add modperl_modglobal_lookup() function to lookup a modperl_modglobal_key_t based on string name Revision ChangesPath 1.7 +14 -0 modperl-2.0/src/modules/perl

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

2001-10-07 Thread dougm
dougm 01/10/07 15:07:15 Modified:src/modules/perl modperl_perl_global.c modperl_perl_global.h Log: wont be able to use a precomputed hash for modperl_modglobal_key_t's Revision ChangesPath 1.8 +1 -1 modperl-2.0/src/modules/perl/modperl_perl_global.c

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

2001-10-07 Thread dougm
dougm 01/10/07 15:11:56 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.31 +124 -8modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

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