make it possible to disable single-file includes by defining
[platform/upstream/glib.git] / glib / gutils.h
2008-03-14 Michael Natterermake it possible to disable single-file includes by...
2008-03-03 Matthias ClasenAdd a version of G_INLINE_FUNC for __GNUC__ && __GNUC_S...
2008-02-24 Tor LillqvistMention G_WIN32_DLLMAIN_FOR_DLL_NAME() will be deprecat...
2008-01-18 16:51:23 Tim Janikdon't define __GNUC_PREREQ which is not in the glib...
2008-01-07 Matthias ClasenCope with gcc 4.3 changed 'extern inline' semantics...
2007-09-16 Matthias ClasenFix doc formatting
2007-06-04 Matthias ClasenAdd support for a number of special directories, as...
2007-01-09 Behdad EsfahbodUse a more optimized g_bit_storage() when gcc is availa...
2007-01-03 Behdad EsfahbodFix bug in g_bit_nth_lsf (#371631) and use __builtin_cl...
2006-12-28 Tor LillqvistUse only the wide character API here, too.
2006-08-26 Matthias ClasenFix some typos. (#351741, Kjartan Maraas)
2006-01-23 Tim Janikinitialize GSlice config from G_SLICE environemtn varia...
2005-08-31 Tor LillqvistWrapping atexit() is a bad idea on Windows, where the...
2005-07-20 Tor LillqvistMake this an inline function. Define it only if G_CAN_I...
2005-06-22 Tor LillqvistNew function. Returns the machine's name, or one of...
2005-04-19 Tor LillqvistMinor comment improvement.
2005-04-08 Tor LillqvistImprove g_get_system_data_dirs() on Windows. A library...
2005-04-07 Tor LillqvistUse wide char API if available, and store dll name...
2005-04-04 Matthias ClasenUndef G_CAN_INLINE if G_IMPLEMENT_INLINES is defined...
2005-02-08 Matthias ClasenNew function to list all environment variables. (#16632...
2005-01-05 Matthias ClasenSimplify the inlining magic to make it work at Oh zero...
2005-01-04 Matthias ClasenFix the inlining magic. (#157536, Jens Hatlak, and...
2005-01-01 Tor Lillqvistglib/glib.symbols glib/gutils.h Make also g_getenv...
2004-11-28 Matthias ClasenMark functions with G_GNUC_MALLOC when appropriate.
2004-11-28 Tor Lillqvistglib/gutils.[hc] [Win32] Make also g_get_user_name...
2004-11-02 Matthias ClasenMake gtkdoc-scan happy by removing spaces between gchar...
2004-10-27 Matthias ClasenIntroduce the idea of a filename encoding, which is...
2004-10-17 Matthias ClasenMake public. (#155589, Tim-Philipp Müller)
2004-09-07 Matthias ClasenAdd a function to return a list of applicable locale...
2004-08-11 Ray StrodeAdd new XDG basedir API (bug 139973).
2004-08-03 Matthias ClasenNew function to check the version of GLib at runtime...
2004-05-09 Matthias ClasenMerge from 2.4:
2004-01-10 Manish Singh64-bit cleanliness fixes.
2004-01-06 Owen TaylorCheck defined (__OPTIMIZE__) not __OPTIMIZE__. (Zack...
2003-07-28 Matthias ClasenAdd g_setenv() and g_unsetenv(). (#100763)
2002-11-08 Owen TaylorPatch from Havoc Pennington to add functions for settin...
2002-05-22 Owen TaylorRemove notes about now-fixed-bugs.
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-08-06 Sven Neumannadded new function g_nullify_pointer().
2001-07-10 Tim Janikfix negative exponent handling (numbers<0).
2001-06-26 Owen TaylorMove glib library into a subdirectory, make all GLib...
2001-04-19 Sebastian WilhelmiRemove definition of g_hash_table_freeze and g_hash_tab...
2001-04-16 Havoc Penningtonmake GDebugKeys argument const
2001-02-17 Havoc Penningtoninclude string.h
2001-02-10 Tor Lillqvistgtypes.h Move GLIB_VAR definition from gutils.h to...
2000-10-30 Tor Lillqvistgutils.c gutils.h gfileutils.c Actually, g_mkstemp...
2000-10-30 Tor LillqvistCheck for mkstemp.
2000-10-13 Sebastian WilhelmiReadded GFreeFunc, g_node_insert_after and g_find_progr...
2000-10-12 Sebastian WilhelmiSplit glib.h into many header files mostly according...