dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/profiles compact-fp,NONE,1.1 kernel-


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/profiles compact-fp,NONE,1.1 kernel-fp,NONE,1.1 tiny-fp,NONE,1.1 compact,1.2,1.3 ecma,1.2,1.3 full,1.2,1.3 kernel,1.2,1.3 tiny,1.1,1.2
Date: Tue, 15 Apr 2003 23:39:04 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/profiles
In directory subversions:/tmp/cvs-serv18237/profiles

Modified Files:
        compact ecma full kernel tiny 
Added Files:
        compact-fp kernel-fp tiny-fp 
Log Message:


Clean up the profile files and add some additional profiles for
floating-point variants.


--- NEW FILE ---
<?xml version="1.0"?>
<profile>
<!-- Compact profile with floating point -->

<!-- Only use ECMA-compatible features -->
<define name="ECMA_COMPAT" value="true"/>

<!-- Use reflection facilities -->
<define name="CONFIG_REFLECTION" value="true"/>

<!-- Use runtime infrastructure facilities -->
<define name="CONFIG_RUNTIME_INFRA" value="true"/>

<!-- Use extended numerics -->
<define name="CONFIG_EXTENDED_NUMERICS" value="true"/>

<!-- Use line number debug information -->
<define name="CONFIG_DEBUG_LINES" value="false"/>

</profile>

--- NEW FILE ---
<?xml version="1.0"?>
<profile>
<!-- Kernel profile with floating-point -->

<!-- Only use ECMA-compatible features -->
<define name="ECMA_COMPAT" value="true"/>

<!-- Use reflection facilities -->
<define name="CONFIG_REFLECTION" value="false"/>

<!-- Use runtime infrastructure facilities -->
<define name="CONFIG_RUNTIME_INFRA" value="true"/>

<!-- Use extended numerics -->
<define name="CONFIG_EXTENDED_NUMERICS" value="true"/>

<!-- Use line number debug information -->
<define name="CONFIG_DEBUG_LINES" value="false"/>

</profile>

--- NEW FILE ---
<?xml version="1.0"?>
<profile>
<!-- Tiny profile with floating-point -->

<!-- Only use ECMA-compatible features -->
<define name="ECMA_COMPAT" value="true"/>

<!-- Use reflection facilities -->
<define name="CONFIG_REFLECTION" value="false"/>

<!-- Use runtime infrastructure facilities -->
<define name="CONFIG_RUNTIME_INFRA" value="false"/>

<!-- Use extended numerics -->
<define name="CONFIG_EXTENDED_NUMERICS" value="true"/>

<!-- Use line number debug information -->
<define name="CONFIG_DEBUG_LINES" value="false"/>

</profile>

Index: compact
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/compact,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** compact     15 Apr 2003 12:34:35 -0000      1.2
--- compact     16 Apr 2003 03:39:02 -0000      1.3
***************
*** 15,27 ****
  <define name="CONFIG_EXTENDED_NUMERICS" value="false"/>
  
- <!-- Use extended culture support -->
- <define name="CONFIG_CULTURE" value="false"/>
- 
- <!-- Use remoting facilities -->
- <define name="CONFIG_REMOTING" value="false"/>
- 
- <!-- Use file and directory facilities -->
- <define name="CONFIG_FILESYSTEM" value="true"/>
- 
  <!-- Use line number debug information -->
  <define name="CONFIG_DEBUG_LINES" value="false"/>
--- 15,18 ----

Index: ecma
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/ecma,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ecma        15 Apr 2003 12:34:35 -0000      1.2
--- ecma        16 Apr 2003 03:39:02 -0000      1.3
***************
*** 15,27 ****
  <define name="CONFIG_EXTENDED_NUMERICS" value="true"/>
  
- <!-- Use extended culture support -->
- <define name="CONFIG_CULTURE" value="true"/>
- 
- <!-- Use remoting facilities -->
- <define name="CONFIG_REMOTING" value="true"/>
- 
- <!-- Use file and directory facilities -->
- <define name="CONFIG_FILESYSTEM" value="true"/>
- 
  <!-- Use line number debug information -->
  <define name="CONFIG_DEBUG_LINES" value="true"/>
--- 15,18 ----

Index: full
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/full,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** full        15 Apr 2003 12:34:35 -0000      1.2
--- full        16 Apr 2003 03:39:02 -0000      1.3
***************
*** 15,27 ****
  <define name="CONFIG_EXTENDED_NUMERICS" value="true"/>
  
- <!-- Use extended culture support -->
- <define name="CONFIG_CULTURE" value="true"/>
- 
- <!-- Use remoting facilities -->
- <define name="CONFIG_REMOTING" value="true"/>
- 
- <!-- Use file and directory facilities -->
- <define name="CONFIG_FILESYSTEM" value="true"/>
- 
  <!-- Use line number debug information -->
  <define name="CONFIG_DEBUG_LINES" value="true"/>
--- 15,18 ----

Index: kernel
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/kernel,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** kernel      15 Apr 2003 12:34:35 -0000      1.2
--- kernel      16 Apr 2003 03:39:02 -0000      1.3
***************
*** 15,27 ****
  <define name="CONFIG_EXTENDED_NUMERICS" value="false"/>
  
- <!-- Use extended culture support -->
- <define name="CONFIG_CULTURE" value="false"/>
- 
- <!-- Use remoting facilities -->
- <define name="CONFIG_REMOTING" value="false"/>
- 
- <!-- Use file and directory facilities -->
- <define name="CONFIG_FILESYSTEM" value="true"/>
- 
  <!-- Use line number debug information -->
  <define name="CONFIG_DEBUG_LINES" value="false"/>
--- 15,18 ----

Index: tiny
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/tiny,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** tiny        16 Apr 2003 03:28:43 -0000      1.1
--- tiny        16 Apr 2003 03:39:02 -0000      1.2
***************
*** 15,27 ****
  <define name="CONFIG_EXTENDED_NUMERICS" value="false"/>
  
- <!-- Use extended culture support -->
- <define name="CONFIG_CULTURE" value="false"/>
- 
- <!-- Use remoting facilities -->
- <define name="CONFIG_REMOTING" value="false"/>
- 
- <!-- Use file and directory facilities -->
- <define name="CONFIG_FILESYSTEM" value="true"/>
- 
  <!-- Use line number debug information -->
  <define name="CONFIG_DEBUG_LINES" value="false"/>
--- 15,18 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]