You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1998/05/06 00:34:42 UTC

cvs commit: modperl/src/modules/perl Apache.xs

dougm       98/05/05 15:34:42

  Modified:    .        Changes INSTALL ToDo apache-modlist.html
               Apache   Apache.pm
               src/modules/perl Apache.xs
  Log:
  some minor fixups
  
  Revision  Changes    Path
  1.27      +9 -9      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /export/home/cvs/modperl/Changes,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- Changes	1998/05/04 23:52:54	1.26
  +++ Changes	1998/05/05 22:34:38	1.27
  @@ -655,7 +655,7 @@
   `METHODS' Apache::Constant added to import tag :methods
   
   perl_stdout2client() will now set $| instead of perl_handler(), so
  -thanks to Salvador Ortiz Garcia for the tip
  +thanks to Salvador Ortiz for the tip
   
   PerlSetEnv will now call my_setenv() underneath thanks to Tim Bunce
   for the tip 
  @@ -776,7 +776,7 @@
   perl_call_halt(), instead, tie STDOUT to the Apache::FakeRequest class
   which just soaks up print() output.
   
  -suggestion from Salvador Ortiz Garcia, for table methods, if value is
  +suggestion from Salvador Ortiz, for table methods, if value is
   undef, call table_unset underneath, these methods are subprocess_env, 
   header_in, header_out, err_header_out, notes and dir_config. e.g.:
   
  @@ -828,7 +828,7 @@
   added Apache::test module
   
   back out support for internal redirects, caused big problems with
  -sfio-enabled Perl spotted by Lupe Christoph and Salvador Ortiz Garcia 
  +sfio-enabled Perl spotted by Lupe Christoph and Salvador Ortiz 
   (can still try by setting $Apache::DoInternalRedirect=1 #ifndef USE_SFIO)
   
   added Apache::SIG module for testing
  @@ -972,7 +972,7 @@
   -cat apache_x.x.x/src/Makefile.config and src/modules/perl/Makefile
    together so we get $(INCLUDES) (for os/unix, etc)
   
  -applied patch from Salvador Ortiz Garcia so calling $r->args in an
  +applied patch from Salvador Ortiz so calling $r->args in an
   array context will not produce "Odd number of elements in hash list" 
   
   $r->auth_name can now be modified
  @@ -1505,7 +1505,7 @@
   
   fix bug in $r->requires, caught by Eric Bartley
   
  -go back to $|=1 #ifdef USE_SFIO, caught by Salvador Garcia
  +go back to $|=1 #ifdef USE_SFIO, caught by Salvador Ortiz
   
   =item 0.97_02 - 04/29/97
   
  @@ -1820,7 +1820,7 @@
   
   we now define SERVER_SUBVERSION as suggested by Andreas
   
  -fixed $$ bug in CGI::XA with fix from Salvador Garcia
  +fixed $$ bug in CGI::XA with fix from Salvador Ortiz
   
   added $r->is_initial_req method, now used by these modules:
   Apache::AuthenDBI, Apache::AccessLimitNum, Apache::AuthzAge
  @@ -2307,7 +2307,7 @@
   
   fixed port and query_string related bugs in Apache::Msql example
   
  -applied patch from Salvador Garcia <so...@cfe.gob.mx> to fix PerlTransHandler bugs
  +applied patch from Salvador Ortiz <so...@msg.com.mx> to fix PerlTransHandler bugs
   spotted by Hugues Lafarge <Hu...@afp.com>
   
   applied Apache::Registry patch from Andreas  
  @@ -2463,10 +2463,10 @@
   'AddHandler' suggestion
   
   added item to the handler_rec so we can say 'AddHandler'
  -Thanks to Salvador Garcia <so...@cfe.gob.mx>
  +Thanks to Salvador Ortiz <so...@msg.com.mx>
   
   fixed bug with storing 'PerlModule's read from srm.conf
  -Thanks to Salvador Garcia <so...@cfe.gob.mx> for the spot and helping with the fix
  +Thanks to Salvador Ortiz <so...@msg.com.mx> for the spot and helping with the fix
   more Makefile.tmpl fixes from Andreas Koenig <an...@franz.ww.tu-berlin.de>
   
   =item release 0.70b1 - July 14, 1996
  
  
  
  1.5       +2 -2      modperl/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /export/home/cvs/modperl/INSTALL,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- INSTALL	1998/02/21 13:51:02	1.4
  +++ INSTALL	1998/05/05 22:34:38	1.5
  @@ -34,7 +34,7 @@
   
   When asked:
   
  -   "Configure mod_perl with ../apache_xxx ?"
  +   "Configure mod_perl with ../apache_xxx/src ?"
   
   answering 'y' just tells Makefile.PL where we can find src/*.h
   
  @@ -42,7 +42,7 @@
   
      "Shall I build httpd in $adir for you?"
   
  -answering 'y' will run ../apache_xxx/Configure 
  +answering 'y' will run ../apache_xxx/src/Configure 
   and httpd will be built when running 'make'
   
   To avoid this prompt and default to the first apache source tree found
  
  
  
  1.17      +0 -5      modperl/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /export/home/cvs/modperl/ToDo,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- ToDo	1998/05/04 11:38:06	1.16
  +++ ToDo	1998/05/05 22:34:39	1.17
  @@ -18,8 +18,6 @@
   
   - perl-status?mod_perl_hooks broken under win32?
   
  -- swap calling order of .conf handlers and push_handlers?
  -
   - documentation:
     + modperl.opensrc.org
     + PerlRun::handler
  @@ -145,9 +143,6 @@
   
   - improve the "stacked handlers" implementation, including:
     + config merging of AV*'s
  -
  -  + allowing all array-like operations besides push_handlers,
  -    pop_handlers, shift_handlers, unshift_handlers, splice_handlers, etc.
   
     + allow push_handlers to have an additional argument, an array ref,
       which will be passed to the handler as arguments, e.g.
  
  
  
  1.10      +9 -8      modperl/apache-modlist.html
  
  Index: apache-modlist.html
  ===================================================================
  RCS file: /export/home/cvs/modperl/apache-modlist.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- apache-modlist.html	1998/05/04 02:19:00	1.9
  +++ apache-modlist.html	1998/05/05 22:34:39	1.10
  @@ -7,7 +7,7 @@
   <h1>The Apache/Perl Module List</h1>
   
   Maintained by <a href="mailto:dougm@osf.org">Doug MacEachern</a>,
  -<br><i> $Revision: 1.9 $ $Date: 1998/05/04 02:19:00 $</i>
  +<br><i> $Revision: 1.10 $ $Date: 1998/05/05 22:34:39 $</i>
   
   <h3>Contents</h3>
   <a href="#intro">Introduction</a><br>
  @@ -51,7 +51,7 @@
   Perl module list</a>, all that is said there is relevant here!
   <p>
   If you have any additions or changes for the list, please send them to
  -the Apache/Perl <a href="mailto:modperl@listproc.itribe.net"> mailing list </a>
  +the Apache/Perl <a href="mailto:modperl@apache.org"> mailing list </a>
   or to <a href="mailto:dougm@osf.org">me</a>.  
   <p>
   If you wish to share you module(s) the Perl way, by putting them on CPAN,
  @@ -193,7 +193,7 @@
   RegistryLoader	bmpf	Apache::Registry startup script loader 	APML
   Request		bmpO    CGI.pm functionality using API methods	LDS
   Safe		ampO	Adaptation of "safecgiperl"		APML
  -Session		cmpf	Maintain client <-> httpd session/state	APML
  +Session		cmpf	Maintain client <-> httpd session/state	JBAKER
   SIG		amoO	Signal handlers for mod_perl		APML
   State		i	Powerful state engine			RSE
   
  @@ -217,19 +217,20 @@
   <pre>
   ABH  	 Ask Bj�rn Hansen &lt;ask@netcetera.dk&gt;
   ANDK	 Andreas K�nig &lt;a.koenig@franz.ww.TU-Berlin.DE&gt;
  -APML	 The Apache/Perl Mailing List &lt;modperl@listproc.itribe.net&gt;
  +APML	 The Apache/Perl Mailing List &lt;modperl@apache.org&gt;
   BMILLETT Brian Millett &lt;bpm@techapp.com&gt;
   DOUGB    Doug Bagley &lt;doug@dejanews.com&gt;
   DOUGM	 Doug MacEachern &lt;dougm@osf.org&gt;
  -EBARTLEY Eric Bartley  &lt;bartley@pdn.cc.purdue.edu&gt;
  +EBARTLEY Eric Bartley  &lt;bartley@osd.cc.purdue.edu&gt;
   FLETCH   Mike Fletcher &lt;lemur1@mindspring.com&gt;
   GKNOPS	 Gerd Knops &lt;gerti@BITart.com&gt;
   GRICHTER Gerald Richter &lt;richter@ecos.de&gt;
   HMUELLER Hanno Mueller &lt;hmueller@mail.kabel.de&gt;
   IKLUFT	 Ian Kluft &lt;ikluft@cisco.com&gt;
   JANPAZ	 Honza Pazdziora &lt;adelton@INFORMATICS.MUNI.CZ&gt;
  +JBAKER   Jeffrey Baker &lt;jeff@tamu.edu&gt;
   JGROV	 John D Groenveld &lt;groenvel@cse.psu.edu&gt;
  -JROWE	 Jeff Rowe &lt;beowulf@cscsun4.larc.nasa.gov&gt;
  +JROWE	 Jeff Rowe &lt;beowulf@lava.net&gt;
   KWILLIAM Ken Williams  &lt;ken@forum.swarthmore.edu&gt;
   LDS	 Lincoln D. Stein &lt;lstein@genome.wi.mit.edu&gt;
   MARKC	 Mark Constable &lt;markc@goldcoast.org&gt;
  @@ -242,12 +243,12 @@
   NJENSEN	 Neil Jensen &lt;njensen@habaneros.com&gt;
   PARKER	 Michael Parker &lt;parker@austx.tandem.com&gt;
   PLISTER  Peter Lister &lt;p.lister@cranfield.ac.uk&gt;
  -PMKANE	 Patrick Michael Kane &lt;modus@enews.com&gt;
  +PMKANE	 Patrick Michael Kane &lt;modus@pr.es.to&gt;
   RMANGI   Rick Mangi &lt;rmangi@tgix.com&gt;
   ROBH	 Rob Hartill &lt;robh@imdb.com&gt;
   RSE      Ralf S. Engelschall &lt;rse@engelschall.com&gt;
   SKANE    Stephen E Kane &lt;sek112@elvis.arl.psu.edu&gt;
  -SORTIZ	 Salvador Ortiz Garcia &lt;sortiz@cfe.gob.mx&gt;
  +SORTIZ	 Salvador Ortiz &lt;sortiz@sog@msg.com.mx&gt;
   ZENIN	 Byron Brummer &lt;zenin@archive.rhps.org&gt;
   </pre>
   
  
  
  
  1.7       +1 -1      modperl/Apache/Apache.pm
  
  Index: Apache.pm
  ===================================================================
  RCS file: /export/home/cvs/modperl/Apache/Apache.pm,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Apache.pm	1998/05/04 23:52:56	1.6
  +++ Apache.pm	1998/05/05 22:34:41	1.7
  @@ -1007,7 +1007,7 @@
   
   Perl interface to the Apache C API written by Doug MacEachern
   with contributions from Gisle Aas, Andreas Koenig, Eric Bartley, 
  -Rob Hartill, Gerald Richter, Salvador Garcia and others. 
  +Rob Hartill, Gerald Richter, Salvador Ortiz and others. 
   
   =cut
   
  
  
  
  1.19      +1 -1      modperl/src/modules/perl/Apache.xs
  
  Index: Apache.xs
  ===================================================================
  RCS file: /export/home/cvs/modperl/src/modules/perl/Apache.xs,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Apache.xs	1998/05/04 23:52:57	1.18
  +++ Apache.xs	1998/05/05 22:34:41	1.19
  @@ -1782,7 +1782,7 @@
   
   	if(mod_ptr && *mod_ptr) {
   	    IV tmp = SvIV((SV*)SvRV(*mod_ptr));
  -	    SV **data = get_module_config(r->per_dir_config, (void*)tmp);
  +	    SV **data = get_module_config(r->per_dir_config, (module *)tmp);
   	    RETVAL = data ? SvREFCNT_inc(*data) : Nullsv; 
   	}
   	if(!RETVAL) XSRETURN_UNDEF;