2001-07-20 |
Hans Breuer | reflect glib move |
blob | commitdiff |
2001-06-07 |
Sebastian Wilhelmi | Use g_win32_error_message to beautify error messages. |
blob | commitdiff | diff to current |
2001-05-24 |
Hans Breuer | pthread isn't required anymore |
blob | commitdiff | diff to current |
2001-05-22 |
Sebastian Wilhelmi | Also return TRUE for late arrived signals. Thanks to... |
blob | commitdiff | diff to current |
2001-05-22 |
Sebastian Wilhelmi | Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread... |
blob | commitdiff | diff to current |
2001-05-08 |
Tim Janik | don't g_assert() the user specified time, but g_return_... |
blob | commitdiff | diff to current |
2001-04-03 |
Sebastian Wilhelmi | Added special case for priorities on FreeBSD. Thanks... |
blob | commitdiff | diff to current |
2001-03-10 |
Tor Lillqvist | Use the _LIBADD dependencies on libglib only on Win32. |
blob | commitdiff | diff to current |
2001-03-09 |
Tor Lillqvist | Use libglib-1.3.la from top_builddir. Invoke libtool... |
blob | commitdiff | diff to current |
2001-02-15 |
Sebastian Wilhelmi | Reverted the changes necessary to enlarge the system... |
blob | commitdiff | diff to current |
2001-01-30 |
Sebastian Wilhelmi | Call g_thread_impl_init(), as g_thread_init won't call it. |
blob | commitdiff | diff to current |
2001-01-30 |
Sebastian Wilhelmi | Added debug information for g_mutex_free calls, if... |
blob | commitdiff | diff to current |
2001-01-29 |
Havoc Pennington | hack this so it compiles, needs fixing for real. |
blob | commitdiff | diff to current |
2001-01-29 |
Sebastian Wilhelmi | Broadcast the condition, if there are waiting readers... |
blob | commitdiff | diff to current |
2001-01-03 |
Sebastian Wilhelmi | Made g_thread_min_stack_size static. |
blob | commitdiff | diff to current |
2000-11-28 |
Sebastian Wilhelmi | Revamped errorcheck mutexes and added errorcheck cond_w... |
blob | commitdiff | diff to current |
2000-11-21 |
Sebastian Wilhelmi | Add a surrogate for thread priorities using PID nicenes... |
blob | commitdiff | diff to current |
2000-11-15 |
Sebastian Wilhelmi | Check for the sched.h header and include it on gthread... |
blob | commitdiff | diff to current |
2000-11-02 |
Sebastian Wilhelmi | Add G_MUTEX_SIZE as needed for gthread-impl.c |
blob | commitdiff | diff to current |
2000-10-25 |
Sebastian Wilhelmi | Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing -DG_EN... |
blob | commitdiff | diff to current |
2000-10-16 |
Raja R Harinath | gmodule: New variable. (dist-hook): Handle $(BUILT_EXTR... |
blob | commitdiff | diff to current |
2000-09-29 |
Sebastian Wilhelmi | Added errorcheck mutexes. These are activated through... |
blob | commitdiff | diff to current |
2000-09-21 |
Tor Lillqvist | Add gconvert.o. Use libiconv. |
blob | commitdiff | diff to current |
2000-09-06 |
Sebastian Wilhelmi | s/G_MICROSEC/G_USEC_PER_SEC/ |
blob | commitdiff | diff to current |
2000-09-01 |
Sebastian Wilhelmi | Use GError to report errors as well. |
blob | commitdiff | diff to current |
2000-09-01 |
Sebastian Wilhelmi | Include gerror.h before it is used for some g_thread_... |
blob | commitdiff | diff to current |
2000-05-13 |
Tor Lillqvist | makefile.mingw.in tests/makefile.mingw.in Rename makefi... |
blob | commitdiff | diff to current |
2000-04-25 |
Sebastian Wilhelmi | Changed the scope of the initialized mutex to USYNC_THR... |
blob | commitdiff | diff to current |
2000-03-20 |
Sebastian Wilhelmi | Forgot a '}' in a macro for DCE-threads. Thanks to... |
blob | commitdiff | diff to current |
2000-03-17 |
Sebastian Wilhelmi | Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIE... |
blob | commitdiff | diff to current |
2000-02-22 |
Sebastian Wilhelmi | check for sysconf (_SC_THREAD_STACK_MIN), which returns... |
blob | commitdiff | diff to current |
1999-11-16 |
Sebastian Wilhelmi | Changed the prototype of thread_create and thread_self... |
blob | commitdiff | diff to current |
1999-07-24 |
Tim Janik | 18:36. incorporated proposed cleanups from gtk-devel... |
blob | commitdiff | diff to current |
1999-06-20 |
Tor Lillqvist | Update the pthreads snapshot version we want. Advice... |
blob | commitdiff | diff to current |
1999-06-17 |
Sebastian Wilhelmi | Completed the thread support in GLib. Thread creation... |
blob | commitdiff | diff to current |
1999-03-31 |
Sebastian Wilhelmi | Use the right default arguments for the construction... |
blob | commitdiff | diff to current |
1999-03-18 |
Sebastian Wilhelmi | added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES) to... |
blob | commitdiff | diff to current |
1999-03-12 |
Sebastian Wilhelmi | Test for posix threads first, then for dce threads. |
blob | commitdiff | diff to current |
1999-03-11 |
Sebastian Wilhelmi | Revamped the thread configure stuff. Now dce threads... |
blob | commitdiff | diff to current |
1999-02-15 |
Sebastian Wilhelmi | Changed signature of all g_static_mutex_* functions... |
blob | commitdiff | diff to current |
1999-02-08 |
Sebastian Wilhelmi | Changed the test for getpwuid_r to exclude those system... |
blob | commitdiff | diff to current |
1999-01-19 |
Tor Lillqvist | More Win32 updates. Add missing Win32 files to distribu... |
blob | commitdiff | diff to current |
1999-01-17 |
Tor Lillqvist | Oops, ChangeLog entries too, of course. |
blob | commitdiff | diff to current |
1999-01-16 |
Tor Lillqvist | Merge in current Win32 version. Almost no Unix code... |
blob | commitdiff | diff to current |
1999-01-07 |
Sebastian Wilhelmi | Here we must replace getpwuid by getpwuid_r, but as... |
blob | commitdiff | diff to current |
1998-12-18 |
Sebastian Wilhelmi | Changed the last pthread_cond_init to pthread_attr_init. |
blob | commitdiff | diff to current |
1998-12-17 |
CST 1998 Shawn T... | giounix.c: s/g_main_poll_add/g_main_remove_add/g |
blob | commitdiff | diff to current |
1998-12-17 |
Tim Janik | -DG_LOG_DOMAIN="GThread", we don't need an extern varia... |
blob | commitdiff | diff to current |
1998-12-16 |
Tim Janik | version bump to 1.1.8, binary age 0, interface age 0. |
blob | commitdiff | diff to current |
1998-12-15 |
Sebastian Wilhelmi | updated. |
blob | commitdiff | diff to current |
1998-12-15 |
Sebastian Wilhelmi | s/g_mutex_functions_for_glib_use/g_thread_functions_for... |
blob | commitdiff | diff to current |
|