Ryan Lortie
06941419e3
Add some blacklisted mount directories
...
Another long-carried Debian patch. No reason that we should not have
these few extra items in the (already long) upstream list.
2011-07-20 10:52:07 +02:00
Ryan Lortie
dbd0d63b6b
wait longer in threadpool test case
...
If we are going to fail an assert, wait for a bit longer before doing so
(up to 5 seconds, if needed).
This is a long-standing Debian patch to fix build failures on really
slow machines.
2011-07-20 10:51:16 +02:00
Matthias Clasen
265f245376
post-release bump
2011-07-19 23:04:04 -04:00
Matthias Clasen
c073ce3a3b
2.29.12
2011-07-19 23:02:05 -04:00
Matthias Clasen
4c64e75ec5
Drop the warnings.sgml template
2011-07-19 20:40:28 -04:00
Holger Berndt
d1e5161ab0
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
2011-07-19 22:52:56 +02:00
Johan Dahlin
ec98953e42
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
2011-07-19 14:38:34 -03:00
Johan Dahlin
fa2861e3b6
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
2011-07-19 14:38:34 -03:00
Ryan Lortie
fe6dad271b
GSettings: remove key length restrictions
...
The key length now stands effectively unlimited at 1024 characters.
https://bugzilla.gnome.org/show_bug.cgi?id=654536
2011-07-19 16:12:30 +02:00
Matthias Clasen
9fd0f6c8e2
Fix doc formatting errors
2011-07-19 00:02:57 -04:00
Matthias Clasen
c9379bcfe1
Move GError docs inline and ditch template
2011-07-18 23:58:32 -04:00
Matthias Clasen
09e2d2a61c
Move Unicode docs inline, ditch template
2011-07-18 23:23:17 -04:00
Matthias Clasen
2358616d6a
Remove queue.sgml
2011-07-18 23:00:09 -04:00
Behdad Esfahbod
615977d337
Simplify Hangul Jamo decomposition
...
The algorithm is not copy/paste from Unicode anymore, but it's easy
enough to follow the logic.
2011-07-18 18:12:35 -04:00
Behdad Esfahbod
0584fe33de
Bug 654651 - Better g_unicode_canonical_decomposition()
...
Add g_unichar_fully_decompose().
Deprecate g_unicode_canonical_decomposition().
2011-07-18 18:12:35 -04:00
Patrick Welche
7f289c924b
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
2011-07-18 14:17:28 -04:00
Benjamin Otte
75b30dc51c
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.
2011-07-18 14:10:35 +02:00
Benjamin Otte
4a25d60023
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.
2011-07-18 13:41:26 +02:00
Kjartan Maraas
dd1316ba92
Updated Norwegian bokmål translation
2011-07-18 13:13:11 +02:00
Matthias Clasen
adc325fac0
Move version docs inline
2011-07-17 23:50:31 -04:00
Matthias Clasen
20cd4936b9
Move GQueue docs inline
2011-07-17 23:38:58 -04:00
Tommi Vainikainen
d3b09eee75
Updated Finnish translation
2011-07-18 00:45:45 +03:00
Ryan Lortie
d6c30e1766
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
2011-07-15 10:23:11 +02:00
Behdad Esfahbod
7041b701dd
Remove comp_step_table table
...
Reuse the pre-existing composition data.
2011-07-14 16:55:35 -04:00
Behdad Esfahbod
89a5d17d58
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.
2011-07-14 16:55:35 -04:00
Behdad Esfahbod
f4cf6c3db0
[test] Move non-utf8 tests into unicode.c
2011-07-14 16:55:35 -04:00
Behdad Esfahbod
cff4b5b3a3
Remove stale comment
...
Unicode guarantees that.
2011-07-14 16:55:35 -04:00
Behdad Esfahbod
a73c66b134
Add tests for Unicode canonical composition/decomposition
...
Also update compose()/decompose() API corner cases and docs.
2011-07-14 16:55:35 -04:00
Behdad Esfahbod
7ad2f0eb80
Move declarations around
...
So g_unichar API comes before g_utf8.
2011-07-14 16:55:35 -04:00
Matthias Clasen
761a1841ee
Bug 654195 - Add g_unichar_compose() and g_unichar_decompose()
2011-07-14 16:55:34 -04:00
Ihar Hrachyshka
8c7de592ff
Updated Belarusian translation.
2011-07-13 23:36:37 +03:00
Ihar Hrachyshka
f45631bebc
Updated Belarusian translation.
2011-07-13 23:34:21 +03:00
Aurimas Černius
09bba9fc60
Updated Lithuanian translation
2011-07-12 23:21:25 +03:00
Changwoo Ryu
8926b612c8
Updated Korean translation
2011-07-13 02:51:40 +09:00
Ryan Lortie
8f5e0cd240
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
2011-07-12 19:44:21 +02:00
Ryan Lortie
58c247e51b
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
2011-07-12 19:44:21 +02:00
Rudolfs Mazurs
2121e56ea7
Updated Latvian translation.
2011-07-12 16:29:33 +03:00
Murray Cumming
bbe7eb09ec
Docs: Fixed a typo.
2011-07-12 12:09:31 +02:00
Tim-Philipp Müller
7654a848e2
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
2011-07-11 00:08:14 -04:00
Paolo Bonzini
5eee90fbbc
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
2011-07-11 00:02:22 -04:00
Matthias Clasen
653c2f701a
Fix gtk-doc cross-linking among glib/gobject/gio
...
Patch by Daniel Macks, bug 644687.
2011-07-10 23:55:52 -04:00
Matthias Clasen
2caddda534
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.
2011-07-10 23:11:30 -04:00
Matthias Clasen
436dbe7744
Don't test negative values in ulong conversions
...
This is failing on 32bit build slaves.
2011-07-10 21:57:45 -04:00
Martin Storsjo
7c517bf350
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
2011-07-10 20:47:02 -04:00
Matthias Clasen
98b667d052
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
2011-07-10 20:42:58 -04:00
Colin Walters
182ed95861
GCancellable: Make eventfd() fall back to pipes on EINVAL too
...
https://bugzilla.gnome.org/show_bug.cgi?id=654232
2011-07-10 12:19:15 -04:00
Javier Jardón
6079443b48
docs: G_GNUC_DEPRECATED_FOR was added in Glib 2.26
2011-07-08 16:16:27 +01:00
Muhammet Kara
a3557577ef
[l10n]Updated Turkish translation
2011-07-08 01:09:03 +03:00
Abduxukur Abdurixit
7e855ef461
Added UG translation
2011-07-07 16:31:17 +02:00
Javier Jardón
c2dc66ccf2
Move documentation to inline comments: spawn
2011-07-06 22:13:05 +01:00