Remove alleged support for last-millennium Unixes
[platform/upstream/glib.git] / glib / gutils.c
2013-11-20 Dan WinshipRemove alleged support for last-millennium Unixes
2013-11-20 Dan WinshipRemove alleged support for BeOS
2013-11-20 Dan WinshipRemove alleged support for OS/2
2013-10-19 Djalal Harounigutils: fix redundant-decls of g_init_user_config_dir()
2013-09-29 John RallsFix the -Werror=format-nonliteral fixes for older GCCs
2013-09-29 John RallsMore -Werror=format-nonliteral fixes
2013-08-04 Ryan Lortieg_get_tmp_dir(): Clean up envars
2013-05-21 Dan WinshipUse 'dumb quotes' rather than `really dumb quotes'
2013-04-17 Robert Braggutils: avoid redundant set/endpwent around getpwuid
2013-04-16 Sebastian DrögeFix compilation on Android with the bionic C library
2013-02-20 Ryan Lortiegutils: stop g_get_home_dir() from reading passwd
2013-02-20 Ryan Lortiegutils: replace direct references to g_home_dir
2013-02-20 Ryan Lortiegutils: split out g_get_tmp_dir()
2013-02-20 Ryan Lortiegutils: split out g_get_host_name()
2013-02-20 Ryan Lortiewin32: Drop old codepage ABI from gutils.c
2013-01-18 Ryan LortieRemove a few more G_GNUC_INTERNAL users
2013-01-13 Benjamin OtteAPI: Constify g_get_prgname()
2012-12-06 Ryan Lortieg_get_home_dir(): honour $HOME
2012-11-28 Sebastian DrögeRevert "Fix compilation on Android with the bionic...
2012-11-28 Sebastian DrögeFix compilation on Android with the bionic C library
2012-11-15 Dan Winshipwin32: misc warning fixes
2012-11-05 Ryan LortieAdd a translator comment about 'KB'
2012-11-02 Colin Waltersg_check_setuid: Include glib-private.h
2012-09-13 Colin WaltersCVE-2012-3524: Hardening for being run in a setuid...
2012-08-22 Colin WaltersFix regression when TMPDIR/TMP are unset
2012-06-15 Paolo BorelliImprove g_find_program_in_path documentation
2012-06-01 Marc-Antoine Perennouglib: fix g_reload_user_special_dirs_cache
2012-05-17 Ravi Sankar Gunturglib: fix memory leaks in gutils, protocol, and strfunc...
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-27 Thomas Hindoe Paab... docs: g_atexit: do not point in a direction for where...
2011-10-20 Matthias ClasenDeprecate g_atexit
2011-10-17 Chun-wei FanMove _glib_get_locale_dir to ggettext.c
2011-10-17 Matthias Claseninclude cleanup
2011-10-17 Matthias ClasenMake things compile again
2011-10-17 Matthias ClasenReshuffle some functions between gutils and gfileutils
2011-10-17 Matthias ClasenReshuffle genviron.c
2011-10-16 Matthias ClasenMove charset and locale name functions to their own...
2011-10-16 Matthias ClasenMove version APIs out of gutils
2011-10-16 Matthias ClasenMove g_get_codeset next to g_get_charset
2011-10-15 Matthias ClasenMove environment-related functions into their own files
2011-10-15 Dan Winshipgutils: Add functions for working with environment...
2011-10-13 Ryan Lortiegutils: stop using GStaticPrivate
2011-10-04 Ryan Lortiewin32 fixes from g_thread_init() deprecation
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-10-04 Ryan LortieClean up process of calling g_debug_init()
2011-10-02 Matthias ClasenMove all hash functions to ghash.c
2011-09-27 Dan WinshipAdd thread-safety warnings to the g_setenv() and g_unse...
2011-09-21 Ryan LortieRework GMutex and GCond APIs
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Ryan LortieClean up l10n threading stuff
2011-08-29 Matthias ClasenSpelling fixes
2011-07-18 Matthias ClasenMove version docs inline
2011-06-09 Ryan LortieRemove all uses of G_CONST_RETURN
2011-06-09 Matthias ClasenMove gutils docs inline
2011-06-07 Giovanni Campagnagutils, gspawn: fix introspection annotations
2011-06-07 Colin Waltersg_get_user_data_dir(): Don't warn if XDG_RUNTIME_DIR...
2011-05-31 Colin Waltersgutils.c: Annotation fixes
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-03-15 Emmanuele BassiRevert "Remove all uses of G_CONST_RETURN"
2011-03-15 Ryan LortieRemove all uses of G_CONST_RETURN
2011-03-13 Owen W. TaylorCorrect internal definition of C_()
2011-02-19 Tor LillqvistExport _glib_get_locale_dir() as it is now used in...
2011-01-28 Matthias ClasenMake load_user_special_dirs() resistant to nonexistent...
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
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
next