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