]> sourceware.org Git - glibc.git/blob - ChangeLog
6680a847c5e7ad153a3c18264e43abd6b9e6ca7d
[glibc.git] / ChangeLog
1 1999-10-13 Ulrich Drepper <drepper@cygnus.com>
2
3 * td_ta_thr_iter.c: Use size of descriptor from *TA.
4 Don't return manager thread before it's actually running.
5 Actually use state parameter to distingusih at least a few states.
6
7 * td_thr_get_info.c: Handle manager thread special. Fill in ti_lid,
8 ti_state fields, and ti_startfunc fields.
9
10 1999-10-12 Ulrich Drepper <drepper@cygnus.com>
11
12 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Don't define
13 register names unconditionally, only if __USE_GNU.
14
15 * debug/Makefile: Fix rules to generate pcprofiledump.
16
17 * include/ucontext.h: New file.
18
19 * locale/setlocale.c: Fix gcc warning about uninitialized variable.
20
21 1999-10-12 Andreas Jaeger <aj@suse.de>
22
23 * stdlib/tst-environ.c: Include <string.h> for strcpy declaration.
24
25 * math/basic-test.c: Fix typo.
26
27 * locale/programs/xstrdup.c: Include string.h for glibc
28 compilation to get string prototypes.
29
30 * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: Add definition of
31 gregset_t and fpregset_t.
32
33 * sysdeps/generic/s_nexttowardf.c: Add parenthesis to shut up gcc
34 warnings. Correct value for x == 0.
35
36 * argp/argp-help.c: Remove broken definition of flockfile and
37 funlockfile.
38
39 1999-10-12 Andreas Schwab <schwab@suse.de>
40
41 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Update to match
42 generic Linux version.
43
44 1999-10-12 Ulrich Drepper <drepper@cygnus.com>
45
46 * sysdeps/unix/sysv/linux/bits/sigaction.h: Remove K&R compatibility.
47
48 1999-10-11 Ulrich Drepper <drepper@cygnus.com>
49
50 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Add gregset_t
51 and fpregset_t definitions.
52
53 * malloc/memprof.c (GETSP): Define for PowerPC.
54 (GETTIME): Fix generic version.
55
56 1999-10-10 Philip Blundell <philb@gnu.org>
57
58 * sunrpc/xdr_float.c (LSW): Depend on __FLOAT_WORD_ORDER not
59 __BYTE_ORDER.
60
61 1999-10-11 Ulrich Drepper <drepper@cygnus.com>
62
63 * sysdeps/unix/sysv/linux/powerpc/socket.S: Adjust asm syntax.
64 * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
65 * sysdeps/unix/sysv/linux/powerpc/syscall.S: Likewise.
66 * sysdeps/unix/sysv/linux/powerpc/brk.S: Likewise.
67
68 * sysdeps/powerpc/Makefile [math] (libm-support): Remove t_sqrt.
69
70 * sysdeps/powerpc/e_sqrt.c: Moved to...
71 * sysdeps/powerpc/fpu/e_sqrt.c: ...here.
72 * sysdeps/powerpc/e_sqrtf.c: Moved to...
73 * sysdeps/powerpc/fpu/e_sqrtf.c: ...here.
74
75 * sysdeps/powerpc/submul_1.S: Adjust asm syntax.
76 * sysdeps/powerpc/sub_n.S: Likewise.
77 * sysdeps/powerpc/strlen.S: Likewise.
78 * sysdeps/powerpc/strcpy.S: Likewise.
79 * sysdeps/powerpc/strcmp.S: Likewise.
80 * sysdeps/powerpc/strchr.S: Likewise.
81 * sysdeps/powerpc/stpcpy.S: Likewise.
82 * sysdeps/powerpc/setjmp.S: Likewise.
83 * sysdeps/powerpc/rshift.S: Likewise.
84 * sysdeps/powerpc/ppc-mcount.S: Likewise.
85 * sysdeps/powerpc/mul_1.S: Likewise.
86 * sysdeps/powerpc/memset.S: Likewise.
87 * sysdeps/powerpc/lshift.S: Likewise.
88 * sysdeps/powerpc/dl-start.S: Likewise.
89 * sysdeps/powerpc/bzero.S: Likewise.
90 * sysdeps/powerpc/bsd-setjmp.S: Likewise.
91 * sysdeps/powerpc/bsd-_setjmp.S: Likewise.
92 * sysdeps/powerpc/addmul_1.S: Likewise.
93 * sysdeps/powerpc/add_n.S: Likewise.
94 * sysdeps/powerpc/__longjmp.S: Likewise.
95 * sysdeps/powerpc/elf/start.S: Likewise.
96
97 1999-10-11 Cristian Gafton <gafton@redhat.com>
98
99 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Declare
100 SA_SIGINFO.
101
102 1999-10-10 Ulrich Drepper <drepper@cygnus.com>
103
104 * stdlib/atexit.c (initial): New variable. Use to initialize
105 __exit_funcs.
106 * stdlib/exit.c (exit): Beware to not free statically allocated
107 list element [PR libc/1305].
108
109 * stdlib/xpg_basename.c (__xpg_basename): Don't return pointer to
110 slash before the basename [PR libc/1383].
111
112 * argp/argp.h: Fix typo in last patch.
113
114 * sysdeps/powerpc/sysdep.h: New file.
115 * sysdeps/unix/powerpc/sysdep.h: New file.
116 * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Include
117 sysdeps/unix/powerpc/sysdep.h, not sysdeps/unix/sysdep.h.
118 * sysdeps/powerpc/fpu/s_copysign.S: Use symbolic names for registers
119 instead of bare numbers.
120 * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
121 * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
122 * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
123
124 * sysdeps/hppa/sysdep.h: New file.
125
126 1999-10-10 Andreas Jaeger <aj@suse.de>
127
128 * misc/sgtty.h: Fix typo in last patch.
129
130 1999-10-09 Ulrich Drepper <drepper@cygnus.com>
131
132 * nss/getXXbyYY_r.c (do_weak_alias): Remove unnecessary parenthesis.
133 * sysdeps/powerpc/s_copysign.S: Move to...
134 * sysdeps/powerpc/fpu/s_copysign.S: ...here. Use portable asm syntax.
135 * sysdeps/powerpc/s_copysignf.S: Move to...
136 * sysdeps/powerpc/fpu/s_copysignf.S: ...here.
137 * sysdeps/powerpc/s_fabs.S: Move to...
138 * sysdeps/powerpc/fpu/s_fabs.S: ...here. Use portable asm syntax.
139 * sysdeps/powerpc/s_fabsf.S: Move to...
140 * sysdeps/powerpc/fpu/s_fabsf.S: ...here.
141 * sysdeps/powerpc/s_fdim.c: Move to...
142 * sysdeps/powerpc/fpu/s_fdim.c: ...here.
143 * sysdeps/powerpc/s_fdimf.c: Move to...
144 * sysdeps/powerpc/fpu/s_fdimf.c: ...here.
145 * sysdeps/powerpc/s_fmax.S: Move to...
146 * sysdeps/powerpc/fpu/s_fmax.S: ...here. Use portable asm syntax.
147 * sysdeps/powerpc/s_fmaxf.S: Move to...
148 * sysdeps/powerpc/fpu/s_fmaxf.S: ...here.
149 * sysdeps/powerpc/s_fmin.S: Move to...
150 * sysdeps/powerpc/fpu/s_fmin.S: ...here. Use portable asm syntax.
151 * sysdeps/powerpc/s_fminf.S: Move to...
152 * sysdeps/powerpc/fpu/s_fminf.S: ...here.
153 * sysdeps/powerpc/s_isnan.S: Move to...
154 * sysdeps/powerpc/fpu/s_isnan.c: ...here.
155 * sysdeps/powerpc/s_isnanf.S: Move to...
156 * sysdeps/powerpc/fpu/s_isnanf.S: ...here.
157 * sysdeps/powerpc/s_llrint.c: Move to...
158 * sysdeps/powerpc/fpu/s_llrint.c: ...here.
159 * sysdeps/powerpc/s_llrintf.c: Move to...
160 * sysdeps/powerpc/fpu/s_llrintf.c: ...here.
161 * sysdeps/powerpc/s_llround.c: Move to...
162 * sysdeps/powerpc/fpu/s_llround.c: ...here.
163 * sysdeps/powerpc/s_llroundf.c: Move to...
164 * sysdeps/powerpc/fpu/s_llroundf.c: ...here.
165 * sysdeps/powerpc/s_lrint.c: Move to...
166 * sysdeps/powerpc/fpu/s_lrint.c: ...here.
167 * sysdeps/powerpc/s_lrintf.S: Move to...
168 * sysdeps/powerpc/fpu/s_lrintf.S: ...here.
169 * sysdeps/powerpc/s_lround.c: Move to...
170 * sysdeps/powerpc/fpu/s_lround.c: ...here.
171 * sysdeps/powerpc/s_lroundf.c: Move to...
172 * sysdeps/powerpc/fpu/s_lroundf.c: ...here.
173 * sysdeps/powerpc/s_rint.c: Move to...
174 * sysdeps/powerpc/fpu/s_rint.c: ...here.
175 * sysdeps/powerpc/s_rintf.c: Move to...
176 * sysdeps/powerpc/fpu/s_rintf.c: ...here.
177 * sysdeps/powerpc/t_sqrt.c: Move to...
178 * sysdeps/powerpc/fpu/t_sqrt: ...here.
179 * sysdeps/powerpc/w_sqrt.c: Move to...
180 * sysdeps/powerpc/fpu/w_sqrt.c: ...here.
181 * sysdeps/powerpc/w_sqrtf.c: Move to...
182 * sysdeps/powerpc/fpu/w_sqrtf.c: ...here.
183 * configure.in: Support platforms which have no .text pseudo-op.
184 Patches partly by Jimi X <jimix@pobox.com>.
185
186 * Makeconfig: Look also in all subdirs for shlib-versions files.
187
188 * malloc/memprof.sh: Fix --help string a bit.
189
190 * argp/argp.h: Remove K&R compatiblity.
191 * assert/assert.h: Likewise.
192 * catgets/nl_types.h: Likewise.
193 * ctype/ctype.h: Likewise.
194 * db/db.h: Likewise.
195 * db/ndbm.h: Likewise.
196 * db2/db.h: Likewise.
197 * db2/db_185.h: Likewise.
198 * debug/execinfo.h: Likewise.
199 * dirent/dirent.h: Likewise.
200 * dlfcn/dlfcn.h: Likewise.
201 * gmon/sys/gmon.h: Likewise.
202 * grp/grp.h: Likewise.
203 * iconv/gconv.h: Likewise.
204 * iconv/iconv.h: Likewise.
205 * include/execinfo.h: Likewise.
206 * inet/aliases.h: Likewise.
207 * inet/netinet/ether.h: Likewise.
208 * inet/netinet/in.h: Likewise.
209 * intl/libintl.h: Likewise.
210 * io/fcntl.h: Likewise.
211 * io/fts.h: Likewise.
212 * io/ftw.h: Likewise.
213 * io/utime.h: Likewise.
214 * io/sys/poll.h: Likewise.
215 * io/sys/stat.h: Likewise.
216 * io/sys/statfs.h: Likewise.
217 * io/sys/statvfs.h: Likewise.
218 * libio/libio.h: Likewise.
219 * libio/stdio.h: Likewise.
220 * linuxthreads/sysdeps/pthread/pthread.h: Likewise.
221 * locale/locale.h: Likewise.
222 * login/pty.h: Likewise.
223 * login/utmp.h: Likewise.
224 * malloc/mcheck.h: Likewise.
225 * math/complex.h: Likewise.
226 * math/math.h: Likewise.
227 * math/math_private.h: Likewise.
228 * misc/err.h: Likewise.
229 * misc/fstab.h: Likewise.
230 * misc/libgen.h: Likewise.
231 * misc/mntent.h: Likewise.
232 * misc/regexp.h: Likewise.
233 * misc/search.h: Likewise.
234 * misc/sgtty.h: Likewise.
235 * misc/ttyent.h: Likewise.
236 * misc/sys/cdefs.h: Likewise.
237 * misc/sys/file.h: Likewise.
238 * misc/sys/ioctl.h: Likewise.
239 * misc/sys/mman.h: Likewise.
240 * misc/sys/select.h: Likewise.
241 * misc/sys/syslog.h: Likewise.
242 * misc/sys/uio.h: Likewise.
243 * misc/sys/ustat.h: Likewise.
244 * nss/nss.h: Likewise.
245 * posix/sched.h: Likewise.
246 * posix/unistd.h: Likewise.
247 * posix/wordexp.h: Likewise.
248 * posix/sys/times.h: Likewise.
249 * posix/sys/utsname.h: Likewise.
250 * posix/sys/wait.h: Likewise.
251 * pwd/pwd.h: Likewise.
252 * resolv/netdb.h: Likewise.
253 * resolv/resolv.h: Likewise.
254 * resource/ulimit.h: Likewise.
255 * resource/sys/resource.h: Likewise.
256 * resource/sys/vlimit.h: Likewise.
257 * resource/sys/vtimes.h: Likewise.
258 * rt/aio.h: Likewise.
259 * setjmp/setjmp.h: Likewise.
260 * shadow/shadow.h: Likewise.
261 * signal/signal.h: Likewise.
262 * socket/socket.h: Likewise.
263 * stdio/stdio.h: Likewise.
264 * stdio-common/_itoa.h: Likewise.
265 * stdio-common/_itowa.h: Likewise.
266 * stdio-common/printf.h: Likewise.
267 * stdlib/alloca.h: Likewise.
268 * stdlib/fmtmsg.h: Likewise.
269 * stdlib/monetary.h: Likewise.
270 * stdlib/stdlib.h: Likewise.
271 * stdlib/ucontext.h: Likewise.
272 * streams/stropts.h: Likewise.
273 * string/argz.h: Likewise.
274 * string/envz.h: Likewise.
275 * string/string.h: Likewise.
276 * string/strings.h: Likewise.
277 * string/bits/string2.h: Likewise.
278 * sunrpc/rpc/auth.h: Likewise.
279 * sunrpc/rpc/auth_des.h: Likewise.
280 * sunrpc/rpc/auth_unix.h: Likewise.
281 * sunrpc/rpc/clnt.h: Likewise.
282 * sunrpc/rpc/des_crypt.h: Likewise.
283 * sunrpc/rpc/netdb.h: Likewise.
284 * sunrpc/rpc/pmap_clnt.h: Likewise.
285 * sunrpc/rpc/pmap_prot.h: Likewise.
286 * sunrpc/rpc/pmap_rmt.h: Likewise.
287 * sunrpc/rpc/rpc_msg.h: Likewise.
288 * sunrpc/rpc/svc.h: Likewise.
289 * sunrpc/rpc/svc_auth.h: Likewise.
290 * sunrpc/rpc/xdr.h: Likewise.
291 * sysdeps/unix/sysv/linux/bits/sigstack.h: Likewise.
292 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
293 * sysvipc/sys/ipc.h: Likewise.
294 * sysvipc/sys/msg.h: Likewise.
295 * sysvipc/sys/sem.h: Likewise.
296 * sysvipc/sys/shm.h: Likewise.
297 * termios/termios.h: Likewise.
298 * time/time.h: Likewise.
299 * time/sys/time.h: Likewise.
300 * time/sys/timeb.h: Likewise.
301 * wcsmbs/wchar.h: Likewise.
302 * wctype/wctype.h: Likewise.
303
304 1999-10-05 Roland McGrath <roland@baalperazim.frob.com>
305
306 * mach/mach/mig_support.h [! __USE_GNU]: Use #error to insist that
307 _GNU_SOURCE be defined.
308
309 1999-10-08 Ulrich Drepper <drepper@cygnus.com>
310
311 * ctype/ctype.h: Pretty print.
312
313 * po/cs.po: Fix typos.
314
315 * nis/nss_nisplus/nisplus-parser.c (_nss_nisplus_parse_spent): Fix
316 handling of empty entries. [PR libc/1345]
317 Patch by Thorsten Kukuk <kukuk@suse.de>.
318
319 1999-10-08 Andreas Schwab <schwab@suse.de>
320
321 * debug/xtrace.sh: Fix quoting bugs. Implement --help and --version.
322
323 1999-10-08 Andreas Schwab <schwab@suse.de>
324
325 * debug/pcprofiledump.c: Fix typos.
326
327 1999-10-07 Andreas Jaeger <aj@suse.de>
328
329 * math/Makefile (tests): Added basic-tests.
330
331 * math/basic-test.c: New file. Contains function basic_tests from
332 libm-test.
333
334 1999-10-07 Andreas Schwab <schwab@suse.de>
335
336 * malloc/memprof.sh: Fix quoting bugs.
337
338 1999-10-08 Ulrich Drepper <drepper@cygnus.com>
339
340 * timezone/europe: Update from tzdata1999h.
341
342 1999-10-07 Ulrich Drepper <drepper@cygnus.com>
343
344 * elf/elf.h: Update from last gABI draft.
345
346 * elf/elf.h: Remove EM_486 entry.
347 * sysdeps/i386/dl-machine.h (elf_machine_matches_host): Remove
348 test for EM_486.
349
350 1999-10-07 Ulrich Drepper <drepper@cygnus.com>
351
352 * debug/Makefile (install-bin): Add pcprofiledump and xtrace.
353 Add rules for both programs.
354 * debug/pcprofiledump.c: New file.
355 * debug/xtrace.sh: New file.
356 * debug/pcprofile.c: Allow creating output file. Add magic signature
357 to let reader recognize file format.
358
359 1999-10-06 Ulrich Drepper <drepper@cygnus.com>
360
361 * locale/programs/ld-ctype.c (ctype_read): Fix typos in last patch.
362
363 1999-10-05 Andreas Jaeger <aj@suse.de>
364
365 * locale/programs/ld-identification.c: Fix typo in comment.
366 * locale/programs/ld-messages.c: Likewise.
367 * locale/programs/ld-monetary.c: Likewise.
368 * locale/programs/ld-name.c: Likewise.
369
370 * locale/programs/ld-collate.c (read_lc_collate): Fix typo in comment.
371 (collate_read): Remove unnecessary comparisons with ignore_content.
372
373 * locale/programs/ld-ctype.c (ctype_finish): Loop only over actual
374 assigned elements.
375 (ctype_read): Remove unnecessary comparisons with ignore_content.
376 Fix typos in comments.
377
378 * locale/programs/ld-address.c (STR_ELEM): Remove unnecessary
379 comparisons with ignore_content.
380
381 1999-10-05 Ulrich Drepper <drepper@cygnus.com>
382
383 * po/cs.po: Update.
384
385 * time/time.h: Move __gmtime_r declaration to ...
386 * include/time.h: ...here.
387
388 1999-10-05 Andreas Jaeger <aj@suse.de>
389
390 * manual/message.texi (The message catalog files): Fix description
391 to match gencat implementation and Unix98: Message fields are
392 separated by a single blank space.
393
394 1999-10-05 Andreas Jaeger <aj@suse.de>
395
396 * manual/string.texi (Search Functions): Add missing end for
397 memrchr description.
398
399 1999-10-04 Ulrich Drepper <drepper@cygnus.com>
400
401 * malloc/memprof.sh: Various small cleanups. Add short options.
402 Write error messages to stderr.
403
404 * malloc/Makefile ($(objpfx)memprof): Fix typo in rule.
405
406 * malloc/memprof.sh: Take options to control memprofstat.
407
408 * malloc/Makefile: Add rule to generate memprof script.
409 * malloc/memprof.sh: New file.
410
411 * elf/ldd.bash.in: Add "Usage: " in help message to comply with
412 GNU standard.
413
414 1999-10-04 Andreas Jaeger <aj@suse.de>
415
416 * configure.in: Allow makeinfo 4.*.
417
418 1999-10-04 Ulrich Drepper <drepper@cygnus.com>
419
420 * stdio-common/vfprintf.c: Correct last patch and use outchar
421 instead of PUTC to output single characters.
422 * stdio-common/Makefile (tests): Add bug13.
423 * stdio-common/bug13.c: New file.
424
425 * configure.in: Add additional options --with-gd-include and
426 --with-gd-lib to help people with strange installations.
427
428 * malloc/Makefile: Add libdl dependency to libmemprof.so.
429 * malloc/Depend: New file.
430
431 1999-10-04 Andreas Jaeger <aj@suse.de>
432
433 * timezone/README: Change wording to not mention the current
434 version. This way we can't forget to update the file.
435
436 1999-10-04 Andreas Jaeger <aj@suse.de>
437
438 * manual/time.texi (Basic CPU Time): Fix typo.
439 Reported by Ben Pfaff <pfaffben@msu.edu>.
440
441 1999-10-04 Ulrich Drepper <drepper@cygnus.com>
442
443 * string/string.h: Move __memrchr declaration to ...
444 * include/string.h: ...here.
445
446 1999-10-03 Ulrich Drepper <drepper@cygnus.com>
447
448 * string/Makefile (routines): Add memrchr.
449
450 * sysdeps/generic/memrchr.c: Don't undef memchr, undef memrchr.
451 Correct order of tests for matching bytes.
452
453 * string/tester.c: Add tests for memrchr.
454
455 * sysdeps/i386/i486/bits/string.h (__memrchr): Correct implementation.
456 Start from the last character and take decrement not increment
457 into account for correction in return line. Add memrchr alias.
458 * sysdeps/i386/bits/string.h: Likewise.
459
460 1999-10-04 Roland McGrath <roland@baalperazim.frob.com>
461
462 * stdlib/stdlib.h [__USE_BSD]: Declare getloadavg.
463
464 1999-10-03 Ulrich Drepper <drepper@cygnus.com>
465
466 * sysdeps/i386/i486/bits/string.h (__memrchr): New function.
467
468 * sysdeps/i386/bits/string.h (__memrchr): Add cld to comply to
469 conventions.
470
471 * string/Versions: Export memrchr.
472
473 1999-10-04 Roland McGrath <roland@baalperazim.frob.com>
474
475 * misc/Versions (GLIBC_2.2): Add getloadavg.
476 * misc/Makefile (routines): Add getloadavg.
477 * sysdeps/generic/getloadavg.c: New file.
478 * sysdeps/mach/getloadavg.c: New file.
479 * sysdeps/unix/sysv/linux/getloadavg.c: New file.
480
481 * sysdeps/generic/memrchr.c: New file, adapted from memchr.c.
482 * sysdeps/i386/bits/string.h (__memrchr): New function.
483 * string/string.h: Declare memrchr, __memrchr.
484 * manual/string.texi (Search Functions): Document memrchr.
485
486 1999-10-03 Ulrich Drepper <drepper@cygnus.com>
487
488 * configure.in: Accept --with-gd option and set all libgd-LDFLAGS,
489 CFLAGS-memprofstat.c, and LIBGD variables.
490 * config.make.in: Add LIBGD.
491 * malloc/Makefile: Add rules to generate libmemprof.so and
492 memprofstat.
493 * malloc/memprof.c: New file.
494 * malloc/memprofstat.c: New file.
495
496 1999-10-02 Ulrich Drepper <drepper@cygnus.com>
497
498 * resolv/nsap_addr.c (inet_nsap_addr): Little optimization.
499
500 * resolv/inet_ntop.c (inet_ntop4): Little optimization.
501 (inet_ntop6): Likewise.
502
503 * resolv/inet_net_pton.c (inet_net_pton_ipv4): Prevent buffer
504 overruns.
505
506 * resolv/tst-aton.c (main): Add more tests.
507
508 * resolv/inet_addr.c (inet_aton): Correct some problems with to
509 large numbers. Optimize a bit.
510
511 1999-10-01 Ulrich Drepper <drepper@cygnus.com>
512
513 * resolv/inet_net_ntop.c (inet_net_ntop_ipv4): If BITS is zero
514 account for added '0'.
515
516 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Align
517 handling of IPv6 tunnel address handling with bind 8.2.1. Allow
518 len argument to be greater than needed address size.
519
520 1999-10-01 Andreas Jaeger <aj@suse.de>
521
522 * locale/programs/ld-collate.c (insert_value): Add cast to avoid
523 warning.
524 * intl/finddomain.c (_nl_find_domain): Likewise.
525
526 1999-09-30 Andreas Schwab <schwab@suse.de>
527
528 * sysdeps/unix/sysv/linux/alpha/ioperm.c: Disable debug messages.
529
530 1999-09-30 Andreas Jaeger <aj@suse.de>
531
532 * sysdeps/i386/lshift.S: Correct assembler commands to fix warnings.
533 * sysdeps/i386/rshift.S: Likewise.
534 * sysdeps/i386/strchrnul.S: Likewise.
535 * sysdeps/i386/strchr.S: Likewise.
536 Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>,
537 PR libc/1339.
538
539 1999-09-30 Andreas Jaeger <aj@suse.de>
540
541 * manual/examples/pipe.c: Close other end of pipe to make example work.
542
543 1999-10-01 Ulrich Drepper <drepper@cygnus.com>
544
545 * timezone/checktab.awk: Update from tzcode1999g.
546 * timezone/tzselect.ksh: Likewise.
547 * timezone/africa: Update from tzdata1999g.
548 * timezone/asia: Likewise.
549 * timezone/australasia: Likewise.
550 * timezone/europe: Likewise.
551 * timezone/northamerica: Likewise.
552 * timezone/southamerica: Likewise.
553 * timezone/iso3166.tab: Likewise.
554 * timezone/zone.tab: Likewise.
555
556 1999-09-27 Andreas Jaeger <aj@suse.de>
557
558 * resolv/netdb.h: Remove declaration of getnodebyname. It has
559 been renamed to getipnodebyname. Move flags around.
560
561 1999-09-27 Andreas Schwab <schwab@suse.de>
562
563 * manual/message.texi (Locating gettext catalog): Fix typos.
564
565 1999-09-27 Andreas Jaeger <aj@suse.de>
566
567 * manual/socket.texi (Out-of-Band Data): Correct example program,
568 rename some variables for clarity.
569 Reported by James Antill <james@and.org>, close PR libc/1329.
570
571 1999-09-27 Ulrich Drepper <drepper@cygnus.com>
572
573 * locale/programs/ld-collate.c (insert_value): Add hack to not
574 crash in incomplete collate implementation.
575
576 * locale/programs/ld-collate.c (read_directions): Read new token
577 after accepting sorting rule.
578
579 1999-09-26 Ulrich Drepper <drepper@cygnus.com>
580
581 * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Fix
582 error message printing. Correctly test whether all characters of
583 current token are used.
584 (ctype_read): NUL terminate last_str.
585
586 1999-09-26 Thorsten Kukuk <kukuk@suse.de>
587
588 * nscd/connections.c: Invalidate caches on request.
589 * nscd/nscd-client.h: Add INVALIDATE to request_type.
590 * nscd/nscd.c: Add invalidate cache option.
591 * nscd/nscd.conf: Change log directory to /var/log (FHS).
592
593 1999-09-24 Ulrich Drepper <drepper@cygnus.com>
594
595 * nis/nss_nisplus/nisplus-parser.c (_nss_nisplus_parse_grent): Do
596 not ovverwrite last group member with NULL pointer.
597 Reported by Thomas Winder <thomas.winder@newlogic.at>.
598
599 1999-09-24 Andreas Jaeger <aj@suse.de>
600
601 * stdio-common/tst-printf.c (main): Add a testcase for large
602 precision. Reported by Tymm Twillman <tymm@coe.missouri.edu>.
603
604 1999-09-24 Andreas Schwab <schwab@suse.de>
605
606 * math/bits/mathcalls.h: Fix last change. Also declare __finite.
607
608 1999-09-24 Andreas Jaeger <aj@suse.de>
609
610 * intl/finddomain.c (_nl_find_domain): Fix memory leak: Free
611 normalized_codeset. Reported by Belicky Zsolt <zsolt@prolan.hu>.
612
613 1999-09-23 Mark Kettenis <kettenis@gnu.org>
614
615 * sysdeps/unix/sysv/linux/Makefile [malloc] (CFLAGS-malloc.c): New
616 variable. Define MORECORE_CLEARS to 2.
617
618 * malloc/malloc.c (cALLOc): Correctly handle systems where sbrk
619 doesn't clear the contents of memory that is reallocated after
620 decrementing the break value first. Update comment about
621 MORECORE_CLEARS, explaining the meaning of the values it can be
622 set to.
623
624 1999-09-23 Ulrich Drepper <drepper@cygnus.com>
625
626 * nis/nss_compat/compat-pwd.c (internal_getpwuid_r): Set errno in
627 one more case.
628
629 * sysdeps/i386/fpu/bits/mathinline.h (atan): Add st(1) to clobbers.
630 (log): Likewise.
631 (log10): Likewise.
632 (log1p): Likewise.
633 (log2): Likewise.
634
635 1999-09-22 Andreas Jaeger <aj@suse.de>
636
637 * stdio-common/tstscanf.c (main): Add test case from PR libc/1313
638 reported by Ben Caradoc-Davies <bmcd@physics.otago.ac.nz>.
639
640 1999-09-22 Andreas Schwab <schwab@suse.de>
641
642 * stdio-common/vfscanf.c: Fix width handling when scanning floats.
643
644 1999-04-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
645
646 * elf/Makefile (CFLAGS-multiload.c): Change to allow building in
647 the source directory. Fixes PR libc/1059.
648
649 1999-09-21 Ulrich Drepper <drepper@cygnus.com>
650
651 * locale/programs/repertoire.c (repertoire_find_value): Abort if
652 rep parameter is NULL.
653 (repertoire_find_symbol): Likewise.
654 (repertoire_find_seq): Likewise.
655
656 1999-09-20 Jean-Louis Martineau <martinea@IRO.UMontreal.CA>
657
658 * nis/nss_compat/compat-pwd.c (getpwuid_plusgroup): Correct
659 returned errno value in some cases.
660
661 1999-09-19 Ulrich Drepper <drepper@cygnus.com>
662
663 * iconvdata/Makefile (modules): Add GBK.
664 (distribute): Add gbk.c.
665 * iconvdata/gbk.c: New file.
666 * iconvdata/gconv-modules: Add GBK entry.
667 Contributed by Sean Chen <sean.chen@turbolinux.com>.
668
669 * locale/programs/ld-monetary.c (monetary_output): Remove
670 byte-order code.
671
672 * locale/programs/ld-time.c (time_output): Correct expected number
673 of iov entries.
674
675 * manual/filesys.texi (Testing File Access): Correct description of
676 SUID.
677
678 1999-080-25 H.J. Lu <hjl@gnu.org>
679
680 * csu/defs.awk (.end): Only match with leading white spaces.
681 (.align): Likewise.
682
683 1999-09-19 Ulrich Drepper <drepper@cygnus.com>
684
685 * stdlib/isomac.c: Add va_copy to allowed macros.
686
687 * po/pl.po: Updated.
688
689 1999-09-17 Andreas Schwab <schwab@suse.de>
690
691 * Makefile (clean): Also remove $(postclean) files.
692
693 1999-09-15 Andreas Jaeger <aj@suse.de>
694
695 * pwd/Makefile (otherlibs): Add for building with static-nss.
696 * inet/Makefile (otherlibs): Likewise.
697
698 1999-09-15 Andreas Jaeger <aj@suse.de>
699
700 * sysdeps/generic/aio_sigqueue.c (__aio_sigqueue): Use old style
701 function definition to avoid a compilation failure.
702
703 1999-09-15 Andreas Jaeger <aj@suse.de>
704
705 * stdlib/tst-environ.c (main): Add getenv regression test for
706 environment variable that's one character long.
707
708 1999-09-15 Andreas Jaeger <aj@suse.de>
709
710 * sysdeps/unix/sysv/linux/i386/sigaction.c: Protect real time
711 signal definitions to let glibc compile with older Linux versions
712 (2.0.10 to 2.1.100 or so).
713
714 1999-09-18 Roland McGrath <roland@baalperazim.frob.com>
715
716 * sysdeps/mach/hurd/wait4.c (__wait4): When proc_wait returns EAGAIN,
717 return zero to indicate no children died yet (assuming WNOHANG).
718
719 * sysdeps/mach/hurd/setsid.c: #include <hurd/fd.h>.
720
721 1999-09-17 Roland McGrath <roland@baalperazim.frob.com>
722
723 * hurd/port2fd.c (_hurd_port2fd): Never change CTTYID port.
724
725 * sysdeps/mach/hurd/setsid.c (__setsid): Fix return type -> pid_t.
726 Return _hurd_pgrp instead of 0.
727
728 1999-09-19 Roland McGrath <roland@baalperazim.frob.com>
729
730 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): Deallocate and reallocate
731 pages rather than just reprotecting them. This way we don't hold on
732 to the backing space.
733
734 * hurd/hurdprio.c (_hurd_priority_which_map): Rearrange the code a bit.
735 Use __munmap instead of __vm_deallocate.
736
737 1999-09-18 Ulrich Drepper <drepper@cygnus.com>
738
739 * nis/nss_compat/compat-grp.c (getgrgid_plusgroup): Correct
740 returned errno value in some cases.
741
742 1999-09-17 Andreas Jaeger <aj@suse.de>
743
744 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Add also -mcpu=i386
745 to override user settings.
746
747 1999-09-17 Andreas Schwab <schwab@suse.de>
748
749 * sysdeps/unix/sysv/linux/semctl.c: Copy the argument instead of
750 using a pointer to it.
751
752 1999-09-16 Ulrich Drepper <drepper@cygnus.com>
753
754 * time/getdate.c (__getdate_r): Pass correct year to check_mday.
755 Reported by Vern Staats <staatsvr@asc.hpc.mil>.
756
757 1999-09-14 Ulrich Drepper <drepper@cygnus.com>
758
759 * db2/mutex/sparc.gcc (TSL_UNSET): Dereference pointer.
760
761 * elf/elf.h (PF_MASKOS): New definition.
762 (EM_VAX): New definition.
763
764 1999-08-09 Scott Bambrough <scottb@netwinder.org>
765
766 * sysdeps/unix/sysv/linux/arm/sys/user.h: Added members
767 'unsigned char ftype[8]', and 'unsigned int init_flag' to
768 struct user_fp. These were added in version 2.2.12 of the
769 ARM Linux kernel.
770 * sysdeps/unix/sysv/linux/arm/sys/elf.h: New file.
771 * sysdeps/unix/sysv/linux/arm/sys/procfs.h: New file.
772 The generic procfs.h included <asm/elf.h>. This causes
773 structure redefinition errors when <sys/user.h> and <sys/procfs.h>
774 are included in the same source file. Found when building GDB.
775
776 1999-09-13 Ulrich Drepper <drepper@cygnus.com>
777
778 * locale/langinfo.h: Remove byte-order dependent names.
779 * locale/categories.def: Update after removal of byte-order dependent
780 names.
781 * locale/loadlocale.c (_nl_load_locale): Don't allow locale files
782 with magic number in other byte order.
783 * locale/newlocale.c (__newlocale): Remove byte-order dependent code.
784 * locale/C-collate.c: Remove initializers for other byte-order.
785 * locale/C-ctype.c: Likewise.
786 * locale/C-monetary.c: Likewise.
787 * locale/C-paper.c: Likewise.
788 * locale/C-time.c: Likewise.
789 * locale/lc-collate.c: Remove byte-order oriented initialization.
790 * locale/lc-ctype.c: Likewise.
791 * locale/lc-monetary.c: Likewise.
792 * locale/lc-time.c: Likewise.
793 * locale/programs/ld-address.c: Don't generate output in both
794 byte-orders.
795 * locale/programs/ld-ctype.c: Likewise.
796 * locale/programs/ld-paper.c: Likewise.
797 * locale/programs/ld-time.c: Likewise.
798 * time/strftime.c (NLW): Don't use different byte-orders.
799 * wctype/cname-lookup.h (cname_lookup): Likewise.
800
801 * Makeconfig (localedir): Define using libdir, not datadir.
802 (msgcatdir): New variable.
803 * catgets/Makefile (CPPFLAGS): Define NLSPATH using msgcatdir.
804 * elf/Makefile (bash-ldd-rewrite): Replace @TEXTDOMAINDIR@ using
805 msgcatdir.
806 * intl/Makefile (install-others): Install locale.alias in msgcatdir.
807 (CPPFLAGS): Define paths using msgcatdir.
808 * locale/Makefile (CPPFLAGS): Define LOCALE_ALIAS_PATH using msgcatdir.
809 * po/Makefile (mo-installed): Define using msgcatdir.
810
811 * sysdeps/unix/sysv/linux/net/if_arp.h: Fix typo.
812
813 1999-09-12 Ulrich Drepper <drepper@cygnus.com>
814
815 * stdio-common/vfprintf.c: Remove limitation on size of precision
816 for integers.
817
818 * posix/fnmatch.c (internal_fnmatch): Make it compilable outside
819 glibc by defining internal_function if it isn't already.
820
821 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): If res_search
822 fails don't rely on errno value.
823 (getanswer_r): Set *ERRNOP in error cases.
824
825 * sysdeps/posix/getaddrinfo.c (gaih_local): Test protocol and socktype.
826 (gaih_inet_serv): Return EIA_NODATA if name is known but has no
827 associated data. Test for matching numeric address and family.
828 (getaddrinfo): Remember EAI_NODATA result and return this in case
829 everything fails.
830 Reported by Arkadiusz Miskiewicz <misiek@misiek.eu.org>.
831
832 * locale/programs/ld-address.c: Fix handling of non-existing
833 definitions for this category. Correctly ignore content of this
834 category is this is necessary.
835 * locale/programs/ld-collate.c: Likewise.
836 * locale/programs/ld-ctype.c: Likewise.
837 * locale/programs/ld-identification.c: Likewise.
838 * locale/programs/ld-measurement.c: Likewise.
839 * locale/programs/ld-messages.c: Likewise.
840 * locale/programs/ld-monetary.c: Likewise.
841 * locale/programs/ld-name.c: Likewise.
842 * locale/programs/ld-numeric.c: Likewise.
843 * locale/programs/ld-paper.c: Likewise.
844 * locale/programs/ld-telephone.c: Likewise.
845 * locale/programs/ld-time.c: Likewise.
846 * locale/programs/locfile.h (handle_copy): Take extra parameter
847 with result pointer. Fill in name of locale from which to copy.
848 Correctly read token after `END'.
849
850 * locale/programs/localedef.c (main): Correct handling copy.
851 (add_to_readlist): Take extra parameter which says whether we
852 are supposed to read the file or not.
853 (find_locale): Call add_to_readlist with extra parameter set to 0.
854
855 * locale/programs/localedef.h (struct localedef_t): Use __LC_LAST
856 instead of wrong number in array definitions.
857 (add_to_readlist): Update prototype.
858
859 * locale/programs/locfile.c (locfile_read): Mark categories not
860 available in source file as read.
861 (write_all_categories): Fix typo.
862
863 * locale/programs/locales.h: Removed.
864
865 1999-09-10 Ulrich Drepper <drepper@cygnus.com>
866
867 * elf/elf.h (SHF_MASKOS): Added.
868
869 * sysdeps/unix/sysv/linux/sys/raw.h (RAW_MAJOR): Added.
870
871 1999-09-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
872
873 * manual/install.texi (Configuring and compiling): Mention GCC 2.95.
874
875 1999-09-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
876
877 * configure.in: Fix make version test for make 3.77.95 and later
878 versions.
879 Based on a patch by Paul D. Smith <psmith@baynetworks.com>.
880
881 1999-09-10 Ulrich Drepper <drepper@cygnus.com>
882
883 * wcsmbs/wchar.h (WCHAR_MIN, WCHAR_MAX): Use all-numeric values.
884
885 * sysdeps/generic/stdint.h: Correct WCHAR_MIN, WCHAR_MAX, and
886 WINT_MAX values.
887
888 * wctype/wctype.h: Remove incorrect towlower/towupper optimizations.
889
890 1999-09-09 Andreas Schwab <schwab@suse.de>
891
892 * elf/link.h: Fix comment.
893
894 1999-09-10 Ulrich Drepper <drepper@cygnus.com>
895
896 * math/bits/mathcalls.h: Add __isnan declaration [PR libc/1294].
897
898 * math/math.h: Pretty print.
899
900 1999-09-10 Andreas Schwab <schwab@suse.de>
901
902 * sysdeps/generic/getenv.c (getenv): Fix lookup for single
903 character variable on bigendian platforms without unaligned memory
904 access.
905
906 1999-09-07 Cristian Gafton <gafton@redhat.com>
907
908 * sysdeps/unix/sysv/linux/sys/raw.h: New file
909 * sysdeps/unix/sysv/linux/Dist: Add raw.h.
910 * sysdeps/unix/sysv/linux/Makefile [misc] (sysdep_headers): Add raw.h.
911
912 1999-09-06 Ulrich Drepper <drepper@cygnus.com>
913
914 * sysdeps/unix/sysv/linux/alpha/Dist: Add sys/user.h.
915
916 * time/ap.c: Removed. It was not used.
917 * time/date.c: Likewise.
918 * sysdeps/unix/nlist.c: Likewise.
919 * sysdeps/generic/nlist.c: Likewise.
920 * sysdeps/generic/varargs.h: Likewise.
921 * stdio-common/scanf11.c: Likewise.
922 * stdio-common/scanf6.c: Likewise.
923 * scripts/=__ify: Likewise.
924 * scripts/printsources: Likewise.
925 * resolv/getnetnamadr.c: Likewise.
926 * posix/id.c: Likewise.
927 * misc/ioctltst.c: Likewise.
928 * misc/nlist.h: Likewise.
929 * math/test-math.h: Likewise.
930 * include/nlist.h: Likewise.
931
932 1999-09-06 Andreas Schwab <schwab@suse.de>
933
934 * time/tzset.c (compute_change): Replace slow loop to compute T by
935 simple algorithm.
936
937 1999-09-06 Ulrich Drepper <drepper@cygnus.com>
938
939 * iconvdata/iso-2022-jp.c: When translating to ISO-2022-JP* write
940 escape sequences out even if the character itself does not fit
941 into the buffer.
942
943 * iconvdata/jis0201.h (ucs4_to_jisx0201): Correct mapping for U005C.
944
945 1999-08-31 H.J. Lu <hjl@gnu.org>
946
947 * nscd/nscd_getgr_r.c (nscd_getgr_r): Cleanup the buffer count.
948
949 1999-09-05 Roland McGrath <roland@baalperazim.frob.com>
950
951 * hurd/hurdprio.c (_hurd_priority_which_map): If WHO is zero default
952 it to getpid () for PRIO_PROCESS, geteuid () for PRIO_USER.
953 (_hurd_priority_which_map):
954
955 1999-09-04 Ulrich Drepper <drepper@cygnus.com>
956
957 * sysdeps/unix/sysv/linux/getaddrinfo.c: Little optimization.
958
959 1999-09-03 Andreas Schwab <schwab@suse.de>
960
961 * sysdeps/unix/sysv/linux/syscalls.list: Rename strong name for
962 fork from __syscall_fork to __libc_fork.
963 * posix/Versions: Add __libc_fork and __vfork to version
964 GLIBC_2.1.2.
965
966 1999-08-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
967
968 * io/ftwtest-sh: Set LC_ALL and LANG to fix locale
969 dependencies in sort.
970
971 1999-09-01 H.J. Lu <hjl@gnu.org>
972
973 * sysdeps/unix/sysv/linux/alpha/sys/user.h: New file.
974
975 * sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Include
976 <sys/user.h> instead of <asm/user.h>.
977
978 1999-09-02 Ulrich Drepper <drepper@cygnus.com>
979
980 * elf/elf.h: Update PARISC-specific flags and symbolic names.
981
982 1999-09-01 Ulrich Drepper <drepper@cygnus.com>
983
984 * elf/elf.h: Update PARISC relocations.
985
986 1999-08-31 Scott Bambrough <scottb@netwinder.org>
987
988 * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: Enclose header in an
989 #ifdef statement to prevent it from being included twice.
990 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h:
991 #include <bits/armsigctx.h>.
992
993 1999-08-31 Andreas Schwab <schwab@suse.de>
994
995 * locale/C-collate.c: Add missing initialisations.
996 * locale/C-ctype.c: Likewise.
997
998 1999-08-31 Ulrich Drepper <drepper@cygnus.com>
999
1000 * time/strftime.c (my_strftime): Remove unneeded variable len.
1001
1002 * time/strptime.c: Undo last change.
1003
1004 1999-08-30 Ulrich Drepper <drepper@cygnus.com>
1005
1006 * locale/Makefile (distribute): Add iso-639.def and iso-3166.def.
1007 Change charset.h to charmap.h.
1008 (categories): Add new categories. Leave out collate for now.
1009 Update build rules.
1010 * locale/categories.def: Add definitions for new categories.
1011 * locale/langinfo.h: Likewise.
1012 * locale/locale.h: Likewise.
1013 * locale/C-address.c: New file.
1014 * locale/C-identification.c: New file.
1015 * locale/C-measurement.c: New file.
1016 * locale/C-name.c: New file.
1017 * locale/C-paper.c: New file.
1018 * locale/C-telephone.c: New file.
1019 * locale/lc-address.c: Likewise.
1020 * locale/lc-identification.c: Likewise.
1021 * locale/lc-measurement.c: Likewise.
1022 * locale/lc-name.c: Likewise.
1023 * locale/lc-paper.c: Likewise.
1024 * locale/lc-telephone.c: Likewise.
1025 * locale/C-ctype.c: Update for locale rewrite.
1026 * locale/C-messages.c: Likewise.
1027 * locale/C-monetary.c: Likewise.
1028 * locale/C-time.c: Likewise.
1029 * locale/lc-collate.c: Likewise.
1030 * locale/lc-ctype.c: Likewise.
1031 * locale/lc-monetary.c: Likewise.
1032 * locale/lc-time.c: Likewise.
1033 * locale/localeinfo.h: Likewise.
1034 * locale/newlocale.c: Likewise.
1035 * locale/setlocale.c: Likewise.
1036 * locale/weight.h: Likewise.
1037 * locale/findlocale.c: Unconditionally use mmap.
1038 Handle new categories.
1039 * locale/loadlocale.c: Likewise.
1040 * locale/iso-3166.def: New file.
1041 * locale/iso-639.def: New file.
1042 * locale/programs/charmap-kw.gperf: Add new keywords.
1043 * locale/programs/locfile-kw.gperf: Likewise.
1044 * locale/programs/locfile-token.h: Define new tokens.
1045 * locale/programs/charmap.c: Rewrite to handle multibyte charsets.
1046 * locale/programs/charmap.h: New file.
1047 * locale/programs/charset.h: Removed.
1048 * locale/programs/config.h: Add __LC_LAST.
1049 * locale/programs/lc-address.c: New file.
1050 * locale/programs/lc-identification.c: New file.
1051 * locale/programs/lc-measurement.c: New file.
1052 * locale/programs/lc-name.c: New file.
1053 * locale/programs/lc-paper.c: New file.
1054 * locale/programs/lc-telephone.c: New file.
1055 * locale/programs/lc-collate.c: Update for locale rewrite.
1056 * locale/programs/lc-ctype.c: Likewise.
1057 * locale/programs/lc-messages.c: Likewise.
1058 * locale/programs/lc-monetary.c: Likewise.
1059 * locale/programs/lc-numeric.c: Likewise.
1060 * locale/programs/lc-time.c: Likewise.
1061 * locale/programs/locale.c: Likewise.
1062 * locale/programs/localedef.c: Likewise.
1063 * locale/programs/locfile.c: Likewise.
1064 * locale/programs/repertoire.c: Likewise.
1065 * locale/programs/repertoire.h: Likewise.
1066 * locale/programs/locfile.c: Update prototypes.
1067 Update handle_copy definition.
1068 * locale/programs/linereader.c: Add handling of wide char strings and
1069 new definition file syntax.
1070 * locale/programs/linereader.h (struct token): Add elements for wide
1071 character strings.
1072 * locale/programs/locale-spec.c: Disable handling of collation
1073 elements for now.
1074 * locale/programs/simple-hash.h: Cleanup.
1075 * locale/programs/stringtrans.h: Handle quite of end of line.
1076 * string/strcoll.c: Fall back on strcmp for now.
1077 * string/strxfrm.c: Fall back on strncpy/strlen for now.
1078 * time/strftime.c: Use new wide character data for wcsftime.
1079 * time/strptime.c: Remove _nl_C_LC_TIME declaration.
1080 * wctype/cname-lookup.h: Update for new LC_CTYPE data.
1081
1082 * sysdeps/i386/Makefile [csu]: Define CFLAGS-initfini.s to force
1083 compiling for i386 to avoid i686-like GOT pointer computation.
1084
1085 * db2/db_int.h: Change tsl_t type to u_int32_t.
1086 * db2/mutex/mutex.c: Allow Alpha mutex definitions.
1087 * db2/mutex/alpha.h: New file.
1088 * db2/mutex/sparc.gcc: Fix store code for v9. Simplify clear code.
1089 * sysdeps/alpha/Makefile [db2]: Set CFLAGS of mutex.c to make spinlocks
1090 known.
1091 Patches by Richard Henderson.
1092
1093 * stdlib/tst-environ.c: Add cast to avoid warning.
1094 * timezone/test-tz.c: Use setenv instead of putenv.
1095
1096 1999-08-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1097
1098 * manual/libc.texinfo: Update version and date.
1099
1100 * manual/locale.texi (Formatting Numbers): Fix @node pointers.
1101
1102 * manual/filesys.texi (Working with Directory Trees): Add missing @code.
1103 (File System Interface): Correct entry.
1104 (Permission Bits): Add missing commata after @xref.
1105
1106 1999-08-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1107
1108 * timezone/tst-timezone.c (main): Don't pass const strings to
1109 putenv to avoid warnings.
1110
1111 * posix/regexbug1.c: Include <stdio.h> for puts prototype.
1112
1113 1999-08-29 Thorsten Kukuk <kukuk@suse.de>
1114
1115 * nis/Versions: Add _nss_*_getipnodebyname_r.
1116 * nis/nss_nis/nis-hosts.c: Add _nss_nis_getipnodebyname_r.
1117 * nis/nss_nisplus/nisplus-hosts.c: Add _nss_nisplus_getipnodebyname_r.
1118 * nss/Versions: Add _nss_files_getipnodebyname_r.
1119
1120 1999-08-28 H.J. Lu <hjl@gnu.org>
1121
1122 * nscd/nscd_getgr_r.c (nscd_getgr_r): Don't count the alloca'ed
1123 memory for buffer.
1124
1125 1999-08-27 Ulrich Drepper <drepper@cygnus.com>
1126
1127 * sysdeps/unix/sysv/linux/netpacket/packet.h: Update from 2.3.15
1128 kernel.
1129 * inet/netinet/in.h: Likewise.
1130 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
1131 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
1132
1133 1999-08-28 Ulrich Drepper <drepper@cygnus.com>
1134
1135 * malloc/malloc.c (ptmalloc_init): Don't use variables to set
1136 thresholds for SUID binaries. [PR libc/1277]
1137
1138 * posix/regexbug1.c: Add one more similar case.
1139
1140 1999-08-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1141
1142 * manual/install.texi (Running make install): Give examples for
1143 timezone and locale installation.
1144
1145 1999-08-28 Zack Weinberg <zack@bitmover.com>
1146
1147 * glibcbug.in: Get CCVERSION from autoconf substitution.
1148 * configure.in: Calculate and substitute CCVERSION.
1149
1150 1999-08-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1151
1152 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Fix sa_flags,
1153 partially reverting a patch from 1998-12-29. We just can't change
1154 the flags, kernels with different flags lead to
1155 incompatibilities.
1156
1157 1999-08-26 Andreas Schwab <schwab@suse.de>
1158
1159 * locale/langinfo.h (YESSTR, NOSTR): Still define if __USE_GNU.
1160
1161 1999-08-27 Ulrich Drepper <drepper@cygnus.com>
1162
1163 * inet/rexec.c (rexec): Free memory if strings were allocated in
1164 ruserpass. Reported by Andrew Morton <morton@nortelnetworks.com>.
1165
1166 1999-08-27 Ulrich Drepper <drepper@cygnus.com>
1167
1168 * locale/categories.def: Use __YESSTR amd __NOSTR in definition.
1169
1170 * manual/argp.texi: Fixing language and typos.
1171 * manual/conf.texi: Likewise.
1172 * manual/contrib.texi: Likewise.
1173 * manual/ctype.texi: Likewise.
1174 * manual/filesys.texi: Likewise.
1175 * manual/install.texi: Likewise.
1176 * manual/job.texi: Likewise.
1177 * manual/lang.texi: Likewise.
1178 * manual/llio.texi: Likewise.
1179 * manual/locale.texi: Likewise.
1180 * manual/math.texi: Likewise.
1181 * manual/nss.texi: Likewise.
1182 * manual/pipe.texi: Likewise.
1183 * manual/signal.texi: Likewise.
1184 * manual/socket.texi: Likewise.
1185 * manual/stdio.texi: Likewise.
1186 * manual/sysinfo.texi: Likewise.
1187 * manual/users.texi: Likewise.
1188 Patches by Neil Booth <NeilB@earthling.net>.
1189
1190 1999-08-25 Ulrich Drepper <drepper@cygnus.com>
1191
1192 * sysdeps/i386/fpu/bits/mathinline.h (__finite): Mark constant as
1193 unsigned to avoid warning. [PR libc/1271].
1194
1195 * conform/conformtest.pl: Allow testing regex.h which requires
1196 sys/types.h being included.
1197
1198 * conform/data/regex.h-data: Allow *_t types.
1199 * conform/data/pwd.h-data: Likewise.
1200 * conform/data/sched.h-data: Likewise.
1201 * conform/data/pthread.h-data: Likewise.
1202 * conform/data/search.h-data: Likewise.
1203
1204 * misc/search.h: Avoid namespace pollution.
1205
1206 * conform/conformtest.pl (@headers): Add search.h, sched.h, regex.h,
1207 pwd.h, and pthread.h.
1208 * conform/data/pthread.h-data: New file.
1209 * conform/data/pwd.h-data: New file.
1210 * conform/data/regex.h-data: New file.
1211 * conform/data/sched.h-data: New file.
1212 * conform/data/search.h-data: New file.
1213
1214 * NAMESPACE: Add REG_ for regex.h.
1215
1216 * locale/langinfo.h: Don't define YESSTR and NOSTR for XPG6 since
1217 they are removed.
1218
1219 * configure.in (libc_cv_asm_global_directive): Indent .text in
1220 test code so that the lame HPUX compiler recognizes it.
1221 * sysdeps/hppa/bits/endian.h: New file.
1222 * sysdeps/unix/sysv/hpux/bits/errno.h: New file.
1223 * sysdeps/unix/sysv/hpux/bits/setjmp.h: New file.
1224 * sysdeps/unix/sysv/hpux/bits/stat.h: New file.
1225 * sysdeps/unix/sysv/hpux/bits/types.h: New file.
1226
1227 * sysdeps/unix/sysv/sysv4/solaris2/getdents.c: New file.
1228 Patch by John Tobey <jtobey@banta-im.com>.
1229
1230 * sysdeps/unix/sysv/sysv4/solaris2/bits/dirent.h: New file.
1231
1232 * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Move
1233 old_siocfifconf definition to toplevel.
1234 (__protocol_available): Remove old_siocfifconf definition.
1235
1236 1999-08-25 Mark Kettenis <kettenis@gnu.org>
1237
1238 * sysdeps/unix/sysv/linux/ptsname.c: Add checks to make sure we're
1239 really dealing with a master pseudo terminal, and really returning
1240 the name of the associated slave pseudo terminal by checking the
1241 device number.
1242 * sysdeps/unix/sysv/linux/pty-private.h: Removed.
1243 * login/programs/pt_chown.c (do_pt_chown): Don't use unix98_pseudo_p.
1244
1245 1999-08-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1246
1247 * sysdeps/unix/sysv/linux/mips/syscalls.list: Add missing
1248 underscore in _llseek entry.
1249
1250 * sysdeps/unix/sysv/linux/mips/syscalls.list: Fix typo in execve
1251 entry.
1252
1253 * sysdeps/unix/sysv/linux/bits/errno.h: Fix comment.
1254 * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
1255
1256 * elf/Makefile ($(objpfx)ld.so): Fix rtld-ldscript dependency.
1257 Patch by Ralf Baechle <ralf@uni-koblenz.de>.
1258
1259 1999-08-25 Ulrich Drepper <drepper@cygnus.com>
1260
1261 * inet/Makefile (routines): Add getipnodebynm.
1262 * inet/getipnodebynm.c: New file.
1263 * nss/digits_dots.c: If HAVE_TYPE is define type contains the
1264 interface type.
1265 * nss/nss_files/files-XXX.c: Define EXTRA_ARGS, EXTRA_ARGS_DECL, and
1266 EXTRA_ARGS_VALUE is not already done.
1267 (internal_getent): Allow extra parameters and pass them to parse_line.
1268 (_nss_files_get,ENTNAME_r): Pass extra parameters to internal_getent.
1269 (_nss_files_get##name##_r): Likewise.
1270 * nss/nss_files/files-hosts.c: Define EXTRA_ARGS, EXTRA_ARGS_DECL,
1271 and EXTRA_ARGS_VALUE to pass flags and type to parser.
1272 Add getipnodebyname function.
1273 * nss/nss_files/files-parse.c: Define EXTRA_ARGS, EXTRA_ARGS_DECL, and
1274 EXTRA_ARGS_VALUE is not already done.
1275 (parse_line): Add EXTRA_ARGS_DECL to parameter list.
1276 * nss/nss_db/db-XXX.c (lookup): Allow extra parameters and pass them
1277 to parse_line.
1278 (_nss_db_get##name##_r): Pass extra parameters to lookup.
1279 (_nss_db_get,ENTNAME_r): Likewise.
1280 * sysdeps/generic/if_index.c (__protocol_available): New function.
1281 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1282
1283 1999-08-24 Ulrich Drepper <drepper@cygnus.com>
1284
1285 * login/pty-private.h: Move to...
1286 * sysdeps/generic/pty-private.h: ...here.
1287 * sysdeps/unix/sysv/linux/pty-private.h: New file. Linux specific
1288 version.
1289 * login/programs/pt_chown.c (do_pt_chown): Use unix98_pseudo_p is
1290 available.
1291
1292 * libio/fileops.c (_IO_new_file_xsputn): Use _IO_OVERFLOW instead
1293 of __overflow.
1294
1295 * conform/conformtest.pl (@headers): Add monetary.h-data,
1296 mqueue.h-data, ndbm.h-data, nl_types.h-data, and poll.h-data.
1297 * conform/data/monetary.h-data: New file.
1298 * conform/data/mqueue.h-data: New file.
1299 * conform/data/ndbm.h-data: New file.
1300 * conform/data/nl_types.h.h-data: New file.
1301 * conform/data/poll.h-data: New file.
1302
1303 * stdio-common/Makefile (test): Add tst-cookie.
1304 * stdio-common/tst-cookie.c: New file.
1305
1306 * sysdeps/unix/sysv/linux/mips/bits/errno.h: Fix EILSEQ value
1307 changed in last patch. Reported by Ralf Baechle.
1308
1309 1999-08-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1310
1311 * sysdeps/unix/mips/sysdep.h: Use __syscall_error.
1312
1313 * sysdeps/unix/mips/sysdep.S: Rewrite, don't declare errno here.
1314 Patches by Ralf Baechle <ralf@uni-koblenz.de>
1315
1316 1999-08-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1317
1318 * sysdeps/unix/sysv/linux/net/if_arp.h: Add new constants from
1319 Linux 2.3.15.
1320
1321 1999-08-24 Ulrich Drepper <drepper@cygnus.com>
1322
1323 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add execve
1324 syscall.
1325 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1326
1327 * misc/libgen.h: Don't take basename macro as taking arguments.
1328
1329 * sysdeps/arm/bits/huge_val.h: Use hexadecimal floating-point constants
1330 for gcc >= 2.95.
1331 * sysdeps/i386/bits/huge_val.h: Likewise.
1332 * sysdeps/i386/bits/huge_val.h: Likewise.
1333 * sysdeps/ieee754/bits/huge_val.h: Likewise.
1334 * sysdeps/m68k/bits/huge_val.h: Likewise.
1335 * sysdeps/sparc/sparc32/fpu/bits/huge_val.h: Likewise.
1336 * sysdeps/sparc/sparc64/fpu/bits/huge_val.h: Likewise.
1337
1338 * conform/Makefile: New file.
1339 * conform/conformtest.pl: New file.
1340 * conform/data/aio.h-data: New file.
1341 * conform/data/assert.h-data: New file.
1342 * conform/data/cpio.h-data: New file.
1343 * conform/data/ctype.h-data: New file.
1344 * conform/data/dirent.h-data: New file.
1345 * conform/data/dlfcn.h-data: New file.
1346 * conform/data/errno.h-data: New file.
1347 * conform/data/fcntl.h-data: New file.
1348 * conform/data/float.h-data: New file.
1349 * conform/data/fmtmsg.h-data: New file.
1350 * conform/data/fnmatch.h-data: New file.
1351 * conform/data/ftw.h-data: New file.
1352 * conform/data/glob.h-data: New file.
1353 * conform/data/grp.h-data: New file.
1354 * conform/data/iconv.h-data: New file.
1355 * conform/data/inttypes.h-data: New file.
1356 * conform/data/iso646.h-data: New file.
1357 * conform/data/langinfo.h-data: New file.
1358 * conform/data/libgen.h-data: New file.
1359 * conform/data/locale.h-data: New file.
1360 * conform/data/math.h-data: New file.
1361
1362 1999-08-23 Ulrich Drepper <drepper@cygnus.com>
1363
1364 * posix/execvp.c (execvp): Correct copying of file name.
1365
1366 1999-08-23 Mark Kettenis <kettenis@gnu.org>
1367
1368 * hurd/hurdsig.c (_hurd_internal_post_signal): Add missing else.
1369
1370 1999-08-23 Ulrich Drepper <drepper@cygnus.com>
1371
1372 * stdio-common/Makefile: Move addition to routines to the right place.
1373
1374 1999-08-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1375
1376 * sysdeps/unix/sysv/linux/mips/bits/errno.h: New file. Neccessary
1377 since mips*-linux has ECANCELED.
1378
1379 1999-08-23 Andreas Schwab <schwab@suse.de>
1380
1381 * sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h: Define
1382 SIGCONTEXT_EXTRA_ARGS.
1383 * sysdeps/unix/sysv/linux/i386/sigcontextinfo.h: Likewise.
1384 * sysdeps/generic/sigcontextinfo.h: Likewise.
1385 * sysdeps/mach/hurd/i386/sigcontextinfo.h: Likewise.
1386 * sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h: Likewise.
1387 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
1388 * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: Likewise.
1389 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Likewise.
1390 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: Likewise.
1391
1392 1999-08-23 Ulrich Drepper <drepper@cygnus.com>
1393
1394 * posix/regexbug1.c: Make it an error if the test fails.
1395
1396 1999-08-23 Andreas Schwab <schwab@suse.de>
1397
1398 * posix/regex.c (re_match_2_internal): Correct check for charset
1399 after exactn in loop.
1400
1401 1999-08-22 Ulrich Drepper <drepper@cygnus.com>
1402
1403 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add execve syscall.
1404 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
1405 Patch by Joel Klecker.
1406
1407 * iconv/gconv_int.h (GCONV_AVOID_NOCONV): New definition.
1408 (__gconv_find_transform): Update prototype.
1409 (__gconv_open): Likewise.
1410 * iconv/gconv_open.c: Take extra parameter and pass it to
1411 __gconv_find_transform.
1412 * iconv/gconv_db.c (__gconv_find_transform): Take extra parameter with
1413 flags. If GCONV_AVOID_NOCONV flag is set don't return copying
1414 transformation.
1415 * iconv/iconv_open.c: Pass extra parameter to __gconv_open.
1416 * wcsmbs/wcsmbsload.c: Likewise.
1417 * intl/dcgettext.c (_nl_find_msg): Rewrite to use gconv instead of
1418 iconv for glibc.
1419 * intl/gettextP.h: Likewise.
1420 * intl/loadmsgcat.c: Likewise.
1421
1422 * posix/regexbug1.c: New file.
1423 * posix/Makefile (tests): Add regexbug1.
1424
1425 1999-08-22 Mark Kettenis <kettenis@gnu.org>
1426
1427 * hurd/new-fd.c (_hurd_new_fd): Initialize fcntl flags.
1428 * hurd/port2fd.c (_hurd_port2fd): Reset the fcntl flags when
1429 installing PORT in the descriptor cell.
1430
1431 1999-08-19 Roland McGrath <roland@baalperazim.frob.com>
1432
1433 * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Mark OPTION and
1434 TIMEOUT as outputs of the asm to indicate that the signal thread
1435 might mutate them.
1436 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Short circuit to plain
1437 mach_msg if only sending or only receiving (i.e., not an RPC). When
1438 making an RPC that might get interrupted, save OPTION and the portion
1439 of the message buffer that gets clobbered by an EINTR reply message,
1440 and properly restore them before attempting to retry the request
1441 message send.
1442
1443 1999-08-21 Mark Kettenis <kettenis@gnu.org>
1444
1445 * stdio-common/vfscanf.c [! USE_IN_LIBIO]: Add necessary
1446 definitions for MEMCPY, ISSPACE, ISDIGIT, ISXDIGIT, TOLOWER, L_,
1447 CHAR_T, UCHAR_T and WIN_T to make the code compile again when
1448 stdio is used instead of libio.
1449 * stdio-common/vfprintf.c [! USE_IN_LIBIO]: Add necessary
1450 definitions for CHAR_T, UCHAR_T, INT_T, L_, ISDIGIT, PAD and PUTC
1451 to make the code compile again when stdio is used instead of
1452 libio.
1453 (vfprintf): Only check for correct orientation if ORIENT is
1454 defined.
1455 * stdio-common/Makefile (routines): Only add vfwprintf and
1456 vfwscanf if we're using libio.
1457
1458 1999-08-21 Mark Kettenis <kettenis@gnu.org>
1459
1460 * include/stdio.h [! USE_IN_LIBIO && __need_FILE]: Avoid defining
1461 any additional prototype just as we do for libio.
1462
1463 1999-08-21 Mark Kettenis <kettenis@gnu.org>
1464
1465 * include/bits/xopen_lim.h: Do not define STREAM_MAX and
1466 TZNAME_MAX. These limits are not X/Open specific.
1467 * stdio-common/stdio_lim.h.in: Allow inclusion when __need_IOV_MAX
1468 is defined.
1469
1470 1999-08-21 Mark Kettenis <kettenis@gnu.org>
1471
1472 * Rules: When generated stdio_lim.h, avoid defining IOV_MAX if
1473 UIO_MAXIOV is left undefined in sys/uio.h.
1474 * stdio-common/stdio_lim.h.in: Adapt for change above.
1475
1476 1999-08-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1477
1478 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h (SA_RESETHAND): Add it.
1479 * sysdeps/mips/bits/dlfcn.h: Remove SGI specific calls, add RTLD_LOCAL.
1480 Patches by Ralf Baechle <ralf@uni-koblenz.de>
1481
1482 1999-08-21 Ulrich Drepper <drepper@cygnus.com>
1483
1484 * stdlib/fmtmsg.h: Don't define NULL to keep namespace clean.
1485
1486 1999-08-20 Ulrich Drepper <drepper@cygnus.com>
1487
1488 * sysdeps/unix/sysv/linux/execve.c: Define weak alias execve.
1489
1490 * sysdeps/unix/sysv/linux/init-first.c (init): Remove personality
1491 call. It should not be necessary andis harmful for Alpha.
1492
1493 * sysdeps/posix/getcwd.c: Correct comment saying < 0 is ok for size
1494 type. [PR libc/1269]
1495
1496 * posix/execvp.c (execvp): Allocate array name of correct size.
1497 Optimize inner loop. Use execve directly, not execv.
1498
1499 * elf/elf.h: Corrected SHT_ values from new draft.
1500
1501 * intl/gettextP.h (struct loaded_domain): Add conv element.
1502 * intl/dcgettext.c (find_msg): Rename to _nl_find_msg and make public.
1503 Instead of returning found message directly convert it using iconv
1504 if a conversion was found when opening the file.
1505 * intl/loadinfo.h: Protect against multiple inclusion.
1506 Declare _nl_find_msg.
1507 * intl/loadmsgcat.c (_nl_load_domain): Try to determine charset used
1508 in the message file and if necessary find approrpiate
1509 conversion to match currently selected charset.
1510 * include/libintl.h: Declare __dgettext and __dcgettext.
1511 * include/iconv.h: New file.
1512
1513 1999-08-20 Andreas Schwab <schwab@suse.de>
1514
1515 * sysdeps/unix/sysv/linux/sys/sendfile.h: Fix typo.
1516
1517 1999-08-19 Ulrich Drepper <drepper@cygnus.com>
1518
1519 * sysdeps/unix/sysv/linux/execve.c: New file. This version terminates
1520 all threads [PR libc/1223].
1521
1522 * elf/rtld.c (_dl_start): Initialize bootstrap_map.l_info to zero.
1523 [PR libc/1165].
1524
1525 * configure.in: Search for programs with prefix gnu* and g* first.
1526 [PR libc/1104].
1527
1528 * dirent/Makefile (routines): Add getdents64.
1529 * sysdeps/unix/sysv/linux/Makefile [dirent] (sysdep_routines):
1530 Remove getdents64.
1531 * dirent/dirent.h: Redirect getdirentries to getdirentries64 if
1532 compiled with _FILE_OFFSET_BITS=64.
1533 * sysdeps/generic/getdents64.c: New file.
1534 * sysdeps/unix/sysv/linux/getdirentries.c: Also redefine off_t and
1535 __lseek for getdirentries64 definition.
1536
1537 * sysdeps/unix/sysv/linux/llseek.c: Make __lseek64 a strong alias.
1538
1539 * sysdeps/unix/sysv/linux/sys/sendfile.h: Don't allow use with
1540 _FILE_OFFSET_BITS=64.
1541
1542 * sysdeps/unix/bsd/telldir.c (seekdir): Correct type of second
1543 parameter.
1544
1545 * sysdeps/generic/setenv.c (__add_to_environ): Initialize ep
1546 after we have the lock.
1547
1548 * sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h: New file.
1549 Patch by Richard Henderson.
1550
1551 1999-08-19 Andreas Schwab <schwab@suse.de>
1552
1553 * libio/iovswscanf.c (vswscanf): Make stream unoriented initially
1554 and call _IO_fwide, to get the wide stream state initialized
1555 correctly. Don't set _IO_JUMPS.
1556 * libio/vsnprintf.c (_IO_vsnprintf): Avoid casts to _IO_FILE *.
1557 * libio/vswprintf.c (_IO_vswprintf): Likewise. Pass
1558 _IO_wstrn_jumps to _IO_no_init instead of setting _IO_WIDE_JUMPS
1559 directly.
1560
1561 1999-08-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1562
1563 * math/libm-test.c (jn_test): Fix typo in description.
1564 (erfc_test): Add some more tests.
1565 (erf_test): Add some more tests.
1566
1567 1999-08-19 Andreas Schwab <schwab@suse.de>
1568
1569 * csu/Makefile ($(objpfx)initfini.s): Replace $(no-exceptions) by
1570 expression using $(exceptions).
1571
1572 1999-08-18 Ulrich Drepper <drepper@cygnus.com>
1573
1574 * sysdeps/generic/setenv.c: Avoid warning about uninitialized variable.
1575
1576 * libio/fileops.c (_IO_file_xsgetn): Allocate buffer if none is
1577 allocated so far. [PR libc/1261].
1578
1579 * math/libm-test.c (j0_test): Adjust deltas for m68k.
1580 (jn_test): Likewise.
1581
1582 * dirent/dirent.h: Only define ino64_t if not already done.
1583 * posix/sys/types.h: Likewise.
1584
1585 * ctype/ctype.h: Avoid useless #endif #if pairs.
1586
1587 * dirent/dirent.h: Define ino_t and ino64_t if not done already.
1588 (seekdir): Fix type of second parameter.
1589 * sysdeps/generic/seekdir.c: Likewise.
1590 * sysdeps/mach/hurd/seekdir.c: Likewise.
1591 * sysdeps/unix/seekdir.c: Likewise.
1592
1593 * dlfcn/dlfcn.h: Define RTLD_NEXT and RTLD_DEFAULT only if __USE_GNU.
1594
1595 1999-08-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1596
1597 * manual/install.texi (Configuring and compiling): Clarify ix86
1598 situation.
1599
1600 1999-08-18 Ulrich Drepper <drepper@cygnus.com>
1601
1602 * Rules: When generating stdio_lim.h also rewrite IOV_MAX definition.
1603 * stdio-common/stdio_lim.h.in: Add IOV_MAX template.
1604 * include/bits/xopen_lim.h: Don't define IOV_MAX here, get it from
1605 stdio_lim.h. Define LONG_BIT and WORD_BIT.
1606
1607 * include/features.h: Define __USE_XOPEN2K if _XOPEN_SOURCE == 600.
1608
1609 * libio/stdio.h: Don't declare cuserid and getopt for X/Open issue 6.
1610
1611 * misc/search.h: Don't define NULL.
1612
1613 * posix/sys/types.h: Define blksize_t if it hasn't happened.
1614 Only define key_t and blkcnt_t if it hasn't happened before.
1615 Define blksize_t if not happened before.
1616 * io/sys/stat.h: Don't define pid_t. Define blkcnt_t and blksize_t.
1617 * sysdeps/generic/bits/types.h: Define __blksize_t.
1618 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
1619 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
1620 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
1621 * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
1622 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
1623 * sysdeps/mach/hurd/bits/stat.h (struct stat): Use __blksize_t for
1624 st_blksize member.
1625 (struct stat64): Likewise.
1626 * sysdeps/unix/bsd/bits/stat.h: Likewise.
1627 * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
1628 * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
1629 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1630 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
1631 * sysdeps/unix/sysv/sysv4/i386/bist/stat.h: Likewise.
1632 * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
1633
1634 * stdlib/getsubopt.c: Correct type of second argument.
1635 * stdlib/stdlib.h: Likewise.
1636
1637 * stdlib/monetary.h: Don't include sys/types.h. Define only size_t
1638 and ssize_t.
1639
1640 * sysdeps/generic/putenv.c: Correct type of parameter.
1641 * stdlib/stdlib.h: Likewise.
1642
1643 * sysdeps/generic/msgsnd.c: Correct type of second parameter.
1644 * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
1645 * sysvips/sys/msg.h: Likewise.
1646
1647 * sysdeps/generic/semop.c: Correct type of third parameter.
1648 * sysdeps/unix/sysv/linux/semop.c: Likewise.
1649 * sysvipc/sys/sem.h: Likewise. Don't include sys/types.h, define
1650 size_t.
1651
1652 * sysdeps/generic/shmget.c: Correct type of second parameter.
1653 * sysdeps/unix/sysv/linux/shmget.c: Likewise.
1654 * sysvips/sys/shm.h: Likewise. Don't include unistd.h and sys/types.h.
1655 Declare __getpagesize here.
1656
1657 * sysdeps/generic/bits/ipc.h: Include bits/types.h instead of
1658 sys/types.h.
1659 * sysdeps/gnu/bits/ipc.h: Likewise.
1660 * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
1661 * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
1662 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
1663 * sysvipc/sys/ipc.h: Define uid_t, gid_t, mode_t, and key_t if not
1664 already done.
1665
1666 * sysdeps/unix/bsd/usleep.c: Correct type of parameter.
1667
1668 * debug/versions: Export __cyg_profile_func_enter and
1669 __cyg_profile_func_exit.
1670
1671 * math/bits/mathcalls.h: Pretty print.
1672
1673 1999-08-17 Ulrich Drepper <drepper@cygnus.com>
1674
1675 * timezone/tst-timezone.c (tests): Update America/Sao_Paulo test
1676 case for new tzdata.
1677
1678 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Make __useconds_t
1679 unsigned.
1680 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
1681 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
1682 * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
1683 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
1684
1685 * sysdeps/generic/bits/types.h: Make __useconds_t unsigned.
1686
1687 * sysdeps/generic/ualarm.c (ualarm): Change return value and
1688 parameter type to useconds_t.
1689 * sysdeps/unix/bsd/ualarm.c: Likewise.
1690
1691 * sysdeps/generic/usleep.c (usleep): Change parameter type to
1692 useconds_t.
1693 * sysdeps/unix/sysv/linux/usleep.c: Likewise.
1694 * sysdeps/mach/usleep.c: Likewise.
1695
1696 * locale/weight.h: Include <errno.h>.
1697
1698 * posix/sys/types.h: Define type useconds_t if not done already.
1699 * posix/unistd.h: Likewise. Use this in ualarm and usleep
1700 declarations.
1701 * sysdeps/generic/bits/types.h: Define type __useconds_t.
1702 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
1703 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
1704 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
1705 * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
1706 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
1707
1708 * dirent/dirent.h (telldir): Change return type to long int.
1709 * sysdeps/generic/telldir.c: Likewise.
1710 * sysdeps/mach/hurd/telldir.c: Likewise.
1711 * sysdeps/unix/telldir.c: Likewise.
1712 * sysdeps/unix/bsd/telldir.c: Likewise. Fix locking problem.
1713
1714 * locale/weight.h: Set errno if an invalid character is found.
1715
1716 1999-08-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1717
1718 * math/libm-test.c (erfc_test): Add test for example from PR
1719 libc/1259.
1720 (erf_test): Likewise.
1721
1722 1999-08-17 Ulrich Drepper <drepper@cygnus.com>
1723
1724 * sysdeps/ieee754/dbl-64/s_erf.c: Correct type in performance increase
1725 rewrite. Patch by Alan Stern <stern@kitsilano.rowland.org>.
1726
1727 * timezone/private.h: Update from tzcode1999e.
1728 * timezone/zic.c: Likewise.
1729
1730 * timezone/africa: Update from tzdata1999e.
1731 * timezone/antarctica: Likewise.
1732 * timezone/asia: Likewise.
1733 * timezone/australasia: Likewise.
1734 * timezone/europe: Likewise.
1735 * timezone/leapseconds: Likewise.
1736 * timezone/northamerica: Likewise.
1737 * timezone/southamerica: Likewise.
1738
1739 * stdio-common/vfprintf.c (process_string_arg): Correct last patch
1740 and write correct number of bytes in case of %ls with precision.
1741 Reported by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
1742
1743 1999-08-16 Ulrich Drepper <drepper@cygnus.com>
1744
1745 * nscd/nscd.init: Test for kernel version and make LSB compliant.
1746 Patch by Christian Gafton.
1747
1748 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define O_DSYNC and
1749 O_RSYNC. Patch by Christian Gafton.
1750
1751 * stdio-common/vfprintf.c (process_string_arg) [printf]: Handle
1752 possibly unterminated strings for %ls when a precision is
1753 specified.
1754 Patch by Akira YOSHIYAMA <yosshy@tkf.att.ne.jp>.
1755
1756 * wcsmbs/wcsmbsload.c (__wcsmbs_clone_conv): Call
1757 update_conversion_ptrs.
1758 Reported by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
1759
1760 1999-08-15 Ulrich Drepper <drepper@cygnus.com>
1761
1762 * wcsmbs/wcsnlen.c: Correct decrement of maxlen.
1763 Reported by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
1764
1765 * wcsmbs/Makefile (tests): Add tst-wcsnlen.
1766 * wcsmbs/tst-wcsnlen.c: New file.
1767
1768 1999-08-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1769
1770 * libio/ioputs.c (_IO_puts): Add missing brace.
1771
1772 1999-07-20 Geoff Keating <geoffk@cygnus.com>
1773
1774 * math/libm-test.c: Tweak deltas for a clean run on ppc.
1775
1776 1999-08-10 H.J. Lu <hjl@gnu.org>
1777
1778 * stdio-common/vfprintf.c (ORIENT): Check for the old stream.
1779 (vfprintf): Likewise.
1780 * stdio-common/vfscanf.c (ORIENT): Likewise.
1781 * libio/genops.c (__underflow): Likewise.
1782 (__uflow): Likewise.
1783 * libio/iofputs.c (_IO_fputs): Likewise.
1784 * libio/ioftell.c (_IO_ftell): Likewise.
1785 * libio/iofwrite.c (_IO_fwrite): Likewise.
1786 * libio/ioputs.c (_IO_puts): Likewise.
1787 * libio/iosetbuffer.c (_IO_setbuffer): Likewise.
1788 * libio/iosetvbuf.c (_IO_setvbuf): Likewise.
1789
1790 1999-08-15 Ulrich Drepper <drepper@cygnus.com>
1791
1792 * iconv/gconv_builtin.h: Add ISO registry alias for UTF8.
1793
1794 1999-08-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1795
1796 * manual/job.texi (Process Group Functions): Document getpgid,
1797 getsid.
1798
1799 1999-08-15 Ulrich Drepper <drepper@cygnus.com>
1800
1801 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Take extra parameter and
1802 initialize si_pid from it.
1803 * sysdeps/generic/aio_sigqueue.c (__aio_sigqueue): Take extra
1804 parameter.
1805 * rt/aio_misc.c (__aio_enqueue_request): Initialize caller_pid.
1806 * rt/aio_misc.h (struct waitlist): Add caller_pid element.
1807 (struct requestlist): Likewise.
1808 Adjust prototypes of __aio_notify_only and __aio_sigqueue.
1809 * rt/aio_notify.c (__aio_notify_only): Take extra parameter. Pass it
1810 to __aio_sigqueue.
1811 (__aio_notify): Pass caller PID to __aio_notify_only.
1812 * rt/aio_suspend.c: Initialize caller_pid.
1813 * rt/lio_listio.c: Likewise.
1814 * rt/lio_listio64.c: Likewise.
1815
1816 * rt/lio_listio.c: If nothing has to be done free mutex before
1817 signalling.
1818 * rt/lio_listio64.c: Likewise.
1819
1820 1999-08-10 H.J. Lu <hjl@gnu.org>
1821
1822 * resolv/nss_dns/dns-host.c (getanswer_r): Cleanup out-of-buffer
1823 handling.
1824
1825 1999-08-15 Ulrich Drepper <drepper@cygnus.com>
1826
1827 * elf/elf.h: Define ElfXX_Versym.
1828 * elf/link.h (struct link_map): Use ElfXX_Versym for l_versyms
1829 definition.
1830
1831 * stdio-common/vfprintf.c (process_string_arg): Handle precisions
1832 for string output correctly in the wide character case.
1833 Patch by Akira YOSHIYAMA <yosshy@tkf.att.ne.jp>.
1834
1835 * intl/locale.alias: Add catalan.
1836
1837 1999-08-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1838
1839 * manual/install.texi (Configuring and compiling): Mention CFLAGS.
1840
1841 1999-08-15 Ulrich Drepper <drepper@cygnus.com>
1842
1843 * po/pt_BR.po: New file.
1844
1845 1999-08-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1846
1847 * math/libm-test.c (yn_test): Adjust deltas for i386.
1848 (ccosh_test): Likewise.
1849 (jn_test): Likewise.
1850
1851 1999-08-15 Ulrich Drepper <drepper@cygnus.com>
1852
1853 * sysdeps/generic/_G_config.h: Get definition of mbstate_t.
1854
1855 1999-08-13 Ulrich Drepper <drepper@cygnus.com>
1856
1857 * stdio-common/tstscanf.c: Add test for hexadecimal float parsing
1858 problem.
1859
1860 1999-08-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1861
1862 * configure.in: install-sh lives now in scripts subdir.
1863 PR libc/1255 (bug 4).
1864
1865 1999-08-13 Ulrich Drepper <drepper@cygnus.com>
1866
1867 * sysdeps/generic/_G_config.h: Update _G_iconv_t type from Linux
1868 version.
1869
1870 * po/fr.po: Update.
1871
1872 1999-08-11 Thorsten Kukuk <kukuk@suse.de>
1873
1874 * nis/nis_callback.c (internal_nis_do_callback): Free my_pollfd.
1875
1876 1999-08-13 Ulrich Drepper <drepper@cygnus.com>
1877
1878 * stdio-common/vfscanf.c: Don't recognize hexadecimal floats without
1879 exponent.
1880
1881 1999-08-10 Andreas Schwab <schwab@suse.de>
1882
1883 * elf/dl-load.c (_dl_map_object_from_fd): Fix check for valid elf
1884 header.
1885
1886 1999-08-09 Scott Bambrough <scottb@netwinder.org>
1887
1888 * elf/elf.h: Added definition of ELFOSABI_ARM.
1889 * elf/dl-load.c (_dl_map_object_from_fd): Use VALID_ELF_HEADER,
1890 VALID_ELF_OSABI, VALID_ELF_ABIVERSION to decide whether an
1891 object's header and ABI values are acceptable.
1892 (VALID_ELF_HEADER): New macro; provide default definition.
1893 (VALID_ELF_OSABI): New macro; provide default definition.
1894 (VALID_ELF_ABIVERSION): New macro; provide default definition.
1895 * sysdeps/arm/dl-machine.h Define ARM specific versions of
1896 VALID_ELF_HEADER, VALID_ELF_OSABI, VALID_ELF_ABIVERSION.
1897
1898 1999-08-09 Andreas Schwab <schwab@suse.de>
1899
1900 * inet/tst-ipnode.c (main): Don't compare integer with NULL.
1901
1902 1999-08-09 Thorsten Kukuk <kukuk@suse.de>
1903
1904 * sunrpc/svc_run.c (svc_run): Free my_pollfd.
1905
1906 1999-08-09 Andreas Schwab <schwab@suse.de>
1907
1908 * sunrpc/svc.c (svc_getreq_poll): Fix argument of xprt_unregister.
1909
1910 1999-08-08 Ulrich Drepper <drepper@cygnus.com>
1911
1912 * sysdeps/ieee754/ieee754.h: Handle platforms with special
1913 __FLOAT_WORD_ORDER. Patch by Joel Klecker <jk@espy.org>.
1914
1915 * string/bits/string2.h: Mark void* operations as extensions.
1916 * sysdeps/i386/i486/bits/string.h: Likewise.
1917
1918 * debug/Makefile (routines): Add noophooks.
1919 (extra-libs): Add libpcprofile. Add rules to build libpcprofile.
1920 * debug/noophooks.c: New file.
1921 * debug/pcprofile.c: New file.
1922
1923 1999-08-06 Ulrich Drepper <drepper@cygnus.com>
1924
1925 * rt/aio_misc.c (handle_fildes_io): Imitate the behaviour on other
1926 systems which allow using the functions also on non-seekable
1927 devices.
1928
1929 * resolv/res_send.c (res_send): Recompute timeout for poll for
1930 each jump to `wait'.
1931
1932 * inet/netinet/in.h (IN6ADDR_ANY_INIT): Add correct number of
1933 braces to avoid warnings.
1934 (IN6ADDR_LOOPBACK_INIT): Likewise.
1935
1936 * sysdeps/unix/sysv/linux/bits/socket.h: Fix typo (MSG_TRUNC ->
1937 MSG_DONTWAIT).
1938
1939 1999-08-06 H.J. Lu <hjl@gnu.org>
1940
1941 * malloc/malloc.c: Initialize __libc_pagesize early.
1942
1943 1999-08-06 Ulrich Drepper <drepper@cygnus.com>
1944
1945 * string/string-inlines.c: Undefined __USE_STRING_INLINES before
1946 defining it.
1947
1948 * inet/Makefile (tests): Add tst-ipnode.
1949 * inet/tst-ipnode.c: New file.
1950
1951 1999-08-06 Andreas Schwab <schwab@suse.de>
1952
1953 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DSYNC, O_RSYNC):
1954 New definitions.
1955 (O_DIRECTORY, O_NOFOLLOW): Define only if __USE_GNU.
1956 (O_LARGEFILE): Define only if __USE_LARGEFILE64.
1957 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_DSYNC, O_RSYNC):
1958 New definitions.
1959 (O_LARGEFILE): Define only if __USE_LARGEFILE64.
1960 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_LARGEFILE): Likewise.
1961
1962 1999-08-06 Jakub Jelinek <jj@ultra.linux.cz>
1963
1964 * sysdeps/ieee754/ldbl-128/e_expl.c: New file.
1965 * sysdeps/ieee754/ldbl-128/t_expl.h: New file.
1966 * sysdeps/ieee754/ldbl-128/Dist: Add t_expl.h.
1967
1968 1999-08-06 Ulrich Drepper <drepper@cygnus.com>
1969
1970 * resolv/res_send.c (res_send): Don't test file descriptor for
1971 range, we use poll now. [PR libc/1240]
1972
1973 1999-08-05 Ulrich Drepper <drepper@cygnus.com>
1974
1975 * libio/genops.c (_IO_flush_all): Don't access elements beyond what
1976 2.0 defined if they are not available.
1977
1978 1999-08-05 Thorsten Kukuk <kukuk@suse.de>
1979
1980 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_RSYNC, O_DSYNC):
1981 Define.
1982
1983 1999-08-04 Ulrich Drepper <drepper@cygnus.com>
1984
1985 * rt/aio_read.c: Fix return value.
1986 * rt/aio_read64.c: Likewise.
1987 Reported by Christian Gafton.
1988
1989 * rt/aio_write.c: Fix return value.
1990 * rt/aio_write64.c: Likewise.
1991 * rt/aio_fsync.c: Likewise.
1992
1993 * rt/aio_misc.c: Set errno at correct place.
1994
1995 * rt/aio_fsync.c: Test OP parameter for correct values.
1996
1997 * hesiod/hesiod.c: Avoid emitting rcsid in object file.
1998
1999 1999-08-04 Andreas Schwab <schwab@suse.de>
2000
2001 * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
2002 Initialize result to one.
2003 (GET_NPROCS_CONF_PARSER): Likewise.
2004
2005 1999-08-03 Ulrich Drepper <drepper@cygnus.com>
2006
2007 * inet/ether_hton.c: Pass errno pointer to NSS function.
2008 * inet/getnetgrent_r.c: Likewise.
2009 Reported by Marty Leisner <leisner@rochester.rr.com>.
2010
2011 1999-08-02 Thorsten Kukuk <kukuk@suse.de>
2012
2013 * nis/nis_callback.c: Fix port problem on big-endian machines
2014 * sunrpc/clnt_udp.c: Cast to uint32_t pointer, not short. RPC
2015 fields are always 32 bit.
2016 Patches from Paul Mackerras <paulus@cs.anu.edu.au>
2017
2018 * nis/nss_nis/nis-service.c: Remove htons, port is always in
2019 network-byte-order.
2020 * nis/nss_nisplus/nisplus-service.c: Rename number to port.
2021
2022 1999-08-03 Andreas Schwab <schwab@suse.de>
2023
2024 * sysdeps/posix/sigset.c: Unblock the signal after setting its
2025 disposition. Use SIG_BLOCK/SIG_UNBLOCK instead of SIG_SETMASK to
2026 avoid two calls to sigprocmask.
2027
2028 1999-08-02 Ulrich Drepper <drepper@cygnus.com>
2029
2030 * sysdeps/generic/s_nexttowardf.c: Fix typo.
2031
2032 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
2033
2034 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction):
2035 Only allow rt signal frames. No SA_SIGINFO signals will have the
2036 siginfo_t just not filled out with SI_NOINFO code.
2037 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h
2038 (register_dump): Take the above change into account.
2039 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h
2040 (rt_signal_frame): Likewise.
2041
2042 * sysdeps/unix/sysv/linux/sparc/getsysstats.c: New file.
2043
2044 1999-08-02 Thorsten Kukuk <kukuk@suse.de>
2045
2046 * nis/nis_callback.c (internal_nis_do_callback): Use poll()
2047 instead of select().
2048
2049 1999-08-02 Ulrich Drepper <drepper@cygnus.com>
2050
2051 * sysdeps/generic/s_nextafter.c: Define __nexttoward and
2052 nexttoward so something else so that aliasing works.
2053
2054 1999-08-02 Thorsten Kukuk <kukuk@suse.de>
2055
2056 * sysdeps/generic/math_ldbl.h: Fix typo.
2057 * sysdeps/generic/strtold.c: Remove unbalanced #endif.
2058 * sysdeps/alpha/fpu/e_sqrt.c: Use new path for e_sqrt.c.
2059
2060 1999-08-02 Ulrich Drepper <drepper@cygnus.com>
2061
2062 * elf/resolvfail.c: Include stdio.h. Also test dlerror.
2063
2064 1999-08-01 Ulrich Drepper <drepper@cygnus.com>
2065
2066 * elf/Makefile (tests): Add resolvfail. Add rules to build the
2067 program.
2068 * elf/resolvfail.c: New file.
2069
2070 * elf/dl-sym.c (_dl_sym): Always determine module of the caller to
2071 pass it to _dl_lookup_symbol.
2072
2073 * elf/dl-error.c (_dl_signal_error): Optimize string generation a
2074 bit. Reword message.
2075
2076 * dlfcn/dlerror.c: Make code thread-safe.
2077
2078 1999-07-31 Roland McGrath <roland@baalperazim.frob.com>
2079
2080 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Fix msgt_size member
2081 initializer in CHECK: a bit size, not the type code repeated!
2082
2083 1999-07-31 Ulrich Drepper <drepper@cygnus.com>
2084
2085 * string/tester.c: Add tests with constant arguments for strcpy
2086 and stpcpy.
2087
2088 1999-07-31 H.J. Lu <hjl@gnu.org>
2089
2090 * string/bits/string2.h (__strcpy_small): Fix a typo.
2091
2092 1999-07-31 Ulrich Drepper <drepper@cygnus.com>
2093
2094 * Makeconfig (link-libc): Always define it, not only for shared
2095 builds.
2096
2097 * sysdeps/i386/fpu/e_pow.S: Use addl %esp instead of pop.
2098 * sysdeps/i386/fpu/e_powf.S: Likewise.
2099 * sysdeps/i386/fpu/e_powl.S: Likewise. [PR libc/1213].
2100
2101 * sysdeps/generic/e_lgammal_r.c: Set *signgam to zero.
2102 * sysdeps/generic/e_gammal_r.c: Likewise. [PR libc/1212].
2103
2104 1999-07-30 Andreas Schwab <schwab@suse.de>
2105
2106 * sysdeps/unix/sysv/linux/getsysstats.c (GET_NPROCS_PARSER): New
2107 definition.
2108 (__get_nprocs): Use it.
2109 (__get_nprocs_conf): Define as separate function if
2110 GET_NPROCS_CONF_PARSER is defined.
2111 * sysdeps/unix/sysv/linux/alpha/getsysstats.c: New file.
2112
2113 * include/sys/sysinfo.h: New file.
2114 * sysdeps/generic/sys/sysinfo.h: Remove declaration of internal
2115 interface.
2116 * sysdeps/unix/sysv/linux/sys/sysinfo.h: Likewise.
2117
2118 1999-07-30 H.J. Lu <hjl@gnu.org>
2119
2120 * libio/iofflush.c (fflush_unlocked): Weak aliase if
2121 _IO_MTSAFE_IO is not defined.
2122 * libio/clearerr.c (clearerr_unlocked): Likewise.
2123 * libio/feof.c (feof_unlocked): Likewise.
2124 * libio/ferror.c (ferror_unlocked): Likewise.
2125 * libio/fputc.c (fputc_unlocked): Likewise.
2126 * libio/getc.c (getc_unlocked, fgetc_unlocked): Likewise.
2127 * libio/getchar.c (getchar_unlocked): Likewise.
2128 * libio/putc.c (putc_unlocked): Likewise.
2129 * libio/putchar.c (putchar_unlocked): Likewise.
2130
2131 1999-07-30 Thorsten Kukuk <kukuk@suse.de>
2132
2133 * sunrpc/Versions: Add svc_getreq_common, svc_getreq_poll,
2134 svc_max_pollfd and svc_pollfd to GLIBC_2.2
2135 * sunrpc/rpc/svc.h: Use rpc*_t types, add new prototypes
2136 for svc_run/poll interface.
2137 * sunrpc/rpc/types.h: Add rpc*_t typedefs.
2138 * sunrpc/rpc_common.c: Add svc_pollfd and svc_max_pollfd as
2139 global variable.
2140 * sunrpc/svc.c: Add svc_getreq_poll and svc_getreq_common,
2141 rewrite other svc_getreq* functions to use svc_getreq_common.
2142 * sunrpc/svc_run.c: Use poll().
2143
2144 1999-07-30 Andreas Schwab <schwab@suse.de>
2145
2146 * Makerules: Put sysd-versions and Versions.all on
2147 postclean-generated instead of common-generated.
2148
2149 1999-07-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2150
2151 * manual/time.texi (Basic CPU Time): Note that clock_t can wrap
2152 around and CLOCKS_PER_SEC is 1e6.
2153
2154 1999-07-30 Ulrich Drepper <drepper@cygnus.com>
2155
2156 * configure.in: Add test for local label subtraction.
2157 * config.h.in: Ad HAVE_SUBTRACT_LOCAL_LABELS.
2158 * stdio-common/vfprintf.c (vfprintf): Use subtraction of local
2159 labels to reduce number of runtime relocations and move jump
2160 tables in read-only seciton.
2161
2162 * malloc/malloc.c (ptmalloc_init): Correct last patch. The
2163 assignment cannot be moved.
2164
2165 1999-07-29 H.J. Lu <hjl@gnu.org>
2166
2167 * malloc/malloc.c (ptmalloc_init): Also initialize __libc_pagesize
2168 if no threads are used.
2169
2170 * libio/iofwrite.c: Add weak alias for _unlocked function if not
2171 _IO_MTSAFE_IO.
2172 * libio/iofread.c: Likewise.
2173 * libio/iofgets.c: Likewise.
2174 * libio/iofputs.c: Likewise.
2175
2176 * sysdeps/generic/bits/libc-lock.h (__libc_cleanup_end): New
2177 definition.
2178
2179 * stdlib/mbtowc.c: Include <string.h>.
2180 * stdlib/wctomb.c: Likewise.
2181 * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
2182 * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
2183
2184 * misc/mntent_r.c: Include <alloca.h>.
2185 * elf/dl-runtime.c: Likewise.
2186
2187 1999-07-29 Andreas Schwab <schwab@suse.de>
2188
2189 * misc/efgcvt.c (NDIGIT_MAX): Provide precomputed constants for
2190 all floating point formats supported by gcc. Error out for
2191 unhandled precisions.
2192 * misc/efgcvt_r.c (NDIGIT_MAX): Likewise.
2193 * misc/qefgcvt.c (NDIGIT_MAX): Likewise.
2194 * misc/qefgcvt_r.c (NDIGIT_MAX): Likewise.
2195
2196 1999-07-29 Ulrich Drepper <drepper@cygnus.com>
2197
2198 * sysdeps/generic/setenv.c: Move setenv code in new function
2199 __add_to_environ. Add new parameter specifying already
2200 constructed string for the environment.
2201 (setenv): Call __add_to_environ with new parameter set to NULL.
2202 (unsetenv): Really test all elements for duplicated name. Missed those
2203 cases where the two are following each other.
2204 * sysdeps/generic/putenv.c: Use __add_to_environ instead of setenv.
2205 * include/stdlib.h: Add prototype of __add_to_environ.
2206 * stdlib/tst-environ.c: New file.
2207 * stdlib/Makefile (tests): Add tst-environ.
2208
2209 * sysdeps/i386/bits/string.h (__memset_cc): Fix typo in last patch.
2210
2211 * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups): Correct size
2212 argument in realloc call.
2213 * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups):
2214 Likewise.
2215 Reported by Danny Braniss <danny@cs.huji.ac.il>.
2216
2217 1999-07-28 Ulrich Drepper <drepper@cygnus.com>
2218
2219 * misc/efgcvt.c: Use IEEE 854 formula to compute the number of digits
2220 to print.
2221 * misc/efgcvt_r.c: Likewise.
2222 * misc/qefgcvt.c: Likewise.
2223 * misc/qefgcvt_r.c: Likewise.
2224 * misc/tst-efgcvt.c: Remove one test which cannot reliably be run
2225 anymore.
2226
2227 1999-07-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2228
2229 * manual/math.texi (FP Function Optimization): Mention drawbacks.
2230
2231 1999-07-28 Ulrich Drepper <drepper@cygnus.com>
2232
2233 * stdlib/mblen.c: Use static state.
2234 Reported by Bruno Haible <haible@ilog.fr>.
2235
2236 * stdlib/mbtowc.c: Reset state for s == NULL.
2237 * stdlib/wctomb.c: Likewise.
2238 Reported by Bruno Haible <haible@ilog.fr>.
2239
2240 * stdlib/mbstowcs.c: Do not use global state.
2241 Reported by Bruno Haible <haible@ilog.fr>.
2242
2243 1999-07-28 Andeas Schwab <schwab@suse.de>
2244
2245 * iconvdata/Makefile: Don't try to run iconv tests when cross
2246 compiling.
2247
2248 1999-07-27 Mark Kettenis <kettenis@gnu.org>
2249
2250 * sysdeps/mach/hurd/i386/init-first.c (init): Move the inline
2251 assembler code to switch stacks and call init1 outside this
2252 function. Inside `init' the code was optimized away by gcc
2253 2.95 since it was "clearly" unreachable.
2254 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
2255 Do something similar for the trampoline code.
2256
2257 1999-07-27 Ulrich Drepper <drepper@cygnus.com>
2258
2259 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only return information
2260 for the hinted protocol.
2261
2262 1999-07-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2263
2264 * time/Versions: Add POSIX.1b timer and clock functions to GLIBC_2.2.
2265
2266 1999-07-25 Jakub Jelinek <jj@ultra.linux.cz>
2267
2268 * elf/link.h (struct link_map): Use Elf_Symndx instead of ElfXX_Symndx.
2269 * elf/dl-lookup.c (_dl_setup_hash): Likewise.
2270 * elf/dl-load.c (_dl_map_object): Likewise.
2271 * elf/do-lookup.h (do_lookup*): Likewise.
2272 * sysdeps/generic/bits/elfclass.h: Define Elf_Symndx as uint32_t.
2273 * sysdeps/unix/sysv/linux/alpha/bits/elfclass.h: Define Elf_Symndx
2274 as uint64_t.
2275 * elf/elf.h: Remove Elf32_Symndx and Elf64_Symndx.
2276
2277 1999-07-26 Ulrich Drepper <drepper@cygnus.com>
2278
2279 * sysdeps/unix/sysv/sysv4/setsid.c: Correct types.
2280 * sysdeps/generic/getpgrp.c: Likewise.
2281 * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise.
2282 * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
2283 Patch by John Tobey <jtobey@banta-im.com>.
2284
2285 * sysdeps/posix/wait3.c: Help compiling in presence of
2286 __transparent_union__. Reported by John Tobey <jtobey@banta-im.com>.
2287
2288 1999-07-25 Jakub Jelinek <jj@ultra.linux.cz>
2289
2290 * sysdeps/sparc/sparc64/add_n.S: Avoid using %g2, %g3, %g7 registers
2291 as much as possible. Declare them using .register pseudo-op if they
2292 are still used.
2293 * sysdeps/sparc/sparc64/lshift.S: Likewise.
2294 * sysdeps/sparc/sparc64/memchr.S: Likewise.
2295 * sysdeps/sparc/sparc64/memcmp.S: Likewise.
2296 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
2297 * sysdeps/sparc/sparc64/memset.S: Likewise.
2298 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
2299 * sysdeps/sparc/sparc64/rshift.S: Likewise.
2300 * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
2301 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
2302 * sysdeps/sparc/sparc64/strcat.S: Likewise.
2303 * sysdeps/sparc/sparc64/strchr.S: Likewise.
2304 * sysdeps/sparc/sparc64/strcmp.S: Likewise.
2305 * sysdeps/sparc/sparc64/strcpy.S: Likewise.
2306 * sysdeps/sparc/sparc64/strcspn.S: Likewise.
2307 * sysdeps/sparc/sparc64/strlen.S: Likewise.
2308 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
2309 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
2310 * sysdeps/sparc/sparc64/strpbrk.S: Likewise.
2311 * sysdeps/sparc/sparc64/strspn.S: Likewise.
2312 * sysdeps/sparc/sparc64/sub_n.S: Likewise.
2313 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2314 Optimize trampoline code for .plt4-.plt32767.
2315 Fix trampolines for .plt32768+.
2316
2317 1999-07-25 Jakub Jelinek <jj@ultra.linux.cz>
2318
2319 * sysdeps/sparc/sparc32/sparcv8/Makefile: -mv8 is deprecated, use
2320 -mcpu=v8.
2321 * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
2322 * sysdeps/sparc/sparc64/Makefile: Make %g7 register available for
2323 libc's private use (as assembly routine clobber it anyway).
2324
2325 1999-07-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2326
2327 * README.template (configurations): The crypt add-on has a new
2328 ftp site.
2329 * manual/install.texi (Installation): Likewise.
2330
2331 1999-07-26 Ulrich Drepper <drepper@cygnus.com>
2332
2333 * time/time.h: Add forward for struct sigevent. Unix98 maybe
2334 requires to have a full definition but we wait for a bug report
2335 based on the test suite.
2336
2337 * sysdeps/generic/clock_getres.c: New file.
2338 * sysdeps/generic/clock_gettime.c: New file.
2339 * sysdeps/generic/clock_settime.c: New file.
2340 * sysdeps/generic/timer_create.c: New file.
2341 * sysdeps/generic/timer_delete.c: New file.
2342 * sysdeps/generic/timer_getoverr.c: New file.
2343 * sysdeps/generic/timer_gettime.c: New file.
2344 * sysdeps/generic/timer_settime.c: New file.
2345
2346 * sysdeps/generic/bits/time.h: Define __clockid_t, __timer_t,
2347 CLOCK_REALTIME, and TIMER_ABSTIME.
2348 * sysdeps/mach/hurd/bits/time.h: Likewise.
2349 * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
2350 * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
2351
2352 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _POSIX_TIMERS.
2353
2354 * sysdeps/unix/sysv/linux/bits/siginfo.h: Define si_timer1 and
2355 si_timer2.
2356
2357 * sysdeps/unix/sysv/linux/syscalls.list: Add clock and timer syscalls.
2358
2359 * time/Makefile (routines): Add clock_getres, clock_gettime,
2360 clock_setres, timer_create, timer_delete, timer_getoverr,
2361 timer_gettime, and timer_settime.
2362
2363 * time/time.h: Define clockid_t, timer_t, and struct itimerspec for
2364 POSIX.1b. Add prototypes for clock and timer functions.
2365
2366 1999-07-26 Roland McGrath <roland@baalperazim.frob.com>
2367
2368 * hurd/hurdprio.c (_hurd_priority_which_map): Initialize PIDS.
2369 Fix from Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
2370
2371 1999-07-26 Ulrich Drepper <drepper@cygnus.com>
2372
2373 * stdlib/wcstombs.c: Do not use global state.
2374 Reported by Bruno Haible <haible@ilog.fr>.
2375
2376 * wcsmbs/wctob.c: Avoid sign extension when returning character.
2377 Reported by Bruno Haible <haible@ilog.fr>.
2378
2379 * wcsmbs/wcsrtombs.c (__wcsrtombs): When computing maximum number
2380 of wide characters to convert do it right and don't overestimate
2381 by multiplying with MB_CUR_MAX.
2382 Reported by Bruno Haible <haible@ilog.fr>.
2383
2384 1999-07-26 Jakub Jelinek <jj@ultra.linux.jz>
2385
2386 * string/bits/string2.h (__strcpy_small): Avoid compile time warning.
2387 (__stpcpy_small): Likewise.
2388 Union has no __uc member but __c.
2389
2390 1999-07-26 Andreas Schwab <schwab@suse.de>
2391
2392 * sysdeps/m68k/dl-machine.h (RTLD_START): Call pre-init funtions.
2393
2394 1999-07-25 Ulrich Drepper <drepper@cygnus.com>
2395
2396 * libio/iofclose.c (_IO_new_fclose): Only fall back on
2397 _IO_old_fclose if doing versioning.
2398
2399 * libio/iofclose.c (_IO_new_fclose): Detect new streams and handle
2400 them appropriately.
2401 * libio/oldiofclose.c (_IO_old_fclose): Likewise.
2402
2403 * misc/mntent_r.c: Allow spaces and tabs in entry names by
2404 encoding these characters.
2405 * misc/tst-mntent.c: Add test case for addmntent and getmntent.
2406
2407 * string/bits/string2.h: Fix aliasing problems.
2408 * sysdeps/i386/i486/bits/string.h: Likewise.
2409 * sysdeps/i386/bits/string.h: Likewise.
2410
2411 1998-12-28 Geoff Keating <geoffk@ozemail.com.au>
2412
2413 * sysdeps/powerpc/dl-machine.c: Handle shared library profiling.
2414 * elf/rtld.c (dl_main): Don't call malloc() between
2415 re-relocating the dynamic linker and running the application's crt0.
2416
2417 1999-07-21 Paul D. Smith <psmith@gnu.org>
2418
2419 * sysdeps/generic/glob.c: Move getlogin{,_r} prototypes below
2420 glob.h to get __P() macro.
2421
2422 * posix/fnmatch.c (internal_fnmatch): Use K&R definition syntax,
2423 not ANSI.
2424 (__strchrnul): This won't exist outside GLIBC, so create one.
2425
2426 1999-07-25 Jakub Jelinek <jj@ultra.linux.cz>
2427
2428 * sysdeps/unix/sysv/linux/sparc/bits/types.h: Always define __qaddr_t.
2429 __ino64_t should be 32bit unsigned type on sparc32.
2430 Define __off64_t to __quad_t instead of __int64_t.
2431 Make __pic_pid_t unsigned on sparc32.
2432
2433 1999-07-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2434
2435 * localedata/tst-rpmatch.sh: Use "&" instead of "§" to avoid a bug
2436 in bash 2.03.
2437
2438 1999-07-25 Ulrich Drepper <drepper@cygnus.com>
2439
2440 * iconvdata/euc-kr.c (euckr_from_ucs4): Set cp[0] to '\0' in case
2441 of an error. Patch by Changwoo Ryu <cwryu@debian.org>.
2442
2443 1999-07-24 Ulrich Drepper <drepper@cygnus.com>
2444
2445 * iconvdata/ksc5601.h (ksc5601_to_ucs4): Avoid invalid memory
2446 accesses.
2447
2448 * resolv/res_send.c: Add locks for res_send and res_close use.
2449
2450 * elf/Makefile (dl-routines): Add preinit.
2451 * elf/Versions [ld.so] (GLIBC_2.2): Export _dl_preinit_next.
2452 * elf/link.h (struct link_map): Add new field l_preinitcount.
2453 * elf/dl-preinit.c: New file.
2454 * elf/dynamic-link.h: Initialize l_preinitcount.
2455 * sysdeps/i386/dl-machine.h (RTLD_START): Call pre-init functions.
2456
2457 * elf/dl-fini.c: Handle DT_FINI_ARRAY.
2458 * elf/link.h (struct link_map): Remove l_init_running. Add l_runcount
2459 and l_initcount.
2460 * elf/dl-init.c: Handle DT_INIT_ARRAY.
2461 * elf/dynamic-link.h: Change parameters. Now only get link_map
2462 pointer. Calculate l_initcount.
2463
2464 * elf/link.h (struct link_map): Add l_runpath_dirs.
2465 * elf/dynamic-link.h: If RUNPATH is given, set RPATH to NULL.
2466 * elf/dl-load.c: Pretty print.
2467 (decompose_rpath): Take new parameter with info from where the path
2468 comes. Pass it the fillin_rpath.
2469 (_dl_init_paths): Initialize l_runpath_dirs.
2470 (_dl_map_object): Don't search using RPATHs if object has RUNPATH.
2471 Search using RUNPATH after LD_LIBRARY_PATH.
2472 * elf/dl-support.c: Adjust comment.
2473 * elf/rtld.c: Adjust help message.
2474
2475 1999-07-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2476
2477 * elf/rtld.c (dl_main): Adopt to changed _dl_lookup_symbol
2478 interface.
2479
2480 1999-07-23 Roland McGrath <roland@baalperazim.frob.com>
2481
2482 * sysdeps/generic/bits/termios.h (ONOEOT): Change value to 1<<3, to
2483 match BSD value; previous value of 1<<8 was a typo. I bet nothing
2484 ever used this, so I'm not going to worry about compatibility.
2485 [__USE_GNU] (IUCLC, OLCUC): New macros.
2486
2487 1999-07-23 Ulrich Drepper <drepper@cygnus.com>
2488
2489 * include/libintl.h: Undefine N_ and _ first to avoid warnings.
2490
2491 * elf/elf.h: Add ET_LOOS and ET_HIOS.
2492 Add various EM_* constants.
2493 Add SHN_LOOS and SHN_HIOS.
2494 Add SHT_INIT_ARRAY, SHT_FINI_ARRAY, and SHT_PREINIT_ARRAY.
2495 Add SHF_MERGE and SHF_STRINGS.
2496 (ElfXX_Sym): Update description of st_other field.
2497 Add STT_COMMON.
2498 Add ELFXX_ST_VISIBILITY and ELFXX_ST_OTHER.
2499 Add STV_* macros.
2500 Update comment on DT_RPATH. Add DT_RUNPATH, DT_FLAGS, DT_ENCODING,
2501 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ.
2502 Add DF_ORIGIN, DF_SYMBOLIC, DF_TEXTREL, and DF_BIND_NOW.
2503
2504 * posix/unistd.h: Move declaration of __libc_enable_secure to...
2505 * include/unistd.h: ...here.
2506
2507 * elf/dl-open.c (dl_open_worker): If DST is used in SUID program punt.
2508 * elf/dl-deps.c (expand_dst): Likewise.
2509
2510 * elf/dynamic-link.h: Set DT_SYMBOLIC, DT_TEXTREL, and DT_BIND_NOW
2511 based on DT_FLAGS value.
2512
2513 * elf/do-lookup.h: Remove reference_name parameter, add undef_map.
2514 Add test for symbols marked STV_HIDDEN.
2515 * elf/dl-lookup.c (_dl_lookup_symbol): Remove reference_name parameter,
2516 add undef_map. Compute reference_name locally. Update call to
2517 do_lookup.
2518 (_dl_lookup_symbol_skip): Likewise.
2519 (_dl_lookup_versioned_symbol): Likewise.
2520 (_dl_lookup_versioned_symbol_skip): Likewise.
2521 * elf/dl-libc.c: Update call to _dl_lookup_*symbol.
2522 * elf/dl-runtime.c: Likewise.
2523 * elf/dl-sym.c: Likewise.
2524 * elf/dl-symbol.c: Likewise.
2525 * elf/ldsodefs.h: Adjust prototypes.
2526
2527 * elf/dl-reloc.c (RESOLV): Add test for STV_PROTECTED flag set and
2528 handle appropriately. Add comment about DT_TEXTREL.
2529 * elf/dl-runtime.c: Likewise.
2530
2531 1999-07-21 Roland McGrath <roland@baalperazim.frob.com>
2532
2533 * elf/dl-reloc.c (_dl_reloc_bad_type): New function.
2534 * elf/ldsodefs.h: Declare it.
2535 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Use it
2536 instead of assert.
2537 (elf_machine_lazy_rel): Likewise. Take new arg MAP.
2538 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
2539 (elf_machine_lazy_rel): Likewise.
2540 * sysdeps/mips/dl-machine.h (elf_machine_rel): Likewise.
2541 (elf_machine_lazy_rel): Likewise.
2542 * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel): Likewise.
2543 (elf_machine_lazy_rel): Likewise.
2544 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
2545 (elf_machine_lazy_rel): Likewise.
2546 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
2547 (elf_machine_lazy_rel): Likewise.
2548 * sysdeps/generic/dl-machine.h (elf_machine_rel): Likewise.
2549 * sysdeps/arm/dl-machine.h (elf_machine_rel): Likewise.
2550 (elf_machine_lazy_rel): Likewise.
2551 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Likewise.
2552 (elf_machine_lazy_rel): Likewise.
2553 * sysdeps/powerpc/dl-machine.h (elf_machine_lazy_rel): Likewise.
2554 * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Use
2555 _dl_reloc_bad_type instead of _dl_signal_error.
2556 * elf/do-rel.h (elf_dynamic_do_rel): Pass MAP to elf_machine_lazy_rel.
2557
2558 1999-07-20 Mark Kettenis <kettenis@gnu.org>
2559
2560 * sysdeps/mach/_strerror.c: Include <libintl.h>.
2561
2562 1999-07-19 Roland McGrath <roland@baalperazim.frob.com>
2563
2564 * hurd/hurdsig.c (_hurd_internal_post_signal): If a
2565 hurd_signal_preemptor matches but its `preemptor' field is null, use
2566 its `handler' field directly. This is to comply with behavior
2567 documented in <hurd/sigpreempt.h>.
2568
2569 1999-07-21 Andreas Schwab <schwab@suse.de>
2570
2571 * libio/fileops.c (_IO_new_file_underflow): Set error indicator
2572 when reading from write-only stream.
2573 * libio/oldfileops.c (_IO_old_file_underflow): Likewise.
2574 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
2575
2576 1999-07-21 Andreas Schwab <schwab@suse.de>
2577
2578 * nss/test-netdb.c (output_hostent): Don't crash if h_aliases is
2579 NULL.
2580
2581 1999-07-21 Mark Kettenis <kettenis@gnu.org>
2582
2583 * sysdeps/mach/hurd/read.c: Do not include <hurd.h> and
2584 <hurd/fd.h>.
2585 * sysdeps/mach/hurd/write.c: Do not include <hurd.h> and
2586 <hurd/fd.h>.
2587 (__libc_write): Call __pwrite instead of __pread.
2588
2589 1999-07-20 Mark Kettenis <kettenis@gnu.org>
2590
2591 * sysdeps/mach/hurd/mmap.c (__mmap): Use correct arguments in
2592 __vm_allocate calls.
2593
2594 * sysdeps/mach/hurd/pread.c (__pread): Include <hurd/fd.h>. Fix typo.
2595 * sysdeps/mach/hurd/pwrite.c (__pwrite): Include <hurd/fd.h>.
2596
2597 * sysdeps/mach/hurd/sysd-stdio.c (__stdio_read): Call
2598 _hurd_fd_read with new OFFSET argument set to -1.
2599 (__stdio_write): Call _hurd_fd_write with new OFFSET argument set
2600 to -1.
2601
2602 1999-07-17 Roland McGrath <roland@baalperazim.frob.com>
2603
2604 * hurd/hurdexec.c (_hurd_exec): Prune trailing null ports from the
2605 descriptor table sent in the RPC.
2606
2607 1999-07-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2608
2609 * time/strptime.c [!_LIBC]: Fix __mon_day size. Reported by
2610 bill@taniwha.org [PR libc/1211].
2611
2612 1999-07-19 Andreas Schwab <schwab@suse.de>
2613
2614 * libio/Makefile (routines): Add fwprintf.
2615
2616 PowerPC has own version of w_sqrt.c and w_sqrtf.c.
2617 * math/w_sqrt.c: Moved to ...
2618 * sysdeps/generic/w_sqrt.c: ... here.
2619 * math/w_sqrtf.c: Moved to ...
2620 * sysdeps/generic/w_sqrtf.c: ... here.
2621
2622 * Make-dist (generic-dirs): New variable.
2623 (try-sysdeps, +sysdep-names): Use it.
2624 * extra-lib.mk (all-$(lib)-routines): New variable. Use it
2625 instead of $(lib)-routines.
2626 * elf/Makefile (distribute): Add dl-cache.h.
2627 * db2/Makefile (distribute): Add all new files.
2628 * iconvdata/Makefile (distribute): Don't distribute CVS
2629 directory.
2630 * math/Makefile (distribute): Remove machine/endian.h, add
2631 math_ldbl.h.
2632 * stdio-common/Makefile (distribute): Add _itowa.h.
2633 * sysdeps/generic/Dist: Remove make_siglist.c, add siglist.h.
2634 * sysdeps/gnu/Dist: Add eval.c
2635 * sysdeps/gnu/Makefile (libdl-sysdep_routines) [$(subdir) =
2636 dlfcn]: Add to this instead of libdl-routines.
2637 * sysdeps/ieee754/ldbl-128/Dist: New file.
2638 * sysdeps/mach/hurd/Dist: Add siglist.h
2639 * sysdeps/unix/sysv/linux/Dist: Add kernel-features.h.
2640
2641 1999-07-18 Ulrich Drepper <drepper@cygnus.com>
2642
2643 * sysdeps/unix/sysv/linux/sparc/Dist: Add ldd-rewrite.sed.
2644
2645 * inet/Makefile (routines): Add getipnodebyad and freehostent.
2646 * inet/Versions [GLIBC_2.2] (libc): Add getipnodebyad and freehostent.
2647 * inet/freehostent.c: New file.
2648 * inet/getipnodebyad.c: New file.
2649 * resolv/netdb.h: Add prototypes for getipnodebyaddr, freehostent,
2650 and getipnodebyname. The latter comes soon.
2651 * nss/digits_dots.c: Fail if IPv6 is found and IPv4 is requested.
2652 Add support for getipnode* functions.
2653
2654 * nss/digits_dots.c: Don't use __set_h_errno, assign to *h_errnop.
2655 Set h_aliases to NULL and not to a pointer to an array with a NULL
2656 pointer following XNS 5.2.
2657
2658 * posix/sched.h: Remove internal interfaces.
2659 * include/sched.h: Add internal interfaces.
2660
2661 * nss/getXXbyYY.c: Provide variable h_errnop to help shared code.
2662
2663 * nss/digits_dots.c: Set h_errnop if memory allcoation failed.
2664
2665 * inet/gethstbyad_r.c (PREPROCESS): Test for unspecified IPv6 address
2666 and return an error in this case.
2667 * nss/getXXbyYY_r.c: Allow PREPROCESS be defined and use it if
2668 available.
2669
2670 1999-07-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2671
2672 * nscd/nscd_proto.h (__nscd_gethostbyaddr_r): Follow change from
2673 1999-07-17 and adjust len parameter.
2674 * nscd/nscd_gethst_r.c (__nscd_gethostbyaddr_r): Likewise.
2675 * nscd/gethstbyad_r.c (ADD_PARAMS): Likewise.
2676 * manual/socket.texi (Host Names): Likewise.
2677 * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyaddr_r): Likewise.
2678 * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_gethostbyaddr_r):
2679 Likewise.
2680 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
2681 * resolv/gethnamaddr.c (gethostbyaddr): Likewise.
2682 (ht_gethostbyaddr): Likewise.
2683 (_gethtbyaddr): Likewise.
2684
2685 1999-07-17 Ulrich Drepper <drepper@cygnus.com>
2686
2687 * resolv/netdb.h: Adjust parameters of gethostbyaddr and
2688 gethostbyaddr_r.
2689 * include/netdb.h: Likewise.
2690 * inet/gethstbyad.c: Correct type of len parameter.
2691 * inet/gethstbyad_r.c: Likewise.
2692
2693 * sysdeps/unix/sysv/linux/arm/Versions: Undo last change.
2694
2695 1999-07-17 Zack Weinberg <zack@rabi.columbia.edu>
2696
2697 * include/libc-symbol.h: Clean up definitions of weak_alias,
2698 strong_alias, symbol_version, etc. etc.
2699 * posix/getopt.h: Use ctype.h to get features.h included, and don't
2700 include it at all if __GNU_LIBRARY__ is already defined.
2701
2702 1999-07-17 Ulrich Drepper <drepper@cygnus.com>
2703
2704 * stdio-common/bug1.c: Include <stdlib.h> to get prototype for free.
2705
2706 * malloc/malloc.c: Add missing chunk of patch from 1999-07-04.
2707
2708 * sysdeps/unix/sysv/linux/bits/time.h (timeval): Use __suseconds_t
2709 type for tv_usec element.
2710 * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
2711 * sysdeps/unix/sysv/linux/bits/types.h: Define __suseconds_t.
2712 * sysdeps/generic/bits/time.h: Likewise.
2713 * sysdeps/mach/hurd/bits/time.h: Likewise.
2714 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
2715 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
2716 * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
2717 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
2718 * sysdeps/generic/bits/types.h: Likewise.
2719 * posix/sys/types.h: Define suseconds_t for X/Open.
2720
2721 1999-07-15 Ulrich Drepper <drepper@cygnus.com>
2722
2723 * stdio-common/bug1.c: Avoid memory leak.
2724
2725 * sysdeps/i386/fpu/e_pow.S: Use addl instead of pop/pop to keep
2726 program deterministic.
2727 * sysdeps/i386/fpu/e_powf.S: Likewise.
2728 * sysdeps/i386/fpu/e_powl.S: Likewise.
2729
2730 1999-07-15 Jakub Jelinek <jj@ultra.linux.cz>
2731
2732 * math/Makefile: Add t_sincosl and k_sincosl support routines.
2733 * math/math_private.h (__kernel_sincosl): New declaration.
2734 * sysdeps/generic/t_sincosl.c: New file.
2735 * sysdeps/generic/k_sincosl.c: New file.
2736 * sysdeps/ieee754/ldbl-128/k_cosl.c: New file.
2737 * sysdeps/ieee754/ldbl-128/k_sinl.c: New file.
2738 * sysdeps/ieee754/ldbl-128/k_sincosl.c: New file.
2739 * sysdeps/ieee754/ldbl-128/t_sincosl.c: New file.
2740 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: New file.
2741 * sysdeps/ieee754/ldbl-128/s_sincosl.c (__sincosl): Use
2742 __kernel_sincosl.
2743 * sysdeps/ieee754/ldbl-128/math_ldbl.h (GET_LDOUBLE_LSW64): New
2744 definition.
2745
2746 1999-07-15 Ulrich Drepper <drepper@cygnus.com>
2747
2748 * posix/unistd.h: Use __PMT for exit.
2749
2750 1999-07-15 Philip Blundell <pb@nexus.co.uk>
2751
2752 * sysdeps/unix/sysv/linux/arm/Versions (_inb, _inw, _inl, _outb,
2753 _outw, _outl): Added to GLIBC_2.1.2.
2754
2755 1999-07-15 Ulrich Drepper <drepper@cygnus.com>
2756
2757 * posix/fnmatch.h: Use __name instead of __string in prototype to
2758 allow use outside glibc.
2759
2760 1999-07-14 Ulrich Drepper <drepper@cygnus.com>
2761
2762 * time/tst-strptime.c (main): Add one more test case. Produce
2763 output even when result is ok.
2764
2765 * time/strptime.c (get_number): Handle number parsing more
2766 consistent with strftime. Only parse a given number of digits.
2767 (get_alt_number): Fix implementation. Was broken.
2768 (strptime_internal): Add third parameter to get_number and
2769 get_alt_number calls.
2770
2771 1999-07-13 Jakub Jelinek <jj@ultra.linux.cz>
2772
2773 * elf/ldd.bash.in: Add support for multiple dynamic linkers.
2774 * sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed: On sparc*linux*,
2775 try both 32bit and 64bit dynamic linker.
2776 * sysdeps/unix/sysv/linux/configure.in: Apply sparc ldd-rewrite
2777 script on all sparc targets.
2778
2779 1999-07-13 Jakub Jelinek <jj@ultra.linux.cz>
2780
2781 * sysdeps/unix/sysv/linux/shmat.c (shmat): Avoid casting a pointer
2782 to int.
2783
2784 1999-07-13 Andreas Schwab <schwab@suse.de>
2785
2786 * elf/dl-runtime.c (fixup, profile_fixup): Call alloca to prevent
2787 inlining. Fixes PR libc/1198.
2788
2789 1999-07-14 Andreas Schwab <schwab@suse.de>
2790
2791 * Makerules (common-generated): Don't prepend $(common-objpfx).
2792
2793 1999-07-12 Jakub Jelinek <jj@ultra.linux.cz>
2794
2795 * stdio-common/printf_fp.c (__printf_fp): Adjust for IEEE quad
2796 as _FPIO_CONST_OFFSET does not cover all bits after binary dot.
2797 * sysdeps/generic/printf_fphex.c (__printf_fphex): Support IEEE
2798 quad by moving long double support into PRINT_FPHEX_LONG_DOUBLE
2799 macro.
2800 * sysdeps/alpha/Implies: Imply ieee754/flt-32 and ieee754/dbl-64
2801 instead of ieee754.
2802 * sysdeps/arm/Implies: Likewise.
2803 * sysdeps/i386/Implies: Imply ieee754/flt-32, ieee754/dbl-64, and
2804 ieee754/ldbl-96 instead of ieee754.
2805 * sysdeps/i386/i686/Implies: Remove implication for libm-i387/i686.
2806 * sysdeps/generic/e_atanhl.c: New file.
2807 * sysdeps/generic/e_coshl.c: New file.
2808 * sysdeps/generic/e_sinhl.c: New file.
2809 * sysdeps/generic/e_gammal_r.c: New file.
2810 * sysdeps/generic/e_hypotl.c: New file.
2811 * sysdeps/generic/s_cbrtl.c: New file.
2812 * sysdeps/generic/s_asinhl.c: New file.
2813 * sysdeps/generic/s_tanhl.c: New file.
2814 * sysdeps/generic/w_expl.c: New file.
2815 * sysdeps/i960/Implies: Imply ieee754/flt-32 and ieee754/dbl-64
2816 instead of ieee754.
2817 * sysdeps/m68k/Implies: Imply ieee754/flt-32, ieee754/dbl-64, and
2818 ieee754/ldbl-96 instead of ieee754.
2819 * sysdeps/m68k/strtold.c: Include ldbl-96 version of strtold.
2820 * sysdeps/m68k/printf_fphex.c: Include ldbl-96 version of
2821 printf_fphex.
2822 * sysdeps/mips/Implies: Imply ieee754/flt-32 and ieee754/dbl-64
2823 instead of ieee754.
2824 * sysdeps/mips/mips64/Implies: Likewise.
2825 * sysdeps/powerpc/Implies: Likewise.
2826 * sysdeps/sparc/Implies: Remove.
2827 * sysdeps/sparc/sparc32/Implies: Imply ieee754/flt-32 and
2828 ieee754/dbl-64.
2829 * sysdeps/sparc/sparc64/Implies: Imply ieee754/flt-32, ieee754/dbl-64,
2830 and ieee754/ldbl-128.
2831
2832 * sysdeps/sparc/bits/wordsize.h: Remove.
2833 * sysdeps/sparc/fpu/bits/mathinline.h: New file.
2834 * sysdeps/sparc/fpu/bits/mathdef.h: __NO_LONG_DOUBLE_MATH
2835 only for sparc32.
2836 * sysdeps/sparc/sparc32/fpu/bits/huge_val.h: New file.
2837 * sysdeps/sparc/sparc32/bits/wordsize.h: New file.
2838 * sysdeps/sparc/sparc64/fpu/bits/huge_val.h: New file.
2839 * sysdeps/sparc/sparc64/bits/wordsize.h: New file.
2840 * sysdeps/sparc/sparc64/Makefile: Add IEEE quad long double
2841 support.
2842
2843 * sysdeps/sparc/sparc64/addmul_1.S: Fix miscalculation
2844 of carries. Optimize.
2845
2846 * sysdeps/libm-ieee754/e_exp10.c: Moved to ...
2847 * sysdeps/generic/e_exp10.c: ...here.
2848 * sysdeps/libm-ieee754/e_exp10f.c: Moved to ...
2849 * sysdeps/generic/e_exp10f.c: ...here.
2850 * sysdeps/libm-ieee754/e_exp10l.c: Moved to ...
2851 * sysdeps/generic/e_exp10l.c: ...here.
2852 * sysdeps/libm-ieee754/e_scalb.c: Moved to ...
2853 * sysdeps/generic/e_scalb.c: ...here.
2854 * sysdeps/libm-ieee754/e_scalbf.c: Moved to ...
2855 * sysdeps/generic/e_scalbf.c: ...here.
2856 * sysdeps/libm-ieee754/e_scalbl.c: Moved to ...
2857 * sysdeps/generic/e_scalbl.c: ...here.
2858 * sysdeps/libm-ieee754/s_cacos.c: Moved to ...
2859 * sysdeps/generic/s_cacos.c: ...here.
2860 * sysdeps/libm-ieee754/s_cacosf.c: Moved to ...
2861 * sysdeps/generic/s_cacosf.c: ...here.
2862 * sysdeps/libm-ieee754/s_cacosh.c: Moved to ...
2863 * sysdeps/generic/s_cacosh.c: ...here.
2864 * sysdeps/libm-ieee754/s_cacoshf.c: Moved to ...
2865 * sysdeps/generic/s_cacoshf.c: ...here.
2866 * sysdeps/libm-ieee754/s_cacoshl.c: Moved to ...
2867 * sysdeps/generic/s_cacoshl.c: ...here.
2868 * sysdeps/libm-ieee754/s_cacosl.c: Moved to ...
2869 * sysdeps/generic/s_cacosl.c: ...here.
2870 * sysdeps/libm-ieee754/s_casin.c: Moved to ...
2871 * sysdeps/generic/s_casin.c: ...here.
2872 * sysdeps/libm-ieee754/s_casinf.c: Moved to ...
2873 * sysdeps/generic/s_casinf.c: ...here.
2874 * sysdeps/libm-ieee754/s_casinh.c: Moved to ...
2875 * sysdeps/generic/s_casinh.c: ...here.
2876 * sysdeps/libm-ieee754/s_casinhf.c: Moved to ...
2877 * sysdeps/generic/s_casinhf.c: ...here.
2878 * sysdeps/libm-ieee754/s_casinhl.c: Moved to ...
2879 * sysdeps/generic/s_casinhl.c: ...here.
2880 * sysdeps/libm-ieee754/s_casinl.c: Moved to ...
2881 * sysdeps/generic/s_casinl.c: ...here.
2882 * sysdeps/libm-ieee754/s_catan.c: Moved to ...
2883 * sysdeps/generic/s_catan.c: ...here.
2884 * sysdeps/libm-ieee754/s_catanf.c: Moved to ...
2885 * sysdeps/generic/s_catanf.c: ...here.
2886 * sysdeps/libm-ieee754/s_catanh.c: Moved to ...
2887 * sysdeps/generic/s_catanh.c: ...here.
2888 * sysdeps/libm-ieee754/s_catanhf.c: Moved to ...
2889 * sysdeps/generic/s_catanhf.c: ...here.
2890 * sysdeps/libm-ieee754/s_catanhl.c: Moved to ...
2891 * sysdeps/generic/s_catanhl.c: ...here.
2892 * sysdeps/libm-ieee754/s_catanl.c: Moved to ...
2893 * sysdeps/generic/s_catanl.c: ...here.
2894 * sysdeps/libm-ieee754/s_ccos.c: Moved to ...
2895 * sysdeps/generic/s_ccos.c: ...here.
2896 * sysdeps/libm-ieee754/s_ccosf.c: Moved to ...
2897 * sysdeps/generic/s_ccosf.c: ...here.
2898 * sysdeps/libm-ieee754/s_ccosh.c: Moved to ...
2899 * sysdeps/generic/s_ccosh.c: ...here.
2900 * sysdeps/libm-ieee754/s_ccoshf.c: Moved to ...
2901 * sysdeps/generic/s_ccoshf.c: ...here.
2902 * sysdeps/libm-ieee754/s_ccoshl.c: Moved to ...
2903 * sysdeps/generic/s_ccoshl.c: ...here.
2904 * sysdeps/libm-ieee754/s_ccosl.c: Moved to ...
2905 * sysdeps/generic/s_ccosl.c: ...here.
2906 * sysdeps/libm-ieee754/s_cexp.c: Moved to ...
2907 * sysdeps/generic/s_cexp.c: ...here.
2908 * sysdeps/libm-ieee754/s_cexpf.c: Moved to ...
2909 * sysdeps/generic/s_cexpf.c: ...here.
2910 * sysdeps/libm-ieee754/s_cexpl.c: Moved to ...
2911 * sysdeps/generic/s_cexpl.c: ...here.
2912 * sysdeps/libm-ieee754/s_clog.c: Moved to ...
2913 * sysdeps/generic/s_clog.c: ...here.
2914 * sysdeps/libm-ieee754/s_clog10.c: Moved to ...
2915 * sysdeps/generic/s_clog10.c: ...here.
2916 * sysdeps/libm-ieee754/s_clog10f.c: Moved to ...
2917 * sysdeps/generic/s_clog10f.c: ...here.
2918 * sysdeps/libm-ieee754/s_clog10l.c: Moved to ...
2919 * sysdeps/generic/s_clog10l.c: ...here.
2920 * sysdeps/libm-ieee754/s_clogf.c: Moved to ...
2921 * sysdeps/generic/s_clogf.c: ...here.
2922 * sysdeps/libm-ieee754/s_clogl.c: Moved to ...
2923 * sysdeps/generic/s_clogl.c: ...here.
2924 * sysdeps/libm-ieee754/s_cpow.c: Moved to ...
2925 * sysdeps/generic/s_cpow.c: ...here.
2926 * sysdeps/libm-ieee754/s_cpowf.c: Moved to ...
2927 * sysdeps/generic/s_cpowf.c: ...here.
2928 * sysdeps/libm-ieee754/s_cpowl.c: Moved to ...
2929 * sysdeps/generic/s_cpowl.c: ...here.
2930 * sysdeps/libm-ieee754/s_cproj.c: Moved to ...
2931 * sysdeps/generic/s_cproj.c: ...here.
2932 * sysdeps/libm-ieee754/s_cprojf.c: Moved to ...
2933 * sysdeps/generic/s_cprojf.c: ...here.
2934 * sysdeps/libm-ieee754/s_cprojl.c: Moved to ...
2935 * sysdeps/generic/s_cprojl.c: ...here.
2936 * sysdeps/libm-ieee754/s_csin.c: Moved to ...
2937 * sysdeps/generic/s_csin.c: ...here.
2938 * sysdeps/libm-ieee754/s_csinf.c: Moved to ...
2939 * sysdeps/generic/s_csinf.c: ...here.
2940 * sysdeps/libm-ieee754/s_csinh.c: Moved to ...
2941 * sysdeps/generic/s_csinh.c: ...here.
2942 * sysdeps/libm-ieee754/s_csinhf.c: Moved to ...
2943 * sysdeps/generic/s_csinhf.c: ...here.
2944 * sysdeps/libm-ieee754/s_csinhl.c: Moved to ...
2945 * sysdeps/generic/s_csinhl.c: ...here.
2946 * sysdeps/libm-ieee754/s_csinl.c: Moved to ...
2947 * sysdeps/generic/s_csinl.c: ...here.
2948 * sysdeps/libm-ieee754/s_csqrt.c: Moved to ...
2949 * sysdeps/generic/s_csqrt.c: ...here.
2950 * sysdeps/libm-ieee754/s_csqrtf.c: Moved to ...
2951 * sysdeps/generic/s_csqrtf.c: ...here.
2952 * sysdeps/libm-ieee754/s_csqrtl.c: Moved to ...
2953 * sysdeps/generic/s_csqrtl.c: ...here.
2954 * sysdeps/libm-ieee754/s_ctan.c: Moved to ...
2955 * sysdeps/generic/s_ctan.c: ...here.
2956 * sysdeps/libm-ieee754/s_ctanf.c: Moved to ...
2957 * sysdeps/generic/s_ctanf.c: ...here.
2958 * sysdeps/libm-ieee754/s_ctanh.c: Moved to ...
2959 * sysdeps/generic/s_ctanh.c: ...here.
2960 * sysdeps/libm-ieee754/s_ctanhf.c: Moved to ...
2961 * sysdeps/generic/s_ctanhf.c: ...here.
2962 * sysdeps/libm-ieee754/s_ctanhl.c: Moved to ...
2963 * sysdeps/generic/s_ctanhl.c: ...here.
2964 * sysdeps/libm-ieee754/s_ctanl.c: Moved to ...
2965 * sysdeps/generic/s_ctanl.c: ...here.
2966 * sysdeps/libm-ieee754/s_fdim.c: Moved to ...
2967 * sysdeps/generic/s_fdim.c: ...here.
2968 * sysdeps/libm-ieee754/s_fdimf.c: Moved to ...
2969 * sysdeps/generic/s_fdimf.c: ...here.
2970 * sysdeps/libm-ieee754/s_fdiml.c: Moved to ...
2971 * sysdeps/generic/s_fdiml.c: ...here.
2972 * sysdeps/libm-ieee754/s_fma.c: Moved to ...
2973 * sysdeps/generic/s_fma.c: ...here.
2974 * sysdeps/libm-ieee754/s_fmaf.c: Moved to ...
2975 * sysdeps/generic/s_fmaf.c: ...here.
2976 * sysdeps/libm-ieee754/s_fmal.c: Moved to ...
2977 * sysdeps/generic/s_fmal.c: ...here.
2978 * sysdeps/libm-ieee754/s_fmax.c: Moved to ...
2979 * sysdeps/generic/s_fmax.c: ...here.
2980 * sysdeps/libm-ieee754/s_fmaxf.c: Moved to ...
2981 * sysdeps/generic/s_fmaxf.c: ...here.
2982 * sysdeps/libm-ieee754/s_fmaxl.c: Moved to ...
2983 * sysdeps/generic/s_fmaxl.c: ...here.
2984 * sysdeps/libm-ieee754/s_fmin.c: Moved to ...
2985 * sysdeps/generic/s_fmin.c: ...here.
2986 * sysdeps/libm-ieee754/s_fminf.c: Moved to ...
2987 * sysdeps/generic/s_fminf.c: ...here.
2988 * sysdeps/libm-ieee754/s_fminl.c: Moved to ...
2989 * sysdeps/generic/s_fminl.c: ...here.
2990 * sysdeps/libm-ieee754/s_ldexp.c: Moved to ...
2991 * sysdeps/generic/s_ldexp.c: ...here.
2992 * sysdeps/libm-ieee754/s_ldexpf.c: Moved to ...
2993 * sysdeps/generic/s_ldexpf.c: ...here.
2994 * sysdeps/libm-ieee754/s_ldexpl.c: Moved to ...
2995 * sysdeps/generic/s_ldexpl.c: ...here.
2996 * sysdeps/libm-ieee754/s_nan.c: Moved to ...
2997 * sysdeps/generic/s_nan.c: ...here.
2998 * sysdeps/libm-ieee754/s_nanf.c: Moved to ...
2999 * sysdeps/generic/s_nanf.c: ...here.
3000 * sysdeps/libm-ieee754/s_nanl.c: Moved to ...
3001 * sysdeps/generic/s_nanl.c: ...here.
3002 * sysdeps/libm-ieee754/s_significand.c: Moved to ...
3003 * sysdeps/generic/s_significand.c: ...here.
3004 * sysdeps/libm-ieee754/s_significandf.c: Moved to ...
3005 * sysdeps/generic/s_significandf.c: ...here.
3006 * sysdeps/libm-ieee754/s_significandl.c: Moved to ...
3007 * sysdeps/generic/s_significandl.c: ...here.
3008 Avoid conversion from int to double and then to long double.
3009 * sysdeps/libm-ieee754/w_acos.c: Moved to ...
3010 * math/w_acos.c: ...here.
3011 * sysdeps/libm-ieee754/w_acosf.c: Moved to ...
3012 * math/w_acosf.c: ...here.
3013 * sysdeps/libm-ieee754/w_acosh.c: Moved to ...
3014 * math/w_acosh.c: ...here.
3015 * sysdeps/libm-ieee754/w_acoshf.c: Moved to ...
3016 * math/w_acoshf.c: ...here.
3017 * sysdeps/libm-ieee754/w_acoshl.c: Moved to ...
3018 * math/w_acoshl.c: ...here.
3019 * sysdeps/libm-ieee754/w_acosl.c: Moved to ...
3020 * math/w_acosl.c: ...here.
3021 * sysdeps/libm-ieee754/w_asin.c: Moved to ...
3022 * math/w_asin.c: ...here.
3023 * sysdeps/libm-ieee754/w_asinf.c: Moved to ...
3024 * math/w_asinf.c: ...here.
3025 * sysdeps/libm-ieee754/w_asinl.c: Moved to ...
3026 * math/w_asinl.c: ...here.
3027 * sysdeps/libm-ieee754/w_atan2.c: Moved to ...
3028 * math/w_atan2.c: ...here.
3029 * sysdeps/libm-ieee754/w_atan2f.c: Moved to ...
3030 * math/w_atan2f.c: ...here.
3031 * sysdeps/libm-ieee754/w_atan2l.c: Moved to ...
3032 * math/w_atan2l.c: ...here.
3033 * sysdeps/libm-ieee754/w_atanh.c: Moved to ...
3034 * math/w_atanh.c: ...here.
3035 * sysdeps/libm-ieee754/w_atanhf.c: Moved to ...
3036 * math/w_atanhf.c: ...here.
3037 * sysdeps/libm-ieee754/w_atanhl.c: Moved to ...
3038 * math/w_atanhl.c: ...here.
3039 * sysdeps/libm-ieee754/w_cosh.c: Moved to ...
3040 * math/w_cosh.c: ...here.
3041 * sysdeps/libm-ieee754/w_coshf.c: Moved to ...
3042 * math/w_coshf.c: ...here.
3043 * sysdeps/libm-ieee754/w_coshl.c: Moved to ...
3044 * math/w_coshl.c: ...here.
3045 * sysdeps/libm-ieee754/w_drem.c: Moved to ...
3046 * math/w_drem.c: ...here.
3047 * sysdeps/libm-ieee754/w_dremf.c: Moved to ...
3048 * math/w_dremf.c: ...here.
3049 * sysdeps/libm-ieee754/w_dreml.c: Moved to ...
3050 * math/w_dreml.c: ...here.
3051 * sysdeps/libm-ieee754/w_exp10.c: Moved to ...
3052 * math/w_exp10.c: ...here.
3053 * sysdeps/libm-ieee754/w_exp10f.c: Moved to ...
3054 * math/w_exp10f.c: ...here.
3055 * sysdeps/libm-ieee754/w_exp10l.c: Moved to ...
3056 * math/w_exp10l.c: ...here.
3057 * sysdeps/libm-ieee754/w_exp2.c: Moved to ...
3058 * math/w_exp2.c: ...here.
3059 * sysdeps/libm-ieee754/w_exp2f.c: Moved to ...
3060 * math/w_exp2f.c: ...here.
3061 * sysdeps/libm-ieee754/w_exp2l.c: Moved to ...
3062 * math/w_exp2l.c: ...here.
3063 * sysdeps/libm-ieee754/w_fmod.c: Moved to ...
3064 * math/w_fmod.c: ...here.
3065 * sysdeps/libm-ieee754/w_fmodf.c: Moved to ...
3066 * math/w_fmodf.c: ...here.
3067 * sysdeps/libm-ieee754/w_fmodl.c: Moved to ...
3068 * math/w_fmodl.c: ...here.
3069 * sysdeps/libm-ieee754/w_hypot.c: Moved to ...
3070 * math/w_hypot.c: ...here.
3071 * sysdeps/libm-ieee754/w_hypotf.c: Moved to ...
3072 * math/w_hypotf.c: ...here.
3073 * sysdeps/libm-ieee754/w_hypotl.c: Moved to ...
3074 * math/w_hypotl.c: ...here.
3075 * sysdeps/libm-ieee754/w_j0.c: Moved to ...
3076 * math/w_j0.c: ...here.
3077 * sysdeps/libm-ieee754/w_j0f.c: Moved to ...
3078 * math/w_j0f.c: ...here.
3079 * sysdeps/libm-ieee754/w_j0l.c: Moved to ...
3080 * math/w_j0l.c: ...here.
3081 * sysdeps/libm-ieee754/w_j1.c: Moved to ...
3082 * math/w_j1.c: ...here.
3083 * sysdeps/libm-ieee754/w_j1f.c: Moved to ...
3084 * math/w_j1f.c: ...here.
3085 * sysdeps/libm-ieee754/w_j1l.c: Moved to ...
3086 * math/w_j1l.c: ...here.
3087 * sysdeps/libm-ieee754/w_jn.c: Moved to ...
3088 * math/w_jn.c: ...here.
3089 * sysdeps/libm-ieee754/w_jnf.c: Moved to ...
3090 * math/w_jnf.c: ...here.
3091 * sysdeps/libm-ieee754/w_jnl.c: Moved to ...
3092 * math/w_jnl.c: ...here.
3093 * sysdeps/libm-ieee754/w_lgamma.c: Moved to ...
3094 * math/w_lgamma.c: ...here.
3095 * sysdeps/libm-ieee754/w_lgamma_r.c: Moved to ...
3096 * math/w_lgamma_r.c: ...here.
3097 * sysdeps/libm-ieee754/w_lgammaf.c: Moved to ...
3098 * math/w_lgammaf.c: ...here.
3099 * sysdeps/libm-ieee754/w_lgammaf_r.c: Moved to ...
3100 * math/w_lgammaf_r.c: ...here.
3101 * sysdeps/libm-ieee754/w_lgammal.c: Moved to ...
3102 * math/w_lgammal.c: ...here.
3103 * sysdeps/libm-ieee754/w_lgammal_r.c: Moved to ...
3104 * math/w_lgammal_r.c: ...here.
3105 * sysdeps/libm-ieee754/w_log.c: Moved to ...
3106 * math/w_log.c: ...here.
3107 * sysdeps/libm-ieee754/w_log10.c: Moved to ...
3108 * math/w_log10.c: ...here.
3109 * sysdeps/libm-ieee754/w_log10f.c: Moved to ...
3110 * math/w_log10f.c: ...here.
3111 * sysdeps/libm-ieee754/w_log10l.c: Moved to ...
3112 * math/w_log10l.c: ...here.
3113 * sysdeps/libm-ieee754/w_logf.c: Moved to ...
3114 * math/w_logf.c: ...here.
3115 * sysdeps/libm-ieee754/w_logl.c: Moved to ...
3116 * math/w_logl.c: ...here.
3117 * sysdeps/libm-ieee754/w_pow.c: Moved to ...
3118 * math/w_pow.c: ...here.
3119 * sysdeps/libm-ieee754/w_powf.c: Moved to ...
3120 * math/w_powf.c: ...here.
3121 * sysdeps/libm-ieee754/w_powl.c: Moved to ...
3122 * math/w_powl.c: ...here.
3123 * sysdeps/libm-ieee754/w_remainder.c: Moved to ...
3124 * math/w_remainder.c: ...here.
3125 * sysdeps/libm-ieee754/w_remainderf.c: Moved to ...
3126 * math/w_remainderf.c: ...here.
3127 * sysdeps/libm-ieee754/w_remainderl.c: Moved to ...
3128 * math/w_remainderl.c: ...here.
3129 * sysdeps/libm-ieee754/w_scalb.c: Moved to ...
3130 * math/w_scalb.c: ...here.
3131 * sysdeps/libm-ieee754/w_scalbf.c: Moved to ...
3132 * math/w_scalbf.c: ...here.
3133 * sysdeps/libm-ieee754/w_scalbl.c: Moved to ...
3134 * math/w_scalbl.c: ...here.
3135 * sysdeps/libm-ieee754/w_sinh.c: Moved to ...
3136 * math/w_sinh.c: ...here.
3137 * sysdeps/libm-ieee754/w_sinhf.c: Moved to ...
3138 * math/w_sinhf.c: ...here.
3139 * sysdeps/libm-ieee754/w_sinhl.c: Moved to ...
3140 * math/w_sinhl.c: ...here.
3141 * sysdeps/libm-ieee754/w_sqrt.c: Moved to ...
3142 * math/w_sqrt.c: ...here.
3143 * sysdeps/libm-ieee754/w_sqrtf.c: Moved to ...
3144 * math/w_sqrtf.c: ...here.
3145 * sysdeps/libm-ieee754/w_sqrtl.c: Moved to ...
3146 * math/w_sqrtl.c: ...here.
3147 * sysdeps/libm-ieee754/w_tgamma.c: Moved to ...
3148 * math/w_tgamma.c: ...here.
3149 * sysdeps/libm-ieee754/w_tgammaf.c: Moved to ...
3150 * math/w_tgammaf.c: ...here.
3151 * sysdeps/libm-ieee754/w_tgammal.c: Moved to ...
3152 * math/w_tgammal.c: ...here.
3153 * sysdeps/libm-i387/e_acos.S: Moved to ...
3154 * sysdeps/i386/fpu/e_acos.S: ...here.
3155 * sysdeps/libm-i387/e_acosf.S: Moved to ...
3156 * sysdeps/i386/fpu/e_acosf.S: ...here.
3157 * sysdeps/libm-i387/e_acosh.S: Moved to ...
3158 * sysdeps/i386/fpu/e_acosh.S: ...here.
3159 * sysdeps/libm-i387/e_acoshf.S: Moved to ...
3160 * sysdeps/i386/fpu/e_acoshf.S: ...here.
3161 * sysdeps/libm-i387/e_acoshl.S: Moved to ...
3162 * sysdeps/i386/fpu/e_acoshl.S: ...here.
3163 * sysdeps/libm-i387/e_acosl.S: Moved to ...
3164 * sysdeps/i386/fpu/e_acosl.S: ...here.
3165 * sysdeps/libm-i387/e_asin.S: Moved to ...
3166 * sysdeps/i386/fpu/e_asin.S: ...here.
3167 * sysdeps/libm-i387/e_asinf.S: Moved to ...
3168 * sysdeps/i386/fpu/e_asinf.S: ...here.
3169 * sysdeps/libm-i387/e_asinl.S: Moved to ...
3170 * sysdeps/i386/fpu/e_asinl.S: ...here.
3171 * sysdeps/libm-i387/e_atan2.S: Moved to ...
3172 * sysdeps/i386/fpu/e_atan2.S: ...here.
3173 * sysdeps/libm-i387/e_atan2f.S: Moved to ...
3174 * sysdeps/i386/fpu/e_atan2f.S: ...here.
3175 * sysdeps/libm-i387/e_atan2l.S: Moved to ...
3176 * sysdeps/i386/fpu/e_atan2l.S: ...here.
3177 * sysdeps/libm-i387/e_atanh.S: Moved to ...
3178 * sysdeps/i386/fpu/e_atanh.S: ...here.
3179 * sysdeps/libm-i387/e_atanhf.S: Moved to ...
3180 * sysdeps/i386/fpu/e_atanhf.S: ...here.
3181 * sysdeps/libm-i387/e_atanhl.S: Moved to ...
3182 * sysdeps/i386/fpu/e_atanhl.S: ...here.
3183 * sysdeps/libm-i387/e_exp.S: Moved to ...
3184 * sysdeps/i386/fpu/e_exp.S: ...here.
3185 * sysdeps/libm-i387/e_exp10.S: Moved to ...
3186 * sysdeps/i386/fpu/e_exp10.S: ...here.
3187 * sysdeps/libm-i387/e_exp10f.S: Moved to ...
3188 * sysdeps/i386/fpu/e_exp10f.S: ...here.
3189 * sysdeps/libm-i387/e_exp10l.S: Moved to ...
3190 * sysdeps/i386/fpu/e_exp10l.S: ...here.
3191 * sysdeps/libm-i387/e_expf.S: Moved to ...
3192 * sysdeps/i386/fpu/e_expf.S: ...here.
3193 * sysdeps/libm-i387/e_expl.S: Moved to ...
3194 * sysdeps/i386/fpu/e_expl.S: ...here.
3195 * sysdeps/libm-i387/e_fmod.S: Moved to ...
3196 * sysdeps/i386/fpu/e_fmod.S: ...here.
3197 * sysdeps/libm-i387/e_fmodf.S: Moved to ...
3198 * sysdeps/i386/fpu/e_fmodf.S: ...here.
3199 * sysdeps/libm-i387/e_fmodl.S: Moved to ...
3200 * sysdeps/i386/fpu/e_fmodl.S: ...here.
3201 * sysdeps/libm-i387/e_hypot.S: Moved to ...
3202 * sysdeps/i386/fpu/e_hypot.S: ...here.
3203 * sysdeps/libm-i387/e_hypotf.S: Moved to ...
3204 * sysdeps/i386/fpu/e_hypotf.S: ...here.
3205 * sysdeps/libm-i387/e_log.S: Moved to ...
3206 * sysdeps/i386/fpu/e_log.S: ...here.
3207 * sysdeps/libm-i387/e_log10.S: Moved to ...
3208 * sysdeps/i386/fpu/e_log10.S: ...here.
3209 * sysdeps/libm-i387/e_log10f.S: Moved to ...
3210 * sysdeps/i386/fpu/e_log10f.S: ...here.
3211 * sysdeps/libm-i387/e_log10l.S: Moved to ...
3212 * sysdeps/i386/fpu/e_log10l.S: ...here.
3213 * sysdeps/libm-i387/e_logf.S: Moved to ...
3214 * sysdeps/i386/fpu/e_logf.S: ...here.
3215 * sysdeps/libm-i387/e_logl.S: Moved to ...
3216 * sysdeps/i386/fpu/e_logl.S: ...here.
3217 * sysdeps/libm-i387/e_pow.S: Moved to ...
3218 * sysdeps/i386/fpu/e_pow.S: ...here.
3219 * sysdeps/libm-i387/e_powf.S: Moved to ...
3220 * sysdeps/i386/fpu/e_powf.S: ...here.
3221 * sysdeps/libm-i387/e_powl.S: Moved to ...
3222 * sysdeps/i386/fpu/e_powl.S: ...here.
3223 * sysdeps/libm-i387/e_rem_pio2l.c: Moved to ...
3224 * sysdeps/i386/fpu/e_rem_pio2l.c: ...here.
3225 * sysdeps/libm-i387/e_remainder.S: Moved to ...
3226 * sysdeps/i386/fpu/e_remainder.S: ...here.
3227 * sysdeps/libm-i387/e_remainderf.S: Moved to ...
3228 * sysdeps/i386/fpu/e_remainderf.S: ...here.
3229 * sysdeps/libm-i387/e_remainderl.S: Moved to ...
3230 * sysdeps/i386/fpu/e_remainderl.S: ...here.
3231 * sysdeps/libm-i387/e_scalb.S: Moved to ...
3232 * sysdeps/i386/fpu/e_scalb.S: ...here.
3233 * sysdeps/libm-i387/e_scalbf.S: Moved to ...
3234 * sysdeps/i386/fpu/e_scalbf.S: ...here.
3235 * sysdeps/libm-i387/e_scalbl.S: Moved to ...
3236 * sysdeps/i386/fpu/e_scalbl.S: ...here.
3237 * sysdeps/libm-i387/e_sqrt.S: Moved to ...
3238 * sysdeps/i386/fpu/e_sqrt.S: ...here.
3239 * sysdeps/libm-i387/e_sqrtf.S: Moved to ...
3240 * sysdeps/i386/fpu/e_sqrtf.S: ...here.
3241 * sysdeps/libm-i387/e_sqrtl.S: Moved to ...
3242 * sysdeps/i386/fpu/e_sqrtl.S: ...here.
3243 * sysdeps/libm-i387/k_rem_pio2l.c: Moved to ...
3244 * sysdeps/i386/fpu/k_rem_pio2l.c: ...here.
3245 * sysdeps/libm-i387/s_asinh.S: Moved to ...
3246 * sysdeps/i386/fpu/s_asinh.S: ...here.
3247 * sysdeps/libm-i387/s_asinhf.S: Moved to ...
3248 * sysdeps/i386/fpu/s_asinhf.S: ...here.
3249 * sysdeps/libm-i387/s_asinhl.S: Moved to ...
3250 * sysdeps/i386/fpu/s_asinhl.S: ...here.
3251 * sysdeps/libm-i387/s_atan.S: Moved to ...
3252 * sysdeps/i386/fpu/s_atan.S: ...here.
3253 * sysdeps/libm-i387/s_atanf.S: Moved to ...
3254 * sysdeps/i386/fpu/s_atanf.S: ...here.
3255 * sysdeps/libm-i387/s_atanl.S: Moved to ...
3256 * sysdeps/i386/fpu/s_atanl.S: ...here.
3257 * sysdeps/libm-i387/s_cbrt.S: Moved to ...
3258 * sysdeps/i386/fpu/s_cbrt.S: ...here.
3259 * sysdeps/libm-i387/s_cbrtf.S: Moved to ...
3260 * sysdeps/i386/fpu/s_cbrtf.S: ...here.
3261 * sysdeps/libm-i387/s_cbrtl.S: Moved to ...
3262 * sysdeps/i386/fpu/s_cbrtl.S: ...here.
3263 * sysdeps/libm-i387/s_ceil.S: Moved to ...
3264 * sysdeps/i386/fpu/s_ceil.S: ...here.
3265 * sysdeps/libm-i387/s_ceilf.S: Moved to ...
3266 * sysdeps/i386/fpu/s_ceilf.S: ...here.
3267 * sysdeps/libm-i387/s_ceill.S: Moved to ...
3268 * sysdeps/i386/fpu/s_ceill.S: ...here.
3269 * sysdeps/libm-i387/s_cexp.S: Moved to ...
3270 * sysdeps/i386/fpu/s_cexp.S: ...here.
3271 * sysdeps/libm-i387/s_cexpf.S: Moved to ...
3272 * sysdeps/i386/fpu/s_cexpf.S: ...here.
3273 * sysdeps/libm-i387/s_cexpl.S: Moved to ...
3274 * sysdeps/i386/fpu/s_cexpl.S: ...here.
3275 * sysdeps/libm-i387/s_copysign.S: Moved to ...
3276 * sysdeps/i386/fpu/s_copysign.S: ...here.
3277 * sysdeps/libm-i387/s_copysignf.S: Moved to ...
3278 * sysdeps/i386/fpu/s_copysignf.S: ...here.
3279 * sysdeps/libm-i387/s_copysignl.S: Moved to ...
3280 * sysdeps/i386/fpu/s_copysignl.S: ...here.
3281 * sysdeps/libm-i387/s_cos.S: Moved to ...
3282 * sysdeps/i386/fpu/s_cos.S: ...here.
3283 * sysdeps/libm-i387/s_cosf.S: Moved to ...
3284 * sysdeps/i386/fpu/s_cosf.S: ...here.
3285 * sysdeps/libm-i387/s_cosl.S: Moved to ...
3286 * sysdeps/i386/fpu/s_cosl.S: ...here.
3287 * sysdeps/libm-i387/s_exp2.S: Moved to ...
3288 * sysdeps/i386/fpu/s_exp2.S: ...here.
3289 * sysdeps/libm-i387/s_exp2f.S: Moved to ...
3290 * sysdeps/i386/fpu/s_exp2f.S: ...here.
3291 * sysdeps/libm-i387/s_exp2l.S: Moved to ...
3292 * sysdeps/i386/fpu/s_exp2l.S: ...here.
3293 * sysdeps/libm-i387/s_expm1.S: Moved to ...
3294 * sysdeps/i386/fpu/s_expm1.S: ...here.
3295 * sysdeps/libm-i387/s_expm1f.S: Moved to ...
3296 * sysdeps/i386/fpu/s_expm1f.S: ...here.
3297 * sysdeps/libm-i387/s_expm1l.S: Moved to ...
3298 * sysdeps/i386/fpu/s_expm1l.S: ...here.
3299 * sysdeps/libm-i387/s_fdim.S: Moved to ...
3300 * sysdeps/i386/fpu/s_fdim.S: ...here.
3301 * sysdeps/libm-i387/s_fdimf.S: Moved to ...
3302 * sysdeps/i386/fpu/s_fdimf.S: ...here.
3303 * sysdeps/libm-i387/s_fdiml.S: Moved to ...
3304 * sysdeps/i386/fpu/s_fdiml.S: ...here.
3305 * sysdeps/libm-i387/s_finite.S: Moved to ...
3306 * sysdeps/i386/fpu/s_finite.S: ...here.
3307 * sysdeps/libm-i387/s_finitef.S: Moved to ...
3308 * sysdeps/i386/fpu/s_finitef.S: ...here.
3309 * sysdeps/libm-i387/s_finitel.S: Moved to ...
3310 * sysdeps/i386/fpu/s_finitel.S: ...here.
3311 * sysdeps/libm-i387/s_floor.S: Moved to ...
3312 * sysdeps/i386/fpu/s_floor.S: ...here.
3313 * sysdeps/libm-i387/s_floorf.S: Moved to ...
3314 * sysdeps/i386/fpu/s_floorf.S: ...here.
3315 * sysdeps/libm-i387/s_floorl.S: Moved to ...
3316 * sysdeps/i386/fpu/s_floorl.S: ...here.
3317 * sysdeps/libm-i387/s_fma.S: Moved to ...
3318 * sysdeps/i386/fpu/s_fma.S: ...here.
3319 * sysdeps/libm-i387/s_fmaf.S: Moved to ...
3320 * sysdeps/i386/fpu/s_fmaf.S: ...here.
3321 * sysdeps/libm-i387/s_fmal.S: Moved to ...
3322 * sysdeps/i386/fpu/s_fmal.S: ...here.
3323 * sysdeps/libm-i387/s_fmax.S: Moved to ...
3324 * sysdeps/i386/fpu/s_fmax.S: ...here.
3325 * sysdeps/libm-i387/s_fmaxf.S: Moved to ...
3326 * sysdeps/i386/fpu/s_fmaxf.S: ...here.
3327 * sysdeps/libm-i387/s_fmaxl.S: Moved to ...
3328 * sysdeps/i386/fpu/s_fmaxl.S: ...here.
3329 * sysdeps/libm-i387/s_fmin.S: Moved to ...
3330 * sysdeps/i386/fpu/s_fmin.S: ...here.
3331 * sysdeps/libm-i387/s_fminf.S: Moved to ...
3332 * sysdeps/i386/fpu/s_fminf.S: ...here.
3333 * sysdeps/libm-i387/s_fminl.S: Moved to ...
3334 * sysdeps/i386/fpu/s_fminl.S: ...here.
3335 * sysdeps/libm-i387/s_frexp.S: Moved to ...
3336 * sysdeps/i386/fpu/s_frexp.S: ...here.
3337 * sysdeps/libm-i387/s_frexpf.S: Moved to ...
3338 * sysdeps/i386/fpu/s_frexpf.S: ...here.
3339 * sysdeps/libm-i387/s_frexpl.S: Moved to ...
3340 * sysdeps/i386/fpu/s_frexpl.S: ...here.
3341 * sysdeps/libm-i387/s_ilogb.S: Moved to ...
3342 * sysdeps/i386/fpu/s_ilogb.S: ...here.
3343 * sysdeps/libm-i387/s_ilogbf.S: Moved to ...
3344 * sysdeps/i386/fpu/s_ilogbf.S: ...here.
3345 * sysdeps/libm-i387/s_ilogbl.S: Moved to ...
3346 * sysdeps/i386/fpu/s_ilogbl.S: ...here.
3347 * sysdeps/libm-i387/s_llrint.S: Moved to ...
3348 * sysdeps/i386/fpu/s_llrint.S: ...here.
3349 * sysdeps/libm-i387/s_llrintf.S: Moved to ...
3350 * sysdeps/i386/fpu/s_llrintf.S: ...here.
3351 * sysdeps/libm-i387/s_llrintl.S: Moved to ...
3352 * sysdeps/i386/fpu/s_llrintl.S: ...here.
3353 * sysdeps/libm-i387/s_log1p.S: Moved to ...
3354 * sysdeps/i386/fpu/s_log1p.S: ...here.
3355 * sysdeps/libm-i387/s_log1pf.S: Moved to ...
3356 * sysdeps/i386/fpu/s_log1pf.S: ...here.
3357 * sysdeps/libm-i387/s_log1pl.S: Moved to ...
3358 * sysdeps/i386/fpu/s_log1pl.S: ...here.
3359 * sysdeps/libm-i387/s_log2.S: Moved to ...
3360 * sysdeps/i386/fpu/s_log2.S: ...here.
3361 * sysdeps/libm-i387/s_log2f.S: Moved to ...
3362 * sysdeps/i386/fpu/s_log2f.S: ...here.
3363 * sysdeps/libm-i387/s_log2l.S: Moved to ...
3364 * sysdeps/i386/fpu/s_log2l.S: ...here.
3365 * sysdeps/libm-i387/s_logb.S: Moved to ...
3366 * sysdeps/i386/fpu/s_logb.S: ...here.
3367 * sysdeps/libm-i387/s_logbf.S: Moved to ...
3368 * sysdeps/i386/fpu/s_logbf.S: ...here.
3369 * sysdeps/libm-i387/s_logbl.S: Moved to ...
3370 * sysdeps/i386/fpu/s_logbl.S: ...here.
3371 * sysdeps/libm-i387/s_lrint.S: Moved to ...
3372 * sysdeps/i386/fpu/s_lrint.S: ...here.
3373 * sysdeps/libm-i387/s_lrintf.S: Moved to ...
3374 * sysdeps/i386/fpu/s_lrintf.S: ...here.
3375 * sysdeps/libm-i387/s_lrintl.S: Moved to ...
3376 * sysdeps/i386/fpu/s_lrintl.S: ...here.
3377 * sysdeps/libm-i387/s_nearbyint.S: Moved to ...
3378 * sysdeps/i386/fpu/s_nearbyint.S: ...here.
3379 * sysdeps/libm-i387/s_nearbyintf.S: Moved to ...
3380 * sysdeps/i386/fpu/s_nearbyintf.S: ...here.
3381 * sysdeps/libm-i387/s_nearbyintl.S: Moved to ...
3382 * sysdeps/i386/fpu/s_nearbyintl.S: ...here.
3383 * sysdeps/libm-i387/s_remquo.S: Moved to ...
3384 * sysdeps/i386/fpu/s_remquo.S: ...here.
3385 * sysdeps/libm-i387/s_remquof.S: Moved to ...
3386 * sysdeps/i386/fpu/s_remquof.S: ...here.
3387 * sysdeps/libm-i387/s_remquol.S: Moved to ...
3388 * sysdeps/i386/fpu/s_remquol.S: ...here.
3389 * sysdeps/libm-i387/s_rint.S: Moved to ...
3390 * sysdeps/i386/fpu/s_rint.S: ...here.
3391 * sysdeps/libm-i387/s_rintf.S: Moved to ...
3392 * sysdeps/i386/fpu/s_rintf.S: ...here.
3393 * sysdeps/libm-i387/s_rintl.S: Moved to ...
3394 * sysdeps/i386/fpu/s_rintl.S: ...here.
3395 * sysdeps/libm-i387/s_scalbn.S: Moved to ...
3396 * sysdeps/i386/fpu/s_scalbn.S: ...here.
3397 * sysdeps/libm-i387/s_scalbnf.S: Moved to ...
3398 * sysdeps/i386/fpu/s_scalbnf.S: ...here.
3399 * sysdeps/libm-i387/s_scalbnl.S: Moved to ...
3400 * sysdeps/i386/fpu/s_scalbnl.S: ...here.
3401 * sysdeps/libm-i387/s_significand.S: Moved to ...
3402 * sysdeps/i386/fpu/s_significand.S: ...here.
3403 * sysdeps/libm-i387/s_significandf.S: Moved to ...
3404 * sysdeps/i386/fpu/s_significandf.S: ...here.
3405 * sysdeps/libm-i387/s_significandl.S: Moved to ...
3406 * sysdeps/i386/fpu/s_significandl.S: ...here.
3407 * sysdeps/libm-i387/s_sin.S: Moved to ...
3408 * sysdeps/i386/fpu/s_sin.S: ...here.
3409 * sysdeps/libm-i387/s_sincos.S: Moved to ...
3410 * sysdeps/i386/fpu/s_sincos.S: ...here.
3411 * sysdeps/libm-i387/s_sincosf.S: Moved to ...
3412 * sysdeps/i386/fpu/s_sincosf.S: ...here.
3413 * sysdeps/libm-i387/s_sincosl.S: Moved to ...
3414 * sysdeps/i386/fpu/s_sincosl.S: ...here.
3415 * sysdeps/libm-i387/s_sinf.S: Moved to ...
3416 * sysdeps/i386/fpu/s_sinf.S: ...here.
3417 * sysdeps/libm-i387/s_sinl.S: Moved to ...
3418 * sysdeps/i386/fpu/s_sinl.S: ...here.
3419 * sysdeps/libm-i387/s_tan.S: Moved to ...
3420 * sysdeps/i386/fpu/s_tan.S: ...here.
3421 * sysdeps/libm-i387/s_tanf.S: Moved to ...
3422 * sysdeps/i386/fpu/s_tanf.S: ...here.
3423 * sysdeps/libm-i387/s_tanl.S: Moved to ...
3424 * sysdeps/i386/fpu/s_tanl.S: ...here.
3425 * sysdeps/libm-i387/s_trunc.S: Moved to ...
3426 * sysdeps/i386/fpu/s_trunc.S: ...here.
3427 * sysdeps/libm-i387/s_truncf.S: Moved to ...
3428 * sysdeps/i386/fpu/s_truncf.S: ...here.
3429 * sysdeps/libm-i387/s_truncl.S: Moved to ...
3430 * sysdeps/i386/fpu/s_truncl.S: ...here.
3431 * sysdeps/libm-ieee754/k_standard.c: Moved to ...
3432 * sysdeps/ieee754/k_standard.c: ...here.
3433 * sysdeps/libm-ieee754/s_lib_version.c: Moved to ...
3434 * sysdeps/ieee754/s_lib_version.c: ...here.
3435 * sysdeps/libm-ieee754/s_matherr.c: Moved to ...
3436 * sysdeps/ieee754/s_matherr.c: ...here.
3437 * sysdeps/libm-ieee754/s_signgam.c: Moved to ...
3438 * sysdeps/ieee754/s_signgam.c: ...here.
3439 * sysdeps/ieee754/dbl2mpn.c: Moved to ...
3440 * sysdeps/ieee754/dbl-64/dbl2mpn.c: ...here.
3441 * sysdeps/ieee754/mpn2dbl.c: Moved to ...
3442 * sysdeps/ieee754/dbl-64/mpn2dbl.c: ...here.
3443 * sysdeps/libm-ieee754/e_acos.c: Moved to ...
3444 * sysdeps/ieee754/dbl-64/e_acos.c: ...here.
3445 * sysdeps/libm-ieee754/e_acosh.c: Moved to ...
3446 * sysdeps/ieee754/dbl-64/e_acosh.c: ...here.
3447 * sysdeps/libm-ieee754/e_asin.c: Moved to ...
3448 * sysdeps/ieee754/dbl-64/e_asin.c: ...here.
3449 * sysdeps/libm-ieee754/e_atan2.c: Moved to ...
3450 * sysdeps/ieee754/dbl-64/e_atan2.c: ...here.
3451 * sysdeps/libm-ieee754/e_atanh.c: Moved to ...
3452 * sysdeps/ieee754/dbl-64/e_atanh.c: ...here.
3453 * sysdeps/libm-ieee754/e_cosh.c: Moved to ...
3454 * sysdeps/ieee754/dbl-64/e_cosh.c: ...here.
3455 * sysdeps/libm-ieee754/e_exp.c: Moved to ...
3456 * sysdeps/ieee754/dbl-64/e_exp.c: ...here.
3457 * sysdeps/libm-ieee754/e_fmod.c: Moved to ...
3458 * sysdeps/ieee754/dbl-64/e_fmod.c: ...here.
3459 * sysdeps/libm-ieee754/e_gamma_r.c: Moved to ...
3460 * sysdeps/ieee754/dbl-64/e_gamma_r.c: ...here.
3461 * sysdeps/libm-ieee754/e_hypot.c: Moved to ...
3462 * sysdeps/ieee754/dbl-64/e_hypot.c: ...here.
3463 * sysdeps/libm-ieee754/e_j0.c: Moved to ...
3464 * sysdeps/ieee754/dbl-64/e_j0.c: ...here.
3465 * sysdeps/libm-ieee754/e_j1.c: Moved to ...
3466 * sysdeps/ieee754/dbl-64/e_j1.c: ...here.
3467 * sysdeps/libm-ieee754/e_jn.c: Moved to ...
3468 * sysdeps/ieee754/dbl-64/e_jn.c: ...here.
3469 * sysdeps/libm-ieee754/e_lgamma_r.c: Moved to ...
3470 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: ...here.
3471 * sysdeps/libm-ieee754/e_log.c: Moved to ...
3472 * sysdeps/ieee754/dbl-64/e_log.c: ...here.
3473 * sysdeps/libm-ieee754/e_log10.c: Moved to ...
3474 * sysdeps/ieee754/dbl-64/e_log10.c: ...here.
3475 * sysdeps/libm-ieee754/e_pow.c: Moved to ...
3476 * sysdeps/ieee754/dbl-64/e_pow.c: ...here.
3477 * sysdeps/libm-ieee754/e_remainder.c: Moved to ...
3478 * sysdeps/ieee754/dbl-64/e_remainder.c: ...here.
3479 * sysdeps/libm-ieee754/e_sinh.c: Moved to ...
3480 * sysdeps/ieee754/dbl-64/e_sinh.c: ...here.
3481 * sysdeps/libm-ieee754/e_sqrt.c: Moved to ...
3482 * sysdeps/ieee754/dbl-64/e_sqrt.c: ...here.
3483 * sysdeps/libm-ieee754/k_cos.c: Moved to ...
3484 * sysdeps/ieee754/dbl-64/k_cos.c: ...here.
3485 * sysdeps/libm-ieee754/k_sin.c: Moved to ...
3486 * sysdeps/ieee754/dbl-64/k_sin.c: ...here.
3487 * sysdeps/libm-ieee754/k_tan.c: Moved to ...
3488 * sysdeps/ieee754/dbl-64/k_tan.c: ...here.
3489 * sysdeps/libm-ieee754/s_asinh.c: Moved to ...
3490 * sysdeps/ieee754/dbl-64/s_asinh.c: ...here.
3491 * sysdeps/libm-ieee754/s_atan.c: Moved to ...
3492 * sysdeps/ieee754/dbl-64/s_atan.c: ...here.
3493 * sysdeps/libm-ieee754/s_cbrt.c: Moved to ...
3494 * sysdeps/ieee754/dbl-64/s_cbrt.c: ...here.
3495 * sysdeps/libm-ieee754/s_ceil.c: Moved to ...
3496 * sysdeps/ieee754/dbl-64/s_ceil.c: ...here.
3497 * sysdeps/libm-ieee754/s_copysign.c: Moved to ...
3498 * sysdeps/ieee754/dbl-64/s_copysign.c: ...here.
3499 * sysdeps/libm-ieee754/s_cos.c: Moved to ...
3500 * sysdeps/ieee754/dbl-64/s_cos.c: ...here.
3501 * sysdeps/libm-ieee754/s_erf.c: Moved to ...
3502 * sysdeps/ieee754/dbl-64/s_erf.c: ...here.
3503 * sysdeps/libm-ieee754/s_exp2.c: Moved to ...
3504 * sysdeps/ieee754/dbl-64/s_exp2.c: ...here.
3505 * sysdeps/libm-ieee754/s_expm1.c: Moved to ...
3506 * sysdeps/ieee754/dbl-64/s_expm1.c: ...here.
3507 * sysdeps/libm-ieee754/s_fabs.c: Moved to ...
3508 * sysdeps/ieee754/dbl-64/s_fabs.c: ...here.
3509 * sysdeps/libm-ieee754/s_finite.c: Moved to ...
3510 * sysdeps/ieee754/dbl-64/s_finite.c: ...here.
3511 * sysdeps/libm-ieee754/s_floor.c: Moved to ...
3512 * sysdeps/ieee754/dbl-64/s_floor.c: ...here.
3513 * sysdeps/libm-ieee754/s_fpclassify.c: Moved to ...
3514 * sysdeps/ieee754/dbl-64/s_fpclassify.c: ...here.
3515 * sysdeps/libm-ieee754/s_frexp.c: Moved to ...
3516 * sysdeps/ieee754/dbl-64/s_frexp.c: ...here.
3517 * sysdeps/libm-ieee754/s_ilogb.c: Moved to ...
3518 * sysdeps/ieee754/dbl-64/s_ilogb.c: ...here.
3519 * sysdeps/libm-ieee754/s_isinf.c: Moved to ...
3520 * sysdeps/ieee754/dbl-64/s_isinf.c: ...here.
3521 * sysdeps/libm-ieee754/s_isnan.c: Moved to ...
3522 * sysdeps/ieee754/dbl-64/s_isnan.c: ...here.
3523 (__isnan): Comment above function says it returns 0 or 1, but it
3524 used to return 0 or -1.
3525 * sysdeps/libm-ieee754/s_llrint.c: Moved to ...
3526 * sysdeps/ieee754/dbl-64/s_llrint.c: ...here.
3527 * sysdeps/libm-ieee754/s_llround.c: Moved to ...
3528 * sysdeps/ieee754/dbl-64/s_llround.c: ...here.
3529 * sysdeps/libm-ieee754/s_log1p.c: Moved to ...
3530 * sysdeps/ieee754/dbl-64/s_log1p.c: ...here.
3531 * sysdeps/libm-ieee754/s_log2.c: Moved to ...
3532 * sysdeps/ieee754/dbl-64/s_log2.c: ...here.
3533 * sysdeps/libm-ieee754/s_logb.c: Moved to ...
3534 * sysdeps/ieee754/dbl-64/s_logb.c: ...here.
3535 * sysdeps/libm-ieee754/s_lrint.c: Moved to ...
3536 * sysdeps/ieee754/dbl-64/s_lrint.c: ...here.
3537 * sysdeps/libm-ieee754/s_lround.c: Moved to ...
3538 * sysdeps/ieee754/dbl-64/s_lround.c: ...here.
3539 * sysdeps/libm-ieee754/s_modf.c: Moved to ...
3540 * sysdeps/ieee754/dbl-64/s_modf.c: ...here.
3541 * sysdeps/libm-ieee754/s_nearbyint.c: Moved to ...
3542 * sysdeps/ieee754/dbl-64/s_nearbyint.c: ...here.
3543 * sysdeps/libm-ieee754/s_nextafter.c: Moved to ...
3544 * sysdeps/generic/s_nextafter.c: ...here.
3545 Add __nexttoward and nexttoward aliases if NO_LONG_DOUBLE.
3546 * sysdeps/libm-ieee754/s_remquo.c: Moved to ...
3547 * sysdeps/ieee754/dbl-64/s_remquo.c: ...here.
3548 * sysdeps/libm-ieee754/s_rint.c: Moved to ...
3549 * sysdeps/ieee754/dbl-64/s_rint.c: ...here.
3550 * sysdeps/libm-ieee754/s_round.c: Moved to ...
3551 * sysdeps/ieee754/dbl-64/s_round.c: ...here.
3552 * sysdeps/libm-ieee754/s_scalbn.c: Moved to ...
3553 * sysdeps/ieee754/dbl-64/s_scalbn.c: ...here.
3554 * sysdeps/libm-ieee754/s_signbit.c: Moved to ...
3555 * sysdeps/ieee754/dbl-64/s_signbit.c: ...here.
3556 * sysdeps/libm-ieee754/s_sin.c: Moved to ...
3557 * sysdeps/ieee754/dbl-64/s_sin.c: ...here.
3558 * sysdeps/libm-ieee754/s_sincos.c: Moved to ...
3559 * sysdeps/ieee754/dbl-64/s_sincos.c: ...here.
3560 * sysdeps/libm-ieee754/s_tan.c: Moved to ...
3561 * sysdeps/ieee754/dbl-64/s_tan.c: ...here.
3562 * sysdeps/libm-ieee754/s_tanh.c: Moved to ...
3563 * sysdeps/ieee754/dbl-64/s_tanh.c: ...here.
3564 * sysdeps/libm-ieee754/s_trunc.c: Moved to ...
3565 * sysdeps/ieee754/dbl-64/s_trunc.c: ...here.
3566 * sysdeps/libm-ieee754/t_exp2.h: Moved to ...
3567 * sysdeps/ieee754/dbl-64/t_exp2.h: ...here.
3568 * sysdeps/libm-ieee754/w_exp.c: Moved to ...
3569 * sysdeps/ieee754/dbl-64/w_exp.c: ...here.
3570 * sysdeps/ieee754/mpn2flt.c: Moved to ...
3571 * sysdeps/ieee754/flt-32/mpn2flt.c: ...here.
3572 * sysdeps/libm-ieee754/e_acosf.c: Moved to ...
3573 * sysdeps/ieee754/flt-32/e_acosf.c: ...here.
3574 * sysdeps/libm-ieee754/e_acoshf.c: Moved to ...
3575 * sysdeps/ieee754/flt-32/e_acoshf.c: ...here.
3576 * sysdeps/libm-ieee754/e_asinf.c: Moved to ...
3577 * sysdeps/ieee754/flt-32/e_asinf.c: ...here.
3578 * sysdeps/libm-ieee754/e_atan2f.c: Moved to ...
3579 * sysdeps/ieee754/flt-32/e_atan2f.c: ...here.
3580 * sysdeps/libm-ieee754/e_atanhf.c: Moved to ...
3581 * sysdeps/ieee754/flt-32/e_atanhf.c: ...here.
3582 * sysdeps/libm-ieee754/e_coshf.c: Moved to ...
3583 * sysdeps/ieee754/flt-32/e_coshf.c: ...here.
3584 * sysdeps/libm-ieee754/e_expf.c: Moved to ...
3585 * sysdeps/ieee754/flt-32/e_expf.c: ...here.
3586 * sysdeps/libm-ieee754/e_fmodf.c: Moved to ...
3587 * sysdeps/ieee754/flt-32/e_fmodf.c: ...here.
3588 * sysdeps/libm-ieee754/e_gammaf_r.c: Moved to ...
3589 * sysdeps/ieee754/flt-32/e_gammaf_r.c: ...here.
3590 * sysdeps/libm-ieee754/e_hypotf.c: Moved to ...
3591 * sysdeps/ieee754/flt-32/e_hypotf.c: ...here.
3592 * sysdeps/libm-ieee754/e_j0f.c: Moved to ...
3593 * sysdeps/ieee754/flt-32/e_j0f.c: ...here.
3594 * sysdeps/libm-ieee754/e_j1f.c: Moved to ...
3595 * sysdeps/ieee754/flt-32/e_j1f.c: ...here.
3596 * sysdeps/libm-ieee754/e_jnf.c: Moved to ...
3597 * sysdeps/ieee754/flt-32/e_jnf.c: ...here.
3598 * sysdeps/libm-ieee754/e_lgammaf_r.c: Moved to ...
3599 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: ...here.
3600 * sysdeps/libm-ieee754/e_log10f.c: Moved to ...
3601 * sysdeps/ieee754/flt-32/e_log10f.c: ...here.
3602 * sysdeps/libm-ieee754/e_logf.c: Moved to ...
3603 * sysdeps/ieee754/flt-32/e_logf.c: ...here.
3604 * sysdeps/libm-ieee754/e_powf.c: Moved to ...
3605 * sysdeps/ieee754/flt-32/e_powf.c: ...here.
3606 * sysdeps/libm-ieee754/e_remainderf.c: Moved to ...
3607 * sysdeps/ieee754/flt-32/e_remainderf.c: ...here.
3608 * sysdeps/libm-ieee754/e_sinhf.c: Moved to ...
3609 * sysdeps/ieee754/flt-32/e_sinhf.c: ...here.
3610 * sysdeps/libm-ieee754/e_sqrtf.c: Moved to ...
3611 * sysdeps/ieee754/flt-32/e_sqrtf.c: ...here.
3612 * sysdeps/libm-ieee754/k_cosf.c: Moved to ...
3613 * sysdeps/ieee754/flt-32/k_cosf.c: ...here.
3614 * sysdeps/libm-ieee754/k_sinf.c: Moved to ...
3615 * sysdeps/ieee754/flt-32/k_sinf.c: ...here.
3616 * sysdeps/libm-ieee754/k_tanf.c: Moved to ...
3617 * sysdeps/ieee754/flt-32/k_tanf.c: ...here.
3618 * sysdeps/libm-ieee754/s_asinhf.c: Moved to ...
3619 * sysdeps/ieee754/flt-32/s_asinhf.c: ...here.
3620 * sysdeps/libm-ieee754/s_atanf.c: Moved to ...
3621 * sysdeps/ieee754/flt-32/s_atanf.c: ...here.
3622 * sysdeps/libm-ieee754/s_cbrtf.c: Moved to ...
3623 * sysdeps/ieee754/flt-32/s_cbrtf.c: ...here.
3624 * sysdeps/libm-ieee754/s_ceilf.c: Moved to ...
3625 * sysdeps/ieee754/flt-32/s_ceilf.c: ...here.
3626 * sysdeps/libm-ieee754/s_copysignf.c: Moved to ...
3627 * sysdeps/ieee754/flt-32/s_copysignf.c: ...here.
3628 * sysdeps/libm-ieee754/s_cosf.c: Moved to ...
3629 * sysdeps/ieee754/flt-32/s_cosf.c: ...here.
3630 * sysdeps/libm-ieee754/s_erff.c: Moved to ...
3631 * sysdeps/ieee754/flt-32/s_erff.c: ...here.
3632 * sysdeps/libm-ieee754/s_exp2f.c: Moved to ...
3633 * sysdeps/ieee754/flt-32/s_exp2f.c: ...here.
3634 * sysdeps/libm-ieee754/s_expm1f.c: Moved to ...
3635 * sysdeps/ieee754/flt-32/s_expm1f.c: ...here.
3636 * sysdeps/libm-ieee754/s_fabsf.c: Moved to ...
3637 * sysdeps/ieee754/flt-32/s_fabsf.c: ...here.
3638 * sysdeps/libm-ieee754/s_finitef.c: Moved to ...
3639 * sysdeps/ieee754/flt-32/s_finitef.c: ...here.
3640 * sysdeps/libm-ieee754/s_floorf.c: Moved to ...
3641 * sysdeps/ieee754/flt-32/s_floorf.c: ...here.
3642 * sysdeps/libm-ieee754/s_fpclassifyf.c: Moved to ...
3643 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: ...here.
3644 * sysdeps/libm-ieee754/s_frexpf.c: Moved to ...
3645 * sysdeps/ieee754/flt-32/s_frexpf.c: ...here.
3646 * sysdeps/libm-ieee754/s_ilogbf.c: Moved to ...
3647 * sysdeps/ieee754/flt-32/s_ilogbf.c: ...here.
3648 * sysdeps/libm-ieee754/s_isinff.c: Moved to ...
3649 * sysdeps/ieee754/flt-32/s_isinff.c: ...here.
3650 * sysdeps/libm-ieee754/s_isnanf.c: Moved to ...
3651 * sysdeps/ieee754/flt-32/s_isnanf.c: ...here.
3652 * sysdeps/libm-ieee754/s_llrintf.c: Moved to ...
3653 * sysdeps/ieee754/flt-32/s_llrintf.c: ...here.
3654 * sysdeps/libm-ieee754/s_llroundf.c: Moved to ...
3655 * sysdeps/ieee754/flt-32/s_llroundf.c: ...here.
3656 * sysdeps/libm-ieee754/s_log1pf.c: Moved to ...
3657 * sysdeps/ieee754/flt-32/s_log1pf.c: ...here.
3658 * sysdeps/libm-ieee754/s_log2f.c: Moved to ...
3659 * sysdeps/ieee754/flt-32/s_log2f.c: ...here.
3660 * sysdeps/libm-ieee754/s_logbf.c: Moved to ...
3661 * sysdeps/ieee754/flt-32/s_logbf.c: ...here.
3662 * sysdeps/libm-ieee754/s_lrintf.c: Moved to ...
3663 * sysdeps/ieee754/flt-32/s_lrintf.c: ...here.
3664 * sysdeps/libm-ieee754/s_lroundf.c: Moved to ...
3665 * sysdeps/ieee754/flt-32/s_lroundf.c: ...here.
3666 * sysdeps/libm-ieee754/s_modff.c: Moved to ...
3667 * sysdeps/ieee754/flt-32/s_modff.c: ...here.
3668 * sysdeps/libm-ieee754/s_nearbyintf.c: Moved to ...
3669 * sysdeps/ieee754/flt-32/s_nearbyintf.c: ...here.
3670 * sysdeps/libm-ieee754/s_nextafterf.c: Moved to ...
3671 * sysdeps/ieee754/flt-32/s_nextafterf.c: ...here.
3672 * sysdeps/libm-ieee754/s_remquof.c: Moved to ...
3673 * sysdeps/ieee754/flt-32/s_remquof.c: ...here.
3674 * sysdeps/libm-ieee754/s_rintf.c: Moved to ...
3675 * sysdeps/ieee754/flt-32/s_rintf.c: ...here.
3676 * sysdeps/libm-ieee754/s_roundf.c: Moved to ...
3677 * sysdeps/ieee754/flt-32/s_roundf.c: ...here.
3678 * sysdeps/libm-ieee754/s_scalbnf.c: Moved to ...
3679 * sysdeps/ieee754/flt-32/s_scalbnf.c: ...here.
3680 * sysdeps/libm-ieee754/s_signbitf.c: Moved to ...
3681 * sysdeps/ieee754/flt-32/s_signbitf.c: ...here.
3682 * sysdeps/libm-ieee754/s_sincosf.c: Moved to ...
3683 * sysdeps/ieee754/flt-32/s_sincosf.c: ...here.
3684 * sysdeps/libm-ieee754/s_sinf.c: Moved to ...
3685 * sysdeps/ieee754/flt-32/s_sinf.c: ...here.
3686 * sysdeps/libm-ieee754/s_tanf.c: Moved to ...
3687 * sysdeps/ieee754/flt-32/s_tanf.c: ...here.
3688 * sysdeps/libm-ieee754/s_tanhf.c: Moved to ...
3689 * sysdeps/ieee754/flt-32/s_tanhf.c: ...here.
3690 * sysdeps/libm-ieee754/s_truncf.c: Moved to ...
3691 * sysdeps/ieee754/flt-32/s_truncf.c: ...here.
3692 * sysdeps/libm-ieee754/t_exp2f.h: Moved to ...
3693 * sysdeps/ieee754/flt-32/t_exp2f.h: ...here.
3694 * sysdeps/libm-ieee754/w_expf.c: Moved to ...
3695 * sysdeps/ieee754/flt-32/w_expf.c: ...here.
3696 * sysdeps/libm-ieee754/e_acoshl.c: Moved to ...
3697 * sysdeps/ieee754/ldbl-96/e_acoshl.c: ...here.
3698 * sysdeps/libm-ieee754/e_atan2l.c: Moved to ...
3699 * sysdeps/ieee754/ldbl-96/e_atan2l.c: ...here.
3700 * sysdeps/libm-ieee754/e_atanhl.c: Moved to ...
3701 * sysdeps/ieee754/ldbl-96/e_atanhl.c: ...here.
3702 * sysdeps/libm-ieee754/e_coshl.c: Moved to ...
3703 * sysdeps/ieee754/ldbl-96/e_coshl.c: ...here.
3704 * sysdeps/libm-ieee754/e_gammal_r.c: Moved to ...
3705 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: ...here.
3706 * sysdeps/libm-ieee754/e_hypotl.c: Moved to ...
3707 * sysdeps/ieee754/ldbl-96/e_hypotl.c: ...here.
3708 * sysdeps/libm-ieee754/e_remainderl.c: Moved to ...
3709 * sysdeps/ieee754/ldbl-96/e_remainderl.c: ...here.
3710 * sysdeps/libm-ieee754/e_sinhl.c: Moved to ...
3711 * sysdeps/ieee754/ldbl-96/e_sinhl.c: ...here.
3712 * sysdeps/libm-ieee754/s_asinhl.c: Moved to ...
3713 * sysdeps/ieee754/ldbl-96/s_asinhl.c: ...here.
3714 * sysdeps/libm-ieee754/s_cbrtl.c: Moved to ...
3715 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: ...here.
3716 * sysdeps/libm-ieee754/s_ceill.c: Moved to ...
3717 * sysdeps/ieee754/ldbl-96/s_ceill.c: ...here.
3718 * sysdeps/libm-ieee754/s_copysignl.c: Moved to ...
3719 * sysdeps/ieee754/ldbl-96/s_copysignl.c: ...here.
3720 * sysdeps/libm-ieee754/s_cosl.c: Moved to ...
3721 * sysdeps/ieee754/ldbl-96/s_cosl.c: ...here.
3722 * sysdeps/libm-ieee754/s_fabsl.c: Moved to ...
3723 * sysdeps/ieee754/ldbl-96/s_fabsl.c: ...here.
3724 * sysdeps/libm-ieee754/s_finitel.c: Moved to ...
3725 * sysdeps/ieee754/ldbl-96/s_finitel.c: ...here.
3726 * sysdeps/libm-ieee754/s_floorl.c: Moved to ...
3727 * sysdeps/ieee754/ldbl-96/s_floorl.c: ...here.
3728 * sysdeps/libm-ieee754/s_fpclassifyl.c: Moved to ...
3729 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: ...here.
3730 * sysdeps/libm-ieee754/s_frexpl.c: Moved to ...
3731 * sysdeps/ieee754/ldbl-96/s_frexpl.c: ...here.
3732 * sysdeps/libm-ieee754/s_ilogbl.c: Moved to ...
3733 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: ...here.
3734 * sysdeps/libm-ieee754/s_llrintl.c: Moved to ...
3735 * sysdeps/ieee754/ldbl-96/s_llrintl.c: ...here.
3736 * sysdeps/libm-ieee754/s_llroundl.c: Moved to ...
3737 * sysdeps/ieee754/ldbl-96/s_llroundl.c: ...here.
3738 * sysdeps/libm-ieee754/s_logbl.c: Moved to ...
3739 * sysdeps/ieee754/ldbl-96/s_logbl.c: ...here.
3740 * sysdeps/libm-ieee754/s_lrintl.c: Moved to ...
3741 * sysdeps/ieee754/ldbl-96/s_lrintl.c: ...here.
3742 * sysdeps/libm-ieee754/s_lroundl.c: Moved to ...
3743 * sysdeps/ieee754/ldbl-96/s_lroundl.c: ...here.
3744 * sysdeps/libm-ieee754/s_modfl.c: Moved to ...
3745 * sysdeps/ieee754/ldbl-96/s_modfl.c: ...here.
3746 (__modfl): IEEE 854 long doubles should use SET_LDOUBLE_WORDS, not
3747 INSERT_WORDS.
3748 * sysdeps/libm-ieee754/s_nearbyintl.c: Moved to ...
3749 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: ...here.
3750 (__nearbyintl): Fix for exponents 2^30.
3751 * sysdeps/libm-ieee754/s_remquol.c: Moved to ...
3752 * sysdeps/ieee754/ldbl-96/s_remquol.c: ...here.
3753 * sysdeps/libm-ieee754/s_rintl.c: Moved to ...
3754 * sysdeps/ieee754/ldbl-96/s_rintl.c: ...here.
3755 (__rintl): Fix for exponents 2^30.
3756 * sysdeps/libm-ieee754/s_roundl.c: Moved to ...
3757 * sysdeps/ieee754/ldbl-96/s_roundl.c: ...here.
3758 * sysdeps/libm-ieee754/s_scalbnl.c: Moved to ...
3759 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: ...here.
3760 (__scalbnl): Fix exponent for subnormal result.
3761 * sysdeps/libm-ieee754/s_signbitl.c: Moved to ...
3762 * sysdeps/ieee754/ldbl-96/s_signbitl.c: ...here.
3763 * sysdeps/libm-ieee754/s_sincosl.c: Moved to ...
3764 * sysdeps/ieee754/ldbl-96/s_sincosl.c: ...here.
3765 * sysdeps/libm-ieee754/s_sinl.c: Moved to ...
3766 * sysdeps/ieee754/ldbl-96/s_sinl.c: ...here.
3767 * sysdeps/libm-ieee754/s_tanhl.c: Moved to ...
3768 * sysdeps/ieee754/ldbl-96/s_tanhl.c: ...here.
3769 * sysdeps/libm-ieee754/s_tanl.c: Moved to ...
3770 * sysdeps/ieee754/ldbl-96/s_tanl.c: ...here.
3771 * sysdeps/libm-ieee754/s_truncl.c: Moved to ...
3772 * sysdeps/ieee754/ldbl-96/s_truncl.c: ...here.
3773 * sysdeps/libm-ieee754/w_expl.c: Moved to ...
3774 * sysdeps/ieee754/ldbl-96/w_expl.c: ...here.
3775 * sysdeps/libm-i387/i686/s_fminl.S: Moved to ...
3776 * sysdeps/i386/i686/fpu/s_fminl.S: ...here.
3777 * sysdeps/libm-i387/s_scalblnf.c: Moved to ...
3778 * sysdeps/i386/fpu/s_scalblnf.c: ...here.
3779 * sysdeps/libm-ieee754/s_scalblnf.c: Moved to ...
3780 * sysdeps/ieee754/flt-32/s_scalblnf.c: ...here.
3781 * sysdeps/libm-i387/i686/s_fdiml.S: Moved to ...
3782 * sysdeps/i386/i686/fpu/s_fdiml.S: ...here.
3783 * sysdeps/libm-i387/e_rem_pio2f.c: Moved to ...
3784 * sysdeps/i386/fpu/e_rem_pio2f.c: ...here.
3785 * sysdeps/libm-ieee754/e_rem_pio2f.c: Moved to ...
3786 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: ...here.
3787 * sysdeps/libm-i387/i686/s_fmin.S: Moved to ...
3788 * sysdeps/i386/i686/fpu/s_fmin.S: ...here.
3789 * sysdeps/libm-i387/k_rem_pio2.c: Moved to ...
3790 * sysdeps/i386/fpu/k_rem_pio2.c: ...here.
3791 * sysdeps/libm-ieee754/k_rem_pio2.c: Moved to ...
3792 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: ...here.
3793 * sysdeps/libm-i387/k_rem_pio2f.c: Moved to ...
3794 * sysdeps/i386/fpu/k_rem_pio2f.c: ...here.
3795 * sysdeps/libm-ieee754/k_rem_pio2f.c: Moved to ...
3796 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: ...here.
3797 * sysdeps/libm-i387/s_scalbln.c: Moved to ...
3798 * sysdeps/i386/fpu/s_scalbln.c: ...here.
3799 * sysdeps/libm-ieee754/s_scalbln.c: Moved to ...
3800 * sysdeps/ieee754/dbl-64/s_scalbln.c: ...here.
3801 * sysdeps/libm-i387/i686/s_fmax.S: Moved to ...
3802 * sysdeps/i386/i686/fpu/s_fmax.S: ...here.
3803 * sysdeps/libm-i387/t_exp.c: Moved to ...
3804 * sysdeps/i386/fpu/t_exp.c: ...here.
3805 * sysdeps/libm-ieee754/t_exp.c: Moved to ...
3806 * sysdeps/ieee754/dbl-64/t_exp.c: ...here.
3807 * sysdeps/libm-i387/e_rem_pio2.c: Moved to ...
3808 * sysdeps/i386/fpu/e_rem_pio2.c: ...here.
3809 * sysdeps/libm-ieee754/e_rem_pio2.c: Moved to ...
3810 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: ...here.
3811 * sysdeps/libm-i387/s_isinfl.c: Moved to ...
3812 * sysdeps/i386/fpu/s_isinfl.c: ...here.
3813 * sysdeps/libm-ieee754/s_isinfl.c: Moved to ...
3814 * sysdeps/ieee754/ldbl-96/s_isinfl.c: ...here.
3815 * sysdeps/libm-i387/s_scalblnl.c: Moved to ...
3816 * sysdeps/i386/fpu/s_scalblnl.c: ...here.
3817 * sysdeps/libm-ieee754/s_scalblnl.c: Moved to ...
3818 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: ...here.
3819 Fix exponent for subnormal result.
3820 * sysdeps/libm-ieee754/s_nexttowardl.c: Moved to ...
3821 * sysdeps/generic/s_nexttowardl.c: ...here.
3822 * sysdeps/libm-i387/i686/s_fmaxf.S: Moved to ...
3823 * sysdeps/i386/i686/fpu/s_fmaxf.S: ...here.
3824 * sysdeps/libm-i387/s_isnanl.c: Moved to ...
3825 * sysdeps/i386/fpu/s_isnanl.c: ...here.
3826 * sysdeps/libm-ieee754/s_isnanl.c: Moved to ...
3827 * sysdeps/ieee754/ldbl-96/s_isnanl.c: ...here.
3828 Comment above function says it returns 0 or 1, but it used to return
3829 0 or -1.
3830 * sysdeps/libm-i387/i686/s_fminf.S: Moved to ...
3831 * sysdeps/i386/i686/fpu/s_fminf.S: ...here.
3832 * sysdeps/libm-i387/i686/s_fdim.S: Moved to ...
3833 * sysdeps/i386/i686/fpu/s_fdim.S: ...here.
3834 * sysdeps/libm-i387/i686/s_fdimf.S: Moved to ...
3835 * sysdeps/i386/i686/fpu/s_fdimf.S: ...here.
3836 * sysdeps/libm-i387/i686/s_fmaxl.S: Moved to ...
3837 * sysdeps/i386/i686/fpu/s_fmaxl.S: ...here.
3838 * sysdeps/libm-ieee754/s_nexttoward.c: Moved to ...
3839 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: ...here.
3840 Cannot compare exponents with different biases without adjusting.
3841 * sysdeps/libm-ieee754/s_nexttowardf.c: Moved to ...
3842 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: ...here.
3843 Cannot compare exponents with different biases without adjusting.
3844 * sysdeps/libm-i387/s_nextafterl.c: Moved to ...
3845 * sysdeps/i386/fpu/s_nextafterl.c: ...here.
3846 * sysdeps/libm-ieee754/s_nextafterl.c: Moved to ...
3847 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: ...here.
3848 * sysdeps/ieee754/ldbl2mpn.c: Moved to ...
3849 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: ...here.
3850 Removed __NO_LONG_DOUBLE_MATH ifndef around the whole file.
3851 * sysdeps/ieee754/mpn2ldbl.c: Moved to ...
3852 * sysdeps/ieee754/ldbl-96/mpn2ldbl.c: ...here.
3853 Removed __NO_LONG_DOUBLE_MATH ifndef around the whole file.
3854 * sysdeps/libm-ieee754/Dist: Split into ...
3855 * sysdeps/ieee754/dbl-64/Dist: ...this and ...
3856 * sysdeps/ieee754/flt-32/Dist: ...this file.
3857
3858 * sysdeps/ieee754/dbl-64/s_nexttoward.c: New file.
3859 * sysdeps/ieee754/dbl-64/mpn2ldbl.c: New file.
3860 * sysdeps/ieee754/ldbl-96/math_ldbl.h: New file.
3861 * sysdeps/ieee754/ldbl-96/strtold.c: New file.
3862 * sysdeps/ieee754/ldbl-96/printf_fphex.c: New file.
3863 * sysdeps/ieee754/ldbl-128/s_sinl.c: New file.
3864 * sysdeps/ieee754/ldbl-128/s_ceill.c: New file.
3865 * sysdeps/ieee754/ldbl-128/e_remainderl.c: New file.
3866 * sysdeps/ieee754/ldbl-128/ieee754.h: New file.
3867 * sysdeps/ieee754/ldbl-128/e_atan2l.c: New file.
3868 * sysdeps/ieee754/ldbl-128/s_finitel.c: New file.
3869 * sysdeps/ieee754/ldbl-128/s_roundl.c: New file.
3870 * sysdeps/ieee754/ldbl-128/s_llrintl.c: New file.
3871 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: New file.
3872 * sysdeps/ieee754/ldbl-128/s_llroundl.c: New file.
3873 * sysdeps/ieee754/ldbl-128/s_sincosl.c: New file.
3874 * sysdeps/ieee754/ldbl-128/s_cosl.c: New file.
3875 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: New file.
3876 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: New file.
3877 * sysdeps/ieee754/ldbl-128/s_floorl.c: New file.
3878 * sysdeps/ieee754/ldbl-128/s_logbl.c: New file.
3879 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: New file.
3880 * sysdeps/ieee754/ldbl-128/s_remquol.c: New file.
3881 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: New file.
3882 * sysdeps/ieee754/ldbl-128/s_tanl.c: New file.
3883 * sysdeps/ieee754/ldbl-128/s_rintl.c: New file.
3884 * sysdeps/ieee754/ldbl-128/e_acoshl.c: New file.
3885 * sysdeps/ieee754/ldbl-128/s_lroundl.c: New file.
3886 * sysdeps/ieee754/ldbl-128/s_signbitl.c: New file.
3887 * sysdeps/ieee754/ldbl-128/s_copysignl.c: New file.
3888 * sysdeps/ieee754/ldbl-128/s_fabsl.c: New file.
3889 * sysdeps/ieee754/ldbl-128/s_frexpl.c: New file.
3890 * sysdeps/ieee754/ldbl-128/s_truncl.c: New file.
3891 * sysdeps/ieee754/ldbl-128/s_modfl.c: New file.
3892 * sysdeps/ieee754/ldbl-128/s_lrintl.c: New file.
3893 * sysdeps/ieee754/ldbl-128/s_isinfl.c: New file.
3894 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: New file.
3895 * sysdeps/ieee754/ldbl-128/e_fmodl.c: New file.
3896 * sysdeps/ieee754/ldbl-128/s_isnanl.c: New file.
3897 * sysdeps/ieee754/ldbl-128/math_ldbl.h: New file.
3898 * sysdeps/ieee754/ldbl-128/strtold.c: New file.
3899 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: New file.
3900 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: New file.
3901 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: New file.
3902 * sysdeps/ieee754/ldbl-128/printf_fphex.c: New file.
3903 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: New file.
3904 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: New file.
3905
3906 * sysdeps/generic/math_ldbl.h: New file.
3907 * sysdeps/generic/s_nexttowardf.c: New file.
3908 * sysdeps/generic/strtold.c: New file.
3909 * sysdeps/generic/ldbl2mpn.c: New file.
3910
3911 * math/machine/endian.h: Remove.
3912 * sysdeps/i386/fpu/Implies: Remove.
3913 * sysdeps/ieee754/Implies: Remove.
3914
3915 * math/math_private.h: Move long double macros to math_ldbl.h
3916 header.
3917
3918 1999-07-12 Ulrich Drepper <drepper@cygnus.com>
3919
3920 * sysdeps/posix/getaddrinfo.c (gaih_inet): For non-passive
3921 connections without a hostname set address to localhost address.
3922
3923 1999-07-11 H.J. Lu <hjl@gnu.org>
3924
3925 * nscd/grpcache.c: Add prefix "__" to get[a-z]*_r () to get
3926 nscd's own strong version of the get[a-z]*_r function.
3927 * nscd/hstcache.c: Likewise.
3928 * nscd/pwdcache.c: Likewise.
3929
3930 1999-07-12 Ulrich Drepper <drepper@cygnus.com>
3931
3932 * configure.in: Recognize 2.95 as gcc version number.
3933 Patch by Joel Klecker <jk@espy.org>.
3934
3935 1999-07-12 Andreas Schwab <schwab@suse.de>
3936
3937 * elf/rtld.c (dl_main): When putting back the interpreter object
3938 handle the case where a missing object might occur in the list of
3939 objects but not in the search list when in trace mode.
3940
3941 1999-07-11 Ulrich Drepper <drepper@cygnus.com>
3942
3943 * Versions.def (libnss_hesiod): Add GLIBC_2.2.
3944 * hesiod/Versions (libnss_hesiod) [GLIBC_2.2]: Add
3945 _nss_hesiod_initgroups.
3946
3947 1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
3948
3949 * sysdeps/mach/hurd/brk.c (static_data_start): New variable.
3950 (_hurd_set_brk, init_brk): Use that instead of &__data_start.
3951 Initialize it from &__data_start if defined, or else &_end.
3952
3953 1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
3954
3955 * sysdeps/mach/hurd/mmap.c (__mmap): Short-circuit to vm_allocate
3956 for MAP_ANON, prot==PROT_READ|PROT_WRITE.
3957
3958 1999-07-09 Ulrich Drepper <drepper@cygnus.com>
3959
3960 * stdio-common/vfprintf.c (buffered_vfprintf): Add locking.
3961
3962 1999-07-09 H.J. Lu <hjl@gnu.org>
3963
3964 * Versions.def (GLIBC_2.1.2): Added.
3965
3966 * nss/getXXent_r.c: Make the new ABI GLIBC_2.1.2 and keep the
3967 old one as GLIBC_2.0.
3968 * nss/getXXbyYY_r.c: Likewise.
3969
3970 * grp/Versions (getgrent_r, getgrgid_r, getgrnam_r): Added to
3971 GLIBC_2.1.2.
3972 * inet/Versions (getaliasbyname_r, getaliasent_r,
3973 gethostbyaddr_r, gethostbyname2_r, gethostbyname_r,
3974 gethostent_r, getnetbyaddr_r, getnetbyname_r, getnetent_r,
3975 getnetgrent_r, getprotobyname_r, getprotobynumber_r,
3976 getprotoent_r, getrpcbyname_r, getrpcbynumber_r, getrpcent_r,
3977 getservbyname_r): Likewise.
3978 * pwd/Versions (getpwent_r, getpwuid_r): Likewise.
3979 * shadow/Versions (getspent_r, getspnam_r): Likewise.
3980
3981 1999-07-09 Ulrich Drepper <drepper@cygnus.com>
3982
3983 * sysdeps/i386/bits/string.h (__memcpy_c): Help some stupid old
3984 compilers.
3985 (__memset_cc): Likewise.
3986
3987 * sysdeps/generic/libc-start.c: For SUID binaries check whether
3988 the standard file descriptors are open.
3989 Reported by Chris Evans <chris@ferret.lmh.ox.ac.uk>.
3990
3991 * sysdeps/unix/sysv/linux/syscalls.list: Remove mmap64 alias for mmap.
3992 * sysdeps/unix/sysv/linux/mmap64.c: Test whether mapped area is in
3993 range of mmap. If not fail.
3994 Patches by Daniel Jacobowitz <dan@debian.org>.
3995
3996 * elf/rtld.c: Split _dl_start in two pieces to prevent GOT usage
3997 before the relocation happened.
3998 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3999
4000 * Versions.def (libnsl): Add GLIBC_2.2.
4001 * nis/Versions (libnsl) [GLIBC_2.2]: Add xdr_ypall.
4002
4003 1999-07-08 Cristian Gafton <gafton@redhat.com>
4004
4005 * nis/yp_xdr.c (xdr_ypall): New function.
4006
4007 1999-07-09 Andreas Schwab <schwab@suse.de>
4008
4009 * elf/Makefile (headers): Remove bits/dlfcn.h and dlfcn.h.
4010
4011 * dlfcn/Makefile (headers): Add bits/dlfcn.h.
4012
4013 1999-07-09 Ulrich Drepper <drepper@cygnus.com>
4014
4015 * hesiod/Versions [GLIBC_2.2]: Add _nss_hesiod_initgroups.
4016 * hesiod/hesiod-grp.c: Add initgroups support.
4017 Patch by Nalin Dahyabhai <nsdahya1@pobox.com>.
4018
4019 1999-07-08 Andreas Schwab <schwab@suse.de>
4020
4021 * libio/iofopncook.c (fopencookie): Set _fileno to -2.
4022
4023 * libio/libioP.h (_IO_file_is_open): Only check for -1, not all
4024 negative numbers.
4025
4026 * libio/fileops.c (_IO_new_file_close_it): Set _fileno to -1, not
4027 EOF.
4028 * libio/oldfileops.c (_IO_old_file_close_it): Likewise.
4029
4030 1999-07-08 Andreas Schwab <schwab@suse.de>
4031
4032 * stdio-common/vfprintf.c (buffered_vfprintf): Initialize _mode.
4033
4034 1999-07-08 Andreas Schwab <schwab@suse.de>
4035
4036 * libio/fileno.c: Return -1 instead of EOF and set errno if the
4037 stream is not a real file stream.
4038
4039 1999-07-08 Andreas Schwab <schwab@suse.de>
4040
4041 * manual/charset.texi: Fix typos.
4042
4043 1999-07-07 Ulrich Drepper <drepper@cygnus.com>
4044
4045 * sysdeps/gnu/Makefile (libdl-routines): Add eval.
4046
4047 1999-07-06 Zack Weinberg <zack@rabi.columbia.edu>
4048
4049 * dlfcn: New directory. Move the following files from elf:
4050 dladdr.c, dlclose.c, dlerror.c, dlfcn.h, dlopen.c,
4051 dlopenold.c, dlsym.c, dlvsym.c.
4052 * dlfcn/Makefile: New file.
4053 * dlfcn/Versions: New file.
4054 * dlfcn/dlsym.c: All ELF-specific code split out to new
4055 function _dl_sym.
4056 * dlfcn/dlvsym.c: All ELF-specific code split out to new
4057 function _dl_vsym.
4058 * elf/dl-sym.c: New file. _dl_sym and _dl_vsym are
4059 implemented here.
4060
4061 * dlfcn/dladdr.c: Remove all references to ELF data structures
4062 or headers.
4063 * dlfcn/dlclose.c: Likewise.
4064 * dlfcn/dlerror.c: Likewise.
4065 * dlfcn/dlopen.c: Likewise.
4066 * dlfcn/dlopenold.c: Likewise.
4067
4068 * Makeconfig (dlfcn): New variable - set to `dlfcn' if elf is
4069 yes, empty otherwise.
4070 (libdl): Set to dlfcn/libdl.so or libdl.a if elf is yes,
4071 depending on build-shared.
4072 (subdirs): Add $(dlfcn).
4073 (rpath-dirs): Add dlfcn.
4074 * elf/Makefile: Remove all references to libdl or its
4075 components, except the ones relating to the test cases.
4076 (routines): Add dl-sym.
4077 * elf/Versions (libc): Add _dl_sym and _dl_vsym for GLIBC_2.2.
4078 (libdl): Delete.
4079
4080 * elf/dl-close.c (_dl_close): Change argument to void *.
4081 * elf/dl-open.c (_dl_open): Change return type to void *.
4082 * elf/eval.c: Removed.
4083 * elf/ldsodefs.h: Move prototypes of _dl_catch_error,
4084 _dlerror_run, _dl_open, _dl_close, _dl_addr, and
4085 _dl_mcount_wrapper_check to include/dlfcn.h. Delete
4086 _CALL_DL_FCT macro.
4087 * include/dlfcn.h: Also prototype _dl_sym and _dl_vsym here.
4088 Include real header from dlfcn directory.
4089 * include/ldsodefs.h: Removed.
4090
4091 * grp/initgroups.c: Use DL_CALL_FCT not _CALL_DL_FCT.
4092 * nss/getXXbyYY_r.c: Likewise.
4093 * nss/getXXent_r.c: Likewise.
4094 * iconv/gconv.c: Likewise. Don't include ldsodefs.h.
4095 * iconv/gconv_db.c: Likewise. Don't include ldsodefs.h.
4096 * iconv/skeleton.c: Don't include ldsodefs.h.
4097 * nss/nsswitch.h: Don't include ldsodefs.h. Include dlfcn.h.
4098
4099 1999-07-07 Ulrich Drepper <drepper@cygnus.com>
4100
4101 * sysdeps/generic/setenv.c: Describe problem.
4102
4103 * malloc/malloc.c (request2size): Also set errno if failing.
4104
4105 * malloc/malloc.c (request2size): Take care of overflow in
4106 addition.
4107
4108 * sysdeps/posix/getcwd.c: Correct last patch. Handle getcwd
4109 (NULL, != 0) correctly.
4110
4111 * elf/dl-load.c: Use a few more __builtin_expect.
4112
4113 * sysdeps/posix/getcwd.c: When resizing buffer make sure new size
4114 is large enough.
4115
4116 1999-07-07 Andreas Schwab <schwab@suse.de>
4117
4118 * sysdeps/unix/sysv/linux/getpt.c: Check that /dev/pts is mounted.
4119 (_PATH_DEVPTS, DEVPTS_SUPER_MAGIC): New definitions.
4120 (_PATH_DEVPTMX): Use _PATH_DEV.
4121
4122 1999-07-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4123
4124 * malloc/tst-malloc.c: New file. Tests some basic functionality.
4125 * malloc/Makefile (tests): Add tst-malloc.
4126
4127 1999-07-06 Ulrich Drepper <drepper@cygnus.com>
4128
4129 * libio/oldtmpfile.c: Adjust call of __gen_tempname to match new
4130 convention.
4131
4132 * sysdeps/unix/sysv/linux/alpha/ioperm.c: Update for some more
4133 motherboards.
4134 Patch by Jay Estabrook.
4135
4136 * sysdeps/unix/sysv/linux/configure.in: Don't test for libc4 in
4137 ldd for SPARC.
4138 * sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed: New file.
4139 Patch by Cristian Gafton.
4140
4141 1999-07-02 Cristian Gafton <gafton@redhat.com>
4142
4143 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): "return 0"
4144 instead of "return NULL" to make C++ happy.
4145
4146 1999-07-04 Mark Kettenis <kettenis@gnu.org>
4147
4148 * libio/iofdopen.c (_IO_new_fdopen): Set EINVAL if MODE is not
4149 allowed by the file access mode of the open file.
4150
4151 1999-07-06 Ulrich Drepper <drepper@cygnus.com>
4152
4153 * sysdeps/generic/setfpucw.c: Include math.h to get all needed
4154 macros defined.
4155
4156 1999-07-03 Jakub Jelinek <jj@ultra.linux.cz>
4157
4158 * sysdeps/sparc/sparc64/submul_1.S: Fix carry handling. Optimize.
4159 * sysdeps/sparc/sparc64/lshift.S: Make a leaf subroutine. Optimize.
4160 * sysdeps/sparc/sparc64/rshift.S: Likewise.
4161 * sysdeps/sparc/sparc64/mul_1.S: Optimize.
4162
4163 1999-07-04 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
4164
4165 * malloc/malloc.c (request2size): Check for overflow and return
4166 NULL whenever it is encountered.
4167
4168 1999-07-04 Zack Weinberg <zack@rabi.columbia.edu>
4169
4170 * sysdeps/posix/tempname.c (__gen_tempname): Add
4171 ability to create directories. Replace OPENIT and LARGEFILE
4172 args with a single flags parameter.
4173 * sysdeps/generic/tempname.c: Likewise.
4174 * include/stdio.h: Adjust prototype of __gen_tempname to
4175 match. Define symbolic constants for second argument.
4176
4177 * misc/mkdtemp.c: New file, provides new function mkdtemp().
4178 * stdlib/stdlib.h: Prototype it.
4179 * misc/Versions: Export it.
4180 * misc/Makefile (routines): Add mktemp.
4181 * manual/filesys.texi: Document it.
4182
4183 * misc/mktemp.c: Adjust call of __gen_tempname to match new
4184 convention.
4185 * misc/mkstemp.c: Likewise.
4186 * stdio-common/tempnam.c: Likewise.
4187 * stdio-common/tmpfile.c: Likewise.
4188 * stdio-common/tmpfile64.c: Likewise.
4189 * stdio-common/tmpnam.c: Likewise.
4190 * stdio-common/tmpnam_r.c: Likewise.
4191
4192 1999-07-05 Jakub Jelinek <jj@ultra.linux.cz>
4193
4194 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Support
4195 R_SPARC_OLO10 relocations.
4196 * elf/elf.h (R_SPARC_OLO10): Fix comment.
4197
4198 1999-07-02 Tim Waugh <tim@cyberelk.demon.co.uk>
4199
4200 * posix/wordexp-test.c: Revert bogus 'unset IFS' change. It
4201 doesn't belong in the tests, but in the wordexp implementation.
4202
4203 * posix/wordexp.c (exec_comm): Unset IFS so that subshells don't
4204 split fields.
4205
4206 1999-07-01 Cristian Gafton <gafton@redhat.com>
4207
4208 * time/strptime.c (strptime): Initialize the tm struct first to avoid
4209 returning bogus results on incomplete data.
4210 (strptime_internal): day_of_the_week() requres bith tm_mon and
4211 tm_mday to be initializaed.
4212 Computer them first if they are not given.
4213 (strptime_internal): (have_mon, have_mday): New variables.
4214
4215 1999-07-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4216
4217 * inet/rcmd.c (__icheckhost): Fix typo in last patch.
4218
4219 1999-07-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4220
4221 * wcsmbs/wcschr.c (wcschr): Fix last patch: Add missing semicolon.
4222 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
4223
4224 1999-07-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4225
4226 * posix/wordexp.c (parse_tilde): Handle failing call to
4227 get.*_r functions correctly for non-existing entry.
4228 * sysdeps/posix/cuserid.c (cuserid): Likewise.
4229 * sysdeps/posix/getaddrinfo.c (gaih_inet_serv): Likewise.
4230
4231 1999-06-30 Ulrich Drepper <drepper@cygnus.com>
4232
4233 * sysdeps/unix/sysv/linux/gethostid.c: Handle failing call to
4234 getxxbyYY_r functions correctly for non-existing entry.
4235 * sunrpc/getrpcport.c: Likewise.
4236 * sunrpc/clnt_simp.c: Likewise.
4237 * inet/rexec.c: Likewise.
4238 * sunrpc/clnt_gen.c: Likewise.
4239 * inet/rcmd.c: Likewise.
4240 * sysdeps/generic/glob.c: Likewise.
4241
4242 1999-06-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4243
4244 * pwd/Makefile (tests): Add rules for tst-getpw.
4245
4246 * pwd/tst-getpw.c: New program to test getpw.
4247
4248 1999-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4249
4250 * inet/rcmd.c (__icheckhost): Test for gethostbyname_r result
4251 correctly.
4252
4253 1999-06-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4254
4255 * manual/arith.texi (System V Number Conversion): Fix the
4256 description which confused pointer and value to pointer.
4257 Reported by Andries.Brouwer@cwi.nl.
4258
4259 1999-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4260
4261 * pwd/getpw.c (__getpw): Check for NULL result pointer.
4262
4263 1999-06-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4264
4265 * manual/users.texi (Lookup User): Document POSIX return
4266 semantics for getpwuid_r and getgrgid_r.
4267
4268 * manual/socket.texi (Host Names): Document that the result
4269 pointer is null in case of error or host not found and fix a
4270 typo. Give a small example.
4271
4272 1999-06-30 Ulrich Drepper <drepper@cygnus.com>
4273
4274 * pwd/getpw.c: Add warning since no buffer size is given and
4275 therefore no overrun tests are possible.
4276
4277 1999-06-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4278
4279 * pwd/pwd.h: Add getpw prototype declaration.
4280
4281 1999-06-30 Ulrich Drepper <drepper@cygnus.com>
4282
4283 * wcsmbs/wcsrchr.c: Fix handling of L'\0' parameter.
4284 * wcsmbs/wcschr.c: Likewise.
4285
4286 1999-06-28 Ulrich Drepper <drepper@cygnus.com>
4287
4288 * sysdeps/libm-ieee754/e_gamma_r.c: Initialize *signgamp for NaN
4289 returns.
4290 * sysdeps/libm-ieee754/e_gammaf_r.c: Likewise.
4291 * sysdeps/libm-ieee754/e_gammal_r.c: Likewise.
4292 Reported by John Reiser <jreiser@BitWagon.com> [PR libc/1185].
4293
4294 * elf/dl-dst.h: Fix typo.
4295 * elf/dl-open.c: Likewise.
4296
4297 1999-06-26 Zack Weinberg <zack@rabi.columbia.edu>
4298
4299 * elf/dl-libc.c: New file, provides three functions:
4300 __libc_dlopen, __libc_dlclose, __libc_dlsym.
4301 * include/dlfcn.h: Prototype them. Prototype _dl_addr.
4302 * elf/Makefile (routines): Add dl-libc.c.
4303 * elf/dl-profstub.c (_dl_mcount_wrapper): Change type of
4304 argument to void *.
4305 * elf/ldsodefs.h: Change proto and use of _dl_mcount_wrapper to match.
4306
4307 * iconv/gconv.c: Include dlfcn.h.
4308 * iconv/gconv_db.c: Likewise.
4309 * malloc/mtrace.c: Likewise. Don't include ldsodefs.h.
4310
4311 * iconv/gconv_int.h (struct __gconv_loaded_object): Change
4312 `handle' to a void *.
4313 (__gconv_find_func): Delete prototype.
4314
4315 * iconv/gconv_dl.c: Don't include ldsodefs.h. Remove
4316 dlerror_run and related functions and structs. Use
4317 __libc_dlopen, __libc_dlsym, __libc_dlclose.
4318 * nss/nsswitch.c: Likewise.
4319
4320 1999-06-28 Ulrich Drepper <drepper@cygnus.com>
4321
4322 * sysdeps/unix/sysv/linux/gethostid.c: Test for gethostbyname_r
4323 function correctly.
4324
4325 * sunrpc/getrpcport.c: Test for gethostbyname_r function
4326 correctly.
4327
4328 * sunrpc/clnt_simp.c: Test for gethostbyname_r function correctly.
4329
4330 * sunrpc/clnt_gen.c: Test for gethostbyname_r and getprotobyname_r
4331 functions correctly.
4332
4333 * inet/rexec.c (rexec): Test for gethostbyname_r result correctly.
4334
4335 * inet/rcmd.c: Test for gethostbyname_r result correctly. Optimize
4336 file reading a bit.
4337
4338 * sysdeps/generic/glob.c: Test for getpwnam_r result correctly.
4339
4340 1999-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4341
4342 * manual/string.texi (Copying and Concatenation): Mention that
4343 strndup is a GNU extension.
4344
4345 1999-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4346
4347 * pwd/getpw.c (__getpw): Fix check for error return.
4348
4349 1999-06-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4350
4351 * elf/dl-deps.c (_dl_map_object_deps): When looking for the next
4352 occurence of the aux object start with the current list entry, not
4353 the new one. Adjust tail pointer in the unique list. Explain how
4354 the meaning of the variables changes [PR libc/1168].
4355
4356 1999-06-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4357
4358 * sysdeps/m68k/fpu/Dist: New file.
4359
4360 1999-06-26 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4361
4362 * sysdeps/m68k/fpu/bits/mathinline.h: Move all libm internal
4363 definitions...
4364 * sysdeps/m68k/fpu/mathimpl.h: ... here. New file.
4365 * sysdeps/m68k/fpu/e_acos.c: Include "mathimpl.h".
4366 * sysdeps/m68k/fpu/e_atan2.c: Likewise.
4367 * sysdeps/m68k/fpu/e_fmod.c: Likewise.
4368 * sysdeps/m68k/fpu/e_pow.c: Likewise.
4369 * sysdeps/m68k/fpu/e_scalb.c: Likewise.
4370 * sysdeps/m68k/fpu/s_ccos.c: Likewise.
4371 * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
4372 * sysdeps/m68k/fpu/s_cexp.c: Likewise.
4373 * sysdeps/m68k/fpu/s_csin.c: Likewise.
4374 * sysdeps/m68k/fpu/s_csinh.c: Likewise.
4375 * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
4376 * sysdeps/m68k/fpu/s_llrint.c: Likewise.
4377 * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
4378 * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
4379 * sysdeps/m68k/fpu/s_modf.c: Likewise.
4380
4381 1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
4382
4383 * hurd.h, hurd/hurd/fd.h, hurd/hurd/port.h, hurd/hurd/signal.h,
4384 hurd/hurd/threadvar.h, hurd/hurd/userlink.h: Instead of
4385 _EXTERN_INLINE, use a macro specific to each file,
4386 _HURD_FD_H_EXTERN_INLINE and the like.
4387 * hurd/Makefile (inline-headers): New variable.
4388 (routines): Remove hurdinline. Add $(inlines).
4389 (inlines): New variable.
4390 ($(inlines:%=$(objpfx)%.c)): New static pattern rule to generate them.
4391 (generated): Append those here.
4392 * hurd/hurdinline.c: File removed.
4393
4394 * sysdeps/generic/glob64.c: Include <stddef.h> for NULL.
4395
4396 * mach/Versions (libc: GLIBC_2.0): Add __mig_strncpy.
4397
4398 1999-06-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4399
4400 * nscd/connections.c (nscd_run): Use correct type for optlen variable.
4401
4402 1999-06-25 Ulrich Drepper <drepper@cygnus.com>
4403
4404 * string/bits/string2.h (strnlen): Remove extra prototype.
4405
4406 1999-06-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4407
4408 * manual/filesys.texi (Working on Directory Trees): Fix typos.
4409 Reported by Andries.Brouwer@cwi.nl.
4410
4411 1999-06-24 Ulrich Drepper <drepper@cygnus.com>
4412
4413 * nscd/connections.c (handle_request): Use correct type for optlen
4414 variable.
4415
4416 * misc/tst-efgcvt.c (ecvt_tests): Test 92.0 with ndigits == 16.
4417 * misc/efgcvt_r.c (ecvt_r): Limit ndigits before passing it to fcvt_r.
4418
4419 1999-06-24 Thorsten Kukuk <kukuk@suse.de>
4420
4421 * nscd/grpcache.c: Add "notfound" data to cache, not iov pointer.
4422 * nscd/pwdcache.c: Likewise.
4423 * nscd/hstcache.c: Likewise.
4424
4425 1999-06-23 Ulrich Drepper <drepper@cygnus.com>
4426
4427 * sysdeps/generic/fpu_control.c: Include math.h for __P definition.
4428
4429 * posix/getopt.h: Include stdio.h.
4430
4431 * manual/arith.texi: Document restriction of ndigit parameter of
4432 ecvt and friends.
4433 * misc/efgcvt.c: Define NDIGIT_MAX.
4434 (gcvt): Limit precision in sprintf call to NDIGIT_MAX.
4435 Do not dynamically allocate the static buffers. They are small enough.
4436 * misc/efgcvt_r.c: Define NDIGIT_MAX.
4437 (fcvt_r): Limit precision in snprintf call to NDIGIT_MAX.
4438 * misc/qefgcvt.c: Define NDIGIT_MAX.
4439 * misc/qefgcvt_r.c: Likewise.
4440 * misc/tst-efgcvt.c (special): Add test for large ndigit parameter.
4441
4442 1999-06-23 Zack Weinberg <zack@rabi.columbia.edu>
4443
4444 * libio/stdio.h: Define stdin, stdout, stderr as macros.
4445 * math/complex.h: Don't define CX_LIMITED_RANGE_{ON,OFF,DEFAULT}.
4446 These are *pragmas* not macros.
4447 * wcsmbs/wchar.h: Fix comment.
4448
4449 * grp/grp.h: Use __foo_t_defined convention to typedef things
4450 only once.
4451 * io/sys/stat.h: Likewise.
4452 * libio/stdio.h: Likewise.
4453 * posix/unistd.h: Likewise.
4454 * posix/sys/types.h: Likewise.
4455 * posix/sys/wait.h: Likewise.
4456 * pwd/pwd.h: Likewise.
4457 * signal/signal.h: Likewise.
4458 * sysdeps/generic/stdint.h: Likewise.
4459 * sysdeps/gnu/utmpx.h: Likewise.
4460 * termios/termios.h: Likewise.
4461
4462 1999-06-23 Ulrich Drepper <drepper@cygnus.com>
4463
4464 * stdio/fputc.c: Don't define alias if fputc is defined as a
4465 macro.
4466 * stdio/putc.c: Define weak alias here since it is not done
4467 anymore in fputc.c.
4468
4469 1999-06-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4470
4471 * assert/assert.h: Don't produce `defined' as part of macro
4472 expansion.
4473
4474 1999-06-23 Roland McGrath <roland@baalperazim.frob.com>
4475
4476 * sysdeps/mach/hurd/read.c (__libc_read): Just call __pread with
4477 OFFSET argument of (off_t) -1.
4478 * sysdeps/mach/hurd/write.c (__libc_write): Just call __pwrite with
4479 OFFSET argument of (off_t) -1.
4480
4481 * sysdeps/mach/hurd/pwrite.c: New file.
4482 * sysdeps/mach/hurd/pread.c: New file.
4483
4484 * hurd/fd-read.c (_hurd_fd_read): Take new parameter OFFSET and
4485 pass it in the RPC instead of always -1.
4486 * hurd/fd-write.c (_hurd_fd_write): Likewise.
4487 * hurd/hurd/fd.h: Update decls.
4488
4489 1999-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4490
4491 * libio/wscanf.c: Include <wchar.h> for prototype.
4492
4493 1999-06-22 Ulrich Drepper <drepper@cygnus.com>
4494
4495 * manual/io.texi. Fix typos.
4496 * manual/stdio.texi: Likewise.
4497 Patches by Brian Youmans <3diff@gnu.org>.
4498
4499 1999-06-22 Geoff Keating <geoffk@ozemail.com.au>
4500
4501 * sysdeps/powerpc/strcmp.S: Don't return a zero result if the high
4502 bits of two words differ.
4503
4504 1999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4505
4506 * libio/Makefile (routines): Add putwchar and putwchar_u.
4507
4508 * libio/putwchar.c: Include <wchar.h> instead of "stdio.h".
4509 * libio/putwchar_u.c: Likewise. Use _IO_stdout instead of
4510 stdout. Fix parameter name.
4511
4512 * libio/getchar.c: Consistently use _IO_stdin instead of stdin.
4513 * libio/getchar_u.c: Likewise.
4514
4515 * libio/putchar_u.c: Use _IO_stdout instead of stdout.
4516
4517 1999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4518
4519 * include/features.h (__GNUC_PREREQ): Don't generate `defined' via
4520 macro expansion---it's undefined. Properly parenthesize
4521 substituted parameters.
4522 (__GLIBC_PREREQ): Likewise.
4523
4524 1999-06-21 Ulrich Drepper <drepper@cygnus.com>
4525
4526 * Makeconfig (CPPFLAGS): Revert last change. It has too many
4527 weird effects.
4528
4529 * stdlib/longlong.h: Provide __P definition if not already
4530 defined.
4531
4532 * include/wchar.h: Use __gnuc_va_list not va_list in prototype.
4533
4534 1999-06-18 Thorsten Kukuk <kukuk@suse.de>
4535
4536 * sysdeps/alpha/atomicity.h: Correct counting of subsections.
4537
4538 1999-06-17 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4539
4540 * stdlib/tst-strtoll.c: Avoid warning about huge constant.
4541
4542 1999-06-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4543
4544 * stdio-common/vfprintf.c (group_member): Make parameters and
4545 return types pointers to CHAR_T instead of UCHAR_T.
4546 (vfprintf): Change type of work_buffer, workend and string to
4547 CHAR_T pointer/array.
4548 (process_arg, process_string_arg): Adjust/remove casts. Add
4549 missing use of L_ macro.
4550 (printf_unknown): Add missing uses of L_ macro.
4551
4552 1999-06-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4553
4554 * wcsmbs/wcschrnul.c: Explicitly cast return value to avoid
4555 warning.
4556
4557 1999-06-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4558
4559 * libio/wgenops.c (__wuflow): Fix use of WEOF vs. EOF. Call
4560 _IO_switch_to_wget_mode instead of _IO_switch_to_get_mode.
4561 (__wunderflow): Likewise.
4562 (_IO_switch_to_wget_mode): Likewise.
4563 (_IO_init_wmarker): Likewise.
4564
4565 * libio/wfileops.c (_IO_wfile_seekoff): Call
4566 _IO_switch_to_wget_mode, not _IO_switch_to_get_mode.
4567 (_IO_wfile_jumps): Fix pbackfail entry.
4568
4569 * libio/iosetvbuf.c (_IO_setvbuf): Only call wide char setbuf
4570 function if the stream is currently unoriented.
4571
4572 1999-06-19 Zack Weinberg <zack@rabi.columbia.edu>
4573
4574 * wcsmbs/wchar.h: Define __need___va_list before including stdarg.h.
4575 Wrap all wide stream functions with #ifdef __USE_ISOC9X. Use
4576 __gnuc_va_list in v*w(printf|scanf) prototypes.
4577
4578 1999-06-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4579
4580 * libio/oldiopopen.c (_IO_old_proc_open): Apply change from
4581 1999-03-29 to iopopen also here.
4582 Reported by Richard Braakman <dark@xs4all.nl>.
4583
4584 1999-06-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4585
4586 * include/features.h: Use __GNUC_PREREQ.
4587 * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
4588
4589 1999-06-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4590
4591 * stdio-common/vfscanf.c (ungetc, inchar) [COMPILE_WPRINTF]:
4592 Change EOF to WEOF and remove cast.
4593 (UNGETC): Remove macro.
4594 (_IO_vfwscanf): Change isspace to ISSPACE and UNGETC to ungetc.
4595 * stdio-common/printf-parse.h (find_spec) [!COMPILE_WPRINTF]:
4596 Change ISASCII to isascii and MBRLEN to mbrlen.
4597 (parse_one_spec): Compare info.spec always against wchar_t
4598 values.
4599 * stdio-common/vfprintf.c: Remove unused ISASCII and MBRLEN.
4600 (_itoa, _itoa_word) [COMPILE_WRPINTF]: Don't cast second argument.
4601 (NOT_IN_JUMP_RANGE, CHAR_CLASS): Change (int) to (INT_T), use L_.
4602
4603 1999-06-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4604
4605 * libio/Makefile (shared-only-routines): Add oldiofgetpos,
4606 oldiofgetpos64, oldiofsetpos and oldiofsetpos64.
4607 (routines): Include oldiofgetpos, oldiofgetpos64, oldiofsetpos and
4608 oldiofsetpos64 only if doing versioning.
4609
4610 1999-06-20 Ulrich Drepper <drepper@cygnus.com>
4611
4612 * wcsmbs/wchar.h: Declare wcstof and wcstold for ISO C9x.
4613
4614 1999-06-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4615
4616 * libio/libio.h: Fix last patch.
4617
4618 1999-06-20 Ulrich Drepper <drepper@cygnus.com>
4619
4620 * libio/libio.h (_IO_putwc): Correct type of first argument.
4621 * wcsmbs/wchar.h: (fputwc, putwc, putwchar, fputwc_unlocked,
4622 putwc_unlocked, putwchar_unlocked): Likewise.
4623 * libio/fputwc.c: Likewise.
4624 * libio/fputwc_unlocked.c: Likewise.
4625 * libio/putwc.c: Likewise.
4626 * libio/putwc_unlocked.c: Likewise.
4627 * libio/putwchar.c: Likewise.
4628 * libio/putwchar_unlocked.c: Likewise.
4629
4630 1999-06-19 Roland McGrath <roland@baalperazim.frob.com>
4631
4632 * sysdeps/gnu/siglist.h: File moved to ...
4633 * sysdeps/generic/siglist.h: ... here. This file should be usable for
4634 any platform, since it just associates the SIG* macros with text names
4635 and descriptions. For any signal macros do not exist on every
4636 platform, we can use #ifdef tests here and still use this single
4637 common file for all platforms.
4638 * sysdeps/generic/siglist.c: Rewrite using <siglist.h>. This file
4639 should be usable for all platforms after the binary compatibility
4640 stuff in the current sysdeps/gnu version is no longer required.
4641 * sysdeps/generic/Makefile: Remove rules for generating siglist.c.
4642 * sysdeps/generic/make_siglist.c: File removed.
4643 * sysdeps/mach/hurd/siglist.h: Use #include_next.
4644 * sysdeps/unix/sysv/linux/siglist.h: Likewise.
4645
4646 1999-06-16 Roland McGrath <roland@baalperazim.frob.com>
4647
4648 * sysdeps/unix/sysv/linux/siglist.c: Moved to ...
4649 * sysdeps/gnu/siglist.c: ... here.
4650 Use <siglist.h> instead of "siglist.h", to ensure sysdeps-search.
4651 Use <bits/wordsize.h> instead of <sizes.h> to determine PTR_SIZE_STR.
4652 * sysdeps/gnu/siglist.h: New file, contents from linux version.
4653 Add entry for SIGLOST protected by #ifdef.
4654 * sysdeps/unix/sysv/linux/siglist.h: Just #include that file,
4655 and define OLD_SIGLIST_SIZE_STR.
4656 * sysdeps/mach/hurd/siglist.h: New file, likewise.
4657
4658 1999-06-18 Zack Weinberg <zack@rabi.columbia.edu>
4659
4660 * include/features.h: Define new macros __GNUC_PREREQ and
4661 __GLIBC_PREREQ which can be used to test the version of gcc
4662 and glibc respectively.
4663
4664 * assert/assert.h: Use __GNUC_PREREQ.
4665 * intl/libintl.h: Likewise.
4666 * math/complex.h: Likewise.
4667 * math/tgmath.h: Likewise.
4668 * misc/sys/cdefs.h: Likewise.
4669 * posix/sys/types.h: Likewise.
4670 * socket/sys/socket.h: Likewise.
4671 * string/bits/string2.h: Likewise.
4672 * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
4673 * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
4674
4675 1999-06-18 Zack Weinberg <zack@rabi.columbia.edu>
4676
4677 * include/libintl.h: Declare _libc_intl_domainname here.
4678 Define _ and N_ here.
4679 * include/libc-symbols.h: Don't include <libintl.h>. Don't
4680 define _ and N_. Don't declare _libc_intl_domainname.
4681 * Makeconfig (CPPFLAGS): Use -imacros to read libc-symbols.h.
4682
4683 * db2/config.h: Don't include sys/stat.h or define
4684 HAVE_ST_BLKSIZE here...
4685 * db2/compat.h: ...do it here.
4686
4687 * linuxthreads/internals.h: Include bits/libc-tsd.h after all
4688 other headers.
4689 * linuxthreads/no-tsd.c: Include sys/cdefs.h for __P.
4690 * iconv/iconv.c: Include stddef.h for NULL.
4691 * malloc/malloc.h: Include features.h.
4692 * sysdeps/generic/morecore.c: Use __malloc_ptr_t not __ptr_t.
4693
4694 * sysdeps/unix/make_errlist.c: Write an "#include <libintl.h>"
4695 into the generated file.
4696 * sysdeps/gnu/errlist.awk: Likewise.
4697 * sysdeps/gnu/errlist.c: Rebuilt.
4698
4699 * assert/assert-perr.c: Include libintl.h.
4700 * assert/assert.c: Likewise.
4701 * elf/dl-open.c: Likewise.
4702 * elf/dlsym.c: Likewise.
4703 * elf/dlvsym.c: Likewise.
4704 * iconv/iconv_prog.c: Likewise.
4705 * inet/rcmd.c: Likewise.
4706 * inet/ruserpass.c: Likewise.
4707 * locale/programs/charset.c: Likewise.
4708 * locale/programs/ld-collate.c: Likewise.
4709 * locale/programs/ld-ctype.c: Likewise.
4710 * locale/programs/ld-messages.c: Likewise.
4711 * locale/programs/ld-monetary.c: Likewise.
4712 * locale/programs/ld-numeric.c: Likewise.
4713 * locale/programs/ld-time.c: Likewise.
4714 * locale/programs/locfile.c: Likewise.
4715 * locale/programs/repertoire.c: Likewise.
4716 * login/programs/database.c: Likewise.
4717 * login/programs/request.c: Likewise.
4718 * malloc/mcheck.c: Likewise.
4719 * misc/error.c: Likewise.
4720 * nis/nis_call.c: Likewise.
4721 * nis/nis_callback.c: Likewise.
4722 * nis/nis_error.c: Likewise.
4723 * nis/nis_local_names.c: Likewise.
4724 * nis/nis_print.c: Likewise.
4725 * nis/nis_print_group_entry.c: Likewise.
4726 * nis/ypclnt.c: Likewise.
4727 * nis/nss_nisplus/nisplus-publickey.c: Likewise.
4728 * nscd/cache.c: Likewise.
4729 * nscd/connections.c: Likewise.
4730 * nscd/grpcache.c: Likewise.
4731 * nscd/hstcache.c: Likewise.
4732 * nscd/nscd_conf.c: Likewise.
4733 * nscd/nscd_stat.c: Likewise.
4734 * nscd/pwdcache.c: Likewise.
4735 * posix/id.c: Likewise.
4736 * resolv/herror.c: Likewise.
4737 * stdio-common/psignal.c: Likewise.
4738 * string/strsignal.c: Likewise.
4739 * sunrpc/auth_unix.c: Likewise.
4740 * sunrpc/clnt_perr.c: Likewise.
4741 * sunrpc/clnt_raw.c: Likewise.
4742 * sunrpc/clnt_tcp.c: Likewise.
4743 * sunrpc/clnt_udp.c: Likewise.
4744 * sunrpc/clnt_unix.c: Likewise.
4745 * sunrpc/get_myaddr.c: Likewise.
4746 * sunrpc/pm_getmaps.c: Likewise.
4747 * sunrpc/pmap_clnt.c: Likewise.
4748 * sunrpc/pmap_rmt.c: Likewise.
4749 * sunrpc/rpc_main.c: Likewise.
4750 * sunrpc/rpc_scan.c: Likewise.
4751 * sunrpc/svc_run.c: Likewise.
4752 * sunrpc/svc_simple.c: Likewise.
4753 * sunrpc/svc_tcp.c: Likewise.
4754 * sunrpc/svc_udp.c: Likewise.
4755 * sunrpc/svc_unix.c: Likewise.
4756 * sunrpc/xdr_rec.c: Likewise.
4757 * sunrpc/xdr_ref.c: Likewise.
4758 * sysdeps/mach/hurd/mips/dl-machine.c: Likewise.
4759 * sysdeps/posix/gai_strerror.c: Likewise.
4760 * sysdeps/unix/siglist.c: Likewise.
4761 * sysdeps/unix/sysv/linux/siglist.c: Likewise.
4762 * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
4763 * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Likewise.
4764 * timezone/zic.c: Likewise.
4765
4766 1999-06-18 H.J. Lu <hjl@gnu.org>
4767
4768 * localedata/Makefile (charmaps): Exclude SCCS.
4769 (locales): Likewise.
4770 (repertoiremaps): Likewise.
4771
4772 1999-06-18 Ulrich Drepper <drepper@cygnus.com>
4773
4774 * sysdeps/generic/bsd-_setjmp.c: Include setjmp.h.
4775 * sysdeps/generic/bsd-setjmp.c: Likewise.
4776
4777 * sunrpc/xdr_sizeof.c (x_inline): Cleanup pointer assignments.
4778
4779 * iconv/gconv_open.c: Include string.h for memset prototype.
4780
4781 * libio/libioP.h (FILEBUF_LITERAL): Add missing parameter to macro
4782 definitions.
4783
4784 * sysdeps/unix/sysv/linux/init-first.h: Add extra cast in argc
4785 assignment to avoid warning on 64bit platforms.
4786
4787 1999-06-17 Ulrich Drepper <drepper@cygnus.com>
4788
4789 * libio/libio.h (_IO_codecvt): Change __P ot __PMT.
4790
4791 * nss/getXXbyYY_r.c: Return error code not -1.
4792 * nss/getXXent_r.c: Likewise.
4793 * nss/getXXbyYY.c: Expect return value to be ERANGE if buffer is too
4794 small.
4795 * nscd/nscd_getgr_r.c: Return -1 in case nscd is not available and
4796 value > 0 for error.
4797 * nscd/nscd_gethst_r.c: Likewise.
4798 * nscd/nscd_getpw_r.c: Likewise.
4799
4800 1999-06-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4801
4802 * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Add missing line
4803 disciplines.
4804
4805 1999-06-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4806
4807 * nscd/nscd_nischeck.c: Fix typos.
4808
4809 1999-06-17 Ulrich Drepper <drepper@cygnus.com>
4810
4811 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Don't fail
4812 always when oact is NULL.
4813 Patch by Christian Meder <meder@isr.uni-stuttgart.de>.
4814
4815 1999-06-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4816
4817 * math/libm-test.c (jn_test): Adjust delta.
4818
4819 1999-06-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4820
4821 * libio/vwprintf.c: Include <wchar.h> for prototypes.
4822 * libio/wprintf.c: Likewise.
4823
4824 1999-06-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4825
4826 * elf/dl-load.c (_dl_init_paths): Add one more element to aelem
4827 to not write beyond allocated memory.
4828 Reported by John Reiser <jreiser@BitWagon.com>, closes PR libc/1167.
4829
4830 1999-06-17 Ulrich Drepper <drepper@cygnus.com>
4831
4832 * malloc/mtrace.c: Keep lock while printing output lines.
4833 Patch by carsten.zimmermann@mediaways.net [PR libc/1166].
4834
4835 1999-06-16 Ulrich Drepper <drepper@cygnus.com>
4836
4837 * configure.in: Add warnings about broken code.
4838
4839 * Versions.def: Add GLIBC_2.2 for libc.
4840
4841 * iconv/gconv.h: Make header suitable for inclusion in public header
4842 by protecting all names with __.
4843 * iconv/gconv.c: Adapt for symbol name changes.
4844 * iconv/gconv.h: Likewise.
4845 * iconv/gconv_builtin.c: Likewise.
4846 * iconv/gconv_close.c: Likewise.
4847 * iconv/gconv_db.c: Likewise.
4848 * iconv/gconv_dl.c: Likewise.
4849 * iconv/gconv_int.h: Likewise.
4850 * iconv/gconv_open.c: Likewise.
4851 * iconv/gconv_simple.c: Likewise.
4852 * iconv/iconv.c: Likewise.
4853 * iconv/iconv_close.c: Likewise.
4854 * iconv/iconv_open.c: Likewise.
4855 * iconv/loop.c: Likewise.
4856 * iconv/skeleton.c: Likewise.
4857 * iconvdata/8bit-gap.c: Likewise.
4858 * iconvdata/8bit-generic.c: Likewise.
4859 * iconvdata/ansi_x3.110.c: Likewise.
4860 * iconvdata/big5.c: Likewise.
4861 * iconvdata/cns11643.h: Likewise.
4862 * iconvdata/cns11643l1.h: Likewise.
4863 * iconvdata/euc-cn.c: Likewise.
4864 * iconvdata/euc-jp.c: Likewise.
4865 * iconvdata/euc-kr.c: Likewise.
4866 * iconvdata/euc-tw.c: Likewise.
4867 * iconvdata/gb2312.h: Likewise.
4868 * iconvdata/iso-2022-jp.c: Likewise.
4869 * iconvdata/iso-2022-kr.c: Likewise.
4870 * iconvdata/iso646.c: Likewise.
4871 * iconvdata/iso8859-1.c: Likewise.
4872 * iconvdata/iso_6937-2.c: Likewise.
4873 * iconvdata/iso_6937.c: Likewise.
4874 * iconvdata/jis0201.h: Likewise.
4875 * iconvdata/jis0208.h: Likewise.
4876 * iconvdata/jis0212.h: Likewise.
4877 * iconvdata/johab.c: Likewise.
4878 * iconvdata/ksc5601.h: Likewise.
4879 * iconvdata/sjis.c: Likewise.
4880 * iconvdata/t.61.c: Likewise.
4881 * iconvdata/uhc.c: Likewise.
4882 * stdlib/mblen.c: Likewise.
4883 * stdlib/mbtowc.c: Likewise.
4884 * stdlib/wctomb.c: Likewise.
4885 * wcsmbs/btowc.c: Likewise.
4886 * wcsmbs/mbrtowc.c: Likewise.
4887 * wcsmbs/mbsnrtowcs.c: Likewise.
4888 * wcsmbs/mbsrtowcs.c: Likewise.
4889 * wcsmbs/wchar.h: Likewise.
4890 * wcsmbs/wcrtomb.c: Likewise.
4891 * wcsmbs/wcsmbsload.c: Likewise.
4892 * wcsmbs/wcsmbsload.h: Likewise.
4893 * wcsmbs/wcsnrtombs.c: Likewise.
4894 * wcsmbs/wcsrtombs.c: Likewise.
4895 * wcsmbs/wctob.c: Likewise.
4896
4897 * include/limits.h (MB_LEN_MAX): Increase to 16.
4898
4899 * sysdeps/generic/_G_config.h: Define _G_fpos_t as struct. Define
4900 _G_iconv_t.
4901 * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
4902 * include/wchar.h: Change mbstate_t to __mbstate_t.
4903
4904 * libio/Makefile (routines): Add wfiledoalloc, oldiofgetpos,
4905 oldiofgetpos64, oldiofsetpos, oldiofsetpos64, fputwc, fputwc_u,
4906 getwc, getwc_u, getwchar, getwchar_u, iofgetws, iofgetws_u,
4907 iofputws, iofputws_u, iogetwline, iowpadn, ioungetwc, putwc, putwc_u,
4908 putchar, putchar_u, swprintf, vwprintf, wprintf, wscanf, fwscanf,
4909 vwscanf, vswprintf, iovswscanf, swscanf, wgenops, wstrops, wfileops,
4910 and iofwide.
4911 (tests): Add tst_swprintf, tst_wprintf, tst_swscanf, and tst_wscanf.
4912 * libio/Versions: Add _IO_fgetpos, _IO_fgetpos64, _IO_fsetpos,
4913 _IO_fsetpos64, fgetpos, fgetpos64, fgetwc, fgetwc_unlocked, fgetws,
4914 fgetws_unlocked, fputwc, fputwc_unlocked, fputws, fputws_unlocked,
4915 fsetpos, fsetpos64, fwide, fwprintf, fwscanf, getwc, getwc_unlocked,
4916 getwchar, getwchar_unlocked, putwc, putwc_unlocked, putwchar,
4917 putwchar_unlocked, swprintf, swscanf, ungetwc, vfwprintf, vswprintf,
4918 vwprintf, vfwscanf, vswscanf, vwscanf, wprintf, and wscanf to
4919 GLIBC_2.2 for libc.
4920 * libio/libio.h: Define codecvt struct. Define _IO_wide_data.
4921 Extend _IO_file contain pointer to codecvt, widedata and mode.
4922 (_IO_getwc_unlocked): New macro.
4923 (_IO_putwc_unlocked): New macro.
4924 (_IO_fwide): New macro.
4925 * libio/libioP.h: Add new prototypes and adjust existing declarations.
4926 * libio/fileops.c (_IO_new_file_close_it): Reset normal or widedata
4927 buffers based on mode.
4928 (new_do_write): Set _IO_write_end to _IO_buf_end if stream is wide
4929 oriented.
4930 (_IO_new_file_overflow): Don't depend only on _IO_CURRENTLY_PUTTING
4931 flag to be enough to signal unallocated buffer. For wide oriented
4932 stream don't make it linebuffered. Don't use _IO_do_flush, use
4933 _IO_new_do_write directly.
4934 (_IO_new_file_seekoff): Change return value type to _IO_off64_t.
4935 (_IO_file_seek): Likewise.
4936 * libio/genops.c (_IO_least_marker): Make global.
4937 (__underflow): Orient stream if not already done.
4938 (__uflow): Likewise.
4939 (_IO_default_seekpos): Change to type _IO_off64_t.
4940 (_IO_default_seekoff): Likewise.
4941 (_IO_default_seek): Likewise.
4942 (_IO_no_init): New function. Similar to _IO_init but allows to orient
4943 in initialization.
4944 * libio/iolibio.h: Add prototype for _IO_vswprintf. Change _IO_pos_BAD
4945 to use _IO_off64_t.
4946 * libio/ftello.c: Use _IO_off_t. For now abort when use with wide
4947 char stream.
4948 * libio/ftello64.c: Likewise.
4949 * libio/ioftell.c: Likewise.
4950 * libio/iofopncook.c: Likewise.
4951 * libio/ioseekoff.c: Likewise.
4952 * libio/ioseekpos.c: Likewise.
4953 * libio/oldfileops.c: Likewise.
4954 * libio/iofgetpos.c: Store state of conversion if necessary.
4955 * libio/iofgetpos64.c: Likewise.
4956 * libio/iofsetpos.c: Restore conversion state if necessary.
4957 * libio/iofsetpos64.c: Likewise.
4958 * libio/iofdopen.c: Initialize so that stream can be wide oriented.
4959 * libio/iofopen.c: Likewise.
4960 * libio/iofopen64.c: Likewise.
4961 * libio/iopopen.c: Likewise.
4962 * libio/iovdprintf.c: Likewise.
4963 * libio/iovsprintf.c: Likewise.
4964 * libio/iovsscanf.c: Likewise.
4965 * libio/memstream.c: Likewise.
4966 * libio/obprintf.c: Likewise.
4967 * libio/iofputs.c: Orient stream if not already happened.
4968 * libio/iofputs_u.c: Likewise.
4969 * libio/iofwrite.c: Likewise.
4970 * libio/iofwrite_u.c: Likewise.
4971 * libio/ioputs.c: Likewise.
4972 * libio/iosetbuffer.c: Handle not yet oriented stream.
4973 * libio/iosetvbuf.c: Likewise.
4974 * libio/oldstdfiles.c: Adjust FILEBUF_LITERAL call.
4975 * libio/stdfiles.c: Likewise.
4976 * libio/strops.c (_IO_str_overflow): Correctly free buffer after
4977 failed allocation.
4978 (_IO_str_seekoff): Use _IO_off64_t.
4979 * libio/vasprintf.c: Pre-orient stream.
4980 * libio/vsnprintf.c: Likewise.
4981 * libio/fputwc.c: New file.
4982 * libio/fputwc_u.c: New file.
4983 * libio/fwprintf.c: New file.
4984 * libio/fwscanf.c: New file.
4985 * libio/getwc.c: New file.
4986 * libio/getwc_u.c: New file.
4987 * libio/getwchar.c: New file.
4988 * libio/getwchar_u.c: New file.
4989 * libio/iofgetws.c: New file.
4990 * libio/iofgetws_u.c: New file.
4991 * libio/iofputws.c: New file.
4992 * libio/iofputws_u.c: New file.
4993 * libio/iofwide.c: New file.
4994 * libio/iogetwline.c: New file.
4995 * libio/ioungetwc.c: New file.
4996 * libio/iovswscanf.c: New file.
4997 * libio/iowpadn.c: New file.
4998 * libio/oldiofgetpos.c: New file.
4999 * libio/oldiofgetpos64.c: New file.
5000 * libio/oldiofsetpos.c: New file.
5001 * libio/oldiofsetpos64.c: New file.
5002 * libio/putwc.c: New file.
5003 * libio/putwc_u.c: New file.
5004 * libio/putwchar.c: New file.
5005 * libio/putwchar_u.c: New file.
5006 * libio/swprintf.c: New file.
5007 * libio/swscanf.c: New file.
5008 * libio/tst_swprintf.c: New file.
5009 * libio/tst_swscanf.c: New file.
5010 * libio/tst_wprintf.c: New file.
5011 * libio/tst_wscanf.c: New file.
5012 * libio/tst_wscanf.input: New file.
5013 * libio/vswprintf.c: New file.
5014 * libio/vwprintf.c: New file.
5015 * libio/vwscanf.c: New file.
5016 * libio/wfiledoalloc.c: New file.
5017 * libio/wfileops.c: New file.
5018 * libio/wgenops.c: New file.
5019 * libio/wprintf.c: New file.
5020 * libio/wscanf.c: New file.
5021 * libio/wstrops.c: New file.
5022 * stdio-common/Makefile (routines): Add _itowa, itowa-digits,
5023 vfwprintf, and vfwscanf.
5024 * stdio-common/_itoa.c (base_table): Rename to _IO_base_table and
5025 make global.
5026 * stdio-common/_itowa.c: New file.
5027 * stdio-common/_itowa.h: New file.
5028 * stdio-common/itoa-digits.c: Minimal optimization.
5029 * stdio-common/itowa-digits.c: New file.
5030 * stdio-common/printf-parse.h: Allow use in wide character context.
5031 * stdio-common/printf-prs.c: Define ISASCII and MBRLEN.
5032 * stdio-common/printf.h (printf_info): Add wide bit.
5033 * stdio-common/printf_fp.c: Determine from wide bit whether stream
5034 is wide oriented or not.
5035 * stdio-common/printf_size.c: Likewise.
5036 * sysdeps/generic/printf_fphex.c: Likewise.
5037 * stdlib/strfmon.c: Call __printf_fp with wide bit cleared.
5038 * stdio-common/vfprintf.c: Rewrite to allow use in wide character
5039 context.
5040 * stdio-common/vfscand.c: Likewise.
5041 * stdio-common/vfwprintf.c: New file.
5042 * stdio-common/vfwscanf.c: New file.
5043
5044 * time/Makefile (routines): Add wcsftime.
5045 (tests): Add tst_wcsftime.
5046 * time/Versions: Add wcsftime to GLIBC_2.2 for libc.
5047 * time/strftime.c: Make usable as wcsftime.
5048 * time/wcsftime.c: New file.
5049 * time/tst_wcsftime.c: New file.
5050
5051 * wcsmbs/Makefile (routines): Add wmempcpy and wcschrnul.
5052 * wcsmbs/Versions: Add wmempcpy and wcschrnul to GLIBC_2.2 for libc.
5053 * wcsmbs/wcschrnul.c: New file.
5054 * wcsmbs/wmemcpy.c: New file.
5055 * wcsmbs/wmemcpy.c: Rename to __wmemcpy and make wmemcpy weak alias.
5056 * wcsmbs/wmemmove.c: Likewise for wmemmove.
5057
5058 * manual/stdio.texi: Document is_char and wide element if printf_info.
5059
5060 * manual/time.texi: Document wcsftime.
5061
5062 * include/wchar.h: Add prototypes for __wmemcpy, __wmempcpy,
5063 __wmemmove, __wcschrnul, and __vfwscanf.
5064
5065 * locale/langinfo.h: Add new LC_TIME entries for wchar_t data.
5066 * locale/C-time.c: Adapt for above change.
5067 * locale/categories.def: Likewise.
5068 * locale/localeinfo.h: Likewise.
5069 * localedata/Makefile: Don't run tests for now.
5070
5071 * manual/errno.texi: Fix typos.
5072 * manual/memory.texi: Likewise.
5073 * manual/ctype.texi: Likewise.
5074 Patches by Brian Youmans <3diff@gnu.org>.
5075
5076 1999-06-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5077
5078 * sysdeps/unix/sysv/linux/netax25/ax25.h (AX25_PIDINCL): Added.
5079
5080 1999-06-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5081
5082 * sysdeps/unix/sysv/linux/sys/sysmacros.h [!__GNUC__]: Use correct
5083 word order.
5084 * sysdeps/unix/sysv/linux/alpha/sys/sysmacros.h: New file.
5085 * sysdeps/unix/sysv/linux/sparc/sys/sysmacros.h: New file.
5086
5087 1999-06-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5088
5089 * db2/db/db.c: Restore __nss_db_open alias.
5090 * db2/db_int.h: Use <db.h> instead of "db.h" to find header in
5091 include.
5092 * db2/os/os_rw.c (__os_write): Maintain const correctness.
5093 * db2/progs/db_load/db_load.c (main): Avoid ambiguous `else'.
5094
5095 1999-06-15 Ulrich Drepper <drepper@cygnus.com>
5096
5097 * stdio-common/printf-parse.h (parse_one_spec): Don't set
5098 is_longlong if not necessary.
5099
5100 1999-06-15 H.J. Lu <hjl@gnu.org>
5101
5102 * Make-dist (sysdep_dirs): Exclude SCCS.
5103 * MakeTAGS (sysdep_dirs): Likewise.
5104
5105 1999-06-15 Ulrich Drepper <drepper@cygnus.com>
5106
5107 * posix/regex.c (re_error_msgid): Remove extra commas.
5108
5109 1999-06-14 Geoff Keating <geoffk@ozemail.com.au>
5110
5111 * stdlib/tst-strtoll.c: New file.
5112 * stdlib/Makefile (tests): Add tst-strtoll.c
5113 * stdlib/strtol.c: It is not generally true that if
5114 (unsigned)a*(unsigned)b overflows, then the result is
5115 less than 'a'.
5116
5117 1999-06-14 Thorsten Kukuk <kukuk@suse.de>
5118
5119 * nscd/connections.c (handle_request): Only root is allowed to
5120 send GETSTAT request in non secure mode.
5121 * nscd/nscd.c: Print error message if other then root try to
5122 use getstat.
5123
5124 1999-06-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5125
5126 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __sysctl.
5127
5128 1999-06-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5129
5130 * manual/time.texi (Limits on Resources): Describe RLIMIT_AS.
5131 Closes PR libc/1164, reported by sascha@schumann.2ns.de.
5132
5133 1999-06-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5134
5135 * sysdeps/generic/strchr.c: Include <memcopy.h> and use reg_char
5136 for character to search, to help the compiler.
5137 * sysdeps/generic/strchrnul.c: Likewise.
5138 * sysdeps/generic/memchr.c: Likewise.
5139 * sysdeps/generic/memccpy.c: Likewise.
5140 * sysdeps/generic/rawmemchr.c: Likewise. Fix comment.
5141
5142 1999-06-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5143
5144 * sysdeps/m68k/memchr.S: New file.
5145 * sysdeps/m68k/rawmemchr.S: New file.
5146 * sysdeps/m68k/strchr.S: New file.
5147 * sysdeps/m68k/strchrnul.S: New file.
5148
5149 1999-06-13 Geoff Keating <geoffk@ozemail.com.au>
5150
5151 * sysdeps/powerpc/atomicity.h (exchange_and_add): Remove `volatile';
5152 add `memory' clobber; optimise for constant `val'.
5153 (atomic_add): Likewise.
5154 (test_and_set): Remove `volatile'; add `memory' clobber; be more
5155 like the original `test_and_set'.
5156 (compare_and_swap): Remove `volatile'; add `memory' clobber;
5157 optimise for constant `oldval'.
5158 (always_swap): Remove `volatile'; add `memory' clobber.
5159
5160 1999-06-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5161
5162 * sysdeps/i386/fpu/bits/mathinline.h: Disable signbit* inline
5163 functions for gcc <= 2.7.x.
5164
5165 1999-06-13 Roland McGrath <roland@baalperazim.frob.com>
5166
5167 * hurd/hurdsock.c (_hurd_socket_server): Fix fencepost error in last
5168 change.
5169
5170 1999-06-13 Ulrich Drepper <drepper@cygnus.com>
5171
5172 * db2/Makefile (distribute): Remove files which do not exist
5173 anymore.
5174
5175 * sysdeps/i386/fpu/bits/mathinline.h: Add __extension__ to signbit
5176 definitions to calm down gcc.
5177
5178 * db2/db.h: Update from db 2.7.5.
5179 * db2/db_185.h: Likewise.
5180 * db2/db_int.h: Likewise.
5181 * db2/btree/bt_compare.c: Likewise.
5182 * db2/btree/bt_conv.c: Likewise.
5183 * db2/btree/bt_curadj.c: Likewise.
5184 * db2/btree/bt_cursor.c: Likewise.
5185 * db2/btree/bt_delete.c: Likewise.
5186 * db2/btree/bt_open.c: Likewise.
5187 * db2/btree/bt_page.c: Likewise.
5188 * db2/btree/bt_put.c: Likewise.
5189 * db2/btree/bt_rec.c: Likewise.
5190 * db2/btree/bt_recno.c: Likewise.
5191 * db2/btree/bt_rsearch.c: Likewise.
5192 * db2/btree/bt_search.c: Likewise.
5193 * db2/btree/bt_split.c: Likewise.
5194 * db2/btree/bt_stat.c: Likewise.
5195 * db2/btree/btree_auto.c: Likewise.
5196 * db2/common/db_appinit.c: Likewise.
5197 * db2/common/db_apprec.c: Likewise.
5198 * db2/common/db_err.c: Likewise.
5199 * db2/common/db_region.c: Likewise.
5200 * db2/common/db_salloc.c: Likewise.
5201 * db2/db/db.c: Likewise.
5202 * db2/db/db.src: Likewise.
5203 * db2/db/db_am.c: Likewise.
5204 * db2/db/db_auto.c: Likewise.
5205 * db2/db/db_dispatch.c: Likewise.
5206 * db2/db/db_dup.c: Likewise.
5207 * db2/db/db_iface.c: Likewise.
5208 * db2/db/db_join.c: Likewise.
5209 * db2/db/db_overflow.c: Likewise.
5210 * db2/db/db_pr.c: Likewise.
5211 * db2/db/db_rec.c: Likewise.
5212 * db2/db/db_ret.c: Likewise.
5213 * db2/db185/db185.c: Likewise.
5214 * db2/dbm/dbm.c: Likewise.
5215 * db2/hash/hash.c: Likewise.
5216 * db2/hash/hash_auto.c: Likewise.
5217 * db2/hash/hash_dup.c: Likewise.
5218 * db2/hash/hash_page.c: Likewise.
5219 * db2/hash/hash_rec.c: Likewise.
5220 * db2/hash/hash_stat.c: Likewise.
5221 * db2/include/btree.h: Likewise.
5222 * db2/include/btree_ext.h: Likewise.
5223 * db2/include/clib_ext.h: Likewise.
5224 * db2/include/common_ext.h: Likewise.
5225 * db2/include/db_am.h: Likewise.
5226 * db2/include/db_auto.h: Likewise.
5227 * db2/include/db_cxx.h: Likewise.
5228 * db2/include/db_ext.h: Likewise.
5229 * db2/include/db_join.h: Likewise.
5230 * db2/include/db_page.h: Likewise.
5231 * db2/include/hash.h: Likewise.
5232 * db2/include/hash_ext.h: Likewise.
5233 * db2/include/lock.h: Likewise.
5234 * db2/include/lock_ext.h: Likewise.
5235 * db2/include/log.h: Likewise.
5236 * db2/include/log_ext.h: Likewise.
5237 * db2/include/mp.h: Likewise.
5238 * db2/include/mp_ext.h: Likewise.
5239 * db2/include/os.h: Likewise.
5240 * db2/include/os_ext.h: Likewise.
5241 * db2/include/os_func.h: Likewise.
5242 * db2/include/txn.h: Likewise.
5243 * db2/include/txn_auto.h: Likewise.
5244 * db2/include/txn_ext.h: Likewise.
5245 * db2/include/xa.h: Likewise.
5246 * db2/include/xa_ext.h: Likewise.
5247 * db2/lock/lock.c: Likewise.
5248 * db2/lock/lock_conflict.c: Likewise.
5249 * db2/lock/lock_deadlock.c: Likewise.
5250 * db2/lock/lock_region.c: Likewise.
5251 * db2/lock/lock_util.c: Likewise.
5252 * db2/log/log.c: Likewise.
5253 * db2/log/log_archive.c: Likewise.
5254 * db2/log/log_auto.c: Likewise.
5255 * db2/log/log_findckp.c: Likewise.
5256 * db2/log/log_get.c: Likewise.
5257 * db2/log/log_put.c: Likewise.
5258 * db2/log/log_rec.c: Likewise.
5259 * db2/log/log_register.c: Likewise.
5260 * db2/mp/mp_bh.c: Likewise.
5261 * db2/mp/mp_fget.c: Likewise.
5262 * db2/mp/mp_fopen.c: Likewise.
5263 * db2/mp/mp_fput.c: Likewise.
5264 * db2/mp/mp_fset.c: Likewise.
5265 * db2/mp/mp_open.c: Likewise.
5266 * db2/mp/mp_pr.c: Likewise.
5267 * db2/mp/mp_region.c: Likewise.
5268 * db2/mp/mp_sync.c: Likewise.
5269 * db2/mutex/mutex.c: Likewise.
5270 * db2/mutex/uts4_cc.s: Likewise.
5271 * db2/os/os_abs.c: Likewise.
5272 * db2/os/os_alloc.c: Likewise.
5273 * db2/os/os_config.c: Likewise.
5274 * db2/os/os_dir.c: Likewise.
5275 * db2/os/os_fid.c: Likewise.
5276 * db2/os/os_fsync.c: Likewise.
5277 * db2/os/os_map.c: Likewise.
5278 * db2/os/os_oflags.c: Likewise.
5279 * db2/os/os_open.c: Likewise.
5280 * db2/os/os_rw.c: Likewise.
5281 * db2/os/os_seek.c: Likewise.
5282 * db2/os/os_sleep.c: Likewise.
5283 * db2/os/os_spin.c: Likewise.
5284 * db2/os/os_stat.c: Likewise.
5285 * db2/os/os_tmpdir.c: Likewise.
5286 * db2/os/os_unlink.c: Likewise.
5287 * db2/progs/db_archive/db_archive.c: Likewise.
5288 * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
5289 * db2/progs/db_deadlock/db_deadlock.c: Likewise.
5290 * db2/progs/db_dump/db_dump.c: Likewise.
5291 * db2/progs/db_load/db_load.c: Likewise.
5292 * db2/progs/db_printlog/README: Likewise.
5293 * db2/progs/db_printlog/commit.awk: Likewise.
5294 * db2/progs/db_printlog/count.awk: Likewise.
5295 * db2/progs/db_printlog/db_printlog.c: Likewise.
5296 * db2/progs/db_printlog/pgno.awk: Likewise.
5297 * db2/progs/db_printlog/range.awk: Likewise.
5298 * db2/progs/db_printlog/status.awk: Likewise.
5299 * db2/progs/db_printlog/txn.awk: Likewise.
5300 * db2/progs/db_recover/db_recover.c: Likewise.
5301 * db2/progs/db_stat/db_stat.c: Likewise.
5302 * db2/txn/txn.c: Likewise.
5303 * db2/txn/txn.src: Likewise.
5304 * db2/txn/txn_auto.c: Likewise.
5305 * db2/txn/txn_rec.c: Likewise.
5306 * db2/xa/xa.c: Likewise.
5307 * db2/xa/xa_db.c: Likewise.
5308 * db2/xa/xa_map.c: Likewise.
5309
5310 * db2/btree/bt_close.c: Removed.
5311 * db2/db/db_thread.c: Likewise.
5312 * db2/hash/hash_debug.c: Likewise.
5313 * db2/include/db.h.src: Likewise.
5314 * db2/include/db_int.h.src: Likewise.
5315 * db2/include/os_jump.h: Likewise.
5316 * db2/mutex/alpha.dec: Likewise.
5317 * db2/mutex/alpha.gcc: Likewise.
5318 * db2/mutex/parisc.hp: Likewise.
5319 * db2/mutex/uts4.cc.s: Likewise.
5320
5321 * db2/Makefile: Add new routines, remove old for 2.7.5.
5322 * db2/Versions: Add internal function names for the helper programs.
5323 * db2/makedb.c: Update for new cursor callback.
5324 * Versions.def: Define versions for libdb.
5325
5326 1999-06-13 Thorsten Kukuk <kukuk@suse.de>
5327
5328 * nscd/connections.c (nscd_run): Get user ID for all non-db services.
5329 * nscd/Makefile (others, install-sbin): Add nscd_nischeck.
5330 * nscd/nscd_nischeck.c: New file.
5331 * nscd/nscd.init: Enable use of nscd_nischeck and secure tables.
5332
5333 1999-06-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5334
5335 * sysdeps/unix/sysv/linux/bits/socket.h: Add some missing
5336 MSG_* flags from Linux 2.2.9.
5337
5338 1999-06-12 Mark Kettenis <kettenis@gnu.org>
5339
5340 * Makeconfig (static-start-installed-name): Set to
5341 $(start-installed-name) if not defined.
5342 (+link-static): Use $(static-start-installed-name) instead of
5343 $(start-installed-name).
5344 * sysdeps/mach/hurd/i386/Makefile (static-start-installed-name):
5345 Set to crt0.o.
5346
5347 1999-06-12 Mark Kettenis <kettenis@gnu.org>
5348
5349 * sysdeps/mach/hurd/fork.c (__fork): Make use of `insert_type' when
5350 inserting a send right into the child instead of unconditionally
5351 copying the send right.
5352
5353 1999-06-12 Ulrich Drepper <drepper@cygnus.com>
5354
5355 * locale/lc-time.c: Add free_mem function to free if necessary
5356 statically allocated memory.
5357
5358 1999-06-10 Jakub Jelinek <jj@ultra.linux.cz>
5359
5360 * sysdeps/libm-ieee754/s_truncl.c: Subtract exponent
5361 bias from the raw exponent.
5362
5363 1999-06-11 Ulrich Drepper <drepper@cygnus.com>
5364
5365 * inet/arpa/tftp.h: Move attribute declaration in right position.
5366
5367 1999-06-11 Thorsten Kukuk <kukuk@suse.de>
5368
5369 * nscd/nscd.c: Add -S options for separate caching of data for
5370 every user. So one user couldn't see the data another user
5371 has gotten with his credentials.
5372 * nscd/nscd.h: Add new prototypes.
5373 * nscd/cache.c: Compare owner of cache entry if in secure mode.
5374 * nscd/connections.c: Check on shutdown if caller really was root.
5375 In secure mode get uid of caller.
5376 * nscd/grpcache.c: Add support for new secure group mode.
5377 * nscd/hstcache.c: Add support for new secure hosts mode.
5378 * nscd/pwdcache.c: Add support for new secure passwd mode.
5379
5380 1999-06-11 Ulrich Drepper <drepper@cygnus.com>
5381
5382 * resolv/nss_dns/dns-host.c (getanswer_r): Correctly track usage
5383 of user-provided buffer.
5384
5385 1999-06-11 Mark Kettenis <kettenis@gnu.org>
5386
5387 * hurd/hurdsock.c (max_domain): Initialize to `-1'.
5388 (_hurd_socket_server): Fix off-by-one error in setting `max_domain'.
5389
5390 1999-06-10 Ulrich Drepper <drepper@cygnus.com>
5391
5392 * stdio-common/printf-parse.h (parse_one_spec): Add support for a
5393 and A format.
5394
5395 * shadow/fgetspent_r.c (__fgetspent_r): Set errno to ENOENT for
5396 returning after last entry.
5397 * pwd/fgetpwent_r.c (__fgetpwent_r): Likewise.
5398
5399 1999-06-09 Ulrich Drepper <drepper@cygnus.com>
5400
5401 * misc/sysexits.h: Remove advertising clause of copyright.
5402 * resolv/getnetnamadr.c: Likewise.
5403 * sysdeps/vax/bcopy.s: Likewise.
5404 * sysdeps/vax/bzero.s: Likewise.
5405 * sysdeps/vax/ffs.s: Likewise.
5406 * sysdeps/vax/memchr.s: Likewise.
5407 * sysdeps/vax/memcmp.s: Likewise.
5408 * sysdeps/vax/memmove.s: Likewise.
5409 * sysdeps/vax/memset.s: Likewise.
5410 * sysdeps/vax/strcat.s: Likewise.
5411 * sysdeps/vax/strchr.s: Likewise.
5412 * sysdeps/vax/strcmp.s: Likewise.
5413 * sysdeps/vax/strcpy.s: Likewise.
5414 * sysdeps/vax/strcspn.s: Likewise.
5415 * sysdeps/vax/strlen.s: Likewise.
5416 * sysdeps/vax/strncat.s: Likewise.
5417 * sysdeps/vax/strncmp.s: Likewise.
5418 * sysdeps/vax/strncpy.s: Likewise.
5419 * sysdeps/vax/strpbrk.s: Likewise.
5420 * sysdeps/vax/strrchr.s: Likewise.
5421 * sysdeps/vax/strsep.s: Likewise.
5422 * sysdeps/vax/strspn.s: Likewise.
5423 * sysdeps/vax/strstr.s: Likewise.
5424
5425 * libio/iofopncook.c: Adjust for renaming of structure elements.
5426 * libio/libio.h: Define cookie functions with all the names.
5427
5428 * pwd/fgetpwent_r.c: Set errno in the correct way.
5429 * shadow/fgetspent_r.c: Likewise.
5430 * pwd/fgetpwent.c: Handle long lines correctly. Little
5431 optimizations. Free static buffer when debugging memory handling.
5432 * shadow/fgetspent.c: Likewise.
5433
5434 * grp/fgetgrent.c: Little optimization in loop.
5435
5436 1999-06-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5437
5438 * grp/tst_fgetgrent.c (write_group): Fix generation of long line
5439 in a different way.
5440
5441 1999-06-09 Jakub Jelinek <jj@ultra.linux.cz>
5442
5443 * stdlib/longlong.h: gas changed sethi handling when without
5444 %hi(). Fix assembly.
5445 * sysdeps/generic/dl-cache.c (_dl_cache_lookup): Allow
5446 port specific cache id checks.
5447 * sysdeps/generic/dl-cache.h: New file.
5448 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-cache.h: New file.
5449
5450 1999-06-08 Ulrich Drepper <drepper@cygnus.com>
5451
5452 * gmon/gmon.c: Remove advertising clause of copyright.
5453 * gmon/mcount.c: Likewise.
5454 * gmon/sys/gmon.h: Likewise.
5455 * inet/arpa/ftp.h: Likewise.
5456 * inet/arpa/telnet.h: Likewise.
5457 * inet/arpa/tftp.h: Likewise.
5458 * inet/inet_lnaof.c: Likewise.
5459 * inet/inet_mkadr.c: Likewise.
5460 * inet/inet_net.c: Likewise.
5461 * inet/inet_netof.c: Likewise.
5462 * inet/protocols/routed.h: Likewise.
5463 * inet/protocols/rwhod.h: Likewise.
5464 * inet/protocols/talkd.h: Likewise.
5465 * inet/protocols/timed.h: Likewise.
5466 * inet/rcmd.c: Likewise.
5467 * inet/rexec.c: Likewise.
5468 * inet/ruserpass.c: Likewise.
5469 * io/fts.c: Likewise.
5470 * io/fts.h: Likewise.
5471 * login/login_tty.c: Likewise.
5472 * misc/fstab.h: Likewise.
5473 * misc/getttyent.c: Likewise.
5474 * misc/getusershell.c: Likewise.
5475 * misc/sys/queue.h: Likewise.
5476 * misc/sys/syslog.h: Likewise.
5477 * misc/syslog.c: Likewise.
5478 * misc/ttyent.h: Likewise.
5479 * misc/ttyslot.c: Likewise.
5480 * resolv/arpa/nameser.h: Likewise.
5481 * resolv/gethnamaddr.c: Likewise.
5482 * resolv/herror.c: Likewise.
5483 * resolv/inet_addr.c: Likewise.
5484 * resolv/mapv4v6addr.h: Likewise.
5485 * resolv/mapv4v6hostent.h: Likewise.
5486 * resolv/nss_dns/dns-host.c: Likewise.
5487 * resolv/nss_dns/dns-network.c: Likewise.
5488 * resolv/res_comp.c: Likewise.
5489 * resolv/res_data.c: Likewise.
5490 * resolv/res_debug.c: Likewise.
5491 * resolv/res_init.c: Likewise.
5492 * resolv/res_mkquery.c: Likewise.
5493 * resolv/res_query.c: Likewise.
5494 * resolv/res_send.c: Likewise.
5495 * resolv/resolv.h: Likewise.
5496 * sysdeps/generic/div.c: Likewise.
5497 * sysdeps/generic/netinet/ip.h: Likewise.
5498 * sysdeps/generic/netinet/tcp.h: Likewise.
5499 * sysdeps/generic/paths.h: Likewise.
5500 * sysdeps/generic/prof-freq.c: Likewise.
5501 * sysdeps/generic/sys/ttydefaults.h: Likewise.
5502 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
5503 * sysdeps/gnu/netinet/tcp.h: Likewise.
5504 * sysdeps/ieee754/support.c: Likewise.
5505 * sysdeps/mach/hurd/sys/param.h: Likewise.
5506 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
5507 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
5508 * sysdeps/unix/bsd/sun/sunos4/sys/ttydefaults.h: Likewise.
5509 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
5510 * sysdeps/unix/sysv/linux/netinet/if_ether.h: Likewise.
5511 * sysdeps/unix/sysv/linux/netinet/igmp.h: Likewise.
5512 * sysdeps/unix/sysv/linux/netinet/ip.h: Likewise.
5513 * sysdeps/unix/sysv/linux/paths.h: Likewise.
5514 * sysdeps/unix/sysv/linux/sys/quota.h: Likewise.
5515 * sysdeps/unix/sysv/linux/sys/ttydefaults.h: Likewise.
5516 * sysdeps/vax/DEFS.h: Likewise.
5517 * termios/sys/ttychars.h: Likewise.
5518 * misc/daemon.c: Likewise. Call fork.
5519
5520 * grp/fgetgrent.c (buffer): Make file local variable.
5521 (free_mem): New function. Call for malloc debugging.
5522
5523 * grp/tst_fgetgrent.c (write_users): Correctly generate long line.
5524
5525 1999-06-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5526
5527 * grp/Makefile: Add rules for tst_fgetgrent.
5528
5529 * grp/tst_fgetgrent.c: Rewritten to read only one file.
5530
5531 * grp/tst_fgetgrent.sh: New file.
5532
5533 1999-06-08 Ulrich Drepper <drepper@cygnus.com>
5534
5535 * grp/Makefile (tests): Add tst_fgetgrent.
5536 * grp/tst_fgetgrent.c: New file.
5537 Patches by Andreas Jaeger <aj@arthur.rhein-neckar.de>.
5538
5539 1999-06-07 Roland McGrath <roland@baalperazim.frob.com>
5540
5541 * db2/os/os_oflags.c (__db_oflags): Fix checking of O_ACCMODE bits to
5542 be POSIX compliant. Prior definition was broken for Hurd.
5543 Reported by Mark Kettenis <kettenis@gnu.org>.
5544
5545 1999-06-08 Ulrich Drepper <drepper@cygnus.com>
5546
5547 * ctype/ctype.h: Protect __tobody code by __extension__.
5548
5549 1999-06-07 Ulrich Drepper <drepper@cygnus.com>
5550
5551 * grp/fgetgrent.c (fgetgrent): Remember position of stream before
5552 reading and reset in case the buffer was too small.
5553
5554 * grp/fgetgrent_r.c (__fgetgrent_r): Set errno to ENOENT in case
5555 of EOF.
5556
5557 1999-06-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5558
5559 * sysdeps/unix/sysv/linux/if_index.c: Use SIGIOCGIFINDEX and fix
5560 another SIOGIFNAME typo.
5561
5562 1999-06-07 Ulrich Drepper <drepper@cygnus.com>
5563
5564 * elf/dl-lookup.c: Remove duplicated assert.h inclusion.
5565
5566 * sysdeps/generic/printf_fphex.c (__printf_fphex): Optimize a little
5567 bit.
5568
5569 1999-06-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5570
5571 * sysdeps/generic/printf_fphex.c (__printf_fphex): Don't ignore
5572 the precision if the mantissa is zero.
5573
5574 1999-06-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5575
5576 * manual/lang.texi (Floating Point Parameters): GCC already
5577 supports long double for a long time.
5578
5579 1999-06-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5580
5581 * math/libm-test.c (j0_test, j1_test, jn_test, y0_test, y1_test,
5582 yn_test): Increase some epsilons.
5583
5584 1999-06-07 Ulrich Drepper <drepper@cygnus.com>
5585
5586 * sysdeps/unix/sysv/linux/sys/sysmacros.h (makedev): Handle signed
5587 parameters.
5588
5589 1999-06-06 Ulrich Drepper <drepper@cygnus.com>
5590
5591 * sysdeps/unix/sysv/linux/kernel-features.h: Define
5592 __ASSUME_SIOCGIFNAME for kernel >= 2.1.50.
5593 * sysdeps/unix/sysv/linux/if_index.c: Correct typo (SIOGIFNAME ->
5594 SIOCGIFNAME) and use __ASSUME_SIOCGIFNAME.
5595
5596 * sysdeps/libm-ieee754/w_j0.c: Remove __ from symbol definitions.
5597 * sysdeps/libm-ieee754/w_j0f.c: Likewise.
5598 * sysdeps/libm-ieee754/w_j0l.c: Likewise.
5599 * sysdeps/libm-ieee754/w_j1.c: Likewise.
5600 * sysdeps/libm-ieee754/w_j1f.c: Likewise.
5601 * sysdeps/libm-ieee754/w_j1l.c: Likewise.
5602 * sysdeps/libm-ieee754/w_jn.c: Likewise.
5603 * sysdeps/libm-ieee754/w_jnf.c: Likewise.
5604 * sysdeps/libm-ieee754/w_jnl.c: Likewise.
5605
5606 * stdio-common/vfprintf.c: Correct typos.
5607
5608 * math/libm-test.c (jn_test): Adjust delta.
5609 (y1_test): Likewise.
5610 (yn_test): Likewise.
5611
5612 * elf/do-lookup.h: It should never happen that if we expect a versioned
5613 symbol from a file the file has no version table. This should have
5614 been checked in dl-version.c.
5615 * elf/dl-lookup.c: Include assert.h.
5616
5617 * sysdeps/unix/sysv/linux/i386/sigaction.c: Correct restorer
5618 function handling.
5619
5620 * sysdeps/unix/sysv/linux/i386/sigaction.c (SA_RESTORER): New #define.
5621
5622 1999-06-06 Andi Kleen <ak@muc.de>
5623
5624 * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Set
5625 SA_RESTORER flag.
5626
5627 1999-06-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5628
5629 * math/libm-test.c (yn_test): Change one delta.
5630 (jn_test): Likewise.
5631 (j1_test): Likewise.
5632 (y0_test): Likewise.
5633
5634 1999-06-06 Ulrich Drepper <drepper@cygnus.com>
5635
5636 * malloc/malloc.c: Introduce local variable __libc_getpagesize to
5637 avoid multiple calls to getpagesize() which might be a syscall.
5638
5639 1999-06-06 Philip Blundell <philb@gnu.org>
5640
5641 * stdio-common/tstscanf.c (main): Test the half-word format "%hd".
5642
5643 1999-06-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5644
5645 * manual/install.texi (Running make install): Correct typo in
5646 dynamic linker invocation.
5647
5648 1999-06-05 Philip Blundell <philb@gnu.org>
5649
5650 * sysdeps/arm/dl-machine.h (elf_machine_load_address): Fix
5651 problems with GOT addressing.
5652
5653 1999-06-05 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
5654
5655 * malloc/malloc.c (check_action): Change into bitmap so that both
5656 diagnostic and abort can be requested by setting it to 3.
5657 (mALLOC_SET_STATe): Disable malloc checking if necessary.
5658
5659 1999-06-03 Ulrich Drepper <drepper@cygnus.com>
5660
5661 * configure.in: Few changes for HPUX.
5662
5663 * scripts/config.guess: Update from latest version.
5664 * scripts/config.sub: Likewise.
5665
5666 1999-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5667
5668 * Makerules: Set LC_ALL explicitly to archieve correct sorting of
5669 map files. Closes PR libc/1147.
5670
5671 1999-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5672
5673 * math/libm-test.c (main): Add new test functions.
5674 (jn_test): New tests.
5675 (j1_test): Add some more tests.
5676 (j0_test): Add some more tests.
5677 (y0_test): Add some more tests.
5678 (y1_test): Add some more tests.
5679
5680 1999-06-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5681
5682 * sysdeps/libm-ieee754/e_j0.c (__ieee754_y0): Fix array indices.
5683 Patch by mhagger@dera.gov.uk [PR libc/1145].
5684
5685 * math/libm-test.c (y1_test): New tests.
5686 (y0_test): Likewise.
5687 (j1_test): Likewise.
5688 (j0_test): Likewise.
5689 (main): Added new tests.
5690
5691 1999-06-02 Jakub Jelinek <jj@ultra.linux.cz>
5692
5693 * stdlib/longlong.h: Define UDIV_TIME on sparc64.
5694 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: New file.
5695 * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: New file.
5696 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: New file.
5697 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: New file.
5698 * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: New file.
5699
5700 1999-06-02 David S. Miller <davem@redhat.com>
5701
5702 * nscd/nscd_gethst_r.c (nscd_gethst_r): Align the h_addr_list
5703 pointers properly.
5704
5705 1999-06-02 Ulrich Drepper <drepper@cygnus.com>
5706
5707 * sysdeps/unix/sysv/linux/i386/sigaction.c: Read kernel-features.h
5708 and elide compatibility code if possible.
5709
5710 1999-06-01 Ulrich Drepper <drepper@cygnus.com>
5711
5712 * manual/llio.texi: Remove menu entry for removed section.
5713
5714 1999-05-29 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5715
5716 * sysdeps/unix/sysv/linux/sigaction.c: Fix typo and avoid unused
5717 variables.
5718
5719 1999-06-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5720
5721 * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_DDCMP): Add it
5722 (from Linux 2.3.4).
5723
5724 1999-05-30 Ulrich Drepper <drepper@cygnus.com>
5725
5726 * inet/netinet/in.h: Mark ntoh* and hton* as constant functions.
5727
5728 1999-05-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5729
5730 * manual/stdio.texi: Fix some typos.
5731
5732 1999-05-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5733
5734 * malloc/malloc.h: Properly handle future GCC versions.
5735
5736 1999-05-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5737
5738 * sysdeps/unix/sysv/linux/configure.in: Change version checks to
5739 use AC_EGREP_CPP. Change sed pattern to not use alternation. Fix
5740 text of error message.
5741
5742 * aclocal.m4 (GLIBC_PROVIDES): Define AC_LANG to `C'.
5743
5744 1999-05-29 Ulrich Drepper <drepper@cygnus.com>
5745
5746 * manual/filesys.texi: Extend (f)truncate documentation.
5747 * manual/llio.texi: Remove duplicate (f)truncate definition.
5748
5749 1999-05-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5750
5751 * manual/stdio.texi (Formatted Output Functions): Mention
5752 semantics of snprintf in glibc 2.0.
5753 Reported by Ben Pfaff <pfaffben@msu.edu>.
5754
5755 1999-05-29 Ulrich Drepper <drepper@cygnus.com>
5756
5757 * include/features.h (__GLIBC_MINOR__): Bump to 2.
5758
5759 1999-05-27 Ulrich Drepper <drepper@cygnus.com>
5760
5761 * math/libm-test.c: Adjust a few more deltas for the poor ARM
5762 FPU emulator.
5763
5764 1999-05-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5765
5766 * configure.in: Fix typo.
5767
5768 1999-05-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5769
5770 * manual/socket.texi (Host Names): Remove statement that h_errno
5771 needs to be declared since this isn't true anymore.
5772 Closes PR libc/1138.
5773
5774 1999-05-26 Ulrich Drepper <drepper@cygnus.com>
5775
5776 * config.h.in: Add __LINUX_KERNEL_VERSION.
5777 * configure.in: Recognize --enable-kernel.
5778 * sysdeps/unix/sysv/linux/configure.in: Check for correct kernel
5779 headers if --enable-kernel is given and set __LINUX_KERNEL_VERSION
5780 appropriately.
5781 * sysdeps/unix/sysv/linux/init-first.c: If minimal kernel version is
5782 given perform runtime test.
5783
5784 * sysdeps/unix/sysv/linux/kernel-features.h: New file.
5785 * sysdeps/unix/sysv/linux/getcwd.c: Elide compatibility code if
5786 minimal supported kernel is known to have the feature.
5787 * sysdeps/unix/sysv/linux/poll.c: Likewise.
5788 * sysdeps/unix/sysv/linux/pread.c: Likewise.
5789 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
5790 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
5791 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
5792 * sysdeps/unix/sysv/linux/seteuid.c: Likewise.
5793 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
5794 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
5795 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
5796 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
5797 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
5798 * sysdeps/unix/sysv/linux/i386/pread.c: Likewise.
5799 * sysdeps/unix/sysv/linux/i386/pread64.c: Likewise.
5800 * sysdeps/unix/sysv/linux/i386/pwrite.c: Likewise.
5801 * sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise.
5802
5803 * sysdeps/unix/sysv/linux/sysctl.c: Add __sysctl alias.
5804
5805 1999-05-25 Ulrich Drepper <drepper@cygnus.com>
5806
5807 * sysdeps/posix/getcwd.c (__getcwd): Fix potential memory leaks.
5808
5809 1999-05-26 Jakub Jelinek <jj@ultra.linux.cz>
5810
5811 * stdlib/longlong.h (add_ssaaaa, sub_ddmmss, umul_ppmm):
5812 Optimized sparc64 routines.
5813
5814 1999-05-25 Ulrich Drepper <drepper@cygnus.com>
5815
5816 * stdio-common/vfprintf.c (vfprintf): Don't handle long numbers if
5817 they are the same as ints.
5818 * stdio-common/vfscanf.c (_IO_vfscanf): Likewise.
5819
5820 * version.h (VERSION): Bump to 2.1.90.
5821 (RELEASE): Mark as development.
5822
5823 * stdio-common/vfprintf.c (vfprintf): Don't implement special
5824 handling for long long if it is the same as long.
5825 * stdio-common/vfscanf.c (_IO_vfscanf): Likewise.
5826
5827 * stdlib/strtol.c: Moved to ...
5828 * sysdeps/generic/strtol.c: ...here.
5829 * stdlib/strtoul.c: Moved to ...
5830 * sysdeps/generic/strtoul.c: ...here.
5831 * stdlib/strtoll.c: Moved to ...
5832 * sysdeps/generic/strtoll.c: ...here.
5833 * stdlib/strtoull.c: Moved to ...
5834 * sysdeps/generic/strtoull.c: ...here.
5835 * stdlib/strtol_l.c: Moved to ...
5836 * sysdeps/generic/strtol_l.c: ...here.
5837 * stdlib/strtoul_l.c: Moved to ...
5838 * sysdeps/generic/strtoul_l.c: ...here.
5839 * stdlib/strtoll_l.c: Moved to ...
5840 * sysdeps/generic/strtoll_l.c: ...here.
5841 * stdlib/strtoull_l.c: Moved to ...
5842 * sysdeps/generic/strtoull_l.c: ...here.
5843
5844 * sysdeps/wordsize-64/strtol.c: New file.
5845 * sysdeps/wordsize-64/strtoul.c: New file.
5846 * sysdeps/wordsize-64/strtoll.c: New file.
5847 * sysdeps/wordsize-64/strtoull.c: New file.
5848 * sysdeps/wordsize-64/strtol_l.c: New file.
5849 * sysdeps/wordsize-64/strtoul_l.c: New file.
5850 * sysdeps/wordsize-64/strtoll_l.c: New file.
5851 * sysdeps/wordsize-64/strtoull_l.c: New file.
5852
5853 * wcsmbs/wcstol.c: Moved to ...
5854 * sysdeps/generic/wcstol.c: ...here.
5855 * wcsmbs/wcstoul.c: Moved to ...
5856 * sysdeps/generic/wcstoul.c: ...here.
5857 * wcsmbs/wcstoll.c: Moved to ...
5858 * sysdeps/generic/wcstoll.c: ...here.
5859 * wcsmbs/wcstoull.c: Moved to ...
5860 * sysdeps/generic/wcstoull.c: ...here.
5861 * wcsmbs/wcstol_l.c: Moved to ...
5862 * sysdeps/generic/wcstol_l.c: ...here.
5863 * wcsmbs/wcstoul_l.c: Moved to ...
5864 * sysdeps/generic/wcstoul_l.c: ...here.
5865 * wcsmbs/wcstoll_l.c: Moved to ...
5866 * sysdeps/generic/wcstoll_l.c: ...here.
5867 * wcsmbs/wcstoull_l.c: Moved to ...
5868 * sysdeps/generic/wcstoull_l.c: ...here.
5869
5870 * sysdeps/wordsize-64/wcstol.c: New file.
5871 * sysdeps/wordsize-64/wcstoul.c: New file.
5872 * sysdeps/wordsize-64/wcstoll.c: New file.
5873 * sysdeps/wordsize-64/wcstoull.c: New file.
5874 * sysdeps/wordsize-64/wcstol_l.c: New file.
5875 * sysdeps/wordsize-64/wcstoul_l.c: New file.
5876 * sysdeps/wordsize-64/wcstoll_l.c: New file.
5877 * sysdeps/wordsize-64/wcstoull_l.c: New file.
5878
5879 1999-05-24 Jakub Jelinek <jj@ultra.linux.cz>
5880
5881 * sysdeps/sparc/bits/wordsize.h: New file.
5882 * sysdeps/sparc/fpu/bits/fenv.h: New file.
5883 * sysdeps/sparc/fpu/fpu_control.h: New file.
5884 * sysdeps/sparc/gmp-mparam.h: New file.
5885
5886 * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Remove.
5887 * sysdeps/sparc/sparc32/fpu/fpu_control.h: Remove.
5888 * sysdeps/sparc/sparc64/bits/wordsize.h: Remove.
5889 * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Remove.
5890 * sysdeps/sparc/sparc64/fpu/fpu_control.h: Remove.
5891 * sysdeps/sparc/sparc64/gmp-mparam.h: Remove.
5892
5893 * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h: New file.
5894 * sysdeps/unix/sysv/linux/sparc/bits/types.h: New file.
5895 * sysdeps/unix/sysv/linux/sparc/bits/statfs.h: New file.
5896 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h: New file.
5897
5898 * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: Remove.
5899 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Remove.
5900 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Remove.
5901 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Remove.
5902 * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: Remove.
5903
5904 1999-05-24 Ulrich Drepper <drepper@cygnus.com>
5905
5906 * login/openpty.c (openpty): Make sure pty does not because
5907 controlling TTY.
5908
5909 * ctype/ctype.h: Don't optimize toupper/tolower for C++.
5910
5911 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>
5912
5913 * hurd/set-host.c (_hurd_set_host_config): Use mode 0644, not 0600.
5914 Do proper error return.
5915
5916 1999-05-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5917
5918 * malloc/malloc.h: Add __THROW for __MALLOC_P to synch with usage
5919 of __P in the rest of glibc; define __MALLOC_PMT and use it.
5920 Reported by Stephan Kulow <coolo@kde.org>.
5921
5922 1999-05-23 Ulrich Drepper <drepper@cygnus.com>
5923
5924 * sysdeps/alpha/fpu/bits/fenv.h: Pretty print.
5925
5926 * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Remove unneeded #if.
5927
5928 1999-05-22 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5929
5930 * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Prepend __ to member
5931 names to protect from user's macro namespace.
5932 * sysdeps/arm/fpu/bits/fenv.h (fenv_t): Likewise.
5933 * sysdeps/generic/bits/fenv.h (fexcept_t, fenv_t): Likewise.
5934 * sysdeps/i386/fpu/bits/fenv.h (fenv_t): Likewise.
5935 * sysdeps/mips/bits/fenv.h (fenv_t): Likewise.
5936 * sysdeps/m68k/fpu/feholdexcpt.c, sysdeps/m68k/fpu/fesetenv.c:
5937 Adapted.
5938 * sysdeps/arm/fpu/fegetenv.c, sysdeps/arm/fpu/feholdexcpt.c,
5939 sysdeps/arm/fpu/fesetenv.c: Likewise.
5940 * sysdeps/i386/fpu/fclrexcpt.c, sysdeps/i386/fpu/feholdexcpt.c,
5941 sysdeps/i386/fpu/fesetenv.c, sysdeps/i386/fpu/fraiseexcpt.c,
5942 sysdeps/i386/fpu/fsetexcptflg.c: Likewise.
5943 * sysdeps/mips/fesetenv.c: Likewise.
5944
5945 1999-05-22 Roland McGrath <roland@baalperazim.frob.com>
5946
5947 * sysdeps/generic/bits/sigstack.h (enum SS_*): Remove trailing comma.
5948
5949 1999-05-20 Ulrich Drepper <drepper@cygnus.com>
5950
5951 * configure.in: Recognize and allow gcc 2.95.
5952
5953 1999-05-19 Jakub Jelinek <jj@ultra.linux.cz>
5954
5955 * sysdeps/generic/bits/elfclass.h: Version common to
5956 wordsize-32 and wordsize-64.
5957 * sysdeps/generic/bits/environments.h: Ditto.
5958 * sysdeps/generic/stdint.h: Ditto.
5959 * sysdeps/generic/inttypes.h: Ditto.
5960
5961 * sysdeps/generic/bits/wordsize.h: New file.
5962 * stdlib/Makefile: Add bits/wordsize.h to headers.
5963
5964 * sysdeps/sparc/sparc64/bits/wordsize.h: New file.
5965
5966 * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Allow the same exported
5967 headers to be used for 32bit and 64bit ABI compilations.
5968 * sysdeps/sparc/sparc64/fpu/fpu_control.h: Ditto.
5969 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Ditto.
5970 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Ditto.
5971 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Ditto.
5972 * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: Ditto.
5973
5974 * sysdeps/wordsize-64/bits/elfclass.h: Remove.
5975 * sysdeps/wordsize-64/bits/environments.h: Remove.
5976 * sysdeps/wordsize-64/stdint.h: Remove.
5977 * sysdeps/wordsize-64/inttypes.h: Remove.
5978 * sysdeps/wordsize-64/bits/wordsize.h: New file.
5979
5980 * sysdeps/wordsize-32/bits/elfclass.h: Remove.
5981 * sysdeps/wordsize-32/bits/environments.h: Remove.
5982 * sysdeps/wordsize-32/stdint.h: Remove.
5983 * sysdeps/wordsize-32/inttypes.h: Remove.
5984 * sysdeps/wordsize-32/bits/wordsize.h: New file.
5985
5986 1999-05-19 Jakub Jelinek <jj@ultra.linux.cz>
5987
5988 * sysdeps/sparc/sparc64/memcpy.S (__align_cpy_4, __align_cpy_8,
5989 __align_cpy_16): New functions.
5990 (__align_cpy_2, __align_cpy_1): New aliases to memcpy.
5991
5992 * sysdeps/sparc/sparc32/Versions: New file.
5993 * sysdeps/sparc/sparc64/Versions: New file.
5994 * sysdeps/sparc/Versions: Remove.
5995
5996 1999-05-19 Jakub Jelinek <jj@ultra.linux.cz>
5997
5998 * sysdeps/unix/sysv/linux/configure.in:
5999 On sparc64-*-linux*, set slibdir to /lib64 if prefix
6000 is /usr, plus set libdir to ${exec_prefix}/lib64.
6001 * sysdeps/unix/sysv/linux/configure: Regenerated.
6002 * config.make.in: Propagate libdir settings from configure
6003 to the Makefiles.
6004 * shlib-versions: sparc64-*-linux* dynamic linker is
6005 /lib64/ld-linux.so.2.
6006
6007 1999-05-18 Thorsten Kukuk <kukuk@suse.de>
6008
6009 * nis/nis_lookup.c (nis_lookup): If we run out of memory, close
6010 RPC connection.
6011
6012 1999-05-18 Jakub Jelinek <jj@ultra.linux.cz>
6013
6014 * sysdeps/sparc/sparc64/rawmemchr.S: New file.
6015 * sysdeps/sparc/sparc32/sparcv9/rawmemchr.S: New file.
6016
6017 * sysdeps/sparc/sparc64/memchr.S: Fix if the second argument
6018 contains garbage in bits 8-63.
6019 * sysdeps/sparc/sparc64/memset.S: Ditto.
6020 * sysdeps/sparc/sparc64/strchr.S: Ditto.
6021
6022 1999-05-18 Ulrich Drepper <drepper@cygnus.com>
6023
6024 * sysdeps/wordsize-64/stdint.h (INTPTR_MAX): Add missing ).
6025
6026 1999-05-17 David S. Miller <davem@redhat.com>
6027
6028 * sysdeps/sparc/sparc32/atomicity.h: New file.
6029 * sysdeps/sparc/sparc32/sparcv9/atomicity.h: New file.
6030 * sysdeps/sparc/sparc64/atomicity.h: New file.
6031 * sysdeps/sparc/sparc32/sparcv9/Makefile: Add -Wa,-Av9a to
6032 sysdep-CFLAGS.
6033
6034 1999-05-18 Richard Henderson <rth@twiddle.net>
6035
6036 * sysdeps/alpha/memchr.S: Zap high byte of length. Reschedule.
6037
6038 1999-05-04 Zack Weinberg <zack@rabi.phys.columbia.edu>
6039
6040 * argp/argp.h, assert/assert.h, misc/sys/cdefs.h,
6041 posix/sys/types.h: Handle the case of __GNUC__=3,
6042 __GNUC_MINOR__=(anything).
6043
6044 1999-05-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6045
6046 * sysdeps/i386/i486/bits/string.h (rawmemchr): Remove unneccessary
6047 if _FORCE_INLINES.
6048
6049 1999-05-17 Ulrich Drepper <drepper@cygnus.com>
6050
6051 * elf/Makefile (distribute): Remove dl-origin.h.
6052 Add dl-dst.h and gen-trusted-dirs.awk.
6053
6054 1999-05-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6055
6056 * sysdeps/i386/i486/Versions: New file with inline functions from
6057 sysdeps/i386/i486/bits/string.h for now.
6058
6059 * sysdeps/i386/Versions: Add inline functions from
6060 sysdeps/i386/bits/string.h.
6061
6062 * string/Versions: Add inline functions from <bits/string2.h>.
6063
6064 * string/Makefile (routines): Add string-inlines.
6065 * string/string-inlines.c: New file, used for implementation of
6066 extern inline functions.
6067
6068 * sysdeps/i386/i486/bits/string.h: Use _FORCE_INLINES to generate
6069 non inlined versions of functions.
6070 * string/bits/string2.h: Likewise.
6071 * sysdeps/i386/bits/string.h: Likewise.
6072
6073 1999-05-17 Ulrich Drepper <drepper@cygnus.com>
6074
6075 * inet/arpa/tftp.h: Add second packed attribute.
6076
6077 1999-05-16 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
6078
6079 * malloc/malloc.c: Cleanup to bring in line with released
6080 stand-alone version `ptmalloc'. Update some comments.
6081 (internal_function): Move fallback definition so that the source
6082 compiles outside of libc, and use it in more places.
6083 (malloc_atfork): Fix when malloc_check is in use.
6084
6085 1999-05-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6086
6087 * stdlib/tst-strtod.c: Fix typo.
6088
6089 1999-05-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6090
6091 * elf/dl-close.c (_dl_close): Add cast to avoid warning about
6092 const incorrectness.
6093
6094 1999-05-16 Roland McGrath <roland@baalperazim.frob.com>
6095
6096 * sysdeps/generic/bits/termios.h (CRTSCTS): New macro.
6097
6098 1999-05-16 Thorsten Kukuk <kukuk@suse.de>
6099
6100 * sunrpc/etc.rpc: Add portmapper, rstat_svc and pcnfs.
6101 * sunrpc/key_call.c: Fix memory leak, close file handle.
6102 * nis/nis_creategroup.c: Use malloc instead of calloc,
6103 set ctime and mtime.
6104 * nis/nis_subr.c: Check for realloc result.
6105 * nis/nis_file.c: Fix memory leak.
6106 * nis/nis_table.c: Pretty print.
6107 * nis/nis_getservlist.c: Likewise.
6108 * nis/nis_ismember.c: Likewise.
6109 * nis/nis_lookup.c: Likewise.
6110 * nis/nis_ping.c: Likewise.
6111 * nis/nis_removemember.c: Likewise.
6112 * nis/nis_util.c: Likewise, check calloc result.
6113
6114 1999-05-16 Roland McGrath <roland@baalperazim.frob.com>
6115
6116 * sysdeps/unix/sysv/linux/sys/socketvar.h: Moved to ...
6117 * sysdeps/generic/sys/socketvar.h: ... here.
6118 * sysdeps/unix/sysv/linux/netinet/in_systm.h: Moved to ...
6119 * sysdeps/generic/netinet/in_systm.h: ... here.
6120 * sysdeps/unix/sysv/linux/Dist: Remove netinet/in_systm.h,
6121 sys/socketvar.h.
6122 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Likewise.
6123 * inet/Makefile (headers): Add netinet/in_systm.h here.
6124 * socket/Makefile (headers): Add sys/socketvar.h here.
6125
6126 1999-05-15 Ulrich Drepper <drepper@cygnus.com>
6127
6128 * stdlib/strtol.c: Optimize inner loop of long long versions.
6129
6130 * sysdeps/gnu/utmpx.h: Add needed type definitions according to
6131 Unix98. Add forward declaration of struct utmp.
6132
6133 1999-05-14 Ulrich Drepper <drepper@cygnus.com>
6134
6135 * nis/nis_getservlist.c (nis_getservlist): Use malloc instead of
6136 calloc.
6137
6138 * nis/nis_checkpoint.c (nis_checkpoint): Fix memory leaks.
6139 * nis/nis_addmember.c (nis_addmember): Fix memory leak. Test
6140 memory allocation results.
6141
6142 1999-05-14 Mark Kettenis <kettenis@gnu.org>
6143
6144 * sysdeps/generic/getutmp.c: Include <string.h>
6145 (getutmp): Rewrite to only copy those members that are really
6146 present in `struct utmp'.
6147 * sysdeps/generic/getutmpx.c: Likewise.
6148
6149 1999-05-14 Ulrich Drepper <drepper@cygnus.com>
6150
6151 * nss/getXXbyYY.c: Add free_mem function which disposes all
6152 statically allocated memory when debugging.
6153 * nss/getXXent.c: Likewise.
6154 * nss/nsswitch.c: Likewise.
6155
6156 1999-05-13 Ulrich Drepper <drepper@cygnus.com>
6157
6158 * sysdeps/gnu/getutmpx.c: New file.
6159 * sysdeps/gnu/getutmp.c: New file.
6160
6161 1999-05-13 H.J. Lu <hjl@gnu.org>
6162
6163 * login/Versions (getutmpx): Added to GLIBC_2.1.1.
6164 (getutmp): Likewise.
6165
6166 * sysdeps/gnu/Makefile (sysdep_routines): Add getutmp and
6167 getutmpx for login.
6168
6169 * sysdeps/gnu/utmpx.h (getutmp): Added.
6170 (getutmpx): Likewise.
6171
6172 * sysdeps/generic/getutmp.c: New file.
6173
6174 * sysdeps/generic/getutmpx.c: New file.
6175
6176 1999-05-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6177
6178 * glibcbug.in (BUGGLIBC): Change address to
6179 libc-alpha@sourceware.cygnus.com.
6180
6181 1999-05-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6182
6183 * resolv/arpa/nameser.h: Add C++ protectors.
6184
6185 1999-05-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6186
6187 * iconvdata/gconv-modules: Fix alias for CP1255. Reported by
6188 Elad Tsur <eladts@post.tau.ac.il>.
6189
6190 1999-05-11 Ulrich Drepper <drepper@cygnus.com>
6191
6192 * elf/Versions (ld.so) [GLIBC_2.1.1]: Add _dl_lazy.
6193 * elf/dl-open.c (_dl_open_worker): Only relocate newly loaded objects
6194 lazily if LD_BIND_NOW is not set.
6195 * elf/dl-support.c (_dl_lazy): New variable.
6196 (non_dynamic_init): Set _dl_lazy according to LD_BIND_NOW envvar.
6197 * elf/rtld.c (_dl_lazy): new global variable.
6198 ( dl_main): Remove lazy, replace it by _dl_lazy.
6199
6200 1999-05-06 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6201
6202 * locale/setlocale.c (new_composite_name): Check also whether the
6203 first category name differs.
6204
6205 1999-05-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6206
6207 * sysdeps/unix/sysv/linux/ftime.c: Use the bsd implementation, not
6208 the generic one.
6209
6210 1999-05-11 Philip Blundell <pb@nexus.co.uk>
6211
6212 * sysdeps/generic/bits/socket.h (struct sockaddr_storage): New
6213 structure; storage suitable for any socket address.
6214 * sysdeps/unix/sysv/linux/bits/socket.h (struct sockaddr_storage):
6215 Likewise.
6216 * sysdeps/unix/sysv/linux/mips/bits/socket.h (struct
6217 sockaddr_storage): Likewise.
6218
6219 * inet/netinet/in.h: Use ULONG_MAX not ~0 to test for a 64-bit
6220 platform.
6221
6222 1999-05-10 Ulrich Drepper <drepper@cygnus.com>
6223
6224 * hesiod/Versions: Change _nss_hesiod_getpwuid and
6225 _nss_hesiod_getgrgid to _nss_hesiod_getpwuid_r and
6226 _nss_hesiod_getgrgid_r respectively. Fixes pr libc/1115.
6227
6228 1999-05-09 Mark Kettenis <kettenis@gnu.org>
6229
6230 * hurd/get-host.c (_hurd_get_host_config): Return an empty value
6231 if the file is empty.
6232
6233 1999-05-07 Ulrich Drepper <drepper@cygnus.com>
6234
6235 * elf/do-lookup.h: Fix typo in comment.
6236
6237 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Set f_frsize to
6238 f_bsize to help some broken programs.
6239
6240 * stdio-common/tst-printf.c: Add test case for last _itoa problem.
6241
6242 * stdio-common/vfprintf.c: Fix typo.
6243
6244 1999-05-06 Ulrich Drepper <drepper@cygnus.com>
6245
6246 * elf/link.h (struct link_map): New field l_phdr_allocated.
6247 * elf/dl-load.c (_dl_map_object_from_fd): Don't depend on having
6248 the program header being part of any loaded segment. If it is not
6249 allocate memory and set l_phdr_allocated flag.
6250 * elf/dl-close.c (_dl_close): Free l_phdr if necessary.
6251
6252 * nss/digits_dots.c: Correct return value interpretation of
6253 inet_ntoa. Fix PR libc/1109.
6254
6255 1999-05-06 Zack Weinberg <zack@rabi.columbia.edu>
6256
6257 * sysdeps/sparc/sparc32/sparcv9/Dist: New file.
6258
6259 1999-05-06 Thorsten Kukuk <kukuk@suse.de>
6260
6261 * stdlib/fpioconst.c (__tens): Export also for 64bit platforms.
6262 * stdlib/fpioconst.c: Move #endif before end of struct.
6263
6264 1999-05-05 Ulrich Drepper <drepper@cygnus.com>
6265
6266 * Versions.def (ld.so): Add GLIBC_2.1.1.
6267 * elf/Makefile (routines): Add dl-origin.
6268 (tests): Add origtest. Add dependencies for the program.
6269 * elf/Versions (ld.so) [GLIBC_2.1.1]: Add _dl_origin_path,
6270 _dl_platformlen, _dl_dst_count and _dl_dst_substitute.
6271 * elf/dl-deps.c (expand_dst): New macro. Expand DSTs in filename.
6272 (_dl_map_object_deps): Use expand_dst to expand DSTs in DT_NEEDED,
6273 DT_AUXILIARY, and DT_FILTER filenames.
6274 * elf/dl-load.c (expand_dynamic_string_token): Explode into
6275 two functions and three macros.
6276 (_dl_dst_count, _dl_dst_substitute): New functions.
6277 * elf/dl-dst.h: New file.
6278 * elf/dl-open.c (_dl_open): Take extra parameter with address of
6279 caller. Pass address in args structure.
6280 (dl_open_worker): Recognize and expand DSTs in filename.
6281 * elf/ldsodefs.h (_dl_open): Adapt prototype.
6282 * elf/dlopen.c (dlopen_doit): Pass caller address to _dl_open.
6283 (__dlopen_check): Pass caller address to dlopen_doit in args.
6284 * elf/dlopendoit.c: Likewise.
6285 * iconv/gconv_dl.c: Adapt call of _dl_open.
6286 * nss/nsswitch.c: Likewise.
6287 * elf/origtest.c: New file.
6288 * sysdeps/generic/dl-origin.h: Moved to...
6289 * sysdeps/generic/dl-origin.c: ...here.
6290 * sysdeps/unix/sysv/linux/dl-origin.h: Moved to...
6291 * sysdeps/unix/sysv/linux/dl-origin.c: ...here.
6292
6293 * stdio-common/_itoa.c (_itoa): Fix special 32bit platform case
6294 with specific bases and only few bits set in second word.
6295
6296 * timezone/Makefile (install-others): Create target directory
6297 before creating tzfiles.
6298
6299 1999-05-05 Thorsten Kukuk <kukuk@suse.de>
6300
6301 * nis/nis_file.c (readColdStartFile): Allocate memory only after
6302 the file is opened successfully.
6303
6304 * nis/nis_table.c: Fix some memory leaks.
6305
6306 1999-05-04 Ulrich Drepper <drepper@cygnus.com>
6307
6308 * elf/dl-load.c (expand_dynamic_string_token): Rewrite to loose st
6309 variable.
6310
6311 * elf/dl-load.c (expand_dynamic_string_token): Recognize { }
6312 around DST. Correctly ignore ORIGIN IN SUID binaries.
6313
6314 1999-05-03 Ulrich Drepper <drepper@cygnus.com>
6315
6316 * sysdeps/generic/strtok_r.c: Use rawmemchr instead of strchr.
6317 * sysdeps/generic/strtok.c: Likewise.
6318
6319 * string/tester.c: Add test of rawmemchr.
6320
6321 * sysdeps/i386/bits/select.h (__FD_ZERO): Remove memory output
6322 specification. It's not necessary.
6323
6324 * elf/Makefile (trusted-dirs.st): Use gen-trusted-dirs.awk.
6325 * elf/gen-trusted-dirs.awk: New file.
6326 * elf/dl-load.c (systems_dirs): Moved into file scope. Initialize
6327 from SYSTEM_DIRS macro.
6328 (system_dirs_len): New variable. Contains lengths of system_dirs
6329 strings.
6330 (fillin_rpath): Rewrite for systems_dirs being a simple string.
6331 Improve string comparisons. Change parameter trusted to be a flag.
6332 Change all callers.
6333 (_dt_init_paths): Improve using new format for system_dirs.
6334
6335 * elf/dl-load.c (expand_dynamic_string_token): Don't expand
6336 $ORIGIN for SUID binaries.
6337
6338 * sysdeps/unix/sysv/linux/arm/Dist: Add sigrestorer.S.
6339
6340 1999-05-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6341
6342 * sunrpc/Makefile: Generate dependencies for all flavors of
6343 librpcsvc objects.
6344 (rpcgen-cmd): Pass -Y flag here and remove it from the macro
6345 invocations.
6346
6347 1999-05-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6348
6349 * elf/dlopenold.c: Move #if down after includes to get
6350 dependencies right.
6351
6352 1999-05-01 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6353
6354 * sysdeps/generic/bzero.c: Undefine __bzero.
6355
6356 1999-05-02 Ulrich Drepper <drepper@cygnus.com>
6357
6358 * sysdeps/unix/sysv/linux/netax25/ax25.h: Update from kernel header.
6359 * sysdeps/unix/sysv/linux/netrom/netrom.h: Likewise.
6360 * sysdeps/unix/sysv/linux/netrose/rose.h: Likewise.
6361 Patch by Craig Small <csmall@scooter.eye-net.com.au>.
6362
6363 * sysdeps/posix/getaddrinfo.c (gaih_inet_serv): Change fourth
6364 parameter to struct gaih_servtuple *. Adapt appropriately.
6365 (gaih_inet): Use alloca to allocate room for gaih_inet_serv calls.
6366 This fixes a memory leak.
6367 Reported by Mikolaj J. Habryn <dichro-glibcbug@rcpt.to>.
6368
6369 * sysdeps/unix/sysv/linux/sys/procfs.h: Remove greg_t, gregset_t,
6370 and fpregset_t definition. They are defined in ucontext.h.
6371
6372 1999-04-14 Scott Bambrough <scottb@netwinder.org>
6373
6374 * sysdeps/unix/sysv/linux/arm/net/ethernet.h: struct ether_addr
6375 and struct ether_header must be packed on the ARM. The default
6376 alignment constraints add padding to the end of the structures.
6377
6378 1999-04-14 Scott Bambrough <scottb@netwinder.org>
6379
6380 * inet/arpa/tftp.h: struct tftphdr must be packed on the ARM. The
6381 default alignment constraints add padding to the end of the
6382 structure and between members.
6383
6384 1999-05-02 Ulrich Drepper <drepper@cygnus.com>
6385
6386 * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
6387 _dl_cache_libcmp instead of strcmp.
6388
6389 * sysdeps/generic/glob.c (glob_in_dir): It's no error if opendir
6390 fails on a file.
6391 Reported by Sergei Ivanov <svivanov@pdmi.ras.ru> [PR libc/1032].
6392
6393 1998-03-30 Joel Klecker <espy@debian.org>
6394
6395 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile
6396 (sysdep-others,install-bin): Add lddlibc4.
6397
6398 1999-05-02 H.J. Lu <hjl@gnu.org>
6399
6400 * timezone/zic.c (dolink): Remove the symlink destination first.
6401
6402 * catgets/open_catalog.c (__open_catalog): Set catalog->status
6403 to "nonexisting" if failed to open the file.
6404
6405 1999-05-01 Ulrich Drepper <drepper@cygnus.com>
6406
6407 * string/bits/string2.h: Only use __builtin_memset for egcs 1.1 and
6408 gcc3.
6409
6410 * sysdeps/i386/i486/bits/string.h: Don't use and define __memset_gg.
6411 Prevent warnings from multiplication with 0x01010101 by another cast.
6412
6413 1999-04-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6414
6415 * string/bits/string2.h (memset): Revert to previous version if
6416 unaligned writes are not available.
6417
6418 1999-04-30 Ulrich Drepper <drepper@cygnus.com>
6419
6420 * sysdeps/i386/i486/bits/string.h (__memset_gc): Help generating
6421 better code in presence of the asm.
6422
6423 1999-04-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6424
6425 * stdlib/fmtmsg.c (keywords): Increase array size for faster
6426 indexing.
6427
6428 * locale/localeinfo.h (_nl_category_names): Increase array element
6429 size for faster indexing.
6430 * locale/setlocale.c (_nl_category_names): Adjusted.
6431
6432 1999-04-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6433
6434 * iconv/gconv_conf.c (add_alias): Remove wrong cast.
6435
6436 1999-05-01 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6437
6438 * sysdeps/m68k/stackinfo.h: New file.
6439
6440 1999-04-30 Ulrich Drepper <drepper@cygnus.com>
6441
6442 * string/tester.c (test_strchrnul): New function.
6443 (test_memset): Test one more special case.
6444
6445 * sysdeps/i386/strchrnul.S: Fix bugs which lead to wrong results in
6446 25% of all cases.
6447
6448 * sysdeps/i386/i486/bits/string.h: Replace __uintXX_t types with
6449 base types.
6450
6451 * string/bits/string2.h: Fix bugs I introduced in last change.
6452
6453 * sysdeps/i386/i486/bits/string.h (memcmp): Don't introduce partial
6454 register stall.
6455 Extend memset optimization.
6456 Correct i686 version of memchr.
6457
6458 1999-04-30 Roland McGrath <roland@baalperazim.frob.com>
6459
6460 * sysdeps/i386/bzero.c: Add #undef __bzero.
6461
6462 * hurd/hurdinit.c (_hurd_new_proc_init): Don't do initial SIGTRAP if
6463 EXEC_SIGTRAP was set in the incoming exec flags--that indicates the
6464 exec server simulated a SIGTRAP before we even started up, so gdb is
6465 already happy.
6466
6467 1999-04-30 Ulrich Drepper <drepper@cygnus.com>
6468
6469 * nss/digits_dots.c: Always initialize not_ok.
6470
6471 1999-04-30 09:02 -0400 Zack Weinberg <zack@rabi.columbia.edu>
6472
6473 * string/bits/string2.h (memset): Avoid arithmetic overflow at
6474 compile time, which produces obnoxious warnings. If GCCv2 is
6475 in use, map __bzero to __builtin_memset to enable that
6476 optimization.
6477
6478 1999-04-29 Ulrich Drepper <drepper@cygnus.com>
6479
6480 * string/bits/string2.h: Add more memset optimizations.
6481
6482 * resolv/inet_addr.c (inet_aton): Optimize switch statement away.
6483
6484 * resolv/inet_pton.c (inet_pton4): Little optimizations.
6485 (inet_pton6): Likewise.
6486
6487 * nss/getXXbyYY_r.c: Include assert.h.
6488 * nss/getXXbyYY.c: Likewise.
6489
6490 1999-04-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6491
6492 * termios/tcgetsid.c (tcgetsid): Rename variable to
6493 tiocgsid_does_not_work.
6494
6495 1999-04-29 Ulrich Drepper <drepper@cygnus.com>
6496
6497 * inet/getnameinfo.c (nrl_domainname): Fix last patch.
6498
6499 1999-04-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6500
6501 * nss/digits_dots.c: Use inet_aton to parse IPv4 numbers.
6502 This allows e.g. gethostbyname to accept "10.1234".
6503 Reported by Alexander V. Lukyanov <lav@long.yar.ru> [PR libc/1096].
6504
6505 * nss/test-netdb.c (test_hosts): Add test for gethostbyname and
6506 non quad IPv4 numbers.
6507
6508 1999-04-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6509
6510 * resolv/res_hconf.c (_res_hconf_init): Remove unused variable end.
6511
6512 1999-04-28 Ulrich Drepper <drepper@cygnus.com>
6513
6514 * argp/argp-ba.c (argp_program_bug_address): Don't initialize with 0.
6515 * argp/argp-parse.c (_argp_hang): Likewise.
6516 * argp/argp-pv.c (argp_program_version): Likewise.
6517 * argp/argp-pvh.c (argp_program_version_hook): Likewise.
6518 * inet/ether_hton.c (ether_hton, startp): Likewise.
6519 * inet/ether_ntoh.c (ether_ntoh, startp): Likewise.
6520 * inet/getnetgrent_r.c (setup, startp): Likewise.
6521 * intl/loadmsgcat.c (_nl_msg_cat_cntr): Likewise.
6522 * intl/localealias.c (string_space, string_space_act, string_space_max,
6523 nmap, maxmap): Likewise.
6524 * libio/iopopen.c (proc_file_chain): Likewise.
6525 * libio/oldiopopen.c (old_proc_file_chain): Likewise.
6526 * locale/lc-collate.c (__collate_table, __collate_extra,
6527 __collate_element_hash, __collate_element_strings,
6528 __collate_element_values): Likewise.
6529 * malloc/mcheck.c (mcheck_used): Likewise.
6530 * malloc/mtrace.c (added_atexit_handler): Likewise.
6531 * malloc/set-freeres.c (already_called): Likewise.
6532 * misc/getpass.c (getpass) [buf, bufsize]: Likewise.
6533 * misc/syslog.c (LogStat, LogTag): Likewise.
6534 * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Likewise.
6535 * nss/getXXbyYY_r.c (startp): Likewise.
6536 * posix/getopt.c (optarg, __getopt_initialized): Likewise.
6537 * posix/regex.c (init_syntax_once) [done]: Likewise.
6538 (debug): Likewise.
6539 * string/strfry.c (init): Likewise.
6540 * sunrpc/svc_run.c (svc_top): Likewise.
6541 * posix/euidaccess.c (have_ids): Likewise.
6542 * sysdeps/unix/sysv/linux/poll.c (must_emulate): Likewise.
6543 * sysdeps/unix/sysv/linux/ttyname.c (__ttyname, namelen): Likewise.
6544 * time/getdate.c (getdate_err): Likewise.
6545 * time/tzfile.c (transitions, type_idxs, types, zone_names, leaps):
6546 Likewise.
6547 * time/tzset.c (old_tz, is_initialized): Likewise.
6548
6549 * inet/getnameinfo.c (nrl_domainname): Rewrite to allow initialization
6550 of static data with zero.
6551 * signal/allocrtsig.c (init): Likewise.
6552
6553 * string/Makefile (routines): Add strchrnul.
6554 * string/Versions [GLIBC_2.1.1]: Add strchrnul.
6555 * string/string.c: Add strchrnul prototype.
6556 * include/string.h: Add __strchrnul prototype.
6557 * sysdeps/generic/strchrnul.c: New file.
6558 * sysdeps/i386/strchrnul.S: New file.
6559 * sysdeps/i386/bits/string.c: Add strchrnul optimization.
6560 * sysdeps/i386/i486/bits/string.c: Likewise.
6561 * argp/argp-help.c (argp_args_usage): Use __strchrnul.
6562 * inet/ether_line.c (ether_line): Likewise.
6563 * nscd/nscd_conf.c (nscd_parse_file): Likewise.
6564 * nss/nsswitch.c (nss_parse_file): Likewise.
6565 * posix/execvp.c (execvp): Likewise.
6566 * posix/fnmatch.c (internal_fnmatch): Likewise.
6567 * resolv/res_hconf.c (_res_hconv_init): Likewise.
6568 * resolv/res_init.c (res_init): Likewise.
6569 * stdlib/fmtmsg.c (init): Likewise.
6570 * stdlib/getsubopt.c (getsubopt): Likewise.
6571
6572 * catgets/catgets.c (catopen): Only allocate one memory block.
6573 (catclose): Only one free call necessary.
6574
6575 * catgets/open_catalog.c (__open_catalog): Simplify handling of
6576 file descriptor.
6577
6578 * ctype/ctype-extn.c: Make __toascii_l and __isascii_l alias instead
6579 of real functions. Simplify _tolower and _toupper.
6580
6581 * grp/initgroups.c (compat_call): Remove unnecessary use of pointer
6582 variable.
6583
6584 * iconv/gconv.h (struct gconv_info): Change data element from pointer
6585 to array of size 0.
6586 * iconv/gconv_open.c (__gconv_open): Allocate structures accordingly.
6587 * iconv/gconv_close.c (__gconv_close): Don't free data.
6588
6589 * iconv/gconv_conf.c (add_alias): Avoid searching in tree twice to
6590 insert new alias.
6591
6592 * iconv/gconv_db.c (add_derivation): More efficient copying. Check
6593 for error while inserting in tree.
6594
6595 * include/time.h: Pretty print.
6596
6597 * inet/ruserpass.c: Rewrite use of toktab to avoid string pointers
6598 in table and lots of relocations.
6599 * posix/regex.c (regerror): Rewrite use of re_error_msgid to avoid
6600 string pointers in table and lots of relocations.
6601
6602 * intl/finddomain.c: Remove definition of strchr macro.
6603
6604 * io/ftw.c (nftw_arr, ftw_arr): Make const.
6605
6606 * locale/loadlocale.c (_nl_load_locale): Optimize string copying.
6607
6608 * locale/localeinfo.h (_nl_category_names): Change into an array with
6609 fixed width char string elements.
6610 * locale/setlocale.c (_nl_category_names): Likewise.
6611 (_nl_current): Make global.
6612 * locale/nl_langinfo.c (nldata): Removed. Use _nl_current now.
6613
6614 * malloc/Makefile (distribute): Add stackinfo.h.
6615 * sysdeps/generic/stackinfo.h: New file.
6616 * sysdeps/i386/stackinfo.h: New file.
6617 * posix/execl.c: Use stackinfo.h in optimizing alloca use.
6618 * posix/execle.c: Likewise.
6619 * posix/execlp.c: Likewise.
6620
6621 * nis/nis_table.c (__create_ib_request): Always use realloc.
6622
6623 * posix/execvp.c (execute): Rename to script_execute and keep only
6624 code to execute using shell.
6625 (execvp): Call execv directly and only fall back on script_execute.
6626
6627 * resolv/inet_net_pton.c (inet_net_pton_ipv4): Remove digits define
6628 and always use xdigits instead.
6629
6630 * resolv/res_init.c (res_init): Use rawmemchr instead of strchr
6631 where appropriate.
6632
6633 * stdlib/fpioconst.h (__tens): New declaration.
6634 (struct mp_power): Remove array, add arrayoff element.
6635 * stdlib/fpioconst.c: Replace definitions of _ten_p* arrays by one
6636 __tens array and add in _fpioconst_pow10 offsets into __tens.
6637 * stdio-common/printf_fp.c: Rewrite to use new __tens array.
6638 * stdlib/strtod.c: Likewise.
6639
6640 * stdlib/a64l.c (a64l_table): Avoid unnecessary elements.
6641
6642 * stdlib/exit.c: Rewrite to use __exit_funcs being as sign for end
6643 of the list.
6644 * stdlib/atexit.c (__exit_funcs): Don't initialize.
6645
6646 * stdlib/fmtmsg.c (keywords): Make name element fixed width array.
6647
6648 * sunrpc/clnt_perr.c: Rewrite clnt_sperrno and auth_errmsg to use
6649 a single and an array with offsets.
6650
6651 * sunrpc/des_soft.c (partab): Make it const.
6652
6653 * sunrpc/key_call.c (trytimeout, tottimeout): Make const.
6654 (__key_encryptsession_pk_LOCAL): Don't initialize with 0.
6655 (__key_decryptsession_pk_LOCAL): Likewise.
6656 (__key_gendes_LOCAL): Likewise.
6657 (MESSENGER): Mark const.
6658 (key_call_private_main): Don't initialize with 0.
6659 (use_keyenvoy): Don't initialize with 0.
6660 (key_call): Rewrite to reverse logic of use_doors variable.
6661
6662 * sunrpc/netname.c (OPSYS): Define as array, not pointer.
6663 (startp): Don't initialize with zero.
6664
6665 * sunrpc/openchild.c (_openchild): Make first argument const.
6666
6667 * sunrpc/pmap_rmt.c (timeout): Mark const.
6668 * sunrpc/xcrypt.c (hex): Likewise.
6669
6670 * sysdeps/unix/sysv/linux/getcwd.c: Rewrite to allow omitting
6671 initialization of global variables.
6672 * sysdeps/unix/sysv/linux/getpt.c: Likewise.
6673 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6674 * termios/tcgetsid.c: Likewise.
6675
6676 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags): Change
6677 fxsr to osfxsr.
6678
6679 * time/tzfile.c (__tzfile_read): Rewrite to allocate only one memory
6680 block. Add function to free memory if wanted.
6681 * time/tzset.c (tzset_internal): Pass extra argument to __tzfile_read.
6682
6683 * wcsmbs/wcsmbsload.c (to_wc, to_mb): Correct initializers.
6684
6685 * wcsmbs/wmemset.c: Little code optimization.
6686
6687 1999-04-23 Paul Eggert <eggert@twinsun.com>
6688
6689 * stdlib/strtoull.c: Surround strong_alias and weak_alias with
6690 ifdef _LIBC.
6691
6692 1999-04-28 Roland McGrath <roland@baalperazim.frob.com>
6693
6694 * sysdeps/mach/hurd/getdents.c (__getdirentries): Remove
6695 implementation and just always fail with ENOSYS. This entry point is
6696 obsolete. Add link warning to that effect.
6697
6698 1999-04-27 Roland McGrath <roland@baalperazim.frob.com>
6699
6700 * hurd/get-host.c: Include <hurd/lookup.h>.
6701
6702 1999-04-28 Ulrich Drepper <drepper@cygnus.com>
6703
6704 * malloc/malloc.c (rEALLOc): Only free memory for size 0 if oldmem
6705 is != NULL.
6706
6707 1999-04-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6708
6709 * malloc/malloc.c (REALLOC_ZERO_BYTES_FREES): Define it to follow
6710 ISO C9x and Unix98.
6711
6712 1999-04-28 Ulrich Drepper <drepper@cygnus.com>
6713
6714 * libio/iofopncook.c (_IO_cookie_seek): Correct return value.
6715 Patch by Peter Miller <millerp@canb.auug.org.au>.
6716
6717 1999-04-27 Thorsten Kukuk <kukuk@suse.de>
6718
6719 * sunrpc/pmap_clnt.c: Add own get_myaddress function, which
6720 prefers loopback device.
6721
6722 1999-04-28 Ulrich Drepper <drepper@cygnus.com>
6723
6724 * posix/fnmatch.c (internal_fnmatch): Finish incomplete
6725 no_leading_period change.
6726
6727 * posix/testfnm.c: More test cases.
6728
6729 1999-04-27 Ulrich Drepper <drepper@cygnus.com>
6730
6731 * include/dirent.h: Remove __getdirentries declaration, add __getdents
6732 and __getdents64.
6733 * sysdeps/unix/readdir.c: Use __getdents, not __getdirentries.
6734 * sysdeps/unix/readdir_r.c: Likewise.
6735 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
6736 * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
6737 * sysdeps/unix/sysv/linux/getdents.c: Define __getdents, not
6738 __getdirentries. Remove fourth argument.
6739 * sysdeps/unix/sysv/linux/getdirentries.c: New file.
6740 * sysdeps/unix/sysv/linux/getdirentries64.c: New file.
6741 * sysdeps/unix/sysv/linux/Makefile [subdir=dirent] (sysdep_routines):
6742 Add getdirentries and getdirentries64.
6743 * sysdeps/unix/sysv/linux/Dist: Add getdirentries and getdirentries64.
6744
6745 * posix/fnmatch.c (internal_fnmatch): Correctly reset string
6746 pointer in case of an invalid [[: expression.
6747
6748 * posix/testfnm.c: Add more test cases.
6749
6750 1999-04-27 Roland McGrath <roland@baalperazim.frob.com>
6751
6752 * hurd/hurdexec.c (_hurd_exec): If SIGKILL present in _hurdsig_traced
6753 set, pass EXEC_SIGTRAP flag in exec RPC.
6754
6755 1999-04-26 Ulrich Drepper <drepper@cygnus.com>
6756
6757 * posix/fnmatch.c (internal_fnmatch): Renamed from fnmatch. Take
6758 extra parameter. Fix several more bugs involving wildcard and
6759 ranges.
6760 (fnmatch): New function. Call internal_fnmatch.
6761
6762 * posix/testfnm.c: More test cases.
6763
6764 1999-04-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6765
6766 * manual/install.texi (Configuring and compiling): Explain that
6767 files are changed in the source directory.
6768 Closes PR libc/981.
6769 (Configuring and compiling): Explain situation with PARALLELMFLAGS
6770 in the source directory.
6771
6772 1999-04-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6773
6774 * locale/programs/ld-ctype.c: Spelling fixes.
6775 (ctype_finish): Fix argument of error message format.
6776 * locale/programs/ld-messages.c: Spelling fixes.
6777 * locale/programs/ld-monetary.c: Spelling fixes.
6778 * locale/programs/ld-time.c (time_finish): Make sure that name and
6779 format of era_entries are adjacent.
6780 (time_output): Reduce the size of the io vector.
6781
6782 1999-04-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6783
6784 * manual/filesys.texi (Attribute Meanings): Move a misplaced
6785 paragraph.
6786
6787 1999-04-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6788
6789 * locale/programs/ld-collate.c (collate_output): Convert
6790 undefined_offset to an array index. Fix computation of other
6791 endian extra table.
6792
6793 1999-04-26 Roland McGrath <roland@baalperazim.frob.com>
6794
6795 * hurd/get-host.c (_hurd_get_host_config): If ENOENT opening file,
6796 return success with empty value.
6797
6798 1999-04-26 Ulrich Drepper <drepper@cygnus.com>
6799
6800 * posix/fnmatch.c: Include string.h also for glibc.
6801 (fnmatch, case '?'): Optimize if cascades a bit.
6802 (fnmatch, case '*'): Correct handling if FNM_PATHNAME is set.
6803
6804 * posix/testfnm.c: Add test cases for * with FNM_PATHNAME errors.
6805
6806 1999-04-24 Ulrich Drepper <drepper@cygnus.com>
6807
6808 * iconv/gconv_builtin.h: Add definitions for UTF16 builtins.
6809 * iconv/gconv_int.h: Declare UTF16 functions.
6810 * iconv/gconv_simple.c: Add UTF16 conversion functions.
6811
6812 1999-04-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6813
6814 * posix/wordexp.c (parse_param): Fix type of offset to allow it to
6815 be used correctly as parameter for parse_dollars/parse_tilde.
6816
6817 1999-04-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6818
6819 * manual/conf.texi (Utility Limits): Remove duplicate description
6820 of BC_DIM_MAX.
6821
6822 1999-04-19 Ulrich Drepper <drepper@cygnus.com>
6823
6824 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Correctly initialize
6825 outbufend for dst==NULL.
6826
6827 1999-04-18 Ulrich Drepper <drepper@cygnus.com>
6828
6829 * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Correctly initialize outbufend
6830 for dst==NULL.
6831 Fixes PR libc/1084.
6832
6833 * socket/sys/socket.h: Define SHUT_RD, SHUT_WR, and SHUT_RDWR.
6834 Fixes PR libc/1083.
6835
6836 1999-04-18 Thorsten Kukuk <kukuk@suse.de>
6837
6838 * sunrpc/Makefile: Remove special handling of bootparam.x,
6839 add rpcsvc/bootparam.h to headers.
6840 * sunrpc/rpcsvc/bootparam.h: New, for backward compatibility.
6841 * sunrpc/rpcsvc/bootparam.x: Renamed to...
6842 * sunrpc/rpcsvc/bootparam_prot.x: ...this.
6843
6844 1999-04-18 Ulrich Drepper <drepper@cygnus.com>
6845
6846 * sysdeps/unix/bsd/poll.c (__poll): Add more compatiblity code to
6847 detect and handle invalid descriptors.
6848
6849 1999-04-17 Thorsten Kukuk <kukuk@suse.de>
6850
6851 * timezone/zic.c (dolink): Append complete path not only filename
6852 to ../ list.
6853
6854 1999-04-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6855
6856 * iconvdata/ibm874.c (TABLES, CHARSET_NAME): Follow name change.
6857
6858 1999-04-17 Ulrich Drepper <drepper@cygnus.com>
6859
6860 * iconvdata/gconv-modules: Rename CP874 to IBM874.
6861 * iconvdata/Makefile: Likewise.
6862 * iconvdata/cp874.h: Removed.
6863 * iconvdata/cp874.c: Renamed to...
6864 * iconvdata/ibm874.c: ...this.
6865
6866 1999-04-16 Ulrich Drepper <drepper@cygnus.com>
6867
6868 * sysdeps/unix/sysv/linux/bits/types.h: Correct
6869 signed/unsigned-ness of blkcnt and fsblkcnt.
6870 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
6871 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
6872
6873 * sysdeps/unix/sysv/linux/bits/socket.h: Add SOL_PACKET, SOL_ATM,
6874 SOL_AAL, and SOL_IRDA.
6875
6876 1999-04-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6877
6878 * sysdeps/unix/sysv/linux/fstatvfs.c: Set f_frsize to zero. Don't
6879 include "linux_fsinfo.h".
6880 Based on a patch by H.J. Lu <hjl@gnu.org>.
6881
6882 1999-04-16 Thorsten Kukuk <kukuk@suse.de>
6883
6884 * sunrpc/rpc_cout.c (print_header): Use int32_t pointer, not long.
6885
6886 1999-04-16 Ulrich Drepper <drepper@cygnus.com>
6887
6888 * nscd/cache.c (prune_cache): Only disable file checking for
6889 future if the file does not exist.
6890 Update file_mtime if cache was flushed.
6891
6892 1999-04-15 David S. Miller <davem@redhat.com>
6893
6894 * sysdeps/sparc/sparc32/strcat.S: Avoid using register g6.
6895 * sysdeps/sparc/sparc32/strcpy.S: Likewise.
6896
6897 1999-04-15 Scott Bambrough <scottb@netwinder.org>
6898
6899 * sysdeps/unix/sysv/linux/arm/sigaction.c: Fix typo in preventing
6900 compilation of file.
6901
6902 1999-04-15 Ulrich Drepper <drepper@cygnus.com>
6903
6904 * Versions.def: Add GLIBC_2.1.1 to libpthread.
6905
6906 * iconvdata/Makefile (modules): Add KOI8-U.
6907 (distribute): Add koi8-u.c.
6908 (gen-8bit-gap-modules): Add koi8-u.
6909 * iconvdata/gconv-modules: Add KOI8-U entries.
6910 * iconvdata/koi8-u.c: New file.
6911
6912 1999-04-13 Thorsten Kukuk <kukuk@suse.de>
6913
6914 * sunrpc/auth_des.c: 64bit fixes, security fixes.
6915 * sunrpc/auth_none.c: Pretty print.
6916 * sunrpc/auth_unix.c: Likewise.
6917 * sunrpc/authdes_prot.c: Likewise.
6918 * sunrpc/authuxprot.c: Likewise.
6919 * sunrpc/bindrsvprt.c: Likewise.
6920 * sunrpc/clnt_gen.c: Likewise.
6921 * sunrpc/rpc/xdr.h: Likewise.
6922 * sunrpc/rpc/auth_des.h: Add rpc_timeval struct.
6923 * sunrpc/rpc_cmsg.c: Don't use *long pointers.
6924 * sunrpc/rtime.c: Use new rpc_timeval.
6925 * sunrpc/svc_authux.c: Don't use *long pointers.
6926 * sunrpc/svcauth_des.c: Likewise + security fixes.
6927 * sunrpc/xdr_mem.c: Don't use *long pointers.
6928 * sunrpc/xdr_rec.c: Likewise.
6929 * sunrpc/xdr_sizeof.c: Likewise.
6930 * sunrpc/xdr_stdio.c: Likewise.
6931
6932 1999-04-15 Ulrich Drepper <drepper@cygnus.com>
6933
6934 * sunrpc/clnt_udp.c (clntudp_call): Move initialization of anyup
6935 so that it is redone for each sending.
6936
6937 1999-04-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6938
6939 * sunrpc/clnt_udp.c (clntudp_call): Initialize anyup.
6940
6941 1999-04-15 Ulrich Drepper <drepper@cygnus.com>
6942
6943 * iconv/gconv_db.c (__gconv_find_transform): If conversion is
6944 known to not exist don't try to load shared objects.
6945 Patch by Petr Vandrovec Ing. VTEI <VANDROVE@vc.cvut.cz>.
6946
6947 * nscd/cache.c (prune_cache): The table might not be unused. In
6948 this case do nothing.
6949
6950 * catgets/gencat.c (read_input_file): Don't drop white spaces
6951 between number/identifier and string.
6952 Patch by Dima Barsky <dima@pwd.hp.com>.
6953 If no white space at all follows number/identifier remove existing
6954 message with the number/identifier.
6955
6956 1999-04-14 H.J. Lu <hjl@gnu.org>
6957
6958 * sunrpc/clnt_udp.c (is_network_up): New function.
6959 (clntudp_call): Call is_network_up () to check if any network
6960 interface is up in case of timeout.
6961
6962 1999-04-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6963
6964 * wctype/test_wcfuncs.c: New file, tests towlower and towupper.
6965 * wctype/Makefile (tests): Add test_wcfuncs.
6966
6967 1999-04-14 Jakub Jelinek <jj@ultra.linux.cz>
6968
6969 * scripts/config.sub: Allow sparcv[6789]-* and sparcv8plus{,a}-*
6970 architectures.
6971 * sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS
6972 instead of CFLAGS.
6973 * sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS
6974 instead of CFLAGS. For gnulib and string directories use
6975 -Wa,-Av9a gcc ASFLAGS.
6976 * sysdeps/sparc/sparc32/sparcv9/memmove.c: New file.
6977 * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: New file.
6978 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: New file.
6979 * shlib-versions: Handle sparcv[6789]-* and sparcv8plus{,a}-*
6980 the same way as sparc-*.
6981
6982 1999-04-14 Ulrich Drepper <drepper@cygnus.com>
6983
6984 * locale/programs/locfile.c (locfile_read): Fix typo.
6985 Patch by Kaoru Fukui <k_fukui@highway.ne.jp>.
6986
6987 1999-04-14 Scott Bambrough <scottb@netwinder.org>
6988
6989 * sysdeps/unix/sysv/linux/arm/socket.S: Socket calls could not be
6990 restarted after being interrupted by a signal. The parameters on
6991 the stack were corrupted by the signal handler.
6992
6993 * sysdeps/unix/sysv/linux/arm/mmap.S: mmap calls could not be
6994 restarted after being interrupted by a signal. The parameters on
6995 the stack were corrupted by the signal handler.
6996
6997 1999-04-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6998
6999 * wctype/wcfuncs.c (towlower): Use __ctype_tolower.
7000 Reported by Kalle Olavi Niemitalo <tosi@ees2.oulu.fi>
7001
7002 1999-04-12 Tim Waugh <tim@cyberelk.demon.co.uk>
7003
7004 * posix/wordexp-test.c: In field-splitting test cases where
7005 subshells were involved, unset IFS first: some shells (ash) use
7006 IFS even when no expansion is performed.
7007
7008 1999-04-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7009
7010 * libio/obprintf.c (_IO_obstack_overflow): Put the write end at
7011 the real end of the chunk, not some random point inbetween.
7012 (_IO_obstack_xsputn): Likewise. Actually copy the data into the
7013 obstack when growing. Use fast version of obstack_blank when
7014 shrinking.
7015 (struct _IO_obstack_file): Use _IO_FILE_plus instead of explicitly
7016 allocating the vtable pointer.
7017 (_IO_obstack_vprintf): Adjust for above change and avoid
7018 unnecessary casts. Use fast version of obstack_blank when
7019 shrinking.
7020 Fixes PR libc/1075.
7021
7022 1999-04-12 Ulrich Drepper <drepper@cygnus.com>
7023
7024 * iconvdata/gconv-modules: Fix typo. Add UJIS alias.
7025 Reported by GOTO Masanori <gotom@cs.titech.ac.jp>.
7026
7027 1999-04-11 Tim Waugh <tim@cyberelk.demon.co.uk>
7028
7029 * posix/wordexp.c (wordexp): Fix a leak when an invalid character
7030 is seen, as well as fixing semantics. Don't reset the word count
7031 to zero when an invalid character is seen, but leave it as it was
7032 (this makes a difference with WRDE_APPEND).
7033
7034 * posix/wordexp-test.c: More test cases.
7035
7036 * posix/wordexp.c (parse_param): In words like ${var#pattern},
7037 always expand pattern when it is needed. Also, handle quoting in
7038 pattern properly.
7039
7040 1999-04-12 Philip Blundell <philb@gnu.org>
7041
7042 * elf/elf.h: Update ARM definitions to match current gas2.
7043
7044 * sysdeps/arm/bits/endian.h: Support big endian operation.
7045
7046 * sysdeps/unix/sysv/linux/arm/ioperm.c (_outw, _outb, _outl):
7047 Don't bother range checking the port number.
7048
7049 * sysdeps/unix/sysv/linux/arm/vfork.S: New file.
7050
7051 * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Include
7052 the syscall name in assembler output for ease of debugging.
7053
7054 * sysdeps/unix/sysv/linux/arm/sigaction.c: Don't rely on undefined
7055 compiler behaviour.
7056 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: New file.
7057 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = signal]
7058 (sysdep_routines): Add sigrestorer.
7059
7060 * string/tester.c (test_strcpy): Add new tests for unaligned
7061 arguments.
7062 * sysdeps/arm/bits/string.h: Delete inline implementations of
7063 strcpy and stpcpy.
7064
7065 1999-04-11 Ulrich Drepper <drepper@cygnus.com>
7066
7067 * libio/Makefile (CPPFLAGS-.o): Don't define IO_DEBUG.
7068
7069 1999-04-10 Mark Kettenis <kettenis@gnu.org>
7070
7071 * sysdeps/mach/hurd/Dist: Add clk_tck.c.
7072
7073 1999-04-10 Ulrich Drepper <drepper@cygnus.com>
7074
7075 * iconvdata/Makefile (modules): Add TIS-620.
7076 (distribute): Add tis-620.c.
7077 (gen-8bit-gap-modules): tis-620.
7078 * iconvdata/tis-620.c: New file.
7079 * iconvdata/gconv-modules: Add TIS-620 entries.
7080
7081 * iconvdata/asmo_449.c: Correct comment.
7082
7083 1999-04-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7084
7085 * manual/install.texi (Configuring and compiling): Comment out
7086 description of --disable-static since this doesn't work currently
7087 (see change by Ulrich Drepper on 1998-12-07 for configure.in).
7088
7089 1999-04-10 Ulrich Drepper <drepper@cygnus.com>
7090
7091 * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Rewrite to
7092 use binary search.
7093 Based on a patch by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
7094
7095 1999-04-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7096
7097 * scripts/test-installation.pl (installation_problem): Skip
7098 libnss1_* libraries from glibc-compat add-on.
7099
7100 1999-04-07 H.J. Lu <hjl@gnu.org>
7101
7102 * io/Versions (__dup2, __pipe): Added to GLIBC_2.0 for
7103 libstdc++ 2.7.2.
7104 * posix/Versions (__waitpid): Likewise.
7105
7106 1999-04-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7107
7108 * manual/install.texi (Reporting Bugs): Add section about reported
7109 bugs and correct email address of glibcbug script.
7110
7111 1999-04-01 Thorsten Kukuk <kukuk@suse.de>
7112
7113 * sunrpc/Versions: Add new xdr functions to GLIBC_2.1.1
7114 * sunrpc/xdr.c: Add xdr_hyper, xdr_u_hyper, xdr_longlong_t and
7115 xdr_u_longlong_t. Based on patch from Dan Shechter
7116 <damageboy@isdn.net.il>.
7117 * sunrpc/xdr_intXX_t.c: Implement xdr_int64_t, xdr_uint64_t
7118 * sunrpc/rpc/xdr.h: Add prototypes for new xdr functions.
7119
7120 * nis/nis_lookup.c (nis_lookup): Don't overwrite RPC error code.
7121
7122 1999-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7123
7124 * sysdeps/unix/sysv/linux/getdents.c (__getdirentries): Return
7125 directly if getdents returns with error set.
7126
7127 1999-04-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7128
7129 * locale/langinfo.h (THOUSEP): Rename second occurence of
7130 THOUSANDS_SEP to THOUSEP.
7131 Reported by Roman Belenov <roman@nstl.nnov.ru>.
7132
7133 1999-04-05 Roland McGrath <roland@baalperazim.frob.com>
7134
7135 * hurd/STATUS: File removed. Moved items that are still relevant into
7136 TODO list in hurd source.
7137
7138 1999-03-26 Mark Kettenis <kettenis@gnu.org>
7139
7140 * sysdeps/mach/hurd/bits/time.h: New file.
7141 * sysdeps/mach/hurd/getrusage.c: New file.
7142 * sysdeps/mach/hurd/clk_tck.c: New file.
7143 * sysdeps/mach/hurd/Versions (libc) [GLIBC_2.1.1]: Add __libc_clk_tck.
7144 * sysdeps/mach/hurd/Makefile [$(subdir) = posix]
7145 (sysdep_routines): Add clk_tck.
7146 * sysdeps/mach/hurd/times.c: Removed, since getrusage is now
7147 implemented.
7148
7149 1999-04-02 Ulrich Drepper <drepper@cygnus.com>
7150
7151 * misc/syslog.c (closelog_internal): Do not reset LogTag here.
7152 (closelog): But instead here.
7153 Patch by Alan Curry <pacman@cqc.com> [PR libc/1061].
7154
7155 1999-04-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7156
7157 * elf/Makefile (CFLAGS-multiload.c): Change to allow building in
7158 the source directory. Fixes PR libc/1059.
7159
7160 1999-04-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7161
7162 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Terminate the string.
7163 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
7164
7165 1999-04-01 Ulrich Drepper <drepper@cygnus.com>
7166
7167 * iconvdata/TESTS: Add ISO-8859-14 and ISO-8859-15.
7168 * iconvdata/testdata/ISO-8859-14: New file.
7169 * iconvdata/testdata/ISO-8859-14..UTF8: New file.
7170 * iconvdata/testdata/ISO-8859-15: New file.
7171 * iconvdata/testdata/ISO-8859-15..UTF8: New file.
7172
7173 1999-03-31 Ulrich Drepper <drepper@cygnus.com>
7174
7175 * iconvdata/testdata/CP1258: New file.
7176 * iconvdata/testdata/CP1258..UTF8: New file.
7177 * iconvdata/TESTS: Add CP1258 entry.
7178
7179 * iconvdata/cp874.h (to_ucs4): Add Euro sign.
7180
7181 * timezone/africa: Update from tzdata1999d.
7182 * timezone/europe: Likewise.
7183 * timezone/northamerica: Likewise.
7184
7185 1999-03-31 Mark Kettenis <kettenis@gnu.org>
7186
7187 * login/programs/pt_chown.c (main): Save effective user ID before
7188 dropping priviliges and use this to check if the program is
7189 properly installed.
7190
7191 1999-03-31 Ulrich Drepper <drepper@cygnus.com>
7192
7193 * iconvdata/testdata/CP1254: Update for charmap changes.
7194 * iconvdata/testdata/CP1254..UTF8: Likewise.
7195 * iconvdata/testdata/CP1255: Likewise.
7196 * iconvdata/testdata/CP1255..UTF8: Likewise.
7197 * iconvdata/testdata/CP1256: Likewise.
7198 * iconvdata/testdata/CP1256..UTF8: Likewise.
7199 * iconvdata/testdata/CP1257: Likewise.
7200 * iconvdata/testdata/CP1257..UTF8: Likewise.
7201
7202 * iconvdata/Makefile (distribute): Remove cp1258.h.
7203 (gen-8bit-gap-modules): Add cp1258.
7204 * iconvdata/cp1258.h: Removed.
7205
7206 1999-03-30 Ulrich Drepper <drepper@cygnus.com>
7207
7208 * timezone/tst-timezone.c (tests): Add more cases.
7209 (check_tzvars): Mark errors clearer.
7210 (main): Likewise.
7211
7212 1999-03-30 20:59 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
7213
7214 * login/programs/pt_chown.c: Drop privileges if invoked with
7215 arguments. Don't close the master pty.
7216
7217 1999-03-30 Ulrich Drepper <drepper@cygnus.com>
7218
7219 * time/tzfile.c (__tzfile_read): Process transitions from the rear.
7220 Minor optimization.
7221
7222 1999-03-29 Ulrich Drepper <drepper@cygnus.com>
7223
7224 * elf/rtld.c (process_envvars): Do not automatically prevent lazy
7225 relocation for SUID binaries.
7226
7227 1999-03-29 Paul Eggert <eggert@twinsun.com>
7228
7229 * libio/iopopen.c (_IO_new_proc_open): Don't modify proc_file_chain
7230 while in child process.
7231
7232 1999-03-29 Jakub Jelinek <jj@ultra.linux.cz>
7233
7234 * sysdeps/sparc/sparc32/sparcv8/Makefile: New file.
7235 * sysdeps/sparc/sparc32/sparcv8/rem.S: Delay after write %y.
7236 * sysdeps/sparc/sparc32/sparcv8/sdiv.S: Likewise.
7237 * sysdeps/sparc/sparc32/sparcv8/udiv.S: Likewise.
7238 * sysdeps/sparc/sparc32/sparcv8/urem.S: Likewise.
7239
7240 * sysdeps/sparc/sparc32/sparcv9/bcopy.c: New file.
7241 * sysdeps/sparc/sparc32/sparcv9/bzero.c: New file.
7242 * sysdeps/sparc/sparc32/sparcv9/memchr.S: New file.
7243 * sysdeps/sparc/sparc32/sparcv9/memcmp.S: New file.
7244 * sysdeps/sparc/sparc32/sparcv9/memcpy.S: New file.
7245 * sysdeps/sparc/sparc32/sparcv9/memset.S: New file.
7246 * sysdeps/sparc/sparc32/sparcv9/stpcpy.S: New file.
7247 * sysdeps/sparc/sparc32/sparcv9/strcat.S: New file.
7248 * sysdeps/sparc/sparc32/sparcv9/strchr.S: New file.
7249 * sysdeps/sparc/sparc32/sparcv9/strcmp.S: New file.
7250 * sysdeps/sparc/sparc32/sparcv9/strcpy.S: New file.
7251 * sysdeps/sparc/sparc32/sparcv9/strcspn.S: New file.
7252 * sysdeps/sparc/sparc32/sparcv9/strlen.S: New file.
7253 * sysdeps/sparc/sparc32/sparcv9/strncpy.S: New file.
7254 * sysdeps/sparc/sparc32/sparcv9/strpbrk.S: New file.
7255 * sysdeps/sparc/sparc32/sparcv9/strrchr.c: New file.
7256 * sysdeps/sparc/sparc32/sparcv9/strspn.S: New file.
7257 * sysdeps/sparc/sparc32/sparcv9/dotmul.S: New file.
7258 * sysdeps/sparc/sparc32/sparcv9/rem.S: New file.
7259 * sysdeps/sparc/sparc32/sparcv9/sdiv.S: New file.
7260 * sysdeps/sparc/sparc32/sparcv9/udiv.S: New file.
7261 * sysdeps/sparc/sparc32/sparcv9/umul.S: New file.
7262 * sysdeps/sparc/sparc32/sparcv9/urem.S: New file.
7263 * sysdeps/sparc/sparc32/sparcv9/Makefile: New file.
7264 * sysdeps/sparc/sparc32/sparcv9/stpncpy.S: New file.
7265 * sysdeps/sparc/sparc32/sparcv9/strncmp.S: New file.
7266
7267 * sysdeps/sparc/sparc32/bcopy.c: New file.
7268 * sysdeps/sparc/sparc32/bzero.c: New file.
7269 * sysdeps/sparc/sparc32/memchr.S: New file.
7270 * sysdeps/sparc/sparc32/memcpy.S: New file.
7271 * sysdeps/sparc/sparc32/memmove.c: New file.
7272 * sysdeps/sparc/sparc32/memset.S: New file.
7273 * sysdeps/sparc/sparc32/stpcpy.S: New file.
7274 * sysdeps/sparc/sparc32/strchr.S: New file.
7275 * sysdeps/sparc/sparc32/strrchr.c: New file.
7276 * sysdeps/sparc/sparc32/strcpy.S: New file.
7277 * sysdeps/sparc/sparc32/strlen.S: New file.
7278 * sysdeps/sparc/sparc32/strcat.S: New file.
7279 * sysdeps/sparc/sparc32/strcmp.S: New file.
7280
7281 * sysdeps/sparc/sparc64/bcopy.c: New file.
7282 * sysdeps/sparc/sparc64/bzero.c: New file.
7283 * sysdeps/sparc/sparc64/memchr.S: New file.
7284 * sysdeps/sparc/sparc64/memcmp.S: New file.
7285 * sysdeps/sparc/sparc64/memcpy.S: New file.
7286 * sysdeps/sparc/sparc64/memset.S: New file.
7287 * sysdeps/sparc/sparc64/stpcpy.S: New file.
7288 * sysdeps/sparc/sparc64/strcat.S: New file.
7289 * sysdeps/sparc/sparc64/strchr.S: New file.
7290 * sysdeps/sparc/sparc64/strcmp.S: New file.
7291 * sysdeps/sparc/sparc64/strcpy.S: New file.
7292 * sysdeps/sparc/sparc64/strcspn.S: New file.
7293 * sysdeps/sparc/sparc64/strlen.S: New file.
7294 * sysdeps/sparc/sparc64/strncpy.S: New file.
7295 * sysdeps/sparc/sparc64/strpbrk.S: New file.
7296 * sysdeps/sparc/sparc64/strrchr.c: New file.
7297 * sysdeps/sparc/sparc64/strspn.S: New file.
7298 * sysdeps/sparc/sparc64/stpncpy.S: New file.
7299 * sysdeps/sparc/sparc64/strncmp.S: New file.
7300
7301 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (ASFLAGS-.os):
7302 Append -fPIC, don't replace.
7303
7304 * configure.in: Recognize sparcv8plus / sparcv9.
7305
7306 1999-03-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7307
7308 * malloc/obstack.h (obstack_free): Explicitly convert __obj to
7309 char * to avoid C++ warning.
7310 Patch by yasushi@cs.washington.edu [PR libc/1035].
7311
7312 1999-03-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7313
7314 * manual/filesys.texi (Temporary Files): mktemp and mkstemp are
7315 declared in stdlib.h, correct return value of mkstemp.
7316 Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>.
7317
7318 * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHDRD_FC*): New defines
7319 from Linux 2.2.5.
7320
7321 1999-03-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7322
7323 * misc/regexp.h (compile): Cast some pointers to (char *) to avoid
7324 C++ warning.
7325
7326 * ctype/ctype.h (tolower, toupper): Add __THROW declaration to
7327 inline functions. Closes PR libc/1049.
7328
7329 1999-03-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7330
7331 * timezone/README: Update from tzdata1999c and tzcode1999c.
7332
7333 * timezone/africa: Update from tzdata1999c.
7334 * timezone/antarctica: Likewise.
7335 * timezone/asia: Likewise.
7336 * timezone/australasia: Likewise.
7337 * timezone/europe: Likewise.
7338 * timezone/northamerica: Likewise.
7339 * timezone/southamerica: Likewise.
7340 * timezone/zone.tab: Likewise.
7341
7342 * timezone/zic.c: Update from tzcode1999c.
7343
7344 1999-03-26 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7345
7346 * Makerules: Add $(common-objpfx)Versions.all to common-generated
7347 outside of ifndef avoid-generated.
7348
7349 * libio/oldiofdopen.c (_IO_old_fdopen): Bring over recent changes
7350 in iofdopen.c.
7351 * libio/oldiofopen.c (_IO_old_fopen): Bring over recent changes in
7352 iofopen.c.
7353 * libio/oldiofclose.c (_IO_old_fclose): Bring over recent changes
7354 in iofclose.c.
7355 * libio/oldfileops.c (_IO_old_file_underflow, _IO_old_file_sync,
7356 _IO_old_file_seekoff): Bring over recent changes in fileops.c.
7357
7358 1999-03-26 Mark Kettenis <kettenis@gnu.org>
7359
7360 * sysdeps/mach/hurd/Makefile: Only install libc_p.a linker script
7361 if we build the profiled library.
7362
7363 1999-03-26 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7364
7365 * math/Makefile (gmp-objs): Add inlines. Reported by Andreas
7366 Jaeger <aj@arthur.rhein-neckar.de>
7367
7368 1999-03-25 Roland McGrath <roland@yaumatei.ai.mit.edu>
7369
7370 * sysdeps/mach/hurd/i386/Makefile [$(subdir) = csu]
7371 (CFLAGS-initfini.s): New variable, add -DWEAK_GMON_START.
7372 This does for Hurd/i386 what the 1998-09-08 change did for Linux/i386.
7373
7374 1999-03-24 Roland McGrath <roland@baalperazim.frob.com>
7375
7376 * Makeconfig (sysd-sorted): Use $(..) on rhs of patsubst, so this rule
7377 works properly in subdirs.
7378
7379 1999-03-23 Roland McGrath <roland@baalperazim.frob.com>
7380
7381 * sysdeps/mach/hurd/Makefile: Undo last change.
7382 [$(subdir) = mach] (lib-noranlib): Depend on libmachuser-link.so.
7383 [$(subdir) = hurd] (lib-noranlib): Depend on libhurduser-link.so.
7384
7385 * mach/Machrules (+preinit, +postinit, +interp,
7386 LDFLAGS-$(interface.so)): Variables removed. Interface libraries get
7387 linked just like other shared libraries.
7388 (interface.so): Fix typo in defn, so it works.
7389 ($(objpfx)$(interface.so)): Make it depend on libc.so.
7390
7391 1999-03-21 Roland McGrath <roland@baalperazim.frob.com>
7392
7393 * sysdeps/mach/hurd/Makefile (subdir_lib): Depend on
7394 $(link-rpcuserlibs).
7395
7396 1999-03-22 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7397
7398 * elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name),
7399 $(inst_slibdir)/$(rtld-installed-name), ldso_install): Disable
7400 targets if not building shared libraries.
7401
7402 1999-03-22 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7403
7404 * configure.in: Also look in $PATH when searching for
7405 install-info. Remove autoconf bug workaround and require autoconf
7406 2.13.
7407
7408 1999-03-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7409
7410 * db/Makefile: Don't try to install shared library link if not
7411 building with shared libs.
7412
7413 1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7414
7415 * rt/Makefile: Link against static library if no shared lib is
7416 available.
7417
7418 * localedata/Makefile: The shells scripts implementing the test
7419 require the dynamic linker which is not available with
7420 --disable-shared. Skip the test if --disable-shared is given.
7421
7422 * linuxthreads/Makefile: Link test against static libpthread if no
7423 shared lib is available.
7424
7425 * iconvdata/Makefile (tests): Run iconv-test only if we're
7426 building shared libraries.
7427 * elf/Makefile (tests): Likewise for elf tests.
7428
7429 * posix/Makefile: The test frameworks globtest and wordexp-test
7430 require the dynamic linker which is not available with
7431 --disable-shared. Skip the test if --disable-shared is given.
7432
7433 * grp/Makefile (otherlibs): For static nss build link against
7434 necessary libs.
7435
7436 1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7437
7438 * debug/Makefile (install-bin): Install and build catchsegv only
7439 if build-shared == yes. Reported by jussi@jlaako.pp.fi [PR
7440 libc/965].
7441
7442 1999-03-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7443
7444 * time/tzfile.c (__tzfile_read): Handle the case where there are
7445 transitions but no DST.
7446
7447 1999-03-20 Roland McGrath <roland@baalperazim.frob.com>
7448
7449 * mach/Machrules (extra-libs-others): Add $(interface-library) here
7450 too, so it gets built in the others pass rather than the lib pass.
7451 This is necessary since the RPC libraries need to be linked against
7452 libc.
7453
7454 1999-03-19 Roland McGrath <roland@baalperazim.frob.com>
7455
7456 * sysdeps/generic/segfault.c: Include <stdio-common/_itoa.h> for
7457 _itoa_word decl.
7458
7459 * sysdeps/mach/hurd/Makefile (link-rpcuserlibs): New variable.
7460 ($(common-objpfx)libc.so): Depend on that instead of $(rpcuserlibs).
7461 ($(link-rpcuserlibs)): New static pattern rule; link intermediate
7462 versions of lib{mach,hurd}user.so without reference to libc.so,
7463 then link libc.so against that to get deps and symbol versions, then
7464 finally link real lib*user.so against libc.so.
7465
7466 * sysdeps/mach/hurd/fcntl.c (__fcntl: case F_GETLK,F_SETLK,F_SETLKW):
7467 Support whole-file locking (only) by using the file_lock RPC. This
7468 has very wrong semantics, but is better than nothing for the time
7469 being. (Correct POSIX.1 locking will require new RPCs in the Hurd
7470 protocols that will be somewhat hairy to specify.)
7471
7472 1999-03-17 Mark Kettenis <kettenis@gnu.org>
7473
7474 * sysdeps/mach/hurd/ptsname.c: New file.
7475
7476 1999-03-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7477
7478 * timezone/asia: Fix rule in Asia/Nicosia entry.
7479
7480 1999-03-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7481
7482 * manual/getopt.texi (Using Getopt): Explain "::" in option
7483 string. Reported by Yuri Niyazov <yuricake@geocities.com>.
7484
7485 1999-03-18 Thorsten Kukuk <kukuk@suse.de>
7486
7487 * sunrpc/clnt_unix.c: Fix creation of parameters for
7488 sendmsg/recvmsg on non intel platforms.
7489 * sunrpc/svc_unix.c: Likewise.
7490
7491 1999-03-18 Philip Blundell <philb@gnu.org>
7492
7493 * sysdeps/unix/sysv/linux/arm/getgroups.c: New file. Use the i386
7494 implementation.
7495
7496 1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7497
7498 * timezone/africa: Update from tzdata1999b.
7499 * timezone/asia: Likewise.
7500 * timezone/australasia: Likewise.
7501 * timezone/europe: Likewise.
7502 * timezone/northamerica: Likewise.
7503 * timezone/southamerica: Likewise.
7504 * timezone/zone.tab: Likewise.
7505
7506 * timezone/README: Mention tzdata1999b.
7507
7508 1999-03-17 Ulrich Drepper <drepper@cygnus.com>
7509
7510 * sysdeps/generic/segfault.c (write_strsignal): New function.
7511 (catch_segfault): Use it instead of calling strsignal.
7512
7513 1999-03-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7514
7515 * iconv/gconv.c (__gconv): Change type of last_start to unsigned
7516 char to avoid warning.
7517
7518 1999-03-15 Ulrich Drepper <drepper@cygnus.com>
7519
7520 * iconv/iconv.c (iconv): Correctly cast parameters for __gconv.
7521
7522 * iconvdata/iso-2022-kr.c (EMIT_SHIFT_TO_INIT): Change type of
7523 outbuf to unsigned char to avoid warning.
7524
7525 1999-03-11 David S. Miller <davem@redhat.com>
7526
7527 * sysdeps/sparc/sparc32/fpu/fpu_control.h: Add missing trap enable
7528 masks.
7529 * sysdeps/sparc/sparc64/fpu/fpu_control.h: Likewise.
7530
7531 1999-03-15 Ulrich Drepper <drepper@cygnus.com>
7532
7533 * iconv/gconv.h (gconv_fct): Change parameter from `char' to
7534 `unsigned char'.
7535 (gconv_step_data): Likewise.
7536 * iconv/gconv_int.h (__gconv): Likewise.
7537 (__BUILINT_TRANS): Likewise.
7538 * iconv/gconv.c (__gconv): Likewise.
7539 * iconv/iconv.c (iconv): Add casts for call of __gconv.
7540 * iconv/skeleton.c: Change local parameters and variable from `char' to
7541 `unsigned char'. Remove casts from calls into modules.
7542 * iconvdata/iso-2022-jp.c (gconv): Change local variable outbuf from
7543 `char' to `unsigned char'.
7544 * wcsmbs/btowc.c: Change pointers from `char *' to `unsigned char *'.
7545 * wcsmbs/mbrtowc.c: Likewise.
7546 * wcsmbs/mbsnrtowcs.c: Likewise.
7547 * wcsmbs/mbsrtowcs.c: Likewise.
7548 * wcsmbs/wcrtomb.c: Likewise.
7549 * wcsmbs/wcsnrtombs.c: Likewise.
7550 * wcsmbs/wcsrtombs.c: Likewise.
7551 * wcsmbs/wctob.c: Likewise.
7552
7553 1999-03-15 Mark Kettenis <kettenis@gnu.org>
7554
7555 * sysdeps/mach/hurd/Versions (ld.so) [GLIBC_2.0]: Add
7556 __hurd_sigthread_stack_base, __hurd_sigthread_stack_end,
7557 __hurd_sigthread_variables, __hurd_threadvar_stack_mask,
7558 __hurd_threadvar_stack_offset, __close, __fxstat, __getcwd,
7559 __getpid, __libc_read, __libc_write, __lseek, __mmap, __open,
7560 __xstat, _exit, _hurd_intr_rpc_mach_msg and abort.
7561
7562 1999-03-15 Mark Kettenis <kettenis@gnu.org>
7563
7564 * sysdeps/mach/hurd/poll.c (__poll): Correctly pass NULL to
7565 _hurd_select if TIMEMOUT is -1.
7566
7567 1999-03-15 Mark Kettenis <kettenis@gnu.org>
7568
7569 * sysdeps/mach/hurd/recvfrom.c (recvfrom): Allow ADDR to be NULL.
7570
7571 1999-03-15 Ulrich Drepper <drepper@cygnus.com>
7572
7573 * elf/dl-load.c: Compute rtld_search_dir array size correctly.
7574 Reported by Yasushi Saito <yasushi@cs.washington.edu>.
7575
7576 1999-03-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7577
7578 * manual/libc.texinfo: Undo last change for now.
7579
7580 1999-03-15 Ulrich Drepper <drepper@cygnus.com>
7581
7582 * intl/locale.alias: Add entries for Croatian.
7583 Patch by Tomislav Vujec <tvujec@CARNet.hr>.
7584
7585 1999-03-13 Mark Kettenis <kettenis@gnu.org>
7586
7587 * sysdeps/unix/bsd/getpt.c (__getpt): Do not use `isatty' to check
7588 if the opened master pty really is a pty. `isatty' checks for
7589 tty-ness and a pty is not a tty. Return ENOENT instead of ENFILE
7590 if we are out of pty's.
7591
7592 1999-03-13 Mark Kettenis <kettenis@gnu.org>
7593
7594 * sysdeps/generic/utmp_file.c (setutent_file): Make sure the just
7595 opened file is closed on exec.
7596 * login/utmp_daemon.c (setutent_daemon): Likewise for the just
7597 opened socket.
7598
7599 1999-03-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7600
7601 * manual/llio.texi (File Position Primitive): Reformat @end
7602 command. Patch by Bruno Haible <haible@ilog.fr> [PR libc/1020].
7603
7604 1999-03-14 Ulrich Drepper <drepper@cygnus.com>
7605
7606 * nscd/nscd_getpw_r.c (nscd_getpw_r): Set `errno' correctly if no
7607 entry is found.
7608 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
7609 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7610
7611 * locale/programs/localedef.c (main): Initialize `cat' to please
7612 the compiler.
7613
7614 1999-03-14 Roland McGrath <roland@baalperazim.frob.com>
7615
7616 * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Under O_NOFOLLOW,
7617 check for root-owned symlinks and reject them too.
7618
7619 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7620
7621 * stdio-common/printf_fphex.c: Move to ...
7622 * sysdeps/generic/printf_fphex.c: ... here. Fix exponent of
7623 extended precision number.
7624 * sysdeps/m68k/printf_fphex.c: New file.
7625
7626 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7627
7628 * manual/stdio.texi: Fix typos.
7629
7630 1999-03-09 Ulrich Drepper <drepper@cygnus.com>
7631
7632 * version.h (VERSION): Bump to 2.1.1.
7633
7634 1999-03-09 Thorsten Kukuk <kukuk@suse.de>
7635
7636 * nis/ypclnt.c: Try only twice to connect to NIS server.
7637
7638 1999-03-09 Roland McGrath <roland@baalperazim.frob.com>
7639
7640 * hurd/hurdexec.c (_hurd_exec): Add missing `else' in last change.
7641
7642 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7643
7644 * stdlib/strtod.c (round_and_return): Fix rounding of denormals.
7645 (DENORM_EXP): New define. Use it as the exponent for a denormal.
7646 * stdlib/strtold.c: Moved to ...
7647 * sysdeps/generic/strtold.c: ... here.
7648 * sysdeps/m68k/strtold.c: New file.
7649
7650 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7651
7652 * stdio-common/printf_fphex.c (__printf_fphex): Print no decimal
7653 point if the precision is zero, even if the mantissa is non-zero.
7654
7655 1999-03-09 Roland McGrath <roland@baalperazim.frob.com>
7656
7657 * sysdeps/mach/hurd/ioctl.c (__ioctl): Move the marshalling of the
7658 arguments into the request message buffer inside `send_rpc'
7659 subfunction. We must repeat the marshalling when retrying the RPC
7660 after a SIGTTOU delivery.
7661
7662 * hurd/ctty-input.c (_hurd_ctty_input): Use early short-circuit code
7663 path when there is no ctty port.
7664 * hurd/ctty-output.c (_hurd_ctty_output): Likewise.
7665 Move sigstate check inside loop so we recheck after handling a signal.
7666
7667 1999-03-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7668
7669 * manual/llio.texi (Open-time Flags): Clarify that O_SHLOCK and
7670 O_EXLOCK are BSD extensions.
7671 Reported by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/985].
7672
7673 1999-03-08 Ulrich Drepper <drepper@cygnus.com>
7674
7675 * manual/signal.texi (Termination in Handler): Correct example.
7676 Install default handler before reraising the signal.
7677 Patch by Jochen Voss <voss@mathematik.uni-kl.de>.
7678
7679 1999-03-08 Roland McGrath <roland@baalperazim.frob.com>
7680
7681 * hurd/hurdexec.c (_hurd_exec): Handle ARGV or ENVP parameters being
7682 null, in which case send an empty string.
7683
7684 1999-03-02 Mark Kettenis <kettenis@gnu.org>
7685
7686 * Makerules (LD_FLAGS-c.so): Add -u __register_frame to force the
7687 backward compatibility EH functions to be linked when using
7688 gcc-2.8.1. Patch by Zack Weinberg <zack@rabi.columbia.edu>.
7689
7690 1999-03-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7691
7692 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Undo last change.
7693 /dev/pts status may change during runtime.
7694
7695 1999-03-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7696
7697 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Undo last
7698 change. /dev/pts status can change during runtime.
7699
7700 1999-03-07 Thorsten Kukuk <kukuk@suse.de>
7701
7702 * sunrpc/svc_tcp.c (readtcp): go into fatal error state if
7703 poll reports error.
7704 * nis/nss_nisplus/nisplus-parser.c: Avoid duplicate strlen calls,
7705 add some more sanity checks.
7706 * nis/nss_nisplus/nisplus-pwd.c: Include nisplus-parser.h for
7707 parser prototype.
7708
7709 1999-03-05 Thorsten Kukuk <kukuk@suse.de>
7710
7711 * sunrpc/rpc/xdr.h: Add x_getint32/x_putint32 to xdr_ops,
7712 change XDR_GETINT32/XDR_PUTINT32 to sue new functions.
7713 * sunrpc/xdr_mem.c: Add xdrmem_getint32, xdrmem_putint32.
7714 * sunrpc/xdr_rec.c: Add xdrrec_getint32, xdrrec_putint32.
7715 * sunrpc/xdr_sizeof.c: Add x_putint32, add dummy function
7716 for x_getint32.
7717 * sunrpc/xdr_stdio.c: Add xdrstdio_getint32, xdrstdio_putint32.
7718 * nis/nis_print.c: Fix ctime argument for platforms where
7719 sizeof (time_t) != sizeof (int).
7720
7721 1999-03-07 Mark Kettenis <kettenis@gnu.org>
7722
7723 * sysdeps/unix/bsd/clock.c (timeval_to_clock_t): Use
7724 CLOCKS_PER_SEC instead of CLK_TCK.
7725
7726 1999-03-05 Ulrich Drepper <drepper@cygnus.com>
7727
7728 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remember
7729 whether /dev/pts is available.
7730 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Fix handling of
7731 dev_pts_available.
7732
7733 * posix/globtest.sh: Make common_objpfx path absolute and and db2
7734 and hesiod directory to library path [PR libc/1007].
7735
7736 1999-03-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7737
7738 * resolv/inet_addr.c (inet_aton): Don't allow componets >
7739 255. Patch by Bruno Haible <haible@ilog.fr> [PR libc/1010].
7740
7741 1999-03-05 Geoff Keating <geoffk@ozemail.com.au>
7742
7743 * sysdeps/powerpc/dl-machine.c (__elf_machine_runtime_setup):
7744 DT_PLTGOT has already been relocated.
7745 (__elf_machine_fixup_plt): Likewise.
7746 Minor cleanups.
7747
7748 1999-03-04 Roland McGrath <roland@baalperazim.frob.com>
7749
7750 * hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
7751
7752 1999-03-03 Ulrich Drepper <drepper@cygnus.com>
7753
7754 * wcsmbs/wcsmbsload.c (add_slashes): Rename to norm_add_slashes
7755 and fold string to uppercase [PR libc/1005].
7756
7757 1999-03-03 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7758
7759 * elf/dl-load.c (lose): Fix return type.
7760
7761 1999-03-03 Roland McGrath <roland@baalperazim.frob.com>
7762
7763 * sysdeps/mach/hurd/bits/fcntl.h
7764 [__USE_GNU] (O_NOFOLLOW, O_DIRECTORY): New macros.
7765 * hurd/hurdlookup.c (__hurd_file_name_lookup): If O_NOFOLLOW is set,
7766 set O_NOTRANS as well.
7767 (__hurd_file_name_lookup_retry): At successful end of lookup,
7768 if O_NOFOLLOW set, io_stat the resultant port and fail with ENOENT if
7769 it is a translated node not owned by root.
7770 (__hurd_file_name_lookup): If O_DIRECTORY is set, put a trailing slash
7771 on the file name passed to LOOKUP.
7772
7773 1999-03-02 Ulrich Drepper <drepper@cygnus.com>
7774
7775 * manual/time.texi (High Resolution Timer): Correct computation in
7776 example. Reported by jjf@devel.cemsys.com.
7777
7778 1999-03-02 Philip Blundell <pb@nexus.co.uk>
7779
7780 * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
7781 entry is already relocated.
7782
7783 1999-03-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7784
7785 * resolv/res_hconf.c (parse_line): Skip empty lines. Bug reported
7786 by Marcus Harnisch <marcus@harnisch.isdn.cs.tu-berlin.de>.
7787
7788 1999-03-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7789
7790 * sysdeps/i386/sys/ucontext.h (ucontext): Rename field uc_links to
7791 uc_link which is the right name according to Unix98.
7792 Reported by Craig Metz [PR libc/1001].
7793 * sysdeps/arm/sys/ucontext.h (ucontext): Likewise.
7794 * sysdeps/m68k/sys/ucontext.h (ucontext): Likewise.
7795 * sysdeps/mips/sys/ucontext.h (ucontext): Likewise.
7796 * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (ucontext): Likewise.
7797 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h (ucontext): Likewise.
7798 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext): Likewise.
7799
7800 1999-02-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7801
7802 * manual/libc.texinfo: Wrap @top node inside @ifnottex instead of
7803 @ifinfo.
7804
7805 1999-02-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7806
7807 * iconvdata/Makefile: Always include iconv-rules, but disable rule
7808 to regenerate it if avoid-generated.
7809
7810 * Makeconfig: Always include sys-dirs, but disable rule to
7811 regenerate it when avoid-generated.
7812
7813 * sysdeps/unix/Makefile: Put `ifndef avoid-generated' only around
7814 rule to generate sysd-syscalls.
7815
7816 * elf/Makefile (generated): Remove $(objpfx) from names.
7817
7818 1999-02-28 Mark Kettenis <kettenis@gnu.org>
7819
7820 * sysdeps/mach/hurd/getsockname.c (getsockname): Set *LEN to the
7821 actual length if the adress length is smaller than the input
7822 value. Change type of *LEN paramater to socklen_t.
7823 * sysdeps/mach/hurd/getpeername.c (getpeername): Likewise.
7824 * sysdeps/mach/hurd/accept.c (accept): Likewise.
7825 * sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise.
7826 * sysdeps/mach/hurd/sendto.c (sendto): Change type of ADDR_LEN
7827 paramater to socklen_t.
7828
7829 1999-02-28 Roland McGrath <roland@baalperazim.frob.com>
7830
7831 * hurd/hurd-raise.c (_hurd_raise_signal): Send "poll request"
7832 msg_sig_post RPC (with SIGNO=0), rather than generating signal (again)
7833 with the RPC.
7834
7835 1999-02-27 Roland McGrath <roland@baalperazim.frob.com>
7836
7837 * sysdeps/mach/getsysstats.c (__get_nprocs_conf, __get_nprocs,
7838 __get_phys_pages): Cast &HBI to silence warning.
7839
7840 * hurd/Makefile (routines): Add hurdchdir and hurdfchdir.
7841 * hurd/hurdchdir.c: New file.
7842 * hurd/hurdfchdir.c: New file.
7843 * sysdeps/mach/hurd/chroot.c: Call
7844 _hurd_change_directory_port_from_name to do the work.
7845 * sysdeps/mach/hurd/chdir.c: Likewise.
7846 * sysdeps/mach/hurd/fchdir.c: Call
7847 _hurd_change_directory_port_from_fd to do the work.
7848 * hurd/fchroot.c: Likewise.
7849 * hurd/hurd.h: Declare them.
7850
7851 1999-02-27 Ulrich Drepper <drepper@cygnus.com>
7852
7853 * elf/dl-load.c (lose): Add more comments to explain the `why'.
7854 (_dl_map_object): Remove redundant test.
7855
7856 1999-02-27 Roland McGrath <roland@baalperazim.frob.com>
7857
7858 * hurd/hurdselect.c (_hurd_select): When bailing for bogus fd, don't
7859 try to _hurd_port_free a lower-numbered descriptor that was not in any
7860 fd_set.
7861
7862 1999-02-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7863
7864 * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Add prototype
7865 declaration for ____wcstod_l_internal.
7866
7867 * stdlib/strtold.c [__NO_LONG_DOUBLE_MATH]: Include <stdlib.h> for
7868 __strtod_internal prototype.
7869 * stdlib/strtold_l.c [__NO_LONG_DOUBLE_MATH]
7870 (____strtold_l_internal): Add prototype declaration.
7871 (__strtold_l): Call correct function.
7872
7873 1999-02-24 Ulrich Drepper <drepper@cygnus.com>
7874
7875 * elf/elf.h: Add 32bit HPPA definitions.
7876
7877 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7878
7879 * malloc/malloc.c (mALLOC_SET_STATe): Handle the case where a
7880 non-checked heap is restored when malloc checking was requested by
7881 the user.
7882 (struct malloc_state): Add using_malloc_checking.
7883 (MALLOC_STATE_VERSION): Increment minor.
7884 (using_malloc_checking, disallow_malloc_check): New variables.
7885 (__malloc_check_init): Use them.
7886 (mALLOC_GET_STATe): Use mALLOc to allocate the malloc_state, so
7887 that it can the chunk is properly instrumented when malloc
7888 checking is enabled. Set the new using_malloc_checking field.
7889 (malloc_hook_ini): Correct signature when _LIBC is not defined.
7890
7891 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7892
7893 * sysdeps/unix/sysv/linux/i386/dl-librecon.h
7894 (DISTINGUISH_LIB_VERSIONS): Don't relocate DT_STRTAB a second
7895 time.
7896
7897 * elf/rtld.c (dl_main): Rename paths_initialized to rtld_is_main.
7898 Don't call elf_get_dynamic_info and _dl_setup_hash a second time
7899 if ld.so is the main program.
7900
7901 1999-02-23 Ulrich Drepper <drepper@cygnus.com>
7902
7903 * stdio-common/vfprintf.c (vfprintf): If precision or width is too
7904 large for work_buffer, allocate new buffer.
7905 (printf_unknown): Likewise. [PR libc/988]
7906
7907 1999-02-22 Ulrich Drepper <drepper@cygnus.com>
7908
7909 * sysdeps/unix/sysv/linux/ttyname.c: Use __xstat and __fxstat
7910 instead of stat and fstat.
7911 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
7912
7913 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7914
7915 * elf/dl-error.c (_dl_signal_cerror): New function.
7916 (_dl_signal_error): Don't call receiver function.
7917 * elf/dl-lookup.c (_dl_lookup_symbol): Call _dl_signal_cerror
7918 instead of _dl_signal_error when reporting references to undefined
7919 symbols or versions.
7920 (_dl_lookup_versioned_symbol): Likewise.
7921 (_dl_lookup_versioned_symbol_skip): Likewise.
7922 * elf/dl-version.c (match_symbol): Likewise.
7923
7924 * elf/ldsodefs.h: Declare _dl_signal_cerror.
7925
7926 1999-02-22 Ulrich Drepper <drepper@cygnus.com>
7927
7928 * misc/getttyent.c (getttyent): Release lock on stream later to
7929 also protect global variable zapchar.
7930
7931 * sysdeps/unix/sysv/linux/clock.c: Don't test return value of
7932 __times [PR libc/990].
7933
7934 1999-02-21 David S. Miller <davem@redhat.com>
7935
7936 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Fix
7937 parentheses in Feb 2 changes.
7938 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: Likewise.
7939
7940 1999-02-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7941
7942 * sysdeps/generic/glob.c (glob): Save previous errno.
7943
7944 1999-02-21 Ulrich Drepper <drepper@cygnus.com>
7945
7946 * sysdeps/generic/glob.c (glob): Enlarge buffers for reentrant
7947 lookup functions if it is too small.
7948
7949 1999-02-20 Ulrich Drepper <drepper@cygnus.com>
7950
7951 * elf/dl-deps.c (_dl_map_object_deps): Don't add dummy objects created
7952 for tracing to the scope lists.
7953 * elf/do-lookup.h: Remove test for l_opencount == 0 after above change.
7954 DT_SYMTAB is always available according to ELF spec.
7955
7956 * elf/dl-lookup.c (_dl_lookup_symbol_skip): Before first do_lookup
7957 call test whether there is any scope left.
7958 (_dl_lookup_versioned_symbol_skip): Likewise.
7959
7960 * elf/Makefile (distribute): Add do-lookup.h.
7961 * elf/do-lookup.h: New file. Split out from dl-lookup.c.
7962 * elf/dl-lookup.c: Move do_lookup function in separate file and
7963 include the file twice, for handling versioning and without it.
7964
7965 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
7966 entry is already relocated.
7967 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
7968 * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
7969 * sysdeps/mips/dl-machine.h (elf_machine_runtime_setup): Likewise.
7970 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
7971 Likewise.
7972 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
7973 Likewise.
7974 * sysdeps/mips/mips64/dl-machine.h (elf_machine_runtime_setup):
7975 Likewise.
7976
7977 * elf/dynamic-link.h (elf_get_dynamic_info): Take new argument with
7978 load address. Relocate d_ptr in DT_DTRTAB, DT_SYMTAB, DT_RELA, DT_REL,
7979 DT_JMPREL, DT_PLTGOT, and DT_VERSYM l_info entry.
7980 (_ELF_DYNAMIC_DO_RELOC): Take extra argument which specifies whether
7981 rel and rela relocations can both happen and skip one test if this
7982 is not possible.
7983 (ELF_DYNAMIC_DO_RELA, ELF_DYNAMIC_DO_REL): Call _ELF_DYNAMIC_DO_RELOC
7984 appropriately.
7985 * elf/dl-addr.c (_dl_addr): DT_SYMTAB and DT_STRTAB entries are
7986 already relocated.
7987 * elf/dl-deps.c (_dl_map_object_deps): DT_STRTAB entry is already
7988 relocated.
7989 * elf/dl-load.c (_dl_init_paths): DT_STRTAB entry is already relocated.
7990 (_dl_map_object_from_fd): Call elf_get_dynamic_info with new argument.
7991 (_dl_map_object): DT_STRTAB entry is already relocated.
7992 * elf/dl-lookup.c (do_lookup): DT_STRTAB and DT_SYMTAB entries are
7993 already relocated.
7994 * elf/dl-reloc.c (_dl_relocate_object): DT_STRTAB entry is already
7995 relocated.
7996 * elf/dl-runtime.c (fixup): DT_SYMTAB, DT_STRTAB, DT_JMPREL, and
7997 DT_VERSYM entries are already relocated.
7998 (profile_fixup): Likewise.
7999 * elf/dl-version.c: Rename VERSTAG macro into VERSYMIDX. Replace
8000 all users.
8001 (match_symbol): DT_STRTAB entry is already relocated.
8002 (_dl_check_map_versions): Likewise. Also fo DT_VERSYM.
8003 * elf/do-rel.h (elf_dynamic_do_rel): reladdr is now assumed to be
8004 relocated already. DT_SYMTAB and DT_VERSYM entries are also relocated.
8005 * elf/rtld.c (_dl_start): Pass extra argument to elf_get_dynamic_info.
8006 (find_needed): DT_STRTAB entry is already relocated.
8007 (dl_main): Pass extra argument to elf_get_dynamic_info.
8008 DT_STRTAB entry is already relocated.
8009 * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): DT_JMPREL and
8010 DT_PLTGOT entries are already relocated.
8011 (elf_machine_rela): Likewise for DT_SYMTAB.
8012 * sysdeps/arm/dl-machine.h (elf_machine_rel): DT_STRTAB is already
8013 relocated.
8014 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
8015 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
8016 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
8017 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
8018 * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Likewise.
8019 * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Likewise.
8020 (elf_machine_got_rel): Likewise for DT_SYMTAB and DT_STRTAB.
8021 * sysdeps/mips/mips64/dl-machine.h: Likewise.
8022
8023 * grp/initgroups.c (initgroups): If function in current module was
8024 successful don't stop but continue to process to get all the groups.
8025
8026 * elf/dl-load.c (_dl_map_object_from_fd): Use global
8027 _dl_pf_to_proot array to convert p_flags value.
8028 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
8029
8030 * elf/dynamic-link.h (elf_get_dynamic_info): Use memset instead of
8031 loop to clear `info'.
8032
8033 * sysdeps/i386/i486/bits/string.h: If fill byte is constant let gcc
8034 do the work and don't use inline assembler.
8035
8036 1999-02-19 Ulrich Drepper <drepper@cygnus.com>
8037
8038 * elf/ldsodefs.h (_dl_signal_error): Mark as __noreturn__.
8039 * elf/dl-load.c (lose): Make it a function at the toplevel, mark as
8040 noreturn, and prevent it from being inlined.
8041 Define LOSE appropriately.
8042 (_dl_map_object_from_fd): Compare all bytes in e_ident at once.
8043 Optimize decoding of p_flags for certain platforms.
8044
8045 1999-02-19 Philip Blundell <pb@nexus.co.uk>
8046
8047 * Makeconfig (link-libc): When doing a static link, make sure that
8048 libgcc.a is included both before and after libc.a.
8049
8050 1999-02-18 Thorsten Kukuk <kukuk@suse.de>
8051
8052 * nis/nss_compat/compat-spwd.c: Fix handling of default values for
8053 sp_warn, sp_inact, sp_expire and sp_flag.
8054
8055 1999-02-18 Ulrich Drepper <drepper@cygnus.com>
8056
8057 * elf/link.h (link_map): Add l_dev and l_ino.
8058 * elf/dl-load.c (_dl_map_object_from_fd): Test dev/ino of newly
8059 loaded shared object with all loaded objects. Initialize l_ino
8060 and l_dev in case it's new.
8061 * elf/rtld.c (dl_main): Explain situation is l_dev/l_ino with main
8062 object.
8063 * elf/Makefile: Compile and run new test.
8064 * elf/multiload.c: New file.
8065
8066 * nss/nsswitch.h (service_user): Change name field from const char *
8067 to char[0].
8068 (name_database_entry): Likewise.
8069 * nss/nsswitch.c (nss_parse_service_list): Adjust memory allocation
8070 for change of `service_user'.
8071 (nss_getline): Adjust memory allocation for change of
8072 `name_database_entry'.
8073
8074 * catgets/catgets.c: Correctly handle NLSPATH from environment
8075 [PR libc/980].
8076
8077 * io/Makefile (routines): Add lock64.
8078 * io/Versions: Add lockf64 for GLIBC_2.1.1.
8079 * sysdeps/generic/lockf64.c: New file.
8080
8081 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
8082
8083 * string/bits/string2.h: Only use strncmp optimization if count
8084 argument is constant.
8085
8086 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>
8087
8088 * sysdeps/mach/hurd/revoke.c: New file.
8089
8090 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
8091
8092 * wctype/wctype.h (_ISwbit): Cast result of shift operations to
8093 int to avoid warning about `ISO C restricts enumerator values to
8094 range of `int''.
8095
8096 1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8097
8098 * elf/dlfcn.h: Fix typo.
8099 * sysdeps/generic/bits/dlfcn.h: Likewise.
8100 * sysdeps/mips/bits/dlfcn.h: Likewise.
8101
8102 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
8103
8104 * sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags
8105 for the case N == 0.
8106
8107 * db2/Makefile (distribute): Add LICENSE.
8108
8109 1999-02-03 Jeff Bailey <jbailey@nisa.net>
8110
8111 * sysdeps/unix/make_errlist.c: Add i18n and copyright to
8112 generated files.
8113
8114 * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Fix typo.
8115
8116 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
8117
8118 * time/mktime.c: Use ISO C form for function definitions and
8119 remove unnecessary prototypes.
8120
8121 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo in last change.
8122
8123 * time/time.h: Avoid unneccesary #ifdef.
8124
8125 1999-02-15 Geoff Keating <geoffk@ozemail.com.au>
8126
8127 * stdio-common/_itoa.c (_itoa): Correct parameters to
8128 udiv_qrnnd_preinv.
8129
8130 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8131
8132 * misc/sys/cdefs.h: Undefine __PMT since it might be defined
8133 before (e.g. in glob.h).
8134 Closes PR libc/959.
8135
8136 1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8137
8138 * sysdeps/mips/fpu_control.h: Fix typo.
8139 Patch by Sylvain Pion <Sylvain.Pion@sophia.inria.fr>.
8140 Remove __setfpucw.
8141
8142 1999-02-10 Roland McGrath <roland@baalperazim.frob.com>
8143
8144 * sysdeps/mach/hurd/pipe.c (__pipe): Don't call __socket_shutdown on
8145 the "unused" ends of the sockets. Let pipes be bidirectional.
8146
8147 1999-02-15 Ulrich Drepper <drepper@cygnus.com>
8148
8149 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Correct test for
8150 invalid ai_flags.
8151
8152 1999-02-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8153
8154 * manual/llio.texi (Waiting for I/O): Correct meaning. Patch by
8155 Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/969].
8156
8157 * manual/setjmp.texi (Non-Local Exits and Signals): Fix
8158 typo. Patch by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/970].
8159
8160 1999-02-15 Ulrich Drepper <drepper@cygnus.com>
8161
8162 * string/Versions: Add __strverscmp to GLIBC_2.1.1.
8163
8164 1999-02-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
8165
8166 * misc/syslog.c (vsyslog): Remember errno for %m format. Fix
8167 check for priority mask.
8168
8169 1999-02-14 Ulrich Drepper <drepper@cygnus.com>
8170
8171 * resolv/netdb.h (AI_NUMERICHOST): Change to 4.
8172 Reported by Craig Metz <cmetz@inner.net> .
8173
8174 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8175
8176 * stdio-common/Makefile (tests): tllformat added.
8177
8178 * stdio-common/tllformat.c: New program, based on tiformat.c with
8179 examples from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
8180
8181 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
8182
8183 * posix/test-vfork.c: Fix exit status test.
8184
8185 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8186
8187 * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Add some
8188 missing cases. Reported by Craig Metz <cmetz@inner.net> [PR libc/964].
8189
8190 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
8191
8192 * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
8193 of separare explicit comparisons.
8194
8195 1999-02-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
8196
8197 * sysdeps/wordsize-64/inttypes.h: Always define ldiv_t if not yet
8198 defined.
8199
8200 * sysdeps/wordsize-32/inttypes.h: Always define lldiv_t if not yet
8201 defined.
8202
8203 1999-02-09 Ulrich Drepper <drepper@cygnus.com>
8204
8205 * po/el.po: Update from translation team.
8206
8207 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8208
8209 * intl/locale.alias: Fix slovenian entry [PR libc/948].
8210
8211 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8212
8213 * elf/sprof.c: assert.h isn't used anymore, remove inclusion.
8214 * inet/ruserpass.c: Likewise.
8215 * locale/programs/stringtrans.c: Likewise.
8216 * locale/programs/localedef.c: Likewise.
8217 * nscd/grpcache.c: Likewise.
8218 * nss/nss_files/files-XXX.c: Likewise.
8219 * stdlib/canonicalize.c: Likewise.
8220 * sysdeps/posix/sigwait.c: Likewise.
8221
8222 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8223
8224 * sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison
8225 even on 64 bit platforms.
8226
8227 * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
8228 Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>.
8229
8230 1999-02-09 Ulrich Drepper <drepper@cygnus.com>
8231
8232 * intl/dcgettext.c: Include locale.h is available.
8233
8234 1999-02-08 Ulrich Drepper <drepper@cygnus.com>
8235
8236 * po/nl.po: Update from translation team.
8237
8238 * sysdeps/libm-i387/s_asinhf.S: Correct computing absolute value.
8239
8240 * Makefile: Allow calling goals for po subdir.
8241
8242 * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add missing RT
8243 signal definitions.
8244
8245 * po/el.po: New file.
8246
8247 1999-02-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
8248
8249 * elf/dl-load.c (_dl_map_object_from_fd): Replace magic constant
8250 when processing DT_SYMBOLIC objects.
8251
8252 1999-02-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
8253
8254 * elf/dl-load.c (_dl_map_object_from_fd): When looking for the
8255 program headers without PT_PHDR only require that they are
8256 contained within one of the loaded segments. Don't use assert,
8257 since that would be a bug in the object, not the dynamic linker.
8258
8259 1999-02-08 Richard Henderson <rth@cygnus.com>
8260
8261 * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Save and
8262 restore all call-clobbered fp regs.
8263
8264 1999-02-08 Ulrich Drepper <drepper@cygnus.com>
8265
8266 * po/cs.po: New file.
8267
8268 * resolv/res_hconf.c (_res_hconf_init): Don't use ENV_HOSTCONF for
8269 SUID binaries.
8270
8271 1999-02-07 Ulrich Drepper <drepper@cygnus.com>
8272
8273 * signal/signal.h: Don't declare __libc_allocate_rtsig.
8274 * include/signal.h: Declare __libc_allocate_rtsig here.
8275
8276 * elf/dl-lookup.c: Increment _dl_num_relocations in the four entry
8277 point functions, not do_lookup since the later can be called more
8278 than once.
8279
8280 1999-02-03 Jakub Jelinek <jj@ultra.linux.cz>
8281
8282 * sysdeps/generic/segfault.c: Add ADVANCE_STACK_FRAME
8283 macro, so that architectures which need to add some special
8284 offset to stack pointer can share this file.
8285
8286 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: New file.
8287 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: New file.
8288 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: New file.
8289 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: New file.
8290
8291 * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Remove.
8292 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Remove.
8293 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: New file - common
8294 between sparc32 and sparc64.
8295
8296 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Remove.
8297 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Remove.
8298 * sysdeps/unix/sysv/linux/sparc/vfork.S: New file - common
8299 between sparc32 and sparc64.
8300
8301 * sysdeps/unix/sysv/linux/sparc/sparc32/fork.S: Remove.
8302 * sysdeps/unix/sysv/linux/sparc/sparc64/fork.S: Remove.
8303 * sysdeps/unix/sysv/linux/sparc/fork.S: New file - common
8304 between sparc32 and sparc64.
8305
8306 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Remove.
8307 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Remove.
8308 * sysdeps/unix/sysv/linux/sparc/sysdep.S: New file - common
8309 between sparc32 and sparc64.
8310
8311 1999-02-07 Ulrich Drepper <drepper@cygnus.com>
8312
8313 * Versions.def: New version GLIBC_2.1.1 for libc.
8314 * stdlib/Versions: Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1.
8315 * stdlib/labs.c: Moved to...
8316 * sysdeps/generic/labs.c: ...here.
8317 * stdlib/llabs.c: Moved to...
8318 * sysdeps/generic/llabs.c: ...here.
8319 * stdlib/stdlib.h: Allow definition of ldiv_t and lldiv_t in other
8320 header. Declare _Exit.
8321 * sysdeps/generic/_exit.c: Add alias _Exit.
8322 * sysdeps/mach/hurd/_exit.c: Likewise.
8323 * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
8324 * sysdeps/standalone/i960/nindy960/_exit.c: Likewise.
8325 * sysdeps/standalone/m68k/m68020/mvme136/_exit.c: Likewise.
8326 * sysdeps/unix/_exit.c: Likewise.
8327 * sysdeps/wordsize-32/inttypes.h: Define imaxdiv_t and declare
8328 imaxdiv and imaxabs. Declare lldiv_t if necessary.
8329 * sysdeps/wordsize-64/inttypes.h: Likewise.
8330 * sysdeps/wordsize-32/llabs.c: New file.
8331 * sysdeps/wordsize-32/lldiv.c: New file.
8332 * sysdeps/wordsize-64/labs.c: New file.
8333 * sysdeps/wordsize-64/ldiv.c: New file.
8334 * manual/arith.texi: Document imaxabs, imaxdiv_t, and imaxdiv.
8335 * manual/startup.texi: Document _Exit.
8336
8337 1999-02-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8338
8339 * nscd/cache.c: Include <arpa/inet.h> for inet_ntop.
8340
8341 1999-02-06 Ulrich Drepper <drepper@cygnus.com>
8342
8343 * Versions.def: Add versions for ld.so.
8344 * csu/Versions: Remove __libc_stack_end here.
8345 * elf/Versions: Split libc definitions in libc and ld.so definitions.
8346 * elf/Makefile (ld-map): Change to ld.so.map.
8347 * scripts/versions.awk: Recognize dot in library names.
8348
8349 * ctype/ctype.h: Remove definitions of __tolower and __toupper.
8350 Don't use __tolower and __toupper in inline functions.
8351 Add optimizing macros for tolower and toupper.
8352 * ctype/ctype-extn.c (_tolower): Don't use __tolower.
8353 (_toupper): Don't use __toupper.
8354 * ctype/ctype.c (tolower): Don't use __tolower.
8355 (toupper): Don't use toupper.
8356
8357 * nscd/cache.c (prune_cache): Correct printing of debugging messages.
8358
8359 * resolv/Versions (libresolv): Export __ns_name_unpack and
8360 __ns_name_ntop.
8361 * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
8362 make it global. Change all users. Similar for ns_name_ntop.
8363 * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
8364 user-provided buffer. Use __ns_name_unpack and __ns_name_ntop
8365 directly to detect too small buffer.
8366 * resolv/nss_dns/dns-network.c: Likewise.
8367
8368 * stdio-common/Makefile (tests): Add scanf12.
8369 * stdio-common/scanf12.c: New file.
8370 * stdio-common/scanf12.input: New file.
8371 * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
8372 floating-point correctly if the number is invalid.
8373
8374 * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
8375 functions.
8376 * stdio-common/printf_fp.c: Likewise.
8377 * stdio-common/printf_fphex.c: Likewise.
8378 * stdio-common/vfprintf.c: Likewise.
8379
8380
8381 See ChangeLog.9 for earlier changes.
This page took 0.373692 seconds and 4 git commands to generate.