platform/upstream/glib.git
12 years agoNews for 2.29.16
Matthias Clasen [Sun, 14 Aug 2011 04:47:04 +0000 (00:47 -0400)]
News for 2.29.16

12 years agohmac: Implementation of HMAC in glib
Stef Walter [Sun, 14 Aug 2011 07:27:45 +0000 (09:27 +0200)]
hmac: Implementation of HMAC in glib

This implements g_hmac_xxx() functionality using the standard checksum
functions supported by glib.

HMAC is a secure way to hash a key and a password. Many other
approaches fraught with append and prepend issues.

Includes test cases defined in relevant RFCs

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

12 years agoAdd G_VALUE_INIT
Marc-André Lureau [Sun, 17 Jul 2011 19:18:04 +0000 (21:18 +0200)]
Add G_VALUE_INIT

The implementation of GValue is not public or documented.  When
allocated on the stack, initializing a GValue is usually done as
documented with:

GValue value = { 0, };

There is lot code around (including WebKit) that added all the missing
fields, resulting in this ugly and non-obvious:

GValue value = { 0, { { 0 } } };

However, this doesn't play nice with -Wmissing-field-initializers for
example. Thus, G_VALUE_INIT.

http://bugzilla.gnome.org/show_bug.cgi?id=654793
http://bugzilla.gnome.org/show_bug.cgi?id=577231

12 years agoDon't finish gtls connection if the handshake failed
Sjoerd Simons [Wed, 10 Aug 2011 13:56:13 +0000 (15:56 +0200)]
Don't finish gtls connection if the handshake failed

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

12 years agoGDBusProxy: on_properties_changed initialize some variables
Matthias Clasen [Sat, 13 Aug 2011 20:09:41 +0000 (16:09 -0400)]
GDBusProxy: on_properties_changed initialize some variables

This avoids calling g_variant_unref and g_free on uninitialized memory
if PropertiesChanged is received in the creating thread's thread-default
main context's thread, at the same time as releasing the last ref in
another thread. This would result in "goto out" before the variables
freed after that label had been initialized to NULL.

Based on a patch by Simon McVittie, bug 656282

12 years agogdatetime: Add a test for %OM
Matthias Clasen [Sat, 13 Aug 2011 19:48:47 +0000 (15:48 -0400)]
gdatetime: Add a test for %OM

12 years agoRemove a gccism
Matthias Clasen [Sat, 13 Aug 2011 19:29:29 +0000 (15:29 -0400)]
Remove a gccism

Pointed out in bug 656152.

12 years agoFix statfs/statvfs decision
Matthias Clasen [Sat, 13 Aug 2011 19:07:38 +0000 (15:07 -0400)]
Fix statfs/statvfs decision

We want to force use of statvfs when statfs is deficient.
This does not make any difference on Linux.

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

12 years agoTrivial typo fix
Matthias Clasen [Sat, 13 Aug 2011 17:53:34 +0000 (13:53 -0400)]
Trivial typo fix

12 years agoIn addition to /media and $HOME, also show mounts in $XDG_USER_DIR
David Zeuthen [Fri, 12 Aug 2011 15:10:22 +0000 (11:10 -0400)]
In addition to /media and $HOME, also show mounts in $XDG_USER_DIR

Prepare for the future where udisks will use $XDG_USER_DIR/Volumes
instead of /media when mounting filesystems on behalf of the user.

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agoUpdated Indonesian translation
Andika Triwidada [Fri, 12 Aug 2011 08:48:34 +0000 (15:48 +0700)]
Updated Indonesian translation

12 years agoUpdate VS property sheets ("install" phase)
Chun-wei Fan [Fri, 12 Aug 2011 03:43:40 +0000 (11:43 +0800)]
Update VS property sheets ("install" phase)

Copy the new GioTLS headers that were introduced into the GIO
library in commit  0f99cfa8822514dc6b7ccbc59efbe68f27aeb172 during the
"install" stage.

