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