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