Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-242006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* configure.in: define PLATFORM_BSD. svn path=/branches/mono-1-1-13/mono/; revision=57261
2006-01-23**** Merged r55947 from HEAD ****Martin Baulig
svn path=/branches/mono-1-1-13/mono/; revision=55948
2006-01-06 * data/config.in: s/libintl/intl/g. Mono.Unix.Catalog DllImports "intl"Jonathan Pryor
now, as intl.dll is the file actually shipped/available on Windows. svn path=/trunk/mono/; revision=55153
2006-01-042006-01-04 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* configure.in: Add a CFLAGS_FOR_BUILD autoconf variable. svn path=/trunk/mono/; revision=55049
2006-01-03 * configure.in: Add check for lutimes(2). Mac OS X doesn't provide this.Jonathan Pryor
* support/sys-time.c: lutimes(2) only exists on some BSDs. There's a configure check for it now -- use it. svn path=/trunk/mono/; revision=55015
2005-12-28* runtime/Makefile.am (all-local): Enclose CC by apostrophes to fix build ↵Kornél Pál
when CC contains spaces. svn path=/trunk/mono/; revision=54897
2005-12-28 * configure.in: Add check for <sys/mman.h>. Fixes #77091.Jonathan Pryor
Thanks to Ben Gamari for the patch. * support/map.c: Include <sys/mman.h>. Fixes #77091. Thanks to Ben Gamari. svn path=/trunk/mono/; revision=54894
2005-12-262005-12-26 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* configure.in: Add support for solaris/x86. svn path=/trunk/mono/; revision=54855
2005-12-262005-12-26 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* runtime/Makefile.am (all-local): Pass CC tothe mcs makefile. svn path=/trunk/mono/; revision=54853
2005-12-21* mono-cairo.pc.in: use $prefix/lib instead of $libdir,Wade Berrier
otherwise the cairo.dll can't be found on 64 bit architectures svn path=/trunk/mono/; revision=54679
2005-12-18* configure.in (config.make): Don't blindly copy over $INSTALL,Raja R Harinath
since it can be relative to the mono tree. Use the same trick as ac_INSTALL, but against an absolute path. svn path=/trunk/mono/; revision=54570
2005-12-17Commented out AC_DISABLE_FAST_INSTALL Wade Berrier
monodis wouldn't link correctly otherwise unless an existing libmono was found from previous installation. I ran into issues because the previous installation wasn't providing a symbol I needed svn path=/trunk/mono/; revision=54561
2005-12-122005-12-12 Mike Kestner <mkestner@novell.com>Mike Kestner
* mono-cairo.pc.in: pkgconfig support for Mono.Cairo. Mono.Cairo.dll and this file can be extracted post-build to be packaged separately on win32. * configure.in: expand mono-cairo.pc * Makefile.am: dist and install mono-cairo.pc svn path=/trunk/mono/; revision=54256
2005-12-01 * configure.in: Check for setkey(3) in -lcrypt and define CRYPT_LIBSJonathan Pryor
accordingly. * support/Makefile.am: Use $(CRYPT_LIB), not -lcrypt, as not all platforms support -lcrypt. * support/stdlib.c: Wrap Mono_Posix_Syscall_setkey() within HAVE_SETKEY, not PLATFORM_WIN32 svn path=/trunk/mono/; revision=53787
2005-12-012005-12-01 Mike Kestner <mkestner@novell.com>Mike Kestner
* scripts/mono-find-provides.in: support policy assemblies. svn path=/trunk/mono/; revision=53764
2005-11-302005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* configure.in: define PLATFORM_MACOSX. svn path=/trunk/mono/; revision=53651
2005-11-242005-11-24 Dick Porter <dick@ximian.com>Dick Porter
* configure.in: Test for GetProcessId() on windows 2005-11-24 Dick Porter <dick@ximian.com> * process.c (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal): Use GetProcessId() if it's available. 2005-11-24 Dick Porter <dick@ximian.com> * processes.c (GetProcessId): Implement GetProcessId() svn path=/trunk/mono/; revision=53461
2005-11-21* scripts/Makefile.am (bin_SCRIPTS): Move 'gmcs' to ...Raja R Harinath
(scripts_2_0): ... here. (gmcs): Remove special-case rule. svn path=/trunk/mono/; revision=53299
2005-11-18patch by Michael Hutchinson to use the environment variable http_proxyGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=53237
2005-11-072005-11-07 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* docs/jit-regalloc: Merge forgotten documentation updates from the mini-xp-local-regalloc branch. svn path=/trunk/mono/; revision=52658
2005-10-29* mono.pc.in, mint.pc.in, configure.in: Make these relocatable.Wade Berrier
* scripts: Makefile.am mono-nunit.pc.in script.in mono-service.in Make all the wrappers relocatable. svn path=/trunk/mono/; revision=52364
2005-10-212005-10-21 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* configure.in: Add test for execinfo.h. svn path=/trunk/mono/; revision=52012
2005-10-20* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New. Make 'distcheck'Raja R Harinath
compile with the 'monolite' in the distribution tarball. (compiler-tests-net_2_0): Avoid deleting $(mcs_topdir)/build/common/Consts.cs. svn path=/trunk/mono/; revision=51970
2005-10-202005-10-20 Robert Jordan <robertj@gmx.net>Robert Jordan
* data/net_2_0/machine.config: Added IPC channel templates. svn path=/trunk/mono/; revision=51950
2005-10-112005-10-11 John Luke <john.luke@gmail.com>John Luke
* man/monop.1: update for new monop options svn path=/trunk/mono/; revision=51611
2005-10-042005-10-04 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* configure.in: Fix up problems with the latest libtool on win32. svn path=/trunk/mono/; revision=51194
2005-10-042005-10-04 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* configure.in: Remove 'Globalization:' entry from final message. svn path=/trunk/mono/; revision=51179
2005-09-27* configure.in (CROSS_COMPILING): New automake conditional.Raja R Harinath
($mcsdir/build/config.make): Don't clobber when cross-compiling. (GLIB_CFLAGS, GLIB_LIBS, GMODULE_CFLAGS, GMODULE_LIBS): Define even when cross-compiling. * mono/mini/Makefile.am ($(arch_built)) [CROSS_COMPILING]: Error out. svn path=/trunk/mono/; revision=50843
2005-09-27* configure.in (BUILD_MCS): New automake conditional. Used toRaja R Harinath
disable building the mcs/ tree if cross-compiling. ($mcsdir/build/config.make): Don't clobber if we're cross-compiling. * runtime/Makefile.am (all-local, install, uninstall, clean-local): Disable building in the mcs/ tree if !BUILD_MCS. svn path=/trunk/mono/; revision=50834
2005-09-22* configure.in (MONO_VERSION): Emit it into config.make. Don't build Consts.cs.Raja R Harinath
svn path=/trunk/mono/; revision=50461
2005-09-192005-09-19 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* docs/exception-handling.txt: Add section about libunwind. svn path=/trunk/mono/; revision=50245
2005-09-192005-09-19 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* docs/exception-handling.txt: New file. svn path=/trunk/mono/; revision=50244
2005-09-16* runtime/Makefile.am (all-local, install-exec, uninstall)Raja R Harinath
(mcs-do-test-profiles, mcs-do-run-test-profiles, mcs-compileall): Don't call semdel-wrapper. * mono/mini/Makefile.am (check-local): Don't invoke semdel-wrapper. * mono/tests/Makefile.am (check-local): Don't invoke semdel-wrapper. Remove calls to 'semdel-wrapper' except where necessary. Having them makes failures on Win32 builds confusing, and hinders development by making parallel makes in different profiles race. svn path=/trunk/mono/; revision=50138
2005-09-062005-09-06 Chris Toshok <toshok@ximian.com>Chris Toshok
* data/browscap.ini: Add the ecmascriptversion/w3cdomversion attributes required for ASP.Net client side validation to the capabilities for Mozilla 1.[78], IE 5.5 & 6.0, Safari, and Firefox 0.9 & 1.0 browsers. svn path=/trunk/mono/; revision=49559
2005-08-262005-08-26 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* configure.in: Add ability to cross-compile from linux to win32. svn path=/trunk/mono/; revision=48902
2005-08-26configure.in: Generating Consts.cs from Consts.cs.in instead of MonoVersion.cs.Kornél Pál
svn path=/trunk/mono/; revision=48897
2005-08-262005-08-25 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* configure.in: Use CC instead of gcc for __thread tests. svn path=/trunk/mono/; revision=48892
2005-08-252005-08-25 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* configure.in: Pass --enable-win32-dllmain to libgc configure. Build the runtime as a dll under windows. svn path=/trunk/mono/; revision=48834
2005-08-242005-08-24 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* configure.in: Add -lunwind to ldflags on IA64. svn path=/trunk/mono/; revision=48808
2005-08-232005-08-22 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* configure.in: Patch libtool to get rid of 'cyg' prefixes in library names. svn path=/trunk/mono/; revision=48694
2005-08-112005-08-11 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* libmono.vcproj: Fix VC build. svn path=/trunk/mono/; revision=48282
2005-08-04Thu Aug 4 19:55:33 BST 2005 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* configure.in: enable the ARM jit port. svn path=/trunk/mono/; revision=48013
2005-08-022005-08-02 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* acconfig.h configure.in: Applied patch from Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO. svn path=/trunk/mono/; revision=47919
2005-07-192005-07-19 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* configure.in: Fix definition of LIBC for ia64. svn path=/trunk/mono/; revision=47423
2005-07-122005-07-12 Daniel Drake <dsd@gentoo.org>Daniel Drake
* configure.in: Add check for libattr's <attr/attr.h> svn path=/trunk/mono/; revision=47230
2005-07-11* scripts/script.in: Add @framework_version@ blank.Raja R Harinath
* scripts/script2.in: Remove. * scripts/Makefile.am: Update. Use wsdl.exe for wsdl2 and monop.exe for monop2. svn path=/trunk/mono/; revision=47161
2005-07-04* Makefile.am (EXTRA_DIST): Distribute mono-uninstalled.pc.in.Raja R Harinath
(noinst_DATA): Build mono-uninstalled.pc. * mono-uninstalled.pc.in (Libs): Avoid ${pc_top_builddir}. (Cflags): Likewise. Let $(srcdir) to be absolute. * mono/tests/Makefile.am (MKBUNDLE): Don't set PKG_CONFIG_TOP_BUILDDIR. Avoids segfaults in pkg-config 0.18.1. svn path=/trunk/mono/; revision=46903
2005-07-042005-07-03 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* scripts/Makefile.am (bin2_SCRIPTS): Add monop2 svn path=/trunk/mono/; revision=46895
2005-07-022005-07-01 Daniel Drake <dsd@gentoo.org>Daniel Drake
* configure.in: Add check for FreeBSD's sys/extattr.h svn path=/trunk/mono/; revision=46864
2005-07-01* runtime/Makefile.am (all-local, install-exec, uninstall): Call semdel-wrapper.Raja R Harinath
(mcs-do-test-profiles, mcs-do-run-test-profiles, mcs-compileall): Likewise. * mono/mini/Makefile.am (check-local): Call semdel-wrapper. * mono/tests/Makefile.am (check-local): Call semdel-wrapper. svn path=/trunk/mono/; revision=46821