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