* MdiClient.cs: Add the sizegrip when both scrollbars are used.
[mono.git] / mcs / build / ChangeLog
index 1ccb5060cce440449d199247a6ca78d44c64dc84..4cbf05c7e5d253b00e6c53bea8e5f7634496bd95 100644 (file)
@@ -1,3 +1,333 @@
+2006-01-19  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (test_lib): Don't allow to be overridden.
+       (test_against, test_dep): Remove.
+
+2006-01-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * executable.make: allow installing a different .config file for
+       executables such as nunit-console.exe that should use a different one
+       depending on the profile.
+
+2006-01-05  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (run-test-lib, run-test-ondotnet-lib): Workaround a
+       sed limitation when printing the testsuite log.
+
+2005-12-22  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (lib_dir): Define to 'compat' if LIBRARY_COMPAT is
+       defined, 'lib' otherwise.
+       (the_lib): Use it to decide where to place the output library.
+       (LIBRARY_PACKAGE): New define.  Install development symlinks for
+       compat libraries in a different directory.
+
+2005-12-03  Kornél Pál  <kornelpal@hotmail.com>
+
+       * config-default.make: Corrected default CODEPAGE comment to ISO-8859-1
+         (Latin 1).
+
+2005-11-22  Vladislav Spivak <spivak@mainsoft.com>
+       * Missed dependency. 
+       <profile>.sources file is supporting #include directive
+       Usually it includes common .sources file.
+       Let's make it dependency of <profile>.sources
+
+2005-10-03  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/basic.make (monolite_flag, use_monolite): New.  Used to
+       determine if we need to compile with 'monolite' rather than with
+       an external mcs.
+       (do-profile-check): Simplify.  Remove corlib version testing
+       scripts.  Delegate that work to the mono runtime itself.  Split
+       off 'monolite' handling into ...
+       (do-profile-check-monolite): ... this.
+
+2005-09-27  Kornél Pál  <kornelpal@hotmail.com>
+
+       * config-default.make: Added CODEPAGE that is the default encoding used by
+         compilers.
+       * rules.make (USE_MCS_FLAGS, USE_MBAS_FLAGS): Added /codepage.
+
+2005-09-22  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (BUILT_FILES): New.
+       (all-local ...): Depend on them.
+       (clean-local): Relete them.
+       (common/Consts.cs): New rule.
+       (COMMON_SRCS): Don't distribute common/Consts.cs.
+
+2005-09-12  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/basic.make (do-profile-check): Quote sed expression.
+
+2005-09-06  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/net_1_1_bootstrap.make: Remove special-handling on Win32.
+       * profiles/default.make: Likewise.
+
+2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
+
+       * Makefile: Added Consts.cs.in. Removed MonoVersion.cs.
+
+2005-08-23  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/basic.make (do-profile-check): Set MONO_PATH to
+       monolite directory when running disassembler.
+
+2005-08-22  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (DISTFILES): Move files in common/ to ...
+       (COMMON_SRCS): ... this.  Add Consts.cs, MonoVersion.cs and
+       TestConfiguration.cs.
+
+2005-08-19  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/basic.make (do-profile-check): Add some debugging output.
+       Handle disassemblers that print corlib version in hex.
+
+2005-07-26  Raja R Harinath  <rharinath@novell.com>
+
+       * executable.make, library.make: Use unix-style commandline options.
+       * profiles/basic.make (FRAMEWORK_VERSION): Set.
+       * profiles/net_1_1_bootstrap.make (FRAMEWORK_VERSION): Likewise.
+
+2005-07-22  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/basic.make (do-profile-check): Make the "silent"
+       compilation check even more silent.  Refuse to use monolite if the
+       corlib version of monolite/mscorlib.dll doesn't match the corlib
+       version of the source.
+
+2005-06-15  Raja R Harinath  <rharinath@novell.com>
+
+       * executable.make (dist-local): Copy from library.make.
+
+2005-05-23  Raja R Harinath  <rharinath@novell.com>
+
+       * rules.make (STD_TARGETS): Make them all go through an
+       indirection.
+       (all): Indirect through do-all.
+       (all.real): Remove.
+       (do-%): New pattern fallback.  Performs the standard behaviour:
+       %-recursive, and then %-local.
+       (do-run-test): New.  Make '-k' more useful.
+       Reported by Ritvik Mayank.
+
+2005-05-10  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (dist-fixup): Fix typo.
+
+2005-05-06  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (LIBRARY_NEEDS_PREPROCESSING): New control.
+       (build_lib): Name of library built.  Default to $(the_lib) unless
+       preprocessing.
+       ($(build_lib)): Rename from '$(the_lib)'.
+       ($(makefrag)): Emit dependencies on $(build_lib).
+
+2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
+
+       * rules.make config-default.make: Use the install-sh script from the mono
+       directory by default.
+
+2005-04-29  Ben Maurer  <bmaurer@ximian.com>
+
+       * profiles/basic.make: The test for mcs was broken on jails where
+       we got a warning due to /proc not being mounted. Remove hackish wc
+       usage.
+
+2005-04-25  Raja R Harinath  <rharinath@novell.com>
+
+       * config-default.make (RUNTIME): Set to 'false'.
+       Reported by Ben Maurer.
+       * profiles/basic.make (MCS): Revert changes below.
+       * platforms/linux.make (ILDISASM): Define.
+       * platforms/win32.make (ILDIsASM): Likewise.
+
+2005-04-23  Ben Maurer  <bmaurer@ximian.com>
+
+       * profiles/basic.make: Ensure that make dist works even if you
+       only have an old mono rpm installed. Essential for the new build
+       system.
+
+2005-04-21  Raja R Harinath  <rharinath@novell.com>
+
+       * rules.make (INTERNAL_ILASM): Update.
+
+2005-04-14  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (dist-local): Include all ChangeLogs in the tarball.
+
+2005-04-08  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/basic.make (do-profile-check): Handle some possible
+       timestamp problems.  Hopefully fix #74280.
+
+2005-03-30  Zoltan Varga  <vargaz@freemail.hu>
+
+       * rules.make (INSTALL_DATA): Pass -c to install.
+
+2005-03-18  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (TEST_FILES, $(test_response), $(btest_response)):
+       Be more robust to empty lines in test sources file.
+
+2005-03-14  Raja R Harinath  <rharinath@novell.com>
+
+       * executable.make (install-local): Depend on all-local even when
+       NO_INSTALL is defined.
+       * library.make: Minor cleanups to match executable.make.
+       (gacutil): Use net_1_1_bootstrap/gacutil.exe.
+       * profiles/basic.make (no-install): Remove.
+       * profiles/net_1_1_bootstrap.make (no-install): Likewise.
+
+2005-02-22  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (BUILT_SOURCES_cmdline): Don't define if
+       BUILT_SOURCES is empty.
+
+2005-02-21  Michal Moskal  <malekith@pld-linux.org>
+           Raja R Harinath  <rharinath@novell.com>
+
+       * config-default.make (exec_prefix, libdir): New.
+       * library.make (libdir): Remove.
+       * executable.make (PROGRAM_INSTALL_DIR): Define in terms of
+       $(libdir).
+
+2005-02-15  Raja R Harinath  <rharinath@novell.com>
+
+       * platforms/win32.make (RESGEN): Point to in-tree version of
+       resgen.exe.  The .NET 1.1 SDK doesn't appear to come with one.
+
+2005-02-10  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (DISTFILES): Add $(btest_sourcefile).
+
+2005-02-02  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (run-test-lib): Use $(LOCAL_TEST_HARNESS_FLAGS).
+       (run-test-ondotnet-lib): Use $(LOCAL_TEST_HARNESS_ONDOTNET_FLAGS).
+
+2005-02-01  Zoltan Varga  <vargaz@freemail.hu>
+
+       * library.make (run-test-lib): Exclude InetAccess tests.
+
+2005-02-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * library.make: Exclude CAS category from run-test-ondotnet.
+
+2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * library.make: Exclude CAS category when running unit tests with 
+       Mono (they can be run manually using --security). Added a define
+       for WINDOWS (only on Windows) to be used for declarative security
+       attributes ONLY.
+
+2005-01-24  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (run-test-lib, run-test-ondotnet-lib): Print out
+       the log.
+
+2005-01-16 Nick Drochak  <ndrochak@ieee.org>
+
+       * library.make: /exclude for nunit needs a comma separated list
+
+2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * library.make : output TestResult-ondotnet-(profile).log instead of
+         TestResult-(profile).log for run-test-ondotnet.
+
+2005-01-13  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/default.make (MBAS) [!PLATFORM_MONO_NATIVE]: Use
+       $(EXTERNAL_MBAS).
+       Reported by Nick Drochak.
+
+2005-01-03  Nick Drochak  <ndrochak@ieee.org>
+
+       * library.make: Ingore tests that are not meant to be run on MS DotNet
+
+2004-12-14  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/basic.make (do-profile-check): Rename from
+       'real-profile-check'.  Rewrite slightly to use 'make' to build the
+       sanity check.
+       (clean-profile): Remove the files.
+
+2004-12-08  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/basic.make (real-profile-check): Update to new location
+       of secret stash of bootstrap files.
+
+2004-12-07  Raja R Harinath  <rharinath@novell.com>
+
+       * executable.make (uninstall-local): Remove .config file too.
+       * library.make (uninstall-local): Don't error out if GACUTIL fails.
+
+2004-12-07  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (BUILT_SOURCES_cmdline): Use
+       PLATFORM_CHANGE_SEPARATOR_CMD on BUILT_SOURCES too.
+       ($(the_lib)): Use it.
+
+2004-12-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * library.make,
+         profiles/default.make,
+         profiles/basic.make : use PLATFORM_PATH_SEPARATOR.
+
+2004-12-03  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/basic.make (MCS): Run the INTERNAL_MCS.
+       (USE_BOOT_COMPILE): Remove.
+
+2004-12-03  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (gacdir_flag): New.  Disable /gacdir flag if
+       RUNTIME_HAS_CONSISTENT_GACDIR flag is set.
+       (install-local): Use it.
+
+2004-11-30  Raja R Harinath  <rharinath@novell.com>
+
+       * executable.make (makefrag): Make profile-specific.
+
+2004-11-26  Martin Baulig  <martin@ximian.com>
+
+       * library.make (run-test-lib, run-test-ondotnet-lib): Added
+       `/output:TestResult-$(PROFILE).log' argument to NUnit.
+
+2004-11-26  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make ($(the_lib)): Don't complain if a .mdb file wasn't
+       created (even though it's just a warning).
+       (install-local) [LIBRARY_INSTALL_DIR]: Likewise.
+       (PACKAGE): Remove.
+       (install-local) [!LIBRARY_INSTALL_DIR]: Use $(FRAMEWORK_VERSION).
+       * executable.make ($(PROGRAM)): Likewise.
+       (install-local): Likewise.
+       (PROGRAM_INSTALL_DIR): Define Using $(FRAMEWORK_VERSION).
+
+2004-11-26  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/basic.make (real-profile-check): Prepend ./ when
+       executing basic-profile-check.exe.  EXTERNAL_RUNTIME can be empty.
+
+2004-11-25  Raja R Harinath  <rharinath@novell.com>
+
+       * platforms/linux.make (EXTERNAL_MCS,EXTERNAL_MBAS,EXTERNAL_RUNTIME):
+       New.
+       * platforms/win32.make: Likewise.
+       * profiles/basic.make: Use $(EXTERNAL_MCS).
+       * profiles/net_1_1_bootstrap.make: Likewise.
+       * library.make ($(the_lib)): Add support for BUILT_SOURCES.
+       (run-test-lib): Pass $(TEST_HARNESS_FLAGS) to harness.  Useful to
+       pass, say /labels, to nunit-console.
+
+2004-11-25  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make ($(gacutil)): Fix path.
+
 2004-11-23  Raja R Harinath  <rharinath@novell.com>
 
        * executable.make (NO_INSTALL): New option.  Disables installation.