[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[dotgnu-pnet-commits] pnetlib ChangeLog runtime/System/Nullable_1.cs
From: |
Klaus Treichel |
Subject: |
[dotgnu-pnet-commits] pnetlib ChangeLog runtime/System/Nullable_1.cs |
Date: |
Wed, 26 Nov 2008 19:11:21 +0000 |
CVSROOT: /cvsroot/dotgnu-pnet
Module name: pnetlib
Changes by: Klaus Treichel <ktreichel> 08/11/26 19:11:21
Modified files:
. : ChangeLog
runtime/System : Nullable_1.cs
Log message:
Exclude the generic Nullable class from build for now.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnetlib/ChangeLog?cvsroot=dotgnu-pnet&r1=1.2545&r2=1.2546
http://cvs.savannah.gnu.org/viewcvs/pnetlib/runtime/System/Nullable_1.cs?cvsroot=dotgnu-pnet&r1=1.1&r2=1.2
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.2545
retrieving revision 1.2546
diff -u -b -r1.2545 -r1.2546
--- ChangeLog 25 Nov 2008 09:09:44 -0000 1.2545
+++ ChangeLog 26 Nov 2008 19:11:20 -0000 1.2546
@@ -1,3 +1,7 @@
+2008-11-26 Klaus Treichel <address@hidden>
+
+ * runtime/System/Nullable_1.cs: Exclude class from build for now.
+
2008-11-25 Radek Polak <address@hidden>
* System/Private/BlockingOperation.cs,
Index: runtime/System/Nullable_1.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Nullable_1.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- runtime/System/Nullable_1.cs 5 Oct 2008 20:29:47 -0000 1.1
+++ runtime/System/Nullable_1.cs 26 Nov 2008 19:11:20 -0000 1.2
@@ -21,7 +21,7 @@
namespace System
{
-#if CONFIG_FRAMEWORK_2_0
+#if CONFIG_FRAMEWORK_2_0 && CONFIG_GENERICS
#if !ECMA_COMPAT && CONFIG_SERIALIZATION
using System.Runtime.Serialization;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [dotgnu-pnet-commits] pnetlib ChangeLog runtime/System/Nullable_1.cs,
Klaus Treichel <=