Update.
[platform/upstream/glibc.git] / ChangeLog
1 1999-02-06  Ulrich Drepper  <drepper@cygnus.com>
2
3         * Versions.def: Add versions for ld.so.
4         * csu/Versions: Remove __libc_stack_end here.
5         * elf/Versions: Split libc definitions in libc and ld.so definitions.
6         * elf/Makefile (ld-map): Change to ld.so.map.
7         * scripts/versions.awk: Recognize dot in library names.
8
9         * ctype/ctype.h: Remove definitions of __tolower and __toupper.
10         Don't use __tolower and __toupper in inline functions.
11         Add optimizing macros for tolower and toupper.
12         * ctype/ctype-extn.c (_tolower): Don't use __tolower.
13         (_toupper): Don't use __toupper.
14         * ctype/ctype.c (tolower): Don't use __tolower.
15         (toupper): Don't use toupper.
16
17         * nscd/cache.c (prune_cache): Correct printing of debugging messages.
18
19         * resolv/Versions (libresolv): Export __ns_name_unpack and
20         __ns_name_ntop.
21         * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
22         make it global.  Change all users.  Similar for ns_name_ntop.
23         * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
24         user-provided buffer.  Use __ns_name_unpack and __ns_name_ntop
25         directly to detect too small buffer.
26         * resolv/nss_dns/dns-network.c: Likewise.
27
28         * stdio-common/Makefile (tests): Add scanf12.
29         * stdio-common/scanf12.c: New file.
30         * stdio-common/scanf12.input: New file.
31         * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
32         floating-point correctly if the number is invalid.
33
34         * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
35         functions.
36         * stdio-common/printf_fp.c: Likewise.
37         * stdio-common/printf_fphex.c: Likewise.
38         * stdio-common/vfprintf.c: Likewise.
39
40
41 See ChangeLog.9 for earlier changes.