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