richter 01/10/31 05:26:43
Modified: . Tag: Embperl2c MANIFEST MANIFEST.2
embpcgi.test.pl.templ epdom.c test.pl
test/cmp Tag: Embperl2c table.htm
test/conf Tag: Embperl2c httpd.conf.src
Added: test/cmp2 Tag: Embperl2c table.htm
Log:
Embperl 2 - tree structure rewrite
Revision Changes Path
No revision
No revision
1.50.4.31 +1 -0 embperl/MANIFEST
Index: MANIFEST
===================================================================
RCS file: /home/cvs/embperl/MANIFEST,v
retrieving revision 1.50.4.30
retrieving revision 1.50.4.31
diff -u -r1.50.4.30 -r1.50.4.31
--- MANIFEST 2001/09/20 20:02:02 1.50.4.30
+++ MANIFEST 2001/10/31 13:26:42 1.50.4.31
@@ -43,6 +43,7 @@
test/cmp2/epobless2.htm
test/cmp2/epobless3.htm
test/cmp2/varerr.htm56
+test/cmp2/table.htm
test/html2/error.htm
test/html2/errormismatch.htm
test/html2/errormismatchcmd.htm
1.1.2.20 +1 -0 embperl/Attic/MANIFEST.2
Index: MANIFEST.2
===================================================================
RCS file: /home/cvs/embperl/Attic/MANIFEST.2,v
retrieving revision 1.1.2.19
retrieving revision 1.1.2.20
diff -u -r1.1.2.19 -r1.1.2.20
--- MANIFEST.2 2001/09/20 20:02:02 1.1.2.19
+++ MANIFEST.2 2001/10/31 13:26:42 1.1.2.20
@@ -43,6 +43,7 @@
test/cmp2/epobless2.htm
test/cmp2/epobless3.htm
test/cmp2/varerr.htm56
+test/cmp2/table.htm
test/html2/error.htm
test/html2/errormismatch.htm
test/html2/errormismatchcmd.htm
1.1.4.2 +10 -1 embperl/embpcgi.test.pl.templ
Index: embpcgi.test.pl.templ
===================================================================
RCS file: /home/cvs/embperl/embpcgi.test.pl.templ,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -r1.1.4.1 -r1.1.4.2
--- embpcgi.test.pl.templ 2001/03/27 11:52:02 1.1.4.1
+++ embpcgi.test.pl.templ 2001/10/31 13:26:42 1.1.4.2
@@ -11,7 +11,7 @@
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
-# $Id: embpcgi.test.pl.templ,v 1.1.4.1 2001/03/27 11:52:02 richter Exp $
+# $Id: embpcgi.test.pl.templ,v 1.1.4.2 2001/10/31 13:26:42 richter Exp $
#
###################################################################################
@@ -22,6 +22,15 @@
use ExtUtils::testlib ;
eval { require Apache::Session; } if ($ENV{EMBPERL_SESSION_CLASSES}) ;
$@ = '' ;
+
+ my $cwd = $ENV{EMBPERL_SRC} ;
+ my $i = 0 ;
+ foreach (@INC)
+ {
+ $INC[$i] = "$cwd/$_" if (/^(\.\/)?blib/) ;
+ $i++ ;
+ }
+
}
1.4.2.64 +2 -2 embperl/Attic/epdom.c
Index: epdom.c
===================================================================
RCS file: /home/cvs/embperl/Attic/epdom.c,v
retrieving revision 1.4.2.63
retrieving revision 1.4.2.64
diff -u -r1.4.2.63 -r1.4.2.64
--- epdom.c 2001/10/30 14:40:15 1.4.2.63
+++ epdom.c 2001/10/31 13:26:42 1.4.2.64
@@ -9,7 +9,7 @@
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
-# $Id: epdom.c,v 1.4.2.63 2001/10/30 14:40:15 richter Exp $
+# $Id: epdom.c,v 1.4.2.64 2001/10/31 13:26:42 richter Exp $
#
###################################################################################*/
@@ -1458,7 +1458,7 @@
for (i = pCheckpointStatus -> xJumpToNode; i < n; i++)
{
tNodeData * pNode = Node_self (pDomTree, i) ;
- if (pNode)
+ if (pNode && pNode -> nType != ntypAttr)
{
if (pCurrReq -> bDebug & dbgCheckpoint)
lprintf (pCurrReq, "[%d]Checkpoint: discard all from
checkpoint=%d DomTree=%d remove node %d\n",
1.70.4.83 +2 -1 embperl/test.pl
Index: test.pl
===================================================================
RCS file: /home/cvs/embperl/test.pl,v
retrieving revision 1.70.4.82
retrieving revision 1.70.4.83
diff -u -r1.70.4.82 -r1.70.4.83
--- test.pl 2001/10/31 12:04:26 1.70.4.82
+++ test.pl 2001/10/31 13:26:42 1.70.4.83
@@ -12,7 +12,7 @@
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
-# $Id: test.pl,v 1.70.4.82 2001/10/31 12:04:26 richter Exp $
+# $Id: test.pl,v 1.70.4.83 2001/10/31 13:26:42 richter Exp $
#
###################################################################################
@@ -708,6 +708,7 @@
'version' => 2,
'syntax' => 'POD',
'condition' => '!$EPWIN32',
+ 'cgi' => 0,
},
'xml/pod.xml' => {
'version' => 2,
No revision
No revision
1.5.6.6 +13 -6 embperl/test/cmp/table.htm
Index: table.htm
===================================================================
RCS file: /home/cvs/embperl/test/cmp/table.htm,v
retrieving revision 1.5.6.5
retrieving revision 1.5.6.6
diff -u -r1.5.6.5 -r1.5.6.6
--- table.htm 2001/10/30 09:05:54 1.5.6.5
+++ table.htm 2001/10/31 13:26:43 1.5.6.6
@@ -113,9 +113,7 @@
</table>
<table></table>
-<table>
- <tr></tr>
-</table>
+<table></table>
<table border="1" width="100%">
@@ -517,21 +515,30 @@
<tr>
<td>a1/1</td>
<td>
- <img src="/icons/iiilogo_narrow_else.gif" WIDTH="5" HEIGHT="0"
BORDER="0" ALT="iii logo" >
+ <IMG
+ SRC=".gifSRC="/icons/iiilogo_narrow_else.gif" WIDTH="5" HEIGHT="0"
BORDER="0"
+ ALT="iii logo"
+ >
</td>
</tr>
<tr>
<td>a2/1</td>
<td>
- <img src="/icons/iiilogo_narrow_else.gif" WIDTH="5" HEIGHT="1"
BORDER="0" ALT="iii logo" >
+ <IMG
+ SRC=".gifSRC="/icons/iiilogo_narrow_else.gif" WIDTH="5" HEIGHT="1"
BORDER="0"
+ ALT="iii logo"
+ >
</td>
</tr>
<tr>
<td>a3/1</td>
<td>
- <img src="/icons/iiilogo_narrow_else.gif" WIDTH="5" HEIGHT="2"
BORDER="0" ALT="iii logo" >
+ <IMG
+ SRC=".gifSRC="/icons/iiilogo_narrow_else.gif" WIDTH="5" HEIGHT="2"
BORDER="0"
+ ALT="iii logo"
+ >
</td>
</tr>
</table>
No revision
No revision
1.1.2.1 +565 -0 embperl/test/cmp2/Attic/table.htm
No revision
No revision
1.24.4.23 +3 -7 embperl/test/conf/httpd.conf.src
Index: httpd.conf.src
===================================================================
RCS file: /home/cvs/embperl/test/conf/httpd.conf.src,v
retrieving revision 1.24.4.22
retrieving revision 1.24.4.23
diff -u -r1.24.4.22 -r1.24.4.23
--- httpd.conf.src 2001/09/20 13:27:31 1.24.4.22
+++ httpd.conf.src 2001/10/31 13:26:43 1.24.4.23
@@ -436,17 +436,15 @@
<Location /embperl/SSI/>
-PerlSetEnv EMBPERL_SYNTAX SSI
+PerlSetEnv EMBPERL_SYNTAX SSI
</Location>
<Location /embperl/SSIEP/>
-PerlSetEnv EMBPERL_SYNTAX "Embperl SSI"
+PerlSetEnv EMBPERL_SYNTAX "Embperl SSI"
</Location>
<Location /embperl/pod/>
-
-PerlSetEnv EMBPERL_SYNTAX POD
-
+PerlSetEnv EMBPERL_SYNTAX POD
</Location>
@@ -460,9 +458,7 @@
</Location>
<Location /cgi-bin/pod/>
-
SetEnv EMBPERL_SYNTAX POD
-
</Location>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]