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