12 years agoUpdated Bulgarian translation
Alexander Shopov [Thu, 11 Aug 2011 17:55:20 +0000 (20:55 +0300)]
Updated Bulgarian translation

12 years ago[gobject] Fix G_DEFINE_BOXED_TYPE compilation with C++
Behdad Esfahbod [Thu, 11 Aug 2011 17:02:14 +0000 (19:02 +0200)]
[gobject] Fix G_DEFINE_BOXED_TYPE compilation with C++

12 years ago[gi] Add missing (out) annotation to g_dbus_{node,interface}_info_generate_xml()
Martin Pitt [Thu, 11 Aug 2011 12:08:33 +0000 (14:08 +0200)]
[gi] Add missing (out) annotation to g_dbus_{node,interface}_info_generate_xml()

12 years ago[gi] Add missing Gio transfer annotations
Martin Pitt [Thu, 11 Aug 2011 09:36:22 +0000 (11:36 +0200)]
[gi] Add missing Gio transfer annotations

12 years ago[gi] Fix parameter name typos in Gio docstrings
Martin Pitt [Thu, 11 Aug 2011 09:05:31 +0000 (11:05 +0200)]
[gi] Fix parameter name typos in Gio docstrings

Found by GIR compiler when building gobject-introspection:

gir/gio-2.0.c:33525: Warning: Gio: g_tls_password_set_description: unknown
parameter 'flags' in documentation comment, should be one of 'password',
'description'
gir/gio-2.0.c:14568: Warning: Gio: g_action_group_action_state_changed: unknown
parameter 'state' in documentation comment, should be one of 'action_group',
'action_name', 'value'

12 years agoBug 652827: Update config.h.win32.in
Chun-wei Fan [Thu, 11 Aug 2011 07:30:48 +0000 (15:30 +0800)]
Bug 652827: Update config.h.win32.in

Add check macro for HAVE_WIN32_BUILTINS_FOR_ATOMIC_OPERATIONS, as it is
now required for MSVC builds of glib/gatomic.c GLib 2.29.15+.

It is true that the MinGW cross-compiler on Linux systems will have
HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS and
HAVE_WIN32_BUILTINS_FOR_ATOMIC_OPERATIONS defined during the completion
of ./configure, but since this file is primarily meant for people
compiling -on- Windows (and that the "native" Windows MinGW would neither
./configure to define HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS and
HAVE_WIN32_BUILTINS_FOR_ATOMIC_OPERATIONS), this file will be updated as
it is for now at least until the situation for "native" Windows MinGW
change. (please see Bug 652827 regarding this paragraph)

12 years agoBug 652827 - glib-2.29.8 no longer builds with mingw.org's toolchain
Behdad Esfahbod [Tue, 9 Aug 2011 17:43:34 +0000 (19:43 +0200)]
Bug 652827 - glib-2.29.8 no longer builds with mingw.org's toolchain

Check for Win32 atomic intrinsics.

12 years agoCleanup gatomic checks
Behdad Esfahbod [Thu, 11 Aug 2011 06:33:23 +0000 (08:33 +0200)]
Cleanup gatomic checks

12 years agoFix typo
Behdad Esfahbod [Thu, 11 Aug 2011 06:11:06 +0000 (08:11 +0200)]
Fix typo

12 years ago[gi] Add missing transfer annotation to g_dbus_node_info_lookup_interface()
Martin Pitt [Wed, 10 Aug 2011 20:50:26 +0000 (22:50 +0200)]
[gi] Add missing transfer annotation to g_dbus_node_info_lookup_interface()

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 10 Aug 2011 13:12:54 +0000 (15:12 +0200)]
Updated Norwegian bokmål translation

12 years ago[gi] Add missing (allow-none) annotations to g_dbus_connection_register_object()
Martin Pitt [Tue, 9 Aug 2011 12:51:34 +0000 (14:51 +0200)]
[gi] Add missing (allow-none) annotations to g_dbus_connection_register_object()

