| Commit message (Expand) | Author | Age | Files | Lines |
* | Annotate API introduced for 2.30 with GLIB_AVAILABLE_IN_2_30 | Colin Walters | 2012-05-26 | 1 | -0/+2 |
* | avoid warning in gutils.h when using gcc with -Wconversion | Hannes Mueller | 2012-04-17 | 1 | -1/+1 |
* | Don't use G_DISABLE_DEPRECATED guards around deprecated functions | Matthias Clasen | 2011-11-03 | 1 | -1/+1 |
* | Deprecate g_atexit | Matthias Clasen | 2011-10-19 | 1 | -1/+3 |
* | Reshuffle some functions between gutils and gfileutils | Matthias Clasen | 2011-10-17 | 1 | -47/+13 |
* | Also clean up includes | Matthias Clasen | 2011-10-16 | 1 | -4/+0 |
* | Move version APIs out of gutils | Matthias Clasen | 2011-10-16 | 1 | -42/+0 |
* | Move GTrashStack out of gutils.[hc] | Matthias Clasen | 2011-10-16 | 1 | -61/+0 |
* | Move environment-related functions into their own files | Matthias Clasen | 2011-10-15 | 1 | -32/+6 |
* | gutils: Add functions for working with environment arrays | Dan Winship | 2011-10-15 | 1 | -9/+18 |
* | Make single includes mandatory | Matthias Clasen | 2011-10-12 | 1 | -1/+1 |
* | Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headers | Chun-wei Fan | 2011-10-11 | 1 | -1/+2 |
* | Add G_GNUC_DEPRECATED to deprecated APIs in glib | Matthias Clasen | 2011-10-08 | 1 | -1/+1 |
* | Reword some docs comments to avoid 'Returns ...' | Ryan Lortie | 2011-07-22 | 1 | -3/+7 |
* | Move version docs inline | Matthias Clasen | 2011-07-17 | 1 | -0/+18 |
* | Remove all uses of G_CONST_RETURN | Ryan Lortie | 2011-06-09 | 1 | -20/+20 |
* | Move gutils docs inline | Matthias Clasen | 2011-06-08 | 1 | -10/+17 |
* | Fix parameter documentation for many functions | Matthias Clasen | 2011-06-04 | 1 | -2/+6 |
* | Revert "Remove all uses of G_CONST_RETURN" | Emmanuele Bassi | 2011-03-15 | 1 | -19/+19 |
* | Remove all uses of G_CONST_RETURN | Ryan Lortie | 2011-03-15 | 1 | -19/+19 |
* | Add g_get_locale_variants() | Christian Persch | 2011-01-05 | 1 | -0/+2 |
* | g_get_user_runtime_dir(): New function | Ryan Lortie | 2010-11-06 | 1 | -0/+2 |
* | Add g_get_environ(): portable access to 'environ' | Ryan Lortie | 2010-10-28 | 1 | -0/+1 |
* | avoid warning in gutils.h when using gcc with -Wconversion | Hannes Müller | 2010-08-05 | 1 | -1/+1 |
* | Avoid compilation warning from MSVC | Haakon Sporsheim | 2010-01-05 | 1 | -1/+1 |
* | Avoid gcc warning about redeclaration of atexit() on MinGW | Tor Lillqvist | 2009-11-10 | 1 | -0/+2 |
* | Avoid gcc warning on Windows | Tor Lillqvist | 2009-08-14 | 1 | -2/+2 |
* | Add g_reload_user_special_dirs_cache (#541276) | Alexander Larsson | 2009-06-15 | 1 | -0/+1 |
* | Bug 570501 - g_win32_get_system_data_dirs uses invalid conversion of | Tor Lillqvist | 2009-02-23 | 1 | -4/+9 |
* | Bug 562638 – GDebugKey key member should be const | Behdad Esfahbod | 2008-11-29 | 1 | -2/+2 |
* | glib/gutils.h Deprecate G_WIN32_DLLMAIN_FOR_DLL_NAME(), | Tor Lillqvist | 2008-09-13 | 1 | -4/+9 |
* | #define __GLIB_H_INSIDE__ around including everything. | Michael Natterer | 2008-05-05 | 1 | -1/+1 |
* | reapply inlining fix from r6333 to fix: Bug 522292 - Gives warnings in | 10:39:17 Tim Janik | 2008-03-31 | 1 | -5/+1 |
* | Bug 522292 - Gives warnings in glib/gutils.h with GCC in C99 mode | Sebastian Dröge | 2008-03-18 | 1 | -1/+1 |
* | make it possible to disable single-file includes by defining | Michael Natterer | 2008-03-14 | 1 | -1/+5 |
* | Add a version of G_INLINE_FUNC for __GNUC__ && __GNUC_STDC_INLINE__, patch | Matthias Clasen | 2008-03-03 | 1 | -1/+5 |
* | Mention G_WIN32_DLLMAIN_FOR_DLL_NAME() will be deprecated in the future. | Tor Lillqvist | 2008-02-24 | 1 | -0/+6 |
* | don't define __GNUC_PREREQ which is not in the glib namespace. for gcc, | 16:51:23 Tim Janik | 2008-01-18 | 1 | -18/+1 |
* | Cope with gcc 4.3 changed 'extern inline' semantics. (#315437, patch by | Matthias Clasen | 2008-01-07 | 1 | -1/+18 |
* | Fix doc formatting | Matthias Clasen | 2007-09-16 | 1 | -9/+9 |
* | Add support for a number of special directories, as defined by the | Matthias Clasen | 2007-06-04 | 1 | -0/+37 |
* | Use a more optimized g_bit_storage() when gcc is available. (#371670, | Behdad Esfahbod | 2007-01-09 | 1 | -1/+2 |
* | Fix bug in g_bit_nth_lsf (#371631) and use __builtin_clzl for | Behdad Esfahbod | 2007-01-03 | 1 | -8/+12 |
* | Use only the wide character API here, too. | Tor Lillqvist | 2006-12-28 | 1 | -15/+4 |
* | Fix some typos. (#351741, Kjartan Maraas) | Matthias Clasen | 2006-08-26 | 1 | -1/+3 |
* | initialize GSlice config from G_SLICE environemtn variable. we support | Tim Janik | 2006-01-23 | 1 | -0/+2 |
* | Wrapping atexit() is a bad idea on Windows, where the EXE and each DLL | Tor Lillqvist | 2005-08-31 | 1 | -0/+11 |
* | Make this an inline function. Define it only if G_CAN_INLINE and not C++. | Tor Lillqvist | 2005-07-20 | 1 | -1/+4 |
* | New function. Returns the machine's name, or one of its names. Document | Tor Lillqvist | 2005-06-22 | 1 | -0/+1 |
* | Minor comment improvement. | Tor Lillqvist | 2005-04-19 | 1 | -3/+4 |