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