Age | Commit message (Expand) | Author | Files | Lines |
2001-06-12 | updated | Havoc Pennington | 1 | -0/+6 |
2001-06-08 | Added new functions g_strstr_len, g_strrstr and g_strrstr_len | Alex Larsson | 1 | -0/+12 |
2001-06-08 | support G_SPAWN_FILE_AND_ARGV_ZERO specifying that the vector passed in to | Havoc Pennington | 1 | -0/+8 |
2001-06-08 | Added Azeri file | Pablo Saratxaga | 1 | -0/+4 |
2001-06-08 | Remove docs/glib-config.1.in. | Sebastian Wilhelmi | 1 | -0/+2 |
2001-06-08 | Add @G_THREAD_CFLAGS@. | Sebastian Wilhelmi | 1 | -0/+4 |
2001-06-07 | subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables | Havoc Pennington | 1 | -0/+17 |
2001-06-07 | Look for nanosleep function. | Sebastian Wilhelmi | 1 | -0/+12 |
2001-06-05 | Changed to take a const argument, and then to cast out const. | Jon Trowbridge | 1 | -0/+24 |
2001-06-04 | to match g_strcasecmp, check if it is lower/upper before converting to | Owen Taylor | 1 | -0/+6 |
2001-06-04 | Make a bit more standalone by adding include of gerror.h. #54543. | Owen Taylor | 1 | -0/+7 |
2001-05-31 | Fix to stupid bug in g_random_boolean, also both functions now return 1 or | Sebastian Wilhelmi | 1 | -0/+6 |
2001-05-31 | Remove G_HAVE_ISO_CXX_VARARGS and G_HAVE_ISO_C_VARARGS and define | Sebastian Wilhelmi | 1 | -0/+6 |
2001-05-30 | Add @G_THREAD_CFLAGS@ to Cflags. | Sebastian Wilhelmi | 1 | -0/+4 |
2001-05-29 | Fix GNU sedism (#55430) | Owen Taylor | 1 | -0/+4 |
2001-05-29 | Add test case for the g_qsort_with_data func. It works. This fixes bug | Sebastian Wilhelmi | 1 | -0/+3 |
2001-05-29 | Now that we check for a C++ compiler in configure.in anyway, I added a | Sebastian Wilhelmi | 1 | -0/+4 |
2001-05-29 | Don't bail out, if no C++ compiler is found. Define G_HAVE_ISO_VARARGS | Sebastian Wilhelmi | 1 | -0/+7 |
2001-05-29 | "#ifdef G_HAVE_ISO_VARARGS" will always succeed even when we don't have | James Henstridge | 1 | -0/+6 |
2001-05-28 | Check for __VARARGS__ separately for C and C++. | Owen Taylor | 1 | -0/+4 |
2001-05-28 | Fix typo. | Sebastian Wilhelmi | 1 | -0/+4 |
2001-05-27 | unlock context when bailing out with a warning. (g_main_context_check): | Tim Janik | 1 | -0/+9 |
2001-05-24 | back out change by mitch@convergence.de and apply patch in bug id #52067 | CEST 2001 Paolo Molaro | 1 | -0/+7 |
2001-05-24 | reflect renaming of g_string_sprintfa to g_string_printfa | Hans Breuer | 1 | -0/+7 |
2001-05-23 | Tiny speed improvement suggested by noon@users.sourceforge.net. | Sebastian Wilhelmi | 1 | -0/+5 |
2001-05-22 | Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c". | Sebastian Wilhelmi | 1 | -0/+8 |
2001-05-22 | g_thread_create renamed to g_thread_create_full. | Sebastian Wilhelmi | 1 | -0/+10 |
2001-05-22 | no message | Andy Lanoix | 1 | -0/+5 |
2001-05-20 | Fix some problems in writing out varargs tests in configure.in | Owen Taylor | 1 | -0/+5 |
2001-05-18 | Use compile checks for ISO C99 and GNU extension varargs macros syntax and | Owen Taylor | 1 | -1/+8 |
2001-05-18 | don't g_strdup()/g_free() all parsed attributes and their values twice but | Michael Natterer | 1 | -0/+7 |
2001-05-18 | Renamed g_thread_create to g_thread_create_full and added macro | Sebastian Wilhelmi | 1 | -0/+13 |
2001-05-18 | Fixed mutex deadlock. | Sebastian Wilhelmi | 1 | -0/+4 |
2001-05-17 | Add gpattern.o to objects. | Sebastian Wilhelmi | 1 | -0/+8 |
2001-05-16 | Add inter-library dependencies. | Owen Taylor | 1 | -0/+9 |
2001-05-15 | m4macros/Makefile | Havoc Pennington | 1 | -0/+12 |
2001-05-15 | fix docs; they said we validated the UTF-8, but we can't possibly detect | Havoc Pennington | 1 | -0/+7 |
2001-05-14 | Avoid using stderr to be as robust as possible in out-of-memory. | Owen Taylor | 1 | -0/+10 |
2001-05-11 | make these safe against removal of the current element. | Tim Janik | 1 | -0/+7 |
2001-05-11 | change env variable to G_MESSAGES_PREFIXED, suggested by Tim | Havoc Pennington | 1 | -0/+5 |
2001-05-10 | use g_str_hash() algorithm to generate hashes. | Tim Janik | 1 | -0/+8 |
2001-05-09 | Get rid of --enable-msg-prefix | Havoc Pennington | 1 | -0/+8 |
2001-05-09 | Renamed 'value' and 'arg' to 'data' and 'thread_func' to 'func' to make it | Sebastian Wilhelmi | 1 | -0/+11 |
2001-05-08 | removed #include <unistd.h> sneaked in by sopwith in november. | Tim Janik | 1 | -0/+5 |
2001-05-08 | Updated. | Sebastian Wilhelmi | 1 | -1/+1 |
2001-05-08 | Moved func and arg members from GRealThread to GThread, such that they can | Sebastian Wilhelmi | 1 | -0/+14 |
2001-05-06 | don't try to export g_strcpy, it is g_stpcpy; updated and added some | Hans Breuer | 1 | -0/+8 |
2001-05-04 | Released 1.3.5GLIB_1_3_5 | Owen Taylor | 1 | -0/+9 |
2001-05-04 | fixed a typo in a comment. | Sven Neumann | 1 | -0/+16 |
2001-05-03 | Make foreach() safe against removal of the _current_ element. While this | Owen Taylor | 1 | -0/+8 |