platform/upstream/glib.git
12 years agoFix gspawn-win32-helper Visual C++ projects
Chun-wei Fan [Wed, 28 Mar 2012 07:12:04 +0000 (15:12 +0800)]
Fix gspawn-win32-helper Visual C++ projects

The name of the executable for the Release|Win32 and Release|x64 configs
were mixed up.  Fix that.  DOH! for not noting this earlier.

12 years agoFix VS property sheets
Chun-wei Fan [Wed, 28 Mar 2012 06:57:12 +0000 (14:57 +0800)]
Fix VS property sheets

We need to accomodate for gspawn-win64-helper-console.exe for the "install"
phase too.

12 years agoUpdated Spanish translation
Daniel Mustieles [Tue, 27 Mar 2012 19:24:37 +0000 (21:24 +0200)]
Updated Spanish translation

12 years agoGFileMonitor: fix docs bug
Dan Winship [Tue, 27 Mar 2012 16:45:27 +0000 (12:45 -0400)]
GFileMonitor: fix docs bug

12 years agoUpdated Marathi Translations
Sandeep Sheshrao Shedmake [Tue, 27 Mar 2012 09:34:14 +0000 (15:04 +0530)]
Updated Marathi Translations

12 years agoall: s/availible/available/
Bastien Nocera [Tue, 27 Mar 2012 09:01:00 +0000 (11:01 +0200)]
all: s/availible/available/

12 years agohindi translation by Chandan Kumar
Rajesh Ranjan [Tue, 27 Mar 2012 06:52:39 +0000 (12:22 +0530)]
hindi translation by Chandan Kumar

12 years agoUpdated Marathi Translations
Sandeep Sheshrao Shedmake [Mon, 26 Mar 2012 14:18:20 +0000 (19:48 +0530)]
Updated Marathi Translations

12 years agoUpdated Odia Translation
ManojKumar Giri [Mon, 26 Mar 2012 13:12:41 +0000 (18:42 +0530)]
Updated Odia Translation

12 years agoUpdated Czech translation
Marek Černocký [Mon, 26 Mar 2012 12:49:18 +0000 (14:49 +0200)]
Updated Czech translation

12 years agoUpdated Latvian translation.
Rudolfs Mazurs [Sun, 25 Mar 2012 12:05:26 +0000 (15:05 +0300)]
Updated Latvian translation.

12 years ago[l10n] Updated Italian translation
Luca Ferretti [Sun, 25 Mar 2012 11:14:47 +0000 (13:14 +0200)]
[l10n] Updated Italian translation

12 years agoUpdated Kannada Translation
Shankar Prasad [Sun, 25 Mar 2012 07:56:17 +0000 (13:26 +0530)]
Updated Kannada Translation

12 years agoUpdated Kannada Translation
Shankar Prasad [Sun, 25 Mar 2012 07:54:31 +0000 (13:24 +0530)]
Updated Kannada Translation

12 years agoUpdated Kannada Translation
Shankar Prasad [Sun, 25 Mar 2012 07:33:57 +0000 (13:03 +0530)]
Updated Kannada Translation

12 years agoUpdated Kannada Translation
Shankar Prasad [Sun, 25 Mar 2012 07:12:30 +0000 (12:42 +0530)]
Updated Kannada Translation

12 years agoAdd a forgotten include guard
Matthias Clasen [Sun, 25 Mar 2012 03:00:15 +0000 (23:00 -0400)]
Add a forgotten include guard

gbytes.h was missing the single-include guard.

12 years agoUpdated Kannada Translation
Shankar Prasad [Sat, 24 Mar 2012 19:03:10 +0000 (00:33 +0530)]
Updated Kannada Translation

12 years agoUpdated Swedish translation
Daniel Nylander [Sat, 24 Mar 2012 15:58:42 +0000 (16:58 +0100)]
Updated Swedish translation

12 years agoBump version
Matthias Clasen [Sat, 24 Mar 2012 15:31:01 +0000 (11:31 -0400)]
Bump version

