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/ModPerl-Registry TODO

2001-10-21 Thread stas
stas01/10/21 22:18:23 Modified:ModPerl-Registry TODO Log: - an issue of $$ with ithread Revision ChangesPath 1.3 +5 -0 modperl-2.0/ModPerl-Registry/TODO Index: TODO === RCS file: /hom

cvs commit: modperl-2.0 Makefile.PL

2001-10-21 Thread dougm
dougm 01/10/21 21:51:14 Modified:.Makefile.PL Log: win32 doesnt like documentation Revision ChangesPath 1.49 +8 -1 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS file: /home/

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/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/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 === R

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

2001-10-21 Thread dougm
dougm 01/10/21 20:41:38 Modified:src/modules/perl modperl_const.h xs/APR/Const Const.xs xs/Apache/Const Const.xs xs/ModPerl/Const Const.xs Log: tweak {ModPerl,APR,Apache}::Const so XS_modperl_const_compile is not directly referenced ou

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

2001-10-21 Thread dougm
dougm 01/10/21 20:26:03 Modified:xs/APR/APR APR.xs Log: fix comment so compiler doesnt puke; blurfff Revision ChangesPath 1.3 +1 -1 modperl-2.0/xs/APR/APR/APR.xs Index: APR.xs === RCS f

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

2001-10-21 Thread dougm
dougm 01/10/21 20:06:45 Modified:xs/APR/APR APR.xs Log: "disable" under win32 for the moment Revision ChangesPath 1.2 +11 -0 modperl-2.0/xs/APR/APR/APR.xs Index: APR.xs === RCS file: /ho

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

2001-10-21 Thread dougm
dougm 01/10/21 19:46:55 Modified:xs/maps apache_functions.map Log: ap_get_local_host is not exported Revision ChangesPath 1.34 +3 -1 modperl-2.0/xs/maps/apache_functions.map Index: apache_functions.map =

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

2001-10-21 Thread dougm
dougm 01/10/21 19:43:18 Modified:lib/ModPerl WrapXS.pm Log: export 'perl_module' for win32 Revision ChangesPath 1.32 +1 -1 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm === RCS file

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

2001-10-21 Thread dougm
dougm 01/10/21 18:54:02 Modified:xs/maps apache_functions.map Log: disable Apache::Connection::read_request (not available on all platforms) Revision ChangesPath 1.33 +3 -1 modperl-2.0/xs/maps/apache_functions.map Index: apache_functions.map =

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

2001-10-21 Thread dougm
dougm 01/10/21 18:52:06 Modified:xs/maps apr_functions.map Log: disable Apache::Signal::get_description (not available on all platforms) Revision ChangesPath 1.25 +2 -1 modperl-2.0/xs/maps/apr_functions.map Index: apr_functions.map ===

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

2001-10-21 Thread dougm
dougm 01/10/21 18:43:56 Modified:lib/ModPerl WrapXS.pm Log: when dealing with single export file only write header once Revision ChangesPath 1.31 +4 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.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/lib/Apache Build.pm

2001-10-21 Thread dougm
dougm 01/10/21 18:34:57 Modified:lib/Apache Build.pm Log: -def:modperl.exp is not for .xs .dlls Revision ChangesPath 1.67 +1 -6 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS fi

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

2001-10-21 Thread dougm
dougm 01/10/21 18:33:47 Modified:lib/Apache Build.pm lib/ModPerl WrapXS.pm Log: win32 only allow 1 -def arg; so put all symbols into modperl.def Revision ChangesPath 1.66 +4 -6 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 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 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: /home

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 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 fi

cvs commit: modperl-2.0/xs/ModPerl/Const .cvsignore Makefile.PL

2001-10-21 Thread dougm
dougm 01/10/21 16:01:54 Modified:xs/ModPerl/Const .cvsignore Makefile.PL Log: avoid using symlink (not supported on win32) Revision ChangesPath 1.2 +1 -1 modperl-2.0/xs/ModPerl/Const/.cvsignore Index: .cvsignore ===

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/mod

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

2001-10-21 Thread dougm
dougm 01/10/21 15:10:11 Modified:src/modules/perl modperl_interp.c Log: temporary workaround to get things running with 5.6.1 Revision ChangesPath 1.36 +7 -0 modperl-2.0/src/modules/perl/modperl_interp.c Index: modperl_interp.c