[xbuild] Allow skipping target framework moniker lookup.
[mono.git] / eglib /
2011-03-18 Zoltan VargaUse stdint.h in eglib when using VS 2010.
2011-03-16 Gonzalo Paniagua... Fix g_get_charset for windows.
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-09 Levi Bard[Fix] Make path building on windows behave the same...
2011-02-23 Hib ErisFix gsize for 64-bit Windows
2011-02-23 jonchamAdd check around unistd.h include to fix windows build.
2011-02-23 Miguel de IcazaAvoid warnings, should fix OpenSUSE builds
2011-02-22 Zoltan VargaAdd a G_UNLIKELY to g_assert ().
2011-02-19 Zoltan VargaRevert "[Win64] Compilation fix for eglib in win64"
2011-02-19 Gonzalo Paniagua... [eglib] Move definition of GPid to eglib-config.h
2011-02-19 Gonzalo Paniagua... [Win64] Compilation fix for eglib in win64
2011-02-18 Gonzalo Paniagua... Avoid 'comparison always true...'
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Rodrigo KumperaAvoid an infinite loop on broken utf16.
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-10 Zoltan VargaMerge branch 'mips-vm-fixes' of https://github.com...
2011-02-10 Zoltan VargaInclude malloc.h under windows for alloca in glib.h.
2011-02-08 Hib ErisDo not distribute eglib-config.h
2011-02-08 Hib ErisUse _vscprintf() for mingw-w64 compilers
2011-02-07 Zoltan VargaInclude sys/types.h for pid_t on mingw. Fixes #670076.
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-12 Christian HergertFix broken g_int_hash/g_int_equal semantics
2011-01-09 Miguel de Icaza[eglib] Another bug fix for g_shell_parse
2011-01-09 Miguel de Icaza[eglib] Add more tests for the g_shell_parse
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
2011-01-07 Marek SafarIgnore more files
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2010-12-22 Geoff NortonAdd some missing files needed for windows to the tarball
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-02 Zoltan VargaInclude alloca.h into glib.h if needed.
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Zoltan VargaFix g_hash_table_remove_all ().
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-18 Gonzalo Paniagua... Fix g_dir_open et al for windows.
2010-11-17 Gonzalo Paniagua... User name and home directory initialization
2010-11-17 Gonzalo Paniagua... Get the user name from the UID not the USER env
2010-11-14 Zoltan VargaRemove the unused and incomplete CMake build scripts...
2010-11-12 Zoltan VargaFix the definition of G_BREAKPOINT on x86 when cross...
2010-11-11 Zoltan VargaUse dolt for eglib too.
2010-11-10 Geoff Norton[OSX] Disabled eglib tests build by default
2010-10-24 Zoltan VargaAdd a g_hash_iter symbols to the eglib remapper.
2010-10-23 Zoltan VargaUse int 3 as G_BREAKPOINT on x86-64 too. Hopefully...
2010-10-22 Zoltan VargaUse locale_charset() from iconv which will use nl_langi...
2010-10-22 Zoltan VargaFix test compilation with older glibs.
2010-10-22 Zoltan VargaImplement GHashTable iterators.
2010-10-21 Gonzalo Paniagua... Fix typo
2010-10-15 Zoltan VargaFix warnings by defining GNU_SOURCE in eglib's configure.
2010-10-14 Zoltan VargaAdd -g to eglib cflags.
2010-10-14 Zoltan VargaAvoid a crash in g_convert () if iconv_open () fails.
2010-10-08 Zoltan VargaFix a warning.
2010-10-07 Rolf Bjarne Kvingeeglib: Make g_malloc and friends abort in case of failu...
2010-10-06 Gonzalo Paniagua... Avoid warning
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-03 Zoltan VargaFix the handling of varargs in g_set_error ().
2010-09-28 Rolf Bjarne KvingeRemap more eglib symbols
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-22 Hib ErisDon't link against missing libiconv on windows.
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-13 Rodrigo KumperaFix a warning.
2010-09-12 Geoff NortonImplement GByteArray, g_hash_table_remove_all, g_queue_...
2010-09-11 Zoltan VargaRemove -Werror from the eglib tests too.
2010-09-11 Gonzalo Paniagua... Fix the windows build
2010-09-10 Marek SafarMerge branch 'marek'
2010-09-10 Miguel de Icaza[Fix] Correct fix for the g_shell_parse_argv bug
2010-09-09 Miguel de Icaza[Fix] Allow escape characters inside quoted text, and...
2010-09-07 Gonzalo Paniagua... Add tests for g_strdupv
2010-09-07 Zoltan VargaAdd a few more remaps.
2010-09-07 Zoltan VargaRemap g_strdupv too.
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-04 Gonzalo Paniagua... Fix return value of items_read
2010-08-28 Zoltan VargaAdd a g_hash_table_print_stats () helper function.
2010-08-28 Zoltan VargaOptimize g_utf8_to_utf16 for the common case of ASCII...
2010-08-20 Gonzalo Paniagua... No more warnings building eglib.
2010-08-20 Gonzalo Paniagua... eglib build is now 'quiet' by default
2010-08-19 Zoltan VargaDon't return malloc-ed memory from g_get_charset ().
2010-08-18 Zoltan VargaFix handling of stdio in g_spawn_async_with_pipes ().
2010-08-09 Gonzalo Paniagua... Ignore a few more files.
2010-08-09 Elijah TaylorAdd dummy implementation of g_module functions for...
2010-08-07 Miguel de IcazaMerge branch 'master' of github.com:mono/mono
2010-08-07 Miguel de IcazaDo not mandate that pkg-config is installed, it is...
2010-08-02 Zoltan Varga2010-08-02 Zoltan Varga <vargaz@gmail.com>
2010-08-02 Zoltan Varga2010-08-02 Zoltan Varga <vargaz@gmail.com>
2010-07-31 tgiphilMerge branch 'master' of github.com/mono/mono
2010-07-25 Carlos Alberto CortezMerge branch 'master' of git://github.com/mono/mono
2010-07-25 Zoltan Varga2010-07-25 Zoltan Varga <vargaz@gmail.com>
2010-07-20 Zoltan Varga2010-07-20 Zoltan Varga <vargaz@gmail.com>
2010-07-19 Miguel de Icaza2010-07-19 Miguel de Icaza <miguel@novell.com>
2010-07-19 Geoff NortonForward port this
2010-07-19 Zoltan Varga2010-07-19 Zoltan Varga <vargaz@gmail.com>
2010-07-16 Gonzalo Paniagua... 2010-07-16 Gonzalo Paniagua Javier <gonzalo@novell...
2010-07-02 Zoltan Varga2010-07-02 Zoltan Varga <vargaz@gmail.com>
2010-06-30 Marek SafarFixed.
2010-06-23 Miguel de Icaza2010-06-23 Miguel de Icaza <miguel@novell.com>
2010-06-23 Jonathan PobstFix warning, which fixes msvc build.
2010-06-22 Rodrigo Kumpera2010-06-22 Rodrigo Kumpera <rkumpera@novell.com>
2010-06-18 Chris Toshok2010-06-18 Chris Toshok <toshok@ximian.com>
2010-06-17 Rolf Bjarne Kvinge2010-06-18 Rolf Bjarne Kvinge <RKvinge@novell.com>
2010-06-15 Zoltan Varga2010-06-15 Zoltan Varga <vargaz@gmail.com>
2010-05-27 Marek SafarNew tests.
next