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