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
path: root/eglib
AgeCommit message (Expand)Author
2017-08-08[runtime] Remove empty eglib/ dir.Zoltan Varga
2017-08-08[runtime] Move eglib into mono/eglib so it becomes a convenience library simi...Zoltan Varga
2017-08-07[eglib] Add back NEWS file, it's required for the tarballAlexander Köplinger
2017-07-28Eglib integrate (#5267)Zoltan Varga
2017-06-27Fix various compiler warnings (#5064)cherusker
2017-06-14[eglib] Linux needs errno.h for ERANGERodrigo Kumpera
2017-06-14[eglib] Handle ERANGE in g_strerrorRodrigo Kumpera
2017-06-13[eglib] Replace strerror with strerror_r as the former is not thread safe.Rodrigo Kumpera
2017-06-02[runtime] Remove all NACL support. It was unmaintained for a long time. (#4955)Zoltan Varga
2017-05-18Fix eglibc remapping and revive the test for its completeness. (#4896)vkargov
2017-05-12Include gmodule-win32-internals.h in tarball (#4843)Jan-Joost Spanjers
2017-03-31Merge pull request #4628 from xmcclure/orbis-profileAndi McClure
2017-03-31Fix Windows buildAlexander Köplinger
2017-03-31More platform support fixesAndi McClure
2017-03-30[runtime] Switch getenv to use heap memoryAlexander Kyte
2017-03-10Merge pull request #4444 from lateralusX/jlorenss/windows-unwind-infoJohan Lorensson
2017-02-28Improve unwind support on Windows x64.lateralusX
2017-02-27Fix eglibc configure script on HaikuCalvin
2016-11-11Merge pull request #3809 from lateralusX/jlorenss/win-api-family-support-cleanupJohan Lorensson
2016-11-11[eglib/mono] Aleksey caught a discrepancy between the semantics of Unix and W...Miguel de Icaza
2016-11-08Build mono runtime under none desktop Windows API family, adjustments and cle...lateralusX
2016-11-01Fix some issues found by cppcheck.Rodrigo Kumpera
2016-09-28Enable reuse of eglib native test framework and test driver source.lateralusX
2016-09-27Build eglib under none desktop Windows API family.lateralusX
2016-09-22[mkbundle] - Add support for bundling native libraries.Miguel de Icaza
2016-09-03Prefer SHGetKnownFolderPath() in g_get_home_dir() over HOMEDRIVE/HOMEPATHNiklas Therning
2016-08-09Handle NetBSD specific iconv(3) call prototype (#3376)Kamil Rytarowski
2016-08-09Fix shell portability, detected with NetBSD/pkgsrc (#3375)Kamil Rytarowski
2016-08-08Explicitly use the ANSI version of GetLocaleInfo() in g_win32_getlocale()Niklas Therning
2016-07-11Fixed up configure overridable allocators option. Moved g_vasprintf implement...Dolphin Hawkins
2016-07-11Fixed eglib test build errorDolphin Hawkins
2016-07-11fixed formatting errorDolphin Hawkins
2016-07-11Enabled g_mem_set_vtable through the configure option --with-overridable-allo...Dolphin Hawkins
2016-07-11[eglib] Fix Windows buildAlexander Köplinger
2016-07-11[eglib] Fix compilation on Windows after 3bebb7696eAlexander Köplinger
2016-07-09Moved ensure_directory_exists to eglib.Marcos Henrich
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
2016-02-11Remove table that was not licensed under MITMiguel de Icaza
2016-02-03Merge pull request #2542 from akoeplinger/remove-changelogAlexander Köplinger
2016-01-30Check for libtoolize rather than libtoolNeil Mayhew
2016-01-29Remove ChangeLog references from Makefile and .gitattributeAlexander Köplinger
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2015-10-14[runtime] Reworked coop GC stack handling in platforms with restricted access...João Matos
2015-10-12Revert "Reworked coop GC stack handling in platforms with restricted access t...João Matos
2015-10-12Merge pull request #2101 from tritao/stack-coop-gcRodrigo Kumpera
2015-10-09[Apple] Disable environment access on Apple platforms that are not OSX.Rodrigo Kumpera
2015-10-08[runtime] Reworked coop GC stack handling in platforms with restricted access...João Matos
2015-09-23Merge pull request #1971 from angeloc/masterMiguel de Icaza
2015-09-10[eglib] Fixed vasprintf function detection.triton