Age | Commit message (Expand) | Author | Files | Lines |
2000-09-26 | Add G_GNUC_PURE macro (but don't use it anywhere).GNOME_PRINT_0_24 | Elliot Lee | 1 | -0/+3 |
2000-09-25 | Add a few missing G_GNUC_CONST's. | Elliot Lee | 1 | -0/+3 |
2000-09-21 | Add gconvert.o. Use libiconv. | Tor Lillqvist | 1 | -0/+8 |
2000-09-21 | The last released automake (1.4) still requires AM_PROG_LIBTOOL instead of | Sebastian Wilhelmi | 1 | -0/+6 |
2000-09-19 | Test for the existence of getcwd, and use it only when found. | Sebastian Wilhelmi | 1 | -0/+8 |
2000-09-18 | Implement g_ucs4_to_utf8 which was in | Owen Taylor | 1 | -2/+11 |
2000-09-17 | Sun Sep 17 2000 Elliot Lee <sopwith@redhat.com> Define g_alloca() as an | Elliot Lee | 1 | -0/+4 |
2000-09-11 | Havoc Pennington's implementation of convenient character set conversion | Owen Taylor | 1 | -0/+11 |
2000-09-11 | Add this function. | Havoc Pennington | 1 | -0/+4 |
2000-09-10 | Add a missing g_return_if_fail(). | Owen Taylor | 1 | -0/+4 |
2000-09-07 | for non-i386 and non-alpha, or non gcc, implement BREAKPOINT() as raise (5 | Tim Janik | 1 | -0/+18 |
2000-09-06 | docs | Havoc Pennington | 1 | -0/+6 |
2000-09-06 | Some inline docs fixes. | Owen Taylor | 1 | -0/+4 |
2000-09-06 | s/G_MICROSEC/G_USEC_PER_SEC/ | Sebastian Wilhelmi | 1 | -0/+3 |
2000-09-06 | Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as they are really | Sebastian Wilhelmi | 1 | -0/+5 |
2000-09-06 | Add gtk-doc checks for newly added docs/reference/ subdir. | Owen Taylor | 1 | -0/+5 |
2000-09-05 | Don't use a G_LOCK, as it isn't necessary. | Sebastian Wilhelmi | 1 | -0/+5 |
2000-09-01 | Use g_return_val_if_fail instead of g_return_if_fail, as the function now | Sebastian Wilhelmi | 1 | -0/+4 |
2000-09-01 | Include gerror.h before it is used for some g_thread_* functions. | Sebastian Wilhelmi | 1 | -0/+10 |
2000-09-01 | Added function g_propagte_error to hand over local errors to the calling | Sebastian Wilhelmi | 1 | -0/+6 |
2000-08-31 | glib.h glib.def New function, to make a GPollFD from a GIOChannel. Creates | Tor Lillqvist | 1 | -0/+6 |
2000-08-31 | glib.h No use for separate condition parameter. | Tor Lillqvist | 1 | -0/+4 |
2000-08-31 | Simplify, use GetSystemTimeAsFileTime(). | Tor Lillqvist | 1 | -0/+5 |
2000-08-27 | Hmm, the parameter to g_io_channel_win32_poll() should be a GPollFD array, | Tor Lillqvist | 1 | -1/+1 |
2000-08-27 | New function, otherwise like g_io_channel_win32_wait_for_condition(), but | Tor Lillqvist | 1 | -0/+13 |
2000-08-25 | Mark the following functions G_GNUC_CONST (to allow betteroptimization) | Elliot Lee | 1 | -0/+9 |
2000-08-21 | Fix inclusion of config.h | Elliot Lee | 1 | -0/+4 |
2000-08-21 | Fix a couple of trivial bugs that were causing warnings. | Owen Taylor | 1 | -0/+13 |
2000-08-17 | Return the data left behind. Return the data left behind. | Darin Adler | 1 | -0/+15 |
2000-08-11 | Some indentation and spacing fixes. Add some more logging. | Tor Lillqvist | 1 | -0/+9 |
2000-08-11 | don't duplicate glib Cflags | Havoc Pennington | 1 | -0/+9 |
2000-08-11 | Look in glib-2.0/include for glibconfig.h | Havoc Pennington | 1 | -0/+5 |
2000-08-06 | New function, that calls g_source_remove(). Check return value of | Tor Lillqvist | 1 | -0/+10 |
2000-08-06 | keep *last updated while running through the domain list, so we don't | Tim Janik | 1 | -0/+11 |
2000-07-31 | Fix stray character | Owen Taylor | 1 | -0/+7 |
2000-07-31 | forgot to add .pc.in to EXTRA_DIST | Havoc Pennington | 1 | -0/+4 |
2000-07-31 | pkg-config data files | Havoc Pennington | 1 | -0/+9 |
2000-07-31 | The code didn't compile (must have been sleepy when committing). "return" | Tor Lillqvist | 1 | -0/+11 |
2000-07-30 | fix tor's recent changes which got rid of a required variable in the | Tim Janik | 1 | -0/+5 |
2000-07-30 | Compile in the debugging code all the time, but only output debug messages | Tor Lillqvist | 1 | -0/+16 |
2000-07-29 | Finally, a new and improved IO Channel and condition watch implementation | Tor Lillqvist | 1 | -0/+44 |
2000-07-27 | completed tor's fix to cover both #ifdef branches. | Tim Janik | 1 | -0/+5 |
2000-07-26 | Return 0 on error, not NULL. | Tor Lillqvist | 1 | -0/+8 |
2000-07-26 | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 1 | -0/+6 |
2000-07-26 | added g_strlcat() and g_strlcpy() wrappers, supplied by David Wheeler | Tim Janik | 1 | -0/+21 |
2000-07-26 | include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined. | Tim Janik | 1 | -0/+11 |
2000-07-25 | applied patch from Darin Adler <darin@eazel.com> which supplies | Tim Janik | 1 | -0/+6 |
2000-07-22 | Fix resource handling, the resource file got left out from the DLL after | Tor Lillqvist | 1 | -0/+8 |
2000-07-20 | Mark the functions g_basename and g_dirname deprecated. They will issue an | Sebastian Wilhelmi | 1 | -0/+12 |
2000-07-20 | Mark the functions g_hash_table_freeze, g_hash_table_thaw and thus | Sebastian Wilhelmi | 1 | -0/+9 |