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

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

[Dotgnu-pnet-commits] CVS: cscctest/csharp/class enum6.il,1.1,1.2 enum6


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: cscctest/csharp/class enum6.il,1.1,1.2 enum6.jl,1.1,1.2 indexer1.il,1.3,1.4 indexer1.jl,1.2,1.3 interface1.il,1.7,1.8 interface1.jl,1.6,1.7 interface3.il,1.4,1.5 interface3.jl,1.4,1.5 interface4.il,1.3,1.4 interface4.jl,1.3,1.4 interface5.il,1.2,1.3 interface5.jl,1.2,1.3 interface6.il,1.1,1.2 interface6.jl,1.1,1.2 member_access2.err,1.2,1.3 member_access2.jerr,1.2,1.3 property1.il,1.4,1.5 property1.jl,1.4,1.5 property2.il,1.5,1.6 property2.jl,1.5,1.6 property4.il,1.2,1.3 property4.jl,1.2,1.3 property6.il,1.1,1.2 property6.jl,1.1,1.2
Date: Mon, 07 Jul 2003 00:12:02 -0400

Update of /cvsroot/dotgnu-pnet/cscctest/csharp/class
In directory subversions:/tmp/cvs-serv5688/csharp/class

Modified Files:
        enum6.il enum6.jl indexer1.il indexer1.jl interface1.il 
        interface1.jl interface3.il interface3.jl interface4.il 
        interface4.jl interface5.il interface5.jl interface6.il 
        interface6.jl member_access2.err member_access2.jerr 
        property1.il property1.jl property2.il property2.jl 
        property4.il property4.jl property6.il property6.jl 
Log Message:
Modify output files to match changes in the compiler


Index: enum6.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/enum6.il,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** enum6.il    26 Feb 2003 23:04:54 -0000      1.1
--- enum6.il    7 Jul 2003 04:11:59 -0000       1.2
***************
*** 40,44 ****
        .maxstack 1
  } // method get_Foo
! .property instance valuetype 'ns1'.'Foo' 'Foo'()
  {
        .get instance valuetype 'ns1'.'Foo' 'ns1'.'FooBar'::'get_Foo'()
--- 40,44 ----
        .maxstack 1
  } // method get_Foo
! .property valuetype 'ns1'.'Foo' 'Foo'()
  {
        .get instance valuetype 'ns1'.'Foo' 'ns1'.'FooBar'::'get_Foo'()

Index: enum6.jl
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/enum6.jl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** enum6.jl    26 Feb 2003 23:04:54 -0000      1.1
--- enum6.jl    7 Jul 2003 04:11:59 -0000       1.2
***************
*** 43,47 ****
        .maxstack 1
  } // method get_Foo
! .property instance valuetype 'ns1'.'Foo' 'Foo'()
  {
        .get instance valuetype 'ns1'.'Foo' 'ns1'.'FooBar'::'get_Foo'()
--- 43,47 ----
        .maxstack 1
  } // method get_Foo
! .property valuetype 'ns1'.'Foo' 'Foo'()
  {
        .get instance valuetype 'ns1'.'Foo' 'ns1'.'FooBar'::'get_Foo'()

Index: indexer1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/indexer1.il,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** indexer1.il 21 Dec 2002 14:02:40 -0000      1.3
--- indexer1.il 7 Jul 2003 04:11:59 -0000       1.4
***************
*** 26,30 ****
        .maxstack 0
  } // method set_Item
! .property instance int32 'Item'(int32, class ['.library']'System'.'Object'[])
  {
        .get instance int32 'TestIndexer'::'get_Item'(int32, class 
['.library']'System'.'Object'[])
--- 26,30 ----
        .maxstack 0
  } // method set_Item
! .property int32 'Item'(int32, class ['.library']'System'.'Object'[])
  {
        .get instance int32 'TestIndexer'::'get_Item'(int32, class 
['.library']'System'.'Object'[])

Index: indexer1.jl
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/indexer1.jl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** indexer1.jl 21 Nov 2002 05:43:16 -0000      1.2
--- indexer1.jl 7 Jul 2003 04:11:59 -0000       1.3
***************
*** 28,32 ****
        .maxstack 0
  } // method set_Item
