2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / class / corlib / System.Diagnostics.SymbolStore / ChangeLog
blob1f694fde439c0adeefa3a6d238b572f75419aef5
1 2008-04-02  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
3         * SymbolToken.cs: Fix parameter names
5 2007-08-08  Atsushi Enomoto  <atsushi@ximian.com>
7         * SymbolToken.cs : added 2.0 operator overloads.
9 2007-05-16  Dick Porter  <dick@ximian.com>
11         * ISymbolBinder.cs: 
12         * ISymbolBinder1.cs: 
13         * ISymbolDocument.cs: 
14         * ISymbolDocumentWriter.cs: 
15         * ISymbolMethod.cs: 
16         * ISymbolNamespace.cs: 
17         * ISymbolReader.cs: 
18         * ISymbolScope.cs: 
19         * ISymbolVariable.cs: 
20         * ISymbolWriter.cs: 
21         * SymDocumentType.cs: 
22         * SymLanguageType.cs: 
23         * SymLanguageVendor.cs: 
24         * SymbolToken.cs: 
25         * SymAddressKind.cs: Update to 2.0 profile
27 2003-07-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
29         * SymbolToken.cs: Implemented missing members, style changes
31 2002-03-20  Martin Baulig  <martin@gnome.org>
33         * SymbolToken.cs (GetToken): Implemented.
35 2002-03-05  Duncan Mak  <duncan@ximian.com>
37         * ISymbolWriter.cs:
38         (DefineParameter) corrected typo in argument type.
39         (SetMethodSourceRange): Fixed typo in method name.
41         * ISymbolDocument.cs:
42         (CheckSumAlgorithmId) Fixed typo.
44         * ISymbolNamespace.cs:
45         (GetVariable) Added missing method.
47 2002-02-05  Duncan Mak  <duncan@ximian.com>
49         * SymDocumentType.cs:   
50         * SymLanguageType.cs: 
51         * SymLanguageVendor.cs: Added to CVS. 
53 2002-01-07  Duco Fijma <duco@lorentz.xs4all.nl>
54         * Finilized SymAddressKind enum
56 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
57         * Created SymAddressKind enum
58         * Created all interfaces 
59         * Created dummy implementation for SymbolToken struct