Antoine Jacoutot
829db4cec3
gthread-posix: fix typo in error message
2012-03-31 22:48:42 +02:00
Antoine Jacoutot
1494544958
gresource: libelf, try pkg-config first then fall-back to AC_CHECK_LIB
...
On some systems gelf.h may not be stored under the top level include
directory in which case we need to add the correct include paths in
cflags by using pkg-config(1).
2012-03-31 20:22:51 +02:00
Robert Ancell
4143842eb4
Add missing allow-none annotations for function parameters.
...
Found using:
find . -name '*.c' | xargs grep 'or %NULL' | grep ' \* @' | grep -v '@error' | grep -v allow-none
2012-03-31 20:34:28 +11:00
Matthias Clasen
4cf5d25316
Fix a link
...
As pointed out in bug 673139, the link to the mailing list
information page was outdated.
2012-03-30 17:34:37 -04:00
ManojKumar Giri
5f0ff457ce
Updated Odia Translation
2012-03-30 18:10:03 +05:30
Christian Persch
e3cc48f289
resources: compiler: Respect absolute paths
...
When a <file> already has an absolute path, use it directly instead of trying to
locate it in the --sourcedir directories.
https://bugzilla.gnome.org/show_bug.cgi?id=672541
2012-03-29 17:43:43 +02:00
Kalev Lember
8f8fc83670
configure: Fix alignment tests when cross compiling
...
When inserting custom code to AC_CHECK_ALIGNOF, make sure to not replace
the default includes, but instead append to them.
This fixes ALIGNOF_GUINT32 and ALIGNOF_GUINT64 that were both 0 when cross
compiling. The third 'unsigned long' test wasn't affected because the
AC_CHECK_ALIGNOF call didn't specify the optional 2nd parameter.
2012-03-28 12:42:49 +03:00
Chun-wei Fan
92b84e88ab
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.
2012-03-28 15:12:04 +08:00
Chun-wei Fan
0463fa1cb0
Fix VS property sheets
...
We need to accomodate for gspawn-win64-helper-console.exe for the "install"
phase too.
2012-03-28 14:57:12 +08:00
Daniel Mustieles
50a8fa5efd
Updated Spanish translation
2012-03-27 21:24:37 +02:00
Dan Winship
cbb95038cf
GFileMonitor: fix docs bug
2012-03-27 12:45:27 -04:00
Sandeep Sheshrao Shedmake
5a68f59e5b
Updated Marathi Translations
2012-03-27 15:04:14 +05:30
Bastien Nocera
9b0734a09c
all: s/availible/available/
2012-03-27 11:01:00 +02:00
Rajesh Ranjan
ec55b19da5
hindi translation by Chandan Kumar
2012-03-27 12:22:39 +05:30
Sandeep Sheshrao Shedmake
569357dcc3
Updated Marathi Translations
2012-03-26 19:48:20 +05:30
ManojKumar Giri
bf20906ad4
Updated Odia Translation
2012-03-26 18:42:41 +05:30
Marek Černocký
72c11eda58
Updated Czech translation
2012-03-26 14:49:18 +02:00
Rudolfs Mazurs
56c2c297cd
Updated Latvian translation.
2012-03-25 15:05:26 +03:00
Luca Ferretti
c80eeae316
[l10n] Updated Italian translation
2012-03-25 13:14:47 +02:00
Shankar Prasad
f8ddba0b8a
Updated Kannada Translation
2012-03-25 13:26:17 +05:30
Shankar Prasad
6bd8fecfa1
Updated Kannada Translation
2012-03-25 13:24:31 +05:30
Shankar Prasad
41cccb467f
Updated Kannada Translation
2012-03-25 13:03:57 +05:30
Shankar Prasad
22885b1de4
Updated Kannada Translation
2012-03-25 12:42:50 +05:30
Matthias Clasen
e927df7b7a
Add a forgotten include guard
...
gbytes.h was missing the single-include guard.
2012-03-24 23:00:15 -04:00
Shankar Prasad
de64aa8bd7
Updated Kannada Translation
2012-03-25 00:33:10 +05:30
Daniel Nylander
257e6c4e4e
Updated Swedish translation
2012-03-24 16:58:42 +01:00
Matthias Clasen
d793287b3a
Bump version
2012-03-24 11:31:01 -04:00
Matthias Clasen
816554c62b
2.32.0
2012-03-24 11:28:35 -04:00
Matthias Clasen
97cc0d0179
Release notes tweaks
...
Update download locations, mailing list instructions, and shuffle
the version-specific notes to be at the end.
2012-03-24 10:33:38 -04:00
Raphael Kubo da Costa
d2b7ee62f9
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
2012-03-22 11:02:07 -04:00
Krishnababu Krothapalli
fd8b01ead6
Updated Telugu Translations
2012-03-22 19:56:06 +05:30
Chun-wei Fan
b08b301223
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
2012-03-20 22:29:50 -04:00
Alexander Larsson
f23e7c3ef9
Fix the tests on win32
...
There was some unix-specific pathname handling in the test utils
which broke the css tests on win32.
2012-03-20 10:20:18 +01:00
Alexander Larsson
d0635dac52
Use g_unsetenv, not unsetenv
...
This fixed the win32 build
2012-03-20 10:19:42 +01:00
Alexander Larsson
aed6d01d14
Only build actions test on unix
...
It depends on gdbus-sessionbus.c which only builds on unix.
2012-03-20 10:18:32 +01:00
Marco Trevisan (Treviño)
322c6e9344
GDBusConnection: Avoid dereferencing vtable for unregistered objects
...
https://bugzilla.gnome.org/show_bug.cgi?id=671988
Signed-off-by: David Zeuthen <davidz@redhat.com>
2012-03-19 17:12:00 -04:00
Matthias Clasen
617c0cb6a0
bump version
2012-03-19 16:59:54 -04:00
Matthias Clasen
2826ece6fc
Fix distcheck
...
automake decided to complain about some more leftovers.
2012-03-19 16:58:48 -04:00
Matthias Clasen
166595c4d5
2.31.22
2012-03-19 14:27:20 -04:00
Matthias Clasen
9f92d2110c
Updates
2012-03-19 13:43:31 -04:00
Matthias Clasen
6dfb50adf7
Don't return from a void function
2012-03-19 13:28:14 -04:00
Matthias Clasen
cb45176110
Fix a C99ism
2012-03-19 13:26:19 -04:00
Matthias Clasen
bd3063c742
Silence a compiler warning
2012-03-19 13:22:04 -04:00
Ryan Lortie
2afbc425eb
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
2012-03-19 12:41:23 -04:00
Ryan Lortie
c3125ee36d
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
2012-03-19 12:41:18 -04:00
Chun-wei Fan
190891042d
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.
2012-03-19 16:02:37 +08:00
Chun-wei Fan
bac0294c73
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
2012-03-19 15:55:20 +08:00
Bruno Brouard
0638409468
Updated French translation
2012-03-18 10:34:15 +01:00
Matthias Clasen
8c2434f01a
Make inf testcase more forgiving
...
printf may produce "infinity" instead of "inf".
https://bugzilla.gnome.org/show_bug.cgi?id=668973
2012-03-17 23:43:52 -04:00
Sebastian Dröge
57878d6042
Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building with GCC
...
https://bugzilla.gnome.org/show_bug.cgi?id=531901
2012-03-17 23:28:48 -04:00