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