2002-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / corlib / ChangeLog
1 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
2
3         * corlib.build: removed seperate windows/linux builds. excluded
4         wrapper and PAL classes from all builds.
5
6 2002-03-03  Nick Drochak  <ndrochak@gol.com>
7
8         * corlib.build: Exclude a bunch of interfaces from corlib_res.dll
9         that were preventing the tests from running on Windows.
10
11 2002-01-25  Mark Crichton  <crichton@gimp.org>
12
13         * System.Security.Cryptography/RijndaelManaged.cs: added
14         
15         * System.Security.Cryptography/Rijndael.cs: changed constructor
16         to set default values.  Hopefully I did it correctly.
17
18 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
19
20         * Unix/Errno.cs: Added
21
22         * Unix/Wrapper.cs: Updated to new Wrapper
23
24 2002-01-19  Nick Drochak  <ndrochak@gol.com>
25         
26         * corlib.build: exclude Delegate from corlib_cmp.
27
28 2002-01-09  Nick Drochak  <ndrochak@gol.com>
29
30         * corlib.build: Exclude Security Attribute classes that need mcs
31         magic to get them to compile.
32
33 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
34         * corlib.build: Removed <excludes> for System.Resources
35
36 2002-01-05  Nick Drochak  <ndrochak@gol.com>
37
38         * corlib.build: Have the clean target remove any .pdb files that
39         might be around if we compiled with debug on.
40
41 2002-01-05  Nick Drochak  <ndrochak@gol.com>
42
43         * corlib.build: Make new build of corlib_cmp.dll.  This is the same
44         as corlib.dll without Object and ValueType.  It is used by 
45         /mcs/tools/corcompare.exe to compare with mscorlib.
46
47 2002-01-03  Nick Drochak  <ndrochak@gol.com>
48
49         * corlib.build: Put the linux target at the top.  I keep changing the 
50         build for windows 'cause it's at the top.  Then when I do make, nothing
51         changes.  It seems like it always takes me half a day to remember
52         that the linux target comes second.  Old age I guess.
53
54         * .cvsignore: ignore corlib.pdb for times when it's built with debug on.
55
56 2002-01-02  Nick Drochak  <ndrochak@gol.com>
57
58         * corlib.build: Removed "exclude CodeAccessPermission.cs"
59
60 2001-12-11  Duncan Mak  <duncan@ximian.com>
61
62         * ChangeLog: Added "System.Resources" to the exclude list.
63
64 2001-12-05  Nick Drochak <ndrochak@gol.com>
65
66         * ChangeLog: Add the change log to this directory
67
68         * 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'.
69