Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-07-20 | Mark the functions g_basename and g_dirname deprecated. They will issue an | Sebastian Wilhelmi | 20 | -25/+320 |
2000-07-20 | Mark the functions g_hash_table_freeze, g_hash_table_thaw and thus | Sebastian Wilhelmi | 14 | -52/+132 |
2000-07-19 | gparam.h gvalue.h gparam.c Shut up Sun's picky compiler. | Tor Lillqvist | 5 | -7/+14 |
2000-07-19 | glibconfig.h and glib.h now include files outside of the extern "C" block. | Sebastian Wilhelmi | 13 | -12/+66 |
2000-07-18 | Don't #include <tlhelp32.h> when compiling with gcc, as it isn't provided. | Tor Lillqvist | 2 | -2/+35 |
2000-07-16 | Remove incomplete start of info file - | Owen Taylor | 9 | -455/+40 |
2000-07-15 | Add build/Makefile and build/win32/Makefile to AC_OUTPUT() so things build | Owen Taylor | 9 | -0/+50 |
2000-07-15 | fixed an off by 0 error (yeah, the function went off when the while (n--) | Tim Janik | 10 | -4/+54 |
2000-07-14 | Include the "build" module in GLib, too, to make it more self-contained. | Tor Lillqvist | 16 | -8/+80 |
2000-07-14 | Release 1.3.1GLIB_1_3_1 | Owen Taylor | 8 | -0/+32 |
2000-07-14 | Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4 | Owen Taylor | 19 | -114/+463 |
2000-07-13 | Add g_error functions. | Tor Lillqvist | 14 | -2/+80 |
2000-07-13 | Add g_type_get_plugin. | Tor Lillqvist | 2 | -0/+5 |
2000-07-13 | default initialize the temporary default value, instead of nuking the | Tim Janik | 2 | -1/+6 |