2010-05-08 Daniel Nauck <dna@mono-project.de>
[mono.git] / mcs / tools / sgen / ChangeLog
index f3aa97a7fe4372e7d054d5359fbc7d468cd76d39..7682c83677c66bb6a318534c1d607f0054d7f8aa 100644 (file)
@@ -1,3 +1,15 @@
+2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * sgen.cs : handle /t option correctly. Exception handling.
+         Patch by siokoshou ( http://d.hatena.ne.jp/siokoshou ).
+
+2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * sgen.cs : some fixes.
+         - catch Assembly.LoadFrom() errors.
+         - command line options were working only with /, not with --.
+         - --type (/t) are to limit target types, so skip non-target types.
+
 2004-07-10  Lluis Sanchez Gual  <lluis@novell.com>
 
        * sgen.cs, Makefile, sgen.exe.sources: New files