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