1 2008-01-16 Dan Winship <danw@gnome.org>
3 * glib/gchecksum.c (md5_sum_update): Fix another bug (which
4 doesn't affect the results, but may cause it to read bad memory).
6 2008-01-15 Alexander Larsson <alexl@redhat.com>
9 Clarify docs for g_uri_unescape_string() (#508773)
11 2008-01-14 Dan Winship <danw@gnome.org>
13 * m4macros/glib-2.0.m4: Support gio in AM_PATH_GLIB_2_0 (#509465)
15 2008-01-15 Dan Winship <danw@gnome.org>
17 * glib/gchecksum.c (md5_sum_update): fix this; the previous code
18 gave the wrong md5sum when called in certain ways with buffers
20 (g_checksum_update): remove the unnecessary "length > 1"
23 * tests/checksum-test.c: Rewrite this to be much more exhaustive
24 (and in particular to test the md5_sum_update bugfix).
26 2008-01-14 Matthias Clasen <mclasen@redhat.com>
28 * configure.in: Bump version
30 * === Released 2.15.2 ===
34 2008-01-14 Alexander Larsson <alexl@redhat.com>
37 Clarify docs for g_uri_escape_string (#508773)
39 2008-01-12 Andre Klapper <a9016009@gmx.de>
41 * configure.in: ALL_LINGUAS: remove line breaks from previous
42 commit to get damned-lies stats correct again. Add Sinhala (si).
44 2008-01-11 Matthias Clasen <mclasen@redhat.com>
46 * glib/gtestutils.c: Fix a docs typo
48 2008-01-11 12:55:19 Tim Janik <timj@imendio.com>
50 * tests/testingbase64.c: added g_base64_encode()/g_base64_decode()
51 test case by Asbjoern Pettersen. fixed up coding style.
53 2008-01-11 09:00:28 Tim Janik <timj@imendio.com>
55 * glib/Makefile.am (install-exec-hook): use mv/sed/rm on a temporary
56 file instead of "sed -i" which is not portable enough.
58 2008-01-08 Alexander Larsson <alexl@redhat.com>
61 Add gio/gio.h include to check for c++ problems.
63 2008-01-07 Matthias Clasen <mclasen@redhat.com>
65 * configure.in: Bump version
67 * === Released 2.15.1 ===
69 2008-01-07 Alexander Larsson <alexl@redhat.com>
72 Add gio/test/Makefile to AC_CONFIG_FILES
74 2008-01-07 Matthias Clasen <mclasen@redhat.com>
78 2008-01-06 Matthias Clasen <mclasen@redhat.com>
80 * glib/gregex.c: Add a translator comment (#503051,
83 2008-01-06 Matthias Clasen <mclasen@redhat.com>
85 * glib/gutils.h: Cope with gcc 4.3 changed 'extern inline'
86 semantics. (#315437, patch by Loïc Minier)
88 2008-01-06 Matthias Clasen <mclasen@redhat.com>
90 * glib/gspawn.c (fdwalk): Don't set open_max to
91 RLIM_INFINITY. (#495589, Tommi Komulainen)
93 2008-01-06 Matthias Clasen <mclasen@redhat.com>
95 * README.in, INSTALL.in: Document new dependencies.
97 2008-01-06 Matthias Clasen <mclasen@redhat.com>
99 * gio-2.0.pc.in, gio-2.0-uninstalled.pc.in: Require glib-2.0
102 2008-01-04 Mathias Hasselmann <mathias@openismus.com>
104 Resolve 64 bit-shift bug in g_markup_collect_attributes.
105 Spotted by Lieven van der Heide.
107 * glib/gmarkup.c: Use G_GUINT64_CONSTANT in bit-shift.
109 2008-01-02 Alvaro Lopez Ortega <alvaro@sun.com>
111 * gio/gunixmount.c (g_unix_mount_unmount, g_unix_mount_eject):
112 These void functions were trying to return a value. It was causing
113 the compilation to fail.
115 2008-01-02 Alvaro Lopez Ortega <alvaro@sun.com>
117 * glib/ghash.c (g_hash_table_replace, g_hash_table_insert): These
118 functions prototype defines its output as void, and therefore they
119 should not return any value. This patch fixes a compilation error:
120 the "return" clauses were incompatible with the functions prototype.
122 2007-12-31 Matthias Clasen <mclasen@redhat.com>
124 * glib/gslice.c: Remove C99 comments
126 2007-12-24 Matthias Clasen <mclasen@redhat.com>
129 * glib/glib.symbols: Mark assertion functions as G_GNUC_NORETURN.
130 (#506461, Sebastian Dröge)
132 2007-12-24 Matthias Clasen <mclasen@redhat.com>
134 * glib/gtestutils.c: Include sys/time.h. (#505258)
136 2007-12-22 Mathias Hasselmann <mathias@openismus.com>
138 Do not show empty groups in --help output. Initial patch from Yevgen
141 * glib/goption.c: Do not show empty groups in --help output.
142 * glib/tests/Makefile.am: Add option-context.c
143 * glib/tests/option-context.c: Test skipping of empty groups.
145 2007-12-22 Matthias Clasen <mclasen@redhat.com>
147 * glib/gkeyfile.c: Remove wrong documentation about start group
148 handling. (#476856, Areg Beketovski)
150 2007-12-21 18:02:30 Tim Janik <timj@imendio.com>
152 * glib/Makefile.am: use "sed -i.bak <CMD> <FILE> && rm -f <FILE>.bak"
153 syntax for install-exec-hook, which seems to be the only "sed -i"
154 variant that is portable across linux and MacOS.
156 2007-12-21 Matthias Clasen <mclasne@redhat.com>
158 * glib/gtestutils.h: Bring up to GLib coding standards: remove
159 C99 comments, trailing commas in enumerations and extra ; after
160 G_BEGIN/END_DECLS. Among other things, this makes xulrunner build
163 * glib/gtester.c: More of the same
165 2007-12-09 Hans Breuer <hans@breuer.org>
167 * tests/gio-ls.c : adapt to recent api changes
168 * tests/testglib.c : variable declaration at the beginning of a block
170 (Lieven van der Heide, #503602)
171 * win32-fixup.pl : process *.rc.in as well; substitute
173 * glib/makefile.msc.in : alphabetic sorting of OBJECTS
175 2007-12-20 Matthias Clasen <mclasen@redhat.com>
177 * configure.in: Bump version
179 * === Released 2.15.0 ===
183 * glib/Makefile.am: Fix make dist
185 2007-12-20 16:34:04 Tim Janik <timj@imendio.com>
187 * glib/gtester-report: commented class definitions. moved HTML character
188 escaping out of javascript. fixed string->bool conversions. added performance
189 results to test case "Details" window.
191 2007-12-20 Matthias Clasen <mclasen@redhat.com>
193 * glib/gchecksum.[hc] (g_checksum_new): Return NULL when
194 the checksum_type is unknown. (#501853)
196 2007-12-20 Christian Persch <chpe@gnome.org>
198 * glib/gchecksum.c (g_checksum_new): Use g_slice_new0, to fix
199 "conditional jump or move depends on uninitialised value(s)" error
200 from valgrind. Bug #504527.
202 2007-12-20 15:17:04 Tim Janik <timj@imendio.com>
204 * Makefile.decl: generate HTML reports for test-report perf-report full-report.
206 2007-12-20 15:03:51 Tim Janik <timj@imendio.com>
208 * glib/gtester-report: new python script that generates an HTML
209 unit test report from the XML files generated by gtester.
211 * glib/Makefile.am: install gtester-report in $bindir and configure
212 it upon installation (version number and python shebang).
214 2007-12-19 Matthias Clasen <mclasen@redhat.com>
216 * glib/glib.symbols: Add g_async_queue_new_full
218 2007-12-19 20:30:18 Tim Janik <timj@imendio.com>
220 * glib/gtestutils.c: capture g_log() messages and send to gtester.
221 also, send assertion messages to gtester.
223 * glib/gtester.c: add error messages to output log file.
224 force child poll loop to abort if waitpid() signaled child exit,
225 eventhough the child's report file descriptor wasn't closed.
227 2007-12-19 Christian Persch <chpe@gnome.org>
229 * glib/gchecksum.c: (g_checksum_type_get_length),
230 (g_checksum_get_digest):
233 * tests/checksum-test.c: (test_checksum): Add
234 g_checksum_type_get_length, and change g_checksum_get_digest to use a
235 provided buffer instead of returning allocated memory. Bug #501853.
237 2007-12-19 Emmanuele Bassi <ebassi@gnome.org>
239 * glib/gtimer.c (g_time_val_from_iso8601): Fix the date validation
242 * tests/testglib.c (various_string_tests): Add an invalid date
243 for testing the above fix.
245 2007-12-19 Alexander Larsson <alexl@redhat.com>
247 * glib/gfileutils.[ch]:
249 Rename g_format_file_size_for_display to g_format_size_for_display.
251 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
253 * docs/reference/glib/glib-sections.txt:
254 * glib/gasyncqueue.c: (g_async_queue_new), (g_async_queue_new_full),
255 (g_async_queue_unref):
256 * glib/gasyncqueue.h: add g_async_queue_new_full() which takes a
257 GDestroyNotify function to free any remaining queue items when the
258 queue is destroyed after the final atomic unref (#367550).
260 2007-12-18 13:45:23 Tim Janik <timj@imendio.com>
262 * glib/gtestutils.[hc]: added g_test_trap_assert_stdout_unmatched() and
263 g_test_trap_assert_stderr_unmatched(), based on a suggestion by Mathias
264 Hasselmann. reworked g_test_trap_assertions() to use flags to encode
265 assertion semantics, fixes #504227.
267 2007-12-16 Mathias Hasselmann <mathias@openismus.com>
270 Allow NULL strings in g_parse_debug_string. (#503862, Matthew Barnes)
272 2007-12-14 Matthias Clasen <mclasen@redhat.com>
275 * glib/ghash.[hc]: Add hash table iterators. (#500507,
278 * tests/hash-test.c: Test iterators.
280 2007-12-13 Mathias Hasselmann <mathias@openismus.com>
282 Give exmples in error message unsupported case-changing escape
285 * glib/gregex.c: Add examples to error message for PCRE-ERR37.
287 2007-12-13 Bastien Nocera <hadess@hadess.net>
289 * glib/gtimer.c: (g_time_val_from_iso8601):
290 Don't try to parse dates that start with anything but a
291 digit, a plus or a minus sign, as those can't be valid
292 ISO8601 dates (Closes: #503029)
294 2007-12-13 Matthias Clasen <mclasen@redhat.com>
296 * glib/gkeyfile.c (g_key_file_clear): Free group_hash.
297 (#503420, Christian Persch)
299 2007-12-12 16:06:11 Tim Janik <timj@imendio.com>
301 * tests/testglib.c: split up tests and reworked code to use
302 the new test framework.
304 * tests/Makefile.am: added testglib to TEST_PROGS.
306 2007-12-11 Rahul Bhalerao <b.rahul.pm@gmail.com>
308 * configure.in: Added entry for Marathi Translations
310 2007-12-10 Matthias Clasen <mclasen@redhat.com>
312 * glib/glib.h: Include gurifuncs.h
314 2007-12-10 Benjamin Otte <otte@gnome.org>
316 * glib/garray.h: use an intermediate cast to void * in g_array_index()
317 to not trigger cast alignment warnings, fixes #502927.
319 2007-12-10 15:08:59 Tim Janik <timj@imendio.com>
321 * let g_warn_if_fail replace g_assert as discussed here:
322 http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html
324 * fix bug #502498: Test framework assertion failures should follow
327 * gmessages.h, gmessages.c: deprecated g_assert_warning() which is
328 unused now. removed g_assert*() definitions whcih are provided by
329 gtestutils.h now. added g_warn_if_reached() and g_warn_if_fail()
330 which are recommended as g_assert/g_assert_not_reached replacements
331 for non-test programs.
332 added g_warn_message() to implement g_warn_*() macros.
333 use emacs-next-error friendly formatting for file:line: for warnings.
335 * gtestutils.h, gtestutils.c: use emacs-next-error friendly formatting.
336 implement g_assert_not_reached() with g_assertion_message() and
337 g_assert() in terms of g_assertion_message_expr() so we'll be able to
338 provide assertion messages in test logs.
340 * gkeyfile.c, gbookmarkfile.c: changed g_assert*() to g_warn_if_fail()
341 or g_return_if_fail() where suitable.
343 * gio/: changed g_assert to g_warn_if_fail.
345 2007-12-10 13:02:08 Tim Janik <timj@imendio.com>
347 * glib/gtestutils.c (g_assertion_message_cmpnum): applied patch by Tommi
348 Komulainen to fix int64 printouts, fixes #502511.
350 2007-12-10 Matthias Clasen <mclasen@redhat.com>
353 * glib/gstrfuncs.c (g_dpgettext): Change prototype to take
354 msgctxtid + offset instead of two strings, to avoid duplication
355 of string constants if the compiler/linker don't perform constant
356 suffix merging. (#502590, Christian Persch)
359 * glib/gi18n-lib.h: Adapt the definitions of C_() and Q_().
361 2007-12-09 Hans Breuer <hans@breuer.org>
363 * tests/gio-ls.c : (new file) a test program emulating some of 'ls'
364 * tests/makefile.msc.in : build it (currently on win32)
366 * **/makefile.msc glib/makefile.msc.in : removed -GD to compile
367 with msvc9 (vs2008) with less complains
369 * glibconfig.h.win32.in : #define G_HAVE_ISO_VARARGS 1 for
370 msv8 (vs2005) and above
372 * glib/gfileutils.c : s/stricmp/_stricmp/
373 * msvc_recommended_pragmas.h : work around Microsoft's premature
374 attempt to deprecate the C-Library
376 * tests/makefile.msc.in : added checksum-test
378 2007-12-08 Christian Persch <chpe@gnome.org>
380 * gio/glocalfileinfo.c: (get_thumbnail_attributes): Add forgotten
381 #ifdef G_OS_WIN32 to fix the build on linux.
383 2007-12-08 Hans Breuer <hans@breuer.org>
385 * glib/makefile.msc.in : build gchecksum.obj
387 2007-12-06 Mathias Hasselmann <mathias@openismus.com>
389 * glib/ghash.c: Call destroy notify when destroying
390 the hash table in g_hash_table_unref.
392 2007-12-06 13:29:00 Tim Janik <timj@imendio.com>
394 * glib/gtester.c (child_report_cb): detect non-blocking fd EOF
395 by read()==0 following poll(), needed on MacOS.
397 2007-12-06 Mathias Hasselmann <mathias@openismus.com>
399 * glib/gunidecomp.c: Mention g_utf8_normalize()
400 returns NULL on invalid string. (#501997)
402 2007-12-06 Mathias Hasselmann <mathias@openismus.com>
404 * glib/gerror.c: Improve wording for g_propagate_error docs.
406 2007-12-06 09:27:42 Tim Janik <timj@imendio.com>
408 * tests/scannerapi.c: added new scanner test from #501654, by
409 Patrick Hulin with various modifications.
410 reworked coding style, adapted to new testing framework, fixed
411 token parser test and use a forked sub process to test
412 g_scanner_error() output messages.
414 2007-12-05 17:58:18 Tim Janik <timj@imendio.com>
416 * glib/gtester.c: added -m=thorough support to gtester.
418 2007-12-05 17:21:05 Tim Janik <timj@imendio.com>
420 * glib/glib/gtestutils.c: print out random seed for verbose tests,
421 also adapted test result reporting slightly in verbose mode to allow
422 custom debugging output. support "thorough" as test mode alis for "slow".
424 * glib/glib/gtestutils.h: added g_test_thorough().
426 * glib/glib/gtester.c: print out the last random seed when tests fail.
427 added result attribute to test case status logging to easily spot
428 failing tests in log files. disabled debugging output when skipping tests.
430 2007-12-05 11:43:22 Tim Janik <timj@imendio.com>
432 * glib/gtestutils.[hc]: added g_test_add_data_func() to pass data
433 into tests. allow data arguments for fixture tests.
435 * glib/gtestutils.c: fixed fatal log flag setup, so tests really abort
436 upon criticals/warnings/errors.
438 * glib/tests/testing.c: test test_data arguments.
440 * glib/gtester.c: some prototype fixups.
442 2007-12-05 Tor Lillqvist <tml@novell.com>
444 * glib/win_iconv.c: Add "shift-jis" as an alternative spelling of
447 2007-12-05 Ryan Lortie <desrt@desrt.ca>
449 * autogen.sh: for the benefit of git users, checkout build/ if it is
451 * .gitignore: but after that, ignore it.
453 2007-12-05 Ryan Lortie <desrt@desrt.ca>
455 * glib/ghash.c: ungtk-docify some comments for internal functions
457 2007-12-04 Emmanuele Bassi <ebassi@gnome.org>
459 * gio/glocalfileinfo.c: Replace the copy-and-paste MD5 digest
460 generation with GChecksum.
462 2007-12-04 Emmanuele Bassi <ebassi@gnome.org>
464 * glib/gchecksum.[ch]: Add GChecksum, a generic wrapper around
465 various hashing algorithms. At the moment, the MD5, SHA-1 and
466 SHA-256 algorithms are supported. (#443648)
470 * glib/glib.symbols: Build glue for GChecksum
473 * tests/checksum-test.c: Add test suite for GChecksum.
475 2007-12-03 Ryan Lortie <desrt@desrt.ca>
477 * glib/ghash.c: no code changes; add comments to document the internal
480 2007-12-03 Ryan Lortie <desrt@desrt.ca>
482 * glib/ghash.c: no code changes; reorder functions to remove the need
483 for forward declarations.
485 2007-12-03 Ryan Lortie <desrt@desrt.ca>
487 * glib/ghash.c (g_hash_table_lookup_node,
488 g_hash_table_lookup_extended, g_hash_table_insert_internal,
489 g_hash_node_new): improve clarity in some functions
491 2007-12-03 Ryan Lortie <desrt@desrt.ca>
493 * glib/ghash.c: rename 'node' to 'node_ptr' where appropriate
495 2007-12-03 Ryan Lortie <desrt@desrt.ca>
497 * glib/ghash.c: convert G_HASH_TABLE_RESIZE() macro to inline function
499 2007-12-03 Ryan Lortie <desrt@desrt.ca>
501 * glib/glib.symbols (glib_gettext): remove stray (duplicate) entry
502 from file to fix the build
504 2007-12-03 Behdad Esfahbod <behdad@gnome.org>
506 * glib/gnulib/Makefile.am: Fix EXTRA_DIST automake warnings. (#501107)
508 2007-12-03 Hans Breuer <hans@breuer.org>
510 * glib/glib.symbols : added glib_gettext (in use by gio)
511 * makefile.msc : also try building gio
513 * glib/gmarkup.c : use G_GUINT64_CONSTANT() to avoid
514 'bad suffix on number'
515 * glib/gtestutils.c : declare cariable at the beginning of the block,
516 include <io.h> for G_OS_WIN32
517 * makefile.msc.in : add gurifuncs and gtestutils
519 2007-12-03 Ryan Lortie <desrt@desrt.ca>
521 * glib/ghash.c: create a common function for the many places where all
522 nodes in the table are removed (remove_all, steal_all, destroy, unref,
525 2007-12-03 Ryan Lortie <desrt@desrt.ca>
527 * tests/hash-test.c (second_hash_test): fix memory leak, add a few
530 2007-12-03 Matthias Clasen <mclasen@redhat.com>
532 * glib/gkeyfile.c: Don't call g_get_language_names() per-key.
533 (#500638, Michael Meeks)
535 2007-12-03 Marco Barisione <marco@barisione.org>
538 * glib/gregex.h: Add new error codes for when compilation fails and
539 make compilation error translatable. (#482313, Morten Welinder)
541 2007-12-03 Matthias Clasen <mclasen@redhat.com>
543 * glib/gkeyfile.c: Add a hash table to speed up group lookups,
544 which GKeyFile does quite a lot.
546 2007-12-03 Alexander Larsson <alexl@redhat.com>
549 Add xattr checks for OSX style API (#500506)
551 2007-12-03 Ryan Lortie <desrt@desrt.ca>
553 * glib/ghash.c: merge more common code into functions. Vastly
554 simplify loop logic in g_hash_table_foreach_remove_or_steal().
556 2007-12-01 Behdad Esfahbod <behdad@gnome.org>
558 * Makefile.am: Don't descend into build/. (#500875)
560 2007-11-28 Matthias Clasen <mclasen@redhat.com>
564 * glib/gerror.c: Add Since: tags to new API, other doc improvements.
566 2007-11-28 Matthias Clasen <mclasen@redhat.com>
568 * glib/gurifuncs.c: Some doc cleanups
570 2007-11-28 Matthias Clasen <mclasen@redhat.com>
572 * glib/gtestutils.c: Fix up some doc comments, avoid C99 comments
574 * glib/gconvert.c: De-doc-commentify static functions to
577 * glib/gutils.c: Fix the glib_gettext doc comment.
579 2007-11-28 Tor Lillqvist <tml@novell.com>
581 * config.h.win32.in: Update to match what configure produces.
583 2007-11-28 Alexander Larsson <alexl@redhat.com>
585 * glib/gstring.c (g_string_append_uri_escaped):
586 Move this function before g_string_append_c so that
587 we avoid the plt call due to the undefinf of g_string_append_c
589 2007-11-28 Emmanuele Bassi <ebassi@gnome.org>
591 * gio/Makefile.am: Remove makegioalias.pl from the marshal files
592 and avoid it being cleaned up when running make clean.
594 2007-11-28 Alexander Larsson <alexl@redhat.com>
597 Add in the new symbols
600 Use the aliases framework
604 Make the alias stuff work now that glib_gettext
605 is exported to libgio.
607 2007-11-27 Ryan Lortie <desrt@desrt.ca>
609 * glib/ghash.c (g_hash_table_insert, g_hash_table_replace,
610 g_hash_table_insert_internal): insert/replace were identical except
611 for a single line. Replace both with a common function.
613 2007-11-27 Alexander Larsson <alexl@redhat.com>
616 * gio/gurifuncs.[ch]:
619 * glib/gurifuncs.[ch]:
620 Moved gurifuncs from gio to glib
622 2007-11-27 Alexander Larsson <alexl@redhat.com>
624 * gio/gfileinfo.[ch]:
625 * glib/gfileutils.[ch]:
626 Move g_format_file_size_for_display from gio to glib
628 2007-11-27 Alexander Larsson <alexl@redhat.com>
631 Allow configuration of gio-module-dir
634 Export giomodules location as giomodule variable
636 2007-11-26 Matthias Clasen <mclasen@redhat.com>
638 * tests/markup-collect.c: Add some tests for invalid booleans
640 2007-11-26 Ryan Lortie <desrt@desrt.ca>
642 Add new function g_markup_collect_attributes (bug #496847).
644 * glib/glib.symbols: add g_markup_collect_attributes
646 * docs/reference/glib/glib-sections.txt:
648 * glib/gmarkup.c: add g_markup_collect_attributes and new enumerated
649 type GMarkupCollectType. Add new error code
650 G_MARKUP_ERROR_MISSING_ATTRIBUTE that is thrown by the attribute
653 2007-11-27 Tor Lillqvist <tml@novell.com>
655 * glib/win_iconv.c: Some improvements, being upstreamed.
656 (must_use_null_useddefaultchar): New function, checks for those
657 codepages for which one must pass a NULL lpUsedDefaultChar pointer
658 to WideCharToMultiByte().
659 (kernel_wctomb): Use it.
660 (kernel_wctomb): Return with E2BIG immediately if bufsize is zero.
662 2007-11-27 Tor Lillqvist <tml@novell.com>
664 * glib/gutils.c (_glib_get_locale_dir) [Win32]: Use either
665 lib/locale or share/locale depending on which one is in
666 GLIB_LOCALE_DIR. When the configury recognizes GNU gettext (based
667 on the _nl_msg_cat_cntr variable, eek), share/locale gets used.
669 * glib-zip.in: Likewise, look for message catalogs either in
670 lib/locale or share/locale.
672 2007-11-26 Matthias Clasen <mclasen@redhat.com>
674 * gio/gfileattribute.c: Fix up a doc comment.
676 2007-11-26 Alexander Larsson <alexl@redhat.com>
680 * gio-2.0-uninstalled.pc.in:
682 * gio-unix-2.0-uninstalled.pc.in:
683 * gio-unix-2.0.pc.in:
686 Merged gio-standalone into glib.
690 Export glib_gettext so that gio can use it
691 Add P_ (using same domain for now)
692 Add I_ as g_intern_static_string
694 2007-11-26 Tor Lillqvist <tml@novell.com>
696 * glib/win_iconv.c: ISO8859-1 is CP28591, not CP1252.
698 2007-11-26 Tor Lillqvist <tml@novell.com>
700 Implement #491549: On Windows, always use the native API for
701 character set conversions instead of GNU libiconv. Almost all
702 codesets supported by GNU libiconv exist as Windows codepages.
703 One missing feature is the "C99" and "JAVA" pseudo codesets, but I
704 doubt that is worth worrying about.
706 * glib/win_iconv.c: New file. iconv() implementation for
707 Windows. Placed in the public domain by Yukihiro Nakadaira
708 <yukihiro.nakadaira@gmail.com>. From
709 http://yukihiro.nakadaira.googlepages.com/win_iconv.zip, his
712 * glib/gconvert.c: Include win_iconv.c on Windows.
714 * glib/Makefile.am: Add win_iconv.c to EXTRA_DIST.
716 * configure.in: Bypass iconv checks on Windows.
718 2007-11-25 Tor Lillqvist <tml@novell.com>
720 * glib/gtestutils.c: Add conditionals for non-Unix. Just g_error()
721 unless G_OS_UNIX for now.
723 2007-11-25 Matthias Clasen <mclasen@redhat.com>
725 * configure.in: Require gtk-doc 1.8.
727 * glib/gasyncqueue.c:
734 * glib/gutils.c: Use gtk-doc abbreviations for
735 examples in doc comments.
737 2007-11-24 Matthias Clasen <mclasen@redhat.com>
739 * */Makefile.am: Replace INCLUDES by AM_CPPFLAGS, other
742 2007-11-24 Matthias Clasen <mclasen@redhat.com>
744 * tests/base64-test.c: Fix a memory overrun.
746 2007-11-24 Matthias Clasen <mclasen@redhat.com>
748 * glib/gutils.c: Remove leftover ENABLE_NLS #ifdefs.
750 2007-11-23 Matthias Clasen <mclasen@redhat.com>
752 * glib/gbase64.c (g_base64_encode): Don't refuse to encode
753 a single byte. (Milan Crha)
755 * tests/base64-test.c: Test encoding short strings.
757 2007-11-23 Matthias Clasen <mclasen@redhat.com>
760 * glib/gi18n.h: Define a two-argument macro C_() for marking
761 translatable strings with context and implement C_() and Q_()
762 using g_dpgettext(). (#142676, Morten Welinder)
765 * glib/gstrfuncs.[hc]: Implement g_dpgettext().
767 2007-11-23 Matthias Clasen <mclasen@redhat.com>
769 * glib/goption.c: Use g_print to print out --help text in
770 locale encoding. (#469551, Takao Fujiwara)
772 2007-11-22 Matthias Clasen <mclasen@redhat.com>
774 * glib/gkeyfile.c: Set length out param in list-returning functions
775 to 0 when returning NULL. (#498728, Christian Persch)
777 2007-11-21 21:06:47 Tim Janik <timj@imendio.com>
779 * Makefile.decl: initialize automake variables EXTRA_DIST and
780 TEST_PROGS for unconditional appending via += in other makefiles.
781 define recursive test targets: test, test-report, perf-report,
782 full-report, as described here:
783 http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html
786 * build/win32/vs8/Makefile.am, build/win32/dirent/Makefile.am:
787 * build/win32/Makefile.am, build/Makefile.am:
788 * docs/Makefile.am, docs/reference/Makefile.am:
789 * docs/reference/glib/Makefile.am, docs/reference/gobject/Makefile.am:
790 * gmodule/Makefile.am, tests/Makefile.am:
791 * tests/refcount/Makefile.am, tests/gobject/Makefile.am:
792 * glib/update-pcre/Makefile.am, glib/libcharset/Makefile.am:
793 * glib/tests/Makefile.am, glib/pcre/Makefile.am:
794 * glib/gnulib/Makefile.am, gobject/Makefile.am, m4macros/Makefile.am:
795 * gthread/Makefile.am, glib/Makefile.am:
796 include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
798 * glib/tests/Makefile.am: removed example testing rules.
800 * glib/tests/testing.c: conditionalized performance and slow tests.
803 * glib/gtestutils.c: work around g_test_config_vars not changing its
804 exported value after value assignments, aparently due to symbol aliases.
806 * glib/gtester.c: fixed off-by-one error which produced junk in logs.
808 * configure.in: check for python >= 2.4 and provide $PYTHON for scripts.
810 Tue Nov 20 15:59:55 2007 +0100 Tim Janik
812 Renamed gtestframework to gtestutils.
815 * glib/Makefile.am: added gtestutils.h to public includes.
817 * glib/gtestutils.c: include gtestutils.h.
821 * glib/tests/testing.c: renamed gtestframework to gtestutils.
823 * glib/gtestframework.h: renamed to gtestutils.h.
825 * glib/gtestframework.c: renamed to gtestutils.c.
827 Tue Nov 20 15:29:34 2007 +0100 Tim Janik
829 glib/gtestframework.c: g_test_init(): make warnings and criticals fatal for all test programs.
831 Wed Nov 14 20:35:05 2007 +0100 Tim Janik
833 gtestframework.c: added test API documentation by Sven Herzberg and Tim Janik.
835 Wed Nov 14 19:10:28 2007 +0100 Tim Janik
837 gtestframework.[hc]: implemented g_test_queue_destroy() and g_test_queue_unref().
839 Fri Nov 9 12:28:52 2007 +0100 Tim Janik
841 Added g_test_bug() and related API.
843 * gtester.c: handle G_TEST_LOG_MESSAGE and test test message API.
845 * gtestframework.h, gtestframework.c: added test message API and convenience
846 API to send test messages about bug URLs.
848 Fri Nov 9 11:35:11 2007 +0100 Tim Janik
850 Added API to access test framework configuration.
852 * gtestframework.h, gtestframework.c: export testing configuration to test
853 programs with g_test_quick(), g_test_perf(), g_test_verbose(), g_test_quiet().
855 Thu Nov 8 17:55:09 2007 +0100 Tim Janik
857 gtester: implemented logic to handle failing tests, self tests, and validate XML reports.
859 * gtester.c: terminate when tests failed. keep XML valid when test cases fail.
860 restart test binaries when tests fail, resuming after the last processed test.
861 support --gtester-selftest to run gtester itself as test program.
862 support --test-arg=<arg> to pass args along to test programs. added
863 main_selftest() which does a simplistic fixture test. fail if exit
864 code of test programs is not 0.
866 * gtestframework.h: added G_TEST_LOG_SKIP_CASE test log message type.
868 * gtestframework.c: support --GTestSkipCount=<n> to skip a number of tests.
870 * tests/Makefile.am: added test-report: for demonstration purposes.
871 added gtester-xmllint-check: and hooked it up into check:, this rule calls
872 gtester as test program, running it's selftest, and then uses xmllint to
873 validate the generate XML test log file.
875 Thu Nov 8 14:51:37 2007 +0100 Tim Janik
877 gtester: implemented XML logging.
879 * glib/gtester.c: log test messages to XML output file. beautified normal test
882 * glib/gtestframework.c: fixed GTimer leak.
884 * glib/tests/Makefile.am: start gtester with --verbose.
886 Thu Nov 8 12:33:31 2007 +0100 Tim Janik
888 tests/Makefile.am: execute test programs with gtester, add test: to check:
890 Thu Nov 8 12:18:51 2007 +0100 Tim Janik
892 Fixed PLT symbol exports for gtestframework.h.
894 * glib/glib.symbols: added all exported gtestframework.h symbols.
896 * glib/gtestframework.c: include galias.h, galiasdef.c, define __G_TESTFRAMEWORK_C__.
898 Thu Nov 8 11:31:12 2007 +0100 Tim Janik
900 glib/gtester.c: fixed debugging flag.
902 Wed Nov 7 17:56:26 2007 +0100 Tim Janik
904 fixed bogus unistd.h include.
906 Wed Nov 7 17:53:30 2007 +0100 Tim Janik
908 Implemented test log IPC.
910 * gtester.c: read and decode log messages from test binary child processes.
911 fixed GIOChannel and child watch handling to process all messages and avoid
912 hangs. pass --verbose and --quiet on to children, default to --quiet.
914 * gtestframework.h: export g_test_log_type_name().
916 * gtestframework.c: send test log to --GTestLogFD=<fd> if given, removed
919 Tue Nov 6 20:07:44 2007 +0100 Tim Janik
921 gtester.c: support test case listing through gtester.
923 Tue Nov 6 20:01:06 2007 +0100 Tim Janik
925 gtestframework.c: fixed testpath matches for automatic root suite.
927 Tue Nov 6 19:50:33 2007 +0100 Tim Janik
929 gtester.c: adapted to become a rudimentary test binary launcher.
931 * gtester.c: increased read buffer size to match common unix pipe buffer size.
932 added argument parsing and usage. changed io handling to capture and replicate
933 stdout. fixed io handlers to be cleaned up when the child process exits (catch
934 G_IO_ERR | G_IO_HUP). we now use pending/iteration instead of a main loop
935 structure, to keep running until the child process exits and all io has been
936 processed. launch the test binaries given on the command line. don't quit when
937 a child couldn't be launched but --keep-going was specified.
939 Tue Nov 6 17:11:37 2007 +0100 Tim Janik
941 Integrated gtester program into build process.
943 * Makefile.am: build and install gtester binary.
945 * gtester.c: fixed up coding style and removed hard wired test coded.
947 Tue Nov 6 16:12:32 2007 +0100 Sven Herzberg
949 glib/gtester.c:Small -Wall fix
951 Tue Nov 6 16:05:06 2007 +0100 Sven Herzberg
953 glib/gtester.c:Implemented nonblocking reading properly now
955 Mon Nov 5 13:53:23 2007 +0100 Sven Herzberg
957 glib/gtester.c:Quit the application when the output is parsed completely, not just the process finished
959 Mon Nov 5 12:00:16 2007 +0100 Sven Herzberg
961 glib/gtester.c:Read the output of the child process
963 Mon Nov 5 11:50:59 2007 +0100 Sven Herzberg
965 glib/gtester.c:Use g_spawn_async_with_pipes()
967 Mon Nov 5 11:50:08 2007 +0100 Sven Herzberg
969 glib/gtester.c:Spawn a process async and quit gtester after the child process exited
971 Mon Nov 5 11:30:45 2007 +0100 Sven Herzberg
973 glib/gtester.c:Added a first revision of gtester
975 Tue Nov 6 16:47:06 2007 +0100 Tim Janik
977 Implemented test log serialization.
979 * glib/gtestframework.h: added g_test_log*() API.
981 * glib/gtestframework.c: implement test log serialization.
983 Tue Nov 6 14:24:54 2007 +0100 Tim Janik
985 Implemented test logging basics.
987 * glib/gtestframework.c: added --debug-log and --verbose, implemented
988 test information logging.
990 * testing.c: test g_test_maximized_result() and g_test_minimized_result().
992 Tue Nov 6 11:52:14 2007 +0100 Tim Janik
994 Implemented g_test_timer*().
996 * gtestframework.c: implemented g_test_timer*().
998 * tests/testing.c: added a g_test_timer*() test.
1000 Mon Nov 5 18:28:24 2007 +0100 Tim Janik
1002 Implemented support for testpaths.
1004 * gtestframework.c: implemented g_test_add_vtable() and g_test_add_func().
1006 * tests/testing.c: use g_test_add() and g_test_add_func() to majorly simplify main().
1008 Mon Nov 5 15:56:42 2007 +0100 Tim Janik
1010 testing.c: added tests for the g_test_rand*() API.
1012 Mon Nov 5 15:55:38 2007 +0100 Tim Janik
1014 Implemented g_test_rand*().
1016 * gtestframework.h: fixed g_assert_cmp*() to evaluate arguments only once.
1017 added g_assert_cmpuint(). completed g_test_rand*() to cover bits, ints,
1020 * gtestframework.c: fixed "--seed" option and implemented g_test_rand*().
1022 Mon Nov 5 15:51:43 2007 +0100 Tim Janik
1024 testing.c: added tests for g_assert_cmphex() and forked test traps.
1026 Mon Nov 5 15:10:18 2007 +0100 Tim Janik
1028 Implemented g_test_trap_fork() API.
1030 * gtestframework.h: added g_assert_cmphex(). reworked g_test_trap*() API.
1032 * gtestframework.c: implemented g_test_trap_fork() API.
1034 Thu Nov 1 15:05:07 2007 +0100 Tim Janik
1036 * glib/gtestframework.c:
1038 that match a given test path.
1039 (g_test_run_suite): run suite only if it matches the existing test paths.
1041 * glib/tests/testing.c: minor rename.
1043 Thu Nov 1 13:45:55 2007 +0100 Tim Janik
1045 GTest framework started.
1047 * glib/gtestframework.h: testing framework API as proposed on gtk-devel-list.
1048 includes elaborate assertions, performance report functions, test traps,
1049 test timer, test random numbers, teardoiwn garbage collection functions
1050 and general test case / test suite management APIs.
1052 * glib/gtestframework.c: first test framework implementation. already covers
1053 some test suite management APIs and assertion message implementations.
1055 * glib/tests/testing.c: test program for the testing framework.
1057 * glib/tests/Makefile.am: complie testing.c as test. run all tests as part of
1060 Wed Oct 31 15:42:48 2007 +0100 Tim Janik
1062 glib/Makefile.am: build tests/ subdir after building libglib.
1064 Tue Oct 30 16:17:32 2007 +0100 Tim Janik
1066 Fixed up internal 'g_test*' names.
1068 * refcount/signals.c:
1069 * refcount/objects.c:
1070 * refcount/objects2.c:
1071 * refcount/closures.c:
1072 * refcount/properties.c:
1073 * refcount/properties2.c: changed namespace prefix from g_test_* to my_test_*
1074 to not clash with newly introduced g_test* API in glib.
1076 Tue Oct 30 14:41:26 2007 +0100 Tim Janik
1078 Added gtestframework.[hc] and glib/tests/.
1080 2007-11-20 Sven Neumann <sven@gimp.org>
1082 * glib/gerror.c (g_error_add_prefix): use g_strconcat() instead of
1083 g_strjoin() to concatenate two strings.
1085 2007-11-19 Marco Barisione <marco@barisione.org>
1087 * glib/gregex.c: When the compilation of a pattern fails in the error
1088 message use the character offset and not the byte offset.
1090 * glib/gregex.c: Pass an unsigned long instead of an int to
1091 pcre_fullinfo() to avoid problems on 64-bit systems (#498113, Kouhei
1094 2007-11-19 10:30:33 Tim Janik <timj@imendio.com>
1096 * configure.in: updated version number to 2.15.0 for development.
1098 2007-11-18 Matthias Clasen <mclasen@redhat.com>
1100 * glib/gbase64.c: Documentation improvements. (#496518,
1101 Stefan Schulze Frielinghaus)
1103 2007-11-18 Matthias Clasen <mclasen@redhat.com>
1105 * configure.in: Check whether assembler supports numerical local
1108 * glib/gatomic.c: Fix powerpc implementation of atomic ops for
1109 platforms where the assembler doesn't support numerical local
1112 2007-11-15 Ryan Lortie <desrt@desrt.ca>
1114 * docs/reference/glib/tmpl/markup.sgml:
1116 * glib/gmarkup.c: new flag G_MARKUP_PREFIX_ERROR_POSITION to cause the
1117 parser to prepend location information (ie: "Error on line %d, char
1118 %d:") to errors generated by the GMarkupParser callbacks.
1122 2007-11-15 Ryan Lortie <desrt@desrt.ca>
1124 * docs/reference/glib/glib-sections.txt:
1125 * glib/glib.symbols:
1127 * glib/gerror.c: new functions g_prefix_error and
1128 g_propagate_prefixed_error.
1130 2007-11-13 Cody Russell <bratsche@gnome.org>
1132 * docs/reference/gobject/gobject-docs.sgml:
1133 * docs/reference/gobject/tut_gsignal.xml:
1134 * docs/reference/gobject/tut_gtype.xml:
1135 * docs/reference/gobject/tut_intro.xml:
1136 * docs/reference/gobject/tut_tools.xml:
1137 * docs/reference/gobject/tut_howto.xml:
1138 * docs/reference/gobject/tut_gobject.xml: Documentation fixes.
1139 Recommend macro type names such as NAUTILUS_TYPE_WINDOW (not
1140 NAUTILUS_WINDOW_TYPE). Fixed text which erroneously stated that
1141 superclass initializers don't run when an object is
1142 instantiated. Fixed numerous spelling mistakes. Minor grammar
1143 edits. (#490637, Adam Dingle)
1145 2007-11-09 Matthias Clasen <mclasen@redhat.com>
1147 * glib/gkeyfile.c: Coding style cleanups and doc
1148 improvements. (#491979, #491982, Areg Beketovski)
1150 2007-11-09 Matthias Clasen <mclasen@redhat.com>
1152 * glib/giochannel.c: Coding style cleanups and doc
1153 improvements. (#491975, Areg Beketovski)
1155 2007-11-09 Matthias Clasen <mclasen@redhat.com>
1157 * glib/gmain.c (g_main_context_iteration): Improve the
1158 docs. (#491974, Areg Beketovski)
1160 2007-11-09 Matthias Clasen <mclasen@redhat.com>
1162 * glib/gdate.c: Coding style fixes.
1164 2007-11-09 Matthias Clasen <mclasen@redhat.com>
1166 * configure.in: Add AM_PROG_CC_C_O.
1168 * Makefile.am: Remove the install-exec-local hook and use
1169 configexecincludedir_DATA instead, in an attempt to avoid
1170 automake 1.9 <> 1.10 incompatibilities.
1172 * glib/Makefile.am: Rename MIRRORING_TAB_SOURCES, since
1173 automake 1.10 complains.
1175 2007-11-09 Matthias Clasen <mclasen@redhat.com>
1177 * glib/gspawn.c (g_spawn_sync): Improve the docs. (#491968,
1180 2007-11-08 Matthias Clasen <mclasen@redhat.com>
1182 * glib/gmain.c (g_main_context_release):
1183 (g_main_context_acquire):
1184 (g_main_context_new): Fix the doc wording. (#491957,
1185 #491965, #491966, Areg Beketovski)
1187 2007-11-08 Matthias Clasen <mclasen@redhat.com>
1189 * glib/gutils.c (g_set_application_name): Add a missing
1190 since tag. (#464259, Mark Doliner)
1192 2007-11-08 Matthias Clasen <mclasen@redhat.com>
1194 * glib/goption.c (g_option_context_new): Improve the docs.
1195 (#436293, Vincent Untz)
1197 2007-11-08 Matthias Clasen <mclasen@redhat.com>
1199 * glib/gmain.c (g_main_loop_quit): Expand the docs
1200 a bit. (#317775, Søren Sandmann)
1202 2007-11-08 Matthias Clasen <mclasen@redhat.com>
1204 * autogen.sh: Accept automake 1.10, too
1206 * mkinstalldirs: Temporarily add this script, to fix building
1209 * Makefile.am: Use MKDIRS_P instead of mkinstalldirs, add
1210 ChangeLog.pre-2-14 and mkinstalldirs to EXTRA_DIST.
1212 2007-11-08 Matthias Clasen <mclasen@redhat.com>
1214 * glib/gmarkup.h: Include gslist.h. Pointed out by Michael Natterer.
1216 2007-11-08 Matthias Clasen <mclasen@redhat.com>
1218 * glib/gconvert.c (g_convert_with_iconv): Try harder to reset
1219 shift state with AIX iconv(). (#467537)
1221 2007-11-08 Matthias Clasen <mclasen@redhat.com>
1224 * m4macros/glib-2.0.m4: Require pkg-config 0.16 in configure
1225 and in AM_PATH_GLIB_2_0 to be consistent with the use of
1226 PKG_PROG_PKG_CONFIG which was introduced in 0.16. (#418778,
1229 2007-11-08 Matthias Clasen <mclasen@redhat.com>
1231 * glib/gstrfuncs.c (g_parse_long_long): Don't leave
1232 out parameters uninitialized. (#490061, Benjamin Otte)
1234 2007-11-07 Matthias Clasen <mclasen@redhat.com>
1236 * glib/gmain.c (g_main_context_unref): Don't leak the
1237 condvar. (#479724, Areg Beketovski)
1239 2007-11-07 Matthias Clasen <mclasen@redhat.com>
1241 * glib/glib.symbols:
1242 * glib/gmarkup.[hc] (g_markup_parse_context_get_element_stack):
1243 New function, to get the stack of open elements. (#452887,
1246 2007-11-07 Matthias Clasen <mclasen@redhat.com>
1248 * glib/gkeyfile.[hc]: Make some functions that take
1249 a GError return boolean instead of void. (#375651, Matt Barnes)
1251 2007-11-07 Matthias Clasen <mclasen@redhat.com>
1253 * autogen.sh: Use automake 1.9
1256 * configure.in: Move some inter-*.m4 includes from
1257 configure.in to acinclude.m4 to avoid warnings when
1258 using automake 1.9. (#449937)
1260 2007-11-07 Matthias Clasen <mclasen@redhat.com>
1262 === Branch for 2.14 ===