* Syscall.cs: All syscall_ functions should explicitly specify EntryPoint
[mono.git] / mcs / class / Mono.Posix / Mono.Posix / ChangeLog
1 2004-12-30  Jonathan Pryor  <jonpryor@vt.edu>
2
3         * Syscall.cs: All syscall_ functions should explicitly specify EntryPoint 
4           so that an EntryPointNotFoundException is avoided.  Fixes 70706.
5
6 2004-11-16  Jonathan Pryor  <jonpryor@vt.edu>
7
8         * IncludeAttribute.cs: Removed.
9         * MapAttribute.cs: Removed.
10         * Syscall.cs: Remove [Map] and [Include] attributes.
11
12 2004-07-09  Dick Porter  <dick@ximian.com>
13
14         * PeerCred.cs: Get the unix socket peer credentials.
15
16 2004-05-26  Miguel de Icaza  <miguel@ximian.com>
17
18         * Syscall.cs: Do not let the runtime handle strings, as we do not
19         own those strings, we must transform the char * into a string
20         ourselves. 
21
22 2004-05-03  Miguel de Icaza  <miguel@ximian.com>
23
24         * Syscall.cs: Add symlink
25
26 2004-04-19  Miguel de Icaza  <miguel@ximian.com>
27
28         * Syscall.cs: Use hex values for FileMode, since C# does not have
29         an octal integer mode.
30
31 2004-03-30  Joshua Tauberer <tauberer@for.net>
32
33         * Added readlink, strerror, opendir, readdir, closedir
34         * Added Mono.Posix.Stat.UnixToDateTime(long unixtime) --> DateTime
35
36 2004-03-11  Joshua Tauberer <tauberer@for.net>
37
38         * Syscall.cs: Removed argument to getgid that shouldn't be there.
39                 Added getusername, getgroupname which wrap getpwuid, getgrgid
40                 without dealing with pointers to structures.
41                 Removed duplicate FileMode enum nested in Syscall class.
42                 Added stat and lstat, which use StatMode enumeration
43                 (like FileMode but nicer and complete) and Stat struct.
44         * macros.c: Helper functions for getpwuid, getgrgid, stat, lstat.
45
46 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
47
48         * Syscall.cs: moved the assembly attribute to a proper place
49         and added 'signal.h'
50         * make-map.cs: use reflection to invoke the properties, as it
51         fails under MS runtime.
52         
53
54 2004-01-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
55
56         * Syscall.cs: moved assembly attribute and added unsafe block to fix
57         the build on windows.
58
59 2003-11-11  Wojciech Polak <polak@gnu.org
60
61         * Syscall.cs: Applied patch from Wojciech Polak <polak@gnu.org> to
62         support IsAtty.
63
64 2003-05-16  Dick Porter  <dick@ximian.com>
65
66         * UnixEndPoint.cs: New property to get and set the filename, like
67         the IPEndPoint has for the IP address.  Also implement ToString().
68
69 Tue Apr 29 16:53:56 CEST 2003 Paolo Molaro <lupus@ximian.com>
70
71         * Syscall.cs: remove the unsafe mess.
72
73 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
74
75         * Check in.
76         * UnixEndPoint.cs: first file.
77