2003-12-17 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / metadata / ChangeLog
index 796cf83d19ac9363031879e08c1586d9302b13fd..2e0c2ad99e9cd4996a4ca846fdea884d7cc86642 100644 (file)
@@ -1,5 +1,35 @@
+2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
+
+       * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
+       Reenable call to mono_runtime_is_shutting_down ().
+
+       * appdomain.c (mono_runtime_is_shutting_down): New helper function to
+       determine if the runtime is shutting down.
+
+2003-12-16  Jackson Harper <jackson@ximian.com>
+
+       * icall.c: comment out call to mono_runtime_is_shutting_down to
+       fix build.
+       
+2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
+
+       * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
+       (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
+
+2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * reflection.c: move definition of swap_with_size
+       to before its first call
+
 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
 
+       * appdomain.c (mono_runtime_is_shutting_down): New public function.
+
+       * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
+       icall.
+
+       * object.c: Fix warnings.
+
        * icall.c (ves_icall_Type_Get...): Only consider inherited static
        members if FlattenHierarchy is set.