diff options
author | Roland McGrath <roland@gnu.org> | 2003-08-04 18:05:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-08-04 18:05:32 +0000 |
commit | 420383e157c616103a6f47bc8192580307a9137a (patch) | |
tree | 1ab4973a7aea1d4c32c03f808e86f8e904768bcc | |
parent | a05d8963b42a475266fc826464f57a2a187ac16f (diff) |
.
-rw-r--r-- | libstore/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index 35d57ca8..af21782c 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,9 @@ +2003-08-04 Roland McGrath <roland@frob.com> + + * typed.c (store_find_class): Use dlopen/dlclose on the names found by + looking through the list instead of passing list elements directly to + dlsym, which is not kosher. + 2003-08-02 Ognyan Kulev <ogi@fmi.uni-sofia.bg> * module.c (store_module_open): NAME that doesn't contain ':' is |