2008-10-24 Mark Probst <mark.probst@gmail.com>
[mono.git] / mono / utils / ChangeLog
index fcef8b1417fe141d8b96a5ddd4e0c5d77ef8be58..76539d11a7b7a7e86aeade94c1a8d5bed69133b5 100644 (file)
@@ -1,3 +1,163 @@
+
+Wed Oct 22 17:43:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
+
+       * mono-proclib.c, mono-proclib.h: added functions to get info
+       about the processors in the system.
+
+Wed Oct 22 16:45:20 CEST 2008 Paolo Molaro <lupus@ximian.com>
+
+       * mono-proclib.c, mono-mmap.c: basic support for OSX and
+       (untested) BSD systems.
+
+2008-10-13  Bill Holmes  <billholmes54@gmail.com>
+
+       * mono-proclib.c : Adding a compilation check for HAVE_UNISTD_H.
+
+       Contributed under MIT/X11 license.
+
+Mon Oct 13 14:36:10 CEST 2008 Paolo Molaro <lupus@ximian.com>
+
+       * mono-proclib.c, mono-proclib.h: added a function to deal with
+       error handling if the caller needs the info.
+
+Mon Oct 13 11:11:43 CEST 2008 Paolo Molaro <lupus@ximian.com>
+
+       * Makefile.am, mono-proclib.c, mono-proclib.h: utility functions to
+       access process-related information.
+
+2008-10-08  Zoltan Varga  <vargaz@gmail.com>
+
+       * mono-compiler.h (MONO_THREAD_VAR_OFFSET): Apply a patch from
+       the fedora packagers to the IA64 MONO_THREAD_VAR_OFFSET definition.
+
+2008-09-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * mono-mmap.c (mono_shared_area_for_pid): Fix a warning.
+
+Thu Sep 18 18:16:45 CEST 2008 Paolo Molaro <lupus@ximian.com>
+
+       * mono-mmap.c, mono-mmap.h: added mono_shared_area_instances ()
+       too return the list of mono processes with performance counter data.
+
+2008-08-27  Bill Holmes  <billholmes54@gmail.com>
+
+       * strenc.c : Fixing some waringings and compiler errors when using
+         eglib.
+
+       Contributed under MIT/X11 license.
+
+2008-08-20  Mike Voorhees  <vernish13@gmail.com>
+
+       * strenc.h : Adding declaration for mono_utf8_validate_and_len.
+
+       * strenc.c : Adding implementation for mono_utf8_validate_and_len.
+
+       Contributed under MIT/X11 license.
+
+2008-08-03  Andreas Färber  <andreas.faerber@web.de>
+
+       * mono-io-portability.c (mono_portability_find_file): Fix ANSI C compliance.
+       
+       Contributed under MIT/X11 license.
+
+Fri Aug 1 15:48:53 CEST 2008 Paolo Molaro <lupus@ximian.com>
+
+       * mono-mmap.h, mono-mmap.c: added support for storing some runtime data
+       in a shared memory page.
+
+2008-07-21  Bill Holmes  <billholmes54@gmail.com>
+
+       * mono-membar.h :  From previous commit.  When including glib.h,
+         <> should be used and not "".
+
+       Contributed under MIT/X11 license.
+
+2008-07-21  Bill Holmes  <billholmes54@gmail.com>
+
+       * mono-membar.h :  Including glib.h to get definition of 'inline.'  Needed
+         by the MSVC compiler.
+
+       Contributed under MIT/X11 license.
+
+2008-07-09  Zoltan Varga  <vargaz@gmail.com>
+
+       * mono-codeman.c (mono_code_manager_new): Initialize the read-only field.
+       
+       * mono-codeman.c (mono_code_manager_set_read_only): New helper function to
+       set the code manager to read-only status.
+       (mono_code_manager_reserve_align): Assert if the code manager is read only.
+
+2008-06-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * mono-codeman.c (new_codechunk): Allocate memory for dynamic code managers
+       using dlmemalign.
+
+       * dlmalloc.c: Enable the memalign functions.
+
+2008-06-05  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am (libmonoutils_la_SOURCES): Add dtrace.h.
+
+2008-06-05  Andreas Färber  <andreas.faerber@web.de>
+
+       * dtrace.h: New file, defines macros for DTrace probes.
+       * Makefile.am (BUILT_SOURCES): Generate mono-dtrace.h when DTrace enabled.
+
+       Contributed under MIT/X11 license.
+
+2008-05-29  Zoltan Varga  <vargaz@gmail.com>
+
+       * mono-value-hash.c: Remove the unused prime functions. Fixes #395320.
+
+2008-05-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * mono-value-hash.c: Fix build on older glib versions.
+
+       * Makefile.am (libmonoutils_la_SOURCES): Add mono-value-hash.{h,c}.
+
+       * mono-value-hash.h mono-value-hash.c: New files.
+
+2008-05-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am (libmonoutils_la_SOURCES): Add mono-property-hash.{h,c}.
+
+       * mono-property-hash.h mono-property-hash.c: New files.
+
+2008-05-14  Kornél Pál  <kornelpal@gmail.com>
+
+       * mono-path.c (mono_path_canonicalize): Convert '/' to '\' on Windows that
+       fixes path canonicalization for paths containing '/'.
+
+       Contributed under MIT/X11 license.
+
+2008-05-04  Andreas Faerber  <andreas.faerber@web.de>
+
+       * mono-membar.h: Prepare support for OSX/ppc64.
+
+       Contributed under MIT/X11 license.
+
+2008-04-16  Jonathan Chambers  <joncham@gmail.com>
+       * monobitset.c (find_first_unset): Use gsize instead of gulong for platform
+         dependent size; fixes Win64.
+       * mono-member.h: Implement mono_memory_barrier, mono_memory_read_barrier, and 
+         mono_memory_write_barrier for Win64.
+
+       Contributed under MIT/X11 license.
+
+2008-04-16  Marek Habersack  <mhabersack@novell.com>
+
+       * mono-io-portability.c (mono_portability_find_file): properly
+       process unrooted entries with a trailing slash.
+
+2008-04-09  Zoltan Varga  <vargaz@gmail.com>
+
+       * dlmalloc.h dlmalloc.c: New files, a slightly modified version of Doug
+       Lea's malloc package.
+
+       * mono-codeman.c: Use dlmalloc for managing memory in dynamic code managers,
+       this allows us to set the executable bit on the system memory dlmalloc 
+       allocates from, fixing #320036.
+
 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
 
        * mono-logger.h: Move G_END_DECLS outside of an #ifdef. Fixes #375107.