2009-10-10 Zoltan Varga <vargaz@gmail.com>
[mono.git] / support / ChangeLog
index 14e527531899f5d44e7703cf7ea1b8dc30818b67..4c8755d4fc7f07501d2288d0ed01e748249efe85 100644 (file)
@@ -1,3 +1,129 @@
+2009-09-21 Leszek Ciesielski <skolima@gmail.com>
+
+       * serial.c: return -1 from close() on error
+
+2009-09-14  Jonathan Pryor  <jpryor@novell.com>
+
+       * zlib-helper.c: support reverse callbacks within MonoTouch.
+
+2009-09-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * zconf.h:
+       * Makefile.am: attempt to fix the windows GCC build.
+
+2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * time.c (Mono_Posix_Syscall_nanosleep): Avoid referencing unitialized
+       memory.
+
+2009-08-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * deflate.c:
+       * gzio.c:
+       * deflate.h:
+       * zutil.h:
+       * crc32.c:
+       * trees.c:
+       * zconf.h:
+       * inffast.c:
+       * compress.c:
+       * zlib.h:
+       * inftrees.c:
+       * inflate.c:
+       * inflate.h:
+       * adler32.c:
+       * infback.c: updated to 1.2.3.3
+
+2009-07-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * zlib-helper.c: use glib for malloc/free.
+
+2009-07-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * zlib-helper.c: don't try to finish the z_stream if it has not been
+       used. This fixes all the tests after the latest change.
+
+2009-07-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * Makefile.am: replaced zlib_macros.c with zlib-helper.c
+       * zlib_macros.c: Removed file.
+       * zlib-helper.c: new interface for DeflateStream. Flush() actually
+       does something.
+
+2009-04-13  Jonathan Pryor  <jpryor@novell.com>
+
+       * sys-time.c: Properly set the modification time, instead of using the
+         access time as the modification time.  Fixes #494253.
+
+2009-03-20  Jonathan Pryor  <jpryor@novell.com>
+
+       * x-struct-str.c: It's possible for struct members to be NULL, so make 
+         sure we don't pass NULL to strlen(3).
+
+2009-02-20  Jonathan Pryor  <jpryor@novell.com>
+
+       * map.h: Flush (adds Mono_Unix_UnixSignal_SignalInfo::pipecnt, removes
+         functions no longer declared within Mono.Posix.dll).
+       * signal.c: Allow Mono_Unix_UnixSignal_WaitAny() to be called 
+         concurrently from multiple threads w/o blocking each thread;
+         previously, calls to Mono_Unix_UnixSignal_WaitAny() would block
+         until the previous call completed.  This required restructuring
+         Mono_Unix_UnixSignal_SignalInfo to hold a ref-counted
+         read_fd/write_fd pair (instead of allocating & releasing within
+         _WaitAny()) so that the pipes could be "shared" between threads.
+         Patch thanks to tim.jenks@realtimeworlds.com.
+
+2009-02-10  Jeffrey Stedfast  <fejj@novell.com>
+
+       * minizip/zip.c: Fix warnings about old-style paramater type
+       specifications.
+
+       * minizip/unzip.c Fix warnings about old-style paramater type
+       specifications.
+       (unzlocal_DosDateToTmuDate): Fix ambiguous else's.
+       (unzlocal_DosDateToTmuDate): Here too.
+       (unzlocal_CheckCurrentFileCoherencyHeader): And here.
+
+       * old-map.c: Added prototypes to silence compile warnings. Looks
+       like this file is supposed to be autogenerated, so probably not
+       the right fix but I can't find the autogen script.
+
+       * map.h (helper_Mono_Posix_getpwnamuid): Added a prototype for
+       this - it doesn't seem to be used anywhere in mono, so
+       maybe it can be removed but I'm not positive.
+       (map_Mono_Posix_PollEvents): Added prototype.
+       (map_Mono_Posix_Signals): Added prototype.
+
+       * macros.c: #include "map.h" to silence compile warnings about no
+       previous prototypes.
+
+2009-02-09  Jeffrey Stedfast  <fejj@novell.com>
+
+       * supportw.c (SetWindowPos): Fixed compile warnings about
+       printf-style formatters.
+       (SendMessageA): Same.
+
+2009-01-14  Geoff Norton  <gnorton@novell.com>
+
+       * supportw.c: Use unsigned int instead of uint, as its more portable.
+       Fixes compilation issue on Mac OSX.
+
+2009-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * signal.c: Don't allow registration of a realtime signal to happen
+       if it was already registered outside of Mono.Posix.
+
+2008-12-19  Jonathan Pryor  <jpryor@novell.com>
+
+       * signal.c: Improve error checking within Mono_Posix_FromRealTimeSignum.
+
+2008-12-19  Jonathan Pryor  <jpryor@novell.com>
+
+       * map.h: Flush.
+       * signal.c: Add Mono_Posix_SIGRTMIN(), Mono_Posix_SIGRTMAX(),
+         Mono_Posix_FromRealTimeSignum().
+         Patch thanks to tim.jenks@realtimeworlds.com.
+
 2008-11-06  Alan McGovern  <amcgovern@novell.com>
 
        * Makefile.am: Missed out on a header file for minizip