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

2002-03-13 Thread stas
stas02/03/13 09:26:50 Modified:lib/ModPerl WrapXS.pm Log: - wrap the XS loading in the BEGIN block, to make sure that any constants defined in the boot function will be immediately available during the perl code compilation Revision ChangesPath 1.40 +7 -4

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: WrapXS

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

2001-12-13 Thread stas
stas01/12/13 20:51:55 Modified:lib/ModPerl WrapXS.pm Log: - use portable catfile instead of join '/', ... Revision ChangesPath 1.38 +5 -4 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm =

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

2001-11-28 Thread dougm
dougm 01/11/28 09:05:56 Modified:lib/ModPerl WrapXS.pm Log: another fix for modules with only MPXS_ functions Revision ChangesPath 1.36 +1 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ===

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

2001-11-28 Thread dougm
dougm 01/11/28 09:00:00 Modified:lib/ModPerl WrapXS.pm Log: fix for modules with only MPXS_ functions Revision ChangesPath 1.35 +2 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ===

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/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 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 WrapXS.pm

2001-10-20 Thread dougm
dougm 01/10/20 23:12:08 Modified:lib/ModPerl WrapXS.pm Log: add another .{def,exp} filter for ithreads Revision ChangesPath 1.29 +34 -22modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ==

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

2001-10-09 Thread dougm
dougm 01/10/09 11:28:19 Modified:lib/ModPerl WrapXS.pm Log: generate {apache,modperl}.def files for win32 Revision ChangesPath 1.26 +29 -3 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ===

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

2001-05-02 Thread dougm
dougm 01/05/02 21:01:53 Modified:lib/ModPerl WrapXS.pm Log: somehow the recent change to base.pm requires us to have a $VERSION in the generated .pms Revision ChangesPath 1.12 +1 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ==

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

2001-04-20 Thread dougm
dougm 01/04/20 11:03:49 Modified:lib/ModPerl WrapXS.pm Log: use thr corrent lib path Revision ChangesPath 1.8 +1 -1 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm === RCS file: /hom

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

2001-04-19 Thread dougm
dougm 01/04/19 10:24:46 Modified:lib/ModPerl WrapXS.pm Log: ablity to add code to the generate .pm Revision ChangesPath 1.6 +29 -2 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ===

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

2001-04-06 Thread dougm
dougm 01/04/06 14:31:59 Modified:lib/ModPerl WrapXS.pm Log: make sure this value is initialized (thanks to brian millet) Revision ChangesPath 1.5 +1 -1 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm

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

2001-03-12 Thread dougm
dougm 01/03/12 23:09:29 Modified:lib/ModPerl WrapXS.pm Log: ... passthru functions always need a THX Revision ChangesPath 1.3 +1 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ===

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

2001-03-04 Thread dougm
dougm 01/03/04 19:47:33 Added: lib/ModPerl WrapXS.pm Log: module to generating the Makefile.PL, .pm and .xs for a module Revision ChangesPath 1.1 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ==