platform/upstream/glib.git
12 years ago2.29.12 2.29.12
Matthias Clasen [Wed, 20 Jul 2011 03:02:05 +0000 (23:02 -0400)]
2.29.12

12 years agoDrop the warnings.sgml template
Matthias Clasen [Wed, 20 Jul 2011 00:40:28 +0000 (20:40 -0400)]
Drop the warnings.sgml template

12 years agoDocument how to unset attributes
Holger Berndt [Thu, 3 Jun 2010 01:22:36 +0000 (03:22 +0200)]
Document how to unset attributes

Unsetting won't work on all attributes. Currently, only
metadata attributes are supported.

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

12 years agoPass in NULL instead of g_cclosure_marshal_generic
Johan Dahlin [Tue, 19 Jul 2011 17:18:10 +0000 (14:18 -0300)]
Pass in NULL instead of g_cclosure_marshal_generic

NULL is now a shortcut for g_cclosure_marshal_generic, so avoid
referencing it directly.

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

12 years agoUse a generic marshaller if one is not specified
Johan Dahlin [Tue, 12 Jul 2011 16:39:45 +0000 (13:39 -0300)]
Use a generic marshaller if one is not specified

Since g_cclosure_marshal_generic is always enabled, it makes
sense to always use that instead of using generated ones.

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

12 years agoGSettings: remove key length restrictions
Ryan Lortie [Tue, 19 Jul 2011 14:12:30 +0000 (16:12 +0200)]
GSettings: remove key length restrictions

The key length now stands effectively unlimited at 1024 characters.

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

12 years agoFix doc formatting errors
Matthias Clasen [Tue, 19 Jul 2011 04:02:57 +0000 (00:02 -0400)]
Fix doc formatting errors

12 years agoMove GError docs inline and ditch template
Matthias Clasen [Tue, 19 Jul 2011 03:58:32 +0000 (23:58 -0400)]
Move GError docs inline and ditch template

12 years agoMove Unicode docs inline, ditch template
Matthias Clasen [Tue, 19 Jul 2011 03:23:17 +0000 (23:23 -0400)]
Move Unicode docs inline, ditch template

12 years agoRemove queue.sgml
Matthias Clasen [Tue, 19 Jul 2011 03:00:09 +0000 (23:00 -0400)]
Remove queue.sgml

12 years agoSimplify Hangul Jamo decomposition
Behdad Esfahbod [Mon, 18 Jul 2011 22:00:40 +0000 (18:00 -0400)]
Simplify Hangul Jamo decomposition

The algorithm is not copy/paste from Unicode anymore, but it's easy
enough to follow the logic.

12 years agoBug 654651 - Better g_unicode_canonical_decomposition()
Behdad Esfahbod [Mon, 18 Jul 2011 21:52:40 +0000 (17:52 -0400)]
Bug 654651 - Better g_unicode_canonical_decomposition()

Add g_unichar_fully_decompose().
Deprecate g_unicode_canonical_decomposition().

12 years agoAvoid failing arguments to statfs() test on systems which use statvfs.
Patrick Welche [Mon, 18 Jul 2011 16:58:01 +0000 (17:58 +0100)]
Avoid failing arguments to statfs() test on systems which use statvfs.

- move choice of statfs vs statvfs from gio/glocalfile.c to configure.ac
- if statvfs is the choice, then don't check number of arguments to statfs()
- use choice in gio/gunixmounts.c as well

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

12 years agogtester: Count inability to run a test in a binary as a failure
Benjamin Otte [Mon, 18 Jul 2011 12:10:35 +0000 (14:10 +0200)]
gtester: Count inability to run a test in a binary as a failure

Previously, when a binary did not run a single test - for whatever
reason, from the binary not existing to the binary not using the gtester
framework - no failures were recorded. Now we record a non-successful
run of a binary that did not start any tests as a failure, too.

Note that this does not change the behavior of any binaries that exit
successfully or that report the start of any gtester test.

12 years agogtester: Return a failure exit code when a test fails
Benjamin Otte [Mon, 18 Jul 2011 11:39:36 +0000 (13:39 +0200)]
gtester: Return a failure exit code when a test fails

Previously, gtester used the testcase_fail_count as the number of tests
that failed in the latest run testcase, but then use that as the return
value of main().

Now we count the failed testcases of the whole run.

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Mon, 18 Jul 2011 11:13:11 +0000 (13:13 +0200)]
Updated Norwegian bokmål translation

12 years agoMove version docs inline
Matthias Clasen [Mon, 18 Jul 2011 03:50:31 +0000 (23:50 -0400)]
Move version docs inline

12 years agoMove GQueue docs inline
Matthias Clasen [Mon, 18 Jul 2011 03:38:58 +0000 (23:38 -0400)]
Move GQueue docs inline

12 years agoUpdated Finnish translation
Tommi Vainikainen [Sun, 17 Jul 2011 21:45:45 +0000 (00:45 +0300)]
Updated Finnish translation

12 years agoGParamSpec: intern property names
Ryan Lortie [Thu, 14 Jul 2011 16:08:25 +0000 (18:08 +0200)]
GParamSpec: intern property names

Make it so that the ->name property on all GParamSpec objects is an
interned string.

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

12 years agoRemove comp_step_table table
Behdad Esfahbod [Thu, 14 Jul 2011 20:53:12 +0000 (16:53 -0400)]
Remove comp_step_table table

Reuse the pre-existing composition data.

12 years agoDocument, that the second part of a decompose() wouldn't decompose()
Behdad Esfahbod [Thu, 14 Jul 2011 20:26:58 +0000 (16:26 -0400)]
Document, that the second part of a decompose() wouldn't decompose()

This is not directly documented in Unicode, or I couldn't find it,
but the test I just added confirms that it is currently the case.

12 years ago[test] Move non-utf8 tests into unicode.c
Behdad Esfahbod [Thu, 14 Jul 2011 20:22:16 +0000 (16:22 -0400)]
[test] Move non-utf8 tests into unicode.c

12 years agoRemove stale comment
Behdad Esfahbod [Thu, 14 Jul 2011 20:19:46 +0000 (16:19 -0400)]
Remove stale comment

Unicode guarantees that.

12 years agoAdd tests for Unicode canonical composition/decomposition
Behdad Esfahbod [Thu, 14 Jul 2011 20:18:30 +0000 (16:18 -0400)]
Add tests for Unicode canonical composition/decomposition

Also update compose()/decompose() API corner cases and docs.

12 years agoMove declarations around
Behdad Esfahbod [Thu, 14 Jul 2011 03:18:53 +0000 (23:18 -0400)]
Move declarations around

So g_unichar API comes before g_utf8.

12 years agoBug 654195 - Add g_unichar_compose() and g_unichar_decompose()
Matthias Clasen [Thu, 14 Jul 2011 02:07:11 +0000 (22:07 -0400)]
Bug 654195 - Add g_unichar_compose() and g_unichar_decompose()

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Wed, 13 Jul 2011 20:36:37 +0000 (23:36 +0300)]
Updated Belarusian translation.

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Wed, 13 Jul 2011 20:30:49 +0000 (23:30 +0300)]
Updated Belarusian translation.

12 years agoUpdated Lithuanian translation
Aurimas Černius [Tue, 12 Jul 2011 20:21:25 +0000 (23:21 +0300)]
Updated Lithuanian translation

12 years agoUpdated Korean translation
Changwoo Ryu [Tue, 12 Jul 2011 17:51:03 +0000 (02:51 +0900)]
Updated Korean translation

12 years agoGDBusInterfaceSkeleton: fix odd use of floating refs
Ryan Lortie [Tue, 12 Jul 2011 00:56:57 +0000 (02:56 +0200)]
GDBusInterfaceSkeleton: fix odd use of floating refs

The get_properties() function was documented as returning a floating

Switch it over to returning a normal reference and patch a couple of
uses.

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

12 years agoGVariant: add g_variant_take_ref()
Ryan Lortie [Mon, 11 Jul 2011 12:27:53 +0000 (14:27 +0200)]
GVariant: add g_variant_take_ref()

This function implements the following logic:

  if (g_variant_is_floating (value))
    g_variant_ref_sink (value);

which is used for consuming the return value of callbacks that may or
may not return floating references.

This patch also replaces a few instances of the above code with the new
function (GSettings, GDBus) and lifts a long-standing restriction on the
use of floating values as the return value for signal handlers by
improving g_value_take_variant().

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

12 years agoUpdated Latvian translation.
Rudolfs Mazurs [Tue, 12 Jul 2011 13:29:33 +0000 (16:29 +0300)]
Updated Latvian translation.

12 years agoDocs: Fixed a typo.
Murray Cumming [Tue, 12 Jul 2011 10:09:31 +0000 (12:09 +0200)]
Docs: Fixed a typo.

12 years agotests: fix glib_translations_work()
Tim-Philipp Müller [Tue, 5 Jul 2011 13:30:31 +0000 (14:30 +0100)]
tests: fix glib_translations_work()

If setlocale() to our test locale fails, translations
won't work either.

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

12 years agoadd g_regex_escape_nul
Paolo Bonzini [Thu, 15 Apr 2010 06:23:00 +0000 (08:23 +0200)]
add g_regex_escape_nul

The function can be used to let regex compile non-NUL-terminated
strings without redesigning the way the pattern is stored in GRegex
objects and retrieved with g_regex_get_pattern.

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

12 years agoFix gtk-doc cross-linking among glib/gobject/gio
Matthias Clasen [Mon, 11 Jul 2011 03:55:52 +0000 (23:55 -0400)]
Fix gtk-doc cross-linking among glib/gobject/gio

Patch by Daniel Macks, bug 644687.

12 years agoTake out the timeout from the large-message test
Matthias Clasen [Mon, 11 Jul 2011 03:11:30 +0000 (23:11 -0400)]
Take out the timeout from the large-message test

This is an attempt to make the test not fail on build slaves,
which currently getting a timeout error here.

12 years agoDon't test negative values in ulong conversions
Matthias Clasen [Mon, 11 Jul 2011 01:57:45 +0000 (21:57 -0400)]
Don't test negative values in ulong conversions

This is failing on 32bit build slaves.

12 years agoDon't needlessly use "echo -e"
Martin Storsjo [Wed, 6 Jul 2011 13:41:44 +0000 (16:41 +0300)]
Don't needlessly use "echo -e"

The -e parameter to echo isn't recognized by echo in POSIX sh,
but isn't needed when no escaped characters need to be
interpreted.

This fixes building glib with a mingw cross compiler on Mac OS X.

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

12 years agoOptimize g_[s]list_free_full a bit
Matthias Clasen [Mon, 11 Jul 2011 00:42:58 +0000 (20:42 -0400)]
Optimize g_[s]list_free_full a bit

No need to iterate the list twice.
Proposed by Luiz Augusto von Dentz,
http://bugzilla.gnome.org/show_bug.cgi?id=653935

12 years agoGCancellable: Make eventfd() fall back to pipes on EINVAL too
Colin Walters [Sun, 10 Jul 2011 16:19:15 +0000 (12:19 -0400)]
GCancellable: Make eventfd() fall back to pipes on EINVAL too

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

12 years agodocs: G_GNUC_DEPRECATED_FOR was added in Glib 2.26
Javier Jardón [Fri, 8 Jul 2011 15:15:52 +0000 (16:15 +0100)]
docs: G_GNUC_DEPRECATED_FOR was added in Glib 2.26

12 years ago[l10n]Updated Turkish translation
Muhammet Kara [Thu, 7 Jul 2011 22:09:03 +0000 (01:09 +0300)]
[l10n]Updated Turkish translation

12 years agoAdded UG translation
Abduxukur Abdurixit [Thu, 7 Jul 2011 14:31:17 +0000 (16:31 +0200)]
Added UG translation

12 years agoMove documentation to inline comments: spawn
Javier Jardón [Wed, 6 Jul 2011 21:13:05 +0000 (22:13 +0100)]
Move documentation to inline comments: spawn

12 years agoMove documentation to inline comments: conversions
Javier Jardón [Wed, 6 Jul 2011 20:49:55 +0000 (21:49 +0100)]
Move documentation to inline comments: conversions

12 years agog_output_stream_splice: deal with overflow
Dan Winship [Tue, 7 Jun 2011 21:15:17 +0000 (17:15 -0400)]
g_output_stream_splice: deal with overflow

On 32-bit machines in particular, bytes_written may overflow a gssize.
Notice when that happens and just return G_MAXSSIZE instead.

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

12 years agoRevert distribution of build/win32/setup.py
Chun-wei Fan [Wed, 6 Jul 2011 01:58:37 +0000 (09:58 +0800)]
Revert distribution of build/win32/setup.py

Revert commit on distribution of this file as it is meant to be used in
a GIT checkout only.

12 years agoAdd build/win32/setup.py to distribution
Chun-wei Fan [Wed, 6 Jul 2011 00:28:57 +0000 (08:28 +0800)]
Add build/win32/setup.py to distribution

12 years agoBug 653841: Update README.win32 and VS README.txt's
Chun-wei Fan [Wed, 6 Jul 2011 00:25:41 +0000 (08:25 +0800)]
Bug 653841: Update README.win32 and VS README.txt's

This relates to my previous commit titled "add a script to generator
files for building" on behalf of Shixin Zeng.

Tell people about the availability of a python script to create the
necessary files for a Visual C++ build from a GIT checkout.

This is done with the courtesy of Shixin Zeng's python script which does
the job and eliminates the troubles of getting a suitable shell environment
to do the "make dist" job (which is especially not easy on Windows itself!)

12 years agoadd a script to generator files for building
Shixin Zeng [Wed, 29 Jun 2011 05:04:14 +0000 (00:04 -0500)]
add a script to generator files for building

Signed-off-by: Chun-wei Fan <fanchunwei@src.gnome.org>
12 years agoPost-release version bump
Matthias Clasen [Tue, 5 Jul 2011 15:22:11 +0000 (11:22 -0400)]
Post-release version bump

Up to 2.29.11

12 years ago2.29.10 2.29.10
Matthias Clasen [Tue, 5 Jul 2011 15:21:40 +0000 (11:21 -0400)]
2.29.10

12 years agobuild: Use --disable-maintainer-mode for distcheck
Colin Walters [Tue, 5 Jul 2011 14:20:48 +0000 (10:20 -0400)]
build: Use --disable-maintainer-mode for distcheck

Otherwise due to weird things like gtk-doc.make copying files back
into the source directory, we may run into the maintainer mode
bits mistakenly attempting to rerun.

12 years agogio: Fix srcdir != builddir build for docs
Colin Walters [Tue, 5 Jul 2011 13:42:39 +0000 (09:42 -0400)]
gio: Fix srcdir != builddir build for docs

12 years agoUpdate NEWS for 2.29.10
Matthias Clasen [Tue, 5 Jul 2011 13:17:02 +0000 (09:17 -0400)]
Update NEWS for 2.29.10

12 years agoFix the build
Matthias Clasen [Mon, 4 Jul 2011 20:03:33 +0000 (16:03 -0400)]
Fix the build

When renaming a variable from _SCRIPTS to _DATA, it helps to
also rename all references.

12 years agoDisable a failing test
Matthias Clasen [Mon, 4 Jul 2011 17:09:54 +0000 (13:09 -0400)]
Disable a failing test

12 years agoUpdate GIO VS 2010 project templates
Chun-wei Fan [Mon, 4 Jul 2011 14:21:05 +0000 (22:21 +0800)]
Update GIO VS 2010 project templates

Revert EOL of these files to Unix style as they are to be processed
during "make dist"

12 years agoUpdated GIO Visual Studio Projects
Chun-wei Fan [Mon, 4 Jul 2011 13:47:59 +0000 (21:47 +0800)]
Updated GIO Visual Studio Projects

-In gio/Makefile.am, the name for one of the filters for capturing the
 sources for the GIO VS Project Files is corrected.
-Remove the GIO source file items in the VS project files templates as
 a result for this change, and move the entry of the "new"
 gregistrysettingsbackend.c into the filter in gio/Makefile.am

12 years agoG_STATIC_REC_MUTEX_INIT: Fix missing initialization.
Murray Cumming [Mon, 4 Jul 2011 06:58:00 +0000 (08:58 +0200)]
G_STATIC_REC_MUTEX_INIT: Fix missing initialization.

Add the third struct field, zeroed, to avoid a compiler warning.

12 years agoInstall completion scripts as DATA, not SCRIPTS
Ryan Lortie [Sun, 3 Jul 2011 15:37:35 +0000 (17:37 +0200)]
Install completion scripts as DATA, not SCRIPTS

They are sourced by the shell and don't include a #!/bin/sh, so they shouldn't
be marked as executable.

12 years agogasyncresult: document that NULL GAsyncReadyCallback is allowed
Dan Winship [Wed, 29 Jun 2011 12:29:16 +0000 (08:29 -0400)]
gasyncresult: document that NULL GAsyncReadyCallback is allowed

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

12 years agoGCancellable: Fix build on Win32
Dieter Verfaillie [Thu, 30 Jun 2011 13:32:32 +0000 (09:32 -0400)]
GCancellable: Fix build on Win32

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

12 years agogio: Some more build fixes
Emmanuele Bassi [Wed, 29 Jun 2011 17:07:29 +0000 (18:07 +0100)]
gio: Some more build fixes

12 years agoFix build
Emmanuele Bassi [Wed, 29 Jun 2011 17:00:53 +0000 (18:00 +0100)]
Fix build

The g_return_val_if_fail() macro takes a return value.

12 years agoparameter guards for GSimpleAction constructors
Ryan Lortie [Wed, 29 Jun 2011 16:19:38 +0000 (17:19 +0100)]
parameter guards for GSimpleAction constructors

12 years agoGAction: make GObject properties read-only
Ryan Lortie [Wed, 29 Jun 2011 16:13:58 +0000 (17:13 +0100)]
GAction: make GObject properties read-only

GAction is a read-only interface (as is visible by the lack of _set() functions
on its API).  The properties on the interface currently force implementors to
support writing of the properties at construct time, however.

Lift that restriction.

Take advantage of this from GSimpleAction by nuking the set_property
function and setting the fields directly in the constructor.

12 years agoactions: merge testcases change_state and entries
Ryan Lortie [Wed, 29 Jun 2011 15:10:38 +0000 (16:10 +0100)]
actions: merge testcases change_state and entries

Since we have support for change_state in GActionEntry now.

12 years agoAdd 'change_state' callback to GActionEntry
Ryan Lortie [Wed, 29 Jun 2011 15:04:09 +0000 (16:04 +0100)]
Add 'change_state' callback to GActionEntry

12 years agoAdd example for 'change-state' signal
Ryan Lortie [Wed, 29 Jun 2011 13:53:24 +0000 (14:53 +0100)]
Add example for 'change-state' signal

Pulled from the testcase.

12 years agoAdd testcase for GSimpleAction::change-state
Ryan Lortie [Wed, 29 Jun 2011 13:44:58 +0000 (14:44 +0100)]
Add testcase for GSimpleAction::change-state

12 years agoAdd 'change-state' signal to GSimpleAction
Ryan Lortie [Wed, 29 Jun 2011 13:35:12 +0000 (14:35 +0100)]
Add 'change-state' signal to GSimpleAction

If connected, allows the user to control the result of
g_action_change_state().