12 years agoIgnore lcov-produced files in top-level .gitignore
Simon McVittie [Mon, 8 Aug 2011 16:18:08 +0000 (17:18 +0100)]
Ignore lcov-produced files in top-level .gitignore

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=656162
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
12 years agoAllow current lcov (version 1.9) to be used for coverage
Simon McVittie [Mon, 8 Aug 2011 14:48:27 +0000 (15:48 +0100)]
Allow current lcov (version 1.9) to be used for coverage

It seems to work fine with the same invocation already used.

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=656162
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
12 years agoDocument libffi as new dependency
Matthias Clasen [Mon, 8 Aug 2011 21:16:07 +0000 (23:16 +0200)]
Document libffi as new dependency

12 years agoUpdated Galician translations
Fran Dieguez [Sat, 6 Aug 2011 20:33:00 +0000 (22:33 +0200)]
Updated Galician translations

12 years agoRequire Python 2.5 explicitly
Colin Walters [Sat, 6 Aug 2011 13:36:49 +0000 (09:36 -0400)]
Require Python 2.5 explicitly

Without someone to regularly test 2.4, and since the code in reality
requires 2.5, switch to that for now.

12 years agoconfigure: Fix statvfs/statfs detection
Colin Walters [Sat, 6 Aug 2011 13:22:44 +0000 (09:22 -0400)]
configure: Fix statvfs/statfs detection

Add missing 'x' as pointed out by declanw@is.bbc.co.uk

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

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Sat, 6 Aug 2011 13:02:50 +0000 (16:02 +0300)]
Updated Hebrew translation.

12 years agoAdd missing GVariant annotations
Pavel Holejsovsky [Fri, 5 Aug 2011 14:31:06 +0000 (16:31 +0200)]
Add missing GVariant annotations

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

12 years agogio/tests/.gitignore: fix
Dan Winship [Fri, 5 Aug 2011 23:43:47 +0000 (19:43 -0400)]
gio/tests/.gitignore: fix

12 years agoUpdated French translation
Claude Paroz [Fri, 5 Aug 2011 15:04:50 +0000 (17:04 +0200)]
Updated French translation

12 years ago[l10n] Updated German translation
Mario Blättermann [Fri, 5 Aug 2011 10:11:02 +0000 (12:11 +0200)]
[l10n] Updated German translation

12 years agogio enums: Remove trailing commas
Murray Cumming [Thu, 4 Aug 2011 19:47:07 +0000 (21:47 +0200)]
gio enums: Remove trailing commas

12 years agoFix up ABI symbols after GTlsDatabase merge.
Stef Walter [Thu, 4 Aug 2011 07:43:45 +0000 (09:43 +0200)]
Fix up ABI symbols after GTlsDatabase merge.

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

12 years agoGTlsDatabase and related objects
Stef Walter [Thu, 4 Aug 2011 06:54:55 +0000 (08:54 +0200)]
GTlsDatabase and related objects

The database is an abstract object implemented by the various TLS
backends, which is used by GTlsConnection to lookup certificates
and keys, as well as verify certificate chains.

Also add GTlsInteraction, which can be used to prompt the user
for a password or PIN (used with the database).

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

12 years agobuild: Pass ZLIB_CFLAGS for gio build
kotarou [Wed, 3 Aug 2011 12:46:04 +0000 (08:46 -0400)]
build: Pass ZLIB_CFLAGS for gio build

Otherwise we will fail if zlib is in an alternative prefix.

Commit message written by Colin Walters <walters@verbum.org>

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

12 years agog_cancellable_get_fd: silently return -1 for NULL cancellable
Owen W. Taylor [Fri, 29 Jul 2011 19:38:54 +0000 (15:38 -0400)]
g_cancellable_get_fd: silently return -1 for NULL cancellable

