pthread_create in libc
[platform/upstream/glib.git] / ChangeLog.pre-2-2
1 1999-03-16  Timur Bakeyev  <mc@bat.ru>
2
3         * configure.in: Fix problem with pthread_create in libc, as running
4         "gcc test.c -l " is not legal.
5
6 1999-03-16  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
7
8         * tests/type-test.c: Added a test for the
9         G_(U)?INT(16|32|64)_FORMAT and G_(MIN|MAX|MAXU)(SHORT|INT|LONG)
10         macros.
11
12         * configure.in: Removed G_(U)?INT8_FORMAT again, as it can't be
13         used for scanf.
14
15         * configure.in: Added the macros G_MAXU(SHORT|INT|LONG). I do not
16         know how to handle these on platforms with /usr/include/values.h,
17         but without /usr/include/limits.h. Please someone add this.
18
19
20 1999-03-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
21
22         * configure.in: Added the macros G_(U)?INT(8|16|32|64)_FORMAT to
23         use for printf and (much more important) scanf format strings for
24         the corresponding GLib types. 
25
26         * glib.h Added G_(U)?(SHORT|INT|LONG)_FORMAT for consistency. It
27         however makes no sense to also provide G_(FLOAT|DOUBLE)_FORMAT, as
28         they are different for printf (f for both) and scanf (f for float,
29         lf for double). Defining G_INT_FORMAT makes sense however, as we
30         might want to define gint to something different than int someday
31         in the future. Idea from Sascha Brawer <sb@adasys.ch>.
32         
33 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
34
35         * gdate.c:
36         Commented out debugging output.
37
38         * tests/Makefile.am, tests/date-test.c:
39         Added test of the GDate module, based closely on testgdate.c.
40
41         * tests/Makefile.am:
42         Bugfix - compile tests with @GLIB_DEBUG_FLAGS@.
43
44 1999-03-14  Raja R Harinath  <harinath@cs.umn.edu>
45
46         * configure.in (glibconfig.h): Remove widechar tests and defines.
47         (fd_set): Change the grep for `fd_mask' to search for `fd_set'.
48         * gerror.c (fd_mask): Remove conditional typedef.  It is not used
49         elsewhere in the file.
50         * gmain.c (fd_mask): Likewise.
51
52 1999-03-12  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
53
54         * configure.in: Test for posix threads first, then for dce threads.
55
56 1999-03-11  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
57
58         * configure.in: Revamped the thread configure stuff. Now dce
59         threads (old posix draft) are recogniced. This is necessary,
60         because dce threads are in fact working quite differently from
61         posix threads. Also changed the conditions for checking for MT
62         safe functions a bit, because G_THREADS_IMPL_NONE still have to
63         compile thread safe. NOTE: Please do not commit my change to
64         glib-1-2/{acconfig.h,configure.in,config.h.win32} from 1999-03-03,
65         as the current change will take care of that too.
66
67 Tue Mar  9 14:37:32 1999  Jeff Garzik  <jgarzik@pobox.com>
68
69         * Makefile.am, glib.h, gstack.c, gqueue.c,
70           tests/Makefile.am, tests/queue-test.c, tests/stack-test.c:
71         Added stack, queue ADTs and related tests.
72
73         * glib.h, glist.c:
74         New g_list_delete() function.
75
76 Sat Mar  6 11:03:08 1999  Asbjorn Pettersen  <ape@lrdpf.spacetec.no>
77
78         * gutils.c (g_get_any_init): add OS/2 changes.
79         change '\\' in HOME to '/'.
80
81 1999-03-03  Josh MacDonald  <jmacd@spin.dsl.pacbell.net>
82
83         * glib.def: g_spaced_primes_closest was omitted here, so I
84         couldn't build Xdelta on Windows.
85
86 1999-03-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
87
88         * gutils.c (g_get_any_init): Fixed yet another bloody
89         implementation of getpwuid_r on AIX. Thanks to Olaf Dietsche
90         <olaf.dietsche+list.gtk@netcologne.de>. I would like a configure
91         test better than that, but have no idea, how to do that easily.
92
93 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
94
95         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
96         new one.
97
98         * configure.in: set glib version to 1.3.0.