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