Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-05-19 | fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art Haas | Tim Janik | 1 | -0/+15 |
2000-05-13 | makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) to | Tor Lillqvist | 1 | -0/+23 |
2000-05-12 | added gobject | Tim Janik | 1 | -0/+39 |
2000-05-11 | Print found version when test succeeds. | Owen Taylor | 1 | -0/+4 |
2000-05-04 | makefile.cygwin.in Include the common makefile snippet from | Tor Lillqvist | 1 | -0/+11 |
2000-05-01 | Add new functions. Add new object files. Add threadpool-test. No need to | Tor Lillqvist | 1 | -0/+8 |
2000-04-28 | New File implementing an asynchronous queue to be used for asynchronous | Sebastian Wilhelmi | 1 | -1/+18 |
2000-04-26 | Look for both pthread_create and pthread_join in the thread library. Some | Sebastian Wilhelmi | 1 | -0/+5 |
2000-04-26 | ChangeLog update: This fixes Bug #8267. Thanks to Juan Toledo | Sebastian Wilhelmi | 1 | -1/+3 |
2000-04-26 | Changed the 'value' parameter of g_cache_remove from gpointer to | Sebastian Wilhelmi | 1 | -1/+13 |
2000-04-19 | Update entry point list. | Tor Lillqvist | 1 | -0/+4 |
2000-04-19 | Made the debugging G_TRYLOCK call also work for compilers with funnt | Sebastian Wilhelmi | 1 | -0/+5 |
2000-04-19 | Changed the win32 part of this function to be thread safe and to make the | Sebastian Wilhelmi | 1 | -0/+11 |
2000-04-19 | make sure that scanner->config->cset_skip_characters is "" instead of | Tim Janik | 1 | -0/+6 |
2000-04-18 | Changed the 'data' parameters from gpointer to gconstpointer for the | Sebastian Wilhelmi | 1 | -1/+6 |
2000-04-18 | Changed comment for g_getenv to reflect, that the returned memory must not | Sebastian Wilhelmi | 1 | -0/+5 |
2000-04-17 | Add configure test for garbage collector friendliness for GLib. If | Sebastian Wilhelmi | 1 | -0/+10 |
2000-04-17 | Added g_(array|ptr_array|byte_array)_sized_new functions, that reserve a | Sebastian Wilhelmi | 1 | -0/+11 |