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