Update.
[platform/upstream/glibc.git] / ChangeLog
1 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
2
3         * po/cs.po: New file.
4
5         * resolv/res_hconf.c (_res_hconf_init): Don't use ENV_HOSTCONF for
6         SUID binaries.
7
8 1999-02-07  Ulrich Drepper  <drepper@cygnus.com>
9
10         * signal/signal.h: Don't declare __libc_allocate_rtsig.
11         * include/signal.h: Declare __libc_allocate_rtsig here.
12
13         * elf/dl-lookup.c: Increment _dl_num_relocations in the four entry
14         point functions, not do_lookup since the later can be called more
15         than once.
16
17 1999-02-03  Jakub Jelinek  <jj@ultra.linux.cz>
18
19         * sysdeps/generic/segfault.c: Add ADVANCE_STACK_FRAME
20         macro, so that architectures which need to add some special
21         offset to stack pointer can share this file.
22
23         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: New file.
24         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: New file.
25         * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: New file.
26         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: New file.
27
28         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Remove.
29         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Remove.
30         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: New file - common
31         between sparc32 and sparc64.
32
33         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Remove.
34         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Remove.
35         * sysdeps/unix/sysv/linux/sparc/vfork.S: New file - common
36         between sparc32 and sparc64.
37
38         * sysdeps/unix/sysv/linux/sparc/sparc32/fork.S: Remove.
39         * sysdeps/unix/sysv/linux/sparc/sparc64/fork.S: Remove.
40         * sysdeps/unix/sysv/linux/sparc/fork.S: New file - common
41         between sparc32 and sparc64.
42
43         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Remove.
44         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Remove.
45         * sysdeps/unix/sysv/linux/sparc/sysdep.S: New file - common
46         between sparc32 and sparc64.
47
48 1999-02-07  Ulrich Drepper  <drepper@cygnus.com>
49
50         * Versions.def: New version GLIBC_2.1.1 for libc.
51         * stdlib/Versions: Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1.
52         * stdlib/labs.c: Moved to...
53         * sysdeps/generic/labs.c: ...here.
54         * stdlib/llabs.c: Moved to...
55         * sysdeps/generic/llabs.c: ...here.
56         * stdlib/stdlib.h: Allow definition of ldiv_t and lldiv_t in other
57         header.  Declare _Exit.
58         * sysdeps/generic/_exit.c: Add alias _Exit.
59         * sysdeps/mach/hurd/_exit.c: Likewise.
60         * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
61         * sysdeps/standalone/i960/nindy960/_exit.c: Likewise.
62         * sysdeps/standalone/m68k/m68020/mvme136/_exit.c: Likewise.
63         * sysdeps/unix/_exit.c: Likewise.
64         * sysdeps/wordsize-32/inttypes.h: Define imaxdiv_t and declare
65         imaxdiv and imaxabs.  Declare lldiv_t if necessary.
66         * sysdeps/wordsize-64/inttypes.h: Likewise.
67         * sysdeps/wordsize-32/llabs.c: New file.
68         * sysdeps/wordsize-32/lldiv.c: New file.
69         * sysdeps/wordsize-64/labs.c: New file.
70         * sysdeps/wordsize-64/ldiv.c: New file.
71         * manual/arith.texi: Document imaxabs, imaxdiv_t, and imaxdiv.
72         * manual/startup.texi: Document _Exit.
73
74 1999-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
75
76         * nscd/cache.c: Include <arpa/inet.h> for inet_ntop.
77
78 1999-02-06  Ulrich Drepper  <drepper@cygnus.com>
79
80         * Versions.def: Add versions for ld.so.
81         * csu/Versions: Remove __libc_stack_end here.
82         * elf/Versions: Split libc definitions in libc and ld.so definitions.
83         * elf/Makefile (ld-map): Change to ld.so.map.
84         * scripts/versions.awk: Recognize dot in library names.
85
86         * ctype/ctype.h: Remove definitions of __tolower and __toupper.
87         Don't use __tolower and __toupper in inline functions.
88         Add optimizing macros for tolower and toupper.
89         * ctype/ctype-extn.c (_tolower): Don't use __tolower.
90         (_toupper): Don't use __toupper.
91         * ctype/ctype.c (tolower): Don't use __tolower.
92         (toupper): Don't use toupper.
93
94         * nscd/cache.c (prune_cache): Correct printing of debugging messages.
95
96         * resolv/Versions (libresolv): Export __ns_name_unpack and
97         __ns_name_ntop.
98         * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
99         make it global.  Change all users.  Similar for ns_name_ntop.
100         * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
101         user-provided buffer.  Use __ns_name_unpack and __ns_name_ntop
102         directly to detect too small buffer.
103         * resolv/nss_dns/dns-network.c: Likewise.
104
105         * stdio-common/Makefile (tests): Add scanf12.
106         * stdio-common/scanf12.c: New file.
107         * stdio-common/scanf12.input: New file.
108         * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
109         floating-point correctly if the number is invalid.
110
111         * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
112         functions.
113         * stdio-common/printf_fp.c: Likewise.
114         * stdio-common/printf_fphex.c: Likewise.
115         * stdio-common/vfprintf.c: Likewise.
116
117
118 See ChangeLog.9 for earlier changes.