summaryrefslogtreecommitdiff
path: root/glib.h
AgeCommit message (Expand)Author
2009-06-04Android specific changes.Jaikumar Ganesh
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor
2001-04-03added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik
2001-03-26-DG_DISABLE_DEPRECATEDOwen Taylor
2001-03-09Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.Tor Lillqvist
2000-12-24New gcompat.h header file as recommended by Havoc.Ali Abdin
2000-11-20Patch from David Benson <daveb@idealab.com> to add user_data support toJonathan Blandford
2000-10-27New module to parse a simple markup languageHavoc Pennington
2000-10-19Pass -DGSPAWN_HELPER when building it. Link with user32.lib.Tor Lillqvist
2000-10-12Added the new headers to glibinclude_HEADERS.Sebastian Wilhelmi
2000-10-12Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi
2000-10-09Add new files.Havoc Pennington
2000-10-06Revamp to be like makefile.mingw.in, make the MSVC build actually workTor Lillqvist
2000-10-05Changed alloca stuff a bit: when we have a working alloca.h, we're notSebastian Wilhelmi
2000-09-29Added function to keep symetry with g_node_insert_before. 2000-09-29Jonathan Blandford
2000-09-29Added errorcheck mutexes. These are activated through the preprocessorSebastian Wilhelmi
2000-09-29fix indentation (GConvertError): generic error is conventionally calledHavoc Pennington
2000-09-26Add G_GNUC_PURE macro (but don't use it anywhere).upstream/GNOME_PRINT_0_24Elliot Lee
2000-09-25Add a few missing G_GNUC_CONST's.Elliot Lee
2000-09-19Test for the existence of getcwd, and use it only when found.Sebastian Wilhelmi
2000-09-17Sun Sep 17 2000 Elliot Lee <sopwith@redhat.com> Define g_alloca() as anElliot Lee
2000-09-11Havoc Pennington's implementation of convenient character set conversionOwen Taylor
2000-09-07for non-i386 and non-alpha, or non gcc, implement BREAKPOINT() as raise (5Tim Janik
2000-09-06s/G_MICROSEC/G_USEC_PER_SEC/Sebastian Wilhelmi
2000-09-06Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as they are reallySebastian Wilhelmi
2000-09-01Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi
2000-08-31glib.h glib.def New function, to make a GPollFD from a GIOChannel. CreatesTor Lillqvist
2000-08-31glib.h No use for separate condition parameter.Tor Lillqvist
2000-08-27Hmm, the parameter to g_io_channel_win32_poll() should be a GPollFD array,Tor Lillqvist
2000-08-27New function, otherwise like g_io_channel_win32_wait_for_condition(), butTor Lillqvist
2000-08-25Mark the following functions G_GNUC_CONST (to allow betteroptimization)Elliot Lee
2000-08-21Fix a couple of trivial bugs that were causing warnings.Owen Taylor
2000-08-17Return the data left behind. Return the data left behind.Darin Adler
2000-07-29Finally, a new and improved IO Channel and condition watch implementationTor Lillqvist
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik
2000-07-26added g_strlcat() and g_strlcpy() wrappers, supplied by David WheelerTim Janik
2000-07-26include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined.Tim Janik
2000-07-25applied patch from Darin Adler <darin@eazel.com> which suppliesTim Janik
2000-07-20Mark the functions g_basename and g_dirname deprecated. They will issue anSebastian Wilhelmi
2000-07-20Mark the functions g_hash_table_freeze, g_hash_table_thaw and thusSebastian Wilhelmi
2000-07-19glibconfig.h and glib.h now include files outside of the extern "C" block.Sebastian Wilhelmi
2000-07-12#include <gerror.h>Havoc Pennington
2000-07-08Rename the GUTILS_C_VAR macro to GLIB_VAR.Tor Lillqvist
2000-07-03Comment g_get_codeset() out of the header file temporarily. (Very similarOwen Taylor
2000-06-29updatedOwen Taylor
2000-06-24define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik
2000-06-21Initial pass at adding unicode support functions. A few things still needOwen Taylor
2000-05-30Move the g_locale_get_codeset() up in the header file to correspond to toOwen Taylor
2000-05-29Add function to get the codeset name for the current locale.Owen Taylor
2000-05-19added argument assertments.Tim Janik