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