Truncate ChangeLog after moving aside
[platform/upstream/glib.git] / ChangeLog
1 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
2
3         * glib/gtypes.h (G_MININT64): Cast the constant to gint64; it is
4         guint64 otherwise and that can produce warnings about comparison
5         between signed and unsigned.
6
7 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
8
9         * glib/gutils.c: Fix the crt_externs.h include.
10
11 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
12
13         * NEWS: Fix spelling of my first name.
14
15 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
16
17         * Bump version
18
19         * === Released 2.8.1 ===
20
21         * NEWS: Updates
22
23 2005-08-20  Hans Breuer  <hans@breuer.org>
24
25         * glib/makefile.msc.in : link with ws2_32.lib
26
27 2005-08-18  Tor Lillqvist  <tml@novell.com>
28
29         * configure.in: Check for <sys/wait.h>
30
31         * glib/gbacktrace.c: Include <sys/wait.h> on if HAVE_SYS_WAIT_H.
32
33 2005-08-18  Ross Burton  <ross@burtonini.com>
34
35         * glib/gstring.c:
36         Optimise single-character insertions.
37         
38         * glib/gutf8.c:
39         Note copied code.
40         
41         * tests/string-test.c:
42         Add tests for new optimisation, and fix a leak.
43
44 2005-08-17  Matthias Clasen  <mclasen@redhat.com>
45
46         * configure.in: Check for crt_externs.h and _NSGetEnviron.
47
48         * glib/gutils.c: On Darwin, include crt-externs.h and
49         define environ using _NSGetEnviron().  (#313731)
50
51 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
52
53         * glib/gutils.c (g_get_any_init): Move the body of the big if...
54         (g_get_any_init_do): ... to this new function.
55         (g_get_any_init): Declare as inline.
56         (g_get_any_init_locked): New inline function, does the locking.
57         Make use of these two throughout the code.
58
59 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
60
61         * glib/gbacktrace.c (g_on_error_stack_trace): Wait for
62         the child process and then simply return. This makes 
63         The "S" option work as documented in g_on_error_query().
64         (#313125, Matthew F. Barnes)
65
66         * glib/gunicode.h: Update the link to Unicode category
67         values.  (#313369, Behnam Esfahbod)
68
69         * glib/gqueue.c (g_queue_find_custom): Clarify docs
70         a little.  (#311727, Tristan van Berkom)
71
72         * glib/abicheck.sh, gobject/abicheck.sh: Make the 
73         check work on ia64 too, where some symbols ended up 
74         in yet another section.
75