Add a parser for desktop entries and similar files with a .ini-like
[platform/upstream/glib.git] / glib / gutils.c
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...
2001-02-21 Tor LillqvistMatch also UNC paths on Win32.
2001-02-17 Havoc Penningtoninclude string.h
2001-01-20 Tor LillqvistEven if g_get_codeset() is currently commented out...
2001-01-17 Tor LillqvistAdd doc comments. (g_win32_get_package_installation_dir...
2001-01-17 Owen TaylorOptimize for size rather than speed by making _() alway...
2001-01-16 Tor LillqvistDefine ENABLE_NLS and GETTEXT_PACKAGE.
2001-01-16 Owen TaylorAdd gettext support.
2001-01-09 Tor LillqvistDon't warn about deprecation on Win32. Code written...
2001-01-05 Tor LillqvistAdd test for g_path_skip_root().
2001-01-05 Tor LillqvistLook also for (illegal) forward slashes in the template.
2000-12-29 Tim Janikgot rid of outdated dmalloc support. provide g_try_mall...
2000-11-15 Sebastian WilhelmiCheck for the sched.h header and include it on gthread...
2000-11-05 Havoc PenningtonAdded
2000-10-31 Tor LillqvistAlso move the #define for O_BINARY from gutils.c to...
2000-10-30 Tor Lillqvistgutils.c gutils.h gfileutils.c Actually, g_mkstemp...
2000-10-30 Tor LillqvistCheck for mkstemp.
2000-10-30 Sebastian WilhelmiIntroduced new function type GEqualFunc to return TRUE...
2000-10-09 Havoc PenningtonAdd new files.
2000-09-28 Sebastian Wilhelmimax_len can't be initialized statically as it might...
2000-09-19 Sebastian WilhelmiTest for the existence of getcwd, and use it only when...
2000-09-07 Tim Janikfor non-i386 and non-alpha, or non gcc, implement BREAK...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-20 Sebastian WilhelmiMark the functions g_basename and g_dirname deprecated...
2000-05-30 Tor LillqvistImplement on Win32.
2000-05-30 Owen TaylorMove the g_locale_get_codeset() up in the header file...
2000-05-29 Owen TaylorAdd function to get the codeset name for the current...
2000-05-19 Tim Janikadded argument assertments.
2000-04-19 Sebastian WilhelmiChanged the win32 part of this function to be thread...
2000-03-22 Tor LillqvistMove Win32-only includes after inclusion of glib.h...
2000-03-22 Sebastian WilhelmiOk, Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum...
2000-03-21 Sebastian Wilhelmialways define G_GNUC_EXTENSION, even when not needed...
2000-03-21 Sebastian WilhelmiAllocate only up to 128KB for a pathname. While this...
2000-03-20 Sebastian WilhelmiMake g_get_current_dir work on systems with unlimited...
2000-03-01 Tim Janikminor optimization.
1999-11-01 Tor Lillqvistglib.h Rename Win32-only functions from gwin_* to g_win...
1999-10-31 Tor LillqvistDon't crash if removing a nonexistent value.
1999-10-04 Manish SinghG_OS_FOO #defines. I *think* I got the cygwin and beos...
1999-07-24 Tim Janik18:36. incorporated proposed cleanups from gtk-devel...
1999-07-01 Sebastian WilhelmiAdded a g_memmove replacement for platforms without...
1999-06-17 Sebastian WilhelmiCompleted the thread support in GLib. Thread creation...
1999-05-08 CDT 1999 Shawn T... Port to BeOS by myself and Richard Offer.
1999-04-25 Tor LillqvistMore editing. Use gcc, not ld to link. On native Win32...
1999-04-24 Tor Lillqvist Support added for building using a GNU toolchain on...
1999-04-22 Sebastian Wilhelmiuse sysconf (_SC_GETPW_R_SIZE_MAX) as the new initinal...
next