Merge pull request #414 from sesef/datagrid
[mono.git] / mono / wrapper / ChangeLog
index fe5ea99b79fd12570db7a2cf4732cdb363a16ed0..00fbfbc9173c06574adfcc5cf911432e67a887d3 100644 (file)
@@ -1,5 +1,48 @@
+2002-02-20  Dick Porter  <dick@ximian.com>
+
+       * Makefile.am:
+       * wrapper.c: Windows portability fixes (sometimes just ifdeffing
+       problem code out for now).
+
+2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
+
+       * wrapper.c (mono_wrapper_fstat): The MonoWrapperStat namespace is
+       mst_ now, so update this code. Also fix a copy/paste-o that
+       assigned st.st_ctime to buf->mst_mtime.
+       (mono_wrapper_stat): Same here.
+
+       * genwrapper.pl: Solaris does some nasty macro hadckery action for
+       st_[a,c,m]time and so lets namespace our wrapper members as
+       mst_[a,c,m]time to avoid namespace problems.
+
+Sun Feb 10 14:18:50 CET 2002 Paolo Molaro <lupus@ximian.com>
+
+       * genwrapper.pl: use pkg-config instead of glib-config (pointed out by
+       Eric Molitor <eric@brainfood.com>).
+
+2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
+
+       * wrapper.c (mono_wrapper_readdir): ugly hack - we must return a String
+       instead of a char* 
+
+Thu Jan 24 17:41:06 CET 2002 Paolo Molaro <lupus@ximian.com>
+
+       * glob.c: fix typo.
+
 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
 
+       * glob.c (mono_glob_compile): Make the glob expression contain ^
+       and $ at the beginning and end respectively.
+
+       * genwrapper.pl: Added wrappers for the mono_glob functions.
+
+       * glob.c: New file, with globing functions used by the Directory
+       code. 
+
+       * wrapper.c: Changed things so that we can propagate ERRNO back. 
+
+       Include stdio.h and unistd.h to remove a couple of warnings.
+
        * genwrapper.pl: Added support for flagging non-CLS compliant
        classes and structs with CLSCompliant(false).