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