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