initialize GSlice config from G_SLICE environemtn variable. we support
[platform/upstream/glib.git] / glib / gutils.c
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...
2004-08-03 Matthias ClasenNew function to check the version of GLib at runtime...
2004-06-06 Tor LillqvistCheck home for being NULL. (#143812)
2004-05-15 Tor Lillqvist[Win32] Only believe HOME if it is an absolute path...
2004-05-09 Matthias ClasenMerge from 2.4:
2004-03-21 Tor LillqvistFix Win32 behaviour in some cases where a drive letter...
2004-01-23 Matthias ClasenSigh, protect against pw->pw_gecos being "" as well...
2004-01-22 Matthias ClasenProtect against pw->pw_gecos being NULL.
2004-01-21 Matthias ClasenDon't treat the Win32 user name like a gecos field...
2003-10-24 Tor LillqvistForce shared library (DLL) only on Windows. (I don...
2003-08-16 Tor LillqvistFix #117925 (Dov Grobgeld):
2003-08-10 Tor LillqvistDon't use a cache of variable name to value mappings...
2003-08-08 Tor LillqvistFix syntax error in the !HAVE_SETENV case.
2003-08-07 Matthias ClasenAdd tests for '=' in names and values.
2003-07-30 Matthias ClasenSmall doc additions.
2003-07-30 Matthias ClasenSmall doc fixes.
2003-07-28 Matthias ClasenAdd g_setenv() and g_unsetenv(). (#100763)
2003-06-18 Matthias ClasenMove the documentation inline and add details. (#108505...
2002-12-15 Owen TaylorHP-UX 10 xshares the same non-posix getpwuid_r signatur...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-11-28 Matthias ClasenAdjust to changed parameter names.
2002-11-28 Matthias ClasenMove some docs inline, and add deprecation information...
2002-11-21 Matthias Clasen Include a printf implementation supporting C99 snprint...
2002-11-08 Owen TaylorPatch from Havoc Pennington to add functions for settin...
2002-03-08 Owen TaylorUpdates.
2002-03-05 Owen TaylorWhere we have getpwuid[_r], use that in preference...
2001-12-31 Tor LillqvistUse longer buffer for user name.
2001-12-12 Matthias Clasen This fixes #60543:
2001-10-23 Tor LillqvistRemove G_HARDCODED_PATH_WRAPPER, Owen didn't like it.
2001-10-22 Tor LillqvistAdd macros G_WIN32_DLLMAIN_FOR_DLL_NAME and G_HARDCODED...
2001-10-19 Sebastian WilhelmiUse another LOCK for g_prgname to avoid deadlocking...
2001-10-03 Tor LillqvistNew function (DLL entry point) to tuck away actual...
2001-09-20 Tor LillqvistAccept also forward slashes. (But still don't accept...
2001-09-19 Owen TaylorHandle failure of sysconf and pick a fixed size buffer...
2001-09-17 Tor LillqvistAdd variable for LT_CURRENT minus LT_AGE (the suffix...
2001-08-06 Sven Neumannadded new function g_nullify_pointer().
2001-06-30 Owen TaylorPatch from Darin Adler (#54166)
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-05-14 Owen TaylorAvoid using stderr to be as robust as possible in out...
2001-04-19 Sebastian WilhelmiRemove definition of g_hash_table_freeze and g_hash_tab...
2001-04-18 Owen TaylorAdd missing static pointed out by Michael Meeks.
2001-04-16 Havoc Penningtonmake GDebugKeys argument const
2001-03-09 Tor LillqvistCygwin support contributed by Stefan Ondrejicka <ondrej...
2001-03-01 Tor LillqvistUse MAXPATHLEN, not PATH_MAX which isn't defined with...
2001-03-01 Tor LillqvistImplement on Win32. Append the executable file name...
2001-03-01 Tor LillqvistRemove test for initial double backslash (UNC path...
next