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