Update from libcharset CVS. Includes additional encodings for Solaris

Mon May 13 11:42:23 2002  Owen Taylor  <otaylor@redhat.com>

      		* glib/libcharset/*: Update from libcharset CVS.
        Includes additional encodings for Solaris (#80396,
        Qingjiang Yuan)

        * configure.in: Add getc_unlocked to CHECK_FUNCS().

        * glib/gmessages.c (strdup_convert): If
        g_convert_with_fallback() fails, print the error
        message to stderr the first time, then return
        the original string. (#78197)
This commit is contained in:
Owen Taylor
2002-05-13 15:51:44 +00:00
committed by Owen Taylor
parent f181c4775c
commit 893b73e27f
15 changed files with 276 additions and 52 deletions

View File

@@ -122,6 +122,12 @@ The predefined identifiers of the reserved fundamental types.
</para>
<!-- ##### MACRO G_TYPE_FUNDAMENTAL_SHIFT ##### -->
<para>
Shift value used in converting numbers to type IDs.
</para>
<!-- ##### FUNCTION g_closure_add_fnotify ##### -->
<para>

View File

@@ -63,13 +63,6 @@ for types that are assigned at compile-time.
<!-- ##### MACRO G_TYPE_FUNDAMENTAL_SHIFT ##### -->
<para>
Shift value used in converting numbers to type IDs.
</para>
<!-- ##### MACRO G_TYPE_MAKE_FUNDAMENTAL ##### -->
<para>
Returns the type ID for the fundamental type number @x.
@@ -540,6 +533,7 @@ type implementations or the signal system).
</para>
<!-- ##### ENUM GTypeDebugFlags ##### -->
<para>
The <type>GTypeDebugFlags</type> enumeration values can be passed to
@@ -608,7 +602,7 @@ Returns the length of the ancestry of the passed in type. This includes the
type itself, so that e.g. a fundamental type has depth 1.
</para>
@type: A #GType value.
@type: A #GType value.
@Returns: The depth of @type.
@@ -704,7 +698,6 @@ class conforms.
class is not instantiated.
<!-- ##### FUNCTION g_type_interface_peek_parent ##### -->
<para>