Ryan Lortie [Wed, 31 Aug 2011 22:20:24 +0000 (18:20 -0400)]
Add private glib_get_worker_context() API
The first time this is called, this creates a GMainContext * and a
thread to run it. Future calls return the same. There are a lot of
places that we could use this in GLib.
Ryan Lortie [Fri, 9 Sep 2011 17:39:22 +0000 (13:39 -0400)]
GRand: Make sure to g_thread_init_glib()
The last commit should g_thread_init_glib() before attempting to use
GOnce.
Ryan Lortie [Fri, 9 Sep 2011 17:31:21 +0000 (13:31 -0400)]
GRand: remove setup from g_thread_init_glib
Use g_once_init_enter instead.
Ryan Lortie [Fri, 9 Sep 2011 17:20:40 +0000 (13:20 -0400)]
emufutex: remove init from g_thread_init_glib
Use a GStaticMutex instead.
Ryan Lortie [Fri, 9 Sep 2011 17:15:17 +0000 (13:15 -0400)]
win32: remove version init from g_thread_init_glib
Instead, make this use g_once_init_enter() in the usual way.
Ryan Lortie [Wed, 31 Aug 2011 22:07:55 +0000 (18:07 -0400)]
make g_thread_init_glib() idempotent
Ryan Lortie [Wed, 31 Aug 2011 22:00:03 +0000 (18:00 -0400)]
Move the GThread implementations to glib/
We can now get threads initialised from inside of libglib by calling
g_thread_init_glib().
Ryan Lortie [Wed, 31 Aug 2011 21:40:01 +0000 (17:40 -0400)]
invert gthread-impl includes
configure.ac defined G_THREAD_SOURCE and gthread-impl would #include it.
Instead, since we only have two thread implementations now, and since we
always use the Windows one only on Windows, move the logic to the
Makefile, predicated on 'if OS_WIN32'. Then have the chosen backend do
the #include "gthread-impl.c" from there.
Remove the G_THREAD_SOURCE define from configure.ac.
Ryan Lortie [Wed, 31 Aug 2011 21:18:43 +0000 (17:18 -0400)]
win32 threads: assume TryEnterCriticalSection
Remove the dynamic lookup for TryEnterCriticalSection, which has existed
since Windows 2000.
Ryan Lortie [Wed, 31 Aug 2011 21:02:21 +0000 (17:02 -0400)]
Stop using HAVE_G_THREAD_IMPL_INIT
Just always call the init function.
Ryan Lortie [Wed, 31 Aug 2011 20:30:04 +0000 (16:30 -0400)]
Move thread priority translation into the backends
The translation of GLib priorities into the thread priorities of
different operating systems belongs in the implementation -- not
half-way in the front end.
Ryan Lortie [Wed, 31 Aug 2011 20:46:32 +0000 (16:46 -0400)]
Remove useless macros from when we supported DCE
These are non-ops now, and easily replaced.
Ryan Lortie [Wed, 31 Aug 2011 20:41:24 +0000 (16:41 -0400)]
Remove support for DCE threads
Ryan Lortie [Wed, 31 Aug 2011 20:10:55 +0000 (16:10 -0400)]
Remove support for custom thread implementations
Ryan Lortie [Wed, 31 Aug 2011 20:03:22 +0000 (16:03 -0400)]
Remove the dead 'none' thread implementation
Ryan Lortie [Wed, 31 Aug 2011 20:01:09 +0000 (16:01 -0400)]
GThread: remove errorcheck mutex support
This can only possibly work if we call g_thread_init(), which we are
moving away from.
Ryan Lortie [Wed, 31 Aug 2011 19:53:36 +0000 (15:53 -0400)]
gthread: remove some unused forward declarations
Ryan Lortie [Wed, 31 Aug 2011 19:49:35 +0000 (15:49 -0400)]
Deprecated (undocumented) g_thread_gettime
g_thread_gettime() is an undocumented public function pointer that
points to a function that returns the monotonic time in nanoseconds.
g_get_monotonic_time() does the same in microseconds, so it can be used
instead.
GLib had one internal user in GFileMonitor that only cared about
millisecond accuracy; it has been ported to g_get_monotonic_time().
Ryan Lortie [Wed, 31 Aug 2011 20:43:15 +0000 (16:43 -0400)]
Update building docs to mention mandatory threads
The docs used to say thread support was optional -- it's mandatory now.
Dan Winship [Wed, 31 Aug 2011 18:33:33 +0000 (14:33 -0400)]
Remove !g_thread_supported() codepaths in gio
In particular, remove the libasyncns import, which was only used by
GUnixResolver, which is only used when threads are not available.
Likewise remove GWin32Resolver, and the hacky broken non-threaded
parts of GIOScheduler.
https://bugzilla.gnome.org/show_bug.cgi?id=616754
Ryan Lortie [Wed, 31 Aug 2011 18:30:11 +0000 (14:30 -0400)]
Revert "GIOSchedulerJob: Improve struct packing"
This reverts commit
a2094d5e564433ed3a4398afeacce80519bbda44.
https://bugzilla.gnome.org/show_bug.cgi?id=616754
Dan Winship [Wed, 31 Aug 2011 18:01:45 +0000 (14:01 -0400)]
Make threads mandatory
G_THREADS_ENABLED still exists, but is always defined. It is still
possible to use libglib without threads, but gobject (and everything
above it) is now guaranteed to be using threads (as, in fact, it was
before, since it was accidentally impossible to compile with
--disable-threads).
https://bugzilla.gnome.org/show_bug.cgi?id=616754
David Schleef [Sun, 21 Aug 2011 21:54:39 +0000 (14:54 -0700)]
Fix spelling of G_IO_FLAG_IS_WRITEABLE
Fixes #657045.
Kushal Das [Fri, 2 Sep 2011 06:45:21 +0000 (12:15 +0530)]
g_key_file_parse_value_as_integer: Integers can have trailing whitespaces or tabs
Now it can parse integer values with trailing whitespaces or tabs before CR.
Using g_ascii_isspace() as suggested.
https://bugzilla.gnome.org/show_bug.cgi?id=653987
Piotr Drąg [Thu, 8 Sep 2011 19:07:54 +0000 (21:07 +0200)]
Updated Polish translation
Piotr Drąg [Thu, 8 Sep 2011 18:44:03 +0000 (20:44 +0200)]
Updated Polish translation
Damien Lespiau [Thu, 8 Sep 2011 13:25:41 +0000 (14:25 +0100)]
simpleaction: Fix documentation of :enabled
An over-zealous sed, most likely, transformed g_action_.*() into
g_simple_action.*().
https://bugzilla.gnome.org/show_bug.cgi?id=658558
Alexandre Franke [Wed, 7 Sep 2011 09:43:36 +0000 (11:43 +0200)]
Update French translation
Federico Mena Quintero [Thu, 8 Sep 2011 14:11:56 +0000 (09:11 -0500)]
bgo#640212 - Replace "error stating file" with friendlier messages
Non-technical users won't know that "stating" refers to stat(2), so we
just use "error when getting information" now.
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
Bruce Cowan [Wed, 7 Sep 2011 15:58:57 +0000 (16:58 +0100)]
Updated British English translation
Luca Ferretti [Tue, 6 Sep 2011 22:33:39 +0000 (00:33 +0200)]
Updated Italian translation
Ihar Hrachyshka [Tue, 6 Sep 2011 22:29:04 +0000 (01:29 +0300)]
Updated Belarusian translation.
Kjartan Maraas [Tue, 6 Sep 2011 19:49:06 +0000 (21:49 +0200)]
Added Norwegian bokmål translation
Ryan Lortie [Tue, 6 Sep 2011 18:01:52 +0000 (14:01 -0400)]
GSettingsBackend: emit changes to correct thread
When g_settings_apply() is called on a delayed settings backend and
there is a D-Bus error when communicating with dconf-service, recent
versions of the dconf GSettingsBackend call a function in GLib that
improperly delivered the signal directly instead of using
g_main_context_invoke().
This patch fixes this function to route in the same way as the others so
that the signal is dispatched in the proper GMainContext.
Ryan Lortie [Tue, 6 Sep 2011 14:55:09 +0000 (10:55 -0400)]
'master' is now glib 2.31.0
Ryan Lortie [Mon, 5 Sep 2011 14:28:54 +0000 (10:28 -0400)]
glib 2.29.90
Andika Triwidada [Tue, 6 Sep 2011 09:50:11 +0000 (16:50 +0700)]
Updated Indonesian translation
Ryan Lortie [Tue, 6 Sep 2011 04:12:12 +0000 (00:12 -0400)]
gio docs: lots more fixes
Ryan Lortie [Tue, 6 Sep 2011 04:01:29 +0000 (00:01 -0400)]
gio docs: only include GTlsInteraction once
It was included twice in the gio-docs.xml file.
Ryan Lortie [Tue, 6 Sep 2011 03:56:33 +0000 (23:56 -0400)]
gio docs: drop GTimeZoneMonitor from docs
Ryan Lortie [Tue, 6 Sep 2011 03:54:42 +0000 (23:54 -0400)]
Remove enums from gio.types
Only objects and interfaces should go in here. If enums are in here
then gtk-doc responds by outputting two anchors for the same name (which
results in many warnings being printed).
Ryan Lortie [Mon, 5 Sep 2011 23:41:16 +0000 (19:41 -0400)]
GDBus object manager example: update -sections.txt
Ryan Lortie [Mon, 5 Sep 2011 23:35:16 +0000 (19:35 -0400)]
gio docs: ignore private .h files
Ryan Lortie [Mon, 5 Sep 2011 23:10:04 +0000 (19:10 -0400)]
gio docs: don't scan subdirectories
This clears up >50% of the huge warning spew from building GIO docs.
Ryan Lortie [Mon, 5 Sep 2011 23:00:11 +0000 (19:00 -0400)]
docs fixups for glib/
Ryan Lortie [Mon, 5 Sep 2011 22:46:59 +0000 (18:46 -0400)]
GObject docs: resolve broken links
Some links were broken due to typos, because functionality was removed
in GLib 2.0 or for various other reasons. Fix up as many of them as is
reasonable.
Ryan Lortie [Mon, 5 Sep 2011 22:05:05 +0000 (18:05 -0400)]
gobject docs: add symbols from GMainLoop boxing
Ryan Lortie [Mon, 5 Sep 2011 21:54:52 +0000 (17:54 -0400)]
Back out some changes to docs Makefiles
Commit
ab0e9dbfa76e056f875e969c0d7b6e133ec75431 introduced some changes
to the documentation Makefiles designed to clean-up the process of
deciding which headers get scanned for the docs.
Unfortunately, the gtk-doc Makefile doesn't use HFILE_GLOB for actually
generating the docs -- only for knowing when it needs to redo the
generation. Because of this, we need to use IGNORE_HFILES or otherwise
we get hundreds of symbols in the *-unused.txt files.
Revert the changes that that commit made to the docs Makefiles (but
leave the generation of the *-public-headers.txt files in place).
Duarte Loreto [Mon, 5 Sep 2011 21:30:09 +0000 (22:30 +0100)]
Updated Portuguese translation
Ryan Lortie [Mon, 5 Sep 2011 15:39:04 +0000 (11:39 -0400)]
one missed docs fix
Ryan Lortie [Mon, 5 Sep 2011 15:36:48 +0000 (11:36 -0400)]
include 'hmac' in the docs
It wasn't added to glib-docs.sgml, so it wasn't being included in the html.
Ryan Lortie [Mon, 5 Sep 2011 15:30:58 +0000 (11:30 -0400)]
gtk-doc fixups for glib/
Ryan Lortie [Mon, 5 Sep 2011 14:29:09 +0000 (10:29 -0400)]
doc: Remove reference to non-existent #GChildWatch
The g_spawn_ documentation was talking about #GChildWatch, which doesn't
exist. Refer to g_child_watch_add() instead.
Alexandre Franke [Mon, 5 Sep 2011 11:22:37 +0000 (13:22 +0200)]
Fix missing semi-colon after struct definition
Fran Dieguez [Mon, 5 Sep 2011 09:55:50 +0000 (11:55 +0200)]
Updated galician translations
Jorge González [Mon, 5 Sep 2011 06:24:30 +0000 (08:24 +0200)]
Updated Spanish translation
Ryan Lortie [Mon, 5 Sep 2011 04:38:14 +0000 (00:38 -0400)]
pa.po: prefer pa_IN date/time formats
It's clear that the other GDateTime formats in this file correspond with
those in pa_IN, not pa_PK, so prefer those for the newly-added strings
as well.
Ryan Lortie [Mon, 5 Sep 2011 04:03:39 +0000 (00:03 -0400)]
Populate missing GDateTime format strings
Use the glibc locale database to add GDateTime strings only for those locales
that had not specifically added them for themselves.
Some locales have different translations from what is in the C library and we
leave those alone with this commit.
Ryan Lortie [Mon, 5 Sep 2011 04:01:02 +0000 (00:01 -0400)]
po/: update all .po files with 'make update-po'
This should get the proper Report-Msgid-Bugs-To: into each file.
Ryan Lortie [Sun, 4 Sep 2011 22:01:55 +0000 (18:01 -0400)]
g_date_time_format: honour T_FMT_AMPM for '%r'
We had the 12 hour time format hard-coded to "%02d:%02d:%02d %s" but it
actually changes depending on the locale. Just with the other formats,
use nl_langinfo() if we have it, otherwise fall back on gettext().
Ryan Lortie [Mon, 5 Sep 2011 00:35:31 +0000 (20:35 -0400)]
GDateTime: translate "AM"/"PM", not "am"/"pm"
"AM" and "PM" are the POSIX locale values.
Modify the 14 translations that have been updated since then to save a
headache to those translators.
Ryan Lortie [Mon, 5 Sep 2011 01:00:54 +0000 (21:00 -0400)]
Update en_CA.po (Canadian English translation)
Ryan Lortie [Mon, 5 Sep 2011 01:31:13 +0000 (21:31 -0400)]
po/Makefile.in.in: intltool compatibility fixes
Our infrastructure for updating the glib20.pot file was incompatible
with intltool in a couple of ways:
- we didn't set the Report-Msgid-Bugs-To to
- we used paths relative to the $(top_srcdir), rather than po/
This resulted in spamming of pointless changes to the .po files whenever
'make update-po' was run (since all of the translators are using
intltool-based tools).
Matthias Clasen [Mon, 5 Sep 2011 00:06:53 +0000 (20:06 -0400)]
Only use gcc-specific options when the compiler is gcc
The -Wstrict-aliasing option that we use to compile atomic
tests does not exist with compilers other than gcc, so
don't pass it to those.
https://bugzilla.gnome.org/show_bug.cgi?id=652272
https://bugzilla.gnome.org/show_bug.cgi?id=656152
Dan Winship [Sun, 4 Sep 2011 21:33:21 +0000 (17:33 -0400)]
update .gitignore
Dan Winship [Sun, 4 Sep 2011 21:17:11 +0000 (17:17 -0400)]
fix a few warnings on non-Linux
mostly #ifdeffing functions that are only called by #ifdeffed code
Patrick Welche [Thu, 1 Sep 2011 09:10:38 +0000 (10:10 +0100)]
Avoid getmntinfo
- getmntinfo can take struct statfs or statvfs depending on the
OS. Use getvfsstat and if not found getfsstat instead. Idea from
Dan Winship.
- g_local_file_query_filesystem_info(): use statvfs.f_fstypename
if available
https://bugzilla.gnome.org/show_bug.cgi?id=617949
Fran Dieguez [Sun, 4 Sep 2011 16:37:11 +0000 (18:37 +0200)]
Updated galician translations
Ihar Hrachyshka [Sun, 4 Sep 2011 15:52:29 +0000 (18:52 +0300)]
Updated Belarusian translation.
Aurimas Černius [Sun, 4 Sep 2011 15:31:33 +0000 (18:31 +0300)]
Updated Lithuanian translation
Dan Winship [Sun, 4 Sep 2011 14:33:37 +0000 (10:33 -0400)]
gio/tests/tls-interaction: fix two sporadic errors
The threaded tests are using the default main context in the worker
thread, but were not g_main_context_acquire()ing it first, which meant
that g_tls_interaction_invoke_ask_password() in the main thread would
sometimes succeed in acquiring it itself and thus performing the
operation in the wrong thread. Fix that.
Also, we can't unref the loop from the worker thread, because the main
thread isn't holding a reference on it, and so it might end up being
destroyed while that thread is still inside g_main_loop_quit().
Dan Winship [Sun, 4 Sep 2011 12:42:31 +0000 (08:42 -0400)]
gsocket: fix win32 build
https://bugzilla.gnome.org/show_bug.cgi?id=658157
Dan Winship [Sun, 4 Sep 2011 12:42:03 +0000 (08:42 -0400)]
configure: fix win32 build
Only require -lresolv on unix, like before
https://bugzilla.gnome.org/show_bug.cgi?id=645336
Ryan Lortie [Sun, 4 Sep 2011 00:12:53 +0000 (20:12 -0400)]
g_date_time_format: improve support for alt digits
Improve a few situations where g_date_time_format() was getting the
padding wrong when displaying alt digits (eg: Arabic numerals) for
formatting time.
We now depend on nl_langinfo (_NL_CTYPE_OUTDIGITn_WC) to do the
conversion, which is very likely glibc-specific, but our previous method
relied on a glibc-specific printf() feature, so no harm done there.
Add a configure check for nl_langinfo (_NL_CTYPE_OUTDIGITn_WC).
Uncomment a few testcases that were failing previously.
https://bugzilla.gnome.org/show_bug.cgi?id=658107
Dan Winship [Sat, 3 Sep 2011 23:49:19 +0000 (19:49 -0400)]
g_network_address_parse: deprecate symbolic port names
(which shouldn't ever have been part of the API. Grr.)
Solaris /etc/services doesn't even have "http", which was causing
tests/network-address to fail...
Dan Winship [Sat, 3 Sep 2011 23:14:16 +0000 (19:14 -0400)]
gsocket: fix g_socket_details_from_fd() on Solaris
On Solaris, getsockname() on an unconnected socket gives an addrlen of
0 and doesn't set the sockaddr. So use the SO_DOMAIN sockopt to find
the socket family in that case. (SO_DOMAIN doesn't exist everywhere,
so we can't use it unconditionally. Also, we have to only use it if
getsockname() fails, since SO_DOMAIN returns a bogus value for
accept()ed sockets on both Linux and Solaris...)
Dan Winship [Sat, 3 Sep 2011 22:37:43 +0000 (18:37 -0400)]
configure: check if -lsocket is needed (for Solaris)
Also, link libgio to -lresolv explicitly, rather than depending on
getting it implicitly via the libasyncns build (which should
eventually be going away).
https://bugzilla.gnome.org/show_bug.cgi?id=645336
Ryan Lortie [Sat, 3 Sep 2011 23:44:13 +0000 (19:44 -0400)]
Revert "g_date_time_format: support %D"
This reverts commit
46ce7907720074089040275280bb20208bafeb6a.
git-bz mishap (I think?)
Og B. Maciel [Sat, 3 Sep 2011 22:39:01 +0000 (18:39 -0400)]
Merged improvements from 2-28 branch Brazilian Translations from Adorilson Bezerra <adorilson@gmail.com>.
Og B. Maciel [Sat, 3 Sep 2011 21:50:36 +0000 (17:50 -0400)]
Updated Brazilian Portuguese translation.
Changwoo Ryu [Sat, 3 Sep 2011 12:15:43 +0000 (21:15 +0900)]
Update Korean translation
Kjartan Maraas [Sat, 3 Sep 2011 11:47:44 +0000 (13:47 +0200)]
Added Norwegian bokmål translation
Jorge González [Sat, 3 Sep 2011 11:38:38 +0000 (13:38 +0200)]
Updated Spanish translation
Matthias Clasen [Sat, 3 Sep 2011 03:36:03 +0000 (23:36 -0400)]
gdatetime: Fix locale-changing code
As pointed out by Ryan Lortie, the code didn't actually ever
switch back to the old locale.
https://bugzilla.gnome.org/show_bug.cgi?id=658104
Ryan Lortie [Sat, 3 Sep 2011 01:12:16 +0000 (21:12 -0400)]
g_date_time_format: add standards notes to the doc
Explicitly mention C99's strftime() in the documentation for
g_date_time_format() as the one that we aim for compatibility with.
Specifically list the formats we do not support as well as the extra
ones that we borrow from glibc.
Ryan Lortie [Sat, 3 Sep 2011 01:04:02 +0000 (21:04 -0400)]
GDateTime: test _format against strftime()
Test g_date_time_format() against strftime(). This test found quite a
few cases of incorrect behaviour on our part (fixes already committed
for those).
Ryan Lortie [Sat, 3 Sep 2011 01:03:33 +0000 (21:03 -0400)]
GDateTime test: plug a couple of leaks
Ryan Lortie [Sat, 3 Sep 2011 00:54:51 +0000 (20:54 -0400)]
g_date_time_format: rip out non-working %W format
Our implementation of %W is incorrect. Nobody should want to use this
format anyway and the implementation is non-trivial, so rip it out
rather than fixing it.
Remove the testcase for %W as well.
Ryan Lortie [Sat, 3 Sep 2011 00:53:02 +0000 (20:53 -0400)]
g_date_time_format: clarify documentation
Add some clarification to the documentation for %g, %G, %V and %u
formats (which all concern themselves with ISO 8601 week dates).
Ryan Lortie [Fri, 2 Sep 2011 23:38:45 +0000 (19:38 -0400)]
g_date_time_format: support %D
%D represents the date in mm/dd/yy format.
https://bugzilla.gnome.org/show_bug.cgi?id=658061
Ryan Lortie [Fri, 2 Sep 2011 23:34:33 +0000 (19:34 -0400)]
g_date_time_format: small fixups
Add missing 'break;' from the case: block for %c. Reorder the cases so
that %F comes before %g/%G and %n comes in its correct alphabetical
order.
Ryan Lortie [Fri, 2 Sep 2011 23:33:32 +0000 (19:33 -0400)]
g_date_time_format: fix padding for some formats
%e is supposed to be space-padded and %W is supposed to be 0-padded
Adjust the testcase accordingly since it expects the wrong behaviour.
Ryan Lortie [Sat, 3 Sep 2011 01:02:27 +0000 (21:02 -0400)]
GDateTime test: don't test removed %N
Ryan Lortie [Fri, 2 Sep 2011 18:53:21 +0000 (14:53 -0400)]
g_date_time_format: support %g and %G
These are the 2-digit and 4-digit ISO week-numbering years.
https://bugzilla.gnome.org/show_bug.cgi?id=658061
Ryan Lortie [Fri, 2 Sep 2011 17:38:03 +0000 (13:38 -0400)]
g_date_time_format: drop %N format
%N is not specified in any standards document, but we use it to display
the number of microseconds.
The fact that our our current implementation of it is nearly useless
(since it does not zero-pad) coupled with the high chance that a future
version of the C standard may specify it with another meaning means that
we should drop it.
https://bugzilla.gnome.org/show_bug.cgi?id=658061
Javier Jardón [Fri, 2 Sep 2011 16:22:14 +0000 (17:22 +0100)]
g_date_time_format: support %w
%w represents the day of the week as a decimal, range 0 to 6,
Sunday being 0.
https://bugzilla.gnome.org/show_bug.cgi?id=658061
Javier Jardón [Fri, 2 Sep 2011 16:09:07 +0000 (17:09 +0100)]
g_date_time_format: support %C
%C represents the century number (year/100) as a 2-digit integer
https://bugzilla.gnome.org/show_bug.cgi?id=658061
Javier Jardón [Fri, 2 Sep 2011 15:32:21 +0000 (16:32 +0100)]
g_date_time_format: support %c
%c represents the preferred date and time representation for the
current locale.
https://bugzilla.gnome.org/show_bug.cgi?id=658061
Javier Jardón [Fri, 2 Sep 2011 13:52:37 +0000 (14:52 +0100)]
g_date_time_format: support %V
%V represents the ISO 8601 week number of the current year as a
decimal number, range 01 to 53, where week 1 is the first week
that has at least 4 days in the new year
https://bugzilla.gnome.org/show_bug.cgi?id=658061
Ihar Hrachyshka [Fri, 2 Sep 2011 17:56:39 +0000 (20:56 +0300)]
Updated Belarusian translation.