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