2008-12-29 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / wrapper / ChangeLog
index c62c4f2b3711adefb26876b47ecc98db13699206..00fbfbc9173c06574adfcc5cf911432e67a887d3 100644 (file)
@@ -1,3 +1,19 @@
+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>