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 2003/06/10 05:16:13 UTC

cvs commit: embperl/test/cmp errormismatch.htm errormismatchcmd.htm

richter     2003/06/09 20:16:12

  Modified:    .        Changes.pod Embperl.pod EmbperlD.pod INSTALL.pod
                        README TODO
  Added:       test/cmp errormismatch.htm errormismatchcmd.htm
  Log:
  add missing files
  
  Revision  Changes    Path
  1.211     +4 -4      embperl/Changes.pod
  
  Index: Changes.pod
  ===================================================================
  RCS file: /home/cvs/embperl/Changes.pod,v
  retrieving revision 1.210
  retrieving revision 1.211
  diff -u -r1.210 -r1.211
  --- Changes.pod	9 Jun 2003 18:03:20 -0000	1.210
  +++ Changes.pod	10 Jun 2003 03:16:11 -0000	1.211
  @@ -1,6 +1,6 @@
   =pod
   
  -=head1 2.0b9 8. Juni 2003
  +=head1 2.0b9  10. Juni 2003
   
   This version is currently under developement. You can get it from the L<CVS|CVS.pod>.
   
  @@ -31,7 +31,7 @@
        because storing PL_sv_undef in a Perl 5.8.0 hash is treated as a placeholder
        and doesn't work as before.
      - Fixed problem with [$ sub $] when running under Perl 5.8.0.  
  -   - Fixed problem when STDOUT is tied, because storege has changed in Perl 5.8.0.  
  +   - Fixed problem when STDOUT is tied, because storage has changed in Perl 5.8.0.  
      - Fixed problem when single quote or backslash is inside of option or input value.
        Bug reported by Saadiq Rodgers-King.
      - Added [$last$], [$next$], [$redo$] and documented [* next *] etc.
  @@ -74,13 +74,13 @@
      - Fix SIGSEGV on sparc in cleanup. Patch from Angus Lees.
      - Apply patch from Angus Lees which avoids a lot of (harmless) compiler
        warnings.
  -   - %idat is now also populated for checkboxes, radiobutton where no matching
  +   - %idat is now also populated for checkboxes and radiobuttons where no matching
        value in %fdat is found. This avoid duplicate submission of formdata
        when using [$ hidden $].
      - fixed memory allocation problem that had occured when mod_perl was
        staticly linked into Apache.
      - removed old Embperl 1 test files from distribution
  -   - corrected initialization of ap_filter_rec structure to random
  +   - corrected initialization of ap_filter_rec structure which had lead to random
        segfaults when using the subreq parameter.
   
    
  
  
  
  1.82      +3 -3      embperl/Embperl.pod
  
  Index: Embperl.pod
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl.pod,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- Embperl.pod	3 Mar 2003 18:38:46 -0000	1.81
  +++ Embperl.pod	10 Jun 2003 03:16:11 -0000	1.82
  @@ -1255,7 +1255,7 @@
   
   =item perl5.8.0
   
  -=item apache_1.3.0 - apache_1.3.27
  +=item apache_1.3.0 - apache_1.3.27, apache 2.0.45
   
   =item apache_ssl (Ben SSL)
   
  @@ -1277,9 +1277,9 @@
   
   =item perl5.005
   
  -=item perl5.6.0
  +=item perl5.6.1
   
  -=item apache_1.3.0 - apache_1.3.19
  +=item apache_1.3.0 - apache_1.3.27
   
   =back
   
  
  
  
  1.54      +1 -1      embperl/EmbperlD.pod
  
  Index: EmbperlD.pod
  ===================================================================
  RCS file: /home/cvs/embperl/EmbperlD.pod,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- EmbperlD.pod	3 Mar 2003 18:38:46 -0000	1.53
  +++ EmbperlD.pod	10 Jun 2003 03:16:11 -0000	1.54
  @@ -1253,7 +1253,7 @@
   
   =item perl 5.8.0
   
  -=item apache_1.3.0 - apache_1.3.19
  +=item apache_1.3.0 - apache_1.3.27, apache 2.0.45
   
   =item apache_ssl (Ben SSL)
   
  
  
  
  1.26      +7 -30     embperl/INSTALL.pod
  
  Index: INSTALL.pod
  ===================================================================
  RCS file: /home/cvs/embperl/INSTALL.pod,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- INSTALL.pod	22 Oct 2002 05:29:04 -0000	1.25
  +++ INSTALL.pod	10 Jun 2003 03:16:11 -0000	1.26
  @@ -108,36 +108,13 @@
   
   =head2 Debian packages
   
  -The Debian packages are maintained by Angus Lees. Here are his
  -installation hints:
  -
  -i've also setup an apt repository for those using stable (potato). to
  -use it, just add these lines to /etc/apt/sources.list (deb-src line is
  -only necessary if you want to download the source at some point):
  -
  -  deb http://www.cse.unsw.edu.au/~gusl/embperl stable/binary-$(ARCH)/
  -  deb-src http://www.cse.unsw.edu.au/~gusl/embperl stable/source/
  -
  -then run "apt-get update" followed by either
  -"apt-get install libhtml-embperl-perl" or just "apt-get upgrade" if
  -you already have embperl installed.
  -
  -if you don't like apt, and want to do it the old fashioned way, i'm
  -sure you can work out how to download the .deb manually.
  -
  -
  -notes:
  -
  -currently i only have i386 packages built for stable. if anyone wants
  -to build other archs and let me know, i can add them in (else, i can
  -probably get a sparc and alpha version compiled)
  -
  -
  -the package for unstable is compiled against perl5.6, so it has to
  -conflict with earlier mod_perl packages that are compiled against
  -perl5.5. unfortunately, there is no perl5.6 apache-perl package yet
  -(drow assures me he's uploading one soon), so you have to make do with
  -a DSO mod-perl (ie: apache + libapache-mod-perl) for now.
  +The Debian packages "libhtml-embperl-perl" and "libembperl-perl" are
  +maintained by Angus Lees and are available from the usual Debian
  +mirrors.
  +
  +Note that libembperl-perl (Embperl v2) is currently only available
  +from the "unstable" distribution.  There are no pre-built
  +apache2/mod_perl2 packages currently available.
   
   
   =head2 UNIX (without Apache Source)
  
  
  
  1.33      +8 -7      embperl/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/embperl/README,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- README	22 Oct 2002 05:29:04 -0000	1.32
  +++ README	10 Jun 2003 03:16:11 -0000	1.33
  @@ -1,6 +1,6 @@
   Embperl - Building dynamic Websites with Perl
   
  -Copyright (c) 1997-2002 Gerald Richter / ecos gmbh  www.ecos.de
  +Copyright (c) 1997-2003 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.
  @@ -22,7 +22,7 @@
   ### I use Embperl 2.0b in production environment on my own.
   ### But be careful, this release may still contain bugs.
   ###
  -### The current stable release is Embperl 1.3.4
  +### The current stable release is Embperl 1.3.6
   ###
   ### !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! 
   
  @@ -154,8 +154,9 @@
   
   perl5.004_04
   perl5.005_01/02/03
  -perl5.6.0
  -apache_1.3.0 - apache_1.3.19
  +perl5.6.1
  +perl5.8.0
  +apache_1.3.0 - apache_1.3.27, - apache 2.0.45
   apache + mod_ssl
   apache_ssl (Ben SSL)
   Stronghold 2.2
  @@ -165,8 +166,8 @@
   
   perl5.004_04
   perl5.005_xx 
  -perl5.6.0
  -apache_1.3.0 - apache_1.3.19
  +perl5.6.1
  +apache_1.3.0 - apache_1.3.27
   
   on Windows 95/98 with
   
  
  
  
  1.110     +3 -115    embperl/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/embperl/TODO,v
  retrieving revision 1.109
  retrieving revision 1.110
  diff -u -r1.109 -r1.110
  --- TODO	22 Oct 2002 05:29:04 -0000	1.109
  +++ TODO	10 Jun 2003 03:16:12 -0000	1.110
  @@ -1,120 +1,8 @@
  -#TODO for Embperl
   
  -Features
  ---------
  -
  -- whitespace intention [Todd Eigenshink]
  -
  -- Remove space at the start and end of the line [Dirk Lutzebaeck]
  -
  -- gzip output [Andreas Koenig]
  -
  -- url rewriting for session id -> planned for 2.x
  -
  -- disableHTMLScan inside <script>
  -
  -- optKeepSpaces in <pre>
  -
  -- return value from sub
  -
  -- remove \n in perl code? when and how?
  -
  -- accpect unclosed html structs [Eugene B. Byrganov 9.11.99]
  -
  -- use APXS for LIBEXECDIR etc. [Matthias Ulrichs 22.11.99]
  -
  -- handle input image (add field.x/y to %idat) [Pierre Etchemaite 13.12.99]
  -
  -- make multifiled delimiter \t configurabel [Jean-Philippe FAUVELLE 13.12.99]
  -
  -- move default logfile to a safer place then /tmp [Christain Gilmore 20.01.00]
  -
  -- last, next for Embperl loops [Christian Gilmore 4.2.2000] -> planned for 2.0
  -
  -- return custom error code to Apache [Alan Gutierrez 11.2.00]
  -
  -- send last modified header if no perl in the doc [Christain Gilmore 23.02.00]
  -
  -- accpect \0 as separator for multiple with same name in %fdat (as CGI->Vars)
  -  [Ilia Lobsanov 8.4.00]
  -
  -- optDisableSelectScan [ Robert 14.5.00]
  -
  -- Execute backtrace [Jon Brisbin 12.8.00]
  -
  -Test
  -----
  -- test FORBIDDEN
  -
  -Bugs
  -----
  -
  -- var cleanup of in imported subs [Lai Yiu Fai 14.3.00] 
  -
  -- using outputfile inside a outputfile crashs
  -
  -
  -Docs
  -----
  -- [- -] [+ +] etc all turns into _perl_code_ in html [S Page 13.9.99]
  -
  -1.3
  ----
  -
  -- restrict number of iterations in search
  -
  -- "$urlprefix" [Steve Willer 14.2.99]
  -
  -2.0
  -__
  -
  -- Parse Posted XML data [Alex Schmelkin 4.2.2000]
  -
  -----------------
  -
  -- $optRawInput etc.
  -
  -- [$<br>if ... -> if.htm
  -
  -- no space between </td></tr> -> </td></tr></table><doc> -> include.htm
  -
  -- <th>, $cnt -> table.htm
  -
  -- $row etc. ende checken
  -
  -- discard.htm
  -
  -- exit
  -
  -- safe namespaces (importing Embperl functions)
  -
  -- errdoc
  -
  -- http_header / meta http-equiv -> http.htm
  -
  -- Execute / [$sub $] from [+ +]
  -
  -- rawinput/include.htm mem: 5,6,7
  -
  -- split multiple values in URLS [Kee Hinckley 18.4.01]
  -
  -- Execute inside html tags [Jonny Cavell 26.4.01]
  -
  -- $fdat_ref = $set; [Kee Hinckley 7.3.02]
  -
  -- print OUT as first statement in [$sub$] doesn't work [Eric-Olivier Le Bigot 1.4.02]
  -
  -- Vars in @param not being undefined [Luiz Fernando B. Ribeiro 9.4.02]
  -
  -- Don't work on dirs
  -
  -- optEnableChdir [Cameron McBride 12.4.2002]
  -
  -- change dynamic tables/selects [Kee Hinckley 29.4.2002]
  -
  -Docs 2.0
  ---------
  +TODO before Embperl 2.0 release
   
  +- non standart apr include path [Andre Landwehr 6.4.03]
   
   
  +TODO for Embperl 2.1 and later
   
  
  
  
  1.2       +16 -0     embperl/test/cmp/errormismatch.htm
  
  
  
  
  1.2       +16 -0     embperl/test/cmp/errormismatchcmd.htm
  
  
  
  

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