cvs commit: modperl-site/embperl Changes.pod.1.html

2000-08-15 Thread richter

richter 00/08/15 22:35:22

  Modified:embperl  Changes.pod.1.html
  Log:
  Embperl Webpages - Changes
  
  Revision  ChangesPath
  1.163 +1 -1  modperl-site/embperl/Changes.pod.1.html
  
  Index: Changes.pod.1.html
  ===
  RCS file: /home/cvs/modperl-site/embperl/Changes.pod.1.html,v
  retrieving revision 1.162
  retrieving revision 1.163
  diff -u -r1.162 -r1.163
  --- Changes.pod.1.html2000/08/10 19:33:17 1.162
  +++ Changes.pod.1.html2000/08/16 05:35:22 1.163
  @@ -18,7 +18,7 @@
 
   [HOME]   [CONTENT]   [PREV (Revision History - Content)]   [NEXT (1.3b4 (BETA)  17.07.2000)]   
   
  -Last Update: Thu Aug 10 21:33:47 2000 (MET)
  +Last Update: Wed Aug 16 07:36:00 2000 (MET)
   
   
   NOTE: This version is only available via "CVS"
  
  
  



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

2000-08-15 Thread Ask Bjoern Hansen

On Tue, 15 Aug 2000, brian moseley wrote:

> On Tue, 15 Aug 2000, Doug MacEachern wrote:
> 
> > what do you mean?  args in or out?  $r->args($string)
> > just does a blind copy.  @args = $r->args just splits on
> > &,=, it's up to the caller to deal with multiple args of
> > the same name.
> 
> hm. what about %args = $r->args? won't that give me only the
> last arg value?

then the caller isn't dealing with it. ;-) (or he is, but as you
said ...)

> i suppose i should just do @args = $r->args. thanks for the
> reminder.


 - ask

-- 
ask bjoern hansen - 
more than 70M impressions per day, 




cvs commit: modperl-2.0 LICENSE

2000-08-15 Thread dougm

dougm   00/08/15 12:37:31

  Added:   .LICENSE
  Log:
  add license file
  
  Revision  ChangesPath
  1.1  modperl-2.0/LICENSE
  
  Index: LICENSE
  ===
  /* 
   * The Apache Software License, Version 1.1
   *
   * Copyright (c) 1996-2000 The Apache Software Foundation.  All rights
   * reserved.
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
   *
   * 1. Redistributions of source code must retain the above copyright
   *notice, this list of conditions and the following disclaimer.
   *
   * 2. Redistributions in binary form must reproduce the above copyright
   *notice, this list of conditions and the following disclaimer in
   *the documentation and/or other materials provided with the
   *distribution.
   *
   * 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/)."
   *Alternately, this acknowledgment may appear in the software itself,
   *if and wherever such third-party acknowledgments normally appear.
   *
   * 4. The names "Apache" and "Apache Software Foundation" must
   *not be used to endorse or promote products derived from this
   *software without prior written permission. For written
   *permission, please contact [EMAIL PROTECTED]
   *
   * 5. Products derived from this software may not be called "Apache",
   *nor may "Apache" appear in their name, without prior written
   *permission of the Apache Software Foundation.
   *
   * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
   * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   * SUCH DAMAGE.
   * 
   */
  
  
  
  



cvs commit: modperl/src/modules/perl Apache.xs ModuleConfig.xs mod_perl.c mod_perl.h perl_config.c perl_util.c perlio.c

2000-08-15 Thread dougm

dougm   00/08/15 12:36:39

  Modified:.LICENSE
   src/modules/perl Apache.xs ModuleConfig.xs mod_perl.c
mod_perl.h perl_config.c perl_util.c perlio.c
  Log:
  license fixes:
  remove attributions specific to httpd (ncsa did not have any mod_perl :)
  upgrade perlio.c license
  
  Revision  ChangesPath
  1.2   +0 -9  modperl/LICENSE
  
  Index: LICENSE
  ===
  RCS file: /home/cvs/modperl/LICENSE,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LICENSE   2000/04/03 04:48:52 1.1
  +++ LICENSE   2000/08/15 19:36:31 1.2
  @@ -45,14 +45,5 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* 
  - *
  - * 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
  - * .
  - *
  - * Portions of this software are based upon public domain software
  - * originally written at the National Center for Supercomputing Applications,
  - * University of Illinois, Urbana-Champaign.
*/
   
  
  
  
  1.103 +0 -9  modperl/src/modules/perl/Apache.xs
  
  Index: Apache.xs
  ===
  RCS file: /home/cvs/modperl/src/modules/perl/Apache.xs,v
  retrieving revision 1.102
  retrieving revision 1.103
  diff -u -r1.102 -r1.103
  --- Apache.xs 2000/08/15 04:35:14 1.102
  +++ Apache.xs 2000/08/15 19:36:32 1.103
  @@ -45,15 +45,6 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* 
  - *
  - * 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
  - * .
  - *
  - * Portions of this software are based upon public domain software
  - * originally written at the National Center for Supercomputing Applications,
  - * University of Illinois, Urbana-Champaign.
