summaryrefslogtreecommitdiff
path: root/glib/gutils.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-19Deprecate g_atexitMatthias Clasen1-0/+3
2011-10-18Move _glib_get_locale_dir to ggettext.cChun-wei Fan1-50/+0
2011-10-17include cleanupMatthias Clasen1-4/+0
2011-10-17Make things compile againMatthias Clasen1-62/+1
2011-10-17Reshuffle some functions between gutils and gfileutilsMatthias Clasen1-428/+251
2011-10-17Reshuffle genviron.cMatthias Clasen1-49/+0
2011-10-16Move charset and locale name functions to their own filesMatthias Clasen1-363/+0
2011-10-16Move version APIs out of gutilsMatthias Clasen1-93/+0
2011-10-15Move g_get_codeset next to g_get_charsetMatthias Clasen1-18/+0
2011-10-15Move environment-related functions into their own filesMatthias Clasen1-590/+1
2011-10-15gutils: Add functions for working with environment arraysDan Winship1-27/+177
2011-10-13gutils: stop using GStaticPrivateRyan Lortie1-3/+3
2011-10-04win32 fixes from g_thread_init() deprecationRyan Lortie1-22/+1
2011-10-04Deprecate g_thread_init()Ryan Lortie1-95/+0
2011-10-04Clean up process of calling g_debug_init()Ryan Lortie1-6/+10
2011-10-02Move all hash functions to ghash.cMatthias Clasen1-150/+3
2011-09-27Add thread-safety warnings to the g_setenv() and g_unsetenv() docsDan Winship1-2/+20
2011-09-21Rework GMutex and GCond APIsRyan Lortie1-0/+3
2011-09-09Clean up l10n threading stuffRyan Lortie1-13/+6
2011-08-29Spelling fixesMatthias Clasen1-1/+1
2011-07-17Move version docs inlineMatthias Clasen1-0/+40
2011-06-09Remove all uses of G_CONST_RETURNRyan Lortie1-28/+28
2011-06-08Move gutils docs inlineMatthias Clasen1-0/+59
2011-06-07gutils, gspawn: fix introspection annotationsGiovanni Campagna1-3/+3
2011-06-07g_get_user_data_dir(): Don't warn if XDG_RUNTIME_DIR isn't setColin Walters1-4/+0
2011-05-31gutils.c: Annotation fixesColin Walters1-6/+6
2011-03-15Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi1-28/+28
2011-03-15Remove all uses of G_CONST_RETURNRyan Lortie1-28/+28
2011-03-12Correct internal definition of C_()Owen W. Taylor1-13/+43
2011-02-20Export _glib_get_locale_dir() as it is now used in gio, tooTor Lillqvist1-1/+1
2011-01-27Make load_user_special_dirs() resistant to nonexistent dirsMatthias Clasen1-8/+18
2011-01-05Add g_get_locale_variants()Christian Persch1-1/+22
2011-01-05Make _g_compute_locale_variants return a char** directlyChristian Persch1-32/+40
2010-11-29Update NEWSMatthias Clasen1-3/+5
2010-11-06g_get_user_runtime_dir(): New functionRyan Lortie1-0/+49
2010-11-04Clarify docs for g_path_is_absolute() semantics on WindowsTor Lillqvist1-5/+26
2010-10-28Add g_get_environ(): portable access to 'environ'Ryan Lortie1-0/+39
2010-10-18Use CSIDL_LOCAL_APPDATA on WindowsTor Lillqvist1-8/+10
2010-09-06Fix build on Windows and possibly other non-Linux platformsTor Lillqvist1-0/+6
2010-09-05More header inclusion cleanupMatthias Clasen1-1/+9
2010-09-02Recuce DLL hijack risk on WindowsTor Lillqvist1-2/+4
2010-08-25Guarantee that g_get_tmp_dir () doesn't return an empty stringMatthias Clasen1-6/+6
2010-07-07glib/: fully remove galias hacksRyan Lortie1-4/+0
2010-06-10Plug memory leak on WindowsTor Lillqvist1-2/+5
2010-06-06[docs] Improve the g_get_system_config_dirs() docs.Javier Jardón1-2/+10
2010-06-06[docs] Improve the g_get_system_data_dirs() docs.Javier Jardón1-1/+2
2010-06-06[docs] Improve the g_get_user_cache_dir() docsJavier Jardón1-2/+8
2010-06-06[docs] Improve the g_get_user_data_dir() docsJavier Jardón1-2/+6
2010-06-05[docs] Improve the g_get_user_config_dir() docs a bitJavier Jardón1-2/+8
2009-12-21Revert the g_set_prgname changeMatthias Clasen1-9/+2