fix for different results message
[mono.git] / mcs / class / Mono.CompilerServices.SymbolWriter / ChangeLog
index bbda375e25d7daa9a616581455656d752078649d..3118c134e69ba3a93cce6f3636774086f69f818a 100644 (file)
@@ -1,3 +1,23 @@
+2005-06-20  Chris Toshok  <toshok@ximian.com>
+
+       * MonoSymbolFile.cs (MonoSymbolFile.Dispose): make public.
+
+2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * SymbolWriterImpl.cs: An implementation of ISymbolWriter. It is just a
+       wrapper for the MonoSymbolWriter class that mcs is using.
+
+2005-04-04  Marek Safar  <marek.safar@seznam.cz>
+
+       * MonoSymbolFile.cs: Removed unused fields.
+\r
+2005-02-10  Martin Baulig  <martin@ximian.com>
+
+       * MonoSymbolFile.cs
+       (MonoDebuggerSupport.MakeArrayType): New public method.
+       (MonoDebuggerSupport.ResolveType): New public method.
+       (MonoDebuggerSupport.GetTypeToken): New public method.
+
 2005-02-10  Martin Baulig  <martin@ximian.com>
 
        * MonoSymbolFile.cs (MonoDebuggerSupport.GetMethodIndex): New