| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the doc wording. (#491957, Areg Beketovski) | Matthias Clasen | 2007-11-09 | 1 | -0/+1 |
* | Plug small one-time leak on Windows. (#488068, Daniel Atallah) | Tor Lillqvist | 2007-10-22 | 1 | -2/+7 |
* | Drop leftover use of a union. | Tor Lillqvist | 2007-08-01 | 1 | -6/+3 |
* | More docs | Matthias Clasen | 2007-06-18 | 1 | -3/+22 |
* | Prevent segfaults on long paths. (#447935, Robby Griffin) | Matthias Clasen | 2007-06-18 | 1 | -1/+1 |
* | Remove the cache expiration logic: it makes g_get_user_special_dir() not | Emmanuele Bassi | 2007-06-11 | 1 | -74/+9 |
* | Fix a thinko | Matthias Clasen | 2007-06-06 | 1 | -1/+1 |
* | Add definitions for more CSIDL_* constants in case missing from headers. | Tor Lillqvist | 2007-06-06 | 1 | -2/+8 |
* | Fall back to $HOME/Desktop for the DESKTOP directory, like | Matthias Clasen | 2007-06-06 | 1 | -0/+8 |
* | Don't deadlock when running with threads. (#444121, Christian Persch) | Matthias Clasen | 2007-06-05 | 1 | -25/+37 |
* | Add support for a number of special directories, as defined by the | Matthias Clasen | 2007-06-04 | 1 | -0/+337 |
* | Improve docs | Matthias Clasen | 2007-01-12 | 1 | -1/+2 |
* | : Use only the wide character API here, too. | Tor Lillqvist | 2006-12-28 | 1 | -4/+10 |
* | Consistently use gsize rather than size_t. (#333310, Morten Welinder) | Matthias Clasen | 2006-12-28 | 1 | -2/+2 |
* | Correct C99ism (mixed declarations and code) in Win32 ifdef branch. | Tor Lillqvist | 2006-09-01 | 1 | -7/+9 |
* | Remove support for Windows 9x/ME, as will be done also in Pango and GTK+. | Tor Lillqvist | 2006-08-29 | 1 | -308/+115 |
* | When matching debug flag keys, ignore case and accept any of comma, colon, | Behdad Esfahbod | 2006-07-06 | 1 | -8/+25 |
* | Add Windows notes to doc comment. | Tor Lillqvist | 2006-06-13 | 1 | -0/+7 |
* | Renamed to glib/gthreadprivate.h and moved system thread identifier | Sebastian Wilhelmi | 2006-05-10 | 1 | -1/+1 |
* | Don't read past the end of the string. (#334471, Morten Welinder) | Matthias Clasen | 2006-03-14 | 1 | -8/+6 |
* | Separate implementation on Win32: Use the wide character API on NT-based | Tor Lillqvist | 2006-03-01 | 1 | -0/+68 |
* | wiped out all the wonderfull G_OS_WIN32 code i wrote ;-[) after tml told | Tim Janik | 2006-01-23 | 1 | -34/+0 |
* | initialize GSlice config from G_SLICE environemtn variable. we support | Tim Janik | 2006-01-23 | 1 | -0/+63 |
* | Fix a copy-and-paste error in the docs. (#325273, Declan Naughton) | Matthias Clasen | 2005-12-30 | 1 | -2/+2 |
* | Add versioned deprecation information | Matthias Clasen | 2005-12-05 | 1 | -1/+1 |
* | Handle multiple user names with the same UID better. (#319535, Laszlo | Matthias Clasen | 2005-12-04 | 1 | -4/+23 |
* | Wrapping atexit() is a bad idea on Windows, where the EXE and each DLL | Tor Lillqvist | 2005-08-31 | 1 | -0/+33 |
* | Fix the crt_externs.h include | Matthias Clasen | 2005-08-24 | 1 | -1/+1 |
* | Check for crt_externs.h and _NSGetEnviron. | Matthias Clasen | 2005-08-17 | 1 | -3/+7 |
* | Move the body of the big if... (g_get_any_init_do): ... to this new | Stepan Kasal | 2005-08-17 | 1 | -249/+217 |
* | 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 |