This keeps compatibility with previous behavior.

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

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agoGDBusConnection: Only apply exit-on-closed semantics if properly initialized
David Zeuthen [Mon, 1 Aug 2011 15:54:47 +0000 (11:54 -0400)]
GDBusConnection: Only apply exit-on-closed semantics if properly initialized

Otherwise there is no point in gracefully handling the error...

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

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agoUpdated Russian translation
Yuri Kozlov [Sun, 31 Jul 2011 20:10:59 +0000 (00:10 +0400)]
Updated Russian translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Fri, 29 Jul 2011 17:59:58 +0000 (19:59 +0200)]
Updated Spanish translation

12 years agoUpdated Swedish translation
Daniel Nylander [Fri, 29 Jul 2011 07:50:43 +0000 (09:50 +0200)]
Updated Swedish translation

12 years agoRevert "Optimize g_[s]list_free_full a bit"
Matthias Clasen [Thu, 28 Jul 2011 03:27:24 +0000 (23:27 -0400)]
Revert "Optimize g_[s]list_free_full a bit"

This reverts commit 98b667d052b1274f80b8898a32d0753e9e2e5c1a.

The commit was not actually an optimization, since g_list_free is
pretty smart.

12 years agoAdded TLS PEM parser unit test
Nicolas Dufresne [Mon, 25 Jul 2011 19:59:58 +0000 (15:59 -0400)]
Added TLS PEM parser unit test

12 years agoRework PEM parsing to not be order dependent
Nicolas Dufresne [Mon, 20 Jun 2011 22:49:39 +0000 (18:49 -0400)]
Rework PEM parsing to not be order dependent

Some valid PEM file would not work because the private key was put
before the certificate.

12 years agoDocs: Correct the namespace for g_file_query_filesystem_info()
Tomas Bzatek [Tue, 26 Jul 2011 15:32:53 +0000 (17:32 +0200)]
Docs: Correct the namespace for g_file_query_filesystem_info()

12 years agoUpdated glib-zip.in a bit further
Chun-wei Fan [Tue, 26 Jul 2011 15:23:31 +0000 (23:23 +0800)]
Updated glib-zip.in a bit further

Missed the bin/gsettings.exe part (corrected from bin/gsettings.)

12 years agoutf8: annotate the end pointer in g_utf8_validate as out + allow-none
Cosimo Cecchi [Tue, 26 Jul 2011 14:44:18 +0000 (16:44 +0200)]
utf8: annotate the end pointer in g_utf8_validate as out + allow-none

12 years agoMore gdbus-codegen fixed to build on non-Unix
David Zeuthen [Tue, 26 Jul 2011 14:05:57 +0000 (10:05 -0400)]
More gdbus-codegen fixed to build on non-Unix

https://bugzilla.gnome.org/show_bug.cgi?id=655148#c6

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agogtester: small Windows fix
Ryan Lortie [Tue, 26 Jul 2011 11:49:20 +0000 (13:49 +0200)]
gtester: small Windows fix

This code was unconditionally present in the gtester Makefile:

test-nonrecursive: ${TEST_PROGS}

On Windows, our testcases are compiled with a .exe suffix.  That means
that if we had 'foo' in TEST_PROGS, running "make check" would depend on
'foo' (not foo.exe) being compiled.

We could bring the EXEEXT in here to fix that up, but gtester doesn't
work on Windows at all, so better to just disable it in that case.

12 years agoGDateTime test: 1970 doesn't exist on Windows
Ryan Lortie [Tue, 26 Jul 2011 11:38:04 +0000 (13:38 +0200)]
GDateTime test: 1970 doesn't exist on Windows

It is not safe to call the system library mktime() function on Windows
with a date in the 70s.  Use 1990 instead.

12 years agog_format_size: fix on Windows
Ryan Lortie [Tue, 26 Jul 2011 11:29:01 +0000 (13:29 +0200)]
g_format_size: fix on Windows

The long format that displays the exact number of bytes with separators
(ie: "123,456,789 bytes") uses the ' format modifier, which is
unsupported on Windows.  Disable that for now, until we come up with a
better solution.

