2007-04-13 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / ChangeLog
1 2007-04-06  Wade Berrier  <wberrier@novell.com>
2
3         * Makefile: use bzip2 instead of gzip for 'make dist'
4         (even though it's not used here anymore)
5
6 2006-08-18  Raja R Harinath  <rharinath@novell.com>
7
8         * Makefile (net_2_0_bootstrap_SUBDIRS): Add 'tools'.
9
10 2006-04-11  Raja R Harinath  <rharinath@novell.com>
11
12         * Makefile (SUBDIRS): Remove tools/resgen.
13
14 2005-11-21  Raja R Harinath  <rharinath@novell.com>
15
16         * Makefile (net_2_0_bootstrap_SUBDIRS): Add ilasm.
17         (net_2_0_SUBDIRS): Likewise.
18
19 2005-09-22  Raja R Harinath  <rharinath@novell.com>
20
21         * Makefile (basic_SUBDIRS, net_1_1_bootstrap_SUBDIRS)
22         (net_2_0_bootstrap_SUBDIRS, net_2_0_SUBDIRS):
23         Build the 'build' directory too.
24
25 2005-09-21  Raja R Harinath  <rharinath@novell.com>
26
27         * Makefile (centum_tests): Remove System.Web.
28
29 2005-09-06  Raja R Harinath  <rharinath@novell.com>
30
31         * Makefile (bootstrap): Remove special handling on Win32.
32
33 2005-07-11  Raja R Harinath  <rharinath@novell.com>
34
35         * Makefile (centum_tests): Add System.Messaging and
36         System.ServiceProcess.  Remove System.Configuration.Install.
37         Move Mono.C5 ...
38         (net_2_0_centum_tests): ... here, and disable it for now.
39
40 2005-06-20  Raja R Harinath  <rharinath@novell.com>
41
42         * Makefile (centum_tests): Move System.XML ...
43         (default_centum_tests): ... here.
44
45 2005-06-17  Raja R Harinath  <rharinath@novell.com>
46
47         * Makefile (centum_tests): Add System.XML.
48
49 2005-06-10  Sebastien Pouliot  <sebastien@ximian.com>
50
51         * Makefile (centum_tests): Added System.Security.
52
53 2005-05-20  Raja R Harinath  <rharinath@novell.com>
54
55         * Makefile (centum_tests): Add System.Web and move corlib from ...
56         (default_centum_tests): ... here.
57
58 2005-04-25  Raja R Harinath  <rharinath@novell.com>
59
60         * Makefile (centum_tests): Add Mono.Security and
61         System.Runtime.Remoting.
62         * */Makefile: Replace $(RUNTIME) with $(RUNTIME) $(RUNTIME_FLAGS).
63
64 2005-04-21  Raja R Harinath  <rharinath@novell.com>
65
66         * Makefile (net_1_1_bootstrap_SUBDIRS): Add ilasm.
67
68 2005-03-14  Raja R Harinath  <rharinath@novell.com>
69
70         * Makefile (_boot_): New.  Used to generalize the bootstrap to
71         clean and install too.
72
73 2005-02-25  Raja R Harinath  <rharinath@novell.com>
74
75         * Makefile (centum_tests): New list of test subdirs that should
76         pass 100%.
77         (default_centum_tests, net_2_0_centum_tests): New.
78         (ONLY_CENTUM_TESTS): New check.  If defined during 'make
79         run-test', only the tests in centum_tests are run.
80
81 2004-12-20  Jambunathan K  <kjambunathan@novell.com>
82
83         * btests: Removed. This directory is now superseded by
84         mbas/Test.
85         
86 2004-12-13  Raja R Harinath  <rharinath@novell.com>
87
88         * INSTALL.txt: Minor updates to reflect build changes.
89
90 2004-11-25  Raja R Harinath  <rharinath@novell.com>
91
92         * Makefile (DISTFILES): Add nunit.key.
93
94 2004-11-24  Raja R Harinath  <rharinath@novell.com>
95
96         * Makefile (profiles-do--run-test): Allow list of profiles to be
97         overriden.
98         (profiles-do--all): Remove.  The default pattern build suffices.
99
100 2004-11-22  Raja R Harinath  <rharinath@novell.com>
101
102         * Makefile (OVERRIDE_TARGET_ALL): Remove.
103         (all.override): Remove 2-pass build.
104         (net_1_1_bootstrap_SUBDIRS): Add 'tools'.
105
106 2004-11-22  Raja R Harinath  <rharinath@novell.com>
107
108         * Makefile (profiles-do--all): Don't fallback to default pattern build.
109
110 2004-11-19  Raja R Harinath  <rharinath@novell.com>
111
112         * Makefile (net_2_0_SUBDIRS): Add nunit20.
113
114 2004-11-19  Raja R Harinath  <rharinath@novell.com>
115
116         * Makefile (%-profiles): Go through an intermediate set of rules.
117         Move body to ...
118         (profiles-do--%): ... this.
119         (profiles-do--run-test): Customized rule that usefully runs with
120         'make -j' and 'make -k'.
121         (profiles-do--all, profile-do--%--all): Orchestrate the bootstrap
122         process.
123
124 2004-11-09  Raja R Harinath  <rharinath@novell.com>
125
126         * Makefile (basic_SUBDIRS): New.
127
128 2004-11-04  Raja R Harinath  <rharinath@novell.com>
129
130         * Makefile (net_1_1_bootstrap_SUBDIRS): New.
131         (all.override): Fix to actually perform optimization to avoid
132         the two-pass build if we are not signing assemblies.
133
134 2004-10-29  Raja R Harinath  <rharinath@novell.com>
135
136         * Makefile (net_2_0_bootstrap_SUBDIRS,net_2_0_SUBDIRS): New.
137         (profile-do--net_2_0_bootstrap--all): New target.
138         (profile-do--net_2_0--all): Depend on it.
139         (distdir,top_distdir): Remove.
140         (dist-tarball): Define distdir here for dist-recursive.
141
142 2004-10-21  Raja R Harinath  <rharinath@novell.com>
143
144         * Makefile (all-profiles $(STD_TARGETS:=-profiles)): Make
145         parallelizable. 
146
147 2004-09-27  Raja R Harinath  <rharinath@novell.com>
148
149         * nunit20/nunit-console/Makefile (PROGRAM): Put in
150         profile-specific directory.
151
152 2004-09-21  Raja R Harinath  <rharinath@novell.com>
153
154         * Makefile (DIST_ONLY_SUBDIRS): Add 'gmcs' since it is specially
155         handled by 'class/corlib/Makefile'.
156         (test-installed-compiler): Run compiler tests using the installed
157         compiler.
158
159 2004-09-14  Raja R Harinath  <rharinath@novell.com>
160
161         * Makefile (SUBDIRS): Allow to be overriden by $(TEST_SUBDIRS).
162         (test-profiles, run-test-profiles): New targets.
163         (test-compiler): Rename to ...
164         (compiler-tests): ... this.  Run tests on all profiles.
165
166 2004-09-03  Martin Baulig  <martin@ximian.com>
167
168         * Makefile (test-compiler): New target to run the compiler test.
169
170 2004-07-02  Raja R Harinath  <rharinath@novell.com>
171
172         * Makefile (OVERRIDE_BARE_TARGETS): Remove.
173         (OVERRIDE_TARGET_ALL): Define.
174         (all-recursive,$(STD_TARGETS:=-recursive)): Depend on
175         'platform-check' and 'profile-check'.
176         (all.override): New.  Run two passes: once to build, and once to
177         sign libraries.
178
179 2004-06-22  Todd Berman  <tberman@off.net>
180
181         * configure: Patch from Mariano Suárez-Alvarez 
182         <msuarezalvarez@arnet.com.ar> to make configure accept jhbuild style
183         /prefix /usr options, and to continue past unknown options. Currently
184         this patch is a bit spammy with multiple unknown options, anyone
185         who is interested is welcome to fix this.
186
187 2004-06-14  Raja R Harinath  <rharinath@novell.com>
188
189         * Makefile (all-profiles, clean-profiles): Simplify slightly.
190
191 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
192
193         * Makefile: added target run-test-ondotnet.
194
195 2004-05-26  Raja R Harinath  <rharinath@novell.com>
196
197         * nunit20/util/Makefile (EXTRA_DISTFILES): Remove
198         Transform.resources.
199         ($(the_lib)): Make Transform.resources using internal resgen.
200         * nunit20/util/Transform.resources: Rebuild.
201
202 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
203
204         * nunit.key: New. NUnit private key. Due to build issues the key
205         must be present in this directory.
206
207 2004-05-20  Raja R Harinath  <rharinath@novell.com>
208
209         * Makefile (SUBDIRS): Move 'monoresgen' ahead of 'class'.
210
211 2004-05-17  Raja R Harinath  <rharinath@novell.com>
212
213         * Makefile (all, clean): Remove indirection.
214         (clean-profiles): New.
215
216 2004-05-13  Jackson Harper  <jackson@ximian.com>
217
218         * Makefile: default build is no longer the multi profile build. Do
219         build both 1.1 and 2.0 profiles use the all-profiles target.
220         
221 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
222
223         * Makefile: disable net_2_0 on windows. It doesn't build. Don't
224         try to build net_1_0 and net_2_0 if we provide a PROFILE=xxx in the
225         command line.
226
227 2004-05-10  Raja R Harinath  <rharinath@novell.com>
228
229         * INSTALL.txt: Don't mention 'fullbuild'.  Mention 'bootstrap'
230         instead.  Update instructions for 'monocharge'.
231
232 2004-04-30  Raja R Harinath  <rharinath@novell.com>
233
234         * Makefile (SUBDIRS): Remove 'gmcs' for now.
235         (all): Simplify.
236         (clean): Quick hack to get 'make clean' to work better.
237
238 2004-04-29  Jackson Harper  <jackson@ximian.com>
239
240         * Makefile: Put the PROFILE= stuff before the target, this is more
241         pleasurable to cygwin users.
242         
243 2004-04-28  Jackson Harper  <jackson@ximian.com>
244
245         * Makefile: build the net_1_1 and net_2_0 profiles by default.
246         
247 2004-01-14  Martin Willemoes Hansen  <mwh@sysrq.dk>
248
249         * INSTALL.txt: Fixed, autogen should be autogen.sh
250
251 2003-12-01  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
252
253         * Added dirs mcs/jtest and mcs/jerrors.
254
255 2003-10-28 Jackson Harper <jackson@ximian.com>
256
257         * INSTALL.txt: Tell users where to find monocharges, do not
258         reference README.building.
259         
260 2003-07-22  Peter Williams  <peter@newton.cx>
261
262         * README: INSTALL.txt, not INSTALL.
263
264 2003-07-20  Peter Williams  <peter@newton.cx>
265
266         * nunit20/nunit-console/Makefile (PROGRAM): Put nunit-console.exe
267         in $(topdir)/class/lib so we can find our DLL's.
268
269 2003-07-18  Peter Williams  <peter@newton.cx>
270
271         * build/library.make (dist-local): Fancy make dist magic gives
272         way to boring old 'for'.
273
274         * build/executable.make (dist-local): Ditto.
275
276 2003-07-17  Peter Williams  <peter@newton.cx>
277
278         * build/profiles/default.make: Actually fix this. Use the platform
279         compiler all the way.
280
281 2003-07-17  Peter Williams  <peter@newton.cx>
282
283         * build/profiles/default.make: Try to make this smarter so
284         that we can build on Windows. Specifically, don't require
285         the mono runtime. Combined with the corlib $(BOOT_COMPILE) change,
286         this should make corlib build out of the box, I think.
287
288 2003-07-16  Peter Williams  <peter@newton.cx>
289
290         A whole passel of build system changes. Doc updates:
291         
292         * build/README.makefiles: Doc updates.
293
294         * build/profiles/net_1_0.make: Doc changes.
295
296         * INSTALL.txt: A few more touchups.
297
298         Better defaults:
299         
300         * build/config-default.make (prefix): Default install prefix
301         should be /usr/local.
302
303         * build/profiles/bootstrap.make: This profile ...
304
305         * build/profiles/default.make: ... is now the default.
306
307         * build/profiles/atomic.make: And the default is now this.
308
309         Fixes for pre-build checks:
310         
311         * Makefile: Do the platform and (new) profile checks
312         before the build, which took some infrastructure changes.
313
314         * build/rules.make: Allow a Makefile to specify its own all/install/etc
315         targets.
316
317         * build/profiles/default.make (profile-check): Add a blank
318         target here.
319
320         * build/profiles/atomic.make: Check for a full MCS install to 
321         build against.
322
323         HP/UX fixes with help from Bernie Solomon:
324         
325         * build/config-default.make (ECHO_ESCAPE): HP/UX 'echo'
326         doesn't need a -e parameter to interpret escape codes. Test for
327         that and define a configuration parameter.
328
329         * build/library.make ($(makefrag)): Use $(ECHO_ESCAPE)
330         instead of assuming that 'echo -e' will interpret escape
331         codes.
332
333         * build/executable.make ($(makefrag)): Here too.
334
335         A make distcheck fix:
336
337         * Makefile: Inherit the current prefix so that the build can
338         find the right System.Xml.dll.
339         
340         And Windows build fixes with the invaluable help of Sebastian
341         Pouliot (in various subdirectories).
342         
343 2003-07-14  Peter Williams  <peter@newton.cx>
344
345         * build/rules.make (dist-recursive): Fix recursive rules
346         to work on HP/UX /bin/sh. Patch from Bernie Solomon
347         <bernard@ugsolutions.com>.
348
349 2003-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
350
351         * makefile:
352         * makefile.gnu: don't use -C when running make.
353
354 2003-05-05 Ben Maurer <bmaurer@users.sourceforge.net>
355         * AUTHORS: Added self.
356
357 2003-04-15 Nick Drochak <ndrochak@gol.com>
358
359         * makefile: Remove nunit version 1 from build
360
361 2002-03-14  Daniel Morgan <danmorg@sc.rr.com>
362
363         * class/makefile.gnu
364         * class/ByteFX.Data/makefile.gnu: add ByteFX.Data.dll 
365         to the Linux build
366
367 2002-03-14  Daniel Morgan <danmorg@sc.rr.com>
368
369         * makefile: added ByteFX.Data.dll to windows install
370         
371         * class/library.build: added ByteFX.Data.dll 
372         to windows build.  added additional clean targets
373         
374         * class/Microsoft.VisualC/Microsoft.VisualC.build: fix 
375         windows clean
376         
377         * class/ByteFX.Data: added directory for ByteFX.Data.dll
378         which includes a MySQL ADO.NET Provider.  
379         Contributed by Reggie Burnett <rykr@bellsouth.net>
380         from ByteFX, Inc.
381         ByteFX.Data 0.6.5 is Copyright 2002-2003, ByteFX, Inc.
382         
383         Added the following files and directories:
384                 
385         class/ByteFX.Data/AssemblyInfo.cs    
386         class/ByteFX.Data/list
387         class/ByteFX.Data/ByteFX.Data.build  
388         class/ByteFX.Data/makefile.gnu
389         class/ByteFX.Data/ChangeLog.txt      
390         class/ByteFX.Data/readme.txt
391         class/ByteFX.Data/lgpl.txt: new files
392                 
393         BitStream.cs  
394         Connection.cs        
395         Field.cs        
396         Inflater.cs
397     ConnectionString.cs  
398     HuffmanTree.cs  
399     NamedPipeStream.cs
400     class/ByteFX.Data/Common: added files to new directory
401
402         Driver.cs     
403         command.resx            
404         todo.txt
405         CommandBuilder.cs  
406         Exception.cs  
407         dataadapter.cs           
408         transcaction.cs
409         Connection.cs      
410         Field.cs      
411         datareader.cs
412         Connection.resx    
413         MysqlDefs.cs  
414         parameter.cs
415         class/ByteFX.Data/mysqlclient: added files to new directory
416
417         command.cs    
418         parameter_collection.cs
419         class/ByteFX.Data/mysqlclient/Designers: added files to new directory
420         
421 2003-03-14  Daniel Morgan <danmorg@sc.rr.com>
422
423         * makefile: add ilasm.exe to windows build and add missing assemblies
424         to windows install
425         
426         * class/library.build: include PEAPI.dll, Npgsql.dll, and
427         ICSharpCode.SharpZipLib part of the windows build
428
429 2003-03-10  Martin Willemoes Hansen <mwh@sysrq.dk>
430         * Fixed some spelling errors in class/doc/TemplateTest.cs
431
432 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
433
434         * makefile: added Mono.Posix and System.Management.
435
436 2003-02-16  Martin Baulig  <martin@ximian.com>
437
438         * docs/compiler: Added a few works about the new `Location' code.
439
440 2003-02-15  Nick Drochak  <ndrochak@gol.com>
441
442     * makefile.gnu: Add testcorlib target to run just the corlib unit tests.
443
444 2003-02-10  Nick Drochak  <ndrochak@gol.com>
445
446         * makefile: Add testcorlib target to run just the corlib unit tests.
447
448 2003-01-16  Nick Drochak <ndrochak@gol.com>
449
450         * makefile.gnu: Add corlib target to just build that.
451
452 2003-01-14  Duncan Mak  <duncan@ximian.com>
453
454        * ilasm/parser/ScannerAdapter.cs: Remove the cleanup method now that
455        it's no longer in the interface.
456
457 2003-01-13  Duncan Mak  <duncan@ximian.com>
458
459         * ilasm/parser/ScannerAdapter.cs: Implement the new cleanup method
460         in the tokenizer. This fixes the build.
461
462 2003-01-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
463
464         * README.building: New file.
465         * makefile.gnu: install README.building file.
466
467 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
468
469         * AUTHORS: add myself to class library list
470
471 2002-12-15  Alp Toker  <alp@atoker.com>
472
473         * makefile.gnu: make sure mcs is in PATH, otherwise tell user to read
474         INSTALL.txt
475
476 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
477
478         * makefile
479         * tools/makefile
480         * tools/makefile.gnu: change target
481         from SqlSharpCli.exe
482         to sqlsharp.exe
483
484 2002-12-10  Alp Toker  <alp@atoker.com>
485
486         * ilasm/makefile.gnu: Install ilasm executable with -m 755, not 644
487         * ilasm/makefile: ditto
488
489 2002-12-10  Gaurav Vaish  <gvaish_mono@lycos.com>
490
491         * AUTHORS: Corrected my email-ID.
492
493 2002-11-29  Daniel Morgan  <danmorg@sc.rr.com>
494
495         * INSTALL: renamed to INSTALL.txt because INSTALL 
496         interferred with "make install" on windows
497         
498         * makefile: changes to get "make install" work 
499         on windows
500         
501         * class/makefile.gnu: flush
502         
503         * ilasm/makefile: updated for windows build
504         
505         * monoresgen/makefile: updated for windows build
506         
507         * tools/SqlSharp/SqlSharpCli.build: flush
508         
509         * winexe.in: add file to be template for executable assemblies
510         to be installed on windows via "make install" by providing
511         a script that runs mono and the assembly 
512         like mcs runs mono mcs.exe 
513         
514 2002-11-28  Daniel Morgan  <danmorg@sc.rr.com>
515
516         * makefile.gnu: added tools directory to linux build
517
518         * tools/makefile.gnu: added new file to built tools and install.
519         dist works too.  test is just blank.
520
521 2002-11-16  Martin Baulig  <martin@ximian.com>
522
523         * makefile.gnu: `binary-snapshot' is now an alias for `dist'.
524         Please update your scripts, the `dist' target will disappear soon.
525
526 2002-11-09  Nick Drochak  <ndrochak@gol.com>
527
528         * makefile: have test target be smart about windows/linux
529
530 2002-11-07  Nick Drochak  <ndrochak@gol.com>
531
532         * makefile: for the clean target, handle linux and windows differently.
533
534 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
535
536         * class/library.build: added Mono.Data.SqliteClient
537         directory to windows build
538
539 2002-10-10  Daniel Morgan <danmorg@sc.rr.com>
540
541         * class/library.build: added Mono.Data.MySql directory to windows build.
542
543 2002-10-10  Rodrigo Moya <rodrigo@ximian.com>
544
545         * class/makefile.gnu: added Mono.Data.MySql directory to linux build.
546
547 2002-10-09  Rodrigo Moya <rodrigo@ximian.com>
548
549         * class/makefile.gnu: added System.Data.Odbc directory.
550
551 2002-09-14  Piers Haken <piersh@friskit.com>
552
553         * */makefile.gnu:
554                 use $(topdir)
555                 build nunit into $(topdir)/class/lib
556
557 2002-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
558
559         * makefile.gnu:
560         * class/library.make:
561         * class/makefile.gnu:
562         * class/I18N/makefile.gnu
563         * class/corlib/makefile.gnu:
564         * class/corlib/Test/ChangeLog:
565         * class/corlib/Test/corlib_linux_test.args:
566         * class/corlib/Test/makefile.gnu:
567         * class/corlib/Test/run_test.sh:
568         * jay/makefile.gnu:
569         * mcs/makefile.gnu:
570         * monoresgen/makefile.gnu:
571         * nunit/makefile.gnu:
572
573         Allow running 'make -f makefile.gnu test' from top directory.
574         In the libraries makefile.gnu you just have to add TEST_DIR=dirname
575         with the name where tests reside.
576
577 2002-08-23  Martin Baulig  <martin@gnome.org>
578
579         * class/makefile.gnu: Add class/Mono.CSharp.Debugger to the build.
580
581 2002-08-13  Piers Haken <piersh@friskit.com>
582
583         * class/library.make: merge back original makefile.gnu behavior
584         * */makefile.gnu: merge back original makefile.gnu behavior
585
586 2002-08-12  Piers Haken <piersh@friskit.com>
587
588         * class/library.make: use 'find' to specify source files, instead of static files
589         * */makefile.gnu: specify include/exclude patterns for source files
590
591 2002-08-07  Peter Williams  <peterw@ximian.com>
592
593         * class/library.make (.makefrag): Fix this rule a bit; was using
594         $^ instead of $<
595
596 2002-07-29  Peter Williams  <peterw@ximian.com>
597
598         * makefile.gnu: 'make install' wasn't actually working due to $@,
599         fix it.
600
601 2002-07-29  Martin Baulig  <martin@gnome.org>
602
603         * makefile.gnu: Don't force people to install.  The default must also
604         be `all' and not `install'.
605
606 2002-07-26  Alp Toker  <alp@atoker.com>
607
608         * INSTALL: Wrote a guide to mcs installation.
609         * README: Updated to reflect the new INSTALL guide.
610
611 2002-07-23  Alp Toker  <alp@atoker.com>
612
613         * makefile.gnu: Added an install target (which sets permissions and
614         respects prefix) and a dist target which produces a tarball. Also
615         fixed a few other makefile issues.
616
617 2002-07-22  Peter Williams  <peterw@ximian.com>
618
619         * class/library.make: Oops, the deps weren't right -- touching a .cs
620         file didn't cause the libraries to be rebuilt.
621         (clean): Robustify this rule a bit.
622
623 2002-07-20  Martin Baulig  <martin@gnome.org>
624
625         * class/makefile.gnu: Added System.Data.
626
627 2002-07-20  Martin Baulig  <martin@gnome.org>
628
629         * class/library.make: Put $(MONO_PATH_PREFIX) in front of the MONO_PATH.
630
631         * class/*/makefile.gnu: Set MONO_PATH_PREFIX=../lib:
632
633 2002-07-19  Martin Baulig  <martin@gnome.org>
634
635         * makefile.gnu (DIRS): Added nunit.
636
637 2002-07-19  Martin Baulig  <martin@gnome.org>
638
639         Added the super-cool set of makefiles from Peter Williams which run on
640         GNU/Linux without NAnt.  I named them `makefile.gnu' and not `GNUmakefile'
641         since this won't break the windows build.
642
643         To compile stuff on GNU/Linux, just do a `make -f makefile.gnu'.
644
645         * mcs-tool, */makefile.gnu, class/library.make: New files.
646
647 2002-07-19  Martin Baulig  <martin@gnome.org>
648
649         * */makefile (NANT): Use a variable `NANT' so the user can override it with
650         `make NANT=/usr/local/bin/NAnt.exe'.
651
652 2002-05-09  Daniel Morgan <danmorg@sc.rr.com>
653
654         * AUTHORS: add me to class libraries list
655
656 2002-03-26  Dick Porter  <dick@ximian.com>
657
658         * makefile (linux): Abandon the build if any of the subdir makes fail
659
660 2002-03-07  Nick Drochak  <ndrochak@gol.com>
661
662         * makefile: Change order of build so corlib is built before nunit since
663         Nunit needs corlib now.
664
665 2002-02-14  Nick Drochak  <ndrochak@gol.com>
666
667         * makefile: Build mcs/doctools too when one does 'make'
668
669 2002-01-20 Nick Drochak  <ndrochak@gol.com>
670
671         * on the 'test' target, make sure NUnit is built first before building
672         and running tests
673
674 2002-01-20 Nick Drochak  <ndrochak@gol.com>
675
676         * add nunit directory to the list of dirs to build in