richter     01/11/23 06:50:07

  Modified:    .        Tag: Embperl2c epdom.c epnames.h
               driver   Tag: Embperl2c eplibxslt.MAKEPL epxalan.MAKEPL
               test/cmp2 Tag: Embperl2c tied.htm
  Log:
  some cleanups
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.77  +3 -2      embperl/Attic/epdom.c
  
  Index: epdom.c
  ===================================================================
  RCS file: /home/cvs/embperl/Attic/epdom.c,v
  retrieving revision 1.4.2.76
  retrieving revision 1.4.2.77
  diff -u -r1.4.2.76 -r1.4.2.77
  --- epdom.c   2001/11/15 08:32:52     1.4.2.76
  +++ epdom.c   2001/11/23 14:50:05     1.4.2.77
  @@ -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.76 2001/11/15 08:32:52 richter Exp $
  +#   $Id: epdom.c,v 1.4.2.77 2001/11/23 14:50:05 richter Exp $
   #
   
###################################################################################*/
   
  @@ -1239,7 +1239,8 @@
   
   /*---------------------------------------------------------------------------
   * DomTree_checkpoint                                                       
  -*//*!
  +*/
  +/*!
   *
   * \_en                                                                          
   * Compare checkpoint from programm execution with list build during        
  
  
  
  1.19.4.14 +12 -1     embperl/epnames.h
  
  Index: epnames.h
  ===================================================================
  RCS file: /home/cvs/embperl/epnames.h,v
  retrieving revision 1.19.4.13
  retrieving revision 1.19.4.14
  diff -u -r1.19.4.13 -r1.19.4.14
  --- epnames.h 2001/11/12 14:43:19     1.19.4.13
  +++ epnames.h 2001/11/23 14:50:05     1.19.4.14
  @@ -10,7 +10,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: epnames.h,v 1.19.4.13 2001/11/12 14:43:19 richter Exp $
  +#   $Id: epnames.h,v 1.19.4.14 2001/11/23 14:50:05 richter Exp $
   #
   
###################################################################################*/
   
  @@ -55,8 +55,18 @@
   #define GetHtmlArg             EMBPERL_GetHtmlArg        
   #define GetHashValueLen        EMBPERL_GetHashValueLen   
   #define GetHashValue           EMBPERL_GetHashValue      
  +#define GetHashValueInt           EMBPERL_GetHashValueInt
  +#define GetHashValueCREF           EMBPERL_GetHashValueCREF      
  +#define GetHashValueHREF           EMBPERL_GetHashValueHREF      
  +#define GetHashValueSV           EMBPERL_GetHashValueSV      
  +#define GetHashValueSVinc           EMBPERL_GetHashValueSVinc      
  +#define GetHashValueStrOrHash           EMBPERL_GetHashValueStrOrHash      
  +#define GetHashValueUInt           EMBPERL_GetHashValueUInt
   #define GetHashValueStrDup     EMBPERL_GetHashValueStrDup      
   #define SetHashValueStr        EMBPERL_SetHashValueStr      
  +#define CreateHashRef          EMBPERL_CreateHashRef
  +#define ChdirToSource                EMBPERL_ChdirToSource
  +#define Char2XML              EMBPERL_Char2XML
   #define Char2Html              EMBPERL_Char2Html         
   #define Html2Char              EMBPERL_Html2Char         
   #define sizeHtml2Char          EMBPERL_sizeHtml2Char     
  @@ -174,6 +184,7 @@
   #define Node_toString2                   EMBPERL_Node_toString2                 
   #define ParseFile                EMBPERL_ParseFile
   #define String2NdxInc                    EMBPERL_String2NdxInc                  
  +#define String2UniqueNdx         EMBPERL_String2UniqueNdx
   #define StringAdd                EMBPERL_StringAdd              
   #define StringFree               EMBPERL_StringFree             
   #define StringNew                EMBPERL_StringNew              
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +8 -8      embperl/driver/Attic/eplibxslt.MAKEPL
  
  Index: eplibxslt.MAKEPL
  ===================================================================
  RCS file: /home/cvs/embperl/driver/Attic/eplibxslt.MAKEPL,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- eplibxslt.MAKEPL  2001/11/12 12:45:40     1.1.2.4
  +++ eplibxslt.MAKEPL  2001/11/23 14:50:06     1.1.2.5
  @@ -2,14 +2,14 @@
   
   $win32 = ($^O eq 'MSWin32') ;
   
  -my $prefix  ;
  -my $prefix2  ;
  -my $libs  ;
  -my $libs2  ;
  -my $cflags  ;
  -my $cflags2  ;
  -my $version ;
  -my $version2 ;
  +my $prefix  ;
  +my $prefix2  ;
  +my $libs  ;
  +my $libs2  ;
  +my $cflags  ;
  +my $cflags2  ;
  +my $version ;
  +my $version2 ;
   
   if (!$win32)
       {
  
  
  
  1.1.2.10  +1 -1      embperl/driver/Attic/epxalan.MAKEPL
  
  Index: epxalan.MAKEPL
  ===================================================================
  RCS file: /home/cvs/embperl/driver/Attic/epxalan.MAKEPL,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- epxalan.MAKEPL    2001/11/05 19:04:20     1.1.2.9
  +++ epxalan.MAKEPL    2001/11/23 14:50:06     1.1.2.10
  @@ -7,7 +7,7 @@
   
   if (1) # !$win32)
       {
  -    $path = GetString ("Enter path of XALAN base directory or single dot for not 
using XALAN", $XALANPATH) ;
  +    $path = $ENV{XALANPATH} || GetString ("Enter path of XALAN base directory or 
single dot for not using XALAN", $XALANPATH) ;
   
       if (!$path || $path eq '.')
           {
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +1 -1      embperl/test/cmp2/Attic/tied.htm
  
  Index: tied.htm
  ===================================================================
  RCS file: /home/cvs/embperl/test/cmp2/Attic/tied.htm,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- tied.htm  2001/11/22 11:00:55     1.1.2.3
  +++ tied.htm  2001/11/23 14:50:06     1.1.2.4
  @@ -50,7 +50,7 @@
   ^Server: Apache
   Connection: close
   ^-Transfer-Encoding:
  -Content-Type: text/html; charset=iso-8859-1
  +^Content-Type: text\/html
   
   <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
   <HTML><HEAD>
  
  
  

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

Reply via email to