! .property instance int32 'Item'(int32, class ['.library']'System'.'Object'[])
  {
        .get instance int32 'TestIndexer'::'get_Item'(int32, class 
['.library']'System'.'Object'[])
--- 28,32 ----
        .maxstack 0
  } // method set_Item
! .property int32 'Item'(int32, class ['.library']'System'.'Object'[])
  {
        .get instance int32 'TestIndexer'::'get_Item'(int32, class 
['.library']'System'.'Object'[])

Index: interface1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/interface1.il,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** interface1.il       21 Dec 2002 14:02:40 -0000      1.7
--- interface1.il       7 Jul 2003 04:11:59 -0000       1.8
***************
*** 19,23 ****
  {
  } // method get_Current
! .property instance class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'IEnumerator'::'get_Current'()
--- 19,23 ----
  {
  } // method get_Current
! .property class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'IEnumerator'::'get_Current'()
***************
*** 54,58 ****
        .maxstack 2
  } // method set_Key
! .property instance class ['.library']'System'.'Object' 'Key'()
  {
        .get instance class ['.library']'System'.'Object' 
'DictionaryEntry'::'get_Key'()
--- 54,58 ----
        .maxstack 2
  } // method set_Key
! .property class ['.library']'System'.'Object' 'Key'()
  {
        .get instance class ['.library']'System'.'Object' 
'DictionaryEntry'::'get_Key'()
***************
*** 74,78 ****
        .maxstack 2
  } // method set_Value
! .property instance class ['.library']'System'.'Object' 'Value'()
  {
        .get instance class ['.library']'System'.'Object' 
'DictionaryEntry'::'get_Value'()
--- 74,78 ----
        .maxstack 2
  } // method set_Value
