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