f55a58f8353d5a5cdd189d657ae07d2fce8e476a
[platform/upstream/glib.git] / ChangeLog
1 2008-02-25  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/gtestfuncs.c: Add Since: markers to docs.  (#518556, 
4         Jerry Yu)
5
6 2008-02-25  Alexander Larsson  <alexl@redhat.com>
7
8         * glib/glib.symbols:
9         * glib/gurifuncs.[ch]:
10         Rename g_uri_get_scheme to g_uri_parse_scheme.
11         Keep g_uri_get_scheme() symbol for this
12         unstable release to avoid breaking to many apps.
13
14 2008-02-24  Tor Lillqvist  <tml@novell.com>
15
16         * glib/gutils.c (_glib_get_installation_directory): New internal function.
17
18         * glib/gspawn-win32.c: When spawning the helper process, use an
19         explicit full path. (#518292)
20
21         * glib/gspawn-win32.c
22         * glib/gspawn-win32-helper.c: Fix race condition when using the
23         helper process. This seems to fix #510664.
24
25         When the helper process writes the handle of the actual started
26         user process to the parent process, it must be duplicated in the
27         parent process with DuplicateHandle() so that it is a valid handle
28         in that process. However, if the helper process has happened to
29         exit before the DuplicateHandle() call, the duplication will
30         fail. Thus we must synchronise the helper process's exit. Use
31         another pipe for this.
32
33         Take care not to inherit the writing end of this pipe to the
34         helper process. Also, in the helper process, take care not to
35         inherit either of the pipes used for communication with the parent
36         process to the started user process.
37
38 2008-02-24  Tor Lillqvist  <tml@novell.com>
39
40         * glib/gmain.c (g_poll) [Win32]: Use alertable wait functions so
41         that I/O completion routines or user-mode Asynchronous Procedure
42         Calls can be run. (#517484, Vlad Grecescu)
43
44 2008-02-24  Tor Lillqvist  <tml@novell.com>
45
46         * glib/gwin32.c
47         (g_win32_get_package_installation_directory_of_module): New
48         function. Supersedes g_win32_get_package_installation_directory()
49         and g_win32_get_package_installation_directory().
50
51         It makes more sense to have the function for this functionality
52         take a HMODULE as parameter instead of DLL name. The typical use
53         scenario has been to have a DllMain() function that retrieves the
54         full pathname for the DLL in question, and saves just the basename
55         of that. Then later code passes that saved dll basename to
56         g_win32_get_package_installation_directory(), which retrieves the
57         corresponding DLL handle, and then retrieves its full
58         pathname. (Which DLlMain() already had.) It is less convoluted to
59         have a DllMain() that just saves the DLL handle, and then when
60         needed call this function to get the corresponding installation
61         folder.
62
63         (get_package_directory_from_module): Use
64         g_win32_get_package_installation_directory_of_module().
65
66         (g_win32_get_package_installation_directory)
67         (g_win32_get_package_installation_subdirectory): Mention these
68         functions will be deprecated and recommend using
69         g_win32_get_package_installation_directory_of_module() instead.
70         
71         * glib/gwin32.h: Declare
72         g_win32_get_package_installation_directory_of_module().
73
74         * glib/glib.symbols: Add it.
75
76         * glib/gutils.h: Mention G_WIN32_DLLMAIN_FOR_DLL_NAME() will be
77         deprecated in the future.
78
79         * glib/gutils.c: Drop use of G_WIN32_DLLMAIN_FOR_DLL_NAME(). Use a
80         minimal DllMain() instead that just saves the DLL handle.
81         (g_win32_get_system_data_dirs_for_module, _glib_get_locale_dir)
82         (get_module_share_dir): Use
83         g_win32_get_package_installation_directory_of_module().
84
85 2008-02-23  Matthias Clasen  <mclasen@redhat.com> 
86
87         * NEWS: Updates
88
89 2008-02-23  Matthias Clasen  <mclasen@redhat.com> 
90
91         * glib/gkeyfile.c (g_key_file_get_string_list): Return
92         NULL when the key is not found.  (#513171, Дилян Палаузов)
93
94 2008-02-23  Matthias Clasen  <mclasen@redhat.com>
95
96         * tests/testglib.c: Don't test user directories for being
97         non-null.  (#517084, Yevgen Muntyan)
98
99 2008-02-22  Matthias Clasen  <mclasen@redhat.com>
100
101         * glib/gasyncqueue.c:
102         * glib/gtestutils.c: Documentation fixes
103
104 2008-02-21  Tor Lillqvist  <tml@novell.com>
105         
106         * glib/gutf8.c (g_get_charset)
107         * glib/gconvert.c (g_locale_from_utf8): Clarify character set
108         issues on Windows.
109
110 2008-02-20  Tor Lillqvist  <tml@novell.com>
111
112         * glib/gtestutils.c (g_test_trap_fork) [Win32]: Change the
113         g_error() to g_message() to avoid stopping on warnings. At least
114         now testglib runs to completion and the old tests in it get
115         exercised even if the newfangled ones don't.
116         (g_test_trap_assertions) [Win32]: Bypass on Windows.
117
118 2008-02-17  Marco Barisione  <marco@barisione.org>
119
120         * glib/gregex.c: (translate_compile_error), (g_regex_new): Avoid some
121         useless casts from const gchar * to gchar *.  (#516597, patch by
122         Yevgen Muntyan)
123
124 2008-02-17  Marco Barisione  <marco@barisione.org>
125
126         * glib/gregex.c: (match_info_new), (g_match_info_next): Don't return
127         duplicate matches when matching empty strings.  (#515944)
128         * tests/regex-test.c: Add tests.
129
130 2008-02-17  Hans Breuer  <hans@breuer.org>
131
132         * glib/gutils.c : define CSIDL_MYPICTURES if not available
133         * gthread/gthread-win32.c : use G_STRFUNC instead of compiler 
134         specific __FUNCTION__
135
136 2008-02-13  Tor Lillqvist  <tml@novell.com>
137
138         * glib/gwin32.c: Doc change: Deprecate passing anything but NULL
139         for the "package" parameter to
140         g_win32_get_package_installation_directory() and
141         g_win32_get_package_installation_subdirectory().
142
143 2008-02-11  Matthias Clasen <mclasen@redhat.com>
144
145         * configure.in: Bump version
146
147         * === Released 2.15.5 ===
148
149         * NEWS: Updates
150
151 2008-02-11  Matthias Clasen <mclasen@redhat.com>
152
153         * glib/gtestutils.h: Make the g_test_add macro work with 
154         gcc 4.3
155
156         * tests/gobject/paramspec-test.c: Adapt to recent changes in 
157         GParamGType initialization.
158
159 2008-02-10  Matthias Clasen <mclasen@redhat.com>
160
161         * glib/gtestutils.c: Fix a typo in the docs.
162
163 2008-02-09  Matthias Clasen <mclasen@redhat.com>
164
165         * configure.in: Check for getmntent_r.
166
167 2008-02-09  Matthias Clasen <mclasen@redhat.com>
168
169         * Makefile.decl: /bin/ksh can't handle a for-loop with no 
170         arguments, so add a "." for when $(SUBDIRS) is empty.
171
172         * glib/tests/option-context.c:
173         * glib/tests/testing.c:
174         * gthread/gthread-posix.c:
175         * tets/testingbase64.c:
176         * glib/gtester.c: 
177         * glib/gsequence.c: Portability fixes.  (#515154)
178
179 2008-02-07  Tor Lillqvist  <tml@novell.com>
180
181         * configure.in: Unfortunately the mingw implementations of
182         C99-style snprintf and vsnprintf don't seem to be quite good
183         enough, at least not in mingw-runtime-3.14. I don't know exactly
184         what the problem is, but it is related to floating point
185         formatting and decimal point vs. comma, and the symptoms show up
186         in some dialogs in GIMP, presumably also elsewhere. The simple
187         tests in AC_FUNC_VSNPRINTF_C99 and AC_FUNC_SNPRINTF_C99 aren't
188         rigorous enough to notice, though. So preset
189         ac_cv_func_vsnprintf_c99 and ac_cv_func_snprintf_c99 to "no".
190
191 2008-02-07 12:58:54  Tim Janik  <timj@imendio.com>
192
193         * Makefile.am: fixed build order to build gobject after gmodule gthread
194         so gobject tests can be threaded.
195
196 2008-02-07  Ryan Lortie  <desrt@desrt.ca>
197
198         * glib/gmessages.h (g_error): add for(;;); after the g_log call so
199         that GCC stops issuing false warnings about reachability  Bug #514920
200
201 2008-02-06  Matthias Clasen  <mclasen@redhat.com>
202
203         * glib/pcre/*: Update the internal copy of PCRE to 7.6
204
205 2008-02-06  Behdad Esfahbod  <behdad@gnome.org>
206
207         * glib/pltcheck.sh: Skip g_bit_*().  Inline functions may end up with
208         a local plt if the compiler doesn't support what we want.  Bug #514702
209
210 2008-02-06  Murray Cumming  <murrayc@murrayc.com>
211
212         * glib/gconvert.c:
213         * glib/pcre/pcre_internal.h: Fixed some minor typos in documentation.
214
215 2008-02-06  Christian Persch  <chpe@gnome.org>
216
217         * gio/gdesktopappinfo.c: (ensure_dir):
218         * gio/glocalfile.c: (g_local_file_query_filesystem_info),
219         (g_local_file_read), (g_local_file_delete), (g_local_file_trash),
220         (g_local_file_move):
221         * gio/glocalfileinfo.c: (set_xattr), (_g_local_file_info_get),
222         (_g_local_file_info_get_from_fd), (set_unix_mode),
223         (set_unix_uid_gid), (set_symlink), (set_mtime_atime):
224         * gio/glocalfileinputstream.c: (g_local_file_input_stream_read),
225         (g_local_file_input_stream_skip),
226         (g_local_file_input_stream_close),
227         (g_local_file_input_stream_seek):
228         * gio/glocalfileoutputstream.c: (g_local_file_output_stream_write),
229         (g_local_file_output_stream_close),
230         (g_local_file_output_stream_seek),
231         (g_local_file_output_stream_truncate), (copy_file_data),
232         (handle_overwrite_open):
233         * gio/gunixinputstream.c: (g_unix_input_stream_read),
234         (g_unix_input_stream_close), (read_async_cb), (close_async_cb):
235         * gio/gunixoutputstream.c: (g_unix_output_stream_write),
236         (g_unix_output_stream_close), (write_async_cb), (close_async_cb): Save
237         errno before calling other funcs that potentially alter it. Bug
238         #514766.
239
240 2008-02-05 18:42:42  Tim Janik  <timj@imendio.com>
241
242         * configure.in: generate gobject/tests/Makefile.
243
244 2008-02-05  Tor Lillqvist  <tml@novell.com>
245
246         * glib-zip.in: Include the gio import library and gio-2.0.pc in
247         the developer zipfile.
248
249 2008-02-02  Jonathon Jongsma  <jjongsma@gnome.org>
250
251         * gio/gbufferedoutputstream.c:
252         * gio/gbufferedoutputstream.h: modify the new_sized() constructor to take a
253         gsize param instead of guint to match the GBufferedInputStream constructor.
254
255 2008-02-03  Hans Breuer  <hans@breuer.org>
256
257         * **/makefile.msc.in : update
258
259 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
260
261         * configure.in: Check for gmtime_r. Missing part of bug #511807.
262
263 2008-02-01  Yannig Marchegay  <yannig@marchegay.org>
264
265         * configure.in: Add oc since oc.po is back.
266
267 2008-01-31  Michael Natterer  <mitch@imendio.com>
268
269         * glib/gmem.c: use %G_GSIZE_FORMAT instead of %lu since sizes have
270         changed from gulong to gsize in this file.
271
272 2008-01-30  Johan Dahlin  <johan@gnome.org>
273
274         * configure.in: Remove oc since oc.po is gone.
275
276 2008-01-30  Wouter Bolsterlee  <wbolster@svn.gnome.org>
277
278         * glib/gchecksum.c:
279         * glib/gtestutils.c:
280         * glib/gutils.c:
281
282         Fixed gtk-doc warnings by updating the documentation of
283         various functions.
284
285 2008-01-29 14:58:31  Tim Janik  <timj@imendio.com>
286
287         * glib/gmem.[hc]: changed size argument type from gulong to gsize as
288         discussed on gtk-devel-list:
289           http://mail.gnome.org/archives/gtk-devel-list/2007-March/msg00062.html
290         this should be ABI compatible on all platforms except win64 for which
291         no ABI binding port exists yet.
292
293 2008-01-29  Sebastian Wilhelmi  <wilhelmi@google.com>
294
295         * tests/threadpool-test.c (test_thread_pools): Grab
296         thread_counter_pools LOCK when increasing
297         leftover_task_counter. Fixes race in test. (#512624, Simon Murray)
298
299 2008-01-28  Matthias Clasen  <mclasen@redhat.com>
300
301         * configure.in: Bump version
302
303 2008-01-28  Matthias Clasen  <mclasen@redhat.com>
304
305         * === Released 2.15.4 ===
306
307         * NEWS: Updates
308
309 2008-01-28  Matthias Clasen  <mclasen@redhat.com>
310
311         * configure.in: Check for gmtime_r.  
312         * glib/gtimer.c: Use gmtime_r when available.  (#511807,
313         Sebastian Dröge)
314
315 2008-01-27  Matthias Clasen  <mclasen@redhat.com>
316
317         * glib/gnode.[hc]: Move docs inline.  (#316260, Philippe Blain)
318
319 2008-01-27  Matthias Clasen  <mclasen@redhat.com>
320
321         * glib/gutf8.c (g_utf8_strreverse): Document limitations
322         of this function.  (#487909, Peter Moulder)
323
324 2008-01-27  Matthias Clasen  <mclasen@redhat.com>
325
326         * glib/goption.c (group_list_has_visible_entries):
327         Removed unused variable is_main_group.  (#512381,
328         Wouter Bolsterlee)
329
330 2008-01-27  Matthias Clasen  <mclasen@redhat.com>
331
332         * glib/gmacros.h: Deprecate G_GNUC_(PRETTY)_FUNCTION. Bug #409360.
333
334 2008-01-27  Matthias Clasen  <mclasen@redhat.com>
335
336         * m4macros/glib-gettext.m4: Remove AC_CANONICAL_HOST from
337         GLIB_WITH_NLS again.  (#385132)
338
339 2008-01-27  Matthias Clasen  <mclasen@redhat.com>
340
341         * configure.in: Fix the pcre Unicode test to work with
342         LDFLAGS=-Wl,--as-needed.  (#484261, Mark Lee)
343
344 2008-01-27  Murray Cumming  <murrayc@murrayc.com>
345
346         * gio/gfile.c: (g_file_replace_contents),
347         (g_file_replace_contents_finish): Document that the new_etags output 
348         gchar* should be freed.
349
350 2008-01-25  Loïc Minier  <lool@dooz.org>
351
352         * glib/goption.c: (group_has_visible_entries),
353         (group_list_has_visible_entires), (g_option_context_get_help): Pass
354         context down the implementation to check for the main_group.
355         Bug #510292.
356         * glib/tests/option-context.c:
357         Don't set G_OPTION_FLAG_IN_MAIN in main_entries
358         (group_captions): only create group when actually adding it to the
359         context; add an exit(0) to make sure the test succeeds.
360
361 2008-01-23  Jens Granseuer  <jensgr@gmx.net>
362
363         * glib/gtestutils.c: (g_test_trap_fork):
364         * glib/tests/testing.c: (test_assertions): Only declare variables at
365         the beginning of a code block. Bug #511654.
366
367 2008-01-21  Matthias Clasen  <mclasen@redhat.com>
368
369         * configure.in: Bump version
370
371         * === Released 2.15.3 ===
372
373 2008-01-21  Tor Lillqvist  <tml@novell.com>
374
375         * glib-zip.in: Add the gio DLL to the runtime zipfile.
376
377 2008-01-21  Matthias Clasen  <mclasen@redhat.com>
378
379         * === Released 2.15.3 ===
380
381         * NEWS: Updates
382
383 2008-01-20  Murray Cumming  <murrayc@murrayc.com>
384
385         * glib/gchecksum.c: (g_checksum_update): Accept -1 for the data 
386         length if the data is a null-terminated string. Bug #510855.
387
388 2008-01-21  Alexander Larsson  <alexl@redhat.com>
389
390         * configure.in:
391         Only check for sys/inotify.h (see gio/ChangeLog) 
392
393 2008-01-18 16:51:23  Tim Janik  <timj@imendio.com>
394
395         * glib/gutils.h: don't define __GNUC_PREREQ which is not in the glib
396         namespace. for gcc, define G_INLINE_FUNC to "static inline" as with
397         all other C compilers, because newer GCC versions incompatibly
398         changed "extern inline" semantics.
399
400 2008-01-18  Murray Cumming  <murrayc@murrayc.com>
401
402         * glib/gfileutils.c:
403         * glib/gsequence.c:
404         * glib/gstring.c: Fixed some minor typos in the documentation.
405
406 2008-01-16  Dan Winship  <danw@gnome.org>
407
408         * glib/gchecksum.c (md5_sum_update): Fix another bug (which
409         doesn't affect the results, but may cause it to read bad memory).
410
411 2008-01-15  Alexander Larsson  <alexl@redhat.com>
412
413         * glib/gurifuncs.c:
414         Clarify docs for g_uri_unescape_string() (#508773)
415
416 2008-01-14  Dan Winship  <danw@gnome.org>
417
418         * m4macros/glib-2.0.m4: Support gio in AM_PATH_GLIB_2_0 (#509465)
419
420 2008-01-15  Dan Winship  <danw@gnome.org>
421
422         * glib/gchecksum.c (md5_sum_update): fix this; the previous code
423         gave the wrong md5sum when called in certain ways with buffers
424         larger than 64 bytes.
425         (g_checksum_update): remove the unnecessary "length > 1"
426         restriction
427
428         * tests/checksum-test.c: Rewrite this to be much more exhaustive
429         (and in particular to test the md5_sum_update bugfix).
430
431 2008-01-14  Matthias Clasen  <mclasen@redhat.com>
432
433         * configure.in: Bump version
434
435         * === Released 2.15.2 ===
436
437         * NEWS: Updates
438
439 2008-01-14  Alexander Larsson  <alexl@redhat.com>
440
441         * glib/gurifuncs.c:
442         Clarify docs for g_uri_escape_string (#508773)
443
444 2008-01-12  Andre Klapper  <a9016009@gmx.de>
445
446         * configure.in: ALL_LINGUAS: remove line breaks from previous 
447         commit to get damned-lies stats correct again. Add Sinhala (si).
448
449 2008-01-11  Matthias Clasen  <mclasen@redhat.com>
450
451         * glib/gtestutils.c: Fix a docs typo
452
453 2008-01-11 12:55:19  Tim Janik  <timj@imendio.com>
454
455         * tests/testingbase64.c: added g_base64_encode()/g_base64_decode()
456         test case by Asbjoern Pettersen. fixed up coding style.
457
458 2008-01-11 09:00:28  Tim Janik  <timj@imendio.com>
459
460         * glib/Makefile.am (install-exec-hook): use mv/sed/rm on a temporary
461         file instead of "sed -i" which is not portable enough.
462
463 2008-01-08  Alexander Larsson  <alexl@redhat.com>
464
465         * tests/cxx-test.C:
466         Add gio/gio.h include to check for c++ problems.
467
468 2008-01-07  Matthias Clasen  <mclasen@redhat.com>
469
470         * configure.in: Bump version
471
472         * === Released 2.15.1 ===
473
474 2008-01-07  Alexander Larsson  <alexl@redhat.com>
475
476         * configure.in:
477         Add gio/test/Makefile to AC_CONFIG_FILES
478
479 2008-01-07  Matthias Clasen  <mclasen@redhat.com>
480
481         * NEWS: Updates
482
483 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
484
485         * glib/gregex.c: Add a translator comment (#503051, 
486         Pedro de Medeiros)
487
488 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
489
490         * glib/gutils.h: Cope with gcc 4.3 changed 'extern inline'
491         semantics.  (#315437, patch by Loïc Minier)
492
493 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
494
495         * glib/gspawn.c (fdwalk): Don't set open_max to
496         RLIM_INFINITY.  (#495589, Tommi Komulainen)
497
498 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
499
500         * README.in, INSTALL.in: Document new dependencies.
501
502 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
503
504         * gio-2.0.pc.in, gio-2.0-uninstalled.pc.in: Require glib-2.0
505         (#507628)
506
507 2008-01-04  Mathias Hasselmann  <mathias@openismus.com>
508
509         Resolve 64 bit-shift bug in g_markup_collect_attributes.
510         Spotted by Lieven van der Heide.
511
512         * glib/gmarkup.c: Use G_GUINT64_CONSTANT in bit-shift.
513
514 2008-01-02  Alvaro Lopez Ortega  <alvaro@sun.com>
515
516         * gio/gunixmount.c (g_unix_mount_unmount, g_unix_mount_eject):
517         These void functions were trying to return a value. It was causing
518         the compilation to fail.
519
520 2008-01-02  Alvaro Lopez Ortega  <alvaro@sun.com>
521
522         * glib/ghash.c (g_hash_table_replace, g_hash_table_insert): These
523         functions prototype defines its output as void, and therefore they
524         should not return any value. This patch fixes a compilation error:
525         the "return" clauses were incompatible with the functions prototype.
526
527 2007-12-31  Matthias Clasen  <mclasen@redhat.com>
528
529         * glib/gslice.c: Remove C99 comments
530
531 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
532
533         * glib/gtestutils.h:
534         * glib/glib.symbols: Mark assertion functions as G_GNUC_NORETURN.
535         (#506461, Sebastian Dröge)
536
537 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
538
539         * glib/gtestutils.c: Include sys/time.h.  (#505258)
540
541 2007-12-22  Mathias Hasselmann  <mathias@openismus.com>
542
543         Do not show empty groups in --help output. Initial patch from Yevgen
544         Muntyan. (#504142)
545
546         * glib/goption.c: Do not show empty groups in --help output.
547         * glib/tests/Makefile.am: Add option-context.c
548         * glib/tests/option-context.c: Test skipping of empty groups.
549
550 2007-12-22  Matthias Clasen  <mclasen@redhat.com>
551
552         * glib/gkeyfile.c: Remove wrong documentation about start group
553         handling.  (#476856, Areg Beketovski)
554
555 2007-12-21 18:02:30  Tim Janik  <timj@imendio.com>
556
557         * glib/Makefile.am: use "sed -i.bak <CMD> <FILE> && rm -f <FILE>.bak"
558         syntax for install-exec-hook, which seems to be the only "sed -i"
559         variant that is portable across linux and MacOS.
560
561 2007-12-21  Matthias Clasen  <mclasne@redhat.com>
562
563         * glib/gtestutils.h: Bring up to GLib coding standards: remove
564         C99 comments, trailing commas in enumerations and extra ; after
565         G_BEGIN/END_DECLS. Among other things, this makes xulrunner build
566         against GLib 2.15.
567
568         * glib/gtester.c: More of the same
569
570 2007-12-09  Hans Breuer  <hans@breuer.org>
571
572         * tests/gio-ls.c : adapt to recent api changes
573         * tests/testglib.c : variable declaration at the beginning of a block
574         
575         (Lieven van der Heide, #503602)
576         * win32-fixup.pl : process *.rc.in as well; substitute 
577         LT_CURRENT_MINUS_AGE
578         * glib/makefile.msc.in : alphabetic sorting of OBJECTS
579
580 2007-12-20  Matthias Clasen  <mclasen@redhat.com>
581
582         * configure.in: Bump version
583
584         * === Released 2.15.0 ===
585
586         * NEWS: Updates
587
588         * glib/Makefile.am: Fix make dist
589
590 2007-12-20 16:34:04  Tim Janik  <timj@imendio.com>
591
592         * glib/gtester-report: commented class definitions. moved HTML character
593         escaping out of javascript. fixed string->bool conversions. added performance
594         results to test case "Details" window.
595
596 2007-12-20  Matthias Clasen  <mclasen@redhat.com>
597
598         * glib/gchecksum.[hc] (g_checksum_new): Return NULL when 
599         the checksum_type is unknown.  (#501853)
600
601 2007-12-20  Christian Persch  <chpe@gnome.org>
602
603         * glib/gchecksum.c (g_checksum_new): Use g_slice_new0, to fix
604         "conditional jump or move depends on uninitialised value(s)" error
605         from valgrind. Bug #504527.
606
607 2007-12-20 15:17:04  Tim Janik  <timj@imendio.com>
608
609         * Makefile.decl: generate HTML reports for test-report perf-report full-report.
610
611 2007-12-20 15:03:51  Tim Janik  <timj@imendio.com>
612
613         * glib/gtester-report: new python script that generates an HTML
614         unit test report from the XML files generated by gtester.
615
616         * glib/Makefile.am: install gtester-report in $bindir and configure
617         it upon installation (version number and python shebang).
618
619 2007-12-19  Matthias Clasen  <mclasen@redhat.com>
620
621         * glib/glib.symbols: Add g_async_queue_new_full
622
623 2007-12-19 20:30:18  Tim Janik  <timj@imendio.com>
624
625         * glib/gtestutils.c: capture g_log() messages and send to gtester.
626         also, send assertion messages to gtester.
627
628         * glib/gtester.c: add error messages to output log file.
629         force child poll loop to abort if waitpid() signaled child exit,
630         eventhough the child's report file descriptor wasn't closed.
631
632 2007-12-19  Christian Persch  <chpe@gnome.org>
633
634         * glib/gchecksum.c: (g_checksum_type_get_length),
635         (g_checksum_get_digest):
636         * glib/gchecksum.h:
637         * glib/glib.symbols:
638         * tests/checksum-test.c: (test_checksum): Add
639         g_checksum_type_get_length, and change g_checksum_get_digest to use a
640         provided buffer instead of returning allocated memory. Bug #501853.
641
642 2007-12-19  Emmanuele Bassi  <ebassi@gnome.org>
643
644         * glib/gtimer.c (g_time_val_from_iso8601): Fix the date validation
645         check. (#503029)
646
647         * tests/testglib.c (various_string_tests): Add an invalid date
648         for testing the above fix.
649
650 2007-12-19  Alexander Larsson  <alexl@redhat.com>
651
652         * glib/gfileutils.[ch]:
653         * glib/glib.symbols:
654         Rename g_format_file_size_for_display to g_format_size_for_display.
655
656 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
657
658         * docs/reference/glib/glib-sections.txt:
659         * glib/gasyncqueue.c: (g_async_queue_new), (g_async_queue_new_full),
660           (g_async_queue_unref):
661         * glib/gasyncqueue.h: add g_async_queue_new_full() which takes a
662           GDestroyNotify function to free any remaining queue items when the
663           queue is destroyed after the final atomic unref (#367550).
664
665 2007-12-18 13:45:23  Tim Janik  <timj@imendio.com>
666
667         * glib/gtestutils.[hc]: added g_test_trap_assert_stdout_unmatched() and
668         g_test_trap_assert_stderr_unmatched(), based on a suggestion by Mathias
669         Hasselmann. reworked g_test_trap_assertions() to use flags to encode
670         assertion semantics, fixes #504227.
671
672 2007-12-16  Mathias Hasselmann  <mathias@openismus.com>
673
674         * glib/gutils.c:
675         Allow NULL strings in g_parse_debug_string. (#503862, Matthew Barnes)
676
677 2007-12-14  Matthias Clasen  <mclasen@redhat.com>
678
679         * glib/glib.symbols:
680         * glib/ghash.[hc]: Add hash table iterators.  (#500507,
681         Jean-Yves Lefort)
682
683         * tests/hash-test.c: Test iterators. 
684
685 2007-12-13  Mathias Hasselmann  <mathias@openismus.com>
686
687         Give exmples in error message unsupported case-changing escape
688         sequences. (503222)
689
690         * glib/gregex.c: Add examples to error message for PCRE-ERR37.
691
692 2007-12-13  Bastien Nocera  <hadess@hadess.net>
693
694         * glib/gtimer.c: (g_time_val_from_iso8601):
695         Don't try to parse dates that start with anything but a
696         digit, a plus or a minus sign, as those can't be valid
697         ISO8601 dates (Closes: #503029)
698
699 2007-12-13  Matthias Clasen  <mclasen@redhat.com>
700
701         * glib/gkeyfile.c (g_key_file_clear): Free group_hash.
702         (#503420, Christian Persch)
703
704 2007-12-12 16:06:11  Tim Janik  <timj@imendio.com>
705
706         * tests/testglib.c: split up tests and reworked code to use
707         the new test framework.
708
709         * tests/Makefile.am: added testglib to TEST_PROGS.
710
711 2007-12-11 Rahul Bhalerao <b.rahul.pm@gmail.com>
712
713         * configure.in: Added entry for Marathi Translations
714
715 2007-12-10  Matthias Clasen  <mclasen@redhat.com>
716
717         * glib/glib.h: Include gurifuncs.h
718
719 2007-12-10  Benjamin Otte  <otte@gnome.org>
720
721         * glib/garray.h: use an intermediate cast to void * in g_array_index()
722         to not trigger cast alignment warnings, fixes #502927.
723
724 2007-12-10 15:08:59  Tim Janik  <timj@imendio.com>
725
726         * let g_warn_if_fail replace g_assert as discussed here:
727           http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html
728
729         * fix bug #502498: Test framework assertion failures should follow
730         gcc error format.
731
732         * gmessages.h, gmessages.c: deprecated g_assert_warning() which is
733         unused now. removed g_assert*() definitions whcih are provided by 
734         gtestutils.h now. added g_warn_if_reached() and g_warn_if_fail()  
735         which are recommended as g_assert/g_assert_not_reached replacements
736         for non-test programs.
737         added g_warn_message() to implement g_warn_*() macros.
738         use emacs-next-error friendly formatting for file:line: for warnings.
739
740         * gtestutils.h, gtestutils.c: use emacs-next-error friendly formatting.
741         implement g_assert_not_reached() with g_assertion_message() and
742         g_assert() in terms of g_assertion_message_expr() so we'll be able to
743         provide assertion messages in test logs.
744
745         * gkeyfile.c, gbookmarkfile.c: changed g_assert*() to g_warn_if_fail()
746         or g_return_if_fail() where suitable.
747
748         * gio/: changed g_assert to g_warn_if_fail.
749
750 2007-12-10 13:02:08  Tim Janik  <timj@imendio.com>
751
752         * glib/gtestutils.c (g_assertion_message_cmpnum): applied patch by Tommi
753         Komulainen to fix int64 printouts, fixes #502511.
754
755 2007-12-10  Matthias Clasen  <mclasen@redhat.com>
756
757         * glib/gstrfuncs.h:
758         * glib/gstrfuncs.c (g_dpgettext): Change prototype to take 
759         msgctxtid + offset instead of two strings, to avoid duplication
760         of string constants if the compiler/linker don't perform constant
761         suffix merging.  (#502590, Christian Persch)
762
763         * glib/gi18n.h:
764         * glib/gi18n-lib.h: Adapt the definitions of C_() and Q_().
765
766 2007-12-09  Hans Breuer  <hans@breuer.org>
767
768         * tests/gio-ls.c : (new file) a test program emulating some of 'ls'
769         * tests/makefile.msc.in : build it (currently on win32)
770
771         * **/makefile.msc glib/makefile.msc.in : removed -GD to compile
772         with msvc9 (vs2008) with less complains
773         
774         * glibconfig.h.win32.in : #define G_HAVE_ISO_VARARGS 1 for
775         msv8 (vs2005) and above
776         
777         * glib/gfileutils.c : s/stricmp/_stricmp/
778         * msvc_recommended_pragmas.h : work around Microsoft's premature 
779         attempt to deprecate the C-Library
780
781         * tests/makefile.msc.in : added checksum-test
782
783 2007-12-08  Christian Persch  <chpe@gnome.org>
784
785         * gio/glocalfileinfo.c: (get_thumbnail_attributes): Add forgotten
786         #ifdef G_OS_WIN32 to fix the build on linux.
787
788 2007-12-08  Hans Breuer  <hans@breuer.org>
789
790         * glib/makefile.msc.in : build gchecksum.obj
791
792 2007-12-06  Mathias Hasselmann  <mathias@openismus.com>
793
794         * glib/ghash.c: Call destroy notify when destroying
795         the hash table in g_hash_table_unref.
796
797 2007-12-06 13:29:00  Tim Janik  <timj@imendio.com>
798
799         * glib/gtester.c (child_report_cb): detect non-blocking fd EOF
800         by read()==0 following poll(), needed on MacOS.
801
802 2007-12-06  Mathias Hasselmann  <mathias@openismus.com>
803
804         * glib/gunidecomp.c: Mention g_utf8_normalize()
805         returns NULL on invalid string. (#501997)
806
807 2007-12-06  Mathias Hasselmann  <mathias@openismus.com>
808
809         * glib/gerror.c: Improve wording for g_propagate_error docs.
810
811 2007-12-06 09:27:42  Tim Janik  <timj@imendio.com>
812
813         * tests/scannerapi.c: added new scanner test from #501654, by
814         Patrick Hulin with various modifications.
815         reworked coding style, adapted to new testing framework, fixed
816         token parser test and use a forked sub process to test
817         g_scanner_error() output messages.
818
819 2007-12-05 17:58:18  Tim Janik  <timj@imendio.com>
820
821         * glib/gtester.c: added -m=thorough support to gtester.
822
823 2007-12-05 17:21:05  Tim Janik  <timj@imendio.com>
824
825         * glib/glib/gtestutils.c: print out random seed for verbose tests,
826         also adapted test result reporting slightly in verbose mode to allow
827         custom debugging output. support "thorough" as test mode alis for "slow".
828
829         * glib/glib/gtestutils.h: added g_test_thorough().
830
831         * glib/glib/gtester.c: print out the last random seed when tests fail.
832         added result attribute to test case status logging to easily spot
833         failing tests in log files. disabled debugging output when skipping tests.
834
835 2007-12-05 11:43:22  Tim Janik  <timj@imendio.com>
836
837         * glib/gtestutils.[hc]: added g_test_add_data_func() to pass data
838         into tests. allow data arguments for fixture tests.
839
840         * glib/gtestutils.c: fixed fatal log flag setup, so tests really abort
841         upon criticals/warnings/errors.
842
843         * glib/tests/testing.c: test test_data arguments.
844
845         * glib/gtester.c: some prototype fixups.
846
847 2007-12-05  Tor Lillqvist  <tml@novell.com>
848
849         * glib/win_iconv.c: Add "shift-jis" as an alternative spelling of
850         "shift_jis".
851
852 2007-12-05  Ryan Lortie  <desrt@desrt.ca>
853
854         * autogen.sh: for the benefit of git users, checkout build/ if it is
855         missing
856         * .gitignore: but after that, ignore it.
857
858 2007-12-05  Ryan Lortie  <desrt@desrt.ca>
859
860         * glib/ghash.c: ungtk-docify some comments for internal functions
861
862 2007-12-04  Emmanuele Bassi  <ebassi@gnome.org>
863
864         * gio/glocalfileinfo.c: Replace the copy-and-paste MD5 digest
865         generation with GChecksum.
866
867 2007-12-04  Emmanuele Bassi  <ebassi@gnome.org>
868
869         * glib/gchecksum.[ch]: Add GChecksum, a generic wrapper around
870         various hashing algorithms. At the moment, the MD5, SHA-1 and
871         SHA-256 algorithms are supported. (#443648)
872
873         * glib/glib.h:
874         * glib/Makefile.am:
875         * glib/glib.symbols: Build glue for GChecksum
876
877         * tests/Makefile.am
878         * tests/checksum-test.c: Add test suite for GChecksum.
879
880 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
881
882         * glib/ghash.c: no code changes; add comments to document the internal
883         functions.
884
885 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
886
887         * glib/ghash.c: no code changes; reorder functions to remove the need
888         for forward declarations.
889
890 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
891
892         * glib/ghash.c (g_hash_table_lookup_node,
893         g_hash_table_lookup_extended, g_hash_table_insert_internal,
894         g_hash_node_new): improve clarity in some functions
895
896 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
897
898         * glib/ghash.c: rename 'node' to 'node_ptr' where appropriate
899
900 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
901
902         * glib/ghash.c: convert G_HASH_TABLE_RESIZE() macro to inline function
903
904 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
905
906         * glib/glib.symbols (glib_gettext): remove stray (duplicate) entry
907         from file to fix the build
908
909 2007-12-03  Behdad Esfahbod  <behdad@gnome.org>
910
911         * glib/gnulib/Makefile.am: Fix EXTRA_DIST automake warnings. (#501107)
912
913 2007-12-03  Hans Breuer  <hans@breuer.org>
914
915         * glib/glib.symbols : added glib_gettext (in use by gio)
916         * makefile.msc : also try building gio
917         
918         * glib/gmarkup.c : use G_GUINT64_CONSTANT() to avoid 
919         'bad suffix on number'
920         * glib/gtestutils.c : declare cariable at the beginning of the block,
921         include <io.h> for G_OS_WIN32
922         * makefile.msc.in : add gurifuncs and gtestutils
923
924 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
925
926         * glib/ghash.c: create a common function for the many places where all
927         nodes in the table are removed (remove_all, steal_all, destroy, unref,
928         etc...)
929
930 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
931
932         * tests/hash-test.c (second_hash_test): fix memory leak, add a few
933         extra sanity tests.
934
935 2007-12-03  Matthias Clasen  <mclasen@redhat.com>
936         
937         * glib/gkeyfile.c: Don't call g_get_language_names() per-key.
938         (#500638, Michael Meeks)
939
940 2007-12-03  Marco Barisione <marco@barisione.org>
941
942         * glib/gregex.c:
943         * glib/gregex.h: Add new error codes for when compilation fails and
944         make compilation error translatable. (#482313, Morten Welinder)
945
946 2007-12-03  Matthias Clasen  <mclasen@redhat.com>
947
948         * glib/gkeyfile.c: Add a hash table to speed up group lookups,
949         which GKeyFile does quite a lot.  
950
951 2007-12-03  Alexander Larsson  <alexl@redhat.com>
952
953         * configure.in:
954         Add xattr checks for OSX style API (#500506)
955
956 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
957
958         * glib/ghash.c: merge more common code into functions.  Vastly
959         simplify loop logic in g_hash_table_foreach_remove_or_steal().
960
961 2007-12-01  Behdad Esfahbod  <behdad@gnome.org>
962
963         * Makefile.am: Don't descend into build/. (#500875)
964
965 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
966
967         * glib/gmarkup.h:
968         * glib/gmarkup.c: 
969         * glib/gerror.c: Add Since: tags to new API, other doc improvements.
970
971 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
972
973         * glib/gurifuncs.c: Some doc cleanups
974
975 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
976
977         * glib/gtestutils.c: Fix up some doc comments, avoid C99 comments
978
979         * glib/gconvert.c: De-doc-commentify static functions to
980         shut up gtk-doc.
981
982         * glib/gutils.c: Fix the glib_gettext doc comment.
983
984 2007-11-28  Tor Lillqvist  <tml@novell.com>
985
986         * config.h.win32.in: Update to match what configure produces.
987
988 2007-11-28  Alexander Larsson  <alexl@redhat.com>
989
990         * glib/gstring.c (g_string_append_uri_escaped):
991         Move this function before g_string_append_c so that
992         we avoid the plt call due to the undefinf of g_string_append_c
993
994 2007-11-28  Emmanuele Bassi  <ebassi@gnome.org>
995
996         * gio/Makefile.am: Remove makegioalias.pl from the marshal files
997         and avoid it being cleaned up when running make clean.
998
999 2007-11-28  Alexander Larsson  <alexl@redhat.com>
1000
1001         * glib/glib.symbols:
1002         Add in the new symbols
1003         
1004         * glib/gurifuncs.c:
1005         Use the aliases framework
1006         
1007         * glib/glibintl.h:
1008         * glib/gutils.c:
1009         Make the alias stuff work now that glib_gettext
1010         is exported to libgio. 
1011
1012 2007-11-27  Ryan Lortie  <desrt@desrt.ca>
1013
1014         * glib/ghash.c (g_hash_table_insert, g_hash_table_replace,
1015         g_hash_table_insert_internal): insert/replace were identical except
1016         for a single line.  Replace both with a common function.
1017
1018 2007-11-27  Alexander Larsson  <alexl@redhat.com>
1019
1020         * gio/Makefile.am:
1021         * gio/gurifuncs.[ch]:
1022         * glib/Makefile.am:
1023         * glib/gstring.[ch]:
1024         * glib/gurifuncs.[ch]:
1025         Moved gurifuncs from gio to glib
1026
1027 2007-11-27  Alexander Larsson  <alexl@redhat.com>
1028
1029         * gio/gfileinfo.[ch]:
1030         * glib/gfileutils.[ch]:
1031         Move g_format_file_size_for_display from gio to glib
1032
1033 2007-11-27  Alexander Larsson  <alexl@redhat.com>
1034
1035         * configure.in:
1036         Allow configuration of gio-module-dir
1037         
1038         * gio-2.0.pc.in:
1039         Export giomodules location as giomodule variable
1040
1041 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1042
1043         * tests/markup-collect.c: Add some tests for invalid booleans
1044
1045 2007-11-26  Ryan Lortie  <desrt@desrt.ca>
1046  
1047         Add new function g_markup_collect_attributes (bug #496847).
1048  
1049         * glib/glib.symbols: add g_markup_collect_attributes
1050  
1051         * docs/reference/glib/glib-sections.txt: 
1052         * glib/gmarkup.h:
1053         * glib/gmarkup.c: add g_markup_collect_attributes and new enumerated
1054         type GMarkupCollectType.  Add new error code
1055         G_MARKUP_ERROR_MISSING_ATTRIBUTE that is thrown by the attribute
1056         collector.
1057
1058 2007-11-27  Tor Lillqvist  <tml@novell.com>
1059
1060         * glib/win_iconv.c: Some improvements, being upstreamed.
1061         (must_use_null_useddefaultchar): New function, checks for those
1062         codepages for which one must pass a NULL lpUsedDefaultChar pointer
1063         to WideCharToMultiByte().
1064         (kernel_wctomb): Use it.
1065         (kernel_wctomb): Return with E2BIG immediately if bufsize is zero.
1066
1067 2007-11-27  Tor Lillqvist  <tml@novell.com>
1068
1069         * glib/gutils.c (_glib_get_locale_dir) [Win32]: Use either
1070         lib/locale or share/locale depending on which one is in
1071         GLIB_LOCALE_DIR. When the configury recognizes GNU gettext (based
1072         on the _nl_msg_cat_cntr variable, eek), share/locale gets used.
1073
1074         * glib-zip.in: Likewise, look for message catalogs either in
1075         lib/locale or share/locale.
1076
1077 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1078
1079         * gio/gfileattribute.c: Fix up a doc comment.
1080
1081 2007-11-26  Alexander Larsson  <alexl@redhat.com>
1082
1083         * Makefile.am:
1084         * configure.in:
1085         * gio-2.0-uninstalled.pc.in:
1086         * gio-2.0.pc.in: 
1087         * gio-unix-2.0-uninstalled.pc.in:
1088         * gio-unix-2.0.pc.in:
1089         * gio/
1090         * docs/reference/gio
1091         Merged gio-standalone into glib.
1092         
1093         * glib/glibintl.h:
1094         * glib/gutils.c:
1095         Export glib_gettext so that gio can use it
1096         Add P_ (using same domain for now)
1097         Add I_ as g_intern_static_string
1098
1099 2007-11-26  Tor Lillqvist  <tml@novell.com>
1100
1101         * glib/win_iconv.c: ISO8859-1 is CP28591, not CP1252.
1102
1103 2007-11-26  Tor Lillqvist  <tml@novell.com>
1104
1105         Implement #491549: On Windows, always use the native API for
1106         character set conversions instead of GNU libiconv. Almost all
1107         codesets supported by GNU libiconv exist as Windows codepages.
1108         One missing feature is the "C99" and "JAVA" pseudo codesets, but I
1109         doubt that is worth worrying about.
1110         
1111         * glib/win_iconv.c: New file. iconv() implementation for
1112         Windows. Placed in the public domain by Yukihiro Nakadaira
1113         <yukihiro.nakadaira@gmail.com>. From
1114         http://yukihiro.nakadaira.googlepages.com/win_iconv.zip, his
1115         2007-11-17 version.
1116
1117         * glib/gconvert.c: Include win_iconv.c on Windows.
1118
1119         * glib/Makefile.am: Add win_iconv.c to EXTRA_DIST.
1120         
1121         * configure.in: Bypass iconv checks on Windows. 
1122
1123 2007-11-25  Tor Lillqvist  <tml@novell.com>
1124
1125         * glib/gtestutils.c: Add conditionals for non-Unix. Just g_error()
1126         unless G_OS_UNIX for now.
1127
1128 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
1129
1130         * configure.in: Require gtk-doc 1.8.
1131
1132         * glib/gasyncqueue.c:
1133         * glib/gdate.c:
1134         * glib/gfileutils.c:
1135         * glib/gmain.c:
1136         * glib/gmarkup.c:
1137         * glib/gregex.c:
1138         * glib/gtestutils.c:
1139         * glib/gutils.c: Use gtk-doc abbreviations for 
1140         examples in doc comments.
1141
1142 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
1143
1144         * */Makefile.am: Replace INCLUDES by AM_CPPFLAGS, other
1145         cleanups.
1146
1147 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
1148
1149         * tests/base64-test.c: Fix a memory overrun.
1150
1151 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
1152
1153         * glib/gutils.c: Remove leftover ENABLE_NLS #ifdefs.
1154
1155 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
1156
1157         * glib/gbase64.c (g_base64_encode): Don't refuse to encode
1158         a single byte.  (Milan Crha)
1159
1160         * tests/base64-test.c: Test encoding short strings.
1161
1162 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
1163
1164         * glib/gi18n-lib.h: 
1165         * glib/gi18n.h: Define a two-argument macro C_() for marking
1166         translatable strings with context and implement C_() and Q_()
1167         using g_dpgettext().  (#142676, Morten Welinder)
1168
1169         * glib/glib.symbols:
1170         * glib/gstrfuncs.[hc]: Implement g_dpgettext().
1171
1172 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
1173
1174         * glib/goption.c: Use g_print to print out --help text in 
1175         locale encoding.  (#469551, Takao Fujiwara)
1176
1177 2007-11-22  Matthias Clasen  <mclasen@redhat.com>
1178
1179         * glib/gkeyfile.c: Set length out param in list-returning functions
1180         to 0 when returning NULL.  (#498728, Christian Persch)
1181
1182 2007-11-21 21:06:47  Tim Janik  <timj@imendio.com>
1183
1184         * Makefile.decl: initialize automake variables EXTRA_DIST and
1185         TEST_PROGS for unconditional appending via += in other makefiles.
1186         define recursive test targets: test, test-report, perf-report,
1187         full-report, as described here:
1188         http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html
1189
1190         * Makefile.am:
1191         * build/win32/vs8/Makefile.am, build/win32/dirent/Makefile.am:
1192         * build/win32/Makefile.am, build/Makefile.am:
1193         * docs/Makefile.am, docs/reference/Makefile.am:
1194         * docs/reference/glib/Makefile.am, docs/reference/gobject/Makefile.am:
1195         * gmodule/Makefile.am, tests/Makefile.am:
1196         * tests/refcount/Makefile.am, tests/gobject/Makefile.am:
1197         * glib/update-pcre/Makefile.am, glib/libcharset/Makefile.am:
1198         * glib/tests/Makefile.am, glib/pcre/Makefile.am:
1199         * glib/gnulib/Makefile.am, gobject/Makefile.am, m4macros/Makefile.am:
1200         * gthread/Makefile.am, glib/Makefile.am:
1201         include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
1202
1203         * glib/tests/Makefile.am: removed example testing rules.
1204
1205         * glib/tests/testing.c: conditionalized performance and slow tests.
1206
1207         * glib/gtestutils.h:
1208         * glib/gtestutils.c: work around g_test_config_vars not changing its
1209         exported value after value assignments, aparently due to symbol aliases.
1210
1211         * glib/gtester.c: fixed off-by-one error which produced junk in logs.
1212
1213         * configure.in: check for python >= 2.4 and provide $PYTHON for scripts.
1214
1215 Tue Nov 20 15:59:55 2007 +0100 Tim Janik
1216
1217         Renamed gtestframework to gtestutils.
1218
1219         * glib/glib.h:
1220         * glib/Makefile.am: added gtestutils.h to public includes.
1221
1222         * glib/gtestutils.c: include gtestutils.h.
1223
1224         * glib/gtestutils.h:
1225         * glib/glib.symbols:
1226         * glib/tests/testing.c: renamed gtestframework to gtestutils.
1227
1228         * glib/gtestframework.h: renamed to gtestutils.h.
1229
1230         * glib/gtestframework.c: renamed to gtestutils.c.
1231
1232 Tue Nov 20 15:29:34 2007 +0100 Tim Janik
1233
1234         glib/gtestframework.c: g_test_init(): make warnings and criticals fatal for all test programs.
1235
1236 Wed Nov 14 20:35:05 2007 +0100 Tim Janik
1237
1238         gtestframework.c: added test API documentation by Sven Herzberg and Tim Janik.
1239
1240 Wed Nov 14 19:10:28 2007 +0100 Tim Janik
1241
1242         gtestframework.[hc]: implemented g_test_queue_destroy() and g_test_queue_unref().
1243
1244 Fri Nov 9 12:28:52 2007 +0100 Tim Janik
1245
1246         Added g_test_bug() and related API.
1247
1248         * gtester.c: handle G_TEST_LOG_MESSAGE and test test message API.
1249
1250         * gtestframework.h, gtestframework.c: added test message API and convenience
1251         API to send test messages about bug URLs.
1252
1253 Fri Nov 9 11:35:11 2007 +0100 Tim Janik
1254
1255         Added API to access test framework configuration.
1256
1257         * gtestframework.h, gtestframework.c: export testing configuration to test
1258         programs with g_test_quick(), g_test_perf(), g_test_verbose(), g_test_quiet().
1259
1260 Thu Nov 8 17:55:09 2007 +0100 Tim Janik
1261
1262         gtester: implemented logic to handle failing tests, self tests, and validate XML reports.
1263
1264         * gtester.c: terminate when tests failed. keep XML valid when test cases fail.
1265         restart test binaries when tests fail, resuming after the last processed test.
1266         support --gtester-selftest to run gtester itself as test program.
1267         support --test-arg=<arg> to pass args along to test programs. added
1268         main_selftest() which does a simplistic fixture test. fail if exit
1269         code of test programs is not 0.
1270
1271         * gtestframework.h: added G_TEST_LOG_SKIP_CASE test log message type.
1272
1273         * gtestframework.c: support --GTestSkipCount=<n> to skip a number of tests.
1274
1275         * tests/Makefile.am: added test-report: for demonstration purposes.
1276         added gtester-xmllint-check: and hooked it up into check:, this rule calls
1277         gtester as test program, running it's selftest, and then uses xmllint to
1278         validate the generate XML test log file.
1279
1280 Thu Nov 8 14:51:37 2007 +0100 Tim Janik
1281
1282         gtester: implemented XML logging.
1283
1284         * glib/gtester.c: log test messages to XML output file. beautified normal test
1285         result output.
1286
1287         * glib/gtestframework.c: fixed GTimer leak.
1288
1289         * glib/tests/Makefile.am: start gtester with --verbose.
1290
1291 Thu Nov 8 12:33:31 2007 +0100 Tim Janik
1292
1293         tests/Makefile.am: execute test programs with gtester, add test: to check:
1294
1295 Thu Nov 8 12:18:51 2007 +0100 Tim Janik
1296
1297         Fixed PLT symbol exports for gtestframework.h.
1298
1299         * glib/glib.symbols: added all exported gtestframework.h symbols.
1300
1301         * glib/gtestframework.c: include galias.h, galiasdef.c, define __G_TESTFRAMEWORK_C__.
1302
1303 Thu Nov 8 11:31:12 2007 +0100 Tim Janik
1304
1305         glib/gtester.c: fixed debugging flag.
1306
1307 Wed Nov 7 17:56:26 2007 +0100 Tim Janik
1308
1309         fixed bogus unistd.h include.
1310
1311 Wed Nov 7 17:53:30 2007 +0100 Tim Janik
1312
1313         Implemented test log IPC.
1314
1315         * gtester.c: read and decode log messages from test binary child processes.
1316         fixed GIOChannel and child watch handling to process all messages and avoid
1317         hangs. pass --verbose and --quiet on to children, default to --quiet.
1318
1319         * gtestframework.h: export g_test_log_type_name().
1320
1321         * gtestframework.c: send test log to --GTestLogFD=<fd> if given, removed
1322         bogus -o-option.
1323
1324 Tue Nov 6 20:07:44 2007 +0100 Tim Janik
1325
1326         gtester.c: support test case listing through gtester.
1327
1328 Tue Nov 6 20:01:06 2007 +0100 Tim Janik
1329
1330         gtestframework.c: fixed testpath matches for automatic root suite.
1331
1332 Tue Nov 6 19:50:33 2007 +0100 Tim Janik
1333
1334         gtester.c: adapted to become a rudimentary test binary launcher.
1335
1336         * gtester.c: increased read buffer size to match common unix pipe buffer size.
1337         added argument parsing and usage. changed io handling to capture and replicate
1338         stdout. fixed io handlers to be cleaned up when the child process exits (catch
1339         G_IO_ERR | G_IO_HUP). we now use pending/iteration instead of a main loop
1340         structure, to keep running until the child process exits and all io has been
1341         processed. launch the test binaries given on the command line. don't quit when
1342         a child couldn't be launched but --keep-going was specified.
1343
1344 Tue Nov 6 17:11:37 2007 +0100 Tim Janik
1345
1346         Integrated gtester program into build process.
1347
1348         * Makefile.am: build and install gtester binary.
1349
1350         * gtester.c: fixed up coding style and removed hard wired test coded.
1351
1352 Tue Nov 6 16:12:32 2007 +0100 Sven Herzberg
1353
1354         glib/gtester.c:Small -Wall fix
1355
1356 Tue Nov 6 16:05:06 2007 +0100 Sven Herzberg
1357
1358         glib/gtester.c:Implemented nonblocking reading properly now
1359
1360 Mon Nov 5 13:53:23 2007 +0100 Sven Herzberg
1361
1362         glib/gtester.c:Quit the application when the output is parsed completely, not just the process finished
1363
1364 Mon Nov 5 12:00:16 2007 +0100 Sven Herzberg
1365
1366         glib/gtester.c:Read the output of the child process
1367
1368 Mon Nov 5 11:50:59 2007 +0100 Sven Herzberg
1369
1370         glib/gtester.c:Use g_spawn_async_with_pipes()
1371
1372 Mon Nov 5 11:50:08 2007 +0100 Sven Herzberg
1373
1374         glib/gtester.c:Spawn a process async and quit gtester after the child process exited
1375
1376 Mon Nov 5 11:30:45 2007 +0100 Sven Herzberg
1377
1378         glib/gtester.c:Added a first revision of gtester
1379
1380 Tue Nov 6 16:47:06 2007 +0100 Tim Janik
1381
1382         Implemented test log serialization.
1383
1384         * glib/gtestframework.h: added g_test_log*() API.
1385
1386         * glib/gtestframework.c: implement test log serialization.
1387
1388 Tue Nov 6 14:24:54 2007 +0100 Tim Janik
1389
1390         Implemented test logging basics.
1391
1392         * glib/gtestframework.c: added --debug-log and --verbose, implemented
1393         test information logging.
1394
1395         * testing.c: test g_test_maximized_result() and g_test_minimized_result().
1396
1397 Tue Nov 6 11:52:14 2007 +0100 Tim Janik
1398
1399         Implemented g_test_timer*().
1400
1401         * gtestframework.c: implemented g_test_timer*().
1402
1403         * tests/testing.c: added a g_test_timer*() test.
1404
1405 Mon Nov 5 18:28:24 2007 +0100 Tim Janik
1406
1407         Implemented support for testpaths.
1408
1409         * gtestframework.c: implemented g_test_add_vtable() and g_test_add_func().
1410
1411         * tests/testing.c: use g_test_add() and g_test_add_func() to majorly simplify main().
1412
1413 Mon Nov 5 15:56:42 2007 +0100 Tim Janik
1414
1415         testing.c: added tests for the g_test_rand*() API.
1416
1417 Mon Nov 5 15:55:38 2007 +0100 Tim Janik
1418
1419         Implemented g_test_rand*().
1420
1421         * gtestframework.h: fixed g_assert_cmp*() to evaluate arguments only once.
1422         added g_assert_cmpuint(). completed g_test_rand*() to cover bits, ints,
1423         doubles and ranges.
1424
1425         * gtestframework.c: fixed "--seed" option and implemented g_test_rand*().
1426
1427 Mon Nov 5 15:51:43 2007 +0100 Tim Janik
1428
1429         testing.c: added tests for g_assert_cmphex() and forked test traps.
1430
1431 Mon Nov 5 15:10:18 2007 +0100 Tim Janik
1432
1433         Implemented g_test_trap_fork() API.
1434
1435         * gtestframework.h: added g_assert_cmphex(). reworked g_test_trap*() API.
1436
1437         * gtestframework.c: implemented g_test_trap_fork() API.
1438
1439 Thu Nov 1 15:05:07 2007 +0100 Tim Janik
1440
1441         * glib/gtestframework.c:
1442
1443         that match a given test path.
1444         (g_test_run_suite): run suite only if it matches the existing test paths.
1445
1446         * glib/tests/testing.c: minor rename.
1447
1448 Thu Nov 1 13:45:55 2007 +0100 Tim Janik
1449
1450         GTest framework started.
1451
1452         * glib/gtestframework.h: testing framework API as proposed on gtk-devel-list.
1453         includes elaborate assertions, performance report functions, test traps,
1454         test timer, test random numbers, teardoiwn garbage collection functions
1455         and general test case / test suite management APIs.
1456
1457         * glib/gtestframework.c: first test framework implementation. already covers
1458         some test suite management APIs and assertion message implementations.
1459
1460         * glib/tests/testing.c: test program for the testing framework.
1461
1462         * glib/tests/Makefile.am: complie testing.c as test. run all tests as part of
1463         make test:.
1464
1465 Wed Oct 31 15:42:48 2007 +0100 Tim Janik
1466
1467         glib/Makefile.am: build tests/ subdir after building libglib.
1468
1469 Tue Oct 30 16:17:32 2007 +0100 Tim Janik
1470
1471         Fixed up internal 'g_test*' names.
1472
1473         * refcount/signals.c:
1474         * refcount/objects.c:
1475         * refcount/objects2.c:
1476         * refcount/closures.c:
1477         * refcount/properties.c:
1478         * refcount/properties2.c: changed namespace prefix from g_test_* to my_test_*
1479         to not clash with newly introduced g_test* API in glib.
1480
1481 Tue Oct 30 14:41:26 2007 +0100 Tim Janik
1482
1483         Added gtestframework.[hc] and glib/tests/.
1484
1485 2007-11-20  Sven Neumann  <sven@gimp.org>
1486
1487         * glib/gerror.c (g_error_add_prefix): use g_strconcat() instead of
1488         g_strjoin() to concatenate two strings.
1489
1490 2007-11-19  Marco Barisione  <marco@barisione.org>
1491
1492         * glib/gregex.c: When the compilation of a pattern fails in the error
1493         message use the character offset and not the byte offset.
1494
1495         * glib/gregex.c: Pass an unsigned long instead of an int to
1496         pcre_fullinfo() to avoid problems on 64-bit systems (#498113, Kouhei
1497         Sutou)
1498
1499 2007-11-19 10:30:33  Tim Janik  <timj@imendio.com>
1500
1501         * configure.in: updated version number to 2.15.0 for development.
1502
1503 2007-11-18  Matthias Clasen  <mclasen@redhat.com>
1504
1505         * glib/gbase64.c: Documentation improvements.  (#496518,
1506         Stefan Schulze Frielinghaus)
1507
1508 2007-11-18  Matthias Clasen  <mclasen@redhat.com>
1509
1510         * configure.in: Check whether assembler supports numerical local
1511         labels.  
1512
1513         * glib/gatomic.c: Fix powerpc implementation of atomic ops for 
1514         platforms where the assembler doesn't support numerical local
1515         labels.  (#445362)
1516
1517 2007-11-15  Ryan Lortie  <desrt@desrt.ca>
1518
1519         * docs/reference/glib/tmpl/markup.sgml:
1520         * glib/gmarkup.h:
1521         * glib/gmarkup.c: new flag G_MARKUP_PREFIX_ERROR_POSITION to cause the
1522         parser to prepend location information (ie: "Error on line %d, char
1523         %d:") to errors generated by the GMarkupParser callbacks.
1524
1525         Closes #496046.
1526
1527 2007-11-15  Ryan Lortie  <desrt@desrt.ca>
1528
1529         * docs/reference/glib/glib-sections.txt:
1530         * glib/glib.symbols:
1531         * glib/gerror.h:
1532         * glib/gerror.c: new functions g_prefix_error and
1533         g_propagate_prefixed_error.
1534
1535 2007-11-13  Cody Russell  <bratsche@gnome.org>
1536
1537         * docs/reference/gobject/gobject-docs.sgml:
1538         * docs/reference/gobject/tut_gsignal.xml:
1539         * docs/reference/gobject/tut_gtype.xml:
1540         * docs/reference/gobject/tut_intro.xml:
1541         * docs/reference/gobject/tut_tools.xml:
1542         * docs/reference/gobject/tut_howto.xml:
1543         * docs/reference/gobject/tut_gobject.xml: Documentation fixes.
1544         Recommend macro type names such as NAUTILUS_TYPE_WINDOW (not
1545         NAUTILUS_WINDOW_TYPE).  Fixed text which erroneously stated that 
1546         superclass initializers don't run when an object is 
1547         instantiated.  Fixed numerous spelling mistakes.  Minor grammar 
1548         edits. (#490637, Adam Dingle)
1549
1550 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1551
1552         * glib/gkeyfile.c: Coding style cleanups and doc 
1553         improvements.  (#491979, #491982, Areg Beketovski)
1554
1555 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1556
1557         * glib/giochannel.c: Coding style cleanups and doc 
1558         improvements.  (#491975, Areg Beketovski)
1559
1560 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1561
1562         * glib/gmain.c (g_main_context_iteration): Improve the
1563         docs.  (#491974, Areg Beketovski)
1564
1565 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1566
1567         * glib/gdate.c: Coding style fixes.
1568
1569 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1570
1571         * configure.in: Add AM_PROG_CC_C_O.
1572
1573         * Makefile.am: Remove the install-exec-local hook and use
1574         configexecincludedir_DATA instead, in an attempt to avoid
1575         automake 1.9 <> 1.10 incompatibilities.
1576
1577         * glib/Makefile.am: Rename MIRRORING_TAB_SOURCES, since
1578         automake 1.10 complains.
1579
1580 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1581
1582         * glib/gspawn.c (g_spawn_sync): Improve the docs.  (#491968,
1583         Areg Beketovski)
1584
1585 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1586
1587         * glib/gmain.c (g_main_context_release): 
1588         (g_main_context_acquire):
1589         (g_main_context_new): Fix the doc wording.  (#491957, 
1590         #491965, #491966, Areg Beketovski)
1591
1592 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1593
1594         * glib/gutils.c (g_set_application_name): Add a missing
1595         since tag.  (#464259, Mark Doliner)
1596
1597 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1598
1599         * glib/goption.c (g_option_context_new): Improve the docs.
1600         (#436293, Vincent Untz)
1601
1602 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1603
1604         * glib/gmain.c (g_main_loop_quit): Expand the docs 
1605         a bit.  (#317775, Søren Sandmann)
1606
1607 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1608         
1609         * autogen.sh: Accept automake 1.10, too
1610
1611         * mkinstalldirs: Temporarily add this script, to fix building
1612         from svn.
1613
1614         * Makefile.am: Use MKDIRS_P instead of mkinstalldirs, add
1615         ChangeLog.pre-2-14 and mkinstalldirs to EXTRA_DIST.
1616
1617 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1618
1619         * glib/gmarkup.h: Include gslist.h. Pointed out by Michael Natterer.
1620
1621 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1622
1623         * glib/gconvert.c (g_convert_with_iconv): Try harder to reset
1624         shift state with AIX iconv().  (#467537)
1625
1626 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1627
1628         * configure.in:
1629         * m4macros/glib-2.0.m4: Require pkg-config 0.16 in configure
1630         and in AM_PATH_GLIB_2_0 to be consistent with the use of
1631         PKG_PROG_PKG_CONFIG which was introduced in 0.16.  (#418778,
1632         Loïc Minier)
1633
1634 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1635
1636         * glib/gstrfuncs.c (g_parse_long_long): Don't leave
1637         out parameters uninitialized.  (#490061, Benjamin Otte)
1638
1639 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1640
1641         * glib/gmain.c (g_main_context_unref): Don't leak the
1642         condvar.  (#479724, Areg Beketovski)
1643
1644 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1645
1646         * glib/glib.symbols:
1647         * glib/gmarkup.[hc] (g_markup_parse_context_get_element_stack): 
1648         New function, to get the stack of open elements.  (#452887,
1649         Ryan Lortie)
1650
1651 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1652
1653         * glib/gkeyfile.[hc]: Make some functions that take
1654         a GError return boolean instead of void.  (#375651, Matt Barnes)
1655
1656 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1657         
1658         * autogen.sh: Use automake 1.9
1659
1660         * acinclude.m4:
1661         * configure.in: Move some inter-*.m4 includes from
1662         configure.in to acinclude.m4 to avoid warnings when
1663         using automake 1.9.  (#449937)
1664
1665 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1666
1667         === Branch for 2.14 ===