12 years agog_format_size: avoid silly GString use
Ryan Lortie [Tue, 26 Jul 2011 11:26:10 +0000 (13:26 +0200)]
g_format_size: avoid silly GString use

We were using a GString for the purpose of doing a single printf().  Do
g_strdup_printf() instead.

12 years agoUpdate glib-zip.in
Dieter Verfaillie [Mon, 18 Jul 2011 12:20:18 +0000 (14:20 +0200)]
Update glib-zip.in

12 years agoglocalfile: don't bother with fstype on win32
Ryan Lortie [Tue, 26 Jul 2011 09:20:12 +0000 (11:20 +0200)]
glocalfile: don't bother with fstype on win32

Fixes the broken build on Windows.

12 years agoMerge branch 'gwakeup'
Ryan Lortie [Tue, 26 Jul 2011 08:50:25 +0000 (10:50 +0200)]
Merge branch 'gwakeup'

12 years agoGWakeup: fix Windows build breakage
Ryan Lortie [Mon, 25 Jul 2011 16:59:27 +0000 (18:59 +0200)]
GWakeup: fix Windows build breakage

...from the attempt to make it private.

12 years ago.gitignore the gwakeup-fallback testcase
Ryan Lortie [Mon, 25 Jul 2011 16:52:36 +0000 (18:52 +0200)]
.gitignore the gwakeup-fallback testcase

12 years agoRemove g_wakeup_* from glib.symbols
Ryan Lortie [Mon, 25 Jul 2011 16:52:18 +0000 (18:52 +0200)]
Remove g_wakeup_* from glib.symbols

12 years agoGWakeup: make it private API
Ryan Lortie [Mon, 25 Jul 2011 16:50:45 +0000 (18:50 +0200)]
GWakeup: make it private API

Colin requests that we keep this one private for now.

Include it at each point of use (libglib, libgio, tests).

12 years agoGWakeup: test fallback case
Ryan Lortie [Mon, 25 Jul 2011 15:43:28 +0000 (17:43 +0200)]
GWakeup: test fallback case

We need to test the case of eventfd in the libc but no kernel support.

In order to do that, we add a separate compile of the GWakeup testcase
that interposes an 'eventfd' symbol that always returns -1 with errno
set.  That will trigger the fallback case.

12 years agoGWakeup: add signal safety note
Ryan Lortie [Mon, 25 Jul 2011 14:35:08 +0000 (16:35 +0200)]
GWakeup: add signal safety note

Note that g_wakeup_signal() is safe to call from a UNIX signal handler
(since this is a likely place to want to call it from).

12 years agoMore fixes for non-Unix builds
David Zeuthen [Mon, 25 Jul 2011 14:31:17 +0000 (10:31 -0400)]
More fixes for non-Unix builds

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agoFix the build on non-Unix
David Zeuthen [Mon, 25 Jul 2011 13:56:01 +0000 (09:56 -0400)]
Fix the build on non-Unix

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

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agoGWakeup .gitignore fixes
Ryan Lortie [Mon, 25 Jul 2011 13:08:47 +0000 (15:08 +0200)]
GWakeup .gitignore fixes

12 years agogtk-doc GWakeup
Ryan Lortie [Mon, 25 Jul 2011 12:37:18 +0000 (14:37 +0200)]
gtk-doc GWakeup

12 years agoGCancellable: port to GWakeup
Ryan Lortie [Mon, 25 Jul 2011 13:02:28 +0000 (15:02 +0200)]
GCancellable: port to GWakeup

12 years agoport GMainContext to GWakeup
Ryan Lortie [Mon, 25 Jul 2011 13:07:33 +0000 (15:07 +0200)]
port GMainContext to GWakeup

12 years agoadd a couple of testcases for GWakeup
Ryan Lortie [Mon, 25 Jul 2011 13:07:16 +0000 (15:07 +0200)]
add a couple of testcases for GWakeup

