]> sourceware.org Git - glibc.git/blob - ChangeLog
Update.
[glibc.git] / ChangeLog
1 1999-07-17 Ulrich Drepper <drepper@cygnus.com>
2
3 * sysdeps/unix/sysv/linux/arm/Versions: Undo last change.
4
5 1999-07-17 Zack Weinberg <zack@rabi.columbia.edu>
6
7 * include/libc-symbol.h: Clean up definitions of weak_alias,
8 strong_alias, symbol_version, etc. etc.
9 * posix/getopt.h: Use ctype.h to get features.h included, and don't
10 include it at all if __GNU_LIBRARY__ is already defined.
11
12 1999-07-17 Ulrich Drepper <drepper@cygnus.com>
13
14 * stdio-common/bug1.c: Include <stdlib.h> to get prototype for free.
15
16 * malloc/malloc.c: Add missing chunk of patch from 1999-07-04.
17
18 * sysdeps/unix/sysv/linux/bits/time.h (timeval): Use __suseconds_t
19 type for tv_usec element.
20 * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise
21 * sysdeps/unix/sysv/linux/bits/types.h: Define __suseconds_t.
22 * sysdeps/generic/bits/time.h: Likewise.
23 * sysdeps/mach/hurd/bits/time.h: Likewise.
24 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
25 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
26 * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
27 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
28 * sysdeps/generic/bits/types.h: Likewise.
29 * posix/sys/types.h: Define suseconds_t for X/Open.
30
31 1999-07-15 Ulrich Drepper <drepper@cygnus.com>
32
33 * stdio-common/bug1.c: Avoid memory leak.
34
35 * sysdeps/i386/fpu/e_pow.S: Use addl instead of pop/pop to keep
36 program deterministic.
37 * sysdeps/i386/fpu/e_powf.S: Likewise.
38 * sysdeps/i386/fpu/e_powl.S: Likewise.
39
40 1999-07-15 Jakub Jelinek <jj@ultra.linux.cz>
41
42 * math/Makefile: Add t_sincosl and k_sincosl support routines.
43 * math/math_private.h (__kernel_sincosl): New declaration.
44 * sysdeps/generic/t_sincosl.c: New file.
45 * sysdeps/generic/k_sincosl.c: New file.
46 * sysdeps/ieee754/ldbl-128/k_cosl.c: New file.
47 * sysdeps/ieee754/ldbl-128/k_sinl.c: New file.
48 * sysdeps/ieee754/ldbl-128/k_sincosl.c: New file.
49 * sysdeps/ieee754/ldbl-128/t_sincosl.c: New file.
50 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: New file.
51 * sysdeps/ieee754/ldbl-128/s_sincosl.c (__sincosl): Use
52 __kernel_sincosl.
53 * sysdeps/ieee754/ldbl-128/math_ldbl.h (GET_LDOUBLE_LSW64): New
54 definition.
55
56 1999-07-15 Ulrich Drepper <drepper@cygnus.com>
57
58 * posix/unistd.h: Use __PMT for exit.
59
60 1999-07-15 Philip Blundell <pb@nexus.co.uk>
61
62 * sysdeps/unix/sysv/linux/arm/Versions (_inb, _inw, _inl, _outb,
63 _outw, _outl): Added to GLIBC_2.1.2.
64
65 1999-07-15 Ulrich Drepper <drepper@cygnus.com>
66
67 * posix/fnmatch.h: Use __name instead of __string in prototype to
68 allow use outside glibc.
69
70 1999-07-14 Ulrich Drepper <drepper@cygnus.com>
71
72 * time/tst-strptime.c (main): Add one more test case. Produce
73 output even when result is ok.
74
75 * time/strptime.c (get_number): Handle number parsing more
76 consistent with strftime. Only parse a given number of digits.
77 (get_alt_number): Fix implementation. Was broken.
78 (strptime_internal): Add third parameter to get_number and
79 get_alt_number calls.
80
81 1999-07-13 Jakub Jelinek <jj@ultra.linux.cz>
82
83 * elf/ldd.bash.in: Add support for multiple dynamic linkers.
84 * sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed: On sparc*linux*,
85 try both 32bit and 64bit dynamic linker.
86 * sysdeps/unix/sysv/linux/configure.in: Apply sparc ldd-rewrite
87 script on all sparc targets.
88
89 1999-07-13 Jakub Jelinek <jj@ultra.linux.cz>
90
91 * sysdeps/unix/sysv/linux/shmat.c (shmat): Avoid casting a pointer
92 to int.
93
94 1999-07-13 Andreas Schwab <schwab@suse.de>
95
96 * elf/dl-runtime.c (fixup, profile_fixup): Call alloca to prevent
97 inlining. Fixes PR libc/1198.
98
99 1999-07-14 Andreas Schwab <schwab@suse.de>
100
101 * Makerules (common-generated): Don't prepend $(common-objpfx).
102
103 1999-07-12 Jakub Jelinek <jj@ultra.linux.cz>
104
105 * stdio-common/printf_fp.c (__printf_fp): Adjust for IEEE quad
106 as _FPIO_CONST_OFFSET does not cover all bits after binary dot.
107 * sysdeps/generic/printf_fphex.c (__printf_fphex): Support IEEE
108 quad by moving long double support into PRINT_FPHEX_LONG_DOUBLE
109 macro.
110 * sysdeps/alpha/Implies: Imply ieee754/flt-32 and ieee754/dbl-64
111 instead of ieee754.
112 * sysdeps/arm/Implies: Likewise.
113 * sysdeps/i386/Implies: Imply ieee754/flt-32, ieee754/dbl-64, and
114 ieee754/ldbl-96 instead of ieee754.
115 * sysdeps/i386/i686/Implies: Remove implication for libm-i387/i686.
116 * sysdeps/generic/e_atanhl.c: New file.
117 * sysdeps/generic/e_coshl.c: New file.
118 * sysdeps/generic/e_sinhl.c: New file.
119 * sysdeps/generic/e_gammal_r.c: New file.
120 * sysdeps/generic/e_hypotl.c: New file.
121 * sysdeps/generic/s_cbrtl.c: New file.
122 * sysdeps/generic/s_asinhl.c: New file.
123 * sysdeps/generic/s_tanhl.c: New file.
124 * sysdeps/generic/w_expl.c: New file.
125 * sysdeps/i960/Implies: Imply ieee754/flt-32 and ieee754/dbl-64
126 instead of ieee754.
127 * sysdeps/m68k/Implies: Imply ieee754/flt-32, ieee754/dbl-64, and
128 ieee754/ldbl-96 instead of ieee754.
129 * sysdeps/m68k/strtold.c: Include ldbl-96 version of strtold.
130 * sysdeps/m68k/printf_fphex.c: Include ldbl-96 version of
131 printf_fphex.
132 * sysdeps/mips/Implies: Imply ieee754/flt-32 and ieee754/dbl-64
133 instead of ieee754.
134 * sysdeps/mips/mips64/Implies: Likewise.
135 * sysdeps/powerpc/Implies: Likewise.
136 * sysdeps/sparc/Implies: Remove.
137 * sysdeps/sparc/sparc32/Implies: Imply ieee754/flt-32 and
138 ieee754/dbl-64.
139 * sysdeps/sparc/sparc64/Implies: Imply ieee754/flt-32, ieee754/dbl-64,
140 and ieee754/ldbl-128.
141
142 * sysdeps/sparc/bits/wordsize.h: Remove.
143 * sysdeps/sparc/fpu/bits/mathinline.h: New file.
144 * sysdeps/sparc/fpu/bits/mathdef.h: __NO_LONG_DOUBLE_MATH
145 only for sparc32.
146 * sysdeps/sparc/sparc32/fpu/bits/huge_val.h: New file.
147 * sysdeps/sparc/sparc32/bits/wordsize.h: New file.
148 * sysdeps/sparc/sparc64/fpu/bits/huge_val.h: New file.
149 * sysdeps/sparc/sparc64/bits/wordsize.h: New file.
150 * sysdeps/sparc/sparc64/Makefile: Add IEEE quad long double
151 support.
152
153 * sysdeps/sparc/sparc64/addmul_1.S: Fix miscalculation
154 of carries. Optimize.
155
156 * sysdeps/libm-ieee754/e_exp10.c: Moved to ...
157 * sysdeps/generic/e_exp10.c: ...here.
158 * sysdeps/libm-ieee754/e_exp10f.c: Moved to ...
159 * sysdeps/generic/e_exp10f.c: ...here.
160 * sysdeps/libm-ieee754/e_exp10l.c: Moved to ...
161 * sysdeps/generic/e_exp10l.c: ...here.
162 * sysdeps/libm-ieee754/e_scalb.c: Moved to ...
163 * sysdeps/generic/e_scalb.c: ...here.
164 * sysdeps/libm-ieee754/e_scalbf.c: Moved to ...
165 * sysdeps/generic/e_scalbf.c: ...here.
166 * sysdeps/libm-ieee754/e_scalbl.c: Moved to ...
167 * sysdeps/generic/e_scalbl.c: ...here.
168 * sysdeps/libm-ieee754/s_cacos.c: Moved to ...
169 * sysdeps/generic/s_cacos.c: ...here.
170 * sysdeps/libm-ieee754/s_cacosf.c: Moved to ...
171 * sysdeps/generic/s_cacosf.c: ...here.
172 * sysdeps/libm-ieee754/s_cacosh.c: Moved to ...
173 * sysdeps/generic/s_cacosh.c: ...here.
174 * sysdeps/libm-ieee754/s_cacoshf.c: Moved to ...
175 * sysdeps/generic/s_cacoshf.c: ...here.
176 * sysdeps/libm-ieee754/s_cacoshl.c: Moved to ...
177 * sysdeps/generic/s_cacoshl.c: ...here.
178 * sysdeps/libm-ieee754/s_cacosl.c: Moved to ...
179 * sysdeps/generic/s_cacosl.c: ...here.
180 * sysdeps/libm-ieee754/s_casin.c: Moved to ...
181 * sysdeps/generic/s_casin.c: ...here.
182 * sysdeps/libm-ieee754/s_casinf.c: Moved to ...
183 * sysdeps/generic/s_casinf.c: ...here.
184 * sysdeps/libm-ieee754/s_casinh.c: Moved to ...
185 * sysdeps/generic/s_casinh.c: ...here.
186 * sysdeps/libm-ieee754/s_casinhf.c: Moved to ...
187 * sysdeps/generic/s_casinhf.c: ...here.
188 * sysdeps/libm-ieee754/s_casinhl.c: Moved to ...
189 * sysdeps/generic/s_casinhl.c: ...here.
190 * sysdeps/libm-ieee754/s_casinl.c: Moved to ...
191 * sysdeps/generic/s_casinl.c: ...here.
192 * sysdeps/libm-ieee754/s_catan.c: Moved to ...
193 * sysdeps/generic/s_catan.c: ...here.
194 * sysdeps/libm-ieee754/s_catanf.c: Moved to ...
195 * sysdeps/generic/s_catanf.c: ...here.
196 * sysdeps/libm-ieee754/s_catanh.c: Moved to ...
197 * sysdeps/generic/s_catanh.c: ...here.
198 * sysdeps/libm-ieee754/s_catanhf.c: Moved to ...
199 * sysdeps/generic/s_catanhf.c: ...here.
200 * sysdeps/libm-ieee754/s_catanhl.c: Moved to ...
201 * sysdeps/generic/s_catanhl.c: ...here.
202 * sysdeps/libm-ieee754/s_catanl.c: Moved to ...
203 * sysdeps/generic/s_catanl.c: ...here.
204 * sysdeps/libm-ieee754/s_ccos.c: Moved to ...
205 * sysdeps/generic/s_ccos.c: ...here.
206 * sysdeps/libm-ieee754/s_ccosf.c: Moved to ...
207 * sysdeps/generic/s_ccosf.c: ...here.
208 * sysdeps/libm-ieee754/s_ccosh.c: Moved to ...
209 * sysdeps/generic/s_ccosh.c: ...here.
210 * sysdeps/libm-ieee754/s_ccoshf.c: Moved to ...
211 * sysdeps/generic/s_ccoshf.c: ...here.
212 * sysdeps/libm-ieee754/s_ccoshl.c: Moved to ...
213 * sysdeps/generic/s_ccoshl.c: ...here.
214 * sysdeps/libm-ieee754/s_ccosl.c: Moved to ...
215 * sysdeps/generic/s_ccosl.c: ...here.
216 * sysdeps/libm-ieee754/s_cexp.c: Moved to ...
217 * sysdeps/generic/s_cexp.c: ...here.
218 * sysdeps/libm-ieee754/s_cexpf.c: Moved to ...
219 * sysdeps/generic/s_cexpf.c: ...here.
220 * sysdeps/libm-ieee754/s_cexpl.c: Moved to ...
221 * sysdeps/generic/s_cexpl.c: ...here.
222 * sysdeps/libm-ieee754/s_clog.c: Moved to ...
223 * sysdeps/generic/s_clog.c: ...here.
224 * sysdeps/libm-ieee754/s_clog10.c: Moved to ...
225 * sysdeps/generic/s_clog10.c: ...here.
226 * sysdeps/libm-ieee754/s_clog10f.c: Moved to ...
227 * sysdeps/generic/s_clog10f.c: ...here.
228 * sysdeps/libm-ieee754/s_clog10l.c: Moved to ...
229 * sysdeps/generic/s_clog10l.c: ...here.
230 * sysdeps/libm-ieee754/s_clogf.c: Moved to ...
231 * sysdeps/generic/s_clogf.c: ...here.
232 * sysdeps/libm-ieee754/s_clogl.c: Moved to ...
233 * sysdeps/generic/s_clogl.c: ...here.
234 * sysdeps/libm-ieee754/s_cpow.c: Moved to ...
235 * sysdeps/generic/s_cpow.c: ...here.
236 * sysdeps/libm-ieee754/s_cpowf.c: Moved to ...
237 * sysdeps/generic/s_cpowf.c: ...here.
238 * sysdeps/libm-ieee754/s_cpowl.c: Moved to ...
239 * sysdeps/generic/s_cpowl.c: ...here.
240 * sysdeps/libm-ieee754/s_cproj.c: Moved to ...
241 * sysdeps/generic/s_cproj.c: ...here.
242 * sysdeps/libm-ieee754/s_cprojf.c: Moved to ...
243 * sysdeps/generic/s_cprojf.c: ...here.
244 * sysdeps/libm-ieee754/s_cprojl.c: Moved to ...
245 * sysdeps/generic/s_cprojl.c: ...here.
246 * sysdeps/libm-ieee754/s_csin.c: Moved to ...
247 * sysdeps/generic/s_csin.c: ...here.
248 * sysdeps/libm-ieee754/s_csinf.c: Moved to ...
249 * sysdeps/generic/s_csinf.c: ...here.
250 * sysdeps/libm-ieee754/s_csinh.c: Moved to ...
251 * sysdeps/generic/s_csinh.c: ...here.
252 * sysdeps/libm-ieee754/s_csinhf.c: Moved to ...
253 * sysdeps/generic/s_csinhf.c: ...here.
254 * sysdeps/libm-ieee754/s_csinhl.c: Moved to ...
255 * sysdeps/generic/s_csinhl.c: ...here.
256 * sysdeps/libm-ieee754/s_csinl.c: Moved to ...
257 * sysdeps/generic/s_csinl.c: ...here.
258 * sysdeps/libm-ieee754/s_csqrt.c: Moved to ...
259 * sysdeps/generic/s_csqrt.c: ...here.
260 * sysdeps/libm-ieee754/s_csqrtf.c: Moved to ...
261 * sysdeps/generic/s_csqrtf.c: ...here.
262 * sysdeps/libm-ieee754/s_csqrtl.c: Moved to ...
263 * sysdeps/generic/s_csqrtl.c: ...here.
264 * sysdeps/libm-ieee754/s_ctan.c: Moved to ...
265 * sysdeps/generic/s_ctan.c: ...here.
266 * sysdeps/libm-ieee754/s_ctanf.c: Moved to ...
267 * sysdeps/generic/s_ctanf.c: ...here.
268 * sysdeps/libm-ieee754/s_ctanh.c: Moved to ...
269 * sysdeps/generic/s_ctanh.c: ...here.
270 * sysdeps/libm-ieee754/s_ctanhf.c: Moved to ...
271 * sysdeps/generic/s_ctanhf.c: ...here.
272 * sysdeps/libm-ieee754/s_ctanhl.c: Moved to ...
273 * sysdeps/generic/s_ctanhl.c: ...here.
274 * sysdeps/libm-ieee754/s_ctanl.c: Moved to ...
275 * sysdeps/generic/s_ctanl.c: ...here.
276 * sysdeps/libm-ieee754/s_fdim.c: Moved to ...
277 * sysdeps/generic/s_fdim.c: ...here.
278 * sysdeps/libm-ieee754/s_fdimf.c: Moved to ...
279 * sysdeps/generic/s_fdimf.c: ...here.
280 * sysdeps/libm-ieee754/s_fdiml.c: Moved to ...
281 * sysdeps/generic/s_fdiml.c: ...here.
282 * sysdeps/libm-ieee754/s_fma.c: Moved to ...
283 * sysdeps/generic/s_fma.c: ...here.
284 * sysdeps/libm-ieee754/s_fmaf.c: Moved to ...
285 * sysdeps/generic/s_fmaf.c: ...here.
286 * sysdeps/libm-ieee754/s_fmal.c: Moved to ...
287 * sysdeps/generic/s_fmal.c: ...here.
288 * sysdeps/libm-ieee754/s_fmax.c: Moved to ...
289 * sysdeps/generic/s_fmax.c: ...here.
290 * sysdeps/libm-ieee754/s_fmaxf.c: Moved to ...
291 * sysdeps/generic/s_fmaxf.c: ...here.
292 * sysdeps/libm-ieee754/s_fmaxl.c: Moved to ...
293 * sysdeps/generic/s_fmaxl.c: ...here.
294 * sysdeps/libm-ieee754/s_fmin.c: Moved to ...
295 * sysdeps/generic/s_fmin.c: ...here.
296 * sysdeps/libm-ieee754/s_fminf.c: Moved to ...
297 * sysdeps/generic/s_fminf.c: ...here.
298 * sysdeps/libm-ieee754/s_fminl.c: Moved to ...
299 * sysdeps/generic/s_fminl.c: ...here.
300 * sysdeps/libm-ieee754/s_ldexp.c: Moved to ...
301 * sysdeps/generic/s_ldexp.c: ...here.
302 * sysdeps/libm-ieee754/s_ldexpf.c: Moved to ...
303 * sysdeps/generic/s_ldexpf.c: ...here.
304 * sysdeps/libm-ieee754/s_ldexpl.c: Moved to ...
305 * sysdeps/generic/s_ldexpl.c: ...here.
306 * sysdeps/libm-ieee754/s_nan.c: Moved to ...
307 * sysdeps/generic/s_nan.c: ...here.
308 * sysdeps/libm-ieee754/s_nanf.c: Moved to ...
309 * sysdeps/generic/s_nanf.c: ...here.
310 * sysdeps/libm-ieee754/s_nanl.c: Moved to ...
311 * sysdeps/generic/s_nanl.c: ...here.
312 * sysdeps/libm-ieee754/s_significand.c: Moved to ...
313 * sysdeps/generic/s_significand.c: ...here.
314 * sysdeps/libm-ieee754/s_significandf.c: Moved to ...
315 * sysdeps/generic/s_significandf.c: ...here.
316 * sysdeps/libm-ieee754/s_significandl.c: Moved to ...
317 * sysdeps/generic/s_significandl.c: ...here.
318 Avoid conversion from int to double and then to long double.
319 * sysdeps/libm-ieee754/w_acos.c: Moved to ...
320 * math/w_acos.c: ...here.
321 * sysdeps/libm-ieee754/w_acosf.c: Moved to ...
322 * math/w_acosf.c: ...here.
323 * sysdeps/libm-ieee754/w_acosh.c: Moved to ...
324 * math/w_acosh.c: ...here.
325 * sysdeps/libm-ieee754/w_acoshf.c: Moved to ...
326 * math/w_acoshf.c: ...here.
327 * sysdeps/libm-ieee754/w_acoshl.c: Moved to ...
328 * math/w_acoshl.c: ...here.
329 * sysdeps/libm-ieee754/w_acosl.c: Moved to ...
330 * math/w_acosl.c: ...here.
331 * sysdeps/libm-ieee754/w_asin.c: Moved to ...
332 * math/w_asin.c: ...here.
333 * sysdeps/libm-ieee754/w_asinf.c: Moved to ...
334 * math/w_asinf.c: ...here.
335 * sysdeps/libm-ieee754/w_asinl.c: Moved to ...
336 * math/w_asinl.c: ...here.
337 * sysdeps/libm-ieee754/w_atan2.c: Moved to ...
338 * math/w_atan2.c: ...here.
339 * sysdeps/libm-ieee754/w_atan2f.c: Moved to ...
340 * math/w_atan2f.c: ...here.
341 * sysdeps/libm-ieee754/w_atan2l.c: Moved to ...
342 * math/w_atan2l.c: ...here.
343 * sysdeps/libm-ieee754/w_atanh.c: Moved to ...
344 * math/w_atanh.c: ...here.
345 * sysdeps/libm-ieee754/w_atanhf.c: Moved to ...
346 * math/w_atanhf.c: ...here.
347 * sysdeps/libm-ieee754/w_atanhl.c: Moved to ...
348 * math/w_atanhl.c: ...here.
349 * sysdeps/libm-ieee754/w_cosh.c: Moved to ...
350 * math/w_cosh.c: ...here.
351 * sysdeps/libm-ieee754/w_coshf.c: Moved to ...
352 * math/w_coshf.c: ...here.
353 * sysdeps/libm-ieee754/w_coshl.c: Moved to ...
354 * math/w_coshl.c: ...here.
355 * sysdeps/libm-ieee754/w_drem.c: Moved to ...
356 * math/w_drem.c: ...here.
357 * sysdeps/libm-ieee754/w_dremf.c: Moved to ...
358 * math/w_dremf.c: ...here.
359 * sysdeps/libm-ieee754/w_dreml.c: Moved to ...
360 * math/w_dreml.c: ...here.
361 * sysdeps/libm-ieee754/w_exp10.c: Moved to ...
362 * math/w_exp10.c: ...here.
363 * sysdeps/libm-ieee754/w_exp10f.c: Moved to ...
364 * math/w_exp10f.c: ...here.
365 * sysdeps/libm-ieee754/w_exp10l.c: Moved to ...
366 * math/w_exp10l.c: ...here.
367 * sysdeps/libm-ieee754/w_exp2.c: Moved to ...
368 * math/w_exp2.c: ...here.
369 * sysdeps/libm-ieee754/w_exp2f.c: Moved to ...
370 * math/w_exp2f.c: ...here.
371 * sysdeps/libm-ieee754/w_exp2l.c: Moved to ...
372 * math/w_exp2l.c: ...here.
373 * sysdeps/libm-ieee754/w_fmod.c: Moved to ...
374 * math/w_fmod.c: ...here.
375 * sysdeps/libm-ieee754/w_fmodf.c: Moved to ...
376 * math/w_fmodf.c: ...here.
377 * sysdeps/libm-ieee754/w_fmodl.c: Moved to ...
378 * math/w_fmodl.c: ...here.
379 * sysdeps/libm-ieee754/w_hypot.c: Moved to ...
380 * math/w_hypot.c: ...here.
381 * sysdeps/libm-ieee754/w_hypotf.c: Moved to ...
382 * math/w_hypotf.c: ...here.
383 * sysdeps/libm-ieee754/w_hypotl.c: Moved to ...
384 * math/w_hypotl.c: ...here.
385 * sysdeps/libm-ieee754/w_j0.c: Moved to ...
386 * math/w_j0.c: ...here.
387 * sysdeps/libm-ieee754/w_j0f.c: Moved to ...
388 * math/w_j0f.c: ...here.
389 * sysdeps/libm-ieee754/w_j0l.c: Moved to ...
390 * math/w_j0l.c: ...here.
391 * sysdeps/libm-ieee754/w_j1.c: Moved to ...
392 * math/w_j1.c: ...here.
393 * sysdeps/libm-ieee754/w_j1f.c: Moved to ...
394 * math/w_j1f.c: ...here.
395 * sysdeps/libm-ieee754/w_j1l.c: Moved to ...
396 * math/w_j1l.c: ...here.
397 * sysdeps/libm-ieee754/w_jn.c: Moved to ...
398 * math/w_jn.c: ...here.
399 * sysdeps/libm-ieee754/w_jnf.c: Moved to ...
400 * math/w_jnf.c: ...here.
401 * sysdeps/libm-ieee754/w_jnl.c: Moved to ...
402 * math/w_jnl.c: ...here.
403 * sysdeps/libm-ieee754/w_lgamma.c: Moved to ...
404 * math/w_lgamma.c: ...here.
405 * sysdeps/libm-ieee754/w_lgamma_r.c: Moved to ...
406 * math/w_lgamma_r.c: ...here.
407 * sysdeps/libm-ieee754/w_lgammaf.c: Moved to ...
408 * math/w_lgammaf.c: ...here.
409 * sysdeps/libm-ieee754/w_lgammaf_r.c: Moved to ...
410 * math/w_lgammaf_r.c: ...here.
411 * sysdeps/libm-ieee754/w_lgammal.c: Moved to ...
412 * math/w_lgammal.c: ...here.
413 * sysdeps/libm-ieee754/w_lgammal_r.c: Moved to ...
414 * math/w_lgammal_r.c: ...here.
415 * sysdeps/libm-ieee754/w_log.c: Moved to ...
416 * math/w_log.c: ...here.
417 * sysdeps/libm-ieee754/w_log10.c: Moved to ...
418 * math/w_log10.c: ...here.
419 * sysdeps/libm-ieee754/w_log10f.c: Moved to ...
420 * math/w_log10f.c: ...here.
421 * sysdeps/libm-ieee754/w_log10l.c: Moved to ...
422 * math/w_log10l.c: ...here.
423 * sysdeps/libm-ieee754/w_logf.c: Moved to ...
424 * math/w_logf.c: ...here.
425 * sysdeps/libm-ieee754/w_logl.c: Moved to ...
426 * math/w_logl.c: ...here.
427 * sysdeps/libm-ieee754/w_pow.c: Moved to ...
428 * math/w_pow.c: ...here.
429 * sysdeps/libm-ieee754/w_powf.c: Moved to ...
430 * math/w_powf.c: ...here.
431 * sysdeps/libm-ieee754/w_powl.c: Moved to ...
432 * math/w_powl.c: ...here.
433 * sysdeps/libm-ieee754/w_remainder.c: Moved to ...
434 * math/w_remainder.c: ...here.
435 * sysdeps/libm-ieee754/w_remainderf.c: Moved to ...
436 * math/w_remainderf.c: ...here.
437 * sysdeps/libm-ieee754/w_remainderl.c: Moved to ...
438 * math/w_remainderl.c: ...here.
439 * sysdeps/libm-ieee754/w_scalb.c: Moved to ...
440 * math/w_scalb.c: ...here.
441 * sysdeps/libm-ieee754/w_scalbf.c: Moved to ...
442 * math/w_scalbf.c: ...here.
443 * sysdeps/libm-ieee754/w_scalbl.c: Moved to ...
444 * math/w_scalbl.c: ...here.
445 * sysdeps/libm-ieee754/w_sinh.c: Moved to ...
446 * math/w_sinh.c: ...here.
447 * sysdeps/libm-ieee754/w_sinhf.c: Moved to ...
448 * math/w_sinhf.c: ...here.
449 * sysdeps/libm-ieee754/w_sinhl.c: Moved to ...
450 * math/w_sinhl.c: ...here.
451 * sysdeps/libm-ieee754/w_sqrt.c: Moved to ...
452 * math/w_sqrt.c: ...here.
453 * sysdeps/libm-ieee754/w_sqrtf.c: Moved to ...
454 * math/w_sqrtf.c: ...here.
455 * sysdeps/libm-ieee754/w_sqrtl.c: Moved to ...
456 * math/w_sqrtl.c: ...here.
457 * sysdeps/libm-ieee754/w_tgamma.c: Moved to ...
458 * math/w_tgamma.c: ...here.
459 * sysdeps/libm-ieee754/w_tgammaf.c: Moved to ...
460 * math/w_tgammaf.c: ...here.
461 * sysdeps/libm-ieee754/w_tgammal.c: Moved to ...
462 * math/w_tgammal.c: ...here.
463 * sysdeps/libm-i387/e_acos.S: Moved to ...
464 * sysdeps/i386/fpu/e_acos.S: ...here.
465 * sysdeps/libm-i387/e_acosf.S: Moved to ...
466 * sysdeps/i386/fpu/e_acosf.S: ...here.
467 * sysdeps/libm-i387/e_acosh.S: Moved to ...
468 * sysdeps/i386/fpu/e_acosh.S: ...here.
469 * sysdeps/libm-i387/e_acoshf.S: Moved to ...
470 * sysdeps/i386/fpu/e_acoshf.S: ...here.
471 * sysdeps/libm-i387/e_acoshl.S: Moved to ...
472 * sysdeps/i386/fpu/e_acoshl.S: ...here.
473 * sysdeps/libm-i387/e_acosl.S: Moved to ...
474 * sysdeps/i386/fpu/e_acosl.S: ...here.
475 * sysdeps/libm-i387/e_asin.S: Moved to ...
476 * sysdeps/i386/fpu/e_asin.S: ...here.
477 * sysdeps/libm-i387/e_asinf.S: Moved to ...
478 * sysdeps/i386/fpu/e_asinf.S: ...here.
479 * sysdeps/libm-i387/e_asinl.S: Moved to ...
480 * sysdeps/i386/fpu/e_asinl.S: ...here.
481 * sysdeps/libm-i387/e_atan2.S: Moved to ...
482 * sysdeps/i386/fpu/e_atan2.S: ...here.
483 * sysdeps/libm-i387/e_atan2f.S: Moved to ...
484 * sysdeps/i386/fpu/e_atan2f.S: ...here.
485 * sysdeps/libm-i387/e_atan2l.S: Moved to ...
486 * sysdeps/i386/fpu/e_atan2l.S: ...here.
487 * sysdeps/libm-i387/e_atanh.S: Moved to ...
488 * sysdeps/i386/fpu/e_atanh.S: ...here.
489 * sysdeps/libm-i387/e_atanhf.S: Moved to ...
490 * sysdeps/i386/fpu/e_atanhf.S: ...here.
491 * sysdeps/libm-i387/e_atanhl.S: Moved to ...
492 * sysdeps/i386/fpu/e_atanhl.S: ...here.
493 * sysdeps/libm-i387/e_exp.S: Moved to ...
494 * sysdeps/i386/fpu/e_exp.S: ...here.
495 * sysdeps/libm-i387/e_exp10.S: Moved to ...
496 * sysdeps/i386/fpu/e_exp10.S: ...here.
497 * sysdeps/libm-i387/e_exp10f.S: Moved to ...
498 * sysdeps/i386/fpu/e_exp10f.S: ...here.
499 * sysdeps/libm-i387/e_exp10l.S: Moved to ...
500 * sysdeps/i386/fpu/e_exp10l.S: ...here.
501 * sysdeps/libm-i387/e_expf.S: Moved to ...
502 * sysdeps/i386/fpu/e_expf.S: ...here.
503 * sysdeps/libm-i387/e_expl.S: Moved to ...
504 * sysdeps/i386/fpu/e_expl.S: ...here.
505 * sysdeps/libm-i387/e_fmod.S: Moved to ...
506 * sysdeps/i386/fpu/e_fmod.S: ...here.
507 * sysdeps/libm-i387/e_fmodf.S: Moved to ...
508 * sysdeps/i386/fpu/e_fmodf.S: ...here.
509 * sysdeps/libm-i387/e_fmodl.S: Moved to ...
510 * sysdeps/i386/fpu/e_fmodl.S: ...here.
511 * sysdeps/libm-i387/e_hypot.S: Moved to ...
512 * sysdeps/i386/fpu/e_hypot.S: ...here.
513 * sysdeps/libm-i387/e_hypotf.S: Moved to ...
514 * sysdeps/i386/fpu/e_hypotf.S: ...here.
515 * sysdeps/libm-i387/e_log.S: Moved to ...
516 * sysdeps/i386/fpu/e_log.S: ...here.
517 * sysdeps/libm-i387/e_log10.S: Moved to ...
518 * sysdeps/i386/fpu/e_log10.S: ...here.
519 * sysdeps/libm-i387/e_log10f.S: Moved to ...
520 * sysdeps/i386/fpu/e_log10f.S: ...here.
521 * sysdeps/libm-i387/e_log10l.S: Moved to ...
522 * sysdeps/i386/fpu/e_log10l.S: ...here.
523 * sysdeps/libm-i387/e_logf.S: Moved to ...
524 * sysdeps/i386/fpu/e_logf.S: ...here.
525 * sysdeps/libm-i387/e_logl.S: Moved to ...
526 * sysdeps/i386/fpu/e_logl.S: ...here.
527 * sysdeps/libm-i387/e_pow.S: Moved to ...
528 * sysdeps/i386/fpu/e_pow.S: ...here.
529 * sysdeps/libm-i387/e_powf.S: Moved to ...
530 * sysdeps/i386/fpu/e_powf.S: ...here.
531 * sysdeps/libm-i387/e_powl.S: Moved to ...
532 * sysdeps/i386/fpu/e_powl.S: ...here.
533 * sysdeps/libm-i387/e_rem_pio2l.c: Moved to ...
534 * sysdeps/i386/fpu/e_rem_pio2l.c: ...here.
535 * sysdeps/libm-i387/e_remainder.S: Moved to ...
536 * sysdeps/i386/fpu/e_remainder.S: ...here.
537 * sysdeps/libm-i387/e_remainderf.S: Moved to ...
538 * sysdeps/i386/fpu/e_remainderf.S: ...here.
539 * sysdeps/libm-i387/e_remainderl.S: Moved to ...
540 * sysdeps/i386/fpu/e_remainderl.S: ...here.
541 * sysdeps/libm-i387/e_scalb.S: Moved to ...
542 * sysdeps/i386/fpu/e_scalb.S: ...here.
543 * sysdeps/libm-i387/e_scalbf.S: Moved to ...
544 * sysdeps/i386/fpu/e_scalbf.S: ...here.
545 * sysdeps/libm-i387/e_scalbl.S: Moved to ...
546 * sysdeps/i386/fpu/e_scalbl.S: ...here.
547 * sysdeps/libm-i387/e_sqrt.S: Moved to ...
548 * sysdeps/i386/fpu/e_sqrt.S: ...here.
549 * sysdeps/libm-i387/e_sqrtf.S: Moved to ...
550 * sysdeps/i386/fpu/e_sqrtf.S: ...here.
551 * sysdeps/libm-i387/e_sqrtl.S: Moved to ...
552 * sysdeps/i386/fpu/e_sqrtl.S: ...here.
553 * sysdeps/libm-i387/k_rem_pio2l.c: Moved to ...
554 * sysdeps/i386/fpu/k_rem_pio2l.c: ...here.
555 * sysdeps/libm-i387/s_asinh.S: Moved to ...
556 * sysdeps/i386/fpu/s_asinh.S: ...here.
557 * sysdeps/libm-i387/s_asinhf.S: Moved to ...
558 * sysdeps/i386/fpu/s_asinhf.S: ...here.
559 * sysdeps/libm-i387/s_asinhl.S: Moved to ...
560 * sysdeps/i386/fpu/s_asinhl.S: ...here.
561 * sysdeps/libm-i387/s_atan.S: Moved to ...
562 * sysdeps/i386/fpu/s_atan.S: ...here.
563 * sysdeps/libm-i387/s_atanf.S: Moved to ...
564 * sysdeps/i386/fpu/s_atanf.S: ...here.
565 * sysdeps/libm-i387/s_atanl.S: Moved to ...
566 * sysdeps/i386/fpu/s_atanl.S: ...here.
567 * sysdeps/libm-i387/s_cbrt.S: Moved to ...
568 * sysdeps/i386/fpu/s_cbrt.S: ...here.
569 * sysdeps/libm-i387/s_cbrtf.S: Moved to ...
570 * sysdeps/i386/fpu/s_cbrtf.S: ...here.
571 * sysdeps/libm-i387/s_cbrtl.S: Moved to ...
572 * sysdeps/i386/fpu/s_cbrtl.S: ...here.
573 * sysdeps/libm-i387/s_ceil.S: Moved to ...
574 * sysdeps/i386/fpu/s_ceil.S: ...here.
575 * sysdeps/libm-i387/s_ceilf.S: Moved to ...
576 * sysdeps/i386/fpu/s_ceilf.S: ...here.
577 * sysdeps/libm-i387/s_ceill.S: Moved to ...
578 * sysdeps/i386/fpu/s_ceill.S: ...here.
579 * sysdeps/libm-i387/s_cexp.S: Moved to ...
580 * sysdeps/i386/fpu/s_cexp.S: ...here.
581 * sysdeps/libm-i387/s_cexpf.S: Moved to ...
582 * sysdeps/i386/fpu/s_cexpf.S: ...here.
583 * sysdeps/libm-i387/s_cexpl.S: Moved to ...
584 * sysdeps/i386/fpu/s_cexpl.S: ...here.
585 * sysdeps/libm-i387/s_copysign.S: Moved to ...
586 * sysdeps/i386/fpu/s_copysign.S: ...here.
587 * sysdeps/libm-i387/s_copysignf.S: Moved to ...
588 * sysdeps/i386/fpu/s_copysignf.S: ...here.
589 * sysdeps/libm-i387/s_copysignl.S: Moved to ...
590 * sysdeps/i386/fpu/s_copysignl.S: ...here.
591 * sysdeps/libm-i387/s_cos.S: Moved to ...
592 * sysdeps/i386/fpu/s_cos.S: ...here.
593 * sysdeps/libm-i387/s_cosf.S: Moved to ...
594 * sysdeps/i386/fpu/s_cosf.S: ...here.
595 * sysdeps/libm-i387/s_cosl.S: Moved to ...
596 * sysdeps/i386/fpu/s_cosl.S: ...here.
597 * sysdeps/libm-i387/s_exp2.S: Moved to ...
598 * sysdeps/i386/fpu/s_exp2.S: ...here.
599 * sysdeps/libm-i387/s_exp2f.S: Moved to ...
600 * sysdeps/i386/fpu/s_exp2f.S: ...here.
601 * sysdeps/libm-i387/s_exp2l.S: Moved to ...
602 * sysdeps/i386/fpu/s_exp2l.S: ...here.
603 * sysdeps/libm-i387/s_expm1.S: Moved to ...
604 * sysdeps/i386/fpu/s_expm1.S: ...here.
605 * sysdeps/libm-i387/s_expm1f.S: Moved to ...
606 * sysdeps/i386/fpu/s_expm1f.S: ...here.
607 * sysdeps/libm-i387/s_expm1l.S: Moved to ...
608 * sysdeps/i386/fpu/s_expm1l.S: ...here.
609 * sysdeps/libm-i387/s_fdim.S: Moved to ...
610 * sysdeps/i386/fpu/s_fdim.S: ...here.
611 * sysdeps/libm-i387/s_fdimf.S: Moved to ...
612 * sysdeps/i386/fpu/s_fdimf.S: ...here.
613 * sysdeps/libm-i387/s_fdiml.S: Moved to ...
614 * sysdeps/i386/fpu/s_fdiml.S: ...here.
615 * sysdeps/libm-i387/s_finite.S: Moved to ...
616 * sysdeps/i386/fpu/s_finite.S: ...here.
617 * sysdeps/libm-i387/s_finitef.S: Moved to ...
618 * sysdeps/i386/fpu/s_finitef.S: ...here.
619 * sysdeps/libm-i387/s_finitel.S: Moved to ...
620 * sysdeps/i386/fpu/s_finitel.S: ...here.
621 * sysdeps/libm-i387/s_floor.S: Moved to ...
622 * sysdeps/i386/fpu/s_floor.S: ...here.
623 * sysdeps/libm-i387/s_floorf.S: Moved to ...
624 * sysdeps/i386/fpu/s_floorf.S: ...here.
625 * sysdeps/libm-i387/s_floorl.S: Moved to ...
626 * sysdeps/i386/fpu/s_floorl.S: ...here.
627 * sysdeps/libm-i387/s_fma.S: Moved to ...
628 * sysdeps/i386/fpu/s_fma.S: ...here.
629 * sysdeps/libm-i387/s_fmaf.S: Moved to ...
630 * sysdeps/i386/fpu/s_fmaf.S: ...here.
631 * sysdeps/libm-i387/s_fmal.S: Moved to ...
632 * sysdeps/i386/fpu/s_fmal.S: ...here.
633 * sysdeps/libm-i387/s_fmax.S: Moved to ...
634 * sysdeps/i386/fpu/s_fmax.S: ...here.
635 * sysdeps/libm-i387/s_fmaxf.S: Moved to ...
636 * sysdeps/i386/fpu/s_fmaxf.S: ...here.
637 * sysdeps/libm-i387/s_fmaxl.S: Moved to ...
638 * sysdeps/i386/fpu/s_fmaxl.S: ...here.
639 * sysdeps/libm-i387/s_fmin.S: Moved to ...
640 * sysdeps/i386/fpu/s_fmin.S: ...here.
641 * sysdeps/libm-i387/s_fminf.S: Moved to ...
642 * sysdeps/i386/fpu/s_fminf.S: ...here.
643 * sysdeps/libm-i387/s_fminl.S: Moved to ...
644 * sysdeps/i386/fpu/s_fminl.S: ...here.
645 * sysdeps/libm-i387/s_frexp.S: Moved to ...
646 * sysdeps/i386/fpu/s_frexp.S: ...here.
647 * sysdeps/libm-i387/s_frexpf.S: Moved to ...
648 * sysdeps/i386/fpu/s_frexpf.S: ...here.
649 * sysdeps/libm-i387/s_frexpl.S: Moved to ...
650 * sysdeps/i386/fpu/s_frexpl.S: ...here.
651 * sysdeps/libm-i387/s_ilogb.S: Moved to ...
652 * sysdeps/i386/fpu/s_ilogb.S: ...here.
653 * sysdeps/libm-i387/s_ilogbf.S: Moved to ...
654 * sysdeps/i386/fpu/s_ilogbf.S: ...here.
655 * sysdeps/libm-i387/s_ilogbl.S: Moved to ...
656 * sysdeps/i386/fpu/s_ilogbl.S: ...here.
657 * sysdeps/libm-i387/s_llrint.S: Moved to ...
658 * sysdeps/i386/fpu/s_llrint.S: ...here.
659 * sysdeps/libm-i387/s_llrintf.S: Moved to ...
660 * sysdeps/i386/fpu/s_llrintf.S: ...here.
661 * sysdeps/libm-i387/s_llrintl.S: Moved to ...
662 * sysdeps/i386/fpu/s_llrintl.S: ...here.
663 * sysdeps/libm-i387/s_log1p.S: Moved to ...
664 * sysdeps/i386/fpu/s_log1p.S: ...here.
665 * sysdeps/libm-i387/s_log1pf.S: Moved to ...
666 * sysdeps/i386/fpu/s_log1pf.S: ...here.
667 * sysdeps/libm-i387/s_log1pl.S: Moved to ...
668 * sysdeps/i386/fpu/s_log1pl.S: ...here.
669 * sysdeps/libm-i387/s_log2.S: Moved to ...
670 * sysdeps/i386/fpu/s_log2.S: ...here.
671 * sysdeps/libm-i387/s_log2f.S: Moved to ...
672 * sysdeps/i386/fpu/s_log2f.S: ...here.
673 * sysdeps/libm-i387/s_log2l.S: Moved to ...
674 * sysdeps/i386/fpu/s_log2l.S: ...here.
675 * sysdeps/libm-i387/s_logb.S: Moved to ...
676 * sysdeps/i386/fpu/s_logb.S: ...here.
677 * sysdeps/libm-i387/s_logbf.S: Moved to ...
678 * sysdeps/i386/fpu/s_logbf.S: ...here.
679 * sysdeps/libm-i387/s_logbl.S: Moved to ...
680 * sysdeps/i386/fpu/s_logbl.S: ...here.
681 * sysdeps/libm-i387/s_lrint.S: Moved to ...
682 * sysdeps/i386/fpu/s_lrint.S: ...here.
683 * sysdeps/libm-i387/s_lrintf.S: Moved to ...
684 * sysdeps/i386/fpu/s_lrintf.S: ...here.
685 * sysdeps/libm-i387/s_lrintl.S: Moved to ...
686 * sysdeps/i386/fpu/s_lrintl.S: ...here.
687 * sysdeps/libm-i387/s_nearbyint.S: Moved to ...
688 * sysdeps/i386/fpu/s_nearbyint.S: ...here.
689 * sysdeps/libm-i387/s_nearbyintf.S: Moved to ...
690 * sysdeps/i386/fpu/s_nearbyintf.S: ...here.
691 * sysdeps/libm-i387/s_nearbyintl.S: Moved to ...
692 * sysdeps/i386/fpu/s_nearbyintl.S: ...here.
693 * sysdeps/libm-i387/s_remquo.S: Moved to ...
694 * sysdeps/i386/fpu/s_remquo.S: ...here.
695 * sysdeps/libm-i387/s_remquof.S: Moved to ...
696 * sysdeps/i386/fpu/s_remquof.S: ...here.
697 * sysdeps/libm-i387/s_remquol.S: Moved to ...
698 * sysdeps/i386/fpu/s_remquol.S: ...here.
699 * sysdeps/libm-i387/s_rint.S: Moved to ...
700 * sysdeps/i386/fpu/s_rint.S: ...here.
701 * sysdeps/libm-i387/s_rintf.S: Moved to ...
702 * sysdeps/i386/fpu/s_rintf.S: ...here.
703 * sysdeps/libm-i387/s_rintl.S: Moved to ...
704 * sysdeps/i386/fpu/s_rintl.S: ...here.
705 * sysdeps/libm-i387/s_scalbn.S: Moved to ...
706 * sysdeps/i386/fpu/s_scalbn.S: ...here.
707 * sysdeps/libm-i387/s_scalbnf.S: Moved to ...
708 * sysdeps/i386/fpu/s_scalbnf.S: ...here.
709 * sysdeps/libm-i387/s_scalbnl.S: Moved to ...
710 * sysdeps/i386/fpu/s_scalbnl.S: ...here.
711 * sysdeps/libm-i387/s_significand.S: Moved to ...
712 * sysdeps/i386/fpu/s_significand.S: ...here.
713 * sysdeps/libm-i387/s_significandf.S: Moved to ...
714 * sysdeps/i386/fpu/s_significandf.S: ...here.
715 * sysdeps/libm-i387/s_significandl.S: Moved to ...
716 * sysdeps/i386/fpu/s_significandl.S: ...here.
717 * sysdeps/libm-i387/s_sin.S: Moved to ...
718 * sysdeps/i386/fpu/s_sin.S: ...here.
719 * sysdeps/libm-i387/s_sincos.S: Moved to ...
720 * sysdeps/i386/fpu/s_sincos.S: ...here.
721 * sysdeps/libm-i387/s_sincosf.S: Moved to ...
722 * sysdeps/i386/fpu/s_sincosf.S: ...here.
723 * sysdeps/libm-i387/s_sincosl.S: Moved to ...
724 * sysdeps/i386/fpu/s_sincosl.S: ...here.
725 * sysdeps/libm-i387/s_sinf.S: Moved to ...
726 * sysdeps/i386/fpu/s_sinf.S: ...here.
727 * sysdeps/libm-i387/s_sinl.S: Moved to ...
728 * sysdeps/i386/fpu/s_sinl.S: ...here.
729 * sysdeps/libm-i387/s_tan.S: Moved to ...
730 * sysdeps/i386/fpu/s_tan.S: ...here.
731 * sysdeps/libm-i387/s_tanf.S: Moved to ...
732 * sysdeps/i386/fpu/s_tanf.S: ...here.
733 * sysdeps/libm-i387/s_tanl.S: Moved to ...
734 * sysdeps/i386/fpu/s_tanl.S: ...here.
735 * sysdeps/libm-i387/s_trunc.S: Moved to ...
736 * sysdeps/i386/fpu/s_trunc.S: ...here.
737 * sysdeps/libm-i387/s_truncf.S: Moved to ...
738 * sysdeps/i386/fpu/s_truncf.S: ...here.
739 * sysdeps/libm-i387/s_truncl.S: Moved to ...
740 * sysdeps/i386/fpu/s_truncl.S: ...here.
741 * sysdeps/libm-ieee754/k_standard.c: Moved to ...
742 * sysdeps/ieee754/k_standard.c: ...here.
743 * sysdeps/libm-ieee754/s_lib_version.c: Moved to ...
744 * sysdeps/ieee754/s_lib_version.c: ...here.
745 * sysdeps/libm-ieee754/s_matherr.c: Moved to ...
746 * sysdeps/ieee754/s_matherr.c: ...here.
747 * sysdeps/libm-ieee754/s_signgam.c: Moved to ...
748 * sysdeps/ieee754/s_signgam.c: ...here.
749 * sysdeps/ieee754/dbl2mpn.c: Moved to ...
750 * sysdeps/ieee754/dbl-64/dbl2mpn.c: ...here.
751 * sysdeps/ieee754/mpn2dbl.c: Moved to ...
752 * sysdeps/ieee754/dbl-64/mpn2dbl.c: ...here.
753 * sysdeps/libm-ieee754/e_acos.c: Moved to ...
754 * sysdeps/ieee754/dbl-64/e_acos.c: ...here.
755 * sysdeps/libm-ieee754/e_acosh.c: Moved to ...
756 * sysdeps/ieee754/dbl-64/e_acosh.c: ...here.
757 * sysdeps/libm-ieee754/e_asin.c: Moved to ...
758 * sysdeps/ieee754/dbl-64/e_asin.c: ...here.
759 * sysdeps/libm-ieee754/e_atan2.c: Moved to ...
760 * sysdeps/ieee754/dbl-64/e_atan2.c: ...here.
761 * sysdeps/libm-ieee754/e_atanh.c: Moved to ...
762 * sysdeps/ieee754/dbl-64/e_atanh.c: ...here.
763 * sysdeps/libm-ieee754/e_cosh.c: Moved to ...
764 * sysdeps/ieee754/dbl-64/e_cosh.c: ...here.
765 * sysdeps/libm-ieee754/e_exp.c: Moved to ...
766 * sysdeps/ieee754/dbl-64/e_exp.c: ...here.
767 * sysdeps/libm-ieee754/e_fmod.c: Moved to ...
768 * sysdeps/ieee754/dbl-64/e_fmod.c: ...here.
769 * sysdeps/libm-ieee754/e_gamma_r.c: Moved to ...
770 * sysdeps/ieee754/dbl-64/e_gamma_r.c: ...here.
771 * sysdeps/libm-ieee754/e_hypot.c: Moved to ...
772 * sysdeps/ieee754/dbl-64/e_hypot.c: ...here.
773 * sysdeps/libm-ieee754/e_j0.c: Moved to ...
774 * sysdeps/ieee754/dbl-64/e_j0.c: ...here.
775 * sysdeps/libm-ieee754/e_j1.c: Moved to ...
776 * sysdeps/ieee754/dbl-64/e_j1.c: ...here.
777 * sysdeps/libm-ieee754/e_jn.c: Moved to ...
778 * sysdeps/ieee754/dbl-64/e_jn.c: ...here.
779 * sysdeps/libm-ieee754/e_lgamma_r.c: Moved to ...
780 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: ...here.
781 * sysdeps/libm-ieee754/e_log.c: Moved to ...
782 * sysdeps/ieee754/dbl-64/e_log.c: ...here.
783 * sysdeps/libm-ieee754/e_log10.c: Moved to ...
784 * sysdeps/ieee754/dbl-64/e_log10.c: ...here.
785 * sysdeps/libm-ieee754/e_pow.c: Moved to ...
786 * sysdeps/ieee754/dbl-64/e_pow.c: ...here.
787 * sysdeps/libm-ieee754/e_remainder.c: Moved to ...
788 * sysdeps/ieee754/dbl-64/e_remainder.c: ...here.
789 * sysdeps/libm-ieee754/e_sinh.c: Moved to ...
790 * sysdeps/ieee754/dbl-64/e_sinh.c: ...here.
791 * sysdeps/libm-ieee754/e_sqrt.c: Moved to ...
792 * sysdeps/ieee754/dbl-64/e_sqrt.c: ...here.
793 * sysdeps/libm-ieee754/k_cos.c: Moved to ...
794 * sysdeps/ieee754/dbl-64/k_cos.c: ...here.
795 * sysdeps/libm-ieee754/k_sin.c: Moved to ...
796 * sysdeps/ieee754/dbl-64/k_sin.c: ...here.
797 * sysdeps/libm-ieee754/k_tan.c: Moved to ...
798 * sysdeps/ieee754/dbl-64/k_tan.c: ...here.
799 * sysdeps/libm-ieee754/s_asinh.c: Moved to ...
800 * sysdeps/ieee754/dbl-64/s_asinh.c: ...here.
801 * sysdeps/libm-ieee754/s_atan.c: Moved to ...
802 * sysdeps/ieee754/dbl-64/s_atan.c: ...here.
803 * sysdeps/libm-ieee754/s_cbrt.c: Moved to ...
804 * sysdeps/ieee754/dbl-64/s_cbrt.c: ...here.
805 * sysdeps/libm-ieee754/s_ceil.c: Moved to ...
806 * sysdeps/ieee754/dbl-64/s_ceil.c: ...here.
807 * sysdeps/libm-ieee754/s_copysign.c: Moved to ...
808 * sysdeps/ieee754/dbl-64/s_copysign.c: ...here.
809 * sysdeps/libm-ieee754/s_cos.c: Moved to ...
810 * sysdeps/ieee754/dbl-64/s_cos.c: ...here.
811 * sysdeps/libm-ieee754/s_erf.c: Moved to ...
812 * sysdeps/ieee754/dbl-64/s_erf.c: ...here.
813 * sysdeps/libm-ieee754/s_exp2.c: Moved to ...
814 * sysdeps/ieee754/dbl-64/s_exp2.c: ...here.
815 * sysdeps/libm-ieee754/s_expm1.c: Moved to ...
816 * sysdeps/ieee754/dbl-64/s_expm1.c: ...here.
817 * sysdeps/libm-ieee754/s_fabs.c: Moved to ...
818 * sysdeps/ieee754/dbl-64/s_fabs.c: ...here.
819 * sysdeps/libm-ieee754/s_finite.c: Moved to ...
820 * sysdeps/ieee754/dbl-64/s_finite.c: ...here.
821 * sysdeps/libm-ieee754/s_floor.c: Moved to ...
822 * sysdeps/ieee754/dbl-64/s_floor.c: ...here.
823 * sysdeps/libm-ieee754/s_fpclassify.c: Moved to ...
824 * sysdeps/ieee754/dbl-64/s_fpclassify.c: ...here.
825 * sysdeps/libm-ieee754/s_frexp.c: Moved to ...
826 * sysdeps/ieee754/dbl-64/s_frexp.c: ...here.
827 * sysdeps/libm-ieee754/s_ilogb.c: Moved to ...
828 * sysdeps/ieee754/dbl-64/s_ilogb.c: ...here.
829 * sysdeps/libm-ieee754/s_isinf.c: Moved to ...
830 * sysdeps/ieee754/dbl-64/s_isinf.c: ...here.
831 * sysdeps/libm-ieee754/s_isnan.c: Moved to ...
832 * sysdeps/ieee754/dbl-64/s_isnan.c: ...here.
833 (__isnan): Comment above function says it returns 0 or 1, but it
834 used to return 0 or -1.
835 * sysdeps/libm-ieee754/s_llrint.c: Moved to ...
836 * sysdeps/ieee754/dbl-64/s_llrint.c: ...here.
837 * sysdeps/libm-ieee754/s_llround.c: Moved to ...
838 * sysdeps/ieee754/dbl-64/s_llround.c: ...here.
839 * sysdeps/libm-ieee754/s_log1p.c: Moved to ...
840 * sysdeps/ieee754/dbl-64/s_log1p.c: ...here.
841 * sysdeps/libm-ieee754/s_log2.c: Moved to ...
842 * sysdeps/ieee754/dbl-64/s_log2.c: ...here.
843 * sysdeps/libm-ieee754/s_logb.c: Moved to ...
844 * sysdeps/ieee754/dbl-64/s_logb.c: ...here.
845 * sysdeps/libm-ieee754/s_lrint.c: Moved to ...
846 * sysdeps/ieee754/dbl-64/s_lrint.c: ...here.
847 * sysdeps/libm-ieee754/s_lround.c: Moved to ...
848 * sysdeps/ieee754/dbl-64/s_lround.c: ...here.
849 * sysdeps/libm-ieee754/s_modf.c: Moved to ...
850 * sysdeps/ieee754/dbl-64/s_modf.c: ...here.
851 * sysdeps/libm-ieee754/s_nearbyint.c: Moved to ...
852 * sysdeps/ieee754/dbl-64/s_nearbyint.c: ...here.
853 * sysdeps/libm-ieee754/s_nextafter.c: Moved to ...
854 * sysdeps/generic/s_nextafter.c: ...here.
855 Add __nexttoward and nexttoward aliases if NO_LONG_DOUBLE.
856 * sysdeps/libm-ieee754/s_remquo.c: Moved to ...
857 * sysdeps/ieee754/dbl-64/s_remquo.c: ...here.
858 * sysdeps/libm-ieee754/s_rint.c: Moved to ...
859 * sysdeps/ieee754/dbl-64/s_rint.c: ...here.
860 * sysdeps/libm-ieee754/s_round.c: Moved to ...
861 * sysdeps/ieee754/dbl-64/s_round.c: ...here.
862 * sysdeps/libm-ieee754/s_scalbn.c: Moved to ...
863 * sysdeps/ieee754/dbl-64/s_scalbn.c: ...here.
864 * sysdeps/libm-ieee754/s_signbit.c: Moved to ...
865 * sysdeps/ieee754/dbl-64/s_signbit.c: ...here.
866 * sysdeps/libm-ieee754/s_sin.c: Moved to ...
867 * sysdeps/ieee754/dbl-64/s_sin.c: ...here.
868 * sysdeps/libm-ieee754/s_sincos.c: Moved to ...
869 * sysdeps/ieee754/dbl-64/s_sincos.c: ...here.
870 * sysdeps/libm-ieee754/s_tan.c: Moved to ...
871 * sysdeps/ieee754/dbl-64/s_tan.c: ...here.
872 * sysdeps/libm-ieee754/s_tanh.c: Moved to ...
873 * sysdeps/ieee754/dbl-64/s_tanh.c: ...here.
874 * sysdeps/libm-ieee754/s_trunc.c: Moved to ...
875 * sysdeps/ieee754/dbl-64/s_trunc.c: ...here.
876 * sysdeps/libm-ieee754/t_exp2.h: Moved to ...
877 * sysdeps/ieee754/dbl-64/t_exp2.h: ...here.
878 * sysdeps/libm-ieee754/w_exp.c: Moved to ...
879 * sysdeps/ieee754/dbl-64/w_exp.c: ...here.
880 * sysdeps/ieee754/mpn2flt.c: Moved to ...
881 * sysdeps/ieee754/flt-32/mpn2flt.c: ...here.
882 * sysdeps/libm-ieee754/e_acosf.c: Moved to ...
883 * sysdeps/ieee754/flt-32/e_acosf.c: ...here.
884 * sysdeps/libm-ieee754/e_acoshf.c: Moved to ...
885 * sysdeps/ieee754/flt-32/e_acoshf.c: ...here.
886 * sysdeps/libm-ieee754/e_asinf.c: Moved to ...
887 * sysdeps/ieee754/flt-32/e_asinf.c: ...here.
888 * sysdeps/libm-ieee754/e_atan2f.c: Moved to ...
889 * sysdeps/ieee754/flt-32/e_atan2f.c: ...here.
890 * sysdeps/libm-ieee754/e_atanhf.c: Moved to ...
891 * sysdeps/ieee754/flt-32/e_atanhf.c: ...here.
892 * sysdeps/libm-ieee754/e_coshf.c: Moved to ...
893 * sysdeps/ieee754/flt-32/e_coshf.c: ...here.
894 * sysdeps/libm-ieee754/e_expf.c: Moved to ...
895 * sysdeps/ieee754/flt-32/e_expf.c: ...here.
896 * sysdeps/libm-ieee754/e_fmodf.c: Moved to ...
897 * sysdeps/ieee754/flt-32/e_fmodf.c: ...here.
898 * sysdeps/libm-ieee754/e_gammaf_r.c: Moved to ...
899 * sysdeps/ieee754/flt-32/e_gammaf_r.c: ...here.
900 * sysdeps/libm-ieee754/e_hypotf.c: Moved to ...
901 * sysdeps/ieee754/flt-32/e_hypotf.c: ...here.
902 * sysdeps/libm-ieee754/e_j0f.c: Moved to ...
903 * sysdeps/ieee754/flt-32/e_j0f.c: ...here.
904 * sysdeps/libm-ieee754/e_j1f.c: Moved to ...
905 * sysdeps/ieee754/flt-32/e_j1f.c: ...here.
906 * sysdeps/libm-ieee754/e_jnf.c: Moved to ...
907 * sysdeps/ieee754/flt-32/e_jnf.c: ...here.
908 * sysdeps/libm-ieee754/e_lgammaf_r.c: Moved to ...
909 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: ...here.
910 * sysdeps/libm-ieee754/e_log10f.c: Moved to ...
911 * sysdeps/ieee754/flt-32/e_log10f.c: ...here.
912 * sysdeps/libm-ieee754/e_logf.c: Moved to ...
913 * sysdeps/ieee754/flt-32/e_logf.c: ...here.
914 * sysdeps/libm-ieee754/e_powf.c: Moved to ...
915 * sysdeps/ieee754/flt-32/e_powf.c: ...here.
916 * sysdeps/libm-ieee754/e_remainderf.c: Moved to ...
917 * sysdeps/ieee754/flt-32/e_remainderf.c: ...here.
918 * sysdeps/libm-ieee754/e_sinhf.c: Moved to ...
919 * sysdeps/ieee754/flt-32/e_sinhf.c: ...here.
920 * sysdeps/libm-ieee754/e_sqrtf.c: Moved to ...
921 * sysdeps/ieee754/flt-32/e_sqrtf.c: ...here.
922 * sysdeps/libm-ieee754/k_cosf.c: Moved to ...
923 * sysdeps/ieee754/flt-32/k_cosf.c: ...here.
924 * sysdeps/libm-ieee754/k_sinf.c: Moved to ...
925 * sysdeps/ieee754/flt-32/k_sinf.c: ...here.
926 * sysdeps/libm-ieee754/k_tanf.c: Moved to ...
927 * sysdeps/ieee754/flt-32/k_tanf.c: ...here.
928 * sysdeps/libm-ieee754/s_asinhf.c: Moved to ...
929 * sysdeps/ieee754/flt-32/s_asinhf.c: ...here.
930 * sysdeps/libm-ieee754/s_atanf.c: Moved to ...
931 * sysdeps/ieee754/flt-32/s_atanf.c: ...here.
932 * sysdeps/libm-ieee754/s_cbrtf.c: Moved to ...
933 * sysdeps/ieee754/flt-32/s_cbrtf.c: ...here.
934 * sysdeps/libm-ieee754/s_ceilf.c: Moved to ...
935 * sysdeps/ieee754/flt-32/s_ceilf.c: ...here.
936 * sysdeps/libm-ieee754/s_copysignf.c: Moved to ...
937 * sysdeps/ieee754/flt-32/s_copysignf.c: ...here.
938 * sysdeps/libm-ieee754/s_cosf.c: Moved to ...
939 * sysdeps/ieee754/flt-32/s_cosf.c: ...here.
940 * sysdeps/libm-ieee754/s_erff.c: Moved to ...
941 * sysdeps/ieee754/flt-32/s_erff.c: ...here.
942 * sysdeps/libm-ieee754/s_exp2f.c: Moved to ...
943 * sysdeps/ieee754/flt-32/s_exp2f.c: ...here.
944 * sysdeps/libm-ieee754/s_expm1f.c: Moved to ...
945 * sysdeps/ieee754/flt-32/s_expm1f.c: ...here.
946 * sysdeps/libm-ieee754/s_fabsf.c: Moved to ...
947 * sysdeps/ieee754/flt-32/s_fabsf.c: ...here.
948 * sysdeps/libm-ieee754/s_finitef.c: Moved to ...
949 * sysdeps/ieee754/flt-32/s_finitef.c: ...here.
950 * sysdeps/libm-ieee754/s_floorf.c: Moved to ...
951 * sysdeps/ieee754/flt-32/s_floorf.c: ...here.
952 * sysdeps/libm-ieee754/s_fpclassifyf.c: Moved to ...
953 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: ...here.
954 * sysdeps/libm-ieee754/s_frexpf.c: Moved to ...
955 * sysdeps/ieee754/flt-32/s_frexpf.c: ...here.
956 * sysdeps/libm-ieee754/s_ilogbf.c: Moved to ...
957 * sysdeps/ieee754/flt-32/s_ilogbf.c: ...here.
958 * sysdeps/libm-ieee754/s_isinff.c: Moved to ...
959 * sysdeps/ieee754/flt-32/s_isinff.c: ...here.
960 * sysdeps/libm-ieee754/s_isnanf.c: Moved to ...
961 * sysdeps/ieee754/flt-32/s_isnanf.c: ...here.
962 * sysdeps/libm-ieee754/s_llrintf.c: Moved to ...
963 * sysdeps/ieee754/flt-32/s_llrintf.c: ...here.
964 * sysdeps/libm-ieee754/s_llroundf.c: Moved to ...
965 * sysdeps/ieee754/flt-32/s_llroundf.c: ...here.
966 * sysdeps/libm-ieee754/s_log1pf.c: Moved to ...
967 * sysdeps/ieee754/flt-32/s_log1pf.c: ...here.
968 * sysdeps/libm-ieee754/s_log2f.c: Moved to ...
969 * sysdeps/ieee754/flt-32/s_log2f.c: ...here.
970 * sysdeps/libm-ieee754/s_logbf.c: Moved to ...
971 * sysdeps/ieee754/flt-32/s_logbf.c: ...here.
972 * sysdeps/libm-ieee754/s_lrintf.c: Moved to ...
973 * sysdeps/ieee754/flt-32/s_lrintf.c: ...here.
974 * sysdeps/libm-ieee754/s_lroundf.c: Moved to ...
975 * sysdeps/ieee754/flt-32/s_lroundf.c: ...here.
976 * sysdeps/libm-ieee754/s_modff.c: Moved to ...
977 * sysdeps/ieee754/flt-32/s_modff.c: ...here.
978 * sysdeps/libm-ieee754/s_nearbyintf.c: Moved to ...
979 * sysdeps/ieee754/flt-32/s_nearbyintf.c: ...here.
980 * sysdeps/libm-ieee754/s_nextafterf.c: Moved to ...
981 * sysdeps/ieee754/flt-32/s_nextafterf.c: ...here.
982 * sysdeps/libm-ieee754/s_remquof.c: Moved to ...
983 * sysdeps/ieee754/flt-32/s_remquof.c: ...here.
984 * sysdeps/libm-ieee754/s_rintf.c: Moved to ...
985 * sysdeps/ieee754/flt-32/s_rintf.c: ...here.
986 * sysdeps/libm-ieee754/s_roundf.c: Moved to ...
987 * sysdeps/ieee754/flt-32/s_roundf.c: ...here.
988 * sysdeps/libm-ieee754/s_scalbnf.c: Moved to ...
989 * sysdeps/ieee754/flt-32/s_scalbnf.c: ...here.
990 * sysdeps/libm-ieee754/s_signbitf.c: Moved to ...
991 * sysdeps/ieee754/flt-32/s_signbitf.c: ...here.
992 * sysdeps/libm-ieee754/s_sincosf.c: Moved to ...
993 * sysdeps/ieee754/flt-32/s_sincosf.c: ...here.
994 * sysdeps/libm-ieee754/s_sinf.c: Moved to ...
995 * sysdeps/ieee754/flt-32/s_sinf.c: ...here.
996 * sysdeps/libm-ieee754/s_tanf.c: Moved to ...
997 * sysdeps/ieee754/flt-32/s_tanf.c: ...here.
998 * sysdeps/libm-ieee754/s_tanhf.c: Moved to ...
999 * sysdeps/ieee754/flt-32/s_tanhf.c: ...here.
1000 * sysdeps/libm-ieee754/s_truncf.c: Moved to ...
1001 * sysdeps/ieee754/flt-32/s_truncf.c: ...here.
1002 * sysdeps/libm-ieee754/t_exp2f.h: Moved to ...
1003 * sysdeps/ieee754/flt-32/t_exp2f.h: ...here.
1004 * sysdeps/libm-ieee754/w_expf.c: Moved to ...
1005 * sysdeps/ieee754/flt-32/w_expf.c: ...here.
1006 * sysdeps/libm-ieee754/e_acoshl.c: Moved to ...
1007 * sysdeps/ieee754/ldbl-96/e_acoshl.c: ...here.
1008 * sysdeps/libm-ieee754/e_atan2l.c: Moved to ...
1009 * sysdeps/ieee754/ldbl-96/e_atan2l.c: ...here.
1010 * sysdeps/libm-ieee754/e_atanhl.c: Moved to ...
1011 * sysdeps/ieee754/ldbl-96/e_atanhl.c: ...here.
1012 * sysdeps/libm-ieee754/e_coshl.c: Moved to ...
1013 * sysdeps/ieee754/ldbl-96/e_coshl.c: ...here.
1014 * sysdeps/libm-ieee754/e_gammal_r.c: Moved to ...
1015 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: ...here.
1016 * sysdeps/libm-ieee754/e_hypotl.c: Moved to ...
1017 * sysdeps/ieee754/ldbl-96/e_hypotl.c: ...here.
1018 * sysdeps/libm-ieee754/e_remainderl.c: Moved to ...
1019 * sysdeps/ieee754/ldbl-96/e_remainderl.c: ...here.
1020 * sysdeps/libm-ieee754/e_sinhl.c: Moved to ...
1021 * sysdeps/ieee754/ldbl-96/e_sinhl.c: ...here.
1022 * sysdeps/libm-ieee754/s_asinhl.c: Moved to ...
1023 * sysdeps/ieee754/ldbl-96/s_asinhl.c: ...here.
1024 * sysdeps/libm-ieee754/s_cbrtl.c: Moved to ...
1025 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: ...here.
1026 * sysdeps/libm-ieee754/s_ceill.c: Moved to ...
1027 * sysdeps/ieee754/ldbl-96/s_ceill.c: ...here.
1028 * sysdeps/libm-ieee754/s_copysignl.c: Moved to ...
1029 * sysdeps/ieee754/ldbl-96/s_copysignl.c: ...here.
1030 * sysdeps/libm-ieee754/s_cosl.c: Moved to ...
1031 * sysdeps/ieee754/ldbl-96/s_cosl.c: ...here.
1032 * sysdeps/libm-ieee754/s_fabsl.c: Moved to ...
1033 * sysdeps/ieee754/ldbl-96/s_fabsl.c: ...here.
1034 * sysdeps/libm-ieee754/s_finitel.c: Moved to ...
1035 * sysdeps/ieee754/ldbl-96/s_finitel.c: ...here.
1036 * sysdeps/libm-ieee754/s_floorl.c: Moved to ...
1037 * sysdeps/ieee754/ldbl-96/s_floorl.c: ...here.
1038 * sysdeps/libm-ieee754/s_fpclassifyl.c: Moved to ...
1039 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: ...here.
1040 * sysdeps/libm-ieee754/s_frexpl.c: Moved to ...
1041 * sysdeps/ieee754/ldbl-96/s_frexpl.c: ...here.
1042 * sysdeps/libm-ieee754/s_ilogbl.c: Moved to ...
1043 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: ...here.
1044 * sysdeps/libm-ieee754/s_llrintl.c: Moved to ...
1045 * sysdeps/ieee754/ldbl-96/s_llrintl.c: ...here.
1046 * sysdeps/libm-ieee754/s_llroundl.c: Moved to ...
1047 * sysdeps/ieee754/ldbl-96/s_llroundl.c: ...here.
1048 * sysdeps/libm-ieee754/s_logbl.c: Moved to ...
1049 * sysdeps/ieee754/ldbl-96/s_logbl.c: ...here.
1050 * sysdeps/libm-ieee754/s_lrintl.c: Moved to ...
1051 * sysdeps/ieee754/ldbl-96/s_lrintl.c: ...here.
1052 * sysdeps/libm-ieee754/s_lroundl.c: Moved to ...
1053 * sysdeps/ieee754/ldbl-96/s_lroundl.c: ...here.
1054 * sysdeps/libm-ieee754/s_modfl.c: Moved to ...
1055 * sysdeps/ieee754/ldbl-96/s_modfl.c: ...here.
1056 (__modfl): IEEE 854 long doubles should use SET_LDOUBLE_WORDS, not
1057 INSERT_WORDS.
1058 * sysdeps/libm-ieee754/s_nearbyintl.c: Moved to ...
1059 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: ...here.
1060 (__nearbyintl): Fix for exponents 2^30.
1061 * sysdeps/libm-ieee754/s_remquol.c: Moved to ...
1062 * sysdeps/ieee754/ldbl-96/s_remquol.c: ...here.
1063 * sysdeps/libm-ieee754/s_rintl.c: Moved to ...
1064 * sysdeps/ieee754/ldbl-96/s_rintl.c: ...here.
1065 (__rintl): Fix for exponents 2^30.
1066 * sysdeps/libm-ieee754/s_roundl.c: Moved to ...
1067 * sysdeps/ieee754/ldbl-96/s_roundl.c: ...here.
1068 * sysdeps/libm-ieee754/s_scalbnl.c: Moved to ...
1069 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: ...here.
1070 (__scalbnl): Fix exponent for subnormal result.
1071 * sysdeps/libm-ieee754/s_signbitl.c: Moved to ...
1072 * sysdeps/ieee754/ldbl-96/s_signbitl.c: ...here.
1073 * sysdeps/libm-ieee754/s_sincosl.c: Moved to ...
1074 * sysdeps/ieee754/ldbl-96/s_sincosl.c: ...here.
1075 * sysdeps/libm-ieee754/s_sinl.c: Moved to ...
1076 * sysdeps/ieee754/ldbl-96/s_sinl.c: ...here.
1077 * sysdeps/libm-ieee754/s_tanhl.c: Moved to ...
1078 * sysdeps/ieee754/ldbl-96/s_tanhl.c: ...here.
1079 * sysdeps/libm-ieee754/s_tanl.c: Moved to ...
1080 * sysdeps/ieee754/ldbl-96/s_tanl.c: ...here.
1081 * sysdeps/libm-ieee754/s_truncl.c: Moved to ...
1082 * sysdeps/ieee754/ldbl-96/s_truncl.c: ...here.
1083 * sysdeps/libm-ieee754/w_expl.c: Moved to ...
1084 * sysdeps/ieee754/ldbl-96/w_expl.c: ...here.
1085 * sysdeps/libm-i387/i686/s_fminl.S: Moved to ...
1086 * sysdeps/i386/i686/fpu/s_fminl.S: ...here.
1087 * sysdeps/libm-i387/s_scalblnf.c: Moved to ...
1088 * sysdeps/i386/fpu/s_scalblnf.c: ...here.
1089 * sysdeps/libm-ieee754/s_scalblnf.c: Moved to ...
1090 * sysdeps/ieee754/flt-32/s_scalblnf.c: ...here.
1091 * sysdeps/libm-i387/i686/s_fdiml.S: Moved to ...
1092 * sysdeps/i386/i686/fpu/s_fdiml.S: ...here.
1093 * sysdeps/libm-i387/e_rem_pio2f.c: Moved to ...
1094 * sysdeps/i386/fpu/e_rem_pio2f.c: ...here.
1095 * sysdeps/libm-ieee754/e_rem_pio2f.c: Moved to ...
1096 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: ...here.
1097 * sysdeps/libm-i387/i686/s_fmin.S: Moved to ...
1098 * sysdeps/i386/i686/fpu/s_fmin.S: ...here.
1099 * sysdeps/libm-i387/k_rem_pio2.c: Moved to ...
1100 * sysdeps/i386/fpu/k_rem_pio2.c: ...here.
1101 * sysdeps/libm-ieee754/k_rem_pio2.c: Moved to ...
1102 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: ...here.
1103 * sysdeps/libm-i387/k_rem_pio2f.c: Moved to ...
1104 * sysdeps/i386/fpu/k_rem_pio2f.c: ...here.
1105 * sysdeps/libm-ieee754/k_rem_pio2f.c: Moved to ...
1106 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: ...here.
1107 * sysdeps/libm-i387/s_scalbln.c: Moved to ...
1108 * sysdeps/i386/fpu/s_scalbln.c: ...here.
1109 * sysdeps/libm-ieee754/s_scalbln.c: Moved to ...
1110 * sysdeps/ieee754/dbl-64/s_scalbln.c: ...here.
1111 * sysdeps/libm-i387/i686/s_fmax.S: Moved to ...
1112 * sysdeps/i386/i686/fpu/s_fmax.S: ...here.
1113 * sysdeps/libm-i387/t_exp.c: Moved to ...
1114 * sysdeps/i386/fpu/t_exp.c: ...here.
1115 * sysdeps/libm-ieee754/t_exp.c: Moved to ...
1116 * sysdeps/ieee754/dbl-64/t_exp.c: ...here.
1117 * sysdeps/libm-i387/e_rem_pio2.c: Moved to ...
1118 * sysdeps/i386/fpu/e_rem_pio2.c: ...here.
1119 * sysdeps/libm-ieee754/e_rem_pio2.c: Moved to ...
1120 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: ...here.
1121 * sysdeps/libm-i387/s_isinfl.c: Moved to ...
1122 * sysdeps/i386/fpu/s_isinfl.c: ...here.
1123 * sysdeps/libm-ieee754/s_isinfl.c: Moved to ...
1124 * sysdeps/ieee754/ldbl-96/s_isinfl.c: ...here.
1125 * sysdeps/libm-i387/s_scalblnl.c: Moved to ...
1126 * sysdeps/i386/fpu/s_scalblnl.c: ...here.
1127 * sysdeps/libm-ieee754/s_scalblnl.c: Moved to ...
1128 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: ...here.
1129 Fix exponent for subnormal result.
1130 * sysdeps/libm-ieee754/s_nexttowardl.c: Moved to ...
1131 * sysdeps/generic/s_nexttowardl.c: ...here.
1132 * sysdeps/libm-i387/i686/s_fmaxf.S: Moved to ...
1133 * sysdeps/i386/i686/fpu/s_fmaxf.S: ...here.
1134 * sysdeps/libm-i387/s_isnanl.c: Moved to ...
1135 * sysdeps/i386/fpu/s_isnanl.c: ...here.
1136 * sysdeps/libm-ieee754/s_isnanl.c: Moved to ...
1137 * sysdeps/ieee754/ldbl-96/s_isnanl.c: ...here.
1138 Comment above function says it returns 0 or 1, but it used to return
1139 0 or -1.
1140 * sysdeps/libm-i387/i686/s_fminf.S: Moved to ...
1141 * sysdeps/i386/i686/fpu/s_fminf.S: ...here.
1142 * sysdeps/libm-i387/i686/s_fdim.S: Moved to ...
1143 * sysdeps/i386/i686/fpu/s_fdim.S: ...here.
1144 * sysdeps/libm-i387/i686/s_fdimf.S: Moved to ...
1145 * sysdeps/i386/i686/fpu/s_fdimf.S: ...here.
1146 * sysdeps/libm-i387/i686/s_fmaxl.S: Moved to ...
1147 * sysdeps/i386/i686/fpu/s_fmaxl.S: ...here.
1148 * sysdeps/libm-ieee754/s_nexttoward.c: Moved to ...
1149 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: ...here.
1150 Cannot compare exponents with different biases without adjusting.
1151 * sysdeps/libm-ieee754/s_nexttowardf.c: Moved to ...
1152 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: ...here.
1153 Cannot compare exponents with different biases without adjusting.
1154 * sysdeps/libm-i387/s_nextafterl.c: Moved to ...
1155 * sysdeps/i386/fpu/s_nextafterl.c: ...here.
1156 * sysdeps/libm-ieee754/s_nextafterl.c: Moved to ...
1157 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: ...here.
1158 * sysdeps/ieee754/ldbl2mpn.c: Moved to ...
1159 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: ...here.
1160 Removed __NO_LONG_DOUBLE_MATH ifndef around the whole file.
1161 * sysdeps/ieee754/mpn2ldbl.c: Moved to ...
1162 * sysdeps/ieee754/ldbl-96/mpn2ldbl.c: ...here.
1163 Removed __NO_LONG_DOUBLE_MATH ifndef around the whole file.
1164 * sysdeps/libm-ieee754/Dist: Split into ...
1165 * sysdeps/ieee754/dbl-64/Dist: ...this and ...
1166 * sysdeps/ieee754/flt-32/Dist: ...this file.
1167
1168 * sysdeps/ieee754/dbl-64/s_nexttoward.c: New file.
1169 * sysdeps/ieee754/dbl-64/mpn2ldbl.c: New file.
1170 * sysdeps/ieee754/ldbl-96/math_ldbl.h: New file.
1171 * sysdeps/ieee754/ldbl-96/strtold.c: New file.
1172 * sysdeps/ieee754/ldbl-96/printf_fphex.c: New file.
1173 * sysdeps/ieee754/ldbl-128/s_sinl.c: New file.
1174 * sysdeps/ieee754/ldbl-128/s_ceill.c: New file.
1175 * sysdeps/ieee754/ldbl-128/e_remainderl.c: New file.
1176 * sysdeps/ieee754/ldbl-128/ieee754.h: New file.
1177 * sysdeps/ieee754/ldbl-128/e_atan2l.c: New file.
1178 * sysdeps/ieee754/ldbl-128/s_finitel.c: New file.
1179 * sysdeps/ieee754/ldbl-128/s_roundl.c: New file.
1180 * sysdeps/ieee754/ldbl-128/s_llrintl.c: New file.
1181 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: New file.
1182 * sysdeps/ieee754/ldbl-128/s_llroundl.c: New file.
1183 * sysdeps/ieee754/ldbl-128/s_sincosl.c: New file.
1184 * sysdeps/ieee754/ldbl-128/s_cosl.c: New file.
1185 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: New file.
1186 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: New file.
1187 * sysdeps/ieee754/ldbl-128/s_floorl.c: New file.
1188 * sysdeps/ieee754/ldbl-128/s_logbl.c: New file.
1189 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: New file.
1190 * sysdeps/ieee754/ldbl-128/s_remquol.c: New file.
1191 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: New file.
1192 * sysdeps/ieee754/ldbl-128/s_tanl.c: New file.
1193 * sysdeps/ieee754/ldbl-128/s_rintl.c: New file.
1194 * sysdeps/ieee754/ldbl-128/e_acoshl.c: New file.
1195 * sysdeps/ieee754/ldbl-128/s_lroundl.c: New file.
1196 * sysdeps/ieee754/ldbl-128/s_signbitl.c: New file.
1197 * sysdeps/ieee754/ldbl-128/s_copysignl.c: New file.
1198 * sysdeps/ieee754/ldbl-128/s_fabsl.c: New file.
1199 * sysdeps/ieee754/ldbl-128/s_frexpl.c: New file.
1200 * sysdeps/ieee754/ldbl-128/s_truncl.c: New file.
1201 * sysdeps/ieee754/ldbl-128/s_modfl.c: New file.
1202 * sysdeps/ieee754/ldbl-128/s_lrintl.c: New file.
1203 * sysdeps/ieee754/ldbl-128/s_isinfl.c: New file.
1204 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: New file.
1205 * sysdeps/ieee754/ldbl-128/e_fmodl.c: New file.
1206 * sysdeps/ieee754/ldbl-128/s_isnanl.c: New file.
1207 * sysdeps/ieee754/ldbl-128/math_ldbl.h: New file.
1208 * sysdeps/ieee754/ldbl-128/strtold.c: New file.
1209 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: New file.
1210 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: New file.
1211 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: New file.
1212 * sysdeps/ieee754/ldbl-128/printf_fphex.c: New file.
1213 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: New file.
1214 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: New file.
1215
1216 * sysdeps/generic/math_ldbl.h: New file.
1217 * sysdeps/generic/s_nexttowardf.c: New file.
1218 * sysdeps/generic/strtold.c: New file.
1219 * sysdeps/generic/ldbl2mpn.c: New file.
1220
1221 * math/machine/endian.h: Remove.
1222 * sysdeps/i386/fpu/Implies: Remove.
1223 * sysdeps/ieee754/Implies: Remove.
1224
1225 * math/math_private.h: Move long double macros to math_ldbl.h
1226 header.
1227
1228 1999-07-12 Ulrich Drepper <drepper@cygnus.com>
1229
1230 * sysdeps/posix/getaddrinfo.c (gaih_inet): For non-passive
1231 connections without a hostname set address to localhost address.
1232
1233 1999-07-11 H.J. Lu <hjl@gnu.org>
1234
1235 * nscd/grpcache.c: Add prefix "__" to get[a-z]*_r () to get
1236 nscd's own strong version of the get[a-z]*_r function.
1237 * nscd/hstcache.c: Likewise.
1238 * nscd/pwdcache.c: Likewise.
1239
1240 1999-07-12 Ulrich Drepper <drepper@cygnus.com>
1241
1242 * configure.in: Recognize 2.95 as gcc version number.
1243 Patch by Joel Klecker <jk@espy.org>.
1244
1245 1999-07-12 Andreas Schwab <schwab@suse.de>
1246
1247 * elf/rtld.c (dl_main): When putting back the interpreter object
1248 handle the case where a missing object might occur in the list of
1249 objects but not in the search list when in trace mode.
1250
1251 1999-07-11 Ulrich Drepper <drepper@cygnus.com>
1252
1253 * Versions.def (libnss_hesiod): Add GLIBC_2.2.
1254 * hesiod/Versions (libnss_hesiod) [GLIBC_2.2]: Add
1255 _nss_hesiod_initgroups.
1256
1257 1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
1258
1259 * sysdeps/mach/hurd/brk.c (static_data_start): New variable.
1260 (_hurd_set_brk, init_brk): Use that instead of &__data_start.
1261 Initialize it from &__data_start if defined, or else &_end.
1262
1263 1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
1264
1265 * sysdeps/mach/hurd/mmap.c (__mmap): Short-circuit to vm_allocate
1266 for MAP_ANON, prot==PROT_READ|PROT_WRITE.
1267
1268 1999-07-09 Ulrich Drepper <drepper@cygnus.com>
1269
1270 * stdio-common/vfprintf.c (buffered_vfprintf): Add locking.
1271
1272 1999-07-09 H.J. Lu <hjl@gnu.org>
1273
1274 * Versions.def (GLIBC_2.1.2): Added.
1275
1276 * nss/getXXent_r.c: Make the new ABI GLIBC_2.1.2 and keep the
1277 old one as GLIBC_2.0.
1278 * nss/getXXbyYY_r.c: Likewise.
1279
1280 * grp/Versions (getgrent_r, getgrgid_r, getgrnam_r): Added to
1281 GLIBC_2.1.2.
1282 * inet/Versions (getaliasbyname_r, getaliasent_r,
1283 gethostbyaddr_r, gethostbyname2_r, gethostbyname_r,
1284 gethostent_r, getnetbyaddr_r, getnetbyname_r, getnetent_r,
1285 getnetgrent_r, getprotobyname_r, getprotobynumber_r,
1286 getprotoent_r, getrpcbyname_r, getrpcbynumber_r, getrpcent_r,
1287 getservbyname_r): Likewise.
1288 * pwd/Versions (getpwent_r, getpwuid_r): Likewise.
1289 * shadow/Versions (getspent_r, getspnam_r): Likewise.
1290
1291 1999-07-09 Ulrich Drepper <drepper@cygnus.com>
1292
1293 * sysdeps/i386/bits/string.h (__memcpy_c): Help some stupid old
1294 compilers.
1295 (__memset_cc): Likewise.
1296
1297 * sysdeps/generic/libc-start.c: For SUID binaries check whether
1298 the standard file descriptors are open.
1299 Reported by Chris Evans <chris@ferret.lmh.ox.ac.uk>.
1300
1301 * sysdeps/unix/sysv/linux/syscalls.list: Remove mmap64 alias for mmap.
1302 * sysdeps/unix/sysv/linux/mmap64.c: Test whether mapped area is in
1303 range of mmap. If not fail.
1304 Patches by Daniel Jacobowitz <dan@debian.org>.
1305
1306 * elf/rtld.c: Split _dl_start in two pieces to prevent GOT usage
1307 before the relocation happened.
1308 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1309
1310 * Versions.def (libnsl): Add GLIBC_2.2.
1311 * nis/Versions (libnsl) [GLIBC_2.2]: Add xdr_ypall.
1312
1313 1999-07-08 Cristian Gafton <gafton@redhat.com>
1314
1315 * nis/yp_xdr.c (xdr_ypall): New function.
1316
1317 1999-07-09 Andreas Schwab <schwab@suse.de>
1318
1319 * elf/Makefile (headers): Remove bits/dlfcn.h and dlfcn.h.
1320
1321 * dlfcn/Makefile (headers): Add bits/dlfcn.h.
1322
1323 1999-07-09 Ulrich Drepper <drepper@cygnus.com>
1324
1325 * hesiod/Versions [GLIBC_2.2]: Add _nss_hesiod_initgroups.
1326 * hesiod/hesiod-grp.c: Add initgroups support.
1327 Patch by Nalin Dahyabhai <nsdahya1@pobox.com>.
1328
1329 1999-07-08 Andreas Schwab <schwab@suse.de>
1330
1331 * libio/iofopncook.c (fopencookie): Set _fileno to -2.
1332
1333 * libio/libioP.h (_IO_file_is_open): Only check for -1, not all
1334 negative numbers.
1335
1336 * libio/fileops.c (_IO_new_file_close_it): Set _fileno to -1, not
1337 EOF.
1338 * libio/oldfileops.c (_IO_old_file_close_it): Likewise.
1339
1340 1999-07-08 Andreas Schwab <schwab@suse.de>
1341
1342 * stdio-common/vfprintf.c (buffered_vfprintf): Initialize _mode.
1343
1344 1999-07-08 Andreas Schwab <schwab@suse.de>
1345
1346 * libio/fileno.c: Return -1 instead of EOF and set errno if the
1347 stream is not a real file stream.
1348
1349 1999-07-08 Andreas Schwab <schwab@suse.de>
1350
1351 * manual/charset.texi: Fix typos.
1352
1353 1999-07-07 Ulrich Drepper <drepper@cygnus.com>
1354
1355 * sysdeps/gnu/Makefile (libdl-routines): Add eval.
1356
1357 1999-07-06 Zack Weinberg <zack@rabi.columbia.edu>
1358
1359 * dlfcn: New directory. Move the following files from elf:
1360 dladdr.c, dlclose.c, dlerror.c, dlfcn.h, dlopen.c,
1361 dlopenold.c, dlsym.c, dlvsym.c.
1362 * dlfcn/Makefile: New file.
1363 * dlfcn/Versions: New file.
1364 * dlfcn/dlsym.c: All ELF-specific code split out to new
1365 function _dl_sym.
1366 * dlfcn/dlvsym.c: All ELF-specific code split out to new
1367 function _dl_vsym.
1368 * elf/dl-sym.c: New file. _dl_sym and _dl_vsym are
1369 implemented here.
1370
1371 * dlfcn/dladdr.c: Remove all references to ELF data structures
1372 or headers.
1373 * dlfcn/dlclose.c: Likewise.
1374 * dlfcn/dlerror.c: Likewise.
1375 * dlfcn/dlopen.c: Likewise.
1376 * dlfcn/dlopenold.c: Likewise.
1377
1378 * Makeconfig (dlfcn): New variable - set to `dlfcn' if elf is
1379 yes, empty otherwise.
1380 (libdl): Set to dlfcn/libdl.so or libdl.a if elf is yes,
1381 depending on build-shared.
1382 (subdirs): Add $(dlfcn).
1383 (rpath-dirs): Add dlfcn.
1384 * elf/Makefile: Remove all references to libdl or its
1385 components, except the ones relating to the test cases.
1386 (routines): Add dl-sym.
1387 * elf/Versions (libc): Add _dl_sym and _dl_vsym for GLIBC_2.2.
1388 (libdl): Delete.
1389
1390 * elf/dl-close.c (_dl_close): Change argument to void *.
1391 * elf/dl-open.c (_dl_open): Change return type to void *.
1392 * elf/eval.c: Removed.
1393 * elf/ldsodefs.h: Move prototypes of _dl_catch_error,
1394 _dlerror_run, _dl_open, _dl_close, _dl_addr, and
1395 _dl_mcount_wrapper_check to include/dlfcn.h. Delete
1396 _CALL_DL_FCT macro.
1397 * include/dlfcn.h: Also prototype _dl_sym and _dl_vsym here.
1398 Include real header from dlfcn directory.
1399 * include/ldsodefs.h: Removed.
1400
1401 * grp/initgroups.c: Use DL_CALL_FCT not _CALL_DL_FCT.
1402 * nss/getXXbyYY_r.c: Likewise.
1403 * nss/getXXent_r.c: Likewise.
1404 * iconv/gconv.c: Likewise. Don't include ldsodefs.h.
1405 * iconv/gconv_db.c: Likewise. Don't include ldsodefs.h.
1406 * iconv/skeleton.c: Don't include ldsodefs.h.
1407 * nss/nsswitch.h: Don't include ldsodefs.h. Include dlfcn.h.
1408
1409 1999-07-07 Ulrich Drepper <drepper@cygnus.com>
1410
1411 * sysdeps/generic/setenv.c: Describe problem.
1412
1413 * malloc/malloc.c (request2size): Also set errno if failing.
1414
1415 * malloc/malloc.c (request2size): Take care of overflow in
1416 addition.
1417
1418 * sysdeps/posix/getcwd.c: Correct last patch. Handle getcwd
1419 (NULL, != 0) correctly.
1420
1421 * elf/dl-load.c: Use a few more __builtin_expect.
1422
1423 * sysdeps/posix/getcwd.c: When resizing buffer make sure new size
1424 is large enough.
1425
1426 1999-07-07 Andreas Schwab <schwab@suse.de>
1427
1428 * sysdeps/unix/sysv/linux/getpt.c: Check that /dev/pts is mounted.
1429 (_PATH_DEVPTS, DEVPTS_SUPER_MAGIC): New definitions.
1430 (_PATH_DEVPTMX): Use _PATH_DEV.
1431
1432 1999-07-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1433
1434 * malloc/tst-malloc.c: New file. Tests some basic functionality.
1435 * malloc/Makefile (tests): Add tst-malloc.
1436
1437 1999-07-06 Ulrich Drepper <drepper@cygnus.com>
1438
1439 * libio/oldtmpfile.c: Adjust call of __gen_tempname to match new
1440 convention.
1441
1442 * sysdeps/unix/sysv/linux/alpha/ioperm.c: Update for some more
1443 motherboards.
1444 Patch by Jay Estabrook.
1445
1446 * sysdeps/unix/sysv/linux/configure.in: Don't test for libc4 in
1447 ldd for SPARC.
1448 * sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed: New file.
1449 Patch by Cristian Gafton.
1450
1451 1999-07-02 Cristian Gafton <gafton@redhat.com>
1452
1453 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): "return 0"
1454 instead of "return NULL" to make C++ happy.
1455
1456 1999-07-04 Mark Kettenis <kettenis@gnu.org>
1457
1458 * libio/iofdopen.c (_IO_new_fdopen): Set EINVAL if MODE is not
1459 allowed by the file access mode of the open file.
1460
1461 1999-07-06 Ulrich Drepper <drepper@cygnus.com>
1462
1463 * sysdeps/generic/setfpucw.c: Include math.h to get all needed
1464 macros defined.
1465
1466 1999-07-03 Jakub Jelinek <jj@ultra.linux.cz>
1467
1468 * sysdeps/sparc/sparc64/submul_1.S: Fix carry handling. Optimize.
1469 * sysdeps/sparc/sparc64/lshift.S: Make a leaf subroutine. Optimize.
1470 * sysdeps/sparc/sparc64/rshift.S: Likewise.
1471 * sysdeps/sparc/sparc64/mul_1.S: Optimize.
1472
1473 1999-07-04 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
1474
1475 * malloc/malloc.c (request2size): Check for overflow and return
1476 NULL whenever it is encountered.
1477
1478 1999-07-04 Zack Weinberg <zack@rabi.columbia.edu>
1479
1480 * sysdeps/posix/tempname.c (__gen_tempname): Add
1481 ability to create directories. Replace OPENIT and LARGEFILE
1482 args with a single flags parameter.
1483 * sysdeps/generic/tempname.c: Likewise.
1484 * include/stdio.h: Adjust prototype of __gen_tempname to
1485 match. Define symbolic constants for second argument.
1486
1487 * misc/mkdtemp.c: New file, provides new function mkdtemp().
1488 * stdlib/stdlib.h: Prototype it.
1489 * misc/Versions: Export it.
1490 * misc/Makefile (routines): Add mktemp.
1491 * manual/filesys.texi: Document it.
1492
1493 * misc/mktemp.c: Adjust call of __gen_tempname to match new
1494 convention.
1495 * misc/mkstemp.c: Likewise.
1496 * stdio-common/tempnam.c: Likewise.
1497 * stdio-common/tmpfile.c: Likewise.
1498 * stdio-common/tmpfile64.c: Likewise.
1499 * stdio-common/tmpnam.c: Likewise.
1500 * stdio-common/tmpnam_r.c: Likewise.
1501
1502 1999-07-05 Jakub Jelinek <jj@ultra.linux.cz>
1503
1504 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Support
1505 R_SPARC_OLO10 relocations.
1506 * elf/elf.h (R_SPARC_OLO10): Fix comment.
1507
1508 1999-07-02 Tim Waugh <tim@cyberelk.demon.co.uk>
1509
1510 * posix/wordexp-test.c: Revert bogus 'unset IFS' change. It
1511 doesn't belong in the tests, but in the wordexp implementation.
1512
1513 * posix/wordexp.c (exec_comm): Unset IFS so that subshells don't
1514 split fields.
1515
1516 1999-07-01 Cristian Gafton <gafton@redhat.com>
1517
1518 * time/strptime.c (strptime): Initialize the tm struct first to avoid
1519 returning bogus results on incomplete data.
1520 (strptime_internal): day_of_the_week() requres bith tm_mon and
1521 tm_mday to be initializaed.
1522 Computer them first if they are not given.
1523 (strptime_internal): (have_mon, have_mday): New variables.
1524
1525 1999-07-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1526
1527 * inet/rcmd.c (__icheckhost): Fix typo in last patch.
1528
1529 1999-07-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1530
1531 * wcsmbs/wcschr.c (wcschr): Fix last patch: Add missing semicolon.
1532 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
1533
1534 1999-07-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1535
1536 * posix/wordexp.c (parse_tilde): Handle failing call to
1537 get.*_r functions correctly for non-existing entry.
1538 * sysdeps/posix/cuserid.c (cuserid): Likewise.
1539 * sysdeps/posix/getaddrinfo.c (gaih_inet_serv): Likewise.
1540
1541 1999-06-30 Ulrich Drepper <drepper@cygnus.com>
1542
1543 * sysdeps/unix/sysv/linux/gethostid.c: Handle failing call to
1544 getxxbyYY_r functions correctly for non-existing entry.
1545 * sunrpc/getrpcport.c: Likewise.
1546 * sunrpc/clnt_simp.c: Likewise.
1547 * inet/rexec.c: Likewise.
1548 * sunrpc/clnt_gen.c: Likewise.
1549 * inet/rcmd.c: Likewise.
1550 * sysdeps/generic/glob.c: Likewise.
1551
1552 1999-06-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1553
1554 * pwd/Makefile (tests): Add rules for tst-getpw.
1555
1556 * pwd/tst-getpw.c: New program to test getpw.
1557
1558 1999-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1559
1560 * inet/rcmd.c (__icheckhost): Test for gethostbyname_r result
1561 correctly.
1562
1563 1999-06-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1564
1565 * manual/arith.texi (System V Number Conversion): Fix the
1566 description which confused pointer and value to pointer.
1567 Reported by Andries.Brouwer@cwi.nl.
1568
1569 1999-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1570
1571 * pwd/getpw.c (__getpw): Check for NULL result pointer.
1572
1573 1999-06-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1574
1575 * manual/users.texi (Lookup User): Document POSIX return
1576 semantics for getpwuid_r and getgrgid_r.
1577
1578 * manual/socket.texi (Host Names): Document that the result
1579 pointer is null in case of error or host not found and fix a
1580 typo. Give a small example.
1581
1582 1999-06-30 Ulrich Drepper <drepper@cygnus.com>
1583
1584 * pwd/getpw.c: Add warning since no buffer size is given and
1585 therefore no overrun tests are possible.
1586
1587 1999-06-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1588
1589 * pwd/pwd.h: Add getpw prototype declaration.
1590
1591 1999-06-30 Ulrich Drepper <drepper@cygnus.com>
1592
1593 * wcsmbs/wcsrchr.c: Fix handling of L'\0' parameter.
1594 * wcsmbs/wcschr.c: Likewise.
1595
1596 1999-06-28 Ulrich Drepper <drepper@cygnus.com>
1597
1598 * sysdeps/libm-ieee754/e_gamma_r.c: Initialize *signgamp for NaN
1599 returns.
1600 * sysdeps/libm-ieee754/e_gammaf_r.c: Likewise.
1601 * sysdeps/libm-ieee754/e_gammal_r.c: Likewise.
1602 Reported by John Reiser <jreiser@BitWagon.com> [PR libc/1185].
1603
1604 * elf/dl-dst.h: Fix typo.
1605 * elf/dl-open.c: Likewise.
1606
1607 1999-06-26 Zack Weinberg <zack@rabi.columbia.edu>
1608
1609 * elf/dl-libc.c: New file, provides three functions:
1610 __libc_dlopen, __libc_dlclose, __libc_dlsym.
1611 * include/dlfcn.h: Prototype them. Prototype _dl_addr.
1612 * elf/Makefile (routines): Add dl-libc.c.
1613 * elf/dl-profstub.c (_dl_mcount_wrapper): Change type of
1614 argument to void *.
1615 * elf/ldsodefs.h: Change proto and use of _dl_mcount_wrapper to match.
1616
1617 * iconv/gconv.c: Include dlfcn.h.
1618 * iconv/gconv_db.c: Likewise.
1619 * malloc/mtrace.c: Likewise. Don't include ldsodefs.h.
1620
1621 * iconv/gconv_int.h (struct __gconv_loaded_object): Change
1622 `handle' to a void *.
1623 (__gconv_find_func): Delete prototype.
1624
1625 * iconv/gconv_dl.c: Don't include ldsodefs.h. Remove
1626 dlerror_run and related functions and structs. Use
1627 __libc_dlopen, __libc_dlsym, __libc_dlclose.
1628 * nss/nsswitch.c: Likewise.
1629
1630 1999-06-28 Ulrich Drepper <drepper@cygnus.com>
1631
1632 * sysdeps/unix/sysv/linux/gethostid.c: Test for gethostbyname_r
1633 function correctly.
1634
1635 * sunrpc/getrpcport.c: Test for gethostbyname_r function
1636 correctly.
1637
1638 * sunrpc/clnt_simp.c: Test for gethostbyname_r function correctly.
1639
1640 * sunrpc/clnt_gen.c: Test for gethostbyname_r and getprotobyname_r
1641 functions correctly.
1642
1643 * inet/rexec.c (rexec): Test for gethostbyname_r result correctly.
1644
1645 * inet/rcmd.c: Test for gethostbyname_r result correctly. Optimize
1646 file reading a bit.
1647
1648 * sysdeps/generic/glob.c: Test for getpwnam_r result correctly.
1649
1650 1999-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1651
1652 * manual/string.texi (Copying and Concatenation): Mention that
1653 strndup is a GNU extension.
1654
1655 1999-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1656
1657 * pwd/getpw.c (__getpw): Fix check for error return.
1658
1659 1999-06-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1660
1661 * elf/dl-deps.c (_dl_map_object_deps): When looking for the next
1662 occurence of the aux object start with the current list entry, not
1663 the new one. Adjust tail pointer in the unique list. Explain how
1664 the meaning of the variables changes [PR libc/1168].
1665
1666 1999-06-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1667
1668 * sysdeps/m68k/fpu/Dist: New file.
1669
1670 1999-06-26 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1671
1672 * sysdeps/m68k/fpu/bits/mathinline.h: Move all libm internal
1673 definitions...
1674 * sysdeps/m68k/fpu/mathimpl.h: ... here. New file.
1675 * sysdeps/m68k/fpu/e_acos.c: Include "mathimpl.h".
1676 * sysdeps/m68k/fpu/e_atan2.c: Likewise.
1677 * sysdeps/m68k/fpu/e_fmod.c: Likewise.
1678 * sysdeps/m68k/fpu/e_pow.c: Likewise.
1679 * sysdeps/m68k/fpu/e_scalb.c: Likewise.
1680 * sysdeps/m68k/fpu/s_ccos.c: Likewise.
1681 * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
1682 * sysdeps/m68k/fpu/s_cexp.c: Likewise.
1683 * sysdeps/m68k/fpu/s_csin.c: Likewise.
1684 * sysdeps/m68k/fpu/s_csinh.c: Likewise.
1685 * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
1686 * sysdeps/m68k/fpu/s_llrint.c: Likewise.
1687 * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
1688 * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
1689 * sysdeps/m68k/fpu/s_modf.c: Likewise.
1690
1691 1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
1692
1693 * hurd.h, hurd/hurd/fd.h, hurd/hurd/port.h, hurd/hurd/signal.h,
1694 hurd/hurd/threadvar.h, hurd/hurd/userlink.h: Instead of
1695 _EXTERN_INLINE, use a macro specific to each file,
1696 _HURD_FD_H_EXTERN_INLINE and the like.
1697 * hurd/Makefile (inline-headers): New variable.
1698 (routines): Remove hurdinline. Add $(inlines).
1699 (inlines): New variable.
1700 ($(inlines:%=$(objpfx)%.c)): New static pattern rule to generate them.
1701 (generated): Append those here.
1702 * hurd/hurdinline.c: File removed.
1703
1704 * sysdeps/generic/glob64.c: Include <stddef.h> for NULL.
1705
1706 * mach/Versions (libc: GLIBC_2.0): Add __mig_strncpy.
1707
1708 1999-06-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1709
1710 * nscd/connections.c (nscd_run): Use correct type for optlen variable.
1711
1712 1999-06-25 Ulrich Drepper <drepper@cygnus.com>
1713
1714 * string/bits/string2.h (strnlen): Remove extra prototype.
1715
1716 1999-06-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1717
1718 * manual/filesys.texi (Working on Directory Trees): Fix typos.
1719 Reported by Andries.Brouwer@cwi.nl.
1720
1721 1999-06-24 Ulrich Drepper <drepper@cygnus.com>
1722
1723 * nscd/connections.c (handle_request): Use correct type for optlen
1724 variable.
1725
1726 * misc/tst-efgcvt.c (ecvt_tests): Test 92.0 with ndigits == 16.
1727 * misc/efgcvt_r.c (ecvt_r): Limit ndigits before passing it to fcvt_r.
1728
1729 1999-06-24 Thorsten Kukuk <kukuk@suse.de>
1730
1731 * nscd/grpcache.c: Add "notfound" data to cache, not iov pointer.
1732 * nscd/pwdcache.c: Likewise.
1733 * nscd/hstcache.c: Likewise.
1734
1735 1999-06-23 Ulrich Drepper <drepper@cygnus.com>
1736
1737 * sysdeps/generic/fpu_control.c: Include math.h for __P definition.
1738
1739 * posix/getopt.h: Include stdio.h.
1740
1741 * manual/arith.texi: Document restriction of ndigit parameter of
1742 ecvt and friends.
1743 * misc/efgcvt.c: Define NDIGIT_MAX.
1744 (gcvt): Limit precision in sprintf call to NDIGIT_MAX.
1745 Do not dynamically allocate the static buffers. They are small enough.
1746 * misc/efgcvt_r.c: Define NDIGIT_MAX.
1747 (fcvt_r): Limit precision in snprintf call to NDIGIT_MAX.
1748 * misc/qefgcvt.c: Define NDIGIT_MAX.
1749 * misc/qefgcvt_r.c: Likewise.
1750 * misc/tst-efgcvt.c (special): Add test for large ndigit parameter.
1751
1752 1999-06-23 Zack Weinberg <zack@rabi.columbia.edu>
1753
1754 * libio/stdio.h: Define stdin, stdout, stderr as macros.
1755 * math/complex.h: Don't define CX_LIMITED_RANGE_{ON,OFF,DEFAULT}.
1756 These are *pragmas* not macros.
1757 * wcsmbs/wchar.h: Fix comment.
1758
1759 * grp/grp.h: Use __foo_t_defined convention to typedef things
1760 only once.
1761 * io/sys/stat.h: Likewise.
1762 * libio/stdio.h: Likewise.
1763 * posix/unistd.h: Likewise.
1764 * posix/sys/types.h: Likewise.
1765 * posix/sys/wait.h: Likewise.
1766 * pwd/pwd.h: Likewise.
1767 * signal/signal.h: Likewise.
1768 * sysdeps/generic/stdint.h: Likewise.
1769 * sysdeps/gnu/utmpx.h: Likewise.
1770 * termios/termios.h: Likewise.
1771
1772 1999-06-23 Ulrich Drepper <drepper@cygnus.com>
1773
1774 * stdio/fputc.c: Don't define alias if fputc is defined as a
1775 macro.
1776 * stdio/putc.c: Define weak alias here since it is not done
1777 anymore in fputc.c.
1778
1779 1999-06-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1780
1781 * assert/assert.h: Don't produce `defined' as part of macro
1782 expansion.
1783
1784 1999-06-23 Roland McGrath <roland@baalperazim.frob.com>
1785
1786 * sysdeps/mach/hurd/read.c (__libc_read): Just call __pread with
1787 OFFSET argument of (off_t) -1.
1788 * sysdeps/mach/hurd/write.c (__libc_write): Just call __pwrite with
1789 OFFSET argument of (off_t) -1.
1790
1791 * sysdeps/mach/hurd/pwrite.c: New file.
1792 * sysdeps/mach/hurd/pread.c: New file.
1793
1794 * hurd/fd-read.c (_hurd_fd_read): Take new parameter OFFSET and
1795 pass it in the RPC instead of always -1.
1796 * hurd/fd-write.c (_hurd_fd_write): Likewise.
1797 * hurd/hurd/fd.h: Update decls.
1798
1799 1999-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1800
1801 * libio/wscanf.c: Include <wchar.h> for prototype.
1802
1803 1999-06-22 Ulrich Drepper <drepper@cygnus.com>
1804
1805 * manual/io.texi. Fix typos.
1806 * manual/stdio.texi: Likewise.
1807 Patches by Brian Youmans <3diff@gnu.org>.
1808
1809 1999-06-22 Geoff Keating <geoffk@ozemail.com.au>
1810
1811 * sysdeps/powerpc/strcmp.S: Don't return a zero result if the high
1812 bits of two words differ.
1813
1814 1999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1815
1816 * libio/Makefile (routines): Add putwchar and putwchar_u.
1817
1818 * libio/putwchar.c: Include <wchar.h> instead of "stdio.h".
1819 * libio/putwchar_u.c: Likewise. Use _IO_stdout instead of
1820 stdout. Fix parameter name.
1821
1822 * libio/getchar.c: Consistently use _IO_stdin instead of stdin.
1823 * libio/getchar_u.c: Likewise.
1824
1825 * libio/putchar_u.c: Use _IO_stdout instead of stdout.
1826
1827 1999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1828
1829 * include/features.h (__GNUC_PREREQ): Don't generate `defined' via
1830 macro expansion---it's undefined. Properly parenthesize
1831 substituted parameters.
1832 (__GLIBC_PREREQ): Likewise.
1833
1834 1999-06-21 Ulrich Drepper <drepper@cygnus.com>
1835
1836 * Makeconfig (CPPFLAGS): Revert last change. It has too many
1837 weird effects.
1838
1839 * stdlib/longlong.h: Provide __P definition if not already
1840 defined.
1841
1842 * include/wchar.h: Use __gnuc_va_list not va_list in prototype.
1843
1844 1999-06-18 Thorsten Kukuk <kukuk@suse.de>
1845
1846 * sysdeps/alpha/atomicity.h: Correct counting of subsections.
1847
1848 1999-06-17 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1849
1850 * stdlib/tst-strtoll.c: Avoid warning about huge constant.
1851
1852 1999-06-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1853
1854 * stdio-common/vfprintf.c (group_member): Make parameters and
1855 return types pointers to CHAR_T instead of UCHAR_T.
1856 (vfprintf): Change type of work_buffer, workend and string to
1857 CHAR_T pointer/array.
1858 (process_arg, process_string_arg): Adjust/remove casts. Add
1859 missing use of L_ macro.
1860 (printf_unknown): Add missing uses of L_ macro.
1861
1862 1999-06-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1863
1864 * wcsmbs/wcschrnul.c: Explicitly cast return value to avoid
1865 warning.
1866
1867 1999-06-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1868
1869 * libio/wgenops.c (__wuflow): Fix use of WEOF vs. EOF. Call
1870 _IO_switch_to_wget_mode instead of _IO_switch_to_get_mode.
1871 (__wunderflow): Likewise.
1872 (_IO_switch_to_wget_mode): Likewise.
1873 (_IO_init_wmarker): Likewise.
1874
1875 * libio/wfileops.c (_IO_wfile_seekoff): Call
1876 _IO_switch_to_wget_mode, not _IO_switch_to_get_mode.
1877 (_IO_wfile_jumps): Fix pbackfail entry.
1878
1879 * libio/iosetvbuf.c (_IO_setvbuf): Only call wide char setbuf
1880 function if the stream is currently unoriented.
1881
1882 1999-06-19 Zack Weinberg <zack@rabi.columbia.edu>
1883
1884 * wcsmbs/wchar.h: Define __need___va_list before including stdarg.h.
1885 Wrap all wide stream functions with #ifdef __USE_ISOC9X. Use
1886 __gnuc_va_list in v*w(printf|scanf) prototypes.
1887
1888 1999-06-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1889
1890 * libio/oldiopopen.c (_IO_old_proc_open): Apply change from
1891 1999-03-29 to iopopen also here.
1892 Reported by Richard Braakman <dark@xs4all.nl>.
1893
1894 1999-06-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1895
1896 * include/features.h: Use __GNUC_PREREQ.
1897 * sysdeps/i386/fpu/bits/mathinline.h: Likewise
1898
1899 1999-06-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1900
1901 * stdio-common/vfscanf.c (ungetc, inchar) [COMPILE_WPRINTF]:
1902 Change EOF to WEOF and remove cast.
1903 (UNGETC): Remove macro.
1904 (_IO_vfwscanf): Change isspace to ISSPACE and UNGETC to ungetc.
1905 * stdio-common/printf-parse.h (find_spec) [!COMPILE_WPRINTF]:
1906 Change ISASCII to isascii and MBRLEN to mbrlen.
1907 (parse_one_spec): Compare info.spec always against wchar_t
1908 values.
1909 * stdio-common/vfprintf.c: Remove unused ISASCII and MBRLEN.
1910 (_itoa, _itoa_word) [COMPILE_WRPINTF]: Don't cast second argument.
1911 (NOT_IN_JUMP_RANGE, CHAR_CLASS): Change (int) to (INT_T), use L_.
1912
1913 1999-06-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1914
1915 * libio/Makefile (shared-only-routines): Add oldiofgetpos,
1916 oldiofgetpos64, oldiofsetpos and oldiofsetpos64.
1917 (routines): Include oldiofgetpos, oldiofgetpos64, oldiofsetpos and
1918 oldiofsetpos64 only if doing versioning.
1919
1920 1999-06-20 Ulrich Drepper <drepper@cygnus.com>
1921
1922 * wcsmbs/wchar.h: Declare wcstof and wcstold for ISO C9x.
1923
1924 1999-06-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1925
1926 * libio/libio.h: Fix last patch.
1927
1928 1999-06-20 Ulrich Drepper <drepper@cygnus.com>
1929
1930 * libio/libio.h (_IO_putwc): Correct type of first argument.
1931 * wcsmbs/wchar.h: (fputwc, putwc, putwchar, fputwc_unlocked,
1932 putwc_unlocked, putwchar_unlocked): Likewise.
1933 * libio/fputwc.c: Likewise.
1934 * libio/fputwc_unlocked.c: Likewise.
1935 * libio/putwc.c: Likewise.
1936 * libio/putwc_unlocked.c: Likewise.
1937 * libio/putwchar.c: Likewise.
1938 * libio/putwchar_unlocked.c: Likewise.
1939
1940 1999-06-19 Roland McGrath <roland@baalperazim.frob.com>
1941
1942 * sysdeps/gnu/siglist.h: File moved to ...
1943 * sysdeps/generic/siglist.h: ... here. This file should be usable for
1944 any platform, since it just associates the SIG* macros with text names
1945 and descriptions. For any signal macros do not exist on every
1946 platform, we can use #ifdef tests here and still use this single
1947 common file for all platforms.
1948 * sysdeps/generic/siglist.c: Rewrite using <siglist.h>. This file
1949 should be usable for all platforms after the binary compatibility
1950 stuff in the current sysdeps/gnu version is no longer required.
1951 * sysdeps/generic/Makefile: Remove rules for generating siglist.c.
1952 * sysdeps/generic/make_siglist.c: File removed.
1953 * sysdeps/mach/hurd/siglist.h: Use #include_next.
1954 * sysdeps/unix/sysv/linux/siglist.h: Likewise.
1955
1956 1999-06-16 Roland McGrath <roland@baalperazim.frob.com>
1957
1958 * sysdeps/unix/sysv/linux/siglist.c: Moved to ...
1959 * sysdeps/gnu/siglist.c: ... here.
1960 Use <siglist.h> instead of "siglist.h", to ensure sysdeps-search.
1961 Use <bits/wordsize.h> instead of <sizes.h> to determine PTR_SIZE_STR.
1962 * sysdeps/gnu/siglist.h: New file, contents from linux version.
1963 Add entry for SIGLOST protected by #ifdef.
1964 * sysdeps/unix/sysv/linux/siglist.h: Just #include that file,
1965 and define OLD_SIGLIST_SIZE_STR.
1966 * sysdeps/mach/hurd/siglist.h: New file, likewise.
1967
1968 1999-06-18 Zack Weinberg <zack@rabi.columbia.edu>
1969
1970 * include/features.h: Define new macros __GNUC_PREREQ and
1971 __GLIBC_PREREQ which can be used to test the version of gcc
1972 and glibc respectively.
1973
1974 * assert/assert.h: Use __GNUC_PREREQ.
1975 * intl/libintl.h: Likewise.
1976 * math/complex.h: Likewise.
1977 * math/tgmath.h: Likewise.
1978 * misc/sys/cdefs.h: Likewise.
1979 * posix/sys/types.h: Likewise.
1980 * socket/sys/socket.h: Likewise.
1981 * string/bits/string2.h: Likewise.
1982 * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
1983 * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
1984
1985 1999-06-18 Zack Weinberg <zack@rabi.columbia.edu>
1986
1987 * include/libintl.h: Declare _libc_intl_domainname here.
1988 Define _ and N_ here.
1989 * include/libc-symbols.h: Don't include <libintl.h>. Don't
1990 define _ and N_. Don't declare _libc_intl_domainname.
1991 * Makeconfig (CPPFLAGS): Use -imacros to read libc-symbols.h.
1992
1993 * db2/config.h: Don't include sys/stat.h or define
1994 HAVE_ST_BLKSIZE here...
1995 * db2/compat.h: ...do it here.
1996
1997 * linuxthreads/internals.h: Include bits/libc-tsd.h after all
1998 other headers.
1999 * linuxthreads/no-tsd.c: Include sys/cdefs.h for __P.
2000 * iconv/iconv.c: Include stddef.h for NULL.
2001 * malloc/malloc.h: Include features.h.
2002 * sysdeps/generic/morecore.c: Use __malloc_ptr_t not __ptr_t.
2003
2004 * sysdeps/unix/make_errlist.c: Write an "#include <libintl.h>"
2005 into the generated file.
2006 * sysdeps/gnu/errlist.awk: Likewise.
2007 * sysdeps/gnu/errlist.c: Rebuilt.
2008
2009 * assert/assert-perr.c: Include libintl.h.
2010 * assert/assert.c: Likewise.
2011 * elf/dl-open.c: Likewise.
2012 * elf/dlsym.c: Likewise.
2013 * elf/dlvsym.c: Likewise.
2014 * iconv/iconv_prog.c: Likewise.
2015 * inet/rcmd.c: Likewise.
2016 * inet/ruserpass.c: Likewise.
2017 * locale/programs/charset.c: Likewise.
2018 * locale/programs/ld-collate.c: Likewise.
2019 * locale/programs/ld-ctype.c: Likewise.
2020 * locale/programs/ld-messages.c: Likewise.
2021 * locale/programs/ld-monetary.c: Likewise.
2022 * locale/programs/ld-numeric.c: Likewise.
2023 * locale/programs/ld-time.c: Likewise.
2024 * locale/programs/locfile.c: Likewise.
2025 * locale/programs/repertoire.c: Likewise.
2026 * login/programs/database.c: Likewise.
2027 * login/programs/request.c: Likewise.
2028 * malloc/mcheck.c: Likewise.
2029 * misc/error.c: Likewise.
2030 * nis/nis_call.c: Likewise.
2031 * nis/nis_callback.c: Likewise.
2032 * nis/nis_error.c: Likewise.
2033 * nis/nis_local_names.c: Likewise.
2034 * nis/nis_print.c: Likewise.
2035 * nis/nis_print_group_entry.c: Likewise.
2036 * nis/ypclnt.c: Likewise.
2037 * nis/nss_nisplus/nisplus-publickey.c: Likewise.
2038 * nscd/cache.c: Likewise.
2039 * nscd/connections.c: Likewise.
2040 * nscd/grpcache.c: Likewise.
2041 * nscd/hstcache.c: Likewise.
2042 * nscd/nscd_conf.c: Likewise.
2043 * nscd/nscd_stat.c: Likewise.
2044 * nscd/pwdcache.c: Likewise.
2045 * posix/id.c: Likewise.
2046 * resolv/herror.c: Likewise.
2047 * stdio-common/psignal.c: Likewise.
2048 * string/strsignal.c: Likewise.
2049 * sunrpc/auth_unix.c: Likewise.
2050 * sunrpc/clnt_perr.c: Likewise.
2051 * sunrpc/clnt_raw.c: Likewise.
2052 * sunrpc/clnt_tcp.c: Likewise.
2053 * sunrpc/clnt_udp.c: Likewise.
2054 * sunrpc/clnt_unix.c: Likewise.
2055 * sunrpc/get_myaddr.c: Likewise.
2056 * sunrpc/pm_getmaps.c: Likewise.
2057 * sunrpc/pmap_clnt.c: Likewise.
2058 * sunrpc/pmap_rmt.c: Likewise.
2059 * sunrpc/rpc_main.c: Likewise.
2060 * sunrpc/rpc_scan.c: Likewise.
2061 * sunrpc/svc_run.c: Likewise.
2062 * sunrpc/svc_simple.c: Likewise.
2063 * sunrpc/svc_tcp.c: Likewise.
2064 * sunrpc/svc_udp.c: Likewise.
2065 * sunrpc/svc_unix.c: Likewise.
2066 * sunrpc/xdr_rec.c: Likewise.
2067 * sunrpc/xdr_ref.c: Likewise.
2068 * sysdeps/mach/hurd/mips/dl-machine.c: Likewise.
2069 * sysdeps/posix/gai_strerror.c: Likewise.
2070 * sysdeps/unix/siglist.c: Likewise.
2071 * sysdeps/unix/sysv/linux/siglist.c: Likewise.
2072 * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
2073 * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Likewise.
2074 * timezone/zic.c: Likewise.
2075
2076 1999-06-18 H.J. Lu <hjl@gnu.org>
2077
2078 * localedata/Makefile (charmaps): Exclude SCCS.
2079 (locales): Likewise.
2080 (repertoiremaps): Likewise.
2081
2082 1999-06-18 Ulrich Drepper <drepper@cygnus.com>
2083
2084 * sysdeps/generic/bsd-_setjmp.c: Include setjmp.h.
2085 * sysdeps/generic/bsd-setjmp.c: Likewise.
2086
2087 * sunrpc/xdr_sizeof.c (x_inline): Cleanup pointer assignments.
2088
2089 * iconv/gconv_open.c: Include string.h for memset prototype.
2090
2091 * libio/libioP.h (FILEBUF_LITERAL): Add missing parameter to macro
2092 definitions.
2093
2094 * sysdeps/unix/sysv/linux/init-first.h: Add extra cast in argc
2095 assignment to avoid warning on 64bit platforms.
2096
2097 1999-06-17 Ulrich Drepper <drepper@cygnus.com>
2098
2099 * libio/libio.h (_IO_codecvt): Change __P ot __PMT.
2100
2101 * nss/getXXbyYY_r.c: Return error code not -1.
2102 * nss/getXXent_r.c: Likewise.
2103 * nss/getXXbyYY.c: Expect return value to be ERANGE if buffer is too
2104 small.
2105 * nscd/nscd_getgr_r.c: Return -1 in case nscd is not available and
2106 value > 0 for error.
2107 * nscd/nscd_gethst_r.c: Likewise.
2108 * nscd/nscd_getpw_r.c: Likewise.
2109
2110 1999-06-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2111
2112 * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Add missing line
2113 disciplines.
2114
2115 1999-06-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2116
2117 * nscd/nscd_nischeck.c: Fix typos.
2118
2119 1999-06-17 Ulrich Drepper <drepper@cygnus.com>
2120
2121 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Don't fail
2122 always when oact is NULL.
2123 Patch by Christian Meder <meder@isr.uni-stuttgart.de>.
2124
2125 1999-06-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2126
2127 * math/libm-test.c (jn_test): Adjust delta.
2128
2129 1999-06-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2130
2131 * libio/vwprintf.c: Include <wchar.h> for prototypes.
2132 * libio/wprintf.c: Likewise.
2133
2134 1999-06-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2135
2136 * elf/dl-load.c (_dl_init_paths): Add one more element to aelem
2137 to not write beyond allocated memory.
2138 Reported by John Reiser <jreiser@BitWagon.com>, closes PR libc/1167.
2139
2140 1999-06-17 Ulrich Drepper <drepper@cygnus.com>
2141
2142 * malloc/mtrace.c: Keep lock while printing output lines.
2143 Patch by carsten.zimmermann@mediaways.net [PR libc/1166].
2144
2145 1999-06-16 Ulrich Drepper <drepper@cygnus.com>
2146
2147 * configure.in: Add warnings about broken code.
2148
2149 * Versions.def: Add GLIBC_2.2 for libc.
2150
2151 * iconv/gconv.h: Make header suitable for inclusion in public header
2152 by protecting all names with __.
2153 * iconv/gconv.c: Adapt for symbol name changes.
2154 * iconv/gconv.h: Likewise.
2155 * iconv/gconv_builtin.c: Likewise.
2156 * iconv/gconv_close.c: Likewise.
2157 * iconv/gconv_db.c: Likewise.
2158 * iconv/gconv_dl.c: Likewise.
2159 * iconv/gconv_int.h: Likewise.
2160 * iconv/gconv_open.c: Likewise.
2161 * iconv/gconv_simple.c: Likewise.
2162 * iconv/iconv.c: Likewise.
2163 * iconv/iconv_close.c: Likewise.
2164 * iconv/iconv_open.c: Likewise.
2165 * iconv/loop.c: Likewise.
2166 * iconv/skeleton.c: Likewise.
2167 * iconvdata/8bit-gap.c: Likewise.
2168 * iconvdata/8bit-generic.c: Likewise.
2169 * iconvdata/ansi_x3.110.c: Likewise.
2170 * iconvdata/big5.c: Likewise.
2171 * iconvdata/cns11643.h: Likewise.
2172 * iconvdata/cns11643l1.h: Likewise.
2173 * iconvdata/euc-cn.c: Likewise.
2174 * iconvdata/euc-jp.c: Likewise.
2175 * iconvdata/euc-kr.c: Likewise.
2176 * iconvdata/euc-tw.c: Likewise.
2177 * iconvdata/gb2312.h: Likewise.
2178 * iconvdata/iso-2022-jp.c: Likewise.
2179 * iconvdata/iso-2022-kr.c: Likewise.
2180 * iconvdata/iso646.c: Likewise.
2181 * iconvdata/iso8859-1.c: Likewise.
2182 * iconvdata/iso_6937-2.c: Likewise.
2183 * iconvdata/iso_6937.c: Likewise.
2184 * iconvdata/jis0201.h: Likewise.
2185 * iconvdata/jis0208.h: Likewise.
2186 * iconvdata/jis0212.h: Likewise.
2187 * iconvdata/johab.c: Likewise.
2188 * iconvdata/ksc5601.h: Likewise.
2189 * iconvdata/sjis.c: Likewise.
2190 * iconvdata/t.61.c: Likewise.
2191 * iconvdata/uhc.c: Likewise.
2192 * stdlib/mblen.c: Likewise.
2193 * stdlib/mbtowc.c: Likewise.
2194 * stdlib/wctomb.c: Likewise.
2195 * wcsmbs/btowc.c: Likewise.
2196 * wcsmbs/mbrtowc.c: Likewise.
2197 * wcsmbs/mbsnrtowcs.c: Likewise.
2198 * wcsmbs/mbsrtowcs.c: Likewise.
2199 * wcsmbs/wchar.h: Likewise.
2200 * wcsmbs/wcrtomb.c: Likewise.
2201 * wcsmbs/wcsmbsload.c: Likewise.
2202 * wcsmbs/wcsmbsload.h: Likewise.
2203 * wcsmbs/wcsnrtombs.c: Likewise.
2204 * wcsmbs/wcsrtombs.c: Likewise.
2205 * wcsmbs/wctob.c: Likewise.
2206
2207 * include/limits.h (MB_LEN_MAX): Increase to 16.
2208
2209 * sysdeps/generic/_G_config.h: Define _G_fpos_t as struct. Define
2210 _G_iconv_t.
2211 * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
2212 * include/wchar.h: Change mbstate_t to __mbstate_t.
2213
2214 * libio/Makefile (routines): Add wfiledoalloc, oldiofgetpos,
2215 oldiofgetpos64, oldiofsetpos, oldiofsetpos64, fputwc, fputwc_u,
2216 getwc, getwc_u, getwchar, getwchar_u, iofgetws, iofgetws_u,
2217 iofputws, iofputws_u, iogetwline, iowpadn, ioungetwc, putwc, putwc_u,
2218 putchar, putchar_u, swprintf, vwprintf, wprintf, wscanf, fwscanf,
2219 vwscanf, vswprintf, iovswscanf, swscanf, wgenops, wstrops, wfileops,
2220 and iofwide.
2221 (tests): Add tst_swprintf, tst_wprintf, tst_swscanf, and tst_wscanf.
2222 * libio/Versions: Add _IO_fgetpos, _IO_fgetpos64, _IO_fsetpos,
2223 _IO_fsetpos64, fgetpos, fgetpos64, fgetwc, fgetwc_unlocked, fgetws,
2224 fgetws_unlocked, fputwc, fputwc_unlocked, fputws, fputws_unlocked,
2225 fsetpos, fsetpos64, fwide, fwprintf, fwscanf, getwc, getwc_unlocked,
2226 getwchar, getwchar_unlocked, putwc, putwc_unlocked, putwchar,
2227 putwchar_unlocked, swprintf, swscanf, ungetwc, vfwprintf, vswprintf,
2228 vwprintf, vfwscanf, vswscanf, vwscanf, wprintf, and wscanf to
2229 GLIBC_2.2 for libc.
2230 * libio/libio.h: Define codecvt struct. Define _IO_wide_data.
2231 Extend _IO_file contain pointer to codecvt, widedata and mode.
2232 (_IO_getwc_unlocked): New macro.
2233 (_IO_putwc_unlocked): New macro.
2234 (_IO_fwide): New macro.
2235 * libio/libioP.h: Add new prototypes and adjust existing declarations.
2236 * libio/fileops.c (_IO_new_file_close_it): Reset normal or widedata
2237 buffers based on mode.
2238 (new_do_write): Set _IO_write_end to _IO_buf_end if stream is wide
2239 oriented.
2240 (_IO_new_file_overflow): Don't depend only on _IO_CURRENTLY_PUTTING
2241 flag to be enough to signal unallocated buffer. For wide oriented
2242 stream don't make it linebuffered. Don't use _IO_do_flush, use
2243 _IO_new_do_write directly.
2244 (_IO_new_file_seekoff): Change return value type to _IO_off64_t.
2245 (_IO_file_seek): Likewise.
2246 * libio/genops.c (_IO_least_marker): Make global.
2247 (__underflow): Orient stream if not already done.
2248 (__uflow): Likewise.
2249 (_IO_default_seekpos): Change to type _IO_off64_t.
2250 (_IO_default_seekoff): Likewise.
2251 (_IO_default_seek): Likewise.
2252 (_IO_no_init): New function. Similar to _IO_init but allows to orient
2253 in initialization.
2254 * libio/iolibio.h: Add prototype for _IO_vswprintf. Change _IO_pos_BAD
2255 to use _IO_off64_t.
2256 * libio/ftello.c: Use _IO_off_t. For now abort when use with wide
2257 char stream.
2258 * libio/ftello64.c: Likewise.
2259 * libio/ioftell.c: Likewise.
2260 * libio/iofopncook.c: Likewise.
2261 * libio/ioseekoff.c: Likewise.
2262 * libio/ioseekpos.c: Likewise.
2263 * libio/oldfileops.c: Likewise.
2264 * libio/iofgetpos.c: Store state of conversion if necessary.
2265 * libio/iofgetpos64.c: Likewise.
2266 * libio/iofsetpos.c: Restore conversion state if necessary.
2267 * libio/iofsetpos64.c: Likewise.
2268 * libio/iofdopen.c: Initialize so that stream can be wide oriented.
2269 * libio/iofopen.c: Likewise.
2270 * libio/iofopen64.c: Likewise.
2271 * libio/iopopen.c: Likewise.
2272 * libio/iovdprintf.c: Likewise.
2273 * libio/iovsprintf.c: Likewise.
2274 * libio/iovsscanf.c: Likewise.
2275 * libio/memstream.c: Likewise.
2276 * libio/obprintf.c: Likewise.
2277 * libio/iofputs.c: Orient stream if not already happened.
2278 * libio/iofputs_u.c: Likewise.
2279 * libio/iofwrite.c: Likewise.
2280 * libio/iofwrite_u.c: Likewise.
2281 * libio/ioputs.c: Likewise.
2282 * libio/iosetbuffer.c: Handle not yet oriented stream.
2283 * libio/iosetvbuf.c: Likewise.
2284 * libio/oldstdfiles.c: Adjust FILEBUF_LITERAL call.
2285 * libio/stdfiles.c: Likewise.
2286 * libio/strops.c (_IO_str_overflow): Correctly free buffer after
2287 failed allocation.
2288 (_IO_str_seekoff): Use _IO_off64_t.
2289 * libio/vasprintf.c: Pre-orient stream.
2290 * libio/vsnprintf.c: Likewise.
2291 * libio/fputwc.c: New file.
2292 * libio/fputwc_u.c: New file.
2293 * libio/fwprintf.c: New file.
2294 * libio/fwscanf.c: New file.
2295 * libio/getwc.c: New file.
2296 * libio/getwc_u.c: New file.
2297 * libio/getwchar.c: New file.
2298 * libio/getwchar_u.c: New file.
2299 * libio/iofgetws.c: New file.
2300 * libio/iofgetws_u.c: New file.
2301 * libio/iofputws.c: New file.
2302 * libio/iofputws_u.c: New file.
2303 * libio/iofwide.c: New file.
2304 * libio/iogetwline.c: New file.
2305 * libio/ioungetwc.c: New file.
2306 * libio/iovswscanf.c: New file.
2307 * libio/iowpadn.c: New file.
2308 * libio/oldiofgetpos.c: New file.
2309 * libio/oldiofgetpos64.c: New file.
2310 * libio/oldiofsetpos.c: New file.
2311 * libio/oldiofsetpos64.c: New file.
2312 * libio/putwc.c: New file.
2313 * libio/putwc_u.c: New file.
2314 * libio/putwchar.c: New file.
2315 * libio/putwchar_u.c: New file.
2316 * libio/swprintf.c: New file.
2317 * libio/swscanf.c: New file.
2318 * libio/tst_swprintf.c: New file.
2319 * libio/tst_swscanf.c: New file.
2320 * libio/tst_wprintf.c: New file.
2321 * libio/tst_wscanf.c: New file.
2322 * libio/tst_wscanf.input: New file.
2323 * libio/vswprintf.c: New file.
2324 * libio/vwprintf.c: New file.
2325 * libio/vwscanf.c: New file.
2326 * libio/wfiledoalloc.c: New file.
2327 * libio/wfileops.c: New file.
2328 * libio/wgenops.c: New file.
2329 * libio/wprintf.c: New file.
2330 * libio/wscanf.c: New file.
2331 * libio/wstrops.c: New file.
2332 * stdio-common/Makefile (routines): Add _itowa, itowa-digits,
2333 vfwprintf, and vfwscanf.
2334 * stdio-common/_itoa.c (base_table): Rename to _IO_base_table and
2335 make global.
2336 * stdio-common/_itowa.c: New file.
2337 * stdio-common/_itowa.h: New file.
2338 * stdio-common/itoa-digits.c: Minimal optimization.
2339 * stdio-common/itowa-digits.c: New file.
2340 * stdio-common/printf-parse.h: Allow use in wide character context.
2341 * stdio-common/printf-prs.c: Define ISASCII and MBRLEN.
2342 * stdio-common/printf.h (printf_info): Add wide bit.
2343 * stdio-common/printf_fp.c: Determine from wide bit whether stream
2344 is wide oriented or not.
2345 * stdio-common/printf_size.c: Likewise.
2346 * sysdeps/generic/printf_fphex.c: Likewise.
2347 * stdlib/strfmon.c: Call __printf_fp with wide bit cleared.
2348 * stdio-common/vfprintf.c: Rewrite to allow use in wide character
2349 context.
2350 * stdio-common/vfscand.c: Likewise.
2351 * stdio-common/vfwprintf.c: New file.
2352 * stdio-common/vfwscanf.c: New file.
2353
2354 * time/Makefile (routines): Add wcsftime.
2355 (tests): Add tst_wcsftime.
2356 * time/Versions: Add wcsftime to GLIBC_2.2 for libc.
2357 * time/strftime.c: Make usable as wcsftime.
2358 * time/wcsftime.c: New file.
2359 * time/tst_wcsftime.c: New file.
2360
2361 * wcsmbs/Makefile (routines): Add wmempcpy and wcschrnul.
2362 * wcsmbs/Versions: Add wmempcpy and wcschrnul to GLIBC_2.2 for libc.
2363 * wcsmbs/wcschrnul.c: New file.
2364 * wcsmbs/wmemcpy.c: New file.
2365 * wcsmbs/wmemcpy.c: Rename to __wmemcpy and make wmemcpy weak alias.
2366 * wcsmbs/wmemmove.c: Likewise for wmemmove.
2367
2368 * manual/stdio.texi: Document is_char and wide element if printf_info.
2369
2370 * manual/time.texi: Document wcsftime.
2371
2372 * include/wchar.h: Add prototypes for __wmemcpy, __wmempcpy,
2373 __wmemmove, __wcschrnul, and __vfwscanf.
2374
2375 * locale/langinfo.h: Add new LC_TIME entries for wchar_t data.
2376 * locale/C-time.c: Adapt for above change.
2377 * locale/categories.def: Likewise.
2378 * locale/localeinfo.h: Likewise.
2379 * localedata/Makefile: Don't run tests for now.
2380
2381 * manual/errno.texi: Fix typos.
2382 * manual/memory.texi: Likewise.
2383 * manual/ctype.texi: Likewise.
2384 Patches by Brian Youmans <3diff@gnu.org>.
2385
2386 1999-06-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2387
2388 * sysdeps/unix/sysv/linux/netax25/ax25.h (AX25_PIDINCL): Added.
2389
2390 1999-06-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2391
2392 * sysdeps/unix/sysv/linux/sys/sysmacros.h [!__GNUC__]: Use correct
2393 word order.
2394 * sysdeps/unix/sysv/linux/alpha/sys/sysmacros.h: New file.
2395 * sysdeps/unix/sysv/linux/sparc/sys/sysmacros.h: New file.
2396
2397 1999-06-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2398
2399 * db2/db/db.c: Restore __nss_db_open alias.
2400 * db2/db_int.h: Use <db.h> instead of "db.h" to find header in
2401 include.
2402 * db2/os/os_rw.c (__os_write): Maintain const correctness.
2403 * db2/progs/db_load/db_load.c (main): Avoid ambiguous `else'.
2404
2405 1999-06-15 Ulrich Drepper <drepper@cygnus.com>
2406
2407 * stdio-common/printf-parse.h (parse_one_spec): Don't set
2408 is_longlong if not necessary.
2409
2410 1999-06-15 H.J. Lu <hjl@gnu.org>
2411
2412 * Make-dist (sysdep_dirs): Exclude SCCS.
2413 * MakeTAGS (sysdep_dirs): Likewise.
2414
2415 1999-06-15 Ulrich Drepper <drepper@cygnus.com>
2416
2417 * posix/regex.c (re_error_msgid): Remove extra commas.
2418
2419 1999-06-14 Geoff Keating <geoffk@ozemail.com.au>
2420
2421 * stdlib/tst-strtoll.c: New file.
2422 * stdlib/Makefile (tests): Add tst-strtoll.c
2423 * stdlib/strtol.c: It is not generally true that if
2424 (unsigned)a*(unsigned)b overflows, then the result is
2425 less than 'a'.
2426
2427 1999-06-14 Thorsten Kukuk <kukuk@suse.de>
2428
2429 * nscd/connections.c (handle_request): Only root is allowed to
2430 send GETSTAT request in non secure mode.
2431 * nscd/nscd.c: Print error message if other then root try to
2432 use getstat.
2433
2434 1999-06-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2435
2436 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __sysctl.
2437
2438 1999-06-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2439
2440 * manual/time.texi (Limits on Resources): Describe RLIMIT_AS.
2441 Closes PR libc/1164, reported by sascha@schumann.2ns.de.
2442
2443 1999-06-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2444
2445 * sysdeps/generic/strchr.c: Include <memcopy.h> and use reg_char
2446 for character to search, to help the compiler.
2447 * sysdeps/generic/strchrnul.c: Likewise.
2448 * sysdeps/generic/memchr.c: Likewise.
2449 * sysdeps/generic/memccpy.c: Likewise.
2450 * sysdeps/generic/rawmemchr.c: Likewise. Fix comment.
2451
2452 1999-06-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2453
2454 * sysdeps/m68k/memchr.S: New file.
2455 * sysdeps/m68k/rawmemchr.S: New file.
2456 * sysdeps/m68k/strchr.S: New file.
2457 * sysdeps/m68k/strchrnul.S: New file.
2458
2459 1999-06-13 Geoff Keating <geoffk@ozemail.com.au>
2460
2461 * sysdeps/powerpc/atomicity.h (exchange_and_add): Remove `volatile';
2462 add `memory' clobber; optimise for constant `val'.
2463 (atomic_add): Likewise.
2464 (test_and_set): Remove `volatile'; add `memory' clobber; be more
2465 like the original `test_and_set'.
2466 (compare_and_swap): Remove `volatile'; add `memory' clobber;
2467 optimise for constant `oldval'.
2468 (always_swap): Remove `volatile'; add `memory' clobber.
2469
2470 1999-06-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2471
2472 * sysdeps/i386/fpu/bits/mathinline.h: Disable signbit* inline
2473 functions for gcc <= 2.7.x.
2474
2475 1999-06-13 Roland McGrath <roland@baalperazim.frob.com>
2476
2477 * hurd/hurdsock.c (_hurd_socket_server): Fix fencepost error in last
2478 change.
2479
2480 1999-06-13 Ulrich Drepper <drepper@cygnus.com>
2481
2482 * db2/Makefile (distribute): Remove files which do not exist
2483 anymore.
2484
2485 * sysdeps/i386/fpu/bits/mathinline.h: Add __extension__ to signbit
2486 definitions to calm down gcc.
2487
2488 * db2/db.h: Update from db 2.7.5.
2489 * db2/db_185.h: Likewise.
2490 * db2/db_int.h: Likewise.
2491 * db2/btree/bt_compare.c: Likewise.
2492 * db2/btree/bt_conv.c: Likewise.
2493 * db2/btree/bt_curadj.c: Likewise.
2494 * db2/btree/bt_cursor.c: Likewise.
2495 * db2/btree/bt_delete.c: Likewise.
2496 * db2/btree/bt_open.c: Likewise.
2497 * db2/btree/bt_page.c: Likewise.
2498 * db2/btree/bt_put.c: Likewise.
2499 * db2/btree/bt_rec.c: Likewise.
2500 * db2/btree/bt_recno.c: Likewise.
2501 * db2/btree/bt_rsearch.c: Likewise.
2502 * db2/btree/bt_search.c: Likewise.
2503 * db2/btree/bt_split.c: Likewise.
2504 * db2/btree/bt_stat.c: Likewise.
2505 * db2/btree/btree_auto.c: Likewise.
2506 * db2/common/db_appinit.c: Likewise.
2507 * db2/common/db_apprec.c: Likewise.
2508 * db2/common/db_err.c: Likewise.
2509 * db2/common/db_region.c: Likewise.
2510 * db2/common/db_salloc.c: Likewise.
2511 * db2/db/db.c: Likewise.
2512 * db2/db/db.src: Likewise.
2513 * db2/db/db_am.c: Likewise.
2514 * db2/db/db_auto.c: Likewise.
2515 * db2/db/db_dispatch.c: Likewise.
2516 * db2/db/db_dup.c: Likewise.
2517 * db2/db/db_iface.c: Likewise.
2518 * db2/db/db_join.c: Likewise.
2519 * db2/db/db_overflow.c: Likewise.
2520 * db2/db/db_pr.c: Likewise.
2521 * db2/db/db_rec.c: Likewise.
2522 * db2/db/db_ret.c: Likewise.
2523 * db2/db185/db185.c: Likewise.
2524 * db2/dbm/dbm.c: Likewise.
2525 * db2/hash/hash.c: Likewise.
2526 * db2/hash/hash_auto.c: Likewise.
2527 * db2/hash/hash_dup.c: Likewise.
2528 * db2/hash/hash_page.c: Likewise.
2529 * db2/hash/hash_rec.c: Likewise.
2530 * db2/hash/hash_stat.c: Likewise.
2531 * db2/include/btree.h: Likewise.
2532 * db2/include/btree_ext.h: Likewise.
2533 * db2/include/clib_ext.h: Likewise.
2534 * db2/include/common_ext.h: Likewise.
2535 * db2/include/db_am.h: Likewise.
2536 * db2/include/db_auto.h: Likewise.
2537 * db2/include/db_cxx.h: Likewise.
2538 * db2/include/db_ext.h: Likewise.
2539 * db2/include/db_join.h: Likewise.
2540 * db2/include/db_page.h: Likewise.
2541 * db2/include/hash.h: Likewise.
2542 * db2/include/hash_ext.h: Likewise.
2543 * db2/include/lock.h: Likewise.
2544 * db2/include/lock_ext.h: Likewise.
2545 * db2/include/log.h: Likewise.
2546 * db2/include/log_ext.h: Likewise.
2547 * db2/include/mp.h: Likewise.
2548 * db2/include/mp_ext.h: Likewise.
2549 * db2/include/os.h: Likewise.
2550 * db2/include/os_ext.h: Likewise.
2551 * db2/include/os_func.h: Likewise.
2552 * db2/include/txn.h: Likewise.
2553 * db2/include/txn_auto.h: Likewise.
2554 * db2/include/txn_ext.h: Likewise.
2555 * db2/include/xa.h: Likewise.
2556 * db2/include/xa_ext.h: Likewise.
2557 * db2/lock/lock.c: Likewise.
2558 * db2/lock/lock_conflict.c: Likewise.
2559 * db2/lock/lock_deadlock.c: Likewise.
2560 * db2/lock/lock_region.c: Likewise.
2561 * db2/lock/lock_util.c: Likewise.
2562 * db2/log/log.c: Likewise.
2563 * db2/log/log_archive.c: Likewise.
2564 * db2/log/log_auto.c: Likewise.
2565 * db2/log/log_findckp.c: Likewise.
2566 * db2/log/log_get.c: Likewise.
2567 * db2/log/log_put.c: Likewise.
2568 * db2/log/log_rec.c: Likewise.
2569 * db2/log/log_register.c: Likewise.
2570 * db2/mp/mp_bh.c: Likewise.
2571 * db2/mp/mp_fget.c: Likewise.
2572 * db2/mp/mp_fopen.c: Likewise.
2573 * db2/mp/mp_fput.c: Likewise.
2574 * db2/mp/mp_fset.c: Likewise.
2575 * db2/mp/mp_open.c: Likewise.
2576 * db2/mp/mp_pr.c: Likewise.
2577 * db2/mp/mp_region.c: Likewise.
2578 * db2/mp/mp_sync.c: Likewise.
2579 * db2/mutex/mutex.c: Likewise.
2580 * db2/mutex/uts4_cc.s: Likewise.
2581 * db2/os/os_abs.c: Likewise.
2582 * db2/os/os_alloc.c: Likewise.
2583 * db2/os/os_config.c: Likewise.
2584 * db2/os/os_dir.c: Likewise.
2585 * db2/os/os_fid.c: Likewise.
2586 * db2/os/os_fsync.c: Likewise.
2587 * db2/os/os_map.c: Likewise.
2588 * db2/os/os_oflags.c: Likewise.
2589 * db2/os/os_open.c: Likewise.
2590 * db2/os/os_rw.c: Likewise.
2591 * db2/os/os_seek.c: Likewise.
2592 * db2/os/os_sleep.c: Likewise.
2593 * db2/os/os_spin.c: Likewise.
2594 * db2/os/os_stat.c: Likewise.
2595 * db2/os/os_tmpdir.c: Likewise.
2596 * db2/os/os_unlink.c: Likewise.
2597 * db2/progs/db_archive/db_archive.c: Likewise.
2598 * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
2599 * db2/progs/db_deadlock/db_deadlock.c: Likewise.
2600 * db2/progs/db_dump/db_dump.c: Likewise.
2601 * db2/progs/db_load/db_load.c: Likewise.
2602 * db2/progs/db_printlog/README: Likewise.
2603 * db2/progs/db_printlog/commit.awk: Likewise.
2604 * db2/progs/db_printlog/count.awk: Likewise.
2605 * db2/progs/db_printlog/db_printlog.c: Likewise.
2606 * db2/progs/db_printlog/pgno.awk: Likewise.
2607 * db2/progs/db_printlog/range.awk: Likewise.
2608 * db2/progs/db_printlog/status.awk: Likewise.
2609 * db2/progs/db_printlog/txn.awk: Likewise.
2610 * db2/progs/db_recover/db_recover.c: Likewise.
2611 * db2/progs/db_stat/db_stat.c: Likewise.
2612 * db2/txn/txn.c: Likewise.
2613 * db2/txn/txn.src: Likewise.
2614 * db2/txn/txn_auto.c: Likewise.
2615 * db2/txn/txn_rec.c: Likewise.
2616 * db2/xa/xa.c: Likewise.
2617 * db2/xa/xa_db.c: Likewise.
2618 * db2/xa/xa_map.c: Likewise.
2619
2620 * db2/btree/bt_close.c: Removed.
2621 * db2/db/db_thread.c: Likewise.
2622 * db2/hash/hash_debug.c: Likewise.
2623 * db2/include/db.h.src: Likewise.
2624 * db2/include/db_int.h.src: Likewise.
2625 * db2/include/os_jump.h: Likewise.
2626 * db2/mutex/alpha.dec: Likewise.
2627 * db2/mutex/alpha.gcc: Likewise.
2628 * db2/mutex/parisc.hp: Likewise.
2629 * db2/mutex/uts4.cc.s: Likewise.
2630
2631 * db2/Makefile: Add new routines, remove old for 2.7.5.
2632 * db2/Versions: Add internal function names for the helper programs.
2633 * db2/makedb.c: Update for new cursor callback.
2634 * Versions.def: Define versions for libdb.
2635
2636 1999-06-13 Thorsten Kukuk <kukuk@suse.de>
2637
2638 * nscd/connections.c (nscd_run): Get user ID for all non-db services.
2639 * nscd/Makefile (others, install-sbin): Add nscd_nischeck.
2640 * nscd/nscd_nischeck.c: New file.
2641 * nscd/nscd.init: Enable use of nscd_nischeck and secure tables.
2642
2643 1999-06-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2644
2645 * sysdeps/unix/sysv/linux/bits/socket.h: Add some missing
2646 MSG_* flags from Linux 2.2.9.
2647
2648 1999-06-12 Mark Kettenis <kettenis@gnu.org>
2649
2650 * Makeconfig (static-start-installed-name): Set to
2651 $(start-installed-name) if not defined.
2652 (+link-static): Use $(static-start-installed-name) instead of
2653 $(start-installed-name).
2654 * sysdeps/mach/hurd/i386/Makefile (static-start-installed-name):
2655 Set to crt0.o.
2656
2657 1999-06-12 Mark Kettenis <kettenis@gnu.org>
2658
2659 * sysdeps/mach/hurd/fork.c (__fork): Make use of `insert_type' when
2660 inserting a send right into the child instead of unconditionally
2661 copying the send right.
2662
2663 1999-06-12 Ulrich Drepper <drepper@cygnus.com>
2664
2665 * locale/lc-time.c: Add free_mem function to free if necessary
2666 statically allocated memory.
2667
2668 1999-06-10 Jakub Jelinek <jj@ultra.linux.cz>
2669
2670 * sysdeps/libm-ieee754/s_truncl.c: Subtract exponent
2671 bias from the raw exponent.
2672
2673 1999-06-11 Ulrich Drepper <drepper@cygnus.com>
2674
2675 * inet/arpa/tftp.h: Move attribute declaration in right position.
2676
2677 1999-06-11 Thorsten Kukuk <kukuk@suse.de>
2678
2679 * nscd/nscd.c: Add -S options for separate caching of data for
2680 every user. So one user couldn't see the data another user
2681 has gotten with his credentials.
2682 * nscd/nscd.h: Add new prototypes.
2683 * nscd/cache.c: Compare owner of cache entry if in secure mode.
2684 * nscd/connections.c: Check on shutdown if caller really was root.
2685 In secure mode get uid of caller.
2686 * nscd/grpcache.c: Add support for new secure group mode.
2687 * nscd/hstcache.c: Add support for new secure hosts mode.
2688 * nscd/pwdcache.c: Add support for new secure passwd mode.
2689
2690 1999-06-11 Ulrich Drepper <drepper@cygnus.com>
2691
2692 * resolv/nss_dns/dns-host.c (getanswer_r): Correctly track usage
2693 of user-provided buffer.
2694
2695 1999-06-11 Mark Kettenis <kettenis@gnu.org>
2696
2697 * hurd/hurdsock.c (max_domain): Initialize to `-1'.
2698 (_hurd_socket_server): Fix off-by-one error in setting `max_domain'.
2699
2700 1999-06-10 Ulrich Drepper <drepper@cygnus.com>
2701
2702 * stdio-common/printf-parse.h (parse_one_spec): Add support for a
2703 and A format.
2704
2705 * shadow/fgetspent_r.c (__fgetspent_r): Set errno to ENOENT for
2706 returning after last entry.
2707 * pwd/fgetpwent_r.c (__fgetpwent_r): Likewise.
2708
2709 1999-06-09 Ulrich Drepper <drepper@cygnus.com>
2710
2711 * misc/sysexits.h: Remove advertising clause of copyright.
2712 * resolv/getnetnamadr.c: Likewise.
2713 * sysdeps/vax/bcopy.s: Likewise.
2714 * sysdeps/vax/bzero.s: Likewise.
2715 * sysdeps/vax/ffs.s: Likewise.
2716 * sysdeps/vax/memchr.s: Likewise.
2717 * sysdeps/vax/memcmp.s: Likewise.
2718 * sysdeps/vax/memmove.s: Likewise.
2719 * sysdeps/vax/memset.s: Likewise.
2720 * sysdeps/vax/strcat.s: Likewise.
2721 * sysdeps/vax/strchr.s: Likewise.
2722 * sysdeps/vax/strcmp.s: Likewise.
2723 * sysdeps/vax/strcpy.s: Likewise.
2724 * sysdeps/vax/strcspn.s: Likewise.
2725 * sysdeps/vax/strlen.s: Likewise.
2726 * sysdeps/vax/strncat.s: Likewise.
2727 * sysdeps/vax/strncmp.s: Likewise.
2728 * sysdeps/vax/strncpy.s: Likewise.
2729 * sysdeps/vax/strpbrk.s: Likewise.
2730 * sysdeps/vax/strrchr.s: Likewise.
2731 * sysdeps/vax/strsep.s: Likewise.
2732 * sysdeps/vax/strspn.s: Likewise.
2733 * sysdeps/vax/strstr.s: Likewise.
2734
2735 * libio/iofopncook.c: Adjust for renaming of structure elements.
2736 * libio/libio.h: Define cookie functions with all the names.
2737
2738 * pwd/fgetpwent_r.c: Set errno in the correct way.
2739 * shadow/fgetspent_r.c: Likewise.
2740 * pwd/fgetpwent.c: Handle long lines correctly. Little
2741 optimizations. Free static buffer when debugging memory handling.
2742 * shadow/fgetspent.c: Likewise.
2743
2744 * grp/fgetgrent.c: Little optimization in loop.
2745
2746 1999-06-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2747
2748 * grp/tst_fgetgrent.c (write_group): Fix generation of long line
2749 in a different way.
2750
2751 1999-06-09 Jakub Jelinek <jj@ultra.linux.cz>
2752
2753 * stdlib/longlong.h: gas changed sethi handling when without
2754 %hi(). Fix assembly.
2755 * sysdeps/generic/dl-cache.c (_dl_cache_lookup): Allow
2756 port specific cache id checks.
2757 * sysdeps/generic/dl-cache.h: New file.
2758 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-cache.h: New file.
2759
2760 1999-06-08 Ulrich Drepper <drepper@cygnus.com>
2761
2762 * gmon/gmon.c: Remove advertising clause of copyright.
2763 * gmon/mcount.c: Likewise.
2764 * gmon/sys/gmon.h: Likewise.
2765 * inet/arpa/ftp.h: Likewise.
2766 * inet/arpa/telnet.h: Likewise.
2767 * inet/arpa/tftp.h: Likewise.
2768 * inet/inet_lnaof.c: Likewise.
2769 * inet/inet_mkadr.c: Likewise.
2770 * inet/inet_net.c: Likewise.
2771 * inet/inet_netof.c: Likewise.
2772 * inet/protocols/routed.h: Likewise.
2773 * inet/protocols/rwhod.h: Likewise.
2774 * inet/protocols/talkd.h: Likewise.
2775 * inet/protocols/timed.h: Likewise.
2776 * inet/rcmd.c: Likewise.
2777 * inet/rexec.c: Likewise.
2778 * inet/ruserpass.c: Likewise.
2779 * io/fts.c: Likewise.
2780 * io/fts.h: Likewise.
2781 * login/login_tty.c: Likewise.
2782 * misc/fstab.h: Likewise.
2783 * misc/getttyent.c: Likewise.
2784 * misc/getusershell.c: Likewise.
2785 * misc/sys/queue.h: Likewise.
2786 * misc/sys/syslog.h: Likewise.
2787 * misc/syslog.c: Likewise.
2788 * misc/ttyent.h: Likewise.
2789 * misc/ttyslot.c: Likewise.
2790 * resolv/arpa/nameser.h: Likewise.
2791 * resolv/gethnamaddr.c: Likewise.
2792 * resolv/herror.c: Likewise.
2793 * resolv/inet_addr.c: Likewise.
2794 * resolv/mapv4v6addr.h: Likewise.
2795 * resolv/mapv4v6hostent.h: Likewise
2796 * resolv/nss_dns/dns-host.c: Likewise.
2797 * resolv/nss_dns/dns-network.c: Likewise.
2798 * resolv/res_comp.c: Likewise.
2799 * resolv/res_data.c: Likewise.
2800 * resolv/res_debug.c: Likewise.
2801 * resolv/res_init.c: Likewise.
2802 * resolv/res_mkquery.c: Likewise.
2803 * resolv/res_query.c: Likewise.
2804 * resolv/res_send.c: Likewise.
2805 * resolv/resolv.h: Likewise.
2806 * sysdeps/generic/div.c: Likewise.
2807 * sysdeps/generic/netinet/ip.h: Likewise.
2808 * sysdeps/generic/netinet/tcp.h: Likewise.
2809 * sysdeps/generic/paths.h: Likewise.
2810 * sysdeps/generic/prof-freq.c: Likewise.
2811 * sysdeps/generic/sys/ttydefaults.h: Likewise.
2812 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
2813 * sysdeps/gnu/netinet/tcp.h: Likewise.
2814 * sysdeps/ieee754/support.c: Likewise.
2815 * sysdeps/mach/hurd/sys/param.h: Likewise.
2816 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
2817 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
2818 * sysdeps/unix/bsd/sun/sunos4/sys/ttydefaults.h: Likewise.
2819 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
2820 * sysdeps/unix/sysv/linux/netinet/if_ether.h: Likewise.
2821 * sysdeps/unix/sysv/linux/netinet/igmp.h: Likewise.
2822 * sysdeps/unix/sysv/linux/netinet/ip.h: Likewise.
2823 * sysdeps/unix/sysv/linux/paths.h: Likewise.
2824 * sysdeps/unix/sysv/linux/sys/quota.h: Likewise.
2825 * sysdeps/unix/sysv/linux/sys/ttydefaults.h: Likewise.
2826 * sysdeps/vax/DEFS.h: Likewise.
2827 * termios/sys/ttychars.h: Likewise.
2828 * misc/daemon.c: Likewise. Call fork.
2829
2830 * grp/fgetgrent.c (buffer): Make file local variable.
2831 (free_mem): New function. Call for malloc debugging.
2832
2833 * grp/tst_fgetgrent.c (write_users): Correctly generate long line.
2834
2835 1999-06-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2836
2837 * grp/Makefile: Add rules for tst_fgetgrent.
2838
2839 * grp/tst_fgetgrent.c: Rewritten to read only one file.
2840
2841 * grp/tst_fgetgrent.sh: New file.
2842
2843 1999-06-08 Ulrich Drepper <drepper@cygnus.com>
2844
2845 * grp/Makefile (tests): Add tst_fgetgrent.
2846 * grp/tst_fgetgrent.c: New file.
2847 Patches by Andreas Jaeger <aj@arthur.rhein-neckar.de>.
2848
2849 1999-06-07 Roland McGrath <roland@baalperazim.frob.com>
2850
2851 * db2/os/os_oflags.c (__db_oflags): Fix checking of O_ACCMODE bits to
2852 be POSIX compliant. Prior definition was broken for Hurd.
2853 Reported by Mark Kettenis <kettenis@gnu.org>.
2854
2855 1999-06-08 Ulrich Drepper <drepper@cygnus.com>
2856
2857 * ctype/ctype.h: Protect __tobody code by __extension__.
2858
2859 1999-06-07 Ulrich Drepper <drepper@cygnus.com>
2860
2861 * grp/fgetgrent.c (fgetgrent): Remember position of stream before
2862 reading and reset in case the buffer was too small.
2863
2864 * grp/fgetgrent_r.c (__fgetgrent_r): Set errno to ENOENT in case
2865 of EOF.
2866
2867 1999-06-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2868
2869 * sysdeps/unix/sysv/linux/if_index.c: Use SIGIOCGIFINDEX and fix
2870 another SIOGIFNAME typo.
2871
2872 1999-06-07 Ulrich Drepper <drepper@cygnus.com>
2873
2874 * elf/dl-lookup.c: Remove duplicated assert.h inclusion.
2875
2876 * sysdeps/generic/printf_fphex.c (__printf_fphex): Optimize a little
2877 bit.
2878
2879 1999-06-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2880
2881 * sysdeps/generic/printf_fphex.c (__printf_fphex): Don't ignore
2882 the precision if the mantissa is zero.
2883
2884 1999-06-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2885
2886 * manual/lang.texi (Floating Point Parameters): GCC already
2887 supports long double for a long time.
2888
2889 1999-06-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2890
2891 * math/libm-test.c (j0_test, j1_test, jn_test, y0_test, y1_test,
2892 yn_test): Increase some epsilons.
2893
2894 1999-06-07 Ulrich Drepper <drepper@cygnus.com>
2895
2896 * sysdeps/unix/sysv/linux/sys/sysmacros.h (makedev): Handle signed
2897 parameters.
2898
2899 1999-06-06 Ulrich Drepper <drepper@cygnus.com>
2900
2901 * sysdeps/unix/sysv/linux/kernel-features.h: Define
2902 __ASSUME_SIOCGIFNAME for kernel >= 2.1.50.
2903 * sysdeps/unix/sysv/linux/if_index.c: Correct typo (SIOGIFNAME ->
2904 SIOCGIFNAME) and use __ASSUME_SIOCGIFNAME.
2905
2906 * sysdeps/libm-ieee754/w_j0.c: Remove __ from symbol definitions.
2907 * sysdeps/libm-ieee754/w_j0f.c: Likewise.
2908 * sysdeps/libm-ieee754/w_j0l.c: Likewise.
2909 * sysdeps/libm-ieee754/w_j1.c: Likewise.
2910 * sysdeps/libm-ieee754/w_j1f.c: Likewise.
2911 * sysdeps/libm-ieee754/w_j1l.c: Likewise.
2912 * sysdeps/libm-ieee754/w_jn.c: Likewise.
2913 * sysdeps/libm-ieee754/w_jnf.c: Likewise.
2914 * sysdeps/libm-ieee754/w_jnl.c: Likewise.
2915
2916 * stdio-common/vfprintf.c: Correct typos.
2917
2918 * math/libm-test.c (jn_test): Adjust delta.
2919 (y1_test): Likewise.
2920 (yn_test): Likewise.
2921
2922 * elf/do-lookup.h: It should never happen that if we expect a versioned
2923 symbol from a file the file has no version table. This should have
2924 been checked in dl-version.c.
2925 * elf/dl-lookup.c: Include assert.h.
2926
2927 * sysdeps/unix/sysv/linux/i386/sigaction.c: Correct restorer
2928 function handling.
2929
2930 * sysdeps/unix/sysv/linux/i386/sigaction.c (SA_RESTORER): New #define.
2931
2932 1999-06-06 Andi Kleen <ak@muc.de>
2933
2934 * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Set
2935 SA_RESTORER flag.
2936
2937 1999-06-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2938
2939 * math/libm-test.c (yn_test): Change one delta.
2940 (jn_test): Likewise.
2941 (j1_test): Likewise.
2942 (y0_test): Likewise.
2943
2944 1999-06-06 Ulrich Drepper <drepper@cygnus.com>
2945
2946 * malloc/malloc.c: Introduce local variable __libc_getpagesize to
2947 avoid multiple calls to getpagesize() which might be a syscall.
2948
2949 1999-06-06 Philip Blundell <philb@gnu.org>
2950
2951 * stdio-common/tstscanf.c (main): Test the half-word format "%hd".
2952
2953 1999-06-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2954
2955 * manual/install.texi (Running make install): Correct typo in
2956 dynamic linker invocation.
2957
2958 1999-06-05 Philip Blundell <philb@gnu.org>
2959
2960 * sysdeps/arm/dl-machine.h (elf_machine_load_address): Fix
2961 problems with GOT addressing.
2962
2963 1999-06-05 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
2964
2965 * malloc/malloc.c (check_action): Change into bitmap so that both
2966 diagnostic and abort can be requested by setting it to 3.
2967 (mALLOC_SET_STATe): Disable malloc checking if necessary.
2968
2969 1999-06-03 Ulrich Drepper <drepper@cygnus.com>
2970
2971 * configure.in: Few changes for HPUX.
2972
2973 * scripts/config.guess: Update from latest version.
2974 * scripts/config.sub: Likewise.
2975
2976 1999-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2977
2978 * Makerules: Set LC_ALL explicitly to archieve correct sorting of
2979 map files. Closes PR libc/1147.
2980
2981 1999-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2982
2983 * math/libm-test.c (main): Add new test functions.
2984 (jn_test): New tests.
2985 (j1_test): Add some more tests.
2986 (j0_test): Add some more tests.
2987 (y0_test): Add some more tests.
2988 (y1_test): Add some more tests.
2989
2990 1999-06-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2991
2992 * sysdeps/libm-ieee754/e_j0.c (__ieee754_y0): Fix array indices.
2993 Patch by mhagger@dera.gov.uk [PR libc/1145].
2994
2995 * math/libm-test.c (y1_test): New tests.
2996 (y0_test): Likewise.
2997 (j1_test): Likewise.
2998 (j0_test): Likewise.
2999 (main): Added new tests.
3000
3001 1999-06-02 Jakub Jelinek <jj@ultra.linux.cz>
3002
3003 * stdlib/longlong.h: Define UDIV_TIME on sparc64.
3004 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: New file.
3005 * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: New file.
3006 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: New file.
3007 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: New file.
3008 * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: New file.
3009
3010 1999-06-02 David S. Miller <davem@redhat.com>
3011
3012 * nscd/nscd_gethst_r.c (nscd_gethst_r): Align the h_addr_list
3013 pointers properly.
3014
3015 1999-06-02 Ulrich Drepper <drepper@cygnus.com>
3016
3017 * sysdeps/unix/sysv/linux/i386/sigaction.c: Read kernel-features.h
3018 and elide compatibility code if possible.
3019
3020 1999-06-01 Ulrich Drepper <drepper@cygnus.com>
3021
3022 * manual/llio.texi: Remove menu entry for removed section.
3023
3024 1999-05-29 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3025
3026 * sysdeps/unix/sysv/linux/sigaction.c: Fix typo and avoid unused
3027 variables.
3028
3029 1999-06-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3030
3031 * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_DDCMP): Add it
3032 (from Linux 2.3.4).
3033
3034 1999-05-30 Ulrich Drepper <drepper@cygnus.com>
3035
3036 * inet/netinet/in.h: Mark ntoh* and hton* as constant functions.
3037
3038 1999-05-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3039
3040 * manual/stdio.texi: Fix some typos.
3041
3042 1999-05-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3043
3044 * malloc/malloc.h: Properly handle future GCC versions.
3045
3046 1999-05-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3047
3048 * sysdeps/unix/sysv/linux/configure.in: Change version checks to
3049 use AC_EGREP_CPP. Change sed pattern to not use alternation. Fix
3050 text of error message.
3051
3052 * aclocal.m4 (GLIBC_PROVIDES): Define AC_LANG to `C'.
3053
3054 1999-05-29 Ulrich Drepper <drepper@cygnus.com>
3055
3056 * manual/filesys.texi: Extend (f)truncate documentation.
3057 * manual/llio.texi: Remove duplicate (f)truncate definition.
3058
3059 1999-05-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3060
3061 * manual/stdio.texi (Formatted Output Functions): Mention
3062 semantics of snprintf in glibc 2.0.
3063 Reported by Ben Pfaff <pfaffben@msu.edu>.
3064
3065 1999-05-29 Ulrich Drepper <drepper@cygnus.com>
3066
3067 * include/features.h (__GLIBC_MINOR__): Bump to 2.
3068
3069 1999-05-27 Ulrich Drepper <drepper@cygnus.com>
3070
3071 * math/libm-test.c: Adjust a few more deltas for the poor ARM
3072 FPU emulator.
3073
3074 1999-05-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3075
3076 * configure.in: Fix typo.
3077
3078 1999-05-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3079
3080 * manual/socket.texi (Host Names): Remove statement that h_errno
3081 needs to be declared since this isn't true anymore.
3082 Closes PR libc/1138.
3083
3084 1999-05-26 Ulrich Drepper <drepper@cygnus.com>
3085
3086 * config.h.in: Add __LINUX_KERNEL_VERSION.
3087 * configure.in: Recognize --enable-kernel.
3088 * sysdeps/unix/sysv/linux/configure.in: Check for correct kernel
3089 headers if --enable-kernel is given and set __LINUX_KERNEL_VERSION
3090 appropriately.
3091 * sysdeps/unix/sysv/linux/init-first.c: If minimal kernel version is
3092 given perform runtime test.
3093
3094 * sysdeps/unix/sysv/linux/kernel-features.h: New file.
3095 * sysdeps/unix/sysv/linux/getcwd.c: Elide compatibility code if
3096 minimal supported kernel is known to have the feature.
3097 * sysdeps/unix/sysv/linux/poll.c: Likewise.
3098 * sysdeps/unix/sysv/linux/pread.c: Likewise.
3099 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3100 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3101 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3102 * sysdeps/unix/sysv/linux/seteuid.c: Likewise.
3103 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3104 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3105 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3106 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
3107 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
3108 * sysdeps/unix/sysv/linux/i386/pread.c: Likewise.
3109 * sysdeps/unix/sysv/linux/i386/pread64.c: Likewise.
3110 * sysdeps/unix/sysv/linux/i386/pwrite.c: Likewise.
3111 * sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise.
3112
3113 * sysdeps/unix/sysv/linux/sysctl.c: Add __sysctl alias.
3114
3115 1999-05-25 Ulrich Drepper <drepper@cygnus.com>
3116
3117 * sysdeps/posix/getcwd.c (__getcwd): Fix potential memory leaks.
3118
3119 1999-05-26 Jakub Jelinek <jj@ultra.linux.cz>
3120
3121 * stdlib/longlong.h (add_ssaaaa, sub_ddmmss, umul_ppmm):
3122 Optimized sparc64 routines.
3123
3124 1999-05-25 Ulrich Drepper <drepper@cygnus.com>
3125
3126 * stdio-common/vfprintf.c (vfprintf): Don't handle long numbers if
3127 they are the same as ints.
3128 * stdio-common/vfscanf.c (_IO_vfscanf): Likewise.
3129
3130 * version.h (VERSION): Bump to 2.1.90.
3131 (RELEASE): Mark as development.
3132
3133 * stdio-common/vfprintf.c (vfprintf): Don't implement special
3134 handling for long long if it is the same as long.
3135 * stdio-common/vfscanf.c (_IO_vfscanf): Likewise.
3136
3137 * stdlib/strtol.c: Moved to ...
3138 * sysdeps/generic/strtol.c: ...here.
3139 * stdlib/strtoul.c: Moved to ...
3140 * sysdeps/generic/strtoul.c: ...here.
3141 * stdlib/strtoll.c: Moved to ...
3142 * sysdeps/generic/strtoll.c: ...here.
3143 * stdlib/strtoull.c: Moved to ...
3144 * sysdeps/generic/strtoull.c: ...here.
3145 * stdlib/strtol_l.c: Moved to ...
3146 * sysdeps/generic/strtol_l.c: ...here.
3147 * stdlib/strtoul_l.c: Moved to ...
3148 * sysdeps/generic/strtoul_l.c: ...here.
3149 * stdlib/strtoll_l.c: Moved to ...
3150 * sysdeps/generic/strtoll_l.c: ...here.
3151 * stdlib/strtoull_l.c: Moved to ...
3152 * sysdeps/generic/strtoull_l.c: ...here.
3153
3154 * sysdeps/wordsize-64/strtol.c: New file.
3155 * sysdeps/wordsize-64/strtoul.c: New file.
3156 * sysdeps/wordsize-64/strtoll.c: New file.
3157 * sysdeps/wordsize-64/strtoull.c: New file.
3158 * sysdeps/wordsize-64/strtol_l.c: New file.
3159 * sysdeps/wordsize-64/strtoul_l.c: New file.
3160 * sysdeps/wordsize-64/strtoll_l.c: New file.
3161 * sysdeps/wordsize-64/strtoull_l.c: New file.
3162
3163 * wcsmbs/wcstol.c: Moved to ...
3164 * sysdeps/generic/wcstol.c: ...here.
3165 * wcsmbs/wcstoul.c: Moved to ...
3166 * sysdeps/generic/wcstoul.c: ...here.
3167 * wcsmbs/wcstoll.c: Moved to ...
3168 * sysdeps/generic/wcstoll.c: ...here.
3169 * wcsmbs/wcstoull.c: Moved to ...
3170 * sysdeps/generic/wcstoull.c: ...here.
3171 * wcsmbs/wcstol_l.c: Moved to ...
3172 * sysdeps/generic/wcstol_l.c: ...here.
3173 * wcsmbs/wcstoul_l.c: Moved to ...
3174 * sysdeps/generic/wcstoul_l.c: ...here.
3175 * wcsmbs/wcstoll_l.c: Moved to ...
3176 * sysdeps/generic/wcstoll_l.c: ...here.
3177 * wcsmbs/wcstoull_l.c: Moved to ...
3178 * sysdeps/generic/wcstoull_l.c: ...here.
3179
3180 * sysdeps/wordsize-64/wcstol.c: New file.
3181 * sysdeps/wordsize-64/wcstoul.c: New file.
3182 * sysdeps/wordsize-64/wcstoll.c: New file.
3183 * sysdeps/wordsize-64/wcstoull.c: New file.
3184 * sysdeps/wordsize-64/wcstol_l.c: New file.
3185 * sysdeps/wordsize-64/wcstoul_l.c: New file.
3186 * sysdeps/wordsize-64/wcstoll_l.c: New file.
3187 * sysdeps/wordsize-64/wcstoull_l.c: New file.
3188
3189 1999-05-24 Jakub Jelinek <jj@ultra.linux.cz>
3190
3191 * sysdeps/sparc/bits/wordsize.h: New file.
3192 * sysdeps/sparc/fpu/bits/fenv.h: New file.
3193 * sysdeps/sparc/fpu/fpu_control.h: New file.
3194 * sysdeps/sparc/gmp-mparam.h: New file.
3195
3196 * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Remove.
3197 * sysdeps/sparc/sparc32/fpu/fpu_control.h: Remove.
3198 * sysdeps/sparc/sparc64/bits/wordsize.h: Remove.
3199 * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Remove.
3200 * sysdeps/sparc/sparc64/fpu/fpu_control.h: Remove.
3201 * sysdeps/sparc/sparc64/gmp-mparam.h: Remove.
3202
3203 * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h: New file.
3204 * sysdeps/unix/sysv/linux/sparc/bits/types.h: New file.
3205 * sysdeps/unix/sysv/linux/sparc/bits/statfs.h: New file.
3206 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h: New file.
3207
3208 * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: Remove.
3209 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Remove.
3210 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Remove.
3211 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Remove.
3212 * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: Remove.
3213
3214 1999-05-24 Ulrich Drepper <drepper@cygnus.com>
3215
3216 * login/openpty.c (openpty): Make sure pty does not because
3217 controlling TTY.
3218
3219 * ctype/ctype.h: Don't optimize toupper/tolower for C++.
3220
3221 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>
3222
3223 * hurd/set-host.c (_hurd_set_host_config): Use mode 0644, not 0600.
3224 Do proper error return.
3225
3226 1999-05-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3227
3228 * malloc/malloc.h: Add __THROW for __MALLOC_P to synch with usage
3229 of __P in the rest of glibc; define __MALLOC_PMT and use it.
3230 Reported by Stephan Kulow <coolo@kde.org>.
3231
3232 1999-05-23 Ulrich Drepper <drepper@cygnus.com>
3233
3234 * sysdeps/alpha/fpu/bits/fenv.h: Pretty print.
3235
3236 * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Remove unneeded #if.
3237
3238 1999-05-22 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3239
3240 * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Prepend __ to member
3241 names to protect from user's macro namespace.
3242 * sysdeps/arm/fpu/bits/fenv.h (fenv_t): Likewise.
3243 * sysdeps/generic/bits/fenv.h (fexcept_t, fenv_t): Likewise.
3244 * sysdeps/i386/fpu/bits/fenv.h (fenv_t): Likewise.
3245 * sysdeps/mips/bits/fenv.h (fenv_t): Likewise.
3246 * sysdeps/m68k/fpu/feholdexcpt.c, sysdeps/m68k/fpu/fesetenv.c:
3247 Adapted.
3248 * sysdeps/arm/fpu/fegetenv.c, sysdeps/arm/fpu/feholdexcpt.c,
3249 sysdeps/arm/fpu/fesetenv.c: Likewise.
3250 * sysdeps/i386/fpu/fclrexcpt.c, sysdeps/i386/fpu/feholdexcpt.c,
3251 sysdeps/i386/fpu/fesetenv.c, sysdeps/i386/fpu/fraiseexcpt.c,
3252 sysdeps/i386/fpu/fsetexcptflg.c: Likewise.
3253 * sysdeps/mips/fesetenv.c: Likewise.
3254
3255 1999-05-22 Roland McGrath <roland@baalperazim.frob.com>
3256
3257 * sysdeps/generic/bits/sigstack.h (enum SS_*): Remove trailing comma.
3258
3259 1999-05-20 Ulrich Drepper <drepper@cygnus.com>
3260
3261 * configure.in: Recognize and allow gcc 2.95.
3262
3263 1999-05-19 Jakub Jelinek <jj@ultra.linux.cz>
3264
3265 * sysdeps/generic/bits/elfclass.h: Version common to
3266 wordsize-32 and wordsize-64.
3267 * sysdeps/generic/bits/environments.h: Ditto.
3268 * sysdeps/generic/stdint.h: Ditto.
3269 * sysdeps/generic/inttypes.h: Ditto.
3270
3271 * sysdeps/generic/bits/wordsize.h: New file.
3272 * stdlib/Makefile: Add bits/wordsize.h to headers.
3273
3274 * sysdeps/sparc/sparc64/bits/wordsize.h: New file.
3275
3276 * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Allow the same exported
3277 headers to be used for 32bit and 64bit ABI compilations.
3278 * sysdeps/sparc/sparc64/fpu/fpu_control.h: Ditto.
3279 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Ditto.
3280 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Ditto.
3281 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Ditto.
3282 * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: Ditto.
3283
3284 * sysdeps/wordsize-64/bits/elfclass.h: Remove.
3285 * sysdeps/wordsize-64/bits/environments.h: Remove.
3286 * sysdeps/wordsize-64/stdint.h: Remove.
3287 * sysdeps/wordsize-64/inttypes.h: Remove.
3288 * sysdeps/wordsize-64/bits/wordsize.h: New file.
3289
3290 * sysdeps/wordsize-32/bits/elfclass.h: Remove.
3291 * sysdeps/wordsize-32/bits/environments.h: Remove.
3292 * sysdeps/wordsize-32/stdint.h: Remove.
3293 * sysdeps/wordsize-32/inttypes.h: Remove.
3294 * sysdeps/wordsize-32/bits/wordsize.h: New file.
3295
3296 1999-05-19 Jakub Jelinek <jj@ultra.linux.cz>
3297
3298 * sysdeps/sparc/sparc64/memcpy.S (__align_cpy_4, __align_cpy_8,
3299 __align_cpy_16): New functions.
3300 (__align_cpy_2, __align_cpy_1): New aliases to memcpy.
3301
3302 * sysdeps/sparc/sparc32/Versions: New file.
3303 * sysdeps/sparc/sparc64/Versions: New file.
3304 * sysdeps/sparc/Versions: Remove.
3305
3306 1999-05-19 Jakub Jelinek <jj@ultra.linux.cz>
3307
3308 * sysdeps/unix/sysv/linux/configure.in:
3309 On sparc64-*-linux*, set slibdir to /lib64 if prefix
3310 is /usr, plus set libdir to ${exec_prefix}/lib64.
3311 * sysdeps/unix/sysv/linux/configure: Regenerated.
3312 * config.make.in: Propagate libdir settings from configure
3313 to the Makefiles.
3314 * shlib-versions: sparc64-*-linux* dynamic linker is
3315 /lib64/ld-linux.so.2.
3316
3317 1999-05-18 Thorsten Kukuk <kukuk@suse.de>
3318
3319 * nis/nis_lookup.c (nis_lookup): If we run out of memory, close
3320 RPC connection.
3321
3322 1999-05-18 Jakub Jelinek <jj@ultra.linux.cz>
3323
3324 * sysdeps/sparc/sparc64/rawmemchr.S: New file.
3325 * sysdeps/sparc/sparc32/sparcv9/rawmemchr.S: New file.
3326
3327 * sysdeps/sparc/sparc64/memchr.S: Fix if the second argument
3328 contains garbage in bits 8-63.
3329 * sysdeps/sparc/sparc64/memset.S: Ditto.
3330 * sysdeps/sparc/sparc64/strchr.S: Ditto.
3331
3332 1999-05-18 Ulrich Drepper <drepper@cygnus.com>
3333
3334 * sysdeps/wordsize-64/stdint.h (INTPTR_MAX): Add missing ).
3335
3336 1999-05-17 David S. Miller <davem@redhat.com>
3337
3338 * sysdeps/sparc/sparc32/atomicity.h: New file.
3339 * sysdeps/sparc/sparc32/sparcv9/atomicity.h: New file.
3340 * sysdeps/sparc/sparc64/atomicity.h: New file.
3341 * sysdeps/sparc/sparc32/sparcv9/Makefile: Add -Wa,-Av9a to
3342 sysdep-CFLAGS.
3343
3344 1999-05-18 Richard Henderson <rth@twiddle.net>
3345
3346 * sysdeps/alpha/memchr.S: Zap high byte of length. Reschedule.
3347
3348 1999-05-04 Zack Weinberg <zack@rabi.phys.columbia.edu>
3349
3350 * argp/argp.h, assert/assert.h, misc/sys/cdefs.h,
3351 posix/sys/types.h: Handle the case of __GNUC__=3,
3352 __GNUC_MINOR__=(anything).
3353
3354 1999-05-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3355
3356 * sysdeps/i386/i486/bits/string.h (rawmemchr): Remove unneccessary
3357 if _FORCE_INLINES.
3358
3359 1999-05-17 Ulrich Drepper <drepper@cygnus.com>
3360
3361 * elf/Makefile (distribute): Remove dl-origin.h.
3362 Add dl-dst.h and gen-trusted-dirs.awk.
3363
3364 1999-05-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3365
3366 * sysdeps/i386/i486/Versions: New file with inline functions from
3367 sysdeps/i386/i486/bits/string.h for now.
3368
3369 * sysdeps/i386/Versions: Add inline functions from
3370 sysdeps/i386/bits/string.h.
3371
3372 * string/Versions: Add inline functions from <bits/string2.h>.
3373
3374 * string/Makefile (routines): Add string-inlines.
3375 * string/string-inlines.c: New file, used for implementation of
3376 extern inline functions.
3377
3378 * sysdeps/i386/i486/bits/string.h: Use _FORCE_INLINES to generate
3379 non inlined versions of functions.
3380 * string/bits/string2.h: Likewise.
3381 * sysdeps/i386/bits/string.h: Likewise.
3382
3383 1999-05-17 Ulrich Drepper <drepper@cygnus.com>
3384
3385 * inet/arpa/tftp.h: Add second packed attribute.
3386
3387 1999-05-16 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
3388
3389 * malloc/malloc.c: Cleanup to bring in line with released
3390 stand-alone version `ptmalloc'. Update some comments.
3391 (internal_function): Move fallback definition so that the source
3392 compiles outside of libc, and use it in more places.
3393 (malloc_atfork): Fix when malloc_check is in use.
3394
3395 1999-05-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3396
3397 * stdlib/tst-strtod.c: Fix typo.
3398
3399 1999-05-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3400
3401 * elf/dl-close.c (_dl_close): Add cast to avoid warning about
3402 const incorrectness.
3403
3404 1999-05-16 Roland McGrath <roland@baalperazim.frob.com>
3405
3406 * sysdeps/generic/bits/termios.h (CRTSCTS): New macro.
3407
3408 1999-05-16 Thorsten Kukuk <kukuk@suse.de>
3409
3410 * sunrpc/etc.rpc: Add portmapper, rstat_svc and pcnfs.
3411 * sunrpc/key_call.c: Fix memory leak, close file handle.
3412 * nis/nis_creategroup.c: Use malloc instead of calloc,
3413 set ctime and mtime.
3414 * nis/nis_subr.c: Check for realloc result.
3415 * nis/nis_file.c: Fix memory leak.
3416 * nis/nis_table.c: Pretty print.
3417 * nis/nis_getservlist.c: Likewise.
3418 * nis/nis_ismember.c: Likewise.
3419 * nis/nis_lookup.c: Likewise.
3420 * nis/nis_ping.c: Likewise.
3421 * nis/nis_removemember.c: Likewise.
3422 * nis/nis_util.c: Likewise, check calloc result.
3423
3424 1999-05-16 Roland McGrath <roland@baalperazim.frob.com>
3425
3426 * sysdeps/unix/sysv/linux/sys/socketvar.h: Moved to ...
3427 * sysdeps/generic/sys/socketvar.h: ... here.
3428 * sysdeps/unix/sysv/linux/netinet/in_systm.h: Moved to ...
3429 * sysdeps/generic/netinet/in_systm.h: ... here.
3430 * sysdeps/unix/sysv/linux/Dist: Remove netinet/in_systm.h,
3431 sys/socketvar.h.
3432 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Likewise.
3433 * inet/Makefile (headers): Add netinet/in_systm.h here.
3434 * socket/Makefile (headers): Add sys/socketvar.h here.
3435
3436 1999-05-15 Ulrich Drepper <drepper@cygnus.com>
3437
3438 * stdlib/strtol.c: Optimize inner loop of long long versions.
3439
3440 * sysdeps/gnu/utmpx.h: Add needed type definitions according to
3441 Unix98. Add forward declaration of struct utmp.
3442
3443 1999-05-14 Ulrich Drepper <drepper@cygnus.com>
3444
3445 * nis/nis_getservlist.c (nis_getservlist): Use malloc instead of
3446 calloc.
3447
3448 * nis/nis_checkpoint.c (nis_checkpoint): Fix memory leaks.
3449 * nis/nis_addmember.c (nis_addmember): Fix memory leak. Test
3450 memory allocation results.
3451
3452 1999-05-14 Mark Kettenis <kettenis@gnu.org>
3453
3454 * sysdeps/generic/getutmp.c: Include <string.h>
3455 (getutmp): Rewrite to only copy those members that are really
3456 present in `struct utmp'.
3457 * sysdeps/generic/getutmpx.c: Likewise.
3458
3459 1999-05-14 Ulrich Drepper <drepper@cygnus.com>
3460
3461 * nss/getXXbyYY.c: Add free_mem function which disposes all
3462 statically allocated memory when debugging.
3463 * nss/getXXent.c: Likewise.
3464 * nss/nsswitch.c: Likewise.
3465
3466 1999-05-13 Ulrich Drepper <drepper@cygnus.com>
3467
3468 * sysdeps/gnu/getutmpx.c: New file.
3469 * sysdeps/gnu/getutmp.c: New file.
3470
3471 1999-05-13 H.J. Lu <hjl@gnu.org>
3472
3473 * login/Versions (getutmpx): Added to GLIBC_2.1.1.
3474 (getutmp): Likewise.
3475
3476 * sysdeps/gnu/Makefile (sysdep_routines): Add getutmp and
3477 getutmpx for login.
3478
3479 * sysdeps/gnu/utmpx.h (getutmp): Added.
3480 (getutmpx): Likewise.
3481
3482 * sysdeps/generic/getutmp.c: New file.
3483
3484 * sysdeps/generic/getutmpx.c: New file.
3485
3486 1999-05-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3487
3488 * glibcbug.in (BUGGLIBC): Change address to
3489 libc-alpha@sourceware.cygnus.com.
3490
3491 1999-05-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3492
3493 * resolv/arpa/nameser.h: Add C++ protectors.
3494
3495 1999-05-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3496
3497 * iconvdata/gconv-modules: Fix alias for CP1255. Reported by
3498 Elad Tsur <eladts@post.tau.ac.il>.
3499
3500 1999-05-11 Ulrich Drepper <drepper@cygnus.com>
3501
3502 * elf/Versions (ld.so) [GLIBC_2.1.1]: Add _dl_lazy.
3503 * elf/dl-open.c (_dl_open_worker): Only relocate newly loaded objects
3504 lazily if LD_BIND_NOW is not set.
3505 * elf/dl-support.c (_dl_lazy): New variable.
3506 (non_dynamic_init): Set _dl_lazy according to LD_BIND_NOW envvar.
3507 * elf/rtld.c (_dl_lazy): new global variable.
3508 ( dl_main): Remove lazy, replace it by _dl_lazy.
3509
3510 1999-05-06 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3511
3512 * locale/setlocale.c (new_composite_name): Check also whether the
3513 first category name differs.
3514
3515 1999-05-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3516
3517 * sysdeps/unix/sysv/linux/ftime.c: Use the bsd implementation, not
3518 the generic one.
3519
3520 1999-05-11 Philip Blundell <pb@nexus.co.uk>
3521
3522 * sysdeps/generic/bits/socket.h (struct sockaddr_storage): New
3523 structure; storage suitable for any socket address.
3524 * sysdeps/unix/sysv/linux/bits/socket.h (struct sockaddr_storage):
3525 Likewise.
3526 * sysdeps/unix/sysv/linux/mips/bits/socket.h (struct
3527 sockaddr_storage): Likewise.
3528
3529 * inet/netinet/in.h: Use ULONG_MAX not ~0 to test for a 64-bit
3530 platform.
3531
3532 1999-05-10 Ulrich Drepper <drepper@cygnus.com>
3533
3534 * hesiod/Versions: Change _nss_hesiod_getpwuid and
3535 _nss_hesiod_getgrgid to _nss_hesiod_getpwuid_r and
3536 _nss_hesiod_getgrgid_r respectively. Fixes pr libc/1115.
3537
3538 1999-05-09 Mark Kettenis <kettenis@gnu.org>
3539
3540 * hurd/get-host.c (_hurd_get_host_config): Return an empty value
3541 if the file is empty.
3542
3543 1999-05-07 Ulrich Drepper <drepper@cygnus.com>
3544
3545 * elf/do-lookup.h: Fix typo in comment.
3546
3547 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Set f_frsize to
3548 f_bsize to help some broken programs.
3549
3550 * stdio-common/tst-printf.c: Add test case for last _itoa problem.
3551
3552 * stdio-common/vfprintf.c: Fix typo.
3553
3554 1999-05-06 Ulrich Drepper <drepper@cygnus.com>
3555
3556 * elf/link.h (struct link_map): New field l_phdr_allocated.
3557 * elf/dl-load.c (_dl_map_object_from_fd): Don't depend on having
3558 the program header being part of any loaded segment. If it is not
3559 allocate memory and set l_phdr_allocated flag.
3560 * elf/dl-close.c (_dl_close): Free l_phdr if necessary.
3561
3562 * nss/digits_dots.c: Correct return value interpretation of
3563 inet_ntoa. Fix PR libc/1109.
3564
3565 1999-05-06 Zack Weinberg <zack@rabi.columbia.edu>
3566
3567 * sysdeps/sparc/sparc32/sparcv9/Dist: New file.
3568
3569 1999-05-06 Thorsten Kukuk <kukuk@suse.de>
3570
3571 * stdlib/fpioconst.c (__tens): Export also for 64bit platforms.
3572 * stdlib/fpioconst.c: Move #endif before end of struct.
3573
3574 1999-05-05 Ulrich Drepper <drepper@cygnus.com>
3575
3576 * Versions.def (ld.so): Add GLIBC_2.1.1.
3577 * elf/Makefile (routines): Add dl-origin.
3578 (tests): Add origtest. Add dependencies for the program.
3579 * elf/Versions (ld.so) [GLIBC_2.1.1]: Add _dl_origin_path,
3580 _dl_platformlen, _dl_dst_count and _dl_dst_substitute.
3581 * elf/dl-deps.c (expand_dst): New macro. Expand DSTs in filename.
3582 (_dl_map_object_deps): Use expand_dst to expand DSTs in DT_NEEDED,
3583 DT_AUXILIARY, and DT_FILTER filenames.
3584 * elf/dl-load.c (expand_dynamic_string_token): Explode into
3585 two functions and three macros.
3586 (_dl_dst_count, _dl_dst_substitute): New functions.
3587 * elf/dl-dst.h: New file.
3588 * elf/dl-open.c (_dl_open): Take extra parameter with address of
3589 caller. Pass address in args structure.
3590 (dl_open_worker): Recognize and expand DSTs in filename.
3591 * elf/ldsodefs.h (_dl_open): Adapt prototype.
3592 * elf/dlopen.c (dlopen_doit): Pass caller address to _dl_open.
3593 (__dlopen_check): Pass caller address to dlopen_doit in args.
3594 * elf/dlopendoit.c: Likewise.
3595 * iconv/gconv_dl.c: Adapt call of _dl_open.
3596 * nss/nsswitch.c: Likewise.
3597 * elf/origtest.c: New file.
3598 * sysdeps/generic/dl-origin.h: Moved to...
3599 * sysdeps/generic/dl-origin.c: ...here.
3600 * sysdeps/unix/sysv/linux/dl-origin.h: Moved to...
3601 * sysdeps/unix/sysv/linux/dl-origin.c: ...here.
3602
3603 * stdio-common/_itoa.c (_itoa): Fix special 32bit platform case
3604 with specific bases and only few bits set in second word.
3605
3606 * timezone/Makefile (install-others): Create target directory
3607 before creating tzfiles.
3608
3609 1999-05-05 Thorsten Kukuk <kukuk@suse.de>
3610
3611 * nis/nis_file.c (readColdStartFile): Allocate memory only after
3612 the file is opened successfully.
3613
3614 * nis/nis_table.c: Fix some memory leaks.
3615
3616 1999-05-04 Ulrich Drepper <drepper@cygnus.com>
3617
3618 * elf/dl-load.c (expand_dynamic_string_token): Rewrite to loose st
3619 variable.
3620
3621 * elf/dl-load.c (expand_dynamic_string_token): Recognize { }
3622 around DST. Correctly ignore ORIGIN IN SUID binaries.
3623
3624 1999-05-03 Ulrich Drepper <drepper@cygnus.com>
3625
3626 * sysdeps/generic/strtok_r.c: Use rawmemchr instead of strchr.
3627 * sysdeps/generic/strtok.c: Likewise.
3628
3629 * string/tester.c: Add test of rawmemchr.
3630
3631 * sysdeps/i386/bits/select.h (__FD_ZERO): Remove memory output
3632 specification. It's not necessary.
3633
3634 * elf/Makefile (trusted-dirs.st): Use gen-trusted-dirs.awk.
3635 * elf/gen-trusted-dirs.awk: New file.
3636 * elf/dl-load.c (systems_dirs): Moved into file scope. Initialize
3637 from SYSTEM_DIRS macro.
3638 (system_dirs_len): New variable. Contains lengths of system_dirs
3639 strings.
3640 (fillin_rpath): Rewrite for systems_dirs being a simple string.
3641 Improve string comparisons. Change parameter trusted to be a flag.
3642 Change all callers.
3643 (_dt_init_paths): Improve using new format for system_dirs.
3644
3645 * elf/dl-load.c (expand_dynamic_string_token): Don't expand
3646 $ORIGIN for SUID binaries.
3647
3648 * sysdeps/unix/sysv/linux/arm/Dist: Add sigrestorer.S.
3649
3650 1999-05-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3651
3652 * sunrpc/Makefile: Generate dependencies for all flavors of
3653 librpcsvc objects.
3654 (rpcgen-cmd): Pass -Y flag here and remove it from the macro
3655 invocations.
3656
3657 1999-05-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3658
3659 * elf/dlopenold.c: Move #if down after includes to get
3660 dependencies right.
3661
3662 1999-05-01 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3663
3664 * sysdeps/generic/bzero.c: Undefine __bzero.
3665
3666 1999-05-02 Ulrich Drepper <drepper@cygnus.com>
3667
3668 * sysdeps/unix/sysv/linux/netax25/ax25.h: Update from kernel header.
3669 * sysdeps/unix/sysv/linux/netrom/netrom.h: Likewise.
3670 * sysdeps/unix/sysv/linux/netrose/rose.h: Likewise.
3671 Patch by Craig Small <csmall@scooter.eye-net.com.au>.
3672
3673 * sysdeps/posix/getaddrinfo.c (gaih_inet_serv): Change fourth
3674 parameter to struct gaih_servtuple *. Adapt appropriately.
3675 (gaih_inet): Use alloca to allocate room for gaih_inet_serv calls.
3676 This fixes a memory leak.
3677 Reported by Mikolaj J. Habryn <dichro-glibcbug@rcpt.to>.
3678
3679 * sysdeps/unix/sysv/linux/sys/procfs.h: Remove greg_t, gregset_t,
3680 and fpregset_t definition. They are defined in ucontext.h.
3681
3682 1999-04-14 Scott Bambrough <scottb@netwinder.org>
3683
3684 * sysdeps/unix/sysv/linux/arm/net/ethernet.h: struct ether_addr
3685 and struct ether_header must be packed on the ARM. The default
3686 alignment constraints add padding to the end of the structures.
3687
3688 1999-04-14 Scott Bambrough <scottb@netwinder.org>
3689
3690 * inet/arpa/tftp.h: struct tftphdr must be packed on the ARM. The
3691 default alignment constraints add padding to the end of the
3692 structure and between members.
3693
3694 1999-05-02 Ulrich Drepper <drepper@cygnus.com>
3695
3696 * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
3697 _dl_cache_libcmp instead of strcmp.
3698
3699 * sysdeps/generic/glob.c (glob_in_dir): It's no error if opendir
3700 fails on a file.
3701 Reported by Sergei Ivanov <svivanov@pdmi.ras.ru> [PR libc/1032].
3702
3703 1998-03-30 Joel Klecker <espy@debian.org>
3704
3705 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile
3706 (sysdep-others,install-bin): Add lddlibc4.
3707
3708 1999-05-02 H.J. Lu <hjl@gnu.org>
3709
3710 * timezone/zic.c (dolink): Remove the symlink destination first.
3711
3712 * catgets/open_catalog.c (__open_catalog): Set catalog->status
3713 to "nonexisting" if failed to open the file.
3714
3715 1999-05-01 Ulrich Drepper <drepper@cygnus.com>
3716
3717 * string/bits/string2.h: Only use __builtin_memset for egcs 1.1 and
3718 gcc3.
3719
3720 * sysdeps/i386/i486/bits/string.h: Don't use and define __memset_gg.
3721 Prevent warnings from multiplication with 0x01010101 by another cast.
3722
3723 1999-04-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3724
3725 * string/bits/string2.h (memset): Revert to previous version if
3726 unaligned writes are not available.
3727
3728 1999-04-30 Ulrich Drepper <drepper@cygnus.com>
3729
3730 * sysdeps/i386/i486/bits/string.h (__memset_gc): Help generating
3731 better code in presence of the asm.
3732
3733 1999-04-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3734
3735 * stdlib/fmtmsg.c (keywords): Increase array size for faster
3736 indexing.
3737
3738 * locale/localeinfo.h (_nl_category_names): Increase array element
3739 size for faster indexing.
3740 * locale/setlocale.c (_nl_category_names): Adjusted.
3741
3742 1999-04-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3743
3744 * iconv/gconv_conf.c (add_alias): Remove wrong cast.
3745
3746 1999-05-01 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3747
3748 * sysdeps/m68k/stackinfo.h: New file.
3749
3750 1999-04-30 Ulrich Drepper <drepper@cygnus.com>
3751
3752 * string/tester.c (test_strchrnul): New function.
3753 (test_memset): Test one more special case.
3754
3755 * sysdeps/i386/strchrnul.S: Fix bugs which lead to wrong results in
3756 25% of all cases.
3757
3758 * sysdeps/i386/i486/bits/string.h: Replace __uintXX_t types with
3759 base types.
3760
3761 * string/bits/string2.h: Fix bugs I introduced in last change.
3762
3763 * sysdeps/i386/i486/bits/string.h (memcmp): Don't introduce partial
3764 register stall.
3765 Extend memset optimization.
3766 Correct i686 version of memchr.
3767
3768 1999-04-30 Roland McGrath <roland@baalperazim.frob.com>
3769
3770 * sysdeps/i386/bzero.c: Add #undef __bzero.
3771
3772 * hurd/hurdinit.c (_hurd_new_proc_init): Don't do initial SIGTRAP if
3773 EXEC_SIGTRAP was set in the incoming exec flags--that indicates the
3774 exec server simulated a SIGTRAP before we even started up, so gdb is
3775 already happy.
3776
3777 1999-04-30 Ulrich Drepper <drepper@cygnus.com>
3778
3779 * nss/digits_dots.c: Always initialize not_ok.
3780
3781 1999-04-30 09:02 -0400 Zack Weinberg <zack@rabi.columbia.edu>
3782
3783 * string/bits/string2.h (memset): Avoid arithmetic overflow at
3784 compile time, which produces obnoxious warnings. If GCCv2 is
3785 in use, map __bzero to __builtin_memset to enable that
3786 optimization.
3787
3788 1999-04-29 Ulrich Drepper <drepper@cygnus.com>
3789
3790 * string/bits/string2.h: Add more memset optimizations.
3791
3792 * resolv/inet_addr.c (inet_aton): Optimize switch statement away.
3793
3794 * resolv/inet_pton.c (inet_pton4): Little optimizations.
3795 (inet_pton6): Likewise.
3796
3797 * nss/getXXbyYY_r.c: Include assert.h.
3798 * nss/getXXbyYY.c: Likewise.
3799
3800 1999-04-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3801
3802 * termios/tcgetsid.c (tcgetsid): Rename variable to
3803 tiocgsid_does_not_work.
3804
3805 1999-04-29 Ulrich Drepper <drepper@cygnus.com>
3806
3807 * inet/getnameinfo.c (nrl_domainname): Fix last patch.
3808
3809 1999-04-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3810
3811 * nss/digits_dots.c: Use inet_aton to parse IPv4 numbers.
3812 This allows e.g. gethostbyname to accept "10.1234".
3813 Reported by Alexander V. Lukyanov <lav@long.yar.ru> [PR libc/1096].
3814
3815 * nss/test-netdb.c (test_hosts): Add test for gethostbyname and
3816 non quad IPv4 numbers.
3817
3818 1999-04-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3819
3820 * resolv/res_hconf.c (_res_hconf_init): Remove unused variable end.
3821
3822 1999-04-28 Ulrich Drepper <drepper@cygnus.com>
3823
3824 * argp/argp-ba.c (argp_program_bug_address): Don't initialize with 0.
3825 * argp/argp-parse.c (_argp_hang): Likewise.
3826 * argp/argp-pv.c (argp_program_version): Likewise.
3827 * argp/argp-pvh.c (argp_program_version_hook): Likewise.
3828 * inet/ether_hton.c (ether_hton, startp): Likewise.
3829 * inet/ether_ntoh.c (ether_ntoh, startp): Likewise.
3830 * inet/getnetgrent_r.c (setup, startp): Likewise.
3831 * intl/loadmsgcat.c (_nl_msg_cat_cntr): Likewise.
3832 * intl/localealias.c (string_space, string_space_act, string_space_max,
3833 nmap, maxmap): Likewise.
3834 * libio/iopopen.c (proc_file_chain): Likewise.
3835 * libio/oldiopopen.c (old_proc_file_chain): Likewise.
3836 * locale/lc-collate.c (__collate_table, __collate_extra,
3837 __collate_element_hash, __collate_element_strings,
3838 __collate_element_values): Likewise.
3839 * malloc/mcheck.c (mcheck_used): Likewise.
3840 * malloc/mtrace.c (added_atexit_handler): Likewise.
3841 * malloc/set-freeres.c (already_called): Likewise.
3842 * misc/getpass.c (getpass) [buf, bufsize]: Likewise.
3843 * misc/syslog.c (LogStat, LogTag): Likewise.
3844 * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Likewise.
3845 * nss/getXXbyYY_r.c (startp): Likewise.
3846 * posix/getopt.c (optarg, __getopt_initialized): Likewise.
3847 * posix/regex.c (init_syntax_once) [done]: Likewise.
3848 (debug): Likewise.
3849 * string/strfry.c (init): Likewise.
3850 * sunrpc/svc_run.c (svc_top): Likewise.
3851 * posix/euidaccess.c (have_ids): Likewise.
3852 * sysdeps/unix/sysv/linux/poll.c (must_emulate): Likewise.
3853 * sysdeps/unix/sysv/linux/ttyname.c (__ttyname, namelen): Likewise.
3854 * time/getdate.c (getdate_err): Likewise.
3855 * time/tzfile.c (transitions, type_idxs, types, zone_names, leaps):
3856 Likewise.
3857 * time/tzset.c (old_tz, is_initialized): Likewise.
3858
3859 * inet/getnameinfo.c (nrl_domainname): Rewrite to allow initialization
3860 of static data with zero.
3861 * signal/allocrtsig.c (init): Likewise.
3862
3863 * string/Makefile (routines): Add strchrnul.
3864 * string/Versions [GLIBC_2.1.1]: Add strchrnul.
3865 * string/string.c: Add strchrnul prototype.
3866 * include/string.h: Add __strchrnul prototype.
3867 * sysdeps/generic/strchrnul.c: New file.
3868 * sysdeps/i386/strchrnul.S: New file.
3869 * sysdeps/i386/bits/string.c: Add strchrnul optimization.
3870 * sysdeps/i386/i486/bits/string.c: Likewise.
3871 * argp/argp-help.c (argp_args_usage): Use __strchrnul.
3872 * inet/ether_line.c (ether_line): Likewise.
3873 * nscd/nscd_conf.c (nscd_parse_file): Likewise.
3874 * nss/nsswitch.c (nss_parse_file): Likewise.
3875 * posix/execvp.c (execvp): Likewise.
3876 * posix/fnmatch.c (internal_fnmatch): Likewise.
3877 * resolv/res_hconf.c (_res_hconv_init): Likewise.
3878 * resolv/res_init.c (res_init): Likewise.
3879 * stdlib/fmtmsg.c (init): Likewise.
3880 * stdlib/getsubopt.c (getsubopt): Likewise.
3881
3882 * catgets/catgets.c (catopen): Only allocate one memory block.
3883 (catclose): Only one free call necessary.
3884
3885 * catgets/open_catalog.c (__open_catalog): Simplify handling of
3886 file descriptor.
3887
3888 * ctype/ctype-extn.c: Make __toascii_l and __isascii_l alias instead
3889 of real functions. Simplify _tolower and _toupper.
3890
3891 * grp/initgroups.c (compat_call): Remove unnecessary use of pointer
3892 variable.
3893
3894 * iconv/gconv.h (struct gconv_info): Change data element from pointer
3895 to array of size 0.
3896 * iconv/gconv_open.c (__gconv_open): Allocate structures accordingly.
3897 * iconv/gconv_close.c (__gconv_close): Don't free data.
3898
3899 * iconv/gconv_conf.c (add_alias): Avoid searching in tree twice to
3900 insert new alias.
3901
3902 * iconv/gconv_db.c (add_derivation): More efficient copying. Check
3903 for error while inserting in tree.
3904
3905 * include/time.h: Pretty print.
3906
3907 * inet/ruserpass.c: Rewrite use of toktab to avoid string pointers
3908 in table and lots of relocations.
3909 * posix/regex.c (regerror): Rewrite use of re_error_msgid to avoid
3910 string pointers in table and lots of relocations.
3911
3912 * intl/finddomain.c: Remove definition of strchr macro.
3913
3914 * io/ftw.c (nftw_arr, ftw_arr): Make const.
3915
3916 * locale/loadlocale.c (_nl_load_locale): Optimize string copying.
3917
3918 * locale/localeinfo.h (_nl_category_names): Change into an array with
3919 fixed width char string elements.
3920 * locale/setlocale.c (_nl_category_names): Likewise.
3921 (_nl_current): Make global.
3922 * locale/nl_langinfo.c (nldata): Removed. Use _nl_current now.
3923
3924 * malloc/Makefile (distribute): Add stackinfo.h.
3925 * sysdeps/generic/stackinfo.h: New file.
3926 * sysdeps/i386/stackinfo.h: New file.
3927 * posix/execl.c: Use stackinfo.h in optimizing alloca use.
3928 * posix/execle.c: Likewise.
3929 * posix/execlp.c: Likewise.
3930
3931 * nis/nis_table.c (__create_ib_request): Always use realloc.
3932
3933 * posix/execvp.c (execute): Rename to script_execute and keep only
3934 code to execute using shell.
3935 (execvp): Call execv directly and only fall back on script_execute.
3936
3937 * resolv/inet_net_pton.c (inet_net_pton_ipv4): Remove digits define
3938 and always use xdigits instead.
3939
3940 * resolv/res_init.c (res_init): Use rawmemchr instead of strchr
3941 where appropriate.
3942
3943 * stdlib/fpioconst.h (__tens): New declaration.
3944 (struct mp_power): Remove array, add arrayoff element.
3945 * stdlib/fpioconst.c: Replace definitions of _ten_p* arrays by one
3946 __tens array and add in _fpioconst_pow10 offsets into __tens.
3947 * stdio-common/printf_fp.c: Rewrite to use new __tens array.
3948 * stdlib/strtod.c: Likewise.
3949
3950 * stdlib/a64l.c (a64l_table): Avoid unnecessary elements.
3951
3952 * stdlib/exit.c: Rewrite to use __exit_funcs being as sign for end
3953 of the list.
3954 * stdlib/atexit.c (__exit_funcs): Don't initialize.
3955
3956 * stdlib/fmtmsg.c (keywords): Make name element fixed width array.
3957
3958 * sunrpc/clnt_perr.c: Rewrite clnt_sperrno and auth_errmsg to use
3959 a single and an array with offsets.
3960
3961 * sunrpc/des_soft.c (partab): Make it const.
3962
3963 * sunrpc/key_call.c (trytimeout, tottimeout): Make const.
3964 (__key_encryptsession_pk_LOCAL): Don't initialize with 0.
3965 (__key_decryptsession_pk_LOCAL): Likewise.
3966 (__key_gendes_LOCAL): Likewise.
3967 (MESSENGER): Mark const.
3968 (key_call_private_main): Don't initialize with 0.
3969 (use_keyenvoy): Don't initialize with 0.
3970 (key_call): Rewrite to reverse logic of use_doors variable.
3971
3972 * sunrpc/netname.c (OPSYS): Define as array, not pointer.
3973 (startp): Don't initialize with zero.
3974
3975 * sunrpc/openchild.c (_openchild): Make first argument const.
3976
3977 * sunrpc/pmap_rmt.c (timeout): Mark const.
3978 * sunrpc/xcrypt.c (hex): Likewise.
3979
3980 * sysdeps/unix/sysv/linux/getcwd.c: Rewrite to allow omitting
3981 initialization of global variables.
3982 * sysdeps/unix/sysv/linux/getpt.c: Likewise.
3983 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3984 * termios/tcgetsid.c: Likewise.
3985
3986 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags): Change
3987 fxsr to osfxsr.
3988
3989 * time/tzfile.c (__tzfile_read): Rewrite to allocate only one memory
3990 block. Add function to free memory if wanted.
3991 * time/tzset.c (tzset_internal): Pass extra argument to __tzfile_read.
3992
3993 * wcsmbs/wcsmbsload.c (to_wc, to_mb): Correct initializers.
3994
3995 * wcsmbs/wmemset.c: Little code optimization.
3996
3997 1999-04-23 Paul Eggert <eggert@twinsun.com>
3998
3999 * stdlib/strtoull.c: Surround strong_alias and weak_alias with
4000 ifdef _LIBC.
4001
4002 1999-04-28 Roland McGrath <roland@baalperazim.frob.com>
4003
4004 * sysdeps/mach/hurd/getdents.c (__getdirentries): Remove
4005 implementation and just always fail with ENOSYS. This entry point is
4006 obsolete. Add link warning to that effect.
4007
4008 1999-04-27 Roland McGrath <roland@baalperazim.frob.com>
4009
4010 * hurd/get-host.c: Include <hurd/lookup.h>.
4011
4012 1999-04-28 Ulrich Drepper <drepper@cygnus.com>
4013
4014 * malloc/malloc.c (rEALLOc): Only free memory for size 0 if oldmem
4015 is != NULL.
4016
4017 1999-04-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4018
4019 * malloc/malloc.c (REALLOC_ZERO_BYTES_FREES): Define it to follow
4020 ISO C9x and Unix98.
4021
4022 1999-04-28 Ulrich Drepper <drepper@cygnus.com>
4023
4024 * libio/iofopncook.c (_IO_cookie_seek): Correct return value.
4025 Patch by Peter Miller <millerp@canb.auug.org.au>.
4026
4027 1999-04-27 Thorsten Kukuk <kukuk@suse.de>
4028
4029 * sunrpc/pmap_clnt.c: Add own get_myaddress function, which
4030 prefers loopback device.
4031
4032 1999-04-28 Ulrich Drepper <drepper@cygnus.com>
4033
4034 * posix/fnmatch.c (internal_fnmatch): Finish incomplete
4035 no_leading_period change.
4036
4037 * posix/testfnm.c: More test cases.
4038
4039 1999-04-27 Ulrich Drepper <drepper@cygnus.com>
4040
4041 * include/dirent.h: Remove __getdirentries declaration, add __getdents
4042 and __getdents64.
4043 * sysdeps/unix/readdir.c: Use __getdents, not __getdirentries.
4044 * sysdeps/unix/readdir_r.c: Likewise.
4045 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
4046 * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
4047 * sysdeps/unix/sysv/linux/getdents.c: Define __getdents, not
4048 __getdirentries. Remove fourth argument.
4049 * sysdeps/unix/sysv/linux/getdirentries.c: New file.
4050 * sysdeps/unix/sysv/linux/getdirentries64.c: New file.
4051 * sysdeps/unix/sysv/linux/Makefile [subdir=dirent] (sysdep_routines):
4052 Add getdirentries and getdirentries64.
4053 * sysdeps/unix/sysv/linux/Dist: Add getdirentries and getdirentries64.
4054
4055 * posix/fnmatch.c (internal_fnmatch): Correctly reset string
4056 pointer in case of an invalid [[: expression.
4057
4058 * posix/testfnm.c: Add more test cases.
4059
4060 1999-04-27 Roland McGrath <roland@baalperazim.frob.com>
4061
4062 * hurd/hurdexec.c (_hurd_exec): If SIGKILL present in _hurdsig_traced
4063 set, pass EXEC_SIGTRAP flag in exec RPC.
4064
4065 1999-04-26 Ulrich Drepper <drepper@cygnus.com>
4066
4067 * posix/fnmatch.c (internal_fnmatch): Renamed from fnmatch. Take
4068 extra parameter. Fix several more bugs involving wildcard and
4069 ranges.
4070 (fnmatch): New function. Call internal_fnmatch.
4071
4072 * posix/testfnm.c: More test cases.
4073
4074 1999-04-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4075
4076 * manual/install.texi (Configuring and compiling): Explain that
4077 files are changed in the source directory.
4078 Closes PR libc/981.
4079 (Configuring and compiling): Explain situation with PARALLELMFLAGS
4080 in the source directory.
4081
4082 1999-04-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4083
4084 * locale/programs/ld-ctype.c: Spelling fixes.
4085 (ctype_finish): Fix argument of error message format.
4086 * locale/programs/ld-messages.c: Spelling fixes.
4087 * locale/programs/ld-monetary.c: Spelling fixes.
4088 * locale/programs/ld-time.c (time_finish): Make sure that name and
4089 format of era_entries are adjacent.
4090 (time_output): Reduce the size of the io vector.
4091
4092 1999-04-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4093
4094 * manual/filesys.texi (Attribute Meanings): Move a misplaced
4095 paragraph.
4096
4097 1999-04-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4098
4099 * locale/programs/ld-collate.c (collate_output): Convert
4100 undefined_offset to an array index. Fix computation of other
4101 endian extra table.
4102
4103 1999-04-26 Roland McGrath <roland@baalperazim.frob.com>
4104
4105 * hurd/get-host.c (_hurd_get_host_config): If ENOENT opening file,
4106 return success with empty value.
4107
4108 1999-04-26 Ulrich Drepper <drepper@cygnus.com>
4109
4110 * posix/fnmatch.c: Include string.h also for glibc.
4111 (fnmatch, case '?'): Optimize if cascades a bit.
4112 (fnmatch, case '*'): Correct handling if FNM_PATHNAME is set.
4113
4114 * posix/testfnm.c: Add test cases for * with FNM_PATHNAME errors.
4115
4116 1999-04-24 Ulrich Drepper <drepper@cygnus.com>
4117
4118 * iconv/gconv_builtin.h: Add definitions for UTF16 builtins.
4119 * iconv/gconv_int.h: Declare UTF16 functions.
4120 * iconv/gconv_simple.c: Add UTF16 conversion functions.
4121
4122 1999-04-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4123
4124 * posix/wordexp.c (parse_param): Fix type of offset to allow it to
4125 be used correctly as parameter for parse_dollars/parse_tilde.
4126
4127 1999-04-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4128
4129 * manual/conf.texi (Utility Limits): Remove duplicate description
4130 of BC_DIM_MAX.
4131
4132 1999-04-19 Ulrich Drepper <drepper@cygnus.com>
4133
4134 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Correctly initialize
4135 outbufend for dst==NULL.
4136
4137 1999-04-18 Ulrich Drepper <drepper@cygnus.com>
4138
4139 * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Correctly initialize outbufend
4140 for dst==NULL.
4141 Fixes PR libc/1084.
4142
4143 * socket/sys/socket.h: Define SHUT_RD, SHUT_WR, and SHUT_RDWR.
4144 Fixes PR libc/1083.
4145
4146 1999-04-18 Thorsten Kukuk <kukuk@suse.de>
4147
4148 * sunrpc/Makefile: Remove special handling of bootparam.x,
4149 add rpcsvc/bootparam.h to headers.
4150 * sunrpc/rpcsvc/bootparam.h: New, for backward compatibility.
4151 * sunrpc/rpcsvc/bootparam.x: Renamed to...
4152 * sunrpc/rpcsvc/bootparam_prot.x: ...this.
4153
4154 1999-04-18 Ulrich Drepper <drepper@cygnus.com>
4155
4156 * sysdeps/unix/bsd/poll.c (__poll): Add more compatiblity code to
4157 detect and handle invalid descriptors.
4158
4159 1999-04-17 Thorsten Kukuk <kukuk@suse.de>
4160
4161 * timezone/zic.c (dolink): Append complete path not only filename
4162 to ../ list.
4163
4164 1999-04-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4165
4166 * iconvdata/ibm874.c (TABLES, CHARSET_NAME): Follow name change.
4167
4168 1999-04-17 Ulrich Drepper <drepper@cygnus.com>
4169
4170 * iconvdata/gconv-modules: Rename CP874 to IBM874.
4171 * iconvdata/Makefile: Likewise.
4172 * iconvdata/cp874.h: Removed.
4173 * iconvdata/cp874.c: Renamed to...
4174 * iconvdata/ibm874.c: ...this.
4175
4176 1999-04-16 Ulrich Drepper <drepper@cygnus.com>
4177
4178 * sysdeps/unix/sysv/linux/bits/types.h: Correct
4179 signed/unsigned-ness of blkcnt and fsblkcnt.
4180 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
4181 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
4182
4183 * sysdeps/unix/sysv/linux/bits/socket.h: Add SOL_PACKET, SOL_ATM,
4184 SOL_AAL, and SOL_IRDA.
4185
4186 1999-04-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4187
4188 * sysdeps/unix/sysv/linux/fstatvfs.c: Set f_frsize to zero. Don't
4189 include "linux_fsinfo.h".
4190 Based on a patch by H.J. Lu <hjl@gnu.org>.
4191
4192 1999-04-16 Thorsten Kukuk <kukuk@suse.de>
4193
4194 * sunrpc/rpc_cout.c (print_header): Use int32_t pointer, not long.
4195
4196 1999-04-16 Ulrich Drepper <drepper@cygnus.com>
4197
4198 * nscd/cache.c (prune_cache): Only disable file checking for
4199 future if the file does not exist.
4200 Update file_mtime if cache was flushed.
4201
4202 1999-04-15 David S. Miller <davem@redhat.com>
4203
4204 * sysdeps/sparc/sparc32/strcat.S: Avoid using register g6.
4205 * sysdeps/sparc/sparc32/strcpy.S: Likewise.
4206
4207 1999-04-15 Scott Bambrough <scottb@netwinder.org>
4208
4209 * sysdeps/unix/sysv/linux/arm/sigaction.c: Fix typo in preventing
4210 compilation of file.
4211
4212 1999-04-15 Ulrich Drepper <drepper@cygnus.com>
4213
4214 * Versions.def: Add GLIBC_2.1.1 to libpthread.
4215
4216 * iconvdata/Makefile (modules): Add KOI8-U.
4217 (distribute): Add koi8-u.c.
4218 (gen-8bit-gap-modules): Add koi8-u.
4219 * iconvdata/gconv-modules: Add KOI8-U entries.
4220 * iconvdata/koi8-u.c: New file.
4221
4222 1999-04-13 Thorsten Kukuk <kukuk@suse.de>
4223
4224 * sunrpc/auth_des.c: 64bit fixes, security fixes.
4225 * sunrpc/auth_none.c: Pretty print.
4226 * sunrpc/auth_unix.c: Likewise.
4227 * sunrpc/authdes_prot.c: Likewise.
4228 * sunrpc/authuxprot.c: Likewise.
4229 * sunrpc/bindrsvprt.c: Likewise.
4230 * sunrpc/clnt_gen.c: Likewise.
4231 * sunrpc/rpc/xdr.h: Likewise.
4232 * sunrpc/rpc/auth_des.h: Add rpc_timeval struct.
4233 * sunrpc/rpc_cmsg.c: Don't use *long pointers.
4234 * sunrpc/rtime.c: Use new rpc_timeval.
4235 * sunrpc/svc_authux.c: Don't use *long pointers.
4236 * sunrpc/svcauth_des.c: Likewise + security fixes.
4237 * sunrpc/xdr_mem.c: Don't use *long pointers.
4238 * sunrpc/xdr_rec.c: Likewise.
4239 * sunrpc/xdr_sizeof.c: Likewise.
4240 * sunrpc/xdr_stdio.c: Likewise.
4241
4242 1999-04-15 Ulrich Drepper <drepper@cygnus.com>
4243
4244 * sunrpc/clnt_udp.c (clntudp_call): Move initialization of anyup
4245 so that it is redone for each sending.
4246
4247 1999-04-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4248
4249 * sunrpc/clnt_udp.c (clntudp_call): Initialize anyup.
4250
4251 1999-04-15 Ulrich Drepper <drepper@cygnus.com>
4252
4253 * iconv/gconv_db.c (__gconv_find_transform): If conversion is
4254 known to not exist don't try to load shared objects.
4255 Patch by Petr Vandrovec Ing. VTEI <VANDROVE@vc.cvut.cz>.
4256
4257 * nscd/cache.c (prune_cache): The table might not be unused. In
4258 this case do nothing.
4259
4260 * catgets/gencat.c (read_input_file): Don't drop white spaces
4261 between number/identifier and string.
4262 Patch by Dima Barsky <dima@pwd.hp.com>.
4263 If no white space at all follows number/identifier remove existing
4264 message with the number/identifier.
4265
4266 1999-04-14 H.J. Lu <hjl@gnu.org>
4267
4268 * sunrpc/clnt_udp.c (is_network_up): New function.
4269 (clntudp_call): Call is_network_up () to check if any network
4270 interface is up in case of timeout.
4271
4272 1999-04-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4273
4274 * wctype/test_wcfuncs.c: New file, tests towlower and towupper.
4275 * wctype/Makefile (tests): Add test_wcfuncs.
4276
4277 1999-04-14 Jakub Jelinek <jj@ultra.linux.cz>
4278
4279 * scripts/config.sub: Allow sparcv[6789]-* and sparcv8plus{,a}-*
4280 architectures.
4281 * sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS
4282 instead of CFLAGS.
4283 * sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS
4284 instead of CFLAGS. For gnulib and string directories use
4285 -Wa,-Av9a gcc ASFLAGS.
4286 * sysdeps/sparc/sparc32/sparcv9/memmove.c: New file.
4287 * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: New file.
4288 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: New file.
4289 * shlib-versions: Handle sparcv[6789]-* and sparcv8plus{,a}-*
4290 the same way as sparc-*.
4291
4292 1999-04-14 Ulrich Drepper <drepper@cygnus.com>
4293
4294 * locale/programs/locfile.c (locfile_read): Fix typo.
4295 Patch by Kaoru Fukui <k_fukui@highway.ne.jp>.
4296
4297 1999-04-14 Scott Bambrough <scottb@netwinder.org>
4298
4299 * sysdeps/unix/sysv/linux/arm/socket.S: Socket calls could not be
4300 restarted after being interrupted by a signal. The parameters on
4301 the stack were corrupted by the signal handler.
4302
4303 * sysdeps/unix/sysv/linux/arm/mmap.S: mmap calls could not be
4304 restarted after being interrupted by a signal. The parameters on
4305 the stack were corrupted by the signal handler.
4306
4307 1999-04-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4308
4309 * wctype/wcfuncs.c (towlower): Use __ctype_tolower.
4310 Reported by Kalle Olavi Niemitalo <tosi@ees2.oulu.fi>
4311
4312 1999-04-12 Tim Waugh <tim@cyberelk.demon.co.uk>
4313
4314 * posix/wordexp-test.c: In field-splitting test cases where
4315 subshells were involved, unset IFS first: some shells (ash) use
4316 IFS even when no expansion is performed.
4317
4318 1999-04-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4319
4320 * libio/obprintf.c (_IO_obstack_overflow): Put the write end at
4321 the real end of the chunk, not some random point inbetween.
4322 (_IO_obstack_xsputn): Likewise. Actually copy the data into the
4323 obstack when growing. Use fast version of obstack_blank when
4324 shrinking.
4325 (struct _IO_obstack_file): Use _IO_FILE_plus instead of explicitly
4326 allocating the vtable pointer.
4327 (_IO_obstack_vprintf): Adjust for above change and avoid
4328 unnecessary casts. Use fast version of obstack_blank when
4329 shrinking.
4330 Fixes PR libc/1075.
4331
4332 1999-04-12 Ulrich Drepper <drepper@cygnus.com>
4333
4334 * iconvdata/gconv-modules: Fix typo. Add UJIS alias.
4335 Reported by GOTO Masanori <gotom@cs.titech.ac.jp>.
4336
4337 1999-04-11 Tim Waugh <tim@cyberelk.demon.co.uk>
4338
4339 * posix/wordexp.c (wordexp): Fix a leak when an invalid character
4340 is seen, as well as fixing semantics. Don't reset the word count
4341 to zero when an invalid character is seen, but leave it as it was
4342 (this makes a difference with WRDE_APPEND).
4343
4344 * posix/wordexp-test.c: More test cases.
4345
4346 * posix/wordexp.c (parse_param): In words like ${var#pattern},
4347 always expand pattern when it is needed. Also, handle quoting in
4348 pattern properly.
4349
4350 1999-04-12 Philip Blundell <philb@gnu.org>
4351
4352 * elf/elf.h: Update ARM definitions to match current gas2.
4353
4354 * sysdeps/arm/bits/endian.h: Support big endian operation.
4355
4356 * sysdeps/unix/sysv/linux/arm/ioperm.c (_outw, _outb, _outl):
4357 Don't bother range checking the port number.
4358
4359 * sysdeps/unix/sysv/linux/arm/vfork.S: New file.
4360
4361 * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Include
4362 the syscall name in assembler output for ease of debugging.
4363
4364 * sysdeps/unix/sysv/linux/arm/sigaction.c: Don't rely on undefined
4365 compiler behaviour.
4366 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: New file.
4367 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = signal]
4368 (sysdep_routines): Add sigrestorer.
4369
4370 * string/tester.c (test_strcpy): Add new tests for unaligned
4371 arguments.
4372 * sysdeps/arm/bits/string.h: Delete inline implementations of
4373 strcpy and stpcpy.
4374
4375 1999-04-11 Ulrich Drepper <drepper@cygnus.com>
4376
4377 * libio/Makefile (CPPFLAGS-.o): Don't define IO_DEBUG.
4378
4379 1999-04-10 Mark Kettenis <kettenis@gnu.org>
4380
4381 * sysdeps/mach/hurd/Dist: Add clk_tck.c.
4382
4383 1999-04-10 Ulrich Drepper <drepper@cygnus.com>
4384
4385 * iconvdata/Makefile (modules): Add TIS-620.
4386 (distribute): Add tis-620.c.
4387 (gen-8bit-gap-modules): tis-620.
4388 * iconvdata/tis-620.c: New file.
4389 * iconvdata/gconv-modules: Add TIS-620 entries.
4390
4391 * iconvdata/asmo_449.c: Correct comment.
4392
4393 1999-04-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4394
4395 * manual/install.texi (Configuring and compiling): Comment out
4396 description of --disable-static since this doesn't work currently
4397 (see change by Ulrich Drepper on 1998-12-07 for configure.in).
4398
4399 1999-04-10 Ulrich Drepper <drepper@cygnus.com>
4400
4401 * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Rewrite to
4402 use binary search.
4403 Based on a patch by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
4404
4405 1999-04-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4406
4407 * scripts/test-installation.pl (installation_problem): Skip
4408 libnss1_* libraries from glibc-compat add-on.
4409
4410 1999-04-07 H.J. Lu <hjl@gnu.org>
4411
4412 * io/Versions (__dup2, __pipe): Added to GLIBC_2.0 for
4413 libstdc++ 2.7.2.
4414 * posix/Versions (__waitpid): Likewise.
4415
4416 1999-04-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4417
4418 * manual/install.texi (Reporting Bugs): Add section about reported
4419 bugs and correct email address of glibcbug script.
4420
4421 1999-04-01 Thorsten Kukuk <kukuk@suse.de>
4422
4423 * sunrpc/Versions: Add new xdr functions to GLIBC_2.1.1
4424 * sunrpc/xdr.c: Add xdr_hyper, xdr_u_hyper, xdr_longlong_t and
4425 xdr_u_longlong_t. Based on patch from Dan Shechter
4426 <damageboy@isdn.net.il>.
4427 * sunrpc/xdr_intXX_t.c: Implement xdr_int64_t, xdr_uint64_t
4428 * sunrpc/rpc/xdr.h: Add prototypes for new xdr functions.
4429
4430 * nis/nis_lookup.c (nis_lookup): Don't overwrite RPC error code.
4431
4432 1999-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4433
4434 * sysdeps/unix/sysv/linux/getdents.c (__getdirentries): Return
4435 directly if getdents returns with error set.
4436
4437 1999-04-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4438
4439 * locale/langinfo.h (THOUSEP): Rename second occurence of
4440 THOUSANDS_SEP to THOUSEP.
4441 Reported by Roman Belenov <roman@nstl.nnov.ru>.
4442
4443 1999-04-05 Roland McGrath <roland@baalperazim.frob.com>
4444
4445 * hurd/STATUS: File removed. Moved items that are still relevant into
4446 TODO list in hurd source.
4447
4448 1999-03-26 Mark Kettenis <kettenis@gnu.org>
4449
4450 * sysdeps/mach/hurd/bits/time.h: New file.
4451 * sysdeps/mach/hurd/getrusage.c: New file.
4452 * sysdeps/mach/hurd/clk_tck.c: New file.
4453 * sysdeps/mach/hurd/Versions (libc) [GLIBC_2.1.1]: Add __libc_clk_tck.
4454 * sysdeps/mach/hurd/Makefile [$(subdir) = posix]
4455 (sysdep_routines): Add clk_tck.
4456 * sysdeps/mach/hurd/times.c: Removed, since getrusage is now
4457 implemented.
4458
4459 1999-04-02 Ulrich Drepper <drepper@cygnus.com>
4460
4461 * misc/syslog.c (closelog_internal): Do not reset LogTag here.
4462 (closelog): But instead here.
4463 Patch by Alan Curry <pacman@cqc.com> [PR libc/1061].
4464
4465 1999-04-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4466
4467 * elf/Makefile (CFLAGS-multiload.c): Change to allow building in
4468 the source directory. Fixes PR libc/1059.
4469
4470 1999-04-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4471
4472 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Terminate the string.
4473 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
4474
4475 1999-04-01 Ulrich Drepper <drepper@cygnus.com>
4476
4477 * iconvdata/TESTS: Add ISO-8859-14 and ISO-8859-15.
4478 * iconvdata/testdata/ISO-8859-14: New file.
4479 * iconvdata/testdata/ISO-8859-14..UTF8: New file.
4480 * iconvdata/testdata/ISO-8859-15: New file.
4481 * iconvdata/testdata/ISO-8859-15..UTF8: New file.
4482
4483 1999-03-31 Ulrich Drepper <drepper@cygnus.com>
4484
4485 * iconvdata/testdata/CP1258: New file.
4486 * iconvdata/testdata/CP1258..UTF8: New file.
4487 * iconvdata/TESTS: Add CP1258 entry.
4488
4489 * iconvdata/cp874.h (to_ucs4): Add Euro sign.
4490
4491 * timezone/africa: Update from tzdata1999d.
4492 * timezone/europe: Likewise.
4493 * timezone/northamerica: Likewise.
4494
4495 1999-03-31 Mark Kettenis <kettenis@gnu.org>
4496
4497 * login/programs/pt_chown.c (main): Save effective user ID before
4498 dropping priviliges and use this to check if the program is
4499 properly installed.
4500
4501 1999-03-31 Ulrich Drepper <drepper@cygnus.com>
4502
4503 * iconvdata/testdata/CP1254: Update for charmap changes.
4504 * iconvdata/testdata/CP1254..UTF8: Likewise.
4505 * iconvdata/testdata/CP1255: Likewise.
4506 * iconvdata/testdata/CP1255..UTF8: Likewise.
4507 * iconvdata/testdata/CP1256: Likewise.
4508 * iconvdata/testdata/CP1256..UTF8: Likewise.
4509 * iconvdata/testdata/CP1257: Likewise.
4510 * iconvdata/testdata/CP1257..UTF8: Likewise.
4511
4512 * iconvdata/Makefile (distribute): Remove cp1258.h.
4513 (gen-8bit-gap-modules): Add cp1258.
4514 * iconvdata/cp1258.h: Removed.
4515
4516 1999-03-30 Ulrich Drepper <drepper@cygnus.com>
4517
4518 * timezone/tst-timezone.c (tests): Add more cases.
4519 (check_tzvars): Mark errors clearer.
4520 (main): Likewise.
4521
4522 1999-03-30 20:59 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
4523
4524 * login/programs/pt_chown.c: Drop privileges if invoked with
4525 arguments. Don't close the master pty.
4526
4527 1999-03-30 Ulrich Drepper <drepper@cygnus.com>
4528
4529 * time/tzfile.c (__tzfile_read): Process transitions from the rear.
4530 Minor optimization.
4531
4532 1999-03-29 Ulrich Drepper <drepper@cygnus.com>
4533
4534 * elf/rtld.c (process_envvars): Do not automatically prevent lazy
4535 relocation for SUID binaries.
4536
4537 1999-03-29 Paul Eggert <eggert@twinsun.com>
4538
4539 * libio/iopopen.c (_IO_new_proc_open): Don't modify proc_file_chain
4540 while in child process.
4541
4542 1999-03-29 Jakub Jelinek <jj@ultra.linux.cz>
4543
4544 * sysdeps/sparc/sparc32/sparcv8/Makefile: New file.
4545 * sysdeps/sparc/sparc32/sparcv8/rem.S: Delay after write %y.
4546 * sysdeps/sparc/sparc32/sparcv8/sdiv.S: Likewise.
4547 * sysdeps/sparc/sparc32/sparcv8/udiv.S: Likewise.
4548 * sysdeps/sparc/sparc32/sparcv8/urem.S: Likewise.
4549
4550 * sysdeps/sparc/sparc32/sparcv9/bcopy.c: New file.
4551 * sysdeps/sparc/sparc32/sparcv9/bzero.c: New file.
4552 * sysdeps/sparc/sparc32/sparcv9/memchr.S: New file.
4553 * sysdeps/sparc/sparc32/sparcv9/memcmp.S: New file.
4554 * sysdeps/sparc/sparc32/sparcv9/memcpy.S: New file.
4555 * sysdeps/sparc/sparc32/sparcv9/memset.S: New file.
4556 * sysdeps/sparc/sparc32/sparcv9/stpcpy.S: New file.
4557 * sysdeps/sparc/sparc32/sparcv9/strcat.S: New file.
4558 * sysdeps/sparc/sparc32/sparcv9/strchr.S: New file.
4559 * sysdeps/sparc/sparc32/sparcv9/strcmp.S: New file.
4560 * sysdeps/sparc/sparc32/sparcv9/strcpy.S: New file.
4561 * sysdeps/sparc/sparc32/sparcv9/strcspn.S: New file.
4562 * sysdeps/sparc/sparc32/sparcv9/strlen.S: New file.
4563 * sysdeps/sparc/sparc32/sparcv9/strncpy.S: New file.
4564 * sysdeps/sparc/sparc32/sparcv9/strpbrk.S: New file.
4565 * sysdeps/sparc/sparc32/sparcv9/strrchr.c: New file.
4566 * sysdeps/sparc/sparc32/sparcv9/strspn.S: New file.
4567 * sysdeps/sparc/sparc32/sparcv9/dotmul.S: New file.
4568 * sysdeps/sparc/sparc32/sparcv9/rem.S: New file.
4569 * sysdeps/sparc/sparc32/sparcv9/sdiv.S: New file.
4570 * sysdeps/sparc/sparc32/sparcv9/udiv.S: New file.
4571 * sysdeps/sparc/sparc32/sparcv9/umul.S: New file.
4572 * sysdeps/sparc/sparc32/sparcv9/urem.S: New file.
4573 * sysdeps/sparc/sparc32/sparcv9/Makefile: New file.
4574 * sysdeps/sparc/sparc32/sparcv9/stpncpy.S: New file.
4575 * sysdeps/sparc/sparc32/sparcv9/strncmp.S: New file.
4576
4577 * sysdeps/sparc/sparc32/bcopy.c: New file.
4578 * sysdeps/sparc/sparc32/bzero.c: New file.
4579 * sysdeps/sparc/sparc32/memchr.S: New file.
4580 * sysdeps/sparc/sparc32/memcpy.S: New file.
4581 * sysdeps/sparc/sparc32/memmove.c: New file.
4582 * sysdeps/sparc/sparc32/memset.S: New file.
4583 * sysdeps/sparc/sparc32/stpcpy.S: New file.
4584 * sysdeps/sparc/sparc32/strchr.S: New file.
4585 * sysdeps/sparc/sparc32/strrchr.c: New file.
4586 * sysdeps/sparc/sparc32/strcpy.S: New file.
4587 * sysdeps/sparc/sparc32/strlen.S: New file.
4588 * sysdeps/sparc/sparc32/strcat.S: New file.
4589 * sysdeps/sparc/sparc32/strcmp.S: New file.
4590
4591 * sysdeps/sparc/sparc64/bcopy.c: New file.
4592 * sysdeps/sparc/sparc64/bzero.c: New file.
4593 * sysdeps/sparc/sparc64/memchr.S: New file.
4594 * sysdeps/sparc/sparc64/memcmp.S: New file.
4595 * sysdeps/sparc/sparc64/memcpy.S: New file.
4596 * sysdeps/sparc/sparc64/memset.S: New file.
4597 * sysdeps/sparc/sparc64/stpcpy.S: New file.
4598 * sysdeps/sparc/sparc64/strcat.S: New file.
4599 * sysdeps/sparc/sparc64/strchr.S: New file.
4600 * sysdeps/sparc/sparc64/strcmp.S: New file.
4601 * sysdeps/sparc/sparc64/strcpy.S: New file.
4602 * sysdeps/sparc/sparc64/strcspn.S: New file.
4603 * sysdeps/sparc/sparc64/strlen.S: New file.
4604 * sysdeps/sparc/sparc64/strncpy.S: New file.
4605 * sysdeps/sparc/sparc64/strpbrk.S: New file.
4606 * sysdeps/sparc/sparc64/strrchr.c: New file.
4607 * sysdeps/sparc/sparc64/strspn.S: New file.
4608 * sysdeps/sparc/sparc64/stpncpy.S: New file.
4609 * sysdeps/sparc/sparc64/strncmp.S: New file.
4610
4611 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (ASFLAGS-.os):
4612 Append -fPIC, don't replace.
4613
4614 * configure.in: Recognize sparcv8plus / sparcv9.
4615
4616 1999-03-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4617
4618 * malloc/obstack.h (obstack_free): Explicitly convert __obj to
4619 char * to avoid C++ warning.
4620 Patch by yasushi@cs.washington.edu [PR libc/1035].
4621
4622 1999-03-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4623
4624 * manual/filesys.texi (Temporary Files): mktemp and mkstemp are
4625 declared in stdlib.h, correct return value of mkstemp.
4626 Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>.
4627
4628 * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHDRD_FC*): New defines
4629 from Linux 2.2.5.
4630
4631 1999-03-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4632
4633 * misc/regexp.h (compile): Cast some pointers to (char *) to avoid
4634 C++ warning.
4635
4636 * ctype/ctype.h (tolower, toupper): Add __THROW declaration to
4637 inline functions. Closes PR libc/1049.
4638
4639 1999-03-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4640
4641 * timezone/README: Update from tzdata1999c and tzcode1999c.
4642
4643 * timezone/africa: Update from tzdata1999c.
4644 * timezone/antarctica: Likewise.
4645 * timezone/asia: Likewise.
4646 * timezone/australasia: Likewise.
4647 * timezone/europe: Likewise.
4648 * timezone/northamerica: Likewise.
4649 * timezone/southamerica: Likewise.
4650 * timezone/zone.tab: Likewise.
4651
4652 * timezone/zic.c: Update from tzcode1999c.
4653
4654 1999-03-26 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4655
4656 * Makerules: Add $(common-objpfx)Versions.all to common-generated
4657 outside of ifndef avoid-generated.
4658
4659 * libio/oldiofdopen.c (_IO_old_fdopen): Bring over recent changes
4660 in iofdopen.c.
4661 * libio/oldiofopen.c (_IO_old_fopen): Bring over recent changes in
4662 iofopen.c.
4663 * libio/oldiofclose.c (_IO_old_fclose): Bring over recent changes
4664 in iofclose.c.
4665 * libio/oldfileops.c (_IO_old_file_underflow, _IO_old_file_sync,
4666 _IO_old_file_seekoff): Bring over recent changes in fileops.c.
4667
4668 1999-03-26 Mark Kettenis <kettenis@gnu.org>
4669
4670 * sysdeps/mach/hurd/Makefile: Only install libc_p.a linker script
4671 if we build the profiled library.
4672
4673 1999-03-26 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4674
4675 * math/Makefile (gmp-objs): Add inlines. Reported by Andreas
4676 Jaeger <aj@arthur.rhein-neckar.de>
4677
4678 1999-03-25 Roland McGrath <roland@yaumatei.ai.mit.edu>
4679
4680 * sysdeps/mach/hurd/i386/Makefile [$(subdir) = csu]
4681 (CFLAGS-initfini.s): New variable, add -DWEAK_GMON_START.
4682 This does for Hurd/i386 what the 1998-09-08 change did for Linux/i386.
4683
4684 1999-03-24 Roland McGrath <roland@baalperazim.frob.com>
4685
4686 * Makeconfig (sysd-sorted): Use $(..) on rhs of patsubst, so this rule
4687 works properly in subdirs.
4688
4689 1999-03-23 Roland McGrath <roland@baalperazim.frob.com>
4690
4691 * sysdeps/mach/hurd/Makefile: Undo last change.
4692 [$(subdir) = mach] (lib-noranlib): Depend on libmachuser-link.so.
4693 [$(subdir) = hurd] (lib-noranlib): Depend on libhurduser-link.so.
4694
4695 * mach/Machrules (+preinit, +postinit, +interp,
4696 LDFLAGS-$(interface.so)): Variables removed. Interface libraries get
4697 linked just like other shared libraries.
4698 (interface.so): Fix typo in defn, so it works.
4699 ($(objpfx)$(interface.so)): Make it depend on libc.so.
4700
4701 1999-03-21 Roland McGrath <roland@baalperazim.frob.com>
4702
4703 * sysdeps/mach/hurd/Makefile (subdir_lib): Depend on
4704 $(link-rpcuserlibs).
4705
4706 1999-03-22 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4707
4708 * elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name),
4709 $(inst_slibdir)/$(rtld-installed-name), ldso_install): Disable
4710 targets if not building shared libraries.
4711
4712 1999-03-22 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4713
4714 * configure.in: Also look in $PATH when searching for
4715 install-info. Remove autoconf bug workaround and require autoconf
4716 2.13.
4717
4718 1999-03-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4719
4720 * db/Makefile: Don't try to install shared library link if not
4721 building with shared libs.
4722
4723 1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4724
4725 * rt/Makefile: Link against static library if no shared lib is
4726 available.
4727
4728 * localedata/Makefile: The shells scripts implementing the test
4729 require the dynamic linker which is not available with
4730 --disable-shared. Skip the test if --disable-shared is given.
4731
4732 * linuxthreads/Makefile: Link test against static libpthread if no
4733 shared lib is available.
4734
4735 * iconvdata/Makefile (tests): Run iconv-test only if we're
4736 building shared libraries.
4737 * elf/Makefile (tests): Likewise for elf tests.
4738
4739 * posix/Makefile: The test frameworks globtest and wordexp-test
4740 require the dynamic linker which is not available with
4741 --disable-shared. Skip the test if --disable-shared is given.
4742
4743 * grp/Makefile (otherlibs): For static nss build link against
4744 necessary libs.
4745
4746 1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4747
4748 * debug/Makefile (install-bin): Install and build catchsegv only
4749 if build-shared == yes. Reported by jussi@jlaako.pp.fi [PR
4750 libc/965].
4751
4752 1999-03-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4753
4754 * time/tzfile.c (__tzfile_read): Handle the case where there are
4755 transitions but no DST.
4756
4757 1999-03-20 Roland McGrath <roland@baalperazim.frob.com>
4758
4759 * mach/Machrules (extra-libs-others): Add $(interface-library) here
4760 too, so it gets built in the others pass rather than the lib pass.
4761 This is necessary since the RPC libraries need to be linked against
4762 libc.
4763
4764 1999-03-19 Roland McGrath <roland@baalperazim.frob.com>
4765
4766 * sysdeps/generic/segfault.c: Include <stdio-common/_itoa.h> for
4767 _itoa_word decl.
4768
4769 * sysdeps/mach/hurd/Makefile (link-rpcuserlibs): New variable.
4770 ($(common-objpfx)libc.so): Depend on that instead of $(rpcuserlibs).
4771 ($(link-rpcuserlibs)): New static pattern rule; link intermediate
4772 versions of lib{mach,hurd}user.so without reference to libc.so,
4773 then link libc.so against that to get deps and symbol versions, then
4774 finally link real lib*user.so against libc.so.
4775
4776 * sysdeps/mach/hurd/fcntl.c (__fcntl: case F_GETLK,F_SETLK,F_SETLKW):
4777 Support whole-file locking (only) by using the file_lock RPC. This
4778 has very wrong semantics, but is better than nothing for the time
4779 being. (Correct POSIX.1 locking will require new RPCs in the Hurd
4780 protocols that will be somewhat hairy to specify.)
4781
4782 1999-03-17 Mark Kettenis <kettenis@gnu.org>
4783
4784 * sysdeps/mach/hurd/ptsname.c: New file.
4785
4786 1999-03-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4787
4788 * timezone/asia: Fix rule in Asia/Nicosia entry.
4789
4790 1999-03-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4791
4792 * manual/getopt.texi (Using Getopt): Explain "::" in option
4793 string. Reported by Yuri Niyazov <yuricake@geocities.com>.
4794
4795 1999-03-18 Thorsten Kukuk <kukuk@suse.de>
4796
4797 * sunrpc/clnt_unix.c: Fix creation of parameters for
4798 sendmsg/recvmsg on non intel platforms.
4799 * sunrpc/svc_unix.c: Likewise.
4800
4801 1999-03-18 Philip Blundell <philb@gnu.org>
4802
4803 * sysdeps/unix/sysv/linux/arm/getgroups.c: New file. Use the i386
4804 implementation.
4805
4806 1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4807
4808 * timezone/africa: Update from tzdata1999b.
4809 * timezone/asia: Likewise.
4810 * timezone/australasia: Likewise.
4811 * timezone/europe: Likewise.
4812 * timezone/northamerica: Likewise.
4813 * timezone/southamerica: Likewise.
4814 * timezone/zone.tab: Likewise.
4815
4816 * timezone/README: Mention tzdata1999b.
4817
4818 1999-03-17 Ulrich Drepper <drepper@cygnus.com>
4819
4820 * sysdeps/generic/segfault.c (write_strsignal): New function.
4821 (catch_segfault): Use it instead of calling strsignal.
4822
4823 1999-03-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4824
4825 * iconv/gconv.c (__gconv): Change type of last_start to unsigned
4826 char to avoid warning.
4827
4828 1999-03-15 Ulrich Drepper <drepper@cygnus.com>
4829
4830 * iconv/iconv.c (iconv): Correctly cast parameters for __gconv.
4831
4832 * iconvdata/iso-2022-kr.c (EMIT_SHIFT_TO_INIT): Change type of
4833 outbuf to unsigned char to avoid warning.
4834
4835 1999-03-11 David S. Miller <davem@redhat.com>
4836
4837 * sysdeps/sparc/sparc32/fpu/fpu_control.h: Add missing trap enable
4838 masks.
4839 * sysdeps/sparc/sparc64/fpu/fpu_control.h: Likewise.
4840
4841 1999-03-15 Ulrich Drepper <drepper@cygnus.com>
4842
4843 * iconv/gconv.h (gconv_fct): Change parameter from `char' to
4844 `unsigned char'.
4845 (gconv_step_data): Likewise.
4846 * iconv/gconv_int.h (__gconv): Likewise.
4847 (__BUILINT_TRANS): Likewise.
4848 * iconv/gconv.c (__gconv): Likewise.
4849 * iconv/iconv.c (iconv): Add casts for call of __gconv.
4850 * iconv/skeleton.c: Change local parameters and variable from `char' to
4851 `unsigned char'. Remove casts from calls into modules.
4852 * iconvdata/iso-2022-jp.c (gconv): Change local variable outbuf from
4853 `char' to `unsigned char'.
4854 * wcsmbs/btowc.c: Change pointers from `char *' to `unsigned char *'.
4855 * wcsmbs/mbrtowc.c: Likewise.
4856 * wcsmbs/mbsnrtowcs.c: Likewise.
4857 * wcsmbs/mbsrtowcs.c: Likewise.
4858 * wcsmbs/wcrtomb.c: Likewise.
4859 * wcsmbs/wcsnrtombs.c: Likewise.
4860 * wcsmbs/wcsrtombs.c: Likewise.
4861 * wcsmbs/wctob.c: Likewise.
4862
4863 1999-03-15 Mark Kettenis <kettenis@gnu.org>
4864
4865 * sysdeps/mach/hurd/Versions (ld.so) [GLIBC_2.0]: Add
4866 __hurd_sigthread_stack_base, __hurd_sigthread_stack_end,
4867 __hurd_sigthread_variables, __hurd_threadvar_stack_mask,
4868 __hurd_threadvar_stack_offset, __close, __fxstat, __getcwd,
4869 __getpid, __libc_read, __libc_write, __lseek, __mmap, __open,
4870 __xstat, _exit, _hurd_intr_rpc_mach_msg and abort.
4871
4872 1999-03-15 Mark Kettenis <kettenis@gnu.org>
4873
4874 * sysdeps/mach/hurd/poll.c (__poll): Correctly pass NULL to
4875 _hurd_select if TIMEMOUT is -1.
4876
4877 1999-03-15 Mark Kettenis <kettenis@gnu.org>
4878
4879 * sysdeps/mach/hurd/recvfrom.c (recvfrom): Allow ADDR to be NULL.
4880
4881 1999-03-15 Ulrich Drepper <drepper@cygnus.com>
4882
4883 * elf/dl-load.c: Compute rtld_search_dir array size correctly.
4884 Reported by Yasushi Saito <yasushi@cs.washington.edu>.
4885
4886 1999-03-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4887
4888 * manual/libc.texinfo: Undo last change for now.
4889
4890 1999-03-15 Ulrich Drepper <drepper@cygnus.com>
4891
4892 * intl/locale.alias: Add entries for Croatian.
4893 Patch by Tomislav Vujec <tvujec@CARNet.hr>.
4894
4895 1999-03-13 Mark Kettenis <kettenis@gnu.org>
4896
4897 * sysdeps/unix/bsd/getpt.c (__getpt): Do not use `isatty' to check
4898 if the opened master pty really is a pty. `isatty' checks for
4899 tty-ness and a pty is not a tty. Return ENOENT instead of ENFILE
4900 if we are out of pty's.
4901
4902 1999-03-13 Mark Kettenis <kettenis@gnu.org>
4903
4904 * sysdeps/generic/utmp_file.c (setutent_file): Make sure the just
4905 opened file is closed on exec.
4906 * login/utmp_daemon.c (setutent_daemon): Likewise for the just
4907 opened socket.
4908
4909 1999-03-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4910
4911 * manual/llio.texi (File Position Primitive): Reformat @end
4912 command. Patch by Bruno Haible <haible@ilog.fr> [PR libc/1020].
4913
4914 1999-03-14 Ulrich Drepper <drepper@cygnus.com>
4915
4916 * nscd/nscd_getpw_r.c (nscd_getpw_r): Set `errno' correctly if no
4917 entry is found.
4918 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
4919 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
4920
4921 * locale/programs/localedef.c (main): Initialize `cat' to please
4922 the compiler.
4923
4924 1999-03-14 Roland McGrath <roland@baalperazim.frob.com>
4925
4926 * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Under O_NOFOLLOW,
4927 check for root-owned symlinks and reject them too.
4928
4929 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4930
4931 * stdio-common/printf_fphex.c: Move to ...
4932 * sysdeps/generic/printf_fphex.c: ... here. Fix exponent of
4933 extended precision number.
4934 * sysdeps/m68k/printf_fphex.c: New file.
4935
4936 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4937
4938 * manual/stdio.texi: Fix typos.
4939
4940 1999-03-09 Ulrich Drepper <drepper@cygnus.com>
4941
4942 * version.h (VERSION): Bump to 2.1.1.
4943
4944 1999-03-09 Thorsten Kukuk <kukuk@suse.de>
4945
4946 * nis/ypclnt.c: Try only twice to connect to NIS server.
4947
4948 1999-03-09 Roland McGrath <roland@baalperazim.frob.com>
4949
4950 * hurd/hurdexec.c (_hurd_exec): Add missing `else' in last change.
4951
4952 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4953
4954 * stdlib/strtod.c (round_and_return): Fix rounding of denormals.
4955 (DENORM_EXP): New define. Use it as the exponent for a denormal.
4956 * stdlib/strtold.c: Moved to ...
4957 * sysdeps/generic/strtold.c: ... here.
4958 * sysdeps/m68k/strtold.c: New file.
4959
4960 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4961
4962 * stdio-common/printf_fphex.c (__printf_fphex): Print no decimal
4963 point if the precision is zero, even if the mantissa is non-zero.
4964
4965 1999-03-09 Roland McGrath <roland@baalperazim.frob.com>
4966
4967 * sysdeps/mach/hurd/ioctl.c (__ioctl): Move the marshalling of the
4968 arguments into the request message buffer inside `send_rpc'
4969 subfunction. We must repeat the marshalling when retrying the RPC
4970 after a SIGTTOU delivery.
4971
4972 * hurd/ctty-input.c (_hurd_ctty_input): Use early short-circuit code
4973 path when there is no ctty port.
4974 * hurd/ctty-output.c (_hurd_ctty_output): Likewise.
4975 Move sigstate check inside loop so we recheck after handling a signal.
4976
4977 1999-03-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4978
4979 * manual/llio.texi (Open-time Flags): Clarify that O_SHLOCK and
4980 O_EXLOCK are BSD extensions.
4981 Reported by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/985].
4982
4983 1999-03-08 Ulrich Drepper <drepper@cygnus.com>
4984
4985 * manual/signal.texi (Termination in Handler): Correct example.
4986 Install default handler before reraising the signal.
4987 Patch by Jochen Voss <voss@mathematik.uni-kl.de>.
4988
4989 1999-03-08 Roland McGrath <roland@baalperazim.frob.com>
4990
4991 * hurd/hurdexec.c (_hurd_exec): Handle ARGV or ENVP parameters being
4992 null, in which case send an empty string.
4993
4994 1999-03-02 Mark Kettenis <kettenis@gnu.org>
4995
4996 * Makerules (LD_FLAGS-c.so): Add -u __register_frame to force the
4997 backward compatibility EH functions to be linked when using
4998 gcc-2.8.1. Patch by Zack Weinberg <zack@rabi.columbia.edu>.
4999
5000 1999-03-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5001
5002 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Undo last change.
5003 /dev/pts status may change during runtime.
5004
5005 1999-03-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5006
5007 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Undo last
5008 change. /dev/pts status can change during runtime.
5009
5010 1999-03-07 Thorsten Kukuk <kukuk@suse.de>
5011
5012 * sunrpc/svc_tcp.c (readtcp): go into fatal error state if
5013 poll reports error.
5014 * nis/nss_nisplus/nisplus-parser.c: Avoid duplicate strlen calls,
5015 add some more sanity checks.
5016 * nis/nss_nisplus/nisplus-pwd.c: Include nisplus-parser.h for
5017 parser prototype.
5018
5019 1999-03-05 Thorsten Kukuk <kukuk@suse.de>
5020
5021 * sunrpc/rpc/xdr.h: Add x_getint32/x_putint32 to xdr_ops,
5022 change XDR_GETINT32/XDR_PUTINT32 to sue new functions.
5023 * sunrpc/xdr_mem.c: Add xdrmem_getint32, xdrmem_putint32.
5024 * sunrpc/xdr_rec.c: Add xdrrec_getint32, xdrrec_putint32.
5025 * sunrpc/xdr_sizeof.c: Add x_putint32, add dummy function
5026 for x_getint32.
5027 * sunrpc/xdr_stdio.c: Add xdrstdio_getint32, xdrstdio_putint32.
5028 * nis/nis_print.c: Fix ctime argument for platforms where
5029 sizeof (time_t) != sizeof (int).
5030
5031 1999-03-07 Mark Kettenis <kettenis@gnu.org>
5032
5033 * sysdeps/unix/bsd/clock.c (timeval_to_clock_t): Use
5034 CLOCKS_PER_SEC instead of CLK_TCK.
5035
5036 1999-03-05 Ulrich Drepper <drepper@cygnus.com>
5037
5038 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remember
5039 whether /dev/pts is available.
5040 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Fix handling of
5041 dev_pts_available.
5042
5043 * posix/globtest.sh: Make common_objpfx path absolute and and db2
5044 and hesiod directory to library path [PR libc/1007].
5045
5046 1999-03-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5047
5048 * resolv/inet_addr.c (inet_aton): Don't allow componets >
5049 255. Patch by Bruno Haible <haible@ilog.fr> [PR libc/1010].
5050
5051 1999-03-05 Geoff Keating <geoffk@ozemail.com.au>
5052
5053 * sysdeps/powerpc/dl-machine.c (__elf_machine_runtime_setup):
5054 DT_PLTGOT has already been relocated.
5055 (__elf_machine_fixup_plt): Likewise.
5056 Minor cleanups.
5057
5058 1999-03-04 Roland McGrath <roland@baalperazim.frob.com>
5059
5060 * hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
5061
5062 1999-03-03 Ulrich Drepper <drepper@cygnus.com>
5063
5064 * wcsmbs/wcsmbsload.c (add_slashes): Rename to norm_add_slashes
5065 and fold string to uppercase [PR libc/1005].
5066
5067 1999-03-03 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5068
5069 * elf/dl-load.c (lose): Fix return type.
5070
5071 1999-03-03 Roland McGrath <roland@baalperazim.frob.com>
5072
5073 * sysdeps/mach/hurd/bits/fcntl.h
5074 [__USE_GNU] (O_NOFOLLOW, O_DIRECTORY): New macros.
5075 * hurd/hurdlookup.c (__hurd_file_name_lookup): If O_NOFOLLOW is set,
5076 set O_NOTRANS as well.
5077 (__hurd_file_name_lookup_retry): At successful end of lookup,
5078 if O_NOFOLLOW set, io_stat the resultant port and fail with ENOENT if
5079 it is a translated node not owned by root.
5080 (__hurd_file_name_lookup): If O_DIRECTORY is set, put a trailing slash
5081 on the file name passed to LOOKUP.
5082
5083 1999-03-02 Ulrich Drepper <drepper@cygnus.com>
5084
5085 * manual/time.texi (High Resolution Timer): Correct computation in
5086 example. Reported by jjf@devel.cemsys.com.
5087
5088 1999-03-02 Philip Blundell <pb@nexus.co.uk>
5089
5090 * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
5091 entry is already relocated.
5092
5093 1999-03-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5094
5095 * resolv/res_hconf.c (parse_line): Skip empty lines. Bug reported
5096 by Marcus Harnisch <marcus@harnisch.isdn.cs.tu-berlin.de>.
5097
5098 1999-03-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5099
5100 * sysdeps/i386/sys/ucontext.h (ucontext): Rename field uc_links to
5101 uc_link which is the right name according to Unix98.
5102 Reported by Craig Metz [PR libc/1001].
5103 * sysdeps/arm/sys/ucontext.h (ucontext): Likewise.
5104 * sysdeps/m68k/sys/ucontext.h (ucontext): Likewise.
5105 * sysdeps/mips/sys/ucontext.h (ucontext): Likewise.
5106 * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (ucontext): Likewise.
5107 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h (ucontext): Likewise
5108 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext): Likewise.
5109
5110 1999-02-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5111
5112 * manual/libc.texinfo: Wrap @top node inside @ifnottex instead of
5113 @ifinfo.
5114
5115 1999-02-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5116
5117 * iconvdata/Makefile: Always include iconv-rules, but disable rule
5118 to regenerate it if avoid-generated.
5119
5120 * Makeconfig: Always include sys-dirs, but disable rule to
5121 regenerate it when avoid-generated.
5122
5123 * sysdeps/unix/Makefile: Put `ifndef avoid-generated' only around
5124 rule to generate sysd-syscalls.
5125
5126 * elf/Makefile (generated): Remove $(objpfx) from names.
5127
5128 1999-02-28 Mark Kettenis <kettenis@gnu.org>
5129
5130 * sysdeps/mach/hurd/getsockname.c (getsockname): Set *LEN to the
5131 actual length if the adress length is smaller than the input
5132 value. Change type of *LEN paramater to socklen_t.
5133 * sysdeps/mach/hurd/getpeername.c (getpeername): Likewise.
5134 * sysdeps/mach/hurd/accept.c (accept): Likewise.
5135 * sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise.
5136 * sysdeps/mach/hurd/sendto.c (sendto): Change type of ADDR_LEN
5137 paramater to socklen_t.
5138
5139 1999-02-28 Roland McGrath <roland@baalperazim.frob.com>
5140
5141 * hurd/hurd-raise.c (_hurd_raise_signal): Send "poll request"
5142 msg_sig_post RPC (with SIGNO=0), rather than generating signal (again)
5143 with the RPC.
5144
5145 1999-02-27 Roland McGrath <roland@baalperazim.frob.com>
5146
5147 * sysdeps/mach/getsysstats.c (__get_nprocs_conf, __get_nprocs,
5148 __get_phys_pages): Cast &HBI to silence warning.
5149
5150 * hurd/Makefile (routines): Add hurdchdir and hurdfchdir.
5151 * hurd/hurdchdir.c: New file.
5152 * hurd/hurdfchdir.c: New file.
5153 * sysdeps/mach/hurd/chroot.c: Call
5154 _hurd_change_directory_port_from_name to do the work.
5155 * sysdeps/mach/hurd/chdir.c: Likewise.
5156 * sysdeps/mach/hurd/fchdir.c: Call
5157 _hurd_change_directory_port_from_fd to do the work.
5158 * hurd/fchroot.c: Likewise.
5159 * hurd/hurd.h: Declare them.
5160
5161 1999-02-27 Ulrich Drepper <drepper@cygnus.com>
5162
5163 * elf/dl-load.c (lose): Add more comments to explain the `why'.
5164 (_dl_map_object): Remove redundant test.
5165
5166 1999-02-27 Roland McGrath <roland@baalperazim.frob.com>
5167
5168 * hurd/hurdselect.c (_hurd_select): When bailing for bogus fd, don't
5169 try to _hurd_port_free a lower-numbered descriptor that was not in any
5170 fd_set.
5171
5172 1999-02-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5173
5174 * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Add prototype
5175 declaration for ____wcstod_l_internal.
5176
5177 * stdlib/strtold.c [__NO_LONG_DOUBLE_MATH]: Include <stdlib.h> for
5178 __strtod_internal prototype.
5179 * stdlib/strtold_l.c [__NO_LONG_DOUBLE_MATH]
5180 (____strtold_l_internal): Add prototype declaration.
5181 (__strtold_l): Call correct function.
5182
5183 1999-02-24 Ulrich Drepper <drepper@cygnus.com>
5184
5185 * elf/elf.h: Add 32bit HPPA definitions.
5186
5187 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5188
5189 * malloc/malloc.c (mALLOC_SET_STATe): Handle the case where a
5190 non-checked heap is restored when malloc checking was requested by
5191 the user.
5192 (struct malloc_state): Add using_malloc_checking.
5193 (MALLOC_STATE_VERSION): Increment minor.
5194 (using_malloc_checking, disallow_malloc_check): New variables.
5195 (__malloc_check_init): Use them.
5196 (mALLOC_GET_STATe): Use mALLOc to allocate the malloc_state, so
5197 that it can the chunk is properly instrumented when malloc
5198 checking is enabled. Set the new using_malloc_checking field.
5199 (malloc_hook_ini): Correct signature when _LIBC is not defined.
5200
5201 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5202
5203 * sysdeps/unix/sysv/linux/i386/dl-librecon.h
5204 (DISTINGUISH_LIB_VERSIONS): Don't relocate DT_STRTAB a second
5205 time.
5206
5207 * elf/rtld.c (dl_main): Rename paths_initialized to rtld_is_main.
5208 Don't call elf_get_dynamic_info and _dl_setup_hash a second time
5209 if ld.so is the main program.
5210
5211 1999-02-23 Ulrich Drepper <drepper@cygnus.com>
5212
5213 * stdio-common/vfprintf.c (vfprintf): If precision or width is too
5214 large for work_buffer, allocate new buffer.
5215 (printf_unknown): Likewise. [PR libc/988]
5216
5217 1999-02-22 Ulrich Drepper <drepper@cygnus.com>
5218
5219 * sysdeps/unix/sysv/linux/ttyname.c: Use __xstat and __fxstat
5220 instead of stat and fstat.
5221 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
5222
5223 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5224
5225 * elf/dl-error.c (_dl_signal_cerror): New function.
5226 (_dl_signal_error): Don't call receiver function.
5227 * elf/dl-lookup.c (_dl_lookup_symbol): Call _dl_signal_cerror
5228 instead of _dl_signal_error when reporting references to undefined
5229 symbols or versions.
5230 (_dl_lookup_versioned_symbol): Likewise.
5231 (_dl_lookup_versioned_symbol_skip): Likewise.
5232 * elf/dl-version.c (match_symbol): Likewise.
5233
5234 * elf/ldsodefs.h: Declare _dl_signal_cerror.
5235
5236 1999-02-22 Ulrich Drepper <drepper@cygnus.com>
5237
5238 * misc/getttyent.c (getttyent): Release lock on stream later to
5239 also protect global variable zapchar.
5240
5241 * sysdeps/unix/sysv/linux/clock.c: Don't test return value of
5242 __times [PR libc/990].
5243
5244 1999-02-21 David S. Miller <davem@redhat.com>
5245
5246 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Fix
5247 parentheses in Feb 2 changes.
5248 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: Likewise.
5249
5250 1999-02-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5251
5252 * sysdeps/generic/glob.c (glob): Save previous errno.
5253
5254 1999-02-21 Ulrich Drepper <drepper@cygnus.com>
5255
5256 * sysdeps/generic/glob.c (glob): Enlarge buffers for reentrant
5257 lookup functions if it is too small.
5258
5259 1999-02-20 Ulrich Drepper <drepper@cygnus.com>
5260
5261 * elf/dl-deps.c (_dl_map_object_deps): Don't add dummy objects created
5262 for tracing to the scope lists.
5263 * elf/do-lookup.h: Remove test for l_opencount == 0 after above change.
5264 DT_SYMTAB is always available according to ELF spec.
5265
5266 * elf/dl-lookup.c (_dl_lookup_symbol_skip): Before first do_lookup
5267 call test whether there is any scope left.
5268 (_dl_lookup_versioned_symbol_skip): Likewise.
5269
5270 * elf/Makefile (distribute): Add do-lookup.h.
5271 * elf/do-lookup.h: New file. Split out from dl-lookup.c.
5272 * elf/dl-lookup.c: Move do_lookup function in separate file and
5273 include the file twice, for handling versioning and without it.
5274
5275 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
5276 entry is already relocated.
5277 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
5278 * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
5279 * sysdeps/mips/dl-machine.h (elf_machine_runtime_setup): Likewise.
5280 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
5281 Likewise.
5282 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
5283 Likewise.
5284 * sysdeps/mips/mips64/dl-machine.h (elf_machine_runtime_setup):
5285 Likewise.
5286
5287 * elf/dynamic-link.h (elf_get_dynamic_info): Take new argument with
5288 load address. Relocate d_ptr in DT_DTRTAB, DT_SYMTAB, DT_RELA, DT_REL,
5289 DT_JMPREL, DT_PLTGOT, and DT_VERSYM l_info entry.
5290 (_ELF_DYNAMIC_DO_RELOC): Take extra argument which specifies whether
5291 rel and rela relocations can both happen and skip one test if this
5292 is not possible.
5293 (ELF_DYNAMIC_DO_RELA, ELF_DYNAMIC_DO_REL): Call _ELF_DYNAMIC_DO_RELOC
5294 appropriately.
5295 * elf/dl-addr.c (_dl_addr): DT_SYMTAB and DT_STRTAB entries are
5296 already relocated.
5297 * elf/dl-deps.c (_dl_map_object_deps): DT_STRTAB entry is already
5298 relocated.
5299 * elf/dl-load.c (_dl_init_paths): DT_STRTAB entry is already relocated.
5300 (_dl_map_object_from_fd): Call elf_get_dynamic_info with new argument.
5301 (_dl_map_object): DT_STRTAB entry is already relocated.
5302 * elf/dl-lookup.c (do_lookup): DT_STRTAB and DT_SYMTAB entries are
5303 already relocated.
5304 * elf/dl-reloc.c (_dl_relocate_object): DT_STRTAB entry is already
5305 relocated.
5306 * elf/dl-runtime.c (fixup): DT_SYMTAB, DT_STRTAB, DT_JMPREL, and
5307 DT_VERSYM entries are already relocated.
5308 (profile_fixup): Likewise.
5309 * elf/dl-version.c: Rename VERSTAG macro into VERSYMIDX. Replace
5310 all users.
5311 (match_symbol): DT_STRTAB entry is already relocated.
5312 (_dl_check_map_versions): Likewise. Also fo DT_VERSYM.
5313 * elf/do-rel.h (elf_dynamic_do_rel): reladdr is now assumed to be
5314 relocated already. DT_SYMTAB and DT_VERSYM entries are also relocated.
5315 * elf/rtld.c (_dl_start): Pass extra argument to elf_get_dynamic_info.
5316 (find_needed): DT_STRTAB entry is already relocated.
5317 (dl_main): Pass extra argument to elf_get_dynamic_info.
5318 DT_STRTAB entry is already relocated.
5319 * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): DT_JMPREL and
5320 DT_PLTGOT entries are already relocated.
5321 (elf_machine_rela): Likewise for DT_SYMTAB.
5322 * sysdeps/arm/dl-machine.h (elf_machine_rel): DT_STRTAB is already
5323 relocated.
5324 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
5325 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
5326 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
5327 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
5328 * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Likewise.
5329 * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Likewise.
5330 (elf_machine_got_rel): Likewise for DT_SYMTAB and DT_STRTAB.
5331 * sysdeps/mips/mips64/dl-machine.h: Likewise.
5332
5333 * grp/initgroups.c (initgroups): If function in current module was
5334 successful don't stop but continue to process to get all the groups.
5335
5336 * elf/dl-load.c (_dl_map_object_from_fd): Use global
5337 _dl_pf_to_proot array to convert p_flags value.
5338 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
5339
5340 * elf/dynamic-link.h (elf_get_dynamic_info): Use memset instead of
5341 loop to clear `info'.
5342
5343 * sysdeps/i386/i486/bits/string.h: If fill byte is constant let gcc
5344 do the work and don't use inline assembler.
5345
5346 1999-02-19 Ulrich Drepper <drepper@cygnus.com>
5347
5348 * elf/ldsodefs.h (_dl_signal_error): Mark as __noreturn__.
5349 * elf/dl-load.c (lose): Make it a function at the toplevel, mark as
5350 noreturn, and prevent it from being inlined.
5351 Define LOSE appropriately.
5352 (_dl_map_object_from_fd): Compare all bytes in e_ident at once.
5353 Optimize decoding of p_flags for certain platforms.
5354
5355 1999-02-19 Philip Blundell <pb@nexus.co.uk>
5356
5357 * Makeconfig (link-libc): When doing a static link, make sure that
5358 libgcc.a is included both before and after libc.a.
5359
5360 1999-02-18 Thorsten Kukuk <kukuk@suse.de>
5361
5362 * nis/nss_compat/compat-spwd.c: Fix handling of default values for
5363 sp_warn, sp_inact, sp_expire and sp_flag.
5364
5365 1999-02-18 Ulrich Drepper <drepper@cygnus.com>
5366
5367 * elf/link.h (link_map): Add l_dev and l_ino.
5368 * elf/dl-load.c (_dl_map_object_from_fd): Test dev/ino of newly
5369 loaded shared object with all loaded objects. Initialize l_ino
5370 and l_dev in case it's new.
5371 * elf/rtld.c (dl_main): Explain situation is l_dev/l_ino with main
5372 object.
5373 * elf/Makefile: Compile and run new test.
5374 * elf/multiload.c: New file.
5375
5376 * nss/nsswitch.h (service_user): Change name field from const char *
5377 to char[0].
5378 (name_database_entry): Likewise.
5379 * nss/nsswitch.c (nss_parse_service_list): Adjust memory allocation
5380 for change of `service_user'.
5381 (nss_getline): Adjust memory allocation for change of
5382 `name_database_entry'.
5383
5384 * catgets/catgets.c: Correctly handle NLSPATH from environment
5385 [PR libc/980].
5386
5387 * io/Makefile (routines): Add lock64.
5388 * io/Versions: Add lockf64 for GLIBC_2.1.1.
5389 * sysdeps/generic/lockf64.c: New file.
5390
5391 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
5392
5393 * string/bits/string2.h: Only use strncmp optimization if count
5394 argument is constant.
5395
5396 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>
5397
5398 * sysdeps/mach/hurd/revoke.c: New file.
5399
5400 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
5401
5402 * wctype/wctype.h (_ISwbit): Cast result of shift operations to
5403 int to avoid warning about `ISO C restricts enumerator values to
5404 range of `int''.
5405
5406 1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5407
5408 * elf/dlfcn.h: Fix typo.
5409 * sysdeps/generic/bits/dlfcn.h: Likewise.
5410 * sysdeps/mips/bits/dlfcn.h: Likewise.
5411
5412 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
5413
5414 * sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags
5415 for the case N == 0.
5416
5417 * db2/Makefile (distribute): Add LICENSE.
5418
5419 1999-02-03 Jeff Bailey <jbailey@nisa.net>
5420
5421 * sysdeps/unix/make_errlist.c: Add i18n and copyright to
5422 generated files.
5423
5424 * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Fix typo.
5425
5426 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
5427
5428 * time/mktime.c: Use ISO C form for function definitions and
5429 remove unnecessary prototypes.
5430
5431 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo in last change.
5432
5433 * time/time.h: Avoid unneccesary #ifdef.
5434
5435 1999-02-15 Geoff Keating <geoffk@ozemail.com.au>
5436
5437 * stdio-common/_itoa.c (_itoa): Correct parameters to
5438 udiv_qrnnd_preinv.
5439
5440 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5441
5442 * misc/sys/cdefs.h: Undefine __PMT since it might be defined
5443 before (e.g. in glob.h).
5444 Closes PR libc/959.
5445
5446 1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5447
5448 * sysdeps/mips/fpu_control.h: Fix typo.
5449 Patch by Sylvain Pion <Sylvain.Pion@sophia.inria.fr>.
5450 Remove __setfpucw.
5451
5452 1999-02-10 Roland McGrath <roland@baalperazim.frob.com>
5453
5454 * sysdeps/mach/hurd/pipe.c (__pipe): Don't call __socket_shutdown on
5455 the "unused" ends of the sockets. Let pipes be bidirectional.
5456
5457 1999-02-15 Ulrich Drepper <drepper@cygnus.com>
5458
5459 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Correct test for
5460 invalid ai_flags.
5461
5462 1999-02-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5463
5464 * manual/llio.texi (Waiting for I/O): Correct meaning. Patch by
5465 Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/969].
5466
5467 * manual/setjmp.texi (Non-Local Exits and Signals): Fix
5468 typo. Patch by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/970].
5469
5470 1999-02-15 Ulrich Drepper <drepper@cygnus.com>
5471
5472 * string/Versions: Add __strverscmp to GLIBC_2.1.1.
5473
5474 1999-02-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5475
5476 * misc/syslog.c (vsyslog): Remember errno for %m format. Fix
5477 check for priority mask.
5478
5479 1999-02-14 Ulrich Drepper <drepper@cygnus.com>
5480
5481 * resolv/netdb.h (AI_NUMERICHOST): Change to 4.
5482 Reported by Craig Metz <cmetz@inner.net> .
5483
5484 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5485
5486 * stdio-common/Makefile (tests): tllformat added.
5487
5488 * stdio-common/tllformat.c: New program, based on tiformat.c with
5489 examples from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
5490
5491 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5492
5493 * posix/test-vfork.c: Fix exit status test.
5494
5495 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5496
5497 * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Add some
5498 missing cases. Reported by Craig Metz <cmetz@inner.net> [PR libc/964].
5499
5500 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5501
5502 * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
5503 of separare explicit comparisons.
5504
5505 1999-02-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5506
5507 * sysdeps/wordsize-64/inttypes.h: Always define ldiv_t if not yet
5508 defined.
5509
5510 * sysdeps/wordsize-32/inttypes.h: Always define lldiv_t if not yet
5511 defined.
5512
5513 1999-02-09 Ulrich Drepper <drepper@cygnus.com>
5514
5515 * po/el.po: Update from translation team.
5516
5517 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5518
5519 * intl/locale.alias: Fix slovenian entry [PR libc/948].
5520
5521 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5522
5523 * elf/sprof.c: assert.h isn't used anymore, remove inclusion.
5524 * inet/ruserpass.c: Likewise.
5525 * locale/programs/stringtrans.c: Likewise.
5526 * locale/programs/localedef.c: Likewise.
5527 * nscd/grpcache.c: Likewise.
5528 * nss/nss_files/files-XXX.c: Likewise.
5529 * stdlib/canonicalize.c: Likewise.
5530 * sysdeps/posix/sigwait.c: Likewise.
5531
5532 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5533
5534 * sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison
5535 even on 64 bit platforms.
5536
5537 * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
5538 Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>.
5539
5540 1999-02-09 Ulrich Drepper <drepper@cygnus.com>
5541
5542 * intl/dcgettext.c: Include locale.h is available.
5543
5544 1999-02-08 Ulrich Drepper <drepper@cygnus.com>
5545
5546 * po/nl.po: Update from translation team.
5547
5548 * sysdeps/libm-i387/s_asinhf.S: Correct computing absolute value.
5549
5550 * Makefile: Allow calling goals for po subdir.
5551
5552 * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add missing RT
5553 signal definitions.
5554
5555 * po/el.po: New file.
5556
5557 1999-02-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5558
5559 * elf/dl-load.c (_dl_map_object_from_fd): Replace magic constant
5560 when processing DT_SYMBOLIC objects.
5561
5562 1999-02-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5563
5564 * elf/dl-load.c (_dl_map_object_from_fd): When looking for the
5565 program headers without PT_PHDR only require that they are
5566 contained within one of the loaded segments. Don't use assert,
5567 since that would be a bug in the object, not the dynamic linker.
5568
5569 1999-02-08 Richard Henderson <rth@cygnus.com>
5570
5571 * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Save and
5572 restore all call-clobbered fp regs.
5573
5574 1999-02-08 Ulrich Drepper <drepper@cygnus.com>
5575
5576 * po/cs.po: New file.
5577
5578 * resolv/res_hconf.c (_res_hconf_init): Don't use ENV_HOSTCONF for
5579 SUID binaries.
5580
5581 1999-02-07 Ulrich Drepper <drepper@cygnus.com>
5582
5583 * signal/signal.h: Don't declare __libc_allocate_rtsig.
5584 * include/signal.h: Declare __libc_allocate_rtsig here.
5585
5586 * elf/dl-lookup.c: Increment _dl_num_relocations in the four entry
5587 point functions, not do_lookup since the later can be called more
5588 than once.
5589
5590 1999-02-03 Jakub Jelinek <jj@ultra.linux.cz>
5591
5592 * sysdeps/generic/segfault.c: Add ADVANCE_STACK_FRAME
5593 macro, so that architectures which need to add some special
5594 offset to stack pointer can share this file.
5595
5596 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: New file.
5597 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: New file.
5598 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: New file.
5599 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: New file.
5600
5601 * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Remove.
5602 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Remove.
5603 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: New file - common
5604 between sparc32 and sparc64.
5605
5606 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Remove.
5607 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Remove.
5608 * sysdeps/unix/sysv/linux/sparc/vfork.S: New file - common
5609 between sparc32 and sparc64.
5610
5611 * sysdeps/unix/sysv/linux/sparc/sparc32/fork.S: Remove.
5612 * sysdeps/unix/sysv/linux/sparc/sparc64/fork.S: Remove.
5613 * sysdeps/unix/sysv/linux/sparc/fork.S: New file - common
5614 between sparc32 and sparc64.
5615
5616 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Remove.
5617 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Remove.
5618 * sysdeps/unix/sysv/linux/sparc/sysdep.S: New file - common
5619 between sparc32 and sparc64.
5620
5621 1999-02-07 Ulrich Drepper <drepper@cygnus.com>
5622
5623 * Versions.def: New version GLIBC_2.1.1 for libc.
5624 * stdlib/Versions: Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1.
5625 * stdlib/labs.c: Moved to...
5626 * sysdeps/generic/labs.c: ...here.
5627 * stdlib/llabs.c: Moved to...
5628 * sysdeps/generic/llabs.c: ...here.
5629 * stdlib/stdlib.h: Allow definition of ldiv_t and lldiv_t in other
5630 header. Declare _Exit.
5631 * sysdeps/generic/_exit.c: Add alias _Exit.
5632 * sysdeps/mach/hurd/_exit.c: Likewise.
5633 * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
5634 * sysdeps/standalone/i960/nindy960/_exit.c: Likewise.
5635 * sysdeps/standalone/m68k/m68020/mvme136/_exit.c: Likewise.
5636 * sysdeps/unix/_exit.c: Likewise.
5637 * sysdeps/wordsize-32/inttypes.h: Define imaxdiv_t and declare
5638 imaxdiv and imaxabs. Declare lldiv_t if necessary.
5639 * sysdeps/wordsize-64/inttypes.h: Likewise.
5640 * sysdeps/wordsize-32/llabs.c: New file.
5641 * sysdeps/wordsize-32/lldiv.c: New file.
5642 * sysdeps/wordsize-64/labs.c: New file.
5643 * sysdeps/wordsize-64/ldiv.c: New file.
5644 * manual/arith.texi: Document imaxabs, imaxdiv_t, and imaxdiv.
5645 * manual/startup.texi: Document _Exit.
5646
5647 1999-02-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5648
5649 * nscd/cache.c: Include <arpa/inet.h> for inet_ntop.
5650
5651 1999-02-06 Ulrich Drepper <drepper@cygnus.com>
5652
5653 * Versions.def: Add versions for ld.so.
5654 * csu/Versions: Remove __libc_stack_end here.
5655 * elf/Versions: Split libc definitions in libc and ld.so definitions.
5656 * elf/Makefile (ld-map): Change to ld.so.map.
5657 * scripts/versions.awk: Recognize dot in library names.
5658
5659 * ctype/ctype.h: Remove definitions of __tolower and __toupper.
5660 Don't use __tolower and __toupper in inline functions.
5661 Add optimizing macros for tolower and toupper.
5662 * ctype/ctype-extn.c (_tolower): Don't use __tolower.
5663 (_toupper): Don't use __toupper.
5664 * ctype/ctype.c (tolower): Don't use __tolower.
5665 (toupper): Don't use toupper.
5666
5667 * nscd/cache.c (prune_cache): Correct printing of debugging messages.
5668
5669 * resolv/Versions (libresolv): Export __ns_name_unpack and
5670 __ns_name_ntop.
5671 * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
5672 make it global. Change all users. Similar for ns_name_ntop.
5673 * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
5674 user-provided buffer. Use __ns_name_unpack and __ns_name_ntop
5675 directly to detect too small buffer.
5676 * resolv/nss_dns/dns-network.c: Likewise.
5677
5678 * stdio-common/Makefile (tests): Add scanf12.
5679 * stdio-common/scanf12.c: New file.
5680 * stdio-common/scanf12.input: New file.
5681 * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
5682 floating-point correctly if the number is invalid.
5683
5684 * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
5685 functions.
5686 * stdio-common/printf_fp.c: Likewise.
5687 * stdio-common/printf_fphex.c: Likewise.
5688 * stdio-common/vfprintf.c: Likewise.
5689
5690
5691 See ChangeLog.9 for earlier changes.
This page took 0.264527 seconds and 5 git commands to generate.