12 years ago2.32.0 2.32.0
Matthias Clasen [Sat, 24 Mar 2012 15:28:35 +0000 (11:28 -0400)]
2.32.0

12 years agoRelease notes tweaks
Matthias Clasen [Sat, 24 Mar 2012 14:33:38 +0000 (10:33 -0400)]
Release notes tweaks

Update download locations, mailing list instructions, and shuffle
the version-specific notes to be at the end.

12 years agoMake the `include' glib test case build on FreeBSD.
Raphael Kubo da Costa [Mon, 19 Mar 2012 17:20:08 +0000 (14:20 -0300)]
Make the `include' glib test case build on FreeBSD.

Defining _POSIX_C_SOURCE to 0 will make time.h not create the clockid_t
typedef used by some functions in pthread.h.

The right approach here is to set it to 199309L, which creates the
typedef on FreeBSD and doesn't set __USE_UNIX98 or __USE_XOPEN2K on
glibc, which is what the test is actually testing.

https://bugzilla.gnome.org/show_bug.cgi?id=672406

12 years agoUpdated Telugu Translations
Krishnababu Krothapalli [Thu, 22 Mar 2012 14:26:06 +0000 (19:56 +0530)]
Updated Telugu Translations

12 years agoglib/gqsort.c: Fix C99ism/GCCism
Chun-wei Fan [Tue, 20 Mar 2012 05:19:11 +0000 (13:19 +0800)]
glib/gqsort.c: Fix C99ism/GCCism

-There were a number of variables that were declared in the middle of
 the block, so move these declarations to the start of the block
-There was a use of mempcpy, but it is a GCC extension, so use memcpy since
 we didn't care about the return value of the call to mempcpy.

https://bugzilla.gnome.org/show_bug.cgi?id=672095

12 years agoFix the tests on win32
Alexander Larsson [Tue, 20 Mar 2012 09:20:18 +0000 (10:20 +0100)]
Fix the tests on win32

There was some unix-specific pathname handling in the test utils
which broke the css tests on win32.

12 years agoUse g_unsetenv, not unsetenv
Alexander Larsson [Tue, 20 Mar 2012 09:19:42 +0000 (10:19 +0100)]
Use g_unsetenv, not unsetenv

This fixed the win32 build

12 years agoOnly build actions test on unix
Alexander Larsson [Tue, 20 Mar 2012 09:18:32 +0000 (10:18 +0100)]
Only build actions test on unix

It depends on gdbus-sessionbus.c which only builds on unix.

12 years agoGDBusConnection: Avoid dereferencing vtable for unregistered objects
Marco Trevisan (Treviño) [Mon, 19 Mar 2012 19:13:24 +0000 (20:13 +0100)]
GDBusConnection: Avoid dereferencing vtable for unregistered objects

https://bugzilla.gnome.org/show_bug.cgi?id=671988

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agobump version
Matthias Clasen [Mon, 19 Mar 2012 20:59:54 +0000 (16:59 -0400)]
bump version

12 years agoFix distcheck 2.31.22
Matthias Clasen [Mon, 19 Mar 2012 20:58:48 +0000 (16:58 -0400)]
Fix distcheck

automake decided to complain about some more leftovers.

12 years ago2.31.22
Matthias Clasen [Mon, 19 Mar 2012 18:27:20 +0000 (14:27 -0400)]
2.31.22

12 years agoUpdates
Matthias Clasen [Mon, 19 Mar 2012 17:43:31 +0000 (13:43 -0400)]
Updates

12 years agoDon't return from a void function
Matthias Clasen [Mon, 19 Mar 2012 17:28:14 +0000 (13:28 -0400)]
Don't return from a void function

12 years agoFix a C99ism
Matthias Clasen [Mon, 19 Mar 2012 17:26:19 +0000 (13:26 -0400)]
Fix a C99ism

12 years agoSilence a compiler warning
Matthias Clasen [Mon, 19 Mar 2012 17:22:04 +0000 (13:22 -0400)]
Silence a compiler warning

