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
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
2011-04-23Don't override eglib's CFLAGS to add -O0Jeffrey Stedfast
2011-04-23Another soptimization for g_convert()Jeffrey Stedfast
2011-04-23Slight soptimization for utf8/latin1 decodingJeffrey Stedfast
2011-04-23Fixed Makefile to set srcdir when running testsJeffrey Stedfast
2011-04-23Updated EXTRA_DIST for eglib test input filesJeffrey 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-22Remove a warning and allow eglib to build with warnings.joncham
2011-04-22Merge branch 'master' of github.com:/mono/monoChris Toshok
2011-04-22Implement a simple g_utf8_get_charLarry Ewing
2011-04-21[eglib] add g_ascii_strup/g_ascii_toupperChris Toshok
2011-04-21OopsJeffrey Stedfast
2011-04-21Add prototype for g_file_set_contents to glib.hJeffrey Stedfast
2011-04-21Fixed g_strjoin*() and g_stpcpy()Jeffrey Stedfast
2011-04-21Merge branch 'master' of github.com:/mono/monoChris Toshok
2011-04-21[eglib] add g_hash_table_get_keys/valuesChris Toshok
2011-04-21Use g_rename() instead of rename()Jeffrey Stedfast
2011-04-21Implemented g_file_set_contents() in eglibJeffrey Stedfast
2011-04-21Include the m4 dir in the subdirs for `make dist`Jeffrey Stedfast
2011-04-20Added Latin1 support to giconvJeffrey Stedfast
2011-04-20Ignore generated filesJeffrey Stedfast
2011-04-20Implemented g_iconv() w/ needing libiconvJeffrey Stedfast
2011-04-20Help ajorg distJeffrey Stedfast
2011-04-20Fixed g_utf8_to_ucs4_fast()Jeffrey Stedfast