12 years agoAdd GWakeup
Ryan Lortie [Mon, 25 Jul 2011 13:05:03 +0000 (15:05 +0200)]
Add GWakeup

GWakeup is a utility class to handle the cross-thread signalling needs
of GMainContext and GCancellable.  It may find some other users as well.

The desire here is to properly hide the implementation details in a
module which can be properly unit tested and used in GMainContext and
GCancellable without a rats nest of #ifdef.

12 years agog_unix_open_pipe: fix some bugs
Ryan Lortie [Mon, 25 Jul 2011 13:25:13 +0000 (15:25 +0200)]
g_unix_open_pipe: fix some bugs

Fix some bugs in the fallback case of g_unix_open_pipe:

  - close both halves of the pipe on error (not just one)

  - set the cloexec flag on both halves of the pipe (instead of settings
    it twice on one half)

12 years agoWindows (mingw32) .gitignore additions
Ryan Lortie [Mon, 25 Jul 2011 13:09:57 +0000 (15:09 +0200)]
Windows (mingw32) .gitignore additions

12 years agoDocs: Fix tiny typo.
Murray Cumming [Mon, 25 Jul 2011 07:23:51 +0000 (09:23 +0200)]
Docs: Fix tiny typo.

12 years agoUpdate Windows READMEs
Chun-wei Fan [Mon, 25 Jul 2011 03:42:17 +0000 (11:42 +0800)]
Update Windows READMEs

-Tell people about that libFFI is now needed.
-Tell people not to compile GLib in paths containing spaces.

12 years agogio/tests/socket: add some basic IPv4 and IPv6 tests
Dan Winship [Sun, 24 Jul 2011 18:55:05 +0000 (14:55 -0400)]
gio/tests/socket: add some basic IPv4 and IPv6 tests

12 years agoGSocket: fix connected state after async connect
Dan Winship [Sun, 24 Jul 2011 18:52:03 +0000 (14:52 -0400)]
GSocket: fix connected state after async connect

socket->priv->connected was only being set if g_socket_connect()
succeeded right away; in the case where it returns G_IO_ERROR_PENDING,
it never got set. Fix that by having g_socket_check_connect_result()
set it on success.

12 years agoupdate .gitignore
Dan Winship [Sun, 24 Jul 2011 16:41:11 +0000 (12:41 -0400)]
update .gitignore

12 years agoExplicitly unset the session bus address for the peer tests
Matthias Clasen [Sun, 24 Jul 2011 01:59:49 +0000 (21:59 -0400)]
Explicitly unset the session bus address for the peer tests

Otherwise, we may run into trouble as opening a peer-to-peer
connection uses a socket client, which uses a proxy resolver
which may end up using gsettings, whose dconf backend may end
up using the session bus to talk to dconfd...

12 years agoProperly bring up a session bus for application tests
Matthias Clasen [Sun, 24 Jul 2011 01:16:28 +0000 (21:16 -0400)]
Properly bring up a session bus for application tests

As pointed out in bug 644601, session_bus_up() requires
us to set up environment variables for things to work.

12 years agoFix a typo
Matthias Clasen [Sun, 24 Jul 2011 01:07:39 +0000 (21:07 -0400)]
Fix a typo

12 years agoUpdated Russian translation
Yuri Kozlov [Sat, 23 Jul 2011 14:54:03 +0000 (18:54 +0400)]
Updated Russian translation

12 years ago[l10n] Updated Italian translation
Luca Ferretti [Sat, 23 Jul 2011 12:52:13 +0000 (14:52 +0200)]
[l10n] Updated Italian translation

12 years agoGDesktopAppInfo: Add g_desktop_app_info_get_show_in()
Vincent Untz [Thu, 21 Jul 2011 13:23:00 +0000 (15:23 +0200)]
GDesktopAppInfo: Add g_desktop_app_info_get_show_in()

