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