12 years agoGDBus: set no-reply flag on calls with no callback
Ryan Lortie [Fri, 16 Mar 2012 17:32:38 +0000 (13:32 -0400)]
GDBus: set no-reply flag on calls with no callback

If g_dbus_connection_call() or g_dbus_proxy_call() are given a NULL
callback then set the no-reply flag on the outgoing D-Bus message.

https://bugzilla.gnome.org/show_bug.cgi?id=672239

12 years agoGDBusProxy: report an error instead of leaking it
Ryan Lortie [Fri, 16 Mar 2012 17:15:46 +0000 (13:15 -0400)]
GDBusProxy: report an error instead of leaking it

GDBusProxy sets an error on a GSimpleAsyncResult and then returns
without dispatching the result for completion (and leaks the result in
the process).  Fix that.

Also add a testcase.  Unfortunately, adding the testcase uncovered
bug #672248.  We can work around that by reordering the tests.

https://bugzilla.gnome.org/show_bug.cgi?id=672249

12 years agoUpdate config.h.win32(.in)
Chun-wei Fan [Mon, 19 Mar 2012 08:02:37 +0000 (16:02 +0800)]
Update config.h.win32(.in)

Make it more like the one that is generated by autotools.

It is true that Visual C++ has sig_atomic_t, at least for Visual C++ 2008
and later, but this is currently only used for UNIX builds of GLib, as a
point of note here.

12 years agoUpdate glibconfig.h.win32(.in)
Chun-wei Fan [Mon, 19 Mar 2012 07:55:20 +0000 (15:55 +0800)]
Update glibconfig.h.win32(.in)

Added the definitions below, as these #defines are needed for gqsort.c

#define ALIGNOF_GUINT32 4
#define ALIGNOF_GUINT64 8
#define ALIGNOF_UNSIGNED_LONG 4

12 years agoUpdated French translation
Bruno Brouard [Sun, 18 Mar 2012 09:34:15 +0000 (10:34 +0100)]
Updated French translation

12 years agoMake inf testcase more forgiving
Matthias Clasen [Sun, 18 Mar 2012 03:43:52 +0000 (23:43 -0400)]
Make inf testcase more forgiving

printf may produce "infinity" instead of "inf".

https://bugzilla.gnome.org/show_bug.cgi?id=668973

12 years agoUse __builtin_bswap* for GUINT*_SWAP_LE_BE if building with GCC
Sebastian Dröge [Sun, 18 Mar 2012 03:28:48 +0000 (23:28 -0400)]
Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building with GCC

https://bugzilla.gnome.org/show_bug.cgi?id=531901

12 years agoFix out of tree build for MinGW/MSYS
Dieter Verfaillie [Sun, 18 Mar 2012 03:10:01 +0000 (23:10 -0400)]
Fix out of tree build for MinGW/MSYS

When building with MinGW/MSYS with srcdir != builddir the build fails:
- to locate the generated .def files
- creating libglib-gdb.py
- creating libgobject-gdb.py

Solved this by explicitly instructing these files to be generated
in $(builddir)/...

https://bugzilla.gnome.org/show_bug.cgi?id=653167

12 years agoUpdated Portuguese translation
Duarte Loreto [Sun, 18 Mar 2012 00:45:43 +0000 (00:45 +0000)]
Updated Portuguese translation

12 years agoUpdated Lithuanian translation
Aurimas Černius [Sat, 17 Mar 2012 16:49:25 +0000 (18:49 +0200)]
Updated Lithuanian translation

12 years agoman pages: document the order of schema overrides
Ryan Lortie [Sat, 17 Mar 2012 16:39:23 +0000 (12:39 -0400)]
man pages: document the order of schema overrides

GSettings overrides are processed in such a way that
alphabetically-later files have precedence over earlier files (eg: 20_
will beat 10_).  Document that fact.

12 years agoUpdated Russian translation
Yuri Kozlov [Sat, 17 Mar 2012 08:57:44 +0000 (12:57 +0400)]
Updated Russian translation

