Author: matthew
Date: 2009-02-01 16:14:46 -0700 (Sun, 01 Feb 2009)
New Revision: 8799

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/gettext.xml
Log:
Add description of Gettext's preloadable_libintl.so. Fixes #2312.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2009-02-01 22:49:57 UTC (rev 8798)
+++ trunk/BOOK/chapter01/changelog.xml  2009-02-01 23:14:46 UTC (rev 8799)
@@ -41,6 +41,11 @@
       <para>2009-02-01</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Added preloadable_libintl.so to list of files
+          installed by Gettext. Thanks to Chris Staub for the report and patch.
+          Fixes <ulink url="&lfs-ticket-root;2312">#2312</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Upgraded to Udev-137.  Fixes
           <ulink url="&lfs-ticket-root;2328">#2328</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/chapter06/gettext.xml
===================================================================
--- trunk/BOOK/chapter06/gettext.xml    2009-02-01 22:49:57 UTC (rev 8798)
+++ trunk/BOOK/chapter06/gettext.xml    2009-02-01 23:14:46 UTC (rev 8799)
@@ -75,8 +75,8 @@
         gettextize, hostname, msgattrib, msgcat, msgcmp, msgcomm, msgconv, 
msgen,
         msgexec, msgfilter, msgfmt, msggrep, msginit, msgmerge, msgunfmt, 
msguniq,
         ngettext, recode-sr-latin, and xgettext</seg>
-        <seg>libasprintf.{a,so}, libgettextlib.so, libgettextpo.{a,so}, and
-        libgettextsrc.so</seg>
+        <seg>libasprintf.{a,so}, libgettextlib.so, libgettextpo.{a,so},
+        libgettextsrc.so, and preloadable_libintl.so</seg>
       </seglistitem>
     </segmentedlist>
 
@@ -405,6 +405,17 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="preloadable_libintl.so">
+        <term><filename 
class="libraryfile">preloadable_libintl</filename></term>
+        <listitem>
+          <para>A library, intended to be used by LD_PRELOAD that assists
+          <filename class="libraryfile">libintl</filename> in logging
+          untranslated messages.</para>
+          <indexterm zone="ch-system-gettext preloadable_libintl.so">
+            <primary 
sortas="c-preloadable_libintl.so">preloadable_libintl</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
     </variablelist>
 
   </sect2>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to