2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / wrapper / ChangeLog
1 2002-02-20  Dick Porter  <dick@ximian.com>
2
3         * Makefile.am:
4         * wrapper.c: Windows portability fixes (sometimes just ifdeffing
5         problem code out for now).
6
7 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
8
9         * wrapper.c (mono_wrapper_fstat): The MonoWrapperStat namespace is
10         mst_ now, so update this code. Also fix a copy/paste-o that
11         assigned st.st_ctime to buf->mst_mtime.
12         (mono_wrapper_stat): Same here.
13
14         * genwrapper.pl: Solaris does some nasty macro hadckery action for
15         st_[a,c,m]time and so lets namespace our wrapper members as
16         mst_[a,c,m]time to avoid namespace problems.
17
18 Sun Feb 10 14:18:50 CET 2002 Paolo Molaro <lupus@ximian.com>
19
20         * genwrapper.pl: use pkg-config instead of glib-config (pointed out by
21         Eric Molitor <eric@brainfood.com>).
22
23 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
24
25         * wrapper.c (mono_wrapper_readdir): ugly hack - we must return a String
26         instead of a char* 
27
28 Thu Jan 24 17:41:06 CET 2002 Paolo Molaro <lupus@ximian.com>
29
30         * glob.c: fix typo.
31
32 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
33
34         * glob.c (mono_glob_compile): Make the glob expression contain ^
35         and $ at the beginning and end respectively.
36
37         * genwrapper.pl: Added wrappers for the mono_glob functions.
38
39         * glob.c: New file, with globing functions used by the Directory
40         code. 
41
42         * wrapper.c: Changed things so that we can propagate ERRNO back. 
43
44         Include stdio.h and unistd.h to remove a couple of warnings.
45
46         * genwrapper.pl: Added support for flagging non-CLS compliant
47         classes and structs with CLSCompliant(false).
48
49         Added mkdir, rmdir and rename wrappers.
50
51 2001-09-20  Dietmar Maurer  <dietmar@ximian.com>
52
53         * wrapper.c: added declaration of environ
54
55 2001-09-07  Nick Drochak  <ndrochak@gol.com>
56
57         * Makefile.am: Use '=' to set CLEANFILES instead of '+=' since 
58                 it's the first assignment.
59         
60         * ChangeLog: added this file.
61