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

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

[dotgnu-pnet-commits] pnet ChangeLog engine/cvm_inline.c engine/lib_r...


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] pnet ChangeLog engine/cvm_inline.c engine/lib_r...
Date: Mon, 13 Nov 2006 18:06:09 +0000

CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    pnet
Changes by:     Klaus Treichel <ktreichel>      06/11/13 18:06:09

Modified files:
        .              : ChangeLog 
        engine         : cvm_inline.c lib_reflect.c 

Log message:
        2006-11-13  Klaus Treichel  <address@hidden>
        
                * engine/cvm_inline.c, engine/lib_reflect.c: Change the
                NotSupportedException back to the NotImplementedException. 
(It's better to
                read the ECMA specs first ;).)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnet/ChangeLog?cvsroot=dotgnu-pnet&r1=1.3388&r2=1.3389
http://cvs.savannah.gnu.org/viewcvs/pnet/engine/cvm_inline.c?cvsroot=dotgnu-pnet&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/pnet/engine/lib_reflect.c?cvsroot=dotgnu-pnet&r1=1.79&r2=1.80

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.3388
retrieving revision 1.3389
diff -u -b -r1.3388 -r1.3389
--- ChangeLog   12 Nov 2006 17:10:10 -0000      1.3388
+++ ChangeLog   13 Nov 2006 18:06:08 -0000      1.3389
@@ -1,3 +1,9 @@
+2006-11-13  Klaus Treichel  <address@hidden>
+
+       * engine/cvm_inline.c, engine/lib_reflect.c: Change the
+       NotSupportedException back to the NotImplementedException. (It's better 
to
+       read the ECMA specs first ;).)
+
 2006-11-12    Roman I Khimov  <address@hidden>
 
        * engine/cvm_inline.c, engine/verify_call.c: Fix build witd profiles 
that

Index: engine/cvm_inline.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/cvm_inline.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- engine/cvm_inline.c 12 Nov 2006 17:10:10 -0000      1.20
+++ engine/cvm_inline.c 13 Nov 2006 18:06:09 -0000      1.21
@@ -1172,7 +1172,7 @@
 {
        COPY_STATE_TO_THREAD();
        stacktop[0].ptrValue =
-               _ILSystemException(thread, "System.NotSupportedException");
+               _ILSystemException(thread, "System.NotImplementedException");
        stacktop += 1;
        goto throwException;
 }

Index: engine/lib_reflect.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/lib_reflect.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -b -r1.79 -r1.80
--- engine/lib_reflect.c        12 Nov 2006 17:10:10 -0000      1.79
+++ engine/lib_reflect.c        13 Nov 2006 18:06:09 -0000      1.80
@@ -2401,7 +2401,7 @@
                case IL_META_ELEMTYPE_R4:
                case IL_META_ELEMTYPE_R8:
                        ILExecThreadThrowSystem(thread,
-                                       "System.NotSupportedException", 0);
+                                       "System.NotImplementedException", 0);
                        return 0;
 #endif /* !IL_CONFIG_FP_SUPPORTED */
 




reply via email to

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