summaryrefslogtreecommitdiff
path: root/glib.h
AgeCommit message (Expand)AuthorFilesLines
2000-12-24New gcompat.h header file as recommended by Havoc.Ali Abdin1-0/+1
2000-11-20Patch from David Benson <daveb@idealab.com> to add user_data support toJonathan Blandford1-0/+1
2000-10-27New module to parse a simple markup languageHavoc Pennington1-0/+1
2000-10-19Pass -DGSPAWN_HELPER when building it. Link with user32.lib.Tor Lillqvist1-0/+3
2000-10-12Added the new headers to glibinclude_HEADERS.Sebastian Wilhelmi1-0/+1
2000-10-12Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi1-3483/+35
2000-10-09Add new files.Havoc Pennington1-0/+6
2000-10-06Revamp to be like makefile.mingw.in, make the MSVC build actually workTor Lillqvist1-8/+11
2000-10-05Changed alloca stuff a bit: when we have a working alloca.h, we're notSebastian Wilhelmi1-19/+16
2000-09-29Added function to keep symetry with g_node_insert_before. 2000-09-29Jonathan Blandford1-0/+3
2000-09-29Added errorcheck mutexes. These are activated through the preprocessorSebastian Wilhelmi1-13/+47
2000-09-29fix indentation (GConvertError): generic error is conventionally calledHavoc Pennington1-5/+5
2000-09-26Add G_GNUC_PURE macro (but don't use it anywhere).GNOME_PRINT_0_24Elliot Lee1-0/+7
2000-09-25Add a few missing G_GNUC_CONST's.Elliot Lee1-8/+8
2000-09-19Test for the existence of getcwd, and use it only when found.Sebastian Wilhelmi1-1/+1
2000-09-17Sun Sep 17 2000 Elliot Lee <sopwith@redhat.com> Define g_alloca() as anElliot Lee1-0/+28
2000-09-11Havoc Pennington's implementation of convenient character set conversionOwen Taylor1-0/+26
2000-09-07for non-i386 and non-alpha, or non gcc, implement BREAKPOINT() as raise (5Tim Janik1-68/+50
2000-09-06s/G_MICROSEC/G_USEC_PER_SEC/Sebastian Wilhelmi1-1/+2
2000-09-06Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as they are reallySebastian Wilhelmi1-7/+0
2000-09-01Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi1-9/+30
2000-08-31glib.h glib.def New function, to make a GPollFD from a GIOChannel. CreatesTor Lillqvist1-5/+18
2000-08-31glib.h No use for separate condition parameter.Tor Lillqvist1-1/+0
2000-08-27Hmm, the parameter to g_io_channel_win32_poll() should be a GPollFD array,Tor Lillqvist1-2/+2
2000-08-27New function, otherwise like g_io_channel_win32_wait_for_condition(), butTor Lillqvist1-9/+10
2000-08-25Mark the following functions G_GNUC_CONST (to allow betteroptimization)Elliot Lee1-10/+10
2000-08-21Fix a couple of trivial bugs that were causing warnings.Owen Taylor1-13/+26
2000-08-17Return the data left behind. Return the data left behind.Darin Adler1-4/+4
2000-07-29Finally, a new and improved IO Channel and condition watch implementationTor Lillqvist1-38/+28
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik1-4/+4
2000-07-26added g_strlcat() and g_strlcpy() wrappers, supplied by David WheelerTim Janik1-0/+6
2000-07-26include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined.Tim Janik1-4/+3
2000-07-25applied patch from Darin Adler <darin@eazel.com> which suppliesTim Janik1-6/+54
2000-07-20Mark the functions g_basename and g_dirname deprecated. They will issue anSebastian Wilhelmi1-2/+9
2000-07-20Mark the functions g_hash_table_freeze, g_hash_table_thaw and thusSebastian Wilhelmi1-4/+8
2000-07-19glibconfig.h and glib.h now include files outside of the extern "C" block.Sebastian Wilhelmi1-3/+3
2000-07-12#include <gerror.h>Havoc Pennington1-0/+1
2000-07-08Rename the GUTILS_C_VAR macro to GLIB_VAR.Tor Lillqvist1-12/+12
2000-07-03Comment g_get_codeset() out of the header file temporarily. (Very similarOwen Taylor1-1/+1
2000-06-29updatedOwen Taylor1-6/+9
2000-06-24define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik1-0/+1
2000-06-21Initial pass at adding unicode support functions. A few things still needOwen Taylor1-1/+2
2000-05-30Move the g_locale_get_codeset() up in the header file to correspond to toOwen Taylor1-2/+3
2000-05-29Add function to get the codeset name for the current locale.Owen Taylor1-0/+2
2000-05-19added argument assertments.Tim Janik1-1/+1
2000-05-13makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) toTor Lillqvist1-0/+11
2000-05-12added gobjectTim Janik1-5/+20
2000-04-28New File implementing an asynchronous queue to be used for asynchronousSebastian Wilhelmi1-1/+124
2000-04-26Changed the 'value' parameter of g_cache_remove from gpointer toSebastian Wilhelmi1-7/+5
2000-04-19Made the debugging G_TRYLOCK call also work for compilers with funntSebastian Wilhelmi1-4/+3