Implement vararg support for s390. Minor fix to atomic operation for s390.
[mono.git] / ChangeLog
blob4338328cd479d121a6304fbcab15f744a400397e
1 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
3         * configure.in : Add a flag for systems which pass parameters in
4         registers as well as the stack.
6 2004-11-30  Raja R Harinath  <rharinath@novell.com>
8         * configure.in (AC_OUTPUT): Move runtime/Makefile to the end to
9         workaround a bug in automake 1.7.x.
10         * runtime/Makefile.am ($(symlinks)): Don't depend on config.status.
12 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
14         * configure.in: Removed support for configured-based bundles. 
16 2004-11-26  Raja R Harinath  <rharinath@novell.com>
18         * runtime/Makefile.am ($(symlinks)): Depend on config.status too.
19         * configure.in (runtime/etc/mono/1.0/machine.config): Use custom
20         command to create.
21         (runtime/etc/mono/2.0/machine.config): Likewise.
22         * Makefile.am (get-monolite-latest): Update to new style of
23         handling the "basic" profile.
25 2004-11-25  Raja R Harinath  <rharinath@novell.com>
27         * runtime/Makefile.am (all-local): Make mcs/ tree writeable if
28         necessary.
29         (distdir): New.  Using 'cygnus' option disables the automake rule.
31 2004-11-25  Raja R Harinath  <rharinath@novell.com>
33         * runtime/Makefile.am (check-local): Use $(mkinstalldirs).
35 2004-11-24  Raja R Harinath  <rharinath@novell.com>
37         * runtime/Makefile.am (AUTOMAKE_OPTIONS): Set to 'cygnus'. 
38         Prevent a redundant 'make all' pass during 'make check'.
39         (build_profiles): Rename from install_profiles.
40         (check_profiles): New.
41         (TEST_SUPPORT_FILES): Don't include 'gmcs' if we're not building
42         the .NET2.0 profile.
43         (all-local,check-local): Use them.
44         (install,install-exec,install-data): Override automake rules to
45         prevent a redundant 'make all' pass.
46         
47 2004-11-23  Chris Toshok  <toshok@ximian.com>
49         * Makefile.am (bootstrap): echo -> @echo.
51 2004-11-23  Raja R Harinath  <rharinath@novell.com>
53         Simplify 'make all' build.
54         * configure.in (mono_build_root, mono_runtime, mono_cfg_dir):
55         New AC_SUBSTed variables.
56         (runtime/mono-wrapper): New generated file.
57         (runtime/etc/mono/1.0/machine.config, runtime/etc/mono/2.0/machine.config):
58         New symlinks.
59         (AC_OUTPUT): Don't mention runtime/net_1_1 and runtime/net_2_0.
60         * Makefile.am (SUBDIRS): Remove '.'.
61         (tmpinst): Remove.
62         (get-monolite-latest): Update.
63         (populate-runtime-subdirs): Remove.
64         (all-local, check-local): Move rules related to building in the mcs/ tree ...
65         * runtime/Makefile.am: ... here.  Completely re-write file.
66         (install-exec-local): Transfer ownership of installing .exes and
67         .dlls to the Makefiles in the mcs/ tree.
68         (_tmpinst): Use tmpinst tree only during testing.
69         (SUBDIRS): Remove.
70         * runtime/mono-wrapper.in: New.  Template for generated file.
71         * runtime/net_1_1/Makefile.am, runtime/net_2_0/Makefile.am: Remove.
73 2004-11-22  Raja R Harinath  <rharinath@novell.com>
75         * Makefile.am (bootstrap): Add a transitional target.
77 2004-11-19  Raja R Harinath  <rharinath@novell.com>
79         Integrate bootstrap build into 'make all'.  Most of the bootstrap
80         targets are gone.
81         * Makefile.am (SUBDIRS): Build current directory before 'runtime'.
82         (tmpinst): Change location.
83         (all-local): New.  Just invokes the build in mcs.
84         (check-local): New.  Invokes 'run-test-profiles' in mcs.
85         (get-monolite-latest): Update.  Move the unpacking code here,
86         since 'monolite-bootstrap' is no more.
87         (mcs-do-full-build): Don't set PATH.
88         (tmpinst-dir-contents): Remove mcs.
89         ($(tmpinst)/bin/mcs): Now used only during 'make check'.
90         ($(tmpinst)/bin/mono): Don't set MONO_PATH.
91         * README: Update to changes.
93 2004-11-18  Zoltan Varga  <vargaz@freemail.hu>
95         * configure.in: Disable static linking of mono if --disable-static is
96         given. Fixes #69466.
98 2004-11-15  Martin Baulig  <martin@ximian.com>
100         * runtime/net_2_0/Makefile.am (gac_assemblies_list): Added Mono.C5.
102 Fri Nov 12 17:56:26 CET 2004 Paolo Molaro <lupus@ximian.com>
104         * configure.in, mono/mini/Makefile.am: control static
105         linking of the mono binary with a configure option.
107 2004-11-12  Jonathan Pryor <jonpryor@vt.edu>
109         * configure.in: Check for `struct dirent' members which don't
110           exist across all Unix platforms.
112 2004-11-08  Jonathan Pryor <jonpryor@vt.edu>
114         * configure.in: Add new function/header/type checks for use by
115           MonoPosixHelper (the support directory).
117 2004-11-08  Raja R Harinath  <rharinath@novell.com>
119         * configure.in (mcs_topdir, mcs_topdir_from_srcdir): New 'subst'ed
120         variables.  Used to support both an in-tree mcs/ and a sibling
121         mcs/ directory.
122         * Makefile.am (mcs_topdir): Remove.
123         (dist-hook): Distribute mcs/ as a subdirectory.
124         * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)):
125         Use mcs_topdir and mcs_topdir_from_srcdir.
126         * runtime/net_1_1/Makefile.am (mscorlib.dll $(gac_assemblies) $(mdb_files)): 
127         Likewise.
128         (all-local): Depend on $(mdb_files) too.
129         * runtime/net_2_0/Makefile.am: Likewise.
130         
131 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
133         * runtime/net_2_0/Makefile.am (install-data-local): 
134         * runtime/net_1_1/Makefile.am (install-data-local): Applied patch
135         from Götz Waschk (waschk@informatik.uni-rostock.de). Make this work 
136         with DESTDIR.
138 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
140         * configure.in: Fix up --with-jit=no so it actually works. Fixes 
141         #61320.
143 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
145         * man/mono.1: documented MONO_THREADS_PER_CPU.
147 2004-10-29  Zoltan Varga  <vargaz@freemail.hu>
149         * configure.in: Add INCLUDED_LIBGC automake conditional.
151 2004-10-24  Jonathan Pryor <jonpryor@vt.edu>
153         * man/mono.1: Add documentation for the MONO_TRACE environment variable.
155 2004-10-14  Joe Shaw  <joeshaw@novell.com>
157         * man/mono.1: Fix the syntax of the M: trace syntax
159 2004-10-10  Zoltan Varga  <vargaz@freemail.hu>
161         * configure.in: Add some checks for cygwin weirdness.
163 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
165         * support/Makefile.am (libMonoPosixHelper_la_SOURCES): Do not build
166         zlib_macros if zlib.h is not found.
168         * configure.in: Add check for zlib.h.
170 2004-09-28  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
172         * mini-s390.c: Fix AND_IMM/OR_IMM/DIV_IMM/REM_IMM
174 2004-09-28  Raja R Harinath  <rharinath@novell.com>
176         * Makefile.am ($(tmpinst)/bin/pedump): New.
177         (mcs-do-run-test-profiles): Depend on it.
179 2004-09-27  Raja R Harinath  <rharinath@novell.com>
181         * Makefile.am (mono-do-testjit): New target, unused for now.  Runs
182         the mono testsuite in tests/.
183         (tmpinst-dir): Create etc/mono/2.0.
184         ($(tmpinst)/bin/ilasm, $(tmpinst)/etc/mono/2.0/machine.config): New.
186 2004-09-21 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
188         * configure.in: Cater for S/390 on Linux
190 2004-09-21    <vargaz@freemail.hu>
192         * configure.in: Link with ole32 on windows.
194 2004-09-20  Jackson Harper  <jackson@ximian.com>
196         * support/map.c/h: Add poll events map functions. Use values
197         instead of names for defines.
198         
199 2004-09-17  Martin Baulig  <martin@ximian.com>
201         * Makefile.am (mcs-do-compiler-tests): Reverted Raja's latest
202         change in this target.
204 2004-09-14  Raja R Harinath  <rharinath@novell.com>
206         * Makefile.am (mcs-do-full-build): Pass NO_SIGN_ASSEMBLIES=yes to
207         reduce the number of passes.  We will get the assemblies signed in
208         the 'populate-runtime-subdir' phase.
209         (mcs-do-run-test-profiles): Rename from mcs-do-run-tests.  Use
210         'test-profiles' to test all profiles.
211         (mcs-do-compiler-tests): Use 'compiler-tests' target in mcs/.
212         (bootstrap-check): Update.
213         * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)): 
214         Simplify.
216 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
218         * Makefile.am (populate-runtime-subdir): Avoid -path argument to find
219         since it is not supported on solaris.
221 2004-09-03  Martin Baulig  <martin@ximian.com>
223         * Makefile.am (bootstrap-world): New target.
225 2004-09-02  Martin Baulig  <martin@ximian.com>
227         * runtime/net_1_1/Makefile.am (install-data-local): Install
228         mscorlib.dll.mdb into $(corlibdir).
230         * runtime/net_2_0/Makefile.am: Likewise.
232 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
234         * scripts/mcs.in: Remove obsolete comment.
236 2004-08-27  Lluis Sanchez Gual  <lluis@novell.com>
238         * data/net_1_1/DefaultWsdlHelpGenerator.aspx: Little fix.
239         * data/net_2_0/DefaultWsdlHelpGenerator.aspx: Added information about
240           basic profile compliance.
241         * data/net_2_0/machine.config: Use 2.0 assembly versions.
243 2004-08-26  Raja R Harinath  <rharinath@novell.com>
245         * Makefile.am (mcs-do-run-test): Depend on '$(tmpinst)/bin/mbas'.
246         ($(tmpinst)/bin/mbas): Create temporary wrapper file, so that the
247         testcases pick the built 'mbas.exe'.
249 2004-08-17  Zoltan Varga  <vargaz@freemail.hu>
251         * mono/os/gc_wrapper.h: Only use thread local alloc if using the included libgc, since the
252         stock one has broken headers.
254         * configure.in (PLATFORM_WIN32): Make the included libgc the default on windows.
256 2004-08-17  Dick Porter  <dick@ximian.com>
258         * configure.in: Correct intl library for FreeBSD and OpenBSD.
259         Fixes bug 62884, patch by Tom McLaughlin (tmclaugh@sdf.lonestar.org).
261 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
263         * configure.in: Set new automake variable LIBGC_STATIC_LIBS.
265 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
267         * configure.in (HAVE_KW_THREAD): Pass USE_COMPILER_TLS to libgc if
268         __thread works.
270 2004-08-11  Zoltan Varga  <vargaz@freemail.hu>
272         * configure.in: Fix __thread test.
274 2004-08-07  Zoltan Varga  <vargaz@freemail.hu>
276         * configure.in: Add proper checks for the 'undefined reference to '__tls_get_addr' problem.
278 2004-08-06  Geoff Norton  <gnorton@customerdna.com>
280         * configure.in: Add a kqueue check
282 2004-08-03  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
284         * configure.in: Enable S/390 64-bit JIT.
286 2004-07-31  Zoltan Varga  <vargaz@freemail.hu>
288         * configure.in: Enable AMD64 JIT.
290 2004-07-30  Martin Baulig  <martin@ximian.com>
292         * Makefile.am: The symbol writer is now called
293         Mono.CompilerServices.SymbolWriter.dll. 
295 2004-07-30  Raja R Harinath  <rharinath@novell.com>
297         * runtime/Makefile.am (monoone_DATA): Add mcs.exe.config.
298         (gmcs_exe): Add gmcs.exe.config.
299         ($(monoone_DATA) $(monotwo_DATA) ...): Add location of the .config
300         files too.
302 2004-07-29  Lluis Sanchez Gual  <lluis@novell.com>
304         * Makefile.am: Copy machine.config in the correct _tmpinst subdirectory.
306 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
308         * configure.in: Added data/net_1_1 and data/net_2_0 to the build.
309         * data/Makefile.am: Removed installation of machine.config and
310           DefaultWsdlHelpGenerator.aspx. Those now are in a version-specific
311           directory.
312         * data/net_1_1/Makefile.am, data/net_2_0/Makefile.am: new makefiles for
313           installing 1.1 and 2.0 makefiles.
314         * runtime/net_1_1/Makefile.am, runtime/net_2_0/Makefile.am: Install mscorlib
315           at the correct version specific directory.
317 2004-07-27  John Merryweather Cooper <john_m_cooper@yahoo.com>
318         * configure.in: Disable __thread test (TLS) for FreeBSD as
319         it succeeds on FreeBSD 5.x when it should fail.  Fix pthread
320         library detection for FreeBSD 4.x since pthread is embedded
321         in libc_r on this platform.  Fix some typos in my host
322         regexes for freebsd.
324 2004-07-23  Dick Porter  <dick@ximian.com>
326         * configure.in: Changes for FreeBSD thread support by John
327         Merryweather Cooper <john_m_cooper@yahoo.com>.
329 2004-07-15  Jackson Harper  <jackson@ximian.com>
331         * man/gacutil.1: MONO_GAC_PREFIX not MONO_GAC_PATH
332         
333 2004-07-12  Massimiliano Mantione  <massi@ximian.com>
335         * docs/abc-removal.txt: Updated documentation for ABC removal.
337 2004-07-12  Massimiliano Mantione  <massi@ximian.com>
339         * mono/mini/abcremoval.c: Rewritten most of ABC removal.
340         * mono/mini/abcremoval.h: Rewritten most of ABC removal.
341         * mono/mini/build_relations_propagation_table.pl: Deleted (unneeded after the rewrite).
342         * mono/mini/propagated_relations_table.def: Deleted (unneeded after the rewrite).
344 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
346         * configure.in: Add --with-tls option to replace the misnamed 
347         --with-nptl option.
349 2004-07-02  Raja R Harinath  <rharinath@novell.com>
351         * Makefile.am (mcs-do-basic-build, mcs-do-short-build):
352         Pass NO_SIGN_ASSEMBLY=yes to sub-make.
353         ($(tmpinst)/bin/mono) [PLATFORM_WIN32]: Make it work.
355 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
357         * man/mono.1: Added 'aot' to trace options.
359 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
361         * configure.in: Fix trunc check + add SPARC64 defines.
363 2004-06-29  Jackson Harper  <jackson@ximian.com>
365         * man/gacutil.1: Update man with new command line options.
366         
367 2004-06-29  Raja R Harinath  <rharinath@novell.com>
368             Atsushi Enomoto  <atsushi@ximian.com>
370         * runtime/net_1_1/Makefile.am (GAC_ROOT_DIR): Renamed from GAC_DIR.
371         (GAC_DIR): New define that doesn't include $(DESTDIR).
372         (install-data-local,uninstall-local): Use them.  Use in-tree mono
373         runtime, not the installed one.
375 2004-06-29  Raja R Harinath  <rharinath@novell.com>
377         * runtime/Makefile.am (gmcs_exe): New.  Set only if not W32.
378         (monotwo_DATA): Use it.
379         From Atsushi Enomoto.
381 2004-06-24  Raja R Harinath  <rharinath@novell.com>
383         * runtime/net_2_0/Makefile.am (gac_assemblies_list): Put back
384         ICSharpCode.SharpZipLib, not that it has a different version.
386 2004-06-24  Raja R Harinath  <rharinath@novell.com>
388         * Makefile.am (MCS_DIRS, MCS_FILES): Add back Mono.CSharp.Debugger.
389         (tmpinst-dir-contents, $(tmpinst)/bin/mono.bat): Remove mono.bat
390         in W32.  Use 'mono' and 'mcs' in W32 too.
391         (bootstrap) [PLATFORM_WIN32]: Back to single stage bootstrap.
392         * runtime/net_2_0/Makefile.am (gac_assemblies_list): Don't mention
393         nunit.*, IBM.Data.DB2, ICSharpCode.SharpZipLib.
394         Fix for #60443, the GAC .DLL-Hell.
396 2004-06-22  Raja R Harinath  <rharinath@novell.com>
398         * Makefile.am (bootstrap) [PLATFORM_WIN32]: Make two-stage.
400 2004-06-18  Jackson Harper  <jackson@ximian.com>
402         * man/mono.1: Add MONO_LOG_LEVEL and MONO_LOG_MASK. Add
403         instructions on setting multiple mask values.
404                 
405 Fri Jun 18 19:39:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
407         * Makefile.am: process data before runtime, so the config file is
408         installed and gacutil has a chance to work (finding symlink).
410 2004-06-18  Raja R Harinath  <rharinath@novell.com>
412         * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)): 
413         Test if files exist in the mcs/ tree before creating symlinks.
414         Remove symlinks before creating them again.
415         * runtime/net_1_1/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise.
416         * runtime/net_2_0/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise.
418 2004-06-18  Raja R Harinath  <rharinath@novell.com>
420         * scripts/Makefile.am (REWRITE): New.  Common rewriting 'sed' command.
421         (bin_SCRIPTS): Unify all the script generating rules into one.
423 2004-06-16  Raja R Harinath  <rharinath@novell.com>
425         * Makefile.am (bootstrap) [PLATFORM_WIN32]: Open code.  Don't
426         build and populate net_2_0 profile.
427         (populate-runtime-subdir): Make into subroutine that takes list of
428         profiles to populate.
429         (faststrap): Update.
430         (MCS_DIRS, MCS_FILES, MONO_CSHARP_DEBUGGER_DIR, MONO_CSHARP_DEBUGGER_FILE): 
431         Avoid automake conditional/+= problems.
432         (populate-runtime-subdir): Rewrite sanity check.
434 2004-06-16  Raja R Harinath  <rharinath@novell.com>
436         Include prototype completely-untested 'make bootstrap' support for W32.
437         * Makefile.am (bootstrap): Define to fasterstrap for W32.
438         (MCS_DIRS, MCS_FILES): Don't refer to Mono.CSharp.Debugger in W32.
439         (tmpinst-dir): Change sub-make invoke to ...
440         (tmpinst-dir-contents): ... this.  Build 'mono.bat' in W32 instead
441         of 'mono' and 'mcs'.
442         ($(tmpinst)/bin/mono.bat): New.
444 2004-06-15  Dick Porter  <dick@ximian.com>
446         * configure.in: Check for struct ip_mreqn and struct ip_mreq on
447         windows too.  Fixes bug 55040.
449 Mon Jun 14 18:38:34 CEST 2004 Paolo Molaro <lupus@ximian.com>
451         * configure.in: better explain that --with-nptl is not related to
452         NPTL, but to __thread support. Set sigaltstack support to off by
453         default.
455 2004-06-12  Raja R Harinath  <harinath@acm.org>
457         * Makefile.am (populate-runtime-subdir): Add _tmpinst directory
458         to the PATH.
460 2004-06-11  Jackson Harper  <jackson@ximian.com>
462         * runtime/net_2_0/Makefile.am:
463         * runtime/net_1_1/Makefile.am: Remove signing patches
464         
465 2004-06-11  Jackson Harper  <jackson@ximian.com>
467         * man/mono.1: Add documentation for MONO_GAC_PREFIX.
468         * runtime/net_2_0/Makefile.am: 
469         * runtime/net_1_1/Makefile.am: Sign assemblies before
470         installing. Do not sign ziplib, npgsql, or nunit assemblies. Sign mscorlib.
471         
472 2004-06-11  Raja R Harinath  <rharinath@novell.com>
474         * Makefile.am (populate-runtime-subdir): New target.  Does a
475         controlled "make install" in the 'mcs/' directory to populate the
476         'runtime' directory.
477         (fasterstrap): Use it.
479 2004-06-10  Raja R Harinath  <rharinath@novell.com>
481         * runtime/Makefile.am ($(monoone_DATA),$(monotwo_DATA),$(monobins_DATA)):
482         Don't copy from prefix.  Use $(LN_S) to point to the mcs/ tree.
483         * runtime/net_1_1/Makefile.am (mscorlib.dll,$(gac_assemblies)): 
484         Use $(LN_S) to point to the mcs/ tree, rather than copying.
485         * runtime/net_2_0/Makefile.am (mscorlib.dll,$(gac_assemblies)): Likewise.
487 2004-06-10  Raja R Harinath  <rharinath@novell.com>     
489         Support the new assembly signing setup in mcs/.
490         * Makefile.am (mcs-do-basic-build): Pass 'USE_BOOT_COMPILE' to sub-makes.
491         ($(tmpinst)/etc/mono/machine.config): New target.
492         (tmpinst-dir.stamp): Remove and rewrite into ...
493         ($(tmpinst)/bin/mcs): ... this and ...
494         ($(tmpinst)/bin/mono): ... this.  Update to use the in-tree machine.config.
495         (tmpinst-dir): Rewrite to invoke above $(tmpinst)/... targets directly.
496         * configure.in (AC_PROG_LN_S): New check to define $(LN_S).
497         
498 Thu Jun 3 14:39:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
500         * configure.in: libc setting for NetBSD (patch from recht@netbsd.org).
502 2004-06-01  Raja R Harinath  <rharinath@novell.com>
504         * Makefile.am (bootstrap,faststrap,fasterstrap): Refactor.
505         Fix 'faststrap' to be corlib-version-change-safe.
506         (one-stage-strap,two-stage-strap,three-stage-strap): Remove.
507         (monolite-bootstrap): Update.
509 2004-05-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
511         * configure.in: fixlets for windows.
513 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
515         * configure.in: export CC instead of passing it to libgc/configure.
517 2004-05-28  Duncan Mak  <duncan@ximian.com>
519         * runtime/Makefile.am: 
520         * scripts/Makefile.am: Include mono-find-provides and
521         mono-find-requires.
522         
523         * scripts/mono-find-provides.in:
524         * scripts/mono-find-requires.in: New wrapper scripts.
526 2004-05-27  Zoltan Varga  <vargaz@freemail.hu>
528         * configure.in: Pass CC to libgc configure.
530 2004-05-27  Gert Driesen (drieseng@users.sourceforge.net)
532         * monowiz.win32.nsi: normalized line-endings to unix (LF)
534 2004-05-27  Gert Driesen (drieseng@users.sourceforge.net)
536         * monowiz.win32.nsi: do not include mono subdirectory in
537         MonoConfigDir registry key, to match batch files
539 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
541         * data/DefaultWsdlHelpGenerator.aspx: fixed querystring attribute
542         values. Now they are URlEncoded.
544         * data/browscap.ini.gz: updated.
546 2004-05-26  Raja R Harinath  <rharinath@novell.com>
548         * Makefile.am (mcs-do-basic-build): No need to set MCS here.
549         * runtime/net_1_1/Makefile.am (gac_assemblies_list): Update to
550         reflect new names for nunit.util and nunit.framework.  Add
551         nunit.core.
552         * runtime/net_2_0/Makefile.am (gac_assemblies_list): Likewise.
554 2004-05-25 Ben Maurer  <bmaurer@users.sourceforge.net>
556         * config.h.in: remove
558 2004-05-25 18:30 CET Patrik Torstensson <totte@hiddenpeaks.com>
560         * configure.in: Check for trunc instead of truncl (HAVE_TRUNC)
562 2004-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
564         * Makefile.am:
565         * monowiz.win32.nsi: improved windows installer script.
567 2004-05-21  Raja R Harinath  <rharinath@novell.com>
569         * README: Update to include instructions for the various new
570         bootstrap-like targets.
572 2004-05-20  Raja R Harinath  <rharinath@novell.com>
574         * Makefile.am (get-monolite-latest, monolite-bootstrap):
575         New bootstrap targets to build from monolite.
576         Based on idea from Jaroslaw Kowalski <jaak@zd.com.pl>.
578 2004-05-20  Raja R Harinath  <rharinath@novell.com>
580         * configure.in (AC_OUTPUT): Add tools/Makefile and
581         tools/locale-builder/Makefile.
582         * Makefile.am (SUBDIRS): Remove tools.
583         (DIST_SUBDIRS): Add 'tools'.
584         (bootstrap): Rewrite so that we get two new targets.
585         (faststrap): New two-stage build.
586         (fasterstrap): New one-stage build.
588 2004-05-19  Jackson Harper  <jackson@ximain.com>
590         * tools/
591         * tools/Makefile.am: Add tools directory
592         * tools/locale-builder: Add the locale-builder tool, this tool is
593         not built by default as it is only needed by people that wish to
594         moidify culture data.
595         * Makefile.am: Add tools to build
596         
597 Wed May 19 13:22:19 EDT 2004 Paolo Molaro <lupus@ximian.com>
599         * configure.in: make MacOSX default to use the included libgc.
601 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
603         * configure.in: Get rid of -DMONO_USE_EXC_TABLES.
605 2004-05-19  Raja R Harinath  <rharinath@novell.com>
607         * configure.in: Use proper autoconf idiom to pass additional
608         arguments to libgc/configure.
609         (PLATFORM_WIN32, NEED_LINK_UNLINK): Use three-argument AC_DEFINE.
610         * acconfig.h: Update to reflect changes.
612 2004-05-17  Raja R Harinath  <rharinath@novell.com>
614         * Makefile.am (tmpinst-dir): Creates _tmpinst tree if
615         necessary. Move body ...
616         (tmpinst-dir.stamp): ... here.
617         (stage3): Don't remove _tmpinst tree.
618         (bootstrap-clean, bootstrap-check): New rules.  They run the
619         corresponding rules in the mcs/ tree.
621 2004-05-14  Raja R Harinath  <rharinath@novell.com>
623         * Makefile.am: Revert unlogged unexplained changes.
624         (stage3): Make 'all-profiles' since the mono source tarball
625         carries all the net_2_0 preview dlls.
627 2004-05-11  Jackson Harper  <jackson@ximian.com>
629         * runtime/net_1_1/Makefile.am:
630         * runtime/net_2_0/Makefile.am: cscompmgd.dll is lowercase now.
631         
632 2004-05-10  Raja R Harinath  <rharinath@novell.com>
634         * Makefile.am (tmpinst-dir): Always add $tmpinst/lib to MONO_PATH.
635         Fix quoting of commands.
637 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
639         * monowiz.win32.nsi: some changes i made to build the 0.91 win32 setup
640         file.
642 2004-05-07  Bernie Solomon  <bernard@ugsolutions.com>
644         * man/mono.1: mention MONO_EGD_SOCKET
646 2004-05-07  Raja R Harinath  <rharinath@novell.com>
648         Goodbye 'fullbuild', hello 'bootstrap'.
649         * Makefile.am (bootstrap): New target for building from CVS.  New
650         improved version of 'fullbuild' -- does not install any files.
651         (fullbuild): Obsolete target.  Bootstraps and installs tree.
652         (mcs-tree-safe-build,xinstall-runtime,mcs-rest,remove-binaries):
653         Removed.
654         (stage1,stage1-mcs,stage1-mono,stage2,stage3)
655         (tmpinst-dir,tmpinst-runtime): New targets used to implement a
656         two-stage bootstrap.
658 2004-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
660         * configure.in: scandir check is no longer needed.
662 2004-05-05  Bernie Solomon  <bernard@ugsolutions.com>
664         * configure.in: set LIBC on HPUX
666 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
668         * configure.in: Detect JNI headers in GNU classpath sources as well.
670 2004-05-05  Raja R Harinath  <rharinath@novell.com>
672         * runtime/net_2_0/Makefile.am (install-data-local, uninstall-local): 
673         Only disable this if INSTALL_2_0 is disabled.
675 2004-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
677         * data/DefaultWsdlHelpGenerator.aspx: add any cookie in the request to
678         the request we do for the actual web service.
680 2004-05-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
682         * configure.in: check for SIGEV_THREAD being defined before checking
683         for AIO support. Fixes compilation under FreeBSD.
685 2004-05-04  Raja R Harinath  <rharinath@novell.com>
687         * runtime/net_1_1/Makefile.am (mono_runtime): Use USE_JIT, not
688         JIT_SUPPORTED.
689         (install-data-local, uninstall-data-local): Run runtime with
690         libtool.
691         * runtime/net_2_0/Makefile.am: Likewise.
692         Report from Urs C Muff <umuff@quark.com>.
694 2004-05-03  Jackson Harper  <jackson@ximian.com>
696         * man/gacutil.1: Basic man page for gacutil. This doesn't include
697         the new non-standard options yet.
698         
699 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
701         * data/machine.config: added version and publickeytoken.
703 2004-05-01  Duncan Mak  <duncan@ximian.com>
705         * runtime/net_1_1/Makefile.am:
706         * runtime/net_2_0/Makefile.am (gac_assemblies_list): Add NUnit
707         dlls here.
708         (non_gac_assemblies): Removed, every thing is migrated over to gac_assemblies.
709         (EXTRA_DIST): Include only gac_assemblies.
710         (dist_assemblies_DATA): It's referring to $(non_gac_assemblies)
711         and that is no gone now. So remove as well.
712         ($(non_gac_assemblies)): Bye bye.
714 2004-05-01  Duncan Mak  <duncan@ximian.com>
715         
716         * runtime/net_1_1/Makefile.am (gac_assemblies_list): Add
717         System.Web.Services. Someone accidentally took the line out.
719 2004-04-30  Jackson Harper  <jackson@ximian.com>
721         * runtime/net_1_1/Makefile.am:
722         * runtime/net_2_0/Makefile.am: These assemblies are signed now.
723         
724 2004-04-30  Raja R Harinath  <rharinath@novell.com>
726         * runtime/net_1_1/Makefile.am (gac_assemblies_list): Remove .dll
727         suffix.
728         (gac_assemblies, non_gac_assemblies, corlibdir, dist_corlib_DATA): 
729         New variables.  Use Automake idioms.
730         (dist-hook): Remove.
731         (install-local, uninstall-local): Use mscorlib.dll from current
732         tree when running gacutil.
733         (mono_runtime): New variable.  Points to either JIT compiler or
734         interpreter.  
735         Report from Bernie Solomon <bernard@ugsolutions.com>
736         * runtime/net_2_0/Makefile.am: Likewise.
737         * runtime/Makefile.am (dist_monobins_DATA): Rename from
738         monobins_DATA.
739         (EXTRA_DIST): Remove.
740         * Makefile.am (fullbuild): Update to changes.
742 2004-04-30  Jackson Harper  <jackson@ximian.com>
744         * runtime/net_2_0/Makefile.am:
745         * runtime/net_1_1/Makefile.am: /lib/mono/gac. Dont forget the mono.
746         
747 2004-04-30  Duncan Mak  <duncan@ximian.com>
749         * runtime/Makefile.am ($(monobins_DATA)): Add sn.exe and sn.
750         
751 2004-04-29  Duncan Mak  <duncan@ximian.com>
753         * scripts/gmcs.in: New file.
755         * scripts/Makefile.am (EXTRA_DIST, bin_SCRIPTS, CLEANFILES): Add
756         gmcs script.
758 2004-04-29  Jackson Harper  <jackson@ximian.com>
760         * runtime/net_2_0/Makefile.am: install 2.0 corlib to its own
761         special little place.
762         
763 2004-04-29  Zoltan Varga  <vargaz@freemail.hu>
765         * acconfig.h configure.in: Add check for scandir.
767 2004-04-29  Raja R Harinath  <rharinath@novell.com>
769         * runtime/Makefile.am (monobins_DATA): Add gacutil.exe.
770         (SUBDIRS): Build here before building subdirs.
771         * runtime/net_1_1/Makefile.am (all-local): Copy
772         $(gac_assemblies_list) here.
773         (install-data-local): Install dll from $(srcdir).
774         (gacutil): Pick from current tree.
775         * runtime/net_2_0/Makefile.am: Likewise.
777         * Makefile.am (fullbuild): Update to changes in tree layout.
778         * runtime/net_1_1/Makefile.am (install-data-local): Allow empty
779         $(gac_assemblies_list).
780         ($(gac_assemblies_list)): Pick libraries from 'class/lib/default',
781         not 'class/lib/net_1_1'.
783 2004-04-28  Jackson Harper  <jackson@ximian.com>
785         * runtime/net_1_1/Makefile.am: Grab libs from proper directory, do
786         not assume gacutil is installed.
787         * runtime/net_2_0/Makefile.am: Do not assume gacutil is installed.
788         
789 2004-04-28  Jackson Harper  <jackson@ximian.com>
791         * configure.in: Add new Makefile.amS
792         * runtime/Makefile.am: libs are now in profile dependant
793         directories.
794         * runtime/net_1_1/Makefile.am: Install and Uninstall the .net 1.1
795         libs to the GAC.
796         * runtime/net_2_0/Makefile.am: Install and Uninstall the .net 2.0
797         libs to the GAC.
798         * data/Makefile.am: cleanup browscap.ini
799         
800 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
802         * configure.in: reword message re EGD support
803         now it is there
805 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
807         * config.h.in:
808         * configure.in: added check for sys/aio.h. Also check the field name
809         in 'union sigval'.
811 2004-04-28  Jackson Harper  <jackson@ximian.com>
813         * scripts/Makefile.am:
814         * scripts/gacutil.in: Add a gacutil script
816 2004-04-26  Jackson Harper  <jackson@ximian.com>
818         * Makefile.am: Grab libraries from lib/default now.
819         * runtime/Makefile.am: Grab libraries from lib/default now.
820         
821 2004-04-26  Bernie Solomon  <bernard@ugsolutions.com>
823         * configure.in: move setting of NO_VERSION_SCRIPT
824         until after checking for GNU ld
826 2004-04-22  Urs C Muff <umuff@quark.com>
828         move .net assemblies from $prefix/bin/*.exe to $prefix/lib/*.exe on
829         windows/cygwin refactor .nsi to simply maintenance on script/batch
830         generation
831         * runtime/Makefile.am
832         * script/Makefile.am
833         * monowiz.win32.nsi
835 2004-04-14  Raja R Harinath  <rharinath@novell.com>
837         * runtime/Makefile.am ($(assemblies_DATA)): Copy file into
838         $(srcdir).  Clean up output.
839         ($(monobins_DATA)): Likewise.
841         * Makefile.am (mcs-tree-safe-build): Fix typo.
843 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
845         * configure.in: Added rules to check for getgrgid_r, getgrnam_r,
846         getpwnam_r, getpwuid_r, getresuid and setresuid.
848 2004-04-13  Raja R Harinath  <rharinath@novell.com>
850         Allow 'make fullbuild' to work on non-srcdir build.
851         * Makefile.am (mcs_topdir): New variable.
852         (mcs-tree-safe-build,mcs-rest,remove-binaries): Work in non-srcdir
853         build.
854         (xinstall-runtime): Likewise.  Use $(libgc_dir) directly, don't
855         grep for 'libgc'.
856         (fullbuild): Make ordering dependencies explicit.
857         
858 2004-04-12  Sachin Kumar <skumar1@novell.com>
860         * Makefile.am: Added 'web' in SUBDIRS
862 2004-04-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
864         * configure.in: don't try-run the tests for nptl and/or sigaltstack
865         if they are disabled in the command line.
867 2004-04-05  Jackson Harper  <jackson@ximian.com>
869         * man/ilasm.1: Show /output instead of /out as the switch for
870         specifying output file names.
872 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
874         * configure.in: Check for pthread_getattr_np and pthread_attr_get_np.
876 2004-04-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
878         * config.h.in: added HAVE_GETPWUID_R
879         * configure.in: check for getpwuid_r.
881 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
883         * configure.in: Fix GNU ld check.
885 2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
887         * configure.in: Use amd64 instead of x86-64 as directory name. Fixes
888         #55840.
889         
890         * configure.in: Disable -version-script if not using GNU ld. Fixes
891         #55910.
893         * configure.in: Speedup successful sigaltstack test.
896         * configure.in: don't try-run the tests for nptl and/or sigaltstack
897         if they are disabled in the command line.
899 2004-04-05  Jackson Harper  <jackson@ximian.com>
901         * man/ilasm.1: Show /output instead of /out as the switch for
902         specifying output file names.
904 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
906         * configure.in: Check for pthread_getattr_np and pthread_attr_get_np.
908 2004-04-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
910         * config.h.in: added HAVE_GETPWUID_R
911         * configure.in: check for getpwuid_r.
913 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
915         * configure.in: Fix GNU ld check.
917 2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
919         * configure.in: Use amd64 instead of x86-64 as directory name. Fixes
920         #55840.
921         
922         * configure.in: Disable -version-script if not using GNU ld. Fixes
923         #55910.
925         * configure.in: Speedup successful sigaltstack test.
927 2004-03-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
929         * configure.in: this test for sigaltstack works.
931 2004-03-20  Zoltan Varga  <vargaz@freemail.hu>
933         * configure.in: Disable sigaltstack test for now since it can hang.
934         
935         * configure.in: Add test for working sigaltstack.
936 2004-03-16  Duncan Mak  <duncan@ximian.com>
938         * runtime/Makefile.am
939         (MakeCert.exe, cert2spc.exe, certmgr.exe, setreg.exe):
940         Remember to install them to mono/runtime.
942 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
944         * configure.in: Enable JIT on sparc.
946 2004-03-13  Martin Willemoes Hansen  <mwh@sysrq.dk>
948         * data/config.in: Changed libgtkhtml-3.0.so.2 to libgtkhtml-3.0.so to fix
949         breakage with gtkhtml-3.0.10
951 2004-03-10  Zoltan Varga  <vargaz@freemail.hu>
953         * configure.in acconfig.h: Add a --with-sigaltstack option for platforms
954         where the sigaltstack based exception handling does not work.
956 2004-03-08  Zoltan Varga  <vargaz@freemail.hu>
958         * configure.in acconfig.h: Add check for aintl function, which is the
959         solaris equivalent of truncl.
961 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
963         * configure.in: Add check for GC_enable.
964         
965         * configure.in: Remove amd64/Makefile from AC_OUTPUT to fix build.
967 2004-02-19  Zoltan Varga  <vargaz@freemail.hu>
969         * configure.in: Add proper support for --with-nptl for people who
970         have linking problems when it is enabled.
972 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
974         * configure.in: Add test for __thread keyword and shared libs.
976 2004-02-16  Zoltan Varga  <vargaz@freemail.hu>
978         * configure.in: Enable --with-nptl by default.
980 2004-02-03  Zoltan Varga  <vargaz@freemail.hu>
982         * configure.in: Applied patch from Adrian Bunk (bunk@fs.tum.de). Fix
983         message for failed gethostbyname2_r check.
985 Fri Jan 23 16:07:05 EST 2004 Paolo Molaro <lupus@ximian.com>
987         * configure.in, acconfig.h: check for truncl. Disable 
988         version script on MacOSX (see bug #51590 if a check becomes
989         necessary).
991 Fri Jan 23 21:26:01 CET 2004 Paolo Molaro <lupus@ximian.com>
993         * configure.in, acconfig.h: added check for socklen_t.
995 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
997         * Makefile.am: Do not install mono.pc on platforms without a JIT.
999 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
1001         * Makefile.am (remove-binaries): Get rid of non-portable >& construct.
1003 2003-12-29  Miguel de Icaza  <miguel@ximian.com>
1005         * scripts/sn.in: Add sn script.
1007 2004-01-15  Zoltan Varga  <vargaz@freemail.hu>
1009         * scripts/Makefile.am: Add al.exe.
1011         * scripts/al.in: New file.
1013         * runtime/Makefile.am: Add al.exe.
1015 2004-01-10  Jackson Harper <jackson@ximian.com>
1017         * data/machine.config: Add trace handler (Trace.axd) add trace
1018         configuration handlers.
1019         
1020 2004-01-06  Martin Willemoes Hansen  <mwh@sysrq.dk>
1022         * doc/books: Added books on Web Services and ASP.NET
1024 2004-01-04  Daniel Morgan <danielmorgan@verizon.net>
1026         * monowiz.win32.nsi: update the NSIS installer script for windows
1027           to support NSIS 2.0 rc1 and Mono 0.29
1029 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
1031         * configure.in: missed in my last change
1033         * samples/embed/testi.c: interpreter embedding example
1035         * docs/embedded-api: add info on interpreter embedding
1037 Mon Dec 22 18:27:14 CET 2003 Paolo Molaro <lupus@ximian.com>
1039         * configure.in, acconfig.h: use mach semaphores on darwin.
1041 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
1043         * Makefile.am: Create mint.pc
1044         mint.pc.in: Added for embedding the interpreter
1046 2003-12-16  Martin Baulig  <martin@ximian.com>
1048         * Makefile.am: In a Makefile.am, comments are started with `#' and
1049         not with `dnl' - I must have been an idiot ...
1051 2003-12-10  Todd Berman <tberman@gentoo.org>
1053         * configure.in: adding libicu url to the ICU: no message.
1055 2003-12-05  John Luke  <jluke@cfl.rr.com>
1057         * data/config.in: new dll mapping entry for libgstreamer
1058         
1059 2003-12-02  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1061         * README: tiny fix ;-)
1063 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
1065         * configure.in: Add -fno-strict-aliasing to CFLAGS.
1066         
1067         * configure.in: Applied patch from recht@netbsd.org. Avoid linking in
1068         librt if not neccesary.
1070 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
1072         * configure.in: Fix signbit check. Fixes #51315.
1074 2003-11-20  Jackson Harper <jackson@ximian.com>
1076         * data/machine.config: Add OutputCacheModule
1077         
1078 2003-11-19  Jackson Harper <jackson@ximian.com>
1080         * doc/web/team.xml: New email address and job description
1081         * doc/web/team/jackson.png: Picture of me debugging...seems appropriate
1082         
1083 2003-11-14  Jackson Harper <jackson@ximian.com>
1085         * Makefile.am: delete mscorlib.dll
1086         
1087 2003-11-12 Jackson Harper <jackson@ximian.com>
1089         * Makefile.am: corlib is now named mscorlib.dll
1090         
1091 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
1093         * configure.in acconfig.h: Add check for signbit, which is missing in
1094         FreeBSD 4.x.
1096 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
1098         * configure.in: Remove debugging junk accidently checked in.
1099         
1100         * configure.in: Add new --with-nptl option to enable NPTL only
1101         features since auto-detection is not reliable.
1103         * autogen.sh: Fix previous patch and silence noisy GNU which.   
1105 2003-11-07  Bernie Solomon  <bernard@ugsolutions.com>
1107         * autogen.sh: tweak glibtool check so it works
1108         if which doesn't set return code properly
1110 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
1112         * autogen.sh: Silence noisy GNU which.
1113         
1114         * autogen.sh: Applied patch from Peter Teichman (peter@ximian.com). 
1115         Use 'glibtool' instead of 'libtool' on OSX. 
1117 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
1119         * mono/benchmark/pinvoke.cs: New benchmark for testing the performance
1120         of the managed/unmanaged boundary.
1122 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
1124         * configure.in acconfig.h: Add check for __thread keyword in gcc.
1126 2003-10-29  Dick Porter  <dick@ximian.com>
1128         * man/mono.1: Document MONO_EXTERNAL_ENCODINGS variable
1130 2003-10-16  Miguel de Icaza  <miguel@ximian.com>
1132         * man/mono.1: Document new --trace options
1134 2003-10-13  Bernie Solomon  <bernard@ugsolutions.com>
1136         * configure.in: add hppa support (64bit only)
1137         make solaris build work with Forte compiler
1139 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
1141         * configure.in: Added check for pthread_attr_setstacksize.
1143         * mono/tests/ChangeLog: New file.
1144         
1145 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
1147         * mono/tests/Makefile.am: Link the tests with the test driver program
1148         used for the mini tests.
1150 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
1152         * mono/tests/libtest.c (mono_test_marshal_delegate): Added test for
1153         stdcall calling convention.
1155 2003-10-09  Dick Porter  <dick@ximian.com>
1157         * acconfig.h:
1158         * configure.in: Check for ICU availability
1160 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
1162         * mono/tests/libtest.c: fix after merge of pinvoke2.cs
1164 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
1166         * mono/tests/Makefile.am mono/tests/libtest.c
1167         mono/tests/pinvoke18.cs: new test for bool marshalling.
1169 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
1171         * mono/scripts/Makefile.am mono/scripts/*.in: fix
1172         managed .exe paths so they are found under cygwin.
1174 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
1176         * mono/tests/pinvoke2.cs mono/tests/libtest.c: Fix array of structs
1177         test.
1179 2003-10-06  Bernie Solomon  <bernard@ugsolutions.com>
1181         * mono/tests/pinvoke2.cs mono/tests/pinvoke11.cs 
1182         mono/tests/libtest.c: Add more pass by value struct
1183         tests for platforms with more complex calling conventions 
1184         (Sparc V9, HPPA 64 bit).
1186 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
1188         * mono/tests/pinvoke2.cs mono/tests/libtest.c: Add array of structs
1189         marshalling test.
1191 2003-10-04  Bernie Solomon  <bernard@ugsolutions.com>
1193         * mono/tests/libtest.c: remove warnings except
1194         "no previous prototype"
1196 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
1198         * mono/tests/libtest.c: (test_lpwstr_marshal) remove undefined
1199         behaviour of increment, (mono_test_marshal_char) = should be ==
1201 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
1203         * mono/tests/remoting1.cs: Added test for interface casts on
1204         TransparentProxies.
1206 2003-09-24  Bernie Solomon  <bernard@ugsolutions.com>
1208         * mono/tests/pinvoke*.cs, delegate4.cs, marshal10.cs, marshal4.cs
1209           marshal5.cs: remove .so from DllImport of libtest to aid portability.
1211 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
1213         * configure.in: Added check for valgrind headers.
1215 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
1217         * Makefile.am: Use $(MAKE) in even more places. Patch by Bernie Solomon
1218         (bernard@ugsolutions.com).
1219         
1220 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
1222         * Makefile.am: Use $(MAKE) instead of make. Patch by Bernie Solomon
1223         (bernard@ugsolutions.com).
1225 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
1227         * mono.pc.in: Added gthread-2.0.
1229 2003-08-22  Zoltan Varga  <vargaz@freemail.hu>
1231         * configure.in: Added gthread-2.0 to GLIB_CFLAGS and GLIB_LIBS, so we
1232         can call g_thread_init ().
1234 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
1236         * mono/tests/threadpool.cs mono/tests/threadpool1.cs: Make increments 
1237         of static variables atomic. Fixes bug #47683.
1239 2003-08-21  Johannes Roith  <johannes@jroith.de>
1241         * mono/Makefile.am: small update. make sure, glib makes it in the build, add optional target for dependencies
1243 2003-08-18  Johannes Roith  <johannes@jroith.de>
1245         * mono/Makefile.am: add windows build option
1246         * mono/monowiz.win32.nsi: add windows build script
1247         * mono/mono-win32-light.bmp: add bitmap
1249 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
1251         * mono/tests/checked.cs: Added mul.ovf tests.
1253 2003-08-15  Duncan Mak  <duncan@ximian.com>
1255         * doc/mysql: Change references to ByteFX.Data.MySQLClient to the
1256         correct ByteFX.Data.MySqlClient (note the change in
1257         capitalization). Thanks to Tom Wagner <Tom.Wagner@wacker.com> for
1258         spotting the error.
1260 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
1262         * mono/tests/bug-47295.cs: Regression test for bug #47295.
1264 2003-08-11  Duncan Mak  <duncan@ximian.com>
1266         * runtime/Makefile.am (assemblies_DATA): Add Mono.Cairo.dll.
1268 Sun Aug  3 21:12:13 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
1270         * configure.in: added FPU test for ARM.
1272 Thu Jul 31 16:19:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
1274         * configure.in, etc.: portability fixes and support for
1275         buidling outside the srcdir from Laurent Morichetti <l_m@pacbell.net>.
1277 2003-07-22  Duncan Mak  <duncan@ximian.com>
1278        
1279         * runtime/Makefile.am: Remove sqlsharp as we no longer distribute it.
1281 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
1283         * mono/tests/Makefile.am: Add missing test. Make tests interruptable
1284         by Ctrl-C. Add testinterp target to run the tests with the interpreter.
1285         Do not try to build vararg.cs under mcs.
1287         * configure.in: Fix detection of GC_gcj_malloc.
1289 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
1291         * acconfig.h:
1292         * configure.in: Check for gethostbyname2_r availability.
1293         * data/machine.config: Added section system.net/settings. Added
1294         option for IPv6 availability.   
1296 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
1298         * mono/tests/cattr-object.cs: Make it run under both mono and MS.NET.
1300         * mono/tests/struct.cs: Add test for unboxing trampolines.
1302         * mono/tests/bug-27420.cs: new regression test.
1304         * mono/tests/Makefile.am: skip vararg test since it does not compile 
1305         under mono. Add testinterp target. Add new tests.
1306         
1307 2003-07-10  Martin Willemoes Hansen
1309         * doc/web/team.xml : Modified my tasks a bit.
1311 2003-07-01  Paolo Molaro <lupus@ximian.com>
1313         * acconfig.h, configure.in: added bundle support.
1315 2003-06-10  Dick Porter  <dick@ximian.com>
1317         * acconfig.h:
1318         * configure.in: Check for struct ip_mreq if struct ip_mreqn isn't
1319         available.
1321 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
1323         * configure.in: Define HAVE_GC_GCJ_MALLOC for included libgc.
1325 2003-06-10  Martin Baulig  <martin@ximian.com>
1327         * configure.in: Fall back to boehm if we don't have a libgc
1328         subdirectory.
1330 2003-06-10  Martin Baulig  <martin@ximian.com>
1332         * configure.in: Make the libgc stuff actually work; we now create
1333         a shared libmonogc.so when using the included libgc.
1335 2003-06-09  Martin Baulig  <martin@ximian.com>
1337         * configure.in: Only check for gc if --with-gc=boehm.
1339 2003-06-08  Martin Baulig  <martin@ximian.com>
1341         * configure.in: Tell libgc's configure about our threads library.
1343 2003-06-08  Martin Baulig  <martin@ximian.com>
1345         * libgc/: Integrate the libgc module here.
1347         [Note: A simple `cvs update' won't work this time; you either need
1348         to re-checkout the `mono' module or manually move the `libgc'
1349         module here.]
1351         * configure.in (--with-gc): Added `included' option to use the
1352         included libgc.  This is now also the default.
1353         (LIBGC_CFLAGS, LIBGC_LIBS): Put the libgc stuff here and AC_SUBST it.
1354         (INCLUDED_LIBGC): New automake conditional.
1355         (USE_INCLUDED_LIBGC): #define this if appropriate.
1357         * autogen.sh: Run libgc/autogen.sh.
1359         * Makefile.am (SUBDIRS): Added libgc.
1361 2003-06-05  Duncan Mak  <duncan@ximian.com>
1363         * mono.spec.in (Requires): Add libxml2 and libxslt dependency on
1364         the package.
1366 2003-05-19  Dick Porter  <dick@ximian.com>
1368         * configure.in: Netbsd build fix by marc@informatik.uni-bremen.de.
1370 2003-05-10  Martin Willemoes Hansen <mwh@sysrq.dk>
1372         * scripts/Makefile.am: Added monoresgen secutil sqlsharp
1373           shell wrapper scripts.
1375 2003-05-08  Zoltan Varga  <vargaz@freemail.hu>
1377         * mono/tests/Makefile.am: 
1378         - Compile with mcs.
1379         - Disable some warnings.
1380         - Added executables to clean target.
1381         - Make testjit the default target.
1382         - Print list of failed tests at the end of a test run.
1383         - Abort tests when Ctrl-C is pressed.
1385         * mono/tests/test-driver: Return with a special exit code when 
1386         SIGINT is detected.
1388         * mono/tests/checked.cs: Make it compile.
1389         
1390 2003-05-02  Miguel de Icaza  <miguel@ximian.com>
1392         * runtime/Makefile.am ($(monobins_DATA)): Use explicit file names
1393         for the target exe binaries.
1395         Copy cilc.exe and secutil.exe from the right paths to the right
1396         location.
1398         Add missing assemblies.
1400 2003-05-02  Alp Toker  <alp@atoker.com>
1402         * data/config.in: new dll mapping entry for libglade
1404 2003-05-01  Duncan Mak  <duncan@ximian.com>
1406         * scripts/Makefile.am: 
1407         * runtime/Makefile.am: Install cilc and ilasm.
1409 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
1411         * mono/tests/Makefile.am (JITTEST_PROG): use mini/mono
1413 2003-04-16  Charles Iliya Krempeaux  <charles@reptile.ca>
1415         * doc/web/team.xml : Added myself to it.
1417 2003-04-10  Duncan Mak  <duncan@ximian.com>
1419         * doc/web/render-team-page.cs: Make the names of the element be
1420         lowercase instead. BenM says this makes it XHTML compliant; heck,
1421         I'm generating this from an XmlDocument already, why not make it
1422         XHTML compliant?
1424 2003-04-10  Duncan Mak  <duncan@ximian.com>
1426         * doc/web/render-team-page.cs (Compare): Correctly fix
1427         ContributorComparer.
1428         (RenderHtml): Add some SetAttribute loving to make it render prettier.
1430         * doc/web/team.xml: Revert excessive indenting.
1432 2003-04-07  Martin Baulig  <martin@ximian.com>
1434         * mono/mini/: Added this directory to the build; install `mini'
1435         and `libmini.la'.
1437 2003-04-07  Duncan Mak  <duncan@ximian.com>
1439         * doc/web/render-team-page.cs: Fix ContributorComparer.
1441 2003-04-04  Duncan Mak  <duncan@ximian.com>
1443         * doc/web/render-team-page.cs: Make it use 'none.png' if no image
1444         are specified in the XML.
1446         * doc/web/team.xml: Remove the comment.
1448         * doc/web/render-team-page.cs: Make it not output a full HTML file.
1450 2003-04-04  Duncan Mak  <duncan@ximian.com>
1452         * doc/web/commands: 
1453         * doc/web/makefile: Add team page information.
1455         * doc/web/team.xml: 
1456         * doc/web/render-team-page.cs: Code for rendering a team page.
1458 2003-04-02  Duncan Mak  <duncan@ximian.com>
1460         * doc/web/makefile: Add a new make target for generating a team
1461         page on go-mono.com.
1463 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
1465         * configure.in: Added check for GC_gcj_malloc.
1467 2003-04-04  Martin Willemoes Hansen <mwh@sysrq.dk>
1469         * man/sqlsharp.1: changed pass= to password= for the 
1470           PostgreSql provider.
1472 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1474         * data/machine.config: added SessionStateModule to httpModules section.
1476 2003-02-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1478         * data/machine.config: added default sessionState section and handler.
1480 2003-02-17  Daniel Morgan <danmorg@sc.rr.com>
1482         * doc/provider-factory: add new web page 
1483         about Mono.Data's ProviderFactory
1485         * doc/web/commands
1486         * doc/web/makefile: add provider-factory web page to build
1487         
1488         * doc/ado-net
1489         * doc/ibmdb2
1490         * doc/postgresql
1491         * doc/sqlclient
1492         * doc/tdsclient
1493         * doc/sybase
1494         * doc/mysql
1495         * doc/firebird
1496         * doc/oracle
1497         * doc/oledb
1498         * doc/odbc
1499         * doc/sqlite: updated web pages
1501 2003-02-16  Martin Baulig  <martin@ximian.com>
1503         * doc/jit-debug-sample
1504         * doc/jit-debug-sample2: Removed.
1506         * doc/jit-debug: Updated.
1508 2003-02-13  Daniel Morgan <danmorg@sc.rr.com>
1510         * doc/screenshots
1511         * doc/ado-net
1512         * doc/oracle
1513         * doc/gtk-sharp: update web pages
1514         
1515 2003-02-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1517         * data/machine.config: added sample globalization section.
1519 2003-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1521         * data/machine.config: added UrlAuthorizationModule and
1522         AuthenticationConfigHandler.
1524 2003-02-11  Tim Coleman <tim@timcoleman.com>
1525         * data/config.in: Add mapping for Oracle call interface
1526         (OCI) native libraries.
1528 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1530         * configure.in: added check for sys/un.h.
1532 2003-01-29  Daniel Morgan <danmorg@sc.rr.com>
1534         * doc/postgresql
1535         * doc/mysql
1536         * doc/ado-net: updates to web pages
1537         
1538         * man/sqlsharp.1: update to man page
1540 2003-01-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1542         * configure.in: added WIN32_THREADS flag when building under windows.
1543         It seems that the header files of the gc do not always define it when
1544         GC_WIN32_THREADS is defined.
1546 2003-01-26  Daniel Morgan <danmorg@sc.rr.com>
1548         * doc/index
1549         * doc/ado-net
1550         * doc/firebird
1551         * doc/ibmdb2
1552         * doc/mysql
1553         * doc/odbc
1554         * doc/oledb
1555         * doc/oracle
1556         * doc/postgresql
1557         * doc/sqlclient
1558         * doc/sqlite
1559         * doc/sybase
1560         * doc/tdsclient: corrections
1562 2003-01-26  Duncan Mak  <duncan@ximian.com>
1564         * doc/jit-debug: Update the links. Thanks for Andy Oliver for the report.
1566 2003-01-22  Martin Baulig  <martin@ximian.com>
1568         * configure.in: Set version number to 0.19.1.
1570         Heads up: I'm going to commit some changes to the debugger
1571         which'll require you to use this new runtime, so if you update the
1572         debugger from CVS, you also need this new runtime.
1574 2003-01-20  Duncan Mak  <duncan@ximian.com>
1576         * configure.in: Bump the release number to 0.19.
1577           
1578 2003-01-19  Daniel Morgan <danmorg@sc.rr.com>
1580         * doc/ibmdb2: added file which is new web page
1581         about IBM DB2 data provider at Mono.Data.DB2Client
1582         
1583         * makefile
1584         * commands: added ibmdb2 web page to go-mono web site
1585         
1586         * doc/ado-net: added a couple more developers email, plus made the
1587         email spam resistant, added Mono's DB2 data provider to list,
1588         added more info about the ProviderFactory and retrieving data using
1589         ADO.NET from ASP.NET, add notes about testing, misc cleanup
1590         
1591         * doc/mysql
1592         * doc/postgresql
1593         * doc/sqlclient
1594         * doc/oracle
1595         * doc/tdsclient
1596         * doc/firebird
1597         * doc/oledb
1598         * doc/odbc
1599         * doc/sybase
1600         * doc/sqlite: added testing notes and C# examples
1601         
1602         * doc/gtk-sharp: added links for GTK# for Windows
1603         
1604         * man/sqlsharp.1: added providers Npgsql and MySQLNet
1606 2003-01-17  Duncan Mak  <duncan@ximian.com>
1608         * runtime/Makefile.am: Add the new Mono.Data.DB2Client.dll.
1610 2003-01-16  Martin Baulig  <martin@ximian.com>
1612         * configure.in (GTHREAD_LIBS, GTHREAD_CFLAGS): Removed the gthread
1613         check again, we're now using the mono/io-layer for this.
1615 Wed Jan 15 16:20:54 CET 2003 Paolo Molaro <lupus@ximian.com>
1617         * configure.in: allow MacOSX (from various people).
1619 2003-01-14  Martin Baulig  <martin@ximian.com>
1621         * configure.in (GTHREAD_LIBS, GTHREAD_CFLAGS): Added check for gthread.
1623 2002-12-27  Jeroen Janssen <japj@darius.demon.nl>
1624         * fixed url for System.Windows.Forms in the class status
1625         
1626 2002-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1628         * configure.in: moved struct tm field tm_gmtoff check before the check
1629         for timezone global variable. This makes Timezone work for me (debian
1630         sid, linux, x86, which has both the field and the global variables).
1632 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
1634         * doc/oracle: added file which is
1635         a new web page oracle.html
1637         * doc/ado-net: clean up and add link
1638         to oracle.html
1639         
1640         * doc/web/commands
1641         * doc/web/makefile: added oracle.html
1643 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
1645         * man/Makefile.am: changed sqlsharpcli.1 to sqlsharp.1
1646         
1647         * man/sqlsharpcli.1: renamed to sqlsharp.1
1649 2002-12-09  Tim Haynes  <thaynes@openlinksw.co.uk>
1651         * mono/jit/jit.c
1652         * mono/metadata/icall.c: added mono_install_get_config_dir() to
1653         utilize the MONO_CFG_DIR environment variable for specifying
1654         different machine.configs.
1656 2002-12-06  Duncan Mak  <duncan@ximian.com>
1658         * data/Makefile.am (EXTRA_DIST): Add machine.config
1659         (DISTCLEANFILES): Add config.
1661 2002-11-30  Daniel Morgan <danmorg@sc.rr.com>
1663         * man/sqlsharpcli.1: added file - a man page 
1664         for SQL# CLI
1665         
1666         * man/Makefile.am: added sqlsharpcli.1 to man_MANS
1667         
1668 2002-11-20  Daniel Morgan <danmorg@sc.rr.com>
1670         * doc/firebird: updated web page
1672 2002-11-19  Mike Kestner <mkestner@speakeasy.net>
1674         * data/Config.in : added the gtk# dll mapping entries
1676 2002-11-19  Daniel Morgan <danmorg@sc.rr.com>
1678         * doc/firebird: updated web page based on input
1679         from the firebird .net data provider author
1681 Mon Nov 18 16:40:34 CET 2002 Paolo Molaro <lupus@ximian.com>
1683         * configure.in, mono/os/gc_wrapper.h: check that the gc headers have
1684         been installed.
1686 2002-11-12  Daniel Morgan <danmorg@sc.rr.com>
1688         * doc/oledb
1689         * doc/odbc
1690         * doc/mysql
1691         * doc/sqlite
1692         * doc/sqlclient
1693         * doc/tdsclient
1694         * doc/sybase
1695         * doc/firebird: added web pages
1696         for each specific data provider
1697         
1698         * doc/ado-net
1699         * doc/postgresql: updated web page
1700         with current status
1701         
1702         * doc/web/commands
1703         * doc/web/makefile: updated to include
1704         new web pages
1706 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1708         * autogen.sh: make it work when MONO_PATH is set and it has more than
1709         one directory or ends in ":". Also check that the directory added to
1710         ACLOCAL_FLAGS and PATH exist (aclocal fails if they don't).
1712 2002-10-22  Miguel de Icaza  <miguel@ximian.com>
1714         * configure.in: Also allow the miss-spelled bohem.
1716 2002-10-18  Daniel Morgan <danmorg@sc.rr.com>
1718         * doc/ado-net
1719         * doc/postgresql
1720         * doc/tds-providers: cleaned up the web pages
1721         
1722         * doc/web/commands: postgresql.html page was mistyped
1724 2002-10-18  Daniel Morgan <danmorg@sc.rr.com>
1726         * doc/ado-net: updated status of
1727         the ADO.NET functionality and providers
1728         and added link to tds-providers.html
1730         * doc/tds-providers: added file to
1731         describe the design     and status of 
1732         the SqlClient, SybaseClient, and TdsClient
1733         ADO.NET providers.
1735         * doc/web/makefile
1736         * doc/web/command: added new web page 
1737         tds-providers.html to build of  www.go-mono.com web site
1738         
1739 2002-10-17  Daniel Morgan <danmorg@sc.rr.com>
1741         * doc/web/makefile
1742         * doc/web/commands:     web page 
1743         postgresql needed to be added
1745 2002-10-13  Mark Crichton <crichton@gimp.org>
1747         * doc/index: Even more spelling errors fixed.
1749 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
1751         * doc/adonet: updated status of all providers, added links, 
1752           and added information
1753           about the Mono.Data.SqliteClient provider that 
1754           Vladimir Vukicevic contributed. Added Brian Ritchie's 
1755           and Vladimir Vukicevic's email addresses as
1756           people to contact about ADO.NET in Mono.  
1757           Added information about SQL#, configuration tools, 
1758           and an ADO.NET Multiplexor, etc...  
1760 2002-10-10  Daniel Morgan <danmorg@sc.rr.com>
1762         * doc/index: corrected some mistypes
1763         
1764         * doc/adonet: updated the status and plans of all the ADO.NET providers
1765           and moved PostgreSQL specific stuff to doc/postgresql
1767         * doc/postgresql: added new file to detail
1768           the status of the PostgreSQL ADO.NET provider
1769           and provide test notes for setting it up
1771 2002-10-09  Daniel Morgan <danmorg@sc.rr.com>
1773         * data/config.in: add entry for MySQL native shared libraries
1774           which are different on Windows and Linux
1776 2002-10-04  Diego Sevilla Ruiz  <dsevilla@um.es>
1778         * doc/ccvs: Fixed some ugly formatting.
1780 2002-10-03  Dick Porter  <dick@ximian.com>
1782         * acconfig.h:
1783         * configure.in:  Freebsd pthread_t is a pointer
1785 2002-10-01  Duncan Mak  <duncan@ximian.com>
1787         * mono/os/Makefile.am: Add gc_wrapper.h.
1789         * runtime/Makefile.am: Fix the path for monoresgen.exe.
1791 2002-09-27  Dick Porter  <dick@ximian.com>
1793         * configure.in: Check for semaphore.h.  Patch for BSD from
1794         jmmv@hispabsd.org (Julio Merino).
1796 2002-09-20  Duncan Mak  <duncan@ximian.com>
1798         * data/config.in: Added reference to libxslt.
1800 2002-09-20  Mark Crichton  <crichton@gimp.org>
1802         * configure.in: added NEED_LINK_UNLINK to make io-layer more portable.
1803         Linux has a "virtual fs" for UNIX sockets, Solaris and BSD don't.
1804         For systems that do not have such a virtual FS, define
1805         NEED_LINK_UNLINK.
1807         * acconfig.h: added NEED_LINK_UNLINK
1808         
1809 Wed Sep 4 18:09:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
1811         * configure.in: add some needed defines to fix support of
1812         threads in the GC.
1814 2002-09-19  Mark Crichton  <crichton@gimp.org>
1816         * configure.in: Added checks for Solaris to use X/Open functionality.
1817         Really needed for the io-layer code.
1819 2002-09-15  Andrew Birkett  <andy@nobugs.org>
1821         * man/mcs.1: --probe is now --expect-error.
1823 2002-09-09  Dick Porter  <dick@ximian.com>
1825         * acconfig.h: 
1826         * configure.in: Simplify thread checks, by using canned rules for
1827         particular systems (based on the sleepycat db configure.in).
1828         Tested on linux/x86, freebsd and w32.  Solaris also added, but I
1829         don't have a solaris machine to try it on.
1831 2002-09-04  Juli Mallett  <jmallett@FreeBSD.org>
1833         * configure.in: Include <sys/types.h> when checking <sys/un.h> stuff.
1835 2002-09-02  Diego Sevilla Ruiz  <dsevilla@um.es>
1837         * doc/ccvs: Added how to convert SSH keys (from SSH Communications
1838         Security) to the OpenSSH keys required by mono CVS
1839         access.
1841 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
1843         * configure.in, mono/interpreter/interp.c,
1844         mono/io-layer/handles.c, mono/io-layer/processes.c,
1845         mono/io-layer/threads.c, mono/io-layer/timed-thread.c,
1846         mono/io-layer/wait.c, mono/jit/helpers.c, mono/jit/jit.c,
1847         mono/metadata/appdomain.c, mono/metadata/class.c,
1848         mono/metadata/domain.c, mono/metadata/gc.c,
1849         mono/metadata/object.c, mono/metadata/reflection.c,
1850         mono/metadata/threads.c, mono/os/gc_wrapper.h,
1851         mono/utils/mono-hash.c: Add a new header, gc_wrapper.h, to
1852         wrap inclusion of gc.h for boehm, since from FreeBSD and
1853         OpenBSD ports, gc.h is <gc.h>, but on GNU it seems to be
1854         in <gc/gc.h>.  This will reduce the diffs FreeBSD ports has
1855         to apply, and also makes it possible for me to build with
1856         GC on OpenBSD/macppc built by hand.
1858 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
1860         * configure.in: On BSD don't try to use -ldl, we simply don't use it.
1862 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
1864         * mono/dis/dis-cil.c:
1865         * configure.in: Check for <wchar.h> via autoconf, don't use it if
1866         it isn't there, as it seems to work fine without it on OpenBSD.
1868 2002-08-28  Dick Porter  <dick@ximian.com>
1870         * mono/os/win32/util.c: 
1871         * mono/os/unix/util.c: 
1872         * mono/os/util.h: mono_set_rootdir() doesnt take any args now.
1873         (It doesn't do anything on unix builds, and the w32 version no
1874         longer needs an arg.)
1876         * configure.in: Add HOST_CC for w32 builds
1878 Tue Aug 27 18:17:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
1880         * configure.in: remove iconv checks.
1882 2002-08-24  Juli Mallett  <jmallett@FreeBSD.org>
1884         * configure.in: Recognise OpenBSD/macppc as PowerPC.
1886 Tue Aug 20 15:15:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
1888         * configure.in: patch by noa@metamatrix.se (Daniel Resare)
1889         to error out if bison is missing.
1891 2002-08-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1893         * configure.in: don't link against libdl on windoze.
1895 2002-08-12  Dick Porter  <dick@ximian.com>
1897         * mono.pc.in: Add $includedir to Cflags
1899 Fri Jul 19 18:38:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
1901         * configure.in, Makefile.am, mono.pc.in: add a mono.pc file for use
1902         with pkg-config.
1903         * */Makefile.am: makefile overhaul to create a shared libmono library.
1904         * */*.h: do not include config.h in headers that should be installed.
1906 2002-07-12  Dick Porter  <dick@ximian.com>
1908         * acconfig.h:
1909         * configure.in: Check the size of sockaddr_un.sun_path
1911 2002-06-23  Miguel de Icaza  <miguel@ximian.com>
1913         * man/Makefile.am (man_MANS): Added new man page
1915         * man/mono-config.5: New manual page describing the mono-config
1916         file format. 
1918 2002-06-10  Jaroslaw Kowalski <jarek@atm.com.pl>
1920         * configure.in: added checks for MSG_NOSIGNAL
1922 2002-05-30  Daniel Morgan <danmorg@sc.rr.com>
1924         * doc/ado-net: update the ado-net web page on go-mono.com
1925         input parameters support, beginnings of Mono.Data.MySQL 
1926         and System.Data.OleDb, updated the sample source code,
1927         and output from a PostgresTest
1929 2002-05-21  Martin Baulig  <martin@gnome.org>
1931         * mono.1: Documented the "--debug-args" debugging arguments.
1933 2002-05-21  Martin Baulig  <martin@gnome.org>
1935         * mono.1: Updated to reflect my latest changes and beautified this a bit.
1936         (FIXME: There are still command line argument which aren't documented here.)
1938 2002-05-19  Daniel Morgan <danmorg@sc.rr.com>
1940         * doc/ado-net: updated page to include C# code snippets using
1941         System.Data.  Update status: handle reading NULL values, DataSet/DataAdapter
1942         works, executing/reading multiple results, and stored procedures.
1943         And other tweaks about the providers.  
1945 2002-05-19  Martin Baulig  <martin@gnome.org>
1947         * mono/Makefile.am (SUBDIRS): Added `os', it's referenced by
1948         interpreter/Makefile.am.
1950 Wed May 15 12:22:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
1952         * configure.in: search for pthread functions also in libc_r (patch
1953         from Garrett Rooney <rooneg@electricjellyfish.net>).
1955 2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
1957         * doc/ado-net: added instructions for installing PostgreSQL on Linux
1958         and for using nant to re-compile just the System.Data.dll assembly
1959         on Windows.
1961 2002-05-10  Rodrigo Moya <rodrigo@ximian.com>
1963         * doc/ado-net: added instructions for compiling System.Data.dll
1964         (a subset of) on Linux.
1966 2002-05-10  Daniel Morgan <danmorg@sc.rr.com>
1968         * doc/ado-net: added links
1970 2002-05-09  Dick Porter  <dick@ximian.com>
1972         * configure.in: Set CPPFLAGS not CFLAGS (bug 23767)
1974 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
1976         * doc/ado-net: correct formatting
1977         * doc/index: added credit i forgot to add
1979 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
1981         * doc/ado-net: i did not format it correctly earlier, i 
1982         tried added various tags where appropriate.
1983         
1984         * doc/index: added news item for May 5, 2002 - ado.net able
1985         to retrieve data now
1987 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
1989         * doc/ado-net: updated the current status which
1990         I kept forgetting to do.
1992 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
1994         * doc/ado-net: updated to includes an example for
1995         running ipc-daemon as a Windows service.  Thanks
1996         to gonzalo.
1998 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
2000         * doc/ado-net: updated to include installation of
2001         PostgreSQL DBMS under cygwin.  It is a TODO for Linux though.
2002         Also included notes on running the System.Data/Test/PostgresTest.cs
2003         that should work on a lot of Mono installations that have
2004         PostgreSQL installed.  If not please let me, rodrigo, or gonzalo
2005         know.
2007 2002-05-01  Rodrigo Moya <rodrigo@ximian.com>
2009         * doc/ado-net: updated a little bit.
2011 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
2013         * configure.in: Added checks for timezone stuff.
2015 2002-04-30  Dick Porter  <dick@ximian.com>
2017         * acconfig.h:
2018         * configure.in: Added option to disable using shared memory for
2019         handles
2021 2002-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2023         * configure.in: fix for conditional "THREADS_PTHREAD" was never 
2024         defined problem under cygwin with latest version of automake and
2025         autoconf. Patch from Jeroen Janssen <japj@darius.demon.nl>.
2027 2002-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2029         * configure.in: removed -Wshadow from CFLAGS.
2031 2002-04-12  Rodrigo Moya <rodrigo@ximian.com>
2033         * status/maintainers.xml: added danmorg and myself for System.Data.*
2034         classes.
2036         * status/class.xml: added System.Data.* classes.
2038 2002-04-08  Dick Porter  <dick@ximian.com>
2040         * configure.in: Set -mno-cygwin here rather than in the build script
2042 2002-04-05  Dietmar Maurer  <dietmar@ximian.com>
2044         * mono/tests/remoting2.cs: new test for async invoke of proxy calls
2046 2002-03-29  Martin Baulig  <martin@gnome.org>
2048         * doc/jit-debug, docs/jit-debug-sample, docs/jit-debug-sample2:
2049         New files, added documentation for the debugging code.
2051         * doc/web/commands: Added the debugging pages.
2053         * docs/jit-debug: Removed, this is now on the web site.
2055 2002-03-24  Martin Baulig  <martin@gnome.org>
2057         * man/mcs.1: Documented the new --debug option and added a section
2058         about debugging support.
2060         * man/mono.1: Documented the new --dwarf and --dwarf-plus options.
2062 2002-03-21  Martin Baulig  <martin@gnome.org>
2064         * configure.in: Added check for <elf.h>.
2066 2002-03-18  Dick Porter  <dick@ximian.com>
2068         * configure.in: Only look for libgc on the system.  Default to not
2069         using GC at all, because it doesn't work with the jit.
2071 2002-03-17  Miguel de Icaza  <miguel@ximian.com>
2073         * configure.in: Add support for building the included boehm GC.
2075 Thu Mar 7 17:19:44 CET 2002 Paolo Molaro <lupus@ximian.com>
2077         * configure.in: detect Boehm GC libs and add --with-gc switch.
2078         Boehm GC needs to be explicitly enabled since the JIT currently fails
2079         in some cases with it.
2081 2002-02-27  Dietmar Maurer  <dietmar@ximian.com>
2083         * mono/tests/fib.cs: it is now possible to pass a repeat count as
2084         command line argument, for example fib.exe 20 runs the test 20
2085         times. 
2087 2002-02-25  Sergey Chaban  <serge@wildwestsoftware.com>
2088         * configure.in: added support for ARM target arch.
2089         Uncommented and modified arm-*-linux* target,
2090         added mono/arch/arm/Makefile to AC_OUTPUT list.
2092 2002-02-21  Mark Crichton  <crichton@gimp.org>
2094         * status/class.xml: Added contact info for RNGCryptoServiceProvider
2095         class and Rijndael classes.
2096         * status/maintainers.xml: Added contact info to maintainers list.
2098 2002-02-21  Mark Crichton  <crichton@gimp.org>
2100         * configure.in: Add checks for a system-provided entropy device
2101         * acconfig.h: Added HAVE_CRYPT_RNG and NAME_DEV_RANDOM
2103 2002-02-20  Dick Porter  <dick@ximian.com>
2105         * acconfig.h:
2106         * configure.in: Always build without cygwin support on windows
2108 2002-02-19  Radek Doulik  <rodo@ximian.com>
2110         * mono/tests/pinvoke.cs: use more pinvoke test methods
2112 2002-02-19  Radek Doulik  <rodo@ximian.com>
2114         * mono/tests/libtest.c (mono_test_many_short_arguments): new test
2115         method
2116         (mono_test_many_byte_arguments): ditto
2118 2002-02-18  Radek Doulik  <rodo@ximian.com>
2120         * mono/tests/Makefile.am: added small test library for pinvoke
2121         testing
2123         * mono/tests/libtest.c (mono_test_many_int_arguments): new file,
2124         new function to test pinvoke
2126         * mono/tests/pinvoke.cs (Test): added pinvoked method with 10 int
2127         arguments
2129         * mono/tests/Makefile.am: display # of passing tests too
2130         added simple shared library libtest with testing function for
2131         pinvoke
2133 2002-02-17  Radek Doulik  <rodo@ximian.com>
2135         * mono/tests/Makefile.am (test): display # of failed tests
2137 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
2139         * configure.in: Add checks for SOL_IP, SOL_TCP, and
2140         IP_PKTINFO. Also check for struct ip_mreqn.
2142 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
2144         * configure.in: Add checks to see if we need to link to libsocket,
2145         libnsl, and/or librt. Also check for inet_pton and inet_aton.
2147 2002-02-13  Jeffrey Stedfast  <fejj@ximian.com>
2149         * acconfig.h: #undef USE_MONO_MUTEX
2151         * configure.in: If the system pthread implementation is lacking,
2152         default to using mono-mutex.
2154 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
2156         * mono/tests/enum2.cs: new file with more enum tests.
2158 2002-02-01  Dietmar Maurer  <dietmar@ximian.com>
2160         * mono/tests/jit-long.cs: added some SHL/SHR tests
2162 Fri Feb 1 15:32:36 CET 2002 Paolo Molaro <lupus@ximian.com>
2164         * configure.in: allow PKG_CONFIG_PATH for the build-platform
2165         pkg-config invocation.
2167 Fri Feb 1 15:13:25 CET 2002 Paolo Molaro <lupus@ximian.com>
2169         * configure.in: add some support/fixes for cross-compilation.
2171 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
2173         * mono/tests/exception6.cs: new tests for ADD_OVF, MUL_OVF
2174         added tests for SUB_OVF, SUB_OVF_UN
2176 2001-12-21  Dietmar Maurer  <dietmar@ximian.com>
2178         * mono/tests/Makefile.am (TESTSRC): disabled stream-writer test
2180 2001-12-21  Aaron Weber  <aaron@ximian.com>
2182         * doc/faq (A): added a linebreak that was missing and was causing
2183         a heading to appear badly.
2185 2001-12-20  Aaron Weber  <aaron@ximian.com>
2187         * doc/faq: added <a name=""> nav links, and moved all MSFT-related
2188         questions into a single section.
2190 2001-12-17  Aaron Weber  <aaron@ximian.com>
2192         * doc/faq (Q): Question-by-question, line-by-line revision.
2194 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
2196         * mono/tests/time.cs: new test
2198 2001-11-30  Radek Doulik  <rodo@ximian.com>
2200         * configure.in: remove ACCESS_UNALIGNED="no" from ppc
2202 2001-11-29  Radek Doulik  <rodo@ximian.com>
2204         * configure.in (ACCESS_UNALIGNED): uncommented and modified
2205         powerpc-*-linux* 
2206         generate mono/arch/ppc/Makefile
2208 2001-11-26  Dietmar Maurer  <dietmar@ximian.com>
2210         * mono/tests/exception3.cs: modified the test to show a bug in the
2211         current exception handling implementation.
2213 2001-11-13  Dick Porter  <dick@ximian.com>
2215         * configure.in: Some more tests for pthread features
2216         (specifically, glibc 2.1 doesnt define pthread_mutex_timedlock but
2217         still needs _GNU_SOURCE for PTHREAD_MUTEX_RECURSIVE)
2219 2001-11-09  Dick Porter  <dick@ximian.com>
2221         * configure.in: Try and get large file support, but it's not fatal
2222         if it's not there (the io-layer just ignores the high word in that
2223         case.)
2225         Check for windows builds, and only bother to look for pthreads and
2226         large files if we're not building for cygwin or native win32.  Not
2227         having pthread support on Posix systems is now a fatal error.
2229         * autogen.sh: Fix ACLOCAL_FLAGS - it wasn't being passed to
2230         aclocal
2232 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
2234         * mono/tests/Makefile.am: removed JITTESTS, simply run all tests for
2235         target testjit. 
2237 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
2239         * docs/object-layout: more documentation
2241 Mon Oct 8 20:27:50 CEST 2001 Paolo Molaro <lupus@ximian.com>
2243         * configure.in: define NO_UNALIGNED_ACCESS for platforms that
2244         can't read on unaligned boundaries
2246 2001-10-04  Dick Porter  <dick@ximian.com>
2248         * configure.in: Do some deeper checks on pthreads for some of the
2249         more interesting functions
2251 2001-09-24  Dietmar Maurer  <dietmar@ximian.com>
2253         * mono/tests/Makefile.am (testjit): a new target to test the JITer
2255         * mono/tests/jit-*: added some test for the JITer
2257 2001-09-23  Dick Porter  <dick@ximian.com>
2259         * configure.in: Arrange to compile dummy thread support routines
2260         if pthread isnt available
2261         
2262 2001-09-23  Dick Porter  <dick@ximian.com>
2264         * configure.in: Check for pthread.h, so that we can check for the
2265         HAVE_PTHREAD_H define in config.h
2267 2001-09-21  Dick Porter  <dick@ximian.com>
2269         * configure.in: Check for libpthread
2271 2001-09-19  Dietmar Maurer  <dietmar@ximian.com>
2273         * mono/tests/test-ops.cs: added more tests
2275 Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
2277         * configure.in: check for sizeof(void*) and for the architecture.
2279 2001-09-05  Dick Porter  <dick@ximian.com>
2281         * autogen.sh: Fixed the section that adds $ACLOCAL_FLAGS to the
2282         aclocal invocation, so putting aclocal files in /usr/local works
2284 2001-08-30  Dietmar Maurer  <dietmar@ximian.com>
2286         * *: removed the libffi dependency, mono now compiles on cygwin 
2288         * mono/wrapper/build-dll: new file.
2290 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
2292         * mono/tests/console.cs: impl.
2294         * mono/tests/box.cs: impl.
2296         * mono/tests/stream-writer.cs: impl.
2298 Mon Aug 27 20:24:26 CEST 2001 Paolo Molaro <lupus@ximian.com>
2300         * mono/tests/*: New test cases, mostly for virtual method dispatch.
2301         Use make testb for the slow benchmarking programs,
2302         make test for the usual regression test checks.
2304 2001-08-22  Rodrigo Moya <rodrigo@ximian.com>
2306         * mono/cil/Makefile.am:
2307         * mono/wrapper/Makefile.am: use correct variables for installation
2308         directories
2310 Tue Aug 21 18:54:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
2312         * mono/tests/exceptions*: enhanced and added more tests for
2313         exceptions.
2315 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
2317         * mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us
2318         to pass make distcheck
2320         * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl
2322         * configure.in, Makefile.am, runtime/Makefile.am (dist-hook,
2323         install-data-hook): Added mechanism to distribute and install the
2324         dll files.
2326 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
2328         * mono/tests/stream.cs: new tests for the Stream class
2330         * configure.in: I really need LIBTOOL for libmonowrapper.so, so I
2331         added it again.
2333 2001-08-16  Alex Graveley  <alex@ximian.com>
2335         * configure.in: Replace AM_PROG_LIBTOOL with AC_PROG_RANLIB. This
2336         removes libtool dependency on all of Mono.
2338 2001-08-10  Dietmar Maurer  <dietmar@ximian.com>
2340         * mono/tests/array.cs: more array tests
2342 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
2344         * mono/tests/array.cs: more array tests
2346 2001-08-06  Dietmar Maurer  <dietmar@ximian.com>
2348         * mono/tests/pinvoke.cs: we can now print strings ;-)
2350         * mono/tests/array.cs: new test for arrays
2352 2001-08-02  Alex Graveley  <alex@ximian.com>
2354         * libffi/*: Import libffi CVS version, with minor changes to make it 
2355           compile.
2357         * mono/interpreter/Makefile.am: Link against 
2358           ../../libffi/.libs/libffi.a.
2360         * Makefile.am: Add libffi
2362         * autogen.sh: Replace with adapted gnome autogen.sh
2364         * configure.in: Add AC_CONFIG_SUBDIRS(libffi).
2366 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
2368         * mono/tests/pinvoke.cs: impl.
2370 Wed Aug 1 22:34:52 CEST 2001 Paolo Molaro <lupus@ximian.com>
2372         * configure.in, mono/tests: added some tests for the interpreter.
2374 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
2376         * doc/download: added instructions for cygwin
2377         
2378         * doc/c-sharp: removed bit about compiling
2379         
2380         * status/compare-assembly.cs: basedir should be there if
2381         parameters are provided.
2383         * status/makefile: made targets to dump info.
2384         
2385 2001-07-15  Joe Shaw  <joe@ximian.com>
2387         * configure.in: Don't create doc/Makefile as there's nothing there
2388         to make.
2390         * Makefile.am: Don't build the doc directory because there's no
2391         Makefile.am there.
2393         * autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.
2395 2001-07-15  Miguel de Icaza  <miguel@ximian.com>
2397         * doc/class-library (A): Updated FAQ with question on error 1595.
2399 2001-07-14  Miguel de Icaza  <miguel@ximian.com>
2401         * doc/index: 
2403 Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <lupus@ximian.com>
2405         * status/*: scripts and data to create statistics about the
2406         class library status.
2408 2001-07-09  Alex Graveley  <alex@ximian.com>
2410         * doc/makefile (clean): Add clean target.
2411         * doc/web/makefile (clean): Ditto.
2413 2001-07-09  Alex Graveley  <alex@ximian.com>
2415         * doc/makefile (all-docs): Fix typo.
2417 2001-05-30  Miguel de Icaza  <miguel@ximian.com>
2419         * NEWS: