summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
AgeCommit message (Expand)Author
2001-07-08Reflect latest g_io_channel_new_file() API changes, useMartin Baulig
2001-07-07Add length arguments to g_utf8_{strup,strdown,casefold,collate_key}.Owen Taylor
2001-07-06Added Basque filePablo Saratxaga
2001-07-02*giowin32.c: g_source_remove()ing an socket iochannel closesAndy Lanoix
2001-07-02Fix.Owen Taylor
2001-07-02added g_list_insert_before().Tim Janik
2001-07-02Use G_N_ELEMENTS rather than a custom macro.Owen Taylor
2001-06-30Rename GSourceFuncs::destroy to GSourceFuncs::finalize. (#56858)Owen Taylor
2001-06-30Make some changes to the way that GMainContext works:Owen Taylor
2001-06-30Try compiling before committing, why don't you? Simple fixes for my stupidOwen Taylor
2001-06-30Patch from Darin Adler (#54166)Owen Taylor
2001-06-30 Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor
2001-06-28up version number to 1.3.7, interface age 0, binary age 0.Tim Janik
2001-06-27Fix a typo.Kjartan Maraas
2001-06-27Removed glib-config-2.0, as we have pkg-config now.Sebastian Wilhelmi
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor
2001-06-23use G_BREAKPOINT() instead of raise(5).Tim Janik
2001-06-23Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor
2001-06-22*giowin32.c: Debug and partial rewrite of async socket codeAndy Lanoix
2001-06-15Fix a use of strcat that wasn't replaced with g_stpcpy in the originalOwen Taylor
2001-06-12updatedHavoc Pennington
2001-06-08Added new functions g_strstr_len, g_strrstr and g_strrstr_lenAlex Larsson
2001-06-08support G_SPAWN_FILE_AND_ARGV_ZERO specifying that the vector passed in toHavoc Pennington
2001-06-08Added Azeri filePablo Saratxaga
2001-06-08Remove docs/glib-config.1.in.Sebastian Wilhelmi
2001-06-08Add @G_THREAD_CFLAGS@.Sebastian Wilhelmi
2001-06-07subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variablesHavoc Pennington
2001-06-07Look for nanosleep function.Sebastian Wilhelmi
2001-06-05Changed to take a const argument, and then to cast out const.Jon Trowbridge
2001-06-04to match g_strcasecmp, check if it is lower/upper before converting toOwen Taylor
2001-06-04Make a bit more standalone by adding include of gerror.h. #54543.Owen Taylor
2001-05-31Fix to stupid bug in g_random_boolean, also both functions now return 1 orSebastian Wilhelmi
2001-05-31Remove G_HAVE_ISO_CXX_VARARGS and G_HAVE_ISO_C_VARARGS and defineSebastian Wilhelmi
2001-05-30Add @G_THREAD_CFLAGS@ to Cflags.Sebastian Wilhelmi
2001-05-29Fix GNU sedism (#55430)Owen Taylor
2001-05-29Add test case for the g_qsort_with_data func. It works. This fixes bugSebastian Wilhelmi
2001-05-29Now that we check for a C++ compiler in configure.in anyway, I added aSebastian Wilhelmi
2001-05-29Don't bail out, if no C++ compiler is found. Define G_HAVE_ISO_VARARGSSebastian Wilhelmi
2001-05-29"#ifdef G_HAVE_ISO_VARARGS" will always succeed even when we don't haveJames Henstridge
2001-05-28Check for __VARARGS__ separately for C and C++.Owen Taylor
2001-05-28Fix typo.Sebastian Wilhelmi
2001-05-27unlock context when bailing out with a warning. (g_main_context_check):Tim Janik
2001-05-24back out change by mitch@convergence.de and apply patch in bug id #52067CEST 2001 Paolo Molaro
2001-05-24reflect renaming of g_string_sprintfa to g_string_printfaHans Breuer
2001-05-23Tiny speed improvement suggested by noon@users.sourceforge.net.Sebastian Wilhelmi
2001-05-22Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c".Sebastian Wilhelmi
2001-05-22g_thread_create renamed to g_thread_create_full.Sebastian Wilhelmi
2001-05-22no messageAndy Lanoix
2001-05-20Fix some problems in writing out varargs tests in configure.inOwen Taylor
2001-05-18Use compile checks for ISO C99 and GNU extension varargs macros syntax andOwen Taylor