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