12 years agogmain: Use sig_atomic_t for list of pending Unix signals
Colin Walters [Tue, 13 Mar 2012 18:49:04 +0000 (14:49 -0400)]
gmain: Use sig_atomic_t for list of pending Unix signals

Pointed out by: Simon McVittie <simon.mcvittie@collabora.co.uk>

https://bugzilla.gnome.org/show_bug.cgi?id=671997

12 years agogio: Only show mounts in /run/media/$USER
Tomas Bzatek [Fri, 16 Mar 2012 17:54:09 +0000 (18:54 +0100)]
gio: Only show mounts in /run/media/$USER

And reflect the recent changes + sync with gvfs+udisks2 rules.

https://bugzilla.gnome.org/show_bug.cgi?id=669797

12 years agoContinue searching in PATH on ENODEV and ETIMEDOUT
David Benjamin [Thu, 15 Mar 2012 23:16:02 +0000 (19:16 -0400)]
Continue searching in PATH on ENODEV and ETIMEDOUT

Synchronize the error-handling logic from glibc. Users with networked
filesystems in their PATH may hit ETIMEDOUT.

https://bugzilla.gnome.org/show_bug.cgi?id=672201

12 years agogtype: Note idempotency of g_type_init()
Colin Walters [Thu, 15 Mar 2012 21:59:01 +0000 (17:59 -0400)]
gtype: Note idempotency of g_type_init()

12 years agoRemove now unused qsort_r checks
Alexander Larsson [Fri, 16 Mar 2012 11:51:33 +0000 (12:51 +0100)]
Remove now unused qsort_r checks

https://bugzilla.gnome.org/show_bug.cgi?id=672095

12 years agoMake g_array_sort* methods use a stable sort
Alexander Larsson [Wed, 14 Mar 2012 20:17:47 +0000 (21:17 +0100)]
Make g_array_sort* methods use a stable sort

Also, remove previous comments about sort stability in g_array_sort docs,
as the method that was explained does not work. Adds a new comment
about this.

https://bugzilla.gnome.org/show_bug.cgi?id=672095

12 years agoMake g_qsort_with_data stable, based on glibc msort
Alexander Larsson [Wed, 14 Mar 2012 20:17:23 +0000 (21:17 +0100)]
Make g_qsort_with_data stable, based on glibc msort

We need a stable sort, and we might as well always use it rather
than have multiple sort versions. This picks up the glibc
merge sort implementation which it uses by default for qsort,
except we don't fall back to non-stable quicksort in some cases
like glibc

https://bugzilla.gnome.org/show_bug.cgi?id=672095

12 years agoUpdated Hungarian translation
Gabor Kelemen [Fri, 16 Mar 2012 10:12:56 +0000 (11:12 +0100)]
Updated Hungarian translation

12 years ago[l10n]Updated Catalan (Valencian) translation
Carles Ferrando [Thu, 15 Mar 2012 22:33:50 +0000 (23:33 +0100)]
[l10n]Updated Catalan (Valencian) translation

12 years ago[l10n]Updated Catalan translation
Gil Forcada [Thu, 15 Mar 2012 22:33:43 +0000 (23:33 +0100)]
[l10n]Updated Catalan translation

12 years agoGDBusConnection: Don't store GCancellable in qdata
David Zeuthen [Thu, 15 Mar 2012 18:04:39 +0000 (14:04 -0400)]
GDBusConnection: Don't store GCancellable in qdata

Now that we're using g_simple_async_result_set_check_cancellable() we
no longer need this terrible hack of carrying the GCancellable on the
GSimpleAsyncResult using qdata. See bug 672013 for more details.

https://bugzilla.gnome.org/show_bug.cgi?id=672013

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agoGDBus: make use of reliable async cancellation
Ryan Lortie [Tue, 13 Mar 2012 20:41:57 +0000 (16:41 -0400)]
GDBus: make use of reliable async cancellation

Call g_simple_async_result_set_check_cancellable() after all
GSimpleAsyncResult creation in order to take advantage of the new
reliable cancellation feature.

