Thu Jan 24 17:41:06 CET 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / wrapper / ChangeLog
1
2 Thu Jan 24 17:41:06 CET 2002 Paolo Molaro <lupus@ximian.com>
3
4         * glob.c: fix typo.
5
6 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
7
8         * glob.c (mono_glob_compile): Make the glob expression contain ^
9         and $ at the beginning and end respectively.
10
11         * genwrapper.pl: Added wrappers for the mono_glob functions.
12
13         * glob.c: New file, with globing functions used by the Directory
14         code. 
15
16         * wrapper.c: Changed things so that we can propagate ERRNO back. 
17
18         Include stdio.h and unistd.h to remove a couple of warnings.
19
20         * genwrapper.pl: Added support for flagging non-CLS compliant
21         classes and structs with CLSCompliant(false).
22
23         Added mkdir, rmdir and rename wrappers.
24
25 2001-09-20  Dietmar Maurer  <dietmar@ximian.com>
26
27         * wrapper.c: added declaration of environ
28
29 2001-09-07  Nick Drochak  <ndrochak@gol.com>
30
31         * Makefile.am: Use '=' to set CLEANFILES instead of '+=' since 
32                 it's the first assignment.
33         
34         * ChangeLog: added this file.
35