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