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