2002-11-28 DennisHayes <dennish@raytek.com>
[mono.git] / ChangeLog
1 2002-11-30  Daniel Morgan <danmorg@sc.rr.com>
2
3         * man/sqlsharpcli.1: added file - a man page 
4         for SQL# CLI
5         
6         * man/Makefile.am: added sqlsharpcli.1 to man_MANS
7         
8 2002-11-20  Daniel Morgan <danmorg@sc.rr.com>
9
10         * doc/firebird: updated web page
11
12 2002-11-19  Mike Kestner <mkestner@speakeasy.net>
13
14         * data/Config.in : added the gtk# dll mapping entries
15
16 2002-11-19  Daniel Morgan <danmorg@sc.rr.com>
17
18         * doc/firebird: updated web page based on input
19         from the firebird .net data provider author
20
21 Mon Nov 18 16:40:34 CET 2002 Paolo Molaro <lupus@ximian.com>
22
23         * configure.in, mono/os/gc_wrapper.h: check that the gc headers have
24         been installed.
25
26 2002-11-12  Daniel Morgan <danmorg@sc.rr.com>
27
28         * doc/oledb
29         * doc/odbc
30         * doc/mysql
31         * doc/sqlite
32         * doc/sqlclient
33         * doc/tdsclient
34         * doc/sybase
35         * doc/firebird: added web pages
36         for each specific data provider
37         
38         * doc/ado-net
39         * doc/postgresql: updated web page
40         with current status
41         
42         * doc/web/commands
43         * doc/web/makefile: updated to include
44         new web pages
45
46 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
47
48         * autogen.sh: make it work when MONO_PATH is set and it has more than
49         one directory or ends in ":". Also check that the directory added to
50         ACLOCAL_FLAGS and PATH exist (aclocal fails if they don't).
51
52 2002-10-22  Miguel de Icaza  <miguel@ximian.com>
53
54         * configure.in: Also allow the miss-spelled bohem.
55
56 2002-10-18  Daniel Morgan <danmorg@sc.rr.com>
57
58         * doc/ado-net
59         * doc/postgresql
60         * doc/tds-providers: cleaned up the web pages
61         
62         * doc/web/commands: postgresql.html page was mistyped
63
64 2002-10-18  Daniel Morgan <danmorg@sc.rr.com>
65
66         * doc/ado-net: updated status of
67         the ADO.NET functionality and providers
68         and added link to tds-providers.html
69
70         * doc/tds-providers: added file to
71         describe the design     and status of 
72         the SqlClient, SybaseClient, and TdsClient
73         ADO.NET providers.
74
75         * doc/web/makefile
76         * doc/web/command: added new web page 
77         tds-providers.html to build of  www.go-mono.com web site
78         
79 2002-10-17  Daniel Morgan <danmorg@sc.rr.com>
80
81         * doc/web/makefile
82         * doc/web/commands:     web page 
83         postgresql needed to be added
84
85 2002-10-13  Mark Crichton <crichton@gimp.org>
86
87         * doc/index: Even more spelling errors fixed.
88
89 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
90
91         * doc/adonet: updated status of all providers, added links, 
92           and added information
93           about the Mono.Data.SqliteClient provider that 
94           Vladimir Vukicevic contributed. Added Brian Ritchie's 
95           and Vladimir Vukicevic's email addresses as
96           people to contact about ADO.NET in Mono.  
97           Added information about SQL#, configuration tools, 
98           and an ADO.NET Multiplexor, etc...  
99
100 2002-10-10  Daniel Morgan <danmorg@sc.rr.com>
101
102         * doc/index: corrected some mistypes
103         
104         * doc/adonet: updated the status and plans of all the ADO.NET providers
105           and moved PostgreSQL specific stuff to doc/postgresql
106
107         * doc/postgresql: added new file to detail
108           the status of the PostgreSQL ADO.NET provider
109           and provide test notes for setting it up
110
111 2002-10-09  Daniel Morgan <danmorg@sc.rr.com>
112
113         * data/config.in: add entry for MySQL native shared libraries
114           which are different on Windows and Linux
115
116 2002-10-04  Diego Sevilla Ruiz  <dsevilla@um.es>
117
118         * doc/ccvs: Fixed some ugly formatting.
119
120 2002-10-03  Dick Porter  <dick@ximian.com>
121
122         * acconfig.h:
123         * configure.in:  Freebsd pthread_t is a pointer
124
125 2002-10-01  Duncan Mak  <duncan@ximian.com>
126
127         * mono/os/Makefile.am: Add gc_wrapper.h.
128
129         * runtime/Makefile.am: Fix the path for monoresgen.exe.
130
131 2002-09-27  Dick Porter  <dick@ximian.com>
132
133         * configure.in: Check for semaphore.h.  Patch for BSD from
134         jmmv@hispabsd.org (Julio Merino).
135
136 2002-09-20  Duncan Mak  <duncan@ximian.com>
137
138         * data/config.in: Added reference to libxslt.
139
140 2002-09-20  Mark Crichton  <crichton@gimp.org>
141
142         * configure.in: added NEED_LINK_UNLINK to make io-layer more portable.
143         Linux has a "virtual fs" for UNIX sockets, Solaris and BSD don't.
144         For systems that do not have such a virtual FS, define
145         NEED_LINK_UNLINK.
146
147         * acconfig.h: added NEED_LINK_UNLINK
148         
149 Wed Sep 4 18:09:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
150
151         * configure.in: add some needed defines to fix support of
152         threads in the GC.
153
154 2002-09-19  Mark Crichton  <crichton@gimp.org>
155
156         * configure.in: Added checks for Solaris to use X/Open functionality.
157         Really needed for the io-layer code.
158
159 2002-09-15  Andrew Birkett  <andy@nobugs.org>
160
161         * man/mcs.1: --probe is now --expect-error.
162
163 2002-09-09  Dick Porter  <dick@ximian.com>
164
165         * acconfig.h: 
166         * configure.in: Simplify thread checks, by using canned rules for
167         particular systems (based on the sleepycat db configure.in).
168         Tested on linux/x86, freebsd and w32.  Solaris also added, but I
169         don't have a solaris machine to try it on.
170
171 2002-09-04  Juli Mallett  <jmallett@FreeBSD.org>
172
173         * configure.in: Include <sys/types.h> when checking <sys/un.h> stuff.
174
175 2002-09-02  Diego Sevilla Ruiz  <dsevilla@um.es>
176
177         * doc/ccvs: Added how to convert SSH keys (from SSH Communications
178         Security) to the OpenSSH keys required by mono CVS
179         access.
180
181 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
182
183         * configure.in, mono/interpreter/interp.c,
184         mono/io-layer/handles.c, mono/io-layer/processes.c,
185         mono/io-layer/threads.c, mono/io-layer/timed-thread.c,
186         mono/io-layer/wait.c, mono/jit/helpers.c, mono/jit/jit.c,
187         mono/metadata/appdomain.c, mono/metadata/class.c,
188         mono/metadata/domain.c, mono/metadata/gc.c,
189         mono/metadata/object.c, mono/metadata/reflection.c,
190         mono/metadata/threads.c, mono/os/gc_wrapper.h,
191         mono/utils/mono-hash.c: Add a new header, gc_wrapper.h, to
192         wrap inclusion of gc.h for boehm, since from FreeBSD and
193         OpenBSD ports, gc.h is <gc.h>, but on GNU it seems to be
194         in <gc/gc.h>.  This will reduce the diffs FreeBSD ports has
195         to apply, and also makes it possible for me to build with
196         GC on OpenBSD/macppc built by hand.
197
198 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
199
200         * configure.in: On BSD don't try to use -ldl, we simply don't use it.
201
202 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
203
204         * mono/dis/dis-cil.c:
205         * configure.in: Check for <wchar.h> via autoconf, don't use it if
206         it isn't there, as it seems to work fine without it on OpenBSD.
207
208 2002-08-28  Dick Porter  <dick@ximian.com>
209
210         * mono/os/win32/util.c: 
211         * mono/os/unix/util.c: 
212         * mono/os/util.h: mono_set_rootdir() doesnt take any args now.
213         (It doesn't do anything on unix builds, and the w32 version no
214         longer needs an arg.)
215
216         * configure.in: Add HOST_CC for w32 builds
217
218 Tue Aug 27 18:17:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
219
220         * configure.in: remove iconv checks.
221
222 2002-08-24  Juli Mallett  <jmallett@FreeBSD.org>
223
224         * configure.in: Recognise OpenBSD/macppc as PowerPC.
225
226 Tue Aug 20 15:15:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
227
228         * configure.in: patch by noa@metamatrix.se (Daniel Resare)
229         to error out if bison is missing.
230
231 2002-08-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
232
233         * configure.in: don't link against libdl on windoze.
234
235 2002-08-12  Dick Porter  <dick@ximian.com>
236
237         * mono.pc.in: Add $includedir to Cflags
238
239 Fri Jul 19 18:38:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
240
241         * configure.in, Makefile.am, mono.pc.in: add a mono.pc file for use
242         with pkg-config.
243         * */Makefile.am: makefile overhaul to create a shared libmono library.
244         * */*.h: do not include config.h in headers that should be installed.
245
246 2002-07-12  Dick Porter  <dick@ximian.com>
247
248         * acconfig.h:
249         * configure.in: Check the size of sockaddr_un.sun_path
250
251 2002-06-23  Miguel de Icaza  <miguel@ximian.com>
252
253         * man/Makefile.am (man_MANS): Added new man page
254
255         * man/mono-config.5: New manual page describing the mono-config
256         file format. 
257
258 2002-06-10  Jaroslaw Kowalski <jarek@atm.com.pl>
259
260         * configure.in: added checks for MSG_NOSIGNAL
261
262 2002-05-30  Daniel Morgan <danmorg@sc.rr.com>
263
264         * doc/ado-net: update the ado-net web page on go-mono.com
265         input parameters support, beginnings of Mono.Data.MySQL 
266         and System.Data.OleDb, updated the sample source code,
267         and output from a PostgresTest
268
269 2002-05-21  Martin Baulig  <martin@gnome.org>
270
271         * mono.1: Documented the "--debug-args" debugging arguments.
272
273 2002-05-21  Martin Baulig  <martin@gnome.org>
274
275         * mono.1: Updated to reflect my latest changes and beautified this a bit.
276         (FIXME: There are still command line argument which aren't documented here.)
277
278 2002-05-19  Daniel Morgan <danmorg@sc.rr.com>
279
280         * doc/ado-net: updated page to include C# code snippets using
281         System.Data.  Update status: handle reading NULL values, DataSet/DataAdapter
282         works, executing/reading multiple results, and stored procedures.
283         And other tweaks about the providers.  
284
285 2002-05-19  Martin Baulig  <martin@gnome.org>
286
287         * mono/Makefile.am (SUBDIRS): Added `os', it's referenced by
288         interpreter/Makefile.am.
289
290 Wed May 15 12:22:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
291
292         * configure.in: search for pthread functions also in libc_r (patch
293         from Garrett Rooney <rooneg@electricjellyfish.net>).
294
295 2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
296
297         * doc/ado-net: added instructions for installing PostgreSQL on Linux
298         and for using nant to re-compile just the System.Data.dll assembly
299         on Windows.
300
301 2002-05-10  Rodrigo Moya <rodrigo@ximian.com>
302
303         * doc/ado-net: added instructions for compiling System.Data.dll
304         (a subset of) on Linux.
305
306 2002-05-10  Daniel Morgan <danmorg@sc.rr.com>
307
308         * doc/ado-net: added links
309
310 2002-05-09  Dick Porter  <dick@ximian.com>
311
312         * configure.in: Set CPPFLAGS not CFLAGS (bug 23767)
313
314 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
315
316         * doc/ado-net: correct formatting
317         * doc/index: added credit i forgot to add
318
319 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
320
321         * doc/ado-net: i did not format it correctly earlier, i 
322         tried added various tags where appropriate.
323         
324         * doc/index: added news item for May 5, 2002 - ado.net able
325         to retrieve data now
326
327 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
328
329         * doc/ado-net: updated the current status which
330         I kept forgetting to do.
331
332 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
333
334         * doc/ado-net: updated to includes an example for
335         running ipc-daemon as a Windows service.  Thanks
336         to gonzalo.
337
338 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
339
340         * doc/ado-net: updated to include installation of
341         PostgreSQL DBMS under cygwin.  It is a TODO for Linux though.
342         Also included notes on running the System.Data/Test/PostgresTest.cs
343         that should work on a lot of Mono installations that have
344         PostgreSQL installed.  If not please let me, rodrigo, or gonzalo
345         know.
346
347 2002-05-01  Rodrigo Moya <rodrigo@ximian.com>
348
349         * doc/ado-net: updated a little bit.
350
351 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
352
353         * configure.in: Added checks for timezone stuff.
354
355 2002-04-30  Dick Porter  <dick@ximian.com>
356
357         * acconfig.h:
358         * configure.in: Added option to disable using shared memory for
359         handles
360
361 2002-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
362
363         * configure.in: fix for conditional "THREADS_PTHREAD" was never 
364         defined problem under cygwin with latest version of automake and
365         autoconf. Patch from Jeroen Janssen <japj@darius.demon.nl>.
366
367 2002-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
368
369         * configure.in: removed -Wshadow from CFLAGS.
370
371 2002-04-12  Rodrigo Moya <rodrigo@ximian.com>
372
373         * status/maintainers.xml: added danmorg and myself for System.Data.*
374         classes.
375
376         * status/class.xml: added System.Data.* classes.
377
378 2002-04-08  Dick Porter  <dick@ximian.com>
379
380         * configure.in: Set -mno-cygwin here rather than in the build script
381
382 2002-04-05  Dietmar Maurer  <dietmar@ximian.com>
383
384         * mono/tests/remoting2.cs: new test for async invoke of proxy calls
385
386 2002-03-29  Martin Baulig  <martin@gnome.org>
387
388         * doc/jit-debug, docs/jit-debug-sample, docs/jit-debug-sample2:
389         New files, added documentation for the debugging code.
390
391         * doc/web/commands: Added the debugging pages.
392
393         * docs/jit-debug: Removed, this is now on the web site.
394
395 2002-03-24  Martin Baulig  <martin@gnome.org>
396
397         * man/mcs.1: Documented the new --debug option and added a section
398         about debugging support.
399
400         * man/mono.1: Documented the new --dwarf and --dwarf-plus options.
401
402 2002-03-21  Martin Baulig  <martin@gnome.org>
403
404         * configure.in: Added check for <elf.h>.
405
406 2002-03-18  Dick Porter  <dick@ximian.com>
407
408         * configure.in: Only look for libgc on the system.  Default to not
409         using GC at all, because it doesn't work with the jit.
410
411 2002-03-17  Miguel de Icaza  <miguel@ximian.com>
412
413         * configure.in: Add support for building the included boehm GC.
414
415 Thu Mar 7 17:19:44 CET 2002 Paolo Molaro <lupus@ximian.com>
416
417         * configure.in: detect Boehm GC libs and add --with-gc switch.
418         Boehm GC needs to be explicitly enabled since the JIT currently fails
419         in some cases with it.
420
421 2002-02-27  Dietmar Maurer  <dietmar@ximian.com>
422
423         * mono/tests/fib.cs: it is now possible to pass a repeat count as
424         command line argument, for example fib.exe 20 runs the test 20
425         times. 
426
427 2002-02-25  Sergey Chaban  <serge@wildwestsoftware.com>
428         * configure.in: added support for ARM target arch.
429         Uncommented and modified arm-*-linux* target,
430         added mono/arch/arm/Makefile to AC_OUTPUT list.
431
432 2002-02-21  Mark Crichton  <crichton@gimp.org>
433
434         * status/class.xml: Added contact info for RNGCryptoServiceProvider
435         class and Rijndael classes.
436         * status/maintainers.xml: Added contact info to maintainers list.
437
438 2002-02-21  Mark Crichton  <crichton@gimp.org>
439  
440         * configure.in: Add checks for a system-provided entropy device
441         * acconfig.h: Added HAVE_CRYPT_RNG and NAME_DEV_RANDOM
442
443 2002-02-20  Dick Porter  <dick@ximian.com>
444
445         * acconfig.h:
446         * configure.in: Always build without cygwin support on windows
447
448 2002-02-19  Radek Doulik  <rodo@ximian.com>
449
450         * mono/tests/pinvoke.cs: use more pinvoke test methods
451
452 2002-02-19  Radek Doulik  <rodo@ximian.com>
453
454         * mono/tests/libtest.c (mono_test_many_short_arguments): new test
455         method
456         (mono_test_many_byte_arguments): ditto
457
458 2002-02-18  Radek Doulik  <rodo@ximian.com>
459
460         * mono/tests/Makefile.am: added small test library for pinvoke
461         testing
462
463         * mono/tests/libtest.c (mono_test_many_int_arguments): new file,
464         new function to test pinvoke
465
466         * mono/tests/pinvoke.cs (Test): added pinvoked method with 10 int
467         arguments
468
469         * mono/tests/Makefile.am: display # of passing tests too
470         added simple shared library libtest with testing function for
471         pinvoke
472
473 2002-02-17  Radek Doulik  <rodo@ximian.com>
474
475         * mono/tests/Makefile.am (test): display # of failed tests
476
477 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
478
479         * configure.in: Add checks for SOL_IP, SOL_TCP, and
480         IP_PKTINFO. Also check for struct ip_mreqn.
481
482 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
483
484         * configure.in: Add checks to see if we need to link to libsocket,
485         libnsl, and/or librt. Also check for inet_pton and inet_aton.
486
487 2002-02-13  Jeffrey Stedfast  <fejj@ximian.com>
488
489         * acconfig.h: #undef USE_MONO_MUTEX
490
491         * configure.in: If the system pthread implementation is lacking,
492         default to using mono-mutex.
493
494 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
495
496         * mono/tests/enum2.cs: new file with more enum tests.
497
498 2002-02-01  Dietmar Maurer  <dietmar@ximian.com>
499
500         * mono/tests/jit-long.cs: added some SHL/SHR tests
501
502 Fri Feb 1 15:32:36 CET 2002 Paolo Molaro <lupus@ximian.com>
503
504         * configure.in: allow PKG_CONFIG_PATH for the build-platform
505         pkg-config invocation.
506
507 Fri Feb 1 15:13:25 CET 2002 Paolo Molaro <lupus@ximian.com>
508
509         * configure.in: add some support/fixes for cross-compilation.
510
511 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
512
513         * mono/tests/exception6.cs: new tests for ADD_OVF, MUL_OVF
514         added tests for SUB_OVF, SUB_OVF_UN
515
516 2001-12-21  Dietmar Maurer  <dietmar@ximian.com>
517
518         * mono/tests/Makefile.am (TESTSRC): disabled stream-writer test
519
520 2001-12-21  Aaron Weber  <aaron@ximian.com>
521
522         * doc/faq (A): added a linebreak that was missing and was causing
523         a heading to appear badly.
524
525 2001-12-20  Aaron Weber  <aaron@ximian.com>
526
527         * doc/faq: added <a name=""> nav links, and moved all MSFT-related
528         questions into a single section.
529
530 2001-12-17  Aaron Weber  <aaron@ximian.com>
531
532         * doc/faq (Q): Question-by-question, line-by-line revision.
533
534 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
535
536         * mono/tests/time.cs: new test
537
538 2001-11-30  Radek Doulik  <rodo@ximian.com>
539
540         * configure.in: remove ACCESS_UNALIGNED="no" from ppc
541
542 2001-11-29  Radek Doulik  <rodo@ximian.com>
543
544         * configure.in (ACCESS_UNALIGNED): uncommented and modified
545         powerpc-*-linux* 
546         generate mono/arch/ppc/Makefile
547
548 2001-11-26  Dietmar Maurer  <dietmar@ximian.com>
549
550         * mono/tests/exception3.cs: modified the test to show a bug in the
551         current exception handling implementation.
552
553 2001-11-13  Dick Porter  <dick@ximian.com>
554
555         * configure.in: Some more tests for pthread features
556         (specifically, glibc 2.1 doesnt define pthread_mutex_timedlock but
557         still needs _GNU_SOURCE for PTHREAD_MUTEX_RECURSIVE)
558
559 2001-11-09  Dick Porter  <dick@ximian.com>
560
561         * configure.in: Try and get large file support, but it's not fatal
562         if it's not there (the io-layer just ignores the high word in that
563         case.)
564
565         Check for windows builds, and only bother to look for pthreads and
566         large files if we're not building for cygwin or native win32.  Not
567         having pthread support on Posix systems is now a fatal error.
568
569         * autogen.sh: Fix ACLOCAL_FLAGS - it wasn't being passed to
570         aclocal
571
572 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
573
574         * mono/tests/Makefile.am: removed JITTESTS, simply run all tests for
575         target testjit. 
576
577 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
578
579         * docs/object-layout: more documentation
580
581 Mon Oct 8 20:27:50 CEST 2001 Paolo Molaro <lupus@ximian.com>
582
583         * configure.in: define NO_UNALIGNED_ACCESS for platforms that
584         can't read on unaligned boundaries
585
586 2001-10-04  Dick Porter  <dick@ximian.com>
587
588         * configure.in: Do some deeper checks on pthreads for some of the
589         more interesting functions
590
591 2001-09-24  Dietmar Maurer  <dietmar@ximian.com>
592
593         * mono/tests/Makefile.am (testjit): a new target to test the JITer
594
595         * mono/tests/jit-*: added some test for the JITer
596
597 2001-09-23  Dick Porter  <dick@ximian.com>
598
599         * configure.in: Arrange to compile dummy thread support routines
600         if pthread isnt available
601         
602 2001-09-23  Dick Porter  <dick@ximian.com>
603
604         * configure.in: Check for pthread.h, so that we can check for the
605         HAVE_PTHREAD_H define in config.h
606
607 2001-09-21  Dick Porter  <dick@ximian.com>
608
609         * configure.in: Check for libpthread
610
611 2001-09-19  Dietmar Maurer  <dietmar@ximian.com>
612
613         * mono/tests/test-ops.cs: added more tests
614
615 Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
616
617         * configure.in: check for sizeof(void*) and for the architecture.
618
619 2001-09-05  Dick Porter  <dick@ximian.com>
620
621         * autogen.sh: Fixed the section that adds $ACLOCAL_FLAGS to the
622         aclocal invocation, so putting aclocal files in /usr/local works
623
624 2001-08-30  Dietmar Maurer  <dietmar@ximian.com>
625
626         * *: removed the libffi dependency, mono now compiles on cygwin 
627
628         * mono/wrapper/build-dll: new file.
629
630 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
631
632         * mono/tests/console.cs: impl.
633
634         * mono/tests/box.cs: impl.
635
636         * mono/tests/stream-writer.cs: impl.
637
638 Mon Aug 27 20:24:26 CEST 2001 Paolo Molaro <lupus@ximian.com>
639
640         * mono/tests/*: New test cases, mostly for virtual method dispatch.
641         Use make testb for the slow benchmarking programs,
642         make test for the usual regression test checks.
643
644 2001-08-22  Rodrigo Moya <rodrigo@ximian.com>
645
646         * mono/cil/Makefile.am:
647         * mono/wrapper/Makefile.am: use correct variables for installation
648         directories
649
650 Tue Aug 21 18:54:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
651
652         * mono/tests/exceptions*: enhanced and added more tests for
653         exceptions.
654
655 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
656
657         * mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us
658         to pass make distcheck
659
660         * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl
661
662         * configure.in, Makefile.am, runtime/Makefile.am (dist-hook,
663         install-data-hook): Added mechanism to distribute and install the
664         dll files.
665
666 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
667
668         * mono/tests/stream.cs: new tests for the Stream class
669
670         * configure.in: I really need LIBTOOL for libmonowrapper.so, so I
671         added it again.
672
673 2001-08-16  Alex Graveley  <alex@ximian.com>
674
675         * configure.in: Replace AM_PROG_LIBTOOL with AC_PROG_RANLIB. This
676         removes libtool dependency on all of Mono.
677
678 2001-08-10  Dietmar Maurer  <dietmar@ximian.com>
679
680         * mono/tests/array.cs: more array tests
681
682 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
683
684         * mono/tests/array.cs: more array tests
685
686 2001-08-06  Dietmar Maurer  <dietmar@ximian.com>
687
688         * mono/tests/pinvoke.cs: we can now print strings ;-)
689
690         * mono/tests/array.cs: new test for arrays
691
692 2001-08-02  Alex Graveley  <alex@ximian.com>
693
694         * libffi/*: Import libffi CVS version, with minor changes to make it 
695           compile.
696
697         * mono/interpreter/Makefile.am: Link against 
698           ../../libffi/.libs/libffi.a.
699
700         * Makefile.am: Add libffi
701
702         * autogen.sh: Replace with adapted gnome autogen.sh
703
704         * configure.in: Add AC_CONFIG_SUBDIRS(libffi).
705
706 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
707
708         * mono/tests/pinvoke.cs: impl.
709
710 Wed Aug 1 22:34:52 CEST 2001 Paolo Molaro <lupus@ximian.com>
711
712         * configure.in, mono/tests: added some tests for the interpreter.
713
714 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
715
716         * doc/download: added instructions for cygwin
717         
718         * doc/c-sharp: removed bit about compiling
719         
720         * status/compare-assembly.cs: basedir should be there if
721         parameters are provided.
722
723         * status/makefile: made targets to dump info.
724         
725 2001-07-15  Joe Shaw  <joe@ximian.com>
726
727         * configure.in: Don't create doc/Makefile as there's nothing there
728         to make.
729
730         * Makefile.am: Don't build the doc directory because there's no
731         Makefile.am there.
732
733         * autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.
734
735 2001-07-15  Miguel de Icaza  <miguel@ximian.com>
736
737         * doc/class-library (A): Updated FAQ with question on error 1595.
738
739 2001-07-14  Miguel de Icaza  <miguel@ximian.com>
740
741         * doc/index: 
742
743 Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <lupus@ximian.com>
744
745         * status/*: scripts and data to create statistics about the
746         class library status.
747
748 2001-07-09  Alex Graveley  <alex@ximian.com>
749
750         * doc/makefile (clean): Add clean target.
751         * doc/web/makefile (clean): Ditto.
752
753 2001-07-09  Alex Graveley  <alex@ximian.com>
754
755         * doc/makefile (all-docs): Fix typo.
756
757 2001-05-30  Miguel de Icaza  <miguel@ximian.com>
758
759         * NEWS: 
760
761