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