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-11-17tag 1.2.1Wade Berrier
svn path=/trunk/mono/; revision=68074
2006-11-16Thu Nov 16 12:59:50 CET 2006 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* configure.in: added --disable-mcs-build for use with embedded systems or other cases where we don't want or can't to spend time compiling the managed part of the runtime. svn path=/trunk/mono/; revision=67980
2006-11-02configure.in: version bump to 1.2Wade Berrier
svn path=/trunk/mono/; revision=67285
2006-11-022006-11-02 Michael Hutchinson <m.j.hutchinson@gmail.com>Michael Hutchinson
* data/net_2_0/machine.config: defaultProxy section is no longer necessary, so remove. svn path=/trunk/mono/; revision=67278
2006-11-02 * configure.in: Add type checks for blkcnt_t, blksize_t, suseconds_t. SomeJonathan Pryor
versions of Mac OS X don't define these, needed by support/map.c. * support/mph.h: Add fallback typedefs for blkcnt_t, blksize_t, suseconds_t so that map.c can rely on their presence. (Some versions of OS X don't provide these typedefs.) svn path=/trunk/mono/; revision=67252
2006-10-26 * configure.in: Add type checks for structs pollfd, stat, timeval, timezone.Jonathan Pryor
This is so that support/map.c can use HAVE_STRUCT_... wrappers around structure conversion functions, allowing them to be omitted from the Win32 build. * support/map.c: Enclose structure conversion functions with HAVE_<<STRUCT NAME>>, so that Unix-specific structures don't break the Win32 build. svn path=/trunk/mono/; revision=67012
2006-10-16libmono.vcproj: Removed unicode.h and unicode.c. Changed absolute path in ↵Kornél Pál
AdditionalLibraryDirectories to relative. svn path=/trunk/mono/; revision=66711
2006-10-142006-10-13 Joe Shaw <joeshaw@novell.com>Joe Shaw
* samples/size/size.c: Flesh this out quite a bit more so that its results are more accurate. * samples/size/sample.cs: Add a few more test cases. svn path=/trunk/mono/; revision=66660
2006-10-122006-10-12 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* configure.in: Disable visibility("hidden") on cygwin as well. svn path=/trunk/mono/; revision=66634
2006-10-102006-10-10 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* configure.in: Get rid of --with-nptl. svn path=/trunk/mono/; revision=66494
2006-09-30Sat Sep 30 12:11:56 CEST 2006 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* configure.in: link to libnsl only if needed. svn path=/trunk/mono/; revision=66113
2006-09-19* runtime/Makefile.am (etc/mono/config): Fix rule to avoid writingRaja R Harinath
into a symlink created by the 2006-09-13 change below. svn path=/trunk/mono/; revision=65646
2006-09-172006-09-17 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* docs/thread-safety.txt: Moved here from mono/metadata. svn path=/trunk/mono/; revision=65552
2006-09-162006-09-16 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* configure.in: Avoid non-static build warning on windows. svn path=/trunk/mono/; revision=65504
2006-09-16Fix srcdir!=builddir issue.Raja R Harinath
* configure.in (runtime/etc/mono/config): Remove erroneous code. * runtime/Makefile.am (etc/mono/config): Rename from wrapper-config. * runtime/mono-wrapper.in: Update. svn path=/trunk/mono/; revision=65502
2006-09-15 * configure.in: Remove check for setkey(3).Jonathan Pryor
* support/Makefile.am: Remove CRYPT_LIBS use; we no longer rely on libcrypt. * support/stdlib.c: Remove setkey(3) wrapper. * support/unistd.c: Remove encrypt(3) wrapper. svn path=/trunk/mono/; revision=65458
2006-09-14 * configure.in: Add command to create runtime/etc/mono/config. This isJonathan Pryor
needed so that programs which use the bootstrap mono build get the appropriate <dllmap/> entries (in particular, the mono-shlib-cop unit tests requires that a $prefix/etc/mono/config be present to run). * runtime/Makefile.am: Create runtime/etc/mono/config. svn path=/trunk/mono/; revision=65389
2006-09-112006-09-11 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* mono.vcproj: Fix VC build. svn path=/trunk/mono/; revision=65236
2006-09-012006-09-01 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* configure.in: More alpha updates from Sergey Tikhonov <tsv@solvo.ru>. svn path=/trunk/mono/; revision=64678
2006-08-312006-08-31 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* samples/embed/test-invoke.vcproj samples/embed/teste.vcproj: Fix include paths for newer glib versions. svn path=/trunk/mono/; revision=64632
2006-08-312006-08-31 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* genmdesc.vcproj: Fix include paths for newer glib versions. svn path=/trunk/mono/; revision=64631
2006-08-312006-08-31 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* libmono.vcproj: Add further missing sources, fix include paths for newer glib versions. svn path=/trunk/mono/; revision=64629
2006-08-312006-08-31 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* libmono.vcproj: Add aot-compiler.c and aot-runtime.c as source files. * README.vcproj: Fix a typo. svn path=/trunk/mono/; revision=64613
2006-08-312006-08-31 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* configure.in (PLATFORM_WIN32): Add -mno-cygwin to libmono_cflags/ldflags. Fixes #79180. svn path=/trunk/mono/; revision=64604
2006-08-30UpdateMiguel de Icaza
svn path=/trunk/mono/; revision=64529
2006-08-29* configure.in: Add required CFLAGS for s390[x] (-mbackchain)Wade Berrier
svn path=/trunk/mono/; revision=64520
2006-08-232006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* configure.in: check for mkstemp. svn path=/trunk/mono/; revision=64256
2006-08-22* runtime/Makefile.am (mcs-compileall): Remove mention of Microsoft.VisualBasic.Raja R Harinath
svn path=/trunk/mono/; revision=64179
2006-07-262006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* configure.in: add check for sys/syscall.h. Remove aio_* detection as it has not been used for a while now. svn path=/trunk/mono/; revision=62970
2006-07-19* scripts/mono-find-provides.in: Remove support for only scanning files in ↵Wade Berrier
the gac. The problem is that mono apps are often broken up into subpackages, and deps can only be resolved if the assemblies are in the gac, even when they sometimes shouldn't be. (See https://bugzilla.novell.com/show_bug.cgi?id=144655) svn path=/trunk/mono/; revision=62759
2006-07-192006-07-19 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* configure.in: Applied patch from Sergey Tikhonov <tsv@solvo.ru>. Beginning of alpha support. svn path=/trunk/mono/; revision=62743
2006-07-17* scripts/mono-find-requires.in: Change rpm requires to >= 1.0.3300.0 instead ofWade Berrier
=, since we don't explicitly provide 1.0.3300.0 versions. svn path=/trunk/mono/; revision=62688
2006-07-092006-07-09 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* docs/exception-handling.txt: Update libunwind status since it is not really dead. svn path=/trunk/mono/; revision=62380
2006-07-092006-07-09 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* docs/exception-handling.txt: Note the changes in the handling of SIGSEGV received while in native code. svn path=/trunk/mono/; revision=62379
2006-07-042006-07-04 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* configure.in: Add the contents of LIBS to libmono_ldflags on sol-x86 too. svn path=/trunk/mono/; revision=62247
2006-07-012006-07-01 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* configure.in: Add the contents of LIBS to libmono_ldflags instead on solaris. svn path=/trunk/mono/; revision=62177
2006-06-302006-06-30 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* configure.in: Add -lsocket -lnsl to libmono_ldflags on solaris to fix the mkbundle tests. svn path=/trunk/mono/; revision=62159
2006-06-272006-06-27 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* configure.in: Disable --with-tls=__thread on solaris/x86. svn path=/trunk/mono/; revision=62085
2006-06-242006-06-24 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* configure.in: Always pass CPPFLAGS to libgc configure. svn path=/trunk/mono/; revision=62008
2006-06-23 configure.in: Add the Makefile to create in order to run the CAS testsSebastien Pouliot
svn path=/trunk/mono/; revision=61966
2006-06-142006-06-14 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* README.vsnet: Make it clear that building Mono under cygwin is a pre-requirement to using the VS.NET solution (with the supplied instructions). svn path=/trunk/mono/; revision=61702
2006-06-012006-06-01 Zac Bowling <zac@zacbowling.com>Zac Bowling
* configure.in, quick fix for typo breaking build (test instead of text on last output texted added by miguel earlier) svn path=/trunk/mono/; revision=61356
2006-05-24create a symlink at mono/runtime/etc/mono/2.0/web.config similar to ↵Andrew Skiba
machine.config svn path=/trunk/mono/; revision=61045
2006-05-24* scripts/Makefile.am (scripts_1_0, scripts_2_0): Move nunit-console ...Raja R Harinath
(scripts_nunit): ... here. (REWRITE1_DEBUG, REWRITE2_DEBUG): New defines that pass a --debug to the mono runtime. (nunit-console, nunit-console2): New targets. Use them. svn path=/trunk/mono/; revision=61039
2006-05-232006-05-23 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* libatomic_ops: Remove this, as using it didn't work out. svn path=/trunk/mono/; revision=61002
2006-05-232006-05-23 Martin Baulig <martin@ximian.com>Martin Baulig
* configure.in: Disable the debugger if we're not using the included gc. svn path=/trunk/mono/; revision=60972
2006-05-102006-05-10 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* data/net_2_0/machine.config : updated webRequestModules, defaultProxy and connectionManagement handlers. svn path=/trunk/mono/; revision=60485
2006-05-102006-05-10 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* configure.in: Disable usage of visibility(hidden) on solaris x86. svn path=/trunk/mono/; revision=60481
2006-05-072006-05-07 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* data/mono.supp: Applied patch from Matt Hargett (matt@use.net). Generalize path to the mono executable. svn path=/trunk/mono/; revision=60381
2006-05-03Added ChangeLog entries and license info (MIT X11)Jonathan Chambers
svn path=/trunk/mono/; revision=60201