Colin Walters
8df83706fa
tests: Add missing va_end()
2012-06-21 12:05:39 -04:00
Colin Walters
dd06327e25
gfileutils: Remove extra fclose()
...
This is a regression introduced by:
commit 6ac8e6108cf15884e28fe1ecd3042dfce0e11dfd
Author: Matthias Clasen <mclasen@redhat.com>
Date: Tue Jun 14 10:12:46 2011 -0400
Don't leak resources in error cases
2012-06-21 12:01:26 -04:00
Dan Winship
80b6074aa2
gio/tests/pollable: add can_poll() assertions
...
Assert that socket streams and socket/pipe-based unix streams are
pollable, and file-based unix streams are not.
https://bugzilla.gnome.org/show_bug.cgi?id=677770
2012-06-20 10:14:01 -04:00
Dan Winship
7d0db04223
gdbus: fix generated code to not warn under -Wfloat-equal
...
https://bugzilla.gnome.org/show_bug.cgi?id=678333
2012-06-20 08:20:50 -04:00
Chun-wei Fan
599d1a430e
msvc_recommended_pragmas.h: Re-enable C4819 warnings
...
Apparently the C4819 warnings appear due to a bug on Visual C++ on DBCS
locales, so re-enable this.
Add a note in the Visual C++ Readme.txt's regarding this.
2012-06-20 10:19:14 +08:00
Nilamdyuti Goswami
7cf38c6ad7
Assamese translation reviewed
2012-06-19 18:51:26 +05:30
Chun-wei Fan
98f201b73b
Bug 678332-gio/gconverterinputstream.c: Fix build
...
Apparently the previous change to this file broke GCC builds, so fix that.
2012-06-19 16:35:26 +08:00
Chun-wei Fan
875854411a
Bug 678332-GIO: Fix build on Windows/non-GCC
...
-gconverterinputstream.c: Avoid GCCism by not using non-standard pointer
arithmetic on void*, but do a cast to char * as that seems to be what the
variable was used for.
-gtestdbus.c: Don't include unistd.h unconditionally, and use g_usleep()
instead of usleep(), as usleep() is not universally available.
2012-06-19 12:04:28 +08:00
Chun-wei Fan
08a6f8d27f
build/win32/vs9/glib.vsprops: Cosmetics
...
Make it more consistent accross the board by using CopyDir as the
output/"install" folder.
2012-06-18 17:09:56 +08:00
Martin Pitt
b81d788652
Fix g_utf8_validate() out argument transfer mode
...
The "end" argument is unusual in g_utf8_validate(): it's not a classic out
argument which gets allocated by the called function, but merely points into
one of its input arguments. Thus it is "transfer none".
https://bugzilla.gnome.org/show_bug.cgi?id=672889
2012-06-18 07:39:23 +02:00
Dan Winship
a1da843cb4
docs: fix an example
2012-06-16 10:38:50 -04:00
Matthias Clasen
defa25f3d0
GKeyFile: Deal better with blank lines
...
There is no need to store a has_trailing_blank_line boolean for
each group, we can just check this at the time we assemble the data.
This fixes a problem without roundtrips where we would sometimes
add an extra blank line between groups.
The testcase here is inspired by
https://bugzilla.gnome.org/show_bug.cgi?id=677817
2012-06-15 18:53:09 -04:00
Matthias Clasen
d0c8895a07
GWakeup: Avoid extraneous wakeups
...
We were checking the wrong number here, and waking up unnecessarily.
https://bugzilla.gnome.org/show_bug.cgi?id=678052
2012-06-15 15:16:13 -04:00
Paolo Borelli
6a5b3729ab
Improve g_find_program_in_path documentation
...
Document that g_find_program_in_path returns a newly-allocated string
2012-06-15 14:47:04 +02:00
Tom Tryfonidis
3647a3dcaa
Updated Greek translation
2012-06-15 13:15:48 +03:00
Daniel Mustieles
211d50ac74
Updated Spanish translation
2012-06-14 13:48:29 +02:00
Khaled Hosny
a090a3680b
Updated Arabic translation
2012-06-13 21:00:44 +02:00
William Jon McCann
ee19ddcb14
Update to use XDG cache home for thumbnails
...
https://bugzilla.gnome.org/show_bug.cgi?id=675168
2012-06-13 14:46:13 -04:00
Matthias Clasen
e5d4af10a3
Improve GTimeZone test coverage
2012-06-13 14:44:20 -04:00
Benjamin Otte
5ff95679b8
glib-compile-resources: Forward errors from spawned processes
...
We just grab stderr from gdk-pixbuf-to-csource and xmllint and include
it in the error message. It's the best we can do.
2012-06-13 18:54:54 +02:00
Stefan Sauer
6c1276eb5f
gtype: make these cases fatal.
...
Otherwise we crash with a null-ptr deref in g_object_newv and ever there we
should not return null, as we're saying that object creation will not return
null.
2012-06-12 20:45:29 +02:00
Dan Winship
0866e1ede9
update .gitignore
2012-06-12 07:09:53 -04:00
Dan Winship
14eb3d3590
gunixoutputstream: add missing can_poll() implementation
...
https://bugzilla.gnome.org/show_bug.cgi?id=677770
2012-06-12 07:08:26 -04:00
Murray Cumming
b9ec5699cd
Remove trailing commas from enums
2012-06-12 10:35:52 +02:00
Matthias Clasen
6f1c4f7f05
Correct the docs for g_time_zone_adjust_time
...
March 13, 2010 is very ordinary.
March 14, 2010 is the special day.
2012-06-11 10:25:24 -04:00
Matthias Clasen
f47de7ec2c
Improve GTimeZone test coverage
2012-06-11 10:25:24 -04:00
Matthias Clasen
d4f8854785
Cosmetic changes
2012-06-11 10:25:24 -04:00
Matthias Clasen
6ee10762b5
Improve GOptionContext test coverage
2012-06-11 10:25:19 -04:00
Matthias Clasen
c5dabac47a
Fix a typo
...
It is 'entries', not 'entires'.
2012-06-11 07:18:29 -04:00
David Zeuthen
3e706ef88b
GDBusProxy: Treat org.freedesktop.systemd1.Masked error as non-fatal
...
This is useful otherwise we'll fail if a systemd service is
masked. See bug 677718 for details.
https://bugzilla.gnome.org/show_bug.cgi?id=677718
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-06-08 13:30:48 -04:00
Daniel Macks
ea826d7fac
Fix path to aclocal in output message
...
datadir is defined in terms of datarootdir by default in configure
(datadir='${datarootdir}' with ${datarootdir} not expanded), so
defining datadir must happen *after* datarootdir is defined in the
glib-gettextize shell script. Otherwise ${datarootdir} is null when it
is expanded at runtime.
https://bugzilla.gnome.org/show_bug.cgi?id=518309
2012-06-07 07:00:44 -04:00
Martin Jansa
9e1d4da14d
configure: Add --disable-libelf option
...
See http://git.openembedded.org/openembedded-core/tree/meta/recipes-core/glib-2.0/glib-2.0/nolibelf.patch?id=1f73485a143f0aa6cd87636f3d36a7d1dfc40a3b
Signed-off-by: Colin Walters <walters@verbum.org>
2012-06-06 21:55:07 -04:00
Tomas Bzatek
032e8dabd1
gdbus: Implement g_dbus_connection_get_last_serial()
...
This patch brings an ability to retrieve serial number of the last
message sent within the current thread.
https://bugzilla.gnome.org/show_bug.cgi?id=676825
2012-06-06 19:44:39 +02:00
Colin Walters
7ccfa9ce4b
tests/spawn-multithreaded: Decrease parallelism to avoid crashing on OS X
...
https://bugzilla.gnome.org/show_bug.cgi?id=677527
2012-06-06 07:15:48 -04:00
Daniel Macks
f3ff037bd1
Pass -framework sub-flag without embedded whitespace
...
The "-framework" linker flag takes a second word as a parameter. If
they are passed separated with whitespace, some flag-handling routines
may not know to keep the two words together as a single unit. Use
-Wl,, to pass multiple words without embedded whitespace.
https://bugzilla.gnome.org/show_bug.cgi?id=566994
2012-06-05 21:26:58 -04:00
Daniel Macks
4690d85607
configure: Require libelf 0.8.12
...
Older versions don't have the required API.
(Commit message written by Colin Walters <walters@verbum.org>)
https://bugzilla.gnome.org/show_bug.cgi?id=673253
2012-06-05 14:16:27 -04:00
Martin Pitt
e4a8f12e77
g_dbus_gvariant_to_gvalue(): Add missing out annotation
2012-06-05 18:50:36 +02:00
Ryan Lortie
bdf1660e28
GLib 2.33.2
2.33.2
2012-06-04 13:17:47 -04:00
Matthias Clasen
e8c5bd2bb0
Updates for 2.33.2
2012-06-04 06:04:30 -04:00
Matthias Clasen
3e1b972c93
Improve GResource test coverage
2012-06-04 06:04:29 -04:00
Matthias Clasen
c7de2dd0e3
Improve GSocketAddress test coverage
2012-06-04 06:04:29 -04:00
Matthias Clasen
721366d088
Improve GNetworkMonitor test coverage
2012-06-04 06:04:29 -04:00
Matthias Clasen
4ad5210b35
Improve GIcon test coverage
2012-06-04 06:04:29 -04:00
Matthias Clasen
3129bac14c
Formatting cleanups
2012-06-04 06:04:28 -04:00
Matthias Clasen
eeb5140ad2
Improve GMenu test coverage
2012-06-04 06:04:28 -04:00
Matthias Clasen
0a1079d171
Improve GApplication test coverage
2012-06-04 06:04:28 -04:00
Matthias Clasen
642e89f356
Improve GActionGroup test coverage
2012-06-04 06:04:27 -04:00
Matthias Clasen
a53a1b65b5
Improve GIcon test coverage
2012-06-04 06:04:27 -04:00
Matthias Clasen
26a1056bde
Expand GAppInfo tests
2012-06-04 06:04:26 -04:00
Bruno Brouard
51e6edf08b
Updated French translation
2012-06-03 13:36:14 +02:00