| Commit message (Expand) | Author | Age | Files | Lines |
* | s/G_MICROSEC/G_USEC_PER_SEC/ | Sebastian Wilhelmi | 2000-09-06 | 1 | -0/+3 |
* | Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as they are really | Sebastian Wilhelmi | 2000-09-06 | 1 | -0/+5 |
* | Add gtk-doc checks for newly added docs/reference/ subdir. | Owen Taylor | 2000-09-06 | 1 | -0/+5 |
* | Don't use a G_LOCK, as it isn't necessary. | Sebastian Wilhelmi | 2000-09-05 | 1 | -0/+5 |
* | Use g_return_val_if_fail instead of g_return_if_fail, as the function now | Sebastian Wilhelmi | 2000-09-01 | 1 | -0/+4 |
* | Include gerror.h before it is used for some g_thread_* functions. | Sebastian Wilhelmi | 2000-09-01 | 1 | -0/+10 |
* | Added function g_propagte_error to hand over local errors to the calling | Sebastian Wilhelmi | 2000-09-01 | 1 | -0/+6 |
* | glib.h glib.def New function, to make a GPollFD from a GIOChannel. Creates | Tor Lillqvist | 2000-08-31 | 1 | -0/+6 |
* | glib.h No use for separate condition parameter. | Tor Lillqvist | 2000-08-31 | 1 | -0/+4 |
* | Simplify, use GetSystemTimeAsFileTime(). | Tor Lillqvist | 2000-08-31 | 1 | -0/+5 |
* | Hmm, the parameter to g_io_channel_win32_poll() should be a GPollFD array, | Tor Lillqvist | 2000-08-27 | 1 | -1/+1 |
* | New function, otherwise like g_io_channel_win32_wait_for_condition(), but | Tor Lillqvist | 2000-08-27 | 1 | -0/+13 |
* | Mark the following functions G_GNUC_CONST (to allow betteroptimization) | Elliot Lee | 2000-08-25 | 1 | -0/+9 |
* | Fix inclusion of config.h | Elliot Lee | 2000-08-21 | 1 | -0/+4 |
* | Fix a couple of trivial bugs that were causing warnings. | Owen Taylor | 2000-08-21 | 1 | -0/+13 |
* | Return the data left behind. Return the data left behind. | Darin Adler | 2000-08-17 | 1 | -0/+15 |
* | Some indentation and spacing fixes. Add some more logging. | Tor Lillqvist | 2000-08-11 | 1 | -0/+9 |
* | don't duplicate glib Cflags | Havoc Pennington | 2000-08-11 | 1 | -0/+9 |
* | Look in glib-2.0/include for glibconfig.h | Havoc Pennington | 2000-08-11 | 1 | -0/+5 |
* | New function, that calls g_source_remove(). Check return value of | Tor Lillqvist | 2000-08-06 | 1 | -0/+10 |
* | keep *last updated while running through the domain list, so we don't | Tim Janik | 2000-08-06 | 1 | -0/+11 |
* | Fix stray character | Owen Taylor | 2000-07-31 | 1 | -0/+7 |
* | forgot to add .pc.in to EXTRA_DIST | Havoc Pennington | 2000-07-31 | 1 | -0/+4 |
* | pkg-config data files | Havoc Pennington | 2000-07-31 | 1 | -0/+9 |
* | The code didn't compile (must have been sleepy when committing). "return" | Tor Lillqvist | 2000-07-31 | 1 | -0/+11 |
* | fix tor's recent changes which got rid of a required variable in the | Tim Janik | 2000-07-30 | 1 | -0/+5 |
* | Compile in the debugging code all the time, but only output debug messages | Tor Lillqvist | 2000-07-30 | 1 | -0/+16 |
* | Finally, a new and improved IO Channel and condition watch implementation | Tor Lillqvist | 2000-07-29 | 1 | -0/+44 |
* | completed tor's fix to cover both #ifdef branches. | Tim Janik | 2000-07-27 | 1 | -0/+5 |
* | Return 0 on error, not NULL. | Tor Lillqvist | 2000-07-26 | 1 | -0/+8 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -0/+6 |
* | added g_strlcat() and g_strlcpy() wrappers, supplied by David Wheeler | Tim Janik | 2000-07-26 | 1 | -0/+21 |
* | include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined. | Tim Janik | 2000-07-26 | 1 | -0/+11 |
* | applied patch from Darin Adler <darin@eazel.com> which supplies | Tim Janik | 2000-07-25 | 1 | -0/+6 |
* | Fix resource handling, the resource file got left out from the DLL after | Tor Lillqvist | 2000-07-22 | 1 | -0/+8 |
* | Mark the functions g_basename and g_dirname deprecated. They will issue an | Sebastian Wilhelmi | 2000-07-20 | 1 | -0/+12 |
* | Mark the functions g_hash_table_freeze, g_hash_table_thaw and thus | Sebastian Wilhelmi | 2000-07-20 | 1 | -0/+9 |
* | glibconfig.h and glib.h now include files outside of the extern "C" block. | Sebastian Wilhelmi | 2000-07-19 | 1 | -0/+6 |
* | Remove incomplete start of info file - | Owen Taylor | 2000-07-16 | 1 | -0/+5 |
* | Add build/Makefile and build/win32/Makefile to AC_OUTPUT() so things build | Owen Taylor | 2000-07-15 | 1 | -0/+6 |
* | fixed an off by 0 error (yeah, the function went off when the while (n--) | Tim Janik | 2000-07-15 | 1 | -0/+6 |
* | Include the "build" module in GLib, too, to make it more self-contained. | Tor Lillqvist | 2000-07-14 | 1 | -0/+9 |
* | Release 1.3.1GLIB_1_3_1 | Owen Taylor | 2000-07-14 | 1 | -0/+4 |
* | Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4 | Owen Taylor | 2000-07-14 | 1 | -0/+19 |
* | Add g_error functions. | Tor Lillqvist | 2000-07-13 | 1 | -0/+8 |
* | #include <gerror.h> | Havoc Pennington | 2000-07-12 | 1 | -0/+15 |
* | Move string.h include into the .c file instead of where it was in the .h | Owen Taylor | 2000-07-10 | 1 | -0/+4 |
* | Rename the GUTILS_C_VAR macro to GLIB_VAR. | Tor Lillqvist | 2000-07-08 | 1 | -0/+8 |
* | Release 1.3.1 | Owen Taylor | 2000-07-06 | 1 | -0/+8 |
* | Update README.win32. | Tor Lillqvist | 2000-07-04 | 1 | -0/+4 |