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