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