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