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
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
2011-08-03don't redefine ABSChris Toshok
2011-06-15Fix crash when there's a \' in the arguments.Gonzalo Paniagua Javier
2011-06-04Simplify building with the Android NDK.Jonathan Pryor
2011-05-06Fix the build for Windows (use int instead of ssize_t)Jeffrey Stedfast
2011-05-06Fixed for Big Endian machines.Jeffrey Stedfast
2011-05-01[eglib] make g_mkdir_with_parents work for paths not ending in /Chris Toshok
2011-04-29[eglib] add some more MAX/MIN macrosChris Toshok
2011-04-29Fixed g_utf8_validate(), needed to break in inner switchJeffrey Stedfast
2011-04-28Fixed g_iconv() decoders/encoders for unaligned accessesJeffrey Stedfast
2011-04-27Silence gcc warning about vasprintf()'s retval not being usedJeffrey Stedfast
2011-04-27Added config.rpath to eglibJeffrey Stedfast
2011-04-27Optimize utf8_case_conv()Jeffrey Stedfast
2011-04-27Validate in the decoders so encoders don't have toJeffrey Stedfast
2011-04-27I'm an idiot. Fixed g_utf8_strlen()Jeffrey Stedfast