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