summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
AgeCommit message (Expand)AuthorFilesLines
2001-06-12updatedHavoc Pennington1-0/+6
2001-06-08Added new functions g_strstr_len, g_strrstr and g_strrstr_lenAlex Larsson1-0/+12
2001-06-08support G_SPAWN_FILE_AND_ARGV_ZERO specifying that the vector passed in toHavoc Pennington1-0/+8
2001-06-08Added Azeri filePablo Saratxaga1-0/+4
2001-06-08Remove docs/glib-config.1.in.Sebastian Wilhelmi1-0/+2
2001-06-08Add @G_THREAD_CFLAGS@.Sebastian Wilhelmi1-0/+4
2001-06-07subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variablesHavoc Pennington1-0/+17
2001-06-07Look for nanosleep function.Sebastian Wilhelmi1-0/+12
2001-06-05Changed to take a const argument, and then to cast out const.Jon Trowbridge1-0/+24
2001-06-04to match g_strcasecmp, check if it is lower/upper before converting toOwen Taylor1-0/+6
2001-06-04Make a bit more standalone by adding include of gerror.h. #54543.Owen Taylor1-0/+7
2001-05-31Fix to stupid bug in g_random_boolean, also both functions now return 1 orSebastian Wilhelmi1-0/+6
2001-05-31Remove G_HAVE_ISO_CXX_VARARGS and G_HAVE_ISO_C_VARARGS and defineSebastian Wilhelmi1-0/+6
2001-05-30Add @G_THREAD_CFLAGS@ to Cflags.Sebastian Wilhelmi1-0/+4
2001-05-29Fix GNU sedism (#55430)Owen Taylor1-0/+4
2001-05-29Add test case for the g_qsort_with_data func. It works. This fixes bugSebastian Wilhelmi1-0/+3
2001-05-29Now that we check for a C++ compiler in configure.in anyway, I added aSebastian Wilhelmi1-0/+4
2001-05-29Don't bail out, if no C++ compiler is found. Define G_HAVE_ISO_VARARGSSebastian Wilhelmi1-0/+7
2001-05-29"#ifdef G_HAVE_ISO_VARARGS" will always succeed even when we don't haveJames Henstridge1-0/+6
2001-05-28Check for __VARARGS__ separately for C and C++.Owen Taylor1-0/+4
2001-05-28Fix typo.Sebastian Wilhelmi1-0/+4
2001-05-27unlock context when bailing out with a warning. (g_main_context_check):Tim Janik1-0/+9
2001-05-24back out change by mitch@convergence.de and apply patch in bug id #52067CEST 2001 Paolo Molaro1-0/+7
2001-05-24reflect renaming of g_string_sprintfa to g_string_printfaHans Breuer1-0/+7
2001-05-23Tiny speed improvement suggested by noon@users.sourceforge.net.Sebastian Wilhelmi1-0/+5
2001-05-22Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c".Sebastian Wilhelmi1-0/+8
2001-05-22g_thread_create renamed to g_thread_create_full.Sebastian Wilhelmi1-0/+10
2001-05-22no messageAndy Lanoix1-0/+5
2001-05-20Fix some problems in writing out varargs tests in configure.inOwen Taylor1-0/+5
2001-05-18Use compile checks for ISO C99 and GNU extension varargs macros syntax andOwen Taylor1-1/+8
2001-05-18don't g_strdup()/g_free() all parsed attributes and their values twice butMichael Natterer1-0/+7
2001-05-18Renamed g_thread_create to g_thread_create_full and added macroSebastian Wilhelmi1-0/+13
2001-05-18Fixed mutex deadlock.Sebastian Wilhelmi1-0/+4
2001-05-17Add gpattern.o to objects.Sebastian Wilhelmi1-0/+8
2001-05-16Add inter-library dependencies.Owen Taylor1-0/+9
2001-05-15m4macros/MakefileHavoc Pennington1-0/+12
2001-05-15fix docs; they said we validated the UTF-8, but we can't possibly detectHavoc Pennington1-0/+7
2001-05-14Avoid using stderr to be as robust as possible in out-of-memory.Owen Taylor1-0/+10
2001-05-11make these safe against removal of the current element.Tim Janik1-0/+7
2001-05-11change env variable to G_MESSAGES_PREFIXED, suggested by TimHavoc Pennington1-0/+5
2001-05-10use g_str_hash() algorithm to generate hashes.Tim Janik1-0/+8
2001-05-09Get rid of --enable-msg-prefixHavoc Pennington1-0/+8
2001-05-09Renamed 'value' and 'arg' to 'data' and 'thread_func' to 'func' to make itSebastian Wilhelmi1-0/+11
2001-05-08removed #include <unistd.h> sneaked in by sopwith in november.Tim Janik1-0/+5
2001-05-08Updated.Sebastian Wilhelmi1-1/+1
2001-05-08Moved func and arg members from GRealThread to GThread, such that they canSebastian Wilhelmi1-0/+14
2001-05-06don't try to export g_strcpy, it is g_stpcpy; updated and added someHans Breuer1-0/+8
2001-05-04Released 1.3.5GLIB_1_3_5Owen Taylor1-0/+9
2001-05-04fixed a typo in a comment.Sven Neumann1-0/+16
2001-05-03Make foreach() safe against removal of the _current_ element. While thisOwen Taylor1-0/+8