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-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
2012-05-02Add tests and correctly handle using '/' in windows paths.Jonathan Chambers
2012-05-02Test paths on windows using valid windows paths.Jonathan Chambers
2012-05-02Try try and use *nix style paths on Windows in uri tests.Jonathan Chambers
2012-04-18[warnign fix] Make my_charset constMiguel de Icaza
2012-03-30Fix g_strreverse to handle empty stringsRolf Bjarne Kvinge
2012-03-19Update some copyrightsMiguel de Icaza
2012-03-16Add missing eglib remappings.Zoltan Varga
2012-03-03Revert "Get rid of the <foo>-static libraries, libtool doesn't know that they...Zoltan Varga
2012-02-29Fix warnings reported by clang.Zoltan Varga
2012-02-09Get rid of the <foo>-static libraries, libtool doesn't know that they need to...Zoltan Varga
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-09-14Update copyrightsMiguel de Icaza
2011-08-30Don't use vasprintf on PLATFORM_ANDROID.Jonathan Pryor
2011-08-16Fix g_log redirection under android.Rodrigo Kumpera