diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-08-13 12:47:47 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-08-13 12:47:47 -0400 |
commit | 1dc277048c82f5445031b9273114a6a5c505abd8 (patch) | |
tree | 6f2e37cf450e5f21abe0c2c090d276d493426880 /ChangeLog | |
parent | f9ddf089f124279836930692b9cd7bc807e60088 (diff) | |
download | glibc-1dc277048c82f5445031b9273114a6a5c505abd8.tar glibc-1dc277048c82f5445031b9273114a6a5c505abd8.tar.gz glibc-1dc277048c82f5445031b9273114a6a5c505abd8.tar.bz2 glibc-1dc277048c82f5445031b9273114a6a5c505abd8.zip |
Fix caller information of NSS modules
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2011-08-13 Ulrich Drepper <drepper@gmail.com> + * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen. + (do_dlopen): Pass caller_dlopen to dl_open. + (__libc_dlopen_mode): Initialize caller_dlopen. + * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside of libc. Make tolower call locale-independent. Optimize a bit by using isdigit instead of isalnum. |