You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl-cvs@perl.apache.org by ri...@apache.org on 2002/05/23 05:36:15 UTC

cvs commit: embperl Changes.pod Embperl.pm README

richter     02/05/22 20:36:15

  Modified:    .        Changes.pod Embperl.pm README
  Log:
  fix path serach
  
  Revision  Changes    Path
  1.187     +4 -8      embperl/Changes.pod
  
  Index: Changes.pod
  ===================================================================
  RCS file: /home/cvs/embperl/Changes.pod,v
  retrieving revision 1.186
  retrieving revision 1.187
  diff -u -r1.186 -r1.187
  --- Changes.pod	4 Dec 2001 20:09:19 -0000	1.186
  +++ Changes.pod	23 May 2002 03:36:15 -0000	1.187
  @@ -1,14 +1,10 @@
   =pod
   
  -=head1 1.3.4_dev -- That's what currently under developement
  -
  -Last Update: <$localtime$> (MET)
  -
  -NOTE: This version is only available via L<"CVS"|CVS/"INTRO">
  +=head1 1.3.4 (RELEASE)   5. Dec 2001
   
      - Added method $r -> Espace for html & url escaping
      - URL escpage # to %23
  -   - use Content-Lenght HTTP Header instead of $ENV{CONTENT_LENGTH}
  +   - use Content-Length HTTP Header instead of $ENV{CONTENT_LENGTH}
        when running under mod_perl and win32. This fixes a bug
        with POSTed data reported by Lukas Zapletal.
      - Display correct Apache module name in Makefile.PL when
  @@ -26,7 +22,7 @@
      - Make sure the HTML::Embperl::Mail generates correct line endings
      - If Perl's STDOUT and/or STDIN are tied to any package, Embperl now
        calls the Perl methods PRINT and READ for doing I/O. This currently
  -     only works, when not running under mod_perl.
  +     only works when not running under mod_perl.
      - Embperl can now run under FastCGI. Use embpfastcgi.pl instead of
        embpcgi.pl.
      - Delete unnecessary PerlFixupHandler from httpd.conf.src for make test.
  @@ -46,7 +42,7 @@
      - Added optShowBacktrace to enable backtrace of filename in error messages
      - Removed obsolete debug flags dbgDisableCache, dbgWatchScalar,
        dbgEarlyHttpHeader
  -   - Fixed problem with changeing to page directory on win32. Reported by
  +   - Fixed problem with changing to page directory on win32. Reported by
        Hans de Groot.
      - Fixed problems with mod_perl environement handling with ActiveState Perl 
        on win32.
  
  
  
  1.177     +2 -1      embperl/Embperl.pm
  
  Index: Embperl.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl.pm,v
  retrieving revision 1.176
  retrieving revision 1.177
  diff -u -r1.176 -r1.177
  --- Embperl.pm	5 Dec 2001 07:32:54 -0000	1.176
  +++ Embperl.pm	23 May 2002 03:36:15 -0000	1.177
  @@ -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.176 2001/12/05 07:32:54 richter Exp $
  +#   $Id: Embperl.pm,v 1.177 2002/05/23 03:36:15 richter Exp $
   #
   ###################################################################################
   
  @@ -615,6 +615,7 @@
               }
           my $pathskip = $skip ;
           $skip += $pathndx if ($skip) ;
  +	$pathndx = 0 if (!$skip) ;
           my @path = split /$pathsplit/o, $path ;
           shift @path while (!$path[0]) ;
           shift @path while ($skip--) ;
  
  
  
  1.31      +2 -2      embperl/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/embperl/README,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- README	5 Dec 2001 07:32:54 -0000	1.30
  +++ README	23 May 2002 03:36:15 -0000	1.31
  @@ -2,7 +2,7 @@
   HTML::Embperl - Building dynamic Websites with Perl
   ---------------------------------------------------
   
  -Copyright (c) 1997-2001 Gerald Richter / ecos gmbh
  +Copyright (c) 1997-2001 Gerald Richter / ecos gmbh (www.ecos.de)
   
   You may distribute under the terms of either the GNU General Public 
   License or the Artistic License, as specified in the Perl README file.
  @@ -11,7 +11,7 @@
   WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF 
   MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   
  -$Id: README,v 1.30 2001/12/05 07:32:54 richter Exp $
  +$Id: README,v 1.31 2002/05/23 03:36:15 richter Exp $
   
   
   OVERVIEW
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-cvs-help@perl.apache.org