2002-10-11 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / class / corlib / ChangeLog
1 2002-10-11  Duncan Mak  <duncan@ximian.com>
2
3         * unix.args: Added System.Security.Cryptography.CryptoConfig.
4
5 2002-10-08  Miguel de Icaza  <miguel@ximian.com>
6
7         * Mono/Runtime.cs: New file.
8
9 2002-10-05  Andrew Birkett  <andy@nobugs.org>
10
11         * unix.args: Added System.Security.Cryptography.RC2
12
13 2002-09-12  Dick Porter  <dick@ximian.com>
14
15         * unix.args: Add System.Globalization.SortKey,
16         System.Globalization.StringInfo and
17         System.Globalizaton.TextElementEnumerator
18         
19 2002-09-12  Dick Porter  <dick@ximian.com>
20
21         * unix.args: Add System.ArgIterator and System.TypedReference
22
23         * corlib.build: Adding DecimalConstantAttribute to Decimal (which
24         corcompare showed as missing) causes a SecurityException in
25         corcompare, so exclude Decimal from the corlib_cmp build.
26
27 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28
29         * unix.args: added a couple of new files in System.Security.Principal.
30
31 2002-08-15  Tim Coleman <tim@timcoleman.com>
32         * unix.args: 
33                 Add System.Globalization/TextInfo.cs
34                 Add System.Runtime.Serialization/FormatterConverter.cs
35
36 2002-07-31  Rodrigo Moya <rodrigo@ximian.com>
37
38         * unix.args: added new files from System.Runtime.Remoting.Channels.
39
40 2002-07-31  Duncan Mak  <duncan@ximian.com>
41
42         * unix.args: Added interfaces and enumerations from
43         System.Runtime.Remoting.Channels. 
44
45 2002-07-31  Duncan Mak  <duncan@ximian.com>
46
47         * unix.args: Added new classes in
48         System.Runtime.Remoting.Contexts.
49         
50
51 2002-07-31  Duncan Mak  <duncan@ximian.com>
52
53         * unix.args: Added new Exceptions, Interfaces and various
54         TypeEntries from System.Runtime.Remoting.
55
56 2002-07-29  Martin Baulig  <martin@gnome.org>
57
58         * list: Removed, this isn't used anymore and people are already
59         getting confused which file to use.
60
61 2002-07-24  Duncan Mak  <duncan@ximian.com>
62
63         * unix.args: Added files from Remoting.Lifetime and
64         Remoting.Metadata.
65
66         * ChangeLog: Moved entries from System.Runtime.Remoting.Activation
67         and System.Runtime.Remoting.Proxies to their own ChangeLog.
68
69 2002-07-23  Duncan Mak  <duncan@ximian.com>
70
71         * list: 
72         * unix.args: Added new Attributes in
73         System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging.
74
75 2002-07-22  Tim Coleman <tim@timcoleman.com>
76         * list:
77         * unix.args:
78                 Added System.Security.Permission/ReflectionPermission.cs and
79                 System.Security.Permission/EnvironmentPermission.cs and
80
81 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
82
83         * list:
84         * unix.args: added IObjectHandle.cs.
85
86 2002-06-20  Martin Baulig  <martin@gnome.org>
87
88         * unix.args: New file.  This is a mcs response file to compile
89         corlib on GNU/Linux (which doesn't work yet).
90
91 2002-04-30  Daniel Stodden  <stodden@in.tum.de>
92
93         * System/Delegate.cs: Implemented Remove()
94         * System/MulticastDelegate.cs: Implementation of RemoveImpl()
95         done. Plus a fix for Equals().
96         * Test/System/MulticastDelegate.cs: Added. Should reflect above
97         changes.
98         
99 2002-04-27  Martin Baulig  <martin@gnome.org>
100
101         * corlib.build: Added new "mcs-build" target to compile corlib
102         with mcs. This doesn't work yet - it's just to test mcs to find
103         and fix the remaining bugs.
104
105 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
106
107         * corlib.build: removed seperate windows/linux builds. excluded
108         wrapper and PAL classes from all builds.
109
110 2002-03-03  Nick Drochak  <ndrochak@gol.com>
111
112         * corlib.build: Exclude a bunch of interfaces from corlib_res.dll
113         that were preventing the tests from running on Windows.
114
115 2002-01-25  Mark Crichton  <crichton@gimp.org>
116
117         * System.Security.Cryptography/RijndaelManaged.cs: added
118         
119         * System.Security.Cryptography/Rijndael.cs: changed constructor
120         to set default values.  Hopefully I did it correctly.
121
122 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
123
124         * Unix/Errno.cs: Added
125
126         * Unix/Wrapper.cs: Updated to new Wrapper
127
128 2002-01-19  Nick Drochak  <ndrochak@gol.com>
129         
130         * corlib.build: exclude Delegate from corlib_cmp.
131
132 2002-01-09  Nick Drochak  <ndrochak@gol.com>
133
134         * corlib.build: Exclude Security Attribute classes that need mcs
135         magic to get them to compile.
136
137 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
138         * corlib.build: Removed <excludes> for System.Resources
139
140 2002-01-05  Nick Drochak  <ndrochak@gol.com>
141
142         * corlib.build: Have the clean target remove any .pdb files that
143         might be around if we compiled with debug on.
144
145 2002-01-05  Nick Drochak  <ndrochak@gol.com>
146
147         * corlib.build: Make new build of corlib_cmp.dll.  This is the same
148         as corlib.dll without Object and ValueType.  It is used by 
149         /mcs/tools/corcompare.exe to compare with mscorlib.
150
151 2002-01-03  Nick Drochak  <ndrochak@gol.com>
152
153         * corlib.build: Put the linux target at the top.  I keep changing the 
154         build for windows 'cause it's at the top.  Then when I do make, nothing
155         changes.  It seems like it always takes me half a day to remember
156         that the linux target comes second.  Old age I guess.
157
158         * .cvsignore: ignore corlib.pdb for times when it's built with debug on.
159
160 2002-01-02  Nick Drochak  <ndrochak@gol.com>
161
162         * corlib.build: Removed "exclude CodeAccessPermission.cs"
163
164 2001-12-11  Duncan Mak  <duncan@ximian.com>
165
166         * ChangeLog: Added "System.Resources" to the exclude list.
167
168 2001-12-05  Nick Drochak <ndrochak@gol.com>
169
170         * ChangeLog: Add the change log to this directory
171
172         * corlib.build: Add dependancy on linux target to test target. Need to have the dll before we can test it, right?  Plus is encourages other to try 'make test'.
173