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