| Commit message (Expand) | Author | Age | Files | Lines |
* | Use "localhost" as fallback for g_get_host_name(), not "unknown". | Tor Lillqvist | 2005-08-10 | 1 | -3/+3 |
* | Initialize variables to not make gcc nervous. | Matthias Clasen | 2005-08-09 | 1 | -4/+4 |
* | Small doc updates | Ross Burton | 2005-08-03 | 1 | -0/+2 |
* | Ignore anomalous environment entries which are not of the form | Matthias Clasen | 2005-07-10 | 1 | -3/+5 |
* | Apply a patch which may make GLib work on BeOS again. (#309157, Kian | Matthias Clasen | 2005-06-30 | 1 | -1/+1 |
* | Add Since: 2.8 to g_get_host_name(). | Tor Lillqvist | 2005-06-22 | 1 | -0/+2 |
* | New function. Returns the machine's name, or one of its names. Document | Tor Lillqvist | 2005-06-22 | 1 | -0/+46 |
* | New helper function on Win32, returns the root of the drive (or possibly | Tor Lillqvist | 2005-06-08 | 1 | -15/+26 |
* | Fix some typos | Matthias Clasen | 2005-05-01 | 1 | -1/+1 |
* | Don't call g_set_error() unless the GError pointer is non-NULL. This | Tor Lillqvist | 2005-04-27 | 1 | -7/+30 |
* | Include <process.h> on Win32 for getpid(). (#173094) | Tor Lillqvist | 2005-04-09 | 1 | -0/+1 |
* | Improve g_get_system_data_dirs() on Windows. A library that calls | Tor Lillqvist | 2005-04-08 | 1 | -65/+197 |
* | Not used on Windows. (unalias_lang): Don't do anything on Windows, there | Tor Lillqvist | 2005-04-08 | 1 | -0/+6 |
* | Declare glib_top_share_dir and exe_top_share_dir only in G_OS_WIN32. | 5 | 2005-04-08 | 1 | -1/+2 |
* | After investigating more closely the actual use cases of this function, I | Tor Lillqvist | 2005-04-08 | 1 | -10/+47 |
* | [Win32] Fix corner case bug when environment variable value is exactly one | Tor Lillqvist | 2005-03-23 | 1 | -0/+4 |
* | glib/gmessages.c (g_log_default_handler) Move the Win32 code that asks the | Tor Lillqvist | 2005-03-20 | 1 | -0/+32 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-14 | 1 | -1/+4 |
* | [Win32] Don't leak return value from get_special_folder(). (#169348, | Tor Lillqvist | 2005-03-09 | 1 | -16/+64 |
* | Mark the last paragraph of the docs as Windows-specific. (#169433) | Matthias Clasen | 2005-03-07 | 1 | -3/+3 |
* | New function to list all environment variables. (#166327, Hans Petter | Matthias Clasen | 2005-02-08 | 1 | -2/+32 |
* | Move doc comments inline. | Matthias Clasen | 2005-02-02 | 1 | -16/+194 |
* | Don't return directories. (#160738, Tommi Komulainen) | Matthias Clasen | 2005-01-03 | 1 | -10/+12 |
* | Clarify the docs. (#162747, Crispin Flowerday) | Matthias Clasen | 2005-01-03 | 1 | -4/+5 |
* | Make the g_getenv() ABI backward compatibility wrapper more robust. | Tor Lillqvist | 2005-01-01 | 1 | -2/+6 |
* | glib/glib.symbols glib/gutils.h Make also g_getenv(), g_setenv(), | Tor Lillqvist | 2005-01-01 | 1 | -220/+508 |
* | Use GetCurrentDirectory() directly for simpler buffer length management. I | Tor Lillqvist | 2004-12-30 | 1 | -16/+32 |
* | Require UNC paths to start with exactly two slashes. (g_get_current_dir): | Tor Lillqvist | 2004-12-30 | 1 | -7/+66 |
* | Update the returned value after locale changes. (#160271, Christian | Matthias Clasen | 2004-12-07 | 1 | -12/+46 |
* | Don't forget to initialize g_system_config_dirs. (#160213, Frederic | Matthias Clasen | 2004-12-02 | 1 | -0/+2 |
* | glib/gutils.[hc] [Win32] Make also g_get_user_name() and g_get_real() name | Tor Lillqvist | 2004-11-28 | 1 | -31/+122 |
* | Work around an bug in Mac OS < 10.3. (#156446, Dave MacLachlan) | Matthias Clasen | 2004-11-07 | 1 | -1/+4 |
* | glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.c | Matthias Clasen | 2004-11-01 | 1 | -1/+1 |
* | updated [and finally fixed my script to produce ready to go de-in(ed) | Hans Breuer | 2004-10-29 | 1 | -10/+20 |
* | Introduce the idea of a filename encoding, which is *literally* the | Matthias Clasen | 2004-10-27 | 1 | -0/+66 |
* | Don't include ctype.h needlessly. (#156424, Morten Welinder) | Matthias Clasen | 2004-10-26 | 1 | -4/+1 |
* | Add a parser for desktop entries and similar files with a .ini-like | Matthias Clasen | 2004-10-23 | 1 | -3/+3 |
* | Make public. (#155589, Tim-Philipp Müller) | Matthias Clasen | 2004-10-17 | 1 | -7/+0 |
* | Implement the same PLT reduction technique used in GTK+: | Matthias Clasen | 2004-09-16 | 1 | -0/+1 |
* | Clarify the relation of g_get_home_dir() and $HOME. | Matthias Clasen | 2004-09-09 | 1 | -6/+0 |
* | On Win32, as last resort call g_win32_getlocale() to get the current | Tor Lillqvist | 2004-09-08 | 1 | -0/+12 |
* | Add a function to return a list of applicable locale names. (#95587, | Matthias Clasen | 2004-09-07 | 1 | -0/+291 |
* | Win32 equivalences of the XDG folders | Tor Lillqvist | 2004-08-25 | 1 | -18/+80 |
* | Don't call g_get_home_dir() while holding the g_utils_global lock, simply | Matthias Clasen | 2004-08-23 | 1 | -4/+19 |
* | Add new XDG basedir API (bug 139973). | Ray Strode | 2004-08-11 | 1 | -0/+205 |
* | updated | Hans Breuer | 2004-08-06 | 1 | -0/+6 |
* | strdup result so caller doesn't free internally managed memory. | Ray Strode | 2004-08-05 | 1 | -2/+2 |
* | New function to check the version of GLib at runtime. (#149175, Michael | Matthias Clasen | 2004-08-03 | 1 | -0/+47 |
* | Check home for being NULL. (#143812) | Tor Lillqvist | 2004-06-06 | 1 | -1/+1 |
* | [Win32] Only believe HOME if it is an absolute path and exists. (#138618) | Tor Lillqvist | 2004-05-15 | 1 | -1/+7 |