Update.
[platform/upstream/glibc.git] / ChangeLog
1 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
2
3         * sysdeps/libm-i387/s_asinhf.S: Fix typos which caused overwriting
4         stack variables.
5
6         * po/nl.po: Update from translation team.
7
8         * sysdeps/libm-i387/s_asinhf.S: Correct computing absolute value.
9
10         * Makefile: Allow calling goals for po subdir.
11
12         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add missing RT
13         signal definitions.
14
15         * po/el.po: New file.
16
17 1999-02-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
18
19         * elf/dl-load.c (_dl_map_object_from_fd): Replace magic constant
20         when processing DT_SYMBOLIC objects.
21
22 1999-02-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
23
24         * elf/dl-load.c (_dl_map_object_from_fd): When looking for the
25         program headers without PT_PHDR only require that they are
26         contained within one of the loaded segments.  Don't use assert,
27         since that would be a bug in the object, not the dynamic linker.
28
29 1999-02-08  Richard Henderson  <rth@cygnus.com>
30
31         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Save and
32         restore all call-clobbered fp regs.
33
34 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
35
36         * po/cs.po: New file.
37
38         * resolv/res_hconf.c (_res_hconf_init): Don't use ENV_HOSTCONF for
39         SUID binaries.
40
41 1999-02-07  Ulrich Drepper  <drepper@cygnus.com>
42
43         * signal/signal.h: Don't declare __libc_allocate_rtsig.
44         * include/signal.h: Declare __libc_allocate_rtsig here.
45
46         * elf/dl-lookup.c: Increment _dl_num_relocations in the four entry
47         point functions, not do_lookup since the later can be called more
48         than once.
49
50 1999-02-03  Jakub Jelinek  <jj@ultra.linux.cz>
51
52         * sysdeps/generic/segfault.c: Add ADVANCE_STACK_FRAME
53         macro, so that architectures which need to add some special
54         offset to stack pointer can share this file.
55
56         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: New file.
57         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: New file.
58         * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: New file.
59         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: New file.
60
61         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Remove.
62         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Remove.
63         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: New file - common
64         between sparc32 and sparc64.
65
66         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Remove.
67         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Remove.
68         * sysdeps/unix/sysv/linux/sparc/vfork.S: New file - common
69         between sparc32 and sparc64.
70
71         * sysdeps/unix/sysv/linux/sparc/sparc32/fork.S: Remove.
72         * sysdeps/unix/sysv/linux/sparc/sparc64/fork.S: Remove.
73         * sysdeps/unix/sysv/linux/sparc/fork.S: New file - common
74         between sparc32 and sparc64.
75
76         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Remove.
77         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Remove.
78         * sysdeps/unix/sysv/linux/sparc/sysdep.S: New file - common
79         between sparc32 and sparc64.
80
81 1999-02-07  Ulrich Drepper  <drepper@cygnus.com>
82
83         * Versions.def: New version GLIBC_2.1.1 for libc.
84         * stdlib/Versions: Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1.
85         * stdlib/labs.c: Moved to...
86         * sysdeps/generic/labs.c: ...here.
87         * stdlib/llabs.c: Moved to...
88         * sysdeps/generic/llabs.c: ...here.
89         * stdlib/stdlib.h: Allow definition of ldiv_t and lldiv_t in other
90         header.  Declare _Exit.
91         * sysdeps/generic/_exit.c: Add alias _Exit.
92         * sysdeps/mach/hurd/_exit.c: Likewise.
93         * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
94         * sysdeps/standalone/i960/nindy960/_exit.c: Likewise.
95         * sysdeps/standalone/m68k/m68020/mvme136/_exit.c: Likewise.
96         * sysdeps/unix/_exit.c: Likewise.
97         * sysdeps/wordsize-32/inttypes.h: Define imaxdiv_t and declare
98         imaxdiv and imaxabs.  Declare lldiv_t if necessary.
99         * sysdeps/wordsize-64/inttypes.h: Likewise.
100         * sysdeps/wordsize-32/llabs.c: New file.
101         * sysdeps/wordsize-32/lldiv.c: New file.
102         * sysdeps/wordsize-64/labs.c: New file.
103         * sysdeps/wordsize-64/ldiv.c: New file.
104         * manual/arith.texi: Document imaxabs, imaxdiv_t, and imaxdiv.
105         * manual/startup.texi: Document _Exit.
106
107 1999-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
108
109         * nscd/cache.c: Include <arpa/inet.h> for inet_ntop.
110
111 1999-02-06  Ulrich Drepper  <drepper@cygnus.com>
112
113         * Versions.def: Add versions for ld.so.
114         * csu/Versions: Remove __libc_stack_end here.
115         * elf/Versions: Split libc definitions in libc and ld.so definitions.
116         * elf/Makefile (ld-map): Change to ld.so.map.
117         * scripts/versions.awk: Recognize dot in library names.
118
119         * ctype/ctype.h: Remove definitions of __tolower and __toupper.
120         Don't use __tolower and __toupper in inline functions.
121         Add optimizing macros for tolower and toupper.
122         * ctype/ctype-extn.c (_tolower): Don't use __tolower.
123         (_toupper): Don't use __toupper.
124         * ctype/ctype.c (tolower): Don't use __tolower.
125         (toupper): Don't use toupper.
126
127         * nscd/cache.c (prune_cache): Correct printing of debugging messages.
128
129         * resolv/Versions (libresolv): Export __ns_name_unpack and
130         __ns_name_ntop.
131         * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
132         make it global.  Change all users.  Similar for ns_name_ntop.
133         * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
134         user-provided buffer.  Use __ns_name_unpack and __ns_name_ntop
135         directly to detect too small buffer.
136         * resolv/nss_dns/dns-network.c: Likewise.
137
138         * stdio-common/Makefile (tests): Add scanf12.
139         * stdio-common/scanf12.c: New file.
140         * stdio-common/scanf12.input: New file.
141         * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
142         floating-point correctly if the number is invalid.
143
144         * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
145         functions.
146         * stdio-common/printf_fp.c: Likewise.
147         * stdio-common/printf_fphex.c: Likewise.
148         * stdio-common/vfprintf.c: Likewise.
149
150
151 See ChangeLog.9 for earlier changes.