Mailing List Archive

svn commit: r1914099 [7/37] - in /perl/site/embperl: ./ de/ de/images/ de/pod/ de/pod/doc/ de/pod/doc/EmbperlRecipe/ de/pod/doc/EmbperlSyntax/ de/pod/intro/ de/pod/list/ en/ en/images/ en/pod/ en/pod/doc/ en/pod/doc/By calling Embperl/ en/pod/doc/Embpe...
Modified: perl/site/embperl/de/pod/Changes.-page-58-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-58-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-58-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-58-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
<tr>
<td nowrap align="left" width=2>&nbsp;</td>
<td nowrap align="left" width=15><img src="../../images/i-sub-off.gif" width="11" height="11" vspace="6" hspace="5"></td>
- <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+ <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
</tr>
</table>
</td>
@@ -242,7 +242,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
</tr>
</table>
</td>
@@ -257,7 +257,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
</tr>
</table>
</td>
@@ -303,24 +303,86 @@
</table>
</td>
<td valign="top" width="90%" class="cContent"><table width="100%"><tr><td valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.23-beta 31 Dec 1997</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-57-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.25-beta 17 Feb 1998 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.25-beta 17 Feb 1998</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-57-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.26-beta 16 Mar 98 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-59-.htm" class="cPodHeaderNavLink">
- [ Next: 0.22-beta 28 Dec 1997 &gt;&gt; ]
- </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Fixed a bug which caused $req_rec to be not defined anymore (Thanks to
- Todd R. Eigenschink for the hint and debugging)
- - Fixed a bug in escaping special HTML char to normal ascii (Thanks to
- Todd R. Eigenschink for the hint)
- - Makefile.PL now sets the path to your Perl binary in embpexec.pl and
- embpexec.test.pl, so that it works regardless of where your Perl is located
- (Thanks to Randall Schwartz for the hint)
- - Added the SSLDisable to the test config when running an httpsd. (Thanks
- to David Scott for the hint and Ralf S. Engelschall for the Syntax)
- - Fixed a bug in &lt;META&gt; tag interpretation which was causing random errors
- when not compiled for mod_perl</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-57-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.25-beta 17 Feb 1998 ]
+ [ Next: 0.23-beta 31 Dec 1997 &gt;&gt; ]
+ </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Included the "translation" of the Embperl POD to a human-readable
+ form done by Todd Eigenschink
+ - Started a FAQ file from the questions I answered by e-mail
+ - Added the function Execute, which can be called from Perl programs
+ (or Apache::Registry scripts), and can take input from (and/or
+ output to) memory, as suggested by Doug Bagley and Randy Harmon
+ (Look at test/html/registry/Execute.htm for an example)
+ - Changed the source so that it will compile on aix, spotted by
+ Patrick McAuliffe
+ - Access sys_errlist via perl macro Strerror to avoid errors with
+ redeclaration, thanks for spotting this to Honza Jirousek
+ - Changed the tab size from 4 to 8 in my editor to be compatible with
+ Unix standard
+ - Added warning if dbgLogLink is set and EMBPERL_VIRTLOG is not
+ - Changed the delimiter of metacommand from space to any non-alpha char
+ to allow writing [$while(a==b)$] as suggested by Michael D. Dowling
+ - Added config variable EMBPERL_ESCMODE to set inital values of $escmode
+ as suggested by Todd Eigenschink
+ - Added [! ... !]. Does just the same as [- ... -] but will only execute
+ on the first request for that document. This can be used to do one-time
+ initialization and to define subroutines.
+ - Changed push_handlers to register_cleanup, so PERL_STACKED_HANDLERS and
+ PERL_CLEANUP aren't necessary anymore, as suggested by Doug MacEachern
+ - If it exists, the function CLEANUP of the processed document will be called
+ before the variable cleanup, but after the connection to the client is closed
+ - Added a closing &lt;/font&gt; in the logfile which is sent to the browser, otherwise
+ MS IE 4 can't handle it
+ - Changed Perl constants in Perl part from subroutines to "real" constants
+ - Did some general rearranging of code
+
+ - Fixed a memory leak which caused Embperl to lose one sv per Perl
+ block when a document is reloaded
+ - Fixed a bug which caused [+... +] within the Textarea tag to be ignored,
+ spotted by Todd Eigenschink
+ - Fixed a bug in sorting hidden fields
+ - Fixed a wrong argument to MakeMaker, which was causing Embperl to not be able
+ to build statically, spotted by Anatoli Belomestnov (and added a
+ description to the Faq on how to build a copy of Embperl which is statically-
+ linked to mod_perl)
+ - Fixed a problem which was causing the LOG filehandle to not be imported in
+ the documents package, this was causing everything printed to LOG to sort
+ of disappear
+
+=head1 0.24-beta 13 Jan 1998
+
+ - Added the option optRawInput which causes Embperl not to pre-process the
+ source for a Perl expression (the only exception is that CR will be removed).
+ This option should be set when you are writing your code with an ascii editor.
+ If you are using a WYSIWYG editor, which inserts unwanted HTML tags in your
+ Perl expressions and escapes special characters automatically (i.e.
+ &lt; will occur as &amp;lt; in the source), you should not set this option, and
+ Embperl will automatically convert the HTML input back to the Perl
+ expression you have written. (Thanks to Todd R. Eigenschink for a patch)
+ - $0 is set to the filename of the HTML source
+ - Change Current Working Directory to directory of HTML source
+ - Warning messages are now also logged in logfile at the correct
+ position, next to the source line
+ - Perl error and warning messages contain the filename and correct
+ linenumber of the HTML source
+ - Sourcelines in logfile contain linenumbers
+ - Output via [+ ... +] of undefined values at the end of a dynamic table
+ (which must be there to end the table) do not generate a warning anymore
+ NOTE: If you use them in an expression (such as $a = $arr[$row] or simply
+ inside " ", you will still get a warning)
+ - Open HTML source in binary mode on Win32 to avoid overhead of crlf -&gt; lf
+ translation.
+ - Use aplog_error for apache_1.3 to avoid senseless os errors written to
+ httpd error log
+
+ - Removed some uninitializied value messages when running with
+ -w / PerlWarn on, spotted by Todd R. Eigenschink
+ - Fixed a bug which has caused nested 'while' loops to execute incorrectly
+ if the condition of the outer one is false </pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-57-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.26-beta 16 Mar 98 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-59-.htm" class="cPodHeaderNavLink">
- [ Next: 0.22-beta 28 Dec 1997 &gt;&gt; ]
+ [ Next: 0.23-beta 31 Dec 1997 &gt;&gt; ]
</a></td></tr></table></a>
</td>
</tr>

