Documentation updates. (#323291, Morten Welinder)
[platform/upstream/glib.git] / ChangeLog
1 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/gutf8.c: Documentation updates.  (#323291, Morten Welinder)
4
5         * tests/Makefile.am (TESTS_ENVIRONMENT): 
6         * tests/gobject/Makefile.am (TESTS_ENVIRONMENT): Set
7         MALLOC_CHECK_ and MALLOC_PERTURB_
8
9         * tests/run-collate-tests.sh: Run the collation tests explicitly 
10         in en_US locale. (#320463)
11
12         * glib/gmem.h: Really deprecate GMemChunk.
13
14         * glib/gdate.c: 
15         * glib/gutils.c: 
16         * glib/gtree.c: 
17         * glib/gstring.c: 
18         * glib/giochannel.c: 
19         * glib/gstrfuncs.c: Add versioned deprecation docs. 
20
21 2005-12-05  Martyn Russell  <martyn@imendio.com>
22
23         * docs/reference/glib/glib-sections.txt:
24         * glib/gasyncqueue.[ch]:
25         - Added support for sorting async queues by with _push_sorted(),
26         _push_sorted_unlocked(), _sort() and _sort_unlocked() (#323047).
27         
28         * tests/Makefile.am:
29         * tests/asyncqueue-test.c:
30         - Added test case for gasyncqueue.c
31
32 Mon Dec  5 15:53:20 2005  Tim Janik  <timj@imendio.com>
33
34         * glib/gslice.c: implement chain walking for arbitrary ->next pointer
35         offsets in g_slice_free_chain_with_offset() based on a patch by behdad
36         in bug 323178. moved time consuming logic from g_slice_free() out of
37         the inner loop, so g_slice_free_chain_with_offset() provides a real
38         performance benefit over g_slice_free1() now.
39         
40         * glib/gslice.h: renamed g_slice_free_chain() to
41         g_slice_free_chain_with_offset(). implemented g_slice_free_chain() as
42         a type-safe macro as suggested in bug 323178.
43         simplified the macro implementation of g_slice_free() and implemented
44         it in a type safe manner for all compliers as suggested by Morten
45         Welinder <mortenw@gnome.org>.
46
47         * glib/gmain.c:
48         * glib/glist.c:
49         * glib/gslist.c:
50         * glib/glib.symbols: s/g_slice_free_chain/g_slice_free_chain_with_offset/
51
52 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
53
54         * glib/gasyncqueue.c: Add some docs.
55
56         * tests/libmoduletestplugin_a.c: Fix compiler warnings.
57
58         * glib/gatomic.c: In the ia64 implementation, use
59         __sync builtin without _si or _di suffix.  (#321229,
60         Stanislav Brabec, patch by Andreas Schwab)
61
62 2005-12-04  Behdad Esfahbod  <behdad@gnome.org>
63
64         * glib/gslice.h: Remove comma at the end of enum.
65
66 2005-12-04  Matthias Clasen  <mclasen@redhat.com>
67
68         Handle multiple user names with the same UID better.
69         (#319535, Laszlo Peter)
70         
71         * glib/gutils.c (g_get_any_init_do): When determining user
72         data, first look up $LOGNAME. If the UID doesn't match
73         getuid(), fall back to the current behaviour of looking
74         up the user data based on getuid().
75
76 2005-12-04  Matthias Clasen  <mclasen@redhat.com>
77
78         * glib/gmacros.h (G_GNUC_WARN_UNUSED_RESULT): Add a macro
79         to make gcc warn if a function result is ignored.  (#145466,
80         Arjan van de Ven, Alex Larsson)
81
82         * glib/gmem.h: Add the new attribute to g_realloc and 
83         g_try_realloc.
84
85 2005-12-03  Matthias Clasen  <mclasen@redhat.com>
86
87         * glib/glib.symbols: 
88         * glib/gcache.h: Deprecate g_cache_value_foreach. (#322956,
89         Nicolas Caniart)
90
91         * glib/gmappedfile.c: Make mapping of empty files
92         work.  (#321530)
93         
94         * glib/gfileutils.c: Don't fork a new process just to 
95         fix the permissions of the created temp file.  (#321318,
96         Alexis S. L. Carvalho)
97
98 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
99
100         * README.in: Add a note about Solaris threads.
101
102         * glib/gspawn.c:
103         * configure.in: Remove support for Solaris threads. 
104         (#136971, Sebastian Wilhelmi, patch by Andrew Paprocki)
105
106 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
107
108         * configure.in: Define G_GUINT64_CONSTANT in analogy to
109         G_GINT64_CONSTANT.  (#322568, Andrew Paprocki)
110
111 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
112
113         * glib/gslice.c: Win32 portability fixes and C99ism removal,
114         pointed out by Kazuki Iwamoto.  (#323052)
115         
116 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
117
118         * glib/gatomic.c (g_atomic_int_add): Add a missing volatile for
119         the IA64 implementation.
120
121 Fri Dec  2 16:18:09 2005  Tim Janik  <timj@imendio.com>
122
123         * glib/gslice.c: some naming and type size fixups.
124
125 Fri Dec  2 13:08:58 2005  Tim Janik  <timj@gtk.org>
126
127         * glib/gslice.h (g_slice_free): reworked GCC-specific type-safe macro
128         variant into something less verbose, but digestible for gcc-3.4.
129
130 Fri Dec  2 10:55:07 2005  Tim Janik  <timj@imendio.com>
131
132         * tests/slice-test.c: extended to perform the benchmarking on the old
133         memchunk code if 'O' is selected.
134
135         * tests/memchunks.c: new file which contains the old GLib mem chunks
136         implementation with prefix old_mem_chunk_.
137
138         * tests/Makefile.am: added memchunks.c
139
140 Fri Dec  2 00:16:59 2005  Tim Janik  <timj@imendio.com>
141
142         * glib/gslice.c: improved gettimeofday() timer resolution by maintaining
143         acceptable load distribution of the syscall.
144         (allocator_get_magazine_threshold): reduce minimum/single-thread magazine
145         sizes to approximately page_size/2.5 to avoid excessive startup allocations.
146
147 2005-12-01  Matthias Clasen  <mclasen@redhat.com>
148
149         * tests/gobject/ifacecheck.c (test_iface_base_init): Don't
150         double-free base interface members.
151
152         * tests/Makefile.am: Remove duplicate variable.
153
154 Thu Dec  1 17:32:46 2005  Tim Janik  <timj@imendio.com>
155
156         * glib/gslice.[hc]: new slice allocator implementation.
157
158         * tests/slice-test.c: added random slice allocation test.
159
160         * glib/gthread.[hc]: removed newly added private thread mem API.
161
162         * glib/gthreadinit.h:
163         * glib/gmessages.c:
164         * glib/gthread.c:
165         * glib/gmem.c: divided glib threading initialisation into three phases,
166         initialisation where private keys and messaging are not available (only
167         needed by gmem.c), initialisation without messaging but private keys
168         available (gslice.c, gmessage.c), and full fledged initialisers that
169         server the rest of glib. initialisation functions got renamed to reflect
170         the limitations of their corresponding phases.
171
172         * glib/gmem.c: removed memchunk code, defer allocations to 
173         g_slice_* instead.
174
175         * glib/gmem.[hc]: removed g_slice_* skeletons.
176
177         * glib/glib.symbols: added g_slice_* symbols.
178
179         * configure.in: check for availability of posix_memalign(3), memalign(3)
180         and valloc(3). 
181
182         * glib/Makefile.am: added gslice.[hc].
183
184 2005-12-01  Tor Lillqvist  <tml@novell.com>
185
186         * glib/gstdio.c (g_stat): In the Win32 implementation, strip
187         trailing slash(es) for non-root folders. stat() fails if non-root
188         folders are specified with trailing slashes. It's too much hassle
189         to demand that callers strip such slashes themselves, especially
190         as it is easy to get it wrong and strip the slash of a root
191         folder.
192         (g_rename): On NT-based Windows, use MoveFileEx() with
193         MOVEFILE_REPLACE_EXISTING to better match Unix behaviour.
194
195 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
196
197         Fix G_STMT_START / G_STMT_END on Solaris.  (#321972,
198         Andrew Paprocki)
199         
200         * configure.in: Check whether do { } while (0) works.
201
202         * glib/gmacros.h: Use do { } while (0) for G_STMT_START / 
203         G_STMT_END if it works.
204         
205 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
206
207         * glib/gthread.c (g_static_rw_lock_wait, g_static_rw_lock_signal): 
208         * glib/gnode.c (g_node_depth_traverse_level): 
209         * glib/gmem.c (g_allocator_new): 
210         * glib/ghash.c (g_hash_table_unref, g_hash_table_destroy) 
211         (g_hash_table_foreach_remove_or_steal): Silence compiler
212         warnings.
213
214 2005-11-27  Matthias Clasen  <mclasen@redhat.com>
215
216         * glib/gunicollate.c (g_utf8_collate_key_for_filename): 
217         Don't read beyond len.  (#322520, Christian Persch)
218
219 Wed Nov 23 17:34:01 2005  Tim Janik  <timj@imendio.com>
220
221         * glib/gdataset.c: access datalist flags via atomic pointer access
222         functions, instead of acquiring the dataset lock. this is faster and
223         also matches the atomic pointer readouts in gdatalistprivate.h and
224         direct pointer modifications required by gobject.c.
225
226 Wed Nov 23 13:35:31 2005  Tim Janik  <timj@gtk.org>
227
228         * glib/gdataset.c: streamlined initialization code somewhat,
229         removed GData node cache.
230
231 2005-11-22  Matthias Clasen  <mclasen@redhat.com>
232
233         * glib/ghash.c (g_hash_table_ref): 
234         (g_hash_table_unref): Mark these as new API.
235
236         Avoid double locking in g_intern_string (#322133,
237         Benedikt Meurer)
238
239         * glib/gdataset.c (g_quark_from_string_internal): New 
240         internal function which factors out common parts of 
241         g_quark_from[_static]_string.
242         (g_quark_from_string, g_quark_from_static_string):
243         Use g_quark_from_string_internal.
244         (g_intern_string, g_intern_static_string): Use
245         g_quark_from_string_internal, and only take the
246         lock once.
247         (g_quark_new): Don't store the strings shifted by -1
248         in the g_quarks array.
249         (g_quark_to_string): Adapt to the previous change.
250
251 Tue Nov 22 14:04:26 2005  Tim Janik  <timj@imendio.com>
252
253         * glib/ghash.h: 
254         * glib/ghash.c: 
255         g_hash_table_new_full(): create hash tables with a ref count of 1.
256         g_hash_table_ref(): atomically ref_count+=1
257         g_hash_table_unref(): atomically ref_count-=1, destroys hash table
258         when refcount reaches 0.
259         g_hash_table_destroy(): just destroy keys and values, unref by 1.
260         g_hash_table_insert(): 
261         g_hash_table_replace(): assert ref_count>0.
262
263         * glib/gatomic.h: 
264         * glib/gatomic.c: added 'volatile' qualifier to all atomic pointer and
265         integer pointers.
266
267 2005-11-20  Behdad Esfahbod  <behdad@gnome.org>
268
269         * glib/guniprop.c (g_unichar_get_mirror_char): Remove unused
270         variables. (#321984, Andrew Paprocki)
271
272 2005-11-18  Matthias Clasen  <mclasen@redhat.com>
273
274         * configure.in: Bump version
275
276 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
277
278         * === Released 2.9.0 ===
279
280         * glib/glib.symbols: Updates
281
282         * glib/gutf8.c (g_utf8_offset_to_pointer): Add some performance
283         hints to the docs. (Paolo Borelli)
284         
285         * NEWS: Updates
286
287         * glib/gthread.c (g_thread_foreach): Mark as new api.
288
289         * README.in: Updates.
290
291         * glib/glib.symbols: 
292         * glib/gdate.h: 
293         * glib/gdate.c (g_date_set_time_t): 
294         (g_date_set_time_val): Add functions to set a date from
295         a time_t and from a GTimeVal.
296         (g_date_set_time): Deprecate.  (#314067, Roger Leigh)
297         
298         * tests/Makefile.am:
299         * tests/utf8-pointer.c: Unit tests for g_utf8_pointer_to_offset
300         and g_utf8_offset_to_pointer.
301
302         * glib/gutf8.c (g_utf8_pointer_to_offset) 
303         (g_utf8_offset_to_pointer): Handle negative offsets, and use
304         "stutter stepping" for going backwards. (#320638, Larry
305         Ewing)
306
307         * glib/gbacktrace.c:
308         * glib/gdate.c:
309         * glib/gthread.c: const correctness fixes, found
310         by Arjan van de Ven and gcc.
311         
312 2005-11-16  Behdad Esfahbod  <behdad@gnome.org>
313
314         * docs/reference/glib/tmpl/unicode.sgml: Correct typo on mentioning
315         @G_UNICODE_BREAK_UNKNOWN that should be #G_UNICODE_BREAK_UNKNOWN.
316
317 2005-11-09  Behdad Esfahbod  <behdad@gnome.org>
318
319         * glib/guniprop.c: Use bit hacks instead when checking a general
320         category value against multiple values.
321
322         * glib/gutf8.c: Change ISO10646 to Unicode in docs.
323
324 2005-11-10  Simos Xenitellis  <simos@gnome.org>
325
326         * configure.in: Added tt (Tatar) to ALL_LINGUAS.
327
328 2005-11-05  Tor Lillqvist  <tml@novell.com>
329
330         * glib/giowin32.c (g_io_win32_set_flags): Don't call g_warning().
331         (#320688) Instead set error and return failure.
332
333 2005-11-07  Matthias Clasen  <mclasen@redhat.com>
334
335         * glib/gmain.c (g_main_dispatch): Don't call cb_funcs->unref
336         while holding the context lock.  (#320886, Andy Wingo)
337
338 2005-11-07  Billy Biggs <vektor@dumbterm.net>
339
340         * tests/refcount/Makefile.am: Add a missing reference to libglib
341         in the LDADD for this test.
342
343 2005-11-07  Matthias Clasen  <mclasen@redhat.com>
344
345         * glib/gmem.c (g_allocator_new): We need to set n_preallocs to a
346         nonzero value, otherwise GTK+ 2.8 breaks when compiled against
347         GLib 2.9.  (#320755, Luca Ferretti)
348
349 2005-11-04  Matthias Clasen  <mclasen@redhat.com>
350
351         * glib/Makefile.am: Apply a patch from Behdad Esfahbod to 
352         use a faster lookup table for g_unichar_get_mirror_char().
353         * glib/gmirroringtable.h: The new table.
354         * glib/gunichartables.h: Remove bidi_mirroring_table.
355         * glib/gen-unicode-tables.pl: Don't generate the mirroring
356         table.
357         * glib/glib-mirroring-tab/*: Sources for the program
358         which generated gmirroringtable.h.
359
360         * glib/glist.c: Avoid some code duplication.
361
362         * glib/gscanner.h: Include gdataset.h.  (#320322)
363
364         * glib/gdebug.h: add new GDebugFlag for fatal_criticals
365         * glib/gmessages.c: (_g_debug_init): handle G_DEBUG=fatal_criticals,
366         to help find critical warnings in applications.  (#320017,
367         Vincent Untz)
368
369 2005-11-02  Tor Lillqvist  <tml@novell.com>
370
371         * glib/glib.symbols: Remove large amount of trailing whitespace
372         from one line. Remove #ifdef G_UNDEFINED from around
373         g_hash_table_new and g_hash_table_new_full symbols, what was the
374         purpose of that? Add the g_slice functions.
375
376 Tue Nov  1 16:24:20 2005  Tim Janik  <timj@imendio.com>
377
378         * glib/gmem.[hc]: prepared deprecation of GMemChunk and GAllocator.
379         added g_slice_*() API to allocate and cache small bits of memory.
380         an actuall allocator implementation for g_slice_*() is still pending.
381
382         * glib/gthread.[hc]: changes from a patch by Matthias Clasen.
383         changed GRealThread list to use in-structure *next; fields instead
384         of GSList, in order for thread iteration to not depenend on g_slice_*()
385         indirectly.
386         _g_thread_mem_private_get():
387         _g_thread_mem_private_set(): added accessors for private memory,
388         needed because the ordinary GPrivate implementation relies on GArray
389         and GSList and therefore indirectly on working g_slice_*() allocations.
390
391         * glib/gthread.[hc]:
392         g_thread_foreach(): new public API function to loop over all existing threads.
393
394         * glib/gdataset.c:
395         * glib/gstring.c:
396         * glib/gcache.c:
397         * glib/garray.c: 
398         * glib/gqueue.c:
399         * glib/gslist.c:
400         * glib/glist.c:
401         * glib/ghash.c:
402         * glib/gtree.c:
403         * glib/ghook.c:
404         * glib/gmain.c:
405         * glib/gnode.c:
406         removed GAllocator and free list usages and accompanying locks.
407         use g_slice_*() API to allocate and cache small bits of memory.
408
409         * glib/ghook.h: removed GMemChunk field from public API.
410
411         * glib/gslist.h:
412         * glib/glist.h: deprecate allocator API, provide _free1() for consistency.
413
414         * glib/gnode.h: deprecate allocator API.
415
416         * glib/gmain.c: reordered GPollRec fields so g_slice_free_chain() can
417         be used for poll rec lists.
418
419         * glib/grel.c: removed mem chunk usage, and allocated tuples via g_slice_*().
420         g_relation_destroy(): free all tuples from the all_tuples hash table,
421         this effectively maintains the life time track keeping of tuples.
422         g_relation_delete_tuple(): free tuples which are removed from the
423         all_tuples hash table. this fixes a temporary leak that was present
424         in the memchunk code until the destruction of the relation.
425
426 2005-10-29  Matthias Clasen  <mclasen@redhat.com>
427
428         * tests/convert-test.c: Add some tests for conversions between
429         UTF-8, UCS-4 and UTF-16.
430
431         * glib/gutf8.c (g_utf8_to_ucs4, g_utf8_to_utf16): Fix handling
432         of len == -1, noticed by Morten Welinder.
433
434 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
435
436         * configure.in: Added ku (Kurdish) to ALL_LINGUAS
437
438 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
439
440         * glib/gutf8.c (g_ucs4_to_utf8): Don't set items_read twice
441         in the error case, and add some documentation.  (#319806, Morten
442         Welinder)
443
444 2005-10-19  Manish Singh  <yosh@gimp.org>
445
446         * configure.in: Use AC_CHECK_FUNCS for _NSGetEnviron, to get the
447         config.h symbol automatically. Fixes bug #313731.
448
449 2005-10-19  Tor Lillqvist  <tml@novell.com>
450
451         * glib/gwin32.c (g_win32_get_package_installation_directory):
452         Return a g_strdup()ed copy of the value stored in the hash table,
453         so that it can be g_free()d without leaving a dangling pointer in
454         the hash table. (#319232)
455
456 2005-10-06  Matthias Clasen  <mclasen@redhat.com>
457
458         * glib/gunicollate.c (g_utf8_collate_key_for_filename): Handle
459         all-zero sequences correctly.  (#317930, Sebastien Bacher)
460
461 2005-10-05  Matthias Clasen  <mclasen@redhat.com>
462
463         * glib/gmarkup.c (g_markup_escape_text): Doc addition
464
465         * Makefile.am: Add Collation tests.
466
467         * tests/collate/*: Inputs and expected outputs for collation tests.
468
469         * tests/run-collate-tests.sh: Script to run collation tests.
470
471         * tests/unicode-collate.c (main): Rework slightly to make
472         it usable in unit tests. Also test g_utf8_collate_key_for_filename().
473
474 2005-10-01  Behdad Esfahbod  <behdad@gnome.org>
475
476         * docs/reference/glib/tmpl/unicode.sgml:
477         * glib/gen-unicode-tables.pl:
478         * glib/gunibreak.h:
479         * glib/gunichartables.h:
480         * glib/gunicode.h:
481         * tests/casefold.txt:
482         * tests/casemap.txt: Updated to Unicode 4.1.  There are five new
483         GUnicodeBreakType types.  That may break some applications, like
484         Pango <= 1.10.
485
486 2005-09-26  Matthias Clasen  <mclasen@redhat.com>
487
488         * glib/gstrfuncs.c (g_ascii_strtoull): Add details to the 
489         docs.  (#314393, Matthew F. Barnes)
490
491         * glib/glib.symbols:
492         * glib/gprintf.h: Remove g_snprintf() and g_vsnprintf(), since
493         they are already declared in glib.h. This doesn't break documented
494         use of gprintf.h, but should probably be pointed out in the 
495         release notes for 2.10. (#314232, Behdad Esfahbod)
496
497 Tue Sep 20 13:16:04 2005  Tim Janik  <timj@imendio.com>
498
499         * glib/gpattern.c (g_pattern_ph_match): applied significant recursion
500         complexity optimization, based on a patch from Matthias Clasen.
501
502         * tests/patterntest.c: more tests, mostly from matthias.
503
504 2005-09-20  Matthias Clasen  <mclasen@redhat.com>
505
506         * glib/gqueue.c (g_queue_insert_sorted): Correct the docs.
507         (#316703, Mark Drago)
508
509 Mon Sep 19 17:23:23 2005  Tim Janik  <timj@imendio.com>
510
511         * glib/gpattern.c: applied a patch from matthias which checks on the
512         upper bound of GPatternSpec length to optimize matches.
513         cosmetic fixups.
514
515         * tests/patterntest.c: added more match cases.
516
517 2005-09-16  Tor Lillqvist  <tml@novell.com>
518
519         * glib/gstrfuncs.c (g_ascii_strcasecmp, g_ascii_strncasecmp): Add
520         warning to doc comment that these functions should not be used on
521         encodings like CP932.
522
523 2005-09-14  Matthias Clasen  <mclasen@redhat.com>
524
525         * tests/keyfile-test.c: Add a test for grup names of length 1.
526
527         * glib/gkeyfile.c (g_key_file_line_is_group): Accept group names
528         of length 1.  (#316309)
529         
530 2005-09-12  Matthias Clasen  <mclasen@redhat.com>
531
532         * glib/gmarkup.c (g_markup_escape_text): Clarify docs.
533
534 2005-09-11  Sebastian Wilhelmi  <seppi@seppi.de>
535
536         * tests/refcount/Makefile.am (INCLUDES): Link the the refcount
537         tests to the system thread library $(G_THREAD_LIBS). Fixes #313744
538         and #314217.
539
540 2005-09-11  Kjartan Maraas  <kmaraas@gnome.org>
541
542         * glib/gmain.c: (g_child_watch_prepare), (g_child_watch_check),
543         (child_watch_helper_thread): Remove some dead code. Closes
544         bug #315278.
545
546 2005-09-07  Tor Lillqvist  <tml@novell.com>
547
548         * glib/Makefile.am: Create also a console version of the
549         gspawn-win32-helper program, gspawn-win32-helper-console.exe.
550         It's otherwise identical to gspawn-win32-helper.exe, except marked
551         as a console application (linked without the -mwindows option).
552         
553         * glib/gspawn-win32.c (do_spawn_directly, do_spawn_with_pipes):
554         Drop the dont_wait parameter. Its truth value correlated 100% with
555         the NULLness of the exit_status parameter anyway, so it's enough
556         to check whether exit_status is NULL. Invert the sense of the
557         dont_return_handle parameter and rename it to do_return_handle, to
558         make the code easier to read by avoiding double negations.
559
560         (g_spawn_sync_utf8, g_spawn_async_with_pipes_utf8): Modify calls
561         to do_spawn_with_pipes() accordingly.
562
563         (do_spawn_with_pipes): If we have a console, use the console
564         version of the helper program, otherwise use the GUI one. This
565         avoids extra console windows opening up in some situations. (In
566         case a console application uses the GUI gspawn-win32-helper.exe to
567         spawn another console application we would get a separate console
568         for the spawned console application).
569
570         * glib-zip.in: Distribute also gspawn-win32-helper-console.exe.
571
572 2005-09-05  Matthias Clasen  <mclasen@redhat.com>
573
574         * glib/gmappedfile.c (g_mapped_file_new): Report an error
575         if the file is too large.  (#315275, Kjartan Maraas)
576
577         * glib/gkeyfile.c (g_key_file_load_from_fd): The return value
578         of read() is signed.  (#315273, Kjartan Maraas)
579         
580 2005-08-31  Tor Lillqvist  <tml@novell.com>
581
582         * glib/gutils.h: Wrapping atexit() is a bad idea on Windows, where
583         the EXE and each DLL have their own atexit function chains.
584
585         #define g_atexit as atexit instead. This means it has a
586         better chance of doing what the caller wants. For instance,
587         gtkhtml calls g_atexit() registering a function in gtkhtml
588         itself. This caused a crash when g_atexit() was implemented as a
589         function in the GLib DLL. The gtkhtml DLL was already unloaded by
590         the time the GLib DLL got unloaded.
591
592         * glib/gutils.c: #undef the #define mentioned above, to also get a
593         real g_atexit() into the DLL for backward compatibility. Document
594         the Windows behaviour of g_atexit(), and document the varying ways
595         atexit() can behave in the context of dynamically loaded modules
596         on Unix.
597
598 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
599
600         * glib/glib.symbols: 
601         * glib/gquark.h: 
602         * glib/gdataset.c: Add string interning functions.
603
604 2005-08-28  Matthias Clasen  <mclasen@redhat.com>
605
606         * glib/giochannel.c: Unify some near-duplicate strings. (#314654,
607         Clytie Siddall)
608         
609 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
610
611         * configure.in: Bump version to 2.9.0
612
613 2005-08-25  Tor Lillqvist  <tml@novell.com>
614
615         Make also the g_spawn*() functions take parameters in the GLib
616         file name encoding, i.e. UTF-8, on Windows. Has no impact on Unix
617         API or ABI. Like the other GLib API that was earlier changed to
618         use UTF-8 on Windows, the names of the functions that take UTF-8
619         have _utf8 suffixes added by using preprocessor macros in the
620         header file. The old names are kept for functions with the old
621         behaviour, taking parameters in the system codepage, for DLL ABI
622         stability.
623         
624         * glib/gspawn.h: On Win32 add the suffix _utf8 to the names of the
625         g_spawn*() functions.
626         
627         * glib/gspawn-win32.c: Use wide-char API on NT-based
628         Windows. Convert parameters from UTF-8 to wide chars (NT) or
629         system codepage (Win9x) and call the C library _wspawn*() or
630         spawn*() functions respectvely. Add DLL ABI stability versions
631         that take parameters in the system codepage.
632
633         * glib/gspawn-win32-helper.c: On NT-based Windows use the
634         wide-char versions of argv and envp, and use wide-char API to
635         change directory and spawn the program to run. Remove the verbose
636         debugging output, it was too complex to modify for the wide-char
637         features. (Just add temporary debugging printouts if needed, no
638         need to have them permanently in the source.)
639
640         * glib/gspawn.c: Corresponding documentation updates.
641
642         * glib/glib.symbols: Corresponding changes: Mark the ABI stability
643         symbols as PRIVATE, add the new _utf8-suffixed ones.
644
645 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
646
647         * glib/gtypes.h (G_MININT64): Cast the constant to gint64; it is
648         guint64 otherwise and that can produce warnings about comparison
649         between signed and unsigned.
650
651 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
652
653         * glib/gutils.c: Fix the crt_externs.h include.
654
655 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
656
657         * NEWS: Fix spelling of my first name.
658
659 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
660
661         * Bump version
662
663         * === Released 2.8.1 ===
664
665         * NEWS: Updates
666
667 2005-08-20  Hans Breuer  <hans@breuer.org>
668
669         * glib/makefile.msc.in : link with ws2_32.lib
670
671 2005-08-18  Tor Lillqvist  <tml@novell.com>
672
673         * configure.in: Check for <sys/wait.h>
674
675         * glib/gbacktrace.c: Include <sys/wait.h> on if HAVE_SYS_WAIT_H.
676
677 2005-08-18  Ross Burton  <ross@burtonini.com>
678
679         * glib/gstring.c:
680         Optimise single-character insertions.
681         
682         * glib/gutf8.c:
683         Note copied code.
684         
685         * tests/string-test.c:
686         Add tests for new optimisation, and fix a leak.
687
688 2005-08-17  Matthias Clasen  <mclasen@redhat.com>
689
690         * configure.in: Check for crt_externs.h and _NSGetEnviron.
691
692         * glib/gutils.c: On Darwin, include crt-externs.h and
693         define environ using _NSGetEnviron().  (#313731)
694
695 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
696
697         * glib/gutils.c (g_get_any_init): Move the body of the big if...
698         (g_get_any_init_do): ... to this new function.
699         (g_get_any_init): Declare as inline.
700         (g_get_any_init_locked): New inline function, does the locking.
701         Make use of these two throughout the code.
702
703 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
704
705         * glib/gbacktrace.c (g_on_error_stack_trace): Wait for
706         the child process and then simply return. This makes 
707         The "S" option work as documented in g_on_error_query().
708         (#313125, Matthew F. Barnes)
709
710         * glib/gunicode.h: Update the link to Unicode category
711         values.  (#313369, Behnam Esfahbod)
712
713         * glib/gqueue.c (g_queue_find_custom): Clarify docs
714         a little.  (#311727, Tristan van Berkom)
715
716         * glib/abicheck.sh, gobject/abicheck.sh: Make the 
717         check work on ia64 too, where some symbols ended up 
718         in yet another section.
719