2004-04-28 Bernie Solomon <bernard@ugsolutions.com>
[mono.git] / ChangeLog
index 7c6a5a5fe56498e6606cbef353398b7228bbf5a3..080c4ea335d6c61d87fba3d5fdc276d26e549ddb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,158 @@
+2004-04-28  Jackson Harper  <jackson@ximian.com>
+
+       * scripts/Makefile.am:
+       * scripts/gacutil.in: Add a gacutil script
+
+2004-04-26  Jackson Harper  <jackson@ximian.com>
+
+       * Makefile.am: Grab libraries from lib/default now.
+       * runtime/Makefile.am: Grab libraries from lib/default now.
+       
+2004-04-26  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * configure.in: move setting of NO_VERSION_SCRIPT
+       until after checking for GNU ld
+
+2004-04-22  Urs C Muff <umuff@quark.com>
+
+       move .net assemblies from $prefix/bin/*.exe to $prefix/lib/*.exe on windows/cygwin
+       refactor .nsi to simply maintenance on script/batch generation
+       * runtime/Makefile.am
+       * script/Makefile.am
+       * monowiz.win32.nsi
+
+2004-04-14  Raja R Harinath  <rharinath@novell.com>
+
+       * runtime/Makefile.am ($(assemblies_DATA)): Copy file into
+       $(srcdir).  Clean up output.
+       ($(monobins_DATA)): Likewise.
+
+       * Makefile.am (mcs-tree-safe-build): Fix typo.
+
+2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * configure.in: Added rules to check for getgrgid_r, getgrnam_r,
+       getpwnam_r, getpwuid_r, getresuid and setresuid.
+
+2004-04-13  Raja R Harinath  <rharinath@novell.com>
+
+       Allow 'make fullbuild' to work on non-srcdir build.
+       * Makefile.am (mcs_topdir): New variable.
+       (mcs-tree-safe-build,mcs-rest,remove-binaries): Work in non-srcdir
+       build.
+       (xinstall-runtime): Likewise.  Use $(libgc_dir) directly, don't
+       grep for 'libgc'.
+       (fullbuild): Make ordering dependencies explicit.
+       
+2004-04-12  Sachin Kumar <skumar1@novell.com>
+
+       * Makefile.am: Added 'web' in SUBDIRS
+
+2004-04-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * configure.in: don't try-run the tests for nptl and/or sigaltstack
+       if they are disabled in the command line.
+
+2004-04-05  Jackson Harper  <jackson@ximian.com>
+
+       * man/ilasm.1: Show /output instead of /out as the switch for
+       specifying output file names.
+
+2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Check for pthread_getattr_np and pthread_attr_get_np.
+
+2004-04-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * config.h.in: added HAVE_GETPWUID_R
+       * configure.in: check for getpwuid_r.
+
+2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Fix GNU ld check.
+
+2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Use amd64 instead of x86-64 as directory name. Fixes
+       #55840.
+       
+       * configure.in: Disable -version-script if not using GNU ld. Fixes
+       #55910.
+
+       * configure.in: Speedup successful sigaltstack test.
+
+
+       * configure.in: don't try-run the tests for nptl and/or sigaltstack
+       if they are disabled in the command line.
+
+2004-04-05  Jackson Harper  <jackson@ximian.com>
+
+       * man/ilasm.1: Show /output instead of /out as the switch for
+       specifying output file names.
+
+2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Check for pthread_getattr_np and pthread_attr_get_np.
+
+2004-04-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * config.h.in: added HAVE_GETPWUID_R
+       * configure.in: check for getpwuid_r.
+
+2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Fix GNU ld check.
+
+2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Use amd64 instead of x86-64 as directory name. Fixes
+       #55840.
+       
+       * configure.in: Disable -version-script if not using GNU ld. Fixes
+       #55910.
+
+       * configure.in: Speedup successful sigaltstack test.
+
+2004-03-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * configure.in: this test for sigaltstack works.
+
+2004-03-20  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Disable sigaltstack test for now since it can hang.
+       
+       * configure.in: Add test for working sigaltstack.
+2004-03-16  Duncan Mak  <duncan@ximian.com>
+
+       * runtime/Makefile.am
+       (MakeCert.exe, cert2spc.exe, certmgr.exe, setreg.exe):
+       Remember to install them to mono/runtime.
+
+2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Enable JIT on sparc.
+
+2004-03-13  Martin Willemoes Hansen  <mwh@sysrq.dk>
+
+       * data/config.in: Changed libgtkhtml-3.0.so.2 to libgtkhtml-3.0.so to fix
+       breakage with gtkhtml-3.0.10
+
+2004-03-10  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in acconfig.h: Add a --with-sigaltstack option for platforms
+       where the sigaltstack based exception handling does not work.
+
+2004-03-08  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in acconfig.h: Add check for aintl function, which is the
+       solaris equivalent of truncl.
+
+2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Add check for GC_enable.
+       
+       * configure.in: Remove amd64/Makefile from AC_OUTPUT to fix build.
+
 2004-02-19  Zoltan Varga  <vargaz@freemail.hu>
 
        * configure.in: Add proper support for --with-nptl for people who
@@ -503,7 +658,6 @@ Thu Jul 31 16:19:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
        * man/sqlsharp.1: changed pass= to password= for the 
          PostgreSql provider.
 
->>>>>>> 1.166
 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * data/machine.config: added SessionStateModule to httpModules section.