Modified: perl/site/embperl/de/pod/Changes.-page-59-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-59-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-59-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-59-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
<tr>
<td nowrap align="left" width=2>&nbsp;</td>
<td nowrap align="left" width=15><img src="../../images/i-sub-off.gif" width="11" height="11" vspace="6" hspace="5"></td>
- <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+ <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
</tr>
</table>
</td>
@@ -242,7 +242,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
</tr>
</table>
</td>
@@ -257,7 +257,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
</tr>
</table>
</td>
@@ -303,15 +303,24 @@
</table>
</td>
<td valign="top" width="90%" class="cContent"><table width="100%"><tr><td valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.22-beta 28 Dec 1997</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-58-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.23-beta 31 Dec 1997 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.23-beta 31 Dec 1997</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-58-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.25-beta 17 Feb 1998 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-60-.htm" class="cPodHeaderNavLink">
- [ Next: 0.21-beta 25 Dec 1997 &gt;&gt; ]
- </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Changed include path generated in Makefile.PL so Embperl also
- compiles with apache_1.3b3 (Thanks to Doug Bagley for the hint) </pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-58-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.23-beta 31 Dec 1997 ]
+ [ Next: 0.22-beta 28 Dec 1997 &gt;&gt; ]
+ </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Fixed a bug which caused $req_rec to be not defined anymore (Thanks to
+ Todd R. Eigenschink for the hint and debugging)
+ - Fixed a bug in escaping special HTML char to normal ascii (Thanks to
+ Todd R. Eigenschink for the hint)
+ - Makefile.PL now sets the path to your Perl binary in embpexec.pl and
+ embpexec.test.pl, so that it works regardless of where your Perl is located
+ (Thanks to Randall Schwartz for the hint)
+ - Added the SSLDisable to the test config when running an httpsd. (Thanks
+ to David Scott for the hint and Ralf S. Engelschall for the Syntax)
+ - Fixed a bug in &lt;META&gt; tag interpretation which was causing random errors
+ when not compiled for mod_perl</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-58-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.25-beta 17 Feb 1998 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-60-.htm" class="cPodHeaderNavLink">
- [ Next: 0.21-beta 25 Dec 1997 &gt;&gt; ]
+ [ Next: 0.22-beta 28 Dec 1997 &gt;&gt; ]
</a></td></tr></table></a>
</td>
</tr>

Modified: perl/site/embperl/de/pod/Changes.-page-6-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-6-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-6-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-6-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
<tr>
<td nowrap align="left" width=2>&nbsp;</td>
<td nowrap align="left" width=15><img src="../../images/i-sub-off.gif" width="11" height="11" vspace="6" hspace="5"></td>
- <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+ <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
</tr>
</table>
</td>
@@ -242,7 +242,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
</tr>
</table>
</td>
@@ -257,7 +257,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
</tr>
</table>
</td>
@@ -303,35 +303,55 @@
</table>
</td>
<td valign="top" width="90%" class="cContent"><table width="100%"><tr><td valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">2.2.0 8. Apr. 2006</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-5-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 2.3.0 30. Sept. 2007 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">2.3.0 30. Sept. 2007</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-5-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 2.4.0 4. Oct 2010 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-7-.htm" class="cPodHeaderNavLink">
- [ Next: 2.1.0 15. Nov 2005 &gt;&gt; ]
- </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Added new command [$ dump $] which can be used
- to dump variables to logfiles or to the output
- for debugging purpose.
- - [$ sub $] return value is handled now corretly
- in scalar and array context
- - Added support for Apache 2.2
- - Added Table of Content pod file, which lists
- all available Embperl documentation, to get
- a better overview. Thanks to Axel Beckert.
- - Additional checked and notchecked Validationrules
- - Fixed Cookie expire calculation, because
- relative exipre times where only calculated
- once at server startup. Spotted by Derrick Spell.
- - Fixed parsing of Cache configuration functions in
- httpd.conf. Spotted by Carl Eklof.
- - Added better handling of Out Of Memory condition,
- i.e. log error end try to clean up instead of
- segfault.
- - Fixed segfault that could occur because a non
- string value is passed as string index, which
- crashed if such a string index doesn't exists.
- Spotted by Carl Eklof.</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-5-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 2.3.0 30. Sept. 2007 ]
+ [ Next: 2.2.0 8. Apr. 2006 &gt;&gt; ]
+ </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Added support for Code ref in language message lookup hash.
+ That allows for internationalization to call a sub instead
+ of only looking up keys in a hash.
+ - Added UTF-8 messages to Embperl::Form::Validate.
+ - Include patch from Mark D. Anderson to make SSI syntax
+ behave more like mod_include.
+ - Make component -&gt; curr_esc_mode available in Perl, requested
+ by Robert.
+ - Improve XHTML/XML support. Tags that are parsed by Embperl
+ like input, are now only have one slash at the end, if there
+ is already a slash in the source and output_mode is set to
+ xml. In addition checked attributes for input tags are now
+ added as checked="checked" to be valid xml.
+ Spotted by Villu Roogna.
+ - A lot of code was written for Embperl::Form a sophisticated
+ form creation/handling framework, which also contains some
+ nice AJAX and JS stuff like autocomplete input boxes,
+ grids and tabbed dialogs. Also the framework itself is ready
+ to use, there is not much documentation yet...
+ - Fixed wrong version numbers in make test files,
+ which caused make test to fail. Spotted by Matt Bockol.
+ - Use _stat() instead of stat() on Win32 to work around the problem
+ that Perl redefines stat() in an incompatibel way.
+ Spotted by Randy Korbes.
+ - Documented all options of embpexec.pl.
+ - Fixed default_language handling in Embperl::Form::Validate.
+ Patch from Kathryn Andersen.
+ - In Makefile.PL check for mod_perl2.pm instead of mod_perl
+ when mod_perl 2.x is used. Spotted by Dan Clawson.
+ - Included patch from Andrew O'Brian to correctly retrieve
+ Cookie header when running under Apache 2.
+ - Fixed timezone compiletime error on Mac OS-X. Patch from
+ Wolfgang Kinkeldei.
+ - Fixed segfault that might occur when an value of an input
+ attribute is removed. Spotted by Andrew Sitnikov.
+ - Fixed missing Perl Stack setup which causes memory errors on
+ BSD systems. Patch from Doug Rayner.
+ - Added internal check and error message when, due to a syntax
+ error in the source, a node is parsed as attribute.
+ Spotted by Kato M. Yoshiro.
+ - Fix segfault that occured during output of an error message
+ when not inside an Embperl request.</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-5-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 2.4.0 4. Oct 2010 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-7-.htm" class="cPodHeaderNavLink">
- [ Next: 2.1.0 15. Nov 2005 &gt;&gt; ]
+ [ Next: 2.2.0 8. Apr. 2006 &gt;&gt; ]
</a></td></tr></table></a>
</td>
</tr>

Modified: perl/site/embperl/de/pod/Changes.-page-60-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-60-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-60-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-60-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
<tr>
<td nowrap align="left" width=2>&nbsp;</td>
<td nowrap align="left" width=15><img src="../../images/i-sub-off.gif" width="11" height="11" vspace="6" hspace="5"></td>
- <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+ <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
</tr>
</table>
</td>
@@ -242,7 +242,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
</tr>
</table>
</td>
@@ -257,7 +257,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
</tr>
</table>
</td>
@@ -303,88 +303,15 @@
</table>
</td>
<td valign="top" width="90%" class="cContent"><table width="100%"><tr><td valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.21-beta 25 Dec 1997</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-59-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.22-beta 28 Dec 1997 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.22-beta 28 Dec 1997</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-59-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.23-beta 31 Dec 1997 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-61-.htm" class="cPodHeaderNavLink">
- [ Next: 0.19-beta 29 Oct 97 &gt;&gt; ]
- </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Embperl offline mode now works under Win 32 (mod_perl and cgi mode
- not tested under Win 32 yet, but maybe it works too)
- - Totally reworked safenamespace and operatormask handling. Works now
- without memory leak, is fully configurable and also does p-code
- caching. If you use it, please look at the documentation, because
- the configuration has changed.
- - Embperl now sends its own error document if it detects an error.
- The page contains all the error messages and if you have the
- dbgLogLink enabled, all errors are links to the corresponding
- line in the logfile. (this can be disabled with optDisableEmbperlErrorPage)
- - Added new metacommand [$VAR ... $], which can be used to declare
- variables and apply the strict pragma (same as use strict ; use vars )
- - Added debug flag dbgHeadersIn which causes Embperl to log all http
- headers which are received from the client
- - Don't change any unknown HTML Escapes (i.e. &amp;&amp; has been translated
- to ? in versions &lt; 0.21)
- - dbgShowCleanup logs all variables which are automatically undefined at the
- end of a request (for scalars the value is also shown)
- - Error messages will also be cached, so that the compiling of the code
- only takes place once, because erroneous Perl code will cause memory
- leaks in Perl itself if it's compiled on and on and on.
- - Optimized the compiling of the embedded Perl code
- - Changed use Apache::Constants to conform with the new default exports
- introduced in mod_perl-1.07_01
- - Output of the 'hidden' metacommand is sorted in the same order as the input
- from the formfields (sorting order can also be supplied as third argument)
- - &lt;meta http-equiv= ... &gt; will override the corresponding http header
- (this keeps netscape from asking the user to reload the document
- when the content-type differs between the http header and the
- meta http-equiv)
- This can also be used to set http headers
-
- - Fixed a problem that Embperl magic variables do not work when
- the package exists before the first call to Embperl
- - Fixed a problem that caused a SIGSEGV when retrieving the same document
- containing a Perl error for the second time from the same child
- - Fixed a problem that caused Embperl to terminate in offline/cgi-mode
- when the file was not found or when access was forbidden
- - Fixed a problem with the 'hidden' metacommand, which came up when
- arguments were supplied with surrounding spaces
- - Fixed a problem that Embperl did not handle metacommands correctly
- when HTML tags (e.g. &lt;br&gt;) were embedded
-
-=head1 0.20-beta 15 Nov 97
-
- - Every file is executed in a separate package (don't confuse this
- with safe namespaces) to reduce unwanted effects on each other
- - Added the configuration directive EMBPERL_PACKAGE which can be used to override
- the automatically-generated package name
- - The namespace (package) used by a request is cleaned up afterwards.
- That means that every scalar, hash or array is undef'ed after the
- request to make sure nothing is lying around to possibly make the next request
- misbehave.
- This requires mod_perl with PERL_CLEANUP=1 and PERL_STACKED_HANDLER=1!
- NOTE: To get persistent variables, place them in another namespace i.e.
- write $persistent::x instead of $x
- - Added configuration directive EMBPERL_OPTIONS to configure various runtime
- options. Now only the scalar cleanup can be disabled.
- - use log_error for writing to Apache error log to get timestamp
- - Escaping inside an &lt;A&gt; tag is changed from an HTML escape to a URL escape
- i.e. the space is translated to + and &amp; is translated to %26 and so on
- - Escaping can now be turned on and off via $escmode
- - Concats ENV and cgi_env under mod_perl so that PerlSetEnv can be used
- instead of SetEnv for configuration. In contrast to SetEnv, PerlSetEnv
- allows different values per directory/virtual host
- - Added two links to show source-loglines and eval-loglines when dbgLogLink
- is enabled to have a quick jump to the logfile
- - Reget pid for every request, so the correct one will be written to the
- logfile, also when Embperl is loaded at server startup
- - Check error log in make test, added test for error output
-
- - Fixed a bug which causes Embperl to cause a SIGSEGV when a Perl syntax
- error occurred
- - Fixed a bug so that a '&gt;' inside of [+/- ... -/+] is not detected as the end
- of an HTML tag (Thanks to Todd R. Eigenschink)</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-59-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.22-beta 28 Dec 1997 ]
+ [ Next: 0.21-beta 25 Dec 1997 &gt;&gt; ]
+ </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Changed include path generated in Makefile.PL so Embperl also
+ compiles with apache_1.3b3 (Thanks to Doug Bagley for the hint) </pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-59-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.23-beta 31 Dec 1997 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-61-.htm" class="cPodHeaderNavLink">
- [ Next: 0.19-beta 29 Oct 97 &gt;&gt; ]
+ [ Next: 0.21-beta 25 Dec 1997 &gt;&gt; ]
</a></td></tr></table></a>
</td>
</tr>

Modified: perl/site/embperl/de/pod/Changes.-page-61-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-61-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-61-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-61-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
<tr>
<td nowrap align="left" width=2>&nbsp;</td>
<td nowrap align="left" width=15><img src="../../images/i-sub-off.gif" width="11" height="11" vspace="6" hspace="5"></td>
- <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+ <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
</tr>
</table>
</td>
@@ -242,7 +242,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
</tr>
</table>
</td>
@@ -257,7 +257,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
</tr>
</table>
</td>
@@ -303,19 +303,88 @@
</table>
</td>
<td valign="top" width="90%" class="cContent"><table width="100%"><tr><td valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.19-beta 29 Oct 97</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-60-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.21-beta 25 Dec 1997 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.21-beta 25 Dec 1997</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-60-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.22-beta 28 Dec 1997 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-62-.htm" class="cPodHeaderNavLink">
- [ Next: 0.18-beta 25 Oct 97 &gt;&gt; ]
- </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Rewrote the code for the LOG handle. Now the handle LOG is tied so that every
- print/printf is written to embperl.log at the right position. Use this to
- do logging from your embedded code or modules
-
- - Fixed a bug which caused garbage to be displayed in dynamic tables (or made
- parts of the table disappear) </pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-60-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.21-beta 25 Dec 1997 ]
+ [ Next: 0.19-beta 29 Oct 97 &gt;&gt; ]
+ </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Embperl offline mode now works under Win 32 (mod_perl and cgi mode
+ not tested under Win 32 yet, but maybe it works too)
+ - Totally reworked safenamespace and operatormask handling. Works now
+ without memory leak, is fully configurable and also does p-code
+ caching. If you use it, please look at the documentation, because
+ the configuration has changed.
+ - Embperl now sends its own error document if it detects an error.
+ The page contains all the error messages and if you have the
+ dbgLogLink enabled, all errors are links to the corresponding
+ line in the logfile. (this can be disabled with optDisableEmbperlErrorPage)
+ - Added new metacommand [$VAR ... $], which can be used to declare
+ variables and apply the strict pragma (same as use strict ; use vars )
+ - Added debug flag dbgHeadersIn which causes Embperl to log all http
+ headers which are received from the client
+ - Don't change any unknown HTML Escapes (i.e. &amp;&amp; has been translated
+ to ? in versions &lt; 0.21)
+ - dbgShowCleanup logs all variables which are automatically undefined at the
+ end of a request (for scalars the value is also shown)
+ - Error messages will also be cached, so that the compiling of the code
+ only takes place once, because erroneous Perl code will cause memory
+ leaks in Perl itself if it's compiled on and on and on.
+ - Optimized the compiling of the embedded Perl code
+ - Changed use Apache::Constants to conform with the new default exports
+ introduced in mod_perl-1.07_01
+ - Output of the 'hidden' metacommand is sorted in the same order as the input
+ from the formfields (sorting order can also be supplied as third argument)
+ - &lt;meta http-equiv= ... &gt; will override the corresponding http header
+ (this keeps netscape from asking the user to reload the document
+ when the content-type differs between the http header and the
+ meta http-equiv)
+ This can also be used to set http headers
+
+ - Fixed a problem that Embperl magic variables do not work when
+ the package exists before the first call to Embperl
+ - Fixed a problem that caused a SIGSEGV when retrieving the same document
+ containing a Perl error for the second time from the same child
+ - Fixed a problem that caused Embperl to terminate in offline/cgi-mode
+ when the file was not found or when access was forbidden
+ - Fixed a problem with the 'hidden' metacommand, which came up when
+ arguments were supplied with surrounding spaces
+ - Fixed a problem that Embperl did not handle metacommands correctly
+ when HTML tags (e.g. &lt;br&gt;) were embedded
+
+=head1 0.20-beta 15 Nov 97
+
+ - Every file is executed in a separate package (don't confuse this
+ with safe namespaces) to reduce unwanted effects on each other
+ - Added the configuration directive EMBPERL_PACKAGE which can be used to override
+ the automatically-generated package name
+ - The namespace (package) used by a request is cleaned up afterwards.
+ That means that every scalar, hash or array is undef'ed after the
+ request to make sure nothing is lying around to possibly make the next request
+ misbehave.
+ This requires mod_perl with PERL_CLEANUP=1 and PERL_STACKED_HANDLER=1!
+ NOTE: To get persistent variables, place them in another namespace i.e.
+ write $persistent::x instead of $x
+ - Added configuration directive EMBPERL_OPTIONS to configure various runtime
+ options. Now only the scalar cleanup can be disabled.
+ - use log_error for writing to Apache error log to get timestamp
+ - Escaping inside an &lt;A&gt; tag is changed from an HTML escape to a URL escape
+ i.e. the space is translated to + and &amp; is translated to %26 and so on
+ - Escaping can now be turned on and off via $escmode
+ - Concats ENV and cgi_env under mod_perl so that PerlSetEnv can be used
+ instead of SetEnv for configuration. In contrast to SetEnv, PerlSetEnv
+ allows different values per directory/virtual host
+ - Added two links to show source-loglines and eval-loglines when dbgLogLink
+ is enabled to have a quick jump to the logfile
+ - Reget pid for every request, so the correct one will be written to the
+ logfile, also when Embperl is loaded at server startup
+ - Check error log in make test, added test for error output
+
+ - Fixed a bug which causes Embperl to cause a SIGSEGV when a Perl syntax
+ error occurred
+ - Fixed a bug so that a '&gt;' inside of [+/- ... -/+] is not detected as the end
+ of an HTML tag (Thanks to Todd R. Eigenschink)</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-60-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.22-beta 28 Dec 1997 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-62-.htm" class="cPodHeaderNavLink">
- [ Next: 0.18-beta 25 Oct 97 &gt;&gt; ]
+ [ Next: 0.19-beta 29 Oct 97 &gt;&gt; ]
</a></td></tr></table></a>
</td>
</tr>

