2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / metadata / ChangeLog
index 295bdaab690e98fddc13a6c05335a0e7c3043ea9..d181478df676a4c7c748e3a3f5f638c8ae00dc9e 100644 (file)
@@ -1,3 +1,23 @@
+2005-01-31  Martin Baulig  <martin@ximian.com>
+
+       * metadata.c (mono_metadata_has_generic_params): New public
+       function; checks whether something is a generic method.
+
+Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
+
+       * appdomain.c: fix infinite recursion when adding assemblies.
+
+2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * object.c: Fix small typo to return all items for Environment.
+       GetCommandLineArgs.
+
+Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
+
+       * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
+       reflection.c: more domain and assembly-unload related fixes
+       and memory leaks plugs.
+
 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
 
        * class.c loader.c security.c loader.h process.c threads.c mono-debug-debugger.c profiler.c marshal.c rand.cpedump.c: Fix 64 bit warnings.