Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-07-19 | glibconfig.h and glib.h now include files outside of the extern "C" block. | Sebastian Wilhelmi | 1 | -0/+6 |
2000-07-16 | Remove incomplete start of info file - | Owen Taylor | 1 | -0/+5 |
2000-07-15 | Add build/Makefile and build/win32/Makefile to AC_OUTPUT() so things build | Owen Taylor | 1 | -0/+6 |
2000-07-15 | fixed an off by 0 error (yeah, the function went off when the while (n--) | Tim Janik | 1 | -0/+6 |
2000-07-14 | Include the "build" module in GLib, too, to make it more self-contained. | Tor Lillqvist | 1 | -0/+9 |
2000-07-14 | Release 1.3.1GLIB_1_3_1 | Owen Taylor | 1 | -0/+4 |
2000-07-14 | Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4 | Owen Taylor | 1 | -0/+19 |
2000-07-13 | Add g_error functions. | Tor Lillqvist | 1 | -0/+8 |
2000-07-12 | #include <gerror.h> | Havoc Pennington | 1 | -0/+15 |
2000-07-10 | Move string.h include into the .c file instead of where it was in the .h | Owen Taylor | 1 | -0/+4 |
2000-07-08 | Rename the GUTILS_C_VAR macro to GLIB_VAR. | Tor Lillqvist | 1 | -0/+8 |
2000-07-06 | Release 1.3.1 | Owen Taylor | 1 | -0/+8 |
2000-07-04 | Update README.win32. | Tor Lillqvist | 1 | -0/+4 |
2000-07-03 | Fix up to correspond to configure.in checks. | Owen Taylor | 1 | -0/+5 |
2000-07-03 | Comment g_get_codeset() out of the header file temporarily. (Very similar | Owen Taylor | 1 | -0/+6 |
2000-06-30 | Add new entry points. | Tor Lillqvist | 1 | -0/+6 |
2000-06-29 | updated | Owen Taylor | 1 | -1/+20 |
2000-06-29 | Fix | Owen Taylor | 1 | -0/+5 |
2000-06-24 | define gstring in terms of gchar*. this typedef reflects the type name of | Tim Janik | 1 | -0/+5 |
2000-06-21 | Initial pass at adding unicode support functions. A few things still need | Owen Taylor | 1 | -0/+9 |
2000-06-06 | Rephrase the ChangeLog comment a bit. | Tor Lillqvist | 1 | -4/+4 |
2000-06-06 | If we are watching the same fd several times (for different conditions, | Tor Lillqvist | 1 | -0/+8 |
2000-05-30 | Implement on Win32. | Tor Lillqvist | 1 | -0/+9 |
2000-05-30 | Move the g_locale_get_codeset() up in the header file to correspond to to | Owen Taylor | 1 | -0/+9 |
2000-05-29 | Add function to get the codeset name for the current locale. | Owen Taylor | 1 | -0/+7 |
2000-05-19 | added argument assertments. | Tim Janik | 1 | -0/+9 |