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