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