Modified: perl/site/embperl/de/pod/Changes.-page-62-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-62-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-62-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-62-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
<tr>
<td nowrap align="left" width=2>&nbsp;</td>
<td nowrap align="left" width=15><img src="../../images/i-sub-off.gif" width="11" height="11" vspace="6" hspace="5"></td>
- <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+ <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
</tr>
</table>
</td>
@@ -242,7 +242,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
</tr>
</table>
</td>
@@ -257,7 +257,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
</tr>
</table>
</td>
@@ -303,43 +303,19 @@
</table>
</td>
<td valign="top" width="90%" class="cContent"><table width="100%"><tr><td valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.18-beta 25 Oct 97</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-61-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.19-beta 29 Oct 97 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.19-beta 29 Oct 97</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-61-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.21-beta 25 Dec 1997 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-63-.htm" class="cPodHeaderNavLink">
- [ Next: 0.17-beta 30 Aug 97 &gt;&gt; ]
- </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Added caching of p-code. Now all Perl code is compiled only once. On the
- second request, the compiled p-code is used. This makes, for example, the
- table.htm from the test about 4 times faster on the second run then it was in
- previous versions of Embperl. Also, tables and loops are faster in the first
- request, because the code is only compiled in the first iteration.
- - &lt;Select&gt;/&lt;option&gt; is now handled like &lt;input&gt;, this means that if a value
- for the select exists in %fdat, the corresponding option is automatically
- selected.
- - Added support for table heading (&lt;th&gt; tag). If all cells in a row are surrounded
- by &lt;th&gt;/&lt;/th&gt; instead of &lt;td&gt;/&lt;/td&gt; the row is interpreted as column headings and
- printed only once. Row headings are not supported yet, but in one of the next versions...
- - Added support for multipart/formdata to support fileupload. Embperl automatically
- detects multipart/formdata and lets CGI.pm handle it. The results are also
- present in @ffld and %fdat like for normal formdata. See CGI.pm for more docs.
- (Thanks to eigenstr@mixi.net for the idea and material)
- - Now all the output is kept in memory and the http-header are sent when the
- processing is finish. This gives the ability to set http-headers (only under mod_perl)
- within the page. Also now the Content-Length can be sent in the http-header.
- (Thanks to eigenstr@mixi.net for the idea and material)
- - Added tests for mod_perl mode and running as cgi-script, if compilation
- for mod_perl is enabled (Thanks to Doug MacEachern for lots of ideas
- and code I have borrowed from his mod_perl)
- - Removed "= true" in MailFormTo which caused a warning and didn't declare
- syserr_list in ep.h on FreeBSD (Thanks to Michael Fuhr for the hints)
- - Added SYSNOPSIS section to docs to avoid pod2man warning and changed
- apache/src/regx to apache/src/regex in Makefile.PL (Thanks to Bob Wilkinson)
- - Splitted C-sources in some more source files
-
- - Fixed two minor memory leaks. Now the Embperl test suite can run 1000 times and
- more without making the httpd grow!</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-61-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.19-beta 29 Oct 97 ]
+ [ Next: 0.18-beta 25 Oct 97 &gt;&gt; ]
+ </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Rewrote the code for the LOG handle. Now the handle LOG is tied so that every
+ print/printf is written to embperl.log at the right position. Use this to
+ do logging from your embedded code or modules
+
+ - Fixed a bug which caused garbage to be displayed in dynamic tables (or made
+ parts of the table disappear) </pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-61-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.21-beta 25 Dec 1997 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-63-.htm" class="cPodHeaderNavLink">
- [ Next: 0.17-beta 30 Aug 97 &gt;&gt; ]
+ [ Next: 0.18-beta 25 Oct 97 &gt;&gt; ]
</a></td></tr></table></a>
</td>
</tr>

