Imported Upstream version 2.67.2
[platform/upstream/glib.git] / glib / gutils.c
2011-01-05 Christian PerschAdd g_get_locale_variants()
2011-01-05 Christian PerschMake _g_compute_locale_variants return a char** directly
2010-11-29 Matthias ClasenUpdate NEWS
2010-11-06 Ryan Lortieg_get_user_runtime_dir(): New function
2010-11-04 Tor LillqvistClarify docs for g_path_is_absolute() semantics on...
2010-10-29 Ryan LortieAdd g_get_environ(): portable access to 'environ'
2010-10-18 Tor LillqvistUse CSIDL_LOCAL_APPDATA on Windows
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-06 Tor LillqvistFix build on Windows and possibly other non-Linux platforms
2010-09-05 Matthias ClasenMore header inclusion cleanup
2010-09-02 Tor LillqvistRecuce DLL hijack risk on Windows
2010-08-26 Matthias ClasenGuarantee that g_get_tmp_dir () doesn't return an empty...
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-10 Tor LillqvistPlug memory leak on Windows
2010-06-06 Javier Jardón[docs] Improve the g_get_system_config_dirs() docs.
2010-06-06 Javier Jardón[docs] Improve the g_get_system_data_dirs() docs.
2010-06-06 Javier Jardón[docs] Improve the g_get_user_cache_dir() docs
2010-06-06 Javier Jardón[docs] Improve the g_get_user_data_dir() docs
2010-06-05 Javier Jardón[docs] Improve the g_get_user_config_dir() docs a bit
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-12-21 Matthias ClasenRevert the g_set_prgname change
2009-10-23 Sven Herzbergmake sure g_set_prgname() gets called only once
2009-06-15 Alexander LarssonAdd g_reload_user_special_dirs_cache (#541276)
2009-04-27 David ZeuthenBug 580453 – Hash and equal functions for gint64 and...
2009-02-23 Tor LillqvistBug 570501 - g_win32_get_system_data_dirs uses invalid...
2008-11-29 Behdad EsfahbodBug 562639 – g_parse_debug_flags() parsing "help"
2008-11-28 Matthias ClasenBug 559110 – Do not include libintl.h after glibintl.h
2008-09-19 Tor Lillqvistglib/gutils.c (_glib_get_dll_directory) Be a bit less...
2008-09-02 Matthias ClasenFix up docs
2008-07-27 Tor Lillqvistglib/glib.symbols glib/gconvert.c glib/gdir.c glib...
2008-06-11 Behdad EsfahbodBug 503071 – Application direction changes to right...
2008-06-11 Matthias ClasenImprove the docs
2008-05-20 14:31:18 Tim JanikBug 503071 - Application direction changes to right...
2008-05-12 Tor LillqvistBug 530457 - G_USER_DIRECTORY_DOWNLOAD folder improperl...
2008-05-11 Yair HershkovitzBug 503071 - Application direction changes to right...
2008-04-03 Tor LillqvistDon't enforce shared library build only on Windows...
2008-03-31 Matthias ClasenSimple fixes to help building GLib on embedded systems...
2008-02-24 Tor LillqvistNew internal function.
2008-02-24 Tor LillqvistMention G_WIN32_DLLMAIN_FOR_DLL_NAME() will be deprecat...
2008-02-17 Hans Breuerdefine CSIDL_MYPICTURES if not available use G_STRFUNC...
2008-01-30 Wouter BolsterleeFixed gtk-doc warnings by updating the documentation...
2007-12-16 Mathias HasselmannAllow NULL strings in g_parse_debug_string. (#503862...
2007-11-28 Matthias ClasenFix up some doc comments, avoid C99 comments
2007-11-28 Alexander LarssonAdd in the new symbols
2007-11-26 Tor LillqvistUse either lib/locale or share/locale depending on...
2007-11-26 Alexander Larssongio/ docs/reference/gio Merged gio-standalone into...
2007-11-25 Matthias ClasenRequire gtk-doc 1.8.
2007-11-09 Matthias ClasenFix the doc wording. (#491957, Areg Beketovski)
2007-10-22 Tor LillqvistPlug small one-time leak on Windows. (#488068, Daniel...
2007-08-01 Tor LillqvistDrop leftover use of a union.
2007-06-18 Matthias ClasenMore docs
2007-06-18 Matthias ClasenPrevent segfaults on long paths. (#447935, Robby Griffin)
2007-06-11 Emmanuele BassiRemove the cache expiration logic: it makes g_get_user_...
2007-06-06 Matthias ClasenFix a thinko
2007-06-06 Tor LillqvistAdd definitions for more CSIDL_* constants in case...
2007-06-06 Matthias ClasenFall back to $HOME/Desktop for the DESKTOP directory...
2007-06-05 Matthias ClasenDon't deadlock when running with threads. (#444121...
2007-06-04 Matthias ClasenAdd support for a number of special directories, as...
2007-01-12 Matthias ClasenImprove docs
2006-12-28 Tor Lillqvist: Use only the wide character API here, too.
2006-12-28 Matthias ClasenConsistently use gsize rather than size_t. (#333310...
2006-09-01 Tor LillqvistCorrect C99ism (mixed declarations and code) in Win32...
2006-08-29 Tor LillqvistRemove support for Windows 9x/ME, as will be done also...
2006-07-06 Behdad EsfahbodWhen matching debug flag keys, ignore case and accept...
2006-06-13 Tor LillqvistAdd Windows notes to doc comment.
2006-05-10 Sebastian WilhelmiRenamed to glib/gthreadprivate.h and moved system threa...
2006-03-14 Matthias ClasenDon't read past the end of the string. (#334471, Morten...
2006-03-01 Tor LillqvistSeparate implementation on Win32: Use the wide characte...
2006-01-23 Tim Janikwiped out all the wonderfull G_OS_WIN32 code i wrote...
2006-01-23 Tim Janikinitialize GSlice config from G_SLICE environemtn varia...
2005-12-30 Matthias ClasenFix a copy-and-paste error in the docs. (#325273, Decla...
2005-12-05 Matthias ClasenAdd versioned deprecation information
2005-12-04 Matthias ClasenHandle multiple user names with the same UID better...
2005-08-31 Tor LillqvistWrapping atexit() is a bad idea on Windows, where the...
2005-08-24 Matthias ClasenFix the crt_externs.h include
2005-08-17 Matthias ClasenCheck for crt_externs.h and _NSGetEnviron.
2005-08-17 Stepan KasalMove the body of the big if... (g_get_any_init_do)...
2005-08-10 Tor LillqvistUse "localhost" as fallback for g_get_host_name(),...
2005-08-09 Matthias ClasenInitialize variables to not make gcc nervous.
2005-08-03 Ross BurtonSmall doc updates
2005-07-10 Matthias ClasenIgnore anomalous environment entries which are not...
2005-06-30 Matthias ClasenApply a patch which may make GLib work on BeOS again...
2005-06-22 Tor LillqvistAdd Since: 2.8 to g_get_host_name().
2005-06-22 Tor LillqvistNew function. Returns the machine's name, or one of...
2005-06-08 Tor LillqvistNew helper function on Win32, returns the root of the...
2005-05-01 Matthias ClasenFix some typos
2005-04-27 Tor LillqvistDon't call g_set_error() unless the GError pointer...
2005-04-09 Tor LillqvistInclude <process.h> on Win32 for getpid(). (#173094)
2005-04-08 Tor LillqvistImprove g_get_system_data_dirs() on Windows. A library...
2005-04-08 Tor LillqvistNot used on Windows. (unalias_lang): Don't do anything...
2005-04-08 5Declare glib_top_share_dir and exe_top_share_dir only...
2005-04-08 Tor LillqvistAfter investigating more closely the actual use cases...
2005-03-23 Tor Lillqvist[Win32] Fix corner case bug when environment variable...
2005-03-20 Tor Lillqvistglib/gmessages.c (g_log_default_handler) Move the Win32...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Tor Lillqvist[Win32] Don't leak return value from get_special_folder...
next