Require glib-2.0
[platform/upstream/glib.git] / ChangeLog
1 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
2
3         * gio-2.0.pc.in, gio-2.0-uninstalled.pc.in: Require glib-2.0
4         (#507628)
5
6 2008-01-04  Mathias Hasselmann  <mathias@openismus.com>
7
8         Resolve 64 bit-shift bug in g_markup_collect_attributes.
9         Spotted by Lieven van der Heide.
10
11         * glib/gmarkup.c: Use G_GUINT64_CONSTANT in bit-shift.
12
13 2008-01-02  Alvaro Lopez Ortega  <alvaro@sun.com>
14
15         * gio/gunixmount.c (g_unix_mount_unmount, g_unix_mount_eject):
16         These void functions were trying to return a value. It was causing
17         the compilation to fail.
18
19 2008-01-02  Alvaro Lopez Ortega  <alvaro@sun.com>
20
21         * glib/ghash.c (g_hash_table_replace, g_hash_table_insert): These
22         functions prototype defines its output as void, and therefore they
23         should not return any value. This patch fixes a compilation error:
24         the "return" clauses were incompatible with the functions prototype.
25
26 2007-12-31  Matthias Clasen  <mclasen@redhat.com>
27
28         * glib/gslice.c: Remove C99 comments
29
30 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
31
32         * glib/gtestutils.h:
33         * glib/glib.symbols: Mark assertion functions as G_GNUC_NORETURN.
34         (#506461, Sebastian Dröge)
35
36 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
37
38         * glib/gtestutils.c: Include sys/time.h.  (#505258)
39
40 2007-12-22  Mathias Hasselmann  <mathias@openismus.com>
41
42         Do not show empty groups in --help output. Initial patch from Yevgen
43         Muntyan. (#504142)
44
45         * glib/goption.c: Do not show empty groups in --help output.
46         * glib/tests/Makefile.am: Add option-context.c
47         * glib/tests/option-context.c: Test skipping of empty groups.
48
49 2007-12-22  Matthias Clasen  <mclasen@redhat.com>
50
51         * glib/gkeyfile.c: Remove wrong documentation about start group
52         handling.  (#476856, Areg Beketovski)
53
54 2007-12-21 18:02:30  Tim Janik  <timj@imendio.com>
55
56         * glib/Makefile.am: use "sed -i.bak <CMD> <FILE> && rm -f <FILE>.bak"
57         syntax for install-exec-hook, which seems to be the only "sed -i"
58         variant that is portable across linux and MacOS.
59
60 2007-12-21  Matthias Clasen  <mclasne@redhat.com>
61
62         * glib/gtestutils.h: Bring up to GLib coding standards: remove
63         C99 comments, trailing commas in enumerations and extra ; after
64         G_BEGIN/END_DECLS. Among other things, this makes xulrunner build
65         against GLib 2.15.
66
67         * glib/gtester.c: More of the same
68
69 2007-12-09  Hans Breuer  <hans@breuer.org>
70
71         * tests/gio-ls.c : adapt to recent api changes
72         * tests/testglib.c : variable declaration at the beginning of a block
73         
74         (Lieven van der Heide, #503602)
75         * win32-fixup.pl : process *.rc.in as well; substitute 
76         LT_CURRENT_MINUS_AGE
77         * glib/makefile.msc.in : alphabetic sorting of OBJECTS
78
79 2007-12-20  Matthias Clasen  <mclasen@redhat.com>
80
81         * configure.in: Bump version
82
83         * === Released 2.15.0 ===
84
85         * NEWS: Updates
86
87         * glib/Makefile.am: Fix make dist
88
89 2007-12-20 16:34:04  Tim Janik  <timj@imendio.com>
90
91         * glib/gtester-report: commented class definitions. moved HTML character
92         escaping out of javascript. fixed string->bool conversions. added performance
93         results to test case "Details" window.
94
95 2007-12-20  Matthias Clasen  <mclasen@redhat.com>
96
97         * glib/gchecksum.[hc] (g_checksum_new): Return NULL when 
98         the checksum_type is unknown.  (#501853)
99
100 2007-12-20  Christian Persch  <chpe@gnome.org>
101
102         * glib/gchecksum.c (g_checksum_new): Use g_slice_new0, to fix
103         "conditional jump or move depends on uninitialised value(s)" error
104         from valgrind. Bug #504527.
105
106 2007-12-20 15:17:04  Tim Janik  <timj@imendio.com>
107
108         * Makefile.decl: generate HTML reports for test-report perf-report full-report.
109
110 2007-12-20 15:03:51  Tim Janik  <timj@imendio.com>
111
112         * glib/gtester-report: new python script that generates an HTML
113         unit test report from the XML files generated by gtester.
114
115         * glib/Makefile.am: install gtester-report in $bindir and configure
116         it upon installation (version number and python shebang).
117
118 2007-12-19  Matthias Clasen  <mclasen@redhat.com>
119
120         * glib/glib.symbols: Add g_async_queue_new_full
121
122 2007-12-19 20:30:18  Tim Janik  <timj@imendio.com>
123
124         * glib/gtestutils.c: capture g_log() messages and send to gtester.
125         also, send assertion messages to gtester.
126
127         * glib/gtester.c: add error messages to output log file.
128         force child poll loop to abort if waitpid() signaled child exit,
129         eventhough the child's report file descriptor wasn't closed.
130
131 2007-12-19  Christian Persch  <chpe@gnome.org>
132
133         * glib/gchecksum.c: (g_checksum_type_get_length),
134         (g_checksum_get_digest):
135         * glib/gchecksum.h:
136         * glib/glib.symbols:
137         * tests/checksum-test.c: (test_checksum): Add
138         g_checksum_type_get_length, and change g_checksum_get_digest to use a
139         provided buffer instead of returning allocated memory. Bug #501853.
140
141 2007-12-19  Emmanuele Bassi  <ebassi@gnome.org>
142
143         * glib/gtimer.c (g_time_val_from_iso8601): Fix the date validation
144         check. (#503029)
145
146         * tests/testglib.c (various_string_tests): Add an invalid date
147         for testing the above fix.
148
149 2007-12-19  Alexander Larsson  <alexl@redhat.com>
150
151         * glib/gfileutils.[ch]:
152         * glib/glib.symbols:
153         Rename g_format_file_size_for_display to g_format_size_for_display.
154
155 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
156
157         * docs/reference/glib/glib-sections.txt:
158         * glib/gasyncqueue.c: (g_async_queue_new), (g_async_queue_new_full),
159           (g_async_queue_unref):
160         * glib/gasyncqueue.h: add g_async_queue_new_full() which takes a
161           GDestroyNotify function to free any remaining queue items when the
162           queue is destroyed after the final atomic unref (#367550).
163
164 2007-12-18 13:45:23  Tim Janik  <timj@imendio.com>
165
166         * glib/gtestutils.[hc]: added g_test_trap_assert_stdout_unmatched() and
167         g_test_trap_assert_stderr_unmatched(), based on a suggestion by Mathias
168         Hasselmann. reworked g_test_trap_assertions() to use flags to encode
169         assertion semantics, fixes #504227.
170
171 2007-12-16  Mathias Hasselmann  <mathias@openismus.com>
172
173         * glib/gutils.c:
174         Allow NULL strings in g_parse_debug_string. (#503862, Matthew Barnes)
175
176 2007-12-14  Matthias Clasen  <mclasen@redhat.com>
177
178         * glib/glib.symbols:
179         * glib/ghash.[hc]: Add hash table iterators.  (#500507,
180         Jean-Yves Lefort)
181
182         * tests/hash-test.c: Test iterators. 
183
184 2007-12-13  Mathias Hasselmann  <mathias@openismus.com>
185
186         Give exmples in error message unsupported case-changing escape
187         sequences. (503222)
188
189         * glib/gregex.c: Add examples to error message for PCRE-ERR37.
190
191 2007-12-13  Bastien Nocera  <hadess@hadess.net>
192
193         * glib/gtimer.c: (g_time_val_from_iso8601):
194         Don't try to parse dates that start with anything but a
195         digit, a plus or a minus sign, as those can't be valid
196         ISO8601 dates (Closes: #503029)
197
198 2007-12-13  Matthias Clasen  <mclasen@redhat.com>
199
200         * glib/gkeyfile.c (g_key_file_clear): Free group_hash.
201         (#503420, Christian Persch)
202
203 2007-12-12 16:06:11  Tim Janik  <timj@imendio.com>
204
205         * tests/testglib.c: split up tests and reworked code to use
206         the new test framework.
207
208         * tests/Makefile.am: added testglib to TEST_PROGS.
209
210 2007-12-11 Rahul Bhalerao <b.rahul.pm@gmail.com>
211
212         * configure.in: Added entry for Marathi Translations
213
214 2007-12-10  Matthias Clasen  <mclasen@redhat.com>
215
216         * glib/glib.h: Include gurifuncs.h
217
218 2007-12-10  Benjamin Otte  <otte@gnome.org>
219
220         * glib/garray.h: use an intermediate cast to void * in g_array_index()
221         to not trigger cast alignment warnings, fixes #502927.
222
223 2007-12-10 15:08:59  Tim Janik  <timj@imendio.com>
224
225         * let g_warn_if_fail replace g_assert as discussed here:
226           http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html
227
228         * fix bug #502498: Test framework assertion failures should follow
229         gcc error format.
230
231         * gmessages.h, gmessages.c: deprecated g_assert_warning() which is
232         unused now. removed g_assert*() definitions whcih are provided by 
233         gtestutils.h now. added g_warn_if_reached() and g_warn_if_fail()  
234         which are recommended as g_assert/g_assert_not_reached replacements
235         for non-test programs.
236         added g_warn_message() to implement g_warn_*() macros.
237         use emacs-next-error friendly formatting for file:line: for warnings.
238
239         * gtestutils.h, gtestutils.c: use emacs-next-error friendly formatting.
240         implement g_assert_not_reached() with g_assertion_message() and
241         g_assert() in terms of g_assertion_message_expr() so we'll be able to
242         provide assertion messages in test logs.
243
244         * gkeyfile.c, gbookmarkfile.c: changed g_assert*() to g_warn_if_fail()
245         or g_return_if_fail() where suitable.
246
247         * gio/: changed g_assert to g_warn_if_fail.
248
249 2007-12-10 13:02:08  Tim Janik  <timj@imendio.com>
250
251         * glib/gtestutils.c (g_assertion_message_cmpnum): applied patch by Tommi
252         Komulainen to fix int64 printouts, fixes #502511.
253
254 2007-12-10  Matthias Clasen  <mclasen@redhat.com>
255
256         * glib/gstrfuncs.h:
257         * glib/gstrfuncs.c (g_dpgettext): Change prototype to take 
258         msgctxtid + offset instead of two strings, to avoid duplication
259         of string constants if the compiler/linker don't perform constant
260         suffix merging.  (#502590, Christian Persch)
261
262         * glib/gi18n.h:
263         * glib/gi18n-lib.h: Adapt the definitions of C_() and Q_().
264
265 2007-12-09  Hans Breuer  <hans@breuer.org>
266
267         * tests/gio-ls.c : (new file) a test program emulating some of 'ls'
268         * tests/makefile.msc.in : build it (currently on win32)
269
270         * **/makefile.msc glib/makefile.msc.in : removed -GD to compile
271         with msvc9 (vs2008) with less complains
272         
273         * glibconfig.h.win32.in : #define G_HAVE_ISO_VARARGS 1 for
274         msv8 (vs2005) and above
275         
276         * glib/gfileutils.c : s/stricmp/_stricmp/
277         * msvc_recommended_pragmas.h : work around Microsoft's premature 
278         attempt to deprecate the C-Library
279
280         * tests/makefile.msc.in : added checksum-test
281
282 2007-12-08  Christian Persch  <chpe@gnome.org>
283
284         * gio/glocalfileinfo.c: (get_thumbnail_attributes): Add forgotten
285         #ifdef G_OS_WIN32 to fix the build on linux.
286
287 2007-12-08  Hans Breuer  <hans@breuer.org>
288
289         * glib/makefile.msc.in : build gchecksum.obj
290
291 2007-12-06  Mathias Hasselmann  <mathias@openismus.com>
292
293         * glib/ghash.c: Call destroy notify when destroying
294         the hash table in g_hash_table_unref.
295
296 2007-12-06 13:29:00  Tim Janik  <timj@imendio.com>
297
298         * glib/gtester.c (child_report_cb): detect non-blocking fd EOF
299         by read()==0 following poll(), needed on MacOS.
300
301 2007-12-06  Mathias Hasselmann  <mathias@openismus.com>
302
303         * glib/gunidecomp.c: Mention g_utf8_normalize()
304         returns NULL on invalid string. (#501997)
305
306 2007-12-06  Mathias Hasselmann  <mathias@openismus.com>
307
308         * glib/gerror.c: Improve wording for g_propagate_error docs.
309
310 2007-12-06 09:27:42  Tim Janik  <timj@imendio.com>
311
312         * tests/scannerapi.c: added new scanner test from #501654, by
313         Patrick Hulin with various modifications.
314         reworked coding style, adapted to new testing framework, fixed
315         token parser test and use a forked sub process to test
316         g_scanner_error() output messages.
317
318 2007-12-05 17:58:18  Tim Janik  <timj@imendio.com>
319
320         * glib/gtester.c: added -m=thorough support to gtester.
321
322 2007-12-05 17:21:05  Tim Janik  <timj@imendio.com>
323
324         * glib/glib/gtestutils.c: print out random seed for verbose tests,
325         also adapted test result reporting slightly in verbose mode to allow
326         custom debugging output. support "thorough" as test mode alis for "slow".
327
328         * glib/glib/gtestutils.h: added g_test_thorough().
329
330         * glib/glib/gtester.c: print out the last random seed when tests fail.
331         added result attribute to test case status logging to easily spot
332         failing tests in log files. disabled debugging output when skipping tests.
333
334 2007-12-05 11:43:22  Tim Janik  <timj@imendio.com>
335
336         * glib/gtestutils.[hc]: added g_test_add_data_func() to pass data
337         into tests. allow data arguments for fixture tests.
338
339         * glib/gtestutils.c: fixed fatal log flag setup, so tests really abort
340         upon criticals/warnings/errors.
341
342         * glib/tests/testing.c: test test_data arguments.
343
344         * glib/gtester.c: some prototype fixups.
345
346 2007-12-05  Tor Lillqvist  <tml@novell.com>
347
348         * glib/win_iconv.c: Add "shift-jis" as an alternative spelling of
349         "shift_jis".
350
351 2007-12-05  Ryan Lortie  <desrt@desrt.ca>
352
353         * autogen.sh: for the benefit of git users, checkout build/ if it is
354         missing
355         * .gitignore: but after that, ignore it.
356
357 2007-12-05  Ryan Lortie  <desrt@desrt.ca>
358
359         * glib/ghash.c: ungtk-docify some comments for internal functions
360
361 2007-12-04  Emmanuele Bassi  <ebassi@gnome.org>
362
363         * gio/glocalfileinfo.c: Replace the copy-and-paste MD5 digest
364         generation with GChecksum.
365
366 2007-12-04  Emmanuele Bassi  <ebassi@gnome.org>
367
368         * glib/gchecksum.[ch]: Add GChecksum, a generic wrapper around
369         various hashing algorithms. At the moment, the MD5, SHA-1 and
370         SHA-256 algorithms are supported. (#443648)
371
372         * glib/glib.h:
373         * glib/Makefile.am:
374         * glib/glib.symbols: Build glue for GChecksum
375
376         * tests/Makefile.am
377         * tests/checksum-test.c: Add test suite for GChecksum.
378
379 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
380
381         * glib/ghash.c: no code changes; add comments to document the internal
382         functions.
383
384 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
385
386         * glib/ghash.c: no code changes; reorder functions to remove the need
387         for forward declarations.
388
389 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
390
391         * glib/ghash.c (g_hash_table_lookup_node,
392         g_hash_table_lookup_extended, g_hash_table_insert_internal,
393         g_hash_node_new): improve clarity in some functions
394
395 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
396
397         * glib/ghash.c: rename 'node' to 'node_ptr' where appropriate
398
399 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
400
401         * glib/ghash.c: convert G_HASH_TABLE_RESIZE() macro to inline function
402
403 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
404
405         * glib/glib.symbols (glib_gettext): remove stray (duplicate) entry
406         from file to fix the build
407
408 2007-12-03  Behdad Esfahbod  <behdad@gnome.org>
409
410         * glib/gnulib/Makefile.am: Fix EXTRA_DIST automake warnings. (#501107)
411
412 2007-12-03  Hans Breuer  <hans@breuer.org>
413
414         * glib/glib.symbols : added glib_gettext (in use by gio)
415         * makefile.msc : also try building gio
416         
417         * glib/gmarkup.c : use G_GUINT64_CONSTANT() to avoid 
418         'bad suffix on number'
419         * glib/gtestutils.c : declare cariable at the beginning of the block,
420         include <io.h> for G_OS_WIN32
421         * makefile.msc.in : add gurifuncs and gtestutils
422
423 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
424
425         * glib/ghash.c: create a common function for the many places where all
426         nodes in the table are removed (remove_all, steal_all, destroy, unref,
427         etc...)
428
429 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
430
431         * tests/hash-test.c (second_hash_test): fix memory leak, add a few
432         extra sanity tests.
433
434 2007-12-03  Matthias Clasen  <mclasen@redhat.com>
435         
436         * glib/gkeyfile.c: Don't call g_get_language_names() per-key.
437         (#500638, Michael Meeks)
438
439 2007-12-03  Marco Barisione <marco@barisione.org>
440
441         * glib/gregex.c:
442         * glib/gregex.h: Add new error codes for when compilation fails and
443         make compilation error translatable. (#482313, Morten Welinder)
444
445 2007-12-03  Matthias Clasen  <mclasen@redhat.com>
446
447         * glib/gkeyfile.c: Add a hash table to speed up group lookups,
448         which GKeyFile does quite a lot.  
449
450 2007-12-03  Alexander Larsson  <alexl@redhat.com>
451
452         * configure.in:
453         Add xattr checks for OSX style API (#500506)
454
455 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
456
457         * glib/ghash.c: merge more common code into functions.  Vastly
458         simplify loop logic in g_hash_table_foreach_remove_or_steal().
459
460 2007-12-01  Behdad Esfahbod  <behdad@gnome.org>
461
462         * Makefile.am: Don't descend into build/. (#500875)
463
464 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
465
466         * glib/gmarkup.h:
467         * glib/gmarkup.c: 
468         * glib/gerror.c: Add Since: tags to new API, other doc improvements.
469
470 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
471
472         * glib/gurifuncs.c: Some doc cleanups
473
474 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
475
476         * glib/gtestutils.c: Fix up some doc comments, avoid C99 comments
477
478         * glib/gconvert.c: De-doc-commentify static functions to
479         shut up gtk-doc.
480
481         * glib/gutils.c: Fix the glib_gettext doc comment.
482
483 2007-11-28  Tor Lillqvist  <tml@novell.com>
484
485         * config.h.win32.in: Update to match what configure produces.
486
487 2007-11-28  Alexander Larsson  <alexl@redhat.com>
488
489         * glib/gstring.c (g_string_append_uri_escaped):
490         Move this function before g_string_append_c so that
491         we avoid the plt call due to the undefinf of g_string_append_c
492
493 2007-11-28  Emmanuele Bassi  <ebassi@gnome.org>
494
495         * gio/Makefile.am: Remove makegioalias.pl from the marshal files
496         and avoid it being cleaned up when running make clean.
497
498 2007-11-28  Alexander Larsson  <alexl@redhat.com>
499
500         * glib/glib.symbols:
501         Add in the new symbols
502         
503         * glib/gurifuncs.c:
504         Use the aliases framework
505         
506         * glib/glibintl.h:
507         * glib/gutils.c:
508         Make the alias stuff work now that glib_gettext
509         is exported to libgio. 
510
511 2007-11-27  Ryan Lortie  <desrt@desrt.ca>
512
513         * glib/ghash.c (g_hash_table_insert, g_hash_table_replace,
514         g_hash_table_insert_internal): insert/replace were identical except
515         for a single line.  Replace both with a common function.
516
517 2007-11-27  Alexander Larsson  <alexl@redhat.com>
518
519         * gio/Makefile.am:
520         * gio/gurifuncs.[ch]:
521         * glib/Makefile.am:
522         * glib/gstring.[ch]:
523         * glib/gurifuncs.[ch]:
524         Moved gurifuncs from gio to glib
525
526 2007-11-27  Alexander Larsson  <alexl@redhat.com>
527
528         * gio/gfileinfo.[ch]:
529         * glib/gfileutils.[ch]:
530         Move g_format_file_size_for_display from gio to glib
531
532 2007-11-27  Alexander Larsson  <alexl@redhat.com>
533
534         * configure.in:
535         Allow configuration of gio-module-dir
536         
537         * gio-2.0.pc.in:
538         Export giomodules location as giomodule variable
539
540 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
541
542         * tests/markup-collect.c: Add some tests for invalid booleans
543
544 2007-11-26  Ryan Lortie  <desrt@desrt.ca>
545  
546         Add new function g_markup_collect_attributes (bug #496847).
547  
548         * glib/glib.symbols: add g_markup_collect_attributes
549  
550         * docs/reference/glib/glib-sections.txt: 
551         * glib/gmarkup.h:
552         * glib/gmarkup.c: add g_markup_collect_attributes and new enumerated
553         type GMarkupCollectType.  Add new error code
554         G_MARKUP_ERROR_MISSING_ATTRIBUTE that is thrown by the attribute
555         collector.
556
557 2007-11-27  Tor Lillqvist  <tml@novell.com>
558
559         * glib/win_iconv.c: Some improvements, being upstreamed.
560         (must_use_null_useddefaultchar): New function, checks for those
561         codepages for which one must pass a NULL lpUsedDefaultChar pointer
562         to WideCharToMultiByte().
563         (kernel_wctomb): Use it.
564         (kernel_wctomb): Return with E2BIG immediately if bufsize is zero.
565
566 2007-11-27  Tor Lillqvist  <tml@novell.com>
567
568         * glib/gutils.c (_glib_get_locale_dir) [Win32]: Use either
569         lib/locale or share/locale depending on which one is in
570         GLIB_LOCALE_DIR. When the configury recognizes GNU gettext (based
571         on the _nl_msg_cat_cntr variable, eek), share/locale gets used.
572
573         * glib-zip.in: Likewise, look for message catalogs either in
574         lib/locale or share/locale.
575
576 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
577
578         * gio/gfileattribute.c: Fix up a doc comment.
579
580 2007-11-26  Alexander Larsson  <alexl@redhat.com>
581
582         * Makefile.am:
583         * configure.in:
584         * gio-2.0-uninstalled.pc.in:
585         * gio-2.0.pc.in: 
586         * gio-unix-2.0-uninstalled.pc.in:
587         * gio-unix-2.0.pc.in:
588         * gio/
589         * docs/reference/gio
590         Merged gio-standalone into glib.
591         
592         * glib/glibintl.h:
593         * glib/gutils.c:
594         Export glib_gettext so that gio can use it
595         Add P_ (using same domain for now)
596         Add I_ as g_intern_static_string
597
598 2007-11-26  Tor Lillqvist  <tml@novell.com>
599
600         * glib/win_iconv.c: ISO8859-1 is CP28591, not CP1252.
601
602 2007-11-26  Tor Lillqvist  <tml@novell.com>
603
604         Implement #491549: On Windows, always use the native API for
605         character set conversions instead of GNU libiconv. Almost all
606         codesets supported by GNU libiconv exist as Windows codepages.
607         One missing feature is the "C99" and "JAVA" pseudo codesets, but I
608         doubt that is worth worrying about.
609         
610         * glib/win_iconv.c: New file. iconv() implementation for
611         Windows. Placed in the public domain by Yukihiro Nakadaira
612         <yukihiro.nakadaira@gmail.com>. From
613         http://yukihiro.nakadaira.googlepages.com/win_iconv.zip, his
614         2007-11-17 version.
615
616         * glib/gconvert.c: Include win_iconv.c on Windows.
617
618         * glib/Makefile.am: Add win_iconv.c to EXTRA_DIST.
619         
620         * configure.in: Bypass iconv checks on Windows. 
621
622 2007-11-25  Tor Lillqvist  <tml@novell.com>
623
624         * glib/gtestutils.c: Add conditionals for non-Unix. Just g_error()
625         unless G_OS_UNIX for now.
626
627 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
628
629         * configure.in: Require gtk-doc 1.8.
630
631         * glib/gasyncqueue.c:
632         * glib/gdate.c:
633         * glib/gfileutils.c:
634         * glib/gmain.c:
635         * glib/gmarkup.c:
636         * glib/gregex.c:
637         * glib/gtestutils.c:
638         * glib/gutils.c: Use gtk-doc abbreviations for 
639         examples in doc comments.
640
641 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
642
643         * */Makefile.am: Replace INCLUDES by AM_CPPFLAGS, other
644         cleanups.
645
646 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
647
648         * tests/base64-test.c: Fix a memory overrun.
649
650 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
651
652         * glib/gutils.c: Remove leftover ENABLE_NLS #ifdefs.
653
654 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
655
656         * glib/gbase64.c (g_base64_encode): Don't refuse to encode
657         a single byte.  (Milan Crha)
658
659         * tests/base64-test.c: Test encoding short strings.
660
661 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
662
663         * glib/gi18n-lib.h: 
664         * glib/gi18n.h: Define a two-argument macro C_() for marking
665         translatable strings with context and implement C_() and Q_()
666         using g_dpgettext().  (#142676, Morten Welinder)
667
668         * glib/glib.symbols:
669         * glib/gstrfuncs.[hc]: Implement g_dpgettext().
670
671 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
672
673         * glib/goption.c: Use g_print to print out --help text in 
674         locale encoding.  (#469551, Takao Fujiwara)
675
676 2007-11-22  Matthias Clasen  <mclasen@redhat.com>
677
678         * glib/gkeyfile.c: Set length out param in list-returning functions
679         to 0 when returning NULL.  (#498728, Christian Persch)
680
681 2007-11-21 21:06:47  Tim Janik  <timj@imendio.com>
682
683         * Makefile.decl: initialize automake variables EXTRA_DIST and
684         TEST_PROGS for unconditional appending via += in other makefiles.
685         define recursive test targets: test, test-report, perf-report,
686         full-report, as described here:
687       http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html
688
689         * Makefile.am:
690         * build/win32/vs8/Makefile.am, build/win32/dirent/Makefile.am:
691         * build/win32/Makefile.am, build/Makefile.am:
692         * docs/Makefile.am, docs/reference/Makefile.am:
693         * docs/reference/glib/Makefile.am, docs/reference/gobject/Makefile.am:
694         * gmodule/Makefile.am, tests/Makefile.am:
695         * tests/refcount/Makefile.am, tests/gobject/Makefile.am:
696         * glib/update-pcre/Makefile.am, glib/libcharset/Makefile.am:
697         * glib/tests/Makefile.am, glib/pcre/Makefile.am:
698         * glib/gnulib/Makefile.am, gobject/Makefile.am, m4macros/Makefile.am:
699         * gthread/Makefile.am, glib/Makefile.am:
700         include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
701
702         * glib/tests/Makefile.am: removed example testing rules.
703
704         * glib/tests/testing.c: conditionalized performance and slow tests.
705
706         * glib/gtestutils.h:
707         * glib/gtestutils.c: work around g_test_config_vars not changing its
708         exported value after value assignments, aparently due to symbol aliases.
709
710         * glib/gtester.c: fixed off-by-one error which produced junk in logs.
711
712         * configure.in: check for python >= 2.4 and provide $PYTHON for scripts.
713
714 Tue Nov 20 15:59:55 2007 +0100 Tim Janik
715
716         Renamed gtestframework to gtestutils.
717
718         * glib/glib.h:
719         * glib/Makefile.am: added gtestutils.h to public includes.
720
721         * glib/gtestutils.c: include gtestutils.h.
722
723         * glib/gtestutils.h:
724         * glib/glib.symbols:
725         * glib/tests/testing.c: renamed gtestframework to gtestutils.
726
727         * glib/gtestframework.h: renamed to gtestutils.h.
728
729         * glib/gtestframework.c: renamed to gtestutils.c.
730
731 Tue Nov 20 15:29:34 2007 +0100 Tim Janik
732
733         glib/gtestframework.c: g_test_init(): make warnings and criticals fatal for all test programs.
734
735 Wed Nov 14 20:35:05 2007 +0100 Tim Janik
736
737         gtestframework.c: added test API documentation by Sven Herzberg and Tim Janik.
738
739 Wed Nov 14 19:10:28 2007 +0100 Tim Janik
740
741         gtestframework.[hc]: implemented g_test_queue_destroy() and g_test_queue_unref().
742
743 Fri Nov 9 12:28:52 2007 +0100 Tim Janik
744
745         Added g_test_bug() and related API.
746
747         * gtester.c: handle G_TEST_LOG_MESSAGE and test test message API.
748
749         * gtestframework.h, gtestframework.c: added test message API and convenience
750         API to send test messages about bug URLs.
751
752 Fri Nov 9 11:35:11 2007 +0100 Tim Janik
753
754         Added API to access test framework configuration.
755
756         * gtestframework.h, gtestframework.c: export testing configuration to test
757         programs with g_test_quick(), g_test_perf(), g_test_verbose(), g_test_quiet().
758
759 Thu Nov 8 17:55:09 2007 +0100 Tim Janik
760
761         gtester: implemented logic to handle failing tests, self tests, and validate XML reports.
762
763         * gtester.c: terminate when tests failed. keep XML valid when test cases fail.
764         restart test binaries when tests fail, resuming after the last processed test.
765         support --gtester-selftest to run gtester itself as test program.
766         support --test-arg=<arg> to pass args along to test programs. added
767         main_selftest() which does a simplistic fixture test. fail if exit
768         code of test programs is not 0.
769
770         * gtestframework.h: added G_TEST_LOG_SKIP_CASE test log message type.
771
772         * gtestframework.c: support --GTestSkipCount=<n> to skip a number of tests.
773
774         * tests/Makefile.am: added test-report: for demonstration purposes.
775         added gtester-xmllint-check: and hooked it up into check:, this rule calls
776         gtester as test program, running it's selftest, and then uses xmllint to
777         validate the generate XML test log file.
778
779 Thu Nov 8 14:51:37 2007 +0100 Tim Janik
780
781         gtester: implemented XML logging.
782
783         * glib/gtester.c: log test messages to XML output file. beautified normal test
784         result output.
785
786         * glib/gtestframework.c: fixed GTimer leak.
787
788         * glib/tests/Makefile.am: start gtester with --verbose.
789
790 Thu Nov 8 12:33:31 2007 +0100 Tim Janik
791
792         tests/Makefile.am: execute test programs with gtester, add test: to check:
793
794 Thu Nov 8 12:18:51 2007 +0100 Tim Janik
795
796         Fixed PLT symbol exports for gtestframework.h.
797
798         * glib/glib.symbols: added all exported gtestframework.h symbols.
799
800         * glib/gtestframework.c: include galias.h, galiasdef.c, define __G_TESTFRAMEWORK_C__.
801
802 Thu Nov 8 11:31:12 2007 +0100 Tim Janik
803
804         glib/gtester.c: fixed debugging flag.
805
806 Wed Nov 7 17:56:26 2007 +0100 Tim Janik
807
808         fixed bogus unistd.h include.
809
810 Wed Nov 7 17:53:30 2007 +0100 Tim Janik
811
812         Implemented test log IPC.
813
814         * gtester.c: read and decode log messages from test binary child processes.
815         fixed GIOChannel and child watch handling to process all messages and avoid
816         hangs. pass --verbose and --quiet on to children, default to --quiet.
817
818         * gtestframework.h: export g_test_log_type_name().
819
820         * gtestframework.c: send test log to --GTestLogFD=<fd> if given, removed
821         bogus -o-option.
822
823 Tue Nov 6 20:07:44 2007 +0100 Tim Janik
824
825         gtester.c: support test case listing through gtester.
826
827 Tue Nov 6 20:01:06 2007 +0100 Tim Janik
828
829         gtestframework.c: fixed testpath matches for automatic root suite.
830
831 Tue Nov 6 19:50:33 2007 +0100 Tim Janik
832
833         gtester.c: adapted to become a rudimentary test binary launcher.
834
835         * gtester.c: increased read buffer size to match common unix pipe buffer size.
836         added argument parsing and usage. changed io handling to capture and replicate
837         stdout. fixed io handlers to be cleaned up when the child process exits (catch
838         G_IO_ERR | G_IO_HUP). we now use pending/iteration instead of a main loop
839         structure, to keep running until the child process exits and all io has been
840         processed. launch the test binaries given on the command line. don't quit when
841         a child couldn't be launched but --keep-going was specified.
842
843 Tue Nov 6 17:11:37 2007 +0100 Tim Janik
844
845         Integrated gtester program into build process.
846
847         * Makefile.am: build and install gtester binary.
848
849         * gtester.c: fixed up coding style and removed hard wired test coded.
850
851 Tue Nov 6 16:12:32 2007 +0100 Sven Herzberg
852
853         glib/gtester.c:Small -Wall fix
854
855 Tue Nov 6 16:05:06 2007 +0100 Sven Herzberg
856
857         glib/gtester.c:Implemented nonblocking reading properly now
858
859 Mon Nov 5 13:53:23 2007 +0100 Sven Herzberg
860
861         glib/gtester.c:Quit the application when the output is parsed completely, not just the process finished
862
863 Mon Nov 5 12:00:16 2007 +0100 Sven Herzberg
864
865         glib/gtester.c:Read the output of the child process
866
867 Mon Nov 5 11:50:59 2007 +0100 Sven Herzberg
868
869         glib/gtester.c:Use g_spawn_async_with_pipes()
870
871 Mon Nov 5 11:50:08 2007 +0100 Sven Herzberg
872
873         glib/gtester.c:Spawn a process async and quit gtester after the child process exited
874
875 Mon Nov 5 11:30:45 2007 +0100 Sven Herzberg
876
877         glib/gtester.c:Added a first revision of gtester
878
879 Tue Nov 6 16:47:06 2007 +0100 Tim Janik
880
881         Implemented test log serialization.
882
883         * glib/gtestframework.h: added g_test_log*() API.
884
885         * glib/gtestframework.c: implement test log serialization.
886
887 Tue Nov 6 14:24:54 2007 +0100 Tim Janik
888
889         Implemented test logging basics.
890
891         * glib/gtestframework.c: added --debug-log and --verbose, implemented
892         test information logging.
893
894         * testing.c: test g_test_maximized_result() and g_test_minimized_result().
895
896 Tue Nov 6 11:52:14 2007 +0100 Tim Janik
897
898         Implemented g_test_timer*().
899
900         * gtestframework.c: implemented g_test_timer*().
901
902         * tests/testing.c: added a g_test_timer*() test.
903
904 Mon Nov 5 18:28:24 2007 +0100 Tim Janik
905
906         Implemented support for testpaths.
907
908         * gtestframework.c: implemented g_test_add_vtable() and g_test_add_func().
909
910         * tests/testing.c: use g_test_add() and g_test_add_func() to majorly simplify main().
911
912 Mon Nov 5 15:56:42 2007 +0100 Tim Janik
913
914         testing.c: added tests for the g_test_rand*() API.
915
916 Mon Nov 5 15:55:38 2007 +0100 Tim Janik
917
918         Implemented g_test_rand*().
919
920         * gtestframework.h: fixed g_assert_cmp*() to evaluate arguments only once.
921         added g_assert_cmpuint(). completed g_test_rand*() to cover bits, ints,
922         doubles and ranges.
923
924         * gtestframework.c: fixed "--seed" option and implemented g_test_rand*().
925
926 Mon Nov 5 15:51:43 2007 +0100 Tim Janik
927
928         testing.c: added tests for g_assert_cmphex() and forked test traps.
929
930 Mon Nov 5 15:10:18 2007 +0100 Tim Janik
931
932         Implemented g_test_trap_fork() API.
933
934         * gtestframework.h: added g_assert_cmphex(). reworked g_test_trap*() API.
935
936         * gtestframework.c: implemented g_test_trap_fork() API.
937
938 Thu Nov 1 15:05:07 2007 +0100 Tim Janik
939
940         * glib/gtestframework.c:
941
942         that match a given test path.
943         (g_test_run_suite): run suite only if it matches the existing test paths.
944
945         * glib/tests/testing.c: minor rename.
946
947 Thu Nov 1 13:45:55 2007 +0100 Tim Janik
948
949         GTest framework started.
950
951         * glib/gtestframework.h: testing framework API as proposed on gtk-devel-list.
952         includes elaborate assertions, performance report functions, test traps,
953         test timer, test random numbers, teardoiwn garbage collection functions
954         and general test case / test suite management APIs.
955
956         * glib/gtestframework.c: first test framework implementation. already covers
957         some test suite management APIs and assertion message implementations.
958
959         * glib/tests/testing.c: test program for the testing framework.
960
961         * glib/tests/Makefile.am: complie testing.c as test. run all tests as part of
962         make test:.
963
964 Wed Oct 31 15:42:48 2007 +0100 Tim Janik
965
966         glib/Makefile.am: build tests/ subdir after building libglib.
967
968 Tue Oct 30 16:17:32 2007 +0100 Tim Janik
969
970         Fixed up internal 'g_test*' names.
971
972         * refcount/signals.c:
973         * refcount/objects.c:
974         * refcount/objects2.c:
975         * refcount/closures.c:
976         * refcount/properties.c:
977         * refcount/properties2.c: changed namespace prefix from g_test_* to my_test_*
978         to not clash with newly introduced g_test* API in glib.
979
980 Tue Oct 30 14:41:26 2007 +0100 Tim Janik
981
982         Added gtestframework.[hc] and glib/tests/.
983
984 2007-11-20  Sven Neumann  <sven@gimp.org>
985
986         * glib/gerror.c (g_error_add_prefix): use g_strconcat() instead of
987         g_strjoin() to concatenate two strings.
988
989 2007-11-19  Marco Barisione  <marco@barisione.org>
990
991         * glib/gregex.c: When the compilation of a pattern fails in the error
992         message use the character offset and not the byte offset.
993
994         * glib/gregex.c: Pass an unsigned long instead of an int to
995         pcre_fullinfo() to avoid problems on 64-bit systems (#498113, Kouhei
996         Sutou)
997
998 2007-11-19 10:30:33  Tim Janik  <timj@imendio.com>
999
1000         * configure.in: updated version number to 2.15.0 for development.
1001
1002 2007-11-18  Matthias Clasen  <mclasen@redhat.com>
1003
1004         * glib/gbase64.c: Documentation improvements.  (#496518,
1005         Stefan Schulze Frielinghaus)
1006
1007 2007-11-18  Matthias Clasen  <mclasen@redhat.com>
1008
1009         * configure.in: Check whether assembler supports numerical local
1010         labels.  
1011
1012         * glib/gatomic.c: Fix powerpc implementation of atomic ops for 
1013         platforms where the assembler doesn't support numerical local
1014         labels.  (#445362)
1015
1016 2007-11-15  Ryan Lortie  <desrt@desrt.ca>
1017
1018         * docs/reference/glib/tmpl/markup.sgml:
1019         * glib/gmarkup.h:
1020         * glib/gmarkup.c: new flag G_MARKUP_PREFIX_ERROR_POSITION to cause the
1021         parser to prepend location information (ie: "Error on line %d, char
1022         %d:") to errors generated by the GMarkupParser callbacks.
1023
1024         Closes #496046.
1025
1026 2007-11-15  Ryan Lortie  <desrt@desrt.ca>
1027
1028         * docs/reference/glib/glib-sections.txt:
1029         * glib/glib.symbols:
1030         * glib/gerror.h:
1031         * glib/gerror.c: new functions g_prefix_error and
1032         g_propagate_prefixed_error.
1033
1034 2007-11-13  Cody Russell  <bratsche@gnome.org>
1035
1036         * docs/reference/gobject/gobject-docs.sgml:
1037         * docs/reference/gobject/tut_gsignal.xml:
1038         * docs/reference/gobject/tut_gtype.xml:
1039         * docs/reference/gobject/tut_intro.xml:
1040         * docs/reference/gobject/tut_tools.xml:
1041         * docs/reference/gobject/tut_howto.xml:
1042         * docs/reference/gobject/tut_gobject.xml: Documentation fixes.
1043         Recommend macro type names such as NAUTILUS_TYPE_WINDOW (not
1044         NAUTILUS_WINDOW_TYPE).  Fixed text which erroneously stated that 
1045         superclass initializers don't run when an object is 
1046         instantiated.  Fixed numerous spelling mistakes.  Minor grammar 
1047         edits. (#490637, Adam Dingle)
1048
1049 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1050
1051         * glib/gkeyfile.c: Coding style cleanups and doc 
1052         improvements.  (#491979, #491982, Areg Beketovski)
1053
1054 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1055
1056         * glib/giochannel.c: Coding style cleanups and doc 
1057         improvements.  (#491975, Areg Beketovski)
1058
1059 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1060
1061         * glib/gmain.c (g_main_context_iteration): Improve the
1062         docs.  (#491974, Areg Beketovski)
1063
1064 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1065
1066         * glib/gdate.c: Coding style fixes.
1067
1068 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1069
1070         * configure.in: Add AM_PROG_CC_C_O.
1071
1072         * Makefile.am: Remove the install-exec-local hook and use
1073         configexecincludedir_DATA instead, in an attempt to avoid
1074         automake 1.9 <> 1.10 incompatibilities.
1075
1076         * glib/Makefile.am: Rename MIRRORING_TAB_SOURCES, since
1077         automake 1.10 complains.
1078
1079 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1080
1081         * glib/gspawn.c (g_spawn_sync): Improve the docs.  (#491968,
1082         Areg Beketovski)
1083
1084 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1085
1086         * glib/gmain.c (g_main_context_release): 
1087         (g_main_context_acquire):
1088         (g_main_context_new): Fix the doc wording.  (#491957, 
1089         #491965, #491966, Areg Beketovski)
1090
1091 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1092
1093         * glib/gutils.c (g_set_application_name): Add a missing
1094         since tag.  (#464259, Mark Doliner)
1095
1096 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1097
1098         * glib/goption.c (g_option_context_new): Improve the docs.
1099         (#436293, Vincent Untz)
1100
1101 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1102
1103         * glib/gmain.c (g_main_loop_quit): Expand the docs 
1104         a bit.  (#317775, Søren Sandmann)
1105
1106 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1107         
1108         * autogen.sh: Accept automake 1.10, too
1109
1110         * mkinstalldirs: Temporarily add this script, to fix building
1111         from svn.
1112
1113         * Makefile.am: Use MKDIRS_P instead of mkinstalldirs, add
1114         ChangeLog.pre-2-14 and mkinstalldirs to EXTRA_DIST.
1115
1116 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1117
1118         * glib/gmarkup.h: Include gslist.h. Pointed out by Michael Natterer.
1119
1120 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1121
1122         * glib/gconvert.c (g_convert_with_iconv): Try harder to reset
1123         shift state with AIX iconv().  (#467537)
1124
1125 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1126
1127         * configure.in:
1128         * m4macros/glib-2.0.m4: Require pkg-config 0.16 in configure
1129         and in AM_PATH_GLIB_2_0 to be consistent with the use of
1130         PKG_PROG_PKG_CONFIG which was introduced in 0.16.  (#418778,
1131         Loïc Minier)
1132
1133 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1134
1135         * glib/gstrfuncs.c (g_parse_long_long): Don't leave
1136         out parameters uninitialized.  (#490061, Benjamin Otte)
1137
1138 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1139
1140         * glib/gmain.c (g_main_context_unref): Don't leak the
1141         condvar.  (#479724, Areg Beketovski)
1142
1143 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1144
1145         * glib/glib.symbols:
1146         * glib/gmarkup.[hc] (g_markup_parse_context_get_element_stack): 
1147         New function, to get the stack of open elements.  (#452887,
1148         Ryan Lortie)
1149
1150 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1151
1152         * glib/gkeyfile.[hc]: Make some functions that take
1153         a GError return boolean instead of void.  (#375651, Matt Barnes)
1154
1155 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1156         
1157         * autogen.sh: Use automake 1.9
1158
1159         * acinclude.m4:
1160         * configure.in: Move some inter-*.m4 includes from
1161         configure.in to acinclude.m4 to avoid warnings when
1162         using automake 1.9.  (#449937)
1163
1164 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1165
1166         === Branch for 2.14 ===