Remove warnings
[mono.git] / eglib /
2011-04-12 Jeffrey StedfastImplemented g_mkdir_with_parents() for unix
2011-04-12 Jeffrey StedfastImplemented a bunch of unicode functions for eglib
2011-04-12 Marek Habersack[eglib] Added the g_string_append_vprintf function
2011-04-10 Jeffrey StedfastD'oh, forgot to add g_hash_table_steal() to glib.h
2011-04-10 Jeffrey StedfastImplemented g_hash_table_steal()
2011-04-09 Jeffrey StedfastOptimized by reducing compares and faster SWAP() routine
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Gonzalo Paniagua... Remove printf
2011-04-08 Miguel de IcazaRevert broken patch 34f18b68 that caused random bugs...
2011-04-08 Miguel de IcazaAdd test to prevent future problems, this fixes the...
2011-04-06 Chris Toshokadd some #defines for methods moonlight uses
2011-04-06 Gonzalo Paniagua... [eglib] The last argument can be empty and quoted.
2011-04-04 Jeffrey StedfastHuge optimization to eglib qsort_with_data()
2011-04-01 Jeffrey StedfastMinor fixes to qsort_with_data()
2011-04-01 Gonzalo Paniagua... [eglib] add missing declaration.
2011-04-01 Jeffrey StedfastCalculate proper stack size for qsort
2011-04-01 Jeffrey StedfastImplemented non-recursive qsort w/ insertion-sort fallback
2011-04-01 Jeffrey StedfastSoptimize qsort by re-ordering while-loop qualifiers
2011-03-31 Jeffrey StedfastImplemented g_qsort_with_data using Quicksort
2011-03-31 Gonzalo Paniagua... [eglib] Implement g_ptr_array_sort_with_data()
2011-03-29 Gonzalo Paniagua... Fix vasprintf() for empty strings.
2011-03-22 Gonzalo Paniagua... [windows] Wrong LoadLibrary being called.
2011-03-22 Gonzalo Paniagua... [windows] Get rid of a lot of warnings
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-18 Zoltan VargaUse stdint.h in eglib when using VS 2010.
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
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-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
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.
next