summaryrefslogtreecommitdiff
path: root/glib/gutils.h
Commit message (Expand)AuthorAgeFilesLines
* Wrapping atexit() is a bad idea on Windows, where the EXE and each DLLTor Lillqvist2005-08-311-0/+11
* Make this an inline function. Define it only if G_CAN_INLINE and not C++.Tor Lillqvist2005-07-201-1/+4
* New function. Returns the machine's name, or one of its names. DocumentTor Lillqvist2005-06-221-0/+1
* Minor comment improvement.Tor Lillqvist2005-04-191-3/+4
* Improve g_get_system_data_dirs() on Windows. A library that callsTor Lillqvist2005-04-081-0/+11
* Use wide char API if available, and store dll name in UTF-8.Tor Lillqvist2005-04-071-18/+32
* Undef G_CAN_INLINE if G_IMPLEMENT_INLINES is defined. This was the pre-2.6Matthias Clasen2005-04-041-0/+1
* New function to list all environment variables. (#166327, Hans PetterMatthias Clasen2005-02-081-1/+1
* Simplify the inlining magic to make it work at Oh zero. (#162990, KalpeshMatthias Clasen2005-01-051-2/+2
* Fix the inlining magic. (#157536, Jens Hatlak, and #149907, MortenMatthias Clasen2005-01-041-23/+12
* glib/glib.symbols glib/gutils.h Make also g_getenv(), g_setenv(),Tor Lillqvist2005-01-011-0/+7
* Mark functions with G_GNUC_MALLOC when appropriate.Matthias Clasen2004-11-281-2/+2
* glib/gutils.[hc] [Win32] Make also g_get_user_name() and g_get_real() nameTor Lillqvist2004-11-281-0/+3
* Make gtkdoc-scan happy by removing spaces between gchar and *.Matthias Clasen2004-11-021-3/+3
* Introduce the idea of a filename encoding, which is *literally* theMatthias Clasen2004-10-271-0/+8
* Make public. (#155589, Tim-Philipp Müller)Matthias Clasen2004-10-171-0/+2
* Add a function to return a list of applicable locale names. (#95587,Matthias Clasen2004-09-071-0/+2
* Add new XDG basedir API (bug 139973).Ray Strode2004-08-111-1/+5
* New function to check the version of GLib at runtime. (#149175, MichaelMatthias Clasen2004-08-031-0/+4
* Merge from 2.4:Matthias Clasen2004-05-091-3/+0
* 64-bit cleanliness fixes.Manish Singh2004-01-101-3/+3
* Check defined (__OPTIMIZE__) not __OPTIMIZE__. (Zack Rusin)Owen Taylor2004-01-061-1/+1
* Add g_setenv() and g_unsetenv(). (#100763)Matthias Clasen2003-07-281-0/+4
* Patch from Havoc Pennington to add functions for setting and getting aOwen Taylor2002-11-081-6/+8
* Remove notes about now-fixed-bugs.Owen Taylor2002-05-221-1/+1
* Remove G_HARDCODED_PATH_WRAPPER, Owen didn't like it.Tor Lillqvist2001-10-231-43/+0
* Add macros G_WIN32_DLLMAIN_FOR_DLL_NAME and G_HARDCODED_PATH_WRAPPER.Tor Lillqvist2001-10-221-1/+76
* added new function g_nullify_pointer().Sven Neumann2001-08-061-0/+4
* fix negative exponent handling (numbers<0).Tim Janik2001-07-101-11/+11
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-1/+1
* Remove definition of g_hash_table_freeze and g_hash_table_thaw. InsteadSebastian Wilhelmi2001-04-191-1/+5
* make GDebugKeys argument constHavoc Pennington2001-04-161-3/+4
* include string.hHavoc Pennington2001-02-171-25/+27
* gtypes.h Move GLIB_VAR definition from gutils.h to gtypes.hTor Lillqvist2001-02-101-10/+0
* gutils.c gutils.h gfileutils.c Actually, g_mkstemp() is better suited inTor Lillqvist2000-10-301-3/+0
* Check for mkstemp.Tor Lillqvist2000-10-301-0/+3
* Readded GFreeFunc, g_node_insert_after and g_find_program_in_path resp.,Sebastian Wilhelmi2000-10-131-0/+2
* Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi2000-10-121-0/+333