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