Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c".
[platform/upstream/glib.git] / gthread / ChangeLog
2001-05-22 Sebastian WilhelmiRemoved POSIX_*. Defined G_THREAD_SOURCE to "gthread...
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-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-03 Sebastian WilhelmiMade g_thread_min_stack_size static.
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-09-29 Sebastian WilhelmiAdded errorcheck mutexes. These are activated through...
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-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-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...
1999-11-16 Sebastian WilhelmiChanged the prototype of thread_create and thread_self...
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-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-15 Sebastian WilhelmiChanged signature of all g_static_mutex_* functions...
1999-02-08 Sebastian WilhelmiChanged the test for getpwuid_r to exclude those system...
1999-01-19 Tor LillqvistMore Win32 updates. Add missing Win32 files to distribu...
1999-01-17 Tor LillqvistOops, ChangeLog entries too, of course.
1999-01-16 Tor LillqvistMerge in current Win32 version. Almost no Unix code...
1999-01-07 Sebastian WilhelmiHere we must replace getpwuid by getpwuid_r, but as...
1998-12-18 Sebastian WilhelmiChanged the last pthread_cond_init to pthread_attr_init.
1998-12-17 CST 1998 Shawn T... giounix.c: s/g_main_poll_add/g_main_remove_add/g
1998-12-17 Tim Janik-DG_LOG_DOMAIN="GThread", we don't need an extern varia...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age 0.
1998-12-15 Sebastian Wilhelmiupdated.
1998-12-15 Sebastian Wilhelmis/g_mutex_functions_for_glib_use/g_thread_functions_for...