12 years agoAdd example to docs for using GActionEntry
Ryan Lortie [Wed, 29 Jun 2011 12:55:59 +0000 (13:55 +0100)]
Add example to docs for using GActionEntry

12 years agoAdd a test case for GActionEntry
Ryan Lortie [Wed, 29 Jun 2011 12:02:30 +0000 (13:02 +0100)]
Add a test case for GActionEntry

12 years agoAdd g_simple_action_group_add_entries()
Ryan Lortie [Wed, 29 Jun 2011 12:00:30 +0000 (13:00 +0100)]
Add g_simple_action_group_add_entries()

A convenience API for creating lots of actions quickly.

12 years agoallow NULL state in g_simple_action_new_stateful
Ryan Lortie [Wed, 29 Jun 2011 11:28:15 +0000 (12:28 +0100)]
allow NULL state in g_simple_action_new_stateful

as an undocumented feature

12 years agoMake 4 incompatible changes to the GAction API
Ryan Lortie [Wed, 29 Jun 2011 09:11:59 +0000 (10:11 +0100)]
Make 4 incompatible changes to the GAction API

This commit represents an API break to GAction in the following ways:

  - the 'set_state' entry in the GActionInterface vtable has been
    renamed to 'change_state'.  The number and order of vtable items has
    not otherwise changed.

  - g_action_set_state() has been renamed to g_action_change_state() to
    match the updated vtable entry.

  - the "state" property of the GAction interface has been changed to
    read-only to reflect the fact that g_action_set_state() no longer
    exists.

  - GSimpleActionClass has been hidden.  GSimpleAction can no longer be
    subclassed.

>> Rationale

g_action_set_state() has never been a true setter in the sense that
calling it will update the value of the "state" property.  It has always
been closer to "request 'state' to be changed to this value" with
semantics defined by the implementor of the interface.  This is why the
equivalent method in GActionGroup had its name changed from 'set' to
'change'.  This change makes the two interfaces more consistent and
removes any implication about the effect that calling set_state() should
have on the 'state' property.

>> Impact

This incompatible API break was undertaken only because I strongly
suspect that it will go entirely unnoticed.  If the break actually
affects anybody, then we will accommodate them (possibly going as far as
to revert this commit entirely).

The virtual table change only impacts implementors of GAction.  I
strongly suspect that this is nobody (except for GSimpleAction).

The hiding of GSimpleActionClass only impacts impacts subclasses of
GSimpleAction.  I strongly suspect that none of these exist.

The changing of the property to be read-only only affects people who
were trying to change the state by using GObject properties.  I strongly
suspect that this is nobody at all.

The removal of the g_action_set_state() call is the most dangerous, but
I still suspect that it will impact nobody outside of GLib.  If anybody
is impacted by this change then, at their request, I will reintroduce
the API as a deprecated alias for g_action_change_state().

12 years agoUpdate Visual Studio README.txt's
Chun-wei Fan [Wed, 29 Jun 2011 06:07:38 +0000 (14:07 +0800)]
Update Visual Studio README.txt's

-The VS2010 README.txt should have Windows CRLF EOL.
-Tell people about the added dependency on LibFFI

12 years agoRe-attempt to correct EOL on VS2010 solution
Chun-wei Fan [Wed, 29 Jun 2011 04:36:24 +0000 (12:36 +0800)]
Re-attempt to correct EOL on VS2010 solution

This time I realized that I needed to set autocrlf=false on my Windows side
... ugh...

This is one of those files that must have CRLF line endings to work
orrectly :|

12 years agoGCancellable: Fix build on Win32
Colin Walters [Tue, 28 Jun 2011 16:52:58 +0000 (12:52 -0400)]
GCancellable: Fix build on Win32

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

12 years agogmain: Fall back to pipes if kernel doesn't support EFD_CLOEXEC for eventfd()
Colin Walters [Tue, 28 Jun 2011 14:03:15 +0000 (10:03 -0400)]
gmain: Fall back to pipes if kernel doesn't support EFD_CLOEXEC for eventfd()

