* Mono.Posix.dll.sources: Add new files: Mono.Unix/FileAccessPermissions.cs,
[mono.git] / mcs / class / Mono.Posix / ChangeLog
1 2005-10-19  Jonathan Pryor  <jonpryor@vt.edu>
2
3         * Mono.Posix.dll.sources: Add new files: Mono.Unix/FileAccessPermissions.cs,
4           Mono.Unix/FileSpecialAttributes.cs, Mono.Unix/FileTypes.cs.
5
6 2005-10-17  Jonathan Pryor  <jonpryor@vt.edu>
7
8         * Mono.Posix_test.dll.sources: Add Mono.Unix/UnixMarshalTest.cs.
9
10 2005-09-20  Jonathan Pryor  <jonpryor@vt.edu>
11
12         * Makefile: Build the make-map.exe in Mono.Unix.Native; add /nowarn:0618 to
13           the build, so that we don't see dozens of warnings about using [Obsolete]
14           code.
15         * Mono.Unix.Native: directory added
16         * Mono.Posix.dll.sources: Add Mono.Unix.Native/*.cs sources.
17
18 2005-08-24  Lluis Sanchez Gual  <lluis@novell.com>
19
20         * Makefile: Removed System.Runtime.Remoting dependency.
21         * Mono.Posix.dll.sources: Added new files:
22         Mono.Remoting.Channels.Unix/UnixBinaryClientFormatterSink.cs
23         Mono.Remoting.Channels.Unix/UnixBinaryClientFormatterSinkProvider.cs
24         Mono.Remoting.Channels.Unix/UnixBinaryCore.cs
25         Mono.Remoting.Channels.Unix/UnixBinaryServerFormatterSink.cs
26         Mono.Remoting.Channels.Unix/UnixBinaryServerFormatterSinkProvider.
27
28 2005-07-30  Atsushi Enomoto  <atsushi@ximian.com>
29
30         * Makefile : csc build fix.
31
32 2005-07-28  Lluis Sanchez Gual  <lluis@novell.com>
33
34         * Mono.Posix.dll.sources: Add the Unix remoting channel to the build.
35         * Makefile: Add System.Runtime.Remoting dependency.
36
37 2005-02-28  Jonathan Pryor  <jonpryor@vt.edu>
38
39         * Makefile (TEST_MCS_FLAGS): Ignore warnings 0219 (variable declared and
40           never used) and 0618 (member is obsolete): this is test code, which
41           produces lots of unused variables and tests [Obsolete] members.
42
43 2005-02-28  Jonathan Pryor  <jonpryor@vt.edu>
44
45         * Mono.Posix_test.dll.sources: Added Test/Mono.Unix/StdioFileStreamTest.cs.
46
47 2005-01-13  Jonathan Pryor  <jonpryor@vt.edu>
48
49         * Mono.Posix_test.dll.sources: Added Test/Mono.Unix/StdlibTest.cs.
50
51 2005-01-05  Jonathan Pryor  <jonpryor@vt.edu>
52
53         * Mono.Posix.dll.sources: Add Mono.Unix/StdioFileStream.cs.
54
55 2005-01-05  Jonathan Pryor  <jonpryor@vt.edu>
56
57         * Makfile: Add testsuite.
58         * Mono.Posix_test.dll.sources: Added; Files for testsuite.
59         * Test: Directory added.
60
61 2004-12-28  Jonathan Pryor  <jonpryor@vt.edu>
62
63         * Mono.Posix.dll.sources: Add UnixDriveInfo and UnixPath.
64
65 2004-11-22  Raja R Harinath  <rharinath@novell.com>
66
67         * Makefile (CLEAN_FILES): Clean up make-map.exe and the duplicated
68         Mono.Posix.dll.
69
70 2004-11-18  Jonathan Pryor  <jonpryor@vt.edu>
71
72         * Mono.Posix.dll.sources: Add Mono.Unix/CdeclFunction.cs to the build.
73
74 2004-11-16  Jonathan Pryor  <jonpryor@vt.edu>
75
76         + Rename the Mono.Posix namespace to Mono.Unix.
77         + Copy the Mono.Posix files from the mono-1-0 branch to Mono.Posix (to
78           preserve backward compatibility).
79         * Mono.Posix.dll.sources: Rename Mono.Posix to Mono.Unix, remove
80           IncludeAttribute and MapAttribute from Mono.Posix namespace (use the
81           ones in Mono.Unix instead).
82         * Makefile: Update file paths to build from Mono.Unix.
83
84 2004-11-05  Jonathan Pryor  <jonpryor@vt.edu>
85
86         * Mono.Posix.dll.sources: Add lots of new files to the binding.
87
88 2004-06-03  Raja R Harinath  <rharinath@novell.com>
89
90         * Makefile (Mono.Posix/make-map.exe): Depend on $(the_lib) to pick
91         the name of the library from library.make.  This should make it
92         parallel-make-safe.
93
94 2004-04-26  Jackson Harper  <jackson@ximian.com>
95
96         * Makefile: Dont use explicit lib references so the proper lib
97         directory is used. Output to profile directory.
98         
99 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
100
101         * Makefile: handle win32 paths and copy Mono.Posix.dll to Mono.Posix
102         directory so that MS runtime finds it.
103
104 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
105
106         * Check in.
107