Add functions to intern strings.
[platform/upstream/glib.git] / ChangeLog
1 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/glib.symbols: 
4         * glib/gquark.h: 
5         * glib/gdataset.c: 
6
7 2005-08-28  Matthias Clasen  <mclasen@redhat.com>
8
9         * glib/giochannel.c: Unify some near-duplicate strings. (#314654,
10         Clytie Siddall)
11         
12 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
13
14         * configure.in: Bump version to 2.9.0
15
16 2005-08-25  Tor Lillqvist  <tml@novell.com>
17
18         Make also the g_spawn*() functions take parameters in the GLib
19         file name encoding, i.e. UTF-8, on Windows. Has no impact on Unix
20         API or ABI. Like the other GLib API that was earlier changed to
21         use UTF-8 on Windows, the names of the functions that take UTF-8
22         have _utf8 suffixes added by using preprocessor macros in the
23         header file. The old names are kept for functions with the old
24         behaviour, taking parameters in the system codepage, for DLL ABI
25         stability.
26         
27         * glib/gspawn.h: On Win32 add the suffix _utf8 to the names of the
28         g_spawn*() functions.
29         
30         * glib/gspawn-win32.c: Use wide-char API on NT-based
31         Windows. Convert parameters from UTF-8 to wide chars (NT) or
32         system codepage (Win9x) and call the C library _wspawn*() or
33         spawn*() functions respectvely. Add DLL ABI stability versions
34         that take parameters in the system codepage.
35
36         * glib/gspawn-win32-helper.c: On NT-based Windows use the
37         wide-char versions of argv and envp, and use wide-char API to
38         change directory and spawn the program to run. Remove the verbose
39         debugging output, it was too complex to modify for the wide-char
40         features. (Just add temporary debugging printouts if needed, no
41         need to have them permanently in the source.)
42
43         * glib/gspawn.c: Corresponding documentation updates.
44
45         * glib/glib.symbols: Corresponding changes: Mark the ABI stability
46         symbols as PRIVATE, add the new _utf8-suffixed ones.
47
48 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
49
50         * glib/gtypes.h (G_MININT64): Cast the constant to gint64; it is
51         guint64 otherwise and that can produce warnings about comparison
52         between signed and unsigned.
53
54 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
55
56         * glib/gutils.c: Fix the crt_externs.h include.
57
58 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
59
60         * NEWS: Fix spelling of my first name.
61
62 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
63
64         * Bump version
65
66         * === Released 2.8.1 ===
67
68         * NEWS: Updates
69
70 2005-08-20  Hans Breuer  <hans@breuer.org>
71
72         * glib/makefile.msc.in : link with ws2_32.lib
73
74 2005-08-18  Tor Lillqvist  <tml@novell.com>
75
76         * configure.in: Check for <sys/wait.h>
77
78         * glib/gbacktrace.c: Include <sys/wait.h> on if HAVE_SYS_WAIT_H.
79
80 2005-08-18  Ross Burton  <ross@burtonini.com>
81
82         * glib/gstring.c:
83         Optimise single-character insertions.
84         
85         * glib/gutf8.c:
86         Note copied code.
87         
88         * tests/string-test.c:
89         Add tests for new optimisation, and fix a leak.
90
91 2005-08-17  Matthias Clasen  <mclasen@redhat.com>
92
93         * configure.in: Check for crt_externs.h and _NSGetEnviron.
94
95         * glib/gutils.c: On Darwin, include crt-externs.h and
96         define environ using _NSGetEnviron().  (#313731)
97
98 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
99
100         * glib/gutils.c (g_get_any_init): Move the body of the big if...
101         (g_get_any_init_do): ... to this new function.
102         (g_get_any_init): Declare as inline.
103         (g_get_any_init_locked): New inline function, does the locking.
104         Make use of these two throughout the code.
105
106 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
107
108         * glib/gbacktrace.c (g_on_error_stack_trace): Wait for
109         the child process and then simply return. This makes 
110         The "S" option work as documented in g_on_error_query().
111         (#313125, Matthew F. Barnes)
112
113         * glib/gunicode.h: Update the link to Unicode category
114         values.  (#313369, Behnam Esfahbod)
115
116         * glib/gqueue.c (g_queue_find_custom): Clarify docs
117         a little.  (#311727, Tristan van Berkom)
118
119         * glib/abicheck.sh, gobject/abicheck.sh: Make the 
120         check work on ia64 too, where some symbols ended up 
121         in yet another section.
122