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
2018-04-13[runtime] Get rid of the GLIB_LIBS autoconf define, it prevents automake ↵Zoltan Varga
from detecting the dependency on libeglib.la. (#8184) * [runtime] Get rid of the GLIB_LIBS autoconf define, it prevents automake from detecting the dependency on libeglib.la. Fixes #8175. * [runtime] Link eglib against -lm to avoid duplication. * [runtime] Remove a few extra -lm options. * [runtime] More GLIB_LIBS fixes.
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
2015-08-02[runtime] Clean up configure.ac a bit.Zoltan Varga
2014-06-07Add missing prototypes in ikvm-native.Alex Rønne Petersen
2013-04-07NaCl runtime fixesElijah Taylor
- fix compile/runtime issues caused by upstream changes - add NaCl glibc support - various changes to support running tests in NaCl glibc from 'make check'
2012-10-03Use AM_CPPFLAGS instead of INCLUDES in Makefile.am files, as the later is no ↵Zoltan Varga
longer supported, see http://lists.gnu.org/archive/html/automake/2012-08/msg00087.html.
2010-11-14Remove the unused and incomplete CMake build scripts for now.Zoltan Varga
2009-05-242009-05-24 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* */CMakeLists.txt: Add beginnings of a cmake based build system. svn path=/trunk/mono/; revision=134645
2009-02-28Add .gitignore.Martin Baulig
svn path=/trunk/mono/; revision=128266
2009-02-28Create .gitignore's.Martin Baulig
svn path=/trunk/mono/; revision=128265
2009-01-31Add support for OpenBSDMiguel de Icaza
svn path=/trunk/mono/; revision=125216
2006-09-112006-09-11 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* jni.c: Apply a patch from the freebsd ports tree. Include the proper include for alloca (). svn path=/trunk/mono/; revision=65238
2006-08-22Tue Aug 22 17:16:53 CEST 2006 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* Makefile.am: link to libgmodule (patch by Alexander Larsson alexl@redhat.com). svn path=/trunk/mono/; revision=64192
2005-06-082005-06-08 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* Makefile.am: Avoid versioning. We aren't going to be a strongly versioned lib. svn path=/trunk/mono/; revision=45663
2005-05-04Fix for OSXMiguel de Icaza
svn path=/trunk/mono/; revision=43987
2005-05-032005-05-03 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* os.c: Update from the official version. svn path=/trunk/mono/; revision=43933
2005-04-112005-04-11 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* jni.c: Applied some freebsd patches from Bill Middleton <flashdict@gmail.com>. svn path=/trunk/mono/; revision=42788
2005-04-052005-04-05 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* jni.c: Apply patch from freebsd ports tree. svn path=/trunk/mono/; revision=42561
2005-01-202005-01-20 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* jni.h: Applied patch from Bernie Solomon to fix compilation on non-gcc compilers. svn path=/trunk/mono/; revision=39252
2005-01-14Distribute jni.hMiguel de Icaza
svn path=/trunk/mono/; revision=38956
2005-01-132005-01-13 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* jni.c: Fix compilation on PPC. svn path=/trunk/mono/; revision=38892
2005-01-132005-01-13 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* configure.in Makefile.am: Resurrect ikvm-jni. * ikvm-native: New directory which contains a copy of the 'native' module in IKVM cvs. svn path=/trunk/mono/; revision=38888