Updates to Tomato RAF including NGINX && PHP
[tomato.git] / release / src / router / glib / gthread / ChangeLog
blob788ff3712f60143ceff68b90ca814f4b2961ea3e
1 1999-03-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3         * gthread-posix.c: Fixed broken mutex_trylock and slightly broken
4         cond_timed_wait functions.
6 1999-02-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
8         * testgthread.c (test_mutexes): Use new signature of
9         g_static_mutex* functions.
11 1999-02-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
13         * gthread-posix.c (g_private_get_posix_impl): Use the
14         HAVE_PTHREAD_GETSPECIFIC_POSIX macro to determine, which signature
15         to use for pthread_getspecific.
17 Tue Jan 19 20:56:02 1999  Tor Lillqvist  <tml@iki.fi>
19         * Makefile.am (EXTRA_DIST): Added gthread.def.
21 Sun Jan 17 10:58:19 1999  Tor Lillqvist  <tml@iki.fi>
23         * gthread.def: New file.
25 1999-01-16 1999  Tor Lillqvist  <tml@iki.fi>
27         * gthread-posix.c: Conditionalize <sys/time.h> inclusion.
29 1999-01-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
31         * testgthread.c: conditionally compile according to the
32         G_THREADS_IMPL_??? macros.
33         (test_private_func): use rand_r instead of rand to make it
34         thread safe.
36 1998-12-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
38         * testgthread.c (new_thread): As a joinable thread seems to be the
39         default on posix, leave the explicit setting out, as it causes
40         problems on some older platforms.
42 Wed Dec 16 22:21:33 CST 1998 Shawn T. Amundson <amundson@gtk.org>
44         * gthread-posix.c: use g_free in mutex_free (from Tim Janik)
46 Thu Dec 17 03:38:57 1998  Tim Janik  <timj@gtk.org>
48         * Makefile.am: -DG_LOG_DOMAIN="GThread", we don't need an extern
49         variable for that (noticed by Joel Becker <jlbec@ocala.cs.miami.edu>)
51 Wed Dec 16 03:16:16 1998  Tim Janik  <timj@gtk.org>
53         * testgthread.c: s/g_thread_supported/g_thread_supported ()/
54         * gthread.c: s/g_thread_supported/g_threads_got_initialized/
55         (g_thread_init): bail out if G_THREADS_ENABLED is not defined.
57 1998-12-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
59         * Makefile.am (EXTRA_DIST): updated.
61         * testgthread.c, gthread-*.c: Changed private to private_key to
62         avoid problems when compiling with under C++.
64         * gthread-none.c: 
65         s/g_mutex_functions_for_glib_use/g_thread_functions_for_glib_use/
67         * ChangeLog: from now on there is an extra ChangeLog for gthread
68