richter     02/03/11 20:52:08

  Modified:    .        Tag: Embperl2c Embperl.pm MANIFEST epapinit.c
                        epmem.c test.pl
               test/conf Tag: Embperl2c httpd.conf.src
  Log:
  dso support
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.118.4.97 +3 -3      embperl/Embperl.pm
  
  Index: Embperl.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl.pm,v
  retrieving revision 1.118.4.96
  retrieving revision 1.118.4.97
  diff -u -r1.118.4.96 -r1.118.4.97
  --- Embperl.pm        11 Mar 2002 08:47:25 -0000      1.118.4.96
  +++ Embperl.pm        12 Mar 2002 04:52:07 -0000      1.118.4.97
  @@ -10,7 +10,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: Embperl.pm,v 1.118.4.96 2002/03/11 08:47:25 richter Exp $
  +#   $Id: Embperl.pm,v 1.118.4.97 2002/03/12 04:52:07 richter Exp $
   #
   ###################################################################################
   
  @@ -46,7 +46,7 @@
   
   @ISA = qw(Exporter DynaLoader);
   
  -$VERSION = '2.0b6_dev-2' ;
  +$VERSION = '2.0b6' ;
   
   $modperl = $ENV{MOD_PERL} ;
   
  @@ -113,7 +113,7 @@
       
       my $lineno = getlineno () ;
       my $Inputfile = Sourcefile () ;
  -    if ($msg =~ /Embperl/)
  +    if ($msg =~ /Embperl\.pm/)
           {
           $msg =~ s/at (.*?) line (\d*)/at $Inputfile in block starting at line 
$lineno/ ;
           }
  
  
  
  1.50.4.38 +497 -385  embperl/MANIFEST
  
  Index: MANIFEST
  ===================================================================
  RCS file: /home/cvs/embperl/MANIFEST,v
  retrieving revision 1.50.4.37
  retrieving revision 1.50.4.38
  diff -u -r1.50.4.37 -r1.50.4.38
  --- MANIFEST  20 Nov 2001 15:15:41 -0000      1.50.4.37
  +++ MANIFEST  12 Mar 2002 04:52:07 -0000      1.50.4.38
  @@ -1,442 +1,554 @@
  -epcomp.c
  -epdom.c
  -epdom.h
  -epparse.c
  -epcmd2.c
  -ep2.h
  -epcache.c
  -epprovider.c
  -Embperl/Syntax.pm
  -Embperl/Syntax/HTML.pm
  -Embperl/Syntax/EmbperlHTML.pm
  -Embperl/Syntax/EmbperlBlocks.pm
  -Embperl/Syntax/Embperl.pm
  -Embperl/Syntax/SSI.pm
  -Embperl/Syntax/ASP.pm
  -Embperl/Syntax/Text.pm
  -Embperl/Syntax/Perl.pm
  -Embperl/Syntax/Mail.pm
  -Embperl/Syntax/RTF.pm
  -Embperl/Syntax/POD.pm
  -Embperl/Syntax/Test.pm
  +CVS.pod
  +Changes.pod
  +Cmd.xs
  +DOM.xs
  +Doxyfile
  +Embperl.pm
  +Embperl.pod
  +Embperl.xs
  +Embperl/App.pm
  +Embperl/Constant.pm
  +Embperl/Form/Validate.pm
  +Embperl/Form/Validate/Default.pm
  +Embperl/Form/Validate/Number.pm
  +Embperl/Log.pm
  +Embperl/Mail.pm
  +Embperl/Module.pm
  +Embperl/Object.pm
  +Embperl/Out.pm
   Embperl/Recipe.pm
   Embperl/Recipe/Embperl.pm
  -Embperl/Recipe/EmbperlXSLT.pm
   Embperl/Recipe/EmbperlLibXSLT.pm
  +Embperl/Recipe/EmbperlPODXSLT.pm
  +Embperl/Recipe/EmbperlXSLT.pm
   Embperl/Recipe/EmbperlXalanXSLT.pm
  -Embperl/Recipe/XSLT.pm
   Embperl/Recipe/LibXSLT.pm
  +Embperl/Recipe/XSLT.pm
   Embperl/Recipe/XalanXSLT.pm
  -README.v2
  -driver/eplibxslt.MAKEPL
  -driver/eplibxslt.c
  -driver/epxalan.MAKEPL
  -driver/epxalan.cpp
  -test/cmp2/errdoc2.htm
  -test/cmp2/error.htm
  -test/cmp2/errormismatch.htm
  -test/cmp2/errormismatchcmd.htm
  -test/cmp2/hidden.htm
  -test/cmp2/if.htm
  -test/cmp2/input.htm
  -test/cmp2/lists.htm
  -test/cmp2/loop.htm
  -test/cmp2/mix.htm
  -test/cmp2/rawinput.htm
  -test/cmp2/tagscan.htm
  -test/cmp2/unclosed.htm
  -test/cmp2/varerr.htm
  -test/cmp2/importsub.htm
  -test/cmp2/importsub2.htm
  -test/cmp2/importmodule.htm
  -test/cmp2/epodiv.htm
  -test/cmp2/epoincdiv.htm
  -test/cmp2/epobless2.htm
  -test/cmp2/epobless3.htm
  -test/cmp2/varerr.htm56
  -test/cmp2/table.htm
  -test/cmp2/tied.htm
  -test/html2/error.htm
  -test/html2/errormismatch.htm
  -test/html2/errormismatchcmd.htm
  -test/html/rawinput/include.htm
  -test/html/executesub.htm
  -test/html/subexec.htm
  -test/html/incif.htm
  -test/html/inctext.htm
  -test/html/incperl.htm
  -test/html/syntax.htm
  -test/html/asp.htm
  -test/html/SSI/ssibasic.htm
  -test/html/SSI/ssiinc.htm
  -test/html/SSIEP/ssiep.htm
  -test/html/registry/script.pl
  -test/html/subtab.htm
  -test/html/execfirst.htm
  -test/html/execsecond.htm
  -test/html/execprint.htm
  -test/html/inputjs2.htm
  -test/html/rtf/rtfbasic.asc
  -test/html/rtf/rtffull.asc
  -test/html/rtf/rtfloop.asc
  -test/html/rtf/rtfadv.asc
  -test/html/rtf/rtfmeta.asc
  -test/html/xml/pod.xml
  -test/html/xml/pod.xsl
  -test/html/xml/kfdres.xml
  -test/html/xml/kfd.xsl
  -test/html/pod/pod.asc
  -test/html/incxmlLibXSLT.htm
  -test/html/incxmlXalanXSLT.htm
  -test/html/tagintag.htm
  -test/cmp/tagintag.htm
  -test/cmp/pod.asc
  -test/cmp/pod.xml
  -test/cmp/pod.xml.xalan
  -test/cmp/pod.asc.htm
  -test/cmp/pod.asc.xalan.htm
  -test/cmp/incxmlLibXSLT.htm
  -test/cmp/incxmlXalanXSLT.htm
  -test/cmp/incif.htm
  -test/cmp/executesub.htm
  -test/cmp/ssibasic.htm
  -test/cmp/ssiep.htm
  -test/cmp/inctext.htm
  -test/cmp/incperl.htm
  -test/cmp/syntax.htm
  -test/cmp/asp.htm
  -test/cmp/subtab.htm
  -test/cmp/execfirst.htm
  -test/cmp/execsecond.htm
  -test/cmp/execprint.htm
  -test/cmp/inputjs2.htm
  -test/cmp/rtfbasic.asc
  -test/cmp/rtffull.asc
  -test/cmp/rtfloop.asc
  -test/cmp/rtfadv.asc
  -test/cmp/rtfmeta.asc
  -Changes.pod
  -Embperl.pm
  -Embperl.xs
  -Cmd.xs
  -DOM.xs
  -Syntax.xs
  +Embperl/Run.pm
  +Embperl/Session.pm
  +Embperl/Syntax.pm
  +Embperl/Syntax/ASP.pm
  +Embperl/Syntax/Embperl.pm
  +Embperl/Syntax/EmbperlBlocks.pm
  +Embperl/Syntax/EmbperlHTML.pm
  +Embperl/Syntax/HTML.pm
  +Embperl/Syntax/Mail.pm
  +Embperl/Syntax/MsgIdExtract.pm
  +Embperl/Syntax/POD.pm
  +Embperl/Syntax/Perl.pm
  +Embperl/Syntax/RTF.pm
  +Embperl/Syntax/SSI.pm
  +Embperl/Syntax/Test.pm
  +Embperl/Syntax/Text.pm
  +Embperl/Util.pm
  +EmbperlD.pod
  +EmbperlLogo.gif
   EmbperlObject.pm
  -MANIFEST
  -Makefile.PL
  -README
  -TODO
  +Embperl_BS
   Faq.pod
  -CVS.pod
  +Features.pod
  +FeaturesD.pod
   INSTALL.pod
  -NEWS.pod
   Intro.pod
  -Embperl.pod
  -Features.pod
  -EmbperlD.pod
   IntroD.pod
  -FeaturesD.pod
   IntroEmbperlObject.pod
  +MANIFEST
  +Makefile.PL
  +NEWS.pod
  +Old.xs
  +README
  +README.v2
  +Syntax.xs
  +TODO
   TipsAndTricks.pod
  -typemap
  +crypto/Makefile
   crypto/README
  -crypto/epcrypto_config.h
   crypto/epcrypto.c
   crypto/epcrypto.h
  -crypto/Makefile
  +crypto/epcrypto_config.h
  +driver/eplibxslt.MAKEPL
  +driver/eplibxslt.c
  +driver/epxalan.MAKEPL
  +driver/epxalan.cpp
   eg/README
  +eg/images/back-expander.gif
  +eg/images/but.gif
  +eg/images/frame.jpg
  +eg/images/h_content.gif
  +eg/images/h_current-v.gif
  +eg/images/h_news.gif
  +eg/images/hintergrund-nav.gif
  +eg/images/i-nav-over.gif
  +eg/images/i-sub-off.gif
  +eg/images/i-sub-on.gif
  +eg/images/i-sub-open.gif
  +eg/images/i-sub-over.gif
   eg/images/jazzbkgd.gif
  -eg/x/neu.htm
  -eg/x/table.htm
  -eg/x/loop.htm
  -eg/x/lists.htm
  +eg/images/kopf-links.gif
  +eg/images/kopf-mitte.jpg
  +eg/images/kopf-rechts-deutsch.jpg
  +eg/images/kopf-rechts-engl.jpg
  +eg/images/linie-nav.gif
  +eg/images/linie-news.gif
  +eg/images/transp.gif
  +eg/web/base.epl
  +eg/web/config.pl
  +eg/web/content.epl
  +eg/web/db/add.epl
  +eg/web/db/addsel.epl
  +eg/web/db/content.epl
  +eg/web/db/data.epd
  +eg/web/db/epwebapp.pl
  +eg/web/db/news/news.xsl
  +eg/web/db/news/pod.xsl
  +eg/web/db/show.epl
  +eg/web/db/sites/pod.xsl
  +eg/web/epwebapp.pl
  +eg/web/footer.htm
  +eg/web/header.epl
  +eg/web/index.htm
  +eg/web/indexD.htm
  +eg/web/menuleft.epl
  +eg/web/messages.pl
  +eg/web/news.epl
  +eg/web/notfound.htm
  +eg/web/pod.xsl
  +eg/web/pod/content.epl
  +eg/web/pod/doc/index.htm
  +eg/web/pod/intro/index.htm
  +eg/webutil/db.schema
  +eg/webutil/setupdb.pl
  +eg/x/Execute.pl
   eg/x/config.htm
  -eg/x/if.htm
   eg/x/dbi1.htm
   eg/x/dbi2.htm
  +eg/x/formvalidation.htm
  +eg/x/if.htm
   eg/x/input.htm
  +eg/x/lists.htm
  +eg/x/loop.htm
  +eg/x/neu.htm
   eg/x/recordset.htm
  -eg/x/Execute.pl
  +eg/x/table.htm
   eg/x/upload.htm
  -embperl.h
  -embpexec.pl.templ
  -embpexec.bat.templ
  -embpcgi.pl.templ
  +eg/x/while.htm
   embpcgi.bat.templ
  +embpcgi.pl.templ
   embpcgi.test.pl.templ
  -epocgi.pl.templ
  -epocgi.bat.templ
  -epocgi.test.pl.templ
  +embperl.h
  +embpexec.bat.templ
  +embpexec.pl.templ
   embpfastcgi.pl.templ
  +embpmsgid.pl.templ
   ep.h
  -epdat.h
  -epio.c
  -epmain.c
  +ep2.h
  +epapinit.c
  +epcache.c
  +epcfg.h
  +epcgiinit.c
   epchar.c
   epchar.c.iso-latin-2
   epchar.c.min
  -epeval.c
   epcmd.c
  -eputil.c
  -epnames.h
  +epcmd2.c
  +epcomp.c
  +epdat2.h
  +epdbg.c
  +epdom.c
  +epdom.h
  +epeval.c
  +epinit.c
  +epio.c
   epmacro.h
  -epapinit.c
  +epmain.c
  +epmem.c
  +epnames.h
  +epocgi.bat.templ
  +epocgi.pl.templ
  +epocgi.test.pl.templ
  +epparse.c
  +eppriv.h
  +epprovider.c
  +eppublic.h
  +eptypes.h
  +eputil.c
   test.pl
  -test/html/ascii
  -test/html/nooutput.htm
  -test/html/binary.htm
  -test/html/pure.htm
  -test/html/plain.htm
  -test/html/plainblock.htm
  -test/html/error.htm
  -test/html/unclosed.htm
  -test/html/notallow.xhtm
  -test/html/noerr/noerrpage.htm
  -test/html/errdoc/errdoc.htm
  -test/html/errdoc/epl/errdoc2.htm
  -test/html/errmsg.htm
  -test/html/errmsg2.htm
  -test/html/execnotfound.htm
  -test/html/escape.htm
  -test/html/escraw.htm
  -test/html/spaces.htm
  -test/html/if.htm
  -test/html/ifperl.htm
  -test/html/mix.htm
  -test/html/table.htm
  -test/html/tabmode.htm
  -test/html/lists.htm
  -test/html/nesting.htm
  -test/html/loop.htm
  -test/html/loopperl.htm
  -test/html/taint.htm
  -test/html/input.htm
  -test/html/var.htm
  -test/html/varerr.htm
  -test/html/varepvar.htm
  -test/html/hidden.htm
  -test/html/java.htm
  -test/html/inputjava.htm
  -test/html/heredoc.htm
  -test/html/tagscan.htm
  -test/html/tagscandisable.htm
  -test/html/inc.htm
  -test/html/sub.htm
  -test/html/registry/Execute.htm
  -test/html/registry/errpage.htm
  -test/html/registry/tied.htm
  -test/html/include.htm
  -test/html/incsub.htm
  -test/html/incerr.htm
  -test/html/incparam.htm
  -test/html/includeerr1.htm
  -test/html/includeerr2.htm
  -test/html/callsub.htm
  -test/html/importsub.htm
  -test/html/importsub2.htm
  -test/html/importmodule.htm
  -test/html/recursexec.htm
  -test/html/subimp.htm
  -test/html/subimp.pm
  -test/html/div.htm
  -test/html/object.htm
  -test/html/discard.htm
  -test/html/taint.htm
  -test/html/reqrec.htm
  -test/html/safe/safe.htm
  -test/html/opmask/opmask.htm
  -test/html/opmask/opmasktrap.htm
  -test/html/rawinput/rawinput.htm
  -test/html/chdir.htm
  -test/html/http.htm
  -test/html/exit.htm
  -test/html/exit2.htm
  -test/html/exit3.htm
  -test/html/post.htm
  -test/html/upload.htm
  -test/html/nochdir/nochdir.htm
  -test/html/allform/allform.htm
  -test/html/stdout/stdout.htm
  -test/html/nph/div.htm
  -test/html/nph/npherr.htm
  -test/html/nph/nphinc.htm
  -test/html/nph/incshort.htm
  -test/html/match/div.htm
  -test/html/match/div.asc
  -test/html/ofunc/div.htm
  -test/html/ifuncsrc/proxy.htm
  -test/html/setsess.htm
  -test/html/getsess.htm
  -test/html/getnosess.htm
  -test/html/mdatsess.htm
  -test/html/execgetsess.htm
  -test/html/clearsess.htm
  -test/html/delsess.htm
  -test/html/getdelsess.htm
  -test/html/getbsess.htm
  -test/html/delrdsess.htm
  -test/html/delwrsess.htm
  -test/html/setbadsess.htm
  -test/html/setunknownsess.htm
  -test/html/sidurl/seturlsess.htm
  -test/html/sidurl/geturlsess.htm
  -test/html/sidurl/getnourlsess.htm
  -test/html/sidurl/setsdaturlsess.htm
  -test/html/sidurl/getsdaturlsess.htm
  -test/html/registry/reggetsess.htm
  -test/html/EmbperlObject/epobase.htm
  -test/html/EmbperlObject/epohead.htm
  -test/html/EmbperlObject/epofoot.htm
  -test/html/EmbperlObject/epopage1.htm
  -test/html/EmbperlObject/epodiv.htm
  -test/html/EmbperlObject/epoincdiv.htm
  -test/html/EmbperlObject/sub/subsub/eposubsub.htm
  -test/html/EmbperlObject/sub/subsub/subsubsub/eposubsub.htm
  -test/html/EmbperlObject/eposubsub2.htm
  -test/html/EmbperlObject/sub/eposubsub2.htm
  -test/html/EmbperlObject/sub/subsub/subsubsub/eposubsub2.htm
  -test/html/EmbperlObject/eposubsub.htm
  -test/html/EmbperlObject/sub/epohead.htm
  -test/html/EmbperlObject/sub/epopage2.htm
  -test/html/EmbperlObject/epofallback.htm
  -test/html/EmbperlObject/eposubs.htm
  -test/html/EmbperlObject/sub/eposubs.htm
  -test/html/EmbperlObject/sub/epobless.htm
  -test/html/EmbperlObject/sub/eposubs2.htm
  -test/html/EmbperlObject/sub/epobless2.htm
  -test/html/EmbperlObject/sub/epobless3.htm
  -test/html/EmbperlObject/obj/epobase.htm
  -test/html/EmbperlObject/obj/epohead.htm
  -test/html/EmbperlObject/obj/epofoot.htm
  -test/html/EmbperlObject/obj/epoobj1.htm
  -test/html/EmbperlObject/obj/epoobj2.htm
  -test/html/EmbperlObject/obj/epoobj3.htm
  -test/html/EmbperlObject/obj/epoobj4.htm
  -test/html/EmbperlObject/base2/epobase2.htm
  -test/html/EmbperlObject/base2/epostopdir.htm
  -test/html/EmbperlObject/base3/epobaselib.htm
  -test/html/EmbperlObject/lib/epobase3.htm
  -test/html/EmbperlObject/lib/epolib.htm
  -test/html/inctext.htm
  -test/html/SSIEP/ssiep.htm
  +test/cmp/Execute.htm
  +test/cmp/allform.htm
   test/cmp/ascii
  -test/cmp/nooutput.htm
  +test/cmp/asp.htm
   test/cmp/binary.htm
  -test/cmp/pure.htm
  -test/cmp/plain.htm
  -test/cmp/plainblock.htm
  +test/cmp/callsub.htm
  +test/cmp/chdir.htm
  +test/cmp/clearsess.htm
  +test/cmp/crypto.htm
  +test/cmp/delrdsess.htm
  +test/cmp/delsess.htm
  +test/cmp/delwrsess.htm
  +test/cmp/discard.htm
  +test/cmp/div.asc
  +test/cmp/div.htm
  +test/cmp/epobase.htm
  +test/cmp/epobaselib.htm
  +test/cmp/epobless.htm
  +test/cmp/epobless2.htm
  +test/cmp/epobless3.htm
  +test/cmp/epodiv.htm
  +test/cmp/epoincdiv.htm
  +test/cmp/eponotfound.htm
  +test/cmp/epoobj1.htm
  +test/cmp/epoobj2.htm
  +test/cmp/epoobj3.htm
  +test/cmp/epoobj4.htm
  +test/cmp/epopage1.htm
  +test/cmp/epopage2.htm
  +test/cmp/epostopdir.htm
  +test/cmp/eposubsub.htm
  +test/cmp/eposubsub.htm3
  +test/cmp/eposubsub2.htm
  +test/cmp/errdoc.htm
  +test/cmp/errdoc2.htm
   test/cmp/error.htm
  -test/cmp/unclosed.htm
  -test/cmp/noerrpage.htm
  +test/cmp/errpage.htm
   test/cmp/escape.htm
   test/cmp/escraw.htm
  -test/cmp/spaces.htm
  +test/cmp/execfirst.htm
  +test/cmp/execgetsess.htm
  +test/cmp/execnotfound.htm
  +test/cmp/execprint.htm
  +test/cmp/execsecond.htm
  +test/cmp/executesub.htm
  +test/cmp/exit.htm
  +test/cmp/exit2.htm
  +test/cmp/exit3.htm
  +test/cmp/getbsess.htm
  +test/cmp/getdelsess.htm
  +test/cmp/getnosess.htm
  +test/cmp/getnourlsess.htm
  +test/cmp/getsdaturlsess.htm
  +test/cmp/getsess.htm
  +test/cmp/geturlsess.htm
  +test/cmp/heredoc.htm
  +test/cmp/hidden.htm
  +test/cmp/http.htm
  +test/cmp/i18n.htm
   test/cmp/if.htm
   test/cmp/ifperl.htm
  -test/cmp/table.htm
  -test/cmp/tabmode.htm
  +test/cmp/importmodule.htm
  +test/cmp/importsub.htm
  +test/cmp/importsub2.htm
  +test/cmp/incif.htm
  +test/cmp/include.htm
  +test/cmp/includeerr1.htm
  +test/cmp/includeerr2.htm
  +test/cmp/includeerrbt.htm
  +test/cmp/incperl.htm
  +test/cmp/inctext.htm
  +test/cmp/incxmlLibXSLT.htm
  +test/cmp/incxmlXalanXSLT.htm
  +test/cmp/input.htm
  +test/cmp/inputjava.htm
  +test/cmp/inputjs2.htm
  +test/cmp/java.htm
   test/cmp/lists.htm
  -test/cmp/nesting.htm
   test/cmp/loop.htm
   test/cmp/loopperl.htm
  +test/cmp/mdatsess.htm
   test/cmp/mix.htm
  -test/cmp/taint.htm
  -test/cmp/input.htm
  -test/cmp/var.htm
  -test/cmp/varerr.htm
  -test/cmp/varerr.htm56
  -test/cmp/varepvar.htm
  -test/cmp/hidden.htm
  -test/cmp/java.htm
  -test/cmp/inputjava.htm
  -test/cmp/tagscan.htm
  -test/cmp/tagscandisable.htm
  -test/cmp/Execute.htm
  -test/cmp/errpage.htm
  -test/cmp/tied.htm
  -test/cmp/include.htm
  -test/cmp/includeerr1.htm
  -test/cmp/includeerr2.htm
  -test/cmp/callsub.htm
  -test/cmp/importsub.htm
  -test/cmp/importsub2.htm
  -test/cmp/importmodule.htm
  -test/cmp/recursexec.htm
  -test/cmp/sub.htm
  -test/cmp/div.htm
  +test/cmp/nesting.htm
  +test/cmp/nochdir.htm
  +test/cmp/noerrpage.htm
  +test/cmp/nooutput.htm
  +test/cmp/npherr.htm
  +test/cmp/nphinc.htm
   test/cmp/object.htm
  -test/cmp/discard.htm
  -test/cmp/safe.htm
  -test/cmp/taint.htm
  -test/cmp/reqrec.htm
   test/cmp/opmask.htm
   test/cmp/opmasktrap.htm
   test/cmp/opmasktrap.htm.561
  -test/cmp/rawinput.htm
  -test/cmp/chdir.htm
  -test/cmp/nochdir.htm
  -test/cmp/allform.htm
  -test/cmp/stdout.htm
  -test/cmp/http.htm
  -test/cmp/exit.htm
  -test/cmp/exit2.htm
  -test/cmp/exit3.htm
  -test/cmp/heredoc.htm
  +test/cmp/plain.htm
  +test/cmp/plainblock.htm
  +test/cmp/pod.asc
  +test/cmp/pod.asc.htm
  +test/cmp/pod.asc.htm.win32
  +test/cmp/pod.asc.win32
  +test/cmp/pod.asc.xalan.htm
  +test/cmp/pod.asc.xalan.htm.win32
  +test/cmp/pod.xml
  +test/cmp/pod.xml.xalan
   test/cmp/post.htm
  -test/cmp/upload.htm
  -test/cmp/npherr.htm
  -test/cmp/nphinc.htm
  -test/cmp/div.asc
  -test/cmp/setsess.htm
  -test/cmp/getsess.htm
  -test/cmp/getnosess.htm
  -test/cmp/mdatsess.htm
  -test/cmp/execgetsess.htm
  -test/cmp/delsess.htm
  -test/cmp/getdelsess.htm
  +test/cmp/pure.htm
  +test/cmp/rawinput.htm
  +test/cmp/recursexec.htm
   test/cmp/reggetsess.htm
  -test/cmp/errdoc.htm
  -test/cmp/errdoc2.htm
  -test/cmp/clearsess.htm
  -test/cmp/epopage1.htm
  -test/cmp/epodiv.htm
  -test/cmp/epoincdiv.htm
  -test/cmp/epopage2.htm
  -test/cmp/eposubsub.htm
  -test/cmp/eposubsub2.htm
  -test/cmp/eposubsub.htm3
  -test/cmp/epoobj1.htm
  -test/cmp/epoobj2.htm
  -test/cmp/epoobj3.htm
  -test/cmp/epoobj4.htm
  -test/cmp/eponotfound.htm
  -test/cmp/epostopdir.htm
  -test/cmp/epobaselib.htm
  -test/cmp/epobless.htm
  -test/cmp/epobless2.htm
  -test/cmp/epobless3.htm
  -test/cmp/epobase.htm
  -test/cmp/getbsess.htm
  -test/cmp/delrdsess.htm     
  -test/cmp/delwrsess.htm
  +test/cmp/reqrec.htm
  +test/cmp/rtfadv.asc
  +test/cmp/rtfbasic.asc
  +test/cmp/rtffull.asc
  +test/cmp/rtfloop.asc
  +test/cmp/rtfmeta.asc
  +test/cmp/safe.htm
   test/cmp/setbadsess.htm
  +test/cmp/setsdaturlsess.htm
  +test/cmp/setsess.htm
   test/cmp/setunknownsess.htm
   test/cmp/seturlsess.htm
  -test/cmp/geturlsess.htm
  -test/cmp/getnourlsess.htm
  -test/cmp/setsdaturlsess.htm
  -test/cmp/getsdaturlsess.htm
  -test/cmp/inctext.htm
  -test/cmp/execnotfound.htm
  -test/cmp/crypto.htm
  +test/cmp/spaces.htm
  +test/cmp/ssibasic.htm
  +test/cmp/ssiep.htm
  +test/cmp/stdout.htm
  +test/cmp/sub.htm
  +test/cmp/subtab.htm
  +test/cmp/syntax.htm
  +test/cmp/table.htm
  +test/cmp/tabmode.htm
  +test/cmp/tagintag.htm
  +test/cmp/tagscan.htm
  +test/cmp/tagscandisable.htm
  +test/cmp/taint.htm
  +test/cmp/tied.htm
  +test/cmp/unclosed.htm
  +test/cmp/upload.htm
  +test/cmp/var.htm
  +test/cmp/varepvar.htm
  +test/cmp/varerr.htm
  +test/cmp/varerr.htm56
  +test/cmp2/epobless2.htm
  +test/cmp2/epobless3.htm
  +test/cmp2/epodiv.htm
  +test/cmp2/epoincdiv.htm
  +test/cmp2/errdoc2.htm
  +test/cmp2/error.htm
  +test/cmp2/errormismatch.htm
  +test/cmp2/errormismatchcmd.htm
  +test/cmp2/hidden.htm
  +test/cmp2/if.htm
  +test/cmp2/importmodule.htm
  +test/cmp2/importsub.htm
  +test/cmp2/importsub2.htm
  +test/cmp2/input.htm
  +test/cmp2/lists.htm
  +test/cmp2/loop.htm
  +test/cmp2/mix.htm
  +test/cmp2/rawinput.htm
  +test/cmp2/table.htm
  +test/cmp2/tagscan.htm
  +test/cmp2/unclosed.htm
  +test/cmp2/varerr.htm
  +test/cmp2/varerr.htm56
  +test/conf/config.pl
   test/conf/httpd.conf.src
  +test/conf/null
  +test/conf/ssldisable.conf
   test/conf/startup.pl
   test/conf/startup_dso.pl
  -test/conf/ssldisable.conf
  -test/conf/null
  -Embperl/Module.pm
  -Embperl/Session.pm
  -Embperl/Mail.pm
  -EmbperlLogo.gif
  -Embperl_BS
  -
  +test/html/EmbperlObject/base2/epobase2.htm
  +test/html/EmbperlObject/base2/epostopdir.htm
  +test/html/EmbperlObject/base3/epobaselib.htm
  +test/html/EmbperlObject/epobase.htm
  +test/html/EmbperlObject/epodiv.htm
  +test/html/EmbperlObject/epofallback.htm
  +test/html/EmbperlObject/epofoot.htm
  +test/html/EmbperlObject/epohead.htm
  +test/html/EmbperlObject/epoincdiv.htm
  +test/html/EmbperlObject/epopage1.htm
  +test/html/EmbperlObject/eposubs.htm
  +test/html/EmbperlObject/eposubsub.htm
  +test/html/EmbperlObject/eposubsub2.htm
  +test/html/EmbperlObject/lib/epobase3.htm
  +test/html/EmbperlObject/lib/epolib.htm
  +test/html/EmbperlObject/obj/epobase.htm
  +test/html/EmbperlObject/obj/epofoot.htm
  +test/html/EmbperlObject/obj/epohead.htm
  +test/html/EmbperlObject/obj/epoobj1.htm
  +test/html/EmbperlObject/obj/epoobj2.htm
  +test/html/EmbperlObject/obj/epoobj3.htm
  +test/html/EmbperlObject/obj/epoobj4.htm
  +test/html/EmbperlObject/sub/epobless.htm
  +test/html/EmbperlObject/sub/epobless2.htm
  +test/html/EmbperlObject/sub/epobless3.htm
  +test/html/EmbperlObject/sub/epohead.htm
  +test/html/EmbperlObject/sub/epopage2.htm
  +test/html/EmbperlObject/sub/eposubs.htm
  +test/html/EmbperlObject/sub/eposubs2.htm
  +test/html/EmbperlObject/sub/eposubsub2.htm
  +test/html/EmbperlObject/sub/subsub/eposubsub.htm
  +test/html/EmbperlObject/sub/subsub/subsubsub/eposubsub.htm
  +test/html/EmbperlObject/sub/subsub/subsubsub/eposubsub2.htm
  +test/html/SSI/ssibasic.htm
  +test/html/SSI/ssiinc.htm
  +test/html/SSIEP/ssiep.htm
  +test/html/allform/allform.htm
  +test/html/app/i18n.htm
  +test/html/ascii
  +test/html/asp.htm
  +test/html/binary.htm
  +test/html/callsub.htm
  +test/html/chdir.htm
  +test/html/clearsess.htm
  +test/html/delrdsess.htm
  +test/html/delsess.htm
  +test/html/delwrsess.htm
  +test/html/discard.htm
  +test/html/div.htm
  +test/html/errdoc/epl/errdoc2.htm
  +test/html/errdoc/errdoc.htm
  +test/html/errmsg.htm
  +test/html/errmsg2.htm
  +test/html/error.htm
  +test/html/escape.htm
  +test/html/escraw.htm
  +test/html/execfirst.htm
  +test/html/execgetsess.htm
  +test/html/execnotfound.htm
  +test/html/execprint.htm
  +test/html/execsecond.htm
  +test/html/executesub.htm
  +test/html/exit.htm
  +test/html/exit2.htm
  +test/html/exit3.htm
  +test/html/getbsess.htm
  +test/html/getdelsess.htm
  +test/html/getnosess.htm
  +test/html/getsess.htm
  +test/html/heredoc.htm
  +test/html/hidden.htm
  +test/html/http.htm
  +test/html/if.htm
  +test/html/ifperl.htm
  +test/html/ifuncsrc/proxy.htm
  +test/html/importmodule.htm
  +test/html/importsub.htm
  +test/html/importsub2.htm
  +test/html/inc.htm
  +test/html/incerr.htm
  +test/html/incif.htm
  +test/html/include.htm
  +test/html/includeerr1.htm
  +test/html/includeerr2.htm
  +test/html/includeerrbt.htm
  +test/html/incparam.htm
  +test/html/incperl.htm
  +test/html/incsub.htm
  +test/html/inctext.htm
  +test/html/incxmlLibXSLT.htm
  +test/html/incxmlXalanXSLT.htm
  +test/html/input.htm
  +test/html/inputdisable.htm
  +test/html/inputjava.htm
  +test/html/inputjs2.htm
  +test/html/java.htm
  +test/html/lists.htm
  +test/html/loop.htm
  +test/html/loopperl.htm
  +test/html/mail.htm
  +test/html/match/div.asc
  +test/html/match/div.htm
  +test/html/mdatsess.htm
  +test/html/mix.htm
  +test/html/nesting.htm
  +test/html/nochdir/nochdir.htm
  +test/html/noerr/noerrpage.htm
  +test/html/nooutput.htm
  +test/html/notallow.xhtm
  +test/html/nph/div.htm
  +test/html/nph/incshort.htm
  +test/html/nph/npherr.htm
  +test/html/nph/nphinc.htm
  +test/html/object.htm
  +test/html/ofunc/div.htm
  +test/html/opmask/opmask.htm
  +test/html/opmask/opmasktrap.htm
  +test/html/plain.htm
  +test/html/plainblock.htm
  +test/html/pod/pod.asc
  +test/html/post.htm
  +test/html/pure.htm
  +test/html/rawinput/include.htm
  +test/html/rawinput/rawinput.htm
  +test/html/recursexec.htm
  +test/html/registry/Execute.htm
  +test/html/registry/errpage.htm
  +test/html/registry/reggetsess.htm
  +test/html/registry/script.pl
  +test/html/registry/tied.htm
  +test/html/reqrec.htm
  +test/html/rtf/rtfadv.asc
  +test/html/rtf/rtfbasic.asc
  +test/html/rtf/rtffull.asc
  +test/html/rtf/rtfloop.asc
  +test/html/rtf/rtfmeta.asc
  +test/html/safe/safe.htm
  +test/html/setbadsess.htm
  +test/html/setsess.htm
  +test/html/setunknownsess.htm
  +test/html/sidurl/getnourlsess.htm
  +test/html/sidurl/getsdaturlsess.htm
  +test/html/sidurl/geturlsess.htm
  +test/html/sidurl/setsdaturlsess.htm
  +test/html/sidurl/seturlsess.htm
  +test/html/spaces.htm
  +test/html/stdout/stdout.htm
  +test/html/sub.htm
  +test/html/subexec.htm
  +test/html/subimp.htm
  +test/html/subimp.pm
  +test/html/subtab.htm
  +test/html/syntax.htm
  +test/html/table.htm
  +test/html/tabmode.htm
  +test/html/tagintag.htm
  +test/html/tagscan.htm
  +test/html/tagscandisable.htm
  +test/html/taint.htm
  +test/html/unclosed.htm
  +test/html/upload.htm
  +test/html/var.htm
  +test/html/varepvar.htm
  +test/html/varerr.htm
  +test/html/xml/kfd.xsl
  +test/html/xml/kfdres.xml
  +test/html/xml/pod.xml
  +test/html/xml/pod.xsl
  +test/html/xml/podold.xsl
  +test/html2/error.htm
  +test/html2/errormismatch.htm
  +test/html2/errormismatchcmd.htm
  +test/testapp.pl
  +typemap
  +xs/Embperl/App/App.xs
  +xs/Embperl/App/Config/Config.xs
  +xs/Embperl/App/Config/Makefile.PL
  +xs/Embperl/App/Makefile.PL
  +xs/Embperl/Component/Component.xs
  +xs/Embperl/Component/Config/Config.xs
  +xs/Embperl/Component/Config/Makefile.PL
  +xs/Embperl/Component/Makefile.PL
  +xs/Embperl/Component/Output/Makefile.PL
  +xs/Embperl/Component/Output/Output.xs
  +xs/Embperl/Component/Param/Makefile.PL
  +xs/Embperl/Component/Param/Param.xs
  +xs/Embperl/Makefile.PL
  +xs/Embperl/Req/Config/Config.xs
  +xs/Embperl/Req/Config/Makefile.PL
  +xs/Embperl/Req/Makefile.PL
  +xs/Embperl/Req/Param/Makefile.PL
  +xs/Embperl/Req/Param/Param.xs
  +xs/Embperl/Req/Req.xs
  +xs/Embperl/Syntax/Makefile.PL
  +xs/Embperl/Syntax/Syntax.xs
  +xs/Embperl/Thread/Makefile.PL
  +xs/Embperl/Thread/Thread.xs
  +xs/Makefile.PL
  +xs/ep_xs_sv_convert.h
  +xs/ep_xs_typedefs.h
  +xs/typemap
  +xsbuilder/ParseSource.pm
  +xsbuilder/WrapXS.pm
  +xsbuilder/maps/_types.map
  +xsbuilder/maps/ep_function.map
  +xsbuilder/maps/ep_structure.map
  +xsbuilder/maps/ep_type.map
  +xsbuilder/source_scan.pl
  +xsbuilder/xs_check.pl
  +xsbuilder/xs_generate.pl
  
  
  
  1.1.2.29  +15 -4     embperl/epapinit.c
  
  Index: epapinit.c
  ===================================================================
  RCS file: /home/cvs/embperl/epapinit.c,v
  retrieving revision 1.1.2.28
  retrieving revision 1.1.2.29
  diff -u -r1.1.2.28 -r1.1.2.29
  --- epapinit.c        11 Mar 2002 08:47:26 -0000      1.1.2.28
  +++ epapinit.c        12 Mar 2002 04:52:07 -0000      1.1.2.29
  @@ -10,7 +10,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: epapinit.c,v 1.1.2.28 2002/03/11 08:47:26 richter Exp $
  +#   $Id: epapinit.c,v 1.1.2.29 2002/03/12 04:52:07 richter Exp $
   #
   
