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
AgeCommit message (Expand)Author
2017-08-08[runtime] Move eglib into mono/eglib so it becomes a convenience library simi...Zoltan Varga
2016-08-09Handle NetBSD specific iconv(3) call prototype (#3376)Kamil Rytarowski
2016-02-11Remove table that was not licensed under MITMiguel de Icaza
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-13Improved fix for g_iconv() compiler warningsJeffrey Stedfast
2013-08-13Fixed eglib compiler warnings about g_string_truncate() and g_iconv()Jeffrey Stedfast
2013-03-08Make sure all functions in the hot path of eg_utf8_to_utf16_general are inlined.Rodrigo Kumpera
2012-10-24Fix the linux build as it does check even from private glib symbols.Rodrigo Kumpera
2012-10-22Rename new eglib functions to not use the g_ prefix.Rodrigo Kumpera
2012-10-11Add g_utf8_to_utf16_with_nuls for strings containing nul.Andrew Wilson
2011-05-06Fixed for Big Endian machines.Jeffrey Stedfast
2011-04-28Fixed g_iconv() decoders/encoders for unaligned accessesJeffrey Stedfast
2011-04-27Validate in the decoders so encoders don't have toJeffrey Stedfast
2011-04-27Consolidated charset conversion routinesJeffrey 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-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-23Slight soptimization for utf8/latin1 decodingJeffrey Stedfast
2011-04-23Fixed g_iconv() and g_convert(), improved unit testJeffrey Stedfast
2011-04-22Fixed latin1 decoder (simple unsigned vs signed cast)Jeffrey Stedfast
2011-04-20Added Latin1 support to giconvJeffrey Stedfast
2011-04-20Implemented g_iconv() w/ needing libiconvJeffrey Stedfast
2011-04-19Implemented g_iconv*() functions w/ cacheJeffrey Stedfast