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 (Expand)Author
2016-08-09Fix shell portability, detected with NetBSD/pkgsrc (#3375)Kamil Rytarowski
2016-07-11Fixed up configure overridable allocators option. Moved g_vasprintf implement...Dolphin Hawkins
2016-07-11Enabled g_mem_set_vtable through the configure option --with-overridable-allo...Dolphin Hawkins
2016-05-23[eglib] Use the PRi64 defines from inttypes.h to define G_GINT64_FORMAT etc. ...Zoltan Varga
2016-05-20[eglib] Ignore nl_langinfo as it doesn't return the actual system default. Fi...Rodrigo Kumpera
2015-09-23Merge pull request #1971 from angeloc/masterMiguel de Icaza
2015-09-10[eglib] Fixed vasprintf function detection.triton
2015-09-05eglib: checking for locale_charset functionAngelo Compagnucci
2015-08-07Add a conditional for fork and exec* functions.Rolf Bjarne Kvinge
2015-08-06Better handling of vasprintf checkingAngelo Compagnucci
2015-08-05Fixing initialization of have_vasprintfAngelo Compagnucci
2014-11-22[runtime] Remove a getdtablesize () reference from eglib too.Zoltan Varga
2014-06-26Use <sys/select.h> to get selectJonas 'Sortie' Termansen
2014-06-10Add build system plumbing for building with -Werror.Alex Rønne Petersen
2014-05-10[eglib] Remove test-glib code, we don't have to maintain compatibility with g...Zoltan Varga
2014-04-25Revert "Revert "Merge branch 'master' of https://github.com/mono/mono""Rolf Bjarne Kvinge
2014-04-23Revert "Merge branch 'master' of https://github.com/mono/mono"Alexis Christoforides
2014-04-22[arm64] Add basic port infrastructure.Zoltan Varga
2013-06-26Don't try to detect strndup on OS X; it is only available on 10.7+.Martin Potter
2013-01-09Remove automake macros obsoleted by automake 1.13. Fixes #9324.Zoltan Varga
2013-01-04Autoconf incorrectly detects strndup getpwuid_r on iOS. Avoid that at configu...Rodrigo Kumpera
2013-01-04Add iOS/OSX detection to eglib.Rodrigo Kumpera
2012-10-19Second try to make quiet build work reliablyMarek Safar
2012-03-19Update some copyrightsMiguel de Icaza
2012-02-08Fix the quiet build code so it works with a separate build dir too.Zoltan Varga
2011-10-01configure.{ac,in}: Point to the new Bugzilla.alexrp
2011-08-16Fix g_log redirection under android.Rodrigo Kumpera
2011-06-04Simplify building with the Android NDK.Jonathan Pryor
2011-04-25Merge branch 'master' of github.com:/mono/monoChris Toshok
2011-04-25[eglib] add printf specifiers for [u]int32Chris Toshok
2011-04-23Don't override eglib's CFLAGS to add -O0Jeffrey Stedfast
2011-04-20Help ajorg distJeffrey Stedfast
2011-04-20Modernize eglib/libgc automake/conf fuJeffrey Stedfast
2011-04-19More auto* fixes and moved dolt macros to m4/dolt.m4Jeffrey Stedfast
2011-04-19Updated the build systemJeffrey Stedfast
2011-04-19Fixed libiconv checksJeffrey Stedfast
2011-04-19add implementation for stpcpyChris Toshok
2011-02-23Fix gsize for 64-bit WindowsHib Eris
2011-02-20Revert "[Win64] Compilation fix for eglib in win64"Zoltan Varga
2011-02-19[eglib] Move definition of GPid to eglib-config.hGonzalo Paniagua Javier
2011-02-19[Win64] Compilation fix for eglib in win64Gonzalo Paniagua Javier
2011-02-08Include sys/types.h for pid_t on mingw. Fixes #670076.Zoltan Varga
2010-12-02Include alloca.h into glib.h if needed.Zoltan Varga
2010-11-12Fix the definition of G_BREAKPOINT on x86 when cross compiling.Zoltan Varga
2010-11-12Use dolt for eglib too.Zoltan Varga
2010-11-10[OSX] Disabled eglib tests build by defaultGeoff Norton
2010-10-23Use int 3 as G_BREAKPOINT on x86-64 too. Hopefully fixes #648838.Zoltan Varga
2010-10-22Use locale_charset() from iconv which will use nl_langinfo (CODESET) anyways ...Zoltan Varga
2010-10-15Fix warnings by defining GNU_SOURCE in eglib's configure.Zoltan Varga
2010-09-23Don't link against missing libiconv on windows.Hib Eris