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
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
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
2014-01-17[eglib] Fix a possible memory leak.Rodrigo Kumpera
2013-12-13Merge pull request #806 from AxlPr/masterZoltan Varga
2013-12-04Fixed missing pointer conversion tests in sizes.cHans Wolff
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-06-26Don't try to detect strndup on OS X; it is only available on 10.7+.Martin Potter
2013-05-30Enable dolt on ios builds.Zoltan Varga
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
2013-02-28Change g_log (and friends) to print to stderr. Fixes #10577.Rolf Bjarne Kvinge
2013-01-09Fix the check for autoheader in eglib/autogen.sh and libgc/autogen.sh too.Zoltan Varga
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-11-20Redirect g_print and relatives to the device log in MonoTouch.Rolf Bjarne Kvinge
2012-10-24Fix the linux build as it does check even from private glib symbols.Rodrigo Kumpera
2012-10-23Fix the eglib test suite.Rodrigo Kumpera
2012-10-22Rename new eglib functions to not use the g_ prefix.Rodrigo Kumpera
2012-10-19Second try to make quiet build work reliablyMarek Safar
2012-10-19Update (very old) dold to handle --silent argumentMarek Safar
2012-10-11Add test for g_utf8_to_utf16_with_nuls.Andrew Wilson
2012-10-11Add g_utf8_to_utf16_with_nuls for strings containing nul.Andrew Wilson
2012-10-03Use AM_CPPFLAGS instead of INCLUDES in Makefile.am files, as the later is no ...Zoltan Varga
2012-08-16Fix g_strsplit() when delimiter at end-of-string and at max_count.Jonathan Pryor
2012-07-19Skip Unicode BOM at start of XML.Scott Blomquist
2012-05-02Merge pull request #285 from joncham/eglib-fixesZoltan Varga