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