* Compiler.cs: mcs writes to stderr now.
[mono.git] / mcs / class / ChangeLog
1 2004-12-08  Martin Baulig  <martin@ximian.com>
2
3         * Mono.CSharp.Debugger/: Renamed to Mono.CSharp.CompilerServices.
4         (the DLL it creates has already been renamed a long time ago).
5
6 2004-12-08  Raja R Harinath  <rharinath@novell.com>
7
8         * Makefile (monolite_files): New.  Do away with lib/basic.tar.gz.
9         Create the files in lib/monolite/.
10         (DISTFILES, dist-default, dist-local): Distribute them.
11
12 2004-12-06  Raja R Harinath  <rharinath@novell.com>
13
14         * Makefile (SUBDIRS): Move I18N after second-pass of System.
15
16 2004-12-03  Raja R Harinath  <rharinath@novell.com>
17
18         * Makefile (basic_SUBDIRS): Add second-pass System, too.
19         (basic_files): Add System.Xml.dll.
20
21 2004-12-02  Atsushi Enomoto  <atsushi@ximian.com>
22
23         * Makefile : now we need System.Xml.dll for basic bootstrapping.
24
25 2004-11-25  Raja R Harinath  <rharinath@novell.com>
26
27         * Makefile (DISTFILES): Add public and private keys.
28         (lib/basic.tar.gz): New.
29         (dist-local): Distribute it.
30         (DIST_ONLY_SUBDIRS): Distribute Managed.Windows.Forms.
31         * I18N/Makefile (DISTFILES): Add Assembly/ChangeLog and
32         Assembly/AssemblyInfo.cs.
33         * IBM.Data.DB2/Makefile (EXTRA_DISTFILES): Distribute ibm.pub.
34
35 2004-11-22  Raja R Harinath  <rharinath@novell.com>
36
37         * Makefile (net_1_1_bootstrap_SUBDIRS): Add Mono.Security.
38
39 2004-11-19  Raja R Harinath  <rharinath@novell.com>
40
41         * Makefile (DIST_PROFILES): New.
42         (dist-local): Create profile-specific directories in the tarball.
43
44 2004-11-12  Martin Baulig  <martin@ximian.com>
45
46         * Makefile (SUBDIRS): Added Mono.C5.
47
48 2004-11-09  Raja R Harinath  <rharinath@novell.com>
49
50         * Makefile (basic_SUBDIRS): New.
51
52 2004-11-04  Raja R Harinath  <rharinath@novell.com>
53
54         * Makefile (net_1_1_bootstrap_SUBDIRS): New.
55
56 2004-10-29  Raja R Harinath  <rharinath@novell.com>
57
58         * Makefile (net_2_0_bootstrap_SUBDIRS): New.
59
60 2004-10-22  Daniel Morgan <danielmorgan@verizon.net>
61
62         * Mono.Data/.cvsignore
63         * Mono.Data/AssemblyInfo.cs
64         * Mono.Data/Makefile
65         * Mono.Data/Mono.Data.dll.sources: added files 
66         for build of Mono.Data.dll   
67         This assembly includes the ProviderFactory
68
69         * Makefile: added Mono.Data.dll to the build
70         * Mono.Data/app.config: added providers and 
71         removed obsolete providers to app settings xml file
72         
73         * Mono.Data/test/Mono.Data.dll: delete
74
75 2004-10-22  Atsushi Enomoto  <atsushi@ximian.com>
76
77         * Makefile : just remove System.Data.SqlXml.dll.
78
79 2004-10-11  Duncan Mak  <duncan@ximian.com>
80
81         * Makefile: Move Microsoft.VisualBasic.dll to be built after
82         System.Windows.Forms.dll is built, because VB now requires SWF. This
83         fixes the build.
84
85 2004-07-26  Atsushi Enomoto  <atsushi@ximian.com>
86
87         * Makefile: added System.Data.SqlXml.dll as a working target.
88
89 2004-07-02  Raja R Harinath  <rharinath@novell.com>
90
91         * IBM.Data.DB2/Makefile (all-local $(STD_TARGETS:=-local)):
92         Simplify dummy rule somewhat.
93
94 2004-06-24  Raja R Harinath  <rharinath@novell.com>
95
96         * IBM.Data.DB2/Makefile: Disable for 'net_2_0'.
97
98 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
99
100         * Makefile: enabled Mono.CSharp.Debugger on windows.
101
102 2004-06-11  Duncan Mak  <duncan@ximian.com>
103
104         * IBM.Data.DB2/IBM.Data.DB2.dll.sources: 
105         * Makefile: Add IBM.Data.DB2.
106
107 2004-05-07  Raja R Harinath  <rharinath@novell.com>
108
109         * Makefile (SUBDIRS): Build 'corlib' and first pass of 'System'
110         before anything else.  Remove duplicated Novell.Directory.Ldap.
111
112 2004-05-02  Duncan Mak  <duncan@ximian.com>
113
114         * I18N/Assembly/AssemblyInfo.cs:
115         * Mono.CSharp.Debugger/Assembly/AssemblyInfo.cs:
116         * Mono.Cairo/Assembly/AssemblyInfo.cs:
117         * Mono.Data.SqliteClient/Assembly/AssemblyInfo.cs:
118         * Mono.Data.SybaseClient/Assembly/AssemblyInfo.cs:
119         * Mono.Data.Tds/Assembly/AssemblyInfo.cs:
120         * Mono.Data.TdsClient/Assembly/AssemblyInfo.cs: Fix the
121         AssemblyVersionAttribute ordering.
122
123 2004-05-02  Duncan Mak  <duncan@ximian.com>
124
125         * ByteFX.Data/AssemblyInfo.cs:
126         * Mono.GetOptions/AssemblyInfo.cs:
127         * Microsoft.Vsa/Assembly/AssemblyInfo.cs: Add assembly-level
128         attributes for versioning (1.0 vs. 1.1 vs. 2.0).
129
130 2004-04-22  Martin Baulig  <martin@ximian.com>
131
132         Renamed the `NET_1_2' conditional to `NET_2_0' in all files.
133
134 2004-03-31  Dick Porter  <dick@ximian.com>
135
136         * I18N/CJK/gb2312.table:
137         * I18N/CJK/Gb2312Convert.cs: 
138         * I18N/CJK/CP936.cs: Rewrote the GB2312 conversion, using the iconv
139         algorithm as a base.  Fixes bug 53841.
140
141 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
142
143         * ecma.pub: New. ECMA key to be used for strongnaming assemblies.
144         * msfinal.pub: New. Microsoft public key to be used for strongnaming
145         assemblies.
146
147 2004-02-04  Marek Safar <marek.safar@seznam.cz>
148
149         * Makefile: Build System.dll in two steps. Because of the circular
150         dependency with System.XML.dll.
151
152 2004-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
153
154         * Makefile: disabled Mono.Posix for other platforms than linux until
155         it builds properly.
156
157 2003-12-17  Sebastien Pouliot  <spouliot@videotron.ca>
158
159         * Makefile: Moved Mono.Security before Mono.Data.Tds because it's
160         now required for NTLM authentication.
161
162 2003-10-21  Pedro Martínez Juliá  <yoros@wanadoo.es>
163
164         * Makefile: Removed Mono.Security.Tls.
165
166         * Mono.Security.Tls: Removed directory, now TLS support is in
167         Mono.Security assembly.
168
169 2003-10-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
170
171         * Makefile: Add Mono.Security.Tls assembly.
172
173 2003-08-11  Duncan Mak  <duncan@ximian.com>
174
175         * Makefile (SUBDIRS): Add Mono.Cairo.dll
176
177 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
178
179         * Makefile: only build Mono.CSharp.Debugger under linux.
180
181 2003-07-23  Peter Williams  <peter@newton.cx>
182
183         * Makefile (SUBDIRS): Add System.Drawing.Design.dll to the
184         default build.
185
186 2003-07-22  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
187
188         * mcs/class/Makefile: Added Microsoft.Vsa.dll to the build.
189
190 2003-04-04  Miguel de Icaza  <miguel@ximian.com>
191
192         *
193         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs: Do not close the file.
194
195 2003-04-03  Miguel de Icaza  <miguel@ximian.com>
196
197         *
198         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs
199         (InflaterInputStream.Skip): Use a more memory friendly implementation.
200
201 2003-04-17  Nick Drochak  <ndrochak@gol.com>
202
203         * library.make: Only try to run the unit tests if there is a Test
204         directory.
205
206 2003-04-11 Duncan Mak  <duncan@ximian.com>
207         
208         * Mono.Globalization/Data/*.xml: Check in XML files used in
209         the implementation of System.Globalization.
210
211 2003-03-31 Martin Willemoes Hansen
212
213         * Stubed System.Drawing.Design
214
215 2003-03-31  Alan Tam <Tam@SiuLung.com>
216
217         * makefile.gnu: Added System.Design to build
218
219 2003-03-31  Alan Tam <Tam@SiuLung.com>
220
221         * library.build: Added back System.Design to build
222
223 2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>
224
225         * Stubed Custommarshalers
226
227 2003-03-20  Piers Haken  <piersh@friskit.com>
228
229         * makefile.gnu: really fix the System.Management build problems
230
231 2003-03-11  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
232
233         * mcs/class: Added the directories Microsoft.JScript and Microsoft.Vsa that
234         will have the runtime support and CodeDom support for the JScript Compiler.
235
236 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
237
238         * makefile.gnu: Add PEAPI to the build
239
240 2003-03-06  Sebastien Pouliot <spouliot@videotron.ca>
241
242         * library.build: added Mono.Security to build, test and clean. 
243
244 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
245
246         * class/library.build:
247         * class/makefile.gnu: added Mono.Posix and System.Management.
248
249 2003-03-02 Jackson Harper <jackson@latitudegeo.com>
250
251         * mcs/class: Add PEAPI directory
252
253 2003-02-22  Martin Baulig  <martin@ximian.com>
254
255         * library.make: Pass `MCS_FLAGS' to MCS.
256
257 2003-02-15  Zoltan Varga  <vargaz@freemail.hu>
258
259         * makefile.gnu (test): do not install .dbg files since mcs no longer
260         generates them.
261
262 2003-02-13  Tim Coleman <tim@timcoleman.com>
263         * makefile.gnu: Add System.Data.OracleClient to linux build.
264
265 2003-02-10  Nick Drochak  <ndrochak@gol.com>
266
267         * library.build:
268         * makefile: add testcorlib target to run unit tests just for corlib.
269
270 2003-02-05  Sebastien Pouliot <spouliot@videotron.ca>
271
272         * library.build: added Mono.Security.Win32 to build, test and 
273         clean. There's no makefile.gnu for this assembly as it is 
274         specific to Win32.
275
276 2003-01-23  Nick Drochak <ndrochak@gol.com>
277
278         * makefile: install the .dbg files too so the debugger can use them.
279
280 2003-01-17  Sebastien Pouliot <spouliot@videotron.ca>
281
282         * library.build: added System.Security to build, test and clean.
283         There's no makefile.gnu yet for this assembly.
284
285 2003-01-16  Rodrigo Moya <rodrigo@ximian.com>
286
287         * makefile.gnu: added Mono.Data.DB2Client directory.
288
289 2003-01-08  Gaurav Vaish <gvaish_mono AT lycos.com>
290
291         * System.Web.Mobile  : Added new directory
292
293 2002-12-11  Jeroen Janssen <japj@darius.demon.nl>
294         
295         * enabled building Mono.Directory.LDAP and
296           System.Design in .build file
297
298 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
299         
300         * updated .build file(s) to correctly contain required buildfile 
301           attribute for nant
302
303 2002-12-09  Daniel Morgan <danmorg@sc.rr.com>
304
305         * library.build: add Mono.GetOptions to windows build
306         
307         * Mono.GetOptions/Mono.GetOptions.build: add file
308         for windows build
309
310 2002-12-08  Radek Doulik  <rodo@ximian.com>
311
312         * makefile.gnu (DIRS): place System.Data before Mono.GetOptions,
313         Mono.GetOptions references System.Data
314
315 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
316
317         * library.build: Added Cscompmgd to the build
318
319 2002-12-02  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
320
321         * mcs/class: Added assembly directory System.ServiceProcess
322
323 2002-11-26  Daniel morgan <danmorg@sc.rr.com>
324
325         * makefile.gnu: add Mono.Data.PostgreSqlClient 
326         to Linux build
327         
328         * library.build: add Mono.Data.PostgreSqlClient
329         to Windows build
330
331 2002-11-20  Nick Drochak <ndrochak@gol.com>
332
333         * library.make: for .response allow white space at the end of
334         the line 
335