ebbe21e05dee73f01d4cfaa7bdcadb1744c3113d
[mono.git] / mcs / tools / ChangeLog
1 2002-12-06  Duncan Mak  <duncan@ximian.com>\r
2 \r
3         * makefile.gnu (clean): Remove *.dbg files.\r
4 \r
5 2002-10-16  Daniel Morgan <danmorg@sc.rr.com>\r
6 \r
7         * SqlSharpCli.cs: SQL query tool moved \r
8         from mcs/class/System.Data/Test\r
9         to mcs/tools/SqlSharp.  Include it in the build\r
10         so people can have a place to test connection strings\r
11         and the ADO.NET providers\r
12 \r
13 2002-09-01  Jonathan Pryor <jonpryor@vt.edu>\r
14         * type-reflector: new tool.  See type-reflector/README for more information.\r
15 \r
16 2002-03-09  Martin Baulig  <martin@gnome.org>\r
17 \r
18         * DumpCultureInfo.cs: New tool to dump culture info. Incomplete,\r
19         we need to get unicode support working before we can use this.\r
20 \r
21 2002-03-05  Gaurav Vaish <gvaish@iitk.ac.in>\r
22 \r
23         * GenerateDelegate.cs: Generates delegates (EventHandler) as\r
24           specified. The output is quite simple, a delegate that has\r
25           the prototype as -->\r
26           public delegate void <given-name>EventHandler(object sender,\r
27              <given-name>EventArgs e)\r
28 \r
29 2002-03-01  Martin Baulig  <martin@gnome.org>\r
30 \r
31         * scan-tests.pl: Catch exceptions when running the tests so that we\r
32         always run all the tests in a test suite even if some of them fail.\r
33 \r
34 2002-02-27  Martin Baulig  <martin@gnome.org>\r
35 \r
36         * scan-tests.pl: Moved this script here from ../class/corlib/Test.\r
37 \r
38 2002-02-22  Nick Drochak  <ndrochak@gol.com>\r
39 \r
40         * makefile: move corcompare to it's own directory to hold multiple\r
41         class files.  still makes old corcompare for now.  will remove that\r
42         soon.\r
43 \r
44 2002-02-18  Duncan Mak  <duncan@ximian.com>\r
45 \r
46         * serialize.cs: When appropriate, changed Type.GetType calls to\r
47         the faster typeof operator.\r
48 \r
49 2002-02-19  Nick Drochak  <ndrochak@gol.com>\r
50 \r
51         * corcompare.cs: Reorganized into collaberating classes to analyze\r
52         and generate reports.  Still needs to find the MonoTODO's, and\r
53         has a little more prototype code in there, but it's almost done.\r
54 \r
55         * makefile: output XML file in the tools directory for now.\r
56 \r
57 2002-02-15  Nick Drochak  <ndrochak@gol.com>\r
58 \r
59         * corcompare.cs: Adding stuff to collect all the missing and todo\r
60         information need to generate nice looking HTML pages.  Not quite \r
61         done and needs some re-org, but Duncan can take a look.\r
62 \r
63         * sample.xml: an example of how the XML will look that corcompare\r
64         will generate.  Can be used to start working on the XSLT.\r
65 \r
66 2002-02-13  Nick Drochak  <ndrochak@gol.com>\r
67 \r
68         * makefile: 'clean' target now removes file generated by CorCompare\r
69 \r
70 2002-02-03  Duncan Mak  <duncan@ximian.com>\r
71 \r
72         * serialize.cs: Added namespace block.\r
73 \r
74 2002-02-01  Duncan Mak  <duncan@ximian.com>\r
75 \r
76         * serialize.cs: Added a new tool for serializing objects. It\r
77         can create new types dynamically, but can only handle\r
78         arguments that are of primitive types.\r
79 \r
80 2002-01-26  Gaurav Vaish <gvaish@iitk.ac.in>\r
81 \r
82         * EnumCheckAssemblyCollection.cs,\r
83         * assemblies.xml:  Files related to EnumCheck checked-in. Now EnumCheck does\r
84                            not have any path hardcoded. It takes the assemblies to\r
85                            search from a xml files, which by default is assemblies.xml\r
86 \r
87 2002-01-25  Nick Drochak  <ndrochak@gol.com>\r
88 \r
89         * .cvsignore: ignore .dll files now since we build NUnitCore.dll ourselves\r
90 \r
91 2002-01-18  Duncan Mak  <duncan@ximian.com>\r
92 \r
93         * EnumCheck.cs: A checkin for Miguel to make EnumCheck not hardcode\r
94         path to corlib.dll.\r
95 \r
96 2002-01-19  Nick Drochak  <ndrochak@gol.com>\r
97 \r
98         * makefile: corcompare works again now, so make xml of missing types\r
99         * CorCompare.cs: use exception that .NET v1 throws to get types in mono corlib\r
100 \r
101 2002-01-18  Nick Drochak  <ndrochak@gol.com>\r
102 \r
103         * makefile: remove path to beta2 csc.exe.  path to csc.exe must be in PATH instead.\r
104         don't generate xml from corcompare for now.  it throws an error on v1.0 of .NET\r
105 \r
106 2002-01-17  Nick Drochak  <ndrochak@gol.com>\r
107 \r
108         * IFaceDisco.cs, XMLUtil.cs: Added new files for interface discovery tool.\r
109         * makefile: added target for IFaceDisco.exe and added to clean target for same\r
110 \r
111 2002-01-08  John Barnette <jbarn@httcb.net>\r
112 \r
113         * Removed todo.cs and related makefile data.\r
114 \r
115 \r
116 \r
117 2002-01-07  John Barnette <jbarn@httcb.net>\r
118 \r
119         \r
120 \r
121         * makefile: added todo target, fixed EnumCheck target, simplified clean\r
122 \r
123         \r
124         * todo.cs: new file.  generates todo list XML and compares assemblies\r
125 \r
126 \r
127 \r
128 2002-01-07  Gaurav Vaish <gvaish@iitk.ac.in>\r
129 \r
130         * EnumCheck.cs:  Get the numerical values of an enumeration.\r
131 \r
132 2002-01-06  Nick Drochak  <ndrochak@gol.com>\r
133 \r
134         * corcompare.cs: Catch the FileNotFoundException and handle it nicely.\r
135 \r
136 2002-01-05  Nick Drochak  <ndrochak@gol.com>\r
137 \r
138         * makefile: build corcompare\r
139         * corcompare.cs: add new file.  compares an assembly with mscorlib\r