! .property class ['.library']'System'.'Object' 'Value'()
  {
        .get instance class ['.library']'System'.'Object' 
'DictionaryEntry'::'get_Value'()
***************
*** 85,89 ****
  {
  } // method get_Entry
! .property instance valuetype 'DictionaryEntry' 'Entry'()
  {
        .get instance valuetype 'DictionaryEntry' 
'IDictionaryEnumerator'::'get_Entry'()
--- 85,89 ----
  {
  } // method get_Entry
! .property valuetype 'DictionaryEntry' 'Entry'()
  {
        .get instance valuetype 'DictionaryEntry' 
'IDictionaryEnumerator'::'get_Entry'()
***************
*** 92,96 ****
  {
  } // method get_Key
! .property instance class ['.library']'System'.'Object' 'Key'()
  {
        .get instance class ['.library']'System'.'Object' 
'IDictionaryEnumerator'::'get_Key'()
--- 92,96 ----
  {
  } // method get_Key
! .property class ['.library']'System'.'Object' 'Key'()
  {
        .get instance class ['.library']'System'.'Object' 
'IDictionaryEnumerator'::'get_Key'()
***************
*** 99,103 ****
  {
  } // method get_Value
! .property instance class ['.library']'System'.'Object' 'Value'()
  {
        .get instance class ['.library']'System'.'Object' 
'IDictionaryEnumerator'::'get_Value'()
--- 99,103 ----
  {
  } // method get_Value
! .property class ['.library']'System'.'Object' 'Value'()
  {
        .get instance class ['.library']'System'.'Object' 
'IDictionaryEnumerator'::'get_Value'()
***************
*** 115,119 ****
  {
  } // method get_Count
! .property instance int32 'Count'()
  {
        .get instance int32 'ICollection'::'get_Count'()
--- 115,119 ----
  {
  } // method get_Count
! .property int32 'Count'()
  {
        .get instance int32 'ICollection'::'get_Count'()
***************
*** 122,126 ****
  {
  } // method get_IsSynchronized
! .property instance bool 'IsSynchronized'()
  {
        .get instance bool 'ICollection'::'get_IsSynchronized'()
--- 122,126 ----
  {
  } // method get_IsSynchronized
! .property bool 'IsSynchronized'()
  {
        .get instance bool 'ICollection'::'get_IsSynchronized'()
***************
*** 129,133 ****
  {
  } // method get_SyncRoot
! .property instance class ['.library']'System'.'Object' 'SyncRoot'()
  {
        .get instance class ['.library']'System'.'Object' 
'ICollection'::'get_SyncRoot'()
--- 129,133 ----
  {
  } // method get_SyncRoot
! .property class ['.library']'System'.'Object' 'SyncRoot'()
  {
        .get instance class ['.library']'System'.'Object' 
'ICollection'::'get_SyncRoot'()
***************
*** 155,159 ****
  {
  } // method get_IsFixedSize
! .property instance bool 'IsFixedSize'()
  {
        .get instance bool 'IDictionary'::'get_IsFixedSize'()
--- 155,159 ----
  {
  } // method get_IsFixedSize
! .property bool 'IsFixedSize'()
  {
        .get instance bool 'IDictionary'::'get_IsFixedSize'()
***************
*** 162,166 ****
  {
  } // method get_IsReadOnly
! .property instance bool 'IsReadOnly'()
  {
        .get instance bool 'IDictionary'::'get_IsReadOnly'()
--- 162,166 ----
  {
  } // method get_IsReadOnly
! .property bool 'IsReadOnly'()
  {
        .get instance bool 'IDictionary'::'get_IsReadOnly'()
***************
*** 172,176 ****
  {
  } // method set_Item
! .property instance class ['.library']'System'.'Object' 'Item'(class 
['.library']'System'.'Object')
  {
        .get instance class ['.library']'System'.'Object' 
'IDictionary'::'get_Item'(class ['.library']'System'.'Object')
--- 172,176 ----
  {
  } // method set_Item
! .property class ['.library']'System'.'Object' 'Item'(class 
['.library']'System'.'Object')
  {
        .get instance class ['.library']'System'.'Object' 
'IDictionary'::'get_Item'(class ['.library']'System'.'Object')
***************
*** 180,184 ****
  {
  } // method get_Keys
! .property instance class 'ICollection' 'Keys'()
  {
        .get instance class 'ICollection' 'IDictionary'::'get_Keys'()
--- 180,184 ----
  {
  } // method get_Keys
! .property class 'ICollection' 'Keys'()
  {
        .get instance class 'ICollection' 'IDictionary'::'get_Keys'()
***************
*** 187,191 ****
  {
  } // method get_Values
! .property instance class 'ICollection' 'Values'()
  {
        .get instance class 'ICollection' 'IDictionary'::'get_Values'()
--- 187,191 ----
  {
  } // method get_Values
! .property class 'ICollection' 'Values'()
  {
        .get instance class 'ICollection' 'IDictionary'::'get_Values'()

Index: interface1.jl
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/interface1.jl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** interface1.jl       21 Nov 2002 05:43:16 -0000      1.6
--- interface1.jl       7 Jul 2003 04:11:59 -0000       1.7
***************
*** 19,23 ****
  {
  } // method get_Current
! .property instance class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'IEnumerator'::'get_Current'()
--- 19,23 ----
  {
  } // method get_Current
! .property class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'IEnumerator'::'get_Current'()
***************
*** 57,61 ****
        .maxstack 2
  } // method set_Key
! .property instance class ['.library']'System'.'Object' 'Key'()
  {
        .get instance class ['.library']'System'.'Object' 
'DictionaryEntry'::'get_Key'()
--- 57,61 ----
        .maxstack 2
  } // method set_Key
! .property class ['.library']'System'.'Object' 'Key'()
  {
        .get instance class ['.library']'System'.'Object' 
'DictionaryEntry'::'get_Key'()
***************
*** 79,83 ****
        .maxstack 2
  } // method set_Value
! .property instance class ['.library']'System'.'Object' 'Value'()
  {
        .get instance class ['.library']'System'.'Object' 
'DictionaryEntry'::'get_Value'()
--- 79,83 ----
        .maxstack 2
  } // method set_Value
! .property class ['.library']'System'.'Object' 'Value'()
  {
        .get instance class ['.library']'System'.'Object' 
'DictionaryEntry'::'get_Value'()
***************
*** 90,94 ****
  {
  } // method get_Entry
! .property instance valuetype 'DictionaryEntry' 'Entry'()
  {
        .get instance valuetype 'DictionaryEntry' 
'IDictionaryEnumerator'::'get_Entry'()
--- 90,94 ----
  {
  } // method get_Entry
! .property valuetype 'DictionaryEntry' 'Entry'()
  {
        .get instance valuetype 'DictionaryEntry' 
'IDictionaryEnumerator'::'get_Entry'()
***************
*** 97,101 ****
  {
  } // method get_Key
! .property instance class ['.library']'System'.'Object' 'Key'()
  {
        .get instance class ['.library']'System'.'Object' 
'IDictionaryEnumerator'::'get_Key'()
--- 97,101 ----
  {
  } // method get_Key
! .property class ['.library']'System'.'Object' 'Key'()
  {
        .get instance class ['.library']'System'.'Object' 
'IDictionaryEnumerator'::'get_Key'()
***************
*** 104,108 ****
  {
  } // method get_Value
! .property instance class ['.library']'System'.'Object' 'Value'()
  {
        .get instance class ['.library']'System'.'Object' 
'IDictionaryEnumerator'::'get_Value'()
--- 104,108 ----
  {
  } // method get_Value
! .property class ['.library']'System'.'Object' 'Value'()
  {
        .get instance class ['.library']'System'.'Object' 
'IDictionaryEnumerator'::'get_Value'()
***************
*** 120,124 ****
  {
  } // method get_Count
! .property instance int32 'Count'()
  {
        .get instance int32 'ICollection'::'get_Count'()
--- 120,124 ----
  {
  } // method get_Count
! .property int32 'Count'()
  {
        .get instance int32 'ICollection'::'get_Count'()
***************
*** 127,131 ****
  {
  } // method get_IsSynchronized
! .property instance bool 'IsSynchronized'()
  {
        .get instance bool 'ICollection'::'get_IsSynchronized'()
--- 127,131 ----
  {
  } // method get_IsSynchronized
! .property bool 'IsSynchronized'()
  {
        .get instance bool 'ICollection'::'get_IsSynchronized'()
***************
*** 134,138 ****
  {
  } // method get_SyncRoot
! .property instance class ['.library']'System'.'Object' 'SyncRoot'()
  {
        .get instance class ['.library']'System'.'Object' 
'ICollection'::'get_SyncRoot'()
--- 134,138 ----
  {
  } // method get_SyncRoot
! .property class ['.library']'System'.'Object' 'SyncRoot'()
  {
        .get instance class ['.library']'System'.'Object' 
'ICollection'::'get_SyncRoot'()
***************
*** 160,164 ****
  {
  } // method get_IsFixedSize
! .property instance bool 'IsFixedSize'()
  {
        .get instance bool 'IDictionary'::'get_IsFixedSize'()
--- 160,164 ----
  {
  } // method get_IsFixedSize
! .property bool 'IsFixedSize'()
  {
        .get instance bool 'IDictionary'::'get_IsFixedSize'()
***************
*** 167,171 ****
  {
  } // method get_IsReadOnly
! .property instance bool 'IsReadOnly'()
  {
        .get instance bool 'IDictionary'::'get_IsReadOnly'()
--- 167,171 ----
  {
  } // method get_IsReadOnly
! .property bool 'IsReadOnly'()
  {
        .get instance bool 'IDictionary'::'get_IsReadOnly'()
***************
*** 177,181 ****
  {
  } // method set_Item
! .property instance class ['.library']'System'.'Object' 'Item'(class 
['.library']'System'.'Object')
  {
        .get instance class ['.library']'System'.'Object' 
'IDictionary'::'get_Item'(class ['.library']'System'.'Object')
--- 177,181 ----
  {
  } // method set_Item
! .property class ['.library']'System'.'Object' 'Item'(class 
['.library']'System'.'Object')
  {
        .get instance class ['.library']'System'.'Object' 
'IDictionary'::'get_Item'(class ['.library']'System'.'Object')
***************
*** 185,189 ****
  {
  } // method get_Keys
! .property instance class 'ICollection' 'Keys'()
  {
        .get instance class 'ICollection' 'IDictionary'::'get_Keys'()
--- 185,189 ----
  {
  } // method get_Keys
! .property class 'ICollection' 'Keys'()
  {
        .get instance class 'ICollection' 'IDictionary'::'get_Keys'()
***************
*** 192,196 ****
  {
  } // method get_Values
! .property instance class 'ICollection' 'Values'()
  {
        .get instance class 'ICollection' 'IDictionary'::'get_Values'()
--- 192,196 ----
  {
  } // method get_Values
! .property class 'ICollection' 'Values'()
  {
        .get instance class 'ICollection' 'IDictionary'::'get_Values'()

Index: interface3.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/interface3.il,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** interface3.il       21 Nov 2002 00:28:58 -0000      1.4
--- interface3.il       7 Jul 2003 04:11:59 -0000       1.5
***************
*** 19,23 ****
  {
  } // method get_Current
! .property instance class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'IEnumerator'::'get_Current'()
--- 19,23 ----
  {
  } // method get_Current
! .property class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'IEnumerator'::'get_Current'()
***************
*** 43,47 ****
        .maxstack 1
  } // method get_Current
! .property instance class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'Test'::'get_Current'()
--- 43,47 ----
        .maxstack 1
  } // method get_Current
! .property class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'Test'::'get_Current'()
***************
*** 77,81 ****
        .maxstack 1
  } // method IEnumerator.get_Current
! .property instance class ['.library']'System'.'Object' 'IEnumerator.Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'Test2'::'IEnumerator.get_Current'()
--- 77,81 ----
        .maxstack 1
  } // method IEnumerator.get_Current
! .property class ['.library']'System'.'Object' 'IEnumerator.Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'Test2'::'IEnumerator.get_Current'()

Index: interface3.jl
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/interface3.jl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** interface3.jl       21 Nov 2002 00:28:58 -0000      1.4
--- interface3.jl       7 Jul 2003 04:11:59 -0000       1.5
***************
*** 19,23 ****
  {
  } // method get_Current
! .property instance class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'IEnumerator'::'get_Current'()
--- 19,23 ----
  {
  } // method get_Current
! .property class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'IEnumerator'::'get_Current'()
***************
*** 46,50 ****
        .maxstack 1
  } // method get_Current
! .property instance class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'Test'::'get_Current'()
--- 46,50 ----
        .maxstack 1
  } // method get_Current
! .property class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'Test'::'get_Current'()
***************
*** 84,88 ****
        .maxstack 1
  } // method IEnumerator.get_Current
! .property instance class ['.library']'System'.'Object' 'IEnumerator.Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'Test2'::'IEnumerator.get_Current'()
--- 84,88 ----
        .maxstack 1
  } // method IEnumerator.get_Current
! .property class ['.library']'System'.'Object' 'IEnumerator.Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'Test2'::'IEnumerator.get_Current'()

Index: interface4.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/interface4.il,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** interface4.il       21 Nov 2002 00:28:58 -0000      1.3
--- interface4.il       7 Jul 2003 04:11:59 -0000       1.4
***************
*** 19,23 ****
  {
  } // method get_Current
! .property instance class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'IEnumerator'::'get_Current'()
--- 19,23 ----
  {
  } // method get_Current
! .property class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'IEnumerator'::'get_Current'()
***************
*** 45,49 ****
        .maxstack 1
  } // method get_Current
! .property instance class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'Test'/'Test2'::'get_Current'()
--- 45,49 ----
        .maxstack 1
  } // method get_Current
! .property class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'Test'/'Test2'::'get_Current'()

Index: interface4.jl
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/interface4.jl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** interface4.jl       21 Nov 2002 00:28:58 -0000      1.3
--- interface4.jl       7 Jul 2003 04:11:59 -0000       1.4
***************
*** 19,23 ****
  {
  } // method get_Current
! .property instance class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'IEnumerator'::'get_Current'()
--- 19,23 ----
  {
  } // method get_Current
! .property class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'IEnumerator'::'get_Current'()
***************
*** 48,52 ****
        .maxstack 1
  } // method get_Current
! .property instance class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'Test'/'Test2'::'get_Current'()
--- 48,52 ----
        .maxstack 1
  } // method get_Current
! .property class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'Test'/'Test2'::'get_Current'()

Index: interface5.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/interface5.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** interface5.il       30 Jul 2002 04:53:39 -0000      1.2
--- interface5.il       7 Jul 2003 04:11:59 -0000       1.3
***************
*** 19,23 ****
  {
  } // method get_Current
! .property instance class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'IEnumerator'::'get_Current'()
--- 19,23 ----
  {
  } // method get_Current
! .property class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'IEnumerator'::'get_Current'()
***************
*** 49,53 ****
        .maxstack 1
  } // method get_Current
! .property instance class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'Test'::'get_Current'()
--- 49,53 ----
        .maxstack 1
  } // method get_Current
! .property class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'Test'::'get_Current'()

Index: interface5.jl
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/interface5.jl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** interface5.jl       30 Jul 2002 04:53:39 -0000      1.2
--- interface5.jl       7 Jul 2003 04:11:59 -0000       1.3
***************
*** 19,23 ****
  {
  } // method get_Current
! .property instance class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'IEnumerator'::'get_Current'()
--- 19,23 ----
  {
  } // method get_Current
! .property class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'IEnumerator'::'get_Current'()
***************
*** 52,56 ****
        .maxstack 1
  } // method get_Current
! .property instance class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'Test'::'get_Current'()
--- 52,56 ----
        .maxstack 1
  } // method get_Current
! .property class ['.library']'System'.'Object' 'Current'()
  {
        .get instance class ['.library']'System'.'Object' 
'Test'::'get_Current'()

Index: interface6.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/interface6.il,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** interface6.il       27 Feb 2003 01:02:19 -0000      1.1
--- interface6.il       7 Jul 2003 04:11:59 -0000       1.2
***************
*** 13,17 ****
  {
  } // method get_t1
! .property instance int32 't1'()
  {
        .get instance int32 'A'::'get_t1'()
--- 13,17 ----
  {
  } // method get_t1
! .property int32 't1'()
  {
        .get instance int32 'A'::'get_t1'()

Index: interface6.jl
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/interface6.jl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** interface6.jl       27 Feb 2003 01:02:19 -0000      1.1
--- interface6.jl       7 Jul 2003 04:11:59 -0000       1.2
***************
*** 13,17 ****
  {
  } // method get_t1
! .property instance int32 't1'()
  {
        .get instance int32 'A'::'get_t1'()
--- 13,17 ----
  {
  } // method get_t1
! .property int32 't1'()
  {
        .get instance int32 'A'::'get_t1'()

Index: member_access2.err
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/member_access2.err,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** member_access2.err  19 Jan 2003 08:13:39 -0000      1.2
--- member_access2.err  7 Jul 2003 04:11:59 -0000       1.3
***************
*** 1 ****
--- 1,2 ----
+ ./member_access2.cs:34: `Object' is not a member of the type `Test.System'
  ./member_access2.cs:34: invalid type specification `System.Object' 

Index: member_access2.jerr
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/member_access2.jerr,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** member_access2.jerr 19 Jan 2003 08:13:39 -0000      1.2
--- member_access2.jerr 7 Jul 2003 04:11:59 -0000       1.3
***************
*** 1 ****
--- 1,2 ----
+ ./member_access2.cs:34: `Object' is not a member of the type `Test.System'
  ./member_access2.cs:34: invalid type specification `System.Object' 

Index: property1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/property1.il,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** property1.il        30 Jul 2002 04:53:39 -0000      1.4
--- property1.il        7 Jul 2003 04:11:59 -0000       1.5
***************
*** 21,25 ****
        .maxstack 0
  } // method set_x
! .property instance int32 'x'()
  {
        .get instance int32 'Test'::'get_x'()
--- 21,25 ----
        .maxstack 0
  } // method set_x
! .property int32 'x'()
  {
        .get instance int32 'Test'::'get_x'()

Index: property1.jl
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/property1.jl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** property1.jl        30 Jul 2002 04:53:39 -0000      1.4
--- property1.jl        7 Jul 2003 04:11:59 -0000       1.5
***************
*** 23,27 ****
        .maxstack 0
  } // method set_x
! .property instance int32 'x'()
  {
        .get instance int32 'Test'::'get_x'()
--- 23,27 ----
        .maxstack 0
  } // method set_x
! .property int32 'x'()
  {
        .get instance int32 'Test'::'get_x'()

Index: property2.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/property2.il,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** property2.il        30 Jul 2002 04:53:39 -0000      1.5
--- property2.il        7 Jul 2003 04:11:59 -0000       1.6
***************
*** 16,20 ****
  {
  } // method set_x
! .property instance int32 'x'()
  {
        .get instance int32 'Test'::'get_x'()
--- 16,20 ----
  {
  } // method set_x
! .property int32 'x'()
  {
        .get instance int32 'Test'::'get_x'()

Index: property2.jl
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/property2.jl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** property2.jl        30 Jul 2002 04:53:39 -0000      1.5
--- property2.jl        7 Jul 2003 04:11:59 -0000       1.6
***************
*** 16,20 ****
  {
  } // method set_x
! .property instance int32 'x'()
  {
        .get instance int32 'Test'::'get_x'()
--- 16,20 ----
  {
  } // method set_x
! .property int32 'x'()
  {
        .get instance int32 'Test'::'get_x'()

Index: property4.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/property4.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** property4.il        30 Jul 2002 04:53:39 -0000      1.2
--- property4.il        7 Jul 2003 04:11:59 -0000       1.3
***************
*** 21,25 ****
        .maxstack 0
  } // method set_x
! .property instance int32 'x'()
  {
        .get instance int32 'Test'::'get_x'()
--- 21,25 ----
        .maxstack 0
  } // method set_x
! .property int32 'x'()
  {
        .get instance int32 'Test'::'get_x'()
***************
*** 47,51 ****
        .maxstack 0
  } // method set_x
! .property instance int32 'x'()
  {
        .get instance int32 'Test2'::'get_x'()
--- 47,51 ----
        .maxstack 0
  } // method set_x
! .property int32 'x'()
  {
        .get instance int32 'Test2'::'get_x'()

Index: property4.jl
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/property4.jl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** property4.jl        30 Jul 2002 04:53:39 -0000      1.2
--- property4.jl        7 Jul 2003 04:11:59 -0000       1.3
***************
*** 23,27 ****
        .maxstack 0
  } // method set_x
! .property instance int32 'x'()
  {
        .get instance int32 'Test'::'get_x'()
--- 23,27 ----
        .maxstack 0
  } // method set_x
! .property int32 'x'()
  {
        .get instance int32 'Test'::'get_x'()
***************
*** 52,56 ****
        .maxstack 0
  } // method set_x
! .property instance int32 'x'()
  {
        .get instance int32 'Test2'::'get_x'()
--- 52,56 ----
        .maxstack 0
  } // method set_x
! .property int32 'x'()
  {
        .get instance int32 'Test2'::'get_x'()

Index: property6.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/property6.il,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** property6.il        11 Dec 2002 18:01:38 -0000      1.1
--- property6.il        7 Jul 2003 04:11:59 -0000       1.2
***************
*** 16,20 ****
  {
  } // method set_MyValue
! .property instance class ['.library']'System'.'String' 'MyValue'()
  {
        .get instance class ['.library']'System'.'String' 
'ExternPropertyTest'::'get_MyValue'()
--- 16,20 ----
  {
  } // method set_MyValue
! .property class ['.library']'System'.'String' 'MyValue'()
  {
        .get instance class ['.library']'System'.'String' 
'ExternPropertyTest'::'get_MyValue'()

Index: property6.jl
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/property6.jl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** property6.jl        11 Dec 2002 18:01:38 -0000      1.1
--- property6.jl        7 Jul 2003 04:11:59 -0000       1.2
***************
*** 16,20 ****
  {
  } // method set_MyValue
! .property instance class ['.library']'System'.'String' 'MyValue'()
  {
        .get instance class ['.library']'System'.'String' 
'ExternPropertyTest'::'get_MyValue'()
--- 16,20 ----
  {
  } // method set_MyValue
! .property class ['.library']'System'.'String' 'MyValue'()
  {
        .get instance class ['.library']'System'.'String' 
'ExternPropertyTest'::'get_MyValue'()





reply via email to

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