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