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