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