Also remove the caching of checking for eventfd; just try it every time, it's
cheap enough to do so.

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

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Mon, 27 Jun 2011 23:02:34 +0000 (02:02 +0300)]
Updated Belarusian translation.

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Mon, 27 Jun 2011 22:27:27 +0000 (01:27 +0300)]
Updated Belarusian translation.

12 years agoChange to AM_MAINTAINER_MODE([enable])
Ryan Lortie [Mon, 27 Jun 2011 10:28:55 +0000 (11:28 +0100)]
Change to AM_MAINTAINER_MODE([enable])

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

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Sat, 25 Jun 2011 16:14:09 +0000 (19:14 +0300)]
Updated Belarusian translation.

12 years agoGSimpleAction: fix typo
Claudio Saavedra [Fri, 24 Jun 2011 13:04:54 +0000 (16:04 +0300)]
GSimpleAction: fix typo

12 years agoTypo fix.
Krzesimir Nowak [Fri, 24 Jun 2011 11:20:06 +0000 (13:20 +0200)]
Typo fix.

Fixes jhbuilding gobject-introspection.

12 years agoRefine Visual Studio Projects
Chun-wei Fan [Fri, 24 Jun 2011 03:22:47 +0000 (11:22 +0800)]
Refine Visual Studio Projects

-Reinstate build/win32/vs10/glib.sln with the correct EOL (DOS/Windows) so
 that the file can be correctly recognized by Windows, rather than having
 the "Unrecognized Visual Studio Version".

-Update the main GLib projects to output the DLL/LIB file into <Release or
 Debug>\<Win32 or x64>\bin for all configurations.

-Update/simplify the property sheets to copy all DLL and LIB files from
 <Release or Debug>\<Win32 or x64>\bin for all configurations.

-Update the VS 2008 property sheet to seperate the intermediate directories
 for all projects as well to avoid errors/warnings of being unable to
 write/access the PDB files as they are in use.

12 years agoTemporarily remove build/win32/vs10/glib.sln
Chun-wei Fan [Fri, 24 Jun 2011 03:13:33 +0000 (11:13 +0800)]
Temporarily remove build/win32/vs10/glib.sln

To fix up for the line endings (this needs to be in the DOS/Windows
format)

12 years agoUnicode: add a g_utf8_substring convenience api
Matthias Clasen [Fri, 24 Jun 2011 01:31:40 +0000 (21:31 -0400)]
Unicode: add a g_utf8_substring convenience api

This function is useful in the GTK+ accessibility implementations,
and seems like a nice thing to have around in general.

12 years agoTypo fix
Christian Persch [Thu, 23 Jun 2011 23:07:18 +0000 (01:07 +0200)]
Typo fix

12 years agoPlug a mem leak in the regex test
Christian Persch [Thu, 23 Jun 2011 16:35:40 +0000 (18:35 +0200)]
Plug a mem leak in the regex test

12 years agoAdd boxed GType for GMatchInfo
Christian Persch [Thu, 23 Jun 2011 16:31:29 +0000 (18:31 +0200)]
Add boxed GType for GMatchInfo

12 years agoMake GMatchInfo refcounted
Christian Persch [Thu, 23 Jun 2011 16:27:29 +0000 (18:27 +0200)]
Make GMatchInfo refcounted

12 years agobuild: fix gtk-doc when srcdir != builddir
Patrick Welche [Thu, 23 Jun 2011 14:08:46 +0000 (15:08 +0100)]
build: fix gtk-doc when srcdir != builddir

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

12 years agoFix typo in GTime docs
Sebastian Dröge [Thu, 23 Jun 2011 07:34:59 +0000 (09:34 +0200)]
Fix typo in GTime docs

deprected -> deprecated

12 years agoAdd tests for GValueArray
Matthias Clasen [Tue, 21 Jun 2011 04:54:00 +0000 (00:54 -0400)]
Add tests for GValueArray