summaryrefslogtreecommitdiff
path: root/glib/gutils.c
Commit message (Expand)AuthorAgeFilesLines
* Use "localhost" as fallback for g_get_host_name(), not "unknown".Tor Lillqvist2005-08-101-3/+3
* Initialize variables to not make gcc nervous.Matthias Clasen2005-08-091-4/+4
* Small doc updatesRoss Burton2005-08-031-0/+2
* Ignore anomalous environment entries which are not of the formMatthias Clasen2005-07-101-3/+5
* Apply a patch which may make GLib work on BeOS again. (#309157, KianMatthias Clasen2005-06-301-1/+1
* Add Since: 2.8 to g_get_host_name().Tor Lillqvist2005-06-221-0/+2
* New function. Returns the machine's name, or one of its names. DocumentTor Lillqvist2005-06-221-0/+46
* New helper function on Win32, returns the root of the drive (or possiblyTor Lillqvist2005-06-081-15/+26
* Fix some typosMatthias Clasen2005-05-011-1/+1
* Don't call g_set_error() unless the GError pointer is non-NULL. ThisTor Lillqvist2005-04-271-7/+30
* Include <process.h> on Win32 for getpid(). (#173094)Tor Lillqvist2005-04-091-0/+1
* Improve g_get_system_data_dirs() on Windows. A library that callsTor Lillqvist2005-04-081-65/+197
* Not used on Windows. (unalias_lang): Don't do anything on Windows, thereTor Lillqvist2005-04-081-0/+6
* Declare glib_top_share_dir and exe_top_share_dir only in G_OS_WIN32.52005-04-081-1/+2
* After investigating more closely the actual use cases of this function, ITor Lillqvist2005-04-081-10/+47
* [Win32] Fix corner case bug when environment variable value is exactly oneTor Lillqvist2005-03-231-0/+4
* glib/gmessages.c (g_log_default_handler) Move the Win32 code that asks theTor Lillqvist2005-03-201-0/+32
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* [Win32] Don't leak return value from get_special_folder(). (#169348,Tor Lillqvist2005-03-091-16/+64
* Mark the last paragraph of the docs as Windows-specific. (#169433)Matthias Clasen2005-03-071-3/+3
* New function to list all environment variables. (#166327, Hans PetterMatthias Clasen2005-02-081-2/+32
* Move doc comments inline.Matthias Clasen2005-02-021-16/+194
* Don't return directories. (#160738, Tommi Komulainen)Matthias Clasen2005-01-031-10/+12
* Clarify the docs. (#162747, Crispin Flowerday)Matthias Clasen2005-01-031-4/+5
* Make the g_getenv() ABI backward compatibility wrapper more robust.Tor Lillqvist2005-01-011-2/+6
* glib/glib.symbols glib/gutils.h Make also g_getenv(), g_setenv(),Tor Lillqvist2005-01-011-220/+508
* Use GetCurrentDirectory() directly for simpler buffer length management. ITor Lillqvist2004-12-301-16/+32
* Require UNC paths to start with exactly two slashes. (g_get_current_dir):Tor Lillqvist2004-12-301-7/+66
* Update the returned value after locale changes. (#160271, ChristianMatthias Clasen2004-12-071-12/+46
* Don't forget to initialize g_system_config_dirs. (#160213, FredericMatthias Clasen2004-12-021-0/+2
* glib/gutils.[hc] [Win32] Make also g_get_user_name() and g_get_real() nameTor Lillqvist2004-11-281-31/+122
* Work around an bug in Mac OS < 10.3. (#156446, Dave MacLachlan)Matthias Clasen2004-11-071-1/+4
* glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.cMatthias Clasen2004-11-011-1/+1
* updated [and finally fixed my script to produce ready to go de-in(ed)Hans Breuer2004-10-291-10/+20
* Introduce the idea of a filename encoding, which is *literally* theMatthias Clasen2004-10-271-0/+66
* Don't include ctype.h needlessly. (#156424, Morten Welinder)Matthias Clasen2004-10-261-4/+1
* Add a parser for desktop entries and similar files with a .ini-likeMatthias Clasen2004-10-231-3/+3
* Make public. (#155589, Tim-Philipp Müller)Matthias Clasen2004-10-171-7/+0
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Clarify the relation of g_get_home_dir() and $HOME.Matthias Clasen2004-09-091-6/+0
* On Win32, as last resort call g_win32_getlocale() to get the currentTor Lillqvist2004-09-081-0/+12
* Add a function to return a list of applicable locale names. (#95587,Matthias Clasen2004-09-071-0/+291
* Win32 equivalences of the XDG foldersTor Lillqvist2004-08-251-18/+80
* Don't call g_get_home_dir() while holding the g_utils_global lock, simplyMatthias Clasen2004-08-231-4/+19
* Add new XDG basedir API (bug 139973).Ray Strode2004-08-111-0/+205
* updatedHans Breuer2004-08-061-0/+6
* strdup result so caller doesn't free internally managed memory.Ray Strode2004-08-051-2/+2
* New function to check the version of GLib at runtime. (#149175, MichaelMatthias Clasen2004-08-031-0/+47
* Check home for being NULL. (#143812)Tor Lillqvist2004-06-061-1/+1
* [Win32] Only believe HOME if it is an absolute path and exists. (#138618)Tor Lillqvist2004-05-151-1/+7