Merge branch 'master' of github.com:/mono/mono
[mono.git] / eglib /
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...
2011-04-19 Jeffrey StedfastModernize eglib/libgc automake/conf fu
2011-04-19 Jeffrey StedfastMore auto* fixes and moved dolt macros to m4/dolt.m4
2011-04-19 Jeffrey StedfastUpdated the build system
2011-04-19 Jeffrey StedfastFixed autogen.sh and optimized some string funcs
2011-04-19 Jeffrey StedfastFixed libiconv checks
2011-04-18 Chris Toshokadd implementation for stpcpy
2011-04-18 Jeffrey StedfastImplemented g_iconv*() functions w/ cache
2011-04-18 Chris Toshokit's valid to pass NULLs to g_hash_table_lookup_extende...
2011-04-18 Chris ToshokImplement g_byte_array_* in terms of GArray
2011-04-18 Chris ToshokImplement 99% of what moonlight needs to run on 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.
next