Update.
[platform/upstream/glibc.git] / ChangeLog
1 1999-12-02  Akira Yoshiyama  <yosshy@debian.or.jp>
2
3         * locale/lc-time.c (_nl_get_era_entry): Separate eras
4         initialization as _nl_init_era_entry().
5         * locale/lc-time.c (_nl_get_era_nf_entry): New function.
6         * locale/lc-time.c (_nl_get_era_year_offset): New function.
7         * locale/lc-time.c (_nl_get_era_year_start): New function.
8         * locale/localeinfo.h: Declare new functions.
9         Define ERA_NAME_FORMAT_MEMBERS, ERA_M_NAME, ERA_M_FORMAT, ERA_W_NAME,
10         and ERA_W_FORMAT.
11
12 1999-12-02  Ulrich Drepper  <drepper@cygnus.com>
13
14         * posix/regex.c (SYNTAX): Make more portable.
15         Patch by Aharon Robbins <arnold@skeeve.com>.
16
17 1999-11-18  Roland McGrath  <roland@baalperazim.frob.com>
18
19         * hurd/hurdsig.c (_hurdsig_init): If __hurd_threadvar_stack_mask is
20         nonzero, use cthread_fork to create the signal thread.
21         * hurd/msgportdemux.c (_hurd_msgport_receive): Initialize
22         _hurd_msgport_thread here (to self).
23         * sysdeps/mach/hurd/fork.c (__fork): When __hurd_sigthread_stack_end
24         is zero, instead compute child signal thread's starting SP from parent
25         signal thread's current SP and the threadvar_stack variables.
26         * hurd/Versions (GLIBC_2.1.3): Add cthread_fork, cthread_detach.
27         These are now referenced weakly by _hurdsig_init.
28
29         * hurd/report-wait.c (_S_msg_report_wait): Fix typo:
30         &_hurd_itimer_thread not &_hurd_msgport_thread.
31
32 1999-10-01  Roland McGrath  <roland@baalperazim.frob.com>
33
34         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Rewrite
35         without HURD_DPORT_USE to clean up warnings.
36         * hurd/dtable.c (get_dtable_port): Likewise.
37
38         * hurd/hurdioctl.c (rectty_dtable): Renamed to install_ctty.
39         (install_ctty): Do the changing of the cttyid port cell here, inside
40         the critical section while we holding the dtable lock.
41         (_hurd_setcttyid, tiocsctty, tiocnotty): Use that instead of changing
42         the port cell and calling rectty_dtable.
43         (_hurd_locked_install_cttyid): New function, split out of install_ctty.
44         (install_ctty): Use it inside a critical section, with the lock held.
45         * sysdeps/mach/hurd/setsid.c (__setsid): Use
46         _hurd_locked_install_cttyid to effect the cttyid and dtable changes
47         after proc_setsid, having held the dtable lock throughout.
48         * hurd/dtable.c (ctty_new_pgrp): With the dtable lock held, check the
49         cttyid port for null and bail out early if so.  The dtable lock
50         serializes us after any cttyid change and its associated dtable update.
51
52 1999-11-14  Roland McGrath  <roland@baalperazim.frob.com>
53
54         * sysdeps/mach/hurd/nfs/nfs.h: New file, empty but for comments.
55         Its presence lets librpcsvc compile ok.  This from Mark Kettenis.
56         We don't install this file for users.
57         * sysdeps/mach/hurd/Dist: Add it.
58         * sysdeps/mach/hurd/Makefile [$(subdir) = sunrpc] (sysdep_headers):
59         Append nfs/nfs.h here.
60
61 1999-12-01  Andreas Jaeger  <aj@suse.de>
62
63         * sysdeps/generic/if_index.c (__protocol_available): Add missing
64         int for parameter.
65
66         * stdio/stdio.h: Fix typo.
67         Patches by Marcus G. Daniels <mgd@santafe.edu>.
68
69 1999-12-01  Andreas Jaeger  <aj@suse.de>
70
71         * scripts/test-installation.pl (installation_problem): Filter out
72         libpthread_db.
73
74 1999-12-01  Andreas Schwab  <schwab@suse.de>
75
76         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Fix signedness of
77         __rlim_t and __rlim64_t.
78         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
79         * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
80
81 1999-12-01  Andreas Schwab  <schwab@suse.de>
82
83         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
84         oldgetrlimit64 and oldsetrlimit64 for subdir = resource.
85         * sysdeps/unix/sysv/linux/Versions: Add getrlimit, setrlimit,
86         getrlimit64 and setrlimit64 to version GLIBC_2.1.3.
87         * sysdeps/unix/sysv/linux/setrlimit.c: Correct handling of old and
88         new kernel version.  Add symbol versions.
89         * sysdeps/unix/sysv/linux/syscalls.list: Add oldsetrlimit and
90         oldgetrlimit.
91         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
92         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
93         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_getrlimit
94         and s_ugetrlimit.
95         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
96         * sysdeps/unix/sysv/linux/getrlimit.c: New file.
97         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
98         * sysdeps/unix/sysv/linux/oldgetrlimit64.c: New file.
99         * sysdeps/unix/sysv/linux/oldsetrlimit64.c: New file.
100         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
101         * sysdeps/unix/sysv/linux/alpha/oldgetrlimit64.c: New file.
102         * sysdeps/unix/sysv/linux/alpha/oldsetrlimit64.c: New file.
103         * sysdeps/unix/sysv/linux/sparc/sparc64/oldgetrlimit64.c: New
104         file.
105         * sysdeps/unix/sysv/linux/sparc/sparc64/oldsetrlimit64.c: New
106         file.
107
108 1999-12-01  Ulrich Drepper  <drepper@cygnus.com>
109
110         * sysdeps/generic/usleep.c: Fix typo.
111
112         * sysdeps/generic/sys/ptrace.h: Remove K&R compatibility.
113
114         * sysdeps/unix/Makefile (param.h.dep): Filter out sys/param.h
115         itself.
116
117         * sysdeps/unix/sysv/bits/utsname.h: Test for _SYS_UTSNAME_H, not
118         _UTSNAME_H.
119
120         * malloc/set-freeres.c: Really use already_called variable.
121
122         * libio/iosetbuffer.c: Use _IO_WSETBUF instead of constructing
123         function call directly.
124         * libio/iosetvbuf.c: Likewise.
125
126 1999-11-29  Ulrich Drepper  <drepper@cygnus.com>
127
128         * configure.in: Add AIX 4.3 support.
129
130         * iconvdata/gconv-modules: Correct alias for ISO-8859-10.  This
131         standard was issued in 1992.
132         Reported by Bruno Haible <haible@ilog.fr>.
133
134 1999-11-29  Thorsten Kukuk  <kukuk@suse.de>
135
136         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Add define for
137         SIGCLD als SIGCHLD.
138
139 1999-11-29  Andreas Jaeger  <aj@suse.de>
140
141         * manual/time.texi (Basic CPU Time): Better describe wrap around.
142         Patch by Andries Brouwer <Andries.Brouwer@cwi.nl>.
143
144 1999-11-29  Ulrich Drepper  <drepper@cygnus.com>
145
146         * iconvdata/gconv-modules: Fix typos in LATIN8/L8 aliases.
147         Patch by Bruno Haible <haible@ilog.fr>.
148
149 1999-11-29  Thorsten Kukuk  <kukuk@suse.de>
150
151         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Remove K&R compatibility.
152
153 1999-11-29  Andreas Schwab  <schwab@suse.de>
154
155         * sysdeps/m68k/bits/byteswap.h (__bswap_32): Rename local variable
156         __v to __bswap_32_v.
157         (__bswap_64): Rename local variables __v and __r to __bswap_64_v
158         and __bswap_64_r to avoid clash with __bswap_32 macro.
159
160 1999-11-28  Ulrich Drepper  <drepper@cygnus.com>
161
162         * iconvdata/t.61.c (CHARSET_NAME): Correct name to what is used in
163         gconv-modules.
164
165 1999-11-26  Ulrich Drepper  <drepper@cygnus.com>
166
167         * locale/programs/ld-ctype.c (allocate_arrays): Complete last
168         patch.  Use wch instead of idx to compute index.
169         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
170
171         * inet/rcmd.c (ruserok): Use iruserok2 not iruserok.
172
173         * locale/iso-3166.def: Update from latest official list.
174
175 1999-11-26  Thorsten Kukuk  <kukuk@suse.de>
176
177         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Include
178         asm/ptrace.h, since this will not be done with 2.3.xx automatically
179         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
180
181 1999-11-26  Andreas Jaeger  <aj@suse.de>
182
183         * libio/libioP.h: Remove duplicate declaration of _IO_wsetb.
184
185 1999-11-26  Andreas Jaeger  <aj@suse.de>
186
187         * inet/rcmd.c: Include stdlib for declaration of free.
188         Declare iruserok.
189
190 1999-11-25  Ulrich Drepper  <drepper@cygnus.com>
191
192         * iconv/gconv.c (__gconv): Always initialize
193         cd->__data[last_step].__outbuf and cd->__data[last_step].__outbufend.
194
195         * iconvdata/iso-2022-kr.c (EMIT_SHIFT_TO_INIT): Update number of
196         written bytes.
197         * iconvdata/iso-2022-jp.c: Likewise.
198
199 1999-11-25  H.J. Lu  <hjl@gnu.org>
200
201         * stdlib/exit.c (exit): Run funtions only if
202         __exit_funcs->idx > 0.
203
204 1999-11-25  Ulrich Drepper  <drepper@cygnus.com>
205
206         * manual/charset.texi (iconv Examples): Add iconv call to flush
207         state.  Reported by Andrew Clausen <clausen@alphalink.com.au>.
208
209 1999-11-25  Andreas Jaeger  <aj@suse.de>
210
211         * manual/install.texi (Running make install): Better describe
212         update from libc5.
213         Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
214
215 1999-11-25  Andreas Jaeger  <aj@suse.de>
216
217         * include/sys/mman.h: Remove K&R compatibility.
218
219 1999-11-15  Andreas Jaeger  <aj@suse.de>
220
221         * misc/sys/mman.h: Use __REDIRECT for mmap, correct prototype to
222         use __off64_t.
223
224 1999-11-25  Ulrich Drepper  <drepper@cygnus.com>
225
226         * iconv/iconv_prog.c (process_block): For stateful charsets write
227         out byte sequence to get to initial state at the end of the file.
228
229 1999-11-25  Andreas Schwab  <schwab@suse.de>
230
231         * Makeconfig: Include sys-dirs and sys-sorted earlier.
232         ($(common-objpfx)soversions.mk): Wait until subdirs is complete.
233         ($(common-objpfx)sysd-sorted): Emit marker when this file is
234         complete.
235
236 1999-11-24  Ulrich Drepper  <drepper@cygnus.com>
237
238         * manual/setjmp.texi: Many changes to correct bad English introduced
239         mainly by me.
240         * manual/time.texi: Likewise.
241         Patches by Neil Booth <neil@rosenet.ne.jp>.
242
243         * include/string.h: Remove K&R compatibility.
244
245 1999-11-23  Ulrich Drepper  <drepper@cygnus.com>
246
247         * sysdeps/unix/sysv/linux/bits/signum.h (SIGSYS): New definition.
248
249         * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_IEEE802_TR): Added.
250
251         * string/stratcliff.c: Add one more strchr test for something
252         which was reported to not work (which proofed to be wrong).
253
254         * iconv/skeleton.c: It's __is_last, not is_last.
255
256         * locale/programs/ld-ctype.c (ctype_finish): Correct method to find
257         the UCS value.
258         (allocate_arrays): Likewise.
259         (find_idx): Correctly increase array size.
260         Patches by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
261
262 1999-11-23  Thorsten Kukuk  <kukuk@suse.de>
263
264         * iconv/skeleton.c: Don't access next_step->fct if data->is_last
265         is true.
266
267 1999-11-23  Andreas Jaeger  <aj@suse.de>
268
269         * include/sys/select.h: Remove K&R compatibility.
270         * include/sys/statfs.h: Likewise.
271         * include/gnu/libc-version.h: Likewise.
272         * include/db_185.h: Likewise.
273         * include/dlfcn.h: Likewise.
274         * include/search.h: Likewise.
275         * include/setjmp.h: Likewise.
276         * include/signal.h: Likewise.
277         * include/stdio.h: Likewise.
278         * include/unistd.h: Likewise.
279
280 1999-11-23  Andreas Jaeger  <aj@suse.de>
281
282         * include/aio.h: Remove __THROW from internal interfaces.  __THROW
283         is only need in external header files that might be compiled by a
284         C++ compiler.
285         * include/alloca.h: Likewise.
286         * include/db.h: Likewise.
287         * include/dirent.h: Likewise.
288         * include/execinfo.h: Likewise.
289         * include/fpu_control.h: Likewise.
290         * include/glob.h: Likewise.
291         * include/grp.h: Likewise.
292         * include/libintl.h: Likewise.
293         * include/math.h: Likewise.
294         * include/math.h: Likewise.
295         * include/mntent.h: Likewise.
296         * include/mntent.h: Likewise.
297         * include/netdb.h: Likewise.
298         * include/pwd.h: Likewise.
299         * include/sched.h: Likewise.
300         * include/shadow.h: Likewise.
301         * include/stdlib.h: Likewise.
302         * include/sys/file.h: Likewise.
303         * include/sys/gmon.h: Likewise.
304         * include/sys/ioctl.h: Likewise.
305         * include/sys/socket.h: Likewise.
306         * include/sys/stat.h: Likewise.
307         * include/sys/sysinfo.h: Likewise.
308         * include/sys/time.h: Likewise.
309         * include/sys/times.h: Likewise.
310         * include/sys/uio.h: Likewise.
311         * include/sys/wait.h: Likewise.
312         * include/termios.h: Likewise.
313         * include/time.h: Likewise.
314         * include/ulimit.h: Likewise.
315         * include/utmp.h: Likewise.
316         * include/wchar.h: Likewise.
317
318 1999-11-22  Andreas Jaeger  <aj@suse.de>
319
320         * sunrpc/rpc_clntout.c (printbody): Fix -CLMNab output.
321         Patch by Jerry Perkins  <jrperkins@iname.com>, closes PR
322         libc/1456+1457.
323
324 1999-11-22  Jakub Jelinek  <jakub@redhat.com>
325
326         * sysdeps/generic/siglist.h: Avoid declaring the same field
327         twice if SIGPWR is defined to SIGLOST.
328         * sysdeps/sparc/sparc32/memcpy.S: bcopy takes size_t argument,
329         not signed, so we should not special case it for negative args.
330         * sysdeps/sparc/sparc32/sparcv9/memmove.c: Don't use generic
331         memmove, use the one provided in memcpy.S.
332         * sysdeps/sparc/sparc64/memcpy.S: bcopy should handle overlapping
333         copies like memmove, while the previous version worked like memcpy.
334         Implement optimized assembly memmove.
335         * sysdeps/sparc/sparc64/memmove.c: New file.
336
337 1999-11-23  Ulrich Drepper  <drepper@cygnus.com>
338
339         * po/cs.po: Update from translators.
340
341 1999-11-23  Andreas Jaeger  <aj@suse.de>
342
343         * sysdeps/mips/dl-machine.h (elf_machine_dynamic): New function.
344         (elf_machine_got): Removed, not needed anymore.
345         (ELF_MACHINE_RELOC_NOPLT): Removed.
346         (ELF_MACHINE_JMP_SLOT): Added.
347         (_RTLD_PROLOGUE): We use gcc, no need to check for __STDC__.
348         (_RTLD_EPILOGUE): Likewise.
349         (RESOLVE_GOTSYM): Use R_MIPS_REL32.
350         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise.
351         Based on patches from Maciej W. Rozycki <macro@ds2.pg.gda.pl> and
352         Ralf Baechle <baechle@uni-koblenz.de>.
353
354         * sysdeps/mips/mips64/dl-machine.h: Apply same patches.
355
356 1999-11-22  Ulrich Drepper  <drepper@cygnus.com>
357
358         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Don't use the charset
359         name from the locale name.  Only use the value in the LC_CTYPE
360         locale data file.
361
362         * locale/loadlocale.c (_nl_load_locale): Allow index of entry in
363         file be equal to file size.
364
365         * stdlib/longlong.h: Add count_trailing_zeros back.
366
367         * stdlib/longlong.h: Update from latest egcs version.
368
369 1999-11-22  Andreas Jaeger  <aj@suse.de>
370
371         * locale/programs/ld-collate.c (insert_value): Correct order of
372         arguments for lr_error call.
373
374         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add
375         __syscall_setrlimit.
376
377         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Include <sys/types.h>
378         for key_t.
379         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
380
381 1999-11-21  Ulrich Drepper  <drepper@cygnus.com>
382
383         * sysdeps/i386/fpu/libm-test-ulps: Increase error value for latest
384         gcc version.
385
386         * locale/programs/ld-ctype.c (ctype_read): Correctly implement
387         14652-style definition of new maps and classes.
388
389 1999-11-20  Ulrich Drepper  <drepper@cygnus.com>
390
391         * locale/programs/ld-monetary.c (monetary_finish): Don't print
392         individual error message if nothing is defined.
393
394         * locale/programs/ld-time.c (time_startup): Test for lr being
395         nonzero, not time.
396
397         * locale/programs/ld-numeric.c (numeric_finish): Don't crash if
398         decimal_point is not defined.
399
400         * wctype/wctrans.c (wctrans): Use correct base index to access
401         extra mapping tables.
402
403         * locale/loadlocale.c (_nl_load_locale): Use actual number of
404         entries from file and not the fixed (minimal number from the
405         langinfo.h list.
406
407         * locale/programs/ld-ctype.c (ctype_read): Fix reading of <U....>
408         values in charmaps.
409
410 1999-11-18  Paul Eggert  <eggert@twinsun.com>
411
412         * time/strftime.c (my_strftime): Some old compilers object to
413         '\a', so don't bother optimizing for it.
414
415 1999-11-19  Ulrich Drepper  <drepper@cygnus.com>
416
417         * sysdeps/unix/sysv/linux/setrlimit.c (__setrlimit): Don't modify
418         the rlimits structure passed in.
419
420 1999-11-19  Andreas Jaeger  <aj@suse.de>
421
422         * include/sys/resource.h (__setrlimit): Add prototype.
423
424 1999-11-19  Ulrich Drepper  <drepper@cygnus.com>
425
426         * elf/dl-load.c (_dl_init_paths): Allocate correct number of
427         entries for rtld_search_dirs[0].
428         Patch by David Mosberger <davidm@hpl.hp.com>.
429
430 1999-11-18  Ulrich Drepper  <drepper@cygnus.com>
431
432         * locale/programs/ld-ctype.c: Don't predefine the character
433         classes and mappings of ISO 14652.
434
435         * locale/programs/ld-ctype.c: Punt if character class definitions
436         to not consists of tok_bsymbol (for now).
437
438         * time/strptime.c (day_of_the_week): Make sure result is never
439         negative.
440         (strptime_internal): Allow %C without %y.
441
442 1999-11-18  Andreas Jaeger  <aj@suse.de>
443
444         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Sorted entries and added
445         comments.
446
447         * sysdeps/unix/sysv/linux/getpt.c: Include linux_fsinfo.h instead
448         of defining *_SUPER_MAGIC.
449         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
450
451 1999-11-18  Ulrich Drepper  <drepper@cygnus.com>
452
453         * locale/programs/locale.c: Don't handle LC_ALL together with the
454         other categories when printing the value.
455         Patch by Akira YOSHIYAMA <yosshy@tkf.att.ne.jp>.
456
457         * locale/locale.h: Correct comment about LC_ALL.
458
459 1999-11-17  Ulrich Drepper  <drepper@cygnus.com>
460
461         * locale/programs/ld-ctype.c (ctype_output): Correct computation of
462         nelems.  Correctly compute index for additional character classes.
463         (ctype_read): Handle charclass and charconv definitions.  Also
464         recognize arbitrary strings as mapping names.
465         * locale/programs/ld-time.c (time_finish): Correctly skip over wide
466         character era strings.
467         * locale/lc-time.c (_nl_get_era_entry): Correctly skip era name
468         and format for wide characters.
469         * time/strftime.c: Correctly determine era information for wide
470         wcsftime.
471         * wctype/wctrans.c: Fix after removal of second endianess table.
472         * wctype/wctype.h (_ISwbit): Correctly handle bits > 16.
473         Patches by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
474
475         * wcsmbs/wcwidth.h (internal_wcwidth): Reject non-printable characters.
476         * wcsmbs/wcswidth.c (wcswidth): Don't forget to decrement counter n.
477
478         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Remove greg_t,
479         gregset_t, fpregset_t, and NGREG definitions.
480
481         * locale/programs/ld-ctype.c: Implement character width information
482         handling.
483
484 1999-11-09  Andreas Jaeger  <aj@suse.de>
485
486         * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Add support for devfs.
487
488         * sysdeps/unix/sysv/linux/getpt.c (__getpt): Check for devfs.
489         Patch by German Jose Gomez Garcia <german@pinon.ccu.uniovi.es>.
490
491         * sysdeps/unix/sysv/linux/linux_fsinfo.h (DEVFS_SUPER_MAGIC): Added.
492
493 1999-11-17  Ulrich Drepper  <drepper@cygnus.com>
494
495         * sysdeps/gnu/netinet/tcp.h: Add TCP_CORK definition.
496
497 1999-11-07  Andreas Jaeger  <aj@suse.de>
498
499         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: New file with some
500         defines from Linux scsi_ioctl.h header.
501
502         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Added
503         scsi_ioctl.h.
504         * sysdeps/unix/sysv/linux/Dist: Likewise.
505
506         * sysdeps/unix/sysv/linux/scsi/sg.h: Synced with Linux 2.3.26;
507         pretty printed.
508
509         * sysdeps/unix/sysv/linux/scsi/scsi.h (TYPE_ENCLOSURE): Added to
510         sync with Linux 2.3.26.
511
512 1999-11-17  Andreas Jaeger  <aj@suse.de>
513
514         * shlib-versions: Allow mipsel for libm.
515         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
516
517 1999-11-16  Andreas Jaeger  <aj@suse.de>
518
519         * math/fenv.h: Fix typos in comments.  Reported by Andreas Schwab.
520
521 1999-11-16  Ulrich Drepper  <drepper@cygnus.com>
522
523         * locale/programs/ld-ctype.c (set_class_defaults): Set default
524         value for alpha and alnum correctly.
525
526         * locale/programs/ld-address.c (address_output): Fix output of
527         country_num.
528
529 1999-11-15  Ulrich Drepper  <drepper@cygnus.com>
530
531         * timezone/asia: Update from tzdata1999j.
532         * timezone/australasia: Likewise.
533         * timezone/europe: Likewise.
534         * timezone/northamerica: Likewise.
535         * timezone/southamerica: Likewise.
536         * timezone/zone.tab: Likewise.
537
538 1999-11-14  Ulrich Drepper  <drepper@cygnus.com>
539
540         * sysdeps/unix/sysv/linux/sys/procfs.h: Remove duplicate definitions.
541         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
542         * sysdeps/unix/sysv/linux/arm/sys/procfs.h: Likewise.
543         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Likewise.
544         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
545
546 1999-11-15  Andreas Jaeger  <aj@suse.de>
547
548         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
549         __syscall_setrlimit.
550         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
551
552 1999-11-14  Ulrich Drepper  <drepper@cygnus.com>
553
554         * scripts/versions.awk: Don't expect to read predecessor versions,
555         compute them.
556         * Versions.def: Remove predecessors.  They now get computed.
557
558 1999-11-14  Ulrich Drepper  <drepper@cygnus.com>
559
560         * sysdeps/unix/sysv/linux/execve.c: Add __syscall_execve prototype.
561         * sysdeps/unix/sysv/linux/setrlimit.c: Add __syscall_setrlimit
562         prototype.
563         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add setrlimit.
564         * sysdeps/powerpc/stackinfo.h: New file.
565         Patches by Franz Sirl <Franz.Sirl@lauterbach.com>.
566
567 1999-11-13  Roland McGrath  <roland@baalperazim.frob.com>
568
569         * Versions.def (libc): Move GLIBC_2.2 dependency from GLIBC_2.1.1 to
570         GLIBC_2.1.3.
571
572 1999-11-13  Roland McGrath  <roland@baalperazim.frob.com>
573
574         * hurd/Versions (GLIBC_2.1.3): Define, adding directory_name_split and
575         hurd_directory_name_split.
576         * Versions.def (libc): Add GLIBC_2.1.3.
577
578 1999-11-09  Roland McGrath  <roland@baalperazim.frob.com>
579
580         * hurd/report-wait.c (describe_port): Return char * and use __stpcpy
581         to return the location of the null byte written into the string.
582         (describe_number): Likewise.
583         (describe_number): Remove assert, not always used with #.
584         If FLAVOR is null, don't use it.
585         (describe_number): Take signed argument and print a - if negative.
586         (_S_msg_report_wait): Report system call number for system calls that
587         aren't mach_msg.  Soup up reporting for mach_msg: If destination port
588         matches SS->intr_port, bracket port description with [...] to indicate
589         a Hurd interruptible RPC; if destination port is null, examine the
590         receive port and report that state; if receive port is also null,
591         check for timeout and report its value.
592         * sysdeps/mach/hurd/i386/intr-msg.h (MSG_EXAMINE): Return int that is
593         zero iff we managed to examine the stack; take new args RCV_NAME,
594         SEND_NAME, OPTION, and TIMEOUT to fill in with mach_msg args.
595
596         * hurd/report-wait.c (describe_port): Recognize MACH_PORT_NULL and
597         MACH_PORT_DEAD specially.
598
599 1999-10-04  Roland McGrath  <roland@baalperazim.frob.com>
600
601         * hurd/hurdlookup.c (__hurd_directory_name_split): New function.
602         (__directory_name_split): New function.
603         * hurd/hurd.h: Declare them.
604         * sysdeps/mach/hurd/rmdir.c: Use __directory_name_split instead of
605         __file_name_split, so we ignore trailing slashes properly.
606         * sysdeps/mach/hurd/rename.c: Likewise.
607
608 1999-11-13  Thorsten Kukuk  <kukuk@suse.de>
609
610         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Add SIGPWR define
611         from current kernel headers.
612
613         * sunrpc/key_call.c: Use /usr/etc/keyenvoy only if we don't have
614         SO_PASSCRED defined.
615
616 1999-11-12  Ulrich Drepper  <drepper@cygnus.com>
617
618         * locale/C-ctype.c: Fix typo in char class name.
619
620         * configure.in: Allow user so specify --enable-kernel=current.
621
622 1999-11-12  Thorsten Kukuk  <kukuk@suse.de>
623
624         * nis/nss_nisplus/nisplus-publickey.c: Check for snprintf return value.
625
626         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Follow changes from
627         i386 version.
628         * sysdeps/unix/sysv/linux/arm/sys/procfs.h: Likewise.
629         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
630         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
631         * sysdeps/unix/sysv/linux/sys/procfs.h: Likewise.
632
633 1999-11-12  Ulrich Drepper  <drepper@cygnus.com>
634
635         * intl/locale.alias: Add Estonian entries.
636         Patch by Marko Kreen <marko@et.ee> [PR libc/1444].
637
638 1999-11-02  Andreas Jaeger  <aj@suse.de>
639
640         * Versions.def: Add version GLIBC_2.2 for libm.
641         * math/fenv.h: Add prototypes for fegetexcept, feenableexcept and
642         fedisableexcept.
643         * sysdeps/generic/feenablxcpt.c: Stub file.
644         * sysdeps/generic/fedisblxcpt.c: Stub file.
645         * sysdeps/generic/fegetexcept.c: Stub file.
646         * sysdeps/i386/fpu/fedisblxcpt.c: New file.
647         * sysdeps/i386/fpu/feenablxcpt.c: New file.
648         * sysdeps/i386/fpu/fegetexcept.c: New file.
649         * math/Makefile (libm-support): Add new files.
650         * math/Versions: Add new functions with version GLIBC_2.2.
651         * manual/arith.texi (Control Functions): Document fegetexcept,
652         feenableexcept and fedisableexcept.
653
654 1999-11-01  Wolfram Gloger  <wg@malloc.de>
655
656         * malloc/malloc.h: Describe __malloc_initialize_hook.
657         * manual/memory.texi: Document __malloc_initialize_hook.
658
659 1999-11-11  Ulrich Drepper  <drepper@cygnus.com>
660
661         * sysdeps/unix/sysv/linux/setrlimit.c: Correctly use rlimits.
662
663 1999-11-09  Andreas Jaeger  <aj@suse.de>
664
665         * sysdeps/unix/getlogin_r.c (getlogin_r): Sync with getlogin
666         implementation for ttyname_r call; fix inverted condition; return
667         ut_user.
668         Closes PR libc/1438.
669
670 1999-11-10  Ulrich Drepper  <drepper@cygnus.com>
671
672         * math/fenv.h: Include bits/fenvinline.h if optimizing.
673         * sysdeps/powerpc/fpu/bits/fenv.h: Remove inline functions.  Moved to..
674         * sysdeps/powerpc/fpu/bits/fenvinline.h: ...here.  New file.
675         * sysdeps/generic/bits/fenv.h: New file.
676
677 1999-11-10  Ulrich Drepper  <drepper@cygnus.com>
678
679         * misc/tst-efgcvt.c (output_r_error): Remove extra parameter to
680         printf call.
681
682 1999-11-10  Andreas Jaeger  <aj@suse.de>
683
684         * misc/tst-efgcvt.c: Also test ecvt_r and fcvt_r.
685
686 1999-11-10  Andreas Jaeger  <aj@suse.de>
687
688         * string/strsignal.c (strsignal): Correct check for snprintf
689         return value.
690         * argp/argp-fmtstream.c (__argp_fmtstream_printf): Likewise.
691
692         * misc/efgcvt_r.c (APPEND): Correct check for too small buffer
693         according to changed snprintf return value.
694         Reported by Lawrence K. Chen <lchen@opentext.com>.
695
696         * misc/tst-efgcvt.c (special): Add tests for a too small buffer
697         for ecvt_r and fcvt_r.
698
699 1999-11-09  Ulrich Drepper  <drepper@cygnus.com>
700
701         * elf/dl-load.c (_dl_dst_count): Allow $ORIGIN to point to
702         directory with the reference since this is as secure as using the
703         object with the dependency.
704         (_dl_dst_substitute): Likewise.
705
706         * elf/dl-load.c (_dl_dst_count): Change strings in first two
707         strncmp calls to allow reuse.
708         (_dl_dst_substitute): Likewise.
709
710 1999-11-01  Arnold D. Robbins  <arnold@skeeve.com>
711
712         * posix/regex.c (init_syntax_once): move below definition of
713         ISALNUM etc., then use ISALNUM to init the table, so that
714         the word ops will work if i18n'ed.
715         (SYNTAX): And subscript with 0xFF for 8bit character sets.
716
717 1999-11-09  Andreas Jaeger  <aj@suse.de>
718
719         * sysdeps/unix/getlogin_r.c (getlogin_r): Sync with getlogin
720         implementation for ttyname_r call; fix inverted condition; return
721         ut_user.  Closes PR libc/1438.
722
723 1999-11-09  Ulrich Drepper  <drepper@cygnus.com>
724
725         * timezone/checktab.awk: Update from tzcode1999h.
726         * timezone/africa: Update from tzdata1999i.
727         * timezone/asia: Likewise.
728         * timezone/australasia: Likewise.
729         * timezone/backward: Likewise.
730         * timezone/europe: Likewise.
731         * timezone/northamerica: Likewise.
732         * timezone/southamerica: Likewise.
733         * timezone/iso3166.tab: Likewise.
734         * timezone/zone.tab: Likewise.
735
736         * sysdeps/unix/sysv/linux/bits/resource.h: Define values also as
737         macros.  Patch by brg@csua.berkeley.edu [PR libc/1439].
738
739 1999-11-09  Andreas Jaeger  <aj@suse.de>
740
741         * posix/Makefile (tests): Added tst-getlogin.
742
743         * posix/tst-getlogin.c: New file, contains simple tests for
744         getlogin and getlogin_r.
745
746 1999-11-09  Andreas Schwab  <schwab@suse.de>
747
748         * misc/syslog.c: For LOG_PERROR only append a newline if
749         necessary.
750
751 1999-11-08  Ulrich Drepper  <drepper@cygnus.com>
752
753         * elf/elf.h: Add STT_REGISTER, STT_HP_OPAQUE, and STT_ST_STUB
754         definitions.
755
756 1999-11-08  Andreas Jaeger  <aj@suse.de>
757
758         * locale/findlocale.c (_nl_find_locale): Free normalized_codeset;
759         this fixes a memory leak (closes PR libc/1435).
760
761         * intl/l10nflist.c (_nl_normalize_codeset): Update comment to
762         reflect memory allocation.
763
764         * intl/loadinfo.h: Comment _nl_normalize_codeset, comment memory
765         allocation in _nl_explode_name.
766
767 1999-11-06  Andreas Jaeger  <aj@suse.de>
768
769         * time/tzset.c: Use __libc_lock_define_initialized for tzset_lock
770         to initialize it.
771         Reported by wes@surety.com, closes PR libc/1432.
772
773 1999-11-05  Geoff Keating  <geoffk@cygnus.com>
774
775         * sysdeps/powerpc/fpu/bits/fenv.h: Don't put commas at the end of
776         enumerator lists (-pedantic complains).
777         (feraiseexcept): Use i#*X as the constraint.  Fix a bug in the
778         test for 'one bit set'.
779         (feclearexcept): Likewise.
780
781 1999-11-05  Ulrich Drepper  <drepper@cygnus.com>
782
783         * sysdeps/unix/sysv/linux/setrlimit.c: New file.
784
785         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Adjust
786         for kernel changes.
787         * sysdeps/unix/sysv/linux/bits/types.h (__rlim_t, __rlim64_t): Make
788         unsigned.
789
790 1999-10-04  Tim Waugh  <twaugh@redhat.com>
791
792         * posix/wordexp-test.c: More tests.
793
794         * posix/wordexp.c (wordexp): Explicit null words should be kept.
795
796 1999-11-04  Shinya Hanataka  <hanataka@abyss.rim.or.jp>
797
798         * locale/programs/linereader.c (get_string): Correct type of buf2
799         variable.
800         * locale/programs/ld-ctype.c (ctype_output): Store index correctly
801         for _NL_CTYPE_INDIGITS_MB_LEN, _NL_CTYPE_INDIGITS_WC_LEN,
802         _NL_CTYPE_INDIGITS*_MB, _NL_CTYPE_OUTDIGIT*_MB, and
803         _NL_CTYPE_OUTDIGIT*_WC.
804         (allocate_arrays): Completely initialize mapping tables.
805         * locale/programs/ld-time.c (time_startup): We need the wide car
806         string.
807         (time_finish): Correct handling of era.
808         (time_output): Fix a few array indeces.
809         (time_read): Pass the repertoire map to lr_token.
810
811 1999-11-03  Ulrich Drepper  <drepper@cygnus.com>
812
813         * Versions.def: Add version for libthread_db.
814
815 1999-11-02  Andreas Jaeger  <aj@suse.de>
816
817         * manual/header.texi (Library Summary): The command @indexfonts
818         doesn't exist anymore, use @smallfonts instead.
819
820 1999-11-02  Ulrich Drepper  <drepper@cygnus.com>
821
822         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Include sys/ucontext.h
823         instead of duplicating definitions.
824
825 1999-11-01  Ulrich Drepper  <drepper@cygnus.com>
826
827         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Add more pr* types used
828         by the debugger.
829         * sysdeps/unix/sysv/linux/arm/sys/procfs.h: Likewise.
830         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Likewise.
831         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
832         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
833         * sysdeps/unix/sysv/linux/sys/procfs.h: Likewise.
834
835 1999-11-01  Ulrich Drepper  <drepper@cygnus.com>
836
837         * sysdeps/unix/sysv/linux/net/if_arp.h: Add ARPHDR_HWX25.
838
839         * sysdeps/unix/sysv/linux/kernel-features.h
840         (__ASSUME_NEW_GETRLIMIT_SYSCALL): New definition.
841         * sysdeps/unix/sysv/linux/i386/getrlimit.c: New file.
842
843         * manual/texinfo.tex: Updated.
844
845 1999-11-01  Andreas Jaeger  <aj@suse.de>
846
847         * sysdeps/unix/sysv/linux/sys/reboot.h: Remove K&R compatibility.
848
849         * inet/gethstbynm2_r.c: Reorder addresses.
850
851 1999-09-11  Paul Eggert  <eggert@twinsun.com>
852
853         * posix/glob.h (glob): If #defining to glob64, do this before
854         declaring it, so that all declarations and uses match, and do not
855         declare glob64, to avoid a declaration clash.
856         (globfree): Likewise with globfree64.
857
858 1999-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
859
860         * sysdeps/generic/glob.c (prefix_array) [__MSDOS__,WINDOWS32]:
861         Keep the trailing slash unless DIRNAME is just "x:/".
862
863 1999-10-11  Andreas Jaeger  <aj@suse.de>
864
865         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_KERNEL): Added.
866         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
867         Closes PR libc/1384.
868
869 1999-10-20  Andreas Schwab  <schwab@suse.de>
870
871         * math/Makefile (libm-tests-generated): Remove libm-test.stmp.
872         (generated): Add it here.
873         (before-compile): Add libm-test.c.
874         ($(addprefix $(objpfx), $(libm-tests-generated))): Depend on
875         libm-test.stmp.
876         ($(objpfx)libm-test.stmp): Use $(objpfx) instead of
877         $(objdir)/math/.
878
879 1999-10-31  Ulrich Drepper  <drepper@cygnus.com>
880
881         * Makefile (pdf): New goal.
882         * manual/Makefile: Add definitions and rules for PDF generation.
883
884         * Versions.def (libm): Add GLIBC_2.1.3.
885
886         ISO C99 TR1 changes various fe* functions to return an error value.
887         * math/Versions [GLIBC_2.1.3]: Add feclearexcept, fegetexceptflag,
888         feraiseexcept, fesetexceptflag, fegetenv, fesetenv, and feupdateenv.
889         * sysdeps/alpha/fpu/fclrexcpt.c: Return value and add alias.
890         * sysdeps/alpha/fpu/fegetenv.c: Likewise.
891         * sysdeps/alpha/fpu/fesetenv.c: Likewise.
892         * sysdeps/alpha/fpu/feupdateenv.c: Likewise.
893         * sysdeps/alpha/fpu/fgetexcptflg.c: Likewise.
894         * sysdeps/alpha/fpu/fraiseexcpt.c: Likewise.
895         * sysdeps/alpha/fpu/fsetexcptflg.c: Likewise.
896         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
897         * sysdeps/arm/fpu/fegetenv.c: Likewise.
898         * sysdeps/arm/fpu/fesetenv.c: Likewise.
899         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
900         * sysdeps/arm/fpu/fsetexcptflg.c: Likewise.
901         * sysdeps/generic/fclrexcpt.c: Likewise.
902         * sysdeps/generic/fegetenv.c: Likewise.
903         * sysdeps/generic/fesetenv.c: Likewise.
904         * sysdeps/generic/feupdateenv.c: Likewise.
905         * sysdeps/generic/fgetexcptflg.c: Likewise.
906         * sysdeps/generic/fraiseexcpt.c: Likewise.
907         * sysdeps/generic/fsetexcptflg.c: Likewise.
908         * sysdeps/i386/fpu/fclrexcpt.c: Likewise.
909         * sysdeps/i386/fpu/fegetenv.c: Likewise.
910         * sysdeps/i386/fpu/fesetenv.c: Likewise.
911         * sysdeps/i386/fpu/feupdateenv.c: Likewise.
912         * sysdeps/i386/fpu/fgetexcptflg.c: Likewise.
913         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
914         * sysdeps/i386/fpu/fsetexcptflg.c: Likewise.
915         * sysdeps/m68k/fpu/fclrexcpt.c: Likewise.
916         * sysdeps/m68k/fpu/fegetenv.c: Likewise.
917         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
918         * sysdeps/m68k/fpu/feupdateenv.c: Likewise.
919         * sysdeps/m68k/fpu/fgetexcptflg.c: Likewise.
920         * sysdeps/m68k/fpu/fraiseexcpt.c: Likewise.
921         * sysdeps/m68k/fpu/fsetexcptflg.c: Likewise.
922         * sysdeps/mips/fclrexcpt.c: Likewise.
923         * sysdeps/mips/fegetenv.c: Likewise.
924         * sysdeps/mips/fesetenv.c: Likewise.
925         * sysdeps/mips/feupdateenv.c: Likewise.
926         * sysdeps/mips/fgetexcptflg.c: Likewise.
927         * sysdeps/powerpc/fclrexcpt.c: Likewise.
928         * sysdeps/powerpc/fegetenv.c: Likewise.
929         * sysdeps/powerpc/fesetenv.c: Likewise.
930         * sysdeps/powerpc/feupdateenv.c: Likewise.
931         * sysdeps/powerpc/fgetexcptflg.c: Likewise.
932         * sysdeps/powerpc/fraiseexcpt.c: Likewise.
933         * sysdeps/powerpc/fsetexcptflg.c: Likewise.
934         * sysdeps/sparc/fpu/fclrexcpt.c: Likewise.
935         * sysdeps/sparc/fpu/fegetenv.c: Likewise.
936         * sysdeps/sparc/fpu/fesetenv.c: Likewise.
937         * sysdeps/sparc/fpu/feupdateenv.c: Likewise.
938         * sysdeps/sparc/fpu/fgetexcptflg.c: Likewise.
939         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
940         * sysdeps/sparc/fpu/fsetexcptflg.c: Likewise.
941         * math/fenv.h: Adjust prototypes.: Likewise.
942         * manual/arith.texi: Adjust documentation for these changes.
943
944         * manual/arith.texi: Document feraiseexcept.
945
946         * sysdeps/powerpc/fegetenv.c: Moved to...
947         * sysdeps/powerpc/fpu/fegetenv.c: ...here.
948         * sysdeps/powerpc/fegetround.c: Moved to...
949         * sysdeps/powerpc/fpu/fegetround.c: ...here.
950         * sysdeps/powerpc/feholdexcpt.c: Moved to...
951         * sysdeps/powerpc/fpu/feholdexcpt.c: ...here.
952         * sysdeps/powerpc/fesetenv.c: Moved to...
953         * sysdeps/powerpc/fpu/fesetenv.c: ...here.
954         * sysdeps/powerpc/fenv_libc.h: Moved to...
955         * sysdeps/powerpc/fpu/fenv_libc.h: ...here.
956         * sysdeps/powerpc/feupdateenv.c: Moved to...
957         * sysdeps/powerpc/fpu/feupdateenv.c: ...here.
958         * sysdeps/powerpc/fgetexcptflg.c: Moved to...
959         * sysdeps/powerpc/fpu/fgetexcptflg.c: ...here.
960         * sysdeps/powerpc/fraiseexcpt.c: Moved to...
961         * sysdeps/powerpc/fpu/fraiseexcpt.c: ...here.
962         * sysdeps/powerpc/fsetexcptflg.c: Moved to...
963         * sysdeps/powerpc/fpu/fsetexcptflg.c: ...here.
964         * sysdeps/powerpc/ftestexcept.c: Moved to...
965         * sysdeps/powerpc/fpu/ftestexcept.c: ...here.
966         * sysdeps/powerpc/fesetround.c: Moved to...
967         * sysdeps/powerpc/fpu/fesetround.c: ...here
968         * sysdeps/powerpc/fenv_const.c: Moved to...
969         * sysdeps/powerpc/fpu/fenv_const.c: ...here.
970
971         * sysdeps/mips/fclrexcpt.c: Moved to...
972         * sysdeps/mips/fpu/fclrexcpt.c: ...here.
973         * sysdeps/mips/fegetenv.c: Moved to...
974         * sysdeps/mips/fpu/fegetenv.c: ...here.
975         * sysdeps/mips/fegetround.c: Moved to...
976         * sysdeps/mips/fpu/fegetround.c: ...here.
977         * sysdeps/mips/fesetenv.c: Moved to...
978         * sysdeps/mips/fpu/fesetenv.c: ...here.
979         * sysdeps/mips/fesetround.c: Moved to...
980         * sysdeps/mips/fpu/fesetround.c: ...here.
981         * sysdeps/mips/feupdateenv.c: Moved to...
982         * sysdeps/mips/fpu/feupdateenv.c: ...here.
983         * sysdeps/mips/fgetexcptflg.c: Moved to...
984         * sysdeps/mips/fpu/fgetexcptflg.c: ...here.
985         * sysdeps/mips/ftestexcept.c: Moved to...
986         * sysdeps/mips/fpu/ftestexcept.c: ...here.
987
988 1999-10-29  Jakub Jelinek  <jakub@redhat.com>
989
990         * stdlib/longlong.h: Avoid UDIV_TIME redefinition.
991         * sysdeps/sparc/sparc32/dl-machine.h: Fix loading of SPARC v8plus
992         libraries from statically linked programs.
993         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: POSIX 199309
994         fix for sigaction on SPARC.
995         Patches by David S. Miller <davem@redhat.com>.
996
997         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h: Declare
998         gregset_t and other required structures and defines for SPARC 64bit
999         ABI as well, not only 32bit ABI.
1000
1001 1999-10-31  Andreas Jaeger  <aj@suse.de>
1002
1003         * sysdeps/sparc/sparc64/fpu/bits/huge_val.h: Replace __USE_ISOC9X
1004         by __USE_ISOC99 and update comments.
1005
1006         * math/complex.h: Update comments for ISO C99.
1007         * math/fenv.h: Likewise.
1008         * math/test-fenv.c: Likewise.
1009         * math/tgmath.h: Likewise.
1010         * libio/stdio.h: Likewise.
1011         * posix/sys/types.h: Likewise.
1012         * sysdeps/generic/inttypes.h: Likewise.
1013         * sysdeps/generic/stdint.h: Likewise.
1014
1015 1999-10-31  Ulrich Drepper  <drepper@cygnus.com>
1016
1017         * manual/creature.texi (Feature Test Macros): Mention _ISOC99_SOURCE.
1018
1019         * includes/features.h: Replace __USE_ISOC9X by __USE_ISOC99 and also
1020         recognize _ISOC99_SOURCE.
1021         * libio/stdio.h: Likewise.
1022         * math/math.h: Likewise.
1023         * math/bits/mathcalls.h: Likewise.
1024         * math/stdio.h: Likewise.
1025         * stdlib/stdlib.h: Likewise.
1026         * sysdeps/alpha/fpu/bits/mathdef.h: Likewise.
1027         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
1028         * sysdeps/arm/bits/huge_val.h: Likewise.
1029         * sysdeps/generic/bits/mathdef.h: Likewise.
1030         * sysdeps/i386/bits/huge_val.h: Likewise.
1031         * sysdeps/i386/fpu/bits/mathdef.h: Likewise.
1032         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
1033         * sysdeps/ieee754/bits/huge_val.h: Likewise.
1034         * sysdeps/m68k/bits/huge_val.h: Likewise.
1035         * sysdeps/m68k/fpu/bits/mathdef.h: Likewise.
1036         * sysdeps/m68k/fpu/bits/mathinline.h: Likewise.
1037         * sysdeps/powerpc/bits/mathdef.h: Likewise.
1038         * sysdeps/powerpc/bits/mathinline.h: Likewise.
1039         * sysdeps/sparc/fpu/bits/mathdef.h: Likewise.
1040         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
1041         * sysdeps/sparc/sparc32/fpu/bits/huge_val.h: Likewise.
1042         * wcsmbs/wchar.h: Likewise.
1043
1044         * sysdeps/powerpc/bits/mathdef.h: Moved to...
1045         * sysdeps/powerpc/fpu/bits/mathdef.h: ...here.
1046         * sysdeps/powerpc/bits/mathinline.h: Moved to...
1047         * sysdeps/powerpc/fpu/bits/mathinline.h: ...here.
1048         * sysdeps/powerpc/bits/fenv.h: Moved to...
1049         * sysdeps/powerpc/fpu/bits/fenv.h: ...here.
1050
1051 1999-10-31  Andreas Jaeger  <aj@suse.de>
1052
1053         * manual/math.texi (Errors in Math Functions): Correct TeX code.
1054
1055 1999-10-31  Andreas Jaeger  <aj@suse.de>
1056
1057         * math/libm-test.inc:  Change comments to use ISO C99 instead of
1058         ISO C9x.
1059         * math/w_lgamma.c: Likewise.
1060         * math/w_lgammaf.c: Likewise.
1061         * math/w_lgammal.c: Likewise.
1062         * math/test-fenv.c: Likewise.
1063         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
1064         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
1065         * sysdeps/generic/printf_fphex.c: Likewise.
1066
1067 1999-10-31  Andreas Jaeger  <aj@suse.de>
1068
1069         * manual/arith.texi (Parsing of Floats): Remove C from ISO C comment.
1070
1071         * manual/math.texi: Change ISO C9x to ISO C99.
1072         * manual/startup.texi: Likewise.
1073         * manual/stdio.texi: Likewise.
1074
1075 1999-10-31  Andreas Jaeger  <aj@suse.de>
1076
1077         * manual/arith.texi: Change ISO C9x to ISO C99.
1078         * manual/time.texi (Low-Level Time String Parsing): Likewise.
1079
1080 1999-10-30  Ulrich Drepper  <drepper@cygnus.com>
1081
1082         * socket/Makefile (distribute): Add ifreq.h.
1083
1084         * manual/time.texi (Formatting Date and Time): Revise comments about
1085         origins of the formats with ISO C99 references.
1086
1087 1999-10-30  Andreas Jaeger  <aj@suse.de>
1088
1089         * sysdeps/unix/sysv/linux/ifreq.h: New file.
1090
1091 1999-10-29  Andreas Jaeger  <aj@suse.de>
1092
1093         * manual/arith.texi (Parsing of Floats): Document the hexadecimal
1094         input format; mention that strtof and strtold are part of ISO C99.
1095
1096 1999-10-29  Ulrich Drepper  <drepper@cygnus.com>
1097
1098         * manual/math.texi (Errors in Math Functions): New section.
1099         * math/libm-err-tab.pl: Moved to...
1100         * manual/libm-err-tab.pl: ...here.
1101         * manual/Makefile: Add rules for math function error table generation.
1102
1103         * stdlib/tst-strtod.c: Add more hexadecimal tests.
1104
1105         * stdlib/strtod.c: Handle hexadecimal numbers with leading digit
1106         != 1 correctly and more than one digit before decimal point..
1107
1108 1999-10-27  Andreas Jaeger  <aj@suse.de>
1109
1110         * sysdeps/generic/ifreq.h: New file.
1111
1112         * resolv/res_hconf.c: Add missing includes to get all prototypes.
1113         (_res_hconf_reorder_addrs): Rewrite.  This never worked before.
1114         Reported by John DiMarco <jdd@cs.toronto.edu>.
1115
1116         (_res_hconf_reorder_addrs): Made thread safe.
1117         (free_mem): New function, needed for malloc debugging.
1118
1119 1999-10-29  Andreas Jaeger  <aj@suse.de>
1120
1121         * sysdeps/unix/sysv/linux/if_index.c (opensock): Move function to ...
1122         * sysdeps/generic/opensock.c (__opensock): ...here in a new file.
1123         * sysdeps/unix/sysv/linux/if_index.c: Change all callers of
1124         opensock to use __opensock.
1125
1126         * socket/Makefile (routines): Add opensock.
1127
1128         * include/sys/socket.h (__opensock): Add prototype declaration.
1129
1130 1999-10-29  Andreas Jaeger  <aj@suse.de>
1131
1132         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Added missing
1133         N_* constants.
1134         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
1135
1136         * sysdeps/unix/sysv/linux/bits/ioctl-types.h (N_SYNC_PPP): Added
1137         new constant from Linux 2.3.25pre1.
1138
1139         * sysdeps/unix/sysv/linux/linux_fsinfo.h (BFS_MAGIC): Added.
1140
1141 1999-10-29  Andreas Jaeger  <aj@suse.de>
1142
1143         * math/libm-err-tab.pl: New file to generate a table of
1144         libm-test-ulps values.
1145
1146 1999-10-29  Ulrich Drepper  <drepper@cygnus.com>
1147
1148         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: New file.
1149         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h: Expect
1150         struct sigcontext* object as second parameter for profil_counter.
1151         Patches by Jakub Jelinek <jakub@redhat.com>.
1152
1153 1999-10-29  Andreas Jaeger  <aj@suse.de>
1154
1155         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Handle reiserfs.
1156         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
1157
1158         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Add values for devpts,
1159         efs, qnx4 and reiser file systems.
1160
1161 1999-10-29  Andreas Jaeger  <aj@suse.de>
1162
1163         * locale/Makefile (others): Set to localedef and locale for make
1164         clean.
1165
1166         * debug/Makefile (generated): Add xtrace for make clean to work.
1167
1168 1999-10-29  Andreas Jaeger  <aj@suse.de>
1169
1170         * stdlib/tst-strtod.c: Add two testcases for hexadecimal input.
1171
1172 1999-10-25  Andreas Jaeger  <aj@suse.de>
1173
1174         * math/libm-test.inc: Added code to ignore the given max ulps.
1175         (print_max_error): Check for ignore_max_ulp.
1176         (check_float_internal): Likewise.
1177         (parse_opt): Parse --ignore-max-ulp.
1178         (main): Initialize ignore_max_ulp.
1179
1180 1999-10-26  Andreas Jaeger  <aj@suse.de>
1181
1182         * stdlib/msort.c: Include <alloca.h> for prototype.
1183         Remove K&R compatibility and _quicksort prototype.
1184
1185         * stdlib/qsort.c: Make code and comments 64 bit clean; clarify
1186         some comments.
1187         Reported by Bernd Loechner <loechner@informatik.uni-kl.de>.
1188         Remove K&R compatibility.
1189         Move prototype declaration to include/stdlib.h.
1190         Include <alloca.h> for prototype; include <limits.h> for CHAR_BIT.
1191
1192         * include/stdlib.h: Prototype declaration for _quicksort.
1193
1194 1999-10-27  Andreas Jaeger  <aj@suse.de>
1195
1196         * stdlib/rand_r.c (rand_r): Really use 31 bits, the result was
1197         shifted a bit too much.
1198         Reported by Eugen Dedu <dedu@ese-metz.fr>.
1199
1200 1999-10-25  Ulrich Drepper  <drepper@cygnus.com>
1201
1202         * resolv/gethnamaddr.c: Account bytes needed for alignment in
1203         buflen.  Patch by Olaf Kirch <okir@lst.de>.
1204
1205         * md5-crypt/md5test.c: Correct names of MD5 functions after
1206         removing of public names.
1207
1208         * configure.in: Don't allow --enable-kernel without parameter.
1209
1210 1999-10-25  Ulrich Drepper  <drepper@cygnus.com>
1211
1212         * sysdeps/i386/fpu/libm-test-ulps: Remove entries caused by +-0
1213         problems.
1214
1215 1999-10-25  Thorsten Kukuk  <kukuk@suse.de>
1216
1217         * md5-crypt/md5.h: Remove prototypes for public interface.  md5 is
1218         only used internally.
1219         * md5-crypt/md5-crypt.c: Use internal names for md5 functions,
1220         remove weak alias for public names.
1221         * md5-crypt/md5.c: Remove weak aliase.
1222
1223 1999-10-25  Andreas Jaeger  <aj@suse.de>
1224
1225         * math/README.libm-test: New file, documents libm-test.inc.
1226
1227 1999-10-25  Andreas Jaeger  <aj@suse.de>
1228
1229         * math/gen-libm-test.pl: Only generate a new ulps file when -n is
1230         given.
1231         (print_ulps_file): Fix loops to not read @tests and @functions
1232         since those are not initialized with -n now.
1233         (parse_ulps): Set $results{..}{"kind"}.
1234
1235 1999-10-25  Andreas Jaeger  <aj@suse.de>
1236
1237         * math/gen-libm-test.pl (parse_ulps): Ignore 0 has ulp.
1238
1239         * math/libm-test.inc (check_float_internal): Don't print ulps for
1240         wrong sign of zero.
1241
1242 1999-10-20  Andreas Jaeger  <aj@suse.de>
1243
1244         * manual/socket.texi (Address Formats): Describe usage of AF_UNIX
1245         versus AF_LOCAL.
1246         Patch by Robert Bihlmeyer <robbe@orcus.priv.at>.
1247
1248 1999-10-24  Ulrich Drepper  <drepper@cygnus.com>
1249
1250         * math/libm-test.inc: Disable some boundary case tests for inline
1251         function testing.
1252
1253         * math/math.h: Pretty printing.
1254
1255         * sysdeps/i386/fpu/e_atanh.S: Correct handling of NaN.
1256         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
1257         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
1258         * sysdeps/i386/fpu/e_log10.S: Likewise.
1259         * sysdeps/i386/fpu/e_log10f.S: Likewise.
1260         * sysdeps/i386/fpu/e_log10l.S: Likewise.
1261         * sysdeps/i386/fpu/s_log1p.S: Likewise.
1262         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
1263         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
1264         * sysdeps/i386/fpu/s_log2.S: Likewise.
1265         * sysdeps/i386/fpu/s_log2f.S: Likewise.
1266         * sysdeps/i386/fpu/s_log2l.S: Likewise.
1267
1268         * sysdeps/i386/fpu/libm-test-ulps: New file.
1269
1270         * sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Correct return
1271         value for x == 0.
1272         (pow): Correct case x == 0.
1273         (__sgn1l): Correct handling of -0.0.
1274
1275 1999-10-22  Andreas Jaeger  <aj@suse.de>
1276
1277         * math/libm-test.inc (asinh_test): Add test for NaN as input parameter.
1278         (atan_test): Likewise.
1279         (atanh_test): Likewise.
1280         (atan2_test): Likewise.
1281         (carg_test): Likewise.
1282         (ceil_test): Likewise.
1283         (cos_test): Likewise.
1284         (cosh_test): Likewise.
1285         (cpow_test): Likewise.
1286         (erf_test): Likewise.
1287         (erfc_test): Likewise.
1288         (exp_test): Likewise.
1289         (exp10_test): Likewise.
1290         (exp2_test): Likewise.
1291         (expm1_test): Likewise.
1292         (fabs_test): Likewise.
1293         (floor_test): Likewise.
1294         (fmod_test): Likewise.
1295         (gamma_test): Likewise.
1296         (lgamma_test): Likewise.
1297         (log10_test): Likewise.
1298         (log1p_test): Likewise.
1299         (log2_test): Likewise.
1300         (logb_test): Likewise.
1301         (nearbyint_test): Likewise.
1302         (remainder_test): Likewise.
1303         (remquo_test): Likewise.
1304         (sin_test): Likewise.
1305         (sincos_test): Likewise.
1306         (sinh_test): Likewise.
1307         (sqrt_test): Likewise.
1308         (tan_test): Likewise.
1309         (tanh_test): Likewise.
1310         (tgamma_test): Likewise.
1311
1312 1999-10-21  Ulrich Drepper  <drepper@cygnus.com>
1313
1314         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: If x == y, return y.
1315
1316         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Don't handle -Inf special.
1317
1318         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Check
1319         for -Inf and return NaN.
1320
1321         * configure.in: Correct test for Cygnus gcc versions.
1322
1323 1999-10-21  Andreas Jaeger  <aj@suse.de>
1324
1325         * math/libm-test.inc (cimag_test): New function, tests cimag.
1326         (creal_test): New function, tests creal.
1327         (conj_test): New function, tests conj.
1328         (main): Add new functions.
1329
1330 1999-10-20  Andreas Jaeger  <aj@suse.de>
1331
1332         * math/libm-test.inc: Rewrite to allow different deltas for real
1333         and imaginary part of complex functions.
1334         * math/gen-libm-test.pl: Likewise.
1335
1336 1999-10-19  Ulrich Drepper  <drepper@cygnus.com>
1337
1338         * sysdeps/i386/fpu/s_nextafterl.c: Add __nextafterl and nextafterl
1339         aliases.
1340
1341         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Don't handle -Inf special.
1342
1343         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Check
1344         for -Inf and return NaN.
1345
1346         * math/gen-libm-test.pl: Fix program name in help message.
1347
1348         * math/libm-test.inc (check_complex): It's Imaginary, not Complex.
1349
1350         * math/libm-test.inc (gamma_test): Result of gamma(-inf) is +inf.
1351
1352         * sysdeps/i386/Implies: Correct order of libm directories.
1353
1354 1999-10-19  Andreas Jaeger  <aj@suse.de>
1355
1356         * include/bits/ipc.h: Remove K&R compatibility.
1357         * include/libintl.h: Likewise.
1358         * include/math.h: Likewise.
1359         * include/mntent.h: Likewise
1360         * include/netdb.h: Likewise.
1361         * include/pwd.h: Likewise.
1362         * include/sched.h: Likewise.
1363         * include/shadow.h: Likewise
1364         * include/stdlib.h: Likewise.
1365         * include/sys/file.h: Likewise.
1366         * include/sys/gmon.h: Likewise.
1367         * include/sys/ioctl.h: Likewise.
1368         * include/sys/mman.h: Likewise.
1369         * include/sys/resource.h: Likewise.
1370         * include/sys/socket.h: Likewise.
1371         * include/sys/stat.h: Likewise.
1372         * include/sys/sysinfo.h: Likewise.
1373         * include/sys/time.h: Likewise.
1374         * include/sys/times.h: Likewise.
1375         * include/sys/uio.h: Likewise.
1376         * include/sys/wait.h: Likewise.
1377         * include/termios.h: Likewise.
1378         * include/time.h: Likewise.
1379         * include/ulimit.h: Likewise.
1380         * include/utmp.h: Likewise.
1381         * include/wchar.h: Likewise.
1382         * include/wctype.h: Likewise.
1383
1384 1999-10-19  Andreas Jaeger  <aj@suse.de>
1385
1386         * math/libm-test.inc: Remove one K&R compatibility.
1387         (main): Enable nexttoward_test.
1388
1389         * math/gen-libm-test.pl (output_ulps): Output name of Ulps file to
1390         libm-test-ulps.h; pretty print output a bit.
1391
1392 1999-10-19  Andreas Jaeger  <aj@suse.de>
1393
1394         * iconv/iconv_prog.c (main): Set exit value in case that reading
1395         from stdin failed [PR libc/1404].
1396
1397 1999-10-18  Andreas Jaeger  <aj@suse.de>
1398
1399         Added improved math testsuite:
1400         * math/libm-test.inc: New file, contains all tests from
1401         libm-test.c but in a different form.
1402         * math/libm-test.c: Removed.
1403         * sysdeps/generic/libm-test-ulps: New file: Fallback ulps file.
1404         * math/gen-libm-test.pl: New file: Preprocessor.
1405         * math/test-double.c: Adopted to new testsuite.
1406         * math/test-idouble.c: Likewise.
1407         * math/test-float.c: Likewise.
1408         * math/test-ifloat.c: Likewise.
1409         * math/test-ldouble.c: Likewise.
1410         * math/test-ildoubl.c: Likewise.
1411         * math/Makefile: Added rules to generate new suite.
1412
1413 1999-10-18  Ulrich Drepper  <drepper@cygnus.com>
1414
1415         * inet/rcmd.c (iruserok2): Initialize isbad to -1 [PR libc/1405].
1416         Patch by J. Richard Sladkey <jrs@world.std.com>.
1417
1418         * scripts/config.sub: Update from latest autoconf version.
1419         * scripts/config.guess: Likewise.
1420
1421 1999-10-18  Andreas Jaeger  <aj@suse.de>
1422
1423         * inet/arpa/inet.h: Remove K&R compatibility.
1424         * math/fenv.h: Likewise.
1425
1426 1999-10-18  Andreas Jaeger  <aj@suse.de>
1427
1428         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
1429         kernel_sigaction): Remove K&R compatibility.
1430         * sysdeps/unix/sysv/linux/net/if.h: Likewise.
1431         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
1432         * sysdeps/unix/sysv/linux/sys/fsuid.h: Likewise.
1433         * sysdeps/unix/sysv/linux/sys/io.h: Likewise.
1434         * sysdeps/unix/sysv/linux/sys/kdaemon.h: Likewise.
1435         * sysdeps/unix/sysv/linux/sys/klog.h: Likewise.
1436         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
1437         * sysdeps/unix/sysv/linux/sys/prctl.h: Likewise.
1438         * sysdeps/unix/sysv/linux/sys/ptrace.h: Likewise.
1439         * sysdeps/unix/sysv/linux/sys/quota.h: Likewise.
1440         * sysdeps/unix/sysv/linux/sys/sendfile.h: Likewise.
1441         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
1442         * sysdeps/unix/sysv/linux/sys/sysctl.h: Likewise.
1443         * sysdeps/unix/sysv/linux/sys/sysinfo.h: Likewise.
1444         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
1445         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
1446         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Likewise.
1447
1448 1999-10-18  Andreas Jaeger  <aj@suse.de>
1449
1450         * iconv/iconv_prog.c (process_block): Save errno value from iconv call.
1451         Patch by Bruno Haible <haible@ilog.fr> [libc/1402].
1452
1453 1999-10-18  Ulrich Drepper  <drepper@cygnus.com>
1454
1455         * po/gl.po: New file.
1456
1457 1999-10-18  Andreas Schwab  <schwab@suse.de>
1458
1459         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Correct
1460         namespace selection.
1461
1462 1999-10-18  Andreas Schwab  <schwab@suse.de>
1463
1464         * debug/xtrace.sh: Use TERMINAL_PROG instead of TERM to avoid
1465         clash with the TERM environment variable.
1466
1467 1999-10-18  Andreas Jaeger  <aj@suse.de>
1468
1469         * sysdeps/generic/s_cproj.c (__cproj): Fix bug: NaN + i NaN
1470         returns now NaN + i NaN.
1471         * sysdeps/generic/s_cprojf.c (__cprojf): Likewise
1472         * sysdeps/generic/s_cprojl.c (__cprojl): Likewise.
1473
1474 1999-10-18  Andreas Jaeger  <aj@suse.de>
1475
1476         * include/aio.h: Remove K&R compatiblity.
1477         * include/alloca.h: Likewise.
1478         * include/db.h: Likewise.
1479         * include/dirent.h: Likewise.
1480         * include/fcntl.h: Likewise.
1481         * include/fpu_control.h: Likewise.
1482         * include/glob.h: Likewise.
1483         * include/grp.h: Likewise.
1484         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
1485         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
1486         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
1487         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
1488
1489         * include/execinfo.h: Add __THROW.
1490
1491 1999-10-18  Ulrich Drepper  <drepper@cygnus.com>
1492
1493         * sysdeps/mips/Implies: Remove wordsize-32 reference.
1494         * sysdeps/mips/mips3/Implies: Add it here.
1495
1496 1999-10-17  Ulrich Drepper  <drepper@cygnus.com>
1497
1498         * elf/elf.h: Add various platform and architecture extensions.
1499
1500         * locale/lc-collate.c (_nl_postload_collate): Disable code for now.
1501         * locale/setlocale.c (setlocale): Don't call _nl_find_locale for
1502         LC_ALL.
1503
1504         * socket/sys/socket.h: Remove K&R compatibility.
1505
1506 1999-10-16  Andreas Jaeger  <aj@suse.de>
1507
1508         * sysdeps/unix/sysv/linux/bits/in.h: Added struct in_pktinfo.
1509
1510 1999-10-15  Andreas Jaeger  <aj@suse.de>
1511
1512         * stdlib/Makefile (tests): Added tst-xpg-basename.
1513
1514         * stdlib/tst-xpg-basename.c: New test file.
1515
1516 1999-10-14  Cristian Gafton  <gafton@redhat.com>
1517
1518         * string/bits/string2.h (__stpcpy_small): Make -pedantic shut up.
1519
1520 1999-10-14  Andreas Jaeger  <aj@suse.de>
1521
1522         * resolv/inet_addr.c (inet_aton): Fix last patch.  The little
1523         endian version works for both endiannesses.
1524
1525         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Optimize for zero
1526         seconds.
1527
1528 1999-10-12  Ulrich Drepper  <drepper@cygnus.com>
1529
1530         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Don't define
1531         register names unconditionally, only if __USE_GNU.
1532
1533         * debug/Makefile: Fix rules to generate pcprofiledump.
1534
1535         * include/ucontext.h: New file.
1536
1537         * locale/setlocale.c: Fix gcc warning about uninitialized variable.
1538
1539 1999-10-12  Andreas Jaeger  <aj@suse.de>
1540
1541         * stdlib/tst-environ.c: Include <string.h> for strcpy declaration.
1542
1543         * math/basic-test.c: Fix typo.
1544
1545         * locale/programs/xstrdup.c: Include string.h for glibc
1546         compilation to get string prototypes.
1547
1548         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: Add definition of
1549         gregset_t and fpregset_t.
1550
1551         * sysdeps/generic/s_nexttowardf.c: Add parenthesis to shut up gcc
1552         warnings.  Correct value for x == 0.
1553
1554         * argp/argp-help.c: Remove broken definition of flockfile and
1555         funlockfile.
1556
1557 1999-10-12  Andreas Schwab  <schwab@suse.de>
1558
1559         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Update to match
1560         generic Linux version.
1561
1562 1999-10-12  Ulrich Drepper  <drepper@cygnus.com>
1563
1564         * sysdeps/unix/sysv/linux/bits/sigaction.h: Remove K&R compatibility.
1565
1566 1999-10-11  Ulrich Drepper  <drepper@cygnus.com>
1567
1568         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Add gregset_t
1569         and fpregset_t definitions.
1570
1571         * malloc/memprof.c (GETSP): Define for PowerPC.
1572         (GETTIME): Fix generic version.
1573
1574 1999-10-10  Philip Blundell  <philb@gnu.org>
1575
1576         * sunrpc/xdr_float.c (LSW): Depend on __FLOAT_WORD_ORDER not
1577         __BYTE_ORDER.
1578
1579 1999-10-11  Ulrich Drepper  <drepper@cygnus.com>
1580
1581         * sysdeps/unix/sysv/linux/powerpc/socket.S: Adjust asm syntax.
1582         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
1583         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Likewise.
1584         * sysdeps/unix/sysv/linux/powerpc/brk.S: Likewise.
1585
1586         * sysdeps/powerpc/Makefile [math] (libm-support): Remove t_sqrt.
1587
1588         * sysdeps/powerpc/e_sqrt.c: Moved to...
1589         * sysdeps/powerpc/fpu/e_sqrt.c: ...here.
1590         * sysdeps/powerpc/e_sqrtf.c: Moved to...
1591         * sysdeps/powerpc/fpu/e_sqrtf.c: ...here.
1592
1593         * sysdeps/powerpc/submul_1.S: Adjust asm syntax.
1594         * sysdeps/powerpc/sub_n.S: Likewise.
1595         * sysdeps/powerpc/strlen.S: Likewise.
1596         * sysdeps/powerpc/strcpy.S: Likewise.
1597         * sysdeps/powerpc/strcmp.S: Likewise.
1598         * sysdeps/powerpc/strchr.S: Likewise.
1599         * sysdeps/powerpc/stpcpy.S: Likewise.
1600         * sysdeps/powerpc/setjmp.S: Likewise.
1601         * sysdeps/powerpc/rshift.S: Likewise.
1602         * sysdeps/powerpc/ppc-mcount.S: Likewise.
1603         * sysdeps/powerpc/mul_1.S: Likewise.
1604         * sysdeps/powerpc/memset.S: Likewise.
1605         * sysdeps/powerpc/lshift.S: Likewise.
1606         * sysdeps/powerpc/dl-start.S: Likewise.
1607         * sysdeps/powerpc/bzero.S: Likewise.
1608         * sysdeps/powerpc/bsd-setjmp.S: Likewise.
1609         * sysdeps/powerpc/bsd-_setjmp.S: Likewise.
1610         * sysdeps/powerpc/addmul_1.S: Likewise.
1611         * sysdeps/powerpc/add_n.S: Likewise.
1612         * sysdeps/powerpc/__longjmp.S: Likewise.
1613         * sysdeps/powerpc/elf/start.S: Likewise.
1614
1615 1999-10-11  Cristian Gafton  <gafton@redhat.com>
1616
1617         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Declare
1618         SA_SIGINFO.
1619
1620 1999-10-10  Ulrich Drepper  <drepper@cygnus.com>
1621
1622         * stdlib/atexit.c (initial): New variable.  Use to initialize
1623         __exit_funcs.
1624         * stdlib/exit.c (exit): Beware to not free statically allocated
1625         list element [PR libc/1305].
1626
1627         * stdlib/xpg_basename.c (__xpg_basename): Don't return pointer to
1628         slash before the basename [PR libc/1383].
1629
1630         * argp/argp.h: Fix typo in last patch.
1631
1632         * sysdeps/powerpc/sysdep.h: New file.
1633         * sysdeps/unix/powerpc/sysdep.h: New file.
1634         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Include
1635         sysdeps/unix/powerpc/sysdep.h, not sysdeps/unix/sysdep.h.
1636         * sysdeps/powerpc/fpu/s_copysign.S: Use symbolic names for registers
1637         instead of bare numbers.
1638         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
1639         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
1640         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1641
1642         * sysdeps/hppa/sysdep.h: New file.
1643
1644 1999-10-10  Andreas Jaeger  <aj@suse.de>
1645
1646         * misc/sgtty.h: Fix typo in last patch.
1647
1648 1999-10-09  Ulrich Drepper  <drepper@cygnus.com>
1649
1650         * nss/getXXbyYY_r.c (do_weak_alias): Remove unnecessary parenthesis.
1651         * sysdeps/powerpc/s_copysign.S: Move to...
1652         * sysdeps/powerpc/fpu/s_copysign.S: ...here.  Use portable asm syntax.
1653         * sysdeps/powerpc/s_copysignf.S: Move to...
1654         * sysdeps/powerpc/fpu/s_copysignf.S: ...here.
1655         * sysdeps/powerpc/s_fabs.S: Move to...
1656         * sysdeps/powerpc/fpu/s_fabs.S: ...here.  Use portable asm syntax.
1657         * sysdeps/powerpc/s_fabsf.S: Move to...
1658         * sysdeps/powerpc/fpu/s_fabsf.S: ...here.
1659         * sysdeps/powerpc/s_fdim.c: Move to...
1660         * sysdeps/powerpc/fpu/s_fdim.c: ...here.
1661         * sysdeps/powerpc/s_fdimf.c: Move to...
1662         * sysdeps/powerpc/fpu/s_fdimf.c: ...here.
1663         * sysdeps/powerpc/s_fmax.S: Move to...
1664         * sysdeps/powerpc/fpu/s_fmax.S: ...here.  Use portable asm syntax.
1665         * sysdeps/powerpc/s_fmaxf.S: Move to...
1666         * sysdeps/powerpc/fpu/s_fmaxf.S: ...here.
1667         * sysdeps/powerpc/s_fmin.S: Move to...
1668         * sysdeps/powerpc/fpu/s_fmin.S: ...here.  Use portable asm syntax.
1669         * sysdeps/powerpc/s_fminf.S: Move to...
1670         * sysdeps/powerpc/fpu/s_fminf.S: ...here.
1671         * sysdeps/powerpc/s_isnan.S: Move to...
1672         * sysdeps/powerpc/fpu/s_isnan.c: ...here.
1673         * sysdeps/powerpc/s_isnanf.S: Move to...
1674         * sysdeps/powerpc/fpu/s_isnanf.S: ...here.
1675         * sysdeps/powerpc/s_llrint.c: Move to...
1676         * sysdeps/powerpc/fpu/s_llrint.c: ...here.
1677         * sysdeps/powerpc/s_llrintf.c: Move to...
1678         * sysdeps/powerpc/fpu/s_llrintf.c: ...here.
1679         * sysdeps/powerpc/s_llround.c: Move to...
1680         * sysdeps/powerpc/fpu/s_llround.c: ...here.
1681         * sysdeps/powerpc/s_llroundf.c: Move to...
1682         * sysdeps/powerpc/fpu/s_llroundf.c: ...here.
1683         * sysdeps/powerpc/s_lrint.c: Move to...
1684         * sysdeps/powerpc/fpu/s_lrint.c: ...here.
1685         * sysdeps/powerpc/s_lrintf.S: Move to...
1686         * sysdeps/powerpc/fpu/s_lrintf.S: ...here.
1687         * sysdeps/powerpc/s_lround.c: Move to...
1688         * sysdeps/powerpc/fpu/s_lround.c: ...here.
1689         * sysdeps/powerpc/s_lroundf.c: Move to...
1690         * sysdeps/powerpc/fpu/s_lroundf.c: ...here.
1691         * sysdeps/powerpc/s_rint.c: Move to...
1692         * sysdeps/powerpc/fpu/s_rint.c: ...here.
1693         * sysdeps/powerpc/s_rintf.c: Move to...
1694         * sysdeps/powerpc/fpu/s_rintf.c: ...here.
1695         * sysdeps/powerpc/t_sqrt.c: Move to...
1696         * sysdeps/powerpc/fpu/t_sqrt: ...here.
1697         * sysdeps/powerpc/w_sqrt.c: Move to...
1698         * sysdeps/powerpc/fpu/w_sqrt.c: ...here.
1699         * sysdeps/powerpc/w_sqrtf.c: Move to...
1700         * sysdeps/powerpc/fpu/w_sqrtf.c: ...here.
1701         * configure.in: Support platforms which have no .text pseudo-op.
1702         Patches partly by Jimi X <jimix@pobox.com>.
1703
1704         * Makeconfig: Look also in all subdirs for shlib-versions files.
1705
1706         * malloc/memprof.sh: Fix --help string a bit.
1707
1708         * argp/argp.h: Remove K&R compatiblity.
1709         * assert/assert.h: Likewise.
1710         * catgets/nl_types.h: Likewise.
1711         * ctype/ctype.h: Likewise.
1712         * db/db.h: Likewise.
1713         * db/ndbm.h: Likewise.
1714         * db2/db.h: Likewise.
1715         * db2/db_185.h: Likewise.
1716         * debug/execinfo.h: Likewise.
1717         * dirent/dirent.h: Likewise.
1718         * dlfcn/dlfcn.h: Likewise.
1719         * gmon/sys/gmon.h: Likewise.
1720         * grp/grp.h: Likewise.
1721         * iconv/gconv.h: Likewise.
1722         * iconv/iconv.h: Likewise.
1723         * include/execinfo.h: Likewise.
1724         * inet/aliases.h: Likewise.
1725         * inet/netinet/ether.h: Likewise.
1726         * inet/netinet/in.h: Likewise.
1727         * intl/libintl.h: Likewise.
1728         * io/fcntl.h: Likewise.
1729         * io/fts.h: Likewise.
1730         * io/ftw.h: Likewise.
1731         * io/utime.h: Likewise.
1732         * io/sys/poll.h: Likewise.
1733         * io/sys/stat.h: Likewise.
1734         * io/sys/statfs.h: Likewise.
1735         * io/sys/statvfs.h: Likewise.
1736         * libio/libio.h: Likewise.
1737         * libio/stdio.h: Likewise.
1738         * linuxthreads/sysdeps/pthread/pthread.h: Likewise.
1739         * locale/locale.h: Likewise.
1740         * login/pty.h: Likewise.
1741         * login/utmp.h: Likewise.
1742         * malloc/mcheck.h: Likewise.
1743         * math/complex.h: Likewise.
1744         * math/math.h: Likewise.
1745         * math/math_private.h: Likewise.
1746         * misc/err.h: Likewise.
1747         * misc/fstab.h: Likewise.
1748         * misc/libgen.h: Likewise.
1749         * misc/mntent.h: Likewise.
1750         * misc/regexp.h: Likewise.
1751         * misc/search.h: Likewise.
1752         * misc/sgtty.h: Likewise.
1753         * misc/ttyent.h: Likewise.
1754         * misc/sys/cdefs.h: Likewise.
1755         * misc/sys/file.h: Likewise.
1756         * misc/sys/ioctl.h: Likewise.
1757         * misc/sys/mman.h: Likewise.
1758         * misc/sys/select.h: Likewise.
1759         * misc/sys/syslog.h: Likewise.
1760         * misc/sys/uio.h: Likewise.
1761         * misc/sys/ustat.h: Likewise.
1762         * nss/nss.h: Likewise.
1763         * posix/sched.h: Likewise.
1764         * posix/unistd.h: Likewise.
1765         * posix/wordexp.h: Likewise.
1766         * posix/sys/times.h: Likewise.
1767         * posix/sys/utsname.h: Likewise.
1768         * posix/sys/wait.h: Likewise.
1769         * pwd/pwd.h: Likewise.
1770         * resolv/netdb.h: Likewise.
1771         * resolv/resolv.h: Likewise.
1772         * resource/ulimit.h: Likewise.
1773         * resource/sys/resource.h: Likewise.
1774         * resource/sys/vlimit.h: Likewise.
1775         * resource/sys/vtimes.h: Likewise.
1776         * rt/aio.h: Likewise.
1777         * setjmp/setjmp.h: Likewise.
1778         * shadow/shadow.h: Likewise.
1779         * signal/signal.h: Likewise.
1780         * socket/socket.h: Likewise.
1781         * stdio/stdio.h: Likewise.
1782         * stdio-common/_itoa.h: Likewise.
1783         * stdio-common/_itowa.h: Likewise.
1784         * stdio-common/printf.h: Likewise.
1785         * stdlib/alloca.h: Likewise.
1786         * stdlib/fmtmsg.h: Likewise.
1787         * stdlib/monetary.h: Likewise.
1788         * stdlib/stdlib.h: Likewise.
1789         * stdlib/ucontext.h: Likewise.
1790         * streams/stropts.h: Likewise.
1791         * string/argz.h: Likewise.
1792         * string/envz.h: Likewise.
1793         * string/string.h: Likewise.
1794         * string/strings.h: Likewise.
1795         * string/bits/string2.h: Likewise.
1796         * sunrpc/rpc/auth.h: Likewise.
1797         * sunrpc/rpc/auth_des.h: Likewise.
1798         * sunrpc/rpc/auth_unix.h: Likewise.
1799         * sunrpc/rpc/clnt.h: Likewise.
1800         * sunrpc/rpc/des_crypt.h: Likewise.
1801         * sunrpc/rpc/netdb.h: Likewise.
1802         * sunrpc/rpc/pmap_clnt.h: Likewise.
1803         * sunrpc/rpc/pmap_prot.h: Likewise.
1804         * sunrpc/rpc/pmap_rmt.h: Likewise.
1805         * sunrpc/rpc/rpc_msg.h: Likewise.
1806         * sunrpc/rpc/svc.h: Likewise.
1807         * sunrpc/rpc/svc_auth.h: Likewise.
1808         * sunrpc/rpc/xdr.h: Likewise.
1809         * sysdeps/unix/sysv/linux/bits/sigstack.h: Likewise.
1810         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
1811         * sysvipc/sys/ipc.h: Likewise.
1812         * sysvipc/sys/msg.h: Likewise.
1813         * sysvipc/sys/sem.h: Likewise.
1814         * sysvipc/sys/shm.h: Likewise.
1815         * termios/termios.h: Likewise.
1816         * time/time.h: Likewise.
1817         * time/sys/time.h: Likewise.
1818         * time/sys/timeb.h: Likewise.
1819         * wcsmbs/wchar.h: Likewise.
1820         * wctype/wctype.h: Likewise.
1821
1822 1999-10-05  Roland McGrath  <roland@baalperazim.frob.com>
1823
1824         * mach/mach/mig_support.h [! __USE_GNU]: Use #error to insist that
1825         _GNU_SOURCE be defined.
1826
1827 1999-10-08  Ulrich Drepper  <drepper@cygnus.com>
1828
1829         * ctype/ctype.h: Pretty print.
1830
1831         * po/cs.po: Fix typos.
1832
1833         * nis/nss_nisplus/nisplus-parser.c (_nss_nisplus_parse_spent): Fix
1834         handling of empty entries.  [PR libc/1345]
1835         Patch by Thorsten Kukuk <kukuk@suse.de>.
1836
1837 1999-10-08  Andreas Schwab  <schwab@suse.de>
1838
1839         * debug/xtrace.sh: Fix quoting bugs.  Implement --help and --version.
1840
1841 1999-10-08  Andreas Schwab  <schwab@suse.de>
1842
1843         * debug/pcprofiledump.c: Fix typos.
1844
1845 1999-10-07  Andreas Jaeger  <aj@suse.de>
1846
1847         * math/Makefile (tests): Added basic-tests.
1848
1849         * math/basic-test.c: New file.  Contains function basic_tests from
1850         libm-test.
1851
1852 1999-10-07  Andreas Schwab  <schwab@suse.de>
1853
1854         * malloc/memprof.sh: Fix quoting bugs.
1855
1856 1999-10-08  Ulrich Drepper  <drepper@cygnus.com>
1857
1858         * timezone/europe: Update from tzdata1999h.
1859
1860 1999-10-07  Ulrich Drepper  <drepper@cygnus.com>
1861
1862         * elf/elf.h: Update from last gABI draft.
1863
1864         * elf/elf.h: Remove EM_486 entry.
1865         * sysdeps/i386/dl-machine.h (elf_machine_matches_host): Remove
1866         test for EM_486.
1867
1868 1999-10-07  Ulrich Drepper  <drepper@cygnus.com>
1869
1870         * debug/Makefile (install-bin): Add pcprofiledump and xtrace.
1871         Add rules for both programs.
1872         * debug/pcprofiledump.c: New file.
1873         * debug/xtrace.sh: New file.
1874         * debug/pcprofile.c: Allow creating output file.  Add magic signature
1875         to let reader recognize file format.
1876
1877 1999-10-06  Ulrich Drepper  <drepper@cygnus.com>
1878
1879         * locale/programs/ld-ctype.c (ctype_read): Fix typos in last patch.
1880
1881 1999-10-05  Andreas Jaeger  <aj@suse.de>
1882
1883         * locale/programs/ld-identification.c: Fix typo in comment.
1884         * locale/programs/ld-messages.c: Likewise.
1885         * locale/programs/ld-monetary.c: Likewise.
1886         * locale/programs/ld-name.c: Likewise.
1887
1888         * locale/programs/ld-collate.c (read_lc_collate): Fix typo in comment.
1889         (collate_read): Remove unnecessary comparisons with ignore_content.
1890
1891         * locale/programs/ld-ctype.c (ctype_finish): Loop only over actual
1892         assigned elements.
1893         (ctype_read): Remove unnecessary comparisons with ignore_content.
1894         Fix typos in comments.
1895
1896         * locale/programs/ld-address.c (STR_ELEM): Remove unnecessary
1897         comparisons with ignore_content.
1898
1899 1999-10-05  Ulrich Drepper  <drepper@cygnus.com>
1900
1901         * po/cs.po: Update.
1902
1903         * time/time.h: Move __gmtime_r declaration to ...
1904         * include/time.h: ...here.
1905
1906 1999-10-05  Andreas Jaeger  <aj@suse.de>
1907
1908         * manual/message.texi (The message catalog files): Fix description
1909         to match gencat implementation and Unix98: Message fields are
1910         separated by a single blank space.
1911
1912 1999-10-05  Andreas Jaeger  <aj@suse.de>
1913
1914         * manual/string.texi (Search Functions): Add missing end for
1915         memrchr description.
1916
1917 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
1918
1919         * malloc/memprof.sh: Various small cleanups.  Add short options.
1920         Write error messages to stderr.
1921
1922         * malloc/Makefile ($(objpfx)memprof): Fix typo in rule.
1923
1924         * malloc/memprof.sh: Take options to control memprofstat.
1925
1926         * malloc/Makefile: Add rule to generate memprof script.
1927         * malloc/memprof.sh: New file.
1928
1929         * elf/ldd.bash.in: Add "Usage: " in help message to comply with
1930         GNU standard.
1931
1932 1999-10-04  Andreas Jaeger  <aj@suse.de>
1933
1934         * configure.in: Allow makeinfo 4.*.
1935
1936 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
1937
1938         * stdio-common/vfprintf.c: Correct last patch and use outchar
1939         instead of PUTC to output single characters.
1940         * stdio-common/Makefile (tests): Add bug13.
1941         * stdio-common/bug13.c: New file.
1942
1943         * configure.in: Add additional options --with-gd-include and
1944         --with-gd-lib to help people with strange installations.
1945
1946         * malloc/Makefile: Add libdl dependency to libmemprof.so.
1947         * malloc/Depend: New file.
1948
1949 1999-10-04  Andreas Jaeger  <aj@suse.de>
1950
1951         * timezone/README: Change wording to not mention the current
1952         version.  This way we can't forget to update the file.
1953
1954 1999-10-04  Andreas Jaeger  <aj@suse.de>
1955
1956         * manual/time.texi (Basic CPU Time): Fix typo.
1957         Reported by Ben Pfaff <pfaffben@msu.edu>.
1958
1959 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
1960
1961         * string/string.h: Move __memrchr declaration to ...
1962         * include/string.h: ...here.
1963
1964 1999-10-03  Ulrich Drepper  <drepper@cygnus.com>
1965
1966         * string/Makefile (routines): Add memrchr.
1967
1968         * sysdeps/generic/memrchr.c: Don't undef memchr, undef memrchr.
1969         Correct order of tests for matching bytes.
1970
1971         * string/tester.c: Add tests for memrchr.
1972
1973         * sysdeps/i386/i486/bits/string.h (__memrchr): Correct implementation.
1974         Start from the last character and take decrement not increment
1975         into account for correction in return line.  Add memrchr alias.
1976         * sysdeps/i386/bits/string.h: Likewise.
1977
1978 1999-10-04  Roland McGrath  <roland@baalperazim.frob.com>
1979
1980         * stdlib/stdlib.h [__USE_BSD]: Declare getloadavg.
1981
1982 1999-10-03  Ulrich Drepper  <drepper@cygnus.com>
1983
1984         * sysdeps/i386/i486/bits/string.h (__memrchr): New function.
1985
1986         * sysdeps/i386/bits/string.h (__memrchr): Add cld to comply to
1987         conventions.
1988
1989         * string/Versions: Export memrchr.
1990
1991 1999-10-04  Roland McGrath  <roland@baalperazim.frob.com>
1992
1993         * misc/Versions (GLIBC_2.2): Add getloadavg.
1994         * misc/Makefile (routines): Add getloadavg.
1995         * sysdeps/generic/getloadavg.c: New file.
1996         * sysdeps/mach/getloadavg.c: New file.
1997         * sysdeps/unix/sysv/linux/getloadavg.c: New file.
1998
1999         * sysdeps/generic/memrchr.c: New file, adapted from memchr.c.
2000         * sysdeps/i386/bits/string.h (__memrchr): New function.
2001         * string/string.h: Declare memrchr, __memrchr.
2002         * manual/string.texi (Search Functions): Document memrchr.
2003
2004 1999-10-03  Ulrich Drepper  <drepper@cygnus.com>
2005
2006         * configure.in: Accept --with-gd option and set all libgd-LDFLAGS,
2007         CFLAGS-memprofstat.c, and LIBGD variables.
2008         * config.make.in: Add LIBGD.
2009         * malloc/Makefile: Add rules to generate libmemprof.so and
2010         memprofstat.
2011         * malloc/memprof.c: New file.
2012         * malloc/memprofstat.c: New file.
2013
2014 1999-10-02  Ulrich Drepper  <drepper@cygnus.com>
2015
2016         * resolv/nsap_addr.c (inet_nsap_addr): Little optimization.
2017
2018         * resolv/inet_ntop.c (inet_ntop4): Little optimization.
2019         (inet_ntop6): Likewise.
2020
2021         * resolv/inet_net_pton.c (inet_net_pton_ipv4): Prevent buffer
2022         overruns.
2023
2024         * resolv/tst-aton.c (main): Add more tests.
2025
2026         * resolv/inet_addr.c (inet_aton): Correct some problems with to
2027         large numbers.  Optimize a bit.
2028
2029 1999-10-01  Ulrich Drepper  <drepper@cygnus.com>
2030
2031         * resolv/inet_net_ntop.c (inet_net_ntop_ipv4): If BITS is zero
2032         account for added '0'.
2033
2034         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Align
2035         handling of IPv6 tunnel address handling with bind 8.2.1.  Allow
2036         len argument to be greater than needed address size.
2037
2038 1999-10-01  Andreas Jaeger  <aj@suse.de>
2039
2040         * locale/programs/ld-collate.c (insert_value): Add cast to avoid
2041         warning.
2042         * intl/finddomain.c (_nl_find_domain): Likewise.
2043
2044 1999-09-30  Andreas Schwab  <schwab@suse.de>
2045
2046         * sysdeps/unix/sysv/linux/alpha/ioperm.c: Disable debug messages.
2047
2048 1999-09-30  Andreas Jaeger  <aj@suse.de>
2049
2050         * sysdeps/i386/lshift.S: Correct assembler commands to fix warnings.
2051         * sysdeps/i386/rshift.S: Likewise.
2052         * sysdeps/i386/strchrnul.S: Likewise.
2053         * sysdeps/i386/strchr.S: Likewise.
2054         Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>,
2055         PR libc/1339.
2056
2057 1999-09-30  Andreas Jaeger  <aj@suse.de>
2058
2059         * manual/examples/pipe.c: Close other end of pipe to make example work.
2060
2061 1999-10-01  Ulrich Drepper  <drepper@cygnus.com>
2062
2063         * timezone/checktab.awk: Update from tzcode1999g.
2064         * timezone/tzselect.ksh: Likewise.
2065         * timezone/africa: Update from tzdata1999g.
2066         * timezone/asia: Likewise.
2067         * timezone/australasia: Likewise.
2068         * timezone/europe: Likewise.
2069         * timezone/northamerica: Likewise.
2070         * timezone/southamerica: Likewise.
2071         * timezone/iso3166.tab: Likewise.
2072         * timezone/zone.tab: Likewise.
2073
2074 1999-09-27  Andreas Jaeger  <aj@suse.de>
2075
2076         * resolv/netdb.h: Remove declaration of getnodebyname.  It has
2077         been renamed to getipnodebyname.  Move flags around.
2078
2079 1999-09-27  Andreas Schwab  <schwab@suse.de>
2080
2081         * manual/message.texi (Locating gettext catalog): Fix typos.
2082
2083 1999-09-27  Andreas Jaeger  <aj@suse.de>
2084
2085         * manual/socket.texi (Out-of-Band Data): Correct example program,
2086         rename some variables for clarity.
2087         Reported by James Antill <james@and.org>, close PR libc/1329.
2088
2089 1999-09-27  Ulrich Drepper  <drepper@cygnus.com>
2090
2091         * locale/programs/ld-collate.c (insert_value): Add hack to not
2092         crash in incomplete collate implementation.
2093
2094         * locale/programs/ld-collate.c (read_directions): Read new token
2095         after accepting sorting rule.
2096
2097 1999-09-26  Ulrich Drepper  <drepper@cygnus.com>
2098
2099         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Fix
2100         error message printing.  Correctly test whether all characters of
2101         current token are used.
2102         (ctype_read): NUL terminate last_str.
2103
2104 1999-09-26  Thorsten Kukuk  <kukuk@suse.de>
2105
2106         * nscd/connections.c: Invalidate caches on request.
2107         * nscd/nscd-client.h: Add INVALIDATE to request_type.
2108         * nscd/nscd.c: Add invalidate cache option.
2109         * nscd/nscd.conf: Change log directory to /var/log (FHS).
2110
2111 1999-09-24  Ulrich Drepper  <drepper@cygnus.com>
2112
2113         * nis/nss_nisplus/nisplus-parser.c (_nss_nisplus_parse_grent): Do
2114         not ovverwrite last group member with NULL pointer.
2115         Reported by Thomas Winder <thomas.winder@newlogic.at>.
2116
2117 1999-09-24  Andreas Jaeger  <aj@suse.de>
2118
2119         * stdio-common/tst-printf.c (main): Add a testcase for large
2120         precision.  Reported by Tymm Twillman <tymm@coe.missouri.edu>.
2121
2122 1999-09-24  Andreas Schwab  <schwab@suse.de>
2123
2124         * math/bits/mathcalls.h: Fix last change.  Also declare __finite.
2125
2126 1999-09-24  Andreas Jaeger  <aj@suse.de>
2127
2128         * intl/finddomain.c (_nl_find_domain): Fix memory leak: Free
2129         normalized_codeset.  Reported by Belicky Zsolt <zsolt@prolan.hu>.
2130
2131 1999-09-23  Mark Kettenis  <kettenis@gnu.org>
2132
2133         * sysdeps/unix/sysv/linux/Makefile [malloc] (CFLAGS-malloc.c): New
2134         variable.  Define MORECORE_CLEARS to 2.
2135
2136         * malloc/malloc.c (cALLOc): Correctly handle systems where sbrk
2137         doesn't clear the contents of memory that is reallocated after
2138         decrementing the break value first.  Update comment about
2139         MORECORE_CLEARS, explaining the meaning of the values it can be
2140         set to.
2141
2142 1999-09-23  Ulrich Drepper  <drepper@cygnus.com>
2143
2144         * nis/nss_compat/compat-pwd.c (internal_getpwuid_r): Set errno in
2145         one more case.
2146
2147         * sysdeps/i386/fpu/bits/mathinline.h (atan): Add st(1) to clobbers.
2148         (log): Likewise.
2149         (log10): Likewise.
2150         (log1p): Likewise.
2151         (log2): Likewise.
2152
2153 1999-09-22  Andreas Jaeger  <aj@suse.de>
2154
2155         * stdio-common/tstscanf.c (main): Add test case from PR libc/1313
2156         reported by Ben Caradoc-Davies <bmcd@physics.otago.ac.nz>.
2157
2158 1999-09-22  Andreas Schwab  <schwab@suse.de>
2159
2160         * stdio-common/vfscanf.c: Fix width handling when scanning floats.
2161
2162 1999-04-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2163
2164         * elf/Makefile (CFLAGS-multiload.c): Change to allow building in
2165         the source directory.  Fixes PR libc/1059.
2166
2167 1999-09-21  Ulrich Drepper  <drepper@cygnus.com>
2168
2169         * locale/programs/repertoire.c (repertoire_find_value): Abort if
2170         rep parameter is NULL.
2171         (repertoire_find_symbol): Likewise.
2172         (repertoire_find_seq): Likewise.
2173
2174 1999-09-20  Jean-Louis Martineau  <martinea@IRO.UMontreal.CA>
2175
2176         * nis/nss_compat/compat-pwd.c (getpwuid_plusgroup): Correct
2177         returned errno value in some cases.
2178
2179 1999-09-19  Ulrich Drepper  <drepper@cygnus.com>
2180
2181         * iconvdata/Makefile (modules): Add GBK.
2182         (distribute): Add gbk.c.
2183         * iconvdata/gbk.c: New file.
2184         * iconvdata/gconv-modules: Add GBK entry.
2185         Contributed by Sean Chen <sean.chen@turbolinux.com>.
2186
2187         * locale/programs/ld-monetary.c (monetary_output): Remove
2188         byte-order code.
2189
2190         * locale/programs/ld-time.c (time_output): Correct expected number
2191         of iov entries.
2192
2193         * manual/filesys.texi (Testing File Access): Correct description of
2194         SUID.
2195
2196 1999-080-25  H.J. Lu  <hjl@gnu.org>
2197
2198         * csu/defs.awk (.end): Only match with leading white spaces.
2199         (.align): Likewise.
2200
2201 1999-09-19  Ulrich Drepper  <drepper@cygnus.com>
2202
2203         * stdlib/isomac.c: Add va_copy to allowed macros.
2204
2205         * po/pl.po: Updated.
2206
2207 1999-09-17  Andreas Schwab  <schwab@suse.de>
2208
2209         * Makefile (clean): Also remove $(postclean) files.
2210
2211 1999-09-15  Andreas Jaeger  <aj@suse.de>
2212
2213         * pwd/Makefile (otherlibs): Add for building with static-nss.
2214         * inet/Makefile (otherlibs): Likewise.
2215
2216 1999-09-15  Andreas Jaeger  <aj@suse.de>
2217
2218         * sysdeps/generic/aio_sigqueue.c (__aio_sigqueue): Use old style
2219         function definition to avoid a compilation failure.
2220
2221 1999-09-15  Andreas Jaeger  <aj@suse.de>
2222
2223         * stdlib/tst-environ.c (main): Add getenv regression test for
2224         environment variable that's one character long.
2225
2226 1999-09-15  Andreas Jaeger  <aj@suse.de>
2227
2228         * sysdeps/unix/sysv/linux/i386/sigaction.c: Protect real time
2229         signal definitions to let glibc compile with older Linux versions
2230         (2.0.10 to 2.1.100 or so).
2231
2232 1999-09-18  Roland McGrath  <roland@baalperazim.frob.com>
2233
2234         * sysdeps/mach/hurd/wait4.c (__wait4): When proc_wait returns EAGAIN,
2235         return zero to indicate no children died yet (assuming WNOHANG).
2236
2237         * sysdeps/mach/hurd/setsid.c: #include <hurd/fd.h>.
2238
2239 1999-09-17  Roland McGrath  <roland@baalperazim.frob.com>
2240
2241         * hurd/port2fd.c (_hurd_port2fd): Never change CTTYID port.
2242
2243         * sysdeps/mach/hurd/setsid.c (__setsid): Fix return type -> pid_t.
2244         Return _hurd_pgrp instead of 0.
2245
2246 1999-09-19  Roland McGrath  <roland@baalperazim.frob.com>
2247
2248         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): Deallocate and reallocate
2249         pages rather than just reprotecting them.  This way we don't hold on
2250         to the backing space.
2251
2252         * hurd/hurdprio.c (_hurd_priority_which_map): Rearrange the code a bit.
2253         Use __munmap instead of __vm_deallocate.
2254
2255 1999-09-18  Ulrich Drepper  <drepper@cygnus.com>
2256
2257         * nis/nss_compat/compat-grp.c (getgrgid_plusgroup): Correct
2258         returned errno value in some cases.
2259
2260 1999-09-17  Andreas Jaeger  <aj@suse.de>
2261
2262         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Add also -mcpu=i386
2263         to override user settings.
2264
2265 1999-09-17  Andreas Schwab  <schwab@suse.de>
2266
2267         * sysdeps/unix/sysv/linux/semctl.c: Copy the argument instead of
2268         using a pointer to it.
2269
2270 1999-09-16  Ulrich Drepper  <drepper@cygnus.com>
2271
2272         * time/getdate.c (__getdate_r): Pass correct year to check_mday.
2273         Reported by Vern Staats <staatsvr@asc.hpc.mil>.
2274
2275 1999-09-14  Ulrich Drepper  <drepper@cygnus.com>
2276
2277         * db2/mutex/sparc.gcc (TSL_UNSET): Dereference pointer.
2278
2279         * elf/elf.h (PF_MASKOS): New definition.
2280         (EM_VAX): New definition.
2281
2282 1999-08-09  Scott Bambrough  <scottb@netwinder.org>
2283
2284         * sysdeps/unix/sysv/linux/arm/sys/user.h: Added members
2285         'unsigned char ftype[8]', and 'unsigned int init_flag' to
2286         struct user_fp.  These were added in version 2.2.12 of the
2287         ARM Linux kernel.
2288         * sysdeps/unix/sysv/linux/arm/sys/elf.h: New file.
2289         * sysdeps/unix/sysv/linux/arm/sys/procfs.h: New file.
2290         The generic procfs.h included <asm/elf.h>.  This causes
2291         structure redefinition errors when <sys/user.h> and <sys/procfs.h>
2292         are included in the same source file.  Found when building GDB.
2293
2294 1999-09-13  Ulrich Drepper  <drepper@cygnus.com>
2295
2296         * locale/langinfo.h: Remove byte-order dependent names.
2297         * locale/categories.def: Update after removal of byte-order dependent
2298         names.
2299         * locale/loadlocale.c (_nl_load_locale): Don't allow locale files
2300         with magic number in other byte order.
2301         * locale/newlocale.c (__newlocale): Remove byte-order dependent code.
2302         * locale/C-collate.c: Remove initializers for other byte-order.
2303         * locale/C-ctype.c: Likewise.
2304         * locale/C-monetary.c: Likewise.
2305         * locale/C-paper.c: Likewise.
2306         * locale/C-time.c: Likewise.
2307         * locale/lc-collate.c: Remove byte-order oriented initialization.
2308         * locale/lc-ctype.c: Likewise.
2309         * locale/lc-monetary.c: Likewise.
2310         * locale/lc-time.c: Likewise.
2311         * locale/programs/ld-address.c: Don't generate output in both
2312         byte-orders.
2313         * locale/programs/ld-ctype.c: Likewise.
2314         * locale/programs/ld-paper.c: Likewise.
2315         * locale/programs/ld-time.c: Likewise.
2316         * time/strftime.c (NLW): Don't use different byte-orders.
2317         * wctype/cname-lookup.h (cname_lookup): Likewise.
2318
2319         * Makeconfig (localedir): Define using libdir, not datadir.
2320         (msgcatdir): New variable.
2321         * catgets/Makefile (CPPFLAGS): Define NLSPATH using msgcatdir.
2322         * elf/Makefile (bash-ldd-rewrite): Replace @TEXTDOMAINDIR@ using
2323         msgcatdir.
2324         * intl/Makefile (install-others): Install locale.alias in msgcatdir.
2325         (CPPFLAGS): Define paths using msgcatdir.
2326         * locale/Makefile (CPPFLAGS): Define LOCALE_ALIAS_PATH using msgcatdir.
2327         * po/Makefile (mo-installed): Define using msgcatdir.
2328
2329         * sysdeps/unix/sysv/linux/net/if_arp.h: Fix typo.
2330
2331 1999-09-12  Ulrich Drepper  <drepper@cygnus.com>
2332
2333         * stdio-common/vfprintf.c: Remove limitation on size of precision
2334         for integers.
2335
2336         * posix/fnmatch.c (internal_fnmatch): Make it compilable outside
2337         glibc by defining internal_function if it isn't already.
2338
2339         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): If res_search
2340         fails don't rely on errno value.
2341         (getanswer_r): Set *ERRNOP in error cases.
2342
2343         * sysdeps/posix/getaddrinfo.c (gaih_local): Test protocol and socktype.
2344         (gaih_inet_serv): Return EIA_NODATA if name is known but has no
2345         associated data.  Test for matching numeric address and family.
2346         (getaddrinfo): Remember EAI_NODATA result and return this in case
2347         everything fails.
2348         Reported by Arkadiusz Miskiewicz <misiek@misiek.eu.org>.
2349
2350         * locale/programs/ld-address.c: Fix handling of non-existing
2351         definitions for this category.  Correctly ignore content of this
2352         category is this is necessary.
2353         * locale/programs/ld-collate.c: Likewise.
2354         * locale/programs/ld-ctype.c: Likewise.
2355         * locale/programs/ld-identification.c: Likewise.
2356         * locale/programs/ld-measurement.c: Likewise.
2357         * locale/programs/ld-messages.c: Likewise.
2358         * locale/programs/ld-monetary.c: Likewise.
2359         * locale/programs/ld-name.c: Likewise.
2360         * locale/programs/ld-numeric.c: Likewise.
2361         * locale/programs/ld-paper.c: Likewise.
2362         * locale/programs/ld-telephone.c: Likewise.
2363         * locale/programs/ld-time.c: Likewise.
2364         * locale/programs/locfile.h (handle_copy): Take extra parameter
2365         with result pointer.  Fill in name of locale from which to copy.
2366         Correctly read token after `END'.
2367
2368         * locale/programs/localedef.c (main): Correct handling copy.
2369         (add_to_readlist): Take extra parameter which says whether we
2370         are supposed to read the file or not.
2371         (find_locale): Call add_to_readlist with extra parameter set to 0.
2372
2373         * locale/programs/localedef.h (struct localedef_t): Use __LC_LAST
2374         instead of wrong number in array definitions.
2375         (add_to_readlist): Update prototype.
2376
2377         * locale/programs/locfile.c (locfile_read): Mark categories not
2378         available in source file as read.
2379         (write_all_categories): Fix typo.
2380
2381         * locale/programs/locales.h: Removed.
2382
2383 1999-09-10  Ulrich Drepper  <drepper@cygnus.com>
2384
2385         * elf/elf.h (SHF_MASKOS): Added.
2386
2387         * sysdeps/unix/sysv/linux/sys/raw.h (RAW_MAJOR): Added.
2388
2389 1999-09-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2390
2391         * manual/install.texi (Configuring and compiling): Mention GCC 2.95.
2392
2393 1999-09-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2394
2395         * configure.in: Fix make version test for make 3.77.95 and later
2396         versions.
2397         Based on a patch by Paul D. Smith <psmith@baynetworks.com>.
2398
2399 1999-09-10  Ulrich Drepper  <drepper@cygnus.com>
2400
2401         * wcsmbs/wchar.h (WCHAR_MIN, WCHAR_MAX): Use all-numeric values.
2402
2403         * sysdeps/generic/stdint.h: Correct WCHAR_MIN, WCHAR_MAX, and
2404         WINT_MAX values.
2405
2406         * wctype/wctype.h: Remove incorrect towlower/towupper optimizations.
2407
2408 1999-09-09  Andreas Schwab  <schwab@suse.de>
2409
2410         * elf/link.h: Fix comment.
2411
2412 1999-09-10  Ulrich Drepper  <drepper@cygnus.com>
2413
2414         * math/bits/mathcalls.h: Add __isnan declaration [PR libc/1294].
2415
2416         * math/math.h: Pretty print.
2417
2418 1999-09-10  Andreas Schwab  <schwab@suse.de>
2419
2420         * sysdeps/generic/getenv.c (getenv): Fix lookup for single
2421         character variable on bigendian platforms without unaligned memory
2422         access.
2423
2424 1999-09-07  Cristian Gafton  <gafton@redhat.com>
2425
2426         * sysdeps/unix/sysv/linux/sys/raw.h: New file
2427         * sysdeps/unix/sysv/linux/Dist: Add raw.h.
2428         * sysdeps/unix/sysv/linux/Makefile [misc] (sysdep_headers): Add raw.h.
2429
2430 1999-09-06  Ulrich Drepper  <drepper@cygnus.com>
2431
2432         * sysdeps/unix/sysv/linux/alpha/Dist: Add sys/user.h.
2433
2434         * time/ap.c: Removed.  It was not used.
2435         * time/date.c: Likewise.
2436         * sysdeps/unix/nlist.c: Likewise.
2437         * sysdeps/generic/nlist.c: Likewise.
2438         * sysdeps/generic/varargs.h: Likewise.
2439         * stdio-common/scanf11.c: Likewise.
2440         * stdio-common/scanf6.c: Likewise.
2441         * scripts/=__ify: Likewise.
2442         * scripts/printsources: Likewise.
2443         * resolv/getnetnamadr.c: Likewise.
2444         * posix/id.c: Likewise.
2445         * misc/ioctltst.c: Likewise.
2446         * misc/nlist.h: Likewise.
2447         * math/test-math.h: Likewise.
2448         * include/nlist.h: Likewise.
2449
2450 1999-09-06  Andreas Schwab  <schwab@suse.de>
2451
2452         * time/tzset.c (compute_change): Replace slow loop to compute T by
2453         simple algorithm.
2454
2455 1999-09-06  Ulrich Drepper  <drepper@cygnus.com>
2456
2457         * iconvdata/iso-2022-jp.c: When translating to ISO-2022-JP* write
2458         escape sequences out even if the character itself does not fit
2459         into the buffer.
2460
2461         * iconvdata/jis0201.h (ucs4_to_jisx0201): Correct mapping for U005C.
2462
2463 1999-08-31  H.J. Lu  <hjl@gnu.org>
2464
2465         * nscd/nscd_getgr_r.c (nscd_getgr_r): Cleanup the buffer count.
2466
2467 1999-09-05  Roland McGrath  <roland@baalperazim.frob.com>
2468
2469         * hurd/hurdprio.c (_hurd_priority_which_map): If WHO is zero default
2470         it to getpid () for PRIO_PROCESS, geteuid () for PRIO_USER.
2471         (_hurd_priority_which_map):
2472
2473 1999-09-04  Ulrich Drepper  <drepper@cygnus.com>
2474
2475         * sysdeps/unix/sysv/linux/getaddrinfo.c: Little optimization.
2476
2477 1999-09-03  Andreas Schwab  <schwab@suse.de>
2478
2479         * sysdeps/unix/sysv/linux/syscalls.list: Rename strong name for
2480         fork from __syscall_fork to __libc_fork.
2481         * posix/Versions: Add __libc_fork and __vfork to version
2482         GLIBC_2.1.2.
2483
2484 1999-08-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2485
2486         * io/ftwtest-sh: Set LC_ALL and LANG to fix locale
2487         dependencies in sort.
2488
2489 1999-09-01  H.J. Lu  <hjl@gnu.org>
2490
2491         * sysdeps/unix/sysv/linux/alpha/sys/user.h: New file.
2492
2493         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Include
2494         <sys/user.h> instead of <asm/user.h>.
2495
2496 1999-09-02  Ulrich Drepper  <drepper@cygnus.com>
2497
2498         * elf/elf.h: Update PARISC-specific flags and symbolic names.
2499
2500 1999-09-01  Ulrich Drepper  <drepper@cygnus.com>
2501
2502         * elf/elf.h: Update PARISC relocations.
2503
2504 1999-08-31  Scott Bambrough  <scottb@netwinder.org>
2505
2506         * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: Enclose header in an
2507         #ifdef statement to prevent it from being included twice.
2508         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h:
2509         #include <bits/armsigctx.h>.
2510
2511 1999-08-31  Andreas Schwab  <schwab@suse.de>
2512
2513         * locale/C-collate.c: Add missing initialisations.
2514         * locale/C-ctype.c: Likewise.
2515
2516 1999-08-31  Ulrich Drepper  <drepper@cygnus.com>
2517
2518         * time/strftime.c (my_strftime): Remove unneeded variable len.
2519
2520         * time/strptime.c: Undo last change.
2521
2522 1999-08-30  Ulrich Drepper  <drepper@cygnus.com>
2523
2524         * locale/Makefile (distribute): Add iso-639.def and iso-3166.def.
2525         Change charset.h to charmap.h.
2526         (categories): Add new categories.  Leave out collate for now.
2527         Update build rules.
2528         * locale/categories.def: Add definitions for new categories.
2529         * locale/langinfo.h: Likewise.
2530         * locale/locale.h: Likewise.
2531         * locale/C-address.c: New file.
2532         * locale/C-identification.c: New file.
2533         * locale/C-measurement.c: New file.
2534         * locale/C-name.c: New file.
2535         * locale/C-paper.c: New file.
2536         * locale/C-telephone.c: New file.
2537         * locale/lc-address.c: Likewise.
2538         * locale/lc-identification.c: Likewise.
2539         * locale/lc-measurement.c: Likewise.
2540         * locale/lc-name.c: Likewise.
2541         * locale/lc-paper.c: Likewise.
2542         * locale/lc-telephone.c: Likewise.
2543         * locale/C-ctype.c: Update for locale rewrite.
2544         * locale/C-messages.c: Likewise.
2545         * locale/C-monetary.c: Likewise.
2546         * locale/C-time.c: Likewise.
2547         * locale/lc-collate.c: Likewise.
2548         * locale/lc-ctype.c: Likewise.
2549         * locale/lc-monetary.c: Likewise.
2550         * locale/lc-time.c: Likewise.
2551         * locale/localeinfo.h: Likewise.
2552         * locale/newlocale.c: Likewise.
2553         * locale/setlocale.c: Likewise.
2554         * locale/weight.h: Likewise.
2555         * locale/findlocale.c: Unconditionally use mmap.
2556         Handle new categories.
2557         * locale/loadlocale.c: Likewise.
2558         * locale/iso-3166.def: New file.
2559         * locale/iso-639.def: New file.
2560         * locale/programs/charmap-kw.gperf: Add new keywords.
2561         * locale/programs/locfile-kw.gperf: Likewise.
2562         * locale/programs/locfile-token.h: Define new tokens.
2563         * locale/programs/charmap.c: Rewrite to handle multibyte charsets.
2564         * locale/programs/charmap.h: New file.
2565         * locale/programs/charset.h: Removed.
2566         * locale/programs/config.h: Add __LC_LAST.
2567         * locale/programs/lc-address.c: New file.
2568         * locale/programs/lc-identification.c: New file.
2569         * locale/programs/lc-measurement.c: New file.
2570         * locale/programs/lc-name.c: New file.
2571         * locale/programs/lc-paper.c: New file.
2572         * locale/programs/lc-telephone.c: New file.
2573         * locale/programs/lc-collate.c: Update for locale rewrite.
2574         * locale/programs/lc-ctype.c: Likewise.
2575         * locale/programs/lc-messages.c: Likewise.
2576         * locale/programs/lc-monetary.c: Likewise.
2577         * locale/programs/lc-numeric.c: Likewise.
2578         * locale/programs/lc-time.c: Likewise.
2579         * locale/programs/locale.c: Likewise.
2580         * locale/programs/localedef.c: Likewise.
2581         * locale/programs/locfile.c: Likewise.
2582         * locale/programs/repertoire.c: Likewise.
2583         * locale/programs/repertoire.h: Likewise.
2584         * locale/programs/locfile.c: Update prototypes.
2585         Update handle_copy definition.
2586         * locale/programs/linereader.c: Add handling of wide char strings and
2587         new definition file syntax.
2588         * locale/programs/linereader.h (struct token): Add elements for wide
2589         character strings.
2590         * locale/programs/locale-spec.c: Disable handling of collation
2591         elements for now.
2592         * locale/programs/simple-hash.h: Cleanup.
2593         * locale/programs/stringtrans.h: Handle quite of end of line.
2594         * string/strcoll.c: Fall back on strcmp for now.
2595         * string/strxfrm.c: Fall back on strncpy/strlen for now.
2596         * time/strftime.c: Use new wide character data for wcsftime.
2597         * time/strptime.c: Remove _nl_C_LC_TIME declaration.
2598         * wctype/cname-lookup.h: Update for new LC_CTYPE data.
2599
2600         * sysdeps/i386/Makefile [csu]: Define CFLAGS-initfini.s to force
2601         compiling for i386 to avoid i686-like GOT pointer computation.
2602
2603         * db2/db_int.h: Change tsl_t type to u_int32_t.
2604         * db2/mutex/mutex.c: Allow Alpha mutex definitions.
2605         * db2/mutex/alpha.h: New file.
2606         * db2/mutex/sparc.gcc: Fix store code for v9.  Simplify clear code.
2607         * sysdeps/alpha/Makefile [db2]: Set CFLAGS of mutex.c to make spinlocks
2608         known.
2609         Patches by Richard Henderson.
2610
2611         * stdlib/tst-environ.c: Add cast to avoid warning.
2612         * timezone/test-tz.c: Use setenv instead of putenv.
2613
2614 1999-08-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2615
2616         * manual/libc.texinfo: Update version and date.
2617
2618         * manual/locale.texi (Formatting Numbers): Fix @node pointers.
2619
2620         * manual/filesys.texi (Working with Directory Trees): Add missing @code.
2621         (File System Interface): Correct entry.
2622         (Permission Bits): Add missing commata after @xref.
2623
2624 1999-08-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2625
2626         * timezone/tst-timezone.c (main): Don't pass const strings to
2627         putenv to avoid warnings.
2628
2629         * posix/regexbug1.c: Include <stdio.h> for puts prototype.
2630
2631 1999-08-29  Thorsten Kukuk  <kukuk@suse.de>
2632
2633         * nis/Versions: Add _nss_*_getipnodebyname_r.
2634         * nis/nss_nis/nis-hosts.c: Add _nss_nis_getipnodebyname_r.
2635         * nis/nss_nisplus/nisplus-hosts.c: Add _nss_nisplus_getipnodebyname_r.
2636         * nss/Versions: Add _nss_files_getipnodebyname_r.
2637
2638 1999-08-28  H.J. Lu  <hjl@gnu.org>
2639
2640         * nscd/nscd_getgr_r.c (nscd_getgr_r): Don't count the alloca'ed
2641         memory for buffer.
2642
2643 1999-08-27  Ulrich Drepper  <drepper@cygnus.com>
2644
2645         * sysdeps/unix/sysv/linux/netpacket/packet.h: Update from 2.3.15
2646         kernel.
2647         * inet/netinet/in.h: Likewise.
2648         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
2649         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2650
2651 1999-08-28  Ulrich Drepper  <drepper@cygnus.com>
2652
2653         * malloc/malloc.c (ptmalloc_init): Don't use variables to set
2654         thresholds for SUID binaries.  [PR libc/1277]
2655
2656         * posix/regexbug1.c: Add one more similar case.
2657
2658 1999-08-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2659
2660         * manual/install.texi (Running make install): Give examples for
2661         timezone and locale installation.
2662
2663 1999-08-28  Zack Weinberg  <zack@bitmover.com>
2664
2665         * glibcbug.in: Get CCVERSION from autoconf substitution.
2666         * configure.in: Calculate and substitute CCVERSION.
2667
2668 1999-08-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2669
2670         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Fix sa_flags,
2671         partially reverting a patch from 1998-12-29.  We just can't change
2672         the flags, kernels with different flags lead to
2673         incompatibilities.
2674
2675 1999-08-26  Andreas Schwab  <schwab@suse.de>
2676
2677         * locale/langinfo.h (YESSTR, NOSTR): Still define if __USE_GNU.
2678
2679 1999-08-27  Ulrich Drepper  <drepper@cygnus.com>
2680
2681         * inet/rexec.c (rexec): Free memory if strings were allocated in
2682         ruserpass.  Reported by Andrew Morton <morton@nortelnetworks.com>.
2683
2684 1999-08-27  Ulrich Drepper  <drepper@cygnus.com>
2685
2686         * locale/categories.def: Use __YESSTR amd __NOSTR in definition.
2687
2688         * manual/argp.texi: Fixing language and typos.
2689         * manual/conf.texi: Likewise.
2690         * manual/contrib.texi: Likewise.
2691         * manual/ctype.texi: Likewise.
2692         * manual/filesys.texi: Likewise.
2693         * manual/install.texi: Likewise.
2694         * manual/job.texi: Likewise.
2695         * manual/lang.texi: Likewise.
2696         * manual/llio.texi: Likewise.
2697         * manual/locale.texi: Likewise.
2698         * manual/math.texi: Likewise.
2699         * manual/nss.texi: Likewise.
2700         * manual/pipe.texi: Likewise.
2701         * manual/signal.texi: Likewise.
2702         * manual/socket.texi: Likewise.
2703         * manual/stdio.texi: Likewise.
2704         * manual/sysinfo.texi: Likewise.
2705         * manual/users.texi: Likewise.
2706         Patches by Neil Booth <NeilB@earthling.net>.
2707
2708 1999-08-25  Ulrich Drepper  <drepper@cygnus.com>
2709
2710         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Mark constant as
2711         unsigned to avoid warning.  [PR libc/1271].
2712
2713         * conform/conformtest.pl: Allow testing regex.h which requires
2714         sys/types.h being included.
2715
2716         * conform/data/regex.h-data: Allow *_t types.
2717         * conform/data/pwd.h-data: Likewise.
2718         * conform/data/sched.h-data: Likewise.
2719         * conform/data/pthread.h-data: Likewise.
2720         * conform/data/search.h-data: Likewise.
2721
2722         * misc/search.h: Avoid namespace pollution.
2723
2724         * conform/conformtest.pl (@headers): Add search.h, sched.h, regex.h,
2725         pwd.h, and pthread.h.
2726         * conform/data/pthread.h-data: New file.
2727         * conform/data/pwd.h-data: New file.
2728         * conform/data/regex.h-data: New file.
2729         * conform/data/sched.h-data: New file.
2730         * conform/data/search.h-data: New file.
2731
2732         * NAMESPACE: Add REG_ for regex.h.
2733
2734         * locale/langinfo.h: Don't define YESSTR and NOSTR for XPG6 since
2735         they are removed.
2736
2737         * configure.in (libc_cv_asm_global_directive): Indent .text in
2738         test code so that the lame HPUX compiler recognizes it.
2739         * sysdeps/hppa/bits/endian.h: New file.
2740         * sysdeps/unix/sysv/hpux/bits/errno.h: New file.
2741         * sysdeps/unix/sysv/hpux/bits/setjmp.h: New file.
2742         * sysdeps/unix/sysv/hpux/bits/stat.h: New file.
2743         * sysdeps/unix/sysv/hpux/bits/types.h: New file.
2744
2745         * sysdeps/unix/sysv/sysv4/solaris2/getdents.c: New file.
2746         Patch by John Tobey <jtobey@banta-im.com>.
2747
2748         * sysdeps/unix/sysv/sysv4/solaris2/bits/dirent.h: New file.
2749
2750         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Move
2751         old_siocfifconf definition to toplevel.
2752         (__protocol_available): Remove old_siocfifconf definition.
2753
2754 1999-08-25  Mark Kettenis  <kettenis@gnu.org>
2755
2756         * sysdeps/unix/sysv/linux/ptsname.c: Add checks to make sure we're
2757         really dealing with a master pseudo terminal, and really returning
2758         the name of the associated slave pseudo terminal by checking the
2759         device number.
2760         * sysdeps/unix/sysv/linux/pty-private.h: Removed.
2761         * login/programs/pt_chown.c (do_pt_chown): Don't use unix98_pseudo_p.
2762
2763 1999-08-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2764
2765         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add missing
2766         underscore in _llseek entry.
2767
2768         * sysdeps/unix/sysv/linux/mips/syscalls.list: Fix typo in execve
2769         entry.
2770
2771         * sysdeps/unix/sysv/linux/bits/errno.h: Fix comment.
2772         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
2773
2774         * elf/Makefile ($(objpfx)ld.so): Fix rtld-ldscript dependency.
2775         Patch by Ralf Baechle <ralf@uni-koblenz.de>.
2776
2777 1999-08-25  Ulrich Drepper  <drepper@cygnus.com>
2778
2779         * inet/Makefile (routines): Add getipnodebynm.
2780         * inet/getipnodebynm.c: New file.
2781         * nss/digits_dots.c: If HAVE_TYPE is define type contains the
2782         interface type.
2783         * nss/nss_files/files-XXX.c: Define EXTRA_ARGS, EXTRA_ARGS_DECL, and
2784         EXTRA_ARGS_VALUE is not already done.
2785         (internal_getent): Allow extra parameters and pass them to parse_line.
2786         (_nss_files_get,ENTNAME_r): Pass extra parameters to internal_getent.
2787         (_nss_files_get##name##_r): Likewise.
2788         * nss/nss_files/files-hosts.c: Define EXTRA_ARGS, EXTRA_ARGS_DECL,
2789         and EXTRA_ARGS_VALUE to pass flags and type to parser.
2790         Add getipnodebyname function.
2791         * nss/nss_files/files-parse.c: Define EXTRA_ARGS, EXTRA_ARGS_DECL, and
2792         EXTRA_ARGS_VALUE is not already done.
2793         (parse_line): Add EXTRA_ARGS_DECL to parameter list.
2794         * nss/nss_db/db-XXX.c (lookup): Allow extra parameters and pass them
2795         to parse_line.
2796         (_nss_db_get##name##_r): Pass extra parameters to lookup.
2797         (_nss_db_get,ENTNAME_r): Likewise.
2798         * sysdeps/generic/if_index.c (__protocol_available): New function.
2799         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2800
2801 1999-08-24  Ulrich Drepper  <drepper@cygnus.com>
2802
2803         * login/pty-private.h: Move to...
2804         * sysdeps/generic/pty-private.h: ...here.
2805         * sysdeps/unix/sysv/linux/pty-private.h: New file.  Linux specific
2806         version.
2807         * login/programs/pt_chown.c (do_pt_chown): Use unix98_pseudo_p is
2808         available.
2809
2810         * libio/fileops.c (_IO_new_file_xsputn): Use _IO_OVERFLOW instead
2811         of __overflow.
2812
2813         * conform/conformtest.pl (@headers): Add monetary.h-data,
2814         mqueue.h-data, ndbm.h-data, nl_types.h-data, and poll.h-data.
2815         * conform/data/monetary.h-data: New file.
2816         * conform/data/mqueue.h-data: New file.
2817         * conform/data/ndbm.h-data: New file.
2818         * conform/data/nl_types.h.h-data: New file.
2819         * conform/data/poll.h-data: New file.
2820
2821         * stdio-common/Makefile (test): Add tst-cookie.
2822         * stdio-common/tst-cookie.c: New file.
2823
2824         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Fix EILSEQ value
2825         changed in last patch.  Reported by Ralf Baechle.
2826
2827 1999-08-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2828
2829         * sysdeps/unix/mips/sysdep.h: Use __syscall_error.
2830
2831         * sysdeps/unix/mips/sysdep.S: Rewrite, don't declare errno here.
2832         Patches by Ralf Baechle <ralf@uni-koblenz.de>
2833
2834 1999-08-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2835
2836         * sysdeps/unix/sysv/linux/net/if_arp.h: Add new constants from
2837         Linux 2.3.15.
2838
2839 1999-08-24  Ulrich Drepper  <drepper@cygnus.com>
2840
2841         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add execve
2842         syscall.
2843         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2844
2845         * misc/libgen.h: Don't take basename macro as taking arguments.
2846
2847         * sysdeps/arm/bits/huge_val.h: Use hexadecimal floating-point constants
2848         for gcc >= 2.95.
2849         * sysdeps/i386/bits/huge_val.h: Likewise.
2850         * sysdeps/i386/bits/huge_val.h: Likewise.
2851         * sysdeps/ieee754/bits/huge_val.h: Likewise.
2852         * sysdeps/m68k/bits/huge_val.h: Likewise.
2853         * sysdeps/sparc/sparc32/fpu/bits/huge_val.h: Likewise.
2854         * sysdeps/sparc/sparc64/fpu/bits/huge_val.h: Likewise.
2855
2856         * conform/Makefile: New file.
2857         * conform/conformtest.pl: New file.
2858         * conform/data/aio.h-data: New file.
2859         * conform/data/assert.h-data: New file.
2860         * conform/data/cpio.h-data: New file.
2861         * conform/data/ctype.h-data: New file.
2862         * conform/data/dirent.h-data: New file.
2863         * conform/data/dlfcn.h-data: New file.
2864         * conform/data/errno.h-data: New file.
2865         * conform/data/fcntl.h-data: New file.
2866         * conform/data/float.h-data: New file.
2867         * conform/data/fmtmsg.h-data: New file.
2868         * conform/data/fnmatch.h-data: New file.
2869         * conform/data/ftw.h-data: New file.
2870         * conform/data/glob.h-data: New file.
2871         * conform/data/grp.h-data: New file.
2872         * conform/data/iconv.h-data: New file.
2873         * conform/data/inttypes.h-data: New file.
2874         * conform/data/iso646.h-data: New file.
2875         * conform/data/langinfo.h-data: New file.
2876         * conform/data/libgen.h-data: New file.
2877         * conform/data/locale.h-data: New file.
2878         * conform/data/math.h-data: New file.
2879
2880 1999-08-23  Ulrich Drepper  <drepper@cygnus.com>
2881
2882         * posix/execvp.c (execvp): Correct copying of file name.
2883
2884 1999-08-23  Mark Kettenis  <kettenis@gnu.org>
2885
2886         * hurd/hurdsig.c (_hurd_internal_post_signal): Add missing else.
2887
2888 1999-08-23  Ulrich Drepper  <drepper@cygnus.com>
2889
2890         * stdio-common/Makefile: Move addition to routines to the right place.
2891
2892 1999-08-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2893
2894         * sysdeps/unix/sysv/linux/mips/bits/errno.h: New file.  Neccessary
2895         since mips*-linux has ECANCELED.
2896
2897 1999-08-23  Andreas Schwab  <schwab@suse.de>
2898
2899         * sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h: Define
2900         SIGCONTEXT_EXTRA_ARGS.
2901         * sysdeps/unix/sysv/linux/i386/sigcontextinfo.h: Likewise.
2902         * sysdeps/generic/sigcontextinfo.h: Likewise.
2903         * sysdeps/mach/hurd/i386/sigcontextinfo.h: Likewise.
2904         * sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h: Likewise.
2905         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
2906         * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: Likewise.
2907         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Likewise.
2908         * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: Likewise.
2909
2910 1999-08-23  Ulrich Drepper  <drepper@cygnus.com>
2911
2912         * posix/regexbug1.c: Make it an error if the test fails.
2913
2914 1999-08-23  Andreas Schwab  <schwab@suse.de>
2915
2916         * posix/regex.c (re_match_2_internal): Correct check for charset
2917         after exactn in loop.
2918
2919 1999-08-22  Ulrich Drepper  <drepper@cygnus.com>
2920
2921         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add execve syscall.
2922         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2923         Patch by Joel Klecker.
2924
2925         * iconv/gconv_int.h (GCONV_AVOID_NOCONV): New definition.
2926         (__gconv_find_transform): Update prototype.
2927         (__gconv_open): Likewise.
2928         * iconv/gconv_open.c: Take extra parameter and pass it to
2929         __gconv_find_transform.
2930         * iconv/gconv_db.c (__gconv_find_transform): Take extra parameter with
2931         flags.  If GCONV_AVOID_NOCONV flag is set don't return copying
2932         transformation.
2933         * iconv/iconv_open.c: Pass extra parameter to __gconv_open.
2934         * wcsmbs/wcsmbsload.c: Likewise.
2935         * intl/dcgettext.c (_nl_find_msg): Rewrite to use gconv instead of
2936         iconv for glibc.
2937         * intl/gettextP.h: Likewise.
2938         * intl/loadmsgcat.c: Likewise.
2939
2940         * posix/regexbug1.c: New file.
2941         * posix/Makefile (tests): Add regexbug1.
2942
2943 1999-08-22  Mark Kettenis  <kettenis@gnu.org>
2944
2945         * hurd/new-fd.c (_hurd_new_fd): Initialize fcntl flags.
2946         * hurd/port2fd.c (_hurd_port2fd): Reset the fcntl flags when
2947         installing PORT in the descriptor cell.
2948
2949 1999-08-19  Roland McGrath  <roland@baalperazim.frob.com>
2950
2951         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Mark OPTION and
2952         TIMEOUT as outputs of the asm to indicate that the signal thread
2953         might mutate them.
2954         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Short circuit to plain
2955         mach_msg if only sending or only receiving (i.e., not an RPC).  When
2956         making an RPC that might get interrupted, save OPTION and the portion
2957         of the message buffer that gets clobbered by an EINTR reply message,
2958         and properly restore them before attempting to retry the request
2959         message send.
2960
2961 1999-08-21  Mark Kettenis  <kettenis@gnu.org>
2962
2963         * stdio-common/vfscanf.c [! USE_IN_LIBIO]: Add necessary
2964         definitions for MEMCPY, ISSPACE, ISDIGIT, ISXDIGIT, TOLOWER, L_,
2965         CHAR_T, UCHAR_T and WIN_T to make the code compile again when
2966         stdio is used instead of libio.
2967         * stdio-common/vfprintf.c [! USE_IN_LIBIO]: Add necessary
2968         definitions for CHAR_T, UCHAR_T, INT_T, L_, ISDIGIT, PAD and PUTC
2969         to make the code compile again when stdio is used instead of
2970         libio.
2971         (vfprintf): Only check for correct orientation if ORIENT is
2972         defined.
2973         * stdio-common/Makefile (routines): Only add vfwprintf and
2974         vfwscanf if we're using libio.
2975
2976 1999-08-21  Mark Kettenis  <kettenis@gnu.org>
2977
2978         * include/stdio.h [! USE_IN_LIBIO && __need_FILE]: Avoid defining
2979         any additional prototype just as we do for libio.
2980
2981 1999-08-21  Mark Kettenis  <kettenis@gnu.org>
2982
2983         * include/bits/xopen_lim.h: Do not define STREAM_MAX and
2984         TZNAME_MAX.  These limits are not X/Open specific.
2985         * stdio-common/stdio_lim.h.in: Allow inclusion when __need_IOV_MAX
2986         is defined.
2987
2988 1999-08-21  Mark Kettenis  <kettenis@gnu.org>
2989
2990         * Rules: When generated stdio_lim.h, avoid defining IOV_MAX if
2991         UIO_MAXIOV is left undefined in sys/uio.h.
2992         * stdio-common/stdio_lim.h.in: Adapt for change above.
2993
2994 1999-08-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2995
2996         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h (SA_RESETHAND): Add it.
2997         * sysdeps/mips/bits/dlfcn.h: Remove SGI specific calls, add RTLD_LOCAL.
2998         Patches by Ralf Baechle <ralf@uni-koblenz.de>
2999
3000 1999-08-21  Ulrich Drepper  <drepper@cygnus.com>
3001
3002         * stdlib/fmtmsg.h: Don't define NULL to keep namespace clean.
3003
3004 1999-08-20  Ulrich Drepper  <drepper@cygnus.com>
3005
3006         * sysdeps/unix/sysv/linux/execve.c: Define weak alias execve.
3007
3008         * sysdeps/unix/sysv/linux/init-first.c (init): Remove personality
3009         call.  It should not be necessary andis harmful for Alpha.
3010
3011         * sysdeps/posix/getcwd.c: Correct comment saying < 0 is ok for size
3012         type.  [PR libc/1269]
3013
3014         * posix/execvp.c (execvp): Allocate array name of correct size.
3015         Optimize inner loop.  Use execve directly, not execv.
3016
3017         * elf/elf.h: Corrected SHT_ values from new draft.
3018
3019         * intl/gettextP.h (struct loaded_domain): Add conv element.
3020         * intl/dcgettext.c (find_msg): Rename to _nl_find_msg and make public.
3021         Instead of returning found message directly convert it using iconv
3022         if a conversion was found when opening the file.
3023         * intl/loadinfo.h: Protect against multiple inclusion.
3024         Declare _nl_find_msg.
3025         * intl/loadmsgcat.c (_nl_load_domain): Try to determine charset used
3026         in the message file and if necessary find approrpiate
3027         conversion to match currently selected charset.
3028         * include/libintl.h: Declare __dgettext and __dcgettext.
3029         * include/iconv.h: New file.
3030
3031 1999-08-20  Andreas Schwab  <schwab@suse.de>
3032
3033         * sysdeps/unix/sysv/linux/sys/sendfile.h: Fix typo.
3034
3035 1999-08-19  Ulrich Drepper  <drepper@cygnus.com>
3036
3037         * sysdeps/unix/sysv/linux/execve.c: New file.  This version terminates
3038         all threads [PR libc/1223].
3039
3040         * elf/rtld.c (_dl_start): Initialize bootstrap_map.l_info to zero.
3041         [PR libc/1165].
3042
3043         * configure.in: Search for programs with prefix gnu* and g* first.
3044         [PR libc/1104].
3045
3046         * dirent/Makefile (routines): Add getdents64.
3047         * sysdeps/unix/sysv/linux/Makefile [dirent] (sysdep_routines):
3048         Remove getdents64.
3049         * dirent/dirent.h: Redirect getdirentries to getdirentries64 if
3050         compiled with _FILE_OFFSET_BITS=64.
3051         * sysdeps/generic/getdents64.c: New file.
3052         * sysdeps/unix/sysv/linux/getdirentries.c: Also redefine off_t and
3053         __lseek for getdirentries64 definition.
3054
3055         * sysdeps/unix/sysv/linux/llseek.c: Make __lseek64 a strong alias.
3056
3057         * sysdeps/unix/sysv/linux/sys/sendfile.h: Don't allow use with
3058         _FILE_OFFSET_BITS=64.
3059
3060         * sysdeps/unix/bsd/telldir.c (seekdir): Correct type of second
3061         parameter.
3062
3063         * sysdeps/generic/setenv.c (__add_to_environ): Initialize ep
3064         after we have the lock.
3065
3066         * sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h: New file.
3067         Patch by Richard Henderson.
3068
3069 1999-08-19  Andreas Schwab  <schwab@suse.de>
3070
3071         * libio/iovswscanf.c (vswscanf): Make stream unoriented initially
3072         and call _IO_fwide, to get the wide stream state initialized
3073         correctly.  Don't set _IO_JUMPS.
3074         * libio/vsnprintf.c (_IO_vsnprintf): Avoid casts to _IO_FILE *.
3075         * libio/vswprintf.c (_IO_vswprintf): Likewise.  Pass
3076         _IO_wstrn_jumps to _IO_no_init instead of setting _IO_WIDE_JUMPS
3077         directly.
3078
3079 1999-08-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3080
3081         * math/libm-test.c (jn_test): Fix typo in description.
3082         (erfc_test): Add some more tests.
3083         (erf_test): Add some more tests.
3084
3085 1999-08-19  Andreas Schwab  <schwab@suse.de>
3086
3087         * csu/Makefile ($(objpfx)initfini.s): Replace $(no-exceptions) by
3088         expression using $(exceptions).
3089
3090 1999-08-18  Ulrich Drepper  <drepper@cygnus.com>
3091
3092         * sysdeps/generic/setenv.c: Avoid warning about uninitialized variable.
3093
3094         * libio/fileops.c (_IO_file_xsgetn): Allocate buffer if none is
3095         allocated so far.  [PR libc/1261].
3096
3097         * math/libm-test.c (j0_test): Adjust deltas for m68k.
3098         (jn_test): Likewise.
3099
3100         * dirent/dirent.h: Only define ino64_t if not already done.
3101         * posix/sys/types.h: Likewise.
3102
3103         * ctype/ctype.h: Avoid useless #endif #if pairs.
3104
3105         * dirent/dirent.h: Define ino_t and ino64_t if not done already.
3106         (seekdir): Fix type of second parameter.
3107         * sysdeps/generic/seekdir.c: Likewise.
3108         * sysdeps/mach/hurd/seekdir.c: Likewise.
3109         * sysdeps/unix/seekdir.c: Likewise.
3110
3111         * dlfcn/dlfcn.h: Define RTLD_NEXT and RTLD_DEFAULT only if __USE_GNU.
3112
3113 1999-08-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3114
3115         * manual/install.texi (Configuring and compiling): Clarify ix86
3116         situation.
3117
3118 1999-08-18  Ulrich Drepper  <drepper@cygnus.com>
3119
3120         * Rules: When generating stdio_lim.h also rewrite IOV_MAX definition.
3121         * stdio-common/stdio_lim.h.in: Add IOV_MAX template.
3122         * include/bits/xopen_lim.h: Don't define IOV_MAX here, get it from
3123         stdio_lim.h.  Define LONG_BIT and WORD_BIT.
3124
3125         * include/features.h: Define __USE_XOPEN2K if _XOPEN_SOURCE == 600.
3126
3127         * libio/stdio.h: Don't declare cuserid and getopt for X/Open issue 6.
3128
3129         * misc/search.h: Don't define NULL.
3130
3131         * posix/sys/types.h: Define blksize_t if it hasn't happened.
3132         Only define key_t and blkcnt_t if it hasn't happened before.
3133         Define blksize_t if not happened before.
3134         * io/sys/stat.h: Don't define pid_t.  Define blkcnt_t and blksize_t.
3135         * sysdeps/generic/bits/types.h: Define __blksize_t.
3136         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
3137         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
3138         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
3139         * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
3140         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
3141         * sysdeps/mach/hurd/bits/stat.h (struct stat): Use __blksize_t for
3142         st_blksize member.
3143         (struct stat64): Likewise.
3144         * sysdeps/unix/bsd/bits/stat.h: Likewise.
3145         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
3146         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
3147         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
3148         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
3149         * sysdeps/unix/sysv/sysv4/i386/bist/stat.h: Likewise.
3150         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
3151
3152         * stdlib/getsubopt.c: Correct type of second argument.
3153         * stdlib/stdlib.h: Likewise.
3154
3155         * stdlib/monetary.h: Don't include sys/types.h.  Define only size_t
3156         and ssize_t.
3157
3158         * sysdeps/generic/putenv.c: Correct type of parameter.
3159         * stdlib/stdlib.h: Likewise.
3160
3161         * sysdeps/generic/msgsnd.c: Correct type of second parameter.
3162         * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
3163         * sysvips/sys/msg.h: Likewise.
3164
3165         * sysdeps/generic/semop.c: Correct type of third parameter.
3166         * sysdeps/unix/sysv/linux/semop.c: Likewise.
3167         * sysvipc/sys/sem.h: Likewise.  Don't include sys/types.h, define
3168         size_t.
3169
3170         * sysdeps/generic/shmget.c: Correct type of second parameter.
3171         * sysdeps/unix/sysv/linux/shmget.c: Likewise.
3172         * sysvips/sys/shm.h: Likewise.  Don't include unistd.h and sys/types.h.
3173         Declare __getpagesize here.
3174
3175         * sysdeps/generic/bits/ipc.h: Include bits/types.h instead of
3176         sys/types.h.
3177         * sysdeps/gnu/bits/ipc.h: Likewise.
3178         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
3179         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
3180         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
3181         * sysvipc/sys/ipc.h: Define uid_t, gid_t, mode_t, and key_t if not
3182         already done.
3183
3184         * sysdeps/unix/bsd/usleep.c: Correct type of parameter.
3185
3186         * debug/versions: Export __cyg_profile_func_enter and
3187         __cyg_profile_func_exit.
3188
3189         * math/bits/mathcalls.h: Pretty print.
3190
3191 1999-08-17  Ulrich Drepper  <drepper@cygnus.com>
3192
3193         * timezone/tst-timezone.c (tests): Update America/Sao_Paulo test
3194         case for new tzdata.
3195
3196         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Make __useconds_t
3197         unsigned.
3198         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
3199         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
3200         * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
3201         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
3202
3203         * sysdeps/generic/bits/types.h: Make __useconds_t unsigned.
3204
3205         * sysdeps/generic/ualarm.c (ualarm): Change return value and
3206         parameter type to useconds_t.
3207         * sysdeps/unix/bsd/ualarm.c: Likewise.
3208
3209         * sysdeps/generic/usleep.c (usleep): Change parameter type to
3210         useconds_t.
3211         * sysdeps/unix/sysv/linux/usleep.c: Likewise.
3212         * sysdeps/mach/usleep.c: Likewise.
3213
3214         * locale/weight.h: Include <errno.h>.
3215
3216         * posix/sys/types.h: Define type useconds_t if not done already.
3217         * posix/unistd.h: Likewise.  Use this in ualarm and usleep
3218         declarations.
3219         * sysdeps/generic/bits/types.h: Define type __useconds_t.
3220         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
3221         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
3222         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
3223         * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
3224         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
3225
3226         * dirent/dirent.h (telldir): Change return type to long int.
3227         * sysdeps/generic/telldir.c: Likewise.
3228         * sysdeps/mach/hurd/telldir.c: Likewise.
3229         * sysdeps/unix/telldir.c: Likewise.
3230         * sysdeps/unix/bsd/telldir.c: Likewise.  Fix locking problem.
3231
3232         * locale/weight.h: Set errno if an invalid character is found.
3233
3234 1999-08-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3235
3236         * math/libm-test.c (erfc_test): Add test for example from PR
3237         libc/1259.
3238         (erf_test): Likewise.
3239
3240 1999-08-17  Ulrich Drepper  <drepper@cygnus.com>
3241
3242         * sysdeps/ieee754/dbl-64/s_erf.c: Correct type in performance increase
3243         rewrite.  Patch by Alan Stern <stern@kitsilano.rowland.org>.
3244
3245         * timezone/private.h: Update from tzcode1999e.
3246         * timezone/zic.c: Likewise.
3247
3248         * timezone/africa: Update from tzdata1999e.
3249         * timezone/antarctica: Likewise.
3250         * timezone/asia: Likewise.
3251         * timezone/australasia: Likewise.
3252         * timezone/europe: Likewise.
3253         * timezone/leapseconds: Likewise.
3254         * timezone/northamerica: Likewise.
3255         * timezone/southamerica: Likewise.
3256
3257         * stdio-common/vfprintf.c (process_string_arg): Correct last patch
3258         and write correct number of bytes in case of %ls with precision.
3259         Reported by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
3260
3261 1999-08-16  Ulrich Drepper  <drepper@cygnus.com>
3262
3263         * nscd/nscd.init: Test for kernel version and make LSB compliant.
3264         Patch by Christian Gafton.
3265
3266         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define O_DSYNC and
3267         O_RSYNC.  Patch by Christian Gafton.
3268
3269         * stdio-common/vfprintf.c (process_string_arg) [printf]: Handle
3270         possibly unterminated strings for %ls when a precision is
3271         specified.
3272         Patch by Akira YOSHIYAMA <yosshy@tkf.att.ne.jp>.
3273
3274         * wcsmbs/wcsmbsload.c (__wcsmbs_clone_conv): Call
3275         update_conversion_ptrs.
3276         Reported by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
3277
3278 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
3279
3280         * wcsmbs/wcsnlen.c: Correct decrement of maxlen.
3281         Reported by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
3282
3283         * wcsmbs/Makefile (tests): Add tst-wcsnlen.
3284         * wcsmbs/tst-wcsnlen.c: New file.
3285
3286 1999-08-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3287
3288         * libio/ioputs.c (_IO_puts): Add missing brace.
3289
3290 1999-07-20  Geoff Keating  <geoffk@cygnus.com>
3291
3292         * math/libm-test.c: Tweak deltas for a clean run on ppc.
3293
3294 1999-08-10  H.J. Lu  <hjl@gnu.org>
3295
3296         * stdio-common/vfprintf.c (ORIENT): Check for the old stream.
3297         (vfprintf): Likewise.
3298         * stdio-common/vfscanf.c (ORIENT): Likewise.
3299         * libio/genops.c (__underflow): Likewise.
3300         (__uflow): Likewise.
3301         * libio/iofputs.c (_IO_fputs): Likewise.
3302         * libio/ioftell.c (_IO_ftell): Likewise.
3303         * libio/iofwrite.c (_IO_fwrite): Likewise.
3304         * libio/ioputs.c (_IO_puts): Likewise.
3305         * libio/iosetbuffer.c (_IO_setbuffer): Likewise.
3306         * libio/iosetvbuf.c (_IO_setvbuf): Likewise.
3307
3308 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
3309
3310         * iconv/gconv_builtin.h: Add ISO registry alias for UTF8.
3311
3312 1999-08-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3313
3314         * manual/job.texi (Process Group Functions): Document getpgid,
3315         getsid.
3316
3317 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
3318
3319         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Take extra parameter and
3320         initialize si_pid from it.
3321         * sysdeps/generic/aio_sigqueue.c (__aio_sigqueue): Take extra
3322         parameter.
3323         * rt/aio_misc.c (__aio_enqueue_request): Initialize caller_pid.
3324         * rt/aio_misc.h (struct waitlist): Add caller_pid element.
3325         (struct requestlist): Likewise.
3326         Adjust prototypes of __aio_notify_only and __aio_sigqueue.
3327         * rt/aio_notify.c (__aio_notify_only): Take extra parameter.  Pass it
3328         to __aio_sigqueue.
3329         (__aio_notify): Pass caller PID to __aio_notify_only.
3330         * rt/aio_suspend.c: Initialize caller_pid.
3331         * rt/lio_listio.c: Likewise.
3332         * rt/lio_listio64.c: Likewise.
3333
3334         * rt/lio_listio.c: If nothing has to be done free mutex before
3335         signalling.
3336         * rt/lio_listio64.c: Likewise.
3337
3338 1999-08-10  H.J. Lu  <hjl@gnu.org>
3339
3340         * resolv/nss_dns/dns-host.c (getanswer_r): Cleanup out-of-buffer
3341         handling.
3342
3343 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
3344
3345         * elf/elf.h: Define ElfXX_Versym.
3346         * elf/link.h (struct link_map): Use ElfXX_Versym for l_versyms
3347         definition.
3348
3349         * stdio-common/vfprintf.c (process_string_arg): Handle precisions
3350         for string output correctly in the wide character case.
3351         Patch by Akira YOSHIYAMA <yosshy@tkf.att.ne.jp>.
3352
3353         * intl/locale.alias: Add catalan.
3354
3355 1999-08-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3356
3357         * manual/install.texi (Configuring and compiling): Mention CFLAGS.
3358
3359 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
3360
3361         * po/pt_BR.po: New file.
3362
3363 1999-08-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3364
3365         * math/libm-test.c (yn_test): Adjust deltas for i386.
3366         (ccosh_test): Likewise.
3367         (jn_test): Likewise.
3368
3369 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
3370
3371         * sysdeps/generic/_G_config.h: Get definition of mbstate_t.
3372
3373 1999-08-13  Ulrich Drepper  <drepper@cygnus.com>
3374
3375         * stdio-common/tstscanf.c: Add test for hexadecimal float parsing
3376         problem.
3377
3378 1999-08-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3379
3380         * configure.in: install-sh lives now in scripts subdir.
3381         PR libc/1255 (bug 4).
3382
3383 1999-08-13  Ulrich Drepper  <drepper@cygnus.com>
3384
3385         * sysdeps/generic/_G_config.h: Update _G_iconv_t type from Linux
3386         version.
3387
3388         * po/fr.po: Update.
3389
3390 1999-08-11  Thorsten Kukuk  <kukuk@suse.de>
3391
3392         * nis/nis_callback.c (internal_nis_do_callback): Free my_pollfd.
3393
3394 1999-08-13  Ulrich Drepper  <drepper@cygnus.com>
3395
3396         * stdio-common/vfscanf.c: Don't recognize hexadecimal floats without
3397         exponent.
3398
3399 1999-08-10  Andreas Schwab  <schwab@suse.de>
3400
3401         * elf/dl-load.c (_dl_map_object_from_fd): Fix check for valid elf
3402         header.
3403
3404 1999-08-09  Scott Bambrough  <scottb@netwinder.org>
3405
3406         * elf/elf.h: Added definition of ELFOSABI_ARM.
3407         * elf/dl-load.c (_dl_map_object_from_fd): Use VALID_ELF_HEADER,
3408         VALID_ELF_OSABI, VALID_ELF_ABIVERSION to decide whether an
3409         object's header and ABI values are acceptable.
3410         (VALID_ELF_HEADER): New macro; provide default definition.
3411         (VALID_ELF_OSABI): New macro; provide default definition.
3412         (VALID_ELF_ABIVERSION): New macro; provide default definition.
3413         * sysdeps/arm/dl-machine.h Define ARM specific versions of
3414         VALID_ELF_HEADER, VALID_ELF_OSABI, VALID_ELF_ABIVERSION.
3415
3416 1999-08-09  Andreas Schwab  <schwab@suse.de>
3417
3418         * inet/tst-ipnode.c (main): Don't compare integer with NULL.
3419
3420 1999-08-09  Thorsten Kukuk  <kukuk@suse.de>
3421
3422         * sunrpc/svc_run.c (svc_run): Free my_pollfd.
3423
3424 1999-08-09  Andreas Schwab  <schwab@suse.de>
3425
3426         * sunrpc/svc.c (svc_getreq_poll): Fix argument of xprt_unregister.
3427
3428 1999-08-08  Ulrich Drepper  <drepper@cygnus.com>
3429
3430         * sysdeps/ieee754/ieee754.h: Handle platforms with special
3431         __FLOAT_WORD_ORDER.  Patch by Joel Klecker <jk@espy.org>.
3432
3433         * string/bits/string2.h: Mark void* operations as extensions.
3434         * sysdeps/i386/i486/bits/string.h: Likewise.
3435
3436         * debug/Makefile (routines): Add noophooks.
3437         (extra-libs): Add libpcprofile.  Add rules to build libpcprofile.
3438         * debug/noophooks.c: New file.
3439         * debug/pcprofile.c: New file.
3440
3441 1999-08-06  Ulrich Drepper  <drepper@cygnus.com>
3442
3443         * rt/aio_misc.c (handle_fildes_io): Imitate the behaviour on other
3444         systems which allow using the functions also on non-seekable
3445         devices.
3446
3447         * resolv/res_send.c (res_send): Recompute timeout for poll for
3448         each jump to `wait'.
3449
3450         * inet/netinet/in.h (IN6ADDR_ANY_INIT): Add correct number of
3451         braces to avoid warnings.
3452         (IN6ADDR_LOOPBACK_INIT): Likewise.
3453
3454         * sysdeps/unix/sysv/linux/bits/socket.h: Fix typo (MSG_TRUNC ->
3455         MSG_DONTWAIT).
3456
3457 1999-08-06  H.J. Lu  <hjl@gnu.org>
3458
3459         * malloc/malloc.c: Initialize __libc_pagesize early.
3460
3461 1999-08-06  Ulrich Drepper  <drepper@cygnus.com>
3462
3463         * string/string-inlines.c: Undefined __USE_STRING_INLINES before
3464         defining it.
3465
3466         * inet/Makefile (tests): Add tst-ipnode.
3467         * inet/tst-ipnode.c: New file.
3468
3469 1999-08-06  Andreas Schwab  <schwab@suse.de>
3470
3471         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DSYNC, O_RSYNC):
3472         New definitions.
3473         (O_DIRECTORY, O_NOFOLLOW): Define only if __USE_GNU.
3474         (O_LARGEFILE): Define only if __USE_LARGEFILE64.
3475         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_DSYNC, O_RSYNC):
3476         New definitions.
3477         (O_LARGEFILE): Define only if __USE_LARGEFILE64.
3478         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_LARGEFILE): Likewise.
3479
3480 1999-08-06  Jakub Jelinek  <jj@ultra.linux.cz>
3481
3482         * sysdeps/ieee754/ldbl-128/e_expl.c: New file.
3483         * sysdeps/ieee754/ldbl-128/t_expl.h: New file.
3484         * sysdeps/ieee754/ldbl-128/Dist: Add t_expl.h.
3485
3486 1999-08-06  Ulrich Drepper  <drepper@cygnus.com>
3487
3488         * resolv/res_send.c (res_send): Don't test file descriptor for
3489         range, we use poll now.  [PR libc/1240]
3490
3491 1999-08-05  Ulrich Drepper  <drepper@cygnus.com>
3492
3493         * libio/genops.c (_IO_flush_all): Don't access elements beyond what
3494         2.0 defined if they are not available.
3495
3496 1999-08-05  Thorsten Kukuk  <kukuk@suse.de>
3497
3498         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_RSYNC, O_DSYNC):
3499         Define.
3500
3501 1999-08-04  Ulrich Drepper  <drepper@cygnus.com>
3502
3503         * rt/aio_read.c: Fix return value.
3504         * rt/aio_read64.c: Likewise.
3505         Reported by Christian Gafton.
3506
3507         * rt/aio_write.c: Fix return value.
3508         * rt/aio_write64.c: Likewise.
3509         * rt/aio_fsync.c: Likewise.
3510
3511         * rt/aio_misc.c: Set errno at correct place.
3512
3513         * rt/aio_fsync.c: Test OP parameter for correct values.
3514
3515         * hesiod/hesiod.c: Avoid emitting rcsid in object file.
3516
3517 1999-08-04  Andreas Schwab  <schwab@suse.de>
3518
3519         * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
3520         Initialize result to one.
3521         (GET_NPROCS_CONF_PARSER): Likewise.
3522
3523 1999-08-03  Ulrich Drepper  <drepper@cygnus.com>
3524
3525         * inet/ether_hton.c: Pass errno pointer to NSS function.
3526         * inet/getnetgrent_r.c: Likewise.
3527         Reported by Marty Leisner <leisner@rochester.rr.com>.
3528
3529 1999-08-02  Thorsten Kukuk  <kukuk@suse.de>
3530
3531         * nis/nis_callback.c: Fix port problem on big-endian machines
3532         * sunrpc/clnt_udp.c: Cast to uint32_t pointer, not short. RPC
3533         fields are always 32 bit.
3534         Patches from Paul Mackerras <paulus@cs.anu.edu.au>
3535
3536         * nis/nss_nis/nis-service.c: Remove htons, port is always in
3537         network-byte-order.
3538         * nis/nss_nisplus/nisplus-service.c: Rename number to port.
3539
3540 1999-08-03  Andreas Schwab  <schwab@suse.de>
3541
3542         * sysdeps/posix/sigset.c: Unblock the signal after setting its
3543         disposition.  Use SIG_BLOCK/SIG_UNBLOCK instead of SIG_SETMASK to
3544         avoid two calls to sigprocmask.
3545
3546 1999-08-02  Ulrich Drepper  <drepper@cygnus.com>
3547
3548         * sysdeps/generic/s_nexttowardf.c: Fix typo.
3549
3550 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
3551
3552         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction):
3553         Only allow rt signal frames. No SA_SIGINFO signals will have the
3554         siginfo_t just not filled out with SI_NOINFO code.
3555         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h
3556         (register_dump): Take the above change into account.
3557         * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h
3558         (rt_signal_frame): Likewise.
3559
3560         * sysdeps/unix/sysv/linux/sparc/getsysstats.c: New file.
3561
3562 1999-08-02  Thorsten Kukuk  <kukuk@suse.de>
3563
3564         * nis/nis_callback.c (internal_nis_do_callback): Use poll()
3565         instead of select().
3566
3567 1999-08-02  Ulrich Drepper  <drepper@cygnus.com>
3568
3569         * sysdeps/generic/s_nextafter.c: Define __nexttoward and
3570         nexttoward so something else so that aliasing works.
3571
3572 1999-08-02  Thorsten Kukuk  <kukuk@suse.de>
3573
3574         * sysdeps/generic/math_ldbl.h: Fix typo.
3575         * sysdeps/generic/strtold.c: Remove unbalanced #endif.
3576         * sysdeps/alpha/fpu/e_sqrt.c: Use new path for e_sqrt.c.
3577
3578 1999-08-02  Ulrich Drepper  <drepper@cygnus.com>
3579
3580         * elf/resolvfail.c: Include stdio.h.  Also test dlerror.
3581
3582 1999-08-01  Ulrich Drepper  <drepper@cygnus.com>
3583
3584         * elf/Makefile (tests): Add resolvfail.  Add rules to build the
3585         program.
3586         * elf/resolvfail.c: New file.
3587
3588         * elf/dl-sym.c (_dl_sym): Always determine module of the caller to
3589         pass it to _dl_lookup_symbol.
3590
3591         * elf/dl-error.c (_dl_signal_error): Optimize string generation a
3592         bit.  Reword message.
3593
3594         * dlfcn/dlerror.c: Make code thread-safe.
3595
3596 1999-07-31  Roland McGrath  <roland@baalperazim.frob.com>
3597
3598         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Fix msgt_size member
3599         initializer in CHECK: a bit size, not the type code repeated!
3600
3601 1999-07-31  Ulrich Drepper  <drepper@cygnus.com>
3602
3603         * string/tester.c: Add tests with constant arguments for strcpy
3604         and stpcpy.
3605
3606 1999-07-31  H.J. Lu  <hjl@gnu.org>
3607
3608         * string/bits/string2.h (__strcpy_small): Fix a typo.
3609
3610 1999-07-31  Ulrich Drepper  <drepper@cygnus.com>
3611
3612         * Makeconfig (link-libc): Always define it, not only for shared
3613         builds.
3614
3615         * sysdeps/i386/fpu/e_pow.S: Use addl %esp instead of pop.
3616         * sysdeps/i386/fpu/e_powf.S: Likewise.
3617         * sysdeps/i386/fpu/e_powl.S: Likewise.  [PR libc/1213].
3618
3619         * sysdeps/generic/e_lgammal_r.c: Set *signgam to zero.
3620         * sysdeps/generic/e_gammal_r.c: Likewise.  [PR libc/1212].
3621
3622 1999-07-30  Andreas Schwab  <schwab@suse.de>
3623
3624         * sysdeps/unix/sysv/linux/getsysstats.c (GET_NPROCS_PARSER): New
3625         definition.
3626         (__get_nprocs): Use it.
3627         (__get_nprocs_conf): Define as separate function if
3628         GET_NPROCS_CONF_PARSER is defined.
3629         * sysdeps/unix/sysv/linux/alpha/getsysstats.c: New file.
3630
3631         * include/sys/sysinfo.h: New file.
3632         * sysdeps/generic/sys/sysinfo.h: Remove declaration of internal
3633         interface.
3634         * sysdeps/unix/sysv/linux/sys/sysinfo.h: Likewise.
3635
3636 1999-07-30  H.J. Lu  <hjl@gnu.org>
3637
3638         * libio/iofflush.c (fflush_unlocked): Weak aliase if
3639         _IO_MTSAFE_IO is not defined.
3640         * libio/clearerr.c (clearerr_unlocked): Likewise.
3641         * libio/feof.c (feof_unlocked): Likewise.
3642         * libio/ferror.c (ferror_unlocked): Likewise.
3643         * libio/fputc.c (fputc_unlocked): Likewise.
3644         * libio/getc.c (getc_unlocked, fgetc_unlocked): Likewise.
3645         * libio/getchar.c (getchar_unlocked): Likewise.
3646         * libio/putc.c (putc_unlocked): Likewise.
3647         * libio/putchar.c (putchar_unlocked): Likewise.
3648
3649 1999-07-30  Thorsten Kukuk  <kukuk@suse.de>
3650
3651         * sunrpc/Versions: Add svc_getreq_common, svc_getreq_poll,
3652           svc_max_pollfd and svc_pollfd to GLIBC_2.2
3653         * sunrpc/rpc/svc.h: Use rpc*_t types, add new prototypes
3654           for svc_run/poll interface.
3655         * sunrpc/rpc/types.h: Add rpc*_t typedefs.
3656         * sunrpc/rpc_common.c: Add svc_pollfd and svc_max_pollfd as
3657           global variable.
3658         * sunrpc/svc.c: Add svc_getreq_poll and svc_getreq_common,
3659           rewrite other svc_getreq* functions to use svc_getreq_common.
3660         * sunrpc/svc_run.c: Use poll().
3661
3662 1999-07-30  Andreas Schwab  <schwab@suse.de>
3663
3664         * Makerules: Put sysd-versions and Versions.all on
3665         postclean-generated instead of common-generated.
3666
3667 1999-07-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3668
3669         * manual/time.texi (Basic CPU Time): Note that clock_t can wrap
3670         around and CLOCKS_PER_SEC is 1e6.
3671
3672 1999-07-30  Ulrich Drepper  <drepper@cygnus.com>
3673
3674         * configure.in: Add test for local label subtraction.
3675         * config.h.in: Ad HAVE_SUBTRACT_LOCAL_LABELS.
3676         * stdio-common/vfprintf.c (vfprintf): Use subtraction of local
3677         labels to reduce number of runtime relocations and move jump
3678         tables in read-only seciton.
3679
3680         * malloc/malloc.c (ptmalloc_init): Correct last patch.  The
3681         assignment cannot be moved.
3682
3683 1999-07-29  H.J. Lu  <hjl@gnu.org>
3684
3685         * malloc/malloc.c (ptmalloc_init): Also initialize __libc_pagesize
3686         if no threads are used.
3687
3688         * libio/iofwrite.c: Add weak alias for _unlocked function if not
3689         _IO_MTSAFE_IO.
3690         * libio/iofread.c: Likewise.
3691         * libio/iofgets.c: Likewise.
3692         * libio/iofputs.c: Likewise.
3693
3694         * sysdeps/generic/bits/libc-lock.h (__libc_cleanup_end): New
3695         definition.
3696
3697         * stdlib/mbtowc.c: Include <string.h>.
3698         * stdlib/wctomb.c: Likewise.
3699         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
3700         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
3701
3702         * misc/mntent_r.c: Include <alloca.h>.
3703         * elf/dl-runtime.c: Likewise.
3704
3705 1999-07-29  Andreas Schwab  <schwab@suse.de>
3706
3707         * misc/efgcvt.c (NDIGIT_MAX): Provide precomputed constants for
3708         all floating point formats supported by gcc.  Error out for
3709         unhandled precisions.
3710         * misc/efgcvt_r.c (NDIGIT_MAX): Likewise.
3711         * misc/qefgcvt.c (NDIGIT_MAX): Likewise.
3712         * misc/qefgcvt_r.c (NDIGIT_MAX): Likewise.
3713
3714 1999-07-29  Ulrich Drepper  <drepper@cygnus.com>
3715
3716         * sysdeps/generic/setenv.c: Move setenv code in new function
3717         __add_to_environ.  Add new parameter specifying already
3718         constructed string for the environment.
3719         (setenv): Call __add_to_environ with new parameter set to NULL.
3720         (unsetenv): Really test all elements for duplicated name.  Missed those
3721         cases where the two are following each other.
3722         * sysdeps/generic/putenv.c: Use __add_to_environ instead of setenv.
3723         * include/stdlib.h: Add prototype of __add_to_environ.
3724         * stdlib/tst-environ.c: New file.
3725         * stdlib/Makefile (tests): Add tst-environ.
3726
3727         * sysdeps/i386/bits/string.h (__memset_cc): Fix typo in last patch.
3728
3729         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups): Correct size
3730         argument in realloc call.
3731         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups):
3732         Likewise.
3733         Reported by Danny Braniss <danny@cs.huji.ac.il>.
3734
3735 1999-07-28  Ulrich Drepper  <drepper@cygnus.com>
3736
3737         * misc/efgcvt.c: Use IEEE 854 formula to compute the number of digits
3738         to print.
3739         * misc/efgcvt_r.c: Likewise.
3740         * misc/qefgcvt.c: Likewise.
3741         * misc/qefgcvt_r.c: Likewise.
3742         * misc/tst-efgcvt.c: Remove one test which cannot reliably be run
3743         anymore.
3744
3745 1999-07-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3746
3747         * manual/math.texi (FP Function Optimization): Mention drawbacks.
3748
3749 1999-07-28  Ulrich Drepper  <drepper@cygnus.com>
3750
3751         * stdlib/mblen.c: Use static state.
3752         Reported by Bruno Haible <haible@ilog.fr>.
3753
3754         * stdlib/mbtowc.c: Reset state for s == NULL.
3755         * stdlib/wctomb.c: Likewise.
3756         Reported by Bruno Haible <haible@ilog.fr>.
3757
3758         * stdlib/mbstowcs.c: Do not use global state.
3759         Reported by Bruno Haible <haible@ilog.fr>.
3760
3761 1999-07-28  Andeas Schwab  <schwab@suse.de>
3762
3763         * iconvdata/Makefile: Don't try to run iconv tests when cross
3764         compiling.
3765
3766 1999-07-27  Mark Kettenis  <kettenis@gnu.org>
3767
3768         * sysdeps/mach/hurd/i386/init-first.c (init): Move the inline
3769         assembler code to switch stacks and call init1 outside this
3770         function.  Inside `init' the code was optimized away by gcc
3771         2.95 since it was "clearly" unreachable.
3772         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
3773         Do something similar for the trampoline code.
3774
3775 1999-07-27  Ulrich Drepper  <drepper@cygnus.com>
3776
3777         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only return information
3778         for the hinted protocol.
3779
3780 1999-07-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3781
3782         * time/Versions: Add POSIX.1b timer and clock functions to GLIBC_2.2.
3783
3784 1999-07-25  Jakub Jelinek  <jj@ultra.linux.cz>
3785
3786         * elf/link.h (struct link_map): Use Elf_Symndx instead of ElfXX_Symndx.
3787         * elf/dl-lookup.c (_dl_setup_hash): Likewise.
3788         * elf/dl-load.c (_dl_map_object): Likewise.
3789         * elf/do-lookup.h (do_lookup*): Likewise.
3790         * sysdeps/generic/bits/elfclass.h: Define Elf_Symndx as uint32_t.
3791         * sysdeps/unix/sysv/linux/alpha/bits/elfclass.h: Define Elf_Symndx
3792         as uint64_t.
3793         * elf/elf.h: Remove Elf32_Symndx and Elf64_Symndx.
3794
3795 1999-07-26  Ulrich Drepper  <drepper@cygnus.com>
3796
3797         * sysdeps/unix/sysv/sysv4/setsid.c: Correct types.
3798         * sysdeps/generic/getpgrp.c: Likewise.
3799         * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise.
3800         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
3801         Patch by John Tobey <jtobey@banta-im.com>.
3802
3803         * sysdeps/posix/wait3.c: Help compiling in presence of
3804         __transparent_union__.  Reported by John Tobey <jtobey@banta-im.com>.
3805
3806 1999-07-25  Jakub Jelinek  <jj@ultra.linux.cz>
3807
3808         * sysdeps/sparc/sparc64/add_n.S: Avoid using %g2, %g3, %g7 registers
3809         as much as possible. Declare them using .register pseudo-op if they
3810         are still used.
3811         * sysdeps/sparc/sparc64/lshift.S: Likewise.
3812         * sysdeps/sparc/sparc64/memchr.S: Likewise.
3813         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
3814         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
3815         * sysdeps/sparc/sparc64/memset.S: Likewise.
3816         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
3817         * sysdeps/sparc/sparc64/rshift.S: Likewise.
3818         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3819         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
3820         * sysdeps/sparc/sparc64/strcat.S: Likewise.
3821         * sysdeps/sparc/sparc64/strchr.S: Likewise.
3822         * sysdeps/sparc/sparc64/strcmp.S: Likewise.
3823         * sysdeps/sparc/sparc64/strcpy.S: Likewise.
3824         * sysdeps/sparc/sparc64/strcspn.S: Likewise.
3825         * sysdeps/sparc/sparc64/strlen.S: Likewise.
3826         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
3827         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
3828         * sysdeps/sparc/sparc64/strpbrk.S: Likewise.
3829         * sysdeps/sparc/sparc64/strspn.S: Likewise.
3830         * sysdeps/sparc/sparc64/sub_n.S: Likewise.
3831         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3832         Optimize trampoline code for .plt4-.plt32767.
3833         Fix trampolines for .plt32768+.
3834
3835 1999-07-25  Jakub Jelinek  <jj@ultra.linux.cz>
3836
3837         * sysdeps/sparc/sparc32/sparcv8/Makefile: -mv8 is deprecated, use
3838         -mcpu=v8.
3839         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
3840         * sysdeps/sparc/sparc64/Makefile: Make %g7 register available for
3841         libc's private use (as assembly routine clobber it anyway).
3842
3843 1999-07-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3844
3845         * README.template (configurations): The crypt add-on has a new
3846         ftp site.
3847         * manual/install.texi (Installation): Likewise.
3848
3849 1999-07-26  Ulrich Drepper  <drepper@cygnus.com>
3850
3851         * time/time.h: Add forward for struct sigevent.  Unix98 maybe
3852         requires to have a full definition but we wait for a bug report
3853         based on the test suite.
3854
3855         * sysdeps/generic/clock_getres.c: New file.
3856         * sysdeps/generic/clock_gettime.c: New file.
3857         * sysdeps/generic/clock_settime.c: New file.
3858         * sysdeps/generic/timer_create.c: New file.
3859         * sysdeps/generic/timer_delete.c: New file.
3860         * sysdeps/generic/timer_getoverr.c: New file.
3861         * sysdeps/generic/timer_gettime.c: New file.
3862         * sysdeps/generic/timer_settime.c: New file.
3863
3864         * sysdeps/generic/bits/time.h: Define __clockid_t, __timer_t,
3865         CLOCK_REALTIME, and TIMER_ABSTIME.
3866         * sysdeps/mach/hurd/bits/time.h: Likewise.
3867         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
3868         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
3869
3870         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _POSIX_TIMERS.
3871
3872         * sysdeps/unix/sysv/linux/bits/siginfo.h: Define si_timer1 and
3873         si_timer2.
3874
3875         * sysdeps/unix/sysv/linux/syscalls.list: Add clock and timer syscalls.
3876
3877         * time/Makefile (routines): Add clock_getres, clock_gettime,
3878         clock_setres, timer_create, timer_delete, timer_getoverr,
3879         timer_gettime, and timer_settime.
3880
3881         * time/time.h: Define clockid_t, timer_t, and struct itimerspec for
3882         POSIX.1b.  Add prototypes for clock and timer functions.
3883
3884 1999-07-26  Roland McGrath  <roland@baalperazim.frob.com>
3885
3886         * hurd/hurdprio.c (_hurd_priority_which_map): Initialize PIDS.
3887         Fix from Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
3888
3889 1999-07-26  Ulrich Drepper  <drepper@cygnus.com>
3890
3891         * stdlib/wcstombs.c: Do not use global state.
3892         Reported by Bruno Haible <haible@ilog.fr>.
3893
3894         * wcsmbs/wctob.c: Avoid sign extension when returning character.
3895         Reported by Bruno Haible <haible@ilog.fr>.
3896
3897         * wcsmbs/wcsrtombs.c (__wcsrtombs): When computing maximum number
3898         of wide characters to convert do it right and don't overestimate
3899         by multiplying with MB_CUR_MAX.
3900         Reported by Bruno Haible <haible@ilog.fr>.
3901
3902 1999-07-26  Jakub Jelinek  <jj@ultra.linux.jz>
3903
3904         * string/bits/string2.h (__strcpy_small): Avoid compile time warning.
3905         (__stpcpy_small): Likewise.
3906         Union has no __uc member but __c.
3907
3908 1999-07-26  Andreas Schwab  <schwab@suse.de>
3909
3910         * sysdeps/m68k/dl-machine.h (RTLD_START): Call pre-init funtions.
3911
3912 1999-07-25  Ulrich Drepper  <drepper@cygnus.com>
3913
3914         * libio/iofclose.c (_IO_new_fclose): Only fall back on
3915         _IO_old_fclose if doing versioning.
3916
3917         * libio/iofclose.c (_IO_new_fclose): Detect new streams and handle
3918         them appropriately.
3919         * libio/oldiofclose.c (_IO_old_fclose): Likewise.
3920
3921         * misc/mntent_r.c: Allow spaces and tabs in entry names by
3922         encoding these characters.
3923         * misc/tst-mntent.c: Add test case for addmntent and getmntent.
3924
3925         * string/bits/string2.h: Fix aliasing problems.
3926         * sysdeps/i386/i486/bits/string.h: Likewise.
3927         * sysdeps/i386/bits/string.h: Likewise.
3928
3929 1998-12-28  Geoff Keating  <geoffk@ozemail.com.au>
3930
3931         * sysdeps/powerpc/dl-machine.c: Handle shared library profiling.
3932         * elf/rtld.c (dl_main): Don't call malloc() between
3933         re-relocating the dynamic linker and running the application's crt0.
3934
3935 1999-07-21  Paul D. Smith  <psmith@gnu.org>
3936
3937         * sysdeps/generic/glob.c: Move getlogin{,_r} prototypes below
3938         glob.h to get __P() macro.
3939
3940         * posix/fnmatch.c (internal_fnmatch): Use K&R definition syntax,
3941         not ANSI.
3942         (__strchrnul): This won't exist outside GLIBC, so create one.
3943
3944 1999-07-25  Jakub Jelinek   <jj@ultra.linux.cz>
3945
3946         * sysdeps/unix/sysv/linux/sparc/bits/types.h: Always define __qaddr_t.
3947         __ino64_t should be 32bit unsigned type on sparc32.
3948         Define __off64_t to __quad_t instead of __int64_t.
3949         Make __pic_pid_t unsigned on sparc32.
3950
3951 1999-07-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3952
3953         * localedata/tst-rpmatch.sh: Use "&" instead of "§" to avoid a bug
3954         in bash 2.03.
3955
3956 1999-07-25  Ulrich Drepper  <drepper@cygnus.com>
3957
3958         * iconvdata/euc-kr.c (euckr_from_ucs4): Set cp[0] to '\0' in case
3959         of an error.  Patch by Changwoo Ryu <cwryu@debian.org>.
3960
3961 1999-07-24  Ulrich Drepper  <drepper@cygnus.com>
3962
3963         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Avoid invalid memory
3964         accesses.
3965
3966         * resolv/res_send.c: Add locks for res_send and res_close use.
3967
3968         * elf/Makefile (dl-routines): Add preinit.
3969         * elf/Versions [ld.so] (GLIBC_2.2): Export _dl_preinit_next.
3970         * elf/link.h (struct link_map): Add new field l_preinitcount.
3971         * elf/dl-preinit.c: New file.
3972         * elf/dynamic-link.h: Initialize l_preinitcount.
3973         * sysdeps/i386/dl-machine.h (RTLD_START): Call pre-init functions.
3974
3975         * elf/dl-fini.c: Handle DT_FINI_ARRAY.
3976         * elf/link.h (struct link_map): Remove l_init_running.  Add l_runcount
3977         and l_initcount.
3978         * elf/dl-init.c: Handle DT_INIT_ARRAY.
3979         * elf/dynamic-link.h: Change parameters.  Now only get link_map
3980         pointer.  Calculate l_initcount.
3981
3982         * elf/link.h (struct link_map): Add l_runpath_dirs.
3983         * elf/dynamic-link.h: If RUNPATH is given, set RPATH to NULL.
3984         * elf/dl-load.c: Pretty print.
3985         (decompose_rpath): Take new parameter with info from where the path
3986         comes.  Pass it the fillin_rpath.
3987         (_dl_init_paths): Initialize l_runpath_dirs.
3988         (_dl_map_object): Don't search using RPATHs if object has RUNPATH.
3989         Search using RUNPATH after LD_LIBRARY_PATH.
3990         * elf/dl-support.c: Adjust comment.
3991         * elf/rtld.c: Adjust help message.
3992
3993 1999-07-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3994
3995         * elf/rtld.c (dl_main): Adopt to changed _dl_lookup_symbol
3996         interface.
3997
3998 1999-07-23  Roland McGrath  <roland@baalperazim.frob.com>
3999
4000         * sysdeps/generic/bits/termios.h (ONOEOT): Change value to 1<<3, to
4001         match BSD value; previous value of 1<<8 was a typo.  I bet nothing
4002         ever used this, so I'm not going to worry about compatibility.
4003         [__USE_GNU] (IUCLC, OLCUC): New macros.
4004
4005 1999-07-23  Ulrich Drepper  <drepper@cygnus.com>
4006
4007         * include/libintl.h: Undefine N_ and _ first to avoid warnings.
4008
4009         * elf/elf.h: Add ET_LOOS and ET_HIOS.
4010         Add various EM_* constants.
4011         Add SHN_LOOS and SHN_HIOS.
4012         Add SHT_INIT_ARRAY, SHT_FINI_ARRAY, and SHT_PREINIT_ARRAY.
4013         Add SHF_MERGE and SHF_STRINGS.
4014         (ElfXX_Sym): Update description of st_other field.
4015         Add STT_COMMON.
4016         Add ELFXX_ST_VISIBILITY and ELFXX_ST_OTHER.
4017         Add STV_* macros.
4018         Update comment on DT_RPATH.  Add DT_RUNPATH, DT_FLAGS, DT_ENCODING,
4019         DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ.
4020         Add DF_ORIGIN, DF_SYMBOLIC, DF_TEXTREL, and DF_BIND_NOW.
4021
4022         * posix/unistd.h: Move declaration of __libc_enable_secure to...
4023         * include/unistd.h: ...here.
4024
4025         * elf/dl-open.c (dl_open_worker): If DST is used in SUID program punt.
4026         * elf/dl-deps.c (expand_dst): Likewise.
4027
4028         * elf/dynamic-link.h: Set DT_SYMBOLIC, DT_TEXTREL, and DT_BIND_NOW
4029         based on DT_FLAGS value.
4030
4031         * elf/do-lookup.h: Remove reference_name parameter, add undef_map.
4032         Add test for symbols marked STV_HIDDEN.
4033         * elf/dl-lookup.c (_dl_lookup_symbol): Remove reference_name parameter,
4034         add undef_map.  Compute reference_name locally.  Update call to
4035         do_lookup.
4036         (_dl_lookup_symbol_skip): Likewise.
4037         (_dl_lookup_versioned_symbol): Likewise.
4038         (_dl_lookup_versioned_symbol_skip): Likewise.
4039         * elf/dl-libc.c: Update call to _dl_lookup_*symbol.
4040         * elf/dl-runtime.c: Likewise.
4041         * elf/dl-sym.c: Likewise.
4042         * elf/dl-symbol.c: Likewise.
4043         * elf/ldsodefs.h: Adjust prototypes.
4044
4045         * elf/dl-reloc.c (RESOLV): Add test for STV_PROTECTED flag set and
4046         handle appropriately.  Add comment about DT_TEXTREL.
4047         * elf/dl-runtime.c: Likewise.
4048
4049 1999-07-21  Roland McGrath  <roland@baalperazim.frob.com>
4050
4051         * elf/dl-reloc.c (_dl_reloc_bad_type): New function.
4052         * elf/ldsodefs.h: Declare it.
4053         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Use it
4054         instead of assert.
4055         (elf_machine_lazy_rel): Likewise.  Take new arg MAP.
4056         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
4057         (elf_machine_lazy_rel): Likewise.
4058         * sysdeps/mips/dl-machine.h (elf_machine_rel): Likewise.
4059         (elf_machine_lazy_rel): Likewise.
4060         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel): Likewise.
4061         (elf_machine_lazy_rel): Likewise.
4062         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
4063         (elf_machine_lazy_rel): Likewise.
4064         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
4065         (elf_machine_lazy_rel): Likewise.
4066         * sysdeps/generic/dl-machine.h (elf_machine_rel): Likewise.
4067         * sysdeps/arm/dl-machine.h (elf_machine_rel): Likewise.
4068         (elf_machine_lazy_rel): Likewise.
4069         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Likewise.
4070         (elf_machine_lazy_rel): Likewise.
4071         * sysdeps/powerpc/dl-machine.h (elf_machine_lazy_rel): Likewise.
4072         * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Use
4073         _dl_reloc_bad_type instead of _dl_signal_error.
4074         * elf/do-rel.h (elf_dynamic_do_rel): Pass MAP to elf_machine_lazy_rel.
4075
4076 1999-07-20  Mark Kettenis  <kettenis@gnu.org>
4077
4078         * sysdeps/mach/_strerror.c: Include <libintl.h>.
4079
4080 1999-07-19  Roland McGrath  <roland@baalperazim.frob.com>
4081
4082         * hurd/hurdsig.c (_hurd_internal_post_signal): If a
4083         hurd_signal_preemptor matches but its `preemptor' field is null, use
4084         its `handler' field directly.  This is to comply with behavior
4085         documented in <hurd/sigpreempt.h>.
4086
4087 1999-07-21  Andreas Schwab  <schwab@suse.de>
4088
4089         * libio/fileops.c (_IO_new_file_underflow): Set error indicator
4090         when reading from write-only stream.
4091         * libio/oldfileops.c (_IO_old_file_underflow): Likewise.
4092         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4093
4094 1999-07-21  Andreas Schwab  <schwab@suse.de>
4095
4096         * nss/test-netdb.c (output_hostent): Don't crash if h_aliases is
4097         NULL.
4098
4099 1999-07-21  Mark Kettenis  <kettenis@gnu.org>
4100
4101         * sysdeps/mach/hurd/read.c: Do not include <hurd.h> and
4102         <hurd/fd.h>.
4103         * sysdeps/mach/hurd/write.c: Do not include <hurd.h> and
4104         <hurd/fd.h>.
4105         (__libc_write): Call __pwrite instead of __pread.
4106
4107 1999-07-20  Mark Kettenis  <kettenis@gnu.org>
4108
4109         * sysdeps/mach/hurd/mmap.c (__mmap): Use correct arguments in
4110         __vm_allocate calls.
4111
4112         * sysdeps/mach/hurd/pread.c (__pread): Include <hurd/fd.h>.  Fix typo.
4113         * sysdeps/mach/hurd/pwrite.c (__pwrite): Include <hurd/fd.h>.
4114
4115         * sysdeps/mach/hurd/sysd-stdio.c (__stdio_read): Call
4116         _hurd_fd_read with new OFFSET argument set to -1.
4117         (__stdio_write): Call _hurd_fd_write with new OFFSET argument set
4118         to -1.
4119
4120 1999-07-17  Roland McGrath  <roland@baalperazim.frob.com>
4121
4122         * hurd/hurdexec.c (_hurd_exec): Prune trailing null ports from the
4123         descriptor table sent in the RPC.
4124
4125 1999-07-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4126
4127         * time/strptime.c [!_LIBC]: Fix __mon_day size.  Reported by
4128         bill@taniwha.org [PR libc/1211].
4129
4130 1999-07-19  Andreas Schwab  <schwab@suse.de>
4131
4132         * libio/Makefile (routines): Add fwprintf.
4133
4134         PowerPC has own version of w_sqrt.c and w_sqrtf.c.
4135         * math/w_sqrt.c: Moved to ...
4136         * sysdeps/generic/w_sqrt.c: ... here.
4137         * math/w_sqrtf.c: Moved to ...
4138         * sysdeps/generic/w_sqrtf.c: ... here.
4139
4140         * Make-dist (generic-dirs): New variable.
4141         (try-sysdeps, +sysdep-names): Use it.
4142         * extra-lib.mk (all-$(lib)-routines): New variable.  Use it
4143         instead of $(lib)-routines.
4144         * elf/Makefile (distribute): Add dl-cache.h.
4145         * db2/Makefile (distribute): Add all new files.
4146         * iconvdata/Makefile (distribute): Don't distribute CVS
4147         directory.
4148         * math/Makefile (distribute): Remove machine/endian.h, add
4149         math_ldbl.h.
4150         * stdio-common/Makefile (distribute): Add _itowa.h.
4151         * sysdeps/generic/Dist: Remove make_siglist.c, add siglist.h.
4152         * sysdeps/gnu/Dist: Add eval.c
4153         * sysdeps/gnu/Makefile (libdl-sysdep_routines) [$(subdir) =
4154         dlfcn]: Add to this instead of libdl-routines.
4155         * sysdeps/ieee754/ldbl-128/Dist: New file.
4156         * sysdeps/mach/hurd/Dist: Add siglist.h
4157         * sysdeps/unix/sysv/linux/Dist: Add kernel-features.h.
4158
4159 1999-07-18  Ulrich Drepper  <drepper@cygnus.com>
4160
4161         * sysdeps/unix/sysv/linux/sparc/Dist: Add ldd-rewrite.sed.
4162
4163         * inet/Makefile (routines): Add getipnodebyad and freehostent.
4164         * inet/Versions [GLIBC_2.2] (libc): Add getipnodebyad and freehostent.
4165         * inet/freehostent.c: New file.
4166         * inet/getipnodebyad.c: New file.
4167         * resolv/netdb.h: Add prototypes for getipnodebyaddr, freehostent,
4168         and getipnodebyname.  The latter comes soon.
4169         * nss/digits_dots.c: Fail if IPv6 is found and IPv4 is requested.
4170         Add support for getipnode* functions.
4171
4172         * nss/digits_dots.c: Don't use __set_h_errno, assign to *h_errnop.
4173         Set h_aliases to NULL and not to a pointer to an array with a NULL
4174         pointer following XNS 5.2.
4175
4176         * posix/sched.h: Remove internal interfaces.
4177         * include/sched.h: Add internal interfaces.
4178
4179         * nss/getXXbyYY.c: Provide variable h_errnop to help shared code.
4180
4181         * nss/digits_dots.c: Set h_errnop if memory allcoation failed.
4182
4183         * inet/gethstbyad_r.c (PREPROCESS): Test for unspecified IPv6 address
4184         and return an error in this case.
4185         * nss/getXXbyYY_r.c: Allow PREPROCESS be defined and use it if
4186         available.
4187
4188 1999-07-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4189
4190         * nscd/nscd_proto.h (__nscd_gethostbyaddr_r): Follow change from
4191         1999-07-17 and adjust len parameter.
4192         * nscd/nscd_gethst_r.c (__nscd_gethostbyaddr_r): Likewise.
4193         * nscd/gethstbyad_r.c (ADD_PARAMS): Likewise.
4194         * manual/socket.texi (Host Names): Likewise.
4195         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyaddr_r): Likewise.
4196         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_gethostbyaddr_r):
4197         Likewise.
4198         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
4199         * resolv/gethnamaddr.c (gethostbyaddr): Likewise.
4200         (ht_gethostbyaddr): Likewise.
4201         (_gethtbyaddr): Likewise.
4202
4203 1999-07-17  Ulrich Drepper  <drepper@cygnus.com>
4204
4205         * resolv/netdb.h: Adjust parameters of gethostbyaddr and
4206         gethostbyaddr_r.
4207         * include/netdb.h: Likewise.
4208         * inet/gethstbyad.c: Correct type of len parameter.
4209         * inet/gethstbyad_r.c: Likewise.
4210
4211         * sysdeps/unix/sysv/linux/arm/Versions: Undo last change.
4212
4213 1999-07-17  Zack Weinberg  <zack@rabi.columbia.edu>
4214
4215         * include/libc-symbol.h: Clean up definitions of weak_alias,
4216         strong_alias, symbol_version, etc. etc.
4217         * posix/getopt.h: Use ctype.h to get features.h included, and don't
4218         include it at all if __GNU_LIBRARY__ is already defined.
4219
4220 1999-07-17  Ulrich Drepper  <drepper@cygnus.com>
4221
4222         * stdio-common/bug1.c: Include <stdlib.h> to get prototype for free.
4223
4224         * malloc/malloc.c: Add missing chunk of patch from 1999-07-04.
4225
4226         * sysdeps/unix/sysv/linux/bits/time.h (timeval): Use __suseconds_t
4227         type for tv_usec element.
4228         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
4229         * sysdeps/unix/sysv/linux/bits/types.h: Define __suseconds_t.
4230         * sysdeps/generic/bits/time.h: Likewise.
4231         * sysdeps/mach/hurd/bits/time.h: Likewise.
4232         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
4233         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
4234         * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
4235         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
4236         * sysdeps/generic/bits/types.h: Likewise.
4237         * posix/sys/types.h: Define suseconds_t for X/Open.
4238
4239 1999-07-15  Ulrich Drepper  <drepper@cygnus.com>
4240
4241         * stdio-common/bug1.c: Avoid memory leak.
4242
4243         * sysdeps/i386/fpu/e_pow.S: Use addl instead of pop/pop to keep
4244         program deterministic.
4245         * sysdeps/i386/fpu/e_powf.S: Likewise.
4246         * sysdeps/i386/fpu/e_powl.S: Likewise.
4247
4248 1999-07-15  Jakub Jelinek  <jj@ultra.linux.cz>
4249
4250         * math/Makefile: Add t_sincosl and k_sincosl support routines.
4251         * math/math_private.h (__kernel_sincosl): New declaration.
4252         * sysdeps/generic/t_sincosl.c: New file.
4253         * sysdeps/generic/k_sincosl.c: New file.
4254         * sysdeps/ieee754/ldbl-128/k_cosl.c: New file.
4255         * sysdeps/ieee754/ldbl-128/k_sinl.c: New file.
4256         * sysdeps/ieee754/ldbl-128/k_sincosl.c: New file.
4257         * sysdeps/ieee754/ldbl-128/t_sincosl.c: New file.
4258         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: New file.
4259         * sysdeps/ieee754/ldbl-128/s_sincosl.c (__sincosl): Use
4260         __kernel_sincosl.
4261         * sysdeps/ieee754/ldbl-128/math_ldbl.h (GET_LDOUBLE_LSW64): New
4262         definition.
4263
4264 1999-07-15  Ulrich Drepper  <drepper@cygnus.com>
4265
4266         * posix/unistd.h: Use __PMT for exit.
4267
4268 1999-07-15  Philip Blundell  <pb@nexus.co.uk>
4269
4270         * sysdeps/unix/sysv/linux/arm/Versions (_inb, _inw, _inl, _outb,
4271         _outw, _outl): Added to GLIBC_2.1.2.
4272
4273 1999-07-15  Ulrich Drepper  <drepper@cygnus.com>
4274
4275         * posix/fnmatch.h: Use __name instead of __string in prototype to
4276         allow use outside glibc.
4277
4278 1999-07-14  Ulrich Drepper  <drepper@cygnus.com>
4279
4280         * time/tst-strptime.c (main): Add one more test case.  Produce
4281         output even when result is ok.
4282
4283         * time/strptime.c (get_number): Handle number parsing more
4284         consistent with strftime.  Only parse a given number of digits.
4285         (get_alt_number):  Fix implementation.  Was broken.
4286         (strptime_internal): Add third parameter to get_number and
4287         get_alt_number calls.
4288
4289 1999-07-13  Jakub Jelinek  <jj@ultra.linux.cz>
4290
4291         * elf/ldd.bash.in: Add support for multiple dynamic linkers.
4292         * sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed: On sparc*linux*,
4293         try both 32bit and 64bit dynamic linker.
4294         * sysdeps/unix/sysv/linux/configure.in: Apply sparc ldd-rewrite
4295         script on all sparc targets.
4296
4297 1999-07-13  Jakub Jelinek  <jj@ultra.linux.cz>
4298
4299         * sysdeps/unix/sysv/linux/shmat.c (shmat): Avoid casting a pointer
4300         to int.
4301
4302 1999-07-13  Andreas Schwab  <schwab@suse.de>
4303
4304         * elf/dl-runtime.c (fixup, profile_fixup): Call alloca to prevent
4305         inlining.  Fixes PR libc/1198.
4306
4307 1999-07-14  Andreas Schwab  <schwab@suse.de>
4308
4309         * Makerules (common-generated): Don't prepend $(common-objpfx).
4310
4311 1999-07-12  Jakub Jelinek  <jj@ultra.linux.cz>
4312
4313         * stdio-common/printf_fp.c (__printf_fp): Adjust for IEEE quad
4314         as _FPIO_CONST_OFFSET does not cover all bits after binary dot.
4315         * sysdeps/generic/printf_fphex.c (__printf_fphex): Support IEEE
4316         quad by moving long double support into PRINT_FPHEX_LONG_DOUBLE
4317         macro.
4318         * sysdeps/alpha/Implies: Imply ieee754/flt-32 and ieee754/dbl-64
4319         instead of ieee754.
4320         * sysdeps/arm/Implies: Likewise.
4321         * sysdeps/i386/Implies: Imply ieee754/flt-32, ieee754/dbl-64, and
4322         ieee754/ldbl-96 instead of ieee754.
4323         * sysdeps/i386/i686/Implies: Remove implication for libm-i387/i686.
4324         * sysdeps/generic/e_atanhl.c: New file.
4325         * sysdeps/generic/e_coshl.c: New file.
4326         * sysdeps/generic/e_sinhl.c: New file.
4327         * sysdeps/generic/e_gammal_r.c: New file.
4328         * sysdeps/generic/e_hypotl.c: New file.
4329         * sysdeps/generic/s_cbrtl.c: New file.
4330         * sysdeps/generic/s_asinhl.c: New file.
4331         * sysdeps/generic/s_tanhl.c: New file.
4332         * sysdeps/generic/w_expl.c: New file.
4333         * sysdeps/i960/Implies: Imply ieee754/flt-32 and ieee754/dbl-64
4334         instead of ieee754.
4335         * sysdeps/m68k/Implies: Imply ieee754/flt-32, ieee754/dbl-64, and
4336         ieee754/ldbl-96 instead of ieee754.
4337         * sysdeps/m68k/strtold.c: Include ldbl-96 version of strtold.
4338         * sysdeps/m68k/printf_fphex.c: Include ldbl-96 version of
4339         printf_fphex.
4340         * sysdeps/mips/Implies: Imply ieee754/flt-32 and ieee754/dbl-64
4341         instead of ieee754.
4342         * sysdeps/mips/mips64/Implies: Likewise.
4343         * sysdeps/powerpc/Implies: Likewise.
4344         * sysdeps/sparc/Implies: Remove.
4345         * sysdeps/sparc/sparc32/Implies: Imply ieee754/flt-32 and
4346         ieee754/dbl-64.
4347         * sysdeps/sparc/sparc64/Implies: Imply ieee754/flt-32, ieee754/dbl-64,
4348         and ieee754/ldbl-128.
4349
4350         * sysdeps/sparc/bits/wordsize.h: Remove.
4351         * sysdeps/sparc/fpu/bits/mathinline.h: New file.
4352         * sysdeps/sparc/fpu/bits/mathdef.h: __NO_LONG_DOUBLE_MATH
4353         only for sparc32.
4354         * sysdeps/sparc/sparc32/fpu/bits/huge_val.h: New file.
4355         * sysdeps/sparc/sparc32/bits/wordsize.h: New file.
4356         * sysdeps/sparc/sparc64/fpu/bits/huge_val.h: New file.
4357         * sysdeps/sparc/sparc64/bits/wordsize.h: New file.
4358         * sysdeps/sparc/sparc64/Makefile: Add IEEE quad long double
4359         support.
4360
4361         * sysdeps/sparc/sparc64/addmul_1.S: Fix miscalculation
4362         of carries. Optimize.
4363
4364         * sysdeps/libm-ieee754/e_exp10.c: Moved to ...
4365         * sysdeps/generic/e_exp10.c: ...here.
4366         * sysdeps/libm-ieee754/e_exp10f.c: Moved to ...
4367         * sysdeps/generic/e_exp10f.c: ...here.
4368         * sysdeps/libm-ieee754/e_exp10l.c: Moved to ...
4369         * sysdeps/generic/e_exp10l.c: ...here.
4370         * sysdeps/libm-ieee754/e_scalb.c: Moved to ...
4371         * sysdeps/generic/e_scalb.c: ...here.
4372         * sysdeps/libm-ieee754/e_scalbf.c: Moved to ...
4373         * sysdeps/generic/e_scalbf.c: ...here.
4374         * sysdeps/libm-ieee754/e_scalbl.c: Moved to ...
4375         * sysdeps/generic/e_scalbl.c: ...here.
4376         * sysdeps/libm-ieee754/s_cacos.c: Moved to ...
4377         * sysdeps/generic/s_cacos.c: ...here.
4378         * sysdeps/libm-ieee754/s_cacosf.c: Moved to ...
4379         * sysdeps/generic/s_cacosf.c: ...here.
4380         * sysdeps/libm-ieee754/s_cacosh.c: Moved to ...
4381         * sysdeps/generic/s_cacosh.c: ...here.
4382         * sysdeps/libm-ieee754/s_cacoshf.c: Moved to ...
4383         * sysdeps/generic/s_cacoshf.c: ...here.
4384         * sysdeps/libm-ieee754/s_cacoshl.c: Moved to ...
4385         * sysdeps/generic/s_cacoshl.c: ...here.
4386         * sysdeps/libm-ieee754/s_cacosl.c: Moved to ...
4387         * sysdeps/generic/s_cacosl.c: ...here.
4388         * sysdeps/libm-ieee754/s_casin.c: Moved to ...
4389         * sysdeps/generic/s_casin.c: ...here.
4390         * sysdeps/libm-ieee754/s_casinf.c: Moved to ...
4391         * sysdeps/generic/s_casinf.c: ...here.
4392         * sysdeps/libm-ieee754/s_casinh.c: Moved to ...
4393         * sysdeps/generic/s_casinh.c: ...here.
4394         * sysdeps/libm-ieee754/s_casinhf.c: Moved to ...
4395         * sysdeps/generic/s_casinhf.c: ...here.
4396         * sysdeps/libm-ieee754/s_casinhl.c: Moved to ...
4397         * sysdeps/generic/s_casinhl.c: ...here.
4398         * sysdeps/libm-ieee754/s_casinl.c: Moved to ...
4399         * sysdeps/generic/s_casinl.c: ...here.
4400         * sysdeps/libm-ieee754/s_catan.c: Moved to ...
4401         * sysdeps/generic/s_catan.c: ...here.
4402         * sysdeps/libm-ieee754/s_catanf.c: Moved to ...
4403         * sysdeps/generic/s_catanf.c: ...here.
4404         * sysdeps/libm-ieee754/s_catanh.c: Moved to ...
4405         * sysdeps/generic/s_catanh.c: ...here.
4406         * sysdeps/libm-ieee754/s_catanhf.c: Moved to ...
4407         * sysdeps/generic/s_catanhf.c: ...here.
4408         * sysdeps/libm-ieee754/s_catanhl.c: Moved to ...
4409         * sysdeps/generic/s_catanhl.c: ...here.
4410         * sysdeps/libm-ieee754/s_catanl.c: Moved to ...
4411         * sysdeps/generic/s_catanl.c: ...here.
4412         * sysdeps/libm-ieee754/s_ccos.c: Moved to ...
4413         * sysdeps/generic/s_ccos.c: ...here.
4414         * sysdeps/libm-ieee754/s_ccosf.c: Moved to ...
4415         * sysdeps/generic/s_ccosf.c: ...here.
4416         * sysdeps/libm-ieee754/s_ccosh.c: Moved to ...
4417         * sysdeps/generic/s_ccosh.c: ...here.
4418         * sysdeps/libm-ieee754/s_ccoshf.c: Moved to ...
4419         * sysdeps/generic/s_ccoshf.c: ...here.
4420         * sysdeps/libm-ieee754/s_ccoshl.c: Moved to ...
4421         * sysdeps/generic/s_ccoshl.c: ...here.
4422         * sysdeps/libm-ieee754/s_ccosl.c: Moved to ...
4423         * sysdeps/generic/s_ccosl.c: ...here.
4424         * sysdeps/libm-ieee754/s_cexp.c: Moved to ...
4425         * sysdeps/generic/s_cexp.c: ...here.
4426         * sysdeps/libm-ieee754/s_cexpf.c: Moved to ...
4427         * sysdeps/generic/s_cexpf.c: ...here.
4428         * sysdeps/libm-ieee754/s_cexpl.c: Moved to ...
4429         * sysdeps/generic/s_cexpl.c: ...here.
4430         * sysdeps/libm-ieee754/s_clog.c: Moved to ...
4431         * sysdeps/generic/s_clog.c: ...here.
4432         * sysdeps/libm-ieee754/s_clog10.c: Moved to ...
4433         * sysdeps/generic/s_clog10.c: ...here.
4434         * sysdeps/libm-ieee754/s_clog10f.c: Moved to ...
4435         * sysdeps/generic/s_clog10f.c: ...here.
4436         * sysdeps/libm-ieee754/s_clog10l.c: Moved to ...
4437         * sysdeps/generic/s_clog10l.c: ...here.
4438         * sysdeps/libm-ieee754/s_clogf.c: Moved to ...
4439         * sysdeps/generic/s_clogf.c: ...here.
4440         * sysdeps/libm-ieee754/s_clogl.c: Moved to ...
4441         * sysdeps/generic/s_clogl.c: ...here.
4442         * sysdeps/libm-ieee754/s_cpow.c: Moved to ...
4443         * sysdeps/generic/s_cpow.c: ...here.
4444         * sysdeps/libm-ieee754/s_cpowf.c: Moved to ...
4445         * sysdeps/generic/s_cpowf.c: ...here.
4446         * sysdeps/libm-ieee754/s_cpowl.c: Moved to ...
4447         * sysdeps/generic/s_cpowl.c: ...here.
4448         * sysdeps/libm-ieee754/s_cproj.c: Moved to ...
4449         * sysdeps/generic/s_cproj.c: ...here.
4450         * sysdeps/libm-ieee754/s_cprojf.c: Moved to ...
4451         * sysdeps/generic/s_cprojf.c: ...here.
4452         * sysdeps/libm-ieee754/s_cprojl.c: Moved to ...
4453         * sysdeps/generic/s_cprojl.c: ...here.
4454         * sysdeps/libm-ieee754/s_csin.c: Moved to ...
4455         * sysdeps/generic/s_csin.c: ...here.
4456         * sysdeps/libm-ieee754/s_csinf.c: Moved to ...
4457         * sysdeps/generic/s_csinf.c: ...here.
4458         * sysdeps/libm-ieee754/s_csinh.c: Moved to ...
4459         * sysdeps/generic/s_csinh.c: ...here.
4460         * sysdeps/libm-ieee754/s_csinhf.c: Moved to ...
4461         * sysdeps/generic/s_csinhf.c: ...here.
4462         * sysdeps/libm-ieee754/s_csinhl.c: Moved to ...
4463         * sysdeps/generic/s_csinhl.c: ...here.
4464         * sysdeps/libm-ieee754/s_csinl.c: Moved to ...
4465         * sysdeps/generic/s_csinl.c: ...here.
4466         * sysdeps/libm-ieee754/s_csqrt.c: Moved to ...
4467         * sysdeps/generic/s_csqrt.c: ...here.
4468         * sysdeps/libm-ieee754/s_csqrtf.c: Moved to ...
4469         * sysdeps/generic/s_csqrtf.c: ...here.
4470         * sysdeps/libm-ieee754/s_csqrtl.c: Moved to ...
4471         * sysdeps/generic/s_csqrtl.c: ...here.
4472         * sysdeps/libm-ieee754/s_ctan.c: Moved to ...
4473         * sysdeps/generic/s_ctan.c: ...here.
4474         * sysdeps/libm-ieee754/s_ctanf.c: Moved to ...
4475         * sysdeps/generic/s_ctanf.c: ...here.
4476         * sysdeps/libm-ieee754/s_ctanh.c: Moved to ...
4477         * sysdeps/generic/s_ctanh.c: ...here.
4478         * sysdeps/libm-ieee754/s_ctanhf.c: Moved to ...
4479         * sysdeps/generic/s_ctanhf.c: ...here.
4480         * sysdeps/libm-ieee754/s_ctanhl.c: Moved to ...
4481         * sysdeps/generic/s_ctanhl.c: ...here.
4482         * sysdeps/libm-ieee754/s_ctanl.c: Moved to ...
4483         * sysdeps/generic/s_ctanl.c: ...here.
4484         * sysdeps/libm-ieee754/s_fdim.c: Moved to ...
4485         * sysdeps/generic/s_fdim.c: ...here.
4486         * sysdeps/libm-ieee754/s_fdimf.c: Moved to ...
4487         * sysdeps/generic/s_fdimf.c: ...here.
4488         * sysdeps/libm-ieee754/s_fdiml.c: Moved to ...
4489         * sysdeps/generic/s_fdiml.c: ...here.
4490         * sysdeps/libm-ieee754/s_fma.c: Moved to ...
4491         * sysdeps/generic/s_fma.c: ...here.
4492         * sysdeps/libm-ieee754/s_fmaf.c: Moved to ...
4493         * sysdeps/generic/s_fmaf.c: ...here.
4494         * sysdeps/libm-ieee754/s_fmal.c: Moved to ...
4495         * sysdeps/generic/s_fmal.c: ...here.
4496         * sysdeps/libm-ieee754/s_fmax.c: Moved to ...
4497         * sysdeps/generic/s_fmax.c: ...here.
4498         * sysdeps/libm-ieee754/s_fmaxf.c: Moved to ...
4499         * sysdeps/generic/s_fmaxf.c: ...here.
4500         * sysdeps/libm-ieee754/s_fmaxl.c: Moved to ...
4501         * sysdeps/generic/s_fmaxl.c: ...here.
4502         * sysdeps/libm-ieee754/s_fmin.c: Moved to ...
4503         * sysdeps/generic/s_fmin.c: ...here.
4504         * sysdeps/libm-ieee754/s_fminf.c: Moved to ...
4505         * sysdeps/generic/s_fminf.c: ...here.
4506         * sysdeps/libm-ieee754/s_fminl.c: Moved to ...
4507         * sysdeps/generic/s_fminl.c: ...here.
4508         * sysdeps/libm-ieee754/s_ldexp.c: Moved to ...
4509         * sysdeps/generic/s_ldexp.c: ...here.
4510         * sysdeps/libm-ieee754/s_ldexpf.c: Moved to ...
4511         * sysdeps/generic/s_ldexpf.c: ...here.
4512         * sysdeps/libm-ieee754/s_ldexpl.c: Moved to ...
4513         * sysdeps/generic/s_ldexpl.c: ...here.
4514         * sysdeps/libm-ieee754/s_nan.c: Moved to ...
4515         * sysdeps/generic/s_nan.c: ...here.
4516         * sysdeps/libm-ieee754/s_nanf.c: Moved to ...
4517         * sysdeps/generic/s_nanf.c: ...here.
4518         * sysdeps/libm-ieee754/s_nanl.c: Moved to ...
4519         * sysdeps/generic/s_nanl.c: ...here.
4520         * sysdeps/libm-ieee754/s_significand.c: Moved to ...
4521         * sysdeps/generic/s_significand.c: ...here.
4522         * sysdeps/libm-ieee754/s_significandf.c: Moved to ...
4523         * sysdeps/generic/s_significandf.c: ...here.
4524         * sysdeps/libm-ieee754/s_significandl.c: Moved to ...
4525         * sysdeps/generic/s_significandl.c: ...here.
4526         Avoid conversion from int to double and then to long double.
4527         * sysdeps/libm-ieee754/w_acos.c: Moved to ...
4528         * math/w_acos.c: ...here.
4529         * sysdeps/libm-ieee754/w_acosf.c: Moved to ...
4530         * math/w_acosf.c: ...here.
4531         * sysdeps/libm-ieee754/w_acosh.c: Moved to ...
4532         * math/w_acosh.c: ...here.
4533         * sysdeps/libm-ieee754/w_acoshf.c: Moved to ...
4534         * math/w_acoshf.c: ...here.
4535         * sysdeps/libm-ieee754/w_acoshl.c: Moved to ...
4536         * math/w_acoshl.c: ...here.
4537         * sysdeps/libm-ieee754/w_acosl.c: Moved to ...
4538         * math/w_acosl.c: ...here.
4539         * sysdeps/libm-ieee754/w_asin.c: Moved to ...
4540         * math/w_asin.c: ...here.
4541         * sysdeps/libm-ieee754/w_asinf.c: Moved to ...
4542         * math/w_asinf.c: ...here.
4543         * sysdeps/libm-ieee754/w_asinl.c: Moved to ...
4544         * math/w_asinl.c: ...here.
4545         * sysdeps/libm-ieee754/w_atan2.c: Moved to ...
4546         * math/w_atan2.c: ...here.
4547         * sysdeps/libm-ieee754/w_atan2f.c: Moved to ...
4548         * math/w_atan2f.c: ...here.
4549         * sysdeps/libm-ieee754/w_atan2l.c: Moved to ...
4550         * math/w_atan2l.c: ...here.
4551         * sysdeps/libm-ieee754/w_atanh.c: Moved to ...
4552         * math/w_atanh.c: ...here.
4553         * sysdeps/libm-ieee754/w_atanhf.c: Moved to ...
4554         * math/w_atanhf.c: ...here.
4555         * sysdeps/libm-ieee754/w_atanhl.c: Moved to ...
4556         * math/w_atanhl.c: ...here.
4557         * sysdeps/libm-ieee754/w_cosh.c: Moved to ...
4558         * math/w_cosh.c: ...here.
4559         * sysdeps/libm-ieee754/w_coshf.c: Moved to ...
4560         * math/w_coshf.c: ...here.
4561         * sysdeps/libm-ieee754/w_coshl.c: Moved to ...
4562         * math/w_coshl.c: ...here.
4563         * sysdeps/libm-ieee754/w_drem.c: Moved to ...
4564         * math/w_drem.c: ...here.
4565         * sysdeps/libm-ieee754/w_dremf.c: Moved to ...
4566         * math/w_dremf.c: ...here.
4567         * sysdeps/libm-ieee754/w_dreml.c: Moved to ...
4568         * math/w_dreml.c: ...here.
4569         * sysdeps/libm-ieee754/w_exp10.c: Moved to ...
4570         * math/w_exp10.c: ...here.
4571         * sysdeps/libm-ieee754/w_exp10f.c: Moved to ...
4572         * math/w_exp10f.c: ...here.
4573         * sysdeps/libm-ieee754/w_exp10l.c: Moved to ...
4574         * math/w_exp10l.c: ...here.
4575         * sysdeps/libm-ieee754/w_exp2.c: Moved to ...
4576         * math/w_exp2.c: ...here.
4577         * sysdeps/libm-ieee754/w_exp2f.c: Moved to ...
4578         * math/w_exp2f.c: ...here.
4579         * sysdeps/libm-ieee754/w_exp2l.c: Moved to ...
4580         * math/w_exp2l.c: ...here.
4581         * sysdeps/libm-ieee754/w_fmod.c: Moved to ...
4582         * math/w_fmod.c: ...here.
4583         * sysdeps/libm-ieee754/w_fmodf.c: Moved to ...
4584         * math/w_fmodf.c: ...here.
4585         * sysdeps/libm-ieee754/w_fmodl.c: Moved to ...
4586         * math/w_fmodl.c: ...here.
4587         * sysdeps/libm-ieee754/w_hypot.c: Moved to ...
4588         * math/w_hypot.c: ...here.
4589         * sysdeps/libm-ieee754/w_hypotf.c: Moved to ...
4590         * math/w_hypotf.c: ...here.
4591         * sysdeps/libm-ieee754/w_hypotl.c: Moved to ...
4592         * math/w_hypotl.c: ...here.
4593         * sysdeps/libm-ieee754/w_j0.c: Moved to ...
4594         * math/w_j0.c: ...here.
4595         * sysdeps/libm-ieee754/w_j0f.c: Moved to ...
4596         * math/w_j0f.c: ...here.
4597         * sysdeps/libm-ieee754/w_j0l.c: Moved to ...
4598         * math/w_j0l.c: ...here.
4599         * sysdeps/libm-ieee754/w_j1.c: Moved to ...
4600         * math/w_j1.c: ...here.
4601         * sysdeps/libm-ieee754/w_j1f.c: Moved to ...
4602         * math/w_j1f.c: ...here.
4603         * sysdeps/libm-ieee754/w_j1l.c: Moved to ...
4604         * math/w_j1l.c: ...here.
4605         * sysdeps/libm-ieee754/w_jn.c: Moved to ...
4606         * math/w_jn.c: ...here.
4607         * sysdeps/libm-ieee754/w_jnf.c: Moved to ...
4608         * math/w_jnf.c: ...here.
4609         * sysdeps/libm-ieee754/w_jnl.c: Moved to ...
4610         * math/w_jnl.c: ...here.
4611         * sysdeps/libm-ieee754/w_lgamma.c: Moved to ...
4612         * math/w_lgamma.c: ...here.
4613         * sysdeps/libm-ieee754/w_lgamma_r.c: Moved to ...
4614         * math/w_lgamma_r.c: ...here.
4615         * sysdeps/libm-ieee754/w_lgammaf.c: Moved to ...
4616         * math/w_lgammaf.c: ...here.
4617         * sysdeps/libm-ieee754/w_lgammaf_r.c: Moved to ...
4618         * math/w_lgammaf_r.c: ...here.
4619         * sysdeps/libm-ieee754/w_lgammal.c: Moved to ...
4620         * math/w_lgammal.c: ...here.
4621         * sysdeps/libm-ieee754/w_lgammal_r.c: Moved to ...
4622         * math/w_lgammal_r.c: ...here.
4623         * sysdeps/libm-ieee754/w_log.c: Moved to ...
4624         * math/w_log.c: ...here.
4625         * sysdeps/libm-ieee754/w_log10.c: Moved to ...
4626         * math/w_log10.c: ...here.
4627         * sysdeps/libm-ieee754/w_log10f.c: Moved to ...
4628         * math/w_log10f.c: ...here.
4629         * sysdeps/libm-ieee754/w_log10l.c: Moved to ...
4630         * math/w_log10l.c: ...here.
4631         * sysdeps/libm-ieee754/w_logf.c: Moved to ...
4632         * math/w_logf.c: ...here.
4633         * sysdeps/libm-ieee754/w_logl.c: Moved to ...
4634         * math/w_logl.c: ...here.
4635         * sysdeps/libm-ieee754/w_pow.c: Moved to ...
4636         * math/w_pow.c: ...here.
4637         * sysdeps/libm-ieee754/w_powf.c: Moved to ...
4638         * math/w_powf.c: ...here.
4639         * sysdeps/libm-ieee754/w_powl.c: Moved to ...
4640         * math/w_powl.c: ...here.
4641         * sysdeps/libm-ieee754/w_remainder.c: Moved to ...
4642         * math/w_remainder.c: ...here.
4643         * sysdeps/libm-ieee754/w_remainderf.c: Moved to ...
4644         * math/w_remainderf.c: ...here.
4645         * sysdeps/libm-ieee754/w_remainderl.c: Moved to ...
4646         * math/w_remainderl.c: ...here.
4647         * sysdeps/libm-ieee754/w_scalb.c: Moved to ...
4648         * math/w_scalb.c: ...here.
4649         * sysdeps/libm-ieee754/w_scalbf.c: Moved to ...
4650         * math/w_scalbf.c: ...here.
4651         * sysdeps/libm-ieee754/w_scalbl.c: Moved to ...
4652         * math/w_scalbl.c: ...here.
4653         * sysdeps/libm-ieee754/w_sinh.c: Moved to ...
4654         * math/w_sinh.c: ...here.
4655         * sysdeps/libm-ieee754/w_sinhf.c: Moved to ...
4656         * math/w_sinhf.c: ...here.
4657         * sysdeps/libm-ieee754/w_sinhl.c: Moved to ...
4658         * math/w_sinhl.c: ...here.
4659         * sysdeps/libm-ieee754/w_sqrt.c: Moved to ...
4660         * math/w_sqrt.c: ...here.
4661         * sysdeps/libm-ieee754/w_sqrtf.c: Moved to ...
4662         * math/w_sqrtf.c: ...here.
4663         * sysdeps/libm-ieee754/w_sqrtl.c: Moved to ...
4664         * math/w_sqrtl.c: ...here.
4665         * sysdeps/libm-ieee754/w_tgamma.c: Moved to ...
4666         * math/w_tgamma.c: ...here.
4667         * sysdeps/libm-ieee754/w_tgammaf.c: Moved to ...
4668         * math/w_tgammaf.c: ...here.
4669         * sysdeps/libm-ieee754/w_tgammal.c: Moved to ...
4670         * math/w_tgammal.c: ...here.
4671         * sysdeps/libm-i387/e_acos.S: Moved to ...
4672         * sysdeps/i386/fpu/e_acos.S: ...here.
4673         * sysdeps/libm-i387/e_acosf.S: Moved to ...
4674         * sysdeps/i386/fpu/e_acosf.S: ...here.
4675         * sysdeps/libm-i387/e_acosh.S: Moved to ...
4676         * sysdeps/i386/fpu/e_acosh.S: ...here.
4677         * sysdeps/libm-i387/e_acoshf.S: Moved to ...
4678         * sysdeps/i386/fpu/e_acoshf.S: ...here.
4679         * sysdeps/libm-i387/e_acoshl.S: Moved to ...
4680         * sysdeps/i386/fpu/e_acoshl.S: ...here.
4681         * sysdeps/libm-i387/e_acosl.S: Moved to ...
4682         * sysdeps/i386/fpu/e_acosl.S: ...here.
4683         * sysdeps/libm-i387/e_asin.S: Moved to ...
4684         * sysdeps/i386/fpu/e_asin.S: ...here.
4685         * sysdeps/libm-i387/e_asinf.S: Moved to ...
4686         * sysdeps/i386/fpu/e_asinf.S: ...here.
4687         * sysdeps/libm-i387/e_asinl.S: Moved to ...
4688         * sysdeps/i386/fpu/e_asinl.S: ...here.
4689         * sysdeps/libm-i387/e_atan2.S: Moved to ...
4690         * sysdeps/i386/fpu/e_atan2.S: ...here.
4691         * sysdeps/libm-i387/e_atan2f.S: Moved to ...
4692         * sysdeps/i386/fpu/e_atan2f.S: ...here.
4693         * sysdeps/libm-i387/e_atan2l.S: Moved to ...
4694         * sysdeps/i386/fpu/e_atan2l.S: ...here.
4695         * sysdeps/libm-i387/e_atanh.S: Moved to ...
4696         * sysdeps/i386/fpu/e_atanh.S: ...here.
4697         * sysdeps/libm-i387/e_atanhf.S: Moved to ...
4698         * sysdeps/i386/fpu/e_atanhf.S: ...here.
4699         * sysdeps/libm-i387/e_atanhl.S: Moved to ...
4700         * sysdeps/i386/fpu/e_atanhl.S: ...here.
4701         * sysdeps/libm-i387/e_exp.S: Moved to ...
4702         * sysdeps/i386/fpu/e_exp.S: ...here.
4703         * sysdeps/libm-i387/e_exp10.S: Moved to ...
4704         * sysdeps/i386/fpu/e_exp10.S: ...here.
4705         * sysdeps/libm-i387/e_exp10f.S: Moved to ...
4706         * sysdeps/i386/fpu/e_exp10f.S: ...here.
4707         * sysdeps/libm-i387/e_exp10l.S: Moved to ...
4708         * sysdeps/i386/fpu/e_exp10l.S: ...here.
4709         * sysdeps/libm-i387/e_expf.S: Moved to ...
4710         * sysdeps/i386/fpu/e_expf.S: ...here.
4711         * sysdeps/libm-i387/e_expl.S: Moved to ...
4712         * sysdeps/i386/fpu/e_expl.S: ...here.
4713         * sysdeps/libm-i387/e_fmod.S: Moved to ...
4714         * sysdeps/i386/fpu/e_fmod.S: ...here.
4715         * sysdeps/libm-i387/e_fmodf.S: Moved to ...
4716         * sysdeps/i386/fpu/e_fmodf.S: ...here.
4717         * sysdeps/libm-i387/e_fmodl.S: Moved to ...
4718         * sysdeps/i386/fpu/e_fmodl.S: ...here.
4719         * sysdeps/libm-i387/e_hypot.S: Moved to ...
4720         * sysdeps/i386/fpu/e_hypot.S: ...here.
4721         * sysdeps/libm-i387/e_hypotf.S: Moved to ...
4722         * sysdeps/i386/fpu/e_hypotf.S: ...here.
4723         * sysdeps/libm-i387/e_log.S: Moved to ...
4724         * sysdeps/i386/fpu/e_log.S: ...here.
4725         * sysdeps/libm-i387/e_log10.S: Moved to ...
4726         * sysdeps/i386/fpu/e_log10.S: ...here.
4727         * sysdeps/libm-i387/e_log10f.S: Moved to ...
4728         * sysdeps/i386/fpu/e_log10f.S: ...here.
4729         * sysdeps/libm-i387/e_log10l.S: Moved to ...
4730         * sysdeps/i386/fpu/e_log10l.S: ...here.
4731         * sysdeps/libm-i387/e_logf.S: Moved to ...
4732         * sysdeps/i386/fpu/e_logf.S: ...here.
4733         * sysdeps/libm-i387/e_logl.S: Moved to ...
4734         * sysdeps/i386/fpu/e_logl.S: ...here.
4735         * sysdeps/libm-i387/e_pow.S: Moved to ...
4736         * sysdeps/i386/fpu/e_pow.S: ...here.
4737         * sysdeps/libm-i387/e_powf.S: Moved to ...
4738         * sysdeps/i386/fpu/e_powf.S: ...here.
4739         * sysdeps/libm-i387/e_powl.S: Moved to ...
4740         * sysdeps/i386/fpu/e_powl.S: ...here.
4741         * sysdeps/libm-i387/e_rem_pio2l.c: Moved to ...
4742         * sysdeps/i386/fpu/e_rem_pio2l.c: ...here.
4743         * sysdeps/libm-i387/e_remainder.S: Moved to ...
4744         * sysdeps/i386/fpu/e_remainder.S: ...here.
4745         * sysdeps/libm-i387/e_remainderf.S: Moved to ...
4746         * sysdeps/i386/fpu/e_remainderf.S: ...here.
4747         * sysdeps/libm-i387/e_remainderl.S: Moved to ...
4748         * sysdeps/i386/fpu/e_remainderl.S: ...here.
4749         * sysdeps/libm-i387/e_scalb.S: Moved to ...
4750         * sysdeps/i386/fpu/e_scalb.S: ...here.
4751         * sysdeps/libm-i387/e_scalbf.S: Moved to ...
4752         * sysdeps/i386/fpu/e_scalbf.S: ...here.
4753         * sysdeps/libm-i387/e_scalbl.S: Moved to ...
4754         * sysdeps/i386/fpu/e_scalbl.S: ...here.
4755         * sysdeps/libm-i387/e_sqrt.S: Moved to ...
4756         * sysdeps/i386/fpu/e_sqrt.S: ...here.
4757         * sysdeps/libm-i387/e_sqrtf.S: Moved to ...
4758         * sysdeps/i386/fpu/e_sqrtf.S: ...here.
4759         * sysdeps/libm-i387/e_sqrtl.S: Moved to ...
4760         * sysdeps/i386/fpu/e_sqrtl.S: ...here.
4761         * sysdeps/libm-i387/k_rem_pio2l.c: Moved to ...
4762         * sysdeps/i386/fpu/k_rem_pio2l.c: ...here.
4763         * sysdeps/libm-i387/s_asinh.S: Moved to ...
4764         * sysdeps/i386/fpu/s_asinh.S: ...here.
4765         * sysdeps/libm-i387/s_asinhf.S: Moved to ...
4766         * sysdeps/i386/fpu/s_asinhf.S: ...here.
4767         * sysdeps/libm-i387/s_asinhl.S: Moved to ...
4768         * sysdeps/i386/fpu/s_asinhl.S: ...here.
4769         * sysdeps/libm-i387/s_atan.S: Moved to ...
4770         * sysdeps/i386/fpu/s_atan.S: ...here.
4771         * sysdeps/libm-i387/s_atanf.S: Moved to ...
4772         * sysdeps/i386/fpu/s_atanf.S: ...here.
4773         * sysdeps/libm-i387/s_atanl.S: Moved to ...
4774         * sysdeps/i386/fpu/s_atanl.S: ...here.
4775         * sysdeps/libm-i387/s_cbrt.S: Moved to ...
4776         * sysdeps/i386/fpu/s_cbrt.S: ...here.
4777         * sysdeps/libm-i387/s_cbrtf.S: Moved to ...
4778         * sysdeps/i386/fpu/s_cbrtf.S: ...here.
4779         * sysdeps/libm-i387/s_cbrtl.S: Moved to ...
4780         * sysdeps/i386/fpu/s_cbrtl.S: ...here.
4781         * sysdeps/libm-i387/s_ceil.S: Moved to ...
4782         * sysdeps/i386/fpu/s_ceil.S: ...here.
4783         * sysdeps/libm-i387/s_ceilf.S: Moved to ...
4784         * sysdeps/i386/fpu/s_ceilf.S: ...here.
4785         * sysdeps/libm-i387/s_ceill.S: Moved to ...
4786         * sysdeps/i386/fpu/s_ceill.S: ...here.
4787         * sysdeps/libm-i387/s_cexp.S: Moved to ...
4788         * sysdeps/i386/fpu/s_cexp.S: ...here.
4789         * sysdeps/libm-i387/s_cexpf.S: Moved to ...
4790         * sysdeps/i386/fpu/s_cexpf.S: ...here.
4791         * sysdeps/libm-i387/s_cexpl.S: Moved to ...
4792         * sysdeps/i386/fpu/s_cexpl.S: ...here.
4793         * sysdeps/libm-i387/s_copysign.S: Moved to ...
4794         * sysdeps/i386/fpu/s_copysign.S: ...here.
4795         * sysdeps/libm-i387/s_copysignf.S: Moved to ...
4796         * sysdeps/i386/fpu/s_copysignf.S: ...here.
4797         * sysdeps/libm-i387/s_copysignl.S: Moved to ...
4798         * sysdeps/i386/fpu/s_copysignl.S: ...here.
4799         * sysdeps/libm-i387/s_cos.S: Moved to ...
4800         * sysdeps/i386/fpu/s_cos.S: ...here.
4801         * sysdeps/libm-i387/s_cosf.S: Moved to ...
4802         * sysdeps/i386/fpu/s_cosf.S: ...here.
4803         * sysdeps/libm-i387/s_cosl.S: Moved to ...
4804         * sysdeps/i386/fpu/s_cosl.S: ...here.
4805         * sysdeps/libm-i387/s_exp2.S: Moved to ...
4806         * sysdeps/i386/fpu/s_exp2.S: ...here.
4807         * sysdeps/libm-i387/s_exp2f.S: Moved to ...
4808         * sysdeps/i386/fpu/s_exp2f.S: ...here.
4809         * sysdeps/libm-i387/s_exp2l.S: Moved to ...
4810         * sysdeps/i386/fpu/s_exp2l.S: ...here.
4811         * sysdeps/libm-i387/s_expm1.S: Moved to ...
4812         * sysdeps/i386/fpu/s_expm1.S: ...here.
4813         * sysdeps/libm-i387/s_expm1f.S: Moved to ...
4814         * sysdeps/i386/fpu/s_expm1f.S: ...here.
4815         * sysdeps/libm-i387/s_expm1l.S: Moved to ...
4816         * sysdeps/i386/fpu/s_expm1l.S: ...here.
4817         * sysdeps/libm-i387/s_fdim.S: Moved to ...
4818         * sysdeps/i386/fpu/s_fdim.S: ...here.
4819         * sysdeps/libm-i387/s_fdimf.S: Moved to ...
4820         * sysdeps/i386/fpu/s_fdimf.S: ...here.
4821         * sysdeps/libm-i387/s_fdiml.S: Moved to ...
4822         * sysdeps/i386/fpu/s_fdiml.S: ...here.
4823         * sysdeps/libm-i387/s_finite.S: Moved to ...
4824         * sysdeps/i386/fpu/s_finite.S: ...here.
4825         * sysdeps/libm-i387/s_finitef.S: Moved to ...
4826         * sysdeps/i386/fpu/s_finitef.S: ...here.
4827         * sysdeps/libm-i387/s_finitel.S: Moved to ...
4828         * sysdeps/i386/fpu/s_finitel.S: ...here.
4829         * sysdeps/libm-i387/s_floor.S: Moved to ...
4830         * sysdeps/i386/fpu/s_floor.S: ...here.
4831         * sysdeps/libm-i387/s_floorf.S: Moved to ...
4832         * sysdeps/i386/fpu/s_floorf.S: ...here.
4833         * sysdeps/libm-i387/s_floorl.S: Moved to ...
4834         * sysdeps/i386/fpu/s_floorl.S: ...here.
4835         * sysdeps/libm-i387/s_fma.S: Moved to ...
4836         * sysdeps/i386/fpu/s_fma.S: ...here.
4837         * sysdeps/libm-i387/s_fmaf.S: Moved to ...
4838         * sysdeps/i386/fpu/s_fmaf.S: ...here.
4839         * sysdeps/libm-i387/s_fmal.S: Moved to ...
4840         * sysdeps/i386/fpu/s_fmal.S: ...here.
4841         * sysdeps/libm-i387/s_fmax.S: Moved to ...
4842         * sysdeps/i386/fpu/s_fmax.S: ...here.
4843         * sysdeps/libm-i387/s_fmaxf.S: Moved to ...
4844         * sysdeps/i386/fpu/s_fmaxf.S: ...here.
4845         * sysdeps/libm-i387/s_fmaxl.S: Moved to ...
4846         * sysdeps/i386/fpu/s_fmaxl.S: ...here.
4847         * sysdeps/libm-i387/s_fmin.S: Moved to ...
4848         * sysdeps/i386/fpu/s_fmin.S: ...here.
4849         * sysdeps/libm-i387/s_fminf.S: Moved to ...
4850         * sysdeps/i386/fpu/s_fminf.S: ...here.
4851         * sysdeps/libm-i387/s_fminl.S: Moved to ...
4852         * sysdeps/i386/fpu/s_fminl.S: ...here.
4853         * sysdeps/libm-i387/s_frexp.S: Moved to ...
4854         * sysdeps/i386/fpu/s_frexp.S: ...here.
4855         * sysdeps/libm-i387/s_frexpf.S: Moved to ...
4856         * sysdeps/i386/fpu/s_frexpf.S: ...here.
4857         * sysdeps/libm-i387/s_frexpl.S: Moved to ...
4858         * sysdeps/i386/fpu/s_frexpl.S: ...here.
4859         * sysdeps/libm-i387/s_ilogb.S: Moved to ...
4860         * sysdeps/i386/fpu/s_ilogb.S: ...here.
4861         * sysdeps/libm-i387/s_ilogbf.S: Moved to ...
4862         * sysdeps/i386/fpu/s_ilogbf.S: ...here.
4863         * sysdeps/libm-i387/s_ilogbl.S: Moved to ...
4864         * sysdeps/i386/fpu/s_ilogbl.S: ...here.
4865         * sysdeps/libm-i387/s_llrint.S: Moved to ...
4866         * sysdeps/i386/fpu/s_llrint.S: ...here.
4867         * sysdeps/libm-i387/s_llrintf.S: Moved to ...
4868         * sysdeps/i386/fpu/s_llrintf.S: ...here.
4869         * sysdeps/libm-i387/s_llrintl.S: Moved to ...
4870         * sysdeps/i386/fpu/s_llrintl.S: ...here.
4871         * sysdeps/libm-i387/s_log1p.S: Moved to ...
4872         * sysdeps/i386/fpu/s_log1p.S: ...here.
4873         * sysdeps/libm-i387/s_log1pf.S: Moved to ...
4874         * sysdeps/i386/fpu/s_log1pf.S: ...here.
4875         * sysdeps/libm-i387/s_log1pl.S: Moved to ...
4876         * sysdeps/i386/fpu/s_log1pl.S: ...here.
4877         * sysdeps/libm-i387/s_log2.S: Moved to ...
4878         * sysdeps/i386/fpu/s_log2.S: ...here.
4879         * sysdeps/libm-i387/s_log2f.S: Moved to ...
4880         * sysdeps/i386/fpu/s_log2f.S: ...here.
4881         * sysdeps/libm-i387/s_log2l.S: Moved to ...
4882         * sysdeps/i386/fpu/s_log2l.S: ...here.
4883         * sysdeps/libm-i387/s_logb.S: Moved to ...
4884         * sysdeps/i386/fpu/s_logb.S: ...here.
4885         * sysdeps/libm-i387/s_logbf.S: Moved to ...
4886         * sysdeps/i386/fpu/s_logbf.S: ...here.
4887         * sysdeps/libm-i387/s_logbl.S: Moved to ...
4888         * sysdeps/i386/fpu/s_logbl.S: ...here.
4889         * sysdeps/libm-i387/s_lrint.S: Moved to ...
4890         * sysdeps/i386/fpu/s_lrint.S: ...here.
4891         * sysdeps/libm-i387/s_lrintf.S: Moved to ...
4892         * sysdeps/i386/fpu/s_lrintf.S: ...here.
4893         * sysdeps/libm-i387/s_lrintl.S: Moved to ...
4894         * sysdeps/i386/fpu/s_lrintl.S: ...here.
4895         * sysdeps/libm-i387/s_nearbyint.S: Moved to ...
4896         * sysdeps/i386/fpu/s_nearbyint.S: ...here.
4897         * sysdeps/libm-i387/s_nearbyintf.S: Moved to ...
4898         * sysdeps/i386/fpu/s_nearbyintf.S: ...here.
4899         * sysdeps/libm-i387/s_nearbyintl.S: Moved to ...
4900         * sysdeps/i386/fpu/s_nearbyintl.S: ...here.
4901         * sysdeps/libm-i387/s_remquo.S: Moved to ...
4902         * sysdeps/i386/fpu/s_remquo.S: ...here.
4903         * sysdeps/libm-i387/s_remquof.S: Moved to ...
4904         * sysdeps/i386/fpu/s_remquof.S: ...here.
4905         * sysdeps/libm-i387/s_remquol.S: Moved to ...
4906         * sysdeps/i386/fpu/s_remquol.S: ...here.
4907         * sysdeps/libm-i387/s_rint.S: Moved to ...
4908         * sysdeps/i386/fpu/s_rint.S: ...here.
4909         * sysdeps/libm-i387/s_rintf.S: Moved to ...
4910         * sysdeps/i386/fpu/s_rintf.S: ...here.
4911         * sysdeps/libm-i387/s_rintl.S: Moved to ...
4912         * sysdeps/i386/fpu/s_rintl.S: ...here.
4913         * sysdeps/libm-i387/s_scalbn.S: Moved to ...
4914         * sysdeps/i386/fpu/s_scalbn.S: ...here.
4915         * sysdeps/libm-i387/s_scalbnf.S: Moved to ...
4916         * sysdeps/i386/fpu/s_scalbnf.S: ...here.
4917         * sysdeps/libm-i387/s_scalbnl.S: Moved to ...
4918         * sysdeps/i386/fpu/s_scalbnl.S: ...here.
4919         * sysdeps/libm-i387/s_significand.S: Moved to ...
4920         * sysdeps/i386/fpu/s_significand.S: ...here.
4921         * sysdeps/libm-i387/s_significandf.S: Moved to ...
4922         * sysdeps/i386/fpu/s_significandf.S: ...here.
4923         * sysdeps/libm-i387/s_significandl.S: Moved to ...
4924         * sysdeps/i386/fpu/s_significandl.S: ...here.
4925         * sysdeps/libm-i387/s_sin.S: Moved to ...
4926         * sysdeps/i386/fpu/s_sin.S: ...here.
4927         * sysdeps/libm-i387/s_sincos.S: Moved to ...
4928         * sysdeps/i386/fpu/s_sincos.S: ...here.
4929         * sysdeps/libm-i387/s_sincosf.S: Moved to ...
4930         * sysdeps/i386/fpu/s_sincosf.S: ...here.
4931         * sysdeps/libm-i387/s_sincosl.S: Moved to ...
4932         * sysdeps/i386/fpu/s_sincosl.S: ...here.
4933         * sysdeps/libm-i387/s_sinf.S: Moved to ...
4934         * sysdeps/i386/fpu/s_sinf.S: ...here.
4935         * sysdeps/libm-i387/s_sinl.S: Moved to ...
4936         * sysdeps/i386/fpu/s_sinl.S: ...here.
4937         * sysdeps/libm-i387/s_tan.S: Moved to ...
4938         * sysdeps/i386/fpu/s_tan.S: ...here.
4939         * sysdeps/libm-i387/s_tanf.S: Moved to ...
4940         * sysdeps/i386/fpu/s_tanf.S: ...here.
4941         * sysdeps/libm-i387/s_tanl.S: Moved to ...
4942         * sysdeps/i386/fpu/s_tanl.S: ...here.
4943         * sysdeps/libm-i387/s_trunc.S: Moved to ...
4944         * sysdeps/i386/fpu/s_trunc.S: ...here.
4945         * sysdeps/libm-i387/s_truncf.S: Moved to ...
4946         * sysdeps/i386/fpu/s_truncf.S: ...here.
4947         * sysdeps/libm-i387/s_truncl.S: Moved to ...
4948         * sysdeps/i386/fpu/s_truncl.S: ...here.
4949         * sysdeps/libm-ieee754/k_standard.c: Moved to ...
4950         * sysdeps/ieee754/k_standard.c: ...here.
4951         * sysdeps/libm-ieee754/s_lib_version.c: Moved to ...
4952         * sysdeps/ieee754/s_lib_version.c: ...here.
4953         * sysdeps/libm-ieee754/s_matherr.c: Moved to ...
4954         * sysdeps/ieee754/s_matherr.c: ...here.
4955         * sysdeps/libm-ieee754/s_signgam.c: Moved to ...
4956         * sysdeps/ieee754/s_signgam.c: ...here.
4957         * sysdeps/ieee754/dbl2mpn.c: Moved to ...
4958         * sysdeps/ieee754/dbl-64/dbl2mpn.c: ...here.
4959         * sysdeps/ieee754/mpn2dbl.c: Moved to ...
4960         * sysdeps/ieee754/dbl-64/mpn2dbl.c: ...here.
4961         * sysdeps/libm-ieee754/e_acos.c: Moved to ...
4962         * sysdeps/ieee754/dbl-64/e_acos.c: ...here.
4963         * sysdeps/libm-ieee754/e_acosh.c: Moved to ...
4964         * sysdeps/ieee754/dbl-64/e_acosh.c: ...here.
4965         * sysdeps/libm-ieee754/e_asin.c: Moved to ...
4966         * sysdeps/ieee754/dbl-64/e_asin.c: ...here.
4967         * sysdeps/libm-ieee754/e_atan2.c: Moved to ...
4968         * sysdeps/ieee754/dbl-64/e_atan2.c: ...here.
4969         * sysdeps/libm-ieee754/e_atanh.c: Moved to ...
4970         * sysdeps/ieee754/dbl-64/e_atanh.c: ...here.
4971         * sysdeps/libm-ieee754/e_cosh.c: Moved to ...
4972         * sysdeps/ieee754/dbl-64/e_cosh.c: ...here.
4973         * sysdeps/libm-ieee754/e_exp.c: Moved to ...
4974         * sysdeps/ieee754/dbl-64/e_exp.c: ...here.
4975         * sysdeps/libm-ieee754/e_fmod.c: Moved to ...
4976         * sysdeps/ieee754/dbl-64/e_fmod.c: ...here.
4977         * sysdeps/libm-ieee754/e_gamma_r.c: Moved to ...
4978         * sysdeps/ieee754/dbl-64/e_gamma_r.c: ...here.
4979         * sysdeps/libm-ieee754/e_hypot.c: Moved to ...
4980         * sysdeps/ieee754/dbl-64/e_hypot.c: ...here.
4981         * sysdeps/libm-ieee754/e_j0.c: Moved to ...
4982         * sysdeps/ieee754/dbl-64/e_j0.c: ...here.
4983         * sysdeps/libm-ieee754/e_j1.c: Moved to ...
4984         * sysdeps/ieee754/dbl-64/e_j1.c: ...here.
4985         * sysdeps/libm-ieee754/e_jn.c: Moved to ...
4986         * sysdeps/ieee754/dbl-64/e_jn.c: ...here.
4987         * sysdeps/libm-ieee754/e_lgamma_r.c: Moved to ...
4988         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: ...here.
4989         * sysdeps/libm-ieee754/e_log.c: Moved to ...
4990         * sysdeps/ieee754/dbl-64/e_log.c: ...here.
4991         * sysdeps/libm-ieee754/e_log10.c: Moved to ...
4992         * sysdeps/ieee754/dbl-64/e_log10.c: ...here.
4993         * sysdeps/libm-ieee754/e_pow.c: Moved to ...
4994         * sysdeps/ieee754/dbl-64/e_pow.c: ...here.
4995         * sysdeps/libm-ieee754/e_remainder.c: Moved to ...
4996         * sysdeps/ieee754/dbl-64/e_remainder.c: ...here.
4997         * sysdeps/libm-ieee754/e_sinh.c: Moved to ...
4998         * sysdeps/ieee754/dbl-64/e_sinh.c: ...here.
4999         * sysdeps/libm-ieee754/e_sqrt.c: Moved to ...
5000         * sysdeps/ieee754/dbl-64/e_sqrt.c: ...here.
5001         * sysdeps/libm-ieee754/k_cos.c: Moved to ...
5002         * sysdeps/ieee754/dbl-64/k_cos.c: ...here.
5003         * sysdeps/libm-ieee754/k_sin.c: Moved to ...
5004         * sysdeps/ieee754/dbl-64/k_sin.c: ...here.
5005         * sysdeps/libm-ieee754/k_tan.c: Moved to ...
5006         * sysdeps/ieee754/dbl-64/k_tan.c: ...here.
5007         * sysdeps/libm-ieee754/s_asinh.c: Moved to ...
5008         * sysdeps/ieee754/dbl-64/s_asinh.c: ...here.
5009         * sysdeps/libm-ieee754/s_atan.c: Moved to ...
5010         * sysdeps/ieee754/dbl-64/s_atan.c: ...here.
5011         * sysdeps/libm-ieee754/s_cbrt.c: Moved to ...
5012         * sysdeps/ieee754/dbl-64/s_cbrt.c: ...here.
5013         * sysdeps/libm-ieee754/s_ceil.c: Moved to ...
5014         * sysdeps/ieee754/dbl-64/s_ceil.c: ...here.
5015         * sysdeps/libm-ieee754/s_copysign.c: Moved to ...
5016         * sysdeps/ieee754/dbl-64/s_copysign.c: ...here.
5017         * sysdeps/libm-ieee754/s_cos.c: Moved to ...
5018         * sysdeps/ieee754/dbl-64/s_cos.c: ...here.
5019         * sysdeps/libm-ieee754/s_erf.c: Moved to ...
5020         * sysdeps/ieee754/dbl-64/s_erf.c: ...here.
5021         * sysdeps/libm-ieee754/s_exp2.c: Moved to ...
5022         * sysdeps/ieee754/dbl-64/s_exp2.c: ...here.
5023         * sysdeps/libm-ieee754/s_expm1.c: Moved to ...
5024         * sysdeps/ieee754/dbl-64/s_expm1.c: ...here.
5025         * sysdeps/libm-ieee754/s_fabs.c: Moved to ...
5026         * sysdeps/ieee754/dbl-64/s_fabs.c: ...here.
5027         * sysdeps/libm-ieee754/s_finite.c: Moved to ...
5028         * sysdeps/ieee754/dbl-64/s_finite.c: ...here.
5029         * sysdeps/libm-ieee754/s_floor.c: Moved to ...
5030         * sysdeps/ieee754/dbl-64/s_floor.c: ...here.
5031         * sysdeps/libm-ieee754/s_fpclassify.c: Moved to ...
5032         * sysdeps/ieee754/dbl-64/s_fpclassify.c: ...here.
5033         * sysdeps/libm-ieee754/s_frexp.c: Moved to ...
5034         * sysdeps/ieee754/dbl-64/s_frexp.c: ...here.
5035         * sysdeps/libm-ieee754/s_ilogb.c: Moved to ...
5036         * sysdeps/ieee754/dbl-64/s_ilogb.c: ...here.
5037         * sysdeps/libm-ieee754/s_isinf.c: Moved to ...
5038         * sysdeps/ieee754/dbl-64/s_isinf.c: ...here.
5039         * sysdeps/libm-ieee754/s_isnan.c: Moved to ...
5040         * sysdeps/ieee754/dbl-64/s_isnan.c: ...here.
5041         (__isnan): Comment above function says it returns 0 or 1, but it
5042         used to return 0 or -1.
5043         * sysdeps/libm-ieee754/s_llrint.c: Moved to ...
5044         * sysdeps/ieee754/dbl-64/s_llrint.c: ...here.
5045         * sysdeps/libm-ieee754/s_llround.c: Moved to ...
5046         * sysdeps/ieee754/dbl-64/s_llround.c: ...here.
5047         * sysdeps/libm-ieee754/s_log1p.c: Moved to ...
5048         * sysdeps/ieee754/dbl-64/s_log1p.c: ...here.
5049         * sysdeps/libm-ieee754/s_log2.c: Moved to ...
5050         * sysdeps/ieee754/dbl-64/s_log2.c: ...here.
5051         * sysdeps/libm-ieee754/s_logb.c: Moved to ...
5052         * sysdeps/ieee754/dbl-64/s_logb.c: ...here.
5053         * sysdeps/libm-ieee754/s_lrint.c: Moved to ...
5054         * sysdeps/ieee754/dbl-64/s_lrint.c: ...here.
5055         * sysdeps/libm-ieee754/s_lround.c: Moved to ...
5056         * sysdeps/ieee754/dbl-64/s_lround.c: ...here.
5057         * sysdeps/libm-ieee754/s_modf.c: Moved to ...
5058         * sysdeps/ieee754/dbl-64/s_modf.c: ...here.
5059         * sysdeps/libm-ieee754/s_nearbyint.c: Moved to ...
5060         * sysdeps/ieee754/dbl-64/s_nearbyint.c: ...here.
5061         * sysdeps/libm-ieee754/s_nextafter.c: Moved to ...
5062         * sysdeps/generic/s_nextafter.c: ...here.
5063         Add __nexttoward and nexttoward aliases if NO_LONG_DOUBLE.
5064         * sysdeps/libm-ieee754/s_remquo.c: Moved to ...
5065         * sysdeps/ieee754/dbl-64/s_remquo.c: ...here.
5066         * sysdeps/libm-ieee754/s_rint.c: Moved to ...
5067         * sysdeps/ieee754/dbl-64/s_rint.c: ...here.
5068         * sysdeps/libm-ieee754/s_round.c: Moved to ...
5069         * sysdeps/ieee754/dbl-64/s_round.c: ...here.
5070         * sysdeps/libm-ieee754/s_scalbn.c: Moved to ...
5071         * sysdeps/ieee754/dbl-64/s_scalbn.c: ...here.
5072         * sysdeps/libm-ieee754/s_signbit.c: Moved to ...
5073         * sysdeps/ieee754/dbl-64/s_signbit.c: ...here.
5074         * sysdeps/libm-ieee754/s_sin.c: Moved to ...
5075         * sysdeps/ieee754/dbl-64/s_sin.c: ...here.
5076         * sysdeps/libm-ieee754/s_sincos.c: Moved to ...
5077         * sysdeps/ieee754/dbl-64/s_sincos.c: ...here.
5078         * sysdeps/libm-ieee754/s_tan.c: Moved to ...
5079         * sysdeps/ieee754/dbl-64/s_tan.c: ...here.
5080         * sysdeps/libm-ieee754/s_tanh.c: Moved to ...
5081         * sysdeps/ieee754/dbl-64/s_tanh.c: ...here.
5082         * sysdeps/libm-ieee754/s_trunc.c: Moved to ...
5083         * sysdeps/ieee754/dbl-64/s_trunc.c: ...here.
5084         * sysdeps/libm-ieee754/t_exp2.h: Moved to ...
5085         * sysdeps/ieee754/dbl-64/t_exp2.h: ...here.
5086         * sysdeps/libm-ieee754/w_exp.c: Moved to ...
5087         * sysdeps/ieee754/dbl-64/w_exp.c: ...here.
5088         * sysdeps/ieee754/mpn2flt.c: Moved to ...
5089         * sysdeps/ieee754/flt-32/mpn2flt.c: ...here.
5090         * sysdeps/libm-ieee754/e_acosf.c: Moved to ...
5091         * sysdeps/ieee754/flt-32/e_acosf.c: ...here.
5092         * sysdeps/libm-ieee754/e_acoshf.c: Moved to ...
5093         * sysdeps/ieee754/flt-32/e_acoshf.c: ...here.
5094         * sysdeps/libm-ieee754/e_asinf.c: Moved to ...
5095         * sysdeps/ieee754/flt-32/e_asinf.c: ...here.
5096         * sysdeps/libm-ieee754/e_atan2f.c: Moved to ...
5097         * sysdeps/ieee754/flt-32/e_atan2f.c: ...here.
5098         * sysdeps/libm-ieee754/e_atanhf.c: Moved to ...
5099         * sysdeps/ieee754/flt-32/e_atanhf.c: ...here.
5100         * sysdeps/libm-ieee754/e_coshf.c: Moved to ...
5101         * sysdeps/ieee754/flt-32/e_coshf.c: ...here.
5102         * sysdeps/libm-ieee754/e_expf.c: Moved to ...
5103         * sysdeps/ieee754/flt-32/e_expf.c: ...here.
5104         * sysdeps/libm-ieee754/e_fmodf.c: Moved to ...
5105         * sysdeps/ieee754/flt-32/e_fmodf.c: ...here.
5106         * sysdeps/libm-ieee754/e_gammaf_r.c: Moved to ...
5107         * sysdeps/ieee754/flt-32/e_gammaf_r.c: ...here.
5108         * sysdeps/libm-ieee754/e_hypotf.c: Moved to ...
5109         * sysdeps/ieee754/flt-32/e_hypotf.c: ...here.
5110         * sysdeps/libm-ieee754/e_j0f.c: Moved to ...
5111         * sysdeps/ieee754/flt-32/e_j0f.c: ...here.
5112         * sysdeps/libm-ieee754/e_j1f.c: Moved to ...
5113         * sysdeps/ieee754/flt-32/e_j1f.c: ...here.
5114         * sysdeps/libm-ieee754/e_jnf.c: Moved to ...
5115         * sysdeps/ieee754/flt-32/e_jnf.c: ...here.
5116         * sysdeps/libm-ieee754/e_lgammaf_r.c: Moved to ...
5117         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: ...here.
5118         * sysdeps/libm-ieee754/e_log10f.c: Moved to ...
5119         * sysdeps/ieee754/flt-32/e_log10f.c: ...here.
5120         * sysdeps/libm-ieee754/e_logf.c: Moved to ...
5121         * sysdeps/ieee754/flt-32/e_logf.c: ...here.
5122         * sysdeps/libm-ieee754/e_powf.c: Moved to ...
5123         * sysdeps/ieee754/flt-32/e_powf.c: ...here.
5124         * sysdeps/libm-ieee754/e_remainderf.c: Moved to ...
5125         * sysdeps/ieee754/flt-32/e_remainderf.c: ...here.
5126         * sysdeps/libm-ieee754/e_sinhf.c: Moved to ...
5127         * sysdeps/ieee754/flt-32/e_sinhf.c: ...here.
5128         * sysdeps/libm-ieee754/e_sqrtf.c: Moved to ...
5129         * sysdeps/ieee754/flt-32/e_sqrtf.c: ...here.
5130         * sysdeps/libm-ieee754/k_cosf.c: Moved to ...
5131         * sysdeps/ieee754/flt-32/k_cosf.c: ...here.
5132         * sysdeps/libm-ieee754/k_sinf.c: Moved to ...
5133         * sysdeps/ieee754/flt-32/k_sinf.c: ...here.
5134         * sysdeps/libm-ieee754/k_tanf.c: Moved to ...
5135         * sysdeps/ieee754/flt-32/k_tanf.c: ...here.
5136         * sysdeps/libm-ieee754/s_asinhf.c: Moved to ...
5137         * sysdeps/ieee754/flt-32/s_asinhf.c: ...here.
5138         * sysdeps/libm-ieee754/s_atanf.c: Moved to ...
5139         * sysdeps/ieee754/flt-32/s_atanf.c: ...here.
5140         * sysdeps/libm-ieee754/s_cbrtf.c: Moved to ...
5141         * sysdeps/ieee754/flt-32/s_cbrtf.c: ...here.
5142         * sysdeps/libm-ieee754/s_ceilf.c: Moved to ...
5143         * sysdeps/ieee754/flt-32/s_ceilf.c: ...here.
5144         * sysdeps/libm-ieee754/s_copysignf.c: Moved to ...
5145         * sysdeps/ieee754/flt-32/s_copysignf.c: ...here.
5146         * sysdeps/libm-ieee754/s_cosf.c: Moved to ...
5147         * sysdeps/ieee754/flt-32/s_cosf.c: ...here.
5148         * sysdeps/libm-ieee754/s_erff.c: Moved to ...
5149         * sysdeps/ieee754/flt-32/s_erff.c: ...here.
5150         * sysdeps/libm-ieee754/s_exp2f.c: Moved to ...
5151         * sysdeps/ieee754/flt-32/s_exp2f.c: ...here.
5152         * sysdeps/libm-ieee754/s_expm1f.c: Moved to ...
5153         * sysdeps/ieee754/flt-32/s_expm1f.c: ...here.
5154         * sysdeps/libm-ieee754/s_fabsf.c: Moved to ...
5155         * sysdeps/ieee754/flt-32/s_fabsf.c: ...here.
5156         * sysdeps/libm-ieee754/s_finitef.c: Moved to ...
5157         * sysdeps/ieee754/flt-32/s_finitef.c: ...here.
5158         * sysdeps/libm-ieee754/s_floorf.c: Moved to ...
5159         * sysdeps/ieee754/flt-32/s_floorf.c: ...here.
5160         * sysdeps/libm-ieee754/s_fpclassifyf.c: Moved to ...
5161         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: ...here.
5162         * sysdeps/libm-ieee754/s_frexpf.c: Moved to ...
5163         * sysdeps/ieee754/flt-32/s_frexpf.c: ...here.
5164         * sysdeps/libm-ieee754/s_ilogbf.c: Moved to ...
5165         * sysdeps/ieee754/flt-32/s_ilogbf.c: ...here.
5166         * sysdeps/libm-ieee754/s_isinff.c: Moved to ...
5167         * sysdeps/ieee754/flt-32/s_isinff.c: ...here.
5168         * sysdeps/libm-ieee754/s_isnanf.c: Moved to ...
5169         * sysdeps/ieee754/flt-32/s_isnanf.c: ...here.
5170         * sysdeps/libm-ieee754/s_llrintf.c: Moved to ...
5171         * sysdeps/ieee754/flt-32/s_llrintf.c: ...here.
5172         * sysdeps/libm-ieee754/s_llroundf.c: Moved to ...
5173         * sysdeps/ieee754/flt-32/s_llroundf.c: ...here.
5174         * sysdeps/libm-ieee754/s_log1pf.c: Moved to ...
5175         * sysdeps/ieee754/flt-32/s_log1pf.c: ...here.
5176         * sysdeps/libm-ieee754/s_log2f.c: Moved to ...
5177         * sysdeps/ieee754/flt-32/s_log2f.c: ...here.
5178         * sysdeps/libm-ieee754/s_logbf.c: Moved to ...
5179         * sysdeps/ieee754/flt-32/s_logbf.c: ...here.
5180         * sysdeps/libm-ieee754/s_lrintf.c: Moved to ...
5181         * sysdeps/ieee754/flt-32/s_lrintf.c: ...here.
5182         * sysdeps/libm-ieee754/s_lroundf.c: Moved to ...
5183         * sysdeps/ieee754/flt-32/s_lroundf.c: ...here.
5184         * sysdeps/libm-ieee754/s_modff.c: Moved to ...
5185         * sysdeps/ieee754/flt-32/s_modff.c: ...here.
5186         * sysdeps/libm-ieee754/s_nearbyintf.c: Moved to ...
5187         * sysdeps/ieee754/flt-32/s_nearbyintf.c: ...here.
5188         * sysdeps/libm-ieee754/s_nextafterf.c: Moved to ...
5189         * sysdeps/ieee754/flt-32/s_nextafterf.c: ...here.
5190         * sysdeps/libm-ieee754/s_remquof.c: Moved to ...
5191         * sysdeps/ieee754/flt-32/s_remquof.c: ...here.
5192         * sysdeps/libm-ieee754/s_rintf.c: Moved to ...
5193         * sysdeps/ieee754/flt-32/s_rintf.c: ...here.
5194         * sysdeps/libm-ieee754/s_roundf.c: Moved to ...
5195         * sysdeps/ieee754/flt-32/s_roundf.c: ...here.
5196         * sysdeps/libm-ieee754/s_scalbnf.c: Moved to ...
5197         * sysdeps/ieee754/flt-32/s_scalbnf.c: ...here.
5198         * sysdeps/libm-ieee754/s_signbitf.c: Moved to ...
5199         * sysdeps/ieee754/flt-32/s_signbitf.c: ...here.
5200         * sysdeps/libm-ieee754/s_sincosf.c: Moved to ...
5201         * sysdeps/ieee754/flt-32/s_sincosf.c: ...here.
5202         * sysdeps/libm-ieee754/s_sinf.c: Moved to ...
5203         * sysdeps/ieee754/flt-32/s_sinf.c: ...here.
5204         * sysdeps/libm-ieee754/s_tanf.c: Moved to ...
5205         * sysdeps/ieee754/flt-32/s_tanf.c: ...here.
5206         * sysdeps/libm-ieee754/s_tanhf.c: Moved to ...
5207         * sysdeps/ieee754/flt-32/s_tanhf.c: ...here.
5208         * sysdeps/libm-ieee754/s_truncf.c: Moved to ...
5209         * sysdeps/ieee754/flt-32/s_truncf.c: ...here.
5210         * sysdeps/libm-ieee754/t_exp2f.h: Moved to ...
5211         * sysdeps/ieee754/flt-32/t_exp2f.h: ...here.
5212         * sysdeps/libm-ieee754/w_expf.c: Moved to ...
5213         * sysdeps/ieee754/flt-32/w_expf.c: ...here.
5214         * sysdeps/libm-ieee754/e_acoshl.c: Moved to ...
5215         * sysdeps/ieee754/ldbl-96/e_acoshl.c: ...here.
5216         * sysdeps/libm-ieee754/e_atan2l.c: Moved to ...
5217         * sysdeps/ieee754/ldbl-96/e_atan2l.c: ...here.
5218         * sysdeps/libm-ieee754/e_atanhl.c: Moved to ...
5219         * sysdeps/ieee754/ldbl-96/e_atanhl.c: ...here.
5220         * sysdeps/libm-ieee754/e_coshl.c: Moved to ...
5221         * sysdeps/ieee754/ldbl-96/e_coshl.c: ...here.
5222         * sysdeps/libm-ieee754/e_gammal_r.c: Moved to ...
5223         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: ...here.
5224         * sysdeps/libm-ieee754/e_hypotl.c: Moved to ...
5225         * sysdeps/ieee754/ldbl-96/e_hypotl.c: ...here.
5226         * sysdeps/libm-ieee754/e_remainderl.c: Moved to ...
5227         * sysdeps/ieee754/ldbl-96/e_remainderl.c: ...here.
5228         * sysdeps/libm-ieee754/e_sinhl.c: Moved to ...
5229         * sysdeps/ieee754/ldbl-96/e_sinhl.c: ...here.
5230         * sysdeps/libm-ieee754/s_asinhl.c: Moved to ...
5231         * sysdeps/ieee754/ldbl-96/s_asinhl.c: ...here.
5232         * sysdeps/libm-ieee754/s_cbrtl.c: Moved to ...
5233         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: ...here.
5234         * sysdeps/libm-ieee754/s_ceill.c: Moved to ...
5235         * sysdeps/ieee754/ldbl-96/s_ceill.c: ...here.
5236         * sysdeps/libm-ieee754/s_copysignl.c: Moved to ...
5237         * sysdeps/ieee754/ldbl-96/s_copysignl.c: ...here.
5238         * sysdeps/libm-ieee754/s_cosl.c: Moved to ...
5239         * sysdeps/ieee754/ldbl-96/s_cosl.c: ...here.
5240         * sysdeps/libm-ieee754/s_fabsl.c: Moved to ...
5241         * sysdeps/ieee754/ldbl-96/s_fabsl.c: ...here.
5242         * sysdeps/libm-ieee754/s_finitel.c: Moved to ...
5243         * sysdeps/ieee754/ldbl-96/s_finitel.c: ...here.
5244         * sysdeps/libm-ieee754/s_floorl.c: Moved to ...
5245         * sysdeps/ieee754/ldbl-96/s_floorl.c: ...here.
5246         * sysdeps/libm-ieee754/s_fpclassifyl.c: Moved to ...
5247         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: ...here.
5248         * sysdeps/libm-ieee754/s_frexpl.c: Moved to ...
5249         * sysdeps/ieee754/ldbl-96/s_frexpl.c: ...here.
5250         * sysdeps/libm-ieee754/s_ilogbl.c: Moved to ...
5251         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: ...here.
5252         * sysdeps/libm-ieee754/s_llrintl.c: Moved to ...
5253         * sysdeps/ieee754/ldbl-96/s_llrintl.c: ...here.
5254         * sysdeps/libm-ieee754/s_llroundl.c: Moved to ...
5255         * sysdeps/ieee754/ldbl-96/s_llroundl.c: ...here.
5256         * sysdeps/libm-ieee754/s_logbl.c: Moved to ...
5257         * sysdeps/ieee754/ldbl-96/s_logbl.c: ...here.
5258         * sysdeps/libm-ieee754/s_lrintl.c: Moved to ...
5259         * sysdeps/ieee754/ldbl-96/s_lrintl.c: ...here.
5260         * sysdeps/libm-ieee754/s_lroundl.c: Moved to ...
5261         * sysdeps/ieee754/ldbl-96/s_lroundl.c: ...here.
5262         * sysdeps/libm-ieee754/s_modfl.c: Moved to ...
5263         * sysdeps/ieee754/ldbl-96/s_modfl.c: ...here.
5264         (__modfl): IEEE 854 long doubles should use SET_LDOUBLE_WORDS, not
5265         INSERT_WORDS.
5266         * sysdeps/libm-ieee754/s_nearbyintl.c: Moved to ...
5267         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: ...here.
5268         (__nearbyintl): Fix for exponents 2^30.
5269         * sysdeps/libm-ieee754/s_remquol.c: Moved to ...
5270         * sysdeps/ieee754/ldbl-96/s_remquol.c: ...here.
5271         * sysdeps/libm-ieee754/s_rintl.c: Moved to ...
5272         * sysdeps/ieee754/ldbl-96/s_rintl.c: ...here.
5273         (__rintl): Fix for exponents 2^30.
5274         * sysdeps/libm-ieee754/s_roundl.c: Moved to ...
5275         * sysdeps/ieee754/ldbl-96/s_roundl.c: ...here.
5276         * sysdeps/libm-ieee754/s_scalbnl.c: Moved to ...
5277         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: ...here.
5278         (__scalbnl): Fix exponent for subnormal result.
5279         * sysdeps/libm-ieee754/s_signbitl.c: Moved to ...
5280         * sysdeps/ieee754/ldbl-96/s_signbitl.c: ...here.
5281         * sysdeps/libm-ieee754/s_sincosl.c: Moved to ...
5282         * sysdeps/ieee754/ldbl-96/s_sincosl.c: ...here.
5283         * sysdeps/libm-ieee754/s_sinl.c: Moved to ...
5284         * sysdeps/ieee754/ldbl-96/s_sinl.c: ...here.
5285         * sysdeps/libm-ieee754/s_tanhl.c: Moved to ...
5286         * sysdeps/ieee754/ldbl-96/s_tanhl.c: ...here.
5287         * sysdeps/libm-ieee754/s_tanl.c: Moved to ...
5288         * sysdeps/ieee754/ldbl-96/s_tanl.c: ...here.
5289         * sysdeps/libm-ieee754/s_truncl.c: Moved to ...
5290         * sysdeps/ieee754/ldbl-96/s_truncl.c: ...here.
5291         * sysdeps/libm-ieee754/w_expl.c: Moved to ...
5292         * sysdeps/ieee754/ldbl-96/w_expl.c: ...here.
5293         * sysdeps/libm-i387/i686/s_fminl.S: Moved to ...
5294         * sysdeps/i386/i686/fpu/s_fminl.S: ...here.
5295         * sysdeps/libm-i387/s_scalblnf.c: Moved to ...
5296         * sysdeps/i386/fpu/s_scalblnf.c: ...here.
5297         * sysdeps/libm-ieee754/s_scalblnf.c: Moved to ...
5298         * sysdeps/ieee754/flt-32/s_scalblnf.c: ...here.
5299         * sysdeps/libm-i387/i686/s_fdiml.S: Moved to ...
5300         * sysdeps/i386/i686/fpu/s_fdiml.S: ...here.
5301         * sysdeps/libm-i387/e_rem_pio2f.c: Moved to ...
5302         * sysdeps/i386/fpu/e_rem_pio2f.c: ...here.
5303         * sysdeps/libm-ieee754/e_rem_pio2f.c: Moved to ...
5304         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: ...here.
5305         * sysdeps/libm-i387/i686/s_fmin.S: Moved to ...
5306         * sysdeps/i386/i686/fpu/s_fmin.S: ...here.
5307         * sysdeps/libm-i387/k_rem_pio2.c: Moved to ...
5308         * sysdeps/i386/fpu/k_rem_pio2.c: ...here.
5309         * sysdeps/libm-ieee754/k_rem_pio2.c: Moved to ...
5310         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: ...here.
5311         * sysdeps/libm-i387/k_rem_pio2f.c: Moved to ...
5312         * sysdeps/i386/fpu/k_rem_pio2f.c: ...here.
5313         * sysdeps/libm-ieee754/k_rem_pio2f.c: Moved to ...
5314         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: ...here.
5315         * sysdeps/libm-i387/s_scalbln.c: Moved to ...
5316         * sysdeps/i386/fpu/s_scalbln.c: ...here.
5317         * sysdeps/libm-ieee754/s_scalbln.c: Moved to ...
5318         * sysdeps/ieee754/dbl-64/s_scalbln.c: ...here.
5319         * sysdeps/libm-i387/i686/s_fmax.S: Moved to ...
5320         * sysdeps/i386/i686/fpu/s_fmax.S: ...here.
5321         * sysdeps/libm-i387/t_exp.c: Moved to ...
5322         * sysdeps/i386/fpu/t_exp.c: ...here.
5323         * sysdeps/libm-ieee754/t_exp.c: Moved to ...
5324         * sysdeps/ieee754/dbl-64/t_exp.c: ...here.
5325         * sysdeps/libm-i387/e_rem_pio2.c: Moved to ...
5326         * sysdeps/i386/fpu/e_rem_pio2.c: ...here.
5327         * sysdeps/libm-ieee754/e_rem_pio2.c: Moved to ...
5328         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: ...here.
5329         * sysdeps/libm-i387/s_isinfl.c: Moved to ...
5330         * sysdeps/i386/fpu/s_isinfl.c: ...here.
5331         * sysdeps/libm-ieee754/s_isinfl.c: Moved to ...
5332         * sysdeps/ieee754/ldbl-96/s_isinfl.c: ...here.
5333         * sysdeps/libm-i387/s_scalblnl.c: Moved to ...
5334         * sysdeps/i386/fpu/s_scalblnl.c: ...here.
5335         * sysdeps/libm-ieee754/s_scalblnl.c: Moved to ...
5336         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: ...here.
5337         Fix exponent for subnormal result.
5338         * sysdeps/libm-ieee754/s_nexttowardl.c: Moved to ...
5339         * sysdeps/generic/s_nexttowardl.c: ...here.
5340         * sysdeps/libm-i387/i686/s_fmaxf.S: Moved to ...
5341         * sysdeps/i386/i686/fpu/s_fmaxf.S: ...here.
5342         * sysdeps/libm-i387/s_isnanl.c: Moved to ...
5343         * sysdeps/i386/fpu/s_isnanl.c: ...here.
5344         * sysdeps/libm-ieee754/s_isnanl.c: Moved to ...
5345         * sysdeps/ieee754/ldbl-96/s_isnanl.c: ...here.
5346         Comment above function says it returns 0 or 1, but it used to return
5347         0 or -1.
5348         * sysdeps/libm-i387/i686/s_fminf.S: Moved to ...
5349         * sysdeps/i386/i686/fpu/s_fminf.S: ...here.
5350         * sysdeps/libm-i387/i686/s_fdim.S: Moved to ...
5351         * sysdeps/i386/i686/fpu/s_fdim.S: ...here.
5352         * sysdeps/libm-i387/i686/s_fdimf.S: Moved to ...
5353         * sysdeps/i386/i686/fpu/s_fdimf.S: ...here.
5354         * sysdeps/libm-i387/i686/s_fmaxl.S: Moved to ...
5355         * sysdeps/i386/i686/fpu/s_fmaxl.S: ...here.
5356         * sysdeps/libm-ieee754/s_nexttoward.c: Moved to ...
5357         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: ...here.
5358         Cannot compare exponents with different biases without adjusting.
5359         * sysdeps/libm-ieee754/s_nexttowardf.c: Moved to ...
5360         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: ...here.
5361         Cannot compare exponents with different biases without adjusting.
5362         * sysdeps/libm-i387/s_nextafterl.c: Moved to ...
5363         * sysdeps/i386/fpu/s_nextafterl.c: ...here.
5364         * sysdeps/libm-ieee754/s_nextafterl.c: Moved to ...
5365         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: ...here.
5366         * sysdeps/ieee754/ldbl2mpn.c: Moved to ...
5367         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: ...here.
5368         Removed __NO_LONG_DOUBLE_MATH ifndef around the whole file.
5369         * sysdeps/ieee754/mpn2ldbl.c: Moved to ...
5370         * sysdeps/ieee754/ldbl-96/mpn2ldbl.c: ...here.
5371         Removed __NO_LONG_DOUBLE_MATH ifndef around the whole file.
5372         * sysdeps/libm-ieee754/Dist: Split into ...
5373         * sysdeps/ieee754/dbl-64/Dist: ...this and ...
5374         * sysdeps/ieee754/flt-32/Dist: ...this file.
5375
5376         * sysdeps/ieee754/dbl-64/s_nexttoward.c: New file.
5377         * sysdeps/ieee754/dbl-64/mpn2ldbl.c: New file.
5378         * sysdeps/ieee754/ldbl-96/math_ldbl.h: New file.
5379         * sysdeps/ieee754/ldbl-96/strtold.c: New file.
5380         * sysdeps/ieee754/ldbl-96/printf_fphex.c: New file.
5381         * sysdeps/ieee754/ldbl-128/s_sinl.c: New file.
5382         * sysdeps/ieee754/ldbl-128/s_ceill.c: New file.
5383         * sysdeps/ieee754/ldbl-128/e_remainderl.c: New file.
5384         * sysdeps/ieee754/ldbl-128/ieee754.h: New file.
5385         * sysdeps/ieee754/ldbl-128/e_atan2l.c: New file.
5386         * sysdeps/ieee754/ldbl-128/s_finitel.c: New file.
5387         * sysdeps/ieee754/ldbl-128/s_roundl.c: New file.
5388         * sysdeps/ieee754/ldbl-128/s_llrintl.c: New file.
5389         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: New file.
5390         * sysdeps/ieee754/ldbl-128/s_llroundl.c: New file.
5391         * sysdeps/ieee754/ldbl-128/s_sincosl.c: New file.
5392         * sysdeps/ieee754/ldbl-128/s_cosl.c: New file.
5393         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: New file.
5394         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: New file.
5395         * sysdeps/ieee754/ldbl-128/s_floorl.c: New file.
5396         * sysdeps/ieee754/ldbl-128/s_logbl.c: New file.
5397         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: New file.
5398         * sysdeps/ieee754/ldbl-128/s_remquol.c: New file.
5399         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: New file.
5400         * sysdeps/ieee754/ldbl-128/s_tanl.c: New file.
5401         * sysdeps/ieee754/ldbl-128/s_rintl.c: New file.
5402         * sysdeps/ieee754/ldbl-128/e_acoshl.c: New file.
5403         * sysdeps/ieee754/ldbl-128/s_lroundl.c: New file.
5404         * sysdeps/ieee754/ldbl-128/s_signbitl.c: New file.
5405         * sysdeps/ieee754/ldbl-128/s_copysignl.c: New file.
5406         * sysdeps/ieee754/ldbl-128/s_fabsl.c: New file.
5407         * sysdeps/ieee754/ldbl-128/s_frexpl.c: New file.
5408         * sysdeps/ieee754/ldbl-128/s_truncl.c: New file.
5409         * sysdeps/ieee754/ldbl-128/s_modfl.c: New file.
5410         * sysdeps/ieee754/ldbl-128/s_lrintl.c: New file.
5411         * sysdeps/ieee754/ldbl-128/s_isinfl.c: New file.
5412         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: New file.
5413         * sysdeps/ieee754/ldbl-128/e_fmodl.c: New file.
5414         * sysdeps/ieee754/ldbl-128/s_isnanl.c: New file.
5415         * sysdeps/ieee754/ldbl-128/math_ldbl.h: New file.
5416         * sysdeps/ieee754/ldbl-128/strtold.c: New file.
5417         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: New file.
5418         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: New file.
5419         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: New file.
5420         * sysdeps/ieee754/ldbl-128/printf_fphex.c: New file.
5421         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: New file.
5422         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: New file.
5423
5424         * sysdeps/generic/math_ldbl.h: New file.
5425         * sysdeps/generic/s_nexttowardf.c: New file.
5426         * sysdeps/generic/strtold.c: New file.
5427         * sysdeps/generic/ldbl2mpn.c: New file.
5428
5429         * math/machine/endian.h: Remove.
5430         * sysdeps/i386/fpu/Implies: Remove.
5431         * sysdeps/ieee754/Implies: Remove.
5432
5433         * math/math_private.h: Move long double macros to math_ldbl.h
5434         header.
5435
5436 1999-07-12  Ulrich Drepper  <drepper@cygnus.com>
5437
5438         * sysdeps/posix/getaddrinfo.c (gaih_inet): For non-passive
5439         connections without a hostname set address to localhost address.
5440
5441 1999-07-11  H.J. Lu  <hjl@gnu.org>
5442
5443         * nscd/grpcache.c: Add prefix "__" to get[a-z]*_r () to get
5444         nscd's own strong version of the get[a-z]*_r function.
5445         * nscd/hstcache.c: Likewise.
5446         * nscd/pwdcache.c: Likewise.
5447
5448 1999-07-12  Ulrich Drepper  <drepper@cygnus.com>
5449
5450         * configure.in: Recognize 2.95 as gcc version number.
5451         Patch by Joel Klecker <jk@espy.org>.
5452
5453 1999-07-12  Andreas Schwab  <schwab@suse.de>
5454
5455         * elf/rtld.c (dl_main): When putting back the interpreter object
5456         handle the case where a missing object might occur in the list of
5457         objects but not in the search list when in trace mode.
5458
5459 1999-07-11  Ulrich Drepper  <drepper@cygnus.com>
5460
5461         * Versions.def (libnss_hesiod): Add GLIBC_2.2.
5462         * hesiod/Versions (libnss_hesiod) [GLIBC_2.2]: Add
5463         _nss_hesiod_initgroups.
5464
5465 1999-07-11  Roland McGrath  <roland@baalperazim.frob.com>
5466
5467         * sysdeps/mach/hurd/brk.c (static_data_start): New variable.
5468         (_hurd_set_brk, init_brk): Use that instead of &__data_start.
5469         Initialize it from &__data_start if defined, or else &_end.
5470
5471 1999-07-11  Roland McGrath  <roland@baalperazim.frob.com>
5472
5473         * sysdeps/mach/hurd/mmap.c (__mmap): Short-circuit to vm_allocate
5474         for MAP_ANON, prot==PROT_READ|PROT_WRITE.
5475
5476 1999-07-09  Ulrich Drepper  <drepper@cygnus.com>
5477
5478         * stdio-common/vfprintf.c (buffered_vfprintf): Add locking.
5479
5480 1999-07-09  H.J. Lu  <hjl@gnu.org>
5481
5482         * Versions.def (GLIBC_2.1.2): Added.
5483
5484         * nss/getXXent_r.c: Make the new ABI GLIBC_2.1.2 and keep the
5485         old one as GLIBC_2.0.
5486         * nss/getXXbyYY_r.c: Likewise.
5487
5488         * grp/Versions (getgrent_r, getgrgid_r, getgrnam_r): Added to
5489         GLIBC_2.1.2.
5490         * inet/Versions (getaliasbyname_r, getaliasent_r,
5491         gethostbyaddr_r, gethostbyname2_r, gethostbyname_r,
5492         gethostent_r, getnetbyaddr_r, getnetbyname_r, getnetent_r,
5493         getnetgrent_r, getprotobyname_r, getprotobynumber_r,
5494         getprotoent_r, getrpcbyname_r, getrpcbynumber_r, getrpcent_r,
5495         getservbyname_r): Likewise.
5496         * pwd/Versions (getpwent_r, getpwuid_r): Likewise.
5497         * shadow/Versions (getspent_r, getspnam_r): Likewise.
5498
5499 1999-07-09  Ulrich Drepper  <drepper@cygnus.com>
5500
5501         * sysdeps/i386/bits/string.h (__memcpy_c): Help some stupid old
5502         compilers.
5503         (__memset_cc): Likewise.
5504
5505         * sysdeps/generic/libc-start.c: For SUID binaries check whether
5506         the standard file descriptors are open.
5507         Reported by Chris Evans <chris@ferret.lmh.ox.ac.uk>.
5508
5509         * sysdeps/unix/sysv/linux/syscalls.list: Remove mmap64 alias for mmap.
5510         * sysdeps/unix/sysv/linux/mmap64.c: Test whether mapped area is in
5511         range of mmap.  If not fail.
5512         Patches by Daniel Jacobowitz <dan@debian.org>.
5513
5514         * elf/rtld.c: Split _dl_start in two pieces to prevent GOT usage
5515         before the relocation happened.
5516         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
5517
5518         * Versions.def (libnsl): Add GLIBC_2.2.
5519         * nis/Versions (libnsl) [GLIBC_2.2]: Add xdr_ypall.
5520
5521 1999-07-08  Cristian Gafton  <gafton@redhat.com>
5522
5523         * nis/yp_xdr.c (xdr_ypall): New function.
5524
5525 1999-07-09  Andreas Schwab  <schwab@suse.de>
5526
5527         * elf/Makefile (headers): Remove bits/dlfcn.h and dlfcn.h.
5528
5529         * dlfcn/Makefile (headers): Add bits/dlfcn.h.
5530
5531 1999-07-09  Ulrich Drepper  <drepper@cygnus.com>
5532
5533         * hesiod/Versions [GLIBC_2.2]: Add _nss_hesiod_initgroups.
5534         * hesiod/hesiod-grp.c: Add initgroups support.
5535         Patch by Nalin Dahyabhai <nsdahya1@pobox.com>.
5536
5537 1999-07-08  Andreas Schwab  <schwab@suse.de>
5538
5539         * libio/iofopncook.c (fopencookie): Set _fileno to -2.
5540
5541         * libio/libioP.h (_IO_file_is_open): Only check for -1, not all
5542         negative numbers.
5543
5544         * libio/fileops.c (_IO_new_file_close_it): Set _fileno to -1, not
5545         EOF.
5546         * libio/oldfileops.c (_IO_old_file_close_it): Likewise.
5547
5548 1999-07-08  Andreas Schwab  <schwab@suse.de>
5549
5550         * stdio-common/vfprintf.c (buffered_vfprintf): Initialize _mode.
5551
5552 1999-07-08  Andreas Schwab  <schwab@suse.de>
5553
5554         * libio/fileno.c: Return -1 instead of EOF and set errno if the
5555         stream is not a real file stream.
5556
5557 1999-07-08  Andreas Schwab  <schwab@suse.de>
5558
5559         * manual/charset.texi: Fix typos.
5560
5561 1999-07-07  Ulrich Drepper  <drepper@cygnus.com>
5562
5563         * sysdeps/gnu/Makefile (libdl-routines): Add eval.
5564
5565 1999-07-06  Zack Weinberg  <zack@rabi.columbia.edu>
5566
5567         * dlfcn: New directory.  Move the following files from elf:
5568         dladdr.c, dlclose.c, dlerror.c, dlfcn.h, dlopen.c,
5569         dlopenold.c, dlsym.c, dlvsym.c.
5570         * dlfcn/Makefile: New file.
5571         * dlfcn/Versions: New file.
5572         * dlfcn/dlsym.c: All ELF-specific code split out to new
5573         function _dl_sym.
5574         * dlfcn/dlvsym.c: All ELF-specific code split out to new
5575         function _dl_vsym.
5576         * elf/dl-sym.c: New file.  _dl_sym and _dl_vsym are
5577         implemented here.
5578
5579         * dlfcn/dladdr.c: Remove all references to ELF data structures
5580         or headers.
5581         * dlfcn/dlclose.c: Likewise.
5582         * dlfcn/dlerror.c: Likewise.
5583         * dlfcn/dlopen.c: Likewise.
5584         * dlfcn/dlopenold.c: Likewise.
5585
5586         * Makeconfig (dlfcn): New variable - set to `dlfcn' if elf is
5587         yes, empty otherwise.
5588         (libdl): Set to dlfcn/libdl.so or libdl.a if elf is yes,
5589         depending on build-shared.
5590         (subdirs): Add $(dlfcn).
5591         (rpath-dirs): Add dlfcn.
5592         * elf/Makefile: Remove all references to libdl or its
5593         components, except the ones relating to the test cases.
5594         (routines): Add dl-sym.
5595         * elf/Versions (libc): Add _dl_sym and _dl_vsym for GLIBC_2.2.
5596         (libdl): Delete.
5597
5598         * elf/dl-close.c (_dl_close): Change argument to void *.
5599         * elf/dl-open.c (_dl_open): Change return type to void *.
5600         * elf/eval.c: Removed.
5601         * elf/ldsodefs.h: Move prototypes of _dl_catch_error,
5602         _dlerror_run, _dl_open, _dl_close, _dl_addr, and
5603         _dl_mcount_wrapper_check to include/dlfcn.h.  Delete
5604         _CALL_DL_FCT macro.
5605         * include/dlfcn.h: Also prototype _dl_sym and _dl_vsym here.
5606         Include real header from dlfcn directory.
5607         * include/ldsodefs.h: Removed.
5608
5609         * grp/initgroups.c: Use DL_CALL_FCT not _CALL_DL_FCT.
5610         * nss/getXXbyYY_r.c: Likewise.
5611         * nss/getXXent_r.c: Likewise.
5612         * iconv/gconv.c: Likewise.  Don't include ldsodefs.h.
5613         * iconv/gconv_db.c: Likewise.  Don't include ldsodefs.h.
5614         * iconv/skeleton.c: Don't include ldsodefs.h.
5615         * nss/nsswitch.h: Don't include ldsodefs.h.  Include dlfcn.h.
5616
5617 1999-07-07  Ulrich Drepper  <drepper@cygnus.com>
5618
5619         * sysdeps/generic/setenv.c: Describe problem.
5620
5621         * malloc/malloc.c (request2size): Also set errno if failing.
5622
5623         * malloc/malloc.c (request2size): Take care of overflow in
5624         addition.
5625
5626         * sysdeps/posix/getcwd.c: Correct last patch.  Handle getcwd
5627         (NULL, != 0) correctly.
5628
5629         * elf/dl-load.c: Use a few more __builtin_expect.
5630
5631         * sysdeps/posix/getcwd.c: When resizing buffer make sure new size
5632         is large enough.
5633
5634 1999-07-07  Andreas Schwab  <schwab@suse.de>
5635
5636         * sysdeps/unix/sysv/linux/getpt.c: Check that /dev/pts is mounted.
5637         (_PATH_DEVPTS, DEVPTS_SUPER_MAGIC): New definitions.
5638         (_PATH_DEVPTMX): Use _PATH_DEV.
5639
5640 1999-07-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5641
5642         * malloc/tst-malloc.c: New file.  Tests some basic functionality.
5643         * malloc/Makefile (tests): Add tst-malloc.
5644
5645 1999-07-06  Ulrich Drepper  <drepper@cygnus.com>
5646
5647         * libio/oldtmpfile.c: Adjust call of __gen_tempname to match new
5648         convention.
5649
5650         * sysdeps/unix/sysv/linux/alpha/ioperm.c: Update for some more
5651         motherboards.
5652         Patch by Jay Estabrook.
5653
5654         * sysdeps/unix/sysv/linux/configure.in: Don't test for libc4 in
5655         ldd for SPARC.
5656         * sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed: New file.
5657         Patch by Cristian Gafton.
5658
5659 1999-07-02  Cristian Gafton  <gafton@redhat.com>
5660
5661         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): "return 0"
5662         instead of "return NULL" to make C++ happy.
5663
5664 1999-07-04  Mark Kettenis  <kettenis@gnu.org>
5665
5666         * libio/iofdopen.c (_IO_new_fdopen): Set EINVAL if MODE is not
5667         allowed by the file access mode of the open file.
5668
5669 1999-07-06  Ulrich Drepper  <drepper@cygnus.com>
5670
5671         * sysdeps/generic/setfpucw.c: Include math.h to get all needed
5672         macros defined.
5673
5674 1999-07-03  Jakub Jelinek   <jj@ultra.linux.cz>
5675
5676         * sysdeps/sparc/sparc64/submul_1.S: Fix carry handling. Optimize.
5677         * sysdeps/sparc/sparc64/lshift.S: Make a leaf subroutine. Optimize.
5678         * sysdeps/sparc/sparc64/rshift.S: Likewise.
5679         * sysdeps/sparc/sparc64/mul_1.S: Optimize.
5680
5681 1999-07-04  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
5682
5683         * malloc/malloc.c (request2size): Check for overflow and return
5684         NULL whenever it is encountered.
5685
5686 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
5687
5688         * sysdeps/posix/tempname.c (__gen_tempname):   Add
5689         ability to create directories.  Replace OPENIT and LARGEFILE
5690         args with a single flags parameter.
5691         * sysdeps/generic/tempname.c: Likewise.
5692         * include/stdio.h: Adjust prototype of __gen_tempname to
5693         match.  Define symbolic constants for second argument.
5694
5695         * misc/mkdtemp.c: New file, provides new function mkdtemp().
5696         * stdlib/stdlib.h: Prototype it.
5697         * misc/Versions: Export it.
5698         * misc/Makefile (routines): Add mktemp.
5699         * manual/filesys.texi: Document it.
5700
5701         * misc/mktemp.c: Adjust call of __gen_tempname to match new
5702         convention.
5703         * misc/mkstemp.c: Likewise.
5704         * stdio-common/tempnam.c: Likewise.
5705         * stdio-common/tmpfile.c: Likewise.
5706         * stdio-common/tmpfile64.c: Likewise.
5707         * stdio-common/tmpnam.c: Likewise.
5708         * stdio-common/tmpnam_r.c: Likewise.
5709
5710 1999-07-05  Jakub Jelinek   <jj@ultra.linux.cz>
5711
5712         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Support
5713         R_SPARC_OLO10 relocations.
5714         * elf/elf.h (R_SPARC_OLO10): Fix comment.
5715
5716 1999-07-02  Tim Waugh  <tim@cyberelk.demon.co.uk>
5717
5718         * posix/wordexp-test.c: Revert bogus 'unset IFS' change.  It
5719         doesn't belong in the tests, but in the wordexp implementation.
5720
5721         * posix/wordexp.c (exec_comm): Unset IFS so that subshells don't
5722         split fields.
5723
5724 1999-07-01  Cristian Gafton  <gafton@redhat.com>
5725
5726         * time/strptime.c (strptime): Initialize the tm struct first to avoid
5727         returning bogus results on incomplete data.
5728         (strptime_internal): day_of_the_week() requres both tm_mon and
5729         tm_mday to be initialized.
5730         Compute them first if they are not given.
5731         (strptime_internal): (have_mon, have_mday): New variables.
5732
5733 1999-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5734
5735         * inet/rcmd.c (__icheckhost): Fix typo in last patch.
5736
5737 1999-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5738
5739         * wcsmbs/wcschr.c (wcschr): Fix last patch: Add missing semicolon.
5740         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
5741
5742 1999-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5743
5744         * posix/wordexp.c (parse_tilde): Handle failing call to
5745         get.*_r functions correctly for non-existing entry.
5746         * sysdeps/posix/cuserid.c (cuserid): Likewise.
5747         * sysdeps/posix/getaddrinfo.c (gaih_inet_serv): Likewise.
5748
5749 1999-06-30  Ulrich Drepper  <drepper@cygnus.com>
5750
5751         * sysdeps/unix/sysv/linux/gethostid.c: Handle failing call to
5752         getxxbyYY_r functions correctly for non-existing entry.
5753         * sunrpc/getrpcport.c: Likewise.
5754         * sunrpc/clnt_simp.c: Likewise.
5755         * inet/rexec.c: Likewise.
5756         * sunrpc/clnt_gen.c: Likewise.
5757         * inet/rcmd.c: Likewise.
5758         * sysdeps/generic/glob.c: Likewise.
5759
5760 1999-06-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5761
5762         * pwd/Makefile (tests): Add rules for tst-getpw.
5763
5764         * pwd/tst-getpw.c: New program to test getpw.
5765
5766 1999-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5767
5768         * inet/rcmd.c (__icheckhost): Test for gethostbyname_r result
5769         correctly.
5770
5771 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5772
5773         * manual/arith.texi (System V Number Conversion): Fix the
5774         description which confused pointer and value to pointer.
5775         Reported by Andries.Brouwer@cwi.nl.
5776
5777 1999-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5778
5779         * pwd/getpw.c (__getpw): Check for NULL result pointer.
5780
5781 1999-06-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5782
5783         * manual/users.texi (Lookup User): Document POSIX return
5784         semantics for getpwuid_r and getgrgid_r.
5785
5786         * manual/socket.texi (Host Names): Document that the result
5787         pointer is null in case of error or host not found and fix a
5788         typo.  Give a small example.
5789
5790 1999-06-30  Ulrich Drepper  <drepper@cygnus.com>
5791
5792         * pwd/getpw.c: Add warning since no buffer size is given and
5793         therefore no overrun tests are possible.
5794
5795 1999-06-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5796
5797         * pwd/pwd.h: Add getpw prototype declaration.
5798
5799 1999-06-30  Ulrich Drepper  <drepper@cygnus.com>
5800
5801         * wcsmbs/wcsrchr.c: Fix handling of L'\0' parameter.
5802         * wcsmbs/wcschr.c: Likewise.
5803
5804 1999-06-28  Ulrich Drepper  <drepper@cygnus.com>
5805
5806         * sysdeps/libm-ieee754/e_gamma_r.c: Initialize *signgamp for NaN
5807         returns.
5808         * sysdeps/libm-ieee754/e_gammaf_r.c: Likewise.
5809         * sysdeps/libm-ieee754/e_gammal_r.c: Likewise.
5810         Reported by John Reiser <jreiser@BitWagon.com> [PR libc/1185].
5811
5812         * elf/dl-dst.h: Fix typo.
5813         * elf/dl-open.c: Likewise.
5814
5815 1999-06-26  Zack Weinberg  <zack@rabi.columbia.edu>
5816
5817         * elf/dl-libc.c: New file, provides three functions:
5818         __libc_dlopen, __libc_dlclose, __libc_dlsym.
5819         * include/dlfcn.h: Prototype them.  Prototype _dl_addr.
5820         * elf/Makefile (routines): Add dl-libc.c.
5821         * elf/dl-profstub.c (_dl_mcount_wrapper): Change type of
5822         argument to void *.
5823         * elf/ldsodefs.h: Change proto and use of _dl_mcount_wrapper to match.
5824
5825         * iconv/gconv.c: Include dlfcn.h.
5826         * iconv/gconv_db.c: Likewise.
5827         * malloc/mtrace.c: Likewise.  Don't include ldsodefs.h.
5828
5829         * iconv/gconv_int.h (struct __gconv_loaded_object): Change
5830         `handle' to a void *.
5831         (__gconv_find_func): Delete prototype.
5832
5833         * iconv/gconv_dl.c: Don't include ldsodefs.h.  Remove
5834         dlerror_run and related functions and structs.  Use
5835         __libc_dlopen, __libc_dlsym, __libc_dlclose.
5836         * nss/nsswitch.c: Likewise.
5837
5838 1999-06-28  Ulrich Drepper  <drepper@cygnus.com>
5839
5840         * sysdeps/unix/sysv/linux/gethostid.c: Test for gethostbyname_r
5841         function correctly.
5842
5843         * sunrpc/getrpcport.c: Test for gethostbyname_r function
5844         correctly.
5845
5846         * sunrpc/clnt_simp.c: Test for gethostbyname_r function correctly.
5847
5848         * sunrpc/clnt_gen.c: Test for gethostbyname_r and getprotobyname_r
5849         functions correctly.
5850
5851         * inet/rexec.c (rexec): Test for gethostbyname_r result correctly.
5852
5853         * inet/rcmd.c: Test for gethostbyname_r result correctly.  Optimize
5854         file reading a bit.
5855
5856         * sysdeps/generic/glob.c: Test for getpwnam_r result correctly.
5857
5858 1999-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5859
5860         * manual/string.texi (Copying and Concatenation): Mention that
5861         strndup is a GNU extension.
5862
5863 1999-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5864
5865         * pwd/getpw.c (__getpw): Fix check for error return.
5866
5867 1999-06-25  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
5868
5869         * elf/dl-deps.c (_dl_map_object_deps): When looking for the next
5870         occurence of the aux object start with the current list entry, not
5871         the new one.  Adjust tail pointer in the unique list.  Explain how
5872         the meaning of the variables changes [PR libc/1168].
5873
5874 1999-06-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
5875
5876         * sysdeps/m68k/fpu/Dist: New file.
5877
5878 1999-06-26  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
5879
5880         * sysdeps/m68k/fpu/bits/mathinline.h: Move all libm internal
5881         definitions...
5882         * sysdeps/m68k/fpu/mathimpl.h: ... here.  New file.
5883         * sysdeps/m68k/fpu/e_acos.c: Include "mathimpl.h".
5884         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
5885         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
5886         * sysdeps/m68k/fpu/e_pow.c: Likewise.
5887         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
5888         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
5889         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
5890         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
5891         * sysdeps/m68k/fpu/s_csin.c: Likewise.
5892         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
5893         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
5894         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
5895         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
5896         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
5897         * sysdeps/m68k/fpu/s_modf.c: Likewise.
5898
5899 1999-06-25  Roland McGrath  <roland@baalperazim.frob.com>
5900
5901         * hurd.h, hurd/hurd/fd.h, hurd/hurd/port.h, hurd/hurd/signal.h,
5902         hurd/hurd/threadvar.h, hurd/hurd/userlink.h: Instead of
5903         _EXTERN_INLINE, use a macro specific to each file,
5904         _HURD_FD_H_EXTERN_INLINE and the like.
5905         * hurd/Makefile (inline-headers): New variable.
5906         (routines): Remove hurdinline.  Add $(inlines).
5907         (inlines): New variable.
5908         ($(inlines:%=$(objpfx)%.c)): New static pattern rule to generate them.
5909         (generated): Append those here.
5910         * hurd/hurdinline.c: File removed.
5911
5912         * sysdeps/generic/glob64.c: Include <stddef.h> for NULL.
5913
5914         * mach/Versions (libc: GLIBC_2.0): Add __mig_strncpy.
5915
5916 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5917
5918         * nscd/connections.c (nscd_run): Use correct type for optlen variable.
5919
5920 1999-06-25  Ulrich Drepper  <drepper@cygnus.com>
5921
5922         * string/bits/string2.h (strnlen): Remove extra prototype.
5923
5924 1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5925
5926         * manual/filesys.texi (Working on Directory Trees): Fix typos.
5927         Reported by Andries.Brouwer@cwi.nl.
5928
5929 1999-06-24  Ulrich Drepper  <drepper@cygnus.com>
5930
5931         * nscd/connections.c (handle_request): Use correct type for optlen
5932         variable.
5933
5934         * misc/tst-efgcvt.c (ecvt_tests): Test 92.0 with ndigits == 16.
5935         * misc/efgcvt_r.c (ecvt_r): Limit ndigits before passing it to fcvt_r.
5936
5937 1999-06-24  Thorsten Kukuk  <kukuk@suse.de>
5938
5939         * nscd/grpcache.c: Add "notfound" data to cache, not iov pointer.
5940         * nscd/pwdcache.c: Likewise.
5941         * nscd/hstcache.c: Likewise.
5942
5943 1999-06-23  Ulrich Drepper  <drepper@cygnus.com>
5944
5945         * sysdeps/generic/fpu_control.c: Include math.h for __P definition.
5946
5947         * posix/getopt.h: Include stdio.h.
5948
5949         * manual/arith.texi: Document restriction of ndigit parameter of
5950         ecvt and friends.
5951         * misc/efgcvt.c: Define NDIGIT_MAX.
5952         (gcvt): Limit precision in sprintf call to NDIGIT_MAX.
5953         Do not dynamically allocate the static buffers.  They are small enough.
5954         * misc/efgcvt_r.c: Define NDIGIT_MAX.
5955         (fcvt_r): Limit precision in snprintf call to NDIGIT_MAX.
5956         * misc/qefgcvt.c: Define NDIGIT_MAX.
5957         * misc/qefgcvt_r.c: Likewise.
5958         * misc/tst-efgcvt.c (special): Add test for large ndigit parameter.
5959
5960 1999-06-23  Zack Weinberg  <zack@rabi.columbia.edu>
5961
5962         * libio/stdio.h: Define stdin, stdout, stderr as macros.
5963         * math/complex.h: Don't define CX_LIMITED_RANGE_{ON,OFF,DEFAULT}.
5964         These are *pragmas* not macros.
5965         * wcsmbs/wchar.h: Fix comment.
5966
5967         * grp/grp.h: Use __foo_t_defined convention to typedef things
5968         only once.
5969         * io/sys/stat.h: Likewise.
5970         * libio/stdio.h: Likewise.
5971         * posix/unistd.h: Likewise.
5972         * posix/sys/types.h: Likewise.
5973         * posix/sys/wait.h: Likewise.
5974         * pwd/pwd.h: Likewise.
5975         * signal/signal.h: Likewise.
5976         * sysdeps/generic/stdint.h: Likewise.
5977         * sysdeps/gnu/utmpx.h: Likewise.
5978         * termios/termios.h: Likewise.
5979
5980 1999-06-23  Ulrich Drepper  <drepper@cygnus.com>
5981
5982         * stdio/fputc.c: Don't define alias if fputc is defined as a
5983         macro.
5984         * stdio/putc.c: Define weak alias here since it is not done
5985         anymore in fputc.c.
5986
5987 1999-06-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
5988
5989         * assert/assert.h: Don't produce `defined' as part of macro
5990         expansion.
5991
5992 1999-06-23  Roland McGrath  <roland@baalperazim.frob.com>
5993
5994         * sysdeps/mach/hurd/read.c (__libc_read): Just call __pread with
5995         OFFSET argument of (off_t) -1.
5996         * sysdeps/mach/hurd/write.c (__libc_write): Just call __pwrite with
5997         OFFSET argument of (off_t) -1.
5998
5999         * sysdeps/mach/hurd/pwrite.c: New file.
6000         * sysdeps/mach/hurd/pread.c: New file.
6001
6002         * hurd/fd-read.c (_hurd_fd_read): Take new parameter OFFSET and
6003         pass it in the RPC instead of always -1.
6004         * hurd/fd-write.c (_hurd_fd_write): Likewise.
6005         * hurd/hurd/fd.h: Update decls.
6006
6007 1999-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6008
6009         * libio/wscanf.c: Include <wchar.h> for prototype.
6010
6011 1999-06-22  Ulrich Drepper  <drepper@cygnus.com>
6012
6013         * manual/io.texi. Fix typos.
6014         * manual/stdio.texi: Likewise.
6015         Patches by Brian Youmans <3diff@gnu.org>.
6016
6017 1999-06-22  Geoff Keating  <geoffk@ozemail.com.au>
6018
6019         * sysdeps/powerpc/strcmp.S: Don't return a zero result if the high
6020         bits of two words differ.
6021
6022 1999-06-21  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6023
6024         * libio/Makefile (routines): Add putwchar and putwchar_u.
6025
6026         * libio/putwchar.c: Include <wchar.h> instead of "stdio.h".
6027         * libio/putwchar_u.c: Likewise.  Use _IO_stdout instead of
6028         stdout.  Fix parameter name.
6029
6030         * libio/getchar.c: Consistently use _IO_stdin instead of stdin.
6031         * libio/getchar_u.c: Likewise.
6032
6033         * libio/putchar_u.c: Use _IO_stdout instead of stdout.
6034
6035 1999-06-21  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6036
6037         * include/features.h (__GNUC_PREREQ): Don't generate `defined' via
6038         macro expansion---it's undefined.  Properly parenthesize
6039         substituted parameters.
6040         (__GLIBC_PREREQ): Likewise.
6041
6042 1999-06-21  Ulrich Drepper  <drepper@cygnus.com>
6043
6044         * Makeconfig (CPPFLAGS): Revert last change.  It has too many
6045         weird effects.
6046
6047         * stdlib/longlong.h: Provide __P definition if not already
6048         defined.
6049
6050         * include/wchar.h: Use __gnuc_va_list not va_list in prototype.
6051
6052 1999-06-18  Thorsten Kukuk  <kukuk@suse.de>
6053
6054         * sysdeps/alpha/atomicity.h: Correct counting of subsections.
6055
6056 1999-06-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6057
6058         * stdlib/tst-strtoll.c: Avoid warning about huge constant.
6059
6060 1999-06-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6061
6062         * stdio-common/vfprintf.c (group_member): Make parameters and
6063         return types pointers to CHAR_T instead of UCHAR_T.
6064         (vfprintf): Change type of work_buffer, workend and string to
6065         CHAR_T pointer/array.
6066         (process_arg, process_string_arg): Adjust/remove casts.  Add
6067         missing use of L_ macro.
6068         (printf_unknown): Add missing uses of L_ macro.
6069
6070 1999-06-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6071
6072         * wcsmbs/wcschrnul.c: Explicitly cast return value to avoid
6073         warning.
6074
6075 1999-06-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6076
6077         * libio/wgenops.c (__wuflow): Fix use of WEOF vs. EOF.  Call
6078         _IO_switch_to_wget_mode instead of _IO_switch_to_get_mode.
6079         (__wunderflow): Likewise.
6080         (_IO_switch_to_wget_mode): Likewise.
6081         (_IO_init_wmarker): Likewise.
6082
6083         * libio/wfileops.c (_IO_wfile_seekoff): Call
6084         _IO_switch_to_wget_mode, not _IO_switch_to_get_mode.
6085         (_IO_wfile_jumps): Fix pbackfail entry.
6086
6087         * libio/iosetvbuf.c (_IO_setvbuf): Only call wide char setbuf
6088         function if the stream is currently unoriented.
6089
6090 1999-06-19  Zack Weinberg  <zack@rabi.columbia.edu>
6091
6092         * wcsmbs/wchar.h: Define __need___va_list before including stdarg.h.
6093         Wrap all wide stream functions with #ifdef __USE_ISOC9X.  Use
6094         __gnuc_va_list in v*w(printf|scanf) prototypes.
6095
6096 1999-06-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6097
6098         * libio/oldiopopen.c (_IO_old_proc_open): Apply change from
6099         1999-03-29 to iopopen also here.
6100         Reported by Richard Braakman <dark@xs4all.nl>.
6101
6102 1999-06-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6103
6104         * include/features.h: Use __GNUC_PREREQ.
6105         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
6106
6107 1999-06-19  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6108
6109         * stdio-common/vfscanf.c (ungetc, inchar) [COMPILE_WPRINTF]:
6110         Change EOF to WEOF and remove cast.
6111         (UNGETC): Remove macro.
6112         (_IO_vfwscanf): Change isspace to ISSPACE and UNGETC to ungetc.
6113         * stdio-common/printf-parse.h (find_spec) [!COMPILE_WPRINTF]:
6114         Change ISASCII to isascii and MBRLEN to mbrlen.
6115         (parse_one_spec): Compare info.spec always against wchar_t
6116         values.
6117         * stdio-common/vfprintf.c: Remove unused ISASCII and MBRLEN.
6118         (_itoa, _itoa_word) [COMPILE_WRPINTF]: Don't cast second argument.
6119         (NOT_IN_JUMP_RANGE, CHAR_CLASS): Change (int) to (INT_T), use L_.
6120
6121 1999-06-19  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6122
6123         * libio/Makefile (shared-only-routines): Add oldiofgetpos,
6124         oldiofgetpos64, oldiofsetpos and oldiofsetpos64.
6125         (routines): Include oldiofgetpos, oldiofgetpos64, oldiofsetpos and
6126         oldiofsetpos64 only if doing versioning.
6127
6128 1999-06-20  Ulrich Drepper  <drepper@cygnus.com>
6129
6130         * wcsmbs/wchar.h: Declare wcstof and wcstold for ISO C9x.
6131
6132 1999-06-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6133
6134         * libio/libio.h: Fix last patch.
6135
6136 1999-06-20  Ulrich Drepper  <drepper@cygnus.com>
6137
6138         * libio/libio.h (_IO_putwc): Correct type of first argument.
6139         * wcsmbs/wchar.h: (fputwc, putwc, putwchar, fputwc_unlocked,
6140         putwc_unlocked, putwchar_unlocked): Likewise.
6141         * libio/fputwc.c: Likewise.
6142         * libio/fputwc_unlocked.c: Likewise.
6143         * libio/putwc.c: Likewise.
6144         * libio/putwc_unlocked.c: Likewise.
6145         * libio/putwchar.c: Likewise.
6146         * libio/putwchar_unlocked.c: Likewise.
6147
6148 1999-06-19  Roland McGrath  <roland@baalperazim.frob.com>
6149
6150         * sysdeps/gnu/siglist.h: File moved to ...
6151         * sysdeps/generic/siglist.h: ... here.  This file should be usable for
6152         any platform, since it just associates the SIG* macros with text names
6153         and descriptions. For any signal macros do not exist on every
6154         platform, we can use #ifdef tests here and still use this single
6155         common file for all platforms.
6156         * sysdeps/generic/siglist.c: Rewrite using <siglist.h>.  This file
6157         should be usable for all platforms after the binary compatibility
6158         stuff in the current sysdeps/gnu version is no longer required.
6159         * sysdeps/generic/Makefile: Remove rules for generating siglist.c.
6160         * sysdeps/generic/make_siglist.c: File removed.
6161         * sysdeps/mach/hurd/siglist.h: Use #include_next.
6162         * sysdeps/unix/sysv/linux/siglist.h: Likewise.
6163
6164 1999-06-16  Roland McGrath  <roland@baalperazim.frob.com>
6165
6166         * sysdeps/unix/sysv/linux/siglist.c: Moved to ...
6167         * sysdeps/gnu/siglist.c: ... here.
6168         Use <siglist.h> instead of "siglist.h", to ensure sysdeps-search.
6169         Use <bits/wordsize.h> instead of <sizes.h> to determine PTR_SIZE_STR.
6170         * sysdeps/gnu/siglist.h: New file, contents from linux version.
6171         Add entry for SIGLOST protected by #ifdef.
6172         * sysdeps/unix/sysv/linux/siglist.h: Just #include that file,
6173         and define OLD_SIGLIST_SIZE_STR.
6174         * sysdeps/mach/hurd/siglist.h: New file, likewise.
6175
6176 1999-06-18  Zack Weinberg  <zack@rabi.columbia.edu>
6177
6178         * include/features.h: Define new macros __GNUC_PREREQ and
6179         __GLIBC_PREREQ which can be used to test the version of gcc
6180         and glibc respectively.
6181
6182         * assert/assert.h: Use __GNUC_PREREQ.
6183         * intl/libintl.h: Likewise.
6184         * math/complex.h: Likewise.
6185         * math/tgmath.h: Likewise.
6186         * misc/sys/cdefs.h: Likewise.
6187         * posix/sys/types.h: Likewise.
6188         * socket/sys/socket.h: Likewise.
6189         * string/bits/string2.h: Likewise.
6190         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
6191         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
6192
6193 1999-06-18  Zack Weinberg  <zack@rabi.columbia.edu>
6194
6195         * include/libintl.h: Declare _libc_intl_domainname here.
6196         Define _ and N_ here.
6197         * include/libc-symbols.h: Don't include <libintl.h>.  Don't
6198         define _ and N_.  Don't declare _libc_intl_domainname.
6199         * Makeconfig (CPPFLAGS): Use -imacros to read libc-symbols.h.
6200
6201         * db2/config.h: Don't include sys/stat.h or define
6202         HAVE_ST_BLKSIZE here...
6203         * db2/compat.h: ...do it here.
6204
6205         * linuxthreads/internals.h: Include bits/libc-tsd.h after all
6206         other headers.
6207         * linuxthreads/no-tsd.c: Include sys/cdefs.h for __P.
6208         * iconv/iconv.c: Include stddef.h for NULL.
6209         * malloc/malloc.h: Include features.h.
6210         * sysdeps/generic/morecore.c: Use __malloc_ptr_t not __ptr_t.
6211
6212         * sysdeps/unix/make_errlist.c: Write an "#include <libintl.h>"
6213         into the generated file.
6214         * sysdeps/gnu/errlist.awk: Likewise.
6215         * sysdeps/gnu/errlist.c: Rebuilt.
6216
6217         * assert/assert-perr.c: Include libintl.h.
6218         * assert/assert.c: Likewise.
6219         * elf/dl-open.c: Likewise.
6220         * elf/dlsym.c: Likewise.
6221         * elf/dlvsym.c: Likewise.
6222         * iconv/iconv_prog.c: Likewise.
6223         * inet/rcmd.c: Likewise.
6224         * inet/ruserpass.c: Likewise.
6225         * locale/programs/charset.c: Likewise.
6226         * locale/programs/ld-collate.c: Likewise.
6227         * locale/programs/ld-ctype.c: Likewise.
6228         * locale/programs/ld-messages.c: Likewise.
6229         * locale/programs/ld-monetary.c: Likewise.
6230         * locale/programs/ld-numeric.c: Likewise.
6231         * locale/programs/ld-time.c: Likewise.
6232         * locale/programs/locfile.c: Likewise.
6233         * locale/programs/repertoire.c: Likewise.
6234         * login/programs/database.c: Likewise.
6235         * login/programs/request.c: Likewise.
6236         * malloc/mcheck.c: Likewise.
6237         * misc/error.c: Likewise.
6238         * nis/nis_call.c: Likewise.
6239         * nis/nis_callback.c: Likewise.
6240         * nis/nis_error.c: Likewise.
6241         * nis/nis_local_names.c: Likewise.
6242         * nis/nis_print.c: Likewise.
6243         * nis/nis_print_group_entry.c: Likewise.
6244         * nis/ypclnt.c: Likewise.
6245         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
6246         * nscd/cache.c: Likewise.
6247         * nscd/connections.c: Likewise.
6248         * nscd/grpcache.c: Likewise.
6249         * nscd/hstcache.c: Likewise.
6250         * nscd/nscd_conf.c: Likewise.
6251         * nscd/nscd_stat.c: Likewise.
6252         * nscd/pwdcache.c: Likewise.
6253         * posix/id.c: Likewise.
6254         * resolv/herror.c: Likewise.
6255         * stdio-common/psignal.c: Likewise.
6256         * string/strsignal.c: Likewise.
6257         * sunrpc/auth_unix.c: Likewise.
6258         * sunrpc/clnt_perr.c: Likewise.
6259         * sunrpc/clnt_raw.c: Likewise.
6260         * sunrpc/clnt_tcp.c: Likewise.
6261         * sunrpc/clnt_udp.c: Likewise.
6262         * sunrpc/clnt_unix.c: Likewise.
6263         * sunrpc/get_myaddr.c: Likewise.
6264         * sunrpc/pm_getmaps.c: Likewise.
6265         * sunrpc/pmap_clnt.c: Likewise.
6266         * sunrpc/pmap_rmt.c: Likewise.
6267         * sunrpc/rpc_main.c: Likewise.
6268         * sunrpc/rpc_scan.c: Likewise.
6269         * sunrpc/svc_run.c: Likewise.
6270         * sunrpc/svc_simple.c: Likewise.
6271         * sunrpc/svc_tcp.c: Likewise.
6272         * sunrpc/svc_udp.c: Likewise.
6273         * sunrpc/svc_unix.c: Likewise.
6274         * sunrpc/xdr_rec.c: Likewise.
6275         * sunrpc/xdr_ref.c: Likewise.
6276         * sysdeps/mach/hurd/mips/dl-machine.c: Likewise.
6277         * sysdeps/posix/gai_strerror.c: Likewise.
6278         * sysdeps/unix/siglist.c: Likewise.
6279         * sysdeps/unix/sysv/linux/siglist.c: Likewise.
6280         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
6281         * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Likewise.
6282         * timezone/zic.c: Likewise.
6283
6284 1999-06-18  H.J. Lu  <hjl@gnu.org>
6285
6286         * localedata/Makefile (charmaps): Exclude SCCS.
6287         (locales): Likewise.
6288         (repertoiremaps): Likewise.
6289
6290 1999-06-18  Ulrich Drepper  <drepper@cygnus.com>
6291
6292         * sysdeps/generic/bsd-_setjmp.c: Include setjmp.h.
6293         * sysdeps/generic/bsd-setjmp.c: Likewise.
6294
6295         * sunrpc/xdr_sizeof.c (x_inline): Cleanup pointer assignments.
6296
6297         * iconv/gconv_open.c: Include string.h for memset prototype.
6298
6299         * libio/libioP.h (FILEBUF_LITERAL): Add missing parameter to macro
6300         definitions.
6301
6302         * sysdeps/unix/sysv/linux/init-first.h: Add extra cast in argc
6303         assignment to avoid warning on 64bit platforms.
6304
6305 1999-06-17  Ulrich Drepper  <drepper@cygnus.com>
6306
6307         * libio/libio.h (_IO_codecvt): Change __P ot __PMT.
6308
6309         * nss/getXXbyYY_r.c: Return error code not -1.
6310         * nss/getXXent_r.c: Likewise.
6311         * nss/getXXbyYY.c: Expect return value to be ERANGE if buffer is too
6312         small.
6313         * nscd/nscd_getgr_r.c: Return -1 in case nscd is not available and
6314         value > 0 for error.
6315         * nscd/nscd_gethst_r.c: Likewise.
6316         * nscd/nscd_getpw_r.c: Likewise.
6317
6318 1999-06-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6319
6320         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Add missing line
6321         disciplines.
6322
6323 1999-06-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6324
6325         * nscd/nscd_nischeck.c: Fix typos.
6326
6327 1999-06-17  Ulrich Drepper  <drepper@cygnus.com>
6328
6329         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Don't fail
6330         always when oact is NULL.
6331         Patch by Christian Meder <meder@isr.uni-stuttgart.de>.
6332
6333 1999-06-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6334
6335         * math/libm-test.c (jn_test): Adjust delta.
6336
6337 1999-06-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6338
6339         * libio/vwprintf.c: Include <wchar.h> for prototypes.
6340         * libio/wprintf.c: Likewise.
6341
6342 1999-06-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6343
6344         * elf/dl-load.c (_dl_init_paths): Add one more element to aelem
6345         to not write beyond allocated memory.
6346         Reported by John Reiser <jreiser@BitWagon.com>, closes PR libc/1167.
6347
6348 1999-06-17  Ulrich Drepper  <drepper@cygnus.com>
6349
6350         * malloc/mtrace.c: Keep lock while printing output lines.
6351         Patch by carsten.zimmermann@mediaways.net [PR libc/1166].
6352
6353 1999-06-16  Ulrich Drepper  <drepper@cygnus.com>
6354
6355         * configure.in: Add warnings about broken code.
6356
6357         * Versions.def: Add GLIBC_2.2 for libc.
6358
6359         * iconv/gconv.h: Make header suitable for inclusion in public header
6360         by protecting all names with __.
6361         * iconv/gconv.c: Adapt for symbol name changes.
6362         * iconv/gconv.h: Likewise.
6363         * iconv/gconv_builtin.c: Likewise.
6364         * iconv/gconv_close.c: Likewise.
6365         * iconv/gconv_db.c: Likewise.
6366         * iconv/gconv_dl.c: Likewise.
6367         * iconv/gconv_int.h: Likewise.
6368         * iconv/gconv_open.c: Likewise.
6369         * iconv/gconv_simple.c: Likewise.
6370         * iconv/iconv.c: Likewise.
6371         * iconv/iconv_close.c: Likewise.
6372         * iconv/iconv_open.c: Likewise.
6373         * iconv/loop.c: Likewise.
6374         * iconv/skeleton.c: Likewise.
6375         * iconvdata/8bit-gap.c: Likewise.
6376         * iconvdata/8bit-generic.c: Likewise.
6377         * iconvdata/ansi_x3.110.c: Likewise.
6378         * iconvdata/big5.c: Likewise.
6379         * iconvdata/cns11643.h: Likewise.
6380         * iconvdata/cns11643l1.h: Likewise.
6381         * iconvdata/euc-cn.c: Likewise.
6382         * iconvdata/euc-jp.c: Likewise.
6383         * iconvdata/euc-kr.c: Likewise.
6384         * iconvdata/euc-tw.c: Likewise.
6385         * iconvdata/gb2312.h: Likewise.
6386         * iconvdata/iso-2022-jp.c: Likewise.
6387         * iconvdata/iso-2022-kr.c: Likewise.
6388         * iconvdata/iso646.c: Likewise.
6389         * iconvdata/iso8859-1.c: Likewise.
6390         * iconvdata/iso_6937-2.c: Likewise.
6391         * iconvdata/iso_6937.c: Likewise.
6392         * iconvdata/jis0201.h: Likewise.
6393         * iconvdata/jis0208.h: Likewise.
6394         * iconvdata/jis0212.h: Likewise.
6395         * iconvdata/johab.c: Likewise.
6396         * iconvdata/ksc5601.h: Likewise.
6397         * iconvdata/sjis.c: Likewise.
6398         * iconvdata/t.61.c: Likewise.
6399         * iconvdata/uhc.c: Likewise.
6400         * stdlib/mblen.c: Likewise.
6401         * stdlib/mbtowc.c: Likewise.
6402         * stdlib/wctomb.c: Likewise.
6403         * wcsmbs/btowc.c: Likewise.
6404         * wcsmbs/mbrtowc.c: Likewise.
6405         * wcsmbs/mbsnrtowcs.c: Likewise.
6406         * wcsmbs/mbsrtowcs.c: Likewise.
6407         * wcsmbs/wchar.h: Likewise.
6408         * wcsmbs/wcrtomb.c: Likewise.
6409         * wcsmbs/wcsmbsload.c: Likewise.
6410         * wcsmbs/wcsmbsload.h: Likewise.
6411         * wcsmbs/wcsnrtombs.c: Likewise.
6412         * wcsmbs/wcsrtombs.c: Likewise.
6413         * wcsmbs/wctob.c: Likewise.
6414
6415         * include/limits.h (MB_LEN_MAX): Increase to 16.
6416
6417         * sysdeps/generic/_G_config.h: Define _G_fpos_t as struct.  Define
6418         _G_iconv_t.
6419         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
6420         * include/wchar.h: Change mbstate_t to __mbstate_t.
6421
6422         * libio/Makefile (routines): Add wfiledoalloc, oldiofgetpos,
6423         oldiofgetpos64, oldiofsetpos, oldiofsetpos64, fputwc, fputwc_u,
6424         getwc, getwc_u, getwchar, getwchar_u, iofgetws, iofgetws_u,
6425         iofputws, iofputws_u, iogetwline, iowpadn, ioungetwc, putwc, putwc_u,
6426         putchar, putchar_u, swprintf, vwprintf, wprintf, wscanf, fwscanf,
6427         vwscanf, vswprintf, iovswscanf, swscanf, wgenops, wstrops, wfileops,
6428         and iofwide.
6429         (tests): Add tst_swprintf, tst_wprintf, tst_swscanf, and tst_wscanf.
6430         * libio/Versions: Add _IO_fgetpos, _IO_fgetpos64, _IO_fsetpos,
6431         _IO_fsetpos64, fgetpos, fgetpos64, fgetwc, fgetwc_unlocked, fgetws,
6432         fgetws_unlocked, fputwc, fputwc_unlocked, fputws, fputws_unlocked,
6433         fsetpos, fsetpos64, fwide, fwprintf, fwscanf, getwc, getwc_unlocked,
6434         getwchar, getwchar_unlocked, putwc, putwc_unlocked, putwchar,
6435         putwchar_unlocked, swprintf, swscanf, ungetwc, vfwprintf, vswprintf,
6436         vwprintf, vfwscanf, vswscanf, vwscanf, wprintf, and wscanf to
6437         GLIBC_2.2 for libc.
6438         * libio/libio.h: Define codecvt struct.  Define _IO_wide_data.
6439         Extend _IO_file contain pointer to codecvt, widedata and mode.
6440         (_IO_getwc_unlocked): New macro.
6441         (_IO_putwc_unlocked): New macro.
6442         (_IO_fwide): New macro.
6443         * libio/libioP.h: Add new prototypes and adjust existing declarations.
6444         * libio/fileops.c (_IO_new_file_close_it): Reset normal or widedata
6445         buffers based on mode.
6446         (new_do_write): Set _IO_write_end to _IO_buf_end if stream is wide
6447         oriented.
6448         (_IO_new_file_overflow): Don't depend only on _IO_CURRENTLY_PUTTING
6449         flag to be enough to signal unallocated buffer.  For wide oriented
6450         stream don't make it linebuffered.  Don't use _IO_do_flush, use
6451         _IO_new_do_write directly.
6452         (_IO_new_file_seekoff): Change return value type to _IO_off64_t.
6453         (_IO_file_seek): Likewise.
6454         * libio/genops.c (_IO_least_marker): Make global.
6455         (__underflow): Orient stream if not already done.
6456         (__uflow): Likewise.
6457         (_IO_default_seekpos): Change to type _IO_off64_t.
6458         (_IO_default_seekoff): Likewise.
6459         (_IO_default_seek): Likewise.
6460         (_IO_no_init): New function.  Similar to _IO_init but allows to orient
6461         in initialization.
6462         * libio/iolibio.h: Add prototype for _IO_vswprintf.  Change _IO_pos_BAD
6463         to use _IO_off64_t.
6464         * libio/ftello.c: Use _IO_off_t.  For now abort when use with wide
6465         char stream.
6466         * libio/ftello64.c: Likewise.
6467         * libio/ioftell.c: Likewise.
6468         * libio/iofopncook.c: Likewise.
6469         * libio/ioseekoff.c: Likewise.
6470         * libio/ioseekpos.c: Likewise.
6471         * libio/oldfileops.c: Likewise.
6472         * libio/iofgetpos.c: Store state of conversion if necessary.
6473         * libio/iofgetpos64.c: Likewise.
6474         * libio/iofsetpos.c: Restore conversion state if necessary.
6475         * libio/iofsetpos64.c: Likewise.
6476         * libio/iofdopen.c: Initialize so that stream can be wide oriented.
6477         * libio/iofopen.c: Likewise.
6478         * libio/iofopen64.c: Likewise.
6479         * libio/iopopen.c: Likewise.
6480         * libio/iovdprintf.c: Likewise.
6481         * libio/iovsprintf.c: Likewise.
6482         * libio/iovsscanf.c: Likewise.
6483         * libio/memstream.c: Likewise.
6484         * libio/obprintf.c: Likewise.
6485         * libio/iofputs.c: Orient stream if not already happened.
6486         * libio/iofputs_u.c: Likewise.
6487         * libio/iofwrite.c: Likewise.
6488         * libio/iofwrite_u.c: Likewise.
6489         * libio/ioputs.c: Likewise.
6490         * libio/iosetbuffer.c: Handle not yet oriented stream.
6491         * libio/iosetvbuf.c: Likewise.
6492         * libio/oldstdfiles.c: Adjust FILEBUF_LITERAL call.
6493         * libio/stdfiles.c: Likewise.
6494         * libio/strops.c (_IO_str_overflow): Correctly free buffer after
6495         failed allocation.
6496         (_IO_str_seekoff): Use _IO_off64_t.
6497         * libio/vasprintf.c: Pre-orient stream.
6498         * libio/vsnprintf.c: Likewise.
6499         * libio/fputwc.c: New file.
6500         * libio/fputwc_u.c: New file.
6501         * libio/fwprintf.c: New file.
6502         * libio/fwscanf.c: New file.
6503         * libio/getwc.c: New file.
6504         * libio/getwc_u.c: New file.
6505         * libio/getwchar.c: New file.
6506         * libio/getwchar_u.c: New file.
6507         * libio/iofgetws.c: New file.
6508         * libio/iofgetws_u.c: New file.
6509         * libio/iofputws.c: New file.
6510         * libio/iofputws_u.c: New file.
6511         * libio/iofwide.c: New file.
6512         * libio/iogetwline.c: New file.
6513         * libio/ioungetwc.c: New file.
6514         * libio/iovswscanf.c: New file.
6515         * libio/iowpadn.c: New file.
6516         * libio/oldiofgetpos.c: New file.
6517         * libio/oldiofgetpos64.c: New file.
6518         * libio/oldiofsetpos.c: New file.
6519         * libio/oldiofsetpos64.c: New file.
6520         * libio/putwc.c: New file.
6521         * libio/putwc_u.c: New file.
6522         * libio/putwchar.c: New file.
6523         * libio/putwchar_u.c: New file.
6524         * libio/swprintf.c: New file.
6525         * libio/swscanf.c: New file.
6526         * libio/tst_swprintf.c: New file.
6527         * libio/tst_swscanf.c: New file.
6528         * libio/tst_wprintf.c: New file.
6529         * libio/tst_wscanf.c: New file.
6530         * libio/tst_wscanf.input: New file.
6531         * libio/vswprintf.c: New file.
6532         * libio/vwprintf.c: New file.
6533         * libio/vwscanf.c: New file.
6534         * libio/wfiledoalloc.c: New file.
6535         * libio/wfileops.c: New file.
6536         * libio/wgenops.c: New file.
6537         * libio/wprintf.c: New file.
6538         * libio/wscanf.c: New file.
6539         * libio/wstrops.c: New file.
6540         * stdio-common/Makefile (routines): Add _itowa, itowa-digits,
6541         vfwprintf, and vfwscanf.
6542         * stdio-common/_itoa.c (base_table): Rename to _IO_base_table and
6543         make global.
6544         * stdio-common/_itowa.c: New file.
6545         * stdio-common/_itowa.h: New file.
6546         * stdio-common/itoa-digits.c: Minimal optimization.
6547         * stdio-common/itowa-digits.c: New file.
6548         * stdio-common/printf-parse.h: Allow use in wide character context.
6549         * stdio-common/printf-prs.c: Define ISASCII and MBRLEN.
6550         * stdio-common/printf.h (printf_info): Add wide bit.
6551         * stdio-common/printf_fp.c: Determine from wide bit whether stream
6552         is wide oriented or not.
6553         * stdio-common/printf_size.c: Likewise.
6554         * sysdeps/generic/printf_fphex.c: Likewise.
6555         * stdlib/strfmon.c: Call __printf_fp with wide bit cleared.
6556         * stdio-common/vfprintf.c: Rewrite to allow use in wide character
6557         context.
6558         * stdio-common/vfscand.c: Likewise.
6559         * stdio-common/vfwprintf.c: New file.
6560         * stdio-common/vfwscanf.c: New file.
6561
6562         * time/Makefile (routines): Add wcsftime.
6563         (tests): Add tst_wcsftime.
6564         * time/Versions: Add wcsftime to GLIBC_2.2 for libc.
6565         * time/strftime.c: Make usable as wcsftime.
6566         * time/wcsftime.c: New file.
6567         * time/tst_wcsftime.c: New file.
6568
6569         * wcsmbs/Makefile (routines): Add wmempcpy and wcschrnul.
6570         * wcsmbs/Versions: Add wmempcpy and wcschrnul to GLIBC_2.2 for libc.
6571         * wcsmbs/wcschrnul.c: New file.
6572         * wcsmbs/wmemcpy.c: New file.
6573         * wcsmbs/wmemcpy.c: Rename to __wmemcpy and make wmemcpy weak alias.
6574         * wcsmbs/wmemmove.c: Likewise for wmemmove.
6575
6576         * manual/stdio.texi: Document is_char and wide element if printf_info.
6577
6578         * manual/time.texi: Document wcsftime.
6579
6580         * include/wchar.h: Add prototypes for __wmemcpy, __wmempcpy,
6581         __wmemmove, __wcschrnul, and __vfwscanf.
6582
6583         * locale/langinfo.h: Add new LC_TIME entries for wchar_t data.
6584         * locale/C-time.c: Adapt for above change.
6585         * locale/categories.def: Likewise.
6586         * locale/localeinfo.h: Likewise.
6587         * localedata/Makefile: Don't run tests for now.
6588
6589         * manual/errno.texi: Fix typos.
6590         * manual/memory.texi: Likewise.
6591         * manual/ctype.texi: Likewise.
6592         Patches by Brian Youmans <3diff@gnu.org>.
6593
6594 1999-06-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6595
6596         * sysdeps/unix/sysv/linux/netax25/ax25.h (AX25_PIDINCL): Added.
6597
6598 1999-06-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6599
6600         * sysdeps/unix/sysv/linux/sys/sysmacros.h [!__GNUC__]: Use correct
6601         word order.
6602         * sysdeps/unix/sysv/linux/alpha/sys/sysmacros.h: New file.
6603         * sysdeps/unix/sysv/linux/sparc/sys/sysmacros.h: New file.
6604
6605 1999-06-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6606
6607         * db2/db/db.c: Restore __nss_db_open alias.
6608         * db2/db_int.h: Use <db.h> instead of "db.h" to find header in
6609         include.
6610         * db2/os/os_rw.c (__os_write): Maintain const correctness.
6611         * db2/progs/db_load/db_load.c (main): Avoid ambiguous `else'.
6612
6613 1999-06-15  Ulrich Drepper  <drepper@cygnus.com>
6614
6615         * stdio-common/printf-parse.h (parse_one_spec): Don't set
6616         is_longlong if not necessary.
6617
6618 1999-06-15  H.J. Lu  <hjl@gnu.org>
6619
6620         * Make-dist (sysdep_dirs): Exclude SCCS.
6621         * MakeTAGS (sysdep_dirs): Likewise.
6622
6623 1999-06-15  Ulrich Drepper  <drepper@cygnus.com>
6624
6625         * posix/regex.c (re_error_msgid): Remove extra commas.
6626
6627 1999-06-14  Geoff Keating  <geoffk@ozemail.com.au>
6628
6629         * stdlib/tst-strtoll.c: New file.
6630         * stdlib/Makefile (tests): Add tst-strtoll.c
6631         * stdlib/strtol.c: It is not generally true that if
6632         (unsigned)a*(unsigned)b overflows, then the result is
6633         less than 'a'.
6634
6635 1999-06-14  Thorsten Kukuk  <kukuk@suse.de>
6636
6637         * nscd/connections.c (handle_request): Only root is allowed to
6638         send GETSTAT request in non secure mode.
6639         * nscd/nscd.c: Print error message if other then root try to
6640         use getstat.
6641
6642 1999-06-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6643
6644         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __sysctl.
6645
6646 1999-06-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6647
6648         * manual/time.texi (Limits on Resources): Describe RLIMIT_AS.
6649         Closes PR libc/1164, reported by sascha@schumann.2ns.de.
6650
6651 1999-06-13  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6652
6653         * sysdeps/generic/strchr.c: Include <memcopy.h> and use reg_char
6654         for character to search, to help the compiler.
6655         * sysdeps/generic/strchrnul.c: Likewise.
6656         * sysdeps/generic/memchr.c: Likewise.
6657         * sysdeps/generic/memccpy.c: Likewise.
6658         * sysdeps/generic/rawmemchr.c: Likewise.  Fix comment.
6659
6660 1999-06-13  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6661
6662         * sysdeps/m68k/memchr.S: New file.
6663         * sysdeps/m68k/rawmemchr.S: New file.
6664         * sysdeps/m68k/strchr.S: New file.
6665         * sysdeps/m68k/strchrnul.S: New file.
6666
6667 1999-06-13  Geoff Keating  <geoffk@ozemail.com.au>
6668
6669         * sysdeps/powerpc/atomicity.h (exchange_and_add): Remove `volatile';
6670         add `memory' clobber; optimise for constant `val'.
6671         (atomic_add): Likewise.
6672         (test_and_set): Remove `volatile'; add `memory' clobber; be more
6673         like the original `test_and_set'.
6674         (compare_and_swap): Remove `volatile'; add `memory' clobber;
6675         optimise for constant `oldval'.
6676         (always_swap): Remove `volatile'; add `memory' clobber.
6677
6678 1999-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6679
6680         * sysdeps/i386/fpu/bits/mathinline.h: Disable signbit* inline
6681         functions for gcc <= 2.7.x.
6682
6683 1999-06-13  Roland McGrath  <roland@baalperazim.frob.com>
6684
6685         * hurd/hurdsock.c (_hurd_socket_server): Fix fencepost error in last
6686         change.
6687
6688 1999-06-13  Ulrich Drepper  <drepper@cygnus.com>
6689
6690         * db2/Makefile (distribute): Remove files which do not exist
6691         anymore.
6692
6693         * sysdeps/i386/fpu/bits/mathinline.h: Add __extension__ to signbit
6694         definitions to calm down gcc.
6695
6696         * db2/db.h: Update from db 2.7.5.
6697         * db2/db_185.h: Likewise.
6698         * db2/db_int.h: Likewise.
6699         * db2/btree/bt_compare.c: Likewise.
6700         * db2/btree/bt_conv.c: Likewise.
6701         * db2/btree/bt_curadj.c: Likewise.
6702         * db2/btree/bt_cursor.c: Likewise.
6703         * db2/btree/bt_delete.c: Likewise.
6704         * db2/btree/bt_open.c: Likewise.
6705         * db2/btree/bt_page.c: Likewise.
6706         * db2/btree/bt_put.c: Likewise.
6707         * db2/btree/bt_rec.c: Likewise.
6708         * db2/btree/bt_recno.c: Likewise.
6709         * db2/btree/bt_rsearch.c: Likewise.
6710         * db2/btree/bt_search.c: Likewise.
6711         * db2/btree/bt_split.c: Likewise.
6712         * db2/btree/bt_stat.c: Likewise.
6713         * db2/btree/btree_auto.c: Likewise.
6714         * db2/common/db_appinit.c: Likewise.
6715         * db2/common/db_apprec.c: Likewise.
6716         * db2/common/db_err.c: Likewise.
6717         * db2/common/db_region.c: Likewise.
6718         * db2/common/db_salloc.c: Likewise.
6719         * db2/db/db.c: Likewise.
6720         * db2/db/db.src: Likewise.
6721         * db2/db/db_am.c: Likewise.
6722         * db2/db/db_auto.c: Likewise.
6723         * db2/db/db_dispatch.c: Likewise.
6724         * db2/db/db_dup.c: Likewise.
6725         * db2/db/db_iface.c: Likewise.
6726         * db2/db/db_join.c: Likewise.
6727         * db2/db/db_overflow.c: Likewise.
6728         * db2/db/db_pr.c: Likewise.
6729         * db2/db/db_rec.c: Likewise.
6730         * db2/db/db_ret.c: Likewise.
6731         * db2/db185/db185.c: Likewise.
6732         * db2/dbm/dbm.c: Likewise.
6733         * db2/hash/hash.c: Likewise.
6734         * db2/hash/hash_auto.c: Likewise.
6735         * db2/hash/hash_dup.c: Likewise.
6736         * db2/hash/hash_page.c: Likewise.
6737         * db2/hash/hash_rec.c: Likewise.
6738         * db2/hash/hash_stat.c: Likewise.
6739         * db2/include/btree.h: Likewise.
6740         * db2/include/btree_ext.h: Likewise.
6741         * db2/include/clib_ext.h: Likewise.
6742         * db2/include/common_ext.h: Likewise.
6743         * db2/include/db_am.h: Likewise.
6744         * db2/include/db_auto.h: Likewise.
6745         * db2/include/db_cxx.h: Likewise.
6746         * db2/include/db_ext.h: Likewise.
6747         * db2/include/db_join.h: Likewise.
6748         * db2/include/db_page.h: Likewise.
6749         * db2/include/hash.h: Likewise.
6750         * db2/include/hash_ext.h: Likewise.
6751         * db2/include/lock.h: Likewise.
6752         * db2/include/lock_ext.h: Likewise.
6753         * db2/include/log.h: Likewise.
6754         * db2/include/log_ext.h: Likewise.
6755         * db2/include/mp.h: Likewise.
6756         * db2/include/mp_ext.h: Likewise.
6757         * db2/include/os.h: Likewise.
6758         * db2/include/os_ext.h: Likewise.
6759         * db2/include/os_func.h: Likewise.
6760         * db2/include/txn.h: Likewise.
6761         * db2/include/txn_auto.h: Likewise.
6762         * db2/include/txn_ext.h: Likewise.
6763         * db2/include/xa.h: Likewise.
6764         * db2/include/xa_ext.h: Likewise.
6765         * db2/lock/lock.c: Likewise.
6766         * db2/lock/lock_conflict.c: Likewise.
6767         * db2/lock/lock_deadlock.c: Likewise.
6768         * db2/lock/lock_region.c: Likewise.
6769         * db2/lock/lock_util.c: Likewise.
6770         * db2/log/log.c: Likewise.
6771         * db2/log/log_archive.c: Likewise.
6772         * db2/log/log_auto.c: Likewise.
6773         * db2/log/log_findckp.c: Likewise.
6774         * db2/log/log_get.c: Likewise.
6775         * db2/log/log_put.c: Likewise.
6776         * db2/log/log_rec.c: Likewise.
6777         * db2/log/log_register.c: Likewise.
6778         * db2/mp/mp_bh.c: Likewise.
6779         * db2/mp/mp_fget.c: Likewise.
6780         * db2/mp/mp_fopen.c: Likewise.
6781         * db2/mp/mp_fput.c: Likewise.
6782         * db2/mp/mp_fset.c: Likewise.
6783         * db2/mp/mp_open.c: Likewise.
6784         * db2/mp/mp_pr.c: Likewise.
6785         * db2/mp/mp_region.c: Likewise.
6786         * db2/mp/mp_sync.c: Likewise.
6787         * db2/mutex/mutex.c: Likewise.
6788         * db2/mutex/uts4_cc.s: Likewise.
6789         * db2/os/os_abs.c: Likewise.
6790         * db2/os/os_alloc.c: Likewise.
6791         * db2/os/os_config.c: Likewise.
6792         * db2/os/os_dir.c: Likewise.
6793         * db2/os/os_fid.c: Likewise.
6794         * db2/os/os_fsync.c: Likewise.
6795         * db2/os/os_map.c: Likewise.
6796         * db2/os/os_oflags.c: Likewise.
6797         * db2/os/os_open.c: Likewise.
6798         * db2/os/os_rw.c: Likewise.
6799         * db2/os/os_seek.c: Likewise.
6800         * db2/os/os_sleep.c: Likewise.
6801         * db2/os/os_spin.c: Likewise.
6802         * db2/os/os_stat.c: Likewise.
6803         * db2/os/os_tmpdir.c: Likewise.
6804         * db2/os/os_unlink.c: Likewise.
6805         * db2/progs/db_archive/db_archive.c: Likewise.
6806         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
6807         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
6808         * db2/progs/db_dump/db_dump.c: Likewise.
6809         * db2/progs/db_load/db_load.c: Likewise.
6810         * db2/progs/db_printlog/README: Likewise.
6811         * db2/progs/db_printlog/commit.awk: Likewise.
6812         * db2/progs/db_printlog/count.awk: Likewise.
6813         * db2/progs/db_printlog/db_printlog.c: Likewise.
6814         * db2/progs/db_printlog/pgno.awk: Likewise.
6815         * db2/progs/db_printlog/range.awk: Likewise.
6816         * db2/progs/db_printlog/status.awk: Likewise.
6817         * db2/progs/db_printlog/txn.awk: Likewise.
6818         * db2/progs/db_recover/db_recover.c: Likewise.
6819         * db2/progs/db_stat/db_stat.c: Likewise.
6820         * db2/txn/txn.c: Likewise.
6821         * db2/txn/txn.src: Likewise.
6822         * db2/txn/txn_auto.c: Likewise.
6823         * db2/txn/txn_rec.c: Likewise.
6824         * db2/xa/xa.c: Likewise.
6825         * db2/xa/xa_db.c: Likewise.
6826         * db2/xa/xa_map.c: Likewise.
6827
6828         * db2/btree/bt_close.c: Removed.
6829         * db2/db/db_thread.c: Likewise.
6830         * db2/hash/hash_debug.c: Likewise.
6831         * db2/include/db.h.src: Likewise.
6832         * db2/include/db_int.h.src: Likewise.
6833         * db2/include/os_jump.h: Likewise.
6834         * db2/mutex/alpha.dec: Likewise.
6835         * db2/mutex/alpha.gcc: Likewise.
6836         * db2/mutex/parisc.hp: Likewise.
6837         * db2/mutex/uts4.cc.s: Likewise.
6838
6839         * db2/Makefile: Add new routines, remove old for 2.7.5.
6840         * db2/Versions: Add internal function names for the helper programs.
6841         * db2/makedb.c: Update for new cursor callback.
6842         * Versions.def: Define versions for libdb.
6843
6844 1999-06-13  Thorsten Kukuk  <kukuk@suse.de>
6845
6846         * nscd/connections.c (nscd_run): Get user ID for all non-db services.
6847         * nscd/Makefile (others, install-sbin): Add nscd_nischeck.
6848         * nscd/nscd_nischeck.c: New file.
6849         * nscd/nscd.init: Enable use of nscd_nischeck and secure tables.
6850
6851 1999-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6852
6853         * sysdeps/unix/sysv/linux/bits/socket.h: Add some missing
6854         MSG_* flags from Linux 2.2.9.
6855
6856 1999-06-12  Mark Kettenis  <kettenis@gnu.org>
6857
6858         * Makeconfig (static-start-installed-name): Set to
6859         $(start-installed-name) if not defined.
6860         (+link-static): Use $(static-start-installed-name) instead of
6861         $(start-installed-name).
6862         * sysdeps/mach/hurd/i386/Makefile (static-start-installed-name):
6863         Set to crt0.o.
6864
6865 1999-06-12  Mark Kettenis  <kettenis@gnu.org>
6866
6867         * sysdeps/mach/hurd/fork.c (__fork): Make use of `insert_type' when
6868         inserting a send right into the child instead of unconditionally
6869         copying the send right.
6870
6871 1999-06-12  Ulrich Drepper  <drepper@cygnus.com>
6872
6873         * locale/lc-time.c: Add free_mem function to free if necessary
6874         statically allocated memory.
6875
6876 1999-06-10  Jakub Jelinek  <jj@ultra.linux.cz>
6877
6878         * sysdeps/libm-ieee754/s_truncl.c: Subtract exponent
6879         bias from the raw exponent.
6880
6881 1999-06-11  Ulrich Drepper  <drepper@cygnus.com>
6882
6883         * inet/arpa/tftp.h: Move attribute declaration in right position.
6884
6885 1999-06-11  Thorsten Kukuk  <kukuk@suse.de>
6886
6887         * nscd/nscd.c: Add -S options for separate caching of data for
6888         every user. So one user couldn't see the data another user
6889         has gotten with his credentials.
6890         * nscd/nscd.h: Add new prototypes.
6891         * nscd/cache.c: Compare owner of cache entry if in secure mode.
6892         * nscd/connections.c: Check on shutdown if caller really was root.
6893         In secure mode get uid of caller.
6894         * nscd/grpcache.c: Add support for new secure group mode.
6895         * nscd/hstcache.c: Add support for new secure hosts mode.
6896         * nscd/pwdcache.c: Add support for new secure passwd mode.
6897
6898 1999-06-11  Ulrich Drepper  <drepper@cygnus.com>
6899
6900         * resolv/nss_dns/dns-host.c (getanswer_r): Correctly track usage
6901         of user-provided buffer.
6902
6903 1999-06-11  Mark Kettenis  <kettenis@gnu.org>
6904
6905         * hurd/hurdsock.c (max_domain): Initialize to `-1'.
6906         (_hurd_socket_server): Fix off-by-one error in setting `max_domain'.
6907
6908 1999-06-10  Ulrich Drepper  <drepper@cygnus.com>
6909
6910         * stdio-common/printf-parse.h (parse_one_spec): Add support for a
6911         and A format.
6912
6913         * shadow/fgetspent_r.c (__fgetspent_r): Set errno to ENOENT for
6914         returning after last entry.
6915         * pwd/fgetpwent_r.c (__fgetpwent_r): Likewise.
6916
6917 1999-06-09  Ulrich Drepper  <drepper@cygnus.com>
6918
6919         * misc/sysexits.h: Remove advertising clause of copyright.
6920         * resolv/getnetnamadr.c: Likewise.
6921         * sysdeps/vax/bcopy.s: Likewise.
6922         * sysdeps/vax/bzero.s: Likewise.
6923         * sysdeps/vax/ffs.s: Likewise.
6924         * sysdeps/vax/memchr.s: Likewise.
6925         * sysdeps/vax/memcmp.s: Likewise.
6926         * sysdeps/vax/memmove.s: Likewise.
6927         * sysdeps/vax/memset.s: Likewise.
6928         * sysdeps/vax/strcat.s: Likewise.
6929         * sysdeps/vax/strchr.s: Likewise.
6930         * sysdeps/vax/strcmp.s: Likewise.
6931         * sysdeps/vax/strcpy.s: Likewise.
6932         * sysdeps/vax/strcspn.s: Likewise.
6933         * sysdeps/vax/strlen.s: Likewise.
6934         * sysdeps/vax/strncat.s: Likewise.
6935         * sysdeps/vax/strncmp.s: Likewise.
6936         * sysdeps/vax/strncpy.s: Likewise.
6937         * sysdeps/vax/strpbrk.s: Likewise.
6938         * sysdeps/vax/strrchr.s: Likewise.
6939         * sysdeps/vax/strsep.s: Likewise.
6940         * sysdeps/vax/strspn.s: Likewise.
6941         * sysdeps/vax/strstr.s: Likewise.
6942
6943         * libio/iofopncook.c: Adjust for renaming of structure elements.
6944         * libio/libio.h: Define cookie functions with all the names.
6945
6946         * pwd/fgetpwent_r.c: Set errno in the correct way.
6947         * shadow/fgetspent_r.c: Likewise.
6948         * pwd/fgetpwent.c: Handle long lines correctly.  Little
6949         optimizations.  Free static buffer when debugging memory handling.
6950         * shadow/fgetspent.c: Likewise.
6951
6952         * grp/fgetgrent.c: Little optimization in loop.
6953
6954 1999-06-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6955
6956         * grp/tst_fgetgrent.c (write_group): Fix generation of long line
6957         in a different way.
6958
6959 1999-06-09  Jakub Jelinek   <jj@ultra.linux.cz>
6960
6961         * stdlib/longlong.h: gas changed sethi handling when without
6962         %hi(). Fix assembly.
6963         * sysdeps/generic/dl-cache.c (_dl_cache_lookup): Allow
6964         port specific cache id checks.
6965         * sysdeps/generic/dl-cache.h: New file.
6966         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-cache.h: New file.
6967
6968 1999-06-08  Ulrich Drepper  <drepper@cygnus.com>
6969
6970         * gmon/gmon.c: Remove advertising clause of copyright.
6971         * gmon/mcount.c: Likewise.
6972         * gmon/sys/gmon.h: Likewise.
6973         * inet/arpa/ftp.h: Likewise.
6974         * inet/arpa/telnet.h: Likewise.
6975         * inet/arpa/tftp.h: Likewise.
6976         * inet/inet_lnaof.c: Likewise.
6977         * inet/inet_mkadr.c: Likewise.
6978         * inet/inet_net.c: Likewise.
6979         * inet/inet_netof.c: Likewise.
6980         * inet/protocols/routed.h: Likewise.
6981         * inet/protocols/rwhod.h: Likewise.
6982         * inet/protocols/talkd.h: Likewise.
6983         * inet/protocols/timed.h: Likewise.
6984         * inet/rcmd.c: Likewise.
6985         * inet/rexec.c: Likewise.
6986         * inet/ruserpass.c: Likewise.
6987         * io/fts.c: Likewise.
6988         * io/fts.h: Likewise.
6989         * login/login_tty.c: Likewise.
6990         * misc/fstab.h: Likewise.
6991         * misc/getttyent.c: Likewise.
6992         * misc/getusershell.c: Likewise.
6993         * misc/sys/queue.h: Likewise.
6994         * misc/sys/syslog.h: Likewise.
6995         * misc/syslog.c: Likewise.
6996         * misc/ttyent.h: Likewise.
6997         * misc/ttyslot.c: Likewise.
6998         * resolv/arpa/nameser.h: Likewise.
6999         * resolv/gethnamaddr.c: Likewise.
7000         * resolv/herror.c: Likewise.
7001         * resolv/inet_addr.c: Likewise.
7002         * resolv/mapv4v6addr.h: Likewise.
7003         * resolv/mapv4v6hostent.h: Likewise.
7004         * resolv/nss_dns/dns-host.c: Likewise.
7005         * resolv/nss_dns/dns-network.c: Likewise.
7006         * resolv/res_comp.c: Likewise.
7007         * resolv/res_data.c: Likewise.
7008         * resolv/res_debug.c: Likewise.
7009         * resolv/res_init.c: Likewise.
7010         * resolv/res_mkquery.c: Likewise.
7011         * resolv/res_query.c: Likewise.
7012         * resolv/res_send.c: Likewise.
7013         * resolv/resolv.h: Likewise.
7014         * sysdeps/generic/div.c: Likewise.
7015         * sysdeps/generic/netinet/ip.h: Likewise.
7016         * sysdeps/generic/netinet/tcp.h: Likewise.
7017         * sysdeps/generic/paths.h: Likewise.
7018         * sysdeps/generic/prof-freq.c: Likewise.
7019         * sysdeps/generic/sys/ttydefaults.h: Likewise.
7020         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
7021         * sysdeps/gnu/netinet/tcp.h: Likewise.
7022         * sysdeps/ieee754/support.c: Likewise.
7023         * sysdeps/mach/hurd/sys/param.h: Likewise.
7024         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
7025         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
7026         * sysdeps/unix/bsd/sun/sunos4/sys/ttydefaults.h: Likewise.
7027         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
7028         * sysdeps/unix/sysv/linux/netinet/if_ether.h: Likewise.
7029         * sysdeps/unix/sysv/linux/netinet/igmp.h: Likewise.
7030         * sysdeps/unix/sysv/linux/netinet/ip.h: Likewise.
7031         * sysdeps/unix/sysv/linux/paths.h: Likewise.
7032         * sysdeps/unix/sysv/linux/sys/quota.h: Likewise.
7033         * sysdeps/unix/sysv/linux/sys/ttydefaults.h: Likewise.
7034         * sysdeps/vax/DEFS.h: Likewise.
7035         * termios/sys/ttychars.h: Likewise.
7036         * misc/daemon.c: Likewise.  Call fork.
7037
7038         * grp/fgetgrent.c (buffer): Make file local variable.
7039         (free_mem): New function.  Call for malloc debugging.
7040
7041         * grp/tst_fgetgrent.c (write_users): Correctly generate long line.
7042
7043 1999-06-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7044
7045         * grp/Makefile: Add rules for tst_fgetgrent.
7046
7047         * grp/tst_fgetgrent.c: Rewritten to read only one file.
7048
7049         * grp/tst_fgetgrent.sh: New file.
7050
7051 1999-06-08  Ulrich Drepper  <drepper@cygnus.com>
7052
7053         * grp/Makefile (tests): Add tst_fgetgrent.
7054         * grp/tst_fgetgrent.c: New file.
7055         Patches by Andreas Jaeger <aj@arthur.rhein-neckar.de>.
7056
7057 1999-06-07  Roland McGrath  <roland@baalperazim.frob.com>
7058
7059         * db2/os/os_oflags.c (__db_oflags): Fix checking of O_ACCMODE bits to
7060         be POSIX compliant.  Prior definition was broken for Hurd.
7061         Reported by Mark Kettenis <kettenis@gnu.org>.
7062
7063 1999-06-08  Ulrich Drepper  <drepper@cygnus.com>
7064
7065         * ctype/ctype.h: Protect __tobody code by __extension__.
7066
7067 1999-06-07  Ulrich Drepper  <drepper@cygnus.com>
7068
7069         * grp/fgetgrent.c (fgetgrent): Remember position of stream before
7070         reading and reset in case the buffer was too small.
7071
7072         * grp/fgetgrent_r.c (__fgetgrent_r): Set errno to ENOENT in case
7073         of EOF.
7074
7075 1999-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7076
7077         * sysdeps/unix/sysv/linux/if_index.c: Use SIGIOCGIFINDEX and fix
7078         another SIOGIFNAME typo.
7079
7080 1999-06-07  Ulrich Drepper  <drepper@cygnus.com>
7081
7082         * elf/dl-lookup.c: Remove duplicated assert.h inclusion.
7083
7084         * sysdeps/generic/printf_fphex.c (__printf_fphex): Optimize a little
7085         bit.
7086
7087 1999-06-05  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7088
7089         * sysdeps/generic/printf_fphex.c (__printf_fphex): Don't ignore
7090         the precision if the mantissa is zero.
7091
7092 1999-06-05  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7093
7094         * manual/lang.texi (Floating Point Parameters): GCC already
7095         supports long double for a long time.
7096
7097 1999-06-05  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7098
7099         * math/libm-test.c (j0_test, j1_test, jn_test, y0_test, y1_test,
7100         yn_test): Increase some epsilons.
7101
7102 1999-06-07  Ulrich Drepper  <drepper@cygnus.com>
7103
7104         * sysdeps/unix/sysv/linux/sys/sysmacros.h (makedev): Handle signed
7105         parameters.
7106
7107 1999-06-06  Ulrich Drepper  <drepper@cygnus.com>
7108
7109         * sysdeps/unix/sysv/linux/kernel-features.h: Define
7110         __ASSUME_SIOCGIFNAME for kernel >= 2.1.50.
7111         * sysdeps/unix/sysv/linux/if_index.c: Correct typo (SIOGIFNAME ->
7112         SIOCGIFNAME) and use __ASSUME_SIOCGIFNAME.
7113
7114         * sysdeps/libm-ieee754/w_j0.c: Remove __ from symbol definitions.
7115         * sysdeps/libm-ieee754/w_j0f.c: Likewise.
7116         * sysdeps/libm-ieee754/w_j0l.c: Likewise.
7117         * sysdeps/libm-ieee754/w_j1.c: Likewise.
7118         * sysdeps/libm-ieee754/w_j1f.c: Likewise.
7119         * sysdeps/libm-ieee754/w_j1l.c: Likewise.
7120         * sysdeps/libm-ieee754/w_jn.c: Likewise.
7121         * sysdeps/libm-ieee754/w_jnf.c: Likewise.
7122         * sysdeps/libm-ieee754/w_jnl.c: Likewise.
7123
7124         * stdio-common/vfprintf.c: Correct typos.
7125
7126         * math/libm-test.c (jn_test): Adjust delta.
7127         (y1_test): Likewise.
7128         (yn_test): Likewise.
7129
7130         * elf/do-lookup.h: It should never happen that if we expect a versioned
7131         symbol from a file the file has no version table.  This should have
7132         been checked in dl-version.c.
7133         * elf/dl-lookup.c: Include assert.h.
7134
7135         * sysdeps/unix/sysv/linux/i386/sigaction.c: Correct restorer
7136         function handling.
7137
7138         * sysdeps/unix/sysv/linux/i386/sigaction.c (SA_RESTORER): New #define.
7139
7140 1999-06-06  Andi Kleen  <ak@muc.de>
7141
7142         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Set
7143         SA_RESTORER flag.
7144
7145 1999-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7146
7147         * math/libm-test.c (yn_test): Change one delta.
7148         (jn_test): Likewise.
7149         (j1_test): Likewise.
7150         (y0_test): Likewise.
7151
7152 1999-06-06  Ulrich Drepper  <drepper@cygnus.com>
7153
7154         * malloc/malloc.c: Introduce local variable __libc_getpagesize to
7155         avoid multiple calls to getpagesize() which might be a syscall.
7156
7157 1999-06-06  Philip Blundell  <philb@gnu.org>
7158
7159         * stdio-common/tstscanf.c (main): Test the half-word format "%hd".
7160
7161 1999-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7162
7163         * manual/install.texi (Running make install): Correct typo in
7164         dynamic linker invocation.
7165
7166 1999-06-05  Philip Blundell  <philb@gnu.org>
7167
7168         * sysdeps/arm/dl-machine.h (elf_machine_load_address): Fix
7169         problems with GOT addressing.
7170
7171 1999-06-05  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
7172
7173         * malloc/malloc.c (check_action): Change into bitmap so that both
7174         diagnostic and abort can be requested by setting it to 3.
7175         (mALLOC_SET_STATe): Disable malloc checking if necessary.
7176
7177 1999-06-03  Ulrich Drepper  <drepper@cygnus.com>
7178
7179         * configure.in: Few changes for HPUX.
7180
7181         * scripts/config.guess: Update from latest version.
7182         * scripts/config.sub: Likewise.
7183
7184 1999-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7185
7186         * Makerules: Set LC_ALL explicitly to archieve correct sorting of
7187         map files.  Closes PR libc/1147.
7188
7189 1999-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7190
7191         * math/libm-test.c (main): Add new test functions.
7192         (jn_test): New tests.
7193         (j1_test): Add some more tests.
7194         (j0_test): Add some more tests.
7195         (y0_test): Add some more tests.
7196         (y1_test): Add some more tests.
7197
7198 1999-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7199
7200         * sysdeps/libm-ieee754/e_j0.c (__ieee754_y0): Fix array indices.
7201         Patch by mhagger@dera.gov.uk [PR libc/1145].
7202
7203         * math/libm-test.c (y1_test): New tests.
7204         (y0_test): Likewise.
7205         (j1_test): Likewise.
7206         (j0_test): Likewise.
7207         (main): Added new tests.
7208
7209 1999-06-02  Jakub Jelinek  <jj@ultra.linux.cz>
7210
7211         * stdlib/longlong.h: Define UDIV_TIME on sparc64.
7212         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: New file.
7213         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: New file.
7214         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: New file.
7215         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: New file.
7216         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: New file.
7217
7218 1999-06-02  David S. Miller  <davem@redhat.com>
7219
7220         * nscd/nscd_gethst_r.c (nscd_gethst_r): Align the h_addr_list
7221         pointers properly.
7222
7223 1999-06-02  Ulrich Drepper  <drepper@cygnus.com>
7224
7225         * sysdeps/unix/sysv/linux/i386/sigaction.c: Read kernel-features.h
7226         and elide compatibility code if possible.
7227
7228 1999-06-01  Ulrich Drepper  <drepper@cygnus.com>
7229
7230         * manual/llio.texi: Remove menu entry for removed section.
7231
7232 1999-05-29  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7233
7234         * sysdeps/unix/sysv/linux/sigaction.c: Fix typo and avoid unused
7235         variables.
7236
7237 1999-06-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7238
7239         * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_DDCMP): Add it
7240         (from Linux 2.3.4).
7241
7242 1999-05-30  Ulrich Drepper  <drepper@cygnus.com>
7243
7244         * inet/netinet/in.h: Mark ntoh* and hton* as constant functions.
7245
7246 1999-05-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7247
7248         * manual/stdio.texi: Fix some typos.
7249
7250 1999-05-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7251
7252         * malloc/malloc.h: Properly handle future GCC versions.
7253
7254 1999-05-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7255
7256         * sysdeps/unix/sysv/linux/configure.in: Change version checks to
7257         use AC_EGREP_CPP.  Change sed pattern to not use alternation.  Fix
7258         text of error message.
7259
7260         * aclocal.m4 (GLIBC_PROVIDES): Define AC_LANG to `C'.
7261
7262 1999-05-29  Ulrich Drepper  <drepper@cygnus.com>
7263
7264         * manual/filesys.texi: Extend (f)truncate documentation.
7265         * manual/llio.texi: Remove duplicate (f)truncate definition.
7266
7267 1999-05-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7268
7269         * manual/stdio.texi (Formatted Output Functions): Mention
7270         semantics of snprintf in glibc 2.0.
7271         Reported by Ben Pfaff <pfaffben@msu.edu>.
7272
7273 1999-05-29  Ulrich Drepper  <drepper@cygnus.com>
7274
7275         * include/features.h (__GLIBC_MINOR__): Bump to 2.
7276
7277 1999-05-27  Ulrich Drepper  <drepper@cygnus.com>
7278
7279         * math/libm-test.c: Adjust a few more deltas for the poor ARM
7280         FPU emulator.
7281
7282 1999-05-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7283
7284         * configure.in: Fix typo.
7285
7286 1999-05-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7287
7288         * manual/socket.texi (Host Names): Remove statement that h_errno
7289         needs to be declared since this isn't true anymore.
7290         Closes PR libc/1138.
7291
7292 1999-05-26  Ulrich Drepper  <drepper@cygnus.com>
7293
7294         * config.h.in: Add __LINUX_KERNEL_VERSION.
7295         * configure.in: Recognize --enable-kernel.
7296         * sysdeps/unix/sysv/linux/configure.in: Check for correct kernel
7297         headers if --enable-kernel is given and set __LINUX_KERNEL_VERSION
7298         appropriately.
7299         * sysdeps/unix/sysv/linux/init-first.c: If minimal kernel version is
7300         given perform runtime test.
7301
7302         * sysdeps/unix/sysv/linux/kernel-features.h: New file.
7303         * sysdeps/unix/sysv/linux/getcwd.c: Elide compatibility code if
7304         minimal supported kernel is known to have the feature.
7305         * sysdeps/unix/sysv/linux/poll.c: Likewise.
7306         * sysdeps/unix/sysv/linux/pread.c: Likewise.
7307         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
7308         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
7309         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
7310         * sysdeps/unix/sysv/linux/seteuid.c: Likewise.
7311         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
7312         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7313         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7314         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
7315         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
7316         * sysdeps/unix/sysv/linux/i386/pread.c: Likewise.
7317         * sysdeps/unix/sysv/linux/i386/pread64.c: Likewise.
7318         * sysdeps/unix/sysv/linux/i386/pwrite.c: Likewise.
7319         * sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise.
7320
7321         * sysdeps/unix/sysv/linux/sysctl.c: Add __sysctl alias.
7322
7323 1999-05-25  Ulrich Drepper  <drepper@cygnus.com>
7324
7325         * sysdeps/posix/getcwd.c (__getcwd): Fix potential memory leaks.
7326
7327 1999-05-26  Jakub Jelinek   <jj@ultra.linux.cz>
7328
7329         * stdlib/longlong.h (add_ssaaaa, sub_ddmmss, umul_ppmm):
7330         Optimized sparc64 routines.
7331
7332 1999-05-25  Ulrich Drepper  <drepper@cygnus.com>
7333
7334         * stdio-common/vfprintf.c (vfprintf): Don't handle long numbers if
7335         they are the same as ints.
7336         * stdio-common/vfscanf.c (_IO_vfscanf): Likewise.
7337
7338         * version.h (VERSION): Bump to 2.1.90.
7339         (RELEASE): Mark as development.
7340
7341         * stdio-common/vfprintf.c (vfprintf): Don't implement special
7342         handling for long long if it is the same as long.
7343         * stdio-common/vfscanf.c (_IO_vfscanf): Likewise.
7344
7345         * stdlib/strtol.c: Moved to ...
7346         * sysdeps/generic/strtol.c: ...here.
7347         * stdlib/strtoul.c: Moved to ...
7348         * sysdeps/generic/strtoul.c: ...here.
7349         * stdlib/strtoll.c: Moved to ...
7350         * sysdeps/generic/strtoll.c: ...here.
7351         * stdlib/strtoull.c: Moved to ...
7352         * sysdeps/generic/strtoull.c: ...here.
7353         * stdlib/strtol_l.c: Moved to ...
7354         * sysdeps/generic/strtol_l.c: ...here.
7355         * stdlib/strtoul_l.c: Moved to ...
7356         * sysdeps/generic/strtoul_l.c: ...here.
7357         * stdlib/strtoll_l.c: Moved to ...
7358         * sysdeps/generic/strtoll_l.c: ...here.
7359         * stdlib/strtoull_l.c: Moved to ...
7360         * sysdeps/generic/strtoull_l.c: ...here.
7361
7362         * sysdeps/wordsize-64/strtol.c: New file.
7363         * sysdeps/wordsize-64/strtoul.c: New file.
7364         * sysdeps/wordsize-64/strtoll.c: New file.
7365         * sysdeps/wordsize-64/strtoull.c: New file.
7366         * sysdeps/wordsize-64/strtol_l.c: New file.
7367         * sysdeps/wordsize-64/strtoul_l.c: New file.
7368         * sysdeps/wordsize-64/strtoll_l.c: New file.
7369         * sysdeps/wordsize-64/strtoull_l.c: New file.
7370
7371         * wcsmbs/wcstol.c: Moved to ...
7372         * sysdeps/generic/wcstol.c: ...here.
7373         * wcsmbs/wcstoul.c: Moved to ...
7374         * sysdeps/generic/wcstoul.c: ...here.
7375         * wcsmbs/wcstoll.c: Moved to ...
7376         * sysdeps/generic/wcstoll.c: ...here.
7377         * wcsmbs/wcstoull.c: Moved to ...
7378         * sysdeps/generic/wcstoull.c: ...here.
7379         * wcsmbs/wcstol_l.c: Moved to ...
7380         * sysdeps/generic/wcstol_l.c: ...here.
7381         * wcsmbs/wcstoul_l.c: Moved to ...
7382         * sysdeps/generic/wcstoul_l.c: ...here.
7383         * wcsmbs/wcstoll_l.c: Moved to ...
7384         * sysdeps/generic/wcstoll_l.c: ...here.
7385         * wcsmbs/wcstoull_l.c: Moved to ...
7386         * sysdeps/generic/wcstoull_l.c: ...here.
7387
7388         * sysdeps/wordsize-64/wcstol.c: New file.
7389         * sysdeps/wordsize-64/wcstoul.c: New file.
7390         * sysdeps/wordsize-64/wcstoll.c: New file.
7391         * sysdeps/wordsize-64/wcstoull.c: New file.
7392         * sysdeps/wordsize-64/wcstol_l.c: New file.
7393         * sysdeps/wordsize-64/wcstoul_l.c: New file.
7394         * sysdeps/wordsize-64/wcstoll_l.c: New file.
7395         * sysdeps/wordsize-64/wcstoull_l.c: New file.
7396
7397 1999-05-24  Jakub Jelinek  <jj@ultra.linux.cz>
7398
7399         * sysdeps/sparc/bits/wordsize.h: New file.
7400         * sysdeps/sparc/fpu/bits/fenv.h: New file.
7401         * sysdeps/sparc/fpu/fpu_control.h: New file.
7402         * sysdeps/sparc/gmp-mparam.h: New file.
7403
7404         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Remove.
7405         * sysdeps/sparc/sparc32/fpu/fpu_control.h: Remove.
7406         * sysdeps/sparc/sparc64/bits/wordsize.h: Remove.
7407         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Remove.
7408         * sysdeps/sparc/sparc64/fpu/fpu_control.h: Remove.
7409         * sysdeps/sparc/sparc64/gmp-mparam.h: Remove.
7410
7411         * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h: New file.
7412         * sysdeps/unix/sysv/linux/sparc/bits/types.h: New file.
7413         * sysdeps/unix/sysv/linux/sparc/bits/statfs.h: New file.
7414         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h: New file.
7415
7416         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: Remove.
7417         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Remove.
7418         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Remove.
7419         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Remove.
7420         * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: Remove.
7421
7422 1999-05-24  Ulrich Drepper  <drepper@cygnus.com>
7423
7424         * login/openpty.c (openpty): Make sure pty does not because
7425         controlling TTY.
7426
7427         * ctype/ctype.h: Don't optimize toupper/tolower for C++.
7428
7429 1999-05-23  Roland McGrath  <roland@baalperazim.frob.com>
7430
7431         * hurd/set-host.c (_hurd_set_host_config): Use mode 0644, not 0600.
7432         Do proper error return.
7433
7434 1999-05-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7435
7436         * malloc/malloc.h: Add __THROW for __MALLOC_P to synch with usage
7437         of __P in the rest of glibc; define __MALLOC_PMT and use it.
7438         Reported by Stephan Kulow <coolo@kde.org>.
7439
7440 1999-05-23  Ulrich Drepper  <drepper@cygnus.com>
7441
7442         * sysdeps/alpha/fpu/bits/fenv.h: Pretty print.
7443
7444         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Remove unneeded #if.
7445
7446 1999-05-22  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7447
7448         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Prepend __ to member
7449         names to protect from user's macro namespace.
7450         * sysdeps/arm/fpu/bits/fenv.h (fenv_t): Likewise.
7451         * sysdeps/generic/bits/fenv.h (fexcept_t, fenv_t): Likewise.
7452         * sysdeps/i386/fpu/bits/fenv.h (fenv_t): Likewise.
7453         * sysdeps/mips/bits/fenv.h (fenv_t): Likewise.
7454         * sysdeps/m68k/fpu/feholdexcpt.c, sysdeps/m68k/fpu/fesetenv.c:
7455         Adapted.
7456         * sysdeps/arm/fpu/fegetenv.c, sysdeps/arm/fpu/feholdexcpt.c,
7457         sysdeps/arm/fpu/fesetenv.c: Likewise.
7458         * sysdeps/i386/fpu/fclrexcpt.c, sysdeps/i386/fpu/feholdexcpt.c,
7459         sysdeps/i386/fpu/fesetenv.c, sysdeps/i386/fpu/fraiseexcpt.c,
7460         sysdeps/i386/fpu/fsetexcptflg.c: Likewise.
7461         * sysdeps/mips/fesetenv.c: Likewise.
7462
7463 1999-05-22  Roland McGrath  <roland@baalperazim.frob.com>
7464
7465         * sysdeps/generic/bits/sigstack.h (enum SS_*): Remove trailing comma.
7466
7467 1999-05-20  Ulrich Drepper  <drepper@cygnus.com>
7468
7469         * configure.in: Recognize and allow gcc 2.95.
7470
7471 1999-05-19  Jakub Jelinek  <jj@ultra.linux.cz>
7472
7473         * sysdeps/generic/bits/elfclass.h: Version common to
7474         wordsize-32 and wordsize-64.
7475         * sysdeps/generic/bits/environments.h: Ditto.
7476         * sysdeps/generic/stdint.h: Ditto.
7477         * sysdeps/generic/inttypes.h: Ditto.
7478
7479         * sysdeps/generic/bits/wordsize.h: New file.
7480         * stdlib/Makefile: Add bits/wordsize.h to headers.
7481
7482         * sysdeps/sparc/sparc64/bits/wordsize.h: New file.
7483
7484         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Allow the same exported
7485         headers to be used for 32bit and 64bit ABI compilations.
7486         * sysdeps/sparc/sparc64/fpu/fpu_control.h: Ditto.
7487         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Ditto.
7488         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Ditto.
7489         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Ditto.
7490         * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: Ditto.
7491
7492         * sysdeps/wordsize-64/bits/elfclass.h: Remove.
7493         * sysdeps/wordsize-64/bits/environments.h: Remove.
7494         * sysdeps/wordsize-64/stdint.h: Remove.
7495         * sysdeps/wordsize-64/inttypes.h: Remove.
7496         * sysdeps/wordsize-64/bits/wordsize.h: New file.
7497
7498         * sysdeps/wordsize-32/bits/elfclass.h: Remove.
7499         * sysdeps/wordsize-32/bits/environments.h: Remove.
7500         * sysdeps/wordsize-32/stdint.h: Remove.
7501         * sysdeps/wordsize-32/inttypes.h: Remove.
7502         * sysdeps/wordsize-32/bits/wordsize.h: New file.
7503
7504 1999-05-19  Jakub Jelinek  <jj@ultra.linux.cz>
7505
7506         * sysdeps/sparc/sparc64/memcpy.S (__align_cpy_4, __align_cpy_8,
7507         __align_cpy_16): New functions.
7508         (__align_cpy_2, __align_cpy_1): New aliases to memcpy.
7509
7510         * sysdeps/sparc/sparc32/Versions: New file.
7511         * sysdeps/sparc/sparc64/Versions: New file.
7512         * sysdeps/sparc/Versions: Remove.
7513
7514 1999-05-19  Jakub Jelinek  <jj@ultra.linux.cz>
7515
7516         * sysdeps/unix/sysv/linux/configure.in:
7517         On sparc64-*-linux*, set slibdir to /lib64 if prefix
7518         is /usr, plus set libdir to ${exec_prefix}/lib64.
7519         * sysdeps/unix/sysv/linux/configure: Regenerated.
7520         * config.make.in: Propagate libdir settings from configure
7521         to the Makefiles.
7522         * shlib-versions: sparc64-*-linux* dynamic linker is
7523         /lib64/ld-linux.so.2.
7524
7525 1999-05-18  Thorsten Kukuk  <kukuk@suse.de>
7526
7527         * nis/nis_lookup.c (nis_lookup): If we run out of memory, close
7528         RPC connection.
7529
7530 1999-05-18  Jakub Jelinek  <jj@ultra.linux.cz>
7531
7532         * sysdeps/sparc/sparc64/rawmemchr.S: New file.
7533         * sysdeps/sparc/sparc32/sparcv9/rawmemchr.S: New file.
7534
7535         * sysdeps/sparc/sparc64/memchr.S: Fix if the second argument
7536         contains garbage in bits 8-63.
7537         * sysdeps/sparc/sparc64/memset.S: Ditto.
7538         * sysdeps/sparc/sparc64/strchr.S: Ditto.
7539
7540 1999-05-18  Ulrich Drepper  <drepper@cygnus.com>
7541
7542         * sysdeps/wordsize-64/stdint.h (INTPTR_MAX): Add missing ).
7543
7544 1999-05-17  David S. Miller  <davem@redhat.com>
7545
7546         * sysdeps/sparc/sparc32/atomicity.h: New file.
7547         * sysdeps/sparc/sparc32/sparcv9/atomicity.h: New file.
7548         * sysdeps/sparc/sparc64/atomicity.h: New file.
7549         * sysdeps/sparc/sparc32/sparcv9/Makefile: Add -Wa,-Av9a to
7550         sysdep-CFLAGS.
7551
7552 1999-05-18  Richard Henderson  <rth@twiddle.net>
7553
7554         * sysdeps/alpha/memchr.S: Zap high byte of length.  Reschedule.
7555
7556 1999-05-04  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7557
7558         * argp/argp.h, assert/assert.h, misc/sys/cdefs.h,
7559         posix/sys/types.h: Handle the case of __GNUC__=3,
7560         __GNUC_MINOR__=(anything).
7561
7562 1999-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7563
7564         * sysdeps/i386/i486/bits/string.h (rawmemchr): Remove unneccessary
7565         if _FORCE_INLINES.
7566
7567 1999-05-17  Ulrich Drepper  <drepper@cygnus.com>
7568
7569         * elf/Makefile (distribute): Remove dl-origin.h.
7570         Add dl-dst.h and gen-trusted-dirs.awk.
7571
7572 1999-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7573
7574         * sysdeps/i386/i486/Versions: New file with inline functions from
7575         sysdeps/i386/i486/bits/string.h for now.
7576
7577         * sysdeps/i386/Versions: Add inline functions from
7578         sysdeps/i386/bits/string.h.
7579
7580         * string/Versions: Add inline functions from <bits/string2.h>.
7581
7582         * string/Makefile (routines): Add string-inlines.
7583         * string/string-inlines.c: New file, used for implementation of
7584         extern inline functions.
7585
7586         * sysdeps/i386/i486/bits/string.h: Use _FORCE_INLINES to generate
7587         non inlined versions of functions.
7588         * string/bits/string2.h: Likewise.
7589         * sysdeps/i386/bits/string.h: Likewise.
7590
7591 1999-05-17  Ulrich Drepper  <drepper@cygnus.com>
7592
7593         * inet/arpa/tftp.h: Add second packed attribute.
7594
7595 1999-05-16  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
7596
7597         * malloc/malloc.c: Cleanup to bring in line with released
7598         stand-alone version `ptmalloc'.  Update some comments.
7599         (internal_function): Move fallback definition so that the source
7600         compiles outside of libc, and use it in more places.
7601         (malloc_atfork): Fix when malloc_check is in use.
7602
7603 1999-05-16  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7604
7605         * stdlib/tst-strtod.c: Fix typo.
7606
7607 1999-05-16  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7608
7609         * elf/dl-close.c (_dl_close): Add cast to avoid warning about
7610         const incorrectness.
7611
7612 1999-05-16  Roland McGrath  <roland@baalperazim.frob.com>
7613
7614         * sysdeps/generic/bits/termios.h (CRTSCTS): New macro.
7615
7616 1999-05-16  Thorsten Kukuk  <kukuk@suse.de>
7617
7618         * sunrpc/etc.rpc: Add portmapper, rstat_svc and pcnfs.
7619         * sunrpc/key_call.c: Fix memory leak, close file handle.
7620         * nis/nis_creategroup.c: Use malloc instead of calloc,
7621         set ctime and mtime.
7622         * nis/nis_subr.c: Check for realloc result.
7623         * nis/nis_file.c: Fix memory leak.
7624         * nis/nis_table.c: Pretty print.
7625         * nis/nis_getservlist.c: Likewise.
7626         * nis/nis_ismember.c: Likewise.
7627         * nis/nis_lookup.c: Likewise.
7628         * nis/nis_ping.c: Likewise.
7629         * nis/nis_removemember.c: Likewise.
7630         * nis/nis_util.c: Likewise, check calloc result.
7631
7632 1999-05-16  Roland McGrath  <roland@baalperazim.frob.com>
7633
7634         * sysdeps/unix/sysv/linux/sys/socketvar.h: Moved to ...
7635         * sysdeps/generic/sys/socketvar.h: ... here.
7636         * sysdeps/unix/sysv/linux/netinet/in_systm.h: Moved to ...
7637         * sysdeps/generic/netinet/in_systm.h: ... here.
7638         * sysdeps/unix/sysv/linux/Dist: Remove netinet/in_systm.h,
7639         sys/socketvar.h.
7640         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Likewise.
7641         * inet/Makefile (headers): Add netinet/in_systm.h here.
7642         * socket/Makefile (headers): Add sys/socketvar.h here.
7643
7644 1999-05-15  Ulrich Drepper  <drepper@cygnus.com>
7645
7646         * stdlib/strtol.c: Optimize inner loop of long long versions.
7647
7648         * sysdeps/gnu/utmpx.h: Add needed type definitions according to
7649         Unix98.  Add forward declaration of struct utmp.
7650
7651 1999-05-14  Ulrich Drepper  <drepper@cygnus.com>
7652
7653         * nis/nis_getservlist.c (nis_getservlist): Use malloc instead of
7654         calloc.
7655
7656         * nis/nis_checkpoint.c (nis_checkpoint): Fix memory leaks.
7657         * nis/nis_addmember.c (nis_addmember): Fix memory leak.  Test
7658         memory allocation results.
7659
7660 1999-05-14  Mark Kettenis  <kettenis@gnu.org>
7661
7662         * sysdeps/generic/getutmp.c: Include <string.h>
7663         (getutmp): Rewrite to only copy those members that are really
7664         present in `struct utmp'.
7665         * sysdeps/generic/getutmpx.c: Likewise.
7666
7667 1999-05-14  Ulrich Drepper  <drepper@cygnus.com>
7668
7669         * nss/getXXbyYY.c: Add free_mem function which disposes all
7670         statically allocated memory when debugging.
7671         * nss/getXXent.c: Likewise.
7672         * nss/nsswitch.c: Likewise.
7673
7674 1999-05-13  Ulrich Drepper  <drepper@cygnus.com>
7675
7676         * sysdeps/gnu/getutmpx.c: New file.
7677         * sysdeps/gnu/getutmp.c: New file.
7678
7679 1999-05-13  H.J. Lu  <hjl@gnu.org>
7680
7681         * login/Versions (getutmpx): Added to GLIBC_2.1.1.
7682         (getutmp): Likewise.
7683
7684         * sysdeps/gnu/Makefile (sysdep_routines): Add getutmp and
7685         getutmpx for login.
7686
7687         * sysdeps/gnu/utmpx.h (getutmp): Added.
7688         (getutmpx): Likewise.
7689
7690         * sysdeps/generic/getutmp.c: New file.
7691
7692         * sysdeps/generic/getutmpx.c: New file.
7693
7694 1999-05-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7695
7696         * glibcbug.in (BUGGLIBC): Change address to
7697         libc-alpha@sourceware.cygnus.com.
7698
7699 1999-05-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7700
7701         * resolv/arpa/nameser.h: Add C++ protectors.
7702
7703 1999-05-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7704
7705         * iconvdata/gconv-modules: Fix alias for CP1255.  Reported by
7706         Elad Tsur <eladts@post.tau.ac.il>.
7707
7708 1999-05-11  Ulrich Drepper  <drepper@cygnus.com>
7709
7710         * elf/Versions (ld.so) [GLIBC_2.1.1]: Add _dl_lazy.
7711         * elf/dl-open.c (_dl_open_worker): Only relocate newly loaded objects
7712         lazily if LD_BIND_NOW is not set.
7713         * elf/dl-support.c (_dl_lazy): New variable.
7714         (non_dynamic_init): Set _dl_lazy according to LD_BIND_NOW envvar.
7715         * elf/rtld.c (_dl_lazy): new global variable.
7716         ( dl_main): Remove lazy, replace it by _dl_lazy.
7717
7718 1999-05-06  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7719
7720         * locale/setlocale.c (new_composite_name): Check also whether the
7721         first category name differs.
7722
7723 1999-05-11  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7724
7725         * sysdeps/unix/sysv/linux/ftime.c: Use the bsd implementation, not
7726         the generic one.
7727
7728 1999-05-11  Philip Blundell  <pb@nexus.co.uk>
7729
7730         * sysdeps/generic/bits/socket.h (struct sockaddr_storage): New
7731         structure; storage suitable for any socket address.
7732         * sysdeps/unix/sysv/linux/bits/socket.h (struct sockaddr_storage):
7733         Likewise.
7734         * sysdeps/unix/sysv/linux/mips/bits/socket.h (struct
7735         sockaddr_storage): Likewise.
7736
7737         * inet/netinet/in.h: Use ULONG_MAX not ~0 to test for a 64-bit
7738         platform.
7739
7740 1999-05-10  Ulrich Drepper  <drepper@cygnus.com>
7741
7742         * hesiod/Versions: Change _nss_hesiod_getpwuid and
7743         _nss_hesiod_getgrgid to _nss_hesiod_getpwuid_r and
7744         _nss_hesiod_getgrgid_r respectively.  Fixes pr libc/1115.
7745
7746 1999-05-09  Mark Kettenis  <kettenis@gnu.org>
7747
7748         * hurd/get-host.c (_hurd_get_host_config): Return an empty value
7749         if the file is empty.
7750
7751 1999-05-07  Ulrich Drepper  <drepper@cygnus.com>
7752
7753         * elf/do-lookup.h: Fix typo in comment.
7754
7755         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Set f_frsize to
7756         f_bsize to help some broken programs.
7757
7758         * stdio-common/tst-printf.c: Add test case for last _itoa problem.
7759
7760         * stdio-common/vfprintf.c: Fix typo.
7761
7762 1999-05-06  Ulrich Drepper  <drepper@cygnus.com>
7763
7764         * elf/link.h (struct link_map): New field l_phdr_allocated.
7765         * elf/dl-load.c (_dl_map_object_from_fd): Don't depend on having
7766         the program header being part of any loaded segment.  If it is not
7767         allocate memory and set l_phdr_allocated flag.
7768         * elf/dl-close.c (_dl_close): Free l_phdr if necessary.
7769
7770         * nss/digits_dots.c: Correct return value interpretation of
7771         inet_ntoa.  Fix PR libc/1109.
7772
7773 1999-05-06  Zack Weinberg  <zack@rabi.columbia.edu>
7774
7775         * sysdeps/sparc/sparc32/sparcv9/Dist: New file.
7776
7777 1999-05-06  Thorsten Kukuk  <kukuk@suse.de>
7778
7779         * stdlib/fpioconst.c (__tens): Export also for 64bit platforms.
7780         * stdlib/fpioconst.c: Move #endif before end of struct.
7781
7782 1999-05-05  Ulrich Drepper  <drepper@cygnus.com>
7783
7784         * Versions.def (ld.so): Add GLIBC_2.1.1.
7785         * elf/Makefile (routines): Add dl-origin.
7786         (tests): Add origtest.  Add dependencies for the program.
7787         * elf/Versions (ld.so) [GLIBC_2.1.1]: Add _dl_origin_path,
7788         _dl_platformlen, _dl_dst_count and _dl_dst_substitute.
7789         * elf/dl-deps.c (expand_dst): New macro.  Expand DSTs in filename.
7790         (_dl_map_object_deps): Use expand_dst to expand DSTs in DT_NEEDED,
7791         DT_AUXILIARY, and DT_FILTER filenames.
7792         * elf/dl-load.c (expand_dynamic_string_token): Explode into
7793         two functions and three macros.
7794         (_dl_dst_count, _dl_dst_substitute): New functions.
7795         * elf/dl-dst.h: New file.
7796         * elf/dl-open.c (_dl_open): Take extra parameter with address of
7797         caller.  Pass address in args structure.
7798         (dl_open_worker): Recognize and expand DSTs in filename.
7799         * elf/ldsodefs.h (_dl_open): Adapt prototype.
7800         * elf/dlopen.c (dlopen_doit): Pass caller address to _dl_open.
7801         (__dlopen_check): Pass caller address to dlopen_doit in args.
7802         * elf/dlopendoit.c: Likewise.
7803         * iconv/gconv_dl.c: Adapt call of _dl_open.
7804         * nss/nsswitch.c: Likewise.
7805         * elf/origtest.c: New file.
7806         * sysdeps/generic/dl-origin.h: Moved to...
7807         * sysdeps/generic/dl-origin.c: ...here.
7808         * sysdeps/unix/sysv/linux/dl-origin.h: Moved to...
7809         * sysdeps/unix/sysv/linux/dl-origin.c: ...here.
7810
7811         * stdio-common/_itoa.c (_itoa): Fix special 32bit platform case
7812         with specific bases and only few bits set in second word.
7813
7814         * timezone/Makefile (install-others): Create target directory
7815         before creating tzfiles.
7816
7817 1999-05-05  Thorsten Kukuk  <kukuk@suse.de>
7818
7819         * nis/nis_file.c (readColdStartFile): Allocate memory only after
7820         the file is opened successfully.
7821
7822         * nis/nis_table.c: Fix some memory leaks.
7823
7824 1999-05-04  Ulrich Drepper  <drepper@cygnus.com>
7825
7826         * elf/dl-load.c (expand_dynamic_string_token): Rewrite to loose st
7827         variable.
7828
7829         * elf/dl-load.c (expand_dynamic_string_token): Recognize { }
7830         around DST.  Correctly ignore ORIGIN IN SUID binaries.
7831
7832 1999-05-03  Ulrich Drepper  <drepper@cygnus.com>
7833
7834         * sysdeps/generic/strtok_r.c: Use rawmemchr instead of strchr.
7835         * sysdeps/generic/strtok.c: Likewise.
7836
7837         * string/tester.c: Add test of rawmemchr.
7838
7839         * sysdeps/i386/bits/select.h (__FD_ZERO): Remove memory output
7840         specification.  It's not necessary.
7841
7842         * elf/Makefile (trusted-dirs.st): Use gen-trusted-dirs.awk.
7843         * elf/gen-trusted-dirs.awk: New file.
7844         * elf/dl-load.c (systems_dirs): Moved into file scope.  Initialize
7845         from SYSTEM_DIRS macro.
7846         (system_dirs_len): New variable.  Contains lengths of system_dirs
7847         strings.
7848         (fillin_rpath): Rewrite for systems_dirs being a simple string.
7849         Improve string comparisons.  Change parameter trusted to be a flag.
7850         Change all callers.
7851         (_dt_init_paths): Improve using new format for system_dirs.
7852
7853         * elf/dl-load.c (expand_dynamic_string_token): Don't expand
7854         $ORIGIN for SUID binaries.
7855
7856         * sysdeps/unix/sysv/linux/arm/Dist: Add sigrestorer.S.
7857
7858 1999-05-02  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7859
7860         * sunrpc/Makefile: Generate dependencies for all flavors of
7861         librpcsvc objects.
7862         (rpcgen-cmd): Pass -Y flag here and remove it from the macro
7863         invocations.
7864
7865 1999-05-02  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7866
7867         * elf/dlopenold.c: Move #if down after includes to get
7868         dependencies right.
7869
7870 1999-05-01  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7871
7872         * sysdeps/generic/bzero.c: Undefine __bzero.
7873
7874 1999-05-02  Ulrich Drepper  <drepper@cygnus.com>
7875
7876         * sysdeps/unix/sysv/linux/netax25/ax25.h: Update from kernel header.
7877         * sysdeps/unix/sysv/linux/netrom/netrom.h: Likewise.
7878         * sysdeps/unix/sysv/linux/netrose/rose.h: Likewise.
7879         Patch by Craig Small <csmall@scooter.eye-net.com.au>.
7880
7881         * sysdeps/posix/getaddrinfo.c (gaih_inet_serv): Change fourth
7882         parameter to struct gaih_servtuple *.  Adapt appropriately.
7883         (gaih_inet): Use alloca to allocate room for gaih_inet_serv calls.
7884         This fixes a memory leak.
7885         Reported by Mikolaj J. Habryn <dichro-glibcbug@rcpt.to>.
7886
7887         * sysdeps/unix/sysv/linux/sys/procfs.h: Remove greg_t, gregset_t,
7888         and fpregset_t definition.  They are defined in ucontext.h.
7889
7890 1999-04-14  Scott Bambrough  <scottb@netwinder.org>
7891
7892         * sysdeps/unix/sysv/linux/arm/net/ethernet.h: struct ether_addr
7893         and struct ether_header must be packed on the ARM.  The default
7894         alignment constraints add padding to the end of the structures.
7895
7896 1999-04-14  Scott Bambrough  <scottb@netwinder.org>
7897
7898         * inet/arpa/tftp.h: struct tftphdr must be packed on the ARM.  The
7899         default alignment constraints add padding to the end of the
7900         structure and between members.
7901
7902 1999-05-02  Ulrich Drepper  <drepper@cygnus.com>
7903
7904         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
7905         _dl_cache_libcmp instead of strcmp.
7906
7907         * sysdeps/generic/glob.c (glob_in_dir): It's no error if opendir
7908         fails on a file.
7909         Reported by Sergei Ivanov <svivanov@pdmi.ras.ru> [PR libc/1032].
7910
7911 1998-03-30  Joel Klecker  <espy@debian.org>
7912
7913         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile
7914         (sysdep-others,install-bin): Add lddlibc4.
7915
7916 1999-05-02  H.J. Lu  <hjl@gnu.org>
7917
7918         * timezone/zic.c (dolink): Remove the symlink destination first.
7919
7920         * catgets/open_catalog.c (__open_catalog): Set catalog->status
7921         to "nonexisting" if failed to open the file.
7922
7923 1999-05-01  Ulrich Drepper  <drepper@cygnus.com>
7924
7925         * string/bits/string2.h: Only use __builtin_memset for egcs 1.1 and
7926         gcc3.
7927
7928         * sysdeps/i386/i486/bits/string.h: Don't use and define __memset_gg.
7929         Prevent warnings from multiplication with 0x01010101 by another cast.
7930
7931 1999-04-30  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7932
7933         * string/bits/string2.h (memset): Revert to previous version if
7934         unaligned writes are not available.
7935
7936 1999-04-30  Ulrich Drepper  <drepper@cygnus.com>
7937
7938         * sysdeps/i386/i486/bits/string.h (__memset_gc): Help generating
7939         better code in presence of the asm.
7940
7941 1999-04-30  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7942
7943         * stdlib/fmtmsg.c (keywords): Increase array size for faster
7944         indexing.
7945
7946         * locale/localeinfo.h (_nl_category_names): Increase array element
7947         size for faster indexing.
7948         * locale/setlocale.c (_nl_category_names): Adjusted.
7949
7950 1999-04-30  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7951
7952         * iconv/gconv_conf.c (add_alias): Remove wrong cast.
7953
7954 1999-05-01  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7955
7956         * sysdeps/m68k/stackinfo.h: New file.
7957
7958 1999-04-30  Ulrich Drepper  <drepper@cygnus.com>
7959
7960         * string/tester.c (test_strchrnul): New function.
7961         (test_memset): Test one more special case.
7962
7963         * sysdeps/i386/strchrnul.S: Fix bugs which lead to wrong results in
7964         25% of all cases.
7965
7966         * sysdeps/i386/i486/bits/string.h: Replace __uintXX_t types with
7967         base types.
7968
7969         * string/bits/string2.h: Fix bugs I introduced in last change.
7970
7971         * sysdeps/i386/i486/bits/string.h (memcmp): Don't introduce partial
7972         register stall.
7973         Extend memset optimization.
7974         Correct i686 version of memchr.
7975
7976 1999-04-30  Roland McGrath  <roland@baalperazim.frob.com>
7977
7978         * sysdeps/i386/bzero.c: Add #undef __bzero.
7979
7980         * hurd/hurdinit.c (_hurd_new_proc_init): Don't do initial SIGTRAP if
7981         EXEC_SIGTRAP was set in the incoming exec flags--that indicates the
7982         exec server simulated a SIGTRAP before we even started up, so gdb is
7983         already happy.
7984
7985 1999-04-30  Ulrich Drepper  <drepper@cygnus.com>
7986
7987         * nss/digits_dots.c: Always initialize not_ok.
7988
7989 1999-04-30 09:02 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
7990
7991         * string/bits/string2.h (memset): Avoid arithmetic overflow at
7992         compile time, which produces obnoxious warnings.  If GCCv2 is
7993         in use, map __bzero to __builtin_memset to enable that
7994         optimization.
7995
7996 1999-04-29  Ulrich Drepper  <drepper@cygnus.com>
7997
7998         * string/bits/string2.h: Add more memset optimizations.
7999
8000         * resolv/inet_addr.c (inet_aton): Optimize switch statement away.
8001
8002         * resolv/inet_pton.c (inet_pton4): Little optimizations.
8003         (inet_pton6): Likewise.
8004
8005         * nss/getXXbyYY_r.c: Include assert.h.
8006         * nss/getXXbyYY.c: Likewise.
8007
8008 1999-04-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8009
8010         * termios/tcgetsid.c (tcgetsid): Rename variable to
8011         tiocgsid_does_not_work.
8012
8013 1999-04-29  Ulrich Drepper  <drepper@cygnus.com>
8014
8015         * inet/getnameinfo.c (nrl_domainname): Fix last patch.
8016
8017 1999-04-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8018
8019         * nss/digits_dots.c: Use inet_aton to parse IPv4 numbers.
8020         This allows e.g. gethostbyname to accept "10.1234".
8021         Reported by Alexander V. Lukyanov <lav@long.yar.ru> [PR libc/1096].
8022
8023         * nss/test-netdb.c (test_hosts): Add test for gethostbyname and
8024         non quad IPv4 numbers.
8025
8026 1999-04-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8027
8028         * resolv/res_hconf.c (_res_hconf_init): Remove unused variable end.
8029
8030 1999-04-28  Ulrich Drepper  <drepper@cygnus.com>
8031
8032         * argp/argp-ba.c (argp_program_bug_address): Don't initialize with 0.
8033         * argp/argp-parse.c (_argp_hang): Likewise.
8034         * argp/argp-pv.c (argp_program_version): Likewise.
8035         * argp/argp-pvh.c (argp_program_version_hook): Likewise.
8036         * inet/ether_hton.c (ether_hton, startp): Likewise.
8037         * inet/ether_ntoh.c (ether_ntoh, startp): Likewise.
8038         * inet/getnetgrent_r.c (setup, startp): Likewise.
8039         * intl/loadmsgcat.c (_nl_msg_cat_cntr): Likewise.
8040         * intl/localealias.c (string_space, string_space_act, string_space_max,
8041         nmap, maxmap): Likewise.
8042         * libio/iopopen.c (proc_file_chain): Likewise.
8043         * libio/oldiopopen.c (old_proc_file_chain): Likewise.
8044         * locale/lc-collate.c (__collate_table, __collate_extra,
8045         __collate_element_hash, __collate_element_strings,
8046         __collate_element_values): Likewise.
8047         * malloc/mcheck.c (mcheck_used): Likewise.
8048         * malloc/mtrace.c (added_atexit_handler): Likewise.
8049         * malloc/set-freeres.c (already_called): Likewise.
8050         * misc/getpass.c (getpass) [buf, bufsize]: Likewise.
8051         * misc/syslog.c (LogStat, LogTag): Likewise.
8052         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Likewise.
8053         * nss/getXXbyYY_r.c (startp): Likewise.
8054         * posix/getopt.c (optarg, __getopt_initialized): Likewise.
8055         * posix/regex.c (init_syntax_once) [done]: Likewise.
8056         (debug): Likewise.
8057         * string/strfry.c (init): Likewise.
8058         * sunrpc/svc_run.c (svc_top): Likewise.
8059         * posix/euidaccess.c (have_ids): Likewise.
8060         * sysdeps/unix/sysv/linux/poll.c (must_emulate): Likewise.
8061         * sysdeps/unix/sysv/linux/ttyname.c (__ttyname, namelen): Likewise.
8062         * time/getdate.c (getdate_err): Likewise.
8063         * time/tzfile.c (transitions, type_idxs, types, zone_names, leaps):
8064         Likewise.
8065         * time/tzset.c (old_tz, is_initialized): Likewise.
8066
8067         * inet/getnameinfo.c (nrl_domainname): Rewrite to allow initialization
8068         of static data with zero.
8069         * signal/allocrtsig.c (init): Likewise.
8070
8071         * string/Makefile (routines): Add strchrnul.
8072         * string/Versions [GLIBC_2.1.1]: Add strchrnul.
8073         * string/string.c: Add strchrnul prototype.
8074         * include/string.h: Add __strchrnul prototype.
8075         * sysdeps/generic/strchrnul.c: New file.
8076         * sysdeps/i386/strchrnul.S: New file.
8077         * sysdeps/i386/bits/string.c: Add strchrnul optimization.
8078         * sysdeps/i386/i486/bits/string.c: Likewise.
8079         * argp/argp-help.c (argp_args_usage): Use __strchrnul.
8080         * inet/ether_line.c (ether_line): Likewise.
8081         * nscd/nscd_conf.c (nscd_parse_file): Likewise.
8082         * nss/nsswitch.c (nss_parse_file): Likewise.
8083         * posix/execvp.c (execvp): Likewise.
8084         * posix/fnmatch.c (internal_fnmatch): Likewise.
8085         * resolv/res_hconf.c (_res_hconv_init): Likewise.
8086         * resolv/res_init.c (res_init): Likewise.
8087         * stdlib/fmtmsg.c (init): Likewise.
8088         * stdlib/getsubopt.c (getsubopt): Likewise.
8089
8090         * catgets/catgets.c (catopen): Only allocate one memory block.
8091         (catclose): Only one free call necessary.
8092
8093         * catgets/open_catalog.c (__open_catalog): Simplify handling of
8094         file descriptor.
8095
8096         * ctype/ctype-extn.c: Make __toascii_l and __isascii_l alias instead
8097         of real functions.  Simplify _tolower and _toupper.
8098
8099         * grp/initgroups.c (compat_call): Remove unnecessary use of pointer
8100         variable.
8101
8102         * iconv/gconv.h (struct gconv_info): Change data element from pointer
8103         to array of size 0.
8104         * iconv/gconv_open.c (__gconv_open): Allocate structures accordingly.
8105         * iconv/gconv_close.c (__gconv_close): Don't free data.
8106
8107         * iconv/gconv_conf.c (add_alias): Avoid searching in tree twice to
8108         insert new alias.
8109
8110         * iconv/gconv_db.c (add_derivation): More efficient copying.  Check
8111         for error while inserting in tree.
8112
8113         * include/time.h: Pretty print.
8114
8115         * inet/ruserpass.c: Rewrite use of toktab to avoid string pointers
8116         in table and lots of relocations.
8117         * posix/regex.c (regerror): Rewrite use of re_error_msgid to avoid
8118         string pointers in table and lots of relocations.
8119
8120         * intl/finddomain.c: Remove definition of strchr macro.
8121
8122         * io/ftw.c (nftw_arr, ftw_arr): Make const.
8123
8124         * locale/loadlocale.c (_nl_load_locale): Optimize string copying.
8125
8126         * locale/localeinfo.h (_nl_category_names): Change into an array with
8127         fixed width char string elements.
8128         * locale/setlocale.c (_nl_category_names): Likewise.
8129         (_nl_current): Make global.
8130         * locale/nl_langinfo.c (nldata): Removed.  Use _nl_current now.
8131
8132         * malloc/Makefile (distribute): Add stackinfo.h.
8133         * sysdeps/generic/stackinfo.h: New file.
8134         * sysdeps/i386/stackinfo.h: New file.
8135         * posix/execl.c: Use stackinfo.h in optimizing alloca use.
8136         * posix/execle.c: Likewise.
8137         * posix/execlp.c: Likewise.
8138
8139         * nis/nis_table.c (__create_ib_request): Always use realloc.
8140
8141         * posix/execvp.c (execute): Rename to script_execute and keep only
8142         code to execute using shell.
8143         (execvp): Call execv directly and only fall back on script_execute.
8144
8145         * resolv/inet_net_pton.c (inet_net_pton_ipv4): Remove digits define
8146         and always use xdigits instead.
8147
8148         * resolv/res_init.c (res_init): Use rawmemchr instead of strchr
8149         where appropriate.
8150
8151         * stdlib/fpioconst.h (__tens): New declaration.
8152         (struct mp_power): Remove array, add arrayoff element.
8153         * stdlib/fpioconst.c: Replace definitions of _ten_p* arrays by one
8154         __tens array and add in _fpioconst_pow10 offsets into __tens.
8155         * stdio-common/printf_fp.c: Rewrite to use new __tens array.
8156         * stdlib/strtod.c: Likewise.
8157
8158         * stdlib/a64l.c (a64l_table): Avoid unnecessary elements.
8159
8160         * stdlib/exit.c: Rewrite to use __exit_funcs being as sign for end
8161         of the list.
8162         * stdlib/atexit.c (__exit_funcs): Don't initialize.
8163
8164         * stdlib/fmtmsg.c (keywords): Make name element fixed width array.
8165
8166         * sunrpc/clnt_perr.c: Rewrite clnt_sperrno and auth_errmsg to use
8167         a single and an array with offsets.
8168
8169         * sunrpc/des_soft.c (partab): Make it const.
8170
8171         * sunrpc/key_call.c (trytimeout, tottimeout): Make const.
8172         (__key_encryptsession_pk_LOCAL): Don't initialize with 0.
8173         (__key_decryptsession_pk_LOCAL): Likewise.
8174         (__key_gendes_LOCAL): Likewise.
8175         (MESSENGER): Mark const.
8176         (key_call_private_main): Don't initialize with 0.
8177         (use_keyenvoy): Don't initialize with 0.
8178         (key_call): Rewrite to reverse logic of use_doors variable.
8179
8180         * sunrpc/netname.c (OPSYS): Define as array, not pointer.
8181         (startp): Don't initialize with zero.
8182
8183         * sunrpc/openchild.c (_openchild): Make first argument const.
8184
8185         * sunrpc/pmap_rmt.c (timeout): Mark const.
8186         * sunrpc/xcrypt.c (hex): Likewise.
8187
8188         * sysdeps/unix/sysv/linux/getcwd.c: Rewrite to allow omitting
8189         initialization of global variables.
8190         * sysdeps/unix/sysv/linux/getpt.c: Likewise.
8191         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8192         * termios/tcgetsid.c: Likewise.
8193
8194         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags): Change
8195         fxsr to osfxsr.
8196
8197         * time/tzfile.c (__tzfile_read): Rewrite to allocate only one memory
8198         block.  Add function to free memory if wanted.
8199         * time/tzset.c (tzset_internal): Pass extra argument to __tzfile_read.
8200
8201         * wcsmbs/wcsmbsload.c (to_wc, to_mb): Correct initializers.
8202
8203         * wcsmbs/wmemset.c: Little code optimization.
8204
8205 1999-04-23  Paul Eggert  <eggert@twinsun.com>
8206
8207         * stdlib/strtoull.c: Surround strong_alias and weak_alias with
8208         ifdef _LIBC.
8209
8210 1999-04-28  Roland McGrath  <roland@baalperazim.frob.com>
8211
8212         * sysdeps/mach/hurd/getdents.c (__getdirentries): Remove
8213         implementation and just always fail with ENOSYS.  This entry point is
8214         obsolete.  Add link warning to that effect.
8215
8216 1999-04-27  Roland McGrath  <roland@baalperazim.frob.com>
8217
8218         * hurd/get-host.c: Include <hurd/lookup.h>.
8219
8220 1999-04-28  Ulrich Drepper  <drepper@cygnus.com>
8221
8222         * malloc/malloc.c (rEALLOc): Only free memory for size 0 if oldmem
8223         is != NULL.
8224
8225 1999-04-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8226
8227         * malloc/malloc.c (REALLOC_ZERO_BYTES_FREES): Define it to follow
8228         ISO C9x and Unix98.
8229
8230 1999-04-28  Ulrich Drepper  <drepper@cygnus.com>
8231
8232         * libio/iofopncook.c (_IO_cookie_seek): Correct return value.
8233         Patch by Peter Miller <millerp@canb.auug.org.au>.
8234
8235 1999-04-27  Thorsten Kukuk  <kukuk@suse.de>
8236
8237         * sunrpc/pmap_clnt.c: Add own get_myaddress function, which
8238         prefers loopback device.
8239
8240 1999-04-28  Ulrich Drepper  <drepper@cygnus.com>
8241
8242         * posix/fnmatch.c (internal_fnmatch): Finish incomplete
8243         no_leading_period change.
8244
8245         * posix/testfnm.c: More test cases.
8246
8247 1999-04-27  Ulrich Drepper  <drepper@cygnus.com>
8248
8249         * include/dirent.h: Remove __getdirentries declaration, add __getdents
8250         and __getdents64.
8251         * sysdeps/unix/readdir.c: Use __getdents, not __getdirentries.
8252         * sysdeps/unix/readdir_r.c: Likewise.
8253         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
8254         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
8255         * sysdeps/unix/sysv/linux/getdents.c: Define __getdents, not
8256         __getdirentries.  Remove fourth argument.
8257         * sysdeps/unix/sysv/linux/getdirentries.c: New file.
8258         * sysdeps/unix/sysv/linux/getdirentries64.c: New file.
8259         * sysdeps/unix/sysv/linux/Makefile [subdir=dirent] (sysdep_routines):
8260         Add getdirentries and getdirentries64.
8261         * sysdeps/unix/sysv/linux/Dist: Add getdirentries and getdirentries64.
8262
8263         * posix/fnmatch.c (internal_fnmatch): Correctly reset string
8264         pointer in case of an invalid [[: expression.
8265
8266         * posix/testfnm.c: Add more test cases.
8267
8268 1999-04-27  Roland McGrath  <roland@baalperazim.frob.com>
8269
8270         * hurd/hurdexec.c (_hurd_exec): If SIGKILL present in _hurdsig_traced
8271         set, pass EXEC_SIGTRAP flag in exec RPC.
8272
8273 1999-04-26  Ulrich Drepper  <drepper@cygnus.com>
8274
8275         * posix/fnmatch.c (internal_fnmatch): Renamed from fnmatch.  Take
8276         extra parameter.  Fix several more bugs involving wildcard and
8277         ranges.
8278         (fnmatch): New function.  Call internal_fnmatch.
8279
8280         * posix/testfnm.c: More test cases.
8281
8282 1999-04-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8283
8284         * manual/install.texi (Configuring and compiling): Explain that
8285         files are changed in the source directory.
8286         Closes PR libc/981.
8287         (Configuring and compiling): Explain situation with PARALLELMFLAGS
8288         in the source directory.
8289
8290 1999-04-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
8291
8292         * locale/programs/ld-ctype.c: Spelling fixes.
8293         (ctype_finish): Fix argument of error message format.
8294         * locale/programs/ld-messages.c: Spelling fixes.
8295         * locale/programs/ld-monetary.c: Spelling fixes.
8296         * locale/programs/ld-time.c (time_finish): Make sure that name and
8297         format of era_entries are adjacent.
8298         (time_output): Reduce the size of the io vector.
8299
8300 1999-04-25  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
8301
8302         * manual/filesys.texi (Attribute Meanings): Move a misplaced
8303         paragraph.
8304
8305 1999-04-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
8306
8307         * locale/programs/ld-collate.c (collate_output): Convert
8308         undefined_offset to an array index.  Fix computation of other
8309         endian extra table.
8310
8311 1999-04-26  Roland McGrath  <roland@baalperazim.frob.com>
8312
8313         * hurd/get-host.c (_hurd_get_host_config): If ENOENT opening file,
8314         return success with empty value.
8315
8316 1999-04-26  Ulrich Drepper  <drepper@cygnus.com>
8317
8318         * posix/fnmatch.c: Include string.h also for glibc.
8319         (fnmatch, case '?'): Optimize if cascades a bit.
8320         (fnmatch, case '*'): Correct handling if FNM_PATHNAME is set.
8321
8322         * posix/testfnm.c: Add test cases for * with FNM_PATHNAME errors.
8323
8324 1999-04-24  Ulrich Drepper  <drepper@cygnus.com>
8325
8326         * iconv/gconv_builtin.h: Add definitions for UTF16 builtins.
8327         * iconv/gconv_int.h: Declare UTF16 functions.
8328         * iconv/gconv_simple.c: Add UTF16 conversion functions.
8329
8330 1999-04-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8331
8332         * posix/wordexp.c (parse_param): Fix type of offset to allow it to
8333         be used correctly as parameter for parse_dollars/parse_tilde.
8334
8335 1999-04-19  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
8336
8337         * manual/conf.texi (Utility Limits): Remove duplicate description
8338         of BC_DIM_MAX.
8339
8340 1999-04-19  Ulrich Drepper  <drepper@cygnus.com>
8341
8342         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Correctly initialize
8343         outbufend for dst==NULL.
8344
8345 1999-04-18  Ulrich Drepper  <drepper@cygnus.com>
8346
8347         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Correctly initialize outbufend
8348         for dst==NULL.
8349         Fixes PR libc/1084.
8350
8351         * socket/sys/socket.h: Define SHUT_RD, SHUT_WR, and SHUT_RDWR.
8352         Fixes PR libc/1083.
8353
8354 1999-04-18  Thorsten Kukuk  <kukuk@suse.de>
8355
8356         * sunrpc/Makefile: Remove special handling of bootparam.x,
8357         add rpcsvc/bootparam.h to headers.
8358         * sunrpc/rpcsvc/bootparam.h: New, for backward compatibility.
8359         * sunrpc/rpcsvc/bootparam.x: Renamed to...
8360         * sunrpc/rpcsvc/bootparam_prot.x: ...this.
8361
8362 1999-04-18  Ulrich Drepper  <drepper@cygnus.com>
8363
8364         * sysdeps/unix/bsd/poll.c (__poll): Add more compatiblity code to
8365         detect and handle invalid descriptors.
8366
8367 1999-04-17  Thorsten Kukuk  <kukuk@suse.de>
8368
8369         * timezone/zic.c (dolink): Append complete path not only filename
8370         to ../ list.
8371
8372 1999-04-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8373
8374         * iconvdata/ibm874.c (TABLES, CHARSET_NAME): Follow name change.
8375
8376 1999-04-17  Ulrich Drepper  <drepper@cygnus.com>
8377
8378         * iconvdata/gconv-modules: Rename CP874 to IBM874.
8379         * iconvdata/Makefile: Likewise.
8380         * iconvdata/cp874.h: Removed.
8381         * iconvdata/cp874.c: Renamed to...
8382         * iconvdata/ibm874.c: ...this.
8383
8384 1999-04-16  Ulrich Drepper  <drepper@cygnus.com>
8385
8386         * sysdeps/unix/sysv/linux/bits/types.h: Correct
8387         signed/unsigned-ness of blkcnt and fsblkcnt.
8388         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
8389         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
8390
8391         * sysdeps/unix/sysv/linux/bits/socket.h: Add SOL_PACKET, SOL_ATM,
8392         SOL_AAL, and SOL_IRDA.
8393
8394 1999-04-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
8395
8396         * sysdeps/unix/sysv/linux/fstatvfs.c: Set f_frsize to zero.  Don't
8397         include "linux_fsinfo.h".
8398         Based on a patch by H.J. Lu <hjl@gnu.org>.
8399
8400 1999-04-16  Thorsten Kukuk  <kukuk@suse.de>
8401
8402         * sunrpc/rpc_cout.c (print_header): Use int32_t pointer, not long.
8403
8404 1999-04-16  Ulrich Drepper  <drepper@cygnus.com>
8405
8406         * nscd/cache.c (prune_cache): Only disable file checking for
8407         future if the file does not exist.
8408         Update file_mtime if cache was flushed.
8409
8410 1999-04-15  David S. Miller  <davem@redhat.com>
8411
8412         * sysdeps/sparc/sparc32/strcat.S: Avoid using register g6.
8413         * sysdeps/sparc/sparc32/strcpy.S: Likewise.
8414
8415 1999-04-15  Scott Bambrough  <scottb@netwinder.org>
8416
8417         * sysdeps/unix/sysv/linux/arm/sigaction.c: Fix typo in preventing
8418         compilation of file.
8419
8420 1999-04-15  Ulrich Drepper  <drepper@cygnus.com>
8421
8422         * Versions.def: Add GLIBC_2.1.1 to libpthread.
8423
8424         * iconvdata/Makefile (modules): Add KOI8-U.
8425         (distribute): Add koi8-u.c.
8426         (gen-8bit-gap-modules): Add koi8-u.
8427         * iconvdata/gconv-modules: Add KOI8-U entries.
8428         * iconvdata/koi8-u.c: New file.
8429
8430 1999-04-13  Thorsten Kukuk  <kukuk@suse.de>
8431
8432         * sunrpc/auth_des.c: 64bit fixes, security fixes.
8433         * sunrpc/auth_none.c: Pretty print.
8434         * sunrpc/auth_unix.c: Likewise.
8435         * sunrpc/authdes_prot.c: Likewise.
8436         * sunrpc/authuxprot.c: Likewise.
8437         * sunrpc/bindrsvprt.c: Likewise.
8438         * sunrpc/clnt_gen.c: Likewise.
8439         * sunrpc/rpc/xdr.h: Likewise.
8440         * sunrpc/rpc/auth_des.h: Add rpc_timeval struct.
8441         * sunrpc/rpc_cmsg.c: Don't use *long pointers.
8442         * sunrpc/rtime.c: Use new rpc_timeval.
8443         * sunrpc/svc_authux.c: Don't use *long pointers.
8444         * sunrpc/svcauth_des.c: Likewise + security fixes.
8445         * sunrpc/xdr_mem.c: Don't use *long pointers.
8446         * sunrpc/xdr_rec.c: Likewise.
8447         * sunrpc/xdr_sizeof.c: Likewise.
8448         * sunrpc/xdr_stdio.c: Likewise.
8449
8450 1999-04-15  Ulrich Drepper  <drepper@cygnus.com>
8451
8452         * sunrpc/clnt_udp.c (clntudp_call): Move initialization of anyup
8453         so that it is redone for each sending.
8454
8455 1999-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8456
8457         * sunrpc/clnt_udp.c (clntudp_call): Initialize anyup.
8458
8459 1999-04-15  Ulrich Drepper  <drepper@cygnus.com>
8460
8461         * iconv/gconv_db.c (__gconv_find_transform): If conversion is
8462         known to not exist don't try to load shared objects.
8463         Patch by Petr Vandrovec Ing. VTEI <VANDROVE@vc.cvut.cz>.
8464
8465         * nscd/cache.c (prune_cache): The table might not be unused.  In
8466         this case do nothing.
8467
8468         * catgets/gencat.c (read_input_file): Don't drop white spaces
8469         between number/identifier and string.
8470         Patch by Dima Barsky <dima@pwd.hp.com>.
8471         If no white space at all follows number/identifier remove existing
8472         message with the number/identifier.
8473
8474 1999-04-14  H.J. Lu  <hjl@gnu.org>
8475
8476         * sunrpc/clnt_udp.c (is_network_up): New function.
8477         (clntudp_call): Call is_network_up () to check if any network
8478         interface is up in case of timeout.
8479
8480 1999-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8481
8482         * wctype/test_wcfuncs.c: New file, tests towlower and towupper.
8483         * wctype/Makefile (tests): Add test_wcfuncs.
8484
8485 1999-04-14  Jakub Jelinek  <jj@ultra.linux.cz>
8486
8487         * scripts/config.sub: Allow sparcv[6789]-* and sparcv8plus{,a}-*
8488         architectures.
8489         * sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS
8490         instead of CFLAGS.
8491         * sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS
8492         instead of CFLAGS. For gnulib and string directories use
8493         -Wa,-Av9a gcc ASFLAGS.
8494         * sysdeps/sparc/sparc32/sparcv9/memmove.c: New file.
8495         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: New file.
8496         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: New file.
8497         * shlib-versions: Handle sparcv[6789]-* and sparcv8plus{,a}-*
8498         the same way as sparc-*.
8499
8500 1999-04-14  Ulrich Drepper  <drepper@cygnus.com>
8501
8502         * locale/programs/locfile.c (locfile_read): Fix typo.
8503         Patch by Kaoru Fukui <k_fukui@highway.ne.jp>.
8504
8505 1999-04-14  Scott Bambrough  <scottb@netwinder.org>
8506
8507         * sysdeps/unix/sysv/linux/arm/socket.S: Socket calls could not be
8508         restarted after being interrupted by a signal.  The parameters on
8509         the stack were corrupted by the signal handler.
8510
8511         * sysdeps/unix/sysv/linux/arm/mmap.S: mmap calls could not be
8512         restarted after being interrupted by a signal.  The parameters on
8513         the stack were corrupted by the signal handler.
8514
8515 1999-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8516
8517         * wctype/wcfuncs.c (towlower): Use __ctype_tolower.
8518         Reported by Kalle Olavi Niemitalo <tosi@ees2.oulu.fi>
8519
8520 1999-04-12  Tim Waugh  <tim@cyberelk.demon.co.uk>
8521
8522         * posix/wordexp-test.c: In field-splitting test cases where
8523         subshells were involved, unset IFS first: some shells (ash) use
8524         IFS even when no expansion is performed.
8525
8526 1999-04-13  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
8527
8528         * libio/obprintf.c (_IO_obstack_overflow): Put the write end at
8529         the real end of the chunk, not some random point inbetween.
8530         (_IO_obstack_xsputn): Likewise.  Actually copy the data into the
8531         obstack when growing.  Use fast version of obstack_blank when
8532         shrinking.
8533         (struct _IO_obstack_file): Use _IO_FILE_plus instead of explicitly
8534         allocating the vtable pointer.
8535         (_IO_obstack_vprintf): Adjust for above change and avoid
8536         unnecessary casts.  Use fast version of obstack_blank when
8537         shrinking.
8538         Fixes PR libc/1075.
8539
8540 1999-04-12  Ulrich Drepper  <drepper@cygnus.com>
8541
8542         * iconvdata/gconv-modules: Fix typo.  Add UJIS alias.
8543         Reported by GOTO Masanori <gotom@cs.titech.ac.jp>.
8544
8545 1999-04-11  Tim Waugh  <tim@cyberelk.demon.co.uk>
8546
8547         * posix/wordexp.c (wordexp): Fix a leak when an invalid character
8548         is seen, as well as fixing semantics.  Don't reset the word count
8549         to zero when an invalid character is seen, but leave it as it was
8550         (this makes a difference with WRDE_APPEND).
8551
8552         * posix/wordexp-test.c: More test cases.
8553
8554         * posix/wordexp.c (parse_param): In words like ${var#pattern},
8555         always expand pattern when it is needed.  Also, handle quoting in
8556         pattern properly.
8557
8558 1999-04-12  Philip Blundell  <philb@gnu.org>
8559
8560         * elf/elf.h: Update ARM definitions to match current gas2.
8561
8562         * sysdeps/arm/bits/endian.h: Support big endian operation.
8563
8564         * sysdeps/unix/sysv/linux/arm/ioperm.c (_outw, _outb, _outl):
8565         Don't bother range checking the port number.
8566
8567         * sysdeps/unix/sysv/linux/arm/vfork.S: New file.
8568
8569         * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Include
8570         the syscall name in assembler output for ease of debugging.
8571
8572         * sysdeps/unix/sysv/linux/arm/sigaction.c: Don't rely on undefined
8573         compiler behaviour.
8574         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: New file.
8575         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = signal]
8576         (sysdep_routines): Add sigrestorer.
8577
8578         * string/tester.c (test_strcpy): Add new tests for unaligned
8579         arguments.
8580         * sysdeps/arm/bits/string.h: Delete inline implementations of
8581         strcpy and stpcpy.
8582
8583 1999-04-11  Ulrich Drepper  <drepper@cygnus.com>
8584
8585         * libio/Makefile (CPPFLAGS-.o): Don't define IO_DEBUG.
8586
8587 1999-04-10  Mark Kettenis  <kettenis@gnu.org>
8588
8589         * sysdeps/mach/hurd/Dist: Add clk_tck.c.
8590
8591 1999-04-10  Ulrich Drepper  <drepper@cygnus.com>
8592
8593         * iconvdata/Makefile (modules): Add TIS-620.
8594         (distribute): Add tis-620.c.
8595         (gen-8bit-gap-modules): tis-620.
8596         * iconvdata/tis-620.c: New file.
8597         * iconvdata/gconv-modules: Add TIS-620 entries.
8598
8599         * iconvdata/asmo_449.c: Correct comment.
8600
8601 1999-04-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8602
8603         * manual/install.texi (Configuring and compiling): Comment out
8604         description of --disable-static since this doesn't work currently
8605         (see change by Ulrich Drepper on 1998-12-07 for configure.in).
8606
8607 1999-04-10  Ulrich Drepper  <drepper@cygnus.com>
8608
8609         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Rewrite to
8610         use binary search.
8611         Based on a patch by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
8612
8613 1999-04-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8614
8615         * scripts/test-installation.pl (installation_problem): Skip
8616         libnss1_* libraries from glibc-compat add-on.
8617
8618 1999-04-07  H.J. Lu  <hjl@gnu.org>
8619
8620         * io/Versions (__dup2, __pipe): Added to GLIBC_2.0 for
8621         libstdc++ 2.7.2.
8622         * posix/Versions (__waitpid): Likewise.
8623
8624 1999-04-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8625
8626         * manual/install.texi (Reporting Bugs): Add section about reported
8627         bugs and correct email address of glibcbug script.
8628
8629 1999-04-01  Thorsten Kukuk  <kukuk@suse.de>
8630
8631         * sunrpc/Versions: Add new xdr functions to GLIBC_2.1.1
8632         * sunrpc/xdr.c: Add xdr_hyper, xdr_u_hyper, xdr_longlong_t and
8633         xdr_u_longlong_t. Based on patch from Dan Shechter
8634         <damageboy@isdn.net.il>.
8635         * sunrpc/xdr_intXX_t.c: Implement xdr_int64_t, xdr_uint64_t
8636         * sunrpc/rpc/xdr.h: Add prototypes for new xdr functions.
8637
8638         * nis/nis_lookup.c (nis_lookup): Don't overwrite RPC error code.
8639
8640 1999-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8641
8642         * sysdeps/unix/sysv/linux/getdents.c (__getdirentries): Return
8643         directly if getdents returns with error set.
8644
8645 1999-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8646
8647         * locale/langinfo.h (THOUSEP): Rename second occurence of
8648         THOUSANDS_SEP to THOUSEP.
8649         Reported by Roman Belenov <roman@nstl.nnov.ru>.
8650
8651 1999-04-05  Roland McGrath  <roland@baalperazim.frob.com>
8652
8653         * hurd/STATUS: File removed.  Moved items that are still relevant into
8654         TODO list in hurd source.
8655
8656 1999-03-26  Mark Kettenis  <kettenis@gnu.org>
8657
8658         * sysdeps/mach/hurd/bits/time.h: New file.
8659         * sysdeps/mach/hurd/getrusage.c: New file.
8660         * sysdeps/mach/hurd/clk_tck.c: New file.
8661         * sysdeps/mach/hurd/Versions (libc) [GLIBC_2.1.1]: Add __libc_clk_tck.
8662         * sysdeps/mach/hurd/Makefile [$(subdir) = posix]
8663         (sysdep_routines): Add clk_tck.
8664         * sysdeps/mach/hurd/times.c: Removed, since getrusage is now
8665         implemented.
8666
8667 1999-04-02  Ulrich Drepper  <drepper@cygnus.com>
8668
8669         * misc/syslog.c (closelog_internal): Do not reset LogTag here.
8670         (closelog): But instead here.
8671         Patch by Alan Curry <pacman@cqc.com> [PR libc/1061].
8672
8673 1999-04-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8674
8675         * elf/Makefile (CFLAGS-multiload.c): Change to allow building in
8676         the source directory.  Fixes PR libc/1059.
8677
8678 1999-04-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8679
8680         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Terminate the string.
8681         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
8682
8683 1999-04-01  Ulrich Drepper  <drepper@cygnus.com>
8684
8685         * iconvdata/TESTS: Add ISO-8859-14 and ISO-8859-15.
8686         * iconvdata/testdata/ISO-8859-14: New file.
8687         * iconvdata/testdata/ISO-8859-14..UTF8: New file.
8688         * iconvdata/testdata/ISO-8859-15: New file.
8689         * iconvdata/testdata/ISO-8859-15..UTF8: New file.
8690
8691 1999-03-31  Ulrich Drepper  <drepper@cygnus.com>
8692
8693         * iconvdata/testdata/CP1258: New file.
8694         * iconvdata/testdata/CP1258..UTF8: New file.
8695         * iconvdata/TESTS: Add CP1258 entry.
8696
8697         * iconvdata/cp874.h (to_ucs4): Add Euro sign.
8698
8699         * timezone/africa: Update from tzdata1999d.
8700         * timezone/europe: Likewise.
8701         * timezone/northamerica: Likewise.
8702
8703 1999-03-31  Mark Kettenis  <kettenis@gnu.org>
8704
8705         * login/programs/pt_chown.c (main): Save effective user ID before
8706         dropping priviliges and use this to check if the program is
8707         properly installed.
8708
8709 1999-03-31  Ulrich Drepper  <drepper@cygnus.com>
8710
8711         * iconvdata/testdata/CP1254: Update for charmap changes.
8712         * iconvdata/testdata/CP1254..UTF8: Likewise.
8713         * iconvdata/testdata/CP1255: Likewise.
8714         * iconvdata/testdata/CP1255..UTF8: Likewise.
8715         * iconvdata/testdata/CP1256: Likewise.
8716         * iconvdata/testdata/CP1256..UTF8: Likewise.
8717         * iconvdata/testdata/CP1257: Likewise.
8718         * iconvdata/testdata/CP1257..UTF8: Likewise.
8719
8720         * iconvdata/Makefile (distribute): Remove cp1258.h.
8721         (gen-8bit-gap-modules): Add cp1258.
8722         * iconvdata/cp1258.h: Removed.
8723
8724 1999-03-30  Ulrich Drepper  <drepper@cygnus.com>
8725
8726         * timezone/tst-timezone.c (tests): Add more cases.
8727         (check_tzvars): Mark errors clearer.
8728         (main): Likewise.
8729
8730 1999-03-30 20:59 -0500  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8731
8732         * login/programs/pt_chown.c: Drop privileges if invoked with
8733         arguments.  Don't close the master pty.
8734
8735 1999-03-30  Ulrich Drepper  <drepper@cygnus.com>
8736
8737         * time/tzfile.c (__tzfile_read): Process transitions from the rear.
8738         Minor optimization.
8739
8740 1999-03-29  Ulrich Drepper  <drepper@cygnus.com>
8741
8742         * elf/rtld.c (process_envvars): Do not automatically prevent lazy
8743         relocation for SUID binaries.
8744
8745 1999-03-29  Paul Eggert  <eggert@twinsun.com>
8746
8747         * libio/iopopen.c (_IO_new_proc_open): Don't modify proc_file_chain
8748         while in child process.
8749
8750 1999-03-29  Jakub Jelinek  <jj@ultra.linux.cz>
8751
8752         * sysdeps/sparc/sparc32/sparcv8/Makefile: New file.
8753         * sysdeps/sparc/sparc32/sparcv8/rem.S: Delay after write %y.
8754         * sysdeps/sparc/sparc32/sparcv8/sdiv.S: Likewise.
8755         * sysdeps/sparc/sparc32/sparcv8/udiv.S: Likewise.
8756         * sysdeps/sparc/sparc32/sparcv8/urem.S: Likewise.
8757
8758         * sysdeps/sparc/sparc32/sparcv9/bcopy.c: New file.
8759         * sysdeps/sparc/sparc32/sparcv9/bzero.c: New file.
8760         * sysdeps/sparc/sparc32/sparcv9/memchr.S: New file.
8761         * sysdeps/sparc/sparc32/sparcv9/memcmp.S: New file.
8762         * sysdeps/sparc/sparc32/sparcv9/memcpy.S: New file.
8763         * sysdeps/sparc/sparc32/sparcv9/memset.S: New file.
8764         * sysdeps/sparc/sparc32/sparcv9/stpcpy.S: New file.
8765         * sysdeps/sparc/sparc32/sparcv9/strcat.S: New file.
8766         * sysdeps/sparc/sparc32/sparcv9/strchr.S: New file.
8767         * sysdeps/sparc/sparc32/sparcv9/strcmp.S: New file.
8768         * sysdeps/sparc/sparc32/sparcv9/strcpy.S: New file.
8769         * sysdeps/sparc/sparc32/sparcv9/strcspn.S: New file.
8770         * sysdeps/sparc/sparc32/sparcv9/strlen.S: New file.
8771         * sysdeps/sparc/sparc32/sparcv9/strncpy.S: New file.
8772         * sysdeps/sparc/sparc32/sparcv9/strpbrk.S: New file.
8773         * sysdeps/sparc/sparc32/sparcv9/strrchr.c: New file.
8774         * sysdeps/sparc/sparc32/sparcv9/strspn.S: New file.
8775         * sysdeps/sparc/sparc32/sparcv9/dotmul.S: New file.
8776         * sysdeps/sparc/sparc32/sparcv9/rem.S: New file.
8777         * sysdeps/sparc/sparc32/sparcv9/sdiv.S: New file.
8778         * sysdeps/sparc/sparc32/sparcv9/udiv.S: New file.
8779         * sysdeps/sparc/sparc32/sparcv9/umul.S: New file.
8780         * sysdeps/sparc/sparc32/sparcv9/urem.S: New file.
8781         * sysdeps/sparc/sparc32/sparcv9/Makefile: New file.
8782         * sysdeps/sparc/sparc32/sparcv9/stpncpy.S: New file.
8783         * sysdeps/sparc/sparc32/sparcv9/strncmp.S: New file.
8784
8785         * sysdeps/sparc/sparc32/bcopy.c: New file.
8786         * sysdeps/sparc/sparc32/bzero.c: New file.
8787         * sysdeps/sparc/sparc32/memchr.S: New file.
8788         * sysdeps/sparc/sparc32/memcpy.S: New file.
8789         * sysdeps/sparc/sparc32/memmove.c: New file.
8790         * sysdeps/sparc/sparc32/memset.S: New file.
8791         * sysdeps/sparc/sparc32/stpcpy.S: New file.
8792         * sysdeps/sparc/sparc32/strchr.S: New file.
8793         * sysdeps/sparc/sparc32/strrchr.c: New file.
8794         * sysdeps/sparc/sparc32/strcpy.S: New file.
8795         * sysdeps/sparc/sparc32/strlen.S: New file.
8796         * sysdeps/sparc/sparc32/strcat.S: New file.
8797         * sysdeps/sparc/sparc32/strcmp.S: New file.
8798
8799         * sysdeps/sparc/sparc64/bcopy.c: New file.
8800         * sysdeps/sparc/sparc64/bzero.c: New file.
8801         * sysdeps/sparc/sparc64/memchr.S: New file.
8802         * sysdeps/sparc/sparc64/memcmp.S: New file.
8803         * sysdeps/sparc/sparc64/memcpy.S: New file.
8804         * sysdeps/sparc/sparc64/memset.S: New file.
8805         * sysdeps/sparc/sparc64/stpcpy.S: New file.
8806         * sysdeps/sparc/sparc64/strcat.S: New file.
8807         * sysdeps/sparc/sparc64/strchr.S: New file.
8808         * sysdeps/sparc/sparc64/strcmp.S: New file.
8809         * sysdeps/sparc/sparc64/strcpy.S: New file.
8810         * sysdeps/sparc/sparc64/strcspn.S: New file.
8811         * sysdeps/sparc/sparc64/strlen.S: New file.
8812         * sysdeps/sparc/sparc64/strncpy.S: New file.
8813         * sysdeps/sparc/sparc64/strpbrk.S: New file.
8814         * sysdeps/sparc/sparc64/strrchr.c: New file.
8815         * sysdeps/sparc/sparc64/strspn.S: New file.
8816         * sysdeps/sparc/sparc64/stpncpy.S: New file.
8817         * sysdeps/sparc/sparc64/strncmp.S: New file.
8818
8819         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (ASFLAGS-.os):
8820         Append -fPIC, don't replace.
8821
8822         * configure.in: Recognize sparcv8plus / sparcv9.
8823
8824 1999-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8825
8826         * malloc/obstack.h (obstack_free): Explicitly convert __obj to
8827         char * to avoid C++ warning.
8828         Patch by yasushi@cs.washington.edu [PR libc/1035].
8829
8830 1999-03-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8831
8832         * manual/filesys.texi (Temporary Files): mktemp and mkstemp are
8833         declared in stdlib.h, correct return value of mkstemp.
8834         Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>.
8835
8836         * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHDRD_FC*): New defines
8837         from Linux 2.2.5.
8838
8839 1999-03-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8840
8841         * misc/regexp.h (compile): Cast some pointers to (char *) to avoid
8842         C++ warning.
8843
8844         * ctype/ctype.h (tolower, toupper): Add __THROW declaration to
8845         inline functions.  Closes PR libc/1049.
8846
8847 1999-03-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8848
8849         * timezone/README: Update from tzdata1999c and tzcode1999c.
8850
8851         * timezone/africa: Update from tzdata1999c.
8852         * timezone/antarctica: Likewise.
8853         * timezone/asia: Likewise.
8854         * timezone/australasia: Likewise.
8855         * timezone/europe: Likewise.
8856         * timezone/northamerica: Likewise.
8857         * timezone/southamerica: Likewise.
8858         * timezone/zone.tab: Likewise.
8859
8860         * timezone/zic.c: Update from tzcode1999c.
8861
8862 1999-03-26  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
8863
8864         * Makerules: Add $(common-objpfx)Versions.all to common-generated
8865         outside of ifndef avoid-generated.
8866
8867         * libio/oldiofdopen.c (_IO_old_fdopen): Bring over recent changes
8868         in iofdopen.c.
8869         * libio/oldiofopen.c (_IO_old_fopen): Bring over recent changes in
8870         iofopen.c.
8871         * libio/oldiofclose.c (_IO_old_fclose): Bring over recent changes
8872         in iofclose.c.
8873         * libio/oldfileops.c (_IO_old_file_underflow, _IO_old_file_sync,
8874         _IO_old_file_seekoff): Bring over recent changes in fileops.c.
8875
8876 1999-03-26  Mark Kettenis  <kettenis@gnu.org>
8877
8878         * sysdeps/mach/hurd/Makefile: Only install libc_p.a linker script
8879         if we build the profiled library.
8880
8881 1999-03-26  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
8882
8883         * math/Makefile (gmp-objs): Add inlines.  Reported by Andreas
8884         Jaeger <aj@arthur.rhein-neckar.de>
8885
8886 1999-03-25  Roland McGrath  <roland@yaumatei.ai.mit.edu>
8887
8888         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = csu]
8889         (CFLAGS-initfini.s): New variable, add -DWEAK_GMON_START.
8890         This does for Hurd/i386 what the 1998-09-08 change did for Linux/i386.
8891
8892 1999-03-24  Roland McGrath  <roland@baalperazim.frob.com>
8893
8894         * Makeconfig (sysd-sorted): Use $(..) on rhs of patsubst, so this rule
8895         works properly in subdirs.
8896
8897 1999-03-23  Roland McGrath  <roland@baalperazim.frob.com>
8898
8899         * sysdeps/mach/hurd/Makefile: Undo last change.
8900         [$(subdir) = mach] (lib-noranlib): Depend on libmachuser-link.so.
8901         [$(subdir) = hurd] (lib-noranlib): Depend on libhurduser-link.so.
8902
8903         * mach/Machrules (+preinit, +postinit, +interp,
8904         LDFLAGS-$(interface.so)): Variables removed.  Interface libraries get
8905         linked just like other shared libraries.
8906         (interface.so): Fix typo in defn, so it works.
8907         ($(objpfx)$(interface.so)): Make it depend on libc.so.
8908
8909 1999-03-21  Roland McGrath  <roland@baalperazim.frob.com>
8910
8911         * sysdeps/mach/hurd/Makefile (subdir_lib): Depend on
8912         $(link-rpcuserlibs).
8913
8914 1999-03-22  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
8915
8916         * elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name),
8917         $(inst_slibdir)/$(rtld-installed-name), ldso_install): Disable
8918         targets if not building shared libraries.
8919
8920 1999-03-22  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
8921
8922         * configure.in: Also look in $PATH when searching for
8923         install-info.  Remove autoconf bug workaround and require autoconf
8924         2.13.
8925
8926 1999-03-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8927
8928         * db/Makefile: Don't try to install shared library link if not
8929         building with shared libs.
8930
8931 1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8932
8933         * rt/Makefile: Link against static library if no shared lib is
8934         available.
8935
8936         * localedata/Makefile: The shells scripts implementing the test
8937         require the dynamic linker which is not available with
8938         --disable-shared.  Skip the test if --disable-shared is given.
8939
8940         * linuxthreads/Makefile: Link test against static libpthread if no
8941         shared lib is available.
8942
8943         * iconvdata/Makefile (tests): Run iconv-test only if we're
8944         building shared libraries.
8945         * elf/Makefile (tests): Likewise for elf tests.
8946
8947         * posix/Makefile: The test frameworks globtest and wordexp-test
8948         require the dynamic linker which is not available with
8949         --disable-shared.  Skip the test if --disable-shared is given.
8950
8951         * grp/Makefile (otherlibs): For static nss build link against
8952         necessary libs.
8953
8954 1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8955
8956         * debug/Makefile (install-bin): Install and build catchsegv only
8957         if build-shared == yes.  Reported by jussi@jlaako.pp.fi [PR
8958         libc/965].
8959
8960 1999-03-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
8961
8962         * time/tzfile.c (__tzfile_read): Handle the case where there are
8963         transitions but no DST.
8964
8965 1999-03-20  Roland McGrath  <roland@baalperazim.frob.com>
8966
8967         * mach/Machrules (extra-libs-others): Add $(interface-library) here
8968         too, so it gets built in the others pass rather than the lib pass.
8969         This is necessary since the RPC libraries need to be linked against
8970         libc.
8971
8972 1999-03-19  Roland McGrath  <roland@baalperazim.frob.com>
8973
8974         * sysdeps/generic/segfault.c: Include <stdio-common/_itoa.h> for
8975         _itoa_word decl.
8976
8977         * sysdeps/mach/hurd/Makefile (link-rpcuserlibs): New variable.
8978         ($(common-objpfx)libc.so): Depend on that instead of $(rpcuserlibs).
8979         ($(link-rpcuserlibs)): New static pattern rule; link intermediate
8980         versions of lib{mach,hurd}user.so without reference to libc.so,
8981         then link libc.so against that to get deps and symbol versions, then
8982         finally link real lib*user.so against libc.so.
8983
8984         * sysdeps/mach/hurd/fcntl.c (__fcntl: case F_GETLK,F_SETLK,F_SETLKW):
8985         Support whole-file locking (only) by using the file_lock RPC.  This
8986         has very wrong semantics, but is better than nothing for the time
8987         being.  (Correct POSIX.1 locking will require new RPCs in the Hurd
8988         protocols that will be somewhat hairy to specify.)
8989
8990 1999-03-17  Mark Kettenis  <kettenis@gnu.org>
8991
8992         * sysdeps/mach/hurd/ptsname.c: New file.
8993
8994 1999-03-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
8995
8996         * timezone/asia: Fix rule in Asia/Nicosia entry.
8997
8998 1999-03-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8999
9000         * manual/getopt.texi (Using Getopt): Explain "::" in option
9001         string.  Reported by Yuri Niyazov <yuricake@geocities.com>.
9002
9003 1999-03-18  Thorsten Kukuk  <kukuk@suse.de>
9004
9005         * sunrpc/clnt_unix.c: Fix creation of parameters for
9006         sendmsg/recvmsg on non intel platforms.
9007         * sunrpc/svc_unix.c: Likewise.
9008
9009 1999-03-18  Philip Blundell  <philb@gnu.org>
9010
9011         * sysdeps/unix/sysv/linux/arm/getgroups.c: New file.  Use the i386
9012         implementation.
9013
9014 1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9015
9016         * timezone/africa: Update from tzdata1999b.
9017         * timezone/asia: Likewise.
9018         * timezone/australasia: Likewise.
9019         * timezone/europe: Likewise.
9020         * timezone/northamerica: Likewise.
9021         * timezone/southamerica: Likewise.
9022         * timezone/zone.tab: Likewise.
9023
9024         * timezone/README: Mention tzdata1999b.
9025
9026 1999-03-17  Ulrich Drepper  <drepper@cygnus.com>
9027
9028         * sysdeps/generic/segfault.c (write_strsignal): New function.
9029         (catch_segfault): Use it instead of calling strsignal.
9030
9031 1999-03-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9032
9033         * iconv/gconv.c (__gconv): Change type of last_start to unsigned
9034         char to avoid warning.
9035
9036 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
9037
9038         * iconv/iconv.c (iconv): Correctly cast parameters for __gconv.
9039
9040         * iconvdata/iso-2022-kr.c (EMIT_SHIFT_TO_INIT): Change type of
9041         outbuf to unsigned char to avoid warning.
9042
9043 1999-03-11  David S. Miller  <davem@redhat.com>
9044
9045         * sysdeps/sparc/sparc32/fpu/fpu_control.h: Add missing trap enable
9046         masks.
9047         * sysdeps/sparc/sparc64/fpu/fpu_control.h: Likewise.
9048
9049 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
9050
9051         * iconv/gconv.h (gconv_fct): Change parameter from `char' to
9052         `unsigned char'.
9053         (gconv_step_data): Likewise.
9054         * iconv/gconv_int.h (__gconv): Likewise.
9055         (__BUILINT_TRANS): Likewise.
9056         * iconv/gconv.c (__gconv): Likewise.
9057         * iconv/iconv.c (iconv): Add casts for call of __gconv.
9058         * iconv/skeleton.c: Change local parameters and variable from `char' to
9059         `unsigned char'.  Remove casts from calls into modules.
9060         * iconvdata/iso-2022-jp.c (gconv): Change local variable outbuf from
9061         `char' to `unsigned char'.
9062         * wcsmbs/btowc.c: Change pointers from `char *' to `unsigned char *'.
9063         * wcsmbs/mbrtowc.c: Likewise.
9064         * wcsmbs/mbsnrtowcs.c: Likewise.
9065         * wcsmbs/mbsrtowcs.c: Likewise.
9066         * wcsmbs/wcrtomb.c: Likewise.
9067         * wcsmbs/wcsnrtombs.c: Likewise.
9068         * wcsmbs/wcsrtombs.c: Likewise.
9069         * wcsmbs/wctob.c: Likewise.
9070
9071 1999-03-15  Mark Kettenis  <kettenis@gnu.org>
9072
9073         * sysdeps/mach/hurd/Versions (ld.so) [GLIBC_2.0]: Add
9074         __hurd_sigthread_stack_base, __hurd_sigthread_stack_end,
9075         __hurd_sigthread_variables, __hurd_threadvar_stack_mask,
9076         __hurd_threadvar_stack_offset, __close, __fxstat, __getcwd,
9077         __getpid, __libc_read, __libc_write, __lseek, __mmap, __open,
9078         __xstat, _exit, _hurd_intr_rpc_mach_msg and abort.
9079
9080 1999-03-15  Mark Kettenis  <kettenis@gnu.org>
9081
9082         * sysdeps/mach/hurd/poll.c (__poll): Correctly pass NULL to
9083         _hurd_select if TIMEMOUT is -1.
9084
9085 1999-03-15  Mark Kettenis  <kettenis@gnu.org>
9086
9087         * sysdeps/mach/hurd/recvfrom.c (recvfrom): Allow ADDR to be NULL.
9088
9089 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
9090
9091         * elf/dl-load.c: Compute rtld_search_dir array size correctly.
9092         Reported by Yasushi Saito <yasushi@cs.washington.edu>.
9093
9094 1999-03-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9095
9096         * manual/libc.texinfo: Undo last change for now.
9097
9098 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
9099
9100         * intl/locale.alias: Add entries for Croatian.
9101         Patch by Tomislav Vujec <tvujec@CARNet.hr>.
9102
9103 1999-03-13  Mark Kettenis  <kettenis@gnu.org>
9104
9105         * sysdeps/unix/bsd/getpt.c (__getpt): Do not use `isatty' to check
9106         if the opened master pty really is a pty.  `isatty' checks for
9107         tty-ness and a pty is not a tty.  Return ENOENT instead of ENFILE
9108         if we are out of pty's.
9109
9110 1999-03-13  Mark Kettenis  <kettenis@gnu.org>
9111
9112         * sysdeps/generic/utmp_file.c (setutent_file): Make sure the just
9113         opened file is closed on exec.
9114         * login/utmp_daemon.c (setutent_daemon): Likewise for the just
9115         opened socket.
9116
9117 1999-03-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9118
9119         * manual/llio.texi (File Position Primitive): Reformat @end
9120         command.  Patch by Bruno Haible <haible@ilog.fr> [PR libc/1020].
9121
9122 1999-03-14  Ulrich Drepper  <drepper@cygnus.com>
9123
9124         * nscd/nscd_getpw_r.c (nscd_getpw_r): Set `errno' correctly if no
9125         entry is found.
9126         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
9127         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
9128
9129         * locale/programs/localedef.c (main): Initialize `cat' to please
9130         the compiler.
9131
9132 1999-03-14  Roland McGrath  <roland@baalperazim.frob.com>
9133
9134         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Under O_NOFOLLOW,
9135         check for root-owned symlinks and reject them too.
9136
9137 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9138
9139         * stdio-common/printf_fphex.c: Move to ...
9140         * sysdeps/generic/printf_fphex.c: ... here.  Fix exponent of
9141         extended precision number.
9142         * sysdeps/m68k/printf_fphex.c: New file.
9143
9144 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9145
9146         * manual/stdio.texi: Fix typos.
9147
9148 1999-03-09  Ulrich Drepper  <drepper@cygnus.com>
9149
9150         * version.h (VERSION): Bump to 2.1.1.
9151
9152 1999-03-09  Thorsten Kukuk  <kukuk@suse.de>
9153
9154         * nis/ypclnt.c: Try only twice to connect to NIS server.
9155
9156 1999-03-09  Roland McGrath  <roland@baalperazim.frob.com>
9157
9158         * hurd/hurdexec.c (_hurd_exec): Add missing `else' in last change.
9159
9160 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9161
9162         * stdlib/strtod.c (round_and_return): Fix rounding of denormals.
9163         (DENORM_EXP): New define.  Use it as the exponent for a denormal.
9164         * stdlib/strtold.c: Moved to ...
9165         * sysdeps/generic/strtold.c: ... here.
9166         * sysdeps/m68k/strtold.c: New file.
9167
9168 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9169
9170         * stdio-common/printf_fphex.c (__printf_fphex): Print no decimal
9171         point if the precision is zero, even if the mantissa is non-zero.
9172
9173 1999-03-09  Roland McGrath  <roland@baalperazim.frob.com>
9174
9175         * sysdeps/mach/hurd/ioctl.c (__ioctl): Move the marshalling of the
9176         arguments into the request message buffer inside `send_rpc'
9177         subfunction.  We must repeat the marshalling when retrying the RPC
9178         after a SIGTTOU delivery.
9179
9180         * hurd/ctty-input.c (_hurd_ctty_input): Use early short-circuit code
9181         path when there is no ctty port.
9182         * hurd/ctty-output.c (_hurd_ctty_output): Likewise.
9183         Move sigstate check inside loop so we recheck after handling a signal.
9184
9185 1999-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9186
9187         * manual/llio.texi (Open-time Flags): Clarify that O_SHLOCK and
9188         O_EXLOCK are BSD extensions.
9189         Reported by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/985].
9190
9191 1999-03-08  Ulrich Drepper  <drepper@cygnus.com>
9192
9193         * manual/signal.texi (Termination in Handler): Correct example.
9194         Install default handler before reraising the signal.
9195         Patch by Jochen Voss <voss@mathematik.uni-kl.de>.
9196
9197 1999-03-08  Roland McGrath  <roland@baalperazim.frob.com>
9198
9199         * hurd/hurdexec.c (_hurd_exec): Handle ARGV or ENVP parameters being
9200         null, in which case send an empty string.
9201
9202 1999-03-02  Mark Kettenis  <kettenis@gnu.org>
9203
9204         * Makerules (LD_FLAGS-c.so): Add -u __register_frame to force the
9205         backward compatibility EH functions to be linked when using
9206         gcc-2.8.1.  Patch by Zack Weinberg <zack@rabi.columbia.edu>.
9207
9208 1999-03-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9209
9210         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Undo last change.
9211         /dev/pts status may change during runtime.
9212
9213 1999-03-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9214
9215         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Undo last
9216         change.  /dev/pts status can change during runtime.
9217
9218 1999-03-07  Thorsten Kukuk  <kukuk@suse.de>
9219
9220         * sunrpc/svc_tcp.c (readtcp): go into fatal error state if
9221         poll reports error.
9222         * nis/nss_nisplus/nisplus-parser.c: Avoid duplicate strlen calls,
9223         add some more sanity checks.
9224         * nis/nss_nisplus/nisplus-pwd.c: Include nisplus-parser.h for
9225         parser prototype.
9226
9227 1999-03-05  Thorsten Kukuk  <kukuk@suse.de>
9228
9229         * sunrpc/rpc/xdr.h: Add x_getint32/x_putint32 to xdr_ops,
9230         change XDR_GETINT32/XDR_PUTINT32 to sue new functions.
9231         * sunrpc/xdr_mem.c: Add xdrmem_getint32, xdrmem_putint32.
9232         * sunrpc/xdr_rec.c: Add xdrrec_getint32, xdrrec_putint32.
9233         * sunrpc/xdr_sizeof.c: Add x_putint32, add dummy function
9234         for x_getint32.
9235         * sunrpc/xdr_stdio.c: Add xdrstdio_getint32, xdrstdio_putint32.
9236         * nis/nis_print.c: Fix ctime argument for platforms where
9237         sizeof (time_t) != sizeof (int).
9238
9239 1999-03-07  Mark Kettenis  <kettenis@gnu.org>
9240
9241         * sysdeps/unix/bsd/clock.c (timeval_to_clock_t): Use
9242         CLOCKS_PER_SEC instead of CLK_TCK.
9243
9244 1999-03-05  Ulrich Drepper  <drepper@cygnus.com>
9245
9246         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remember
9247         whether /dev/pts is available.
9248         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Fix handling of
9249         dev_pts_available.
9250
9251         * posix/globtest.sh: Make common_objpfx path absolute and and db2
9252         and hesiod directory to library path [PR libc/1007].
9253
9254 1999-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9255
9256         * resolv/inet_addr.c (inet_aton): Don't allow componets >
9257         255.  Patch by Bruno Haible <haible@ilog.fr> [PR libc/1010].
9258
9259 1999-03-05  Geoff Keating  <geoffk@ozemail.com.au>
9260
9261         * sysdeps/powerpc/dl-machine.c (__elf_machine_runtime_setup):
9262         DT_PLTGOT has already been relocated.
9263         (__elf_machine_fixup_plt): Likewise.
9264         Minor cleanups.
9265
9266 1999-03-04  Roland McGrath  <roland@baalperazim.frob.com>
9267
9268         * hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
9269
9270 1999-03-03  Ulrich Drepper  <drepper@cygnus.com>
9271
9272         * wcsmbs/wcsmbsload.c (add_slashes): Rename to norm_add_slashes
9273         and fold string to uppercase [PR libc/1005].
9274
9275 1999-03-03  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9276
9277         * elf/dl-load.c (lose): Fix return type.
9278
9279 1999-03-03  Roland McGrath  <roland@baalperazim.frob.com>
9280
9281         * sysdeps/mach/hurd/bits/fcntl.h
9282         [__USE_GNU] (O_NOFOLLOW, O_DIRECTORY): New macros.
9283         * hurd/hurdlookup.c (__hurd_file_name_lookup): If O_NOFOLLOW is set,
9284         set O_NOTRANS as well.
9285         (__hurd_file_name_lookup_retry): At successful end of lookup,
9286         if O_NOFOLLOW set, io_stat the resultant port and fail with ENOENT if
9287         it is a translated node not owned by root.
9288         (__hurd_file_name_lookup): If O_DIRECTORY is set, put a trailing slash
9289         on the file name passed to LOOKUP.
9290
9291 1999-03-02  Ulrich Drepper  <drepper@cygnus.com>
9292
9293         * manual/time.texi (High Resolution Timer): Correct computation in
9294         example.  Reported by jjf@devel.cemsys.com.
9295
9296 1999-03-02  Philip Blundell  <pb@nexus.co.uk>
9297
9298         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
9299         entry is already relocated.
9300
9301 1999-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9302
9303         * resolv/res_hconf.c (parse_line): Skip empty lines.  Bug reported
9304         by Marcus Harnisch <marcus@harnisch.isdn.cs.tu-berlin.de>.
9305
9306 1999-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9307
9308         * sysdeps/i386/sys/ucontext.h (ucontext): Rename field uc_links to
9309         uc_link which is the right name according to Unix98.
9310         Reported by Craig Metz [PR libc/1001].
9311         * sysdeps/arm/sys/ucontext.h (ucontext): Likewise.
9312         * sysdeps/m68k/sys/ucontext.h (ucontext): Likewise.
9313         * sysdeps/mips/sys/ucontext.h (ucontext): Likewise.
9314         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (ucontext): Likewise.
9315         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h (ucontext): Likewise.
9316         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext): Likewise.
9317
9318 1999-02-25  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9319
9320         * manual/libc.texinfo: Wrap @top node inside @ifnottex instead of
9321         @ifinfo.
9322
9323 1999-02-25  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9324
9325         * iconvdata/Makefile: Always include iconv-rules, but disable rule
9326         to regenerate it if avoid-generated.
9327
9328         * Makeconfig: Always include sys-dirs, but disable rule to
9329         regenerate it when avoid-generated.
9330
9331         * sysdeps/unix/Makefile: Put `ifndef avoid-generated' only around
9332         rule to generate sysd-syscalls.
9333
9334         * elf/Makefile (generated): Remove $(objpfx) from names.
9335
9336 1999-02-28  Mark Kettenis  <kettenis@gnu.org>
9337
9338         * sysdeps/mach/hurd/getsockname.c (getsockname): Set *LEN to the
9339         actual length if the adress length is smaller than the input
9340         value.  Change type of *LEN paramater to socklen_t.
9341         * sysdeps/mach/hurd/getpeername.c (getpeername): Likewise.
9342         * sysdeps/mach/hurd/accept.c (accept): Likewise.
9343         * sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise.
9344         * sysdeps/mach/hurd/sendto.c (sendto): Change type of ADDR_LEN
9345         paramater to socklen_t.
9346
9347 1999-02-28  Roland McGrath  <roland@baalperazim.frob.com>
9348
9349         * hurd/hurd-raise.c (_hurd_raise_signal): Send "poll request"
9350         msg_sig_post RPC (with SIGNO=0), rather than generating signal (again)
9351         with the RPC.
9352
9353 1999-02-27  Roland McGrath  <roland@baalperazim.frob.com>
9354
9355         * sysdeps/mach/getsysstats.c (__get_nprocs_conf, __get_nprocs,
9356         __get_phys_pages): Cast &HBI to silence warning.
9357
9358         * hurd/Makefile (routines): Add hurdchdir and hurdfchdir.
9359         * hurd/hurdchdir.c: New file.
9360         * hurd/hurdfchdir.c: New file.
9361         * sysdeps/mach/hurd/chroot.c: Call
9362         _hurd_change_directory_port_from_name to do the work.
9363         * sysdeps/mach/hurd/chdir.c: Likewise.
9364         * sysdeps/mach/hurd/fchdir.c: Call
9365         _hurd_change_directory_port_from_fd to do the work.
9366         * hurd/fchroot.c: Likewise.
9367         * hurd/hurd.h: Declare them.
9368
9369 1999-02-27  Ulrich Drepper  <drepper@cygnus.com>
9370
9371         * elf/dl-load.c (lose): Add more comments to explain the `why'.
9372         (_dl_map_object): Remove redundant test.
9373
9374 1999-02-27  Roland McGrath  <roland@baalperazim.frob.com>
9375
9376         * hurd/hurdselect.c (_hurd_select): When bailing for bogus fd, don't
9377         try to _hurd_port_free a lower-numbered descriptor that was not in any
9378         fd_set.
9379
9380 1999-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9381
9382         * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Add prototype
9383         declaration for ____wcstod_l_internal.
9384
9385         * stdlib/strtold.c [__NO_LONG_DOUBLE_MATH]: Include <stdlib.h> for
9386         __strtod_internal prototype.
9387         * stdlib/strtold_l.c [__NO_LONG_DOUBLE_MATH]
9388         (____strtold_l_internal): Add prototype declaration.
9389         (__strtold_l): Call correct function.
9390
9391 1999-02-24  Ulrich Drepper  <drepper@cygnus.com>
9392
9393         * elf/elf.h: Add 32bit HPPA definitions.
9394
9395 1999-02-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9396
9397         * malloc/malloc.c (mALLOC_SET_STATe): Handle the case where a
9398         non-checked heap is restored when malloc checking was requested by
9399         the user.
9400         (struct malloc_state): Add using_malloc_checking.
9401         (MALLOC_STATE_VERSION): Increment minor.
9402         (using_malloc_checking, disallow_malloc_check): New variables.
9403         (__malloc_check_init): Use them.
9404         (mALLOC_GET_STATe): Use mALLOc to allocate the malloc_state, so
9405         that it can the chunk is properly instrumented when malloc
9406         checking is enabled.  Set the new using_malloc_checking field.
9407         (malloc_hook_ini): Correct signature when _LIBC is not defined.
9408
9409 1999-02-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9410
9411         * sysdeps/unix/sysv/linux/i386/dl-librecon.h
9412         (DISTINGUISH_LIB_VERSIONS): Don't relocate DT_STRTAB a second
9413         time.
9414
9415         * elf/rtld.c (dl_main): Rename paths_initialized to rtld_is_main.
9416         Don't call elf_get_dynamic_info and _dl_setup_hash a second time
9417         if ld.so is the main program.
9418
9419 1999-02-23  Ulrich Drepper  <drepper@cygnus.com>
9420
9421         * stdio-common/vfprintf.c (vfprintf): If precision or width is too
9422         large for work_buffer, allocate new buffer.
9423         (printf_unknown): Likewise.  [PR libc/988]
9424
9425 1999-02-22  Ulrich Drepper  <drepper@cygnus.com>
9426
9427         * sysdeps/unix/sysv/linux/ttyname.c: Use __xstat and __fxstat
9428         instead of stat and fstat.
9429         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9430
9431 1999-02-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9432
9433         * elf/dl-error.c (_dl_signal_cerror): New function.
9434         (_dl_signal_error): Don't call receiver function.
9435         * elf/dl-lookup.c (_dl_lookup_symbol): Call _dl_signal_cerror
9436         instead of _dl_signal_error when reporting references to undefined
9437         symbols or versions.
9438         (_dl_lookup_versioned_symbol): Likewise.
9439         (_dl_lookup_versioned_symbol_skip): Likewise.
9440         * elf/dl-version.c (match_symbol): Likewise.
9441
9442         * elf/ldsodefs.h: Declare _dl_signal_cerror.
9443
9444 1999-02-22  Ulrich Drepper  <drepper@cygnus.com>
9445
9446         * misc/getttyent.c (getttyent): Release lock on stream later to
9447         also protect global variable zapchar.
9448
9449         * sysdeps/unix/sysv/linux/clock.c: Don't test return value of
9450         __times [PR libc/990].
9451
9452 1999-02-21  David S. Miller  <davem@redhat.com>
9453
9454         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Fix
9455         parentheses in Feb 2 changes.
9456         * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: Likewise.
9457
9458 1999-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9459
9460         * sysdeps/generic/glob.c (glob): Save previous errno.
9461
9462 1999-02-21  Ulrich Drepper  <drepper@cygnus.com>
9463
9464         * sysdeps/generic/glob.c (glob): Enlarge buffers for reentrant
9465         lookup functions if it is too small.
9466
9467 1999-02-20  Ulrich Drepper  <drepper@cygnus.com>
9468
9469         * elf/dl-deps.c (_dl_map_object_deps): Don't add dummy objects created
9470         for tracing to the scope lists.
9471         * elf/do-lookup.h: Remove test for l_opencount == 0 after above change.
9472         DT_SYMTAB is always available according to ELF spec.
9473
9474         * elf/dl-lookup.c (_dl_lookup_symbol_skip): Before first do_lookup
9475         call test whether there is any scope left.
9476         (_dl_lookup_versioned_symbol_skip): Likewise.
9477
9478         * elf/Makefile (distribute): Add do-lookup.h.
9479         * elf/do-lookup.h: New file.  Split out from dl-lookup.c.
9480         * elf/dl-lookup.c: Move do_lookup function in separate file and
9481         include the file twice, for handling versioning and without it.
9482
9483         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
9484         entry is already relocated.
9485         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
9486         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
9487         * sysdeps/mips/dl-machine.h (elf_machine_runtime_setup): Likewise.
9488         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
9489         Likewise.
9490         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
9491         Likewise.
9492         * sysdeps/mips/mips64/dl-machine.h (elf_machine_runtime_setup):
9493         Likewise.
9494
9495         * elf/dynamic-link.h (elf_get_dynamic_info): Take new argument with
9496         load address.  Relocate d_ptr in DT_DTRTAB, DT_SYMTAB, DT_RELA, DT_REL,
9497         DT_JMPREL, DT_PLTGOT, and DT_VERSYM l_info entry.
9498         (_ELF_DYNAMIC_DO_RELOC): Take extra argument which specifies whether
9499         rel and rela relocations can both happen and skip one test if this
9500         is not possible.
9501         (ELF_DYNAMIC_DO_RELA, ELF_DYNAMIC_DO_REL): Call _ELF_DYNAMIC_DO_RELOC
9502         appropriately.
9503         * elf/dl-addr.c (_dl_addr): DT_SYMTAB and DT_STRTAB entries are
9504         already relocated.
9505         * elf/dl-deps.c (_dl_map_object_deps): DT_STRTAB entry is already
9506         relocated.
9507         * elf/dl-load.c (_dl_init_paths): DT_STRTAB entry is already relocated.
9508         (_dl_map_object_from_fd): Call elf_get_dynamic_info with new argument.
9509         (_dl_map_object): DT_STRTAB entry is already relocated.
9510         * elf/dl-lookup.c (do_lookup): DT_STRTAB and DT_SYMTAB entries are
9511         already relocated.
9512         * elf/dl-reloc.c (_dl_relocate_object): DT_STRTAB entry is already
9513         relocated.
9514         * elf/dl-runtime.c (fixup): DT_SYMTAB, DT_STRTAB, DT_JMPREL, and
9515         DT_VERSYM entries are already relocated.
9516         (profile_fixup): Likewise.
9517         * elf/dl-version.c: Rename VERSTAG macro into VERSYMIDX.  Replace
9518         all users.
9519         (match_symbol): DT_STRTAB entry is already relocated.
9520         (_dl_check_map_versions): Likewise.  Also fo DT_VERSYM.
9521         * elf/do-rel.h (elf_dynamic_do_rel): reladdr is now assumed to be
9522         relocated already.  DT_SYMTAB and DT_VERSYM entries are also relocated.
9523         * elf/rtld.c (_dl_start): Pass extra argument to elf_get_dynamic_info.
9524         (find_needed): DT_STRTAB entry is already relocated.
9525         (dl_main): Pass extra argument to elf_get_dynamic_info.
9526         DT_STRTAB entry is already relocated.
9527         * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): DT_JMPREL and
9528         DT_PLTGOT entries are already relocated.
9529         (elf_machine_rela): Likewise for DT_SYMTAB.
9530         * sysdeps/arm/dl-machine.h (elf_machine_rel): DT_STRTAB is already
9531         relocated.
9532         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
9533         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
9534         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
9535         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
9536         * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Likewise.
9537         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Likewise.
9538         (elf_machine_got_rel): Likewise for DT_SYMTAB and DT_STRTAB.
9539         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9540
9541         * grp/initgroups.c (initgroups): If function in current module was
9542         successful don't stop but continue to process to get all the groups.
9543
9544         * elf/dl-load.c (_dl_map_object_from_fd): Use global
9545         _dl_pf_to_proot array to convert p_flags value.
9546         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
9547
9548         * elf/dynamic-link.h (elf_get_dynamic_info): Use memset instead of
9549         loop to clear `info'.
9550
9551         * sysdeps/i386/i486/bits/string.h: If fill byte is constant let gcc
9552         do the work and don't use inline assembler.
9553
9554 1999-02-19  Ulrich Drepper  <drepper@cygnus.com>
9555
9556         * elf/ldsodefs.h (_dl_signal_error): Mark as __noreturn__.
9557         * elf/dl-load.c (lose): Make it a function at the toplevel, mark as
9558         noreturn, and prevent it from being inlined.
9559         Define LOSE appropriately.
9560         (_dl_map_object_from_fd): Compare all bytes in e_ident at once.
9561         Optimize decoding of p_flags for certain platforms.
9562
9563 1999-02-19  Philip Blundell  <pb@nexus.co.uk>
9564
9565         * Makeconfig (link-libc): When doing a static link, make sure that
9566         libgcc.a is included both before and after libc.a.
9567
9568 1999-02-18  Thorsten Kukuk  <kukuk@suse.de>
9569
9570         * nis/nss_compat/compat-spwd.c: Fix handling of default values for
9571         sp_warn, sp_inact, sp_expire and sp_flag.
9572
9573 1999-02-18  Ulrich Drepper  <drepper@cygnus.com>
9574
9575         * elf/link.h (link_map): Add l_dev and l_ino.
9576         * elf/dl-load.c (_dl_map_object_from_fd): Test dev/ino of newly
9577         loaded shared object with all loaded objects.  Initialize l_ino
9578         and l_dev in case it's new.
9579         * elf/rtld.c (dl_main): Explain situation is l_dev/l_ino with main
9580         object.
9581         * elf/Makefile: Compile and run new test.
9582         * elf/multiload.c: New file.
9583
9584         * nss/nsswitch.h (service_user): Change name field from const char *
9585         to char[0].
9586         (name_database_entry): Likewise.
9587         * nss/nsswitch.c (nss_parse_service_list): Adjust memory allocation
9588         for change of `service_user'.
9589         (nss_getline): Adjust memory allocation for change of
9590         `name_database_entry'.
9591
9592         * catgets/catgets.c: Correctly handle NLSPATH from environment
9593         [PR libc/980].
9594
9595         * io/Makefile (routines): Add lock64.
9596         * io/Versions: Add lockf64 for GLIBC_2.1.1.
9597         * sysdeps/generic/lockf64.c: New file.
9598
9599 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
9600
9601         * string/bits/string2.h: Only use strncmp optimization if count
9602         argument is constant.
9603
9604 1999-02-16  Roland McGrath  <roland@baalperazim.frob.com>
9605
9606         * sysdeps/mach/hurd/revoke.c: New file.
9607
9608 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
9609
9610         * wctype/wctype.h (_ISwbit): Cast result of shift operations to
9611         int to avoid warning about `ISO C restricts enumerator values to
9612         range of `int''.
9613
9614 1999-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9615
9616         * elf/dlfcn.h: Fix typo.
9617         * sysdeps/generic/bits/dlfcn.h: Likewise.
9618         * sysdeps/mips/bits/dlfcn.h: Likewise.
9619
9620 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
9621
9622         * sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags
9623         for the case N == 0.
9624
9625         * db2/Makefile (distribute): Add LICENSE.
9626
9627 1999-02-03  Jeff Bailey  <jbailey@nisa.net>
9628
9629         * sysdeps/unix/make_errlist.c: Add i18n and copyright to
9630         generated files.
9631
9632         * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Fix typo.
9633
9634 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
9635
9636         * time/mktime.c: Use ISO C form for function definitions and
9637         remove unnecessary prototypes.
9638
9639         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo in last change.
9640
9641         * time/time.h: Avoid unneccesary #ifdef.
9642
9643 1999-02-15  Geoff Keating  <geoffk@ozemail.com.au>
9644
9645         * stdio-common/_itoa.c (_itoa): Correct parameters to
9646         udiv_qrnnd_preinv.
9647
9648 1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9649
9650         * misc/sys/cdefs.h: Undefine __PMT since it might be defined
9651         before (e.g. in glob.h).
9652         Closes PR libc/959.
9653
9654 1999-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9655
9656         * sysdeps/mips/fpu_control.h: Fix typo.
9657         Patch by Sylvain Pion <Sylvain.Pion@sophia.inria.fr>.
9658         Remove __setfpucw.
9659
9660 1999-02-10  Roland McGrath  <roland@baalperazim.frob.com>
9661
9662         * sysdeps/mach/hurd/pipe.c (__pipe): Don't call __socket_shutdown on
9663         the "unused" ends of the sockets.  Let pipes be bidirectional.
9664
9665 1999-02-15  Ulrich Drepper  <drepper@cygnus.com>
9666
9667         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Correct test for
9668         invalid ai_flags.
9669
9670 1999-02-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9671
9672         * manual/llio.texi (Waiting for I/O): Correct meaning.  Patch by
9673         Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/969].
9674
9675         * manual/setjmp.texi (Non-Local Exits and Signals): Fix
9676         typo.  Patch by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/970].
9677
9678 1999-02-15  Ulrich Drepper  <drepper@cygnus.com>
9679
9680         * string/Versions: Add __strverscmp to GLIBC_2.1.1.
9681
9682 1999-02-13  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9683
9684         * misc/syslog.c (vsyslog): Remember errno for %m format.  Fix
9685         check for priority mask.
9686
9687 1999-02-14  Ulrich Drepper  <drepper@cygnus.com>
9688
9689         * resolv/netdb.h (AI_NUMERICHOST): Change to 4.
9690         Reported by Craig Metz <cmetz@inner.net> .
9691
9692 1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9693
9694         * stdio-common/Makefile (tests): tllformat added.
9695
9696         * stdio-common/tllformat.c: New program, based on tiformat.c with
9697         examples from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
9698
9699 1999-02-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9700
9701         * posix/test-vfork.c: Fix exit status test.
9702
9703 1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9704
9705         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Add some
9706         missing cases.  Reported by Craig Metz <cmetz@inner.net> [PR libc/964].
9707
9708 1999-02-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9709
9710         * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
9711         of separare explicit comparisons.
9712
9713 1999-02-11  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9714
9715         * sysdeps/wordsize-64/inttypes.h: Always define ldiv_t if not yet
9716         defined.
9717
9718         * sysdeps/wordsize-32/inttypes.h: Always define lldiv_t if not yet
9719         defined.
9720
9721 1999-02-09  Ulrich Drepper  <drepper@cygnus.com>
9722
9723         * po/el.po: Update from translation team.
9724
9725 1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9726
9727         * intl/locale.alias: Fix slovenian entry [PR libc/948].
9728
9729 1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9730
9731         * elf/sprof.c: assert.h isn't used anymore, remove inclusion.
9732         * inet/ruserpass.c: Likewise.
9733         * locale/programs/stringtrans.c: Likewise.
9734         * locale/programs/localedef.c: Likewise.
9735         * nscd/grpcache.c: Likewise.
9736         * nss/nss_files/files-XXX.c: Likewise.
9737         * stdlib/canonicalize.c: Likewise.
9738         * sysdeps/posix/sigwait.c: Likewise.
9739
9740 1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9741
9742         * sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison
9743         even on 64 bit platforms.
9744
9745         * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
9746         Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>.
9747
9748 1999-02-09  Ulrich Drepper  <drepper@cygnus.com>
9749
9750         * intl/dcgettext.c: Include locale.h is available.
9751
9752 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
9753
9754         * po/nl.po: Update from translation team.
9755
9756         * sysdeps/libm-i387/s_asinhf.S: Correct computing absolute value.
9757
9758         * Makefile: Allow calling goals for po subdir.
9759
9760         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add missing RT
9761         signal definitions.
9762
9763         * po/el.po: New file.
9764
9765 1999-02-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9766
9767         * elf/dl-load.c (_dl_map_object_from_fd): Replace magic constant
9768         when processing DT_SYMBOLIC objects.
9769
9770 1999-02-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9771
9772         * elf/dl-load.c (_dl_map_object_from_fd): When looking for the
9773         program headers without PT_PHDR only require that they are
9774         contained within one of the loaded segments.  Don't use assert,
9775         since that would be a bug in the object, not the dynamic linker.
9776
9777 1999-02-08  Richard Henderson  <rth@cygnus.com>
9778
9779         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Save and
9780         restore all call-clobbered fp regs.
9781
9782 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
9783
9784         * po/cs.po: New file.
9785
9786         * resolv/res_hconf.c (_res_hconf_init): Don't use ENV_HOSTCONF for
9787         SUID binaries.
9788
9789 1999-02-07  Ulrich Drepper  <drepper@cygnus.com>
9790
9791         * signal/signal.h: Don't declare __libc_allocate_rtsig.
9792         * include/signal.h: Declare __libc_allocate_rtsig here.
9793
9794         * elf/dl-lookup.c: Increment _dl_num_relocations in the four entry
9795         point functions, not do_lookup since the later can be called more
9796         than once.
9797
9798 1999-02-03  Jakub Jelinek  <jj@ultra.linux.cz>
9799
9800         * sysdeps/generic/segfault.c: Add ADVANCE_STACK_FRAME
9801         macro, so that architectures which need to add some special
9802         offset to stack pointer can share this file.
9803
9804         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: New file.
9805         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: New file.
9806         * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: New file.
9807         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: New file.
9808
9809         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Remove.
9810         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Remove.
9811         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: New file - common
9812         between sparc32 and sparc64.
9813
9814         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Remove.
9815         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Remove.
9816         * sysdeps/unix/sysv/linux/sparc/vfork.S: New file - common
9817         between sparc32 and sparc64.
9818
9819         * sysdeps/unix/sysv/linux/sparc/sparc32/fork.S: Remove.
9820         * sysdeps/unix/sysv/linux/sparc/sparc64/fork.S: Remove.
9821         * sysdeps/unix/sysv/linux/sparc/fork.S: New file - common
9822         between sparc32 and sparc64.
9823
9824         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Remove.
9825         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Remove.
9826         * sysdeps/unix/sysv/linux/sparc/sysdep.S: New file - common
9827         between sparc32 and sparc64.
9828
9829 1999-02-07  Ulrich Drepper  <drepper@cygnus.com>
9830
9831         * Versions.def: New version GLIBC_2.1.1 for libc.
9832         * stdlib/Versions: Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1.
9833         * stdlib/labs.c: Moved to...
9834         * sysdeps/generic/labs.c: ...here.
9835         * stdlib/llabs.c: Moved to...
9836         * sysdeps/generic/llabs.c: ...here.
9837         * stdlib/stdlib.h: Allow definition of ldiv_t and lldiv_t in other
9838         header.  Declare _Exit.
9839         * sysdeps/generic/_exit.c: Add alias _Exit.
9840         * sysdeps/mach/hurd/_exit.c: Likewise.
9841         * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
9842         * sysdeps/standalone/i960/nindy960/_exit.c: Likewise.
9843         * sysdeps/standalone/m68k/m68020/mvme136/_exit.c: Likewise.
9844         * sysdeps/unix/_exit.c: Likewise.
9845         * sysdeps/wordsize-32/inttypes.h: Define imaxdiv_t and declare
9846         imaxdiv and imaxabs.  Declare lldiv_t if necessary.
9847         * sysdeps/wordsize-64/inttypes.h: Likewise.
9848         * sysdeps/wordsize-32/llabs.c: New file.
9849         * sysdeps/wordsize-32/lldiv.c: New file.
9850         * sysdeps/wordsize-64/labs.c: New file.
9851         * sysdeps/wordsize-64/ldiv.c: New file.
9852         * manual/arith.texi: Document imaxabs, imaxdiv_t, and imaxdiv.
9853         * manual/startup.texi: Document _Exit.
9854
9855 1999-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9856
9857         * nscd/cache.c: Include <arpa/inet.h> for inet_ntop.
9858
9859 1999-02-06  Ulrich Drepper  <drepper@cygnus.com>
9860
9861         * Versions.def: Add versions for ld.so.
9862         * csu/Versions: Remove __libc_stack_end here.
9863         * elf/Versions: Split libc definitions in libc and ld.so definitions.
9864         * elf/Makefile (ld-map): Change to ld.so.map.
9865         * scripts/versions.awk: Recognize dot in library names.
9866
9867         * ctype/ctype.h: Remove definitions of __tolower and __toupper.
9868         Don't use __tolower and __toupper in inline functions.
9869         Add optimizing macros for tolower and toupper.
9870         * ctype/ctype-extn.c (_tolower): Don't use __tolower.
9871         (_toupper): Don't use __toupper.
9872         * ctype/ctype.c (tolower): Don't use __tolower.
9873         (toupper): Don't use toupper.
9874
9875         * nscd/cache.c (prune_cache): Correct printing of debugging messages.
9876
9877         * resolv/Versions (libresolv): Export __ns_name_unpack and
9878         __ns_name_ntop.
9879         * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
9880         make it global.  Change all users.  Similar for ns_name_ntop.
9881         * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
9882         user-provided buffer.  Use __ns_name_unpack and __ns_name_ntop
9883         directly to detect too small buffer.
9884         * resolv/nss_dns/dns-network.c: Likewise.
9885
9886         * stdio-common/Makefile (tests): Add scanf12.
9887         * stdio-common/scanf12.c: New file.
9888         * stdio-common/scanf12.input: New file.
9889         * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
9890         floating-point correctly if the number is invalid.
9891
9892         * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
9893         functions.
9894         * stdio-common/printf_fp.c: Likewise.
9895         * stdio-common/printf_fphex.c: Likewise.
9896         * stdio-common/vfprintf.c: Likewise.
9897
9898
9899 See ChangeLog.9 for earlier changes.