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