merge -r 53370:58178
[mono.git] / mcs / class / Mono.Posix / Mono.Posix / ChangeLog
1 2005-09-23  Jonathan Pryor  <jonpryor@vt.edu>
2
3         * Catalog.cs, PeerCred.cs, Syscall.cs, UnixEndPoint.cs: [Obsolete] public
4           types and list appropriate replacement members for Syscall.cs
5           enumerations/structs.
6
7 2005-09-20  Jonathan Pryor  <jonpryor@vt.edu>
8
9         * Syscall.cs: Mark types as [CLSCompliant(false)].
10
11 2005-05-30  Ben Maurer  <bmaurer@ximian.com>
12
13         * Syscall.cs (UnixEpoch): The DateTime for the start of the epoch
14         may not have the same offset from GMT as does the result of
15         addition. Therefore, do not convert the static reference point,
16         rather convert the date we generate. Fixes bug 74266. Patch from
17         fabrice@bellet.info (Fabrice Bellet).
18
19 2005-02-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20
21         * UnixEndPoint.cs: get the correct bytes when building the filename from
22         a SocketAddress. Fixes bug #72850.
23
24 2004-12-30  Jonathan Pryor  <jonpryor@vt.edu>
25
26         * Syscall.cs: Add [Obsolete] to Syscall, letting users know they should 
27           use Mono.Unix.Syscall (and related types) instead.  Mono.Posix.Syscall 
28           is effectively unmaintained, and should not be used.
29
30 2004-12-30  Jonathan Pryor  <jonpryor@vt.edu>
31
32         * Syscall.cs: All syscall_ functions should explicitly specify EntryPoint 
33           so that an EntryPointNotFoundException is avoided.  Fixes 70706.
34
35 2004-11-16  Jonathan Pryor  <jonpryor@vt.edu>
36
37         * IncludeAttribute.cs: Removed.
38         * MapAttribute.cs: Removed.
39         * Syscall.cs: Remove [Map] and [Include] attributes.
40
41 2004-07-09  Dick Porter  <dick@ximian.com>
42
43         * PeerCred.cs: Get the unix socket peer credentials.
44
45 2004-05-26  Miguel de Icaza  <miguel@ximian.com>
46
47         * Syscall.cs: Do not let the runtime handle strings, as we do not
48         own those strings, we must transform the char * into a string
49         ourselves. 
50
51 2004-05-03  Miguel de Icaza  <miguel@ximian.com>
52
53         * Syscall.cs: Add symlink
54
55 2004-04-19  Miguel de Icaza  <miguel@ximian.com>
56
57         * Syscall.cs: Use hex values for FileMode, since C# does not have
58         an octal integer mode.
59
60 2004-03-30  Joshua Tauberer <tauberer@for.net>
61
62         * Added readlink, strerror, opendir, readdir, closedir
63         * Added Mono.Posix.Stat.UnixToDateTime(long unixtime) --> DateTime
64
65 2004-03-11  Joshua Tauberer <tauberer@for.net>
66
67         * Syscall.cs: Removed argument to getgid that shouldn't be there.
68                 Added getusername, getgroupname which wrap getpwuid, getgrgid
69                 without dealing with pointers to structures.
70                 Removed duplicate FileMode enum nested in Syscall class.
71                 Added stat and lstat, which use StatMode enumeration
72                 (like FileMode but nicer and complete) and Stat struct.
73         * macros.c: Helper functions for getpwuid, getgrgid, stat, lstat.
74
75 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
76
77         * Syscall.cs: moved the assembly attribute to a proper place
78         and added 'signal.h'
79         * make-map.cs: use reflection to invoke the properties, as it
80         fails under MS runtime.
81         
82
83 2004-01-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
84
85         * Syscall.cs: moved assembly attribute and added unsafe block to fix
86         the build on windows.
87
88 2003-11-11  Wojciech Polak <polak@gnu.org
89
90         * Syscall.cs: Applied patch from Wojciech Polak <polak@gnu.org> to
91         support IsAtty.
92
93 2003-05-16  Dick Porter  <dick@ximian.com>
94
95         * UnixEndPoint.cs: New property to get and set the filename, like
96         the IPEndPoint has for the IP address.  Also implement ToString().
97
98 Tue Apr 29 16:53:56 CEST 2003 Paolo Molaro <lupus@ximian.com>
99
100         * Syscall.cs: remove the unsafe mess.
101
102 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
103
104         * Check in.
105         * UnixEndPoint.cs: first file.
106