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