more readonly/const
[mono-project.git] / ChangeLog
blobb5be1dfbbc7a03b6fd9ac1c95c8a2503f70fab31
1 2004-04-30  Raja R Harinath  <rharinath@novell.com>
3         * runtime/net_1_1/Makefile.am (gac_assemblies_list): Remove .dll
4         suffix.
5         (gac_assemblies, non_gac_assemblies, corlibdir, dist_corlib_DATA): 
6         New variables.  Use Automake idioms.
7         (dist-hook): Remove.
8         (install-local, uninstall-local): Use mscorlib.dll from current
9         tree when running gacutil.
10         (mono_runtime): New variable.  Points to either JIT compiler or
11         interpreter.  
12         Report from Bernie Solomon <bernard@ugsolutions.com>
13         * runtime/net_2_0/Makefile.am: Likewise.
14         * runtime/Makefile.am (dist_monobins_DATA): Rename from
15         monobins_DATA.
16         (EXTRA_DIST): Remove.
17         * Makefile.am (fullbuild): Update to changes.
19 2004-04-30  Jackson Harper  <jackson@ximian.com>
21         * runtime/net_2_0/Makefile.am:
22         * runtime/net_1_1/Makefile.am: /lib/mono/gac. Dont forget the mono.
23         
24 2004-04-30  Duncan Mak  <duncan@ximian.com>
26         * runtime/Makefile.am ($(monobins_DATA)): Add sn.exe and sn.
27         
28 2004-04-29  Duncan Mak  <duncan@ximian.com>
30         * scripts/gmcs.in: New file.
32         * scripts/Makefile.am (EXTRA_DIST, bin_SCRIPTS, CLEANFILES): Add
33         gmcs script.
35 2004-04-29  Jackson Harper  <jackson@ximian.com>
37         * runtime/net_2_0/Makefile.am: install 2.0 corlib to its own
38         special little place.
39         
40 2004-04-29  Zoltan Varga  <vargaz@freemail.hu>
42         * acconfig.h configure.in: Add check for scandir.
44 2004-04-29  Raja R Harinath  <rharinath@novell.com>
46         * runtime/Makefile.am (monobins_DATA): Add gacutil.exe.
47         (SUBDIRS): Build here before building subdirs.
48         * runtime/net_1_1/Makefile.am (all-local): Copy
49         $(gac_assemblies_list) here.
50         (install-data-local): Install dll from $(srcdir).
51         (gacutil): Pick from current tree.
52         * runtime/net_2_0/Makefile.am: Likewise.
54         * Makefile.am (fullbuild): Update to changes in tree layout.
55         * runtime/net_1_1/Makefile.am (install-data-local): Allow empty
56         $(gac_assemblies_list).
57         ($(gac_assemblies_list)): Pick libraries from 'class/lib/default',
58         not 'class/lib/net_1_1'.
60 2004-04-28  Jackson Harper  <jackson@ximian.com>
62         * runtime/net_1_1/Makefile.am: Grab libs from proper directory, do
63         not assume gacutil is installed.
64         * runtime/net_2_0/Makefile.am: Do not assume gacutil is installed.
65         
66 2004-04-28  Jackson Harper  <jackson@ximian.com>
68         * configure.in: Add new Makefile.amS
69         * runtime/Makefile.am: libs are now in profile dependant
70         directories.
71         * runtime/net_1_1/Makefile.am: Install and Uninstall the .net 1.1
72         libs to the GAC.
73         * runtime/net_2_0/Makefile.am: Install and Uninstall the .net 2.0
74         libs to the GAC.
75         * data/Makefile.am: cleanup browscap.ini
76         
77 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
79         * configure.in: reword message re EGD support
80         now it is there
82 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
84         * config.h.in:
85         * configure.in: added check for sys/aio.h. Also check the field name
86         in 'union sigval'.
88 2004-04-28  Jackson Harper  <jackson@ximian.com>
90         * scripts/Makefile.am:
91         * scripts/gacutil.in: Add a gacutil script
93 2004-04-26  Jackson Harper  <jackson@ximian.com>
95         * Makefile.am: Grab libraries from lib/default now.
96         * runtime/Makefile.am: Grab libraries from lib/default now.
97         
98 2004-04-26  Bernie Solomon  <bernard@ugsolutions.com>
100         * configure.in: move setting of NO_VERSION_SCRIPT
101         until after checking for GNU ld
103 2004-04-22  Urs C Muff <umuff@quark.com>
105         move .net assemblies from $prefix/bin/*.exe to $prefix/lib/*.exe on
106         windows/cygwin refactor .nsi to simply maintenance on script/batch
107         generation
108         * runtime/Makefile.am
109         * script/Makefile.am
110         * monowiz.win32.nsi
112 2004-04-14  Raja R Harinath  <rharinath@novell.com>
114         * runtime/Makefile.am ($(assemblies_DATA)): Copy file into
115         $(srcdir).  Clean up output.
116         ($(monobins_DATA)): Likewise.
118         * Makefile.am (mcs-tree-safe-build): Fix typo.
120 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
122         * configure.in: Added rules to check for getgrgid_r, getgrnam_r,
123         getpwnam_r, getpwuid_r, getresuid and setresuid.
125 2004-04-13  Raja R Harinath  <rharinath@novell.com>
127         Allow 'make fullbuild' to work on non-srcdir build.
128         * Makefile.am (mcs_topdir): New variable.
129         (mcs-tree-safe-build,mcs-rest,remove-binaries): Work in non-srcdir
130         build.
131         (xinstall-runtime): Likewise.  Use $(libgc_dir) directly, don't
132         grep for 'libgc'.
133         (fullbuild): Make ordering dependencies explicit.
134         
135 2004-04-12  Sachin Kumar <skumar1@novell.com>
137         * Makefile.am: Added 'web' in SUBDIRS
139 2004-04-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
141         * configure.in: don't try-run the tests for nptl and/or sigaltstack
142         if they are disabled in the command line.
144 2004-04-05  Jackson Harper  <jackson@ximian.com>
146         * man/ilasm.1: Show /output instead of /out as the switch for
147         specifying output file names.
149 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
151         * configure.in: Check for pthread_getattr_np and pthread_attr_get_np.
153 2004-04-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
155         * config.h.in: added HAVE_GETPWUID_R
156         * configure.in: check for getpwuid_r.
158 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
160         * configure.in: Fix GNU ld check.
162 2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
164         * configure.in: Use amd64 instead of x86-64 as directory name. Fixes
165         #55840.
166         
167         * configure.in: Disable -version-script if not using GNU ld. Fixes
168         #55910.
170         * configure.in: Speedup successful sigaltstack test.
173         * configure.in: don't try-run the tests for nptl and/or sigaltstack
174         if they are disabled in the command line.
176 2004-04-05  Jackson Harper  <jackson@ximian.com>
178         * man/ilasm.1: Show /output instead of /out as the switch for
179         specifying output file names.
181 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
183         * configure.in: Check for pthread_getattr_np and pthread_attr_get_np.
185 2004-04-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
187         * config.h.in: added HAVE_GETPWUID_R
188         * configure.in: check for getpwuid_r.
190 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
192         * configure.in: Fix GNU ld check.
194 2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
196         * configure.in: Use amd64 instead of x86-64 as directory name. Fixes
197         #55840.
198         
199         * configure.in: Disable -version-script if not using GNU ld. Fixes
200         #55910.
202         * configure.in: Speedup successful sigaltstack test.
204 2004-03-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
206         * configure.in: this test for sigaltstack works.
208 2004-03-20  Zoltan Varga  <vargaz@freemail.hu>
210         * configure.in: Disable sigaltstack test for now since it can hang.
211         
212         * configure.in: Add test for working sigaltstack.
213 2004-03-16  Duncan Mak  <duncan@ximian.com>
215         * runtime/Makefile.am
216         (MakeCert.exe, cert2spc.exe, certmgr.exe, setreg.exe):
217         Remember to install them to mono/runtime.
219 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
221         * configure.in: Enable JIT on sparc.
223 2004-03-13  Martin Willemoes Hansen  <mwh@sysrq.dk>
225         * data/config.in: Changed libgtkhtml-3.0.so.2 to libgtkhtml-3.0.so to fix
226         breakage with gtkhtml-3.0.10
228 2004-03-10  Zoltan Varga  <vargaz@freemail.hu>
230         * configure.in acconfig.h: Add a --with-sigaltstack option for platforms
231         where the sigaltstack based exception handling does not work.
233 2004-03-08  Zoltan Varga  <vargaz@freemail.hu>
235         * configure.in acconfig.h: Add check for aintl function, which is the
236         solaris equivalent of truncl.
238 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
240         * configure.in: Add check for GC_enable.
241         
242         * configure.in: Remove amd64/Makefile from AC_OUTPUT to fix build.
244 2004-02-19  Zoltan Varga  <vargaz@freemail.hu>
246         * configure.in: Add proper support for --with-nptl for people who
247         have linking problems when it is enabled.
249 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
251         * configure.in: Add test for __thread keyword and shared libs.
253 2004-02-16  Zoltan Varga  <vargaz@freemail.hu>
255         * configure.in: Enable --with-nptl by default.
257 2004-02-03  Zoltan Varga  <vargaz@freemail.hu>
259         * configure.in: Applied patch from Adrian Bunk (bunk@fs.tum.de). Fix
260         message for failed gethostbyname2_r check.
262 Fri Jan 23 16:07:05 EST 2004 Paolo Molaro <lupus@ximian.com>
264         * configure.in, acconfig.h: check for truncl. Disable 
265         version script on MacOSX (see bug #51590 if a check becomes
266         necessary).
268 Fri Jan 23 21:26:01 CET 2004 Paolo Molaro <lupus@ximian.com>
270         * configure.in, acconfig.h: added check for socklen_t.
272 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
274         * Makefile.am: Do not install mono.pc on platforms without a JIT.
276 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
278         * Makefile.am (remove-binaries): Get rid of non-portable >& construct.
280 2003-12-29  Miguel de Icaza  <miguel@ximian.com>
282         * scripts/sn.in: Add sn script.
284 2004-01-15  Zoltan Varga  <vargaz@freemail.hu>
286         * scripts/Makefile.am: Add al.exe.
288         * scripts/al.in: New file.
290         * runtime/Makefile.am: Add al.exe.
292 2004-01-10  Jackson Harper <jackson@ximian.com>
294         * data/machine.config: Add trace handler (Trace.axd) add trace
295         configuration handlers.
296         
297 2004-01-06  Martin Willemoes Hansen  <mwh@sysrq.dk>
299         * doc/books: Added books on Web Services and ASP.NET
301 2004-01-04  Daniel Morgan <danielmorgan@verizon.net>
303         * monowiz.win32.nsi: update the NSIS installer script for windows
304           to support NSIS 2.0 rc1 and Mono 0.29
306 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
308         * configure.in: missed in my last change
310         * samples/embed/testi.c: interpreter embedding example
312         * docs/embedded-api: add info on interpreter embedding
314 Mon Dec 22 18:27:14 CET 2003 Paolo Molaro <lupus@ximian.com>
316         * configure.in, acconfig.h: use mach semaphores on darwin.
318 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
320         * Makefile.am: Create mint.pc
321         mint.pc.in: Added for embedding the interpreter
323 2003-12-16  Martin Baulig  <martin@ximian.com>
325         * Makefile.am: In a Makefile.am, comments are started with `#' and
326         not with `dnl' - I must have been an idiot ...
328 2003-12-10  Todd Berman <tberman@gentoo.org>
330         * configure.in: adding libicu url to the ICU: no message.
332 2003-12-05  John Luke  <jluke@cfl.rr.com>
334         * data/config.in: new dll mapping entry for libgstreamer
335         
336 2003-12-02  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
338         * README: tiny fix ;-)
340 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
342         * configure.in: Add -fno-strict-aliasing to CFLAGS.
343         
344         * configure.in: Applied patch from recht@netbsd.org. Avoid linking in
345         librt if not neccesary.
347 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
349         * configure.in: Fix signbit check. Fixes #51315.
351 2003-11-20  Jackson Harper <jackson@ximian.com>
353         * data/machine.config: Add OutputCacheModule
354         
355 2003-11-19  Jackson Harper <jackson@ximian.com>
357         * doc/web/team.xml: New email address and job description
358         * doc/web/team/jackson.png: Picture of me debugging...seems appropriate
359         
360 2003-11-14  Jackson Harper <jackson@ximian.com>
362         * Makefile.am: delete mscorlib.dll
363         
364 2003-11-12 Jackson Harper <jackson@ximian.com>
366         * Makefile.am: corlib is now named mscorlib.dll
367         
368 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
370         * configure.in acconfig.h: Add check for signbit, which is missing in
371         FreeBSD 4.x.
373 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
375         * configure.in: Remove debugging junk accidently checked in.
376         
377         * configure.in: Add new --with-nptl option to enable NPTL only
378         features since auto-detection is not reliable.
380         * autogen.sh: Fix previous patch and silence noisy GNU which.   
382 2003-11-07  Bernie Solomon  <bernard@ugsolutions.com>
384         * autogen.sh: tweak glibtool check so it works
385         if which doesn't set return code properly
387 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
389         * autogen.sh: Silence noisy GNU which.
390         
391         * autogen.sh: Applied patch from Peter Teichman (peter@ximian.com). 
392         Use 'glibtool' instead of 'libtool' on OSX. 
394 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
396         * mono/benchmark/pinvoke.cs: New benchmark for testing the performance
397         of the managed/unmanaged boundary.
399 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
401         * configure.in acconfig.h: Add check for __thread keyword in gcc.
403 2003-10-29  Dick Porter  <dick@ximian.com>
405         * man/mono.1: Document MONO_EXTERNAL_ENCODINGS variable
407 2003-10-16  Miguel de Icaza  <miguel@ximian.com>
409         * man/mono.1: Document new --trace options
411 2003-10-13  Bernie Solomon  <bernard@ugsolutions.com>
413         * configure.in: add hppa support (64bit only)
414         make solaris build work with Forte compiler
416 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
418         * configure.in: Added check for pthread_attr_setstacksize.
420         * mono/tests/ChangeLog: New file.
421         
422 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
424         * mono/tests/Makefile.am: Link the tests with the test driver program
425         used for the mini tests.
427 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
429         * mono/tests/libtest.c (mono_test_marshal_delegate): Added test for
430         stdcall calling convention.
432 2003-10-09  Dick Porter  <dick@ximian.com>
434         * acconfig.h:
435         * configure.in: Check for ICU availability
437 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
439         * mono/tests/libtest.c: fix after merge of pinvoke2.cs
441 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
443         * mono/tests/Makefile.am mono/tests/libtest.c
444         mono/tests/pinvoke18.cs: new test for bool marshalling.
446 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
448         * mono/scripts/Makefile.am mono/scripts/*.in: fix
449         managed .exe paths so they are found under cygwin.
451 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
453         * mono/tests/pinvoke2.cs mono/tests/libtest.c: Fix array of structs
454         test.
456 2003-10-06  Bernie Solomon  <bernard@ugsolutions.com>
458         * mono/tests/pinvoke2.cs mono/tests/pinvoke11.cs 
459         mono/tests/libtest.c: Add more pass by value struct
460         tests for platforms with more complex calling conventions 
461         (Sparc V9, HPPA 64 bit).
463 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
465         * mono/tests/pinvoke2.cs mono/tests/libtest.c: Add array of structs
466         marshalling test.
468 2003-10-04  Bernie Solomon  <bernard@ugsolutions.com>
470         * mono/tests/libtest.c: remove warnings except
471         "no previous prototype"
473 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
475         * mono/tests/libtest.c: (test_lpwstr_marshal) remove undefined
476         behaviour of increment, (mono_test_marshal_char) = should be ==
478 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
480         * mono/tests/remoting1.cs: Added test for interface casts on
481         TransparentProxies.
483 2003-09-24  Bernie Solomon  <bernard@ugsolutions.com>
485         * mono/tests/pinvoke*.cs, delegate4.cs, marshal10.cs, marshal4.cs
486           marshal5.cs: remove .so from DllImport of libtest to aid portability.
488 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
490         * configure.in: Added check for valgrind headers.
492 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
494         * Makefile.am: Use $(MAKE) in even more places. Patch by Bernie Solomon
495         (bernard@ugsolutions.com).
496         
497 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
499         * Makefile.am: Use $(MAKE) instead of make. Patch by Bernie Solomon
500         (bernard@ugsolutions.com).
502 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
504         * mono.pc.in: Added gthread-2.0.
506 2003-08-22  Zoltan Varga  <vargaz@freemail.hu>
508         * configure.in: Added gthread-2.0 to GLIB_CFLAGS and GLIB_LIBS, so we
509         can call g_thread_init ().
511 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
513         * mono/tests/threadpool.cs mono/tests/threadpool1.cs: Make increments 
514         of static variables atomic. Fixes bug #47683.
516 2003-08-21  Johannes Roith  <johannes@jroith.de>
518         * mono/Makefile.am: small update. make sure, glib makes it in the build, add optional target for dependencies
520 2003-08-18  Johannes Roith  <johannes@jroith.de>
522         * mono/Makefile.am: add windows build option
523         * mono/monowiz.win32.nsi: add windows build script
524         * mono/mono-win32-light.bmp: add bitmap
526 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
528         * mono/tests/checked.cs: Added mul.ovf tests.
530 2003-08-15  Duncan Mak  <duncan@ximian.com>
532         * doc/mysql: Change references to ByteFX.Data.MySQLClient to the
533         correct ByteFX.Data.MySqlClient (note the change in
534         capitalization). Thanks to Tom Wagner <Tom.Wagner@wacker.com> for
535         spotting the error.
537 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
539         * mono/tests/bug-47295.cs: Regression test for bug #47295.
541 2003-08-11  Duncan Mak  <duncan@ximian.com>
543         * runtime/Makefile.am (assemblies_DATA): Add Mono.Cairo.dll.
545 Sun Aug  3 21:12:13 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
547         * configure.in: added FPU test for ARM.
549 Thu Jul 31 16:19:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
551         * configure.in, etc.: portability fixes and support for
552         buidling outside the srcdir from Laurent Morichetti <l_m@pacbell.net>.
554 2003-07-22  Duncan Mak  <duncan@ximian.com>
555        
556         * runtime/Makefile.am: Remove sqlsharp as we no longer distribute it.
558 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
560         * mono/tests/Makefile.am: Add missing test. Make tests interruptable
561         by Ctrl-C. Add testinterp target to run the tests with the interpreter.
562         Do not try to build vararg.cs under mcs.
564         * configure.in: Fix detection of GC_gcj_malloc.
566 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
568         * acconfig.h:
569         * configure.in: Check for gethostbyname2_r availability.
570         * data/machine.config: Added section system.net/settings. Added
571         option for IPv6 availability.   
573 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
575         * mono/tests/cattr-object.cs: Make it run under both mono and MS.NET.
577         * mono/tests/struct.cs: Add test for unboxing trampolines.
579         * mono/tests/bug-27420.cs: new regression test.
581         * mono/tests/Makefile.am: skip vararg test since it does not compile 
582         under mono. Add testinterp target. Add new tests.
583         
584 2003-07-10  Martin Willemoes Hansen
586         * doc/web/team.xml : Modified my tasks a bit.
588 2003-07-01  Paolo Molaro <lupus@ximian.com>
590         * acconfig.h, configure.in: added bundle support.
592 2003-06-10  Dick Porter  <dick@ximian.com>
594         * acconfig.h:
595         * configure.in: Check for struct ip_mreq if struct ip_mreqn isn't
596         available.
598 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
600         * configure.in: Define HAVE_GC_GCJ_MALLOC for included libgc.
602 2003-06-10  Martin Baulig  <martin@ximian.com>
604         * configure.in: Fall back to boehm if we don't have a libgc
605         subdirectory.
607 2003-06-10  Martin Baulig  <martin@ximian.com>
609         * configure.in: Make the libgc stuff actually work; we now create
610         a shared libmonogc.so when using the included libgc.
612 2003-06-09  Martin Baulig  <martin@ximian.com>
614         * configure.in: Only check for gc if --with-gc=boehm.
616 2003-06-08  Martin Baulig  <martin@ximian.com>
618         * configure.in: Tell libgc's configure about our threads library.
620 2003-06-08  Martin Baulig  <martin@ximian.com>
622         * libgc/: Integrate the libgc module here.
624         [Note: A simple `cvs update' won't work this time; you either need
625         to re-checkout the `mono' module or manually move the `libgc'
626         module here.]
628         * configure.in (--with-gc): Added `included' option to use the
629         included libgc.  This is now also the default.
630         (LIBGC_CFLAGS, LIBGC_LIBS): Put the libgc stuff here and AC_SUBST it.
631         (INCLUDED_LIBGC): New automake conditional.
632         (USE_INCLUDED_LIBGC): #define this if appropriate.
634         * autogen.sh: Run libgc/autogen.sh.
636         * Makefile.am (SUBDIRS): Added libgc.
638 2003-06-05  Duncan Mak  <duncan@ximian.com>
640         * mono.spec.in (Requires): Add libxml2 and libxslt dependency on
641         the package.
643 2003-05-19  Dick Porter  <dick@ximian.com>
645         * configure.in: Netbsd build fix by marc@informatik.uni-bremen.de.
647 2003-05-10  Martin Willemoes Hansen <mwh@sysrq.dk>
649         * scripts/Makefile.am: Added monoresgen secutil sqlsharp
650           shell wrapper scripts.
652 2003-05-08  Zoltan Varga  <vargaz@freemail.hu>
654         * mono/tests/Makefile.am: 
655         - Compile with mcs.
656         - Disable some warnings.
657         - Added executables to clean target.
658         - Make testjit the default target.
659         - Print list of failed tests at the end of a test run.
660         - Abort tests when Ctrl-C is pressed.
662         * mono/tests/test-driver: Return with a special exit code when 
663         SIGINT is detected.
665         * mono/tests/checked.cs: Make it compile.
666         
667 2003-05-02  Miguel de Icaza  <miguel@ximian.com>
669         * runtime/Makefile.am ($(monobins_DATA)): Use explicit file names
670         for the target exe binaries.
672         Copy cilc.exe and secutil.exe from the right paths to the right
673         location.
675         Add missing assemblies.
677 2003-05-02  Alp Toker  <alp@atoker.com>
679         * data/config.in: new dll mapping entry for libglade
681 2003-05-01  Duncan Mak  <duncan@ximian.com>
683         * scripts/Makefile.am: 
684         * runtime/Makefile.am: Install cilc and ilasm.
686 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
688         * mono/tests/Makefile.am (JITTEST_PROG): use mini/mono
690 2003-04-16  Charles Iliya Krempeaux  <charles@reptile.ca>
692         * doc/web/team.xml : Added myself to it.
694 2003-04-10  Duncan Mak  <duncan@ximian.com>
696         * doc/web/render-team-page.cs: Make the names of the element be
697         lowercase instead. BenM says this makes it XHTML compliant; heck,
698         I'm generating this from an XmlDocument already, why not make it
699         XHTML compliant?
701 2003-04-10  Duncan Mak  <duncan@ximian.com>
703         * doc/web/render-team-page.cs (Compare): Correctly fix
704         ContributorComparer.
705         (RenderHtml): Add some SetAttribute loving to make it render prettier.
707         * doc/web/team.xml: Revert excessive indenting.
709 2003-04-07  Martin Baulig  <martin@ximian.com>
711         * mono/mini/: Added this directory to the build; install `mini'
712         and `libmini.la'.
714 2003-04-07  Duncan Mak  <duncan@ximian.com>
716         * doc/web/render-team-page.cs: Fix ContributorComparer.
718 2003-04-04  Duncan Mak  <duncan@ximian.com>
720         * doc/web/render-team-page.cs: Make it use 'none.png' if no image
721         are specified in the XML.
723         * doc/web/team.xml: Remove the comment.
725         * doc/web/render-team-page.cs: Make it not output a full HTML file.
727 2003-04-04  Duncan Mak  <duncan@ximian.com>
729         * doc/web/commands: 
730         * doc/web/makefile: Add team page information.
732         * doc/web/team.xml: 
733         * doc/web/render-team-page.cs: Code for rendering a team page.
735 2003-04-02  Duncan Mak  <duncan@ximian.com>
737         * doc/web/makefile: Add a new make target for generating a team
738         page on go-mono.com.
740 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
742         * configure.in: Added check for GC_gcj_malloc.
744 2003-04-04  Martin Willemoes Hansen <mwh@sysrq.dk>
746         * man/sqlsharp.1: changed pass= to password= for the 
747           PostgreSql provider.
749 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
751         * data/machine.config: added SessionStateModule to httpModules section.
753 2003-02-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
755         * data/machine.config: added default sessionState section and handler.
757 2003-02-17  Daniel Morgan <danmorg@sc.rr.com>
759         * doc/provider-factory: add new web page 
760         about Mono.Data's ProviderFactory
762         * doc/web/commands
763         * doc/web/makefile: add provider-factory web page to build
764         
765         * doc/ado-net
766         * doc/ibmdb2
767         * doc/postgresql
768         * doc/sqlclient
769         * doc/tdsclient
770         * doc/sybase
771         * doc/mysql
772         * doc/firebird
773         * doc/oracle
774         * doc/oledb
775         * doc/odbc
776         * doc/sqlite: updated web pages
778 2003-02-16  Martin Baulig  <martin@ximian.com>
780         * doc/jit-debug-sample
781         * doc/jit-debug-sample2: Removed.
783         * doc/jit-debug: Updated.
785 2003-02-13  Daniel Morgan <danmorg@sc.rr.com>
787         * doc/screenshots
788         * doc/ado-net
789         * doc/oracle
790         * doc/gtk-sharp: update web pages
791         
792 2003-02-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
794         * data/machine.config: added sample globalization section.
796 2003-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
798         * data/machine.config: added UrlAuthorizationModule and
799         AuthenticationConfigHandler.
801 2003-02-11  Tim Coleman <tim@timcoleman.com>
802         * data/config.in: Add mapping for Oracle call interface
803         (OCI) native libraries.
805 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
807         * configure.in: added check for sys/un.h.
809 2003-01-29  Daniel Morgan <danmorg@sc.rr.com>
811         * doc/postgresql
812         * doc/mysql
813         * doc/ado-net: updates to web pages
814         
815         * man/sqlsharp.1: update to man page
817 2003-01-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
819         * configure.in: added WIN32_THREADS flag when building under windows.
820         It seems that the header files of the gc do not always define it when
821         GC_WIN32_THREADS is defined.
823 2003-01-26  Daniel Morgan <danmorg@sc.rr.com>
825         * doc/index
826         * doc/ado-net
827         * doc/firebird
828         * doc/ibmdb2
829         * doc/mysql
830         * doc/odbc
831         * doc/oledb
832         * doc/oracle
833         * doc/postgresql
834         * doc/sqlclient
835         * doc/sqlite
836         * doc/sybase
837         * doc/tdsclient: corrections
839 2003-01-26  Duncan Mak  <duncan@ximian.com>
841         * doc/jit-debug: Update the links. Thanks for Andy Oliver for the report.
843 2003-01-22  Martin Baulig  <martin@ximian.com>
845         * configure.in: Set version number to 0.19.1.
847         Heads up: I'm going to commit some changes to the debugger
848         which'll require you to use this new runtime, so if you update the
849         debugger from CVS, you also need this new runtime.
851 2003-01-20  Duncan Mak  <duncan@ximian.com>
853         * configure.in: Bump the release number to 0.19.
854           
855 2003-01-19  Daniel Morgan <danmorg@sc.rr.com>
857         * doc/ibmdb2: added file which is new web page
858         about IBM DB2 data provider at Mono.Data.DB2Client
859         
860         * makefile
861         * commands: added ibmdb2 web page to go-mono web site
862         
863         * doc/ado-net: added a couple more developers email, plus made the
864         email spam resistant, added Mono's DB2 data provider to list,
865         added more info about the ProviderFactory and retrieving data using
866         ADO.NET from ASP.NET, add notes about testing, misc cleanup
867         
868         * doc/mysql
869         * doc/postgresql
870         * doc/sqlclient
871         * doc/oracle
872         * doc/tdsclient
873         * doc/firebird
874         * doc/oledb
875         * doc/odbc
876         * doc/sybase
877         * doc/sqlite: added testing notes and C# examples
878         
879         * doc/gtk-sharp: added links for GTK# for Windows
880         
881         * man/sqlsharp.1: added providers Npgsql and MySQLNet
883 2003-01-17  Duncan Mak  <duncan@ximian.com>
885         * runtime/Makefile.am: Add the new Mono.Data.DB2Client.dll.
887 2003-01-16  Martin Baulig  <martin@ximian.com>
889         * configure.in (GTHREAD_LIBS, GTHREAD_CFLAGS): Removed the gthread
890         check again, we're now using the mono/io-layer for this.
892 Wed Jan 15 16:20:54 CET 2003 Paolo Molaro <lupus@ximian.com>
894         * configure.in: allow MacOSX (from various people).
896 2003-01-14  Martin Baulig  <martin@ximian.com>
898         * configure.in (GTHREAD_LIBS, GTHREAD_CFLAGS): Added check for gthread.
900 2002-12-27  Jeroen Janssen <japj@darius.demon.nl>
901         * fixed url for System.Windows.Forms in the class status
902         
903 2002-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
905         * configure.in: moved struct tm field tm_gmtoff check before the check
906         for timezone global variable. This makes Timezone work for me (debian
907         sid, linux, x86, which has both the field and the global variables).
909 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
911         * doc/oracle: added file which is
912         a new web page oracle.html
914         * doc/ado-net: clean up and add link
915         to oracle.html
916         
917         * doc/web/commands
918         * doc/web/makefile: added oracle.html
920 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
922         * man/Makefile.am: changed sqlsharpcli.1 to sqlsharp.1
923         
924         * man/sqlsharpcli.1: renamed to sqlsharp.1
926 2002-12-09  Tim Haynes  <thaynes@openlinksw.co.uk>
928         * mono/jit/jit.c
929         * mono/metadata/icall.c: added mono_install_get_config_dir() to
930         utilize the MONO_CFG_DIR environment variable for specifying
931         different machine.configs.
933 2002-12-06  Duncan Mak  <duncan@ximian.com>
935         * data/Makefile.am (EXTRA_DIST): Add machine.config
936         (DISTCLEANFILES): Add config.
938 2002-11-30  Daniel Morgan <danmorg@sc.rr.com>
940         * man/sqlsharpcli.1: added file - a man page 
941         for SQL# CLI
942         
943         * man/Makefile.am: added sqlsharpcli.1 to man_MANS
944         
945 2002-11-20  Daniel Morgan <danmorg@sc.rr.com>
947         * doc/firebird: updated web page
949 2002-11-19  Mike Kestner <mkestner@speakeasy.net>
951         * data/Config.in : added the gtk# dll mapping entries
953 2002-11-19  Daniel Morgan <danmorg@sc.rr.com>
955         * doc/firebird: updated web page based on input
956         from the firebird .net data provider author
958 Mon Nov 18 16:40:34 CET 2002 Paolo Molaro <lupus@ximian.com>
960         * configure.in, mono/os/gc_wrapper.h: check that the gc headers have
961         been installed.
963 2002-11-12  Daniel Morgan <danmorg@sc.rr.com>
965         * doc/oledb
966         * doc/odbc
967         * doc/mysql
968         * doc/sqlite
969         * doc/sqlclient
970         * doc/tdsclient
971         * doc/sybase
972         * doc/firebird: added web pages
973         for each specific data provider
974         
975         * doc/ado-net
976         * doc/postgresql: updated web page
977         with current status
978         
979         * doc/web/commands
980         * doc/web/makefile: updated to include
981         new web pages
983 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
985         * autogen.sh: make it work when MONO_PATH is set and it has more than
986         one directory or ends in ":". Also check that the directory added to
987         ACLOCAL_FLAGS and PATH exist (aclocal fails if they don't).
989 2002-10-22  Miguel de Icaza  <miguel@ximian.com>
991         * configure.in: Also allow the miss-spelled bohem.
993 2002-10-18  Daniel Morgan <danmorg@sc.rr.com>
995         * doc/ado-net
996         * doc/postgresql
997         * doc/tds-providers: cleaned up the web pages
998         
999         * doc/web/commands: postgresql.html page was mistyped
1001 2002-10-18  Daniel Morgan <danmorg@sc.rr.com>
1003         * doc/ado-net: updated status of
1004         the ADO.NET functionality and providers
1005         and added link to tds-providers.html
1007         * doc/tds-providers: added file to
1008         describe the design     and status of 
1009         the SqlClient, SybaseClient, and TdsClient
1010         ADO.NET providers.
1012         * doc/web/makefile
1013         * doc/web/command: added new web page 
1014         tds-providers.html to build of  www.go-mono.com web site
1015         
1016 2002-10-17  Daniel Morgan <danmorg@sc.rr.com>
1018         * doc/web/makefile
1019         * doc/web/commands:     web page 
1020         postgresql needed to be added
1022 2002-10-13  Mark Crichton <crichton@gimp.org>
1024         * doc/index: Even more spelling errors fixed.
1026 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
1028         * doc/adonet: updated status of all providers, added links, 
1029           and added information
1030           about the Mono.Data.SqliteClient provider that 
1031           Vladimir Vukicevic contributed. Added Brian Ritchie's 
1032           and Vladimir Vukicevic's email addresses as
1033           people to contact about ADO.NET in Mono.  
1034           Added information about SQL#, configuration tools, 
1035           and an ADO.NET Multiplexor, etc...  
1037 2002-10-10  Daniel Morgan <danmorg@sc.rr.com>
1039         * doc/index: corrected some mistypes
1040         
1041         * doc/adonet: updated the status and plans of all the ADO.NET providers
1042           and moved PostgreSQL specific stuff to doc/postgresql
1044         * doc/postgresql: added new file to detail
1045           the status of the PostgreSQL ADO.NET provider
1046           and provide test notes for setting it up
1048 2002-10-09  Daniel Morgan <danmorg@sc.rr.com>
1050         * data/config.in: add entry for MySQL native shared libraries
1051           which are different on Windows and Linux
1053 2002-10-04  Diego Sevilla Ruiz  <dsevilla@um.es>
1055         * doc/ccvs: Fixed some ugly formatting.
1057 2002-10-03  Dick Porter  <dick@ximian.com>
1059         * acconfig.h:
1060         * configure.in:  Freebsd pthread_t is a pointer
1062 2002-10-01  Duncan Mak  <duncan@ximian.com>
1064         * mono/os/Makefile.am: Add gc_wrapper.h.
1066         * runtime/Makefile.am: Fix the path for monoresgen.exe.
1068 2002-09-27  Dick Porter  <dick@ximian.com>
1070         * configure.in: Check for semaphore.h.  Patch for BSD from
1071         jmmv@hispabsd.org (Julio Merino).
1073 2002-09-20  Duncan Mak  <duncan@ximian.com>
1075         * data/config.in: Added reference to libxslt.
1077 2002-09-20  Mark Crichton  <crichton@gimp.org>
1079         * configure.in: added NEED_LINK_UNLINK to make io-layer more portable.
1080         Linux has a "virtual fs" for UNIX sockets, Solaris and BSD don't.
1081         For systems that do not have such a virtual FS, define
1082         NEED_LINK_UNLINK.
1084         * acconfig.h: added NEED_LINK_UNLINK
1085         
1086 Wed Sep 4 18:09:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
1088         * configure.in: add some needed defines to fix support of
1089         threads in the GC.
1091 2002-09-19  Mark Crichton  <crichton@gimp.org>
1093         * configure.in: Added checks for Solaris to use X/Open functionality.
1094         Really needed for the io-layer code.
1096 2002-09-15  Andrew Birkett  <andy@nobugs.org>
1098         * man/mcs.1: --probe is now --expect-error.
1100 2002-09-09  Dick Porter  <dick@ximian.com>
1102         * acconfig.h: 
1103         * configure.in: Simplify thread checks, by using canned rules for
1104         particular systems (based on the sleepycat db configure.in).
1105         Tested on linux/x86, freebsd and w32.  Solaris also added, but I
1106         don't have a solaris machine to try it on.
1108 2002-09-04  Juli Mallett  <jmallett@FreeBSD.org>
1110         * configure.in: Include <sys/types.h> when checking <sys/un.h> stuff.
1112 2002-09-02  Diego Sevilla Ruiz  <dsevilla@um.es>
1114         * doc/ccvs: Added how to convert SSH keys (from SSH Communications
1115         Security) to the OpenSSH keys required by mono CVS
1116         access.
1118 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
1120         * configure.in, mono/interpreter/interp.c,
1121         mono/io-layer/handles.c, mono/io-layer/processes.c,
1122         mono/io-layer/threads.c, mono/io-layer/timed-thread.c,
1123         mono/io-layer/wait.c, mono/jit/helpers.c, mono/jit/jit.c,
1124         mono/metadata/appdomain.c, mono/metadata/class.c,
1125         mono/metadata/domain.c, mono/metadata/gc.c,
1126         mono/metadata/object.c, mono/metadata/reflection.c,
1127         mono/metadata/threads.c, mono/os/gc_wrapper.h,
1128         mono/utils/mono-hash.c: Add a new header, gc_wrapper.h, to
1129         wrap inclusion of gc.h for boehm, since from FreeBSD and
1130         OpenBSD ports, gc.h is <gc.h>, but on GNU it seems to be
1131         in <gc/gc.h>.  This will reduce the diffs FreeBSD ports has
1132         to apply, and also makes it possible for me to build with
1133         GC on OpenBSD/macppc built by hand.
1135 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
1137         * configure.in: On BSD don't try to use -ldl, we simply don't use it.
1139 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
1141         * mono/dis/dis-cil.c:
1142         * configure.in: Check for <wchar.h> via autoconf, don't use it if
1143         it isn't there, as it seems to work fine without it on OpenBSD.
1145 2002-08-28  Dick Porter  <dick@ximian.com>
1147         * mono/os/win32/util.c: 
1148         * mono/os/unix/util.c: 
1149         * mono/os/util.h: mono_set_rootdir() doesnt take any args now.
1150         (It doesn't do anything on unix builds, and the w32 version no
1151         longer needs an arg.)
1153         * configure.in: Add HOST_CC for w32 builds
1155 Tue Aug 27 18:17:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
1157         * configure.in: remove iconv checks.
1159 2002-08-24  Juli Mallett  <jmallett@FreeBSD.org>
1161         * configure.in: Recognise OpenBSD/macppc as PowerPC.
1163 Tue Aug 20 15:15:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
1165         * configure.in: patch by noa@metamatrix.se (Daniel Resare)
1166         to error out if bison is missing.
1168 2002-08-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1170         * configure.in: don't link against libdl on windoze.
1172 2002-08-12  Dick Porter  <dick@ximian.com>
1174         * mono.pc.in: Add $includedir to Cflags
1176 Fri Jul 19 18:38:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
1178         * configure.in, Makefile.am, mono.pc.in: add a mono.pc file for use
1179         with pkg-config.
1180         * */Makefile.am: makefile overhaul to create a shared libmono library.
1181         * */*.h: do not include config.h in headers that should be installed.
1183 2002-07-12  Dick Porter  <dick@ximian.com>
1185         * acconfig.h:
1186         * configure.in: Check the size of sockaddr_un.sun_path
1188 2002-06-23  Miguel de Icaza  <miguel@ximian.com>
1190         * man/Makefile.am (man_MANS): Added new man page
1192         * man/mono-config.5: New manual page describing the mono-config
1193         file format. 
1195 2002-06-10  Jaroslaw Kowalski <jarek@atm.com.pl>
1197         * configure.in: added checks for MSG_NOSIGNAL
1199 2002-05-30  Daniel Morgan <danmorg@sc.rr.com>
1201         * doc/ado-net: update the ado-net web page on go-mono.com
1202         input parameters support, beginnings of Mono.Data.MySQL 
1203         and System.Data.OleDb, updated the sample source code,
1204         and output from a PostgresTest
1206 2002-05-21  Martin Baulig  <martin@gnome.org>
1208         * mono.1: Documented the "--debug-args" debugging arguments.
1210 2002-05-21  Martin Baulig  <martin@gnome.org>
1212         * mono.1: Updated to reflect my latest changes and beautified this a bit.
1213         (FIXME: There are still command line argument which aren't documented here.)
1215 2002-05-19  Daniel Morgan <danmorg@sc.rr.com>
1217         * doc/ado-net: updated page to include C# code snippets using
1218         System.Data.  Update status: handle reading NULL values, DataSet/DataAdapter
1219         works, executing/reading multiple results, and stored procedures.
1220         And other tweaks about the providers.  
1222 2002-05-19  Martin Baulig  <martin@gnome.org>
1224         * mono/Makefile.am (SUBDIRS): Added `os', it's referenced by
1225         interpreter/Makefile.am.
1227 Wed May 15 12:22:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
1229         * configure.in: search for pthread functions also in libc_r (patch
1230         from Garrett Rooney <rooneg@electricjellyfish.net>).
1232 2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
1234         * doc/ado-net: added instructions for installing PostgreSQL on Linux
1235         and for using nant to re-compile just the System.Data.dll assembly
1236         on Windows.
1238 2002-05-10  Rodrigo Moya <rodrigo@ximian.com>
1240         * doc/ado-net: added instructions for compiling System.Data.dll
1241         (a subset of) on Linux.
1243 2002-05-10  Daniel Morgan <danmorg@sc.rr.com>
1245         * doc/ado-net: added links
1247 2002-05-09  Dick Porter  <dick@ximian.com>
1249         * configure.in: Set CPPFLAGS not CFLAGS (bug 23767)
1251 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
1253         * doc/ado-net: correct formatting
1254         * doc/index: added credit i forgot to add
1256 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
1258         * doc/ado-net: i did not format it correctly earlier, i 
1259         tried added various tags where appropriate.
1260         
1261         * doc/index: added news item for May 5, 2002 - ado.net able
1262         to retrieve data now
1264 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
1266         * doc/ado-net: updated the current status which
1267         I kept forgetting to do.
1269 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
1271         * doc/ado-net: updated to includes an example for
1272         running ipc-daemon as a Windows service.  Thanks
1273         to gonzalo.
1275 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
1277         * doc/ado-net: updated to include installation of
1278         PostgreSQL DBMS under cygwin.  It is a TODO for Linux though.
1279         Also included notes on running the System.Data/Test/PostgresTest.cs
1280         that should work on a lot of Mono installations that have
1281         PostgreSQL installed.  If not please let me, rodrigo, or gonzalo
1282         know.
1284 2002-05-01  Rodrigo Moya <rodrigo@ximian.com>
1286         * doc/ado-net: updated a little bit.
1288 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
1290         * configure.in: Added checks for timezone stuff.
1292 2002-04-30  Dick Porter  <dick@ximian.com>
1294         * acconfig.h:
1295         * configure.in: Added option to disable using shared memory for
1296         handles
1298 2002-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1300         * configure.in: fix for conditional "THREADS_PTHREAD" was never 
1301         defined problem under cygwin with latest version of automake and
1302         autoconf. Patch from Jeroen Janssen <japj@darius.demon.nl>.
1304 2002-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1306         * configure.in: removed -Wshadow from CFLAGS.
1308 2002-04-12  Rodrigo Moya <rodrigo@ximian.com>
1310         * status/maintainers.xml: added danmorg and myself for System.Data.*
1311         classes.
1313         * status/class.xml: added System.Data.* classes.
1315 2002-04-08  Dick Porter  <dick@ximian.com>
1317         * configure.in: Set -mno-cygwin here rather than in the build script
1319 2002-04-05  Dietmar Maurer  <dietmar@ximian.com>
1321         * mono/tests/remoting2.cs: new test for async invoke of proxy calls
1323 2002-03-29  Martin Baulig  <martin@gnome.org>
1325         * doc/jit-debug, docs/jit-debug-sample, docs/jit-debug-sample2:
1326         New files, added documentation for the debugging code.
1328         * doc/web/commands: Added the debugging pages.
1330         * docs/jit-debug: Removed, this is now on the web site.
1332 2002-03-24  Martin Baulig  <martin@gnome.org>
1334         * man/mcs.1: Documented the new --debug option and added a section
1335         about debugging support.
1337         * man/mono.1: Documented the new --dwarf and --dwarf-plus options.
1339 2002-03-21  Martin Baulig  <martin@gnome.org>
1341         * configure.in: Added check for <elf.h>.
1343 2002-03-18  Dick Porter  <dick@ximian.com>
1345         * configure.in: Only look for libgc on the system.  Default to not
1346         using GC at all, because it doesn't work with the jit.
1348 2002-03-17  Miguel de Icaza  <miguel@ximian.com>
1350         * configure.in: Add support for building the included boehm GC.
1352 Thu Mar 7 17:19:44 CET 2002 Paolo Molaro <lupus@ximian.com>
1354         * configure.in: detect Boehm GC libs and add --with-gc switch.
1355         Boehm GC needs to be explicitly enabled since the JIT currently fails
1356         in some cases with it.
1358 2002-02-27  Dietmar Maurer  <dietmar@ximian.com>
1360         * mono/tests/fib.cs: it is now possible to pass a repeat count as
1361         command line argument, for example fib.exe 20 runs the test 20
1362         times. 
1364 2002-02-25  Sergey Chaban  <serge@wildwestsoftware.com>
1365         * configure.in: added support for ARM target arch.
1366         Uncommented and modified arm-*-linux* target,
1367         added mono/arch/arm/Makefile to AC_OUTPUT list.
1369 2002-02-21  Mark Crichton  <crichton@gimp.org>
1371         * status/class.xml: Added contact info for RNGCryptoServiceProvider
1372         class and Rijndael classes.
1373         * status/maintainers.xml: Added contact info to maintainers list.
1375 2002-02-21  Mark Crichton  <crichton@gimp.org>
1377         * configure.in: Add checks for a system-provided entropy device
1378         * acconfig.h: Added HAVE_CRYPT_RNG and NAME_DEV_RANDOM
1380 2002-02-20  Dick Porter  <dick@ximian.com>
1382         * acconfig.h:
1383         * configure.in: Always build without cygwin support on windows
1385 2002-02-19  Radek Doulik  <rodo@ximian.com>
1387         * mono/tests/pinvoke.cs: use more pinvoke test methods
1389 2002-02-19  Radek Doulik  <rodo@ximian.com>
1391         * mono/tests/libtest.c (mono_test_many_short_arguments): new test
1392         method
1393         (mono_test_many_byte_arguments): ditto
1395 2002-02-18  Radek Doulik  <rodo@ximian.com>
1397         * mono/tests/Makefile.am: added small test library for pinvoke
1398         testing
1400         * mono/tests/libtest.c (mono_test_many_int_arguments): new file,
1401         new function to test pinvoke
1403         * mono/tests/pinvoke.cs (Test): added pinvoked method with 10 int
1404         arguments
1406         * mono/tests/Makefile.am: display # of passing tests too
1407         added simple shared library libtest with testing function for
1408         pinvoke
1410 2002-02-17  Radek Doulik  <rodo@ximian.com>
1412         * mono/tests/Makefile.am (test): display # of failed tests
1414 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
1416         * configure.in: Add checks for SOL_IP, SOL_TCP, and
1417         IP_PKTINFO. Also check for struct ip_mreqn.
1419 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
1421         * configure.in: Add checks to see if we need to link to libsocket,
1422         libnsl, and/or librt. Also check for inet_pton and inet_aton.
1424 2002-02-13  Jeffrey Stedfast  <fejj@ximian.com>
1426         * acconfig.h: #undef USE_MONO_MUTEX
1428         * configure.in: If the system pthread implementation is lacking,
1429         default to using mono-mutex.
1431 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
1433         * mono/tests/enum2.cs: new file with more enum tests.
1435 2002-02-01  Dietmar Maurer  <dietmar@ximian.com>
1437         * mono/tests/jit-long.cs: added some SHL/SHR tests
1439 Fri Feb 1 15:32:36 CET 2002 Paolo Molaro <lupus@ximian.com>
1441         * configure.in: allow PKG_CONFIG_PATH for the build-platform
1442         pkg-config invocation.
1444 Fri Feb 1 15:13:25 CET 2002 Paolo Molaro <lupus@ximian.com>
1446         * configure.in: add some support/fixes for cross-compilation.
1448 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
1450         * mono/tests/exception6.cs: new tests for ADD_OVF, MUL_OVF
1451         added tests for SUB_OVF, SUB_OVF_UN
1453 2001-12-21  Dietmar Maurer  <dietmar@ximian.com>
1455         * mono/tests/Makefile.am (TESTSRC): disabled stream-writer test
1457 2001-12-21  Aaron Weber  <aaron@ximian.com>
1459         * doc/faq (A): added a linebreak that was missing and was causing
1460         a heading to appear badly.
1462 2001-12-20  Aaron Weber  <aaron@ximian.com>
1464         * doc/faq: added <a name=""> nav links, and moved all MSFT-related
1465         questions into a single section.
1467 2001-12-17  Aaron Weber  <aaron@ximian.com>
1469         * doc/faq (Q): Question-by-question, line-by-line revision.
1471 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
1473         * mono/tests/time.cs: new test
1475 2001-11-30  Radek Doulik  <rodo@ximian.com>
1477         * configure.in: remove ACCESS_UNALIGNED="no" from ppc
1479 2001-11-29  Radek Doulik  <rodo@ximian.com>
1481         * configure.in (ACCESS_UNALIGNED): uncommented and modified
1482         powerpc-*-linux* 
1483         generate mono/arch/ppc/Makefile
1485 2001-11-26  Dietmar Maurer  <dietmar@ximian.com>
1487         * mono/tests/exception3.cs: modified the test to show a bug in the
1488         current exception handling implementation.
1490 2001-11-13  Dick Porter  <dick@ximian.com>
1492         * configure.in: Some more tests for pthread features
1493         (specifically, glibc 2.1 doesnt define pthread_mutex_timedlock but
1494         still needs _GNU_SOURCE for PTHREAD_MUTEX_RECURSIVE)
1496 2001-11-09  Dick Porter  <dick@ximian.com>
1498         * configure.in: Try and get large file support, but it's not fatal
1499         if it's not there (the io-layer just ignores the high word in that
1500         case.)
1502         Check for windows builds, and only bother to look for pthreads and
1503         large files if we're not building for cygwin or native win32.  Not
1504         having pthread support on Posix systems is now a fatal error.
1506         * autogen.sh: Fix ACLOCAL_FLAGS - it wasn't being passed to
1507         aclocal
1509 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
1511         * mono/tests/Makefile.am: removed JITTESTS, simply run all tests for
1512         target testjit. 
1514 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
1516         * docs/object-layout: more documentation
1518 Mon Oct 8 20:27:50 CEST 2001 Paolo Molaro <lupus@ximian.com>
1520         * configure.in: define NO_UNALIGNED_ACCESS for platforms that
1521         can't read on unaligned boundaries
1523 2001-10-04  Dick Porter  <dick@ximian.com>
1525         * configure.in: Do some deeper checks on pthreads for some of the
1526         more interesting functions
1528 2001-09-24  Dietmar Maurer  <dietmar@ximian.com>
1530         * mono/tests/Makefile.am (testjit): a new target to test the JITer
1532         * mono/tests/jit-*: added some test for the JITer
1534 2001-09-23  Dick Porter  <dick@ximian.com>
1536         * configure.in: Arrange to compile dummy thread support routines
1537         if pthread isnt available
1538         
1539 2001-09-23  Dick Porter  <dick@ximian.com>
1541         * configure.in: Check for pthread.h, so that we can check for the
1542         HAVE_PTHREAD_H define in config.h
1544 2001-09-21  Dick Porter  <dick@ximian.com>
1546         * configure.in: Check for libpthread
1548 2001-09-19  Dietmar Maurer  <dietmar@ximian.com>
1550         * mono/tests/test-ops.cs: added more tests
1552 Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
1554         * configure.in: check for sizeof(void*) and for the architecture.
1556 2001-09-05  Dick Porter  <dick@ximian.com>
1558         * autogen.sh: Fixed the section that adds $ACLOCAL_FLAGS to the
1559         aclocal invocation, so putting aclocal files in /usr/local works
1561 2001-08-30  Dietmar Maurer  <dietmar@ximian.com>
1563         * *: removed the libffi dependency, mono now compiles on cygwin 
1565         * mono/wrapper/build-dll: new file.
1567 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
1569         * mono/tests/console.cs: impl.
1571         * mono/tests/box.cs: impl.
1573         * mono/tests/stream-writer.cs: impl.
1575 Mon Aug 27 20:24:26 CEST 2001 Paolo Molaro <lupus@ximian.com>
1577         * mono/tests/*: New test cases, mostly for virtual method dispatch.
1578         Use make testb for the slow benchmarking programs,
1579         make test for the usual regression test checks.
1581 2001-08-22  Rodrigo Moya <rodrigo@ximian.com>
1583         * mono/cil/Makefile.am:
1584         * mono/wrapper/Makefile.am: use correct variables for installation
1585         directories
1587 Tue Aug 21 18:54:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
1589         * mono/tests/exceptions*: enhanced and added more tests for
1590         exceptions.
1592 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
1594         * mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us
1595         to pass make distcheck
1597         * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl
1599         * configure.in, Makefile.am, runtime/Makefile.am (dist-hook,
1600         install-data-hook): Added mechanism to distribute and install the
1601         dll files.
1603 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
1605         * mono/tests/stream.cs: new tests for the Stream class
1607         * configure.in: I really need LIBTOOL for libmonowrapper.so, so I
1608         added it again.
1610 2001-08-16  Alex Graveley  <alex@ximian.com>
1612         * configure.in: Replace AM_PROG_LIBTOOL with AC_PROG_RANLIB. This
1613         removes libtool dependency on all of Mono.
1615 2001-08-10  Dietmar Maurer  <dietmar@ximian.com>
1617         * mono/tests/array.cs: more array tests
1619 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
1621         * mono/tests/array.cs: more array tests
1623 2001-08-06  Dietmar Maurer  <dietmar@ximian.com>
1625         * mono/tests/pinvoke.cs: we can now print strings ;-)
1627         * mono/tests/array.cs: new test for arrays
1629 2001-08-02  Alex Graveley  <alex@ximian.com>
1631         * libffi/*: Import libffi CVS version, with minor changes to make it 
1632           compile.
1634         * mono/interpreter/Makefile.am: Link against 
1635           ../../libffi/.libs/libffi.a.
1637         * Makefile.am: Add libffi
1639         * autogen.sh: Replace with adapted gnome autogen.sh
1641         * configure.in: Add AC_CONFIG_SUBDIRS(libffi).
1643 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
1645         * mono/tests/pinvoke.cs: impl.
1647 Wed Aug 1 22:34:52 CEST 2001 Paolo Molaro <lupus@ximian.com>
1649         * configure.in, mono/tests: added some tests for the interpreter.
1651 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
1653         * doc/download: added instructions for cygwin
1654         
1655         * doc/c-sharp: removed bit about compiling
1656         
1657         * status/compare-assembly.cs: basedir should be there if
1658         parameters are provided.
1660         * status/makefile: made targets to dump info.
1661         
1662 2001-07-15  Joe Shaw  <joe@ximian.com>
1664         * configure.in: Don't create doc/Makefile as there's nothing there
1665         to make.
1667         * Makefile.am: Don't build the doc directory because there's no
1668         Makefile.am there.
1670         * autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.
1672 2001-07-15  Miguel de Icaza  <miguel@ximian.com>
1674         * doc/class-library (A): Updated FAQ with question on error 1595.
1676 2001-07-14  Miguel de Icaza  <miguel@ximian.com>
1678         * doc/index: 
1680 Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <lupus@ximian.com>
1682         * status/*: scripts and data to create statistics about the
1683         class library status.
1685 2001-07-09  Alex Graveley  <alex@ximian.com>
1687         * doc/makefile (clean): Add clean target.
1688         * doc/web/makefile (clean): Ditto.
1690 2001-07-09  Alex Graveley  <alex@ximian.com>
1692         * doc/makefile (all-docs): Fix typo.
1694 2001-05-30  Miguel de Icaza  <miguel@ximian.com>
1696         * NEWS: