cleanup
[platform/upstream/glib.git] / gthread /
2004-03-06 Tor LillqvistUpdate.
2003-08-13 Tor Lillqvistglib/Makefile.am gmodule/Makefile.am gobject/Makefile...
2003-03-04 James Henstridgerequire automake 1.7. Add calls to libtoolize and gtkdo...
2003-02-14 Sebastian WilhelmiFixes for #101264 and #99372:
2003-01-04 Tor Lillqvist[Win32] Install also the .def files, to help users...
2002-12-20 Owen TaylorCall g_main_thread_init() after setting g_threads_got_i...
2002-12-16 Owen Taylor=== Released 2.1.5 === GLIB_2_1_5
2002-11-26 Sebastian WilhelmiImproved the seeding algorithm. Old behaviour can be...
2002-11-25 Tor LillqvistFix two bugs: 1) If abs_time is NULL, should use infini...
2002-11-21 Tor LillqvistHardcode 2.0 in the names, as that is what Makefile...
2002-11-21 Tor Lillqvistgmodule/gmodule.rc.in gobject/gobject.rc.in Hardcode...
2002-11-04 Owen TaylorInclude config.h so DISABLE_MEMPOOLS actually has an...
2002-10-15 Manish Singhadd -DG_DISABLED_DEPRECATED
2002-08-06 Sebastian WilhelmiFactor out g_main_context_init_pipe from g_main_context...
2002-08-06 Sebastian WilhelmiSet the normal PID surrogate priority according to...
2002-07-03 Sebastian WilhelmiUse thr_min_stack() instead of sysconf (_SC_THREAD_STAC...
2002-04-18 Sebastian WilhelmiFixed typo. (#78985)
2002-03-13 Alexander LarssonCache getenv("G_BROKEN_FILENAMES") in have_broken_filen...
2002-03-10 Sebastian WilhelmiDo a comparison, not an assignment, stupid! Spotted...
2002-03-05 Owen TaylorDefault to --disable-gtk-doc, to avoid Jade setup hassles.
2002-02-09 Sebastian WilhelmiFixed typo in G_THREADS_ENABLED.
2002-02-09 Sebastian WilhelmiMake --disable-threads work again. (#71034)
2002-01-16 Sebastian WilhelmiOps. Fixed ChangeLog.
2002-01-16 Sebastian WilhelmiUse g_free instead of free. Pointed out by Sam O'Connor...
2002-01-05 Hans Breuermoved warning to error pragmas to their own file to...
2001-11-24 Tor Lillqvist*/.cvsignore: Add various Win32 related file types.
2001-10-25 Tor LillqvistUpdate.
2001-10-22 Tor LillqvistIf we have built the MSVC import library, install it...
2001-09-27 Bruno HaibleWhen the sublangid is SUBLANG_DEFAULT, return the local...
2001-09-26 Tor LillqvistRetract my change earlier today. Don't preset autoconf...
2001-09-25 Sebastian WilhelmiCorrected the array size (cough, cough). Pointed out by
2001-09-25 Tor LillqvistMore Win32 automake macros. For .def files: GLIB_DEF...
2001-09-19 Sebastian WilhelmiAdd thread_equal function to allow for platform defined...
2001-09-19 Tor LillqvistCorrect InternalName and OriginalFilename to match...
2001-09-17 Tor LillqvistAdd variable for LT_CURRENT minus LT_AGE (the suffix...
2001-09-04 Tor LillqvistUpdate. Don't mention pthreads.
2001-08-30 Tor LillqvistAfter being away for about five months, I'm back workin...
2001-07-20 Hans Breuerreflect glib move
2001-06-26 Owen TaylorMove glib library into a subdirectory, make all GLib...
2001-06-07 Sebastian WilhelmiUse g_win32_error_message to beautify error messages.
2001-05-24 Hans Breuerpthread isn't required anymore
2001-05-22 Sebastian WilhelmiAlso return TRUE for late arrived signals. Thanks to...
2001-05-22 Sebastian WilhelmiRemoved POSIX_*. Defined G_THREAD_SOURCE to "gthread...
2001-05-16 Owen TaylorAdd inter-library dependencies.
2001-05-08 Tim Janikdon't g_assert() the user specified time, but g_return_...
2001-04-03 Sebastian WilhelmiAdded special case for priorities on FreeBSD. Thanks...
2001-03-10 Tor LillqvistUse the _LIBADD dependencies on libglib only on Win32.
2001-03-09 Tor LillqvistUse libglib-1.3.la from top_builddir. Invoke libtool...
2001-02-21 Tor LillqvistMatch also UNC paths on Win32.
2001-02-15 Sebastian WilhelmiReverted the changes necessary to enlarge the system...
2001-01-30 Sebastian WilhelmiCall g_thread_impl_init(), as g_thread_init won't call it.
2001-01-30 Sebastian WilhelmiAdded debug information for g_mutex_free calls, if...
2001-01-29 Havoc Penningtonhack this so it compiles, needs fixing for real.
2001-01-29 Sebastian WilhelmiBroadcast the condition, if there are waiting readers...
2001-01-25 Tor Lillqvistmakefile.mingw.in Protect the rule to rebuild makefile...
2001-01-03 Sebastian WilhelmiMade g_thread_min_stack_size static.
2000-12-29 Tor LillqvistAdd GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG.
2000-12-01 Tor LillqvistInclude make.msc from GLib's build subdir.
2000-11-28 Sebastian WilhelmiRevamped errorcheck mutexes and added errorcheck cond_w...
2000-11-21 Sebastian WilhelmiAdd a surrogate for thread priorities using PID nicenes...
2000-11-15 Sebastian WilhelmiCheck for the sched.h header and include it on gthread...
2000-11-02 Sebastian WilhelmiAdd G_MUTEX_SIZE as needed for gthread-impl.c
2000-10-25 Sebastian WilhelmiAdd @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing -DG_EN...
2000-10-16 Raja R Harinathgmodule: New variable. (dist-hook): Handle $(BUILT_EXTR...
2000-10-12 Sebastian Wilhelmi.cvsignore updates
2000-10-06 Tor LillqvistRevamp to be like makefile.mingw.in, make the MSVC...
2000-09-29 Sebastian WilhelmiAdded errorcheck mutexes. These are activated through...
2000-09-28 Sebastian Wilhelmi.cvsignore updates
2000-09-21 Tor LillqvistAdd gconvert.o. Use libiconv.
2000-09-06 Sebastian Wilhelmis/G_MICROSEC/G_USEC_PER_SEC/
2000-09-01 Sebastian WilhelmiUse GError to report errors as well.
2000-09-01 Sebastian WilhelmiInclude gerror.h before it is used for some g_thread_...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-14 Tor LillqvistInclude the "build" module in GLib, too, to make it...
2000-07-14 Owen TaylorMove glib-config to glib-config-2.0 move glib.m4 to...
2000-05-13 Tor Lillqvistmakefile.mingw.in tests/makefile.mingw.in Rename makefi...
2000-04-25 Sebastian WilhelmiChanged the scope of the initialized mutex to USYNC_THR...
2000-03-24 Sebastian Wilhelmi.cvsignore adaptation
2000-03-24 Sebastian WilhelmiAdded various win32 related *.in files to EXTRA_DIST...
2000-03-20 Sebastian WilhelmiForgot a '}' in a macro for DCE-threads. Thanks to...
2000-03-17 Sebastian WilhelmiAdded the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIE...
2000-02-22 Sebastian Wilhelmicheck for sysconf (_SC_THREAD_STACK_MIN), which returns...
2000-02-07 Tor LillqvistMove to corresponding subdirectories.
1999-11-16 Sebastian WilhelmiChanged the prototype of thread_create and thread_self...
1999-10-04 Manish SinghG_OS_FOO #defines. I *think* I got the cygwin and beos...
1999-08-26 Tim Janikadded --export-dynamic so we can load dynmic modules...
1999-07-24 Tim Janik18:36. incorporated proposed cleanups from gtk-devel...
1999-06-20 Tor LillqvistUpdate the pthreads snapshot version we want. Advice...
1999-06-17 Sebastian WilhelmiCompleted the thread support in GLib. Thread creation...
1999-05-08 CDT 1999 Shawn T... Better testing reveals better methods. Fixes for BeOS.
1999-05-08 CDT 1999 Shawn T... Port to BeOS by myself and Richard Offer.
1999-04-24 Tor Lillqvist Support added for building using a GNU toolchain on...
1999-04-09 Sebastian WilhelmiNew files to implement the Mersenne Twister Pseudo...
1999-03-31 Sebastian WilhelmiUse the right default arguments for the construction...
1999-03-18 Sebastian Wilhelmiadded new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES) to...
1999-03-12 Sebastian WilhelmiTest for posix threads first, then for dce threads.
1999-03-11 Sebastian WilhelmiRevamped the thread configure stuff. Now dce threads...
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-02-15 Sebastian WilhelmiChanged signature of all g_static_mutex_* functions...
1999-02-10 Sebastian Wilhelmis/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added...
next