###################################################################################*/
   
  @@ -129,10 +129,12 @@
   void embperl_ApacheAddModule ()
   
       {
  +    dTHX ;
  +    fprintf ((FILE *)stderr, "addmodule\n") ;
       if (!ap_find_linked_module("embperl.c"))
           {
        embperl_module.name = "embperl.c" ;
  -#ifdef WIN32
  +#if 1 //def WIN32
           ap_add_module (&embperl_module) ;
   #else
           ap_add_loaded_module (&embperl_module) ;
  @@ -142,12 +144,15 @@
           }
       }
   
  +
   static void embperl_ApacheInit (server_rec *s, pool *p)
   
       {
       int    rc ;
       pool * subpool = ap_make_sub_pool(p);
  +    
       dTHX ;
  +    fprintf ((FILE *)stderr, "initmodule\n") ;
   
       ap_register_cleanup(subpool, NULL, embperl_ApacheInitCleanup, 
embperl_ApacheInitCleanup);
       ap_add_version_component ("Embperl/"VERSION) ;
  @@ -161,8 +166,14 @@
   static void embperl_ApacheInitCleanup (void * p)
   
       {
  -    /* make sure embperl module is removed before mod_perl */
  -    ap_remove_module (&embperl_module) ;
  +    module * m ;
  +    dTHX ;
  +    
  +    fprintf ((FILE *)stderr, "cleanupmodule \n") ;
  +    /* make sure embperl module is removed before mod_perl in case mod_perl is 
loaded dynamicly*/
  +    if (m = ap_find_linked_module("mod_perl.c"))
  +        if (m -> dynamic_load_handle)
  +            ap_remove_module (&embperl_module) ; 
       }
   
   
  
  
  
  1.1.2.5   +3 -3      embperl/Attic/epmem.c
  
  Index: epmem.c
  ===================================================================
  RCS file: /home/cvs/embperl/Attic/epmem.c,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- epmem.c   28 Jan 2002 20:28:34 -0000      1.1.2.4
  +++ epmem.c   12 Mar 2002 04:52:07 -0000      1.1.2.5
  @@ -10,7 +10,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: epmem.c,v 1.1.2.4 2002/01/28 20:28:34 richter Exp $
  +#   $Id: epmem.c,v 1.1.2.5 2002/03/12 04:52:07 richter Exp $
   #
   
###################################################################################*/
   
  @@ -37,7 +37,7 @@
    * 3. The end-user documentation included with the redistribution,
    *    if any, must include the following acknowledgment:
    *       "This product includes software developed by the
  - *        Apache Software Foundation (http://www.apache.org/)."
  + *        Apache Software Foundation (http:/ /www.apache.org/)."
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  @@ -67,7 +67,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * <http:/ /www.apache.org/>.
    *
    * Portions of this software are based upon public domain software
    * originally written at the National Center for Supercomputing Applications,
  
  
  
  1.70.4.127 +6 -5      embperl/test.pl
  
  Index: test.pl
  ===================================================================
  RCS file: /home/cvs/embperl/test.pl,v
  retrieving revision 1.70.4.126
  retrieving revision 1.70.4.127
  diff -u -r1.70.4.126 -r1.70.4.127
  --- test.pl   11 Mar 2002 08:47:26 -0000      1.70.4.126
  +++ test.pl   12 Mar 2002 04:52:07 -0000      1.70.4.127
  @@ -11,7 +11,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: test.pl,v 1.70.4.126 2002/03/11 08:47:26 richter Exp $
  +#   $Id: test.pl,v 1.70.4.127 2002/03/12 04:52:07 richter Exp $
   #
   ###################################################################################
   
  @@ -1017,6 +1017,11 @@
       $Embperl::initparam{use_env} = 1 ;
   
       unlink ($logfile) ;
  +
  +    my $um = umask 0 ;
  +    mkdir $tmppath, 0777 ;
  +    chmod 0777, $tmppath ;
  +    umask $um ;
       }
   
   END 
  @@ -1652,10 +1657,6 @@
   
   #### preparefile systems stuff ####
   
  -$um = umask 0 ;
  -mkdir $tmppath, 0777 ;
  -chmod 0777, $tmppath ;
  -umask $um ;
   
   unlink ($outfile) ;
   unlink ($httpderr) ;
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.24.4.55 +1 -1      embperl/test/conf/httpd.conf.src
  
  Index: httpd.conf.src
  ===================================================================
  RCS file: /home/cvs/embperl/test/conf/httpd.conf.src,v
  retrieving revision 1.24.4.54
  retrieving revision 1.24.4.55
  diff -u -r1.24.4.54 -r1.24.4.55
  --- httpd.conf.src    11 Mar 2002 08:47:27 -0000      1.24.4.54
  +++ httpd.conf.src    12 Mar 2002 04:52:08 -0000      1.24.4.55
  @@ -57,7 +57,7 @@
       {
       print OFH <<EOD ;
   
  -AddModule embperl.c
  +###AddModule embperl.c
   
   EOD
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to