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

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

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/IO TextWriter.cs,1.9,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/IO TextWriter.cs,1.9,1.10
Date: Tue, 15 Apr 2003 03:27:56 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO
In directory subversions:/tmp/cvs-serv27699/runtime/System/IO

Modified Files:
        TextWriter.cs 
Log Message:


Mark up members of the "ExtendedNumerics" subset of ECMA with
CONFIG_EXTENDED_NUMERICS.


Index: TextWriter.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/TextWriter.cs,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** TextWriter.cs       15 Apr 2003 04:37:44 -0000      1.9
--- TextWriter.cs       15 Apr 2003 07:27:54 -0000      1.10
***************
*** 150,153 ****
--- 150,154 ----
                                }
                        }
+ #if CONFIG_EXTENDED_NUMERICS
        public virtual void Write(double value)
                        {
***************
*** 162,165 ****
--- 163,167 ----
                                Write(value.ToString(null, FormatProvider));
                        }
+ #endif
        public virtual void Write(int value)
                        {
***************
*** 238,241 ****
--- 240,244 ----
                                WriteLine();
                        }
+ #if CONFIG_EXTENDED_NUMERICS
        public virtual void WriteLine(double value)
                        {
***************
*** 253,256 ****
--- 256,260 ----
                                WriteLine();
                        }
+ #endif
        public virtual void WriteLine(int value)
                        {
***************
*** 447,450 ****
--- 451,455 ----
                                        }
                                }
+ #if CONFIG_EXTENDED_NUMERICS
                public override void Write(double value)
                                {
***************
*** 468,471 ****
--- 473,477 ----
                                        }
                                }
+ #endif
                public override void Write(int value)
                                {
***************
*** 580,583 ****
--- 586,590 ----
                                        }
                                }
+ #if CONFIG_EXTENDED_NUMERICS
                public override void WriteLine(double value)
                                {
***************
*** 601,604 ****
--- 608,612 ----
                                        }
                                }
+ #endif
                public override void WriteLine(int value)
                                {





reply via email to

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