summaryrefslogtreecommitdiff
path: root/glib/gutils.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the doc wording. (#491957, Areg Beketovski)Matthias Clasen2007-11-091-0/+1
* Plug small one-time leak on Windows. (#488068, Daniel Atallah)Tor Lillqvist2007-10-221-2/+7
* Drop leftover use of a union.Tor Lillqvist2007-08-011-6/+3
* More docsMatthias Clasen2007-06-181-3/+22
* Prevent segfaults on long paths. (#447935, Robby Griffin)Matthias Clasen2007-06-181-1/+1
* Remove the cache expiration logic: it makes g_get_user_special_dir() notEmmanuele Bassi2007-06-111-74/+9
* Fix a thinkoMatthias Clasen2007-06-061-1/+1
* Add definitions for more CSIDL_* constants in case missing from headers.Tor Lillqvist2007-06-061-2/+8
* Fall back to $HOME/Desktop for the DESKTOP directory, likeMatthias Clasen2007-06-061-0/+8
* Don't deadlock when running with threads. (#444121, Christian Persch)Matthias Clasen2007-06-051-25/+37
* Add support for a number of special directories, as defined by theMatthias Clasen2007-06-041-0/+337
* Improve docsMatthias Clasen2007-01-121-1/+2
* : Use only the wide character API here, too.Tor Lillqvist2006-12-281-4/+10
* Consistently use gsize rather than size_t. (#333310, Morten Welinder)Matthias Clasen2006-12-281-2/+2
* Correct C99ism (mixed declarations and code) in Win32 ifdef branch.Tor Lillqvist2006-09-011-7/+9
* Remove support for Windows 9x/ME, as will be done also in Pango and GTK+.Tor Lillqvist2006-08-291-308/+115
* When matching debug flag keys, ignore case and accept any of comma, colon,Behdad Esfahbod2006-07-061-8/+25
* Add Windows notes to doc comment.Tor Lillqvist2006-06-131-0/+7
* Renamed to glib/gthreadprivate.h and moved system thread identifierSebastian Wilhelmi2006-05-101-1/+1
* Don't read past the end of the string. (#334471, Morten Welinder)Matthias Clasen2006-03-141-8/+6
* Separate implementation on Win32: Use the wide character API on NT-basedTor Lillqvist2006-03-011-0/+68
* wiped out all the wonderfull G_OS_WIN32 code i wrote ;-[) after tml toldTim Janik2006-01-231-34/+0
* initialize GSlice config from G_SLICE environemtn variable. we supportTim Janik2006-01-231-0/+63
* Fix a copy-and-paste error in the docs. (#325273, Declan Naughton)Matthias Clasen2005-12-301-2/+2
* Add versioned deprecation informationMatthias Clasen2005-12-051-1/+1
* Handle multiple user names with the same UID better. (#319535, LaszloMatthias Clasen2005-12-041-4/+23
* Wrapping atexit() is a bad idea on Windows, where the EXE and each DLLTor Lillqvist2005-08-311-0/+33
* Fix the crt_externs.h includeMatthias Clasen2005-08-241-1/+1
* Check for crt_externs.h and _NSGetEnviron.Matthias Clasen2005-08-171-3/+7
* Move the body of the big if... (g_get_any_init_do): ... to this newStepan Kasal2005-08-171-249/+217
* 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