Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

15
mcs/tools/sgen/ChangeLog Normal file
View File

@@ -0,0 +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