commit 2d765e1533321b5421b410217fe2acbe183375eb Author: Ryan Lortie Date: Sat Aug 7 19:58:12 2010 -0400 Bug 578295 - gtester has a race condition Deal with the race in GMainLoop by installing a do-nothing timeout. glib/gtester.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 17bde58552d91d90536458e36445c1eff9d4f0d0 Author: Andika Triwidada Date: Fri Aug 6 15:58:03 2010 +0700 Updated Indonesian translation po/id.po | 2150 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 1425 insertions(+), 725 deletions(-) commit 0ca62609d72dff6b93f57be3a019ecb72f021869 Author: Lucian Adrian Grijincu Date: Thu Jul 15 02:07:08 2010 +0300 po: Updated Romanian translation po/ro.po | 1051 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 486 insertions(+), 565 deletions(-) commit 07ae0361da9347e4d2f5f6496b838b3dc4f2992c Author: Rudolfs Mazurs Date: Mon Jun 21 00:12:02 2010 +0300 Updated Latvian translation. po/lv.po | 1931 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 971 insertions(+), 960 deletions(-) commit 21ee3b69d3b47124950925beb79f237b8da6761f Author: Christian Dywan Date: Fri Jun 11 09:46:47 2010 +0200 Add a regression test for GConverterOutputStream corruption See bug #619945 for background (cherry picked from commit 85ea72c0c5716b6ebd62272e17e8e4e3b9014f65) gio/tests/converter-stream.c | 54 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 54 insertions(+), 0 deletions(-) commit 1f0694e51b8c8ed894cf2d7b690c666dc03bb145 Author: Jürg Billeter Date: Fri May 28 11:00:37 2010 +0200 Use correct offset for buffer data in GConverterOutputStream Otherwise we overwrite already converted data in the case that more than one call to g_converter_convert is necessary in write() or flush(). https://bugzilla.gnome.org/show_bug.cgi?id=619945 (cherry picked from commit 6858ab20330ec31322dacbbdfaf66838fdcbfb78) gio/gconverteroutputstream.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit efff840412e1de09f4dcc4d06aa8577a09dc7669 Author: Jürg Billeter Date: Thu May 27 16:55:53 2010 +0200 Ensure we always have some target space in GConverterOutputStream When the converter fills the whole buffer without reading all input, we need to enlarge the buffer. Otherwise we get an assertion failure for `outbuf_size > 0' in g_converter_convert. https://bugzilla.gnome.org/show_bug.cgi?id=619945 (cherry picked from commit 86592d675ff8f1bf0f647fe926ea6085e7b1f2bc) gio/gconverteroutputstream.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit f06f37e2b09763593ba840f7f99f427a42feefa4 Author: Tor Lillqvist Date: Thu Jun 10 11:52:25 2010 +0300 Plug memory leak on Windows Intern the string returned from g_win32_getlocale() and then free it. Fixes bug #621168. glib/gutils.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit b5d200de7ef973bbbcf35fa55b5756a8480a8330 Author: Ryan Lortie Date: Fri May 14 17:06:24 2010 +0200 fix glaring inaccuracy in GVariant docs glib/gvariant.c | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) commit 1fd2aa21e600384f2619e6899a15497c602eb1c9 Author: Ivar Smolin Date: Thu May 20 15:00:12 2010 +0300 Estonian translation updated po/et.po | 489 ++------------------------------------------------------------ 1 files changed, 9 insertions(+), 480 deletions(-) commit 770efbbd8976c617a735acc1194b2d20a03f0f2c Merge: b3db4e4 2e43d1e Author: Fran Diéguez Date: Thu May 13 01:02:23 2010 +0200 Updated Galician translations commit b3db4e4551ff445af009a232284b42a470357472 Author: Fran Diéguez Date: Thu May 13 00:59:38 2010 +0200 Updated Galician translations po/gl.po | 949 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 479 insertions(+), 470 deletions(-) commit 2e43d1e614c328cf6514282307e06dfb63ca9ed7 Author: Matthias Clasen Date: Thu Apr 22 19:31:39 2010 -0400 Fix !srcdir build Bug 616216 gthread/tests/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ad9ff29e0c286ec44b470ac6bd9d9a87b29cded3 Author: Jorge González Date: Mon May 10 19:55:45 2010 +0200 Updated Spanish translation po/es.po | 952 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 481 insertions(+), 471 deletions(-) commit 001fed0c1489a66cd8903f4c1f1f64ebe8655c6f Author: Luca Ferretti Date: Mon May 10 09:49:29 2010 +0200 Updated Italian translation po/it.po | 951 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 480 insertions(+), 471 deletions(-) commit 335ab181596368c82e143820c6c30376f86dd418 Author: Claude Paroz Date: Mon May 10 08:43:21 2010 +0200 Updated French translation po/fr.po | 951 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 480 insertions(+), 471 deletions(-) commit 4e44073e4640380a8dd409139f6b4b1c59be9c9d Author: Tor Lillqvist Date: Wed May 5 09:43:30 2010 +0300 Minor updates to README.win32. README.win32 | 57 ++++++++++++++++++++++++++++++++------------------------- 1 files changed, 32 insertions(+), 25 deletions(-) commit aa6beb3559ce09baecd6c6801a7728a5d4e401c8 Author: Tor Lillqvist Date: Mon May 3 20:07:20 2010 +0300 Fix list of sources in the gio Visual Studio project List the additional sources needed in gio/Makefile.am, not in gio.vcprojin. Fix broken usage of sort. Filter out Unix-only source files. build/win32/vs9/gio.vcprojin | 9 --------- gio/Makefile.am | 14 ++++++++++++-- 2 files changed, 12 insertions(+), 11 deletions(-) commit d6434b89f495c1f31e61a025f973f350537e67e3 Author: Matthias Clasen Date: Sun May 2 21:50:14 2010 -0400 Bump version configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 3c822b423db4ad6e612f68adefd5cb5899793ade Author: Matthias Clasen Date: Sun May 2 21:47:49 2010 -0400 2.24.1 docs/reference/glib/gtester-report.1 | 6 +- docs/reference/glib/tmpl/async_queues.sgml | 4 + docs/reference/glib/tmpl/atomic_operations.sgml | 33 +- docs/reference/glib/tmpl/bookmarkfile.sgml | 4 + docs/reference/glib/tmpl/byte_order.sgml | 3 + docs/reference/glib/tmpl/conversions.sgml | 3 + docs/reference/glib/tmpl/date.sgml | 4 + docs/reference/glib/tmpl/error_reporting.sgml | 3 + docs/reference/glib/tmpl/fileutils.sgml | 3 + docs/reference/glib/tmpl/gregex.sgml | 3 + docs/reference/glib/tmpl/hooks.sgml | 3 + docs/reference/glib/tmpl/i18n.sgml | 4 + docs/reference/glib/tmpl/keyfile.sgml | 4 + docs/reference/glib/tmpl/limits.sgml | 3 + docs/reference/glib/tmpl/macros.sgml | 3 + docs/reference/glib/tmpl/macros_misc.sgml | 3 + docs/reference/glib/tmpl/main.sgml | 10 + docs/reference/glib/tmpl/markup.sgml | 3 + docs/reference/glib/tmpl/memory.sgml | 5 + docs/reference/glib/tmpl/memory_slices.sgml | 3 + docs/reference/glib/tmpl/messages.sgml | 3 + docs/reference/glib/tmpl/misc_utils.sgml | 19 + docs/reference/glib/tmpl/modules.sgml | 5 + docs/reference/glib/tmpl/numerical.sgml | 3 + docs/reference/glib/tmpl/queue.sgml | 4 + docs/reference/glib/tmpl/scanner.sgml | 3 + docs/reference/glib/tmpl/spawn.sgml | 3 + docs/reference/glib/tmpl/string_utils.sgml | 3 + docs/reference/glib/tmpl/strings.sgml | 3 + docs/reference/glib/tmpl/testing.sgml | 22 +- docs/reference/glib/tmpl/trash_stack.sgml | 3 + docs/reference/glib/tmpl/type_conversion.sgml | 3 + docs/reference/glib/tmpl/types.sgml | 3 + docs/reference/glib/tmpl/unicode.sgml | 3 + docs/reference/glib/tmpl/version.sgml | 3 + docs/reference/glib/tmpl/warnings.sgml | 3 + docs/reference/glib/tmpl/windows.sgml | 5 + docs/reference/gobject/glib-genmarshal.1 | 6 +- docs/reference/gobject/glib-mkenums.1 | 6 +- po/af.po | 2 +- po/am.po | 2 +- po/ar.po | 2 +- po/as.po | 2 +- po/ast.po | 2 +- po/az.po | 2 +- po/be.po | 2 +- po/be@latin.po | 2 +- po/bg.po | 2 +- po/bn.po | 978 +++++++++++------------ po/bn_IN.po | 2 +- po/bs.po | 2 +- po/ca.po | 952 +++++++++++----------- po/ca@valencia.po | 942 +++++++++++----------- po/cs.po | 2 +- po/cy.po | 2 +- po/da.po | 942 +++++++++++----------- po/de.po | 2 +- po/dz.po | 2 +- po/el.po | 2 +- po/en@shaw.po | 2 +- po/en_CA.po | 2 +- po/en_GB.po | 2 +- po/eo.po | 2 +- po/es.po | 2 +- po/et.po | 2 +- po/eu.po | 2 +- po/fa.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/ga.po | 2 +- po/gl.po | 2 +- po/gu.po | 2 +- po/he.po | 2 +- po/hi.po | 2 +- po/hr.po | 2 +- po/hu.po | 2 +- po/hy.po | 2 +- po/id.po | 2 +- po/is.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/ka.po | 2 +- po/kn.po | 963 +++++++++++----------- po/ko.po | 2 +- po/ku.po | 2 +- po/lt.po | 2 +- po/lv.po | 2 +- po/mai.po | 2 +- po/mg.po | 2 +- po/mk.po | 2 +- po/ml.po | 2 +- po/mn.po | 2 +- po/mr.po | 2 +- po/ms.po | 2 +- po/nb.po | 2 +- po/nds.po | 2 +- po/ne.po | 2 +- po/nl.po | 2 +- po/nn.po | 2 +- po/oc.po | 2 +- po/or.po | 2 +- po/pa.po | 2 +- po/pl.po | 2 +- po/ps.po | 2 +- po/pt.po | 2 +- po/pt_BR.po | 2 +- po/ro.po | 2 +- po/ru.po | 2 +- po/rw.po | 2 +- po/si.po | 2 +- po/sk.po | 2 +- po/sl.po | 2 +- po/sq.po | 2 +- po/sr.po | 2 +- po/sr@ije.po | 2 +- po/sr@latin.po | 2 +- po/sv.po | 2 +- po/ta.po | 2 +- po/te.po | 2 +- po/th.po | 2 +- po/tl.po | 2 +- po/tr.po | 2 +- po/tt.po | 2 +- po/uk.po | 2 +- po/vi.po | 2 +- po/wa.po | 2 +- po/xh.po | 2 +- po/yi.po | 2 +- po/zh_CN.po | 2 +- po/zh_HK.po | 957 +++++++++++----------- po/zh_TW.po | 942 +++++++++++----------- 131 files changed, 3580 insertions(+), 3476 deletions(-)