summaryrefslogtreecommitdiff
path: root/glib/glib.h
AgeCommit message (Expand)Author
2009-06-04Android specific changes.Jaikumar Ganesh
2008-09-23#include <glib/gpoll.h>Michael Natterer
2008-05-05#define __GLIB_H_INSIDE__ around including everything.Michael Natterer
2008-03-14make it possible to disable single-file includes by definingMichael Natterer
2007-12-11Include gurifuncs.hMatthias Clasen
2007-12-04Add GChecksum, a generic wrapper around various hashing algorithms. At theEmmanuele Bassi
2007-11-20Renamed gtestframework to gtestutils.Tim Janik
2007-11-20Added gtestframework.[hc] and glib/tests/.Tim Janik
2007-03-15Add GRegex for regular expression matching. (#50075)Marco Barisione
2007-02-03New files implementing GSequence, a list implemented using a binary tree.Soren Sandmann
2006-04-04Add base64 encode/decode functionsAlexander Larsson
2006-03-27glib/gbookmarkfile.h Add GBookmarkFile, a parser for files containingEmmanuele Bassi
2005-06-25Add an mmap() wrapper called GMappedFile. (#148218, David Schleef, BehdadMatthias Clasen
2004-10-23Add a parser for desktop entries and similar files with a .ini-likeMatthias Clasen
2004-08-02Add GOption.Anders Carlsson
2004-02-26New files to implement atomic operations for different platforms. FixesSebastian Wilhelmi
2001-11-05Add check for dirent.hOwen Taylor
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