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