Implemented some methods and fixed scrolling.
[mono.git] / ChangeLog
index 4f953315673d204131de093cb86ee372b7339c49..bfe6bff57af7b9fb6157277db3a4ee0baf923690 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,66 @@
+2004-11-05  Jonathan Pryor <jonpryor@vt.edu>
+
+       * support/.cvsignore: Ignore generated files.
+       * support/Makefile.am: Add new INCLUDE directives (for glib headers),
+         source; bump library version (so we don't clobber previous versions of
+         libMonoPosixHelper.so).
+       * support/dirent.c: New file; <dirent.h> wrapper functions
+       * support/errno.c: New file; <errno.h> wrapper functions
+       * support/fcntl.c: New file; <fcntl.h> wrapper functions
+       * support/grp.c: New file; <grp.h> wrapper functions
+       * support/map.c: Updated macro mapping functions (more enums mapped, more
+         error checking, etc.).
+       * support/map.h: Updated macro mapping functions
+       * support/old-map.c: Previous map.c implementation, for backward compatibility
+       * support/old-map.h: Previous map.h implementation, for backward compatibility
+       * support/mph.h: New file; Utility types, macros
+       * support/pwd.c: New file; <pwd.h> wrapper functions
+       * support/stdio.c: New file; <stdio.h> wrapper functions
+       * support/stdlib.c: New file; <stdlib.h> wrapper functions
+       * support/sys-mman.c: New file; <sys/mman.h> wrapper functions
+       * support/sys-mount.c: New file; <sys/mount.h> wrapper functions
+       * support/sys-sendfile.c: New file; <sys/sendfile.h> wrapper functions
+       * support/sys-stat.c: New file; <sys/stat.h> wrapper functions
+       * support/sys-wait.c: New file; <sys/wait.h> wrapper functions
+       * support/time.c: New file; <time.h> wrapper functions
+       * support/unistd.c: New file; <unistd.h> wrapper functions
+
+2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Fix up --with-jit=no so it actually works. Fixes 
+       #61320.
+
+2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * man/mono.1: documented MONO_THREADS_PER_CPU.
+
+2004-10-29  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Add INCLUDED_LIBGC automake conditional.
+
+2004-10-24  Jonathan Pryor <jonpryor@vt.edu>
+
+       * man/mono.1: Add documentation for the MONO_TRACE environment variable.
+
+2004-10-14  Joe Shaw  <joeshaw@novell.com>
+
+       * man/mono.1: Fix the syntax of the M: trace syntax
+
+2004-10-10  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Add some checks for cygwin weirdness.
+
+2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
+
+       * support/Makefile.am (libMonoPosixHelper_la_SOURCES): Do not build
+       zlib_macros if zlib.h is not found.
+
+       * configure.in: Add check for zlib.h.
+
+2004-09-28  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
+
+       * mini-s390.c: Fix AND_IMM/OR_IMM/DIV_IMM/REM_IMM
+
 2004-09-28  Raja R Harinath  <rharinath@novell.com>
 
        * Makefile.am ($(tmpinst)/bin/pedump): New.