X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=fa74361b7fc7396869d752c6e90ad3f3a3908573;hb=df79c136cad794383587098366526ea1fce3e8ad;hp=561426bdb43f4491f9d1fa02a2128331c2108228;hpb=d6c7ea39cc15b7a49e052a2eb3282bd7069f9c96;p=mono.git diff --git a/ChangeLog b/ChangeLog index 561426bdb43..fa74361b7fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,259 @@ +2004-09-14 Raja R Harinath + + * Makefile.am (mcs-do-full-build): Pass NO_SIGN_ASSEMBLIES=yes to + reduce the number of passes. We will get the assemblies signed in + the 'populate-runtime-subdir' phase. + (mcs-do-run-test-profiles): Rename from mcs-do-run-tests. Use + 'test-profiles' to test all profiles. + (mcs-do-compiler-tests): Use 'compiler-tests' target in mcs/. + (bootstrap-check): Update. + * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)): + Simplify. + +2004-09-10 Zoltan Varga + + * Makefile.am (populate-runtime-subdir): Avoid -path argument to find + since it is not supported on solaris. + +2004-09-03 Martin Baulig + + * Makefile.am (bootstrap-world): New target. + +2004-09-02 Martin Baulig + + * runtime/net_1_1/Makefile.am (install-data-local): Install + mscorlib.dll.mdb into $(corlibdir). + + * runtime/net_2_0/Makefile.am: Likewise. + +2004-08-30 Zoltan Varga + + * scripts/mcs.in: Remove obsolete comment. + +2004-08-27 Lluis Sanchez Gual + + * data/net_1_1/DefaultWsdlHelpGenerator.aspx: Little fix. + * data/net_2_0/DefaultWsdlHelpGenerator.aspx: Added information about + basic profile compliance. + * data/net_2_0/machine.config: Use 2.0 assembly versions. + +2004-08-26 Raja R Harinath + + * Makefile.am (mcs-do-run-test): Depend on '$(tmpinst)/bin/mbas'. + ($(tmpinst)/bin/mbas): Create temporary wrapper file, so that the + testcases pick the built 'mbas.exe'. + +2004-08-17 Zoltan Varga + + * mono/os/gc_wrapper.h: Only use thread local alloc if using the included libgc, since the + stock one has broken headers. + + * configure.in (PLATFORM_WIN32): Make the included libgc the default on windows. + +2004-08-17 Dick Porter + + * configure.in: Correct intl library for FreeBSD and OpenBSD. + Fixes bug 62884, patch by Tom McLaughlin (tmclaugh@sdf.lonestar.org). + +2004-08-16 Zoltan Varga + + * configure.in: Set new automake variable LIBGC_STATIC_LIBS. + +2004-08-14 Zoltan Varga + + * configure.in (HAVE_KW_THREAD): Pass USE_COMPILER_TLS to libgc if + __thread works. + +2004-08-11 Zoltan Varga + + * configure.in: Fix __thread test. + +2004-08-07 Zoltan Varga + + * configure.in: Add proper checks for the 'undefined reference to '__tls_get_addr' problem. + +2004-08-06 Geoff Norton + + * configure.in: Add a kqueue check + +2004-08-03 Neale Ferguson + + * configure.in: Enable S/390 64-bit JIT. + +2004-07-31 Zoltan Varga + + * configure.in: Enable AMD64 JIT. + +2004-07-30 Martin Baulig + + * Makefile.am: The symbol writer is now called + Mono.CompilerServices.SymbolWriter.dll. + +2004-07-30 Raja R Harinath + + * runtime/Makefile.am (monoone_DATA): Add mcs.exe.config. + (gmcs_exe): Add gmcs.exe.config. + ($(monoone_DATA) $(monotwo_DATA) ...): Add location of the .config + files too. + +2004-07-29 Lluis Sanchez Gual + + * Makefile.am: Copy machine.config in the correct _tmpinst subdirectory. + +2004-07-28 Lluis Sanchez Gual + + * configure.in: Added data/net_1_1 and data/net_2_0 to the build. + * data/Makefile.am: Removed installation of machine.config and + DefaultWsdlHelpGenerator.aspx. Those now are in a version-specific + directory. + * data/net_1_1/Makefile.am, data/net_2_0/Makefile.am: new makefiles for + installing 1.1 and 2.0 makefiles. + * runtime/net_1_1/Makefile.am, runtime/net_2_0/Makefile.am: Install mscorlib + at the correct version specific directory. + +2004-07-27 John Merryweather Cooper + * configure.in: Disable __thread test (TLS) for FreeBSD as + it succeeds on FreeBSD 5.x when it should fail. Fix pthread + library detection for FreeBSD 4.x since pthread is embedded + in libc_r on this platform. Fix some typos in my host + regexes for freebsd. + +2004-07-23 Dick Porter + + * configure.in: Changes for FreeBSD thread support by John + Merryweather Cooper . + +2004-07-15 Jackson Harper + + * man/gacutil.1: MONO_GAC_PREFIX not MONO_GAC_PATH + +2004-07-12 Massimiliano Mantione + + * docs/abc-removal.txt: Updated documentation for ABC removal. + +2004-07-12 Massimiliano Mantione + + * mono/mini/abcremoval.c: Rewritten most of ABC removal. + * mono/mini/abcremoval.h: Rewritten most of ABC removal. + * mono/mini/build_relations_propagation_table.pl: Deleted (unneeded after the rewrite). + * mono/mini/propagated_relations_table.def: Deleted (unneeded after the rewrite). + +2004-07-03 Zoltan Varga + + * configure.in: Add --with-tls option to replace the misnamed + --with-nptl option. + +2004-07-02 Raja R Harinath + + * Makefile.am (mcs-do-basic-build, mcs-do-short-build): + Pass NO_SIGN_ASSEMBLY=yes to sub-make. + ($(tmpinst)/bin/mono) [PLATFORM_WIN32]: Make it work. + +2004-07-02 Zoltan Varga + + * man/mono.1: Added 'aot' to trace options. + +2004-06-30 Zoltan Varga + + * configure.in: Fix trunc check + add SPARC64 defines. + +2004-06-29 Jackson Harper + + * man/gacutil.1: Update man with new command line options. + +2004-06-29 Raja R Harinath + Atsushi Enomoto + + * runtime/net_1_1/Makefile.am (GAC_ROOT_DIR): Renamed from GAC_DIR. + (GAC_DIR): New define that doesn't include $(DESTDIR). + (install-data-local,uninstall-local): Use them. Use in-tree mono + runtime, not the installed one. + +2004-06-29 Raja R Harinath + + * runtime/Makefile.am (gmcs_exe): New. Set only if not W32. + (monotwo_DATA): Use it. + From Atsushi Enomoto. + +2004-06-24 Raja R Harinath + + * runtime/net_2_0/Makefile.am (gac_assemblies_list): Put back + ICSharpCode.SharpZipLib, not that it has a different version. + +2004-06-24 Raja R Harinath + + * Makefile.am (MCS_DIRS, MCS_FILES): Add back Mono.CSharp.Debugger. + (tmpinst-dir-contents, $(tmpinst)/bin/mono.bat): Remove mono.bat + in W32. Use 'mono' and 'mcs' in W32 too. + (bootstrap) [PLATFORM_WIN32]: Back to single stage bootstrap. + * runtime/net_2_0/Makefile.am (gac_assemblies_list): Don't mention + nunit.*, IBM.Data.DB2, ICSharpCode.SharpZipLib. + Fix for #60443, the GAC .DLL-Hell. + +2004-06-22 Raja R Harinath + + * Makefile.am (bootstrap) [PLATFORM_WIN32]: Make two-stage. + +2004-06-18 Jackson Harper + + * man/mono.1: Add MONO_LOG_LEVEL and MONO_LOG_MASK. Add + instructions on setting multiple mask values. + +Fri Jun 18 19:39:09 CEST 2004 Paolo Molaro + + * Makefile.am: process data before runtime, so the config file is + installed and gacutil has a chance to work (finding symlink). + +2004-06-18 Raja R Harinath + + * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)): + Test if files exist in the mcs/ tree before creating symlinks. + Remove symlinks before creating them again. + * runtime/net_1_1/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise. + * runtime/net_2_0/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise. + +2004-06-18 Raja R Harinath + + * scripts/Makefile.am (REWRITE): New. Common rewriting 'sed' command. + (bin_SCRIPTS): Unify all the script generating rules into one. + +2004-06-16 Raja R Harinath + + * Makefile.am (bootstrap) [PLATFORM_WIN32]: Open code. Don't + build and populate net_2_0 profile. + (populate-runtime-subdir): Make into subroutine that takes list of + profiles to populate. + (faststrap): Update. + (MCS_DIRS, MCS_FILES, MONO_CSHARP_DEBUGGER_DIR, MONO_CSHARP_DEBUGGER_FILE): + Avoid automake conditional/+= problems. + (populate-runtime-subdir): Rewrite sanity check. + +2004-06-16 Raja R Harinath + + Include prototype completely-untested 'make bootstrap' support for W32. + * Makefile.am (bootstrap): Define to fasterstrap for W32. + (MCS_DIRS, MCS_FILES): Don't refer to Mono.CSharp.Debugger in W32. + (tmpinst-dir): Change sub-make invoke to ... + (tmpinst-dir-contents): ... this. Build 'mono.bat' in W32 instead + of 'mono' and 'mcs'. + ($(tmpinst)/bin/mono.bat): New. + +2004-06-15 Dick Porter + + * configure.in: Check for struct ip_mreqn and struct ip_mreq on + windows too. Fixes bug 55040. + +Mon Jun 14 18:38:34 CEST 2004 Paolo Molaro + + * configure.in: better explain that --with-nptl is not related to + NPTL, but to __thread support. Set sigaltstack support to off by + default. + +2004-06-12 Raja R Harinath + + * Makefile.am (populate-runtime-subdir): Add _tmpinst directory + to the PATH. + 2004-06-11 Jackson Harper * runtime/net_2_0/Makefile.am: