Wed Feb 24 15:47:16 CET 2010 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / ChangeLog
1 2010-01-25  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * Makefile : finally System.ServiceModel.dll is on the centum tests.
4
5 2009-10-01  Marek Safar  <marek.safar@gmail.com>
6
7         * Makefile: Removed net_1_1 bootstrap.
8
9 2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * Makefile: add some WCF assemblies to centum_tests.
12
13 2009-07-21  Jb Evain  <jbevain@novell.com>
14
15         * Makefile: specify bootstrap and SUBDIRS for the monotouch profile.
16
17 2009-07-16  Raja R Harinath  <harinath@hurrynot.org>
18
19         Improve coarse-grain parallelism in the build
20         * Makefile (_boot_:net_2_0_bootstrap): Depend on
21         'net_1_1_bootstrap' profile, rather than 'net_1_1'.
22
23 2009-07-10  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * nunit20 : removed old framework.
26
27 2009-06-07  Marek Safar  <marek.safar@gmail.com>
28
29         * Makefile: Add net_4_0* profiles.
30
31 2009-02-24  Jonathan Pryor  <jpryor@novell.com>
32
33         * docs/Makefile: Remove and don't install nunit-docs.source.  As
34           Atsushi Enomoto said on 2008-11-26, Mono's NUnit is for internal use
35           only, and installing nunit-docs.source causes an warning message
36           during monodoc startup.
37         * docs/nunit-docs.source: Remove.
38
39 2009-02-03  Rodrigo Kumpera  <rkumpera@novell.com>
40
41         * docs/Makefile: Fix install-local and uninstall-local if
42         DISABLE_MCS_DOCS is defined.
43
44 2009-02-02  Rodrigo Kumpera  <rkumpera@novell.com>
45
46         * docs/Makefile: Don't build build-documentation if DISABLE_MCS_DOCS
47         is defined.
48
49 2009-01-31  Rodrigo Kumpera  <rkumpera@novell.com>
50
51         * docs/Makefile: use -f with rm on the clean target so
52         rm doesn't complain about missing files.
53
54 2008-12-10  Atsushi Enomoto  <atsushi@ximian.com>
55
56         * Makefile : remove sys.messaging from CENTUM_TESTS. It has never
57           been supported, and now, it's heavily developed.
58
59 2008-12-08  Jonathan Pryor  <jpryor@novell.com>
60
61         * docs/monodoc.xml: Rename the "File Formats" node to "Commands and
62           Files", so that ~all man pages can be under the same node.
63         * docs/lang-csharp.source: Since C# is the only current language, move
64           the child nodes "up" a node so we have "Languages/C# Compiler Error
65           Reference" and "Languages/C# Language Specification" nodes.
66
67 2008-12-02  Jonathan Pryor  <jpryor@novell.com>
68
69         * docs/Makefile: Build additional directories (Npgsql,
70           System.Configuration.Install, System.Design, System.Runtime.Remoting,
71           System.Runtime.Serialization.Formatters.Soap); shorten entries.
72
73 2008-11-26  Atsushi Enomoto  <atsushi@ximian.com>
74
75         * docs/Makefile: remove nunit docs that do not exist (and I don't
76           think such docs for private mono use should be provided).
77
78 2008-11-26  Atsushi Enomoto  <atsushi@ximian.com>
79
80         * Makefile : I happened to remove errors and docs which
81           used to be broken.
82
83 2008-11-25  Atsushi Enomoto  <atsushi@ximian.com>
84
85         * Makefile : replace nunit20 with nunit24.
86
87 2008-11-18  Jonathan Pryor  <jpryor@novell.com>
88
89         * docs/Makefile: Don't build mono-file-formats.*, mono-tools.*
90         * docs/mono-file-formats.config, docs/mono-file-formats.source, 
91           docs/mono-tools.config, docs/mono-tools.source: Removed (now located 
92           in mono/docs).
93
94 2008-11-02  Jonathan Pryor  <jpryor@novell.com>
95
96         * docs/Makefile (MONO_DIRS): Add Mono.Simd.
97
98 2008-10-31  Jonathan Pryor  <jpryor@novell.com>
99
100         * docs/Makefile: Restructure the *.tree/*.zip rules to support
101           concurrent builds (`make -jN`).
102
103 2008-10-27  Jonathan Pryor  <jpryor@novell.com>
104
105         * docs/Makefile (DISTFILES): Add mono-file-formats.config.
106
107 2008-10-22  Jonathan Pryor  <jpryor@novell.com>
108
109         * docs (svn:ignore): Ignore generated files.
110         * docs/lang-csharp.source: Added; combined .source file for the C#
111           language specification and error reference.
112         * docs/Makefile: Support lang-csharp.source, mono-file-formats.*, etc.
113         * *.tree/*.zip should be rebuilt when Makefile is changed.
114         * docs/mono-file-formats.config, docs/mono-file-formats.source: Added;
115           moving file format documentation out from mono-tools.* so that it's
116           easier to find.
117         * docs/mono-tools.config: Move mdoc(5), mono-config(5) to
118           mono-file-formats.config.
119         * docs/mono-tools.source, docs/Mono.source, docs/netdocs.source,
120           docs/Novell.source, docs/nunit-docs.source: Add /monodoc/node
121           information so that the documentation is inserted into the correct
122           location.
123         * docs/monodoc.xml: Vastly simplify the default monodoc.xml as
124           structure can be/has been pushed out into the .source files.  This
125           should help simplify the life of downstream packagers who wish to
126           add additional documentation to monodoc.
127         * docs/ecma334.source, docs/cs-errors.source: Remove (replaced with
128           lang-csharp.source).
129
130 2008-10-20  Jonathan Pryor  <jpryor@novell.com>
131
132         * docs/Makefile (MONO_DIRS): Add Mono.Data.SqliteClient docs.
133
134 2008-10-18  Jonathan Pryor  <jpryor@novell.com>
135
136         * docs/Makefile (MONODOC_INSTALL_DIR): Prefix path with $(DESTDIR) so 
137           that it installs properly under the buildbot.
138
139 2008-10-18  Raja R Harinath  <harinath@hurrynot.org>
140
141         * docs/Makefile (DISTFILES): Don't use 'find' to list files.
142
143 2008-10-18  Raja R Harinath  <harinath@hurrynot.org>
144
145         * Makefile (net_2_0_SUBDIRS): Add 'docs'.
146         * docs/Makefile: Build documentation only in the net_2_0 profile.
147
148 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
149
150         * docs/Makefile: Add install/uninstall support.
151
152 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
153
154         * docs/Makefile: Assemble documentation.
155         * docs/cs-errors.config: Update to refer to correct directory.
156         * docs/mono-tools.config: Man pages are in mono/man now...
157
158 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
159
160         * README: Update after the profile changes.
161
162         * Makefile */Makefile build/profiles/*.make: Rename the 'default'
163         profile to 'net_1_1'.
164
165 2008-05-14  Marek Safar  <marek.safar@gmail.com>
166
167         * Makefile: Enabled more tests.
168
169 2008-02-18  Raja R Harinath  <harinath@hurrynot.org>
170
171         * Makefile (net_2_0_centum_tests): Add System.Xml.Linq here.
172
173 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
174
175         * Makefile (_boot_): Orchestrate the net_2_1 bootstrap.
176         (net_2_1_bootstrap_SUBDIRS, net_2_1_raw_SUBDIRS): New.
177
178 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
179
180         * Makefile (dir-check): Hopefully fix make dist.
181
182 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
183
184         * Makefile: Abort with an error message if make is typed directly in this
185         directory, instead from the 'mono' directory.
186
187 2007-12-06  Atsushi Enomoto  <atsushi@ximian.com>
188
189         * Makefile: currently Sys.Web.Extensions is not ready for
190           centum_tests.
191
192 2007-12-04  Marek Safar  <marek.safar@gmail.com>
193
194         * Makefile: Added more tests.
195
196 2007-12-03  Marek Safar  <marek.safar@gmail.com>
197
198         * Makefile: Added 3.5 profile, it probably not used here.
199
200 2007-11-28  Raja R Harinath  <harinath@gmail.com>
201
202         * Makefile (_boot_): Incorporate 'net_2_1' into the bootstrap
203         process -- it depends on 'net_2_0' profile being built.
204
205 2007-07-27  Marek Safar  <marek.safar@gmail.com>
206
207         * Makefile: Removed gmcs and smcs, removed DIST_ONLY_SUBDIRS.
208
209 2007-07-27  Jb Evain  <jbevain@novell.com>
210
211         * Makefile: integrate the tuner in the build.
212
213 2007-07-26  Jb Evain  <jbevain@novell.com>
214
215         * smcs: add a project of its own for the 2.1 compiler.
216
217 2007-07-11  Jb Evain  <jbevain@novell.com>
218
219         * Makefile: work on the 2.1 profile.
220
221 2007-05-11  Raja R Harinath  <rharinath@novell.com>
222
223         * Makefile (net_2_0_bootstrap_SUBDIRS): Add 'mcs'.
224
225 2007-04-18  Marek Habersack  <grendello@gmail.com>
226
227         * Makefile (SUBDIRS): removed tools/culevel, it is now built in
228         the 1.1 bootstrap phase.
229
230 2007-04-17  Marek Habersack  <mhabersack@novell.com>
231
232         * Makefile (thisdir): added tools/culevel to the list of
233         subdirectories - it must be compiled before compiling the classes
234         since System.Web depends on it.
235
236 2007-04-06  Wade Berrier  <wberrier@novell.com>
237
238         * Makefile: use bzip2 instead of gzip for 'make dist'
239         (even though it's not used here anymore)
240
241 2006-08-18  Raja R Harinath  <rharinath@novell.com>
242
243         * Makefile (net_2_0_bootstrap_SUBDIRS): Add 'tools'.
244
245 2006-04-11  Raja R Harinath  <rharinath@novell.com>
246
247         * Makefile (SUBDIRS): Remove tools/resgen.
248
249 2005-11-21  Raja R Harinath  <rharinath@novell.com>
250
251         * Makefile (net_2_0_bootstrap_SUBDIRS): Add ilasm.
252         (net_2_0_SUBDIRS): Likewise.
253
254 2005-09-22  Raja R Harinath  <rharinath@novell.com>
255
256         * Makefile (basic_SUBDIRS, net_1_1_bootstrap_SUBDIRS)
257         (net_2_0_bootstrap_SUBDIRS, net_2_0_SUBDIRS):
258         Build the 'build' directory too.
259
260 2005-09-21  Raja R Harinath  <rharinath@novell.com>
261
262         * Makefile (centum_tests): Remove System.Web.
263
264 2005-09-06  Raja R Harinath  <rharinath@novell.com>
265
266         * Makefile (bootstrap): Remove special handling on Win32.
267
268 2005-07-11  Raja R Harinath  <rharinath@novell.com>
269
270         * Makefile (centum_tests): Add System.Messaging and
271         System.ServiceProcess.  Remove System.Configuration.Install.
272         Move Mono.C5 ...
273         (net_2_0_centum_tests): ... here, and disable it for now.
274
275 2005-06-20  Raja R Harinath  <rharinath@novell.com>
276
277         * Makefile (centum_tests): Move System.XML ...
278         (default_centum_tests): ... here.
279
280 2005-06-17  Raja R Harinath  <rharinath@novell.com>
281
282         * Makefile (centum_tests): Add System.XML.
283
284 2005-06-10  Sebastien Pouliot  <sebastien@ximian.com>
285
286         * Makefile (centum_tests): Added System.Security.
287
288 2005-05-20  Raja R Harinath  <rharinath@novell.com>
289
290         * Makefile (centum_tests): Add System.Web and move corlib from ...
291         (default_centum_tests): ... here.
292
293 2005-04-25  Raja R Harinath  <rharinath@novell.com>
294
295         * Makefile (centum_tests): Add Mono.Security and
296         System.Runtime.Remoting.
297         * */Makefile: Replace $(RUNTIME) with $(RUNTIME) $(RUNTIME_FLAGS).
298
299 2005-04-21  Raja R Harinath  <rharinath@novell.com>
300
301         * Makefile (net_1_1_bootstrap_SUBDIRS): Add ilasm.
302
303 2005-03-14  Raja R Harinath  <rharinath@novell.com>
304
305         * Makefile (_boot_): New.  Used to generalize the bootstrap to
306         clean and install too.
307
308 2005-02-25  Raja R Harinath  <rharinath@novell.com>
309
310         * Makefile (centum_tests): New list of test subdirs that should
311         pass 100%.
312         (default_centum_tests, net_2_0_centum_tests): New.
313         (ONLY_CENTUM_TESTS): New check.  If defined during 'make
314         run-test', only the tests in centum_tests are run.
315
316 2004-12-20  Jambunathan K  <kjambunathan@novell.com>
317
318         * btests: Removed. This directory is now superseded by
319         mbas/Test.
320         
321 2004-12-13  Raja R Harinath  <rharinath@novell.com>
322
323         * INSTALL.txt: Minor updates to reflect build changes.
324
325 2004-11-25  Raja R Harinath  <rharinath@novell.com>
326
327         * Makefile (DISTFILES): Add nunit.key.
328
329 2004-11-24  Raja R Harinath  <rharinath@novell.com>
330
331         * Makefile (profiles-do--run-test): Allow list of profiles to be
332         overriden.
333         (profiles-do--all): Remove.  The default pattern build suffices.
334
335 2004-11-22  Raja R Harinath  <rharinath@novell.com>
336
337         * Makefile (OVERRIDE_TARGET_ALL): Remove.
338         (all.override): Remove 2-pass build.
339         (net_1_1_bootstrap_SUBDIRS): Add 'tools'.
340
341 2004-11-22  Raja R Harinath  <rharinath@novell.com>
342
343         * Makefile (profiles-do--all): Don't fallback to default pattern build.
344
345 2004-11-19  Raja R Harinath  <rharinath@novell.com>
346
347         * Makefile (net_2_0_SUBDIRS): Add nunit20.
348
349 2004-11-19  Raja R Harinath  <rharinath@novell.com>
350
351         * Makefile (%-profiles): Go through an intermediate set of rules.
352         Move body to ...
353         (profiles-do--%): ... this.
354         (profiles-do--run-test): Customized rule that usefully runs with
355         'make -j' and 'make -k'.
356         (profiles-do--all, profile-do--%--all): Orchestrate the bootstrap
357         process.
358
359 2004-11-09  Raja R Harinath  <rharinath@novell.com>
360
361         * Makefile (basic_SUBDIRS): New.
362
363 2004-11-04  Raja R Harinath  <rharinath@novell.com>
364
365         * Makefile (net_1_1_bootstrap_SUBDIRS): New.
366         (all.override): Fix to actually perform optimization to avoid
367         the two-pass build if we are not signing assemblies.
368
369 2004-10-29  Raja R Harinath  <rharinath@novell.com>
370
371         * Makefile (net_2_0_bootstrap_SUBDIRS,net_2_0_SUBDIRS): New.
372         (profile-do--net_2_0_bootstrap--all): New target.
373         (profile-do--net_2_0--all): Depend on it.
374         (distdir,top_distdir): Remove.
375         (dist-tarball): Define distdir here for dist-recursive.
376
377 2004-10-21  Raja R Harinath  <rharinath@novell.com>
378
379         * Makefile (all-profiles $(STD_TARGETS:=-profiles)): Make
380         parallelizable. 
381
382 2004-09-27  Raja R Harinath  <rharinath@novell.com>
383
384         * nunit20/nunit-console/Makefile (PROGRAM): Put in
385         profile-specific directory.
386
387 2004-09-21  Raja R Harinath  <rharinath@novell.com>
388
389         * Makefile (DIST_ONLY_SUBDIRS): Add 'gmcs' since it is specially
390         handled by 'class/corlib/Makefile'.
391         (test-installed-compiler): Run compiler tests using the installed
392         compiler.
393
394 2004-09-14  Raja R Harinath  <rharinath@novell.com>
395
396         * Makefile (SUBDIRS): Allow to be overriden by $(TEST_SUBDIRS).
397         (test-profiles, run-test-profiles): New targets.
398         (test-compiler): Rename to ...
399         (compiler-tests): ... this.  Run tests on all profiles.
400
401 2004-09-03  Martin Baulig  <martin@ximian.com>
402
403         * Makefile (test-compiler): New target to run the compiler test.
404
405 2004-07-02  Raja R Harinath  <rharinath@novell.com>
406
407         * Makefile (OVERRIDE_BARE_TARGETS): Remove.
408         (OVERRIDE_TARGET_ALL): Define.
409         (all-recursive,$(STD_TARGETS:=-recursive)): Depend on
410         'platform-check' and 'profile-check'.
411         (all.override): New.  Run two passes: once to build, and once to
412         sign libraries.
413
414 2004-06-22  Todd Berman  <tberman@off.net>
415
416         * configure: Patch from Mariano Suárez-Alvarez 
417         <msuarezalvarez@arnet.com.ar> to make configure accept jhbuild style
418         /prefix /usr options, and to continue past unknown options. Currently
419         this patch is a bit spammy with multiple unknown options, anyone
420         who is interested is welcome to fix this.
421
422 2004-06-14  Raja R Harinath  <rharinath@novell.com>
423
424         * Makefile (all-profiles, clean-profiles): Simplify slightly.
425
426 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
427
428         * Makefile: added target run-test-ondotnet.
429
430 2004-05-26  Raja R Harinath  <rharinath@novell.com>
431
432         * nunit20/util/Makefile (EXTRA_DISTFILES): Remove
433         Transform.resources.
434         ($(the_lib)): Make Transform.resources using internal resgen.
435         * nunit20/util/Transform.resources: Rebuild.
436
437 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
438
439         * nunit.key: New. NUnit private key. Due to build issues the key
440         must be present in this directory.
441
442 2004-05-20  Raja R Harinath  <rharinath@novell.com>
443
444         * Makefile (SUBDIRS): Move 'monoresgen' ahead of 'class'.
445
446 2004-05-17  Raja R Harinath  <rharinath@novell.com>
447
448         * Makefile (all, clean): Remove indirection.
449         (clean-profiles): New.
450
451 2004-05-13  Jackson Harper  <jackson@ximian.com>
452
453         * Makefile: default build is no longer the multi profile build. Do
454         build both 1.1 and 2.0 profiles use the all-profiles target.
455         
456 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
457
458         * Makefile: disable net_2_0 on windows. It doesn't build. Don't
459         try to build net_1_0 and net_2_0 if we provide a PROFILE=xxx in the
460         command line.
461
462 2004-05-10  Raja R Harinath  <rharinath@novell.com>
463
464         * INSTALL.txt: Don't mention 'fullbuild'.  Mention 'bootstrap'
465         instead.  Update instructions for 'monocharge'.
466
467 2004-04-30  Raja R Harinath  <rharinath@novell.com>
468
469         * Makefile (SUBDIRS): Remove 'gmcs' for now.
470         (all): Simplify.
471         (clean): Quick hack to get 'make clean' to work better.
472
473 2004-04-29  Jackson Harper  <jackson@ximian.com>
474
475         * Makefile: Put the PROFILE= stuff before the target, this is more
476         pleasurable to cygwin users.
477         
478 2004-04-28  Jackson Harper  <jackson@ximian.com>
479
480         * Makefile: build the net_1_1 and net_2_0 profiles by default.
481         
482 2004-01-14  Martin Willemoes Hansen  <mwh@sysrq.dk>
483
484         * INSTALL.txt: Fixed, autogen should be autogen.sh
485
486 2003-12-01  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
487
488         * Added dirs mcs/jtest and mcs/jerrors.
489
490 2003-10-28 Jackson Harper <jackson@ximian.com>
491
492         * INSTALL.txt: Tell users where to find monocharges, do not
493         reference README.building.
494         
495 2003-07-22  Peter Williams  <peter@newton.cx>
496
497         * README: INSTALL.txt, not INSTALL.
498
499 2003-07-20  Peter Williams  <peter@newton.cx>
500
501         * nunit20/nunit-console/Makefile (PROGRAM): Put nunit-console.exe
502         in $(topdir)/class/lib so we can find our DLL's.
503
504 2003-07-18  Peter Williams  <peter@newton.cx>
505
506         * build/library.make (dist-local): Fancy make dist magic gives
507         way to boring old 'for'.
508
509         * build/executable.make (dist-local): Ditto.
510
511 2003-07-17  Peter Williams  <peter@newton.cx>
512
513         * build/profiles/default.make: Actually fix this. Use the platform
514         compiler all the way.
515
516 2003-07-17  Peter Williams  <peter@newton.cx>
517
518         * build/profiles/default.make: Try to make this smarter so
519         that we can build on Windows. Specifically, don't require
520         the mono runtime. Combined with the corlib $(BOOT_COMPILE) change,
521         this should make corlib build out of the box, I think.
522
523 2003-07-16  Peter Williams  <peter@newton.cx>
524
525         A whole passel of build system changes. Doc updates:
526         
527         * build/README.makefiles: Doc updates.
528
529         * build/profiles/net_1_0.make: Doc changes.
530
531         * INSTALL.txt: A few more touchups.
532
533         Better defaults:
534         
535         * build/config-default.make (prefix): Default install prefix
536         should be /usr/local.
537
538         * build/profiles/bootstrap.make: This profile ...
539
540         * build/profiles/default.make: ... is now the default.
541
542         * build/profiles/atomic.make: And the default is now this.
543
544         Fixes for pre-build checks:
545         
546         * Makefile: Do the platform and (new) profile checks
547         before the build, which took some infrastructure changes.
548
549         * build/rules.make: Allow a Makefile to specify its own all/install/etc
550         targets.
551
552         * build/profiles/default.make (profile-check): Add a blank
553         target here.
554
555         * build/profiles/atomic.make: Check for a full MCS install to 
556         build against.
557
558         HP/UX fixes with help from Bernie Solomon:
559         
560         * build/config-default.make (ECHO_ESCAPE): HP/UX 'echo'
561         doesn't need a -e parameter to interpret escape codes. Test for
562         that and define a configuration parameter.
563
564         * build/library.make ($(makefrag)): Use $(ECHO_ESCAPE)
565         instead of assuming that 'echo -e' will interpret escape
566         codes.
567
568         * build/executable.make ($(makefrag)): Here too.
569
570         A make distcheck fix:
571
572         * Makefile: Inherit the current prefix so that the build can
573         find the right System.Xml.dll.
574         
575         And Windows build fixes with the invaluable help of Sebastian
576         Pouliot (in various subdirectories).
577         
578 2003-07-14  Peter Williams  <peter@newton.cx>
579
580         * build/rules.make (dist-recursive): Fix recursive rules
581         to work on HP/UX /bin/sh. Patch from Bernie Solomon
582         <bernard@ugsolutions.com>.
583
584 2003-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
585
586         * makefile:
587         * makefile.gnu: don't use -C when running make.
588
589 2003-05-05 Ben Maurer <bmaurer@users.sourceforge.net>
590         * AUTHORS: Added self.
591
592 2003-04-15 Nick Drochak <ndrochak@gol.com>
593
594         * makefile: Remove nunit version 1 from build
595
596 2002-03-14  Daniel Morgan <danmorg@sc.rr.com>
597
598         * class/makefile.gnu
599         * class/ByteFX.Data/makefile.gnu: add ByteFX.Data.dll 
600         to the Linux build
601
602 2002-03-14  Daniel Morgan <danmorg@sc.rr.com>
603
604         * makefile: added ByteFX.Data.dll to windows install
605         
606         * class/library.build: added ByteFX.Data.dll 
607         to windows build.  added additional clean targets
608         
609         * class/Microsoft.VisualC/Microsoft.VisualC.build: fix 
610         windows clean
611         
612         * class/ByteFX.Data: added directory for ByteFX.Data.dll
613         which includes a MySQL ADO.NET Provider.  
614         Contributed by Reggie Burnett <rykr@bellsouth.net>
615         from ByteFX, Inc.
616         ByteFX.Data 0.6.5 is Copyright 2002-2003, ByteFX, Inc.
617         
618         Added the following files and directories:
619                 
620         class/ByteFX.Data/AssemblyInfo.cs    
621         class/ByteFX.Data/list
622         class/ByteFX.Data/ByteFX.Data.build  
623         class/ByteFX.Data/makefile.gnu
624         class/ByteFX.Data/ChangeLog.txt      
625         class/ByteFX.Data/readme.txt
626         class/ByteFX.Data/lgpl.txt: new files
627                 
628         BitStream.cs  
629         Connection.cs        
630         Field.cs        
631         Inflater.cs
632     ConnectionString.cs  
633     HuffmanTree.cs  
634     NamedPipeStream.cs
635     class/ByteFX.Data/Common: added files to new directory
636
637         Driver.cs     
638         command.resx            
639         todo.txt
640         CommandBuilder.cs  
641         Exception.cs  
642         dataadapter.cs           
643         transcaction.cs
644         Connection.cs      
645         Field.cs      
646         datareader.cs
647         Connection.resx    
648         MysqlDefs.cs  
649         parameter.cs
650         class/ByteFX.Data/mysqlclient: added files to new directory
651
652         command.cs    
653         parameter_collection.cs
654         class/ByteFX.Data/mysqlclient/Designers: added files to new directory
655         
656 2003-03-14  Daniel Morgan <danmorg@sc.rr.com>
657
658         * makefile: add ilasm.exe to windows build and add missing assemblies
659         to windows install
660         
661         * class/library.build: include PEAPI.dll, Npgsql.dll, and
662         ICSharpCode.SharpZipLib part of the windows build
663
664 2003-03-10  Martin Willemoes Hansen <mwh@sysrq.dk>
665         * Fixed some spelling errors in class/doc/TemplateTest.cs
666
667 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
668
669         * makefile: added Mono.Posix and System.Management.
670
671 2003-02-16  Martin Baulig  <martin@ximian.com>
672
673         * docs/compiler: Added a few works about the new `Location' code.
674
675 2003-02-15  Nick Drochak  <ndrochak@gol.com>
676
677     * makefile.gnu: Add testcorlib target to run just the corlib unit tests.
678
679 2003-02-10  Nick Drochak  <ndrochak@gol.com>
680
681         * makefile: Add testcorlib target to run just the corlib unit tests.
682
683 2003-01-16  Nick Drochak <ndrochak@gol.com>
684
685         * makefile.gnu: Add corlib target to just build that.
686
687 2003-01-14  Duncan Mak  <duncan@ximian.com>
688
689        * ilasm/parser/ScannerAdapter.cs: Remove the cleanup method now that
690        it's no longer in the interface.
691
692 2003-01-13  Duncan Mak  <duncan@ximian.com>
693
694         * ilasm/parser/ScannerAdapter.cs: Implement the new cleanup method
695         in the tokenizer. This fixes the build.
696
697 2003-01-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
698
699         * README.building: New file.
700         * makefile.gnu: install README.building file.
701
702 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
703
704         * AUTHORS: add myself to class library list
705
706 2002-12-15  Alp Toker  <alp@atoker.com>
707
708         * makefile.gnu: make sure mcs is in PATH, otherwise tell user to read
709         INSTALL.txt
710
711 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
712
713         * makefile
714         * tools/makefile
715         * tools/makefile.gnu: change target
716         from SqlSharpCli.exe
717         to sqlsharp.exe
718
719 2002-12-10  Alp Toker  <alp@atoker.com>
720
721         * ilasm/makefile.gnu: Install ilasm executable with -m 755, not 644
722         * ilasm/makefile: ditto
723
724 2002-12-10  Gaurav Vaish  <gvaish_mono@lycos.com>
725
726         * AUTHORS: Corrected my email-ID.
727
728 2002-11-29  Daniel Morgan  <danmorg@sc.rr.com>
729
730         * INSTALL: renamed to INSTALL.txt because INSTALL 
731         interferred with "make install" on windows
732         
733         * makefile: changes to get "make install" work 
734         on windows
735         
736         * class/makefile.gnu: flush
737         
738         * ilasm/makefile: updated for windows build
739         
740         * monoresgen/makefile: updated for windows build
741         
742         * tools/SqlSharp/SqlSharpCli.build: flush
743         
744         * winexe.in: add file to be template for executable assemblies
745         to be installed on windows via "make install" by providing
746         a script that runs mono and the assembly 
747         like mcs runs mono mcs.exe 
748         
749 2002-11-28  Daniel Morgan  <danmorg@sc.rr.com>
750
751         * makefile.gnu: added tools directory to linux build
752
753         * tools/makefile.gnu: added new file to built tools and install.
754         dist works too.  test is just blank.
755
756 2002-11-16  Martin Baulig  <martin@ximian.com>
757
758         * makefile.gnu: `binary-snapshot' is now an alias for `dist'.
759         Please update your scripts, the `dist' target will disappear soon.
760
761 2002-11-09  Nick Drochak  <ndrochak@gol.com>
762
763         * makefile: have test target be smart about windows/linux
764
765 2002-11-07  Nick Drochak  <ndrochak@gol.com>
766
767         * makefile: for the clean target, handle linux and windows differently.
768
769 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
770
771         * class/library.build: added Mono.Data.SqliteClient
772         directory to windows build
773
774 2002-10-10  Daniel Morgan <danmorg@sc.rr.com>
775
776         * class/library.build: added Mono.Data.MySql directory to windows build.
777
778 2002-10-10  Rodrigo Moya <rodrigo@ximian.com>
779
780         * class/makefile.gnu: added Mono.Data.MySql directory to linux build.
781
782 2002-10-09  Rodrigo Moya <rodrigo@ximian.com>
783
784         * class/makefile.gnu: added System.Data.Odbc directory.
785
786 2002-09-14  Piers Haken <piersh@friskit.com>
787
788         * */makefile.gnu:
789                 use $(topdir)
790                 build nunit into $(topdir)/class/lib
791
792 2002-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
793
794         * makefile.gnu:
795         * class/library.make:
796         * class/makefile.gnu:
797         * class/I18N/makefile.gnu
798         * class/corlib/makefile.gnu:
799         * class/corlib/Test/ChangeLog:
800         * class/corlib/Test/corlib_linux_test.args:
801         * class/corlib/Test/makefile.gnu:
802         * class/corlib/Test/run_test.sh:
803         * jay/makefile.gnu:
804         * mcs/makefile.gnu:
805         * monoresgen/makefile.gnu:
806         * nunit/makefile.gnu:
807
808         Allow running 'make -f makefile.gnu test' from top directory.
809         In the libraries makefile.gnu you just have to add TEST_DIR=dirname
810         with the name where tests reside.
811
812 2002-08-23  Martin Baulig  <martin@gnome.org>
813
814         * class/makefile.gnu: Add class/Mono.CSharp.Debugger to the build.
815
816 2002-08-13  Piers Haken <piersh@friskit.com>
817
818         * class/library.make: merge back original makefile.gnu behavior
819         * */makefile.gnu: merge back original makefile.gnu behavior
820
821 2002-08-12  Piers Haken <piersh@friskit.com>
822
823         * class/library.make: use 'find' to specify source files, instead of static files
824         * */makefile.gnu: specify include/exclude patterns for source files
825
826 2002-08-07  Peter Williams  <peterw@ximian.com>
827
828         * class/library.make (.makefrag): Fix this rule a bit; was using
829         $^ instead of $<
830
831 2002-07-29  Peter Williams  <peterw@ximian.com>
832
833         * makefile.gnu: 'make install' wasn't actually working due to $@,
834         fix it.
835
836 2002-07-29  Martin Baulig  <martin@gnome.org>
837
838         * makefile.gnu: Don't force people to install.  The default must also
839         be `all' and not `install'.
840
841 2002-07-26  Alp Toker  <alp@atoker.com>
842
843         * INSTALL: Wrote a guide to mcs installation.
844         * README: Updated to reflect the new INSTALL guide.
845
846 2002-07-23  Alp Toker  <alp@atoker.com>
847
848         * makefile.gnu: Added an install target (which sets permissions and
849         respects prefix) and a dist target which produces a tarball. Also
850         fixed a few other makefile issues.
851
852 2002-07-22  Peter Williams  <peterw@ximian.com>
853
854         * class/library.make: Oops, the deps weren't right -- touching a .cs
855         file didn't cause the libraries to be rebuilt.
856         (clean): Robustify this rule a bit.
857
858 2002-07-20  Martin Baulig  <martin@gnome.org>
859
860         * class/makefile.gnu: Added System.Data.
861
862 2002-07-20  Martin Baulig  <martin@gnome.org>
863
864         * class/library.make: Put $(MONO_PATH_PREFIX) in front of the MONO_PATH.
865
866         * class/*/makefile.gnu: Set MONO_PATH_PREFIX=../lib:
867
868 2002-07-19  Martin Baulig  <martin@gnome.org>
869
870         * makefile.gnu (DIRS): Added nunit.
871
872 2002-07-19  Martin Baulig  <martin@gnome.org>
873
874         Added the super-cool set of makefiles from Peter Williams which run on
875         GNU/Linux without NAnt.  I named them `makefile.gnu' and not `GNUmakefile'
876         since this won't break the windows build.
877
878         To compile stuff on GNU/Linux, just do a `make -f makefile.gnu'.
879
880         * mcs-tool, */makefile.gnu, class/library.make: New files.
881
882 2002-07-19  Martin Baulig  <martin@gnome.org>
883
884         * */makefile (NANT): Use a variable `NANT' so the user can override it with
885         `make NANT=/usr/local/bin/NAnt.exe'.
886
887 2002-05-09  Daniel Morgan <danmorg@sc.rr.com>
888
889         * AUTHORS: add me to class libraries list
890
891 2002-03-26  Dick Porter  <dick@ximian.com>
892
893         * makefile (linux): Abandon the build if any of the subdir makes fail
894
895 2002-03-07  Nick Drochak  <ndrochak@gol.com>
896
897         * makefile: Change order of build so corlib is built before nunit since
898         Nunit needs corlib now.
899
900 2002-02-14  Nick Drochak  <ndrochak@gol.com>
901
902         * makefile: Build mcs/doctools too when one does 'make'
903
904 2002-01-20 Nick Drochak  <ndrochak@gol.com>
905
906         * on the 'test' target, make sure NUnit is built first before building
907         and running tests
908
909 2002-01-20 Nick Drochak  <ndrochak@gol.com>
910
911         * add nunit directory to the list of dirs to build in