Modified: perl/site/embperl/de/pod/Changes.-page-63-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-63-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-63-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-63-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
<tr>
<td nowrap align="left" width=2>&nbsp;</td>
<td nowrap align="left" width=15><img src="../../images/i-sub-off.gif" width="11" height="11" vspace="6" hspace="5"></td>
- <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+ <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
</tr>
</table>
</td>
@@ -242,7 +242,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
</tr>
</table>
</td>
@@ -257,7 +257,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
</tr>
</table>
</td>
@@ -303,14 +303,43 @@
</table>
</td>
<td valign="top" width="90%" class="cContent"><table width="100%"><tr><td valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.17-beta 30 Aug 97</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-62-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.18-beta 25 Oct 97 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.18-beta 25 Oct 97</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-62-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.19-beta 29 Oct 97 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-64-.htm" class="cPodHeaderNavLink">
- [ Next: 0.16-beta 29 Aug 97 &gt;&gt; ]
- </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Removed some Compiler Warnings (Thanks to Ian Kallen for reporting them)</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-62-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.18-beta 25 Oct 97 ]
+ [ Next: 0.17-beta 30 Aug 97 &gt;&gt; ]
+ </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Added caching of p-code. Now all Perl code is compiled only once. On the
+ second request, the compiled p-code is used. This makes, for example, the
+ table.htm from the test about 4 times faster on the second run then it was in
+ previous versions of Embperl. Also, tables and loops are faster in the first
+ request, because the code is only compiled in the first iteration.
+ - &lt;Select&gt;/&lt;option&gt; is now handled like &lt;input&gt;, this means that if a value
+ for the select exists in %fdat, the corresponding option is automatically
+ selected.
+ - Added support for table heading (&lt;th&gt; tag). If all cells in a row are surrounded
+ by &lt;th&gt;/&lt;/th&gt; instead of &lt;td&gt;/&lt;/td&gt; the row is interpreted as column headings and
+ printed only once. Row headings are not supported yet, but in one of the next versions...
+ - Added support for multipart/formdata to support fileupload. Embperl automatically
+ detects multipart/formdata and lets CGI.pm handle it. The results are also
+ present in @ffld and %fdat like for normal formdata. See CGI.pm for more docs.
+ (Thanks to eigenstr@mixi.net for the idea and material)
+ - Now all the output is kept in memory and the http-header are sent when the
+ processing is finish. This gives the ability to set http-headers (only under mod_perl)
+ within the page. Also now the Content-Length can be sent in the http-header.
+ (Thanks to eigenstr@mixi.net for the idea and material)
+ - Added tests for mod_perl mode and running as cgi-script, if compilation
+ for mod_perl is enabled (Thanks to Doug MacEachern for lots of ideas
+ and code I have borrowed from his mod_perl)
+ - Removed "= true" in MailFormTo which caused a warning and didn't declare
+ syserr_list in ep.h on FreeBSD (Thanks to Michael Fuhr for the hints)
+ - Added SYSNOPSIS section to docs to avoid pod2man warning and changed
+ apache/src/regx to apache/src/regex in Makefile.PL (Thanks to Bob Wilkinson)
+ - Splitted C-sources in some more source files
+
+ - Fixed two minor memory leaks. Now the Embperl test suite can run 1000 times and
+ more without making the httpd grow!</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-62-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.19-beta 29 Oct 97 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-64-.htm" class="cPodHeaderNavLink">
- [ Next: 0.16-beta 29 Aug 97 &gt;&gt; ]
+ [ Next: 0.17-beta 30 Aug 97 &gt;&gt; ]
</a></td></tr></table></a>
</td>
</tr>

Modified: perl/site/embperl/de/pod/Changes.-page-64-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-64-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-64-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-64-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
<tr>
<td nowrap align="left" width=2>&nbsp;</td>
<td nowrap align="left" width=15><img src="../../images/i-sub-off.gif" width="11" height="11" vspace="6" hspace="5"></td>
- <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+ <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
</tr>
</table>
</td>
@@ -242,7 +242,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
</tr>
</table>
</td>
@@ -257,7 +257,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
</tr>
</table>
</td>
@@ -303,36 +303,14 @@
</table>
</td>
<td valign="top" width="90%" class="cContent"><table width="100%"><tr><td valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.16-beta 29 Aug 97</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-63-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.17-beta 30 Aug 97 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.17-beta 30 Aug 97</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-63-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.18-beta 25 Oct 97 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-65-.htm" class="cPodHeaderNavLink">
- [ Next: 0.15-beta 11 July 1997 &gt;&gt; ]
- </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Added more restrictive access check when running under mod_perl
- * Option ExecCGI must be set
- * must not be a directory
- - Added a (few) more docs about how to view the Embperl logfile with
- your browser
- - Added a declaration for error-dependent stuff to compile on Solaris, check errno before
- accessing sys_errlist to avoid SIGSEVs, Fixed another warning from Sun Pro C Compiler
- (Thanks to Dan Peterson)
- - Switched I/O to PerlIO if supported by installed Perl version.
- Should now work with sfio (not tested yet)
- - Added possibilty to include Embperl commands in all HTML tags
- (did not work for body, table and tr tags in previous versions)
- - Will now preserve case of HTML tags
- - Do not interpret unknown HTML tags in any way, so as to handle "&lt;" characters
- which do not start a HTML tag better
- - Do not display the time needed for the request if CLOCKS_PER_SEC not
- defined (e.g. SunOS - Thanks to Dan Peterson)
- - Added apache_xx/src/regx to include path, to avoid problems when
- Apache was built with its own regx library
- - Now Embperl shows which tags don't match in error message (table, dir, select etc.)
-
- - Fixed a bug which caused "[." characters to be printed even in a false
- if path </pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-63-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.17-beta 30 Aug 97 ]
+ [ Next: 0.16-beta 29 Aug 97 &gt;&gt; ]
+ </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Removed some Compiler Warnings (Thanks to Ian Kallen for reporting them)</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-63-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.18-beta 25 Oct 97 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-65-.htm" class="cPodHeaderNavLink">
- [ Next: 0.15-beta 11 July 1997 &gt;&gt; ]
+ [ Next: 0.16-beta 29 Aug 97 &gt;&gt; ]
</a></td></tr></table></a>
</td>
</tr>

