]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi: Typo fixes.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 21 Jan 2007 14:34:43 +0000 (14:34 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 21 Jan 2007 14:34:43 +0000 (14:34 +0000)
* NEWS: Likewise.

ChangeLog
ChangeLog.0
ChangeLog.1
NEWS
doc/libtool.texi

index c9f64445ff19772c67838a7e08ef539d59c4618c..7f994903b03021bef75c74d222b39a524dcbb1ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/libtool.texi: Typo fixes.
+       * NEWS: Likewise.
+
 2006-12-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * ltmain.in (--version): Do not output leading blank line,
        * cdemo/configure.ac: Ditto.
        * demo/configure.ac: Ditto.
        * depdemo/configure.ac: Ditto.
-       * libtldl/configure.ac: Ditto.
+       * libltdl/configure.ac: Ditto.
        * mdemo/configure.ac: Ditto.
        * pdemo/configure.ac: Ditto.
        * tagdemo/configure.ac: Ditto.
index ff001975540a13f47f1e411f8083e314069b9ceb..6592891958871aa78f6dcb76bf0c0af3d3727235 100644 (file)
        tests/mdemo-exec.test: updated accordingly
 
        * NEWS: Added Thomas Tanner and Gary V. Vaughan to the list of new 
-       maintainers.  Detailed expected failures of libtldl+mdemo.  Listed 
+       maintainers.  Detailed expected failures of libltdl+mdemo.  Listed 
        recent ports.  Added full URL for the home page.  Note that
        libtool C program is unusable.
 
 
 1998-11-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
-       * NEWS: -module and libtldl
+       * NEWS: -module and libltdl
        * mdemo/Makefile.am: ../libltdl is within $(srcdir)
 
 1998-11-18  Thomas Tanner  <tanner@gmx.de>
index 22da5effd4733ead7eb719863fe2b15268ffc7cb..2e319ea9a3e21e778229a4618506e319c4ec8d5c 100644 (file)
        * libltdl/configure.in: Use AC_LIBTOOL_WIN32_DLL for dll
        compliance.
        * libltdl/ltdl.c: Define and use LTDL_GLOBAL_DATA to correctly
-       export global data symbols from libtldl.dll.
+       export global data symbols from libltdl.dll.
        * libltdl/ltdl.h: Define and use LTDL_SCOPE to declare data
        symbols as dllexport, dllimport or plain ornary extern depending
        in the context in which it is used.
diff --git a/NEWS b/NEWS
index 0af5d986fef38b0f761410ebc1806bab4b9c0057..2ab281c3d4e1a4ea561cbe77dc8b2a2ab172adc3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -47,7 +47,7 @@ New in 1.5.20: 2005-08-31; CVS version 1.5.19a, Libtool team:
 * Bug Fixes.
 \f
 New in 1.5.18: 2005-05-16; CVS version 1.5.17a, Libtool team:
-* Fix regression in 1.5.16 to not install libtldl data files from
+* Fix regression in 1.5.16 to not install libltdl data files from
   `libtoolize --ltdl'ed software packages.
 * Bug Fixes.
 \f
index d3f330a66cb1e571a86c17eaae114559f053eb39..ce06db356b5c3f345b8d3c98cf43613d2c221f0d 100644 (file)
@@ -1211,7 +1211,7 @@ create a static library.
 
 @item -avoid-version
 Tries to avoid versioning (@pxref{Versioning}) for libraries and modules,
-i.e. no version information is stored and no symbolic links are created.
+i.e., no version information is stored and no symbolic links are created.
 If the platform requires versioning, this option has no effect.
 
 @item -dlopen @var{file}
@@ -2623,7 +2623,7 @@ generic pointer to the appropriate object, such as @code{&fprintf}.
 
 @deftypevar {const lt_dlsymlist *} lt_preloaded_symbols
 An array of @var{lt_symbol} structures, representing all the preloaded
-symbols linked into the program. For each @samp{-dlpreloaded} file
+symbols linked into the program. For each @samp{-dlpreopen}ed file
 there is an element with the @var{name} of the file and a @var{address}
 of @code{0}, followed by all symbols exported from this file.
 For the executable itself the special name @@PROGRAM@@ is used.
@@ -2967,7 +2967,7 @@ known names, but rather find all of the modules in a set of
 directories and load them all during initialisation.  With this function
 you can have libltdl scan the colon delimited directory list in
 @var{search_path} for candidates, and pass them, along with @var{data}
-to your own callback function, @var{func}.  If @var{seach_path} is
+to your own callback function, @var{func}.  If @var{search_path} is
 @samp{NULL}, then search all of the standard locations that
 @code{lt_dlopen} would examine.  This function will continue to make
 calls to @var{func} for each file that it discovers in @var{search_path}
@@ -3081,7 +3081,7 @@ foo1_la_LDFLAGS = -module
 
 
 @node Thread Safety in libltdl
-@section Using libtldl in a multi threaded environment
+@section Using libltdl in a multi threaded environment
 
 Using the @code{lt_dlmutex_register()} function, and by providing some
 appropriate callback function definitions, libltdl can be used in a
@@ -4136,9 +4136,9 @@ initialization and postprocessing (to setup/release variables for use
 with eval echo libname_spec etc.) and a case statement that decides
 which method is being used.  This is the real code... I wish I could
 condense it a little more, but I don't think I can without function
-calls.  I've mostly optimized it (moved things out of loops, etc) but
+calls.  I've mostly optimized it (moved things out of loops, etc.) but
 there is probably some fat left.  I thought I should stop while I was
-ahead, work on whatever bugs you discover, etc before thinking about
+ahead, work on whatever bugs you discover, etc.@: before thinking about
 more than obvious optimizations.
 
 @node Tested platforms
@@ -4319,7 +4319,7 @@ simply set shell variables, then sourced the libtool backend,
 inlined the contents of @code{ltmain.sh} into the generated
 @code{libtool}, which improved performance on many systems.  The tests
 that @file{ltconfig} used to perform are now kept in @file{libtool.m4}
-where thay can be written using Autoconf.  This has the runtime
+where they can be written using Autoconf.  This has the runtime
 performance benefits of inlined @code{ltmain.sh}, @emph{and} improves
 the build time a little while considerably easing the amount of raw
 shell code that used to need maintaining.
@@ -4608,7 +4608,7 @@ means the same as @samp{yes}, but documents that we are not really sure
 about it.
 @samp{yes} means that it is possible both to @code{dlopen} and to
 link against a library without 'lib' prefix,
-i.e. it requires @var{hardcode_direct} to be @samp{yes}.
+i.e., it requires @var{hardcode_direct} to be @samp{yes}.
 @end defvar
 
 @defvar need_version