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