Modified: perl/site/embperl/de/pod/Changes.-page-65-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-65-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-65-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-65-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
<tr>
<td nowrap align="left" width=2>&nbsp;</td>
<td nowrap align="left" width=15><img src="../../images/i-sub-off.gif" width="11" height="11" vspace="6" hspace="5"></td>
- <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+ <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
</tr>
</table>
</td>
@@ -242,7 +242,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
</tr>
</table>
</td>
@@ -257,7 +257,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
</tr>
</table>
</td>
@@ -303,27 +303,36 @@
</table>
</td>
<td valign="top" width="90%" class="cContent"><table width="100%"><tr><td valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.15-beta 11 July 1997</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-64-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.16-beta 29 Aug 97 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.16-beta 29 Aug 97</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-64-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.17-beta 30 Aug 97 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-66-.htm" class="cPodHeaderNavLink">
- [ Next: 0.14-beta 30 Juni 1997 &gt;&gt; ]
- </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Added interpretation of SELECT Tag to generate dynamic listboxes
- from an arrary
- - Fixed a problem with dynamic lists
- - Fixed some warnings displayed by the Sun Pro C Compiler (Thanks to Dan Peterson)
- - Fixed an error message about missing IO::Handle
- - Changed all // comments to /* */ to be more compatible with compilers other
- than the gnu-c compiler
- - Inserted a missing return in oputc which caused a SIGSEV on Solaris (Thanks
- to Dan Peterson)
- - Checked return code of Logfile open, to prevent a SIGSEV when Embperl cannot
- write to the logfile (it now writes an error message in server's errorlog)
- (Thanks to Dan Peterson)
- - Errors will also be logged to the server's error log (written to stderr)
- </pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-64-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.16-beta 29 Aug 97 ]
+ [ Next: 0.15-beta 11 July 1997 &gt;&gt; ]
+ </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Added more restrictive access check when running under mod_perl
+ * Option ExecCGI must be set
+ * must not be a directory
+ - Added a (few) more docs about how to view the Embperl logfile with
+ your browser
+ - Added a declaration for error-dependent stuff to compile on Solaris, check errno before
+ accessing sys_errlist to avoid SIGSEVs, Fixed another warning from Sun Pro C Compiler
+ (Thanks to Dan Peterson)
+ - Switched I/O to PerlIO if supported by installed Perl version.
+ Should now work with sfio (not tested yet)
+ - Added possibilty to include Embperl commands in all HTML tags
+ (did not work for body, table and tr tags in previous versions)
+ - Will now preserve case of HTML tags
+ - Do not interpret unknown HTML tags in any way, so as to handle "&lt;" characters
+ which do not start a HTML tag better
+ - Do not display the time needed for the request if CLOCKS_PER_SEC not
+ defined (e.g. SunOS - Thanks to Dan Peterson)
+ - Added apache_xx/src/regx to include path, to avoid problems when
+ Apache was built with its own regx library
+ - Now Embperl shows which tags don't match in error message (table, dir, select etc.)
+
+ - Fixed a bug which caused "[." characters to be printed even in a false
+ if path </pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-64-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.17-beta 30 Aug 97 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-66-.htm" class="cPodHeaderNavLink">
- [ Next: 0.14-beta 30 Juni 1997 &gt;&gt; ]
+ [ Next: 0.15-beta 11 July 1997 &gt;&gt; ]
</a></td></tr></table></a>
</td>
</tr>

