<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/glib.git/gthread/gthread-impl.c, branch pgriffis/wip/resolver-https</title>
<subtitle>gitlab.gnome.org: GNOME/glib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/'/>
<entry>
<title>gthread/: LGPLv2+ -&gt; LGPLv2.1+</title>
<updated>2017-05-24T09:58:19+00:00</updated>
<author>
<name>Sébastien Wilmet</name>
<email>swilmet@gnome.org</email>
</author>
<published>2017-01-05T13:02:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=feacdabb3f64f2702a0033cfeb4c1a8f032d10e8'/>
<id>feacdabb3f64f2702a0033cfeb4c1a8f032d10e8</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=776504
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=776504
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated FSF's address</title>
<updated>2014-01-31T13:31:55+00:00</updated>
<author>
<name>Daniel Mustieles</name>
<email>daniel.mustieles@gmail.com</email>
</author>
<published>2014-01-23T11:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=078dbda148a81af1b3a76fbda72f089b963087f1'/>
<id>078dbda148a81af1b3a76fbda72f089b963087f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gthread-impl.c: add missing #include "config.h"</title>
<updated>2013-01-14T05:06:26+00:00</updated>
<author>
<name>Ryan Lortie</name>
<email>desrt@desrt.ca</email>
</author>
<published>2013-01-14T05:06:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=f8756694cf3883b45d88eca99c013511f7ed0c10'/>
<id>f8756694cf3883b45d88eca99c013511f7ed0c10</id>
<content type='text'>
One of the features of our new symbol exporting regime is that it forces
config.h to be included at the top of every .c file.

This was missed in gthread-impl.c.

The only reason this wasn't noticed is because nothing in this file is
being used anymore.  We need those symbols to continue to be exported
for reasons of ABI backwards compatibility, however.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One of the features of our new symbol exporting regime is that it forces
config.h to be included at the top of every .c file.

This was missed in gthread-impl.c.

The only reason this wasn't noticed is because nothing in this file is
being used anymore.  We need those symbols to continue to be exported
for reasons of ABI backwards compatibility, however.
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually Don't define GLIB_COMPILATION in libgthread</title>
<updated>2011-10-18T12:15:07+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2011-10-18T12:15:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=cf3f1b026b13fe377057f6e1102eefaad1e24c72'/>
<id>cf3f1b026b13fe377057f6e1102eefaad1e24c72</id>
<content type='text'>
Last commit was wrong, fixing it up
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Last commit was wrong, fixing it up
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't define GLIB_COMPILATION in libgthread</title>
<updated>2011-10-18T11:34:06+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2011-10-18T11:34:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=be770969e93f989d7165b240c4e7e5e6ac9c0587'/>
<id>be770969e93f989d7165b240c4e7e5e6ac9c0587</id>
<content type='text'>
This was turning all the GLIB_VARs in the glib headers into
dllexports on windows, causing all sort of nastiness. libgthread is
mostly empty now anyway, so we don't need any GLIB_COMPILATION like
flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was turning all the GLIB_VARs in the glib headers into
dllexports on windows, causing all sort of nastiness. libgthread is
mostly empty now anyway, so we don't need any GLIB_COMPILATION like
flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>gthread/: fix up declarations</title>
<updated>2011-10-17T01:50:26+00:00</updated>
<author>
<name>Ryan Lortie</name>
<email>desrt@desrt.ca</email>
</author>
<published>2011-10-17T01:50:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=a6d9cf3380a3be9ea518227cba3c571726bb99c6'/>
<id>a6d9cf3380a3be9ea518227cba3c571726bb99c6</id>
<content type='text'>
g_thread_init() is now a deprecated API, so drop G_DISABLE_DEPRECATED
from the CFLAGS for gthread/.  Add the missing declaration for
g_thread_init_with_errorcheck_mutexes() back to deprecated/gthread.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
g_thread_init() is now a deprecated API, so drop G_DISABLE_DEPRECATED
from the CFLAGS for gthread/.  Add the missing declaration for
g_thread_init_with_errorcheck_mutexes() back to deprecated/gthread.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a warning to g_thread_init_with_errorcheck_mutexes</title>
<updated>2011-10-06T02:23:25+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2011-10-06T02:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=749758ec78b84ca577947fecca0ea54b790fd529'/>
<id>749758ec78b84ca577947fecca0ea54b790fd529</id>
<content type='text'>
Should anybody try to use this, we should at least tell them that
its gone.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should anybody try to use this, we should at least tell them that
its gone.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate g_thread_init()</title>
<updated>2011-10-04T19:31:49+00:00</updated>
<author>
<name>Ryan Lortie</name>
<email>desrt@desrt.ca</email>
</author>
<published>2011-10-04T19:30:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=47444dacc069be5984df4064ae382d45a9ae8c9e'/>
<id>47444dacc069be5984df4064ae382d45a9ae8c9e</id>
<content type='text'>
Move the last few things that needed thread-safe initialisation to a
global ctor.

https://bugzilla.gnome.org/show_bug.cgi?id=660744
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the last few things that needed thread-safe initialisation to a
global ctor.

https://bugzilla.gnome.org/show_bug.cgi?id=660744
</pre>
</div>
</content>
</entry>
<entry>
<title>g_thread_init: take a gpointer as the arg</title>
<updated>2011-09-21T20:06:56+00:00</updated>
<author>
<name>Ryan Lortie</name>
<email>desrt@desrt.ca</email>
</author>
<published>2011-09-19T05:02:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=97972fbb3a1d9234fbb5753802afd0c13db45f25'/>
<id>97972fbb3a1d9234fbb5753802afd0c13db45f25</id>
<content type='text'>
GThreadFunctions is about to disappear.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GThreadFunctions is about to disappear.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the GThread implementations to glib/</title>
<updated>2011-09-09T16:47:40+00:00</updated>
<author>
<name>Ryan Lortie</name>
<email>desrt@desrt.ca</email>
</author>
<published>2011-08-31T22:00:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=cfa1d0540e4aaf83641f3876a2589a1e8f2b1242'/>
<id>cfa1d0540e4aaf83641f3876a2589a1e8f2b1242</id>
<content type='text'>
We can now get threads initialised from inside of libglib by calling
g_thread_init_glib().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can now get threads initialised from inside of libglib by calling
g_thread_init_glib().
</pre>
</div>
</content>
</entry>
</feed>