The guarantee of reliable cancellation fixes a bug in dbusmenu (which
was already assuming that cancellation was reliable).  See this bug:
https://bugs.launchpad.net/ubuntu/+source/libdbusmenu/+bug/953562

https://bugzilla.gnome.org/show_bug.cgi?id=672013

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agoFix "install" paths in VS property sheets
Chun-wei Fan [Thu, 15 Mar 2012 08:39:52 +0000 (16:39 +0800)]
Fix "install" paths in VS property sheets

...and cleanup the VS2010 property sheets a little bit

12 years ago[l10n] Updated German translation
Mario Blättermann [Wed, 14 Mar 2012 21:27:33 +0000 (22:27 +0100)]
[l10n] Updated German translation

12 years agoGSimpleAsyncResult: support reliable cancellation
Ryan Lortie [Tue, 13 Mar 2012 20:09:01 +0000 (16:09 -0400)]
GSimpleAsyncResult: support reliable cancellation

Add a function g_simple_async_result_set_check_cancellable() to provide
a GCancellable that is checked for being cancelled during the call to
g_simple_async_result_propagate_error().

This gives asynchronous operation implementations an easy way to
provide reliable cancellation of those operations -- even in the case
that a positive result has occured and is pending dispatch at the time
the operation is cancelled.

https://bugzilla.gnome.org/show_bug.cgi?id=672013

12 years agoInvalidate single_va_closure when adding an emission hook
Mike Gorse [Tue, 13 Mar 2012 21:02:30 +0000 (16:02 -0500)]
Invalidate single_va_closure when adding an emission hook

If the optimization is used for only having one closure handling a
signal emission, then hooks will not be run, so it should be disabled
when an emission hook is added.

https://bugzilla.gnome.org/show_bug.cgi?id=671918

12 years agog_log: mask log level before checking prefix flags
Ryan Lortie [Wed, 14 Mar 2012 00:10:39 +0000 (20:10 -0400)]
g_log: mask log level before checking prefix flags

We check if the log level is in the "prefixed" list by checking it
against the g_log_msg_prefix bitfield.

Unfortunately we were failing to mask by G_LOG_LEVEL_MASK first, so if
the FATAL bit was set (for example) then it would never match.  This was
the case for g_error().

https://bugzilla.gnome.org/show_bug.cgi?id=672026

12 years agoglib-init: restore default for G_MESSAGES_PREFIXED
Ryan Lortie [Wed, 14 Mar 2012 00:08:27 +0000 (20:08 -0400)]
glib-init: restore default for G_MESSAGES_PREFIXED

In the glib-init shuffle this ended up being set to no messages prefixed
by default.  Fix that so that we have prefixes back.

https://bugzilla.gnome.org/show_bug.cgi?id=672026

12 years agoglib-init: fix obvious buffer size mismatch
Ryan Lortie [Wed, 14 Mar 2012 00:08:01 +0000 (20:08 -0400)]
glib-init: fix obvious buffer size mismatch

12 years agoUpdated British English translation
Bruce Cowan [Tue, 13 Mar 2012 13:48:15 +0000 (13:48 +0000)]
Updated British English translation

12 years agoUpdated Danish translation
Kenneth Nielsen [Tue, 13 Mar 2012 08:11:21 +0000 (09:11 +0100)]
Updated Danish translation

12 years agoGSocketMsgFlags: annotate as a flags
Ryan Lortie [Mon, 12 Mar 2012 20:43:15 +0000 (16:43 -0400)]
GSocketMsgFlags: annotate as a flags

This was being incorrectly guessed as an enum.  Fix that.

https://bugzilla.gnome.org/show_bug.cgi?id=671942

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Mon, 12 Mar 2012 17:18:55 +0000 (18:18 +0100)]
Updated Norwegian bokmål translation

12 years agoFinnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation...
Timo Jyrinki [Mon, 12 Mar 2012 09:02:04 +0000 (11:02 +0200)]
Finnish translation update from l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint

12 years agoUpdated Esperanto translation
Kristjan SCHMIDT [Sun, 11 Mar 2012 11:02:28 +0000 (12:02 +0100)]
Updated Esperanto translation

