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