2004-04-13 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / ChangeLog
index ed5b7e708b7011f98d5b874829f2f7b1439dc3c8..e51cd4725fdead00d76eea9244e073c78b8cc0f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,80 @@
+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>
@@ -550,7 +622,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.