2002-01-25 Mark Crichton * System.Security.Cryptography/RijndaelManaged.cs: added * System.Security.Cryptography/Rijndael.cs: changed constructor to set default values. Hopefully I did it correctly. 2002-01-23 Miguel de Icaza * Unix/Errno.cs: Added * Unix/Wrapper.cs: Updated to new Wrapper 2002-01-19 Nick Drochak * corlib.build: exclude Delegate from corlib_cmp. 2002-01-09 Nick Drochak * corlib.build: Exclude Security Attribute classes that need mcs magic to get them to compile. 2002-01-06 Duco Fijma * corlib.build: Removed for System.Resources 2002-01-05 Nick Drochak * corlib.build: Have the clean target remove any .pdb files that might be around if we compiled with debug on. 2002-01-05 Nick Drochak * corlib.build: Make new build of corlib_cmp.dll. This is the same as corlib.dll without Object and ValueType. It is used by /mcs/tools/corcompare.exe to compare with mscorlib. 2002-01-03 Nick Drochak * corlib.build: Put the linux target at the top. I keep changing the build for windows 'cause it's at the top. Then when I do make, nothing changes. It seems like it always takes me half a day to remember that the linux target comes second. Old age I guess. * .cvsignore: ignore corlib.pdb for times when it's built with debug on. 2002-01-02 Nick Drochak * corlib.build: Removed "exclude CodeAccessPermission.cs" 2001-12-11 Duncan Mak * ChangeLog: Added "System.Resources" to the exclude list. 2001-12-05 Nick Drochak * ChangeLog: Add the change log to this directory * 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'.