Age | Commit message (Expand) | Author | Files | Lines |
2000-09-07 | for non-i386 and non-alpha, or non gcc, implement BREAKPOINT() as raise (5 | Tim Janik | 14 | -140/+262 |
2000-09-07 | Some further makefile improvement. | Owen Taylor | 43 | -2030/+5335 |
2000-09-06 | docs | Havoc Pennington | 11 | -0/+562 |
2000-09-06 | Improve separation of generic non-generic parts and dependencies. | Owen Taylor | 65 | -193/+135 |
2000-09-06 | Some inline docs fixes. | Owen Taylor | 14 | -12/+44 |
2000-09-06 | s/G_MICROSEC/G_USEC_PER_SEC/ | Sebastian Wilhelmi | 16 | -30/+59 |
2000-09-06 | Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as they are really | Sebastian Wilhelmi | 10 | -14/+40 |
2000-09-06 | Split GObject docs away from the remainder of the docs. | Owen Taylor | 27 | -8370/+4513 |
2000-09-06 | Add gtk-doc checks for newly added docs/reference/ subdir. | Owen Taylor | 10 | -0/+79 |
2000-09-06 | head -n 4 ChangeLog | Owen Taylor | 47 | -6028/+7607 |
2000-09-05 | Don't use a G_LOCK, as it isn't necessary. | Sebastian Wilhelmi | 10 | -14/+42 |
2000-09-01 | .cvsignore updates | Sebastian Wilhelmi | 4 | -24/+9 |
2000-09-01 | Use g_return_val_if_fail instead of g_return_if_fail, as the function now | Sebastian Wilhelmi | 10 | -2/+34 |
2000-09-01 | Use GError to report errors as well. | Sebastian Wilhelmi | 3 | -5/+20 |
2000-09-01 | Include gerror.h before it is used for some g_thread_* functions. | Sebastian Wilhelmi | 18 | -76/+323 |
2000-09-01 | Added function g_propagte_error to hand over local errors to the calling | Sebastian Wilhelmi | 12 | -12/+104 |
2000-08-31 | glib.h glib.def New function, to make a GPollFD from a GIOChannel. Creates | Tor Lillqvist | 14 | -20/+134 |
2000-08-31 | glib.h No use for separate condition parameter. | Tor Lillqvist | 12 | -6/+34 |
2000-08-31 | Keep the check for non-NULL parameter. | Tor Lillqvist | 2 | -0/+4 |
2000-08-31 | Simplify, use GetSystemTimeAsFileTime(). | Tor Lillqvist | 10 | -36/+54 |
2000-08-27 | Hmm, the parameter to g_io_channel_win32_poll() should be a GPollFD array, | Tor Lillqvist | 12 | -88/+34 |
2000-08-27 | New function, otherwise like g_io_channel_win32_wait_for_condition(), but | Tor Lillqvist | 16 | -54/+232 |
2000-08-25 | Mark the following functions G_GNUC_CONST (to allow betteroptimization) | Elliot Lee | 13 | -61/+133 |
2000-08-21 | Fix inclusion of config.h | Elliot Lee | 11 | -3/+35 |
2000-08-21 | Fix a couple of trivial bugs that were causing warnings. | Owen Taylor | 11 | -28/+158 |
2000-08-17 | Return the data left behind. Return the data left behind. | Darin Adler | 14 | -26/+204 |
2000-08-11 | Some indentation and spacing fixes. Add some more logging. | Tor Lillqvist | 10 | -134/+202 |
2000-08-11 | don't duplicate glib Cflags | Havoc Pennington | 11 | -3/+75 |
2000-08-11 | Look in glib-2.0/include for glibconfig.h | Havoc Pennington | 9 | -1/+41 |
2000-08-06 | New function, that calls g_source_remove(). Check return value of | Tor Lillqvist | 9 | -7/+99 |
2000-08-06 | keep *last updated while running through the domain list, so we don't | Tim Janik | 10 | -4/+96 |
2000-07-31 | Fix stray character | Owen Taylor | 12 | -12/+76 |
2000-07-31 | forgot to add .pc.in to EXTRA_DIST | Havoc Pennington | 10 | -2/+42 |
2000-07-31 | pkg-config data files | Havoc Pennington | 15 | -0/+125 |
2000-07-31 | Drop a few unused variables. | Tor Lillqvist | 2 | -4/+0 |
2000-07-31 | The code didn't compile (must have been sleepy when committing). "return" | Tor Lillqvist | 10 | -10/+98 |
2000-07-30 | fix tor's recent changes which got rid of a required variable in the | Tim Janik | 10 | -0/+44 |
2000-07-30 | Compile in the debugging code all the time, but only output debug messages | Tor Lillqvist | 13 | -212/+423 |
2000-07-29 | Finally, a new and improved IO Channel and condition watch implementation | Tor Lillqvist | 19 | -1396/+1856 |
2000-07-27 | No, don't mark glib_debug_objects for export here, it's handled specially | Tor Lillqvist | 3 | -2/+9 |
2000-07-27 | completed tor's fix to cover both #ifdef branches. | Tim Janik | 10 | -8/+48 |
2000-07-26 | Return 0 on error, not NULL. | Tor Lillqvist | 13 | -10/+81 |
2000-07-26 | gobject.def Mark glib_debug_objects for export/import as it is used by | Tor Lillqvist | 3 | -1/+8 |
2000-07-26 | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 114 | -404/+452 |
2000-07-26 | added g_strlcat() and g_strlcpy() wrappers, supplied by David Wheeler | Tim Janik | 16 | -13/+576 |
2000-07-26 | include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined. | Tim Janik | 12 | -9/+113 |
2000-07-25 | applied patch from Darin Adler <darin@eazel.com> which supplies | Tim Janik | 10 | -12/+156 |
2000-07-25 | make g_type_fundamental_last() a function, avoiding all that extern | Tim Janik | 3 | -27/+28 |
2000-07-22 | Mention -fnative-struct here, too... | Tor Lillqvist | 1 | -1/+5 |
2000-07-22 | Fix resource handling, the resource file got left out from the DLL after | Tor Lillqvist | 13 | -12/+78 |