summaryrefslogtreecommitdiff
path: root/glib/glib.h
Commit message (Expand)AuthorAgeFilesLines
* New files to implement atomic operations for different platforms. FixesSebastian Wilhelmi2004-02-261-0/+1
* Add check for dirent.hOwen Taylor2001-11-051-0/+1
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-42/+42
* added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik2001-04-031-0/+1
* -DG_DISABLE_DEPRECATEDOwen Taylor2001-03-261-1/+0
* Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.Tor Lillqvist2001-03-091-1/+1
* New gcompat.h header file as recommended by Havoc.Ali Abdin2000-12-241-0/+1
* Patch from David Benson <daveb@idealab.com> to add user_data support toJonathan Blandford2000-11-201-0/+1
* New module to parse a simple markup languageHavoc Pennington2000-10-271-0/+1
* Pass -DGSPAWN_HELPER when building it. Link with user32.lib.Tor Lillqvist2000-10-191-0/+3
* Added the new headers to glibinclude_HEADERS.Sebastian Wilhelmi2000-10-121-0/+1
* Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi2000-10-121-3483/+35
* Add new files.Havoc Pennington2000-10-091-0/+6
* Revamp to be like makefile.mingw.in, make the MSVC build actually workTor Lillqvist2000-10-061-8/+11
* Changed alloca stuff a bit: when we have a working alloca.h, we're notSebastian Wilhelmi2000-10-051-19/+16
* Added function to keep symetry with g_node_insert_before. 2000-09-29Jonathan Blandford2000-09-291-0/+3
* Added errorcheck mutexes. These are activated through the preprocessorSebastian Wilhelmi2000-09-291-13/+47
* fix indentation (GConvertError): generic error is conventionally calledHavoc Pennington2000-09-291-5/+5
* Add G_GNUC_PURE macro (but don't use it anywhere).GNOME_PRINT_0_24Elliot Lee2000-09-261-0/+7
* Add a few missing G_GNUC_CONST's.Elliot Lee2000-09-251-8/+8
* Test for the existence of getcwd, and use it only when found.Sebastian Wilhelmi2000-09-191-1/+1
* Sun Sep 17 2000 Elliot Lee <sopwith@redhat.com> Define g_alloca() as anElliot Lee2000-09-171-0/+28
* Havoc Pennington's implementation of convenient character set conversionOwen Taylor2000-09-111-0/+26
* for non-i386 and non-alpha, or non gcc, implement BREAKPOINT() as raise (5Tim Janik2000-09-071-68/+50
* s/G_MICROSEC/G_USEC_PER_SEC/Sebastian Wilhelmi2000-09-061-1/+2
* Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as they are reallySebastian Wilhelmi2000-09-061-7/+0
* Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi2000-09-011-9/+30
* glib.h glib.def New function, to make a GPollFD from a GIOChannel. CreatesTor Lillqvist2000-08-311-5/+18
* glib.h No use for separate condition parameter.Tor Lillqvist2000-08-311-1/+0
* Hmm, the parameter to g_io_channel_win32_poll() should be a GPollFD array,Tor Lillqvist2000-08-271-2/+2
* New function, otherwise like g_io_channel_win32_wait_for_condition(), butTor Lillqvist2000-08-271-9/+10
* Mark the following functions G_GNUC_CONST (to allow betteroptimization)Elliot Lee2000-08-251-10/+10
* Fix a couple of trivial bugs that were causing warnings.Owen Taylor2000-08-211-13/+26
* Return the data left behind. Return the data left behind.Darin Adler2000-08-171-4/+4
* Finally, a new and improved IO Channel and condition watch implementationTor Lillqvist2000-07-291-38/+28
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* added g_strlcat() and g_strlcpy() wrappers, supplied by David WheelerTim Janik2000-07-261-0/+6
* include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined.Tim Janik2000-07-261-4/+3
* applied patch from Darin Adler <darin@eazel.com> which suppliesTim Janik2000-07-251-6/+54
* Mark the functions g_basename and g_dirname deprecated. They will issue anSebastian Wilhelmi2000-07-201-2/+9
* Mark the functions g_hash_table_freeze, g_hash_table_thaw and thusSebastian Wilhelmi2000-07-201-4/+8
* glibconfig.h and glib.h now include files outside of the extern "C" block.Sebastian Wilhelmi2000-07-191-3/+3
* #include <gerror.h>Havoc Pennington2000-07-121-0/+1
* Rename the GUTILS_C_VAR macro to GLIB_VAR.Tor Lillqvist2000-07-081-12/+12
* Comment g_get_codeset() out of the header file temporarily. (Very similarOwen Taylor2000-07-031-1/+1
* updatedOwen Taylor2000-06-291-6/+9
* define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik2000-06-241-0/+1
* Initial pass at adding unicode support functions. A few things still needOwen Taylor2000-06-211-1/+2
* Move the g_locale_get_codeset() up in the header file to correspond to toOwen Taylor2000-05-301-2/+3
* Add function to get the codeset name for the current locale.Owen Taylor2000-05-291-0/+2