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-02-08Do not distribute eglib-config.hHib Eris
2011-02-08Use _vscprintf() for mingw-w64 compilersHib Eris
2011-02-08Include sys/types.h for pid_t on mingw. Fixes #670076.Zoltan Varga
2011-01-12Fix broken g_int_hash/g_int_equal semanticsChristian Hergert
2011-01-09[eglib] Another bug fix for g_shell_parseMiguel de Icaza
2011-01-09[eglib] Add more tests for the g_shell_parseMiguel de Icaza
2011-01-07Ignore more filesMarek Safar
2010-12-22Add some missing files needed for windows to the tarballGeoff Norton
2010-12-02Include alloca.h into glib.h if needed.Zoltan Varga
2010-11-22Fix g_hash_table_remove_all ().Zoltan Varga
2010-11-18Fix g_dir_open et al for windows.Gonzalo Paniagua Javier
2010-11-17User name and home directory initializationGonzalo Paniagua Javier
2010-11-17Get the user name from the UID not the USER envGonzalo Paniagua Javier
2010-11-14Remove the unused and incomplete CMake build scripts for now.Zoltan Varga
2010-11-12Fix the definition of G_BREAKPOINT on x86 when cross compiling.Zoltan Varga
2010-11-12Use dolt for eglib too.Zoltan Varga
2010-11-10[OSX] Disabled eglib tests build by defaultGeoff Norton
2010-10-24Add a g_hash_iter symbols to the eglib remapper.Zoltan Varga
2010-10-23Use int 3 as G_BREAKPOINT on x86-64 too. Hopefully fixes #648838.Zoltan Varga
2010-10-22Use locale_charset() from iconv which will use nl_langinfo (CODESET) anyways ...Zoltan Varga
2010-10-22Fix test compilation with older glibs.Zoltan Varga
2010-10-22Implement GHashTable iterators.Zoltan Varga
2010-10-21Fix typoGonzalo Paniagua Javier
2010-10-15Fix warnings by defining GNU_SOURCE in eglib's configure.Zoltan Varga
2010-10-15Add -g to eglib cflags.Zoltan Varga
2010-10-14Avoid a crash in g_convert () if iconv_open () fails.Zoltan Varga
2010-10-08Fix a warning.Zoltan Varga
2010-10-08eglib: Make g_malloc and friends abort in case of failure (like glib does)Rolf Bjarne Kvinge
2010-10-06Avoid warningGonzalo Paniagua Javier
2010-10-04Fix the handling of varargs in g_set_error ().Zoltan Varga
2010-09-29Remap more eglib symbolsRolf Bjarne Kvinge
2010-09-23Don't link against missing libiconv on windows.Hib Eris
2010-09-13Fix a warning.Rodrigo Kumpera
2010-09-12Implement GByteArray, g_hash_table_remove_all, g_queue_foreach and some missi...Geoff Norton
2010-09-11Remove -Werror from the eglib tests too.Zoltan Varga
2010-09-11Fix the windows buildGonzalo Paniagua Javier
2010-09-10[Fix] Correct fix for the g_shell_parse_argv bugMiguel de Icaza
2010-09-10[Fix] Allow escape characters inside quoted text, and do not let nested quote...Miguel de Icaza
2010-09-08Add tests for g_strdupvGonzalo Paniagua Javier
2010-09-08Add a few more remaps.Zoltan Varga
2010-09-08Remap g_strdupv too.Zoltan Varga
2010-09-04Fix return value of items_readGonzalo Paniagua Javier
2010-08-28Add a g_hash_table_print_stats () helper function.Zoltan Varga
2010-08-28Optimize g_utf8_to_utf16 for the common case of ASCII strings.Zoltan Varga
2010-08-20No more warnings building eglib.Gonzalo Paniagua Javier
2010-08-20eglib build is now 'quiet' by defaultGonzalo Paniagua Javier
2010-08-20Don't return malloc-ed memory from g_get_charset ().Zoltan Varga
2010-08-18Fix handling of stdio in g_spawn_async_with_pipes ().Zoltan Varga
2010-08-09Ignore a few more files.Gonzalo Paniagua Javier
2010-08-09Add dummy implementation of g_module functions for NACL.Elijah Taylor