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