2005-05-09 Sebastien Pouliot * pinvoke1-3.cs: Fixed RunningOnWindows to run under NET_2_0. * Makefile: Changed --debug for -debug to avoid compiler warning. 2005-03-24 Sebastien Pouliot * pinvoke1-3.cs: Changed RunningOnMono for RunningOnWindows as it's an OS issue not a runtime issue being tested. 2005-03-10 Sebastien Pouliot * pinvoke1-3.cs: New. Tests that P/Invoking unmanaged methods provoke a stack walk (Demand) for SecurityPermissionFlag.UnmanagedCode. * sucs1-4.cs: New. Tests that [SuppressUnmanagedCodeSecurity] removes the stack walk when present on either the p/invoked definition or on it's class. * Makefile: New. Build/execute new tests. * README: New. Instruction and details about the tests.