richter     01/04/26 22:01:17

  Modified:    .        Tag: Embperl2c Changes.pod Embperl.pm MANIFEST
                        MANIFEST.2 epdom.c test.pl
               test/cmp Tag: Embperl2c inputjava.htm
               test/html Tag: Embperl2c inputjava.htm
  Added:       test/cmp Tag: Embperl2c execsecond.htm
               test/html Tag: Embperl2c execsecond.htm
  Log:
     - fixed bug in Node_insertAfter which may cause a single Execute
       on the second line of a file to loop endless. Spotted by
       Janny Cavell.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.129.4.15 +3 -0      embperl/Changes.pod
  
  Index: Changes.pod
  ===================================================================
  RCS file: /home/cvs/embperl/Changes.pod,v
  retrieving revision 1.129.4.14
  retrieving revision 1.129.4.15
  diff -u -r1.129.4.14 -r1.129.4.15
  --- Changes.pod       2001/04/26 13:12:44     1.129.4.14
  +++ Changes.pod       2001/04/27 05:01:13     1.129.4.15
  @@ -13,6 +13,9 @@
      - [- -] can now start with =pod. Spotted by Jonny Cavell.   
      - fixed a parser error so <[+ $foo +]> generates the correct result.
        Spotted by Michael Stevens.
  +   - fixed bug in Node_insertAfter which may cause a single Execute
  +     on the second line of a file to loop endless. Spotted by
  +     Janny Cavell.
   
   =head1 2.0b2 (BETA)  29. Mar 2001
   
  
  
  
  1.118.4.33 +2 -2      embperl/Embperl.pm
  
  Index: Embperl.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl.pm,v
  retrieving revision 1.118.4.32
  retrieving revision 1.118.4.33
  diff -u -r1.118.4.32 -r1.118.4.33
  --- Embperl.pm        2001/04/26 13:12:45     1.118.4.32
  +++ Embperl.pm        2001/04/27 05:01:13     1.118.4.33
  @@ -10,7 +10,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: Embperl.pm,v 1.118.4.32 2001/04/26 13:12:45 richter Exp $
  +#   $Id: Embperl.pm,v 1.118.4.33 2001/04/27 05:01:13 richter Exp $
   #
   ###################################################################################
   
  @@ -95,7 +95,7 @@
   
   
   ##ep2##
  -$VERSION = '2.0b3_dev-2' ;
  +$VERSION = '2.0b3_dev-3' ;
   ##/ep2##
   ##ep1##$VERSION = '1.3.2';
   
  
  
  
  1.50.4.18 +2 -0      embperl/MANIFEST
  
  Index: MANIFEST
  ===================================================================
  RCS file: /home/cvs/embperl/MANIFEST,v
  retrieving revision 1.50.4.17
  retrieving revision 1.50.4.18
  diff -u -r1.50.4.17 -r1.50.4.18
  --- MANIFEST  2001/04/26 13:12:46     1.50.4.17
  +++ MANIFEST  2001/04/27 05:01:13     1.50.4.18
  @@ -53,6 +53,7 @@
   test/html/registry/script.pl
   test/html/subtab.htm
   test/html/execfirst.htm
  +test/html/execsecond.htm
   test/cmp/incif.htm
   test/cmp/executesub.htm
   test/cmp/ssibasic.htm
  @@ -63,6 +64,7 @@
   test/cmp/asp.htm
   test/cmp/subtab.htm
   test/cmp/execfirst.htm
  +test/cmp/execsecond.htm
   Changes.pod
   Embperl.pm
   Embperl.xs
  
  
  
  1.1.2.11  +2 -0      embperl/Attic/MANIFEST.2
  
  Index: MANIFEST.2
  ===================================================================
  RCS file: /home/cvs/embperl/Attic/MANIFEST.2,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- MANIFEST.2        2001/04/26 13:12:47     1.1.2.10
  +++ MANIFEST.2        2001/04/27 05:01:13     1.1.2.11
  @@ -53,6 +53,7 @@
   test/html/registry/script.pl
   test/html/subtab.htm
   test/html/execfirst.htm
  +test/html/execsecond.htm
   test/cmp/incif.htm
   test/cmp/executesub.htm
   test/cmp/ssibase.htm
  @@ -64,4 +65,5 @@
   test/cmp/asp.htm
   test/cmp/subtab.htm
   test/cmp/execfirst.htm
  +test/cmp/execsecond.htm
   
  
  
  
  1.4.2.32  +2 -2      embperl/Attic/epdom.c
  
  Index: epdom.c
  ===================================================================
  RCS file: /home/cvs/embperl/Attic/epdom.c,v
  retrieving revision 1.4.2.31
  retrieving revision 1.4.2.32
  diff -u -r1.4.2.31 -r1.4.2.32
  --- epdom.c   2001/04/26 06:44:27     1.4.2.31
  +++ epdom.c   2001/04/27 05:01:13     1.4.2.32
  @@ -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.31 2001/04/26 06:44:27 richter Exp $
  +#   $Id: epdom.c,v 1.4.2.32 2001/04/27 05:01:13 richter Exp $
   #
   
