summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-12-02 21:37:25 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-12-02 21:37:25 +0000
commitf42f6da6d578f2819fa614c876cecd94188a1379 (patch)
tree874d54d8fe073461864efe63476465a1d82e0e21 /docs
parent745229d45296c4e03e431d51892700e9466203fb (diff)
downloadglib-f42f6da6d578f2819fa614c876cecd94188a1379.tar.gz
Remove support for Solaris threads. (#136971, Sebastian Wilhelmi, patch by
2005-12-02 Matthias Clasen <mclasen@redhat.com> * glib/gspawn.c: * configure.in: Remove support for Solaris threads. (#136971, Sebastian Wilhelmi, patch by Andrew Paprocki)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/glib/building.sgml6
-rw-r--r--docs/reference/glib/glib-sections.txt1
-rw-r--r--docs/reference/glib/tmpl/threads.sgml8
4 files changed, 5 insertions, 14 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 7f78f1fdd..83cdef78f 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,5 +1,9 @@
2005-12-02 Matthias Clasen <mclasen@redhat.com>
+ * glib/building.sgml:
+ * glib/tmpl/threads.sgml:
+ * glib/glib-sections.txt: Remove G_THREADS_IMPL_SOLARIS
+
* glib/tmpl/types.sgml: Document G_GUINT64_CONSTANT.
2005-11-27 Matthias Clasen <mclasen@redhat.com>
diff --git a/docs/reference/glib/building.sgml b/docs/reference/glib/building.sgml
index c5de07c23..93c9abfc7 100644
--- a/docs/reference/glib/building.sgml
+++ b/docs/reference/glib/building.sgml
@@ -175,7 +175,7 @@ How to compile GLib itself
<arg>--enable-threads</arg>
</group>
<group>
- <arg>--with-threads=[none|posix|dce|solaris|win32]</arg>
+ <arg>--with-threads=[none|posix|dce|win32]</arg>
</group>
<group>
<arg>--disable-included-printf</arg>
@@ -304,10 +304,6 @@ How to compile GLib itself
</para></listitem>
<listitem><para>
- 'solaris' uses the native Solaris thread implementation.
- </para></listitem>
-
- <listitem><para>
'none' means that GLib will be thread safe,
but does not have a default thread
implementation. This has to be supplied to
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt
index 047520e24..59be0ca50 100644
--- a/docs/reference/glib/glib-sections.txt
+++ b/docs/reference/glib/glib-sections.txt
@@ -499,7 +499,6 @@ g_child_watch_funcs
<SUBSECTION>
G_THREADS_ENABLED
G_THREADS_IMPL_POSIX
-G_THREADS_IMPL_SOLARIS
G_THREADS_IMPL_NONE
<SUBSECTION>
diff --git a/docs/reference/glib/tmpl/threads.sgml b/docs/reference/glib/tmpl/threads.sgml
index 60bfbf71d..0a0b7261b 100644
--- a/docs/reference/glib/tmpl/threads.sgml
+++ b/docs/reference/glib/tmpl/threads.sgml
@@ -83,14 +83,6 @@ This macro is defined, if POSIX style threads are used.
-<!-- ##### MACRO G_THREADS_IMPL_SOLARIS ##### -->
-
-<para>
-This macro is defined, if the Solaris thread system is used.
-</para>
-
-
-
<!-- ##### MACRO G_THREADS_IMPL_NONE ##### -->
<para>