2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / class / corlib / Microsoft.Win32.SafeHandles / ChangeLog
blob728d1d129ddaebc037101344f0629d5b2563dd23
1 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
3         * SafeWaitHandle.cs: Fix some argument names to be consistent with MS.
5 2007-07-18  Miguel de Icaza  <miguel@novell.com>
7         * SafeWaitHandle.cs: Do not call DangerousGetHandle here as it
8         throws ObjectDisposedException when the refcount reaches zero. 
10         * SafeFileHandle.cs: Same.
12 2007-05-12  Jonathan Chambers  <joncham@gmail.com>
14         * SafeWaitHandle.cs: Add internal empty
15         constructor for pinvoke marshalling.
17 2007-04-30  Dick Porter  <dick@ximian.com>
19         * CriticalHandleZeroOrMinusOneIsInvalid.cs: 
20         * CriticalHandleMinusOneIsInvalid.cs: 
21         * SafeWaitHandle.cs: 
22         * SafeHandleZeroOrMinusOneIsInvalid.cs: 
23         * SafeHandleMinusOneIsInvalid.cs: Added ReliabilityContract
24         attributes to complete 2.0 profile
26 2007-01-13  Miguel de Icaza  <miguel@novell.com>
28         * Add a few more missing helper classes.
30 2006-12-11  Miguel de Icaza  <miguel@novell.com>
32         * SafeWaitHandle.cs: Add new.
34 2006-12-10  Miguel de Icaza  <miguel@novell.com>
36         * SafeFileHandle.cs: Implement this one.
38 2006-12-02  Miguel de Icaza  <miguel@novell.com>
40         * SafeFileHandle.cs: Remove the IsInvalid method, as that is
41         present in the base class.
43 2006-01-12  Ben Maurer  <bmaurer@andrew.cmu.edu>
45         * SafeHandleZeroOrMinusOneIsInvalid.cs: Update to RTM api
47         * SafeFileHandle.cs: Update to RTM api
49 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
51         * SafeFileHandle.cs: Make this inherit from SafeHandleZeroOrMinusOneIsInvalid.
53         * SafeHandleZeroOrMinusOneIsInvalid.cs: New file.
55 2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>
57         * SafeFileHandle.cs: Class declaration to allow compiling System.IO
58         and System.IO.IsolatedStorage for the NET_2_0 profile.