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
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
2015-09-05eglib: checking for locale_charset functionAngelo Compagnucci
2015-08-18Merge pull request #1983 from saper/noeglibstaticZoltan Varga
2015-08-17Merge pull request #1870 from saper/langinfo_hRodrigo Kumpera
2015-08-16Do not build libeglib-static.aMarcin Cieslak
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
2015-07-24[eglib] Workaround lack of raise().João Matos
2015-06-12[eglib] Prefer <langinfo.h> to <localcharset.h>Marcin Cieslak
2015-06-11[eglib] Ensures that home and user name always have a non-null value.Rodrigo Kumpera
2015-06-08Override Environment.SpecialFolder.Personal with $HOMEJan Beich
2015-03-12[eglib] Fixed file being created without read/write permission on Windows.João Matos
2015-02-26Don't use _NSGetEnviron on arm64.Rolf Bjarne Kvinge
2015-02-13Fix a warning.Zoltan Varga
2015-01-29[eglib] [io-layer] Have a single wrapper around getdtablesize. This removes t...Rodrigo Kumpera
2014-11-26[msvc] duplicate 1d6b8a75fa31d60e9ddbc0b9eddbf05ed3fb6c12 for eglibJo Shields
2014-11-22[runtime] Add a wrapper around atexit () since it is missing on some android ...Zoltan Varga
2014-11-22[runtime] Remove another getdtablesize () reference.Zoltan Varga
2014-11-22[runtime] Remove a getdtablesize () reference from eglib too.Zoltan Varga
2014-10-26[build] Enable dolt on mingw32Kornel Pal
2014-09-10[runtime] Redirect runtime logging to asl_log only on ios, not when running t...Zoltan Varga
2014-08-29[eglib] Fix stderr output redirection.Rodrigo Kumpera
2014-08-27[eglib] Fix logging on iOS (asl_vlog != asl_log)Sebastien Pouliot
2014-08-26[eglib] Fix compilation on PLATFORM_ANDROID.Jonathan Pryor
2014-08-25[eglib] Restore previous defaults for some platforms.Rodrigo Kumpera
2014-08-25[eglib] g_assertion_message should not abort, g_logv will do it.Rodrigo Kumpera
2014-08-25[eglib] Add log/print redirection functions to eglib.Rodrigo Kumpera
2014-07-13[runtime] Remove unused g_thread () functions.Zoltan Varga
2014-06-27Revert "Don't touch internal feature macros in eglib"Rodrigo Kumpera
2014-06-26Don't touch internal feature macros in eglibJonas 'Sortie' Termansen
2014-06-26Use <sys/select.h> to get selectJonas 'Sortie' Termansen
2014-06-15[runtime] Enable support for arm64-darwin in dolt.Zoltan Varga
2014-06-13since gerror.c requires vasprintf.h, we need to add that file so that it beco...Timotheus Pokorra
2014-06-10Attempt to sanitize the `vasprintf` situation in eglib.Alex Rønne Petersen
2014-06-10Add build system plumbing for building with -Werror.Alex Rønne Petersen
2014-06-08Silence another array subscript warning in eglib/src/sort.frag.h.Alex Rønne Petersen
2014-06-07Mark an unused variable as such in eglib/test/file.c.Alex Rønne Petersen
2014-06-07Disable -Warray-bounds in eglib/src/sort.frag.h!insert_list in GCC 4.6.0+.Alex Rønne Petersen
2014-06-05Modified g_assert_not_reached to use g_unreachable.Joao Matos
2014-06-05Added g_unreachable to explicitly notify the compiler of unreachable code.Joao Matos
2014-05-22fix V547 Expression 'index >= 0' is always true. Unsigned type value is alway...Enrico Sada
2014-05-22fix V547 Expression 'index >= 0' is always true. Unsigned type value is alway...Enrico Sada
2014-05-10[eglib] Remove test-glib code, we don't have to maintain compatibility with g...Zoltan Varga