###################################################################################*/
   
  @@ -1760,7 +1760,7 @@
       if (pNxtNode)
           pNxtNode  = Node_selfCondCloneNode (pRefNodeDomTree, pNxtNode) ; 
       else
  -        pNxtNode = pRefNode ;
  +        pNxtNode = Node_self (pRefNodeDomTree, pRefNode -> xNext) ; /* first one */
   
       if ((pNxtNode -> bFlags & nflgModified) == 0)
        {
  
  
  
  1.70.4.47 +6 -1      embperl/test.pl
  
  Index: test.pl
  ===================================================================
  RCS file: /home/cvs/embperl/test.pl,v
  retrieving revision 1.70.4.46
  retrieving revision 1.70.4.47
  diff -u -r1.70.4.46 -r1.70.4.47
  --- test.pl   2001/04/26 13:12:52     1.70.4.46
  +++ test.pl   2001/04/27 05:01:14     1.70.4.47
  @@ -11,7 +11,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: test.pl,v 1.70.4.46 2001/04/26 13:12:52 richter Exp $
  +#   $Id: test.pl,v 1.70.4.47 2001/04/27 05:01:14 richter Exp $
   #
   ###################################################################################
    
  @@ -227,6 +227,11 @@
       'execfirst.htm' => { 
           'version'    => 2,
           },
  +    'execsecond.htm' => { 
  +        'version'    => 2,
  +        },
  +#    'execinside.htm' => { 
  +#        },
       'importsub.htm' => { 
           'repeat'     => 2,
           },
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.6.2   +11 -0     embperl/test/cmp/inputjava.htm
  
  Index: inputjava.htm
  ===================================================================
  RCS file: /home/cvs/embperl/test/cmp/inputjava.htm,v
  retrieving revision 1.3.6.1
  retrieving revision 1.3.6.2
  diff -u -r1.3.6.1 -r1.3.6.2
  --- inputjava.htm     2000/09/13 19:17:26     1.3.6.1
  +++ inputjava.htm     2001/04/27 05:01:16     1.3.6.2
  @@ -7,6 +7,17 @@
   ^      <input type=(submit|"submit") name="Command" value="Start" 
onClick="document.forms\[0\].Command.action = 'Start'">
   ^      <input type=(submit|"submit") name="Command" value="Next" 
onClick="document.forms\[0\].Command.action = 'Next'">
       </form>
  +    <select name="foo" onChange="javascript:this.value=this.value.toUpperCase();"> 
</select>
  +     <foo name="foo" onChange="javascript:this.value=this.value.toUpperCase();">
  +
  +     <select name="foo" bla="xxx" 
onChange="javascript:this.value=this.value.toUpperCase();"  bla="xxx"> </select>
  +     <foo name="foo"  bla="xxx" 
onChange="javascript:this.value=this.value.toUpperCase();" bla="xxx">
  +
  +     <select bla="xxx" onChange="javascript:this.value=this.value.toUpperCase();"   
name="xxx"> </select>
  +     <foo  bla="xxx" onChange="javascript:this.value=this.value.toUpperCase();" 
name="xxx">
  +
  +
  +
       </body>
     </html>
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +4 -0      embperl/test/cmp/Attic/execsecond.htm
  
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1.6.1 +12 -0     embperl/test/html/inputjava.htm
  
  Index: inputjava.htm
  ===================================================================
  RCS file: /home/cvs/embperl/test/html/inputjava.htm,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.1.6.1
  diff -u -r1.1.2.1 -r1.1.2.1.6.1
  --- inputjava.htm     1998/07/14 20:11:20     1.1.2.1
  +++ inputjava.htm     2001/04/27 05:01:17     1.1.2.1.6.1
  @@ -18,5 +18,17 @@
         <input type=submit name="Command" value="Done" 
onClick="document.forms[0].Command.action = 'Done'">
       </form>
       [$ endif $]
  +
  +     <select name="foo" onChange="javascript:this.value=this.value.toUpperCase();"> 
</select>
  +     <foo name="foo" onChange="javascript:this.value=this.value.toUpperCase();">
  +
  +     <select name="foo" bla="xxx" 
onChange="javascript:this.value=this.value.toUpperCase();"  bla="xxx"> </select>
  +     <foo name="foo"  bla="xxx" 
onChange="javascript:this.value=this.value.toUpperCase();" bla="xxx">
  +
  +     <select  bla="xxx" onChange="javascript:this.value=this.value.toUpperCase();"  
name="xxx"> </select>
  +     <foo  bla="xxx" onChange="javascript:this.value=this.value.toUpperCase();" 
name="xxx">
  +
  +
  +
     </body>
     </html>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +2 -0      embperl/test/html/Attic/execsecond.htm
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to