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