]> git.ipfire.org Git - thirdparty/libtool.git/commit
* NEWS: Updated.
authorGary V. Vaughan <gary@gnu.org>
Thu, 27 Jan 2000 16:13:07 +0000 (16:13 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 27 Jan 2000 16:13:07 +0000 (16:13 +0000)
commitc1f19d38df36a8defbbefc7c6ee92680e054ed48
treec2f40375af8c7f847248cbd9b5a101957dec5a0f
parent9e2159f4586feccd13d1ebfd58c929ae70c82adb
* NEWS: Updated.
* doc/libtool.texi (Libltdl interface): Document new entry
points.
* libltdl/ltdl.c (lt_dladderror): New function to add a user
defined error message to the tables used by lt_dlerror().
(lt_dlseterror):  New function to allow setting of last_error by
user modules.
(ltdl_error_strings): New preprocessor generated table of internal
error diagnostic strings.
(user_error_strings): New internal list of registered user error
diagnostic strings.
(throughout!): Use error messages from ltdl_error_strings.
* libltdl/ltdl.h (ltdl_error_table): New macro to tabulate
internal diagnostic error strings alongside enum keys.
ChangeLog
NEWS
doc/libtool.texi
libltdl/ltdl.c
libltdl/ltdl.h