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