Fix a sed script that doesn't correctly detect i586-mingw32-gcc-3.4
[platform/upstream/glib.git] / ChangeLog
1 2007-05-29  Cody Russell  <bratsche@gnome.org>
2
3         * configure.in: Fix a sed script that doesn't correctly detect
4         i586-mingw32-gcc-3.4 compiler, and was causing -Wno-pointer-sign
5         errors when building with that compiler. (#440896, Yevgen Muntyan)
6
7 2007-05-29  Marco Barisione <marco@barisione.org>
8
9         * glib/gregex.c: Fix g_regex_fetch_named() and
10         g_regex_fetch_named_pos() when G_REGEX_DUPNAMES is used  (#434358,
11         Yevgen Muntyan and #419376, Marco Barisione, patch by Yevgen Muntyan)
12
13 2007-05-25  Behdad Esfahbod  <behdad@gnome.org>
14
15         * glib/guniprop.c (g_unichar_iswide), (g_unichar_iswide_cjk):
16         Update to Markus Kuhn's updated wcwidth for Unicode 5.0.
17
18 2007-05-22  Matthias Clasen  <mclasen@redhat.com>
19
20         * configure.in: Bump version
21
22         * === Released 2.13.2 ===
23
24         * README.in:
25         * NEWS: Updates
26
27 2007-05-18  Matthias Clasen  <mclasen@redhat.com>
28
29         * configure.in: Try again to move the compiler-dependency
30         of G_GNUC_INTERNAL to runtime.
31
32 2007-05-18  Matthias Clasen  <mclasen@redhat.com>
33
34         * configure.in: Don't let PERL_PATH be ''.  (#356769, Joseph Sacco)
35
36 2007-05-17  Michael Natterer  <mitch@imendio.com>
37
38         * configure.in: hotfix: revert last change to fix the build on OS X.
39
40 2007-05-17  Matthias Clasen  <mclasen@redhat.com>
41
42         * glib/goption.c (g_option_context_set_translate_func): Fix
43         a doc typo.  (#439232, Vincent Untz)
44
45 2007-05-17  Matthias Clasen  <mclasen@redhat.com>
46
47         * configure.in: Move the compiler-dependency in the G_GNUC_INTERNAL
48         definition from configure-time to runtime (of the compiler).
49         (#438869, Damien Carbery)
50
51         * glib/gdebug.h:
52         * glib/gmessages.h:
53         * glib/gunicodeprivate.h:
54         * glib/gthreadprivate.h: Move G_GNUC_INTERNAL before function
55         declarations to fix compilation with sun studio.  (#438873,
56         Damien Carbery)
57
58 2007-05-14  Matthias Clasen  <mclasen@redhat.com>
59
60         * glib/gslice.h:
61         * glib/gslice.c:
62         * glib/glib.symbols: Make g_slice_debug_tree_statistics() 
63         debug-only functionality again.
64
65 2007-05-14  Christian Persch  <chpe@gnome.org>
66
67         * docs/reference/glib/tmpl/string_utils.sgml: Improve g_strerror and
68         g_strsignal docs. Bug #438293.
69
70 2007-05-13  Tor Lillqvist  <tml@novell.com>
71
72         * glib/gwin32.h: Drop the pipe() macro. Defining macros outside of
73         its namespace that look like POSIX functions is not GLib's
74         business in my opinion. This means pipe()-using code that has
75         relied on this definition will need changing to call _pipe() on
76         Windows, and make the decision itself on what size pipe buffer to
77         use, and whether to use text or binary mode, and whether the pipe
78         handles should be inheritable or not.
79
80         * glib/gspawn-win32.c (make_pipe): Use _pipe() instead of pipe().
81
82 2007-05-11  Matthias Clasen  <mclasen@redhat.com>
83
84         * glib/goption.c: Allow G_OPTION_ARG_CALLBACK for 
85         G_OPTION_REMAINING.  (#437297, Dave Benson)
86
87         * tests/option-test.c: Add a test for this.
88
89 2007-05-04  Dan Winship  <danw@novell.com>
90
91         * glib/gkeyfile.c (g_key_file_get_boolean)
92         (g_key_file_get_boolean_list, g_key_file_get_integer)
93         (g_key_file_get_integer_list, g_key_file_get_double)
94         (g_key_file_get_double_list): Document the error return values
95         rather than calling them undefined. #435885.
96
97 2007-05-03  Behdad Esfahbod  <behdad@gnome.org>
98
99         * glib/glib.symbols:
100         * glib/gunicode.h:
101         * glib/guniprop.c (g_unichar_ismark):
102         Add g_unichar_ismark(). Patch from Yevgen Muntyan. Fixes #339991.
103
104 2007-05-03  Matthias Clasen <mclasen@redhat.com>
105
106         * configure.in: Bump version
107
108         * === Released 2.13.1 ===
109
110 2007-05-02  Matthias Clasen <mclasen@redhat.com>
111
112         * tests/threadpool-test.c:  Stop unused threads before
113         the last test, to make the test terminate reliably.
114
115         * NEWS: Updates
116
117 2007-05-02  Marco Barisione <marco@barisione.org>
118
119         * glib/gregex.c: Made more clear that the string passed to the match
120         functions cannot be freed before using g_match_info_fetch() and
121         similar functions, and fixed a typo.
122
123 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
124
125         * glib/glib.symbols:
126         * glib/gregex.[hc]: Add g_regex_get_max_backref() and
127         g_regex_get_capture_count().  (#419371, Marco Barisione)
128         
129 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
130
131         * glib/glib.symbols:
132         * glib/gregex.[hc]: Split GRegex into GRegex and GMatchInfo.
133         (#419368, Marco Barisione)
134
135         * tests/regex-test.c: Adapt.
136
137 2007-04-30  Chris Wilson  <chris@chris-wilson.co.uk>
138
139         * glib/gbookmarkfile.c (g_bookmark_file_get_app_info):
140         Include the gshell.h header file (to define g_shell_[un]quote)
141         and correct the order of the arguments to g_propagate_error(), as
142         spotted by gcc.
143
144 2007-04-29  Emmanuele Bassi  <ebassi@gnome.org>
145
146         * glib/gbookmarkfile.c:
147         (g_bookmark_file_set_app_info): Quote the passed command line...
148         
149         (g_bookmark_file_get_app_info): ... and unquote it when giving it
150         back. (#432274)
151
152 2007-04-27  Matthias Clasen <mclasen@redhat.com>
153
154         * glib/gstrfuncs.c: small coding style cleanups.
155
156 2007-04-27  Chris Wilson  <chris@chris-wilson.co.uk>
157
158         * glib/gregex.h: Remove trailing comma at end of enumerator list.
159
160 2007-04-27  Tor Lillqvist  <tml@novell.com>
161
162         * glib/gstdio.c (g_mkdir): Document that the mode argument is
163         ignored on Windows
164         (g_stat): Document that st_mode is mostly useless on Windows.
165
166 2007-04-25  Paolo Borelli  <pborelli@katamail.com>
167
168         * glib/gstrfuncs.c (g_strsplit): small cleanup. (#433387)
169
170 2007-04-24  Matthias Clasen  <mclasen@redhat.com>
171
172         * glib/glib.symbols:
173         * glib/goption.h:
174         * glib/goption.c (g_option_context_get_help): New function to
175         get the formatted help string.  (#336089, Dom Lachowicz)
176
177 2007-04-24  Michael Natterer  <mitch@imendio.com>
178
179         * tests/gobject/paramspec-test.c: test all GParamSpecString
180         validations with static and allocated strings.
181
182 2007-04-19  William Jon McCann  <mccann@jhu.edu>
183
184         * glib/gkeyfile.[ch]: (find_file_in_data_dirs),
185         (g_key_file_load_from_dirs), (g_key_file_load_from_data_dirs):
186         Add g_key_file_load_from_dirs for looking through a search
187         path for a key-file. (#355334)
188
189 2007-04-15  Tor Lillqvist  <tml@novell.com>
190
191         * build: Include the build module using the svn:externals
192         mechanism.
193
194         * Makefile.am
195         * configure: Add the references to build back.
196
197 2007-04-11  Matthias Clasen  <mclasen@redhat.com>
198
199         * glib/gspawn.c (g_spawn_async): Fix a doc typo.  (#427285, 
200         Jochen Baier)
201
202 2007-04-11  Emmanuele Bassi  <ebassi@gnome.org>
203
204         * glib/ghash.[ch]: Add g_hash_table_get_keys() and
205         g_hash_table_get_values(), API to retrieve the keys
206         and values inside an hash table in list form. (#413133)
207
208         * glib/glib.symbols: Update symbols.
209
210         * tests/hash-test.c: Exercise newly added functions.
211
212 2007-04-11  Matthias Clasen  <mclasen@redhat.com>
213
214         * configure.in: Use CFLAGS/LDFLAGS in addition to 
215         PCRE_CFLAGS/PCRE_LIBS when checking system PCRE.  (#421607, 
216         Paul Jarc)
217
218 2007-03-27  Emmanuele Bassi  <ebassi@gnome.org>
219
220         * glib/gdate.h: Remove old comment and forward declaration of
221         struct tm: gdate.h includes time.h now.
222
223 2007-03-23  Matthias Clasen  <mclasen@redhat.com> 
224
225         * tests/gobject/Makefile.am: Handle $RANDOM missing.  (#356843,
226         Paul Jarc)
227
228 2007-03-22  Matthias Clasen  <mclasen@redhat.com> 
229
230         * glib/guniprop.c: Fix corner-cases of upper/lowercase conversion.
231         (#418217, Denis Jacquerye)
232
233 2007-03-22  Chris Wilson  <chris@chris-wilson.co.uk>
234
235         * glib/gkeyfile.c: Track whether the last key=value pair in a group
236         is a blank line and during to_data() only insert a new blank line
237         betweens group in its absence. This allows the beautification of the
238         GKeyFile and prevents newlines being inserted indefinitely. (#420686)
239
240         * tests/keyfile-test.c (test_reload_idempotency): Test that after a 
241         single beautification pass, g_key_file_to_data() does not alter its
242         input data.
243
244 2007-03-21  Matthias Clasen  <mclasen@redhat.com>
245
246         * glib/pcre/Makefile.am: Make builddir != srcdir work.  (#419900)
247
248 2007-03-19  Paolo Borelli  <pborelli@katamail.com>
249
250         * glib/gutf8.c (fast_validate_len): remove unneeded checks.
251
252 2007-03-18  Matthias Clasen  <mclasen@redhat.com>
253
254         * glib/gregex.c: Cosmetic fixes
255
256 2007-03-17  Marco Barisione <marco@barisione.org>
257
258         * glib/update-pcre/table-reduction.patch:
259         * glib/update-pcre/make_utt.py:
260         * glib/update-pcre/utt.patch: Add forgotten files
261
262         * glib/update-pcre/update.sh: Call python directly instead of relying
263         on shebang. Also copy the changes from glib/pcre/makefile.msc to this
264         file
265
266 2007-03-17  Hans Breuer  <hans@breuer.org>
267
268         * glib/makefile.msc.in glib/pcre/makefile.msc 
269           glib/update-pcre/update.sh : define PCRE_STATIC to reflect the 
270         inclusion of pcre as LIB, not stand-alone DLL. Also set NEWLINE=-1
271         to match any newline by default, use of ../../build/win32/make.msc
272
273         * glib/gregex.h : minimal includes of <glib/*.H> instead of <glib.h>
274
275         * glib/gnulib/makefile.msc : make use of ../../build/win32/make.msc
276
277         * tests/regex-test.c(verbose): don't pass a string containing '%' 
278         as first parameter to g_print ()
279         (test_match) : for the unexpected case output pattern and string
280         escaped
281
282         * tests/child-test.c tests/slice-color.c : fix c99ism
283         * tests/slice-test.c : fix c99ism and gccism
284         * tests/mapping-test.c tests/base-64-tests.c : don't 
285         #include <unistd.h> unconditionally
286         * tests/option-test.c : use G_GINT64_CONSTANT() instead of direct LL
287
288         * tests/makefile.msc.in : more tests build
289
290 2007-03-17  Matthias Clasen  <mclasen@redhat.com>
291
292         * glib/gsequence.[hc]:
293         * glib/glib.symbols:
294         * tests/sequence-test.c: Move the consistency
295         checks to the test.
296
297 2007-03-16  Matthias Clasen  <mclasen@redhat.com>
298
299         * configure.in: Bump version
300
301         * === Released 2.13.0 ===
302
303         * NEWS: Updates
304
305 2007-03-16  Matthias Clasen  <mclasen@redhat.com>
306         
307         * glib/glib.symbols:
308         * glib/gsequence.h: Add the test function to the header,
309         since it is exported.
310
311         * glib/gbase64.c (g_base64_decode): Warn if the input
312         is too short.  (#418862, Halton Huo)
313
314 Fri Mar 16 11:24:51 2007  Tim Janik  <timj@imendio.com>
315
316         * glib/gscanner.[hc]: reverted premature commit which broke
317         GScanner ABI and API, #415323.
318
319 2007-03-16  Chris Wilson  <chris@chris-wilson.co.uk>
320
321         * glib/gkeyfile.c: Convert to GSlice and check for redundant
322         clears. (#418637)
323
324 2007-03-15  Matthias Clasen  <mclasen@redhat.com>
325
326         * glib/gscanner.[hc]: Revert recent changes that break
327         existing users of GScanner.
328
329 2007-03-15  Matthias Clasen  <mclasen@redhat.com>
330
331         * glib/gscanner.c (g_scanner_get_token_ll): Fix a typo
332         in the last commit.  (#415323, Richard Hult)
333
334 2007-03-15  Tor Lillqvist  <tml@novell.com>
335
336         * glib/gnulib/Makefile.am (INCLUDES): Add -I$(top_srcdir)/glib so
337         that gregex.h finds <glib.h>.
338
339         * glib/update-pcre/Makefille.am-1: Add -DGLIB_COMPILATION so that
340         we don't think g_ascii_table is dllimport.
341
342         * glib/pcre/Makefile.am: Corresponding change.
343
344         * glib/update-pcre/notdll.patch: New file. Drop
345         dllimport/dllexport magic for the pcre symbols.
346
347         * glib/update-pcre/Makefile.am: Dist it.
348
349         * glib/update-pcre/update.sh: Apply notdll.patch.
350
351         * glib/pcre/pcre.h: Corresponding change.
352
353 2007-03-15  Tor Lillqvist  <tml@novell.com>
354
355         * glib/gtypes.h: Add comment to avoid misleading people with the
356         large number of digits in G_PI etc. (#404338)
357
358 2007-03-15  Tor Lillqvist  <tml@novell.com>
359
360         * config.h.win32.in: Update to match what configure produces.
361
362 2007-03-15  Marco Barisione <marco@barisione.org>
363
364         Add GRegex for regular expression matching.  (#50075)
365
366         * configure.in: Handle GRegex compilation.
367
368         * glib/gregex.c:
369         * glib/gregex.h: Code for GRegex.
370
371         * glib/Makefile.am:
372         * glib/makefile.msc.in: Updated makefiles.
373
374         * glib/pcre/*: Internal copy of PCRE.
375
376         * glib/update-pcre/*: Stuff to automatically update the internal PCRE
377         to a newer version.
378
379         * tests/regex-test.c:
380         * tests/Makefile.am:
381         * tests/makefile.msc.in: Add tests for GRegex.
382
383 2007-03-15  Chris Wilson  <chris@chris-wilson.co.uk>
384
385         * glib/gmain.c (g_main_dispatch): Replace a
386         g_slist_prepend/g_slist_remove pair with an on-stack link
387         and open coding. (#416094)
388
389 2007-03-15  Matthias Clasen  <mclasen@redhat.com>
390
391         Fix two glitches in the Unicode case conversion
392         functions (#418217,  Denis Jacquerye)
393
394         * glib/guniprop.c (g_unichar_toupper): Handle zero entries
395         in special_case_table correctly.
396         (g_unichar_totitle): Fall back to g_unichar_toupper.
397
398 2007-03-15  Matthias Clasen  <mclasen@redhat.com>
399
400         * glib/gscanner.[hc]: Some optimizations, use a lookup
401         table for character classes, pre-allocate GStrings with
402         reasonable sizes.  (#415323, Charlie Brej)
403
404 2007-03-14  Matthias Clasen  <mclasen@redhat.com>
405
406         * glib/gkeyfile.c (g_key_file_get_double): Fix a 
407         small typo.  (#417847, Bobby Jack)
408
409 2007-03-08  Matthias Clasen  <mclasen@redhat.com>
410
411         * glib/gstrfuncs.c (g_strtoll): Return negative values.
412         (#416062)
413
414         * tests/strtoll-test.c: Add more testcases.
415
416 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
417
418         * glib/gstring.c (g_str_equal): Clarify docs.  (#364026, 
419         Bastian Nocera)
420
421 2007-03-06  Matthew Barnes  <mbarnes@redhat.com>
422
423         * glib/gqueue.h:
424         * glib/gqueue.c: Add G_QUEUE_INIT, g_queue_init(), and
425         g_queue_clear() to better support statically allocated
426         queues.  (#413244)
427
428 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
429
430         * glib/gkeyfile.c (g_key_file_parse_value_as_boolean):
431         Remove a NULL check that didn't do any good.  (#360904,
432         Paolo Borelli)
433
434 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
435
436         * glib/gmarkup.c (g_markup_parse_context_parse): Report
437         more accurate position for invalid UTF-8.  (#350802,
438         Simon Budig)
439
440 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
441
442         * glib/gbase64.c: Add NULL checks to the base64 
443         functions that take pointers.  (#399611, Martyn Russell)
444
445 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
446
447         Work with Solaris gettext (#341988, Laszlo Peter)
448
449         * m4macros/glib-gettext.m4: Make GLIB_WITH_NLS define
450         MSGFMT_OPTS if msgfmt supports -c.
451
452         * po/Makefile.in.in: Use MSGFMT_OPTS when calling
453         msgfmt.
454
455 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
456
457         * tests/Makefile.am: Apply a patch by Loïc Minier
458         to fix building with -Wl,-z,defs.  (#149144)
459
460 2007-03-03  Thierry Randrianiriana  <randrianiriana@gmail.com>
461
462         * po/mg.po: Added Malagasy translation.
463         * configure.in: Added Malagasy 'mg' to ALL_LINGUAS
464
465 2007-03-01  Ihar Hrachyshka <iharh@gnome.org>
466         * configure.in: Added be@latin to ALL_LINGUAS.
467
468 2007-02-17  Tor Lillqvist  <tml@novell.com>
469
470         * glib/gdate.c (win32_strftime_helper): New Win32-only
471         function. Use the wide character Win32 API to do the work of
472         strftime(): GetThreadLocale(), GetLocaleInfoW(), GetDateFormatW()
473         and GetTimeFormatW().
474         (g_date_strftime): On Windows use win32_strftime_helper()
475         instead of strftime() to avoid codepage issues with strftime().
476         Unfortunately using wcsftime() would not help either. (#404832)
477
478 2007-02-16  Soren Sandmann <sandmann@redhat.com>
479
480         * tests/sequence-test.c: For move, test moving between two
481         sequences. Add test for swap.
482
483         * glib/gsequence.c: Replace splay tree with a treap.
484         (check_node): Add checks for the treap invariants.
485
486 2007-02-10  Hans Breuer  <hans@breuer.org>
487
488         * glib/makefile.msc.in : added gsequence.obj
489
490 Fri Feb  9 17:46:18 2007  Søren Sandmann  <sandmann@redhat.com>
491
492         * glib/gsequence.c (g_sequence_get_end_iter): Remove assertion.
493         * glib/gsequence.c (is_end): Return TRUE if the iter doesn't have
494         a parent.
495         * glib/gsequence.c: Fix grammar of comment.
496         * glib/gsequence.c (node_update_fields): Use a temporary variable
497         for the n_nodes.
498
499 2007-02-07  Soren Sandmann <sandmann@daimi.au.dk>
500
501         * tests/sequence-test.c (compare_items): Force an arbitrary order
502         on otherwise identical items.
503
504         * glib/gsequence.c: Add comment discussing splay trees vs. other trees.
505         * glib/gsequence.c (is_end): Add fast path for the common case
506         when the node is not actually the end node.
507
508 2007-02-05  Soren Sandmann <sandmann@daimi.au.dk>
509
510         * glib/gsequence.c (g_sequence_sort_iter): Don't prohibit access
511         until after the g_sequence_move_range() call.  Bug 404759,
512         Christian Persch.
513
514        * tests/sequence-test.c: Formatting fix.
515
516 2007-02-03  Soren Sandmann <sandmann@daimi.au.dk>
517
518         * glib/gsequence.c (struct _GSequence): Add a new 'real_sequence'
519         field.
520         (g_sequence_new): Initialize real_sequence to the sequence
521         (g_sequence_sort_iter): Set real_sequence of the temporary
522         sequence to the real sequence.
523         (g_sequence_sort_changed_iter): Same
524         (g_sequence_insert_sorted_iter): Same
525         (g_sequence_search_iter): Same
526         (g_sequence_iter_get_sequence): Return real_sequence
527
528         * tests/sequence-test.c (compare_iters): Insert assertions that
529         the iters point to the sequence being manipulated.
530
531 2007-02-03  Soren Sandmann <sandmann@daimi.au.dk>
532
533         * glib/gsequence.[ch]: New files implementing GSequence, a list
534         implemented using a binary tree.
535         * glib/glib.h, glib/glib.symbols: Update for GSequence.
536         * docs/reference: Add documentation for GSequence
537         * tests: Add sequence-test.c, a thorough test of all of
538         the GSequence API.
539
540 2007-01-30  Matthias Clasen <mclasen@redhat.com>
541
542         * glib/glib.symbols:
543         * glib/gslice.h:
544         * glib/gslice.c: Don't make ABI depend on G_ENABLE_DEBUG,
545         just add an empty g_slice_debug_tree_statistics () implementation
546         in the !G_ENABLE_DEBUG case.
547
548 2007-01-26  Matthias Clasen <mclasen@redhat.com>
549
550         * configure.in: Define G_GNUC_INTERNAL for Sun Studio
551         as __hidden.  (#342981, Brian Cameron)
552
553         * glib/gconvert.c:
554         * glib/gutf8.c: Move G_GNUC_INTERNAL uses to the right
555         spot.
556
557 2007-01-26  Matthias Clasen <mclasen@redhat.com>
558
559         * gmem.c:
560         * gslice.c:
561         * gmessages.c:
562         * gutils.c: Make some structs which are used only once
563         non-static.
564
565 2007-01-24  Benjamin Otte <otte@gnome.org>
566
567         * glib/gprintf.c (g_sprintf): Clarify the documentation
568         regarding overflows (wording by Jan Schmidt)
569
570 2007-01-23  Roozbeh Pournader  <roozbeh@farsiweb.info>
571
572         * README: Remove mention of no-longer-existing PATCH
573         keyword in bugzilla. (#396899)
574
575 2007-01-23  Matthias Clasen  <mclasen@redhat.com>
576
577         * glib/gutf8.c (g_utf8_get_char_validated): Clarify
578         the behaviour is max_len is zero.  (#400044,
579         Benjamin Dauvergne)
580
581 2007-01-23  Matthias Clasen  <mclasen@redhat.com>
582
583         * glib/goption.c (print_help): Use bitwise &
584         when operating on flags.  (#399971, Jon Oberheide)
585
586 2007-01-19  Matthias Clasen  <mclasen@redhat.com>
587
588         Some file list updates (#398069, Owen Taylor)
589
590         * docs/Changes-2.0.txt
591         * docs/reference/README.cvs-commits
592         * glib.spec.in: Remove obsolete files
593
594         * tests/Makefile.am:
595         * glib/libcharset/Makefile.am:
596         * gobject/Makefile.am:
597         * Makefile.am: Add some missing files to EXTRA_DIST
598
599         * tests/timeloop-basic.c: Make it build
600         * HACKING: Small updates
601
602 2007-01-18  Matthias Clasen  <mclasen@redhat.com>
603
604         * glib/gdate.c (g_date_set_time): Fix a typo.  (#398203,
605         Owen Taylor)
606
607 2007-01-17  Tor Lillqvist  <tml@novell.com>
608
609         * config.h.win32.in
610         * glib/galloca.h
611         * glib/gbacktrace.h
612         * glib/gwin32.c
613         * glibconfig.h.win32.in
614         * README.win32: More minor tweaks for Digital Mars
615         compiler. (#346808, Serhat Sevki Dincer)
616
617 2007-01-17  Tor Lillqvist  <tml@novell.com>
618
619         * glib-zip.in: DLLs are always installed in "bin" with current
620         libtool, drop unnecessary logic to check where they are. Include
621         also the COPYING file.
622
623 2007-01-17  Tor Lillqvist  <tml@novell.com>
624
625         * glib/galloca.h: Use <malloc.h> also with Digital Mars compiler
626         on Win32. (#346808, Serhat Sevki Dincer)
627
628 2007-01-16  Matthias Clasen  <mclasen@redhat.com>
629
630         * glib/gthread.h:
631         * glib/gthread.c:
632         * glib/glib.symbols: Revert an accidental ABI break by
633         moving gettime out of the GThreadFunctions struct and making
634         it a separate variable.  (#397139, Joe Marcus Clarke)
635
636         * gthread/*.c: Adapt.
637
638 2007-01-16  Tor Lillqvist  <tml@novell.com>
639
640         * glib/gthread.c (gettime): GetSystemTimeAsFileTime() returns 100s
641         of nanoseconds since 1601, so offset to Unix epoch (1970) and
642         multiply by 100 to get nanoseconds which is what we want.
643
644 2007-01-15  Tor Lillqvist  <tml@novell.com>
645
646         * glib/gmain.h (struct _GPollFD): Fix mistake in my last commit.
647
648 2005-01-15  Matthias Clasen  <mclasen@redhat.com>
649
650         * glib/giochannel.c:
651         * glib/gbookmarkfile.c: Remove redundant NULL-checks.
652         (#369668, Morten Welinder)
653
654 2005-01-15  Matthias Clasen  <mclasen@redhat.com>
655
656         * glib/gthread.c:
657         * gthread/gthread-posix.c: Correct the gettime calculations
658         once more.  (#395203, Chris Wilson)
659
660 2007-01-15  Tor Lillqvist  <tml@novell.com>
661
662         * glib/gmain.h (struct _GPollFD): Prepare for potential Win64
663         build: Use gint64 for the fd field on Win64, as we want to be able
664         to store a HANDLE in it. (#395422) (Other changes will surely also
665         be necessary when building on Win64, at least in giowin32.c.)
666
667 2007-01-15  Tor Lillqvist  <tml@novell.com>
668
669         * glib/gwin32.c (g_win32_getlocale): Simplify greatly. Instead of
670         hardcoding a large switch statement, just ask Windows for the
671         ISO639 and ISO3166 codes. Tack on @Latn or @Cyrl for those
672         languages which can alternatively be written in Latin or
673         Cyrillic. Fixes #395419.
674
675 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
676
677         * glib/gkeyfile.c: Rework the handling of invalid
678         keys/groups again. We are back to being liberal about
679         what we accept, and only reject things that would lead
680         to non-rereadable keyfiles.
681
682         * tests/keyfile-test.c: Adapt tests.
683
684 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
685
686         * glib/gutils.c (g_get_home_dir): Clarify docs.  (#394687,
687         Marc Brockschmidt)
688
689 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
690
691         * glib/gthread.c: Include windows.h and fix
692         include order. (#394258, Kazuki Iwamoto)
693
694 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
695
696         * configure.in: Make G_GNUC_INTERNAL a no-op for
697         gcc 2.95.    (#329031, David Schleef, Marc Brockschmidt)
698
699 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
700
701         * gthread/gthread-posix.c:
702         * glib/gtimer.c:
703         * glib/gthread.c: Fix errors in the recently moved
704         time calculations.  (#395203, Chris Wilson)
705
706 2007-01-10  Matthias Clasen  <mclasen@redhat.com>
707
708         * configure.in: Actually link gthread against librt.
709         (#394641, Marco Pesenti Gritti)
710
711 2007-01-10  Matthias Clasen  <mclasen@redhat.com>
712
713         * glib/gkeyfile.c (g_key_file_is_key_name): Grr, allow '*' in keys,
714         too.  (#394262)
715
716 2007-01-09  Behdad Esfahbod  <behdad@gnome.org>
717
718         * glib/gutils.h: Use a more optimized g_bit_storage() when gcc is
719         available.  (#371670, Daniel Elstner)
720
721 2007-01-08  Matthias Clasen  <mclasen@redhat.com>
722
723         * gthread/gthread-posix.c (g_thread_impl_init): Don't
724         use _SC_MONOTONIC_CLOCK unless USE_CLOCK_GETTIME is
725         defined.  (#394150)
726
727 2007-01-07  Matthias Clasen  <mclasen@redhat.com>
728
729         Don't link glib against libpthread.  (#393812)
730
731         * configure.in: Link gthread against librt, not glib itself.
732
733         * glib/gthread.h:
734         * glib/gthread.c: Add a new thread function, gettime.
735
736         * glib/gtimer.c: Use gettime instead of directly working with
737         the various system interfaces.
738
739         * gthread/gthread-impl.c:
740         * gthread/gthread-posix.c:
741         * gthread/gthread-win32.c: Implement gettime.
742
743 2007-01-07  Matthias Clasen  <mclasen@redhat.com>
744
745         * m4macros/glib-2.0.m4: Use PKG_PROG_PKG_CONFIG.  (#392636,
746         Yevgen Muntyan)
747
748 2007-01-07  Tor Lillqvist  <tml@novell.com>
749
750         * glib/giowin32.c: Handle GIOChannels for file descriptors
751         connected to the console separately. This would typically be the
752         fd 0, 1, or 2 (if not redirected) in a console application. For
753         such fds we don't need a separate thread, as console HANDLEs are
754         waitable objects. (#359202, Michiel de Hoon)
755
756 2007-01-04  Behdad Esfahbod  <behdad@gnome.org>
757
758         * tests/bit-test.c (builtin_bit_nth_lsf1), (builtin_bit_nth_lsf2),
759         (builtin_bit_nth_msf): Fix tests on x86_64.
760
761 2007-01-03  Behdad Esfahbod  <behdad@gnome.org>
762
763         * glib/goption.c (_g_unichar_get_width), (_g_utf8_strwidth),
764         (calculate_max_length), (print_entry), (print_help): Take zerowidth
765         and double-width chars into consideration when computing width of a
766         string.  Also fix another bug in width computation. (#346955)
767
768         * glib/guniprop.c (g_unichar_iszerowidth): Fix typo.  It was not
769         working correctly.
770
771 2007-01-03  Behdad Esfahbod  <behdad@gnome.org>
772
773         * glib/glib.symbols:
774         * glib/gunicode.h:
775         * glib/guniprop.c: Add g_unichar_iszerowidth(). (#347645)
776
777 2007-01-03  Behdad Esfahbod  <behdad@gnome.org>
778
779         * glib/gutils.h: Fix bug in g_bit_nth_lsf (#371631) and use
780         __builtin_clzl for g_bit_storage if available (#371670).
781
782         * tests/Makefile.am:
783         * tests/bit-test.c: New test, to test g_bit_* operations against
784         naive and builtin implementations.
785
786 2007-01-02  Behdad Esfahbod  <behdad@gnome.org>
787
788         * configure.in: Avoid more warnings from running libtool --config.
789         (#391364)
790
791 2007-01-03  Michael Natterer  <mitch@imendio.com>
792
793         * removed all .cvsignore files. SVN doesn't need them.
794
795 2007-01-02  Emmanuele Bassi  <ebassi@gnome.org>
796
797         * glib/gbookmarkfile.c (expand_exec_line): Add support for
798         expanding the desktop entry spec variables %U (list of URIs)
799         and %F (list of filenames), so that using the command line
800         from the Exec and TryExec key of a desktop entry file works
801         as intended.
802
803 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
804
805         * configure.in: Avoid warnings from running libtool --config.
806         (#391364, Loïc Minier)
807
808 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
809
810         * glib/gbookmarkfile.c (g_bookmark_file_get_app_info):
811         Return an error if the uri is bad. (#391370, Maciej Piechotka)
812
813 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
814
815         * glib/glib.symbols: Guard g_slice_debug_tree_statistics
816         by G_ENABLE_DEBUG.  (#390940, Kazuki Iwamoto)
817
818 2007-01-02  Michael Natterer  <mitch@imendio.com>
819
820         * configure.in
821         * Makefile.am: remove references to build/ until a proper decision
822         has been made what to do with it.
823
824 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
825
826         * glib-gettextize.in: Silence autoconf warnings about
827         datarootdir.  (#391367, Loïc Minier)
828
829 2006-12-31  Matthias Clasen  <mclasen@redhat.com>
830
831         * glib/gslice.c: Fix some C99isms.  (#390913, Kazuki Iwamoto)
832
833 Fri Dec 29 13:28:07 2006  Tim Janik  <timj@imendio.com>
834
835         * glib/gslice.c: turned detection of too late g_thread_init() calls
836         into a warning. this is a temporary work-around for some head-room
837         to fix affected programs, memory corruption still occours regardless.
838
839 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
840
841         * tests/gobject/Makefile.am:
842         * tests/gobject/dynamictype.c: New test for dynamic type
843         registration macros.
844
845 Thu Dec 28 21:14:45 2006  Tim Janik  <timj@imendio.com>
846
847         * glib/gslice.c: removed pthread-dependant debugging bits, the code
848         was already converted to GMutex. this obsoletes Tor's recent fixups.
849
850 2006-12-28  Tor Lillqvist  <tml@novell.com>
851
852         * glib/gutils.h (G_WIN32_DLLMAIN_FOR_DLL_NAME)
853         * glib/gutils.c (get_windows_directory_root): : Use only the wide
854         character API here, too.
855
856         * glib/gslice.c: Make it compile on Win32 without pthreads: Use a
857         Win32 critical section instead.
858
859         * glib/gmessages.c (g_logv): On Win32, if we get a fatal error
860         message while being debugged we break into the debugger with
861         G_BREAKPOINT(). Don't call abort() if the user is foolhardy enough
862         to continue after the breakpoint. The user presumably knows what
863         he is doing and deserves what he gets. (#376645, Andreas Köhler)
864
865 Thu Dec 28 12:50:31 2006  Tim Janik  <timj@imendio.com>
866
867         * glib/gslice.h, glib/gslice.c: implemented static debugging
868         hash-tree to validate slice adresses and sizes with G_SLICE=debug-blocks.
869         use abort() to exit in mem_error() to allow catching of these in gdb.
870         abort programs with a descriptive error message if g_thread_init() is
871         called after GSlice was in use. previously this just silently corrupted
872         the magazines.
873
874         * glib/ghash.c (struct _GHashNode): reordered fields to keep 8-byte
875         pointer alignment on 64bit systems and request smaller slice sizes
876         on 32bit systems.
877
878         * tests/slice-test.c: support '~' option flag to introduce slice
879         allocation/release corruption with a significant probability. this
880         allowes testing of G_SLICE=debug-blocks.
881
882 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
883
884         * glib/gconvert.[hc]:
885         * glib/gfileutils.c:
886         * glib/giochannel.c:
887         * glib/goption.c:
888         * glib/gspawn.c:
889         * glib/gunicollate.c:
890         * glib/gutils.c:
891         * tests/timeloop-basic.c:
892         Consistently use gsize rather than size_t.  (#333310,
893         Morten Welinder)
894
895 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
896
897         * configure.in: Use AC_CACHE_CHECK for the nl_langinfo
898         check.  (#304517, Lőrinczy Zsigmond)
899
900 2006-12-27  Tor Lillqvist  <tml@novell.com>
901
902         * glib/gwin32.h
903         * glib/gwin32.c (get_package_directory_from_module)
904         (g_win32_get_package_installation_directory)
905         (g_win32_get_package_installation_subdirectory): Add const to
906         gchar* arguments. (#384523, Yevgen Muntyan)
907
908 2006-12-27  Ryan Lortie  <desrt@desrt.ca>
909
910         * glib/ghash.c: cache the value of the hash function
911         in the GHashNode.  this speeds up resizing the hash
912         table and it also allows a slight optimisation on
913         lookups.  (#388332)
914
915 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
916
917         * glib/gunicollate.c (g_utf8_collate_key): Don't modify
918         the current locale.  (#389300)
919
920 2006-12-26  Matthias Clasen  <mclasen@redhat.com>
921
922         * glib/gutf8.c: Add hints for locale-dependent interfaces.
923         * glib/gconvert.c: Add hints for locale-dependent interfaces.
924
925         * glib/gconvert.c (g_get_filename_charsets): Improve
926         formatting of docs.
927
928 2006-12-26  Behdad Esfahbod  <behdad@gnome.org>
929
930         * configure.in: Use libtool to determine shared library suffix.
931         (#357245)
932
933 2006-12-24  Matthias Clasen  <mclasen@redhat.com>
934
935         * tests/run-collate-tests.sh:
936         * tests/unicode-collate.c: Silently skip tests if
937         we can't set LC_COLLATE to en_US.  (#336438)
938
939 2006-12-19  Matthias Clasen  <mclasen@redhat.com>
940
941         * glib/gkeyfile.c (g_key_file_is_key_name): Accept
942         '/', '+' and '.' in key names, since gnome-vfs uses
943         mime types as keys in some cache.
944
945         * tests/keyfile-test.c: Tests for the above.
946
947 2006-12-18  Matthias Clasen  <mclasen@redhat.com>
948
949         * configure.in: Fix the broken poll test.  (#387260,
950         Christian Persch)
951
952         * glib/gmain.c (child_watch_helper_thread): Readd a
953         return which was removed as dead code a while ago.
954         icc may consider it dead, but gcc doesn't like non-void
955         functions without a return...  (#354707)
956
957         * tests/Makefile.am: Try a different fix for bug 346373.
958
959 2006-12-18  Matthias Clasen  <mclasen@redhat.com>
960
961         Fix bug 161288:
962
963         * configure.in: Check for wcslen.
964
965         * glib/gnulib/vasnprintf.c: Handle wcslen missing.
966
967 2006-12-18  Matthias Clasen  <mclasen@redhat.com>
968
969         * glib/gkeyfile.c: Accept '@' in locale names.
970
971         * glib/gkeyfile.c: Tighten up the check for allowed
972         key and group names.  (#343191, Tommi Komulainen)
973
974         * tests/keyfile-test.c: Test handling of key and group names.
975
976         * tests/Makefile.am: Don't use $RANDOM if the shell doesn't
977         have it.  (#346373, Thomas Klausner)
978
979 2006-12-17  Behdad Esfahbod  <behdad@gnome.org>
980
981         * glib/gstring.c: Improve docs about string functions taking a
982         length.  (#378727)
983
984 2006-12-17  Matthias Clasen  <mclasen@redhat.com>
985
986         * glib/gconvert.c:
987         * glib/gutf8.c (_g_charset_get_aliases): Put the G_GNUC_INTERNAL
988         where gcc doesn't complain about it.
989
990         * glib/ghash.c: Make ref_count an int to avoid compiler
991         warnings.
992
993         * configure.in: Use AC_LANG_SOURCE for the clock test.
994
995         * glib/gthreadpool.h:
996         * glib/gthreadpool.c (g_thread_pool_free): Don't use "wait"
997         as parameter name.  (#379207, Christian Biere)
998
999         * glib/gspawn.c: Refer to g_child_watch_add() in addition
1000         to waitpid().
1001
1002         * glib/gstrfuncs.c (g_strndup, g_strnfill): Move docs
1003         inline, and improve wording.  (#372598, Behdad Esfahbod)
1004
1005         * glib/gspawn.c: Add some pointers to the gdk_spawn_
1006         variants.  (#338134, Federico Mena Quintero)
1007
1008         * configure.in: Make montonic clock test work again. Does
1009         AC_COMPILE_IFELSE not get confdefs ? Also, move the clock
1010         tests below the thread checks to fix #364663.
1011
1012         * tests/run-markup-tests.sh: Don't use diff -u  (#380801,
1013         Marek Rouchal)
1014
1015         * glib/gspawn.c: Fix the recent fdwalk()-related changes
1016         to not break mapping-test.  (#286838, Marco Barisione)
1017
1018         * glib/gstring.c (g_string_chunk_new): Don't shadow size.
1019         (#386760, Kazuki IWAMOTO)
1020
1021 2006-12-16  Matthias Clasen  <mclasen@redhat.com>
1022
1023         * glib/gstring.c: Move more documentation inline.
1024
1025         * configure.in: Use AC_COMPILE_IFELSE for the monotonic
1026         clock test.  (#362918, Han-Wen Nienhuys, Jeremy Lainé)
1027
1028         * glib/gstring.c: Move documentation inline.
1029
1030 2006-12-15  Matthias Clasen  <mclasen@redhat.com>
1031
1032         * glib/giochannel.h: Make ref_count a gint to avoid
1033         compiler warnings.  (#321977, Andrew Paprocki)
1034
1035         * configure.in: On Solaris, set CFLAGS and LDFLAGS that
1036         work both with Sun cc and gcc.  (#315061, Lazlo Peter)
1037
1038         * glib/gspawn.c: Undefine READ_OK to fix the build on
1039         old versions of Darwin.  (#327800)
1040
1041         * glib/glib.symbols:
1042         * glib/gstring.[hc] (g_string_chunk_clear): Add a function
1043         for clearing a GStringChunk. (#364608, Matt Barnes)
1044
1045         * glib/guniprop.c (interval_compare): Avoid a compiler
1046         warning.
1047
1048         * glib/gspawn.c (do_exec): Call set_cloexec() with
1049         the right parameters.  (#386252, Guillaume Desmottes)
1050
1051 2006-12-15  Matthias Clasen  <mclasen@redhat.com>
1052
1053         Fix #357585, Padraig O'Briain.
1054
1055         * configure.in: Check for fdwalk.
1056
1057         * glib/gspawn.c (do_exec): Use fdwalk() to close all
1058         file descriptors.
1059
1060         * glib/gspawn.c (fdwalk): Fallback implementation of
1061         fdwalk.
1062
1063 2006-12-14  Matthias Clasen  <mclasen@redhat.com>
1064
1065         * glib/gconvert.c (open_converter): Don't use alloca
1066         and avoid allocating memory for small keys that are
1067         already cached.  (#172406, Morten Welinder)
1068
1069         * glib/gmain.c (g_child_watch_add_full): Improve the docs.
1070         (#345569, Tim-Philipp Müller)
1071
1072         * glib/gkeyfile.c (g_key_file_add_group): If the group
1073         is already there, make it current.  (#385910, Joe Halliwell)
1074
1075         * tests/keyfile-test.c: Add a test for duplicate groups/keys.
1076
1077 2006-12-13  Matthias Clasen  <mclasen@redhat.com>
1078
1079         * m4macros/glib-gettext.m4: Require AC_CANONICAL_HOST in
1080         GLIB_WITH_NLS.  (#385132, Laszlo Peter)
1081
1082 2006-12-12  Matthias Clasen  <mclasen@redhat.com>
1083
1084         * configure.in: Add a check for broken poll on Mac OS X.
1085
1086         * glib/gmain.c: Use poll emulation on OS X.  (#302672, Toby Peterson,
1087         patch by Dave Vasilevsky)
1088
1089 2006-12-11  Matthias Clasen  <mclasen@redhat.com>
1090
1091         * glib/gatomic.c: Don't use local numeric labels in
1092         inline assembler on AIX.  (#316434, Hans Rosenfeld)
1093
1094         * glib/gunicode.h (g_utf8_next_char): Cast to const char *,
1095         not char *.  (#138153, Nikolai Weibull)
1096
1097 Wed Nov 22 16:09:13 2006  Tim Janik  <timj@gtk.org>
1098
1099         * glib/gmacros.h: added G_GNUC_MAY_ALIAS, suggested by Mathias
1100         Hasselmann in bug #335341, fixes bug #335853.
1101
1102 2006-11-15  Matthias Clasen  <mclasen@redhat.com>
1103
1104         * m4macros/glib-gettext.m4: Apply a patch from James
1105         Henstridge for compatibility with automake 2.60 (#343825)
1106
1107 2006-11-14  Behdad Esfahbod  <behdad@gnome.org>
1108
1109         * sanity_check: Replace bash-specific == with sh-understood =.
1110         Fixes bug #373864.
1111
1112 2006-11-05  Hans Breuer  <hans@breuer.org>
1113
1114         * glib/makefile.msc.in : glib/ version not the gobject/
1115         one I accidentially commited. Fixes bug #371074.
1116
1117 2006-11-05  Tor Lillqvist  <tml@novell.com>
1118
1119         * makefile.mingw
1120         * gmodule/makefile.mingw.in
1121         * glib/makefile.mingw.in
1122         * gobject/makefile.mingw.in
1123         * gthread/makefile.mingw.in
1124         * tests/makefile.mingw.in: Remove from CVS. Haven't been
1125         maintained or distributed for long.
1126
1127 2006-10-26  Pascal Terjan  <pterjan@linuxfr.org>
1128
1129         * glib/libcharset/localcharset.c: Fix small leak on failed
1130         realloc in _g_locale_get_charset_aliases (#338582)
1131
1132 2006-10-16  Behdad Esfahbod  <behdad@gnome.org>
1133
1134         * glib/gnulib/Makefile.am: Add $(GLIB_DEBUG_FLAGS).  (#362543,
1135         Peter Kjellerstedt)
1136
1137 2006-10-15  Sebastian Wilhelmi  <seppi@seppi.de>
1138
1139         * tests/Makefile.am: Compile errorcheck-mutex-test with thread
1140         libraries explicitly. (#74748, Javier Villavicencio)
1141
1142 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
1143
1144         Add a way to obtain Unicode script information.  (#348348,
1145         Marco Barisione)
1146
1147         * glib/glib.symbols:
1148         * glib/gunicode.h: Add GUnicodeScript enumeration and
1149         g_unichar_get_script.
1150
1151         * glib/guniprop.c: Implement g_unichar_get_script.
1152
1153         * glib/gscripttable.h: Generated private header containing
1154         script tables.
1155
1156         * glib/gen-script-table.pl: Script to generate gscripttable.h.
1157
1158         * glib/Makefile.am: Update
1159
1160 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
1161
1162         * tests/run-markup-tests.sh: Small portability fix.  (#347944,
1163         Dan McMahill)
1164
1165 2006-10-07  Tor Lillqvist  <tml@novell.com>
1166
1167         * glib/gwin32.c (get_package_directory_from_module)
1168         (g_win32_get_package_installation_directory): g_strdup the keys
1169         that we are passed before adding them to the hash tables, to guard
1170         against the caller freeing them. (#355955, Andreas Köhler)
1171
1172 2006-10-06  Matthias Clasen  <mclasen@redhat.com>
1173
1174         * glib/gtimer.c: Fix a typo.  (#359190)
1175
1176 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
1177
1178         * glib/Makefile.am:
1179         * gobject/Makefile.am:
1180         Include pltcheck.sh in EXTRA_DIST, and remove redefinition of TESTS.
1181         (#358966)
1182
1183 2006-10-01  Matthias Clasen  <mclasen@redhat.com>
1184
1185         * glib/gtimer.c (g_usleep): Use nsleep to implement
1186         g_usleep on AIX.  (#321974, Andrew Paprocki)
1187
1188         * configure.in: Check for nsleep
1189
1190         * glib/gmain.c: Fix typos in doc comments.
1191         (#358421, Tom Tromey)
1192
1193 2006-09-30  Matthias Clasen  <mclasen@redhat.com>
1194
1195         * glib/pltcheck.sh: A script to check PLT entries.
1196         * glib/Makefile.am (TESTS): Run pltcheck.sh
1197
1198         * glib/*: Fix includes to correct some issues with
1199         PLT entries.  (#354522, Behdad Esfahbod)
1200
1201 2006-09-17  Hans Breuer  <hans@breuer.org>
1202
1203         * glib/makefile.msc.in gobject/makefile.msc.in : better filtering
1204         of G_GNUC_* stuff when generating .def files. Now also works with
1205         newer (less tolerant) linkers, e.g. from vc2500e
1206
1207 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
1208
1209         * glib/gbacktrace.c: Assume string.h is available.
1210         (#354523, Behdad Esfahbod)
1211
1212         * configure.in: Bump version to 2.13.0
1213
1214         * glib/glib.symbols:
1215         * glib/gmain.[hc]: Add functions to create approximate
1216         timeouts.  (#353942, Arjan van de Ven)
1217
1218         * glib/gstdio.c (g_rename): Initialize save_errno.
1219         (#355206, Mike Edenfield)
1220
1221 2006-09-03  Matthias Clasen  <mclasen@redhat.com>
1222
1223         * glib/gerror.c: Allocate GErrors using the slice allocator.
1224         (#354054, Matt Barnes)
1225
1226 2006-09-02  Matthias Clasen  <mclasen@redhat.com>
1227
1228         * glib/gtimer.c: Forgotten HAVE_CLOCK_GETTIME.
1229
1230 2006-09-02  Tor Lillqvist  <tml@novell.com>
1231
1232         * glib/gutils.c (g_get_any_init_do): Correct C99ism (mixed
1233         declarations and code) in Win32 ifdef branch. (#353903, Mike
1234         Edenfield)
1235
1236 2006-09-01  Abel Cheung  <abel@oaka.org>
1237
1238         * configure.in: Added 'dz' 'hy' to ALL_LINGUAS.
1239
1240 2006-09-01  Matthias Clasen  <mclasen@redhat.com>
1241
1242         * configure.in: Check for CLOCK_MONOTONIC.
1243
1244         * glib/gtimer.c: Only use clock_gettime if we
1245         have a monotonic clock.
1246
1247 2006-08-31  Matthias Clasen  <mclasen@redhat.com>
1248
1249         * configure.in: Add missing includes to a few test
1250         programs.  (#353580, Chris Wilson)
1251
1252 2006-08-30  Matthias Clasen  <mclasen@redhat.com>
1253
1254         * glib/gmarkup.c (g_markup_vprintf_escaped): Don't call
1255         va_end on caller-provided va_args.  (#353584, Chris Wilson)
1256
1257 2006-08-29  Tor Lillqvist  <tml@novell.com>
1258
1259         Remove support for Windows 9x/ME, as will be done also in Pango
1260         and GTK+. GTK+ hasn't worked on Win9x since 2.6 or 2.8 anyway, so
1261         it's pretty pointless to keep the Win9x code in here either. If
1262         somebody is interested, the code can always be found in older GLib
1263         versions, and in CVS.
1264
1265         * glib/gdir.c
1266         * glib/gfileutils.c
1267         * glib/gspawn-win32-helper.c
1268         * glib/gspawn-win32.c
1269         * glib/gstdio.c
1270         * glib/gutils.c
1271         * glib/gwin32.c
1272         * glib/gwin32.h: Remove the G_WIN32_IS_NT_BASED() and
1273         G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x)
1274         branches, and any variables or static functions used only by the
1275         Win9x branches.
1276
1277         * glib/gwin32.c (g_win32_windows_version_init): Call g_error() if
1278         run on Win9x.
1279
1280 2006-08-27  Matthias Clasen  <mclasen@redhat.com>
1281
1282         * configure.in: Fix pthread compiler flag detection.
1283
1284         * glib/gtimer.c: Use Posix monotonic clocks instead of
1285         gettimeofday when available.  (#336114, William Jon McCann)
1286
1287 2006-08-26  Matthias Clasen  <mclasen@redhat.com>
1288
1289         * glib/gutils.h:
1290         * glib/gscanner.c: Fix some typos.  (#351741, Kjartan Maraas)
1291
1292 2006-08-25  Matthias Clasen  <mclasen@redhat.com>
1293
1294         * configure.in: Fix the pthread compiler flag detection.
1295
1296         * glib/gunicode.h:
1297         * glib/gutf8.c (_g_utf8_make_valid): Rename make_valid_utf8
1298         from gconvert.c, move it to gutf8.c, and export it privately.
1299
1300         * glib/gconvert.c (g_filename_display_name): Adjust callers.
1301
1302         * glib/gkeyfile.c: Use _g_utf8_make_valid() in a number of
1303         places to ensure error messages are valid UTF-8.  (#351853,
1304         Simon Budig)
1305
1306 2006-08-22  Matthias Clasen <mclasen@redhat.com>
1307
1308         * Branch for 2.12