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