*/
   
   #define CORE_PRIVATE
  
  
  
  1.11  +0 -9  modperl/src/modules/perl/ModuleConfig.xs
  
  Index: ModuleConfig.xs
  ===
  RCS file: /home/cvs/modperl/src/modules/perl/ModuleConfig.xs,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ModuleConfig.xs   2000/04/03 04:48:52 1.10
  +++ ModuleConfig.xs   2000/08/15 19:36:32 1.11
  @@ -45,15 +45,6 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* 
  - *
  - * 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
  - * .
  - *
  - * Portions of this software are based upon public domain software
  - * originally written at the National Center for Supercomputing Applications,
  - * University of Illinois, Urbana-Champaign.
*/
   
   #define CORE_PRIVATE
  
  
  
  1.124 +0 -9  modperl/src/modules/perl/mod_perl.c
  
  Index: mod_perl.c
  ===
  RCS file: /home/cvs/modperl/src/modules/perl/mod_perl.c,v
  retrieving revision 1.123
  retrieving revision 1.124
  diff -u -r1.123 -r1.124
  --- mod_perl.c2000/06/15 01:42:44 1.123
  +++ mod_perl.c2000/08/15 19:36:33 1.124
  @@ -45,15 +45,6 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* 
  - *
  - * 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
  - * .
  - *
  - * Portions of this software are based upon public domain software
  - * originally written at the National Center for Supercomputing Applications,
  - * University of Illinois, Urbana-Champaign.
*/
   
   
  
  
  
  1.102 +0 -9  modperl/src/modules/perl/mod_perl.h
  
  Index: mod_perl.h
  ===
  RCS file: /home/cvs/modperl/src/modules/perl/mod_perl.h,v
  retrieving revision 1.101
  retrieving revision 1.102
  diff -u -r1.101 -r1.102
  --- mod_perl.h2000/07/24 13:38:34 1.101
  +++ mod_perl.h2000/08/15 19:36:33 1.102
  @@ -45,15 +45,6 @@
* OF 

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

2000-08-15 Thread Doug MacEachern

On Tue, 15 Aug 2000, brian moseley wrote:
 
> hm. what about %args = $r->args? won't that give me only the
> last arg value? i suppose i should just do @args = $r->args.
> thanks for the reminder.

yeah.




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

2000-08-15 Thread ___cliff rayman___

brian moseley wrote:

> On Tue, 15 Aug 2000, Doug MacEachern wrote:
>
> > what do you mean?  args in or out?  $r->args($string)
> > just does a blind copy.  @args = $r->args just splits on
> > &,=, it's up to the caller to deal with multiple args of
> > the same name.
>
> hm. what about %args = $r->args? won't that give me only the
> last arg value?

sure would.

> i suppose i should just do @args = $r->args.
> thanks for the reminder.

if you are going to have multiple args with the same name you will have
to put them in an array and handle the duplicate information in your
software.


--
___cliff [EMAIL PROTECTED]http://www.genwax.com/





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

2000-08-15 Thread brian moseley

On Tue, 15 Aug 2000, Doug MacEachern wrote:

> what do you mean?  args in or out?  $r->args($string)
> just does a blind copy.  @args = $r->args just splits on
> &,=, it's up to the caller to deal with multiple args of
> the same name.

hm. what about %args = $r->args? won't that give me only the
last arg value? i suppose i should just do @args = $r->args.
thanks for the reminder.




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

2000-08-15 Thread Doug MacEachern

On Mon, 14 Aug 2000, brian moseley wrote:

> On 15 Aug 2000 [EMAIL PROTECTED] wrote:
> 
> >   Log:
> >   fix $r->args(undef)
> 
> speaking of which... does $r->args handle multiple args with
> the same name correctly? the docs imply that it doesn't. i
> haven't tried it myself to see.

what do you mean?  args in or out?  $r->args($string) just does a blind
copy.  @args = $r->args just splits on &,=, it's up to the caller to deal
with multiple args of the same name.
 
> if i'm using Apache::Request, does setting a param get
> translated back down into $r->args? prolly not huh.

nope.
 
> i recently had the situation in webmail where i had to
> unescape, utf8-encode, and re-escape each param value, and
> then reformulate the query string. would have been cool if i
> could have just stepped through $r->param and set the values
> for each param, and then used $r->args at the very end.

yeah, i think i had to do something like that in webmail/calendar, there
might even be a comment like #should add something like this to libapreq
just haven't got around to it yet ;-/