12 years agoUpdated Polish translation
Piotr Drąg [Fri, 9 Mar 2012 21:18:45 +0000 (22:18 +0100)]
Updated Polish translation

12 years agologging test: unset G_MESSAGES_DEBUG
Ryan Lortie [Fri, 9 Mar 2012 15:29:32 +0000 (10:29 -0500)]
logging test: unset G_MESSAGES_DEBUG

Having G_MESSAGES_DEBUG=all in the environment will fail this testcase.

12 years agodeprecated threads: fix race in GStaticRecMutex
Mark Janossy [Fri, 9 Mar 2012 14:54:23 +0000 (09:54 -0500)]
deprecated threads: fix race in GStaticRecMutex

The very last access to the 'depth' field of GStaticRecMutex in
g_static_rec_mutex_unlock_full() was being performed after dropping the
implementation mutex for the last time.

This allowed the lock to be dropped an additional time if it was
acquired in another thread right at that instant (which is somewhat
likely, since another thread could have just been woken up by the lock
being released).

https://bugzilla.gnome.org/show_bug.cgi?id=670846

12 years agoFix crash in signal emission optimization
Alexander Larsson [Fri, 9 Mar 2012 10:32:45 +0000 (11:32 +0100)]
Fix crash in signal emission optimization

The trace of the signal emission of the was calculating the instance
type after the instance was unrefed. Fix this by keeping the instance type around.

12 years agosignal emission: Allocate instance_and_param with alloca
Alexander Larsson [Fri, 9 Mar 2012 08:32:06 +0000 (09:32 +0100)]
signal emission: Allocate instance_and_param with alloca

This Gives a 5% performance increase in e.g. the emit-handled test.

12 years agoUse native glib-genmarshal when cross-compiling
Erik van Pienbroek [Thu, 8 Mar 2012 19:29:18 +0000 (20:29 +0100)]
Use native glib-genmarshal when cross-compiling

