[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / System.Diagnostics.SymbolStore / ChangeLog
1 2008-04-02  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
2
3         * SymbolToken.cs: Fix parameter names
4
5 2007-08-08  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * SymbolToken.cs : added 2.0 operator overloads.
8
9 2007-05-16  Dick Porter  <dick@ximian.com>
10
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
26
27 2003-07-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
28
29         * SymbolToken.cs: Implemented missing members, style changes
30
31 2002-03-20  Martin Baulig  <martin@gnome.org>
32
33         * SymbolToken.cs (GetToken): Implemented.
34
35 2002-03-05  Duncan Mak  <duncan@ximian.com>
36
37         * ISymbolWriter.cs:
38         (DefineParameter) corrected typo in argument type.
39         (SetMethodSourceRange): Fixed typo in method name.
40
41         * ISymbolDocument.cs:
42         (CheckSumAlgorithmId) Fixed typo.
43
44         * ISymbolNamespace.cs:
45         (GetVariable) Added missing method.
46
47 2002-02-05  Duncan Mak  <duncan@ximian.com>
48
49         * SymDocumentType.cs:   
50         * SymLanguageType.cs: 
51         * SymLanguageVendor.cs: Added to CVS. 
52
53 2002-01-07  Duco Fijma <duco@lorentz.xs4all.nl>
54         * Finilized SymAddressKind enum
55
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