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