The ability to cross-compile glib got broken after the
merge of the 'signal-performance' branch as the assumption
was made that the generated glib-genmarshal can be executed
on the host (which isn't valid when cross-compiling).

Fixed this by using the just-built glib-genmarshal for normal
compilations and the native (host) glib-genmarshal when doing a
cross-compilation as was also done in several other areas of GLib

Tested for host=x86_64-unknown-linux-gnu, target=x86_64-unknown-linux-gnu
and host=x86_64-unknown-linux-gnu, target=i686-w64-mingw32

https://bugzilla.gnome.org/show_bug.cgi?id=671676

12 years agogio-querymodules: unlink instead of writing empty cache
Ryan Lortie [Thu, 8 Mar 2012 16:55:09 +0000 (11:55 -0500)]
gio-querymodules: unlink instead of writing empty cache

If there are no modules installed then the most appropriate thing is to
have no cachefile instead of an empty one.  This unbreaks the "clean
directory after 'make uninstall'" check that automake does.

https://bugzilla.gnome.org/show_bug.cgi?id=671664

12 years agomsvc_recommended_pragmas.h: Silence C4819 warnings
Chun-wei Fan [Thu, 8 Mar 2012 09:18:43 +0000 (17:18 +0800)]
msvc_recommended_pragmas.h: Silence C4819 warnings

This warning appears when unicode chars that cannot be displayed in the
current Windows code page is used anywhere in the file, including comment
blocks.  We probably don't need to see these, especially as problems
caused by such characters are manifested as other warnings or errors,
for example, the need to add BOM to a file when compiling code with
complex script on Windows.

12 years agoAssamese translation completed
Nilamdyuti Goswami [Thu, 8 Mar 2012 08:38:11 +0000 (14:08 +0530)]
Assamese translation completed

12 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Chao-Hsiung Liao [Thu, 8 Mar 2012 07:56:14 +0000 (15:56 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

12 years agoUpdate config.h.win32(.in)
Chun-wei Fan [Thu, 8 Mar 2012 07:34:39 +0000 (15:34 +0800)]
Update config.h.win32(.in)

Remove the config for ENABLE_REGEX, as GRegex is now included in all builds.

12 years agoglib-genmarshal.c: Use G_VA_COPY instead of va_copy()
Chun-wei Fan [Thu, 8 Mar 2012 07:04:17 +0000 (15:04 +0800)]
glib-genmarshal.c: Use G_VA_COPY instead of va_copy()

In the code generation portion, va_copy() is not universally available,
so use the existing G_VA_COPY macro that in turn calls va_copy() if it
is available or call an appropriate emulation otherwise.

12 years agoUse G_VA_COPY instead of va_copy()
Chun-wei Fan [Thu, 8 Mar 2012 06:51:22 +0000 (14:51 +0800)]
Use G_VA_COPY instead of va_copy()

va_vopy() is not universally available in all compilers, so make use of
the existing G_VA_COPY macro which either calls va_copy() if it is
available, or emulates it if otherwise.

12 years agogobject: Fix a compiler warning
Emmanuele Bassi [Wed, 7 Mar 2012 12:53:14 +0000 (12:53 +0000)]
gobject: Fix a compiler warning

Shuffle the parenthesis around.

12 years agotests: fix GAction test for headless run
Cosimo Cecchi [Wed, 7 Mar 2012 03:10:53 +0000 (22:10 -0500)]
tests: fix GAction test for headless run

12 years agoAssamese translation completed
Nilamdyuti Goswami [Tue, 6 Mar 2012 16:13:24 +0000 (21:43 +0530)]
Assamese translation completed

12 years agoUpdated Korean translation
Seong-ho Cho [Tue, 6 Mar 2012 14:50:59 +0000 (23:50 +0900)]
Updated Korean translation

12 years agoFix unused variable warning
Alexander Larsson [Tue, 6 Mar 2012 10:35:17 +0000 (11:35 +0100)]
Fix unused variable warning

12 years agoGUnix{Input,Output}Stream: Only release cancelable poll-fd if we allocated it
David Zeuthen [Mon, 5 Mar 2012 17:57:32 +0000 (12:57 -0500)]
GUnix{Input,Output}Stream: Only release cancelable poll-fd if we allocated it

Otherwise we get criticals a'la

 GLib-GIO-CRITICAL **: g_cancellable_release_fd: assertion `cancellable->priv->fd_refcount > 0' failed

when reading/writing to certain kinds of file descriptors.

Patch reviewed by Dan Winship on IRC.

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agobump version
Matthias Clasen [Mon, 5 Mar 2012 16:43:20 +0000 (11:43 -0500)]
bump version

12 years agoUse G_DEFINE_CONSTRUCTOR for the glib_init constructor
Alexander Larsson [Mon, 5 Mar 2012 14:05:07 +0000 (15:05 +0100)]
Use G_DEFINE_CONSTRUCTOR for the glib_init constructor

No need to hand-roll this when we have a macro version.

12 years ago2.31.20 2.31.20
Matthias Clasen [Mon, 5 Mar 2012 14:01:20 +0000 (09:01 -0500)]
2.31.20

12 years agoUpdate glib-genmarshal docs
Matthias Clasen [Mon, 5 Mar 2012 13:32:07 +0000 (08:32 -0500)]
Update glib-genmarshal docs

A bunch of new commandline options sneaked in without docs...

12 years agoFix a compiler warning
Matthias Clasen [Mon, 5 Mar 2012 12:54:47 +0000 (07:54 -0500)]
Fix a compiler warning

12 years agogobject: Fix symbol lists
Matthias Clasen [Mon, 5 Mar 2012 12:34:58 +0000 (07:34 -0500)]
gobject: Fix symbol lists

12 years agoMore updates
Matthias Clasen [Mon, 5 Mar 2012 12:02:53 +0000 (07:02 -0500)]
More updates

12 years agoMerge branch 'signal-performance'
Alexander Larsson [Mon, 5 Mar 2012 11:29:45 +0000 (12:29 +0100)]
Merge branch 'signal-performance'