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/src
AgeCommit message (Expand)Author
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-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-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-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-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-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-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-01-17[eglib] Fix a possible memory leak.Rodrigo Kumpera
2013-11-12Fixed g_win32_getlocaleAxlPr
2013-08-24We have g_getenv for portability reasons, so let's use it.Rodrigo Kumpera
2013-08-15Fix build (giconv.c)Atsushi Eno
2013-08-15[eglib] Fixed g_utf8_to_utf16_general() to handle invalid utf8Jeffrey Stedfast
2013-08-14Fixed a few bugs that were found by Visual Studio's static code analysis.Mark Probst
2013-08-13Improved fix for g_iconv() compiler warningsJeffrey Stedfast
2013-08-13Fixed eglib compiler warnings about g_string_truncate() and g_iconv()Jeffrey Stedfast
2013-04-07NaCl runtime fixesElijah Taylor
2013-04-06Fix the windows build.Zoltan Varga
2013-03-08Make sure all functions in the hot path of eg_utf8_to_utf16_general are inlined.Rodrigo Kumpera