Necessary for rebasing gnome-menus on top of GDesktopAppInfo.

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

12 years agoglib.symbols: Update for expected ABI changes
Colin Walters [Fri, 22 Jul 2011 17:39:21 +0000 (13:39 -0400)]
glib.symbols: Update for expected ABI changes

12 years agoglib-2.0.pc: Add -lrt to private libraries to assist static linking
Colin Walters [Fri, 22 Jul 2011 16:41:41 +0000 (12:41 -0400)]
glib-2.0.pc: Add -lrt to private libraries to assist static linking

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

12 years agoRevert addition of g_key_file_has_key_full
Colin Walters [Fri, 22 Jul 2011 14:31:27 +0000 (10:31 -0400)]
Revert addition of g_key_file_has_key_full

Per IRC discussion, we can just ask bindings to use
g_key_file_get_value() to test for the existence of a key.

I left the "fixed" code in the source tree as static because it makes
more sense to me.

12 years agoDon't use deprecated G_UNICODE_COMBINING_MARK
Behdad Esfahbod [Fri, 22 Jul 2011 14:33:47 +0000 (10:33 -0400)]
Don't use deprecated G_UNICODE_COMBINING_MARK

12 years agogitignore tweaks
Ryan Lortie [Fri, 22 Jul 2011 13:47:11 +0000 (15:47 +0200)]
gitignore tweaks

12 years agoRename a few arguments
Ryan Lortie [Fri, 22 Jul 2011 11:44:31 +0000 (13:44 +0200)]
Rename a few arguments

To fix header/function/doc-string mismatches.

12 years agoHave gtk-doc ignore some #defines
Ryan Lortie [Fri, 22 Jul 2011 11:41:13 +0000 (13:41 +0200)]
Have gtk-doc ignore some #defines

We prefer to have gtk-doc pick up the function rather than the macro.

12 years agoReplace @Varargs with @...
Ryan Lortie [Fri, 22 Jul 2011 11:25:32 +0000 (13:25 +0200)]
Replace @Varargs with @...

to make gtk-doc happy.

12 years agoRemove duplicate 'struct real_pcre' declaration
Ryan Lortie [Fri, 22 Jul 2011 10:59:44 +0000 (12:59 +0200)]
Remove duplicate 'struct real_pcre' declaration

The redundant forward declaration of 'struct real_pcre' before the
typedef was tripping up gtk-doc.  Remove it.

12 years agoAdd deprecation guard to G_UNICODE_COMBINING_MARK
Ryan Lortie [Fri, 22 Jul 2011 10:59:11 +0000 (12:59 +0200)]
Add deprecation guard to G_UNICODE_COMBINING_MARK

...since it's deprecated now and documented as such.

12 years agoReword some docs comments to avoid 'Returns ...'
Ryan Lortie [Fri, 22 Jul 2011 10:57:59 +0000 (12:57 +0200)]
Reword some docs comments to avoid 'Returns ...'

If gtk-doc sees 'Returns ...' written in the text of the documentation
for a macro, it thinks that you are talking about the return value.

Avoid doing that and use 'Returns:' explicitly if we mean to.

12 years agomove 'Since:' tags down
Ryan Lortie [Fri, 22 Jul 2011 10:57:06 +0000 (12:57 +0200)]
move 'Since:' tags down

gtk-doc wants the Since: tag to be the absolute last thing in the docs
comment.

12 years agoAdd g_ptr_array_new_full
Xavier Claessens [Thu, 14 Jul 2011 08:51:06 +0000 (10:51 +0200)]
Add g_ptr_array_new_full

Fixes bug #654450

12 years agoBump the version
Ryan Lortie [Fri, 22 Jul 2011 07:48:34 +0000 (09:48 +0200)]
Bump the version

12 years agoRelease 2.29.14 2.29.14
Ryan Lortie [Fri, 22 Jul 2011 06:55:35 +0000 (08:55 +0200)]
Release 2.29.14