[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tools / sgen / ChangeLog
1 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * sgen.cs : handle /t option correctly. Exception handling.
4           Patch by siokoshou ( http://d.hatena.ne.jp/siokoshou ).
5
6 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * sgen.cs : some fixes.
9           - catch Assembly.LoadFrom() errors.
10           - command line options were working only with /, not with --.
11           - --type (/t) are to limit target types, so skip non-target types.
12
13 2004-07-10  Lluis Sanchez Gual  <lluis@novell.com>
14
15         * sgen.cs, Makefile, sgen.exe.sources: New files