Merge pull request #266 from joncham/bug-struct-pack-size
[mono.git] / eglib /
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-03-19 Miguel de IcazaUpdate some copyrights
2012-03-15 Zoltan VargaAdd missing eglib remappings.
2012-03-08 Marek HabersackMerge pull request #234 from kripper/master
2012-03-07 Jonathan ChambersMerge remote-tracking branch 'local/msvc-updates' into...
2012-03-05 Marek SafarMerge pull request #238 from knocte/master
2012-03-05 Marek SafarMerge pull request #237 from knocte/master
2012-03-03 Zoltan VargaRevert "Get rid of the <foo>-static libraries, libtool...
2012-02-29 Zoltan VargaFix warnings reported by clang.
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-02-08 Zoltan VargaGet rid of the <foo>-static libraries, libtool doesn...
2012-02-08 Zoltan VargaFix the quiet build code so it works with a separate...
2011-09-30 alexrpconfigure.{ac,in}: Point to the new Bugzilla.
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-13 Miguel de IcazaUpdate copyrights
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
2011-08-30 Jonathan PryorDon't use vasprintf on PLATFORM_ANDROID.
2011-08-16 Rodrigo KumperaFix g_log redirection under android.
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-08-05 Miguel de IcazaMerge pull request #147 from flutos/master
2011-08-05 Miguel de IcazaMerge pull request #141 from LogosBible/surrogtate
2011-08-04 Atsushi EnoMerge pull request #146 from flutos/207ce0bccceec3ff786...
2011-08-03 Chris Toshokdon't redefine ABS
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-15 Gonzalo Paniagua... Fix crash when there's a \' in the arguments.
2011-06-03 Zoltan VargaMerge pull request #109 from rnagy/master
2011-06-03 Jonathan PryorSimplify building with the Android NDK.
2011-06-01 Tom PhilpotFixes crash when calling Process.Start on a file with...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-12 Rodrigo KumperaMerge pull request #96 from ualtinok/master
2011-05-06 Jeffrey StedfastFix the build for Windows (use int instead of ssize_t)
2011-05-05 Jeffrey StedfastFixed for Big Endian machines.
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-05-01 Chris Toshok[eglib] make g_mkdir_with_parents work for paths not...
2011-04-28 Chris Toshok[eglib] add some more MAX/MIN macros
2011-04-28 Jeffrey StedfastFixed g_utf8_validate(), needed to break in inner switch
2011-04-28 Jeffrey StedfastFixed g_iconv() decoders/encoders for unaligned accesses
2011-04-27 Marek HabersackMerged pull request #88 from skolima/msbuild-merge.
2011-04-27 Rodrigo KumperaMerged pull request #58 from XTZGZoReX/master.
2011-04-27 Dick PorterMerge branch 'mwf-solaris-no-utf8'
2011-04-27 Jeffrey StedfastSilence gcc warning about vasprintf()'s retval not...
2011-04-27 Jeffrey StedfastAdded config.rpath to eglib
2011-04-27 Jeffrey StedfastOptimize utf8_case_conv()
2011-04-27 Jeffrey StedfastValidate in the decoders so encoders don't have to
2011-04-27 Jeffrey StedfastI'm an idiot. Fixed g_utf8_strlen()
2011-04-26 Jeffrey StedfastOptimized g_utf8_strlen() and redid g_utf8_jump_table[]
2011-04-26 Jeffrey StedfastGet rid of magic UTF8 subtraction table
2011-04-26 Jeffrey StedfastImplemented g_utf8_get_char_validated() properly
2011-04-26 Jeffrey StedfastConsolidated charset conversion routines
2011-04-26 Jeffrey StedfastFixed g_build_path() (was failing a test)
2011-04-26 Jeffrey StedfastSilence gcc warning and make more robust
2011-04-26 Jeffrey StedfastMake sure everything that links with eglib also links...
2011-04-25 Jeffrey StedfastOptimized utf8_case_conv() by not converting strings...
2011-04-25 Jeffrey StedfastDon't unroll the loops unless told to
2011-04-25 Geoff NortonMake the signature match the header
2011-04-25 Jeffrey StedfastDon't increment inptr more than we need to
2011-04-25 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-25 Chris Toshok[eglib] add printf specifiers for [u]int32
2011-04-24 Jeffrey StedfastDon't depend on ENOTSUP as it does not exist on Windows.
2011-04-23 Jeffrey StedfastMoved all g_iconv() state updates out of encoders/decoders
2011-04-23 Jeffrey StedfastUnroll the loop in encode_utf8()
2011-04-23 Jeffrey StedfastUnroll the loop in decode_utf8() to improve perf
2011-04-23 Jeffrey StedfastAvoid endianness swap decisions in the inner loop
2011-04-23 Miguel de IcazaDo not go beyond our string boundaries
2011-04-23 Jeffrey StedfastFixed capacity to be unsigned
2011-04-23 Jeffrey StedfastDon't override eglib's CFLAGS to add -O0
2011-04-23 Jeffrey StedfastAnother soptimization for g_convert()
2011-04-23 Jeffrey StedfastSlight soptimization for utf8/latin1 decoding
2011-04-23 Jeffrey StedfastFixed Makefile to set srcdir when running tests
2011-04-22 Jeffrey StedfastUpdated EXTRA_DIST for eglib test input files
2011-04-22 Jeffrey StedfastFixed g_iconv() and g_convert(), improved unit test
2011-04-22 Jeffrey StedfastFixed latin1 decoder (simple unsigned vs signed cast)
2011-04-22 jonchamRemove a warning and allow eglib to build with warnings.
2011-04-22 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-22 Larry EwingImplement a simple g_utf8_get_char
2011-04-21 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-21 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-21 Chris Toshok[eglib] add g_ascii_strup/g_ascii_toupper
2011-04-21 Jeffrey StedfastOops
2011-04-21 Jeffrey StedfastAdd prototype for g_file_set_contents to glib.h
2011-04-21 Jeffrey StedfastFixed g_strjoin*() and g_stpcpy()
2011-04-20 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-20 Chris Toshok[eglib] add g_hash_table_get_keys/values
2011-04-20 Jeffrey StedfastUse g_rename() instead of rename()
2011-04-20 Jeffrey StedfastImplemented g_file_set_contents() in eglib
2011-04-20 Jeffrey StedfastInclude the m4 dir in the subdirs for `make dist`
2011-04-20 Jeffrey StedfastAdded Latin1 support to giconv
2011-04-20 Jeffrey StedfastIgnore generated files
2011-04-20 Jeffrey StedfastImplemented g_iconv() w/ needing libiconv
2011-04-20 Jeffrey StedfastHelp ajorg dist
2011-04-20 Jeffrey StedfastFixed g_utf8_to_ucs4_fast()
2011-04-20 Jeffrey StedfastFixed g_unichar_to_utf8()
2011-04-19 Geoff NortonActually include the m4 files in aclocal as well
2011-04-19 Larry EwingImplement g_utf8*prev_char and add the negative case...
next