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
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
2011-04-27Optimized g_utf8_strlen() and redid g_utf8_jump_table[]Jeffrey Stedfast
2011-04-27Get rid of magic UTF8 subtraction tableJeffrey Stedfast
2011-04-27Implemented g_utf8_get_char_validated() properlyJeffrey Stedfast
2011-04-27Consolidated charset conversion routinesJeffrey Stedfast
2011-04-27Fixed g_build_path() (was failing a test)Jeffrey Stedfast
2011-04-27Silence gcc warning and make more robustJeffrey Stedfast
2011-04-26Make sure everything that links with eglib also links with libiconvJeffrey Stedfast
2011-04-26Optimized utf8_case_conv() by not converting strings in stagesJeffrey Stedfast
2011-04-25Don't unroll the loops unless told toJeffrey Stedfast
2011-04-25Make the signature match the headerGeoff Norton
2011-04-25Don't increment inptr more than we need toJeffrey Stedfast
2011-04-25Merge branch 'master' of github.com:/mono/monoChris Toshok
2011-04-25[eglib] add printf specifiers for [u]int32Chris Toshok
2011-04-24Don't depend on ENOTSUP as it does not exist on Windows.Jeffrey Stedfast
2011-04-24Moved all g_iconv() state updates out of encoders/decodersJeffrey Stedfast
2011-04-24Unroll the loop in encode_utf8()Jeffrey Stedfast
2011-04-24Unroll the loop in decode_utf8() to improve perfJeffrey Stedfast
2011-04-23Avoid endianness swap decisions in the inner loopJeffrey Stedfast
2011-04-23Do not go beyond our string boundariesMiguel de Icaza
2011-04-23Fixed capacity to be unsignedJeffrey Stedfast