Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Microsoft.Win32.SafeHandles « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b5b481604f99ba537898d9ef0b768c9708c9108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2006-01-12  Ben Maurer  <bmaurer@andrew.cmu.edu>

	* SafeHandleZeroOrMinusOneIsInvalid.cs: Update to RTM api

	* SafeFileHandle.cs: Update to RTM api

2005-08-10  Zoltan Varga  <vargaz@freemail.hu>

	* SafeFileHandle.cs: Make this inherit from SafeHandleZeroOrMinusOneIsInvalid.

	* SafeHandleZeroOrMinusOneIsInvalid.cs: New file.

2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>

	* SafeFileHandle.cs: Class declaration to allow compiling System.IO
	and System.IO.IsolatedStorage for the NET_2_0 profile.