commit 9f11f054eb3f38dd507dadd61706a7390ebf2d0d Author: Matthias Clasen Date: Mon Jun 13 21:58:33 2011 -0400 2.29.8 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a0361ec04928be564e08189b6d40e67e4f0ff39e Author: Matthias Clasen Date: Mon Jun 13 23:19:45 2011 -0400 Fix doc generation It helps to use the same file name on both ends... docs/reference/gio/Makefile.am | 2 +- docs/reference/glib/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 4dc3d3e9996a3ab260385f9452eec1edaeb614d5 Author: Matthias Clasen Date: Mon Jun 13 22:48:54 2011 -0400 Use a realistic timeout in a test Who knew that g_test_trap_fork() takes a timeout in microseconds... glib/tests/dataset.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bc403e63614b87e3cf485441d267997978b89351 Author: Matthias Clasen Date: Mon Jun 13 20:48:20 2011 -0400 Update NEWS NEWS | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) commit 5ec6eafb0ea79d21a13fea42628119197476bb3f Author: Colin Walters Date: Mon Jun 13 14:17:44 2011 -0400 gdbus-codegen tests: Fix usage of top_srcddir Based on a patch from Rico Tzschichholz. gio/tests/Makefile.am | 2 +- gio/tests/gdbus-object-manager-example/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit fd772fbe95fd70a7f34401c85b048ed1460af898 Author: Ryan Lortie Date: Mon Jun 13 09:27:41 2011 -0400 Formally deprecate G_CONST_RETURN glib/gmacros.h | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) commit ce9681b87e64a53a35a3db25cdbc406f46e91602 Author: Ryan Lortie Date: Mon Jun 13 09:27:28 2011 -0400 Drop a few more G_CONST_RETURN gobject/gvaluetypes.c | 2 +- tests/testglib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 7412e073d195d9c9b0fd83fd81962f3364f5d2be Author: Dan Winship Date: Sun Jun 12 16:17:30 2011 -0400 update .gitignores gio/.gitignore | 1 + glib/.gitignore | 1 + glib/tests/.gitignore | 4 +++- gobject/.gitignore | 1 + gthread/tests/.gitignore | 6 +++++- 5 files changed, 11 insertions(+), 2 deletions(-) commit 9d53e2bc4e806f8b0e142a1ed73c5f25e0dd2347 Author: Colin Walters Date: Fri Jun 10 12:58:49 2011 -0400 gspawn: Fix annotations g-ir-scanner wants guint8. glib/gspawn.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 28a9e91b136be5dc133651ae0ea2e70be3d99ba5 Author: Christophe Fergeau Date: Thu Jun 9 13:36:19 2011 +0200 Fix regression in qsort_r BSD detection We can use AC_CHECK_FUNCS to detect if qsort_r is available on the system or not since it will unconditionnally define HAVE_QSORT_R, which we don't want since on BSD, qsort_r isn't usable for us, so we don't want to have HAVE_QSORT_R defined on such platforms. By using AC_CHECK_FUNC instead, we can defer defining HAVE_QSORT_R until we have actually tested it's usable. https://bugzilla.gnome.org/show_bug.cgi?id=651920 configure.ac | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 73905434a4c32fc0c1a1024a66856cddc77b18db Author: Yaron Shahrabani Date: Fri Jun 10 12:54:51 2011 +0300 Updated Hebrew translation. po/he.po | 176 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 92 insertions(+), 84 deletions(-) commit 6a088820c287d2ffa0276e366e4623f89ca028d3 Author: Mario Blättermann Date: Fri Jun 10 11:17:15 2011 +0200 [l10n] Updated German translation po/de.po | 331 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 171 insertions(+), 160 deletions(-) commit 486c48fafba363bb6e0a2286bfc8a90467f6af3e Author: Abduxukur Abdurixit Date: Fri Jun 10 10:19:12 2011 +0200 Added UG translation po/ug.po | 965 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 520 insertions(+), 445 deletions(-) commit b5cadd8bb5bcae3d2fde60adada4461a03a1e257 Author: Jorge González Date: Thu Jun 9 23:00:04 2011 +0200 Updated Spanish translation po/es.po | 192 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 92 insertions(+), 100 deletions(-) commit 4db88bd6e2957893b9f232527cc46bda799f2027 Author: Murray Cumming Date: Thu Jun 9 20:17:52 2011 +0200 gioenums.h: Remove trailing commas gio/gioenums.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 7ff248e822af910e95b68a352793b34db0cd8f8b Author: David Zeuthen Date: Thu Jun 9 13:29:58 2011 -0400 gdbus: Don't pass an unintialized GError pointer Signed-off-by: David Zeuthen gio/gdbus-tool.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 30dfc353920df56e31555d9e58a690d9d552058f Author: David Zeuthen Date: Thu Jun 9 13:22:18 2011 -0400 gdbus: Add --recurse and --only-properties options These options are useful when debugging D-Bus services and working with bug reports. Signed-off-by: David Zeuthen docs/reference/gio/gdbus.xml | 47 +++++++++++- gio/gdbus-tool.c | 185 ++++++++++++++++++++++++++++++------------ 2 files changed, 178 insertions(+), 54 deletions(-) commit c672b73602e1cec90cf60e464de5c9a26d0dacd5 Author: David Zeuthen Date: Thu Jun 9 12:25:04 2011 -0400 gdbus: Clarify the --xml option in the man page Signed-off-by: David Zeuthen docs/reference/gio/gdbus.xml | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit 13b93f0c48a39c3502f55e011362bcb4d40a5a7d Author: David Zeuthen Date: Thu Jun 9 12:02:30 2011 -0400 Bug 652197 – Improper handling of double values in GDBusMessage Matthew Bucknall pointed out GDBusMessage does not serialize/deserialize double values correctly on platforms with strict alignment constraints (in my particular case, ARM926EJ-S). This was reported in https://bugzilla.gnome.org/show_bug.cgi?id=652197 Signed-off-by: David Zeuthen gio/gdbusmessage.c | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 deletions(-) commit f819aa5f1715bb67fd4e269a6e8021144ecf91a6 Author: David Zeuthen Date: Thu Jun 9 11:51:47 2011 -0400 gdbus-codegen: Fix build See https://bugzilla.gnome.org/show_bug.cgi?id=651998 for details. Signed-off-by: David Zeuthen gio/tests/Makefile.am | 2 +- gio/tests/gdbus-object-manager-example/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit caa8d2ae18b16b200c7d401713733785fa818f5f Author: Ryan Lortie Date: Sat Mar 12 22:04:53 2011 -0500 Document the deprecatation of G_CONST_RETURN ...but don't actually deprecate it yet. docs/reference/glib/tmpl/macros.sgml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 8073759f8cad2033169730c1b95af5b763e3c126 Author: Ryan Lortie Date: Sat Mar 12 21:50:45 2011 -0500 Remove all uses of G_CONST_RETURN Just use 'const'. https://bugzilla.gnome.org/show_bug.cgi?id=644611 glib/gchecksum.c | 2 +- glib/gchecksum.h | 2 +- glib/gconvert.c | 4 +- glib/gconvert.h | 2 +- glib/gdataset.c | 6 ++-- glib/gdir.c | 4 +- glib/gdir.h | 2 +- glib/giochannel.c | 4 +- glib/giochannel.h | 4 +- glib/glibintl.h | 6 ++-- glib/gmain.c | 2 +- glib/gmain.h | 2 +- glib/gmarkup.c | 4 +- glib/gmarkup.h | 4 +- glib/goption.c | 4 +- glib/goption.h | 4 +- glib/gquark.h | 6 ++-- glib/gstrfuncs.c | 16 +++++++------- glib/gstrfuncs.h | 18 +++++++------- glib/gunicode.h | 2 +- glib/gutf8.c | 2 +- glib/gutils.c | 56 ++++++++++++++++++++++++------------------------ glib/gutils.h | 40 +++++++++++++++++----------------- gmodule/gmodule.c | 6 ++-- gmodule/gmodule.h | 4 +- gobject/gbinding.c | 4 +- gobject/gbinding.h | 4 +- gobject/gparam.c | 6 ++-- gobject/gparam.h | 6 ++-- gobject/gsignal.c | 2 +- gobject/gsignal.h | 2 +- gobject/gtype.c | 6 ++-- gobject/gtype.h | 6 ++-- gobject/gvaluetypes.h | 2 +- 34 files changed, 122 insertions(+), 122 deletions(-) commit 8f21e8145cf084ecd66c30cd868f56f7dcd87334 Author: Ryan Lortie Date: Thu Jun 9 11:11:30 2011 -0400 gobject: remove -DG_DISABLE_CONST_RETURNS GObject had a few cases of depending on G_CONST_RETURN not being defined to 'const'. Remove those in preparation for deprecation of G_CONST_RETURN. gobject/Makefile.am | 3 +-- gobject/gbinding.c | 4 ++-- gobject/gobject.c | 2 +- gobject/gparam.c | 3 ++- gobject/gtype.c | 2 +- gobject/testgobject.c | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) commit 5794393c6fc6d63f4f1c9dd6fdd72946728f4246 Author: Alexander Shopov Date: Thu Jun 9 07:00:57 2011 +0300 Updated Bulgarian translation po/bg.po | 902 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 479 insertions(+), 423 deletions(-) commit b04f6dbca02e9f15e07fb82cb52287c5ce15e861 Author: Matthias Clasen Date: Wed Jun 8 23:48:55 2011 -0400 Move gmain docs inline docs/reference/glib/tmpl/.gitignore | 1 + docs/reference/glib/tmpl/main.sgml | 906 ----------------------------------- glib/gmain.h | 16 + 3 files changed, 17 insertions(+), 906 deletions(-) commit 7648415a5012ee595b07490f818f940e2bea2f7c Author: Matthias Clasen Date: Wed Jun 8 23:44:39 2011 -0400 Move gutils docs inline docs/reference/glib/tmpl/.gitignore | 1 + docs/reference/glib/tmpl/misc_utils.sgml | 458 ------------------------------ glib/gprimes.c | 20 +- glib/gtypes.h | 9 + glib/gutils.c | 59 ++++ glib/gutils.h | 27 ++- 6 files changed, 102 insertions(+), 472 deletions(-) commit e89f183cf66e6a0846f267853cf9bb44ff52fb8a Author: Matthias Clasen Date: Wed Jun 8 23:29:21 2011 -0400 Remove unused template docs/reference/glib/tmpl/.gitignore | 1 + docs/reference/glib/tmpl/gregex.sgml | 521 ---------------------------------- 2 files changed, 1 insertions(+), 521 deletions(-) commit 602f8baa0b572ef8693a6ec6711ecca0399a6b3f Author: Christophe Fergeau Date: Wed Jun 8 11:18:26 2011 +0200 bitlock: don't use asm goto on older gcc asm goto was addded in gcc 4.5 so don't try to use it on gcc versions older than this one. This is achieved by explicitly checking gcc version, an alternative would be to try to compile a program using asm volatile in configure. https://bugzilla.gnome.org/show_bug.cgi?id=651959 glib/gbitlock.c | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) commit d6b341c38c94bf684e84a5d2f0af1a5bc3c5ae1c Author: Matthias Clasen Date: Wed Jun 8 22:38:11 2011 -0400 Test the previous fix Just make one of the existing GApplication test cases use a dash in the id. gio/tests/gapplication.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f44cd4129356dd569fd90e3ea83e386bce0602a7 Author: Ryan Lortie Date: Wed Jun 8 22:21:15 2011 -0400 GApplication: allow '-' in application ID By converting it to _ before trying to shove it into an object path. https://bugzilla.gnome.org/show_bug.cgi?id=652025 gio/gapplicationimpl-dbus.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 6418769e4cf5657104e5842c3f60d67863c70560 Author: Colomban Wendling Date: Tue Jun 7 21:59:15 2011 +0200 Fix a typo in GBinding https://bugzilla.gnome.org/show_bug.cgi?id=652081 gobject/gbinding.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 20d56289b97f9e8fd290f5ff41e9bfb69329423c Author: Javier Jardón Date: Wed Jun 8 16:26:08 2011 +0100 gconverter: Improve cross-references gio/gconverter.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit adf70f4596c18982b984639c1b697cd4cabad13f Author: Dan Winship Date: Tue Jun 7 17:22:58 2011 -0400 Fix export_symbols variable in gio/Makefile.am https://bugzilla.gnome.org/show_bug.cgi?id=646608 gio/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 686f32fcc24a380400846c20c824fa5ef6484772 Author: Dan Winship Date: Tue Jun 7 17:19:24 2011 -0400 Fix "Since" tags on g_data_input_stream_read_upto{,_async} https://bugzilla.gnome.org/show_bug.cgi?id=647930 gio/gdatainputstream.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 37c9775b82021045042ea98e8617210c1cc459ee Author: Giovanni Campagna Date: Sun Apr 3 18:53:04 2011 +0200 gutils, gspawn: fix introspection annotations Fix various (out) arguments, (allow-none) and (array zero-terminated=1) for g_spawn_*() and some others. Some additional fixes by Colin Walters https://bugzilla.gnome.org/show_bug.cgi?id=646635 glib/gspawn.c | 54 +++++++++++++++++++++++++++--------------------------- glib/gutils.c | 6 +++--- 2 files changed, 30 insertions(+), 30 deletions(-) commit f0620902b2991577fbf0f69d2564535e7306ce20 Author: Colin Walters Date: Tue Jun 7 17:07:46 2011 -0400 Update annotations from gobject-introspection/gir/glib-2.0.c This covers most of them. glib/gcompletion.c | 2 +- glib/gconvert.c | 6 +++--- glib/gfileutils.c | 2 +- glib/giochannel.c | 1 + glib/gkeyfile.c | 15 ++++++++------- glib/gmain.c | 6 +++++- glib/goption.c | 4 ++-- 7 files changed, 21 insertions(+), 15 deletions(-) commit dad374b1a05bc98a5b8c90e2de51ce87dc4fbd8f Author: Colin Walters Date: Tue Jun 7 16:26:43 2011 -0400 glib-types.h: Include glib.h, since we use G_BEGIN_DECLS This header is included individually by g-ir-scanner. gobject/glib-types.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit ab0e9dbfa76e056f875e969c0d7b6e133ec75431 Author: Colin Walters Date: Fri Jun 3 14:53:27 2011 -0400 Generate $module-public-headers.txt file, feed it to gtk-doc Rather than having the gtk-doc build machinery have a list of header files to exclude, change the GLib build to dump a list of public header files generated from the maintained Makefile.am files for each of glib/, gobject/, gio/. Also, for glib, always install glib-unix.h, even on non-Unix platforms, for the same reason we install gwin32.h even on Unix. https://bugzilla.gnome.org/show_bug.cgi?id=651745 docs/reference/gio/Makefile.am | 2 +- docs/reference/glib/Makefile.am | 28 +--------------------------- docs/reference/gobject/Makefile.am | 7 +------ gio/Makefile.am | 10 +++++++++- glib/Makefile.am | 12 +++++++++--- gobject/Makefile.am | 8 ++++++++ 6 files changed, 29 insertions(+), 38 deletions(-) commit 003e05244259aeb8e221065a7f41137cc523aefb Author: Colin Walters Date: Tue Jun 7 14:17:11 2011 -0400 gdbus-codegen: Clean config.pyc to make distcheck happy gio/gdbus-codegen/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit de57755dbcfdea7e7233c6fd53ecca8a41ea4aa5 Author: Colin Walters Date: Tue Jun 7 13:02:41 2011 -0400 g_get_user_data_dir(): Don't warn if XDG_RUNTIME_DIR isn't set We have a meaningful fallback, and warning causes the tests to break. glib/gutils.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 5f35cb9db42ba8faf6f545afa4ac78f84e3a8155 Author: Kjartan Maraas Date: Tue Jun 7 10:02:40 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 390 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 227 insertions(+), 163 deletions(-) commit 63dc9730ff31af7c830f1ce51c0f98c3829564b7 Author: Marek Černocký Date: Tue Jun 7 08:08:16 2011 +0200 Updated Czech translation po/cs.po | 757 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 376 insertions(+), 381 deletions(-) commit d4be2925e43a521649c465ba35b15cc228613b95 Author: Matthias Clasen Date: Mon Jun 6 23:24:36 2011 -0400 Add a testcase for the previous fix glib/tests/dataset.c | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) commit c91720255261222d7be685f3a8f039706f04cce5 Author: Matthias Clasen Date: Mon Jun 6 23:23:29 2011 -0400 GDataList: don't hold the bitlock over callbacks g_datalist_id_clear_i was dropping the dataset lock around the destroy notifies, but kept the bitlock. This was causing deadlocks when finalizing widgets. glib/gdataset.c | 45 +++++++++++++++++++++++++++++---------------- 1 files changed, 29 insertions(+), 16 deletions(-) commit 7f6a8d3484827e77b4ce2f046660e54c1fe3fa29 Author: Chun-wei Fan Date: Tue Jun 7 10:58:54 2011 +0800 Update VS 2008/2010 property sheets "Install" the new gobject/glib-types.h as well... it is needed. build/win32/vs10/glib.props | 2 ++ build/win32/vs9/glib.vsprops | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) commit 09c98f18fcfdaa58864ef127788cbf6332728a94 Author: Chun-wei Fan Date: Tue Jun 7 10:49:29 2011 +0800 Update gsettings utilities in GIO Avoid C99-style variable declaration gio/glib-compile-schemas.c | 9 +++++++-- gio/gsettings-tool.c | 7 ++++++- 2 files changed, 13 insertions(+), 3 deletions(-) commit 1d1f44ca64c671e5e8853279ffb70260ac22a5ba Author: Chun-wei Fan Date: Tue Jun 7 10:32:47 2011 +0800 Update config.h.win32.in -Make contents more like the current config.h(.in) -vsnprintf is included in VS 2008+ config.h.win32.in | 66 +++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 46 insertions(+), 20 deletions(-) commit 405b4ff4f4efda5777a7d521255b9143cdae59d7 Author: Chun-wei Fan Date: Tue Jun 7 08:55:31 2011 +0800 Update the year in the *.rc.in files Sorry this change came a bit late... gio/gio.rc.in | 2 +- glib/glib.rc.in | 2 +- gmodule/gmodule.rc.in | 2 +- gobject/gobject.rc.in | 2 +- gthread/gthread.rc.in | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) commit e154e3325eb7274b8164f8d7a5e0f335646c2bb7 Author: Chun-wei Fan Date: Tue Jun 7 08:25:07 2011 +0800 Clean up gobject/gvaluetransform.c a bit The check for _MSC_VER here is not necessary here because: -One cannot compile GLib out-of-the-box with VS 2003 (let alone VS6 or earlier) since GLib 2.22.4 or so. -This code compiles fine with the currently-supported VS versions (2008/2010) without the error mentioned in the comments. This will close Bug 652002. gobject/gvaluetransform.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) commit fba436f2cb894646d758cc32e3a1ae839591a11f Author: Chun-wei Fan Date: Tue Jun 7 08:20:15 2011 +0800 Fix gatomic.c compilation on Windows (MSVC) -windows.h must be included for the functions[1] to be found during compilation -For Win32(x86), the InterlockedAnd, InterlockedOr and InterlockedXor functions need to be preceded with an underscore. This is mandated by the "For the x86 architecture..." clause under "Remarks"[2] -This will close Bug 652000 [1]:http://msdn.microsoft.com/en-us/library/ms684122(v=vs.85).aspx [2]:http://msdn.microsoft.com/en-us/library/ms683516(v=vs.85).aspx http://msdn.microsoft.com/en-us/library/ms683626(v=vs.85).aspx http://msdn.microsoft.com/en-us/library/ms684021(v=vs.85).aspx glib/gatomic.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 62072b2a043ab872e45c89b6f7f9073cd7035bf5 Author: Colin Walters Date: Mon Jun 6 17:14:45 2011 -0400 gdbus codegen: Ensure PYTHONPATH is set correctly for srcdir != builddir We need to pick up the Python files from the source directory, so set PYTHONPATH. gio/tests/Makefile.am | 2 +- gio/tests/gdbus-object-manager-example/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit c08fc65edf1eb4c68208b7621f8af762aeb02dc4 Author: Chun-wei Fan Date: Tue Jun 7 00:37:38 2011 +0800 Update GLib VS9/10 projects There is no longer need to distinguish between gatomic.c and gatomic-gcc.c. This will avoid gatomic.c from being included in the projects twice. build/win32/vs10/glib.vcxproj.filtersin | 3 --- build/win32/vs10/glib.vcxprojin | 1 - build/win32/vs9/glib.vcprojin | 1 - 3 files changed, 0 insertions(+), 5 deletions(-) commit 1eb7efce8e0f9c28de0bbd5c922cb2ee52f88108 Author: Dan Winship Date: Mon Jun 6 10:22:40 2011 -0400 Fix some socket docs issues, remove unused typedefs pointed out by Matthias gio/gioenums.h | 2 +- gio/giotypes.h | 3 --- gio/gproxyresolver.c | 2 +- gio/gthreadedsocketservice.c | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) commit a6f09e104c2b96f08c7c58a8db15059d17a8fd84 Author: Colin Walters Date: Fri Jun 3 13:18:44 2011 -0400 GBuffer: Suffix header with private.h This makes it clearer it's not public API yet. https://bugzilla.gnome.org/show_bug.cgi?id=651745 docs/reference/glib/Makefile.am | 2 +- glib/Makefile.am | 2 +- glib/gbuffer.c | 2 +- glib/gbuffer.h | 88 --------------------------------------- glib/gbufferprivate.h | 88 +++++++++++++++++++++++++++++++++++++++ glib/gmappedfile.c | 2 +- glib/gtimezone.c | 2 +- glib/gvariant-core.c | 2 +- glib/gvariant-core.h | 2 +- 9 files changed, 95 insertions(+), 95 deletions(-) commit 782cf86f12a54065fedd6c232cb52c76dce32538 Author: Matthias Clasen Date: Mon Jun 6 01:14:23 2011 -0400 GMappedFile: improve test coverage glib/tests/mappedfile.c | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit 698bb5d962d8eebfe5315ca550870727b5c93117 Author: Matthias Clasen Date: Mon Jun 6 01:14:00 2011 -0400 GKeyFile: improve test coverage glib/tests/keyfile.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 7cf16c3094d33c07960e2d563dd50ed56e525846 Author: Matthias Clasen Date: Mon Jun 6 01:13:46 2011 -0400 GConvert: improve test coverage glib/tests/convert.c | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) commit e02d8165d9e249e16328e1a9db9a8ad633a02d0f Author: Matthias Clasen Date: Mon Jun 6 01:13:26 2011 -0400 Improve GChecksum test coverage glib/tests/checksum.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 4971c43da8b2c76e5fd26ef23e47a1301d31f078 Author: Matthias Clasen Date: Mon Jun 6 01:04:19 2011 -0400 GMappedFile: remove nonatomic accesses to ref_count glib/gmappedfile.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit ae9611839555a6aae975f12cd1103df9014d0579 Author: Matthias Clasen Date: Mon Jun 6 00:31:52 2011 -0400 Improve test coverage of gtimezone.c glib/tests/gdatetime.c | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit f0b14653f8d049c033071e1bcaf33ae87ca2edff Author: Matthias Clasen Date: Mon Jun 6 00:31:40 2011 -0400 Improve test coverage of GVariant glib/tests/gvariant.c | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) commit 70c082127f12e1758087ae9dd61cfbbd5f397830 Author: Matthias Clasen Date: Mon Jun 6 00:31:24 2011 -0400 Improve test coverage of glist.c glib/tests/list.c | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 43 insertions(+), 0 deletions(-) commit 3e93fa7a2556ed5b3dbb53c60837a132e0a71772 Author: Matthias Clasen Date: Mon Jun 6 00:31:06 2011 -0400 Improve test coverage of glib-unix.c glib/tests/unix.c | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) commit bb0cbc2ae121c444f13520e73a30ad47ba2ccc0a Author: Matthias Clasen Date: Mon Jun 6 00:30:50 2011 -0400 Improve test coverage of gurifuncs.c glib/tests/uri.c | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) commit abf4a0200fb9d8bf42e1bfd64c297e7cfe5367f8 Author: Matthias Clasen Date: Mon Jun 6 00:30:30 2011 -0400 Test runtime dir getter tests/testglib.c | 21 +++++++++++++++++---- 1 files changed, 17 insertions(+), 4 deletions(-) commit 1f022a88d4e46c1297d78a73c9331cd2ce2af53b Author: Matthias Clasen Date: Mon Jun 6 00:30:02 2011 -0400 Remove deprecated atomic functions from tests tests/atomic-test.c | 4 ++-- tests/onceinit.c | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) commit 059fa31ad1e4b5a262f34bb8122fc5080b33fc97 Author: Matthias Clasen Date: Mon Jun 6 00:28:38 2011 -0400 Improve test coverage Duplicate the atomic tests for the functions, and test the new atomic operations as well. glib/tests/atomic.c | 184 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 167 insertions(+), 17 deletions(-) commit a79a5a6202054de5d9b8d7aa3506818c8e33ec27 Author: Matthias Clasen Date: Sun Jun 5 22:20:18 2011 -0400 No need to have two variants of errno-to-GError glib/glib-unix.c | 30 +++++++++--------------------- 1 files changed, 9 insertions(+), 21 deletions(-) commit d811f0cdc9fadc60628c85e4473c4458e755c8b3 Author: Matthias Clasen Date: Sun Jun 5 19:07:06 2011 -0400 Fix a typo And reword some docs. gobject/gobject.c | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) commit 16731b60db541c928338e8aaea0a930b6a508f5f Author: Fran Diéguez Date: Sun Jun 5 23:30:42 2011 +0200 Updated Galician translations po/gl.po | 925 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 502 insertions(+), 423 deletions(-) commit 03441e406c65cdf8fe56e75aa386b5a04235e203 Author: Kalev Lember Date: Sun Jun 5 14:34:33 2011 +0300 configure.ac: Check for qsort_r function before running the test program When cross compiling, test programs cannot be run. In order to make it easier to cross compile for targets that do not have qsort_r(), check for the function before trying to run the test program. This avoid having to populate cache with glib_cv_have_qsort_r=no with e.g. mingw cross compiler. https://bugzilla.gnome.org/show_bug.cgi?id=651920 configure.ac | 69 ++++++++++++++++++++++++++++++--------------------------- 1 files changed, 36 insertions(+), 33 deletions(-) commit 886a3499e1c886d4320617f6272e03d6d77efdbc Author: Kalev Lember Date: Sun Jun 5 14:26:12 2011 +0300 configure.ac: Print qsort_r result only once AC_CACHE_CHECK that was introduced in 70a19815 prints the result, so the following AC_MSG_RESULT is no longer needed. configure.ac | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) commit f3f5c410f03b71790a985d21ef3c92f138d2a44c Author: Jorge González Date: Sun Jun 5 16:59:31 2011 +0200 Updated Spanish translation po/es.po | 325 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 199 insertions(+), 126 deletions(-) commit 3b242bc5e9cf96188e61002e175ed33777a82e5d Author: Matthias Clasen Date: Sat Jun 4 23:43:05 2011 -0400 Use g_param_spec_ref_sink instead of separate ref, sink gobject/gobject.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 9eda9d919584179ec1889d5b7e6162cd1ae21052 Author: Matthias Clasen Date: Sat Jun 4 23:42:07 2011 -0400 GParamSpec: avoid unnecessary double initialization of qdata gobject/gparam.c | 25 +++++++++---------------- 1 files changed, 9 insertions(+), 16 deletions(-) commit 38dc7955e46cf52ac4fce907ace6b354eaa8c0c6 Author: Matthias Clasen Date: Sat Jun 4 23:13:55 2011 -0400 No necessary to init qdata atomically gobject/gobject.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f1e5af4e120439d5c26ac4f277cbc315d0ce2504 Author: David Zeuthen Date: Sat Jun 4 21:37:37 2011 -0400 GDBusObject: Remove comment non-existant virtual functions These were nuked a while ago. Signed-off-by: David Zeuthen gio/gdbusobject.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit b3effbf6833f9514dd3e4a57c35b28e6cd4aefae Author: Matthias Clasen Date: Sat Jun 4 20:06:44 2011 -0400 bump version configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)