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