Update the internal copy of PCRE to 7.4
[platform/upstream/glib.git] / ChangeLog
1 2007-11-06  Matthias Clasen <mclasen@redhat.com>
2
3         * glib/pcre/*: Update the internal copy of PCRE to 7.4
4
5 2007-10-22  Tor Lillqvist  <tml@novell.com>
6
7         * glib/gutils.c (_glib_gettext): Plug small one-time leak on
8         Windows. (#488068, Daniel Atallah)
9
10 2007-10-21  Behdad Esfahbod  <behdad@gnome.org>
11
12         * glib/gdate.c (g_date_strftime):
13         * glib/gmain.c (g_main_context_check):
14         * glib/gregex.c (g_match_info_fetch_all), (g_regex_split_full):
15         * glib/gthread.c (g_once_init_enter_impl), (g_once_init_leave):
16         * glib/gthread.h:
17         * glib/gutf8.c (g_utf16_to_utf8), (g_utf16_to_ucs4):
18         * tests/errorcheck-mutex-test.c (lock_locked_mutex),
19         (trylock_locked_mutex), (unlock_unlocked_mutex),
20         (free_locked_mutex), (wait_on_unlocked_mutex),
21         (wait_on_otherwise_locked_mutex), (timed_wait_on_unlocked_mutex),
22         (timed_wait_on_otherwise_locked_mutex):
23         Fix warnings from sparse. (#487491, Kjartan Maraas)
24
25 2007-10-17  Matthias Clasen  <mclasen@redhat.com>
26
27         * configure.in: Bump version
28
29 2007-10-16  Matthias Clasen  <mclasen@redhat.com>
30
31         * === Released 2.14.2 ===
32
33         * NEWS: Updates
34
35         * configure.in: Check for sys/resource.h
36
37         * glib/gspawn.c: Improve the fdwalk implementation on Linux
38         to only walk over actually open file descriptors. (#469231, 
39         Lennart Poettering)
40
41 2007-10-13  Sven Herzberg  <herzi@gnome-de.org>
42
43         Reviewed by Tim Janik.
44
45         Created marshallers that don't throw gcc warnings when compiling with
46         -WUnused (fixes #359165).
47
48         * gobject/glib-genmarshal.c: decorate return_value and invocation_hint
49         with G_GNUC_UNUSED
50
51 2007-10-04  Tor Lillqvist  <tml@novell.com>
52
53         * glibconfig.h.win32.in: Always define G_CAN_INLINE. Even MSVC6 is
54         capable of inlining. (#483337, Steve Lhomme)
55
56 2007-09-19  Behdad Esfahbod  <behdad@gnome.org>
57
58         * glib/ghook.c (g_hook_free): Check for NULL finalizer. (#476849, Areg
59         Beketovski)
60
61 2007-09-19  Matthias Clasen  <mclasen@redhat.com>
62
63         * configure.in: Bump version
64
65         * === Released 2.14.1 ===
66
67 2007-09-16  Matthias Clasen  <mclasen@redhat.com>
68
69         * glib/gutils.h (GUserDirectory): Fix doc formatting.
70         * glib/gmain.c (g_main_depth): Fix doc formatting.
71
72 2007-09-16  Matthias Clasen  <mclasen@redhat.com>
73
74         * configure.in: Replace -pthread by -lpthread for 
75         Freebsd, too.  (#475619, Roy Marples)
76
77 2007-09-16  Matthias Clasen  <mclasen@redhat.com>
78
79         * configure.in: When compiling against system pcre, 
80         add a private dependency to the pc file. This should
81         fix static builds with system pcre.  (#475923)
82
83         * glib-2.0.pc.in: Add a Requires.private line
84
85 2007-09-16  Matthias Clasen  <mclasen@redhat.com>
86
87         * NEWS: Updates
88
89 2007-09-14 15:07:28  Tim Janik  <timj@gtk.org>
90
91         * glib/gutf8.c (g_utf8_strreverse): applied fix for bug #476840.
92
93         * tests/utf8-pointer.c (test_misc): added test for g_utf8_strreverse().
94
95 2007-09-11  Marco Barisione <marco@barisione.org>
96
97         * glib/Makefile.am:
98         * configure.in: propagate the pcre flags to libglib and not to all
99         parts of glib. (#475854, dmacks@netspace.org)
100
101         * configure.in: fix a typo in the previous commit. (#475854, comment
102         #4)
103
104 2007-09-11  Matthias Clasen  <mclasen@redhat.com>
105
106         * configure.in: Define G_ATOMIC_ARM.
107
108         * glib/gatomic.c: Add Arm implementation of atomic
109         operations.  (#457601, Jussi Laako)
110
111 2007-09-10  Marco Barisione <marco@barisione.org>
112
113         * glib/gregex.c: define PCRE_ERROR_NULLWSLIMIT if it's not defined by
114         PCRE, has PCRE 7.3 removed this definition. (#475474)
115         * configure.in: bump PCRE requirement to version 7.2.
116         * glib/gregex.c: use pcre_get_stringnumber() in
117         get_matched_substring_number() if G_REGEX_DUPNAMES was not set.
118         (#444765, Yevgen Muntyan)
119         * glib/gregex.c: change the type of ref_count from guint to gint, so
120         we can remove some ugly casts.
121
122 2007-09-05  Behdad Esfahbod  <behdad@gnome.org>
123
124         * glib/gregex.c: Fix header inclusion. (#473879, Peter Kjellerstedt)
125
126 Wed Aug 29 12:08:40 2007  Tim Janik  <timj@imendio.com>
127
128         * glib/gthread.h (g_once_init_enter): fixed compiler warning about
129         loosing volatile qualifier, bug #457641.
130
131 2007-08-24  Michael Natterer  <mitch@imendio.com>
132
133         * glib/gslice.[ch]: make g_slice_copy() take a gconstpointer
134         instead of a gpointer.
135
136 2007-08-22  Cody Russell  <bratsche@gnome.org>
137
138         * glib/gprintf.c: Document all printf functions to use
139         "bytes" terminology rather than "characters". (#469051)
140
141 2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
142
143         * glib/guniprop.c: Document that g_unichar_get_script() is
144         equivalent to pango_script_for_unichar().
145
146 2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
147
148         * glib/gmappedfile.c:
149         * glib/gregex.c:
150         * glib/gstdio.c:
151         Fix typos (#468694).
152
153 2007-08-14  Cody Russell  <bratsche@gnome.org>
154
155         * gobject/gsignal.c: g_type_default_interface_ref() was not
156         ensuring working g_signal_list_ids.  Added checks for
157         !G_TYPE_IS_INTERFACE (itype).
158         (#465625, by some guy who calls himself Yeti)
159
160 Tue Aug 14 02:06:10 2007  Tim Janik  <timj@imendio.com>
161
162         * glib/gthread.c (g_once_init_enter_impl): prevent race covered
163         by g_once_init_enter(), by checking for previous initializations
164         before entering initialisation branch.
165
166         * tests/onceinit.c: added multi-thread/multi-initializer stress test
167         using unoptimized g_once_init_enter_impl().
168
169 Mon Aug 13 14:30:15 2007  Tim Janik  <timj@imendio.com>
170
171         * tests/onceinit.c (main): fixed array size typo.
172
173 Mon Aug 13 14:21:44 2007  Tim Janik  <timj@imendio.com>
174
175         * tests/onceinit.c: test g_once_init_*() before and after
176         g_thread_init() and test concurrency resolution.
177
178 Mon Aug 13 14:18:22 2007  Tim Janik  <timj@imendio.com>
179
180         * glib/gthread.c (g_thread_create_full): prevent linking a freed
181         GThread structure into global thread list in error cases.
182
183 2007-08-08  Matthias Clasen  <mclasen@redhat.com>
184
185         * glib/gmarkup.c (append_escaped_text): Handle restricted
186         characters by converting them to numeric character 
187         entities.  (#464145, Andreas Monitzer)
188
189         * tests/markup-escape-test.c: Add tests for restricted
190         characters and numeric character entities. 
191
192 2007-08-08  Matthias Clasen  <mclasen@redhat.com>
193
194         * glib/glib.symbols:
195         * glib/Makefile.am:
196         * glib/abicheck.sh: Make it work regardless of --enable-debug
197
198 2007-08-08  Tristan Van Berkom <tvb@gnome.org>
199
200         * docs/reference/gobject/tmpl/gparamspec.sgml: Fixed minor typo in docs.
201
202 2007-08-07  Matthias Clasen  <mclasen@redhat.com>
203
204         * MAINTAINERS: Update for new format regulations
205
206 2007-08-03  Matthias Clasen  <mclasen@redhat.com>
207
208         * configure.in: Bump version
209
210         * === Released 2.14.0 ===
211
212         * NEWS: Updates
213
214         * configure.in: Bump version to 2.14.0
215
216 2007-08-03  Matthias Clasen  <mclasen@redhat.com>
217
218         * glib/gregex.c: Revert the J handling change,
219         since it doesn't work.
220
221 2007-08-03  Matthias Clasen  <mclasen@redhat.com>
222
223         * glib/gregex.c: Fix a C99ism.  (#462549, Kazuki IWAMOTO)
224
225 2007-08-03  Matthias Clasen  <mclasen@redhat.com>
226
227         * glib/gregex.c: Handle J changes in the pattern
228         correctly.  (#444765, Yevgen Muntyan)
229
230 2007-08-03  Pramod Raghavendra  <pramodleo@yahoo.co.uk>
231
232         * configure.in: Added kn to ALL_LINGUAS
233
234 2007-08-01  Tor Lillqvist  <tml@novell.com>
235
236         * glib/update-pcre/notdll.patch: Update so it applies again.
237
238         * glib/pcre/pcre.h: Corresponding change.
239
240         * glib/gutils.c (get_special_folder): Drop leftover use of a
241         union.
242
243         * glibconfig.h.win32.in: Update to match what configure produces.
244
245 2007-07-31  Matthias Clasen  <mclasen@redhat.com>
246
247         * glib/pcre/*: Update the internal PCRE to 7.2
248
249 2007-07-31  Matthias Clasen  <mclasen@redhat.com>
250
251         * glib/pltcheck.sh: Fix some glitches
252
253         * glib/gregex.c: Remove debug spew
254
255 2007-07-21  Matthias Clasen  <mclasen@redhat.com>
256
257         * glib/gunidecomp.c:
258         * glib/gregex.c:
259         * glib/gstring.c: Various doc cleanups.
260
261 2007-07-20  Alexander Larsson  <alexl@redhat.com>
262
263         * configure.in:
264         Add goffset type (64bit file size)
265         Add G_MAXSSIZE and G_MINSSIZE
266
267 2007-07-20  Matthias Clasen  <mclasen@redhat.com>
268
269         * glib/glib.symbols: Fix the build.
270
271 2007-07-19  Behdad Esfahbod  <behdad@gnome.org>
272
273         * glib/glib.symbols:
274         * glib/gunicode.h:
275         * glib/gunicodeprivate.h:
276         * glib/gunidecomp.c (g_unichar_combining_class):
277         * glib/guniprop.c (has_more_above):
278         Make g_unichar_combining_class() public. (#453998)
279
280 Fri Jul 13 01:01:46 2007  Tim Janik  <timj@imendio.com>
281
282         * glib/gthread.[hc]: more atomic ops pointer cast fixes. this time it'll
283         work with atomic op macros *and* atomic op functions.
284
285 Fri Jul 13 00:50:40 2007  Tim Janik  <timj@imendio.com>
286
287         * glib/gthread.[hc]: fixed missing pointer casts when using atomic ops.
288
289 2007-07-12  Matthias Clasen  <mclasen@redhat.com>
290
291         * configure.in: Bump version
292
293         * === Released 2.13.7 ===
294
295         * NEWS: Updates
296
297 Thu Jul 12 17:31:08 2007  Tim Janik  <timj@imendio.com>
298
299         * tests/slice-concurrent.c: beautified output somewhat. fixed long
300         sleeps by reducing sleep accumulating and using randomized re-scheduling
301         (which works on UP and SMP). increased possible blocksizes.
302
303 Thu Jul 12 17:26:05 2007  Tim Janik  <timj@imendio.com>
304
305         * tests/slice-concurrent.c: added GSLice test from Stefan Westerfeld,
306         bug #433314.
307
308 Thu Jul 12 15:46:40 2007  Tim Janik  <timj@imendio.com>
309
310         * glib/gslice.c: migrate per-thread magazine caches from single-thread
311         scenario to first thread using GSlice after g_thread_init(); based on
312         a patch by Tor Lillqvist, fixes #331853.
313         removed warning about g_thread_init() being called after other glib
314         functions (in particular g_slice* calls), because GSlice can cope
315         with this now and the rest of glib is believed to cope as well.
316
317         * tests/slice-threadinit.c: new test program which tests GSlice working
318         across g_thread_init() calls.
319
320 2007-07-10  Matthias Clasen  <mclasen@redhat.com>
321
322         * glib/pltcheck.sh: Add g_once_init_enter to the whitelist of
323         symbols allowed to have a local PLT entry, to fix 'make check'.
324
325 Tue Jul 10 12:24:35 2007  Tim Janik  <timj@imendio.com>
326
327         * glib/gthread.[hc]: implemented g_once_init_enter(),
328         g_once_init_enter_impl() and g_once_init_leave(), based on a patch by
329         Antoine Tremblay, fixes #65041.
330         adapted exported inline function mechanism from gutils.[hc] for inlining
331         g_once_init_enter_impl() in gthread.[hc].
332
333 2007-07-09  Matthias Clasen  <mclasen@redhat.com>
334
335         * NEWS: Updates
336
337 2007-07-09  Loïc Minier  <lool@dooz.org>
338
339         * tests/refcount/closures.c: (main): Output newlines after thousand
340         iterations of the inner-loop of the closures test; this helps having
341         smaller lines and continuously outputting new lines.  (#447048).
342
343 2007-07-09  Ryan Lortie  <desrt@desrt.ca>
344
345         * glib/gfileutils.c (write_to_temp_file): save errno to prevent it
346         being clobbered by call to g_filename_display_name().  Bug #453796.
347
348 2007-07-09  Matthias Clasen  <mclasen@redhat.com>
349
350         * m4macros/glib-gettext.m4: Fix a small problem with
351         msgfmt -c detection.  (#341988, Laszlo Peter)
352
353 2007-07-07  Matthias Clasen  <mclasen@redhat.com>
354
355         * glib/gmarkup.c (g_markup_parse_context_end_parse): Handle
356         all states.  (#454473)
357
358 2007-07-06  Tor Lillqvist  <tml@novell.com>
359
360         * glib/giowin32.c (g_io_win32_check): When WSAEnumNetworkEvents()
361         signals FD_CONNECT that means that the connection attempt
362         finished, either successfully or failed. Test explicitly whether
363         the connnection succeeded and set either G_IO_OUT if it did,
364         G_IO_ERR|G_IO_HUP if it failed.
365
366         Make sure we never set both G_IO_OUT and G_IO_HUP simultaneously
367         because in Unix poll(2) POLLOUT and POLLHUP are mutually
368         exclusive.
369
370         Ignore whether the caller wants to watch G_IO_HUP or not. Always
371         select for FD_CLOSE because Unix poll(2) also ignores whether
372         POLLHUP in set the requested events bitmask or not.
373
374 Fri Jun 29 2007  Matthias Clasen  <mclasen@redhat.com>
375
376         * configure.in: Bump version
377
378         * === Released 2.13.6 ===
379
380         * NEWS: Updates
381
382 Mon Jun 25 16:43:13 2007  Tim Janik  <timj@gtk.org>
383
384         * glib/ghash.c: g_hash_table_find(), g_hash_table_foreach():
385         document performance caveats for linear order searches.
386
387 2007-06-22  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
388
389         * glib/gstring.c: Use memcpy in g_string_append_vprintf (#57693).
390
391 2007-06-18  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
392
393         * glib/gstring.c: Restore old behaviour of 
394         g_string_append_vprintf: g_vasprintf seems to be faster
395         than g_printf_string_upper_bound (#57693).
396
397 2007-06-18  Matthias Clasen  <mclasen@redhat.com>
398
399         * glib/gutils.c (g_get_home_dir): Add some motivation.
400
401 2007-06-18  Matthias Clasen  <mclasen@redhat.com>
402
403         * configure.in: Bump version
404
405         * === Released 2.13.5 ===
406
407         * NEWS: Updates
408
409 2007-06-18  Emmanuele Bassi  <ebassi@gnome.org>
410
411         * glib/gmain.h:
412         * glib/gmain.c:
413         * glib/glib.symbols: Add g_timeout_add_seconds_full() variant
414         to g_timeout_add_seconds(), accepting a destroy notification
415         function and a priority. (#448819)
416
417 2007-06-17  Matthias Clasen  <mclasen@redhat.com>
418
419         * glib/gutils (g_get_current_dir): Prevent segfaults on
420         long paths.  (#447935, Robby Griffin)
421
422 2007-06-17  Behdad Esfahbod  <behdad@gnome.org>
423
424         * glib/gdataset.c (g_quark_from_string),
425         (g_quark_from_static_string): Accept NULL and return GQuark
426         value of zero. (#446859)
427
428 2007-06-16  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
429
430         * glib/gstring.c: Correctly use g_printf_string_upper_bound
431         in g_string_append_vprintf. Fixes #447933.
432
433 2007-06-15  Sebastian Wilhelmi  <wilhelmi@google.com>
434
435         * docs/reference/glib/tmpl/threads.sgml: Extended the comments on
436         those functions, that are NOOPs, before g_thread_init() has been
437         called. (#447583)
438
439         * glib/gthread.c (g_static_mutex_free): Clarified comment to
440         remind myself, that calling g_static_mutex_free() before
441         g_thread_init() is safe.
442
443 2007-06-15  Cody Russell  <bratsche@gnome.org>
444
445         * docs/reference/gobject/tmpl/gboxed.sgml:
446         * docs/reference/gobject/gobject-sections.txt:
447         * glib/gregex.c:
448         * gobject/gboxed.[ch]:
449         * gobject/gobject.symbols: Added GRegex boxed type.
450         (#445065, Carlos Garnacho)
451
452 2007-06-15  Sebastian Wilhelmi  <wilhelmi@google.com>
453
454         * glib/gregex.c: Replaced & by &amp; in <programlisting> to make
455         gtk-doc happy.
456
457 2007-06-14  Ryan Lortie  <desrt@desrt.ca>
458
459         * docs/reference/glib/glib-sections.txt:
460         * glib/glib/symbols:
461         * glib/gstring.[ch] (g_string_printf_internal): Improve
462         performance by removing the use of an intermediate g_malloc'd
463         buffer.  Rename to g_string_append_vprintf, document, and expose
464         along with g_string_vprintf as new public API (#57693).
465
466 2007-06-15  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
467
468         * build, tests/string-test.c, glib/glib.symbols, 
469         glib/gstring.c, glib/gstring.h: Introduce g_string_overwrite(_len)?
470         for overwriting parts of strings (#368686, Samuel Cormier-Iijima)
471
472 2007-06-14  Cody Russell  <bratsche@gnome.org>
473
474         * gobject/gtype.c (g_type_class_add_private): Check for 0-sized
475         private data. (#443869)
476
477 2007-06-14  Matthias Clasen  <mclasen@redhat.com>
478         
479         * glib/gmain.c (g_timeout_add_seconds): Fix doc typos.  (#447534,
480         Vincent Untz)
481
482 2007-06-13  Behdad Esfahbod  <behdad@gnome.org>
483
484         * glib/pltcheck.sh: Whitelist g_atomic_{int,pointer}_[gs]et() as
485         we don't alias them intentionally. (#354522)
486
487 2007-06-13  Sven Neumann  <sven@gimp.org>
488
489         * glib/gslice.[ch] added g_slice_copy() and g_slice_dup() (#442029).
490
491         * glib/glib.symbols: updated.
492
493 2007-06-12  Behdad Esfahbod  <behdad@gnome.org>
494
495         * glib/gunicode.h: Add more G_GNUC_CONST and G_GNUC_PURE.
496
497 2007-06-11  Emmanuele Bassi  <ebassi@gnome.org>
498
499         * glib/gutils.c (maybe_expire_user_special_dirs),
500         (g_get_user_special_dir): Remove the cache expiration logic: it
501         makes g_get_user_special_dir() not thread-safe. Document the fact
502         that on some platform the value might be changed by the user and
503         that GLib won't be able to reflect the change.
504
505 2007-06-11  Tor Lillqvist  <tml@novell.com>
506
507         * glib/gwin32.c (g_win32_get_package_installation_directory)
508         (g_win32_get_package_installation_subdirectory): Update doc
509         comments. Mention that it is not recommeded to use the Registry
510         features.
511
512 2007-06-06  Tor Lillqvist  <tml@novell.com>
513
514         * glib/gutils.c: Add definitions for more CSIDL_* constants in
515         case missing from headers. Use CSIDL_PERSONAL instead of
516         CSIDL_MYDOCUMENTS as CSIDL_MYDOCUMENTS seems to be a new thing
517         that doesn't work in XP SP2 even.
518
519 2007-06-06  Matthias Clasen  <mclasen@redhat.com>
520
521         * glib/gutils.c (g_get_user_special_dir): Fall back to
522         $HOME/Desktop for the DESKTOP directory, like 
523         xdg_user_dir_lookup() does.
524
525 2007-06-05  Matthias Clasen  <mclasen@redhat.com>
526
527         * configure.in: Bump version
528
529         * === Released 2.13.4 ===
530
531         * NEWS: Updates
532
533 2007-06-05  Matthias Clasen  <mclasen@redhat.com>
534
535         * glib/gkeyfile.c (g_key_file_is_key_name):
536         (g_key_file_is_group_name): Don't assume the string is
537         valid UTF-8, since it may be user data.  (#444161, Ben Combee)
538
539 2007-06-05  Behdad Esfahbod  <behdad@gnome.org>
540
541         * glib/gutf8.c: Add not to g_utf8_get_char_validated() about
542         nul-terminated strings.
543
544 2007-06-05  Matthias Clasen  <mclasen@redhat.com>
545
546         * glib/gutils.c (g_get_user_special_dir): Don't deadlock
547         when running with threads.  (#444121, Christian Persch)
548
549 2007-06-05  Vincent Untz  <vuntz@gnome.org>
550
551         * glib/goption.c: (g_option_context_get_help): don't replace the usage
552         line with the description for optional parameters, but append the
553         description. (#444130)
554
555 2007-06-04  Matthias Clasen  <mclasen@redhat.com>
556
557         * configure.in: Bump version
558         
559         * === Released 2.13.3 ===
560
561         * NEWS: Updates
562
563 2007-06-04  Matthias Clasen  <mclasen@redhat.com>
564         
565         Add support for a number of special directories, as 
566         defined by the xdg-user-dirs specification.  (#432651,
567         Bastien Nocera, Emmanuele Bassi, Michael Natterer)
568
569         * glib/glib.symbols:
570         * glib/gutils.[hc]: Add the GUserDirectory enum and
571         g_get_user_special_dir(), with implementations based
572         on the xdg-user-dirs spec and on native interfaces
573         for Win32 and Carbon.
574         
575         * configure.in: Add Carbon checks.
576
577         * tests/tetsglib.c: Test g_get_user_special_dir().
578         
579 2007-06-03  Yevgen Muntyan  <muntyan@tamu.edu>
580
581         * glib/gregex.c: fixed g_regex_fetch_named* for cases when (?J)
582         is used inside a pattern (#442265, comment #12).
583         * tests/regex-test.c: Test it.
584
585 2007-06-03  Matthias Clasen <mclasen@redhat.com>
586
587         * NEWS: Updates
588
589 2007-06-03  Yevgen Muntyan  <muntyan@tamu.edu>
590
591         Some API additions and changes (#442265).
592
593         * glib/gregex.c:
594         * glib/gregex.h: new functions: g_regex_ref(), g_regex_unref() which
595         replaces g_regex_free(); g_match_info_get_regex(), g_match_info_get_string();
596         g_regex_check_replacement().
597         Made g_match_info_expand_references() accept NULL; changed GRegexEvalCallback
598         to take only arguments which are likely to be actualy used.
599
600         * docs/reference/glib/glib-sections.txt:
601         * glib/glib.symbols: Added new functions.
602
603         * tests/regex-test.c: Test them.
604
605         * docs/reference/glib/tmpl/gregex.sgml: Updated GRegexEvalCallback docs.
606
607 2007-05-31  Matthias Clasen <mclasen@redhat.com>
608
609         * README.win32: Fix a typo.  (#423708, Olivier Delhomme)
610
611 2007-05-30  Dan Winship  <danw@novell.com>
612
613         * glib/gkeyfile.h: add defines for desktop file handling. #339225,
614         original patch from Vincent Untz.
615
616 2007-05-29  Cody Russell  <bratsche@gnome.org>
617
618         * configure.in: Fix a sed script that doesn't correctly detect
619         i586-mingw32-gcc-3.4 compiler, and was causing -Wno-pointer-sign
620         errors when building with that compiler. (#440896, Yevgen Muntyan)
621
622 2007-05-29  Marco Barisione <marco@barisione.org>
623
624         * glib/gregex.c: Fix g_regex_fetch_named() and
625         g_regex_fetch_named_pos() when G_REGEX_DUPNAMES is used  (#434358,
626         Yevgen Muntyan and #419376, Marco Barisione, patch by Yevgen Muntyan)
627
628 2007-05-25  Behdad Esfahbod  <behdad@gnome.org>
629
630         * glib/guniprop.c (g_unichar_iswide), (g_unichar_iswide_cjk):
631         Update to Markus Kuhn's updated wcwidth for Unicode 5.0.
632
633 2007-05-22  Matthias Clasen  <mclasen@redhat.com>
634
635         * configure.in: Bump version
636
637         * === Released 2.13.2 ===
638
639         * README.in:
640         * NEWS: Updates
641
642 2007-05-18  Matthias Clasen  <mclasen@redhat.com>
643
644         * configure.in: Try again to move the compiler-dependency
645         of G_GNUC_INTERNAL to runtime.
646
647 2007-05-18  Matthias Clasen  <mclasen@redhat.com>
648
649         * configure.in: Don't let PERL_PATH be ''.  (#356769, Joseph Sacco)
650
651 2007-05-17  Michael Natterer  <mitch@imendio.com>
652
653         * configure.in: hotfix: revert last change to fix the build on OS X.
654
655 2007-05-17  Matthias Clasen  <mclasen@redhat.com>
656
657         * glib/goption.c (g_option_context_set_translate_func): Fix
658         a doc typo.  (#439232, Vincent Untz)
659
660 2007-05-17  Matthias Clasen  <mclasen@redhat.com>
661
662         * configure.in: Move the compiler-dependency in the G_GNUC_INTERNAL
663         definition from configure-time to runtime (of the compiler).
664         (#438869, Damien Carbery)
665
666         * glib/gdebug.h:
667         * glib/gmessages.h:
668         * glib/gunicodeprivate.h:
669         * glib/gthreadprivate.h: Move G_GNUC_INTERNAL before function
670         declarations to fix compilation with sun studio.  (#438873,
671         Damien Carbery)
672
673 2007-05-14  Matthias Clasen  <mclasen@redhat.com>
674
675         * glib/gslice.h:
676         * glib/gslice.c:
677         * glib/glib.symbols: Make g_slice_debug_tree_statistics() 
678         debug-only functionality again.
679
680 2007-05-14  Christian Persch  <chpe@gnome.org>
681
682         * docs/reference/glib/tmpl/string_utils.sgml: Improve g_strerror and
683         g_strsignal docs. Bug #438293.
684
685 2007-05-13  Tor Lillqvist  <tml@novell.com>
686
687         * glib/gwin32.h: Drop the pipe() macro. Defining macros outside of
688         its namespace that look like POSIX functions is not GLib's
689         business in my opinion. This means pipe()-using code that has
690         relied on this definition will need changing to call _pipe() on
691         Windows, and make the decision itself on what size pipe buffer to
692         use, and whether to use text or binary mode, and whether the pipe
693         handles should be inheritable or not.
694
695         * glib/gspawn-win32.c (make_pipe): Use _pipe() instead of pipe().
696
697 2007-05-11  Matthias Clasen  <mclasen@redhat.com>
698
699         * glib/goption.c: Allow G_OPTION_ARG_CALLBACK for 
700         G_OPTION_REMAINING.  (#437297, Dave Benson)
701
702         * tests/option-test.c: Add a test for this.
703
704 2007-05-04  Dan Winship  <danw@novell.com>
705
706         * glib/gkeyfile.c (g_key_file_get_boolean)
707         (g_key_file_get_boolean_list, g_key_file_get_integer)
708         (g_key_file_get_integer_list, g_key_file_get_double)
709         (g_key_file_get_double_list): Document the error return values
710         rather than calling them undefined. #435885.
711
712 2007-05-03  Behdad Esfahbod  <behdad@gnome.org>
713
714         * glib/glib.symbols:
715         * glib/gunicode.h:
716         * glib/guniprop.c (g_unichar_ismark):
717         Add g_unichar_ismark(). Patch from Yevgen Muntyan. Fixes #339991.
718
719 2007-05-03  Matthias Clasen <mclasen@redhat.com>
720
721         * configure.in: Bump version
722
723         * === Released 2.13.1 ===
724
725 2007-05-02  Matthias Clasen <mclasen@redhat.com>
726
727         * tests/threadpool-test.c:  Stop unused threads before
728         the last test, to make the test terminate reliably.
729
730         * NEWS: Updates
731
732 2007-05-02  Marco Barisione <marco@barisione.org>
733
734         * glib/gregex.c: Made more clear that the string passed to the match
735         functions cannot be freed before using g_match_info_fetch() and
736         similar functions, and fixed a typo.
737
738 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
739
740         * glib/glib.symbols:
741         * glib/gregex.[hc]: Add g_regex_get_max_backref() and
742         g_regex_get_capture_count().  (#419371, Marco Barisione)
743         
744 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
745
746         * glib/glib.symbols:
747         * glib/gregex.[hc]: Split GRegex into GRegex and GMatchInfo.
748         (#419368, Marco Barisione)
749
750         * tests/regex-test.c: Adapt.
751
752 2007-04-30  Chris Wilson  <chris@chris-wilson.co.uk>
753
754         * glib/gbookmarkfile.c (g_bookmark_file_get_app_info):
755         Include the gshell.h header file (to define g_shell_[un]quote)
756         and correct the order of the arguments to g_propagate_error(), as
757         spotted by gcc.
758
759 2007-04-29  Emmanuele Bassi  <ebassi@gnome.org>
760
761         * glib/gbookmarkfile.c:
762         (g_bookmark_file_set_app_info): Quote the passed command line...
763         
764         (g_bookmark_file_get_app_info): ... and unquote it when giving it
765         back. (#432274)
766
767 2007-04-27  Matthias Clasen <mclasen@redhat.com>
768
769         * glib/gstrfuncs.c: small coding style cleanups.
770
771 2007-04-27  Chris Wilson  <chris@chris-wilson.co.uk>
772
773         * glib/gregex.h: Remove trailing comma at end of enumerator list.
774
775 2007-04-27  Tor Lillqvist  <tml@novell.com>
776
777         * glib/gstdio.c (g_mkdir): Document that the mode argument is
778         ignored on Windows
779         (g_stat): Document that st_mode is mostly useless on Windows.
780
781 2007-04-25  Paolo Borelli  <pborelli@katamail.com>
782
783         * glib/gstrfuncs.c (g_strsplit): small cleanup. (#433387)
784
785 2007-04-24  Matthias Clasen  <mclasen@redhat.com>
786
787         * glib/glib.symbols:
788         * glib/goption.h:
789         * glib/goption.c (g_option_context_get_help): New function to
790         get the formatted help string.  (#336089, Dom Lachowicz)
791
792 2007-04-24  Michael Natterer  <mitch@imendio.com>
793
794         * tests/gobject/paramspec-test.c: test all GParamSpecString
795         validations with static and allocated strings.
796
797 2007-04-19  William Jon McCann  <mccann@jhu.edu>
798
799         * glib/gkeyfile.[ch]: (find_file_in_data_dirs),
800         (g_key_file_load_from_dirs), (g_key_file_load_from_data_dirs):
801         Add g_key_file_load_from_dirs for looking through a search
802         path for a key-file. (#355334)
803
804 2007-04-15  Tor Lillqvist  <tml@novell.com>
805
806         * build: Include the build module using the svn:externals
807         mechanism.
808
809         * Makefile.am
810         * configure: Add the references to build back.
811
812 2007-04-11  Matthias Clasen  <mclasen@redhat.com>
813
814         * glib/gspawn.c (g_spawn_async): Fix a doc typo.  (#427285, 
815         Jochen Baier)
816
817 2007-04-11  Emmanuele Bassi  <ebassi@gnome.org>
818
819         * glib/ghash.[ch]: Add g_hash_table_get_keys() and
820         g_hash_table_get_values(), API to retrieve the keys
821         and values inside an hash table in list form. (#413133)
822
823         * glib/glib.symbols: Update symbols.
824
825         * tests/hash-test.c: Exercise newly added functions.
826
827 2007-04-11  Matthias Clasen  <mclasen@redhat.com>
828
829         * configure.in: Use CFLAGS/LDFLAGS in addition to 
830         PCRE_CFLAGS/PCRE_LIBS when checking system PCRE.  (#421607, 
831         Paul Jarc)
832
833 2007-03-27  Emmanuele Bassi  <ebassi@gnome.org>
834
835         * glib/gdate.h: Remove old comment and forward declaration of
836         struct tm: gdate.h includes time.h now.
837
838 2007-03-23  Matthias Clasen  <mclasen@redhat.com> 
839
840         * tests/gobject/Makefile.am: Handle $RANDOM missing.  (#356843,
841         Paul Jarc)
842
843 2007-03-22  Matthias Clasen  <mclasen@redhat.com> 
844
845         * glib/guniprop.c: Fix corner-cases of upper/lowercase conversion.
846         (#418217, Denis Jacquerye)
847
848 2007-03-22  Chris Wilson  <chris@chris-wilson.co.uk>
849
850         * glib/gkeyfile.c: Track whether the last key=value pair in a group
851         is a blank line and during to_data() only insert a new blank line
852         betweens group in its absence. This allows the beautification of the
853         GKeyFile and prevents newlines being inserted indefinitely. (#420686)
854
855         * tests/keyfile-test.c (test_reload_idempotency): Test that after a 
856         single beautification pass, g_key_file_to_data() does not alter its
857         input data.
858
859 2007-03-21  Matthias Clasen  <mclasen@redhat.com>
860
861         * glib/pcre/Makefile.am: Make builddir != srcdir work.  (#419900)
862
863 2007-03-19  Paolo Borelli  <pborelli@katamail.com>
864
865         * glib/gutf8.c (fast_validate_len): remove unneeded checks.
866
867 2007-03-18  Matthias Clasen  <mclasen@redhat.com>
868
869         * glib/gregex.c: Cosmetic fixes
870
871 2007-03-17  Marco Barisione <marco@barisione.org>
872
873         * glib/update-pcre/table-reduction.patch:
874         * glib/update-pcre/make_utt.py:
875         * glib/update-pcre/utt.patch: Add forgotten files
876
877         * glib/update-pcre/update.sh: Call python directly instead of relying
878         on shebang. Also copy the changes from glib/pcre/makefile.msc to this
879         file
880
881 2007-03-17  Hans Breuer  <hans@breuer.org>
882
883         * glib/makefile.msc.in glib/pcre/makefile.msc 
884           glib/update-pcre/update.sh : define PCRE_STATIC to reflect the 
885         inclusion of pcre as LIB, not stand-alone DLL. Also set NEWLINE=-1
886         to match any newline by default, use of ../../build/win32/make.msc
887
888         * glib/gregex.h : minimal includes of <glib/*.H> instead of <glib.h>
889
890         * glib/gnulib/makefile.msc : make use of ../../build/win32/make.msc
891
892         * tests/regex-test.c(verbose): don't pass a string containing '%' 
893         as first parameter to g_print ()
894         (test_match) : for the unexpected case output pattern and string
895         escaped
896
897         * tests/child-test.c tests/slice-color.c : fix c99ism
898         * tests/slice-test.c : fix c99ism and gccism
899         * tests/mapping-test.c tests/base-64-tests.c : don't 
900         #include <unistd.h> unconditionally
901         * tests/option-test.c : use G_GINT64_CONSTANT() instead of direct LL
902
903         * tests/makefile.msc.in : more tests build
904
905 2007-03-17  Matthias Clasen  <mclasen@redhat.com>
906
907         * glib/gsequence.[hc]:
908         * glib/glib.symbols:
909         * tests/sequence-test.c: Move the consistency
910         checks to the test.
911
912 2007-03-16  Matthias Clasen  <mclasen@redhat.com>
913
914         * configure.in: Bump version
915
916         * === Released 2.13.0 ===
917
918         * NEWS: Updates
919
920 2007-03-16  Matthias Clasen  <mclasen@redhat.com>
921         
922         * glib/glib.symbols:
923         * glib/gsequence.h: Add the test function to the header,
924         since it is exported.
925
926         * glib/gbase64.c (g_base64_decode): Warn if the input
927         is too short.  (#418862, Halton Huo)
928
929 Fri Mar 16 11:24:51 2007  Tim Janik  <timj@imendio.com>
930
931         * glib/gscanner.[hc]: reverted premature commit which broke
932         GScanner ABI and API, #415323.
933
934 2007-03-16  Chris Wilson  <chris@chris-wilson.co.uk>
935
936         * glib/gkeyfile.c: Convert to GSlice and check for redundant
937         clears. (#418637)
938
939 2007-03-15  Matthias Clasen  <mclasen@redhat.com>
940
941         * glib/gscanner.[hc]: Revert recent changes that break
942         existing users of GScanner.
943
944 2007-03-15  Matthias Clasen  <mclasen@redhat.com>
945
946         * glib/gscanner.c (g_scanner_get_token_ll): Fix a typo
947         in the last commit.  (#415323, Richard Hult)
948
949 2007-03-15  Tor Lillqvist  <tml@novell.com>
950
951         * glib/gnulib/Makefile.am (INCLUDES): Add -I$(top_srcdir)/glib so
952         that gregex.h finds <glib.h>.
953
954         * glib/update-pcre/Makefille.am-1: Add -DGLIB_COMPILATION so that
955         we don't think g_ascii_table is dllimport.
956
957         * glib/pcre/Makefile.am: Corresponding change.
958
959         * glib/update-pcre/notdll.patch: New file. Drop
960         dllimport/dllexport magic for the pcre symbols.
961
962         * glib/update-pcre/Makefile.am: Dist it.
963
964         * glib/update-pcre/update.sh: Apply notdll.patch.
965
966         * glib/pcre/pcre.h: Corresponding change.
967
968 2007-03-15  Tor Lillqvist  <tml@novell.com>
969
970         * glib/gtypes.h: Add comment to avoid misleading people with the
971         large number of digits in G_PI etc. (#404338)
972
973 2007-03-15  Tor Lillqvist  <tml@novell.com>
974
975         * config.h.win32.in: Update to match what configure produces.
976
977 2007-03-15  Marco Barisione <marco@barisione.org>
978
979         Add GRegex for regular expression matching.  (#50075)
980
981         * configure.in: Handle GRegex compilation.
982
983         * glib/gregex.c:
984         * glib/gregex.h: Code for GRegex.
985
986         * glib/Makefile.am:
987         * glib/makefile.msc.in: Updated makefiles.
988
989         * glib/pcre/*: Internal copy of PCRE.
990
991         * glib/update-pcre/*: Stuff to automatically update the internal PCRE
992         to a newer version.
993
994         * tests/regex-test.c:
995         * tests/Makefile.am:
996         * tests/makefile.msc.in: Add tests for GRegex.
997
998 2007-03-15  Chris Wilson  <chris@chris-wilson.co.uk>
999
1000         * glib/gmain.c (g_main_dispatch): Replace a
1001         g_slist_prepend/g_slist_remove pair with an on-stack link
1002         and open coding. (#416094)
1003
1004 2007-03-15  Matthias Clasen  <mclasen@redhat.com>
1005
1006         Fix two glitches in the Unicode case conversion
1007         functions (#418217,  Denis Jacquerye)
1008
1009         * glib/guniprop.c (g_unichar_toupper): Handle zero entries
1010         in special_case_table correctly.
1011         (g_unichar_totitle): Fall back to g_unichar_toupper.
1012
1013 2007-03-15  Matthias Clasen  <mclasen@redhat.com>
1014
1015         * glib/gscanner.[hc]: Some optimizations, use a lookup
1016         table for character classes, pre-allocate GStrings with
1017         reasonable sizes.  (#415323, Charlie Brej)
1018
1019 2007-03-14  Matthias Clasen  <mclasen@redhat.com>
1020
1021         * glib/gkeyfile.c (g_key_file_get_double): Fix a 
1022         small typo.  (#417847, Bobby Jack)
1023
1024 2007-03-08  Matthias Clasen  <mclasen@redhat.com>
1025
1026         * glib/gstrfuncs.c (g_strtoll): Return negative values.
1027         (#416062)
1028
1029         * tests/strtoll-test.c: Add more testcases.
1030
1031 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
1032
1033         * glib/gstring.c (g_str_equal): Clarify docs.  (#364026, 
1034         Bastian Nocera)
1035
1036 2007-03-06  Matthew Barnes  <mbarnes@redhat.com>
1037
1038         * glib/gqueue.h:
1039         * glib/gqueue.c: Add G_QUEUE_INIT, g_queue_init(), and
1040         g_queue_clear() to better support statically allocated
1041         queues.  (#413244)
1042
1043 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
1044
1045         * glib/gkeyfile.c (g_key_file_parse_value_as_boolean):
1046         Remove a NULL check that didn't do any good.  (#360904,
1047         Paolo Borelli)
1048
1049 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
1050
1051         * glib/gmarkup.c (g_markup_parse_context_parse): Report
1052         more accurate position for invalid UTF-8.  (#350802,
1053         Simon Budig)
1054
1055 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
1056
1057         * glib/gbase64.c: Add NULL checks to the base64 
1058         functions that take pointers.  (#399611, Martyn Russell)
1059
1060 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
1061
1062         Work with Solaris gettext (#341988, Laszlo Peter)
1063
1064         * m4macros/glib-gettext.m4: Make GLIB_WITH_NLS define
1065         MSGFMT_OPTS if msgfmt supports -c.
1066
1067         * po/Makefile.in.in: Use MSGFMT_OPTS when calling
1068         msgfmt.
1069
1070 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
1071
1072         * tests/Makefile.am: Apply a patch by Loïc Minier
1073         to fix building with -Wl,-z,defs.  (#149144)
1074
1075 2007-03-03  Thierry Randrianiriana  <randrianiriana@gmail.com>
1076
1077         * po/mg.po: Added Malagasy translation.
1078         * configure.in: Added Malagasy 'mg' to ALL_LINGUAS
1079
1080 2007-03-01  Ihar Hrachyshka <iharh@gnome.org>
1081         * configure.in: Added be@latin to ALL_LINGUAS.
1082
1083 2007-02-17  Tor Lillqvist  <tml@novell.com>
1084
1085         * glib/gdate.c (win32_strftime_helper): New Win32-only
1086         function. Use the wide character Win32 API to do the work of
1087         strftime(): GetThreadLocale(), GetLocaleInfoW(), GetDateFormatW()
1088         and GetTimeFormatW().
1089         (g_date_strftime): On Windows use win32_strftime_helper()
1090         instead of strftime() to avoid codepage issues with strftime().
1091         Unfortunately using wcsftime() would not help either. (#404832)
1092
1093 2007-02-16  Soren Sandmann <sandmann@redhat.com>
1094
1095         * tests/sequence-test.c: For move, test moving between two
1096         sequences. Add test for swap.
1097
1098         * glib/gsequence.c: Replace splay tree with a treap.
1099         (check_node): Add checks for the treap invariants.
1100
1101 2007-02-10  Hans Breuer  <hans@breuer.org>
1102
1103         * glib/makefile.msc.in : added gsequence.obj
1104
1105 Fri Feb  9 17:46:18 2007  Søren Sandmann  <sandmann@redhat.com>
1106
1107         * glib/gsequence.c (g_sequence_get_end_iter): Remove assertion.
1108         * glib/gsequence.c (is_end): Return TRUE if the iter doesn't have
1109         a parent.
1110         * glib/gsequence.c: Fix grammar of comment.
1111         * glib/gsequence.c (node_update_fields): Use a temporary variable
1112         for the n_nodes.
1113
1114 2007-02-07  Soren Sandmann <sandmann@daimi.au.dk>
1115
1116         * tests/sequence-test.c (compare_items): Force an arbitrary order
1117         on otherwise identical items.
1118
1119         * glib/gsequence.c: Add comment discussing splay trees vs. other trees.
1120         * glib/gsequence.c (is_end): Add fast path for the common case
1121         when the node is not actually the end node.
1122
1123 2007-02-05  Soren Sandmann <sandmann@daimi.au.dk>
1124
1125         * glib/gsequence.c (g_sequence_sort_iter): Don't prohibit access
1126         until after the g_sequence_move_range() call.  Bug 404759,
1127         Christian Persch.
1128
1129        * tests/sequence-test.c: Formatting fix.
1130
1131 2007-02-03  Soren Sandmann <sandmann@daimi.au.dk>
1132
1133         * glib/gsequence.c (struct _GSequence): Add a new 'real_sequence'
1134         field.
1135         (g_sequence_new): Initialize real_sequence to the sequence
1136         (g_sequence_sort_iter): Set real_sequence of the temporary
1137         sequence to the real sequence.
1138         (g_sequence_sort_changed_iter): Same
1139         (g_sequence_insert_sorted_iter): Same
1140         (g_sequence_search_iter): Same
1141         (g_sequence_iter_get_sequence): Return real_sequence
1142
1143         * tests/sequence-test.c (compare_iters): Insert assertions that
1144         the iters point to the sequence being manipulated.
1145
1146 2007-02-03  Soren Sandmann <sandmann@daimi.au.dk>
1147
1148         * glib/gsequence.[ch]: New files implementing GSequence, a list
1149         implemented using a binary tree.
1150         * glib/glib.h, glib/glib.symbols: Update for GSequence.
1151         * docs/reference: Add documentation for GSequence
1152         * tests: Add sequence-test.c, a thorough test of all of
1153         the GSequence API.
1154
1155 2007-01-30  Matthias Clasen <mclasen@redhat.com>
1156
1157         * glib/glib.symbols:
1158         * glib/gslice.h:
1159         * glib/gslice.c: Don't make ABI depend on G_ENABLE_DEBUG,
1160         just add an empty g_slice_debug_tree_statistics () implementation
1161         in the !G_ENABLE_DEBUG case.
1162
1163 2007-01-26  Matthias Clasen <mclasen@redhat.com>
1164
1165         * configure.in: Define G_GNUC_INTERNAL for Sun Studio
1166         as __hidden.  (#342981, Brian Cameron)
1167
1168         * glib/gconvert.c:
1169         * glib/gutf8.c: Move G_GNUC_INTERNAL uses to the right
1170         spot.
1171
1172 2007-01-26  Matthias Clasen <mclasen@redhat.com>
1173
1174         * gmem.c:
1175         * gslice.c:
1176         * gmessages.c:
1177         * gutils.c: Make some structs which are used only once
1178         non-static.
1179
1180 2007-01-24  Benjamin Otte <otte@gnome.org>
1181
1182         * glib/gprintf.c (g_sprintf): Clarify the documentation
1183         regarding overflows (wording by Jan Schmidt)
1184
1185 2007-01-23  Roozbeh Pournader  <roozbeh@farsiweb.info>
1186
1187         * README: Remove mention of no-longer-existing PATCH
1188         keyword in bugzilla. (#396899)
1189
1190 2007-01-23  Matthias Clasen  <mclasen@redhat.com>
1191
1192         * glib/gutf8.c (g_utf8_get_char_validated): Clarify
1193         the behaviour is max_len is zero.  (#400044,
1194         Benjamin Dauvergne)
1195
1196 2007-01-23  Matthias Clasen  <mclasen@redhat.com>
1197
1198         * glib/goption.c (print_help): Use bitwise &
1199         when operating on flags.  (#399971, Jon Oberheide)
1200
1201 2007-01-19  Matthias Clasen  <mclasen@redhat.com>
1202
1203         Some file list updates (#398069, Owen Taylor)
1204
1205         * docs/Changes-2.0.txt
1206         * docs/reference/README.cvs-commits
1207         * glib.spec.in: Remove obsolete files
1208
1209         * tests/Makefile.am:
1210         * glib/libcharset/Makefile.am:
1211         * gobject/Makefile.am:
1212         * Makefile.am: Add some missing files to EXTRA_DIST
1213
1214         * tests/timeloop-basic.c: Make it build
1215         * HACKING: Small updates
1216
1217 2007-01-18  Matthias Clasen  <mclasen@redhat.com>
1218
1219         * glib/gdate.c (g_date_set_time): Fix a typo.  (#398203,
1220         Owen Taylor)
1221
1222 2007-01-17  Tor Lillqvist  <tml@novell.com>
1223
1224         * config.h.win32.in
1225         * glib/galloca.h
1226         * glib/gbacktrace.h
1227         * glib/gwin32.c
1228         * glibconfig.h.win32.in
1229         * README.win32: More minor tweaks for Digital Mars
1230         compiler. (#346808, Serhat Sevki Dincer)
1231
1232 2007-01-17  Tor Lillqvist  <tml@novell.com>
1233
1234         * glib-zip.in: DLLs are always installed in "bin" with current
1235         libtool, drop unnecessary logic to check where they are. Include
1236         also the COPYING file.
1237
1238 2007-01-17  Tor Lillqvist  <tml@novell.com>
1239
1240         * glib/galloca.h: Use <malloc.h> also with Digital Mars compiler
1241         on Win32. (#346808, Serhat Sevki Dincer)
1242
1243 2007-01-16  Matthias Clasen  <mclasen@redhat.com>
1244
1245         * glib/gthread.h:
1246         * glib/gthread.c:
1247         * glib/glib.symbols: Revert an accidental ABI break by
1248         moving gettime out of the GThreadFunctions struct and making
1249         it a separate variable.  (#397139, Joe Marcus Clarke)
1250
1251         * gthread/*.c: Adapt.
1252
1253 2007-01-16  Tor Lillqvist  <tml@novell.com>
1254
1255         * glib/gthread.c (gettime): GetSystemTimeAsFileTime() returns 100s
1256         of nanoseconds since 1601, so offset to Unix epoch (1970) and
1257         multiply by 100 to get nanoseconds which is what we want.
1258
1259 2007-01-15  Tor Lillqvist  <tml@novell.com>
1260
1261         * glib/gmain.h (struct _GPollFD): Fix mistake in my last commit.
1262
1263 2005-01-15  Matthias Clasen  <mclasen@redhat.com>
1264
1265         * glib/giochannel.c:
1266         * glib/gbookmarkfile.c: Remove redundant NULL-checks.
1267         (#369668, Morten Welinder)
1268
1269 2005-01-15  Matthias Clasen  <mclasen@redhat.com>
1270
1271         * glib/gthread.c:
1272         * gthread/gthread-posix.c: Correct the gettime calculations
1273         once more.  (#395203, Chris Wilson)
1274
1275 2007-01-15  Tor Lillqvist  <tml@novell.com>
1276
1277         * glib/gmain.h (struct _GPollFD): Prepare for potential Win64
1278         build: Use gint64 for the fd field on Win64, as we want to be able
1279         to store a HANDLE in it. (#395422) (Other changes will surely also
1280         be necessary when building on Win64, at least in giowin32.c.)
1281
1282 2007-01-15  Tor Lillqvist  <tml@novell.com>
1283
1284         * glib/gwin32.c (g_win32_getlocale): Simplify greatly. Instead of
1285         hardcoding a large switch statement, just ask Windows for the
1286         ISO639 and ISO3166 codes. Tack on @Latn or @Cyrl for those
1287         languages which can alternatively be written in Latin or
1288         Cyrillic. Fixes #395419.
1289
1290 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
1291
1292         * glib/gkeyfile.c: Rework the handling of invalid
1293         keys/groups again. We are back to being liberal about
1294         what we accept, and only reject things that would lead
1295         to non-rereadable keyfiles.
1296
1297         * tests/keyfile-test.c: Adapt tests.
1298
1299 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
1300
1301         * glib/gutils.c (g_get_home_dir): Clarify docs.  (#394687,
1302         Marc Brockschmidt)
1303
1304 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
1305
1306         * glib/gthread.c: Include windows.h and fix
1307         include order. (#394258, Kazuki Iwamoto)
1308
1309 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
1310
1311         * configure.in: Make G_GNUC_INTERNAL a no-op for
1312         gcc 2.95.    (#329031, David Schleef, Marc Brockschmidt)
1313
1314 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
1315
1316         * gthread/gthread-posix.c:
1317         * glib/gtimer.c:
1318         * glib/gthread.c: Fix errors in the recently moved
1319         time calculations.  (#395203, Chris Wilson)
1320
1321 2007-01-10  Matthias Clasen  <mclasen@redhat.com>
1322
1323         * configure.in: Actually link gthread against librt.
1324         (#394641, Marco Pesenti Gritti)
1325
1326 2007-01-10  Matthias Clasen  <mclasen@redhat.com>
1327
1328         * glib/gkeyfile.c (g_key_file_is_key_name): Grr, allow '*' in keys,
1329         too.  (#394262)
1330
1331 2007-01-09  Behdad Esfahbod  <behdad@gnome.org>
1332
1333         * glib/gutils.h: Use a more optimized g_bit_storage() when gcc is
1334         available.  (#371670, Daniel Elstner)
1335
1336 2007-01-08  Matthias Clasen  <mclasen@redhat.com>
1337
1338         * gthread/gthread-posix.c (g_thread_impl_init): Don't
1339         use _SC_MONOTONIC_CLOCK unless USE_CLOCK_GETTIME is
1340         defined.  (#394150)
1341
1342 2007-01-07  Matthias Clasen  <mclasen@redhat.com>
1343
1344         Don't link glib against libpthread.  (#393812)
1345
1346         * configure.in: Link gthread against librt, not glib itself.
1347
1348         * glib/gthread.h:
1349         * glib/gthread.c: Add a new thread function, gettime.
1350
1351         * glib/gtimer.c: Use gettime instead of directly working with
1352         the various system interfaces.
1353
1354         * gthread/gthread-impl.c:
1355         * gthread/gthread-posix.c:
1356         * gthread/gthread-win32.c: Implement gettime.
1357
1358 2007-01-07  Matthias Clasen  <mclasen@redhat.com>
1359
1360         * m4macros/glib-2.0.m4: Use PKG_PROG_PKG_CONFIG.  (#392636,
1361         Yevgen Muntyan)
1362
1363 2007-01-07  Tor Lillqvist  <tml@novell.com>
1364
1365         * glib/giowin32.c: Handle GIOChannels for file descriptors
1366         connected to the console separately. This would typically be the
1367         fd 0, 1, or 2 (if not redirected) in a console application. For
1368         such fds we don't need a separate thread, as console HANDLEs are
1369         waitable objects. (#359202, Michiel de Hoon)
1370
1371 2007-01-04  Behdad Esfahbod  <behdad@gnome.org>
1372
1373         * tests/bit-test.c (builtin_bit_nth_lsf1), (builtin_bit_nth_lsf2),
1374         (builtin_bit_nth_msf): Fix tests on x86_64.
1375
1376 2007-01-03  Behdad Esfahbod  <behdad@gnome.org>
1377
1378         * glib/goption.c (_g_unichar_get_width), (_g_utf8_strwidth),
1379         (calculate_max_length), (print_entry), (print_help): Take zerowidth
1380         and double-width chars into consideration when computing width of a
1381         string.  Also fix another bug in width computation. (#346955)
1382
1383         * glib/guniprop.c (g_unichar_iszerowidth): Fix typo.  It was not
1384         working correctly.
1385
1386 2007-01-03  Behdad Esfahbod  <behdad@gnome.org>
1387
1388         * glib/glib.symbols:
1389         * glib/gunicode.h:
1390         * glib/guniprop.c: Add g_unichar_iszerowidth(). (#347645)
1391
1392 2007-01-03  Behdad Esfahbod  <behdad@gnome.org>
1393
1394         * glib/gutils.h: Fix bug in g_bit_nth_lsf (#371631) and use
1395         __builtin_clzl for g_bit_storage if available (#371670).
1396
1397         * tests/Makefile.am:
1398         * tests/bit-test.c: New test, to test g_bit_* operations against
1399         naive and builtin implementations.
1400
1401 2007-01-02  Behdad Esfahbod  <behdad@gnome.org>
1402
1403         * configure.in: Avoid more warnings from running libtool --config.
1404         (#391364)
1405
1406 2007-01-03  Michael Natterer  <mitch@imendio.com>
1407
1408         * removed all .cvsignore files. SVN doesn't need them.
1409
1410 2007-01-02  Emmanuele Bassi  <ebassi@gnome.org>
1411
1412         * glib/gbookmarkfile.c (expand_exec_line): Add support for
1413         expanding the desktop entry spec variables %U (list of URIs)
1414         and %F (list of filenames), so that using the command line
1415         from the Exec and TryExec key of a desktop entry file works
1416         as intended.
1417
1418 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
1419
1420         * configure.in: Avoid warnings from running libtool --config.
1421         (#391364, Loïc Minier)
1422
1423 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
1424
1425         * glib/gbookmarkfile.c (g_bookmark_file_get_app_info):
1426         Return an error if the uri is bad. (#391370, Maciej Piechotka)
1427
1428 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
1429
1430         * glib/glib.symbols: Guard g_slice_debug_tree_statistics
1431         by G_ENABLE_DEBUG.  (#390940, Kazuki Iwamoto)
1432
1433 2007-01-02  Michael Natterer  <mitch@imendio.com>
1434
1435         * configure.in
1436         * Makefile.am: remove references to build/ until a proper decision
1437         has been made what to do with it.
1438
1439 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
1440
1441         * glib-gettextize.in: Silence autoconf warnings about
1442         datarootdir.  (#391367, Loïc Minier)
1443
1444 2006-12-31  Matthias Clasen  <mclasen@redhat.com>
1445
1446         * glib/gslice.c: Fix some C99isms.  (#390913, Kazuki Iwamoto)
1447
1448 Fri Dec 29 13:28:07 2006  Tim Janik  <timj@imendio.com>
1449
1450         * glib/gslice.c: turned detection of too late g_thread_init() calls
1451         into a warning. this is a temporary work-around for some head-room
1452         to fix affected programs, memory corruption still occours regardless.
1453
1454 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
1455
1456         * tests/gobject/Makefile.am:
1457         * tests/gobject/dynamictype.c: New test for dynamic type
1458         registration macros.
1459
1460 Thu Dec 28 21:14:45 2006  Tim Janik  <timj@imendio.com>
1461
1462         * glib/gslice.c: removed pthread-dependant debugging bits, the code
1463         was already converted to GMutex. this obsoletes Tor's recent fixups.
1464
1465 2006-12-28  Tor Lillqvist  <tml@novell.com>
1466
1467         * glib/gutils.h (G_WIN32_DLLMAIN_FOR_DLL_NAME)
1468         * glib/gutils.c (get_windows_directory_root): : Use only the wide
1469         character API here, too.
1470
1471         * glib/gslice.c: Make it compile on Win32 without pthreads: Use a
1472         Win32 critical section instead.
1473
1474         * glib/gmessages.c (g_logv): On Win32, if we get a fatal error
1475         message while being debugged we break into the debugger with
1476         G_BREAKPOINT(). Don't call abort() if the user is foolhardy enough
1477         to continue after the breakpoint. The user presumably knows what
1478         he is doing and deserves what he gets. (#376645, Andreas Köhler)
1479
1480 Thu Dec 28 12:50:31 2006  Tim Janik  <timj@imendio.com>
1481
1482         * glib/gslice.h, glib/gslice.c: implemented static debugging
1483         hash-tree to validate slice adresses and sizes with G_SLICE=debug-blocks.
1484         use abort() to exit in mem_error() to allow catching of these in gdb.
1485         abort programs with a descriptive error message if g_thread_init() is
1486         called after GSlice was in use. previously this just silently corrupted
1487         the magazines.
1488
1489         * glib/ghash.c (struct _GHashNode): reordered fields to keep 8-byte
1490         pointer alignment on 64bit systems and request smaller slice sizes
1491         on 32bit systems.
1492
1493         * tests/slice-test.c: support '~' option flag to introduce slice
1494         allocation/release corruption with a significant probability. this
1495         allowes testing of G_SLICE=debug-blocks.
1496
1497 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
1498
1499         * glib/gconvert.[hc]:
1500         * glib/gfileutils.c:
1501         * glib/giochannel.c:
1502         * glib/goption.c:
1503         * glib/gspawn.c:
1504         * glib/gunicollate.c:
1505         * glib/gutils.c:
1506         * tests/timeloop-basic.c:
1507         Consistently use gsize rather than size_t.  (#333310,
1508         Morten Welinder)
1509
1510 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
1511
1512         * configure.in: Use AC_CACHE_CHECK for the nl_langinfo
1513         check.  (#304517, Lőrinczy Zsigmond)
1514
1515 2006-12-27  Tor Lillqvist  <tml@novell.com>
1516
1517         * glib/gwin32.h
1518         * glib/gwin32.c (get_package_directory_from_module)
1519         (g_win32_get_package_installation_directory)
1520         (g_win32_get_package_installation_subdirectory): Add const to
1521         gchar* arguments. (#384523, Yevgen Muntyan)
1522
1523 2006-12-27  Ryan Lortie  <desrt@desrt.ca>
1524
1525         * glib/ghash.c: cache the value of the hash function
1526         in the GHashNode.  this speeds up resizing the hash
1527         table and it also allows a slight optimisation on
1528         lookups.  (#388332)
1529
1530 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
1531
1532         * glib/gunicollate.c (g_utf8_collate_key): Don't modify
1533         the current locale.  (#389300)
1534
1535 2006-12-26  Matthias Clasen  <mclasen@redhat.com>
1536
1537         * glib/gutf8.c: Add hints for locale-dependent interfaces.
1538         * glib/gconvert.c: Add hints for locale-dependent interfaces.
1539
1540         * glib/gconvert.c (g_get_filename_charsets): Improve
1541         formatting of docs.
1542
1543 2006-12-26  Behdad Esfahbod  <behdad@gnome.org>
1544
1545         * configure.in: Use libtool to determine shared library suffix.
1546         (#357245)
1547
1548 2006-12-24  Matthias Clasen  <mclasen@redhat.com>
1549
1550         * tests/run-collate-tests.sh:
1551         * tests/unicode-collate.c: Silently skip tests if
1552         we can't set LC_COLLATE to en_US.  (#336438)
1553
1554 2006-12-19  Matthias Clasen  <mclasen@redhat.com>
1555
1556         * glib/gkeyfile.c (g_key_file_is_key_name): Accept
1557         '/', '+' and '.' in key names, since gnome-vfs uses
1558         mime types as keys in some cache.
1559
1560         * tests/keyfile-test.c: Tests for the above.
1561
1562 2006-12-18  Matthias Clasen  <mclasen@redhat.com>
1563
1564         * configure.in: Fix the broken poll test.  (#387260,
1565         Christian Persch)
1566
1567         * glib/gmain.c (child_watch_helper_thread): Readd a
1568         return which was removed as dead code a while ago.
1569         icc may consider it dead, but gcc doesn't like non-void
1570         functions without a return...  (#354707)
1571
1572         * tests/Makefile.am: Try a different fix for bug 346373.
1573
1574 2006-12-18  Matthias Clasen  <mclasen@redhat.com>
1575
1576         Fix bug 161288:
1577
1578         * configure.in: Check for wcslen.
1579
1580         * glib/gnulib/vasnprintf.c: Handle wcslen missing.
1581
1582 2006-12-18  Matthias Clasen  <mclasen@redhat.com>
1583
1584         * glib/gkeyfile.c: Accept '@' in locale names.
1585
1586         * glib/gkeyfile.c: Tighten up the check for allowed
1587         key and group names.  (#343191, Tommi Komulainen)
1588
1589         * tests/keyfile-test.c: Test handling of key and group names.
1590
1591         * tests/Makefile.am: Don't use $RANDOM if the shell doesn't
1592         have it.  (#346373, Thomas Klausner)
1593
1594 2006-12-17  Behdad Esfahbod  <behdad@gnome.org>
1595
1596         * glib/gstring.c: Improve docs about string functions taking a
1597         length.  (#378727)
1598
1599 2006-12-17  Matthias Clasen  <mclasen@redhat.com>
1600
1601         * glib/gconvert.c:
1602         * glib/gutf8.c (_g_charset_get_aliases): Put the G_GNUC_INTERNAL
1603         where gcc doesn't complain about it.
1604
1605         * glib/ghash.c: Make ref_count an int to avoid compiler
1606         warnings.
1607
1608         * configure.in: Use AC_LANG_SOURCE for the clock test.
1609
1610         * glib/gthreadpool.h:
1611         * glib/gthreadpool.c (g_thread_pool_free): Don't use "wait"
1612         as parameter name.  (#379207, Christian Biere)
1613
1614         * glib/gspawn.c: Refer to g_child_watch_add() in addition
1615         to waitpid().
1616
1617         * glib/gstrfuncs.c (g_strndup, g_strnfill): Move docs
1618         inline, and improve wording.  (#372598, Behdad Esfahbod)
1619
1620         * glib/gspawn.c: Add some pointers to the gdk_spawn_
1621         variants.  (#338134, Federico Mena Quintero)
1622
1623         * configure.in: Make montonic clock test work again. Does
1624         AC_COMPILE_IFELSE not get confdefs ? Also, move the clock
1625         tests below the thread checks to fix #364663.
1626
1627         * tests/run-markup-tests.sh: Don't use diff -u  (#380801,
1628         Marek Rouchal)
1629
1630         * glib/gspawn.c: Fix the recent fdwalk()-related changes
1631         to not break mapping-test.  (#286838, Marco Barisione)
1632
1633         * glib/gstring.c (g_string_chunk_new): Don't shadow size.
1634         (#386760, Kazuki IWAMOTO)
1635
1636 2006-12-16  Matthias Clasen  <mclasen@redhat.com>
1637
1638         * glib/gstring.c: Move more documentation inline.
1639
1640         * configure.in: Use AC_COMPILE_IFELSE for the monotonic
1641         clock test.  (#362918, Han-Wen Nienhuys, Jeremy Lainé)
1642
1643         * glib/gstring.c: Move documentation inline.
1644
1645 2006-12-15  Matthias Clasen  <mclasen@redhat.com>
1646
1647         * glib/giochannel.h: Make ref_count a gint to avoid
1648         compiler warnings.  (#321977, Andrew Paprocki)
1649
1650         * configure.in: On Solaris, set CFLAGS and LDFLAGS that
1651         work both with Sun cc and gcc.  (#315061, Lazlo Peter)
1652
1653         * glib/gspawn.c: Undefine READ_OK to fix the build on
1654         old versions of Darwin.  (#327800)
1655
1656         * glib/glib.symbols:
1657         * glib/gstring.[hc] (g_string_chunk_clear): Add a function
1658         for clearing a GStringChunk. (#364608, Matt Barnes)
1659
1660         * glib/guniprop.c (interval_compare): Avoid a compiler
1661         warning.
1662
1663         * glib/gspawn.c (do_exec): Call set_cloexec() with
1664         the right parameters.  (#386252, Guillaume Desmottes)
1665
1666 2006-12-15  Matthias Clasen  <mclasen@redhat.com>
1667
1668         Fix #357585, Padraig O'Briain.
1669
1670         * configure.in: Check for fdwalk.
1671
1672         * glib/gspawn.c (do_exec): Use fdwalk() to close all
1673         file descriptors.
1674
1675         * glib/gspawn.c (fdwalk): Fallback implementation of
1676         fdwalk.
1677
1678 2006-12-14  Matthias Clasen  <mclasen@redhat.com>
1679
1680         * glib/gconvert.c (open_converter): Don't use alloca
1681         and avoid allocating memory for small keys that are
1682         already cached.  (#172406, Morten Welinder)
1683
1684         * glib/gmain.c (g_child_watch_add_full): Improve the docs.
1685         (#345569, Tim-Philipp Müller)
1686
1687         * glib/gkeyfile.c (g_key_file_add_group): If the group
1688         is already there, make it current.  (#385910, Joe Halliwell)
1689
1690         * tests/keyfile-test.c: Add a test for duplicate groups/keys.
1691
1692 2006-12-13  Matthias Clasen  <mclasen@redhat.com>
1693
1694         * m4macros/glib-gettext.m4: Require AC_CANONICAL_HOST in
1695         GLIB_WITH_NLS.  (#385132, Laszlo Peter)
1696
1697 2006-12-12  Matthias Clasen  <mclasen@redhat.com>
1698
1699         * configure.in: Add a check for broken poll on Mac OS X.
1700
1701         * glib/gmain.c: Use poll emulation on OS X.  (#302672, Toby Peterson,
1702         patch by Dave Vasilevsky)
1703
1704 2006-12-11  Matthias Clasen  <mclasen@redhat.com>
1705
1706         * glib/gatomic.c: Don't use local numeric labels in
1707         inline assembler on AIX.  (#316434, Hans Rosenfeld)
1708
1709         * glib/gunicode.h (g_utf8_next_char): Cast to const char *,
1710         not char *.  (#138153, Nikolai Weibull)
1711
1712 Wed Nov 22 16:09:13 2006  Tim Janik  <timj@gtk.org>
1713
1714         * glib/gmacros.h: added G_GNUC_MAY_ALIAS, suggested by Mathias
1715         Hasselmann in bug #335341, fixes bug #335853.
1716
1717 2006-11-15  Matthias Clasen  <mclasen@redhat.com>
1718
1719         * m4macros/glib-gettext.m4: Apply a patch from James
1720         Henstridge for compatibility with automake 2.60 (#343825)
1721
1722 2006-11-14  Behdad Esfahbod  <behdad@gnome.org>
1723
1724         * sanity_check: Replace bash-specific == with sh-understood =.
1725         Fixes bug #373864.
1726
1727 2006-11-05  Hans Breuer  <hans@breuer.org>
1728
1729         * glib/makefile.msc.in : glib/ version not the gobject/
1730         one I accidentially commited. Fixes bug #371074.
1731
1732 2006-11-05  Tor Lillqvist  <tml@novell.com>
1733
1734         * makefile.mingw
1735         * gmodule/makefile.mingw.in
1736         * glib/makefile.mingw.in
1737         * gobject/makefile.mingw.in
1738         * gthread/makefile.mingw.in
1739         * tests/makefile.mingw.in: Remove from CVS. Haven't been
1740         maintained or distributed for long.
1741
1742 2006-10-26  Pascal Terjan  <pterjan@linuxfr.org>
1743
1744         * glib/libcharset/localcharset.c: Fix small leak on failed
1745         realloc in _g_locale_get_charset_aliases (#338582)
1746
1747 2006-10-16  Behdad Esfahbod  <behdad@gnome.org>
1748
1749         * glib/gnulib/Makefile.am: Add $(GLIB_DEBUG_FLAGS).  (#362543,
1750         Peter Kjellerstedt)
1751
1752 2006-10-15  Sebastian Wilhelmi  <seppi@seppi.de>
1753
1754         * tests/Makefile.am: Compile errorcheck-mutex-test with thread
1755         libraries explicitly. (#74748, Javier Villavicencio)
1756
1757 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
1758
1759         Add a way to obtain Unicode script information.  (#348348,
1760         Marco Barisione)
1761
1762         * glib/glib.symbols:
1763         * glib/gunicode.h: Add GUnicodeScript enumeration and
1764         g_unichar_get_script.
1765
1766         * glib/guniprop.c: Implement g_unichar_get_script.
1767
1768         * glib/gscripttable.h: Generated private header containing
1769         script tables.
1770
1771         * glib/gen-script-table.pl: Script to generate gscripttable.h.
1772
1773         * glib/Makefile.am: Update
1774
1775 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
1776
1777         * tests/run-markup-tests.sh: Small portability fix.  (#347944,
1778         Dan McMahill)
1779
1780 2006-10-07  Tor Lillqvist  <tml@novell.com>
1781
1782         * glib/gwin32.c (get_package_directory_from_module)
1783         (g_win32_get_package_installation_directory): g_strdup the keys
1784         that we are passed before adding them to the hash tables, to guard
1785         against the caller freeing them. (#355955, Andreas Köhler)
1786
1787 2006-10-06  Matthias Clasen  <mclasen@redhat.com>
1788
1789         * glib/gtimer.c: Fix a typo.  (#359190)
1790
1791 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
1792
1793         * glib/Makefile.am:
1794         * gobject/Makefile.am:
1795         Include pltcheck.sh in EXTRA_DIST, and remove redefinition of TESTS.
1796         (#358966)
1797
1798 2006-10-01  Matthias Clasen  <mclasen@redhat.com>
1799
1800         * glib/gtimer.c (g_usleep): Use nsleep to implement
1801         g_usleep on AIX.  (#321974, Andrew Paprocki)
1802
1803         * configure.in: Check for nsleep
1804
1805         * glib/gmain.c: Fix typos in doc comments.
1806         (#358421, Tom Tromey)
1807
1808 2006-09-30  Matthias Clasen  <mclasen@redhat.com>
1809
1810         * glib/pltcheck.sh: A script to check PLT entries.
1811         * glib/Makefile.am (TESTS): Run pltcheck.sh
1812
1813         * glib/*: Fix includes to correct some issues with
1814         PLT entries.  (#354522, Behdad Esfahbod)
1815
1816 2006-09-17  Hans Breuer  <hans@breuer.org>
1817
1818         * glib/makefile.msc.in gobject/makefile.msc.in : better filtering
1819         of G_GNUC_* stuff when generating .def files. Now also works with
1820         newer (less tolerant) linkers, e.g. from vc2500e
1821
1822 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
1823
1824         * glib/gbacktrace.c: Assume string.h is available.
1825         (#354523, Behdad Esfahbod)
1826
1827         * configure.in: Bump version to 2.13.0
1828
1829         * glib/glib.symbols:
1830         * glib/gmain.[hc]: Add functions to create approximate
1831         timeouts.  (#353942, Arjan van de Ven)
1832
1833         * glib/gstdio.c (g_rename): Initialize save_errno.
1834         (#355206, Mike Edenfield)
1835
1836 2006-09-03  Matthias Clasen  <mclasen@redhat.com>
1837
1838         * glib/gerror.c: Allocate GErrors using the slice allocator.
1839         (#354054, Matt Barnes)
1840
1841 2006-09-02  Matthias Clasen  <mclasen@redhat.com>
1842
1843         * glib/gtimer.c: Forgotten HAVE_CLOCK_GETTIME.
1844
1845 2006-09-02  Tor Lillqvist  <tml@novell.com>
1846
1847         * glib/gutils.c (g_get_any_init_do): Correct C99ism (mixed
1848         declarations and code) in Win32 ifdef branch. (#353903, Mike
1849         Edenfield)
1850
1851 2006-09-01  Abel Cheung  <abel@oaka.org>
1852
1853         * configure.in: Added 'dz' 'hy' to ALL_LINGUAS.
1854
1855 2006-09-01  Matthias Clasen  <mclasen@redhat.com>
1856
1857         * configure.in: Check for CLOCK_MONOTONIC.
1858
1859         * glib/gtimer.c: Only use clock_gettime if we
1860         have a monotonic clock.
1861
1862 2006-08-31  Matthias Clasen  <mclasen@redhat.com>
1863
1864         * configure.in: Add missing includes to a few test
1865         programs.  (#353580, Chris Wilson)
1866
1867 2006-08-30  Matthias Clasen  <mclasen@redhat.com>
1868
1869         * glib/gmarkup.c (g_markup_vprintf_escaped): Don't call
1870         va_end on caller-provided va_args.  (#353584, Chris Wilson)
1871
1872 2006-08-29  Tor Lillqvist  <tml@novell.com>
1873
1874         Remove support for Windows 9x/ME, as will be done also in Pango
1875         and GTK+. GTK+ hasn't worked on Win9x since 2.6 or 2.8 anyway, so
1876         it's pretty pointless to keep the Win9x code in here either. If
1877         somebody is interested, the code can always be found in older GLib
1878         versions, and in CVS.
1879
1880         * glib/gdir.c
1881         * glib/gfileutils.c
1882         * glib/gspawn-win32-helper.c
1883         * glib/gspawn-win32.c
1884         * glib/gstdio.c
1885         * glib/gutils.c
1886         * glib/gwin32.c
1887         * glib/gwin32.h: Remove the G_WIN32_IS_NT_BASED() and
1888         G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x)
1889         branches, and any variables or static functions used only by the
1890         Win9x branches.
1891
1892         * glib/gwin32.c (g_win32_windows_version_init): Call g_error() if
1893         run on Win9x.
1894
1895 2006-08-27  Matthias Clasen  <mclasen@redhat.com>
1896
1897         * configure.in: Fix pthread compiler flag detection.
1898
1899         * glib/gtimer.c: Use Posix monotonic clocks instead of
1900         gettimeofday when available.  (#336114, William Jon McCann)
1901
1902 2006-08-26  Matthias Clasen  <mclasen@redhat.com>
1903
1904         * glib/gutils.h:
1905         * glib/gscanner.c: Fix some typos.  (#351741, Kjartan Maraas)
1906
1907 2006-08-25  Matthias Clasen  <mclasen@redhat.com>
1908
1909         * configure.in: Fix the pthread compiler flag detection.
1910
1911         * glib/gunicode.h:
1912         * glib/gutf8.c (_g_utf8_make_valid): Rename make_valid_utf8
1913         from gconvert.c, move it to gutf8.c, and export it privately.
1914
1915         * glib/gconvert.c (g_filename_display_name): Adjust callers.
1916
1917         * glib/gkeyfile.c: Use _g_utf8_make_valid() in a number of
1918         places to ensure error messages are valid UTF-8.  (#351853,
1919         Simon Budig)
1920
1921 2006-08-22  Matthias Clasen <mclasen@redhat.com>
1922
1923         * Branch for 2.12