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