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