Updated Norwegian bokmål translation.
[platform/upstream/glib.git] / glib / gutils.c
2009-02-23 Tor LillqvistBug 570501 - g_win32_get_system_data_dirs uses invalid...
2008-11-29 Behdad EsfahbodBug 562639 – g_parse_debug_flags() parsing "help"
2008-11-28 Matthias ClasenBug 559110 – Do not include libintl.h after glibintl.h
2008-09-19 Tor Lillqvistglib/gutils.c (_glib_get_dll_directory) Be a bit less...
2008-09-02 Matthias ClasenFix up docs
2008-07-27 Tor Lillqvistglib/glib.symbols glib/gconvert.c glib/gdir.c glib...
2008-06-11 Behdad EsfahbodBug 503071 – Application direction changes to right...
2008-06-11 Matthias ClasenImprove the docs
2008-05-20 14:31:18 Tim JanikBug 503071 - Application direction changes to right...
2008-05-12 Tor LillqvistBug 530457 - G_USER_DIRECTORY_DOWNLOAD folder improperl...
2008-05-11 Yair HershkovitzBug 503071 - Application direction changes to right...
2008-04-03 Tor LillqvistDon't enforce shared library build only on Windows...
2008-03-31 Matthias ClasenSimple fixes to help building GLib on embedded systems...
2008-02-24 Tor LillqvistNew internal function.
2008-02-24 Tor LillqvistMention G_WIN32_DLLMAIN_FOR_DLL_NAME() will be deprecat...
2008-02-17 Hans Breuerdefine CSIDL_MYPICTURES if not available use G_STRFUNC...
2008-01-30 Wouter BolsterleeFixed gtk-doc warnings by updating the documentation...
2007-12-16 Mathias HasselmannAllow NULL strings in g_parse_debug_string. (#503862...
2007-11-28 Matthias ClasenFix up some doc comments, avoid C99 comments
2007-11-28 Alexander LarssonAdd in the new symbols
2007-11-26 Tor LillqvistUse either lib/locale or share/locale depending on...
2007-11-26 Alexander Larssongio/ docs/reference/gio Merged gio-standalone into...
2007-11-25 Matthias ClasenRequire gtk-doc 1.8.
2007-11-09 Matthias ClasenFix the doc wording. (#491957, Areg Beketovski)
2007-10-22 Tor LillqvistPlug small one-time leak on Windows. (#488068, Daniel...
2007-08-01 Tor LillqvistDrop leftover use of a union.
2007-06-18 Matthias ClasenMore docs
2007-06-18 Matthias ClasenPrevent segfaults on long paths. (#447935, Robby Griffin)
2007-06-11 Emmanuele BassiRemove the cache expiration logic: it makes g_get_user_...
2007-06-06 Matthias ClasenFix a thinko
2007-06-06 Tor LillqvistAdd definitions for more CSIDL_* constants in case...
2007-06-06 Matthias ClasenFall back to $HOME/Desktop for the DESKTOP directory...
2007-06-05 Matthias ClasenDon't deadlock when running with threads. (#444121...
2007-06-04 Matthias ClasenAdd support for a number of special directories, as...
2007-01-12 Matthias ClasenImprove docs
2006-12-28 Tor Lillqvist: Use only the wide character API here, too.
2006-12-28 Matthias ClasenConsistently use gsize rather than size_t. (#333310...
2006-09-01 Tor LillqvistCorrect C99ism (mixed declarations and code) in Win32...
2006-08-29 Tor LillqvistRemove support for Windows 9x/ME, as will be done also...
2006-07-06 Behdad EsfahbodWhen matching debug flag keys, ignore case and accept...
2006-06-13 Tor LillqvistAdd Windows notes to doc comment.
2006-05-10 Sebastian WilhelmiRenamed to glib/gthreadprivate.h and moved system threa...
2006-03-14 Matthias ClasenDon't read past the end of the string. (#334471, Morten...
2006-03-01 Tor LillqvistSeparate implementation on Win32: Use the wide characte...
2006-01-23 Tim Janikwiped out all the wonderfull G_OS_WIN32 code i wrote...
2006-01-23 Tim Janikinitialize GSlice config from G_SLICE environemtn varia...
2005-12-30 Matthias ClasenFix a copy-and-paste error in the docs. (#325273, Decla...
2005-12-05 Matthias ClasenAdd versioned deprecation information
2005-12-04 Matthias ClasenHandle multiple user names with the same UID better...
2005-08-31 Tor LillqvistWrapping atexit() is a bad idea on Windows, where the...
2005-08-24 Matthias ClasenFix the crt_externs.h include
2005-08-17 Matthias ClasenCheck for crt_externs.h and _NSGetEnviron.
2005-08-17 Stepan KasalMove the body of the big if... (g_get_any_init_do)...
2005-08-10 Tor LillqvistUse "localhost" as fallback for g_get_host_name(),...
2005-08-09 Matthias ClasenInitialize variables to not make gcc nervous.
2005-08-03 Ross BurtonSmall doc updates
2005-07-10 Matthias ClasenIgnore anomalous environment entries which are not...
2005-06-30 Matthias ClasenApply a patch which may make GLib work on BeOS again...
2005-06-22 Tor LillqvistAdd Since: 2.8 to g_get_host_name().
2005-06-22 Tor LillqvistNew function. Returns the machine's name, or one of...
2005-06-08 Tor LillqvistNew helper function on Win32, returns the root of the...
2005-05-01 Matthias ClasenFix some typos
2005-04-27 Tor LillqvistDon't call g_set_error() unless the GError pointer...
2005-04-09 Tor LillqvistInclude <process.h> on Win32 for getpid(). (#173094)
2005-04-08 Tor LillqvistImprove g_get_system_data_dirs() on Windows. A library...
2005-04-08 Tor LillqvistNot used on Windows. (unalias_lang): Don't do anything...
2005-04-08 5Declare glib_top_share_dir and exe_top_share_dir only...
2005-04-08 Tor LillqvistAfter investigating more closely the actual use cases...
2005-03-23 Tor Lillqvist[Win32] Fix corner case bug when environment variable...
2005-03-20 Tor Lillqvistglib/gmessages.c (g_log_default_handler) Move the Win32...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Tor Lillqvist[Win32] Don't leak return value from get_special_folder...
2005-03-07 Matthias ClasenMark the last paragraph of the docs as Windows-specific...
2005-02-08 Matthias ClasenNew function to list all environment variables. (#16632...
2005-02-02 Matthias ClasenMove doc comments inline.
2005-01-03 Matthias ClasenDon't return directories. (#160738, Tommi Komulainen)
2005-01-03 Matthias ClasenClarify the docs. (#162747, Crispin Flowerday)
2005-01-01 Tor LillqvistMake the g_getenv() ABI backward compatibility wrapper...
2005-01-01 Tor Lillqvistglib/glib.symbols glib/gutils.h Make also g_getenv...
2004-12-30 Tor LillqvistUse GetCurrentDirectory() directly for simpler buffer...
2004-12-30 Tor LillqvistRequire UNC paths to start with exactly two slashes...
2004-12-07 Matthias ClasenUpdate the returned value after locale changes. (#16027...
2004-12-02 Matthias ClasenDon't forget to initialize g_system_config_dirs. (...
2004-11-28 Tor Lillqvistglib/gutils.[hc] [Win32] Make also g_get_user_name...
2004-11-07 Matthias ClasenWork around an bug in Mac OS < 10.3. (#156446, Dave...
2004-11-01 Matthias Clasenglib/gdebug.h glib/gutils.c gobject/gtype.c gthread...
2004-10-29 Hans Breuerupdated [and finally fixed my script to produce ready...
2004-10-27 Matthias ClasenIntroduce the idea of a filename encoding, which is...
2004-10-26 Matthias ClasenDon't include ctype.h needlessly. (#156424, Morten...
2004-10-23 Matthias ClasenAdd a parser for desktop entries and similar files...
2004-10-17 Matthias ClasenMake public. (#155589, Tim-Philipp Müller)
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-09-09 Matthias ClasenClarify the relation of g_get_home_dir() and $HOME.
2004-09-08 Tor LillqvistOn Win32, as last resort call g_win32_getlocale() to...
2004-09-07 Matthias ClasenAdd a function to return a list of applicable locale...
2004-08-25 Tor LillqvistWin32 equivalences of the XDG folders
2004-08-23 Matthias ClasenDon't call g_get_home_dir() while holding the g_utils_g...
2004-08-11 Ray StrodeAdd new XDG basedir API (bug 139973).
2004-08-06 Hans Breuerupdated
2004-08-05 Ray Strodestrdup result so caller doesn't free internally managed...
next