Modified: perl/site/embperl/de/pod/Changes.-page-66-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-66-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-66-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-66-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
<tr>
<td nowrap align="left" width=2>&nbsp;</td>
<td nowrap align="left" width=15><img src="../../images/i-sub-off.gif" width="11" height="11" vspace="6" hspace="5"></td>
- <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+ <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
</tr>
</table>
</td>
@@ -242,7 +242,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
</tr>
</table>
</td>
@@ -257,7 +257,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
</tr>
</table>
</td>
@@ -303,33 +303,27 @@
</table>
</td>
<td valign="top" width="90%" class="cContent"><table width="100%"><tr><td valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.14-beta 30 Juni 1997</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-65-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.15-beta 11 July 1997 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.15-beta 11 July 1997</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-65-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.16-beta 29 Aug 97 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-67-.htm" class="cPodHeaderNavLink">
- [ Next: 0.13-beta April 26 1997 &gt;&gt; ]
- </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - adding 8192 to EMBPERL_DEBUG and setting EMBPERL_VIRTLOG will add a link
- to Embperl output, so you can directly view the right part of the logfile
- with your browser
- - Added the LOG filehandle to print to the Embperl logfile
- - Added the possibility to handle multiple form fields with same name
- - chars which are a result of a Perl expression will not be escaped to HTML if
- they are prefixed with a backslash
- - Added support for scanning the parameters of input tags for Perl code i.e.
- [- -] and [+ +] substitution takes place
- - Replaced carriage return in Perl expression with space to avoid Perl 5.004 error
- about carriage return
- - added $req_rec to access the Apache server api when running under mod_perl
-
- - Fixed a bug in Safe namespace handling which was always causing ERR: 17 Namespace unknown
- - Fixed a bug which caused dynamic tables to end, if a 'if', 'while' and etc. was included
- - Fixed a bug that caused [$cmd$] to be executed only in the first iteration of a 'while'
- or a table
- - Fixed some bugs in input tag interpretation
- - Fixed a bug which occurred when Embperl encountered an input tag with value="" and %ffld=""
- - Fixed a bug in embpexec.pl that caused the options to be ignored when running offline</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-65-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.15-beta 11 July 1997 ]
+ [ Next: 0.14-beta 30 Juni 1997 &gt;&gt; ]
+ </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Added interpretation of SELECT Tag to generate dynamic listboxes
+ from an arrary
+ - Fixed a problem with dynamic lists
+ - Fixed some warnings displayed by the Sun Pro C Compiler (Thanks to Dan Peterson)
+ - Fixed an error message about missing IO::Handle
+ - Changed all // comments to /* */ to be more compatible with compilers other
+ than the gnu-c compiler
+ - Inserted a missing return in oputc which caused a SIGSEV on Solaris (Thanks
+ to Dan Peterson)
+ - Checked return code of Logfile open, to prevent a SIGSEV when Embperl cannot
+ write to the logfile (it now writes an error message in server's errorlog)
+ (Thanks to Dan Peterson)
+ - Errors will also be logged to the server's error log (written to stderr)
+ </pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-65-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.16-beta 29 Aug 97 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-67-.htm" class="cPodHeaderNavLink">
- [ Next: 0.13-beta April 26 1997 &gt;&gt; ]
+ [ Next: 0.14-beta 30 Juni 1997 &gt;&gt; ]
</a></td></tr></table></a>
</td>
</tr>

Modified: perl/site/embperl/de/pod/Changes.-page-67-.htm
URL: http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-67-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-67-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-67-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
<tr>
<td nowrap align="left" width=2>&nbsp;</td>
<td nowrap align="left" width=15><img src="../../images/i-sub-off.gif" width="11" height="11" vspace="6" hspace="5"></td>
- <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-18-.htm"><div class="cMenu">Support</div></a></td>
+ <td nowrap align="left" width=125><a href="../pod/doc/Embperl.-page-17-.htm"><div class="cMenu">Support</div></a></td>
</tr>
</table>
</td>
@@ -242,7 +242,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 3.0.0</span></a></td>
</tr>
</table>
</td>
@@ -257,7 +257,7 @@
<td align="left" background="../../images//hintergrund-nav.gif">
<table width="152" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+ <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
</tr>
</table>
</td>
@@ -303,25 +303,33 @@
</table>
</td>
<td valign="top" width="90%" class="cContent"><table width="100%"><tr><td valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.13-beta April 26 1997</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-66-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.14-beta 30 Juni 1997 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict" width="100%" border="0" cellspacing="0" cellpadding="6"><tr><td class="cPodH1">0.14-beta 30 Juni 1997</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-66-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.15-beta 11 July 1997 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-68-.htm" class="cPodHeaderNavLink">
- [ Next: 0.12-beta not publicly released &gt;&gt; ]
- </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - Moved EPENTRY (embperl_init) down to avoid crashing when compiled with
- -DEPDEBUGALL
- - Added #undefs for stdio function to compile with Perl &gt; 5.003
- NOTE: This is a quick hack, and will be changed to use PerlIO in
- one of the next releases, so we can tie stdout of Embperl
- - Added pids (to distinguish between muliplite requests) and time to
- logfile output
- - Made many functions static and names of externals more unique to
- avoid conflicts of symbolnames with other modules
- - If file not found return status 404 instead of 500
- - Add Apache::Embperl so the module shows at CPAN also under
- module/by-module/Apache/ as suggested by Doug MacEachern</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-66-.htm" class="cPodHeaderNavLink">
- [ &lt;&lt; Prev: 0.14-beta 30 Juni 1997 ]
+ [ Next: 0.13-beta April 26 1997 &gt;&gt; ]
+ </a></td></tr></table></a><pre xmlns="http://www.w3.org/TR/xhtml1/strict" class="cPodVerbatim"> - adding 8192 to EMBPERL_DEBUG and setting EMBPERL_VIRTLOG will add a link
+ to Embperl output, so you can directly view the right part of the logfile
+ with your browser
+ - Added the LOG filehandle to print to the Embperl logfile
+ - Added the possibility to handle multiple form fields with same name
+ - chars which are a result of a Perl expression will not be escaped to HTML if
+ they are prefixed with a backslash
+ - Added support for scanning the parameters of input tags for Perl code i.e.
+ [- -] and [+ +] substitution takes place
+ - Replaced carriage return in Perl expression with space to avoid Perl 5.004 error
+ about carriage return
+ - added $req_rec to access the Apache server api when running under mod_perl
+
+ - Fixed a bug in Safe namespace handling which was always causing ERR: 17 Namespace unknown
+ - Fixed a bug which caused dynamic tables to end, if a 'if', 'while' and etc. was included
+ - Fixed a bug that caused [$cmd$] to be executed only in the first iteration of a 'while'
+ or a table
+ - Fixed some bugs in input tag interpretation
+ - Fixed a bug which occurred when Embperl encountered an input tag with value="" and %ffld=""
+ - Fixed a bug in embpexec.pl that caused the options to be ignored when running offline</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict"></hr><a xmlns="http://www.w3.org/TR/xhtml1/strict" name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a href="Changes.-page-66-.htm" class="cPodHeaderNavLink">
+ [ &lt;&lt; Prev: 0.15-beta 11 July 1997 ]
</a></td><td align="center" valign="top" width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content ]</a></td><td align="right" valign="top" width="45%"><a href="Changes.-page-68-.htm" class="cPodHeaderNavLink">
- [ Next: 0.12-beta not publicly released &gt;&gt; ]
+ [ Next: 0.13-beta April 26 1997 &gt;&gt; ]
</a></td></tr></table></a>
</td>
</tr>