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