Update.
[platform/upstream/glibc.git] / ChangeLog
1 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
2
3         * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
4         sigstack.
5
6         * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
7         SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
8         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
9
10 1998-06-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11
12         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
13         in the variable, not its GOT slot.
14
15 1998-06-10 10:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16
17         * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
18         inline.
19         * sysdeps/m68k/fpu/e_exp10.c: New file.
20         * sysdeps/m68k/fpu/e_exp10f.c: New file.
21         * sysdeps/m68k/fpu/e_exp10l.c: New file.
22
23         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
24         _dl_profile_map only if the name matches.
25         (_dl_start_user): Remember stack address.
26         * sysdeps/m68k/elf/start.S: Pass new argument to
27         __libc_start_user.
28
29         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
30         definition.
31         (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
32         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
33         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
34         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
35         * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
36
37 1998-06-09 18:16  Ulrich Drepper  <drepper@cygnus.com>
38
39         * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
40         * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
41         * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
42         * math/bits/mathcalls.h: Add definitions for exp10 and pow10
43         prototypes.
44         * sysdeps/libm-i387/e_exp10.S: New file.
45         * sysdeps/libm-i387/e_exp10f.S: New file.
46         * sysdeps/libm-i387/e_exp10l.S: New file.
47         * sysdeps/libm-ieee754/e_exp10.c: New file.
48         * sysdeps/libm-ieee754/e_exp10f.c: New file.
49         * sysdeps/libm-ieee754/e_exp10l.c: New file.
50         * sysdeps/libm-ieee754/w_exp10.c: New file.
51         * sysdeps/libm-ieee754/w_exp10f.c: New file.
52         * sysdeps/libm-ieee754/w_exp10l.c: New file.
53         * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
54
55 1998-05-25 22:18  H.J. Lu  <hjl@gnu.org>
56
57         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
58         sys/elf.h and sys/reg.h.
59         * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
60         * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
61         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
62         * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
63
64         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
65         PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
66
67 1998-06-09  Ulrich Drepper  <drepper@cygnus.com>
68
69         * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
70         __data member only for gcc.  Reported by ak@muc.de.
71
72         * misc/mntent.h: Undo last patch.
73         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
74         * misc/tst/mntent.c: Adjust code for this change.
75
76         * io/fts.c: Updated from a slightly more recent BSD version.
77         * io/fts.h: Likewise.
78
79         * libc.map: Add __libc_stack_end.
80
81         * db2/Makefile (routines): Add lock_region.
82         * db2/config.h: Update from db-2.4.14.
83         * db2/db.h: Likewise.
84         * db2/db_185.h: Likewise.
85         * db2/db_int.h: Likewise.
86         * db2/btree/bt_close.c: Likewise.
87         * db2/btree/bt_compare.c: Likewise.
88         * db2/btree/bt_conv.c: Likewise.
89         * db2/btree/bt_cursor.c: Likewise.
90         * db2/btree/bt_delete.c: Likewise.
91         * db2/btree/bt_open.c: Likewise.
92         * db2/btree/bt_page.c: Likewise.
93         * db2/btree/bt_put.c: Likewise.
94         * db2/btree/bt_rec.c: Likewise.
95         * db2/btree/bt_recno.c: Likewise.
96         * db2/btree/bt_rsearch.c: Likewise.
97         * db2/btree/bt_search.c: Likewise.
98         * db2/btree/bt_split.c: Likewise.
99         * db2/btree/bt_stat.c: Likewise.
100         * db2/btree/btree.src: Likewise.
101         * db2/btree/btree_auto.c: Likewise.
102         * db2/clib/getlong.c: Likewise.
103         * db2/common/db_appinit.c: Likewise.
104         * db2/common/db_apprec.c: Likewise.
105         * db2/common/db_byteorder.c: Likewise.
106         * db2/common/db_err.c: Likewise.
107         * db2/common/db_log2.c: Likewise.
108         * db2/common/db_region.c: Likewise.
109         * db2/common/db_salloc.c: Likewise.
110         * db2/common/db_shash.c: Likewise.
111         * db2/db/db.c: Likewise.
112         * db2/db/db.src: Likewise.
113         * db2/db/db_auto.c: Likewise.
114         * db2/db/db_conv.c: Likewise.
115         * db2/db/db_dispatch.c: Likewise.
116         * db2/db/db_dup.c: Likewise.
117         * db2/db/db_overflow.c: Likewise.
118         * db2/db/db_pr.c: Likewise.
119         * db2/db/db_rec.c: Likewise.
120         * db2/db/db_ret.c: Likewise.
121         * db2/db/db_thread.c: Likewise.
122         * db2/db185/db185.c: Likewise.
123         * db2/db185/db185_int.h: Likewise.
124         * db2/dbm/dbm.c: Likewise.
125         * db2/hash/hash.c: Likewise.
126         * db2/hash/hash.src: Likewise.
127         * db2/hash/hash_auto.c: Likewise.
128         * db2/hash/hash_conv.c: Likewise.
129         * db2/hash/hash_debug.c: Likewise.
130         * db2/hash/hash_dup.c: Likewise.
131         * db2/hash/hash_func.c: Likewise.
132         * db2/hash/hash_page.c: Likewise.
133         * db2/hash/hash_rec.c: Likewise.
134         * db2/hash/hash_stat.c: Likewise.
135         * db2/include/btree.h: Likewise.
136         * db2/include/btree_ext.h: Likewise.
137         * db2/include/clib_ext.h: Likewise.
138         * db2/include/common_ext.h: Likewise.
139         * db2/include/cxx_int.h: Likewise.
140         * db2/include/db.h.src: Likewise.
141         * db2/include/db_185.h.src: Likewise.
142         * db2/include/db_am.h: Likewise.
143         * db2/include/db_auto.h: Likewise.
144         * db2/include/db_cxx.h: Likewise.
145         * db2/include/db_dispatch.h: Likewise.
146         * db2/include/db_ext.h: Likewise.
147         * db2/include/db_int.h.src: Likewise.
148         * db2/include/db_page.h: Likewise.
149         * db2/include/db_shash.h: Likewise.
150         * db2/include/db_swap.h: Likewise.
151         * db2/include/hash.h: Likewise.
152         * db2/include/hash_ext.h: Likewise.
153         * db2/include/lock.h: Likewise.
154         * db2/include/lock_ext.h: Likewise.
155         * db2/include/log.h: Likewise.
156         * db2/include/log_ext.h: Likewise.
157         * db2/include/mp.h: Likewise.
158         * db2/include/mp_ext.h: Likewise.
159         * db2/include/mutex_ext.h: Likewise.
160         * db2/include/os_ext.h: Likewise.
161         * db2/include/os_func.h: Likewise.
162         * db2/include/queue.h: Likewise.
163         * db2/include/shqueue.h: Likewise.
164         * db2/include/txn.h: Likewise.
165         * db2/lock/lock.c: Likewise.
166         * db2/lock/lock_conflict.c: Likewise.
167         * db2/lock/lock_deadlock.c: Likewise.
168         * db2/lock/lock_region.c: Likewise.
169         * db2/lock/lock_util.c: Likewise.
170         * db2/log/log.c: Likewise.
171         * db2/log/log.src: Likewise.
172         * db2/log/log_archive.c: Likewise.
173         * db2/log/log_auto.c: Likewise.
174         * db2/log/log_compare.c: Likewise.
175         * db2/log/log_findckp.c: Likewise.
176         * db2/log/log_get.c: Likewise.
177         * db2/log/log_put.c: Likewise.
178         * db2/log/log_rec.c: Likewise.
179         * db2/log/log_register.c: Likewise.
180         * db2/mp/mp_bh.c: Likewise.
181         * db2/mp/mp_fget.c: Likewise.
182         * db2/mp/mp_fopen.c: Likewise.
183         * db2/mp/mp_fput.c: Likewise.
184         * db2/mp/mp_fset.c: Likewise.
185         * db2/mp/mp_open.c: Likewise.
186         * db2/mp/mp_pr.c: Likewise.
187         * db2/mp/mp_region.c: Likewise.
188         * db2/mp/mp_sync.c: Likewise.
189         * db2/mutex/68020.gcc: Likewise.
190         * db2/mutex/mutex.c: Likewise.
191         * db2/mutex/parisc.gcc: Likewise.
192         * db2/mutex/parisc.hp: Likewise.
193         * db2/mutex/sco.cc: Likewise.
194         * db2/os/os_abs.c: Likewise.
195         * db2/os/os_alloc.c: Likewise.
196         * db2/os/os_config.c: Likewise.
197         * db2/os/os_dir.c: Likewise.
198         * db2/os/os_fid.c: Likewise.
199         * db2/os/os_fsync.c: Likewise.
200         * db2/os/os_map.c: Likewise.
201         * db2/os/os_oflags.c: Likewise.
202         * db2/os/os_open.c: Likewise.
203         * db2/os/os_rpath.c: Likewise.
204         * db2/os/os_rw.c: Likewise.
205         * db2/os/os_seek.c: Likewise.
206         * db2/os/os_sleep.c: Likewise.
207         * db2/os/os_spin.c: Likewise.
208         * db2/os/os_stat.c: Likewise.
209         * db2/os/os_unlink.c: Likewise.
210         * db2/progs/db_archive/db_archive.c: Likewise.
211         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
212         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
213         * db2/progs/db_dump/db_dump.c: Likewise.
214         * db2/progs/db_dump185/db_dump185.c: Likewise.
215         * db2/progs/db_load/db_load.c: Likewise.
216         * db2/progs/db_printlog/db_printlog.c: Likewise.
217         * db2/progs/db_recover/db_recover.c: Likewise.
218         * db2/progs/db_stat/db_stat.c: Likewise.
219         * db2/txn/txn.c: Likewise.
220         * db2/txn/txn.src: Likewise.
221         * db2/txn/txn_auto.c: Likewise.
222         * db2/txn/txn_rec.c: Likewise.
223
224         * elf/rtld.c: Move definition of __libc_stack_end to ...
225         * sysdeps/generic/dl-sysdep.h: ...here.
226
227         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
228         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
229         * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
230
231         * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
232         * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
233         before following it.
234
235 1998-06-08 21:44  Ulrich Drepper  <drepper@cygnus.com>
236
237         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
238         from mntent correctly.
239
240 1998-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
241
242         * sunrpc/Makefile (generated): Correct typo.
243
244 1998-06-04  Philip Blundell  <philb@gnu.org>
245
246         * elf/elf.h (EM_ARM, et al.): New definitions.
247         * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
248
249 1998-06-08 21:33  Ulrich Drepper  <drepper@cygnus.com>
250
251         * localedata/SUPPORTED: Add sk_SK.
252         * localedata/locales/sk_SK: New file.
253
254 1998-06-08 18:57  Ulrich Drepper  <drepper@cygnus.com>
255
256         * Makeconfig (subdirs): Add debug.
257         * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
258         * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
259         backtrace_symbols.
260         * sysdeps/generic/backtrace.c: New file.
261         * sysdeps/generic/backtracesyms.c: New file.
262         * sysdeps/generic/elf/backtracesyms.c: New file.
263         * sysdeps/i386/backtrace.c: New file.
264         * debug/Makefile: New file.
265         * debug/backtrace-tst.c: New file.
266         * debug/execinfo.h: New file.
267
268 1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
269
270         * elf/sprof.c: Implement call graph profiling.
271
272         * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
273
274 1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
275
276         * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
277         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
278         * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
279         Noticed by Jake Garver <garver@valkyrie.net>.
280
281 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
282
283         * libio/genops.c (__underflow): Read character from read pointer
284         as unsigned.
285         (__uflow): Likewise.
286
287 1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
288
289         * libc.map: Add _dl_profile.
290         * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
291         this to ELF_DYNAMIC_RELOCATE.
292         Always allocate array for relocation result if LD_PROFILE is defined.
293         * elf/ldsodefs.h: Adjust prototypes.
294         * elf/dl-open.c (_dl_open): Call relocation function with extra
295         argument.
296         * elf/rtld.c: Likewise.
297         * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
298         Correct loop condition.
299         * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
300         consider_profile to runtime setup function.
301         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
302         _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
303
304         * elf/dl-support.c: Define __libc_stack_end.
305         * elf/rtld.c: Likewise.
306         * sysdeps/generic/libc-start.c: Store last stack address in
307         __libc_stack_end.
308         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
309         * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
310
311         * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
312         Include <stdint.h>, not <inttypes.h>.
313
314         * elf/sprof.c: Implement flat profiling.
315
316         * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
317         _IO_funlockfile explicitly.
318         * libio/fileops.c: Likewise.
319         * libio/fputc.c: Likewise.
320         * libio/freopen.c: Likewise.
321         * libio/freopen64.c: Likewise.
322         * libio/fseek.c: Likewise.
323         * libio/fseeko.c: Likewise.
324         * libio/fseeko64.c: Likewise.
325         * libio/ftello.c: Likewise.
326         * libio/ftello64.c: Likewise.
327         * libio/getc.c: Likewise.
328         * libio/getchar.c: Likewise.
329         * libio/iofclose.c: Likewise.
330         * libio/iofflush.c: Likewise.
331         * libio/iofgetpos.c: Likewise.
332         * libio/iofgetpos64.c: Likewise.
333         * libio/iofgets.c: Likewise.
334         * libio/iofputs.c: Likewise.
335         * libio/iofread.c: Likewise.
336         * libio/iofsetpos.c: Likewise.
337         * libio/iofsetpos64.c: Likewise.
338         * libio/ioftell.c: Likewise.
339         * libio/iofwrite.c: Likewise.
340         * libio/iogetdelim.c: Likewise.
341         * libio/iogets.c: Likewise.
342         * libio/ioputs.c: Likewise.
343         * libio/ioseekoff.c: Likewise.
344         * libio/ioseekpos.c: Likewise.
345         * libio/iosetbuffer.c: Likewise.
346         * libio/iosetvbuf.c: Likewise.
347         * libio/ioungetc.c: Likewise.
348         * libio/iovsprintf.c: Likewise.
349         * libio/iovsscanf.c: Likewise.
350         * libio/oldfileops.c: Likewise.
351         * libio/oldiofclose.c: Likewise.
352         * libio/peekc.c: Likewise.
353         * libio/putc.c: Likewise.
354         * libio/putchar.c: Likewise.
355         * libio/rewind.c: Likewise.
356
357         * malloc/mtrace.c: Pretty print.
358
359         * misc/mntent.h (struct mentent): Make string elements const char *.
360
361         * nis/nis_printf.c: Optimize I/O a little bit.
362
363         * signal/Makefile (distribute): Add sigset-cvt-mask.h.
364         * sysdeps/generic/sigset-cvt-mask.h: New file.
365         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
366         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
367         * sysdeps/posix/sigvec.c: Rewrite the use definitions from
368         sigset-cvt-mask.h to do the dirty work.
369         Patches by Joe Keane.
370
371         * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
372
373         * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
374         syscall_error label in case of PIC anonymous.
375         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
376         * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
377         * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
378         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
379         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
380         * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
381         * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
382
383 1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
384
385         * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
386         we cannot declare the struct element as const.
387         * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
388         * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
389
390 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
391
392         * manual/Makefile: Include ../Makeconfig earlier.
393         (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
394         exist.
395         (dir-add.texinfo): Remove useless $(SHELL).
396
397 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
398
399         * Makefile (others): Build programs from install-bin.
400         * configure.in: Modify config.make only if is was just created and
401         move that command to second argument of AC_OUTPUT.  Add command to
402         set config_vars in config.status.
403
404 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
405
406         * malloc/Makefile (address-width): Fix conditional.
407
408 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
409
410         * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
411         putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
412         strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
413         version GLIBC_2.1.
414
415 1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
416
417         * manual/lang.texi (Range of Type): Change @end table->@end vtable.
418         (Floating Point Parameters): Likewise.
419
420 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
421
422         * hurd/Makefile (routines): Add cthreads.
423
424 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
425
426         * login/login.c (login): Let pututline take care of finding the
427         positin to insert the UTMP entry.  This corrects a bug where ssh
428         was not reusing UTMP entries marked as DEAD_PROCESS.
429         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
430
431 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
432
433         * login/Makefile (tests): New variable, add tst-utmp and
434         tst-utmpx.
435         * login/tst-utmp.c: New file.
436         * login/tst-utmpx.c: New file.
437
438 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
439
440         * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
441         aliases for _hurd_nerr, for programs that don't use sys_errlist,
442         but need sys_err.
443
444 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
445
446         * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
447         * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
448
449 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
450
451         * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
452         make __read a weak alias.  Use ANSI-style function definition.
453         * sysdeps/mach/hurd/write.c: Likewise.
454
455 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
456
457         * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
458         _sys_errlist.
459
460 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
461
462         * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
463         Renamed from librtld.so.
464
465 1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
466
467         * libc.map: Remove _IO_getline_info which was erroneously
468         introduced in section GLIBC_2.0.
469         Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
470
471 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
472
473         * sysdeps/generic/socket.c (__socket): Renamed from socket, and
474         created a weak alias.
475         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
476
477 1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
478
479         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
480         ftruncate function, and create a weak alias to ftruncate.
481
482 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
483
484         * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
485         * inet/getnetgrent_r.c: Likewise.
486         * nss/getXXbyYY_r.c: Likewise.
487         * nss/getXXent_r.c: Likewise.
488         * pwd/fgetpwent_r.c: Likewise.
489         * shadow/sgetspent_r.c: Likewise.
490         * shadow/fgetspent_r.c: Likewise.
491         * sunrpc/publickey.c: Likewise.
492
493 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
494
495         * hurd/libhurduser.map: New file.
496         * mach/libmachuser.map: Likewise.
497
498         * libc.map: Add Hurd-specific functions to version 2.1.
499         Add __flshfp and __fillbf.
500
501 1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
502
503         * manual/signal.texi (Basic Signal Handling): Fix typo.
504         * manual/errno.texi (Error Codes): Likewise.
505
506 1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
507
508         * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
509         instead of <sys/socket.h>.
510         Patch by NIIBE Yutaka <gniibe@mri.co.jp>
511
512         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
513         Finally make it working.
514         Patch by Mark Hatle <fray@kernel.crashing.org>.
515
516 1998-03-22  Paul Eggert  <eggert@twinsun.com>
517
518         * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
519         a Solaris 2.6 bug.
520
521 1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
522
523         * stdlib/gmp-impl.h: Support strange mixed-endian double format
524         used by ARM systems.
525         * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
526         FE_EXCEPT_SHIFT.
527         * sysdeps/arm/bits/fenv.h: Deleted.
528         * sysdeps/arm/fpu/ieee754.h: New file.
529         * sysdeps/arm/gmp-mparam.h: New file.
530         * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
531         implementation.
532
533 1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
534
535         * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
536
537         * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
538         of ((unused)).  Reported by Bruno Haible.
539
540 1998-05-31  Philip Blundell  <philb@gnu.org>
541
542         * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
543         referring to errno and _errno.
544
545         * sysdeps/arm/fpu/feholdexcpt.c: New file.
546
547         * sysdeps/i386/fpu_control.h: Fix typo.
548
549         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
550         (_JMPBUF_UNWINDS): Added.
551         * sysdeps/arm/fpu/bits/setjmp.h: New file.
552
553 1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
554
555         * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
556         order to build header files, not `generated'.
557
558         * Rules (before-compile): New target which depends on all
559         $(before-compile) files.
560
561 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
562
563         * nis/nis_call.c: Make directory search faster.
564
565         * nis/nis_callback.c: Insert public key of user in callback data.
566
567         * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
568
569         * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
570
571         * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
572
573         * nis/nis_intern.h: Remove duplicated prototype.
574
575 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
576
577         * sunrpc/auth_des.c: Move prototypes from here ...
578         * sunrpc/rpc/auth.h: ... to here.
579
580         * sunrpc/clnt_tcp.c: Add more control flags.
581         * sunrpc/clnt_udp.c: Likewise.
582
583         * sunrpc/netname.c (host2netname): Remove prefixing dot from
584         domainname.
585
586         * sunrpc/rpc/clnt.h: Document, which control flags are not
587         implementable.
588
589         * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
590
591 1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
592
593         * locale/loadlocale.c (_nl_load_locale): Don't allow too small
594         files crash the program.
595
596         * io/Makefile: Don't run ftwtest-sh if cross-compiling.
597         * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
598         Reported by Deborah Wallach <kerr@pa.dec.com>.
599
600 1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
601
602         * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
603         on whether this is a stable release or not (keeps snapshot bug
604         reports out of the database).
605
606         * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
607         * sysdeps/arm/sysdep.h: Likewise.
608         * sysdeps/i386/sysdep.h: Likewise.
609         * sysdeps/m68k/sysdep.h: Likewise.
610         * sysdeps/mach/mips/sysdep.h: Likewise.
611         * sysdeps/mach/sys/reboot.h: Likewise.
612         * sysdeps/mach/sysdep.h: Likewise.
613         * sysdeps/unix/alpha/sysdep.h: Likewise.
614         * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
615         * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
616         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
617         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
618         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
619         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
620         * sysdeps/unix/i386/sysdep.h: Likewise.
621         * sysdeps/unix/mips/sysdep.h: Likewise.
622         * sysdeps/unix/sparc/sysdep.h: Likewise.
623         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
624         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
625         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
626         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
627         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
628         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
629         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
630         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
631
632 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
633
634         * mach/Machrules: Use $(move-if-change).
635
636 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
637
638         * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
639         * Makerules (lib%.so): Depend on $(+interp).
640         (libc.so): Add interp.os to list of dependencies.
641         (interp-obj): Remove variable.
642         * mach/Machrules (+interp): Define to empty since libhurduser and
643         libmachuser don't need to have the interpreter set.
644
645 1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
646
647         * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
648
649         * resolv/gethnamaddr.c: Likewise.
650
651         * resolv/res_comp.c: Likewise.
652
653 1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
654
655         * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
656         so that transparent union works.
657
658 1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
659
660         * manual/texinfo.tex: Update to last available version.
661
662         * timezone/africa: Update from tzdata1998e.
663         * timezone/antarctica: Likewise.
664         * timezone/asia: Likewise.
665         * timezone/australasia: Likewise.
666         * timezone/europe: Likewise.
667         * timezone/iso3166.tab: Likewise.
668         * timezone/northamerica: Likewise.
669         * timezone/tzselect.ksh: Likewise.
670         * timezone/zone.tab: Likewise.
671
672 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
673
674         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
675         Reported by Matt McLean <keys@brio.yikes.com>.
676
677 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
678
679         * catgets/Makefile ($(objpfx)de.cat): Renamed from
680         do-gencat-test.  Use automatic variables.
681         ($(objpfx)de.msg): Fix reference to po file.
682
683 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
684
685         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
686         $(move-if-change).
687
688 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
689
690         * intl/dcgettext.c: Fix typo.
691
692 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
693
694         * configure.in: Allow more make versions e.g 3.76.90.
695
696 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
697
698         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
699
700         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
701         for Hurd.  Patch by Mark Kettenis.
702
703 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
704
705          * mach/Machrules (+preinit, +postinit): Define these variables to
706          empty because libhurduser and libmachuser don't need startup
707          files.
708
709 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
710
711          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
712          instead of a raw bitmask.
713
714 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
715
716         * Makeconfig (rpath-dirs): New variable.
717         (rpath-link): Use it.
718         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
719         (db-objpfx): Removed.
720         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
721         * md5-crypt/Makefile: Likewise.
722         * sysdeps/mach/hurd/Makefile: Likewise.
723
724         * Makeconfig (move-if-change): New variable.
725         * iconvdata/Makefile (move-if-change): Removed.
726         * manual/Makefile (move-if-change): Set only if undefined, use
727         local script by default.
728         * sunrpc/Makefile (move-if-change): Removed.
729         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
730         $(move-if-change).
731
732          * elf/Makefile: Remove all references to obsolete file
733          $(objpfx)rtldtbl.h.
734          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
735
736 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
737
738         * elf/dl-close.c (_dl_close): Add debugging message.
739
740 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
741
742         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
743         to get Linux version and not gcc version.
744         Reported by Alan Curry <pacman@cqc.com>.
745
746 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
747
748         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
749         pointers - return unknown error message instead.
750         Reported by Alan Curry <pacman@cqc.com>.
751
752 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
753
754         * iconvdata/Makefile (modules, sed-generated-headers,
755         perl-generated-headers): ibm424.h is perl generated.  Make
756         necessary modifications to compile without perl.
757
758 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
759
760         * hesiod/hesiod.c (read_config_file): Fix typo.
761
762 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
763
764         * version.h: Bump VERSION.
765
766         * csu/Makefile (distribute): Add munch-tmpl.c.
767
768 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
769
770         * nis/nis_defaults.c: Fix buffer problems and typos.
771
772 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
773
774         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
775         Patch by Fred Fish.
776
777 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
778
779         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
780         overwriting bugs.
781
782         * libio/strops.c (_IO_str_underflow): Read newly available
783         character from buffer as unsigned.
784
785 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
786
787         * catgets/Makefile (distribute): Add xopen-msg.h.
788         (generated): Add de.msg and de.cat.
789         (tests): Add do-gencat-test.
790         (do-gencat-test): New goal.  Run gencat on a generated msg file.
791         * catgets/xopen-msg.h: New file.
792
793 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
794
795         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
796         functions.  Optimize filename creation a bit.
797
798 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
799
800         * stdlib/random_r.c: Help gcc to optimize the code.
801         Patch by Joe Keane <jgk@jgk.org>.
802
803 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
804
805         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
806         tsearch calls.
807
808 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
809
810         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
811         it.
812
813 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
814
815         * wcsmbs/wcsnrtombs.c: Correct computation of result.
816         * wcsmbs/wcsrtombs.c: Likewise.
817
818         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
819         * wcsmbs/wcsmbs-tst1.c: New file.
820
821         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
822
823         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
824         as 1.
825
826         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
827         weak.
828
829 1998-05-21  Philip Blundell  <philb@gnu.org>
830
831         * sysdeps/arm/fpu_control.h: Replace stub file with real
832         implementation.
833         * sysdeps/arm/fpu/bits/fenv.h: New file.
834         * sysdeps/arm/fpu/fesetround.c: Likewise.
835         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
836         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
837         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
838         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
839         * sysdeps/arm/fpu/fegetenv.c: Likewise.
840         * sysdeps/arm/fpu/fesetenv.c: Likewise.
841
842 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
843
844         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
845         read instead of mmap.
846
847 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
848
849         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
850         directly instead of include_next.  Add missing semicolons.
851         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
852         Add missing semicolons.
853
854 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
855
856         * iconvdata/gconv-modules: Add more aliases to please java
857         environments.
858
859 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
860
861         * stdio-common/vfprintf.c (process_arg): Fix typo.
862
863         * iconvdata/TESTS: New tests for EUC-KR.
864
865         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
866         * iconvdata/testdata/EUC-KR: New file.
867
868 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
869
870         * math/libm-test.c (hypot_test): Fix a typo.
871
872 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
873
874         * stdio-common/vfprintf.c: When precision is specified for %ls or
875         %S handle it correctly.
876
877 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
878
879         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
880         the" in one line - fixed it.
881         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
882         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
883         * posix/unistd.h: Likewise
884
885 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
886
887         * Makeconfig (rpath-link): Add resolvobjdir.
888         (resolvobjdir): New variable.
889         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
890
891 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
892
893         * elf/dl-close.c: Call shared object terminators at the right time.
894         Patch by Philippe Troin <phil@fifi.org>.
895
896 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
897
898         * Make-dist (+tsrcs): Also add *.map for every member of
899         $(extra-libs).
900
901         * Makefile (distribute): Don't distribute scripts/printsources and
902         scripts/=__ify.  Distribute FAQ.in.
903         (rpm/%): Don't pass subdirs to sub-make.
904
905         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
906         instead of $(no_deps).
907
908 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
909
910         * sysdeps/generic/setenv.c: Protect against GNU C extension.
911         (KNOWN_VALUE, STORE_VALUE): Do it right.
912         (setenv): Remove unused variable.
913
914 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
915
916         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
917         (CFLAGS-zdump.c): Add $(tz-cflags).
918
919         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
920         return type.
921
922 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
923
924         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
925         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
926         if use_localtime.
927         * time/tzset.c: Update prototype of __tzfile_compute.
928         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
929         tm_zone and tm_offset here if __use_tzfile.
930
931 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
932
933         * Makerules: Install libc.a even if there are no object file.
934
935 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
936
937         * Makerules (do-makelib): Don't force creating library from
938         scratch, to avoid wasting time and space and to get correct
939         behaviour if $(subdirs) is incomplete.
940
941 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
942
943         * Makerules (do-stamp): Make it work when building in source
944         directory.
945
946 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
947
948         * elf/dl-load.c: Rename option and variable from ignore-rpath to
949         inhibit-rpath.
950         * elf/dl-support.c: Likewise.
951         * elf/ldsodefs.h: Likewise.
952         * elf/rtld.c: Likewise.
953         * iconvdata/run-iconv-test.sh: Likewise.
954
955 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
956
957         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
958         variable using the value.
959         * elf/ldsodefs.h: Declare _dl_ignore_path.
960         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
961         object against list in _dl_ignore_path and ignore RPATH if on the list.
962         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
963         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
964         to make sure we get the correct helper libraries loaded.
965
966         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
967         "RPATH" string in call to fillin_rpath instead.
968         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
969
970 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
971
972         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
973         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
974
975 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
976
977         * manual/terminal.texi (I/O Queues): Fix typo.
978
979         * manual/stdio.texi (Closing Streams): Fix grammar.
980
981         * manual/arith.texi (Absolute Value): Correct typo.
982         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
983
984 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
985
986         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
987         LD_PROFILE_OUTPUT in SUID binaries.
988         * intl/dcgettext.c: In SUID binaries don't let language part of
989         locale value contain path elements.
990         * intl/explodename.h: Define new function _nl_find_language.
991         * intl/loadinfo.h: Declare _nl_find_language.
992         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
993         language part it drop the value is path element is contained.
994
995         * locale/setlocale.c: Fix typo.
996
997 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
998
999         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
1000
1001         * sysdeps/arm/strlen.S: Support both big and little endian processors.
1002
1003         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
1004         log, not a byte-count.
1005
1006         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
1007         a.out compatibility.
1008
1009 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1010
1011         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
1012         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1013         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1014         * posix/unistd.h: Likewise.
1015         * math/math.h: Likewise.
1016         * manual/users.texi (Manipulating the Database): Likewise.
1017         * manual/signal.texi (Job Control Signals): Likewise.
1018         * manual/message.texi (The gencat program): Likewise.
1019         * manual/filesys.texi (Hard Links): Likewise.
1020         * manual/math.texi (SVID Random): Likewise.
1021         * manual/llio.texi (Waiting for I/O): Likewise.
1022         * manual/io.texi (File Name Errors): Likewise.
1023         * manual/conf.texi (String Parameters): Likewise.
1024         * manual/arith.texi (Infinity): Likewise.
1025         * malloc/malloc.c: Likewise.
1026         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
1027         * csu/Makefile: Likewise.
1028
1029 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
1030
1031         * manual/memory.texi: Add back accidently removed line.
1032
1033 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
1034
1035         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
1036         (timeout_handler): New function.
1037         (LOCK_FILE, UNLOCK_FILE): New macros.
1038         Implement file locking with timeout.
1039         (getutent_r_file, internal_getut_r, getutline_r_file,
1040         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
1041         locking.
1042
1043 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
1044
1045         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
1046         directory.
1047
1048 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1049
1050         * rpm/Makefile: Delete inclusion of version.mk.
1051
1052 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1053
1054         * libc.map: Add all libio functions needed libstdc++ with version
1055         2.0, sort entries.
1056
1057 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1058
1059         * iconvdata/Makefile (generated): Add *.stmp files.
1060
1061 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1062
1063         * timezone/Makefile (testdata, build-testdata): New variables, use
1064         them in rules for test data.
1065         ($(objpfx)tst-timezone.out): Depend on test data.
1066         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
1067         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
1068         New rules to build test data.
1069         (tst-timezone-ENV): Pass TZDIR to point to test data.
1070
1071 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
1072
1073         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
1074         (the designation sequence is disturbing).
1075
1076 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1077
1078         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
1079         * sunrpc/xdr_rec.c: Likewise.
1080
1081 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1082
1083         * posix/Makefile (tests): Add runptests.
1084         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
1085         (before-compile): Add ptestcases.h.
1086         (ptestscases.h): Add rule to generate from PTESTS.
1087         * posix/runptests.c: New file.
1088         * posix/PTESTS: New file.
1089         * posix/PTESTS2C.sed: New file.
1090
1091 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1092
1093         * iconv/loop.c: Let user add code to use and set paramaters.
1094
1095         * iconvdata/iso-2022-kr.c: Correct to-loop.
1096
1097         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
1098         point to output buffer.
1099
1100         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
1101         hanja.
1102
1103         * iconvdata/TESTS: Add ISO-2022-KR test.
1104         * iconvdata/testdata/ISO-2022-KR: New file.
1105
1106 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
1107
1108         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
1109         and internal_use.
1110         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
1111         and internal_use.
1112         * wcsmbs/btowc.c: Likewise.
1113         * wcsmbs/mbrtowcs.c: Likewise.
1114         * wcsmbs/mbsnrtowcs.c: Likewise.
1115         * wcsmbs/mbsrtowcs.c: Likewise.
1116         * wcsmbs/wcrtomb.c: Likewise.
1117         * wcsmbs/wcsnrtombs.c: Likewise.
1118         * wcsmbs/wcsrtombs.c: Likewise.
1119         * wcsmbs/wctob.c: Likewise.
1120         * iconv/skeleton.c: Increment invocation_counter.
1121         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
1122         sequence first.
1123
1124         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
1125         * iconvdata/iso-2022-jp.c: Likewise.
1126         * iconvdata/iso646.c: Likewise.
1127
1128         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
1129
1130 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1131
1132         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
1133
1134         * sysdeps/generic/setenv.c (setenv): Remove optimization for
1135         overwriting existing values if it fits.
1136
1137 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
1138
1139         * posix/wordexp-test.c: Avoid duplicate messages.
1140
1141         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
1142         tsearch.  Correctly interpret values returned by those functions.
1143         (unsetenv): Store pointer to string, not pointer to string pointer.
1144
1145         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
1146         DST information and offset in them.
1147         * time/tzset.c (__tz_convert): Pass extra parameters to
1148         __tzfile_compute.  Compute equivalent values for use of tz_rules.
1149
1150 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1151
1152         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
1153         stamp files to avoid unnecessary recompilation.
1154         (gen-8bit-gap-table): Likewise.
1155         (move-if-change): New variable.
1156         (all generated .h rules): Change to be .stmp rules.
1157         (%.h): New rule; depend on %.stmp; no commands.
1158         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
1159         gen-8bit-gap-1.sh.
1160
1161 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1162
1163         * Makerules (libc-map): Deleted.
1164         (load-map-file): Set to the appropriate compiler switch, not
1165         just the file name.  If libfoo-map is not set, look for a
1166         libfoo.map in the current directory and $(..).
1167         (map-file): New variable, contains just the mapfile name.
1168         (build-shlib): Adjust for new value of load-map-file.
1169         (libc.so): Correct dependencies.
1170
1171         * extra-lib.mk: Correct shlib dependencies since libfoo-map
1172         may not be set anymore.
1173
1174         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
1175         Delete libdl-map.  Tweak ld.so link rule to work with changed
1176         variable settings in Makerules.
1177         * iconvdata/Makefile: Tweak build-module to work with changed
1178         variable settings in Makerules.
1179
1180         * db/Makefile: Delete libdb-map.
1181         * hesiod/Makefile: Delete libnss_hesiod-map.
1182         * linuxthreads/Makefile: Delete libpthread-map.
1183         * locale/Makefile: Delete libBrokenLocale-map.
1184         * login/Makefile: Delete libutil-map.
1185         * math/Makefile: Delete libm-map.
1186         * md5-crypt/Makefile: Delete libcrypt-map.
1187         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
1188         libnss_nisplus-map, and libnss_compat-map.
1189         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
1190         libnss_ldap-map.
1191         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
1192         * rt/Makefile: Delete librt-map.
1193
1194 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1195
1196         * configure.in: Instead of substituting `yes' or `no' for whether
1197         --no-whole-archive is available, set @no_whole_archive@ to the
1198         appropriate gcc switch or the empty string.  Likewise for
1199         -fno-exceptions.
1200         * config.make.in: Replace have-no-whole-archive with
1201         no-whole-archive and have-no-exceptions with no-exceptions.
1202         * Makerules: Delete stanzas setting no-whole-archive and
1203         no-exceptions.
1204
1205         * sunrpc/Makefile: Use move-if-change to update generated .h
1206         and .c files.
1207
1208 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1209
1210         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
1211         of strchr loop.
1212
1213 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1214
1215         * time/tzfile.c (__tzfile_read): Remove unused variable info.
1216         (__tzfile_compute): Likewise.
1217
1218 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1219
1220         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
1221         defines from Linux 2.1.102.
1222
1223 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
1224
1225         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
1226
1227 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
1228
1229         * inet/netinet/in.h: Add defines for multicast.
1230         Reported by Jeremy Hall <jhall@UU.NET>.
1231
1232         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
1233         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
1234         and unsetenv.  Optimize _LIBC case.
1235         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
1236         Define functions with leading __.
1237
1238         * time/tzfile.c: Correct handling of global variables daylight,
1239         timezone, and tzname.
1240         * time/tzset.c: Likewise.
1241         * timezone/Makefile (tests): Add tst-timezone.
1242         * timezone/tst-timezone.c: New file.
1243
1244 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
1245
1246         * timezone/asia: Update from tzdata1998d.
1247         * timezone/australasia: Likewise.
1248         * timezone/europe: Likewise.
1249
1250 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
1251
1252         * string/string.h: Don't use the optimized versions for the string
1253         functions if optimizing for space.
1254
1255         * stdlib/tst-strtod.c: Add test for -0.0.
1256
1257         * io/ftwtest-sh: Prevent tests from being run by root.
1258
1259         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
1260         last addition.  Patch by wkpark@chem.skku.ac.kr.
1261
1262 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1263
1264         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
1265         table.
1266
1267 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1268
1269         * iconvdata/gen-8bit.sh: New file.
1270         * iconvdata/gen-8bit-gap.sh: New file.
1271         * iconvdata/gen-8bit-gap-1.sh: New file.
1272         * iconvdata/Makefile (generate-8bit-table): Use shell script
1273         instead of writing the commands directly.
1274         (generate-8bit-gap-table): Likewise.
1275         ($(objpfx)iso8859-7jp.h): Likewise.
1276         (generated headers): Depend on shell script instead of Makefile.
1277         (before-compile): Add $(perl-generated-headers) only if perl is
1278         available.
1279         (headers): Depend on $(perl-generated-headers) only if perl is
1280         available.
1281         (sed-generated-headers): Remove iso8859-7jp.h.
1282
1283 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1284
1285         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
1286         (/): Removed.
1287
1288 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1289
1290         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
1291         formed charset names to getfct.  Let user override charset
1292         selection by mention charset in locale name.
1293
1294 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
1295
1296         * posix/glob.c: Move to ...
1297         * sysdeps/generic/glob.c: ...here.
1298         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
1299         elements.
1300         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
1301         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
1302         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
1303         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
1304         subdir.
1305         * libc.map [GLIBC_2.1]: Add glob and globfree.
1306
1307 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1308
1309         * sunrpc/Makefile (generated): Restore old list.
1310
1311 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1312
1313         * rt/Makefile (tests): Define only if we have a thread library.
1314
1315         * nis/ypclnt.c: Add: #include <errno.h>.
1316
1317 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1318
1319         * configure.in: Define and substitute RELEASE as well as
1320         VERSION.
1321         * config.make.in: Add RELEASE and VERSION to be substituted.
1322         * Makeconfig: Delete all references to version.mk.
1323         * Make-dist: Likewise.
1324         * MakeTAGS: Likewise.
1325         * elf/Makefile: Likewise.
1326
1327 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1328
1329         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
1330         yp_get_default_domain.
1331
1332 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1333
1334         * sysdeps/posix/profil.c (__profil): Don't define act and timer
1335         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
1336
1337 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
1338
1339         * malloc/malloc.c: Fix for NO_THREADS case.
1340
1341 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
1342
1343         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
1344         Remove statfs and fstatfs.
1345         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
1346         and pwrite as EXTRA.
1347         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1348
1349 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
1350
1351         * libc.map: Add capget and capset.
1352
1353 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1354
1355         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1356         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
1357         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
1358         and Matt McLean <keys@brio.yikes.com>.
1359
1360 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
1361
1362         * misc/Makefile (tests): Add tst-mntent.
1363         * misc/tst-mntent.c: New file.
1364
1365 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1366
1367         * autolock.sh: Removed.
1368         * manual/move-if-change: Removed.
1369
1370         * scripts: New directory.
1371         * =__ify: Moved to scripts.
1372         * config.guess: Likewise.
1373         * config.sub: Likewise.
1374         * gen-FAQ.pl: Likewise.
1375         * install-sh: Likewise.
1376         * mkinstalldirs: Likewise.
1377         * move-if-change: Likewise.
1378         * printsources: Likewise.
1379         * rellns.sh: Likewise.
1380         * test-installation.pl: Likewise.
1381
1382         * configure.in: Look in scripts for config.guess, config.sub,
1383         install-sh.
1384         * Makefile: Distribute all above files in their
1385         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
1386         * manual/Makefile: Find mkinstalldirs and move-if-change in
1387         $(..)scripts.  Drop them from distribute.  Minor cleanups.
1388         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
1389         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
1390         * timezone/Makefile: Find rellns-sh in scripts.
1391
1392 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1393
1394         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
1395         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
1396
1397 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1398
1399         * Makefile (+subdir-inits): Delete variable.
1400         (+init_subdirs): Likewise.
1401         (aux): Likewise.
1402         (before-compile): Likewise.
1403         (libc-init): Delete stanza.
1404         (version-info.h): Delete rule and associated variable.
1405         (distribute): Don't distribute moved files.
1406         * Makerules (interp-obj): It lives in elf now.  Only use it
1407         if $(elf) is set.  Delete rule to build it.
1408         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
1409         version.o and version-info.h.  Minor cleanups.
1410         (routines): Add libc-init, sysdep, version.
1411         (generated): Add version-info.h.
1412         * elf/Makefile: Build interp.os.
1413
1414         * interp.c: Moved to elf.
1415         * set-init.c: Moved to csu.
1416         * munch-init.c: Likewise.
1417         * munch.awk: Likewise.
1418         * version.c: Likewise.
1419
1420         * Rules: Unconfuse syntax highlighting with a fake comment.
1421
1422 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1423
1424         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
1425         syscalls.
1426
1427 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1428
1429         * iconvdata/Makefile (generated): Set to *-generated-headers
1430         plus gconv-modules.
1431         (tests): Set to iconv-test.
1432         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
1433         * posix/Makefile (generated): Set to wordexp-test-result*.
1434         * sunrpc/Makefile (generated): Remove rpcsvc/*.
1435         (generated-dirs): Add rpcsvc.
1436         * libio/Makefile: Clean up.
1437
1438 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
1439
1440         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
1441         * Makerules: Likewise.
1442         (+depfiles): Also add sysdep-others.
1443         * Rules: Likewise.
1444         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
1445         * iconvdata/Makefile (distribute): Add TESTS.
1446         * localedata/Makefile (repertoires): Rename to repertoiremaps.
1447         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
1448         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
1449         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
1450         sysdep-others, not others.
1451         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1452         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
1453
1454 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
1455
1456         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
1457         cost_hi and cost_lo.
1458         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
1459         Cost parameter and set cost_lo to INT_MAX.
1460         (add_module): Take new parameter and use it to initialize cost_lo.
1461         (read_conf_file): Count modules being loaded and use counter for
1462         new parameter to add_module.
1463         * iconv/gconv_db.c (find_derivation): When look for cost examine
1464         cost_hi and cost_lo.
1465
1466 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
1467
1468         * string/bits/string2.h: Don't use unsigned char * unless really
1469         necessary since this disturbs C++.
1470         * sysdeps/i386/i486/bits/string.h: Likewise.
1471         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
1472
1473 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1474
1475         * malloc/malloc.c (top_check): Fix last change.
1476
1477 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
1478
1479         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
1480         Patch by Matt McLean <keys@brio.yikes.com>.
1481
1482 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1483
1484         * Makerules (lib): Put back dependency on lib-noranlib.
1485         ($(subdirs-stamps)): Remove dependency on stamp.* again.
1486
1487 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
1488
1489         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
1490         test in __pow2 implementation.
1491
1492 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
1493
1494         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
1495         Still need *FLAGS-.o because we still sometimes build .o files.
1496         * db2/Makefile: Don't build libndbm.a if !build-static.
1497
1498 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1499
1500         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
1501
1502 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
1503
1504         * configure.in: New test for broken gcc on PowerPC.
1505         * sysdeps/powerpc/atomicity.h: Use result of test.
1506         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
1507
1508         * math/libm-test.c: Update many of the epsilon to match actual
1509         performance.
1510
1511         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
1512         * sysdeps/libm-ieee754/e_expf.c: Likewise.
1513         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
1514         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
1515
1516         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
1517
1518         * sysdeps/powerpc/elf/libc-start.c: New file.
1519         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
1520         * sysdeps/powerpc/elf/start.c: Delete.
1521
1522         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
1523         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
1524
1525         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
1526         few patches.
1527
1528 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
1529
1530         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
1531         test for integer.
1532
1533         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
1534         * sysdeps/libm-i387/e_powl.S: Likewise.
1535
1536 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
1537
1538         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
1539         (malloc_check, free_check, realloc_check, memalign_check): Use
1540         them to improve overrun checking.  Overruns of a single byte and
1541         corruption of the top chunk are now detected much more reliably.
1542
1543 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1544
1545         * math/libm-test.c (pow_test): Add test for special value from PR
1546         libc/590.
1547
1548 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
1549
1550         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
1551         including linux/errno.h.
1552
1553 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
1554
1555         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
1556         Use correct types.
1557         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
1558         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
1559
1560 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1561
1562         * Makerules (elide-routines.*): Fix assignments.
1563         (do-makelib): Fix typo.
1564         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
1565         makefile.
1566
1567 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1568
1569         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
1570         $(objpfx)sysd-dirs): Move them...
1571         * Makeconfig: ... here.
1572         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
1573         (stubs): Fix circular depedency.
1574         (do-makelib): Clean up.
1575         (lib): Don't depend on lib-noranlib.
1576         ($(objpfx)stamp.oS): Remove special case for empty
1577         static-only-routines.
1578         (elide-routines.o): Add $(static-only-routines).
1579         (elide-routines$o): Define this instead of elide-routines.$o.
1580         * manual/Makefile (stubs): Fix circular dependency.
1581
1582 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1583
1584         * libio/Makefile (routines): Remove duplicate oldiofclose.
1585
1586 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
1587
1588         * string/strcoll.c: Use uint32_t instead of u_int32_t.
1589
1590 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
1591
1592         * libio/stdio.h: Fix typo in __REDIRECT.
1593         * io/sys/stat.h: Likewise.
1594         Reported by Myles Uyema <myles@uyema.nws.net>.
1595
1596 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1597
1598         * locale/programs/localedef.c (options): Fix help message.
1599
1600 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
1601
1602         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
1603         relocations.  Patch by Joe Keane <jgk@jgk.org>.
1604
1605 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
1606
1607         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
1608         ptmalloc_unlock_all, but re-initializes the mutexes instead.
1609         (ptmalloc_init): Use new function in thread_at_fork call.
1610         (thread_atfork_static): Likewise.
1611         Suggested by Wolfram Gloger and Xavier Leroy.
1612
1613 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
1614
1615         * signal/signal.h: Move definitions of struct sigstack and
1616         struct sigaltstack into separate file and include it.
1617         * sysdeps/generic/bits/sigstack.h: New file.
1618         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
1619         * signal/Makefile (headers): Add bits/sigstack.h.
1620
1621 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1622
1623         * elf/rtld.c (dl_main): Fix check for number of references to
1624         interpreter object.
1625
1626 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1627
1628         * elf/rtld.c (dl_main): Check has_interp after executing platform
1629         specific code.
1630
1631 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1632
1633         * iconvdata/run-iconv-test.sh: Fix typo.
1634
1635 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1636
1637         * Makerules (+depfiles): Add depfiles for $(tests-static).
1638         Simplified.
1639
1640 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1641
1642         * manual/terminal.texi (Special Characters): Fix description of
1643         c_cc indexes.
1644
1645 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1646
1647         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
1648         array.
1649         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
1650         of c_cc array.
1651
1652 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1653
1654         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
1655
1656 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
1657
1658         * intl/locale.alias: Update russian entry.
1659
1660 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1661
1662         * Makerules (static-only-routines): Reimplement in terms of
1663         elide-routines.os.
1664         (shared-only-routines): Reimplement in terms of
1665         elide-routines.X [where X is all object-suffixes except .os].
1666
1667         (stubs): Create stubs file inside the subdir.
1668         (common-mostlyclean): Remove stubs file from inside the subdir.
1669         * Makefile (subdir-stubs): Look for stubs files inside the
1670         subdirs.
1671         * manual/Makefile (stubs): Create dummy stubs file inside the
1672         subdir.
1673
1674 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1675
1676         Build speed improvement: make ar less of a bottleneck.
1677
1678         * Makerules (stamp$o): Just record the object list for later
1679         use.
1680         (libc_foo.a): New rule, depends on subdir stamp files; builds
1681         and ranlibs the library from the lists saved in those files.
1682
1683         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
1684         (subdirs-stamp-o): Likewise.
1685
1686         (ar-symtab-name): Delete variable.
1687         (lib%.a): Delete target.
1688         (libc_foo.a(bar.%)): Delete target.
1689         (libc_foo.a($(ar-symtab-name))): Delete target.
1690
1691         (objects objs): Just depend on libobjs and extra-objs.
1692         (libobjs): Depend on the stamp files, not the objects.
1693         (extra-objs): New target, just depends on the extra-objs list.
1694
1695         (CREATE_ARFLAGS): Kill the `ar S' hack.
1696
1697         * config.make.in (have-ar-S): Deleted.
1698         * configure.in: Delete test for `ar S'.  Add test to determine
1699         whether ranlib does anything useful.
1700
1701 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
1702
1703         * inet/tst-ether_aton.c: Include <stdio.h>.
1704
1705 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
1706
1707         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
1708
1709         * locale/Makefile (distribute): Add programs/repertoire.h.
1710         (localedef-modules): Add repertoire.
1711         (CPPFLAGS): Define REPERTOIREMAP_PATH.
1712         * locale/programs/repertoire.c: New file.
1713         * locale/programs/repertoire.h: New file.
1714         * locale/programs/charmap.c: Starting fixing character set handling
1715         to handle multi-byte encodings.
1716         * locale/programs/charset.c: Likewise.
1717         * locale/programs/charset.h: Likewise.
1718         * locale/programs/ld-collate.c: Likewise.
1719         * locale/programs/ld-ctype.c: Likewise.
1720         * locale/programs/linereader.c: Likewise.
1721         * locale/programs/localedef.c: Likewise.
1722         * locale/programs/locfile-kw.gperf: Likewise.
1723         * locale/programs/locfile-kw.h: Likewise.
1724         * locale/programs/locfile-token.h: Likewise.
1725         * locale/programs/locfile.h: Likewise.
1726         * locale/programs/stringtrans.c: Likewise.
1727
1728         * locale/programs/locfile.c: Interpret I18NPATH value as base of
1729         path, extended with "/locales/".
1730
1731 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
1732
1733         * sysdeps/arm/memset.S: Fix off by one error.
1734
1735         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
1736         __syscall_error rather than syscall_error directly.
1737
1738 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
1739
1740         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
1741         mmap() syscall for ARM.
1742
1743         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
1744         binaries.
1745
1746 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
1747
1748         * locale/programs/localedef.c: Recognize repertoire-map option.
1749
1750 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1751
1752         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
1753         converting non-hex numbers.
1754         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
1755
1756 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
1757
1758         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
1759         check overflow.
1760         * resolv/Makefile (tests): New, add tst-aton.
1761         * resolv/tst-aton.c: New file.
1762
1763 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1764
1765         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
1766         semicolon.
1767
1768 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
1769
1770         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
1771         by letting the later modify the variable computing the total directly.
1772         * wcsmbs/mbsrtowcs.c: Likewise.
1773         * wcsmbs/wcsnrtombs.c: Likewise.
1774         * wcsmbs/wcsrtombs.c: Likewise.
1775
1776         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
1777         it is not used.
1778         * wcsmbs/wctoc.c: Likewise.
1779
1780         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
1781         * wcsmbs/wcsrtombs.c: Likewise.
1782
1783         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
1784
1785 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1786
1787         * iconv/skeleton.c: Correct counting of actually converted
1788         characters.
1789
1790         * intl/localealias.c (read_alias_file): Use unsigned char for
1791         local variables.  Remove unused variable tp.
1792         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
1793         for type of codeset.  For loosing Solaris systems.
1794         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
1795         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
1796         len if not needed.
1797         Patches by Jim Meyering.
1798
1799         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
1800         wcsrtombs must put it into initial state.
1801
1802 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1803
1804         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
1805         argument of bswap_XX macro.
1806
1807 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1808
1809         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
1810         variable name.
1811
1812 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
1813
1814         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
1815         semun and use stdarg macros to get the value.
1816         * sysdeps/generic/semctl.c: Don't use union semun.
1817
1818         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
1819
1820         * string/basename.c [!_LIBC]: Define function as gnu_basename.
1821
1822         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
1823         strings.h.
1824
1825         * stdlib/grouping.h: Accept ungrouped numbers even if locale
1826         defines grouping.
1827
1828         * intl/hash-string.h: Don't include values.h.
1829
1830         * inet/Makefile (tests): Add tst-ether_aton.
1831         * inet/tst-ether_aton.c: New file.
1832
1833         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
1834         in hex conversion.
1835         * inet/ether_aton.c (ether_aton): Declare result variable static.
1836         Reported by ahyung@unixg.ubc.ca.
1837
1838         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
1839         Define macro _SEM_SEMUN_UNDEFINED instead.
1840         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
1841
1842         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
1843         * stdio-common/Makefile (tests): Add tst-wc-printf.
1844
1845 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
1846
1847         * manual/stdio.texi (Variable Arguments Output): Correct variable
1848         name.  Patch from Ewan Mellor <em@nexus.co.uk>
1849
1850 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1851
1852         * intl/dcgettext.c: Remove unneeded definition of
1853         internal_function.
1854
1855 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1856
1857         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
1858         instead of do-iconv-test.
1859         ($(objpfx)gconv-modules): Define rule only if objpfx is not
1860         empty.
1861
1862 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1863
1864         * string/string.h: Fix feature test.
1865
1866 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1867
1868         * iconvdata/iso646.c (BODY): Don't use character constants that
1869         depend on signedness of char.
1870
1871 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1872
1873         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
1874         (sysdep_routines): Add s_pread64 and s_pwrite64.
1875
1876 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
1877
1878         * iconvdata/Makefile (distribute): Remove generated .h files.
1879         * iconvdata/koi8-r.h: Removed.
1880         * iconvdata/latin-greek-1.h: Removed.
1881         * iconvdata/latin-greek.h: Removed.
1882
1883         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
1884         * iconvdata/KOI-8: Likewise.
1885         * iconvdata/KOI-8..UTF8: Likewise.
1886         * iconvdata/KOI8-R: Likewise.
1887         * iconvdata/KOI8-R..UTF8: Likewise.
1888
1889 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1890
1891         * streams/Makefile (headers): Add sys/stropts.h.
1892         * streams/sys/stropts.h: New file.
1893
1894 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1895
1896         * sysdeps/unix/sysv/linux/ttyname.c,
1897         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
1898         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
1899
1900 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1901
1902         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
1903         argument of _itoa_word.
1904
1905 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1906
1907         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
1908         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
1909         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
1910         sigprocmask, resp., instead of EXTRA.
1911
1912         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
1913         s_pread64 and s_pwrite64.
1914
1915 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
1916
1917         * iconvdata/Makefile: Correct rules to generate gap table.
1918         * iconvdata/gap.pl: Simplify.
1919
1920         * iconvdata/TESTS: Name new tests.
1921         * iconvdata/testdata/CP1250: New file.
1922         * iconvdata/testdata/CP1250..UTF8: New file.
1923         * iconvdata/testdata/CP1251: New file.
1924         * iconvdata/testdata/CP1251..UTF8: New file.
1925         * iconvdata/testdata/CP1252: New file.
1926         * iconvdata/testdata/CP1252..UTF8: New file.
1927         * iconvdata/testdata/CP1253: New file.
1928         * iconvdata/testdata/CP1253..UTF8: New file.
1929         * iconvdata/testdata/CP1254: New file.
1930         * iconvdata/testdata/CP1254..UTF8: New file.
1931         * iconvdata/testdata/CP1255: New file.
1932         * iconvdata/testdata/CP1255..UTF8: New file.
1933         * iconvdata/testdata/CP1256: New file.
1934         * iconvdata/testdata/CP1256..UTF8: New file.
1935         * iconvdata/testdata/CP1257: New file.
1936         * iconvdata/testdata/CP1257..UTF8: New file.
1937
1938 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
1939
1940         * iconvdata/Makefile: Add rules for ISO-2022-KR.
1941         * iconvdata/iso-2022-kr.c: New file.
1942
1943         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
1944         and ISO-2022-KR.
1945
1946 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
1947
1948         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
1949         iso8859-8 and iso8859-10.
1950         * iconvdata/iso8859-5.c: Change to use gap method.
1951         * iconvdata/iso8859-7.c: Likewise.
1952         * iconvdata/iso8859-8.c: Likewise.
1953         * iconvdata/iso8859-10.c: Likewise.
1954
1955         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
1956         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
1957         end of the loop.
1958         * iconvdata/iso-2022-jp.c: New file.
1959
1960         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
1961         * iconvdata/ksc5601.h: Unify function interfaces.
1962         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
1963         * iconvdata/uhc.c: Likewise.
1964
1965         * iconvdata/gb2312.h: Use correct types.
1966
1967         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
1968         size elements of data.
1969
1970 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1971
1972         * string/tst-svc.expect: Adapt for change in .input.
1973         * string/tst-svc.input: More tests.
1974
1975 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
1976
1977         * iconvdata/Makefile: Add rules for new modules.
1978         * iconvdata/gconv-modules: Likewise.
1979         * iconvdata/cp737.c: New file.
1980         * iconvdata/cp737.h: New file.
1981         * iconvdata/cp775.c: New file.
1982         * iconvdata/cp775.h: New file.
1983         * iconvdata/cp874.c: New file.
1984         * iconvdata/cp874.h: New file.
1985
1986 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
1987
1988         * iconvdata/Makefile: Create target directory before generating
1989         headers.
1990
1991 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1992
1993         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
1994         __USER_LABEL_PREFIX__.
1995         (__ASMNAME, __ASMNAME2): New macros.
1996
1997 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1998
1999         * elf/dl-load.c: Include sys/param.h for MAX.
2000
2001 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
2002
2003         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
2004         __ftruncate the strong symbol, and add weak alias.
2005         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2006
2007 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2008
2009         * termios/cfsetspeed.c: Make code cleaner and add missing const.
2010         Patch by Joe Keane <jgk@jgk.org>.
2011
2012         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
2013         free()ing.
2014
2015 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
2016
2017         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
2018         Patch by Thomas Bushnell, n/BSG.
2019
2020 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2021
2022         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
2023
2024 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2025
2026         * iconvdata/Makefile: Put generated headers in build directory.
2027
2028 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
2029
2030         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
2031         strsep as current directory.
2032
2033         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
2034         Java.  Add definitions for unicodelittle implementation.
2035         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
2036         * iconv/gconv_simple.c: Define unicodelittle functions.
2037
2038         * iconv/iconv_prog.c: Make program print information about position
2039         of illegal character in input.
2040
2041         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
2042         comparison of charset name.
2043         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
2044         * iconvdata/ebcdic-at-de-a.c: Likewise.
2045         * iconvdata/ebcdic-at-de.c: Likewise.
2046         * iconvdata/ebcdic-ca-fr.c: Likewise.
2047         * iconvdata/euccn.c: Likewise.
2048         * iconvdata/eucjp.c: Likewise.
2049         * iconvdata/euckr.c: Likewise.
2050         * iconvdata/euctw.c: Likewise.
2051         * iconvdata/hp-roman8.c: Likewise.
2052         * iconvdata/iso6937.c: Likewise.
2053         * iconvdata/iso8859-1.c: Likewise.
2054         * iconvdata/iso8859-10.c: Likewise.
2055         * iconvdata/iso8859-2.c: Likewise.
2056         * iconvdata/iso8859-3.c: Likewise.
2057         * iconvdata/iso8859-4.c: Likewise.
2058         * iconvdata/iso8859-5.c: Likewise.
2059         * iconvdata/iso8859-6.c: Likewise.
2060         * iconvdata/iso8859-7.c: Likewise.
2061         * iconvdata/iso8859-8.c: Likewise.
2062         * iconvdata/iso8859-9.c: Likewise.
2063         * iconvdata/johab.c: Likewise.
2064         * iconvdata/koi-8.c: Likewise.
2065         * iconvdata/koi8-r.c: Likewise.
2066         * iconvdata/latin-greek-1.c: Likewise.
2067         * iconvdata/latin-greek.c: Likewise.
2068         * iconvdata/sjis.c: Likewise.
2069         * iconvdata/t61.c: Likewise.
2070         * iconvdata/uhc.c: Likewise.
2071
2072         * iconvdata/iso646.c: Add support for more ISO 646 variants.
2073         * iconvdata/TESTS: Add tests for ISO646 module.
2074         * iconvdata/gconv-modules: Add new modules.
2075         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
2076         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
2077         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
2078         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
2079         * iconvdata/testdate/DIN_66003: Likewise.
2080         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
2081         * iconvdata/testdate/DS_2089: Likewise.
2082         * iconvdata/testdate/DS_2089..UTF8: Likewise.
2083         * iconvdata/testdate/ES: Likewise.
2084         * iconvdata/testdate/ES..UTF8: Likewise.
2085         * iconvdata/testdate/ES2: Likewise.
2086         * iconvdata/testdate/ES2..UTF8: Likewise.
2087         * iconvdata/testdate/GB_1988-80: Likewise.
2088         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
2089         * iconvdata/testdate/IT: Likewise.
2090         * iconvdata/testdate/IT..UTF8: Likewise.
2091         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
2092         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
2093         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
2094         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
2095         * iconvdata/testdate/JUS_I.B1.002: Likewise.
2096         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
2097         * iconvdata/testdate/KSC5636: Likewise.
2098         * iconvdata/testdate/KSC5636..UTF8: Likewise.
2099         * iconvdata/testdate/MSZ_7795.3: Likewise.
2100         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
2101         * iconvdata/testdate/NC_NC00-10: Likewise.
2102         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
2103         * iconvdata/testdate/NF_Z_62-010: Likewise.
2104         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
2105         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
2106         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
2107         * iconvdata/testdate/NS_4551-1: Likewise.
2108         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
2109         * iconvdata/testdate/NS_4551-2: Likewise.
2110         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
2111         * iconvdata/testdate/PT: Likewise.
2112         * iconvdata/testdate/PT..UTF8: Likewise.
2113         * iconvdata/testdate/PT2: Likewise.
2114         * iconvdata/testdate/PT2..UTF8: Likewise.
2115         * iconvdata/testdate/SEN_850200_B: Likewise.
2116         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
2117         * iconvdata/testdate/SEN_850200_C: Likewise.
2118         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
2119
2120         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
2121         * iconvdata/cns11643l1.h: Likewise.
2122         * iconvdata/latin-greek-1.h: Likewise.
2123         * iconvdata/latin-greek.h: Likewise.
2124         * iconvdata/koi8-r.h: Likewise.
2125         * iconvdata/jis0212.h: Likewise.
2126         * iconvdata/gb2312.h: Likewise.
2127         * iconvdata/ksc5601.h: Likewise.
2128
2129         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
2130
2131         * iconvdata/Makefile: Add rules for lots of more modules.
2132         * iconvdata/cp1250.c: New file.
2133         * iconvdata/cp1251.c: New file.
2134         * iconvdata/cp1252.c: New file.
2135         * iconvdata/cp1253.c: New file.
2136         * iconvdata/cp1254.c: New file.
2137         * iconvdata/cp1255.c: New file.
2138         * iconvdata/cp1256.c: New file.
2139         * iconvdata/cp1257.c: New file.
2140         * iconvdata/ebcdic-dk-no-a.c: New file.
2141         * iconvdata/ebcdic-dk-no.c: New file.
2142         * iconvdata/ebcdic-es-a.c: New file.
2143         * iconvdata/ebcdic-es-s.c: New file.
2144         * iconvdata/ebcdic-es.c: New file.
2145         * iconvdata/ebcdic-fi-se-a.c: New file.
2146         * iconvdata/ebcdic-fi-se.c: New file.
2147         * iconvdata/ebcdic-fr.c: New file.
2148         * iconvdata/ebcdic-is-friss.c: New file.
2149         * iconvdata/ebcdic-it.c: New file.
2150         * iconvdata/ebcdic-pt.c: New file.
2151         * iconvdata/ebcdic-uk.c: New file.
2152         * iconvdata/ebcdic-us.c: New file.
2153         * iconvdata/ibm037.c: New file.
2154         * iconvdata/ibm038.c: New file.
2155         * iconvdata/ibm1004.c: New file.
2156         * iconvdata/ibm1026.c: New file.
2157         * iconvdata/ibm1047.c: New file.
2158         * iconvdata/ibm256.c: New file.
2159         * iconvdata/ibm273.c: New file.
2160         * iconvdata/ibm274.c: New file.
2161         * iconvdata/ibm275.c: New file.
2162         * iconvdata/ibm277.c: New file.
2163         * iconvdata/ibm278.c: New file.
2164         * iconvdata/ibm280.c: New file.
2165         * iconvdata/ibm281.c: New file.
2166         * iconvdata/ibm284.c: New file.
2167         * iconvdata/ibm285.c: New file.
2168         * iconvdata/ibm290.c: New file.
2169         * iconvdata/ibm297.c: New file.
2170         * iconvdata/ibm420.c: New file.
2171         * iconvdata/ibm423.c: New file.
2172         * iconvdata/ibm424.c: New file.
2173         * iconvdata/ibm437.c: New file.
2174         * iconvdata/ibm500.c: New file.
2175         * iconvdata/ibm850.c: New file.
2176         * iconvdata/ibm851.c: New file.
2177         * iconvdata/ibm852.c: New file.
2178         * iconvdata/ibm855.c: New file.
2179         * iconvdata/ibm857.c: New file.
2180         * iconvdata/ibm860.c: New file.
2181         * iconvdata/ibm861.c: New file.
2182         * iconvdata/ibm862.c: New file.
2183         * iconvdata/ibm863.c: New file.
2184         * iconvdata/ibm864.c: New file.
2185         * iconvdata/ibm865.c: New file.
2186         * iconvdata/ibm868.c: New file.
2187         * iconvdata/ibm869.c: New file.
2188         * iconvdata/ibm870.c: New file.
2189         * iconvdata/ibm871.c: New file.
2190         * iconvdata/ibm875.c: New file.
2191         * iconvdata/ibm880.c: New file.
2192         * iconvdata/ibm891.c: New file.
2193         * iconvdata/ibm903.c: New file.
2194         * iconvdata/ibm904.c: New file.
2195         * iconvdata/ibm905.c: New file.
2196         * iconvdata/ibm918.c: New file.
2197
2198         * locale/iso-4217.def: Update.
2199         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
2200
2201         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
2202         formats.
2203
2204 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2205
2206         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
2207         LD_LIBRARY_PATH.
2208
2209 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2210
2211         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
2212         * Makefile: Likewise.
2213         * posix/Makefile: Likewise.
2214         * sysdeps/mach/hurd/Makefile: Likewise.
2215
2216 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2217
2218         * sysdeps/mach/hurd/bits/dirent.h: New file.
2219         * sysdeps/mach/hurd/readdir64.c: New file.
2220         * sysdeps/mach/hurd/readdir64_r.c: New file.
2221
2222 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2223
2224         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
2225         dprintf): Synchronize declarations with libio/stdio.h.
2226
2227 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2228
2229         * elf/dlerror.c (dlerror): Don't assume that
2230         __libc_internal_tsd_get is defined.  __libc_getspecific is already
2231         well-protected, so just use it directly.
2232
2233 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2234
2235         * io/ftw.h (ftw): Fix typo.
2236
2237 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2238
2239         * sysdeps/gnu/utmp_file.c: Fix typo.
2240
2241 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2242
2243         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
2244         one part of a test fails move on to the next test.
2245
2246 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
2247
2248         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2249
2250 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2251
2252         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
2253         as pointers, not signed integers.
2254
2255 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2256
2257         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2258
2259 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2260
2261         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
2262         asm symbol name of functions.
2263         * include/features.h: Kill redundant test.
2264
2265         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
2266         * io/ftw.h: Likewise.
2267         * io/sys/stat.h: Likewise.
2268         * io/sys/statfs.h: Likewise.
2269         * io/sys/statvfs.h: Likewise.
2270         * libio/stdio.h: Likewise.
2271         * resource/sys/resource.h: Likewise.
2272         * rt/aio.h: Likewise.
2273
2274         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
2275          __FAVOR_BSD.
2276         * signal/signal.h: Use new macros for BSD vs. SysV signal().
2277
2278         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
2279         a dummy library.
2280         * misc/bsd-compat.c: Removed.
2281
2282 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
2283
2284         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
2285         function declaration.
2286         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
2287         and use them in conversion function.
2288         * iconvdata/Makefile (modules): Re-add ISO6446.
2289         * iconvdata/TEST: Add tests for ASCII variants.
2290         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
2291         * iconvdata/testdata/ANSI_X3.4-1968: New file.
2292         * iconvdata/testdata/BS_4730: New file.
2293         * iconvdata/testdata/BS_4730..UTF8: New file.
2294
2295 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
2296
2297         * iconv/gconv.h (struct gconv_step): Add element stateful.
2298         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
2299         to zero for all internal conversions.
2300         * iconv/skeleton.c: Initialize stateful depending on whether or not
2301         RESET_STATE is defined to one or zero respectively.
2302         * stdlib/mblen.c: Use stateful element of currently selected
2303         converter for result if S is NULL.
2304         * stdlib/mbtowc.c: Likewise.
2305         * stdlib/wctomb.c: Likewise.
2306
2307 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
2308
2309         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
2310
2311         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
2312
2313         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
2314         character in comparison with uint32_t.
2315         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
2316         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
2317         Optimize BODY a bit.
2318
2319         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
2320         be defined.
2321
2322         * iconv/skeleton.c: Also reset converted counter in case of an error.
2323         Call reset function using correct value for output buffer start.
2324
2325         * iconvdata/Makefile: Re-enable tests.
2326
2327         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
2328         value for to-conversion.
2329
2330         * iconvdata/TESTS: Add new third column.
2331         * iconvdata/run-iconv-test.sh: Add support for charsets which are
2332         not ASCII based.
2333         * iconvdata/testdata/suntzus: New file.
2334
2335         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
2336         while reading.  Correctly used base.  Little optimization.
2337         (__strtoul_internal): Likewise.
2338
2339         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
2340         was wrong.  Use explicit variable.
2341
2342 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2343
2344         * configure.in: Check for awk.
2345         * config.make.in: Add AWK to be substituted.
2346
2347         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
2348         * manual/users.texi: Fix typo exposed by above rewrite.
2349
2350         * Makefile: Invoke awk using AWK variable.
2351         * csu/Makefile: Likewise.
2352         * elf/Makefile: Likewise.
2353         * mach/Makefile: Likewise.
2354         * manual/Makefile: Likewise.
2355         * sysdeps/gnu/Makefile: Likewise.
2356         * sysdeps/mach/hurd/Makefile: Likewise.
2357         * sysdeps/unix/Makefile: Likewise.
2358         * timezone/Makefile: Likewise.
2359
2360 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
2361
2362         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
2363         array index translation.
2364         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
2365         these are defined.
2366
2367         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
2368
2369         * sysdeps/mach/hurd/errlist.c: New file.
2370         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
2371         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
2372         semantics, so rename it.
2373
2374 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2375
2376         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
2377         conversions.
2378
2379 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
2380
2381         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
2382         * wcsmbs/wcsnrtombs.c: Likewise.
2383
2384 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
2385
2386         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
2387
2388         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
2389
2390         * time/strftime.c (my_strftime): Initialize pad variable in
2391         declaration.
2392
2393         * iconvdata/big5.c: Don't use character constants in comparisons
2394         with unsigned value.
2395
2396 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
2397
2398         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
2399         __libc_siglongjmp to GLIBC_2.1.
2400
2401         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
2402         __strerror_r.
2403
2404         * iconv/Makefile: Don't run tests now.
2405
2406         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
2407         with correct output buffer.
2408
2409         Major rewrite of the low-level gconv functionality.
2410         * iconv/gconv.c: Rewritten.
2411         * iconv/gconv.h: Likewise.
2412         * iconv/gconv_builtin.c: Likewise.
2413         * iconv/gconv_builtin.h: Likewise.
2414         * iconv/gconv_conf.c: Likewise.
2415         * iconv/gconv_int.h: Likewise.
2416         * iconv/gconv_open.c: Likewise.
2417         * iconv/gconv_simple.c: Likewise.
2418         * iconv/iconv.c: Likewise.
2419         * iconvdata/8bit-gap.c: Likewise.
2420         * iconvdata/8bit-generic.c: Likewise.
2421         * iconvdata/Makefile: Likewise.
2422         * iconvdata/big5.c: Likewise.
2423         * iconvdata/cns11643.c: Likewise.
2424         * iconvdata/cns11643.h: Likewise.
2425         * iconvdata/cns11643l1.c: Likewise.
2426         * iconvdata/cns11643l1.h: Likewise.
2427         * iconvdata/ebcdic-at-de-a.c: Likewise.
2428         * iconvdata/ebcdic-at-de.c: Likewise.
2429         * iconvdata/ebcdic-ca-fr.c: Likewise.
2430         * iconvdata/euccn.c: Likewise.
2431         * iconvdata/eucjp.c: Likewise.
2432         * iconvdata/euckr.c: Likewise.
2433         * iconvdata/euctw.c: Likewise.
2434         * iconvdata/gb2312.c: Likewise.
2435         * iconvdata/gb2312.h: Likewise.
2436         * iconvdata/hp-roman8.c: Likewise.
2437         * iconvdata/iso646.c: Likewise.
2438         * iconvdata/iso6937.c: Likewise.
2439         * iconvdata/iso8859-1.c: Likewise.
2440         * iconvdata/iso8859-10.c: Likewise.
2441         * iconvdata/iso8859-2.c: Likewise.
2442         * iconvdata/iso8859-3.c: Likewise.
2443         * iconvdata/iso8859-4.c: Likewise.
2444         * iconvdata/iso8859-5.c: Likewise.
2445         * iconvdata/iso8859-6.c: Likewise.
2446         * iconvdata/iso8859-7.c: Likewise.
2447         * iconvdata/iso8859-8.c: Likewise.
2448         * iconvdata/iso8859-9.c: Likewise.
2449         * iconvdata/jis0201.c: Likewise.
2450         * iconvdata/jis0201.h: Likewise.
2451         * iconvdata/jis0208.c: Likewise.
2452         * iconvdata/jis0208.h: Likewise.
2453         * iconvdata/jis0212.c: Likewise.
2454         * iconvdata/jis0212.h: Likewise.
2455         * iconvdata/johab.c: Likewise.
2456         * iconvdata/koi-8.c: Likewise.
2457         * iconvdata/koi8-r.c: Likewise.
2458         * iconvdata/ksc5601.c: Likewise.
2459         * iconvdata/ksc5601.h: Likewise.
2460         * iconvdata/latin-greek-1.c: Likewise.
2461         * iconvdata/latin-greek.c: Likewise.
2462         * iconvdata/run-iconv-test.sh: Likewise.
2463         * iconvdata/sjis.c: Likewise.
2464         * iconvdata/t61.c: Likewise.
2465         * iconvdata/uhc.c: Likewise.
2466         * wcsmbs/btowc.c: Likewise.
2467         * wcsmbs/mbrtowc.c: Likewise.
2468         * wcsmbs/mbsnrtowcs.c: Likewise.
2469         * wcsmbs/mbsrtowcs.c: Likewise.
2470         * wcsmbs/wcrtomb.c: Likewise.
2471         * wcsmbs/wcsmbsload.c: Likewise.
2472         * wcsmbs/wcsnrtombs.c: Likewise.
2473         * wcsmbs/wcsrtombs.c: Likewise.
2474         * wcsmbs/wctob.c: Likewise.
2475         * iconv/loop.c: New file.
2476         * iconv/skeleton.c: New file.
2477
2478         * stdlib/mblen.c: Handle empty input string correctly.
2479         * stdlib/mbtowc.c: Likewise.
2480
2481         * posix/getopt.c: Various cleanups.
2482
2483         * sysdeps/arm/bits/setjmp.h: Add copyright text.
2484         * sysdeps/i386/bits/setjmp.h: Likewise.
2485         * sysdeps/m68k/bits/setjmp.h: Likewise.
2486         * sysdeps/powerpc/bits/setjmp.h: Likewise.
2487         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
2488
2489         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
2490         and make longjmp weak alias.
2491
2492 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
2493
2494         * iconv/Makefile (routines): Only include gconv_dl if building for
2495         an ELF system - dynamic linking is not available on a.out.
2496         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
2497         due to above check.
2498         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
2499         routines from gconv_dl.
2500
2501 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
2502
2503         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
2504         we can compile without libio.
2505
2506 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
2507
2508         * sysdeps/mach/hurd/Subdirs: Remove login.
2509
2510 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
2511
2512         * db2/compat.h: Include <errno.h>, to make sure we get the
2513         definition of EFTYPE before we define it ourselves.
2514
2515 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
2516
2517         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
2518         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
2519         Fix typo to allow inclusion from sys/ioctl.h again.
2520
2521 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2522
2523         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
2524
2525 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2526
2527         * libc.map: Export __strerror_r.  Remove _strerror_internal.
2528
2529 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2530
2531         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
2532         Also undefine __strcasestr.
2533
2534 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2535
2536         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
2537         aliases do not work with global variables due to copy relocations.
2538
2539 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
2540
2541         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
2542
2543 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
2544
2545         * signal/sighold.c: Include stddef.h for NULL definition.
2546         * signal/sigrelse.c: Likewise.
2547         * sysdeps/posix/sigignore.c: Likewise.
2548         * sysdeps/posix/sigset.c: Likewise.
2549         * sysdeps/posix/waitid.c: Likewise.
2550         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
2551         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
2552         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2553         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
2554         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2555
2556 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
2557
2558         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
2559         * login/getutent.c (getutxent): Remove alias.
2560         * login/getutent_r.c (setutxent, pututxline, endutxent):
2561         Remove aliases.
2562         * login/getutid.c (getutxid): Remove alias.
2563         * login/getutline.c (getutxline): Remove alias.
2564         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
2565         __getutid, __getutline and __pututline.
2566         * login/utmpx.h: Moved to ...
2567         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
2568         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
2569         and updwtmpx.
2570         * login/updwtmp.c: Moved to ...
2571         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
2572         allowing file name transformation.
2573         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
2574         additional file name transformation.
2575         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
2576         * login/utmp_file.c: Moved to ...
2577         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
2578         Generalized by allowing file name transformation.  Do not
2579         print error message.  Library functions should not print them.
2580         Reported by Jim Meyering.
2581         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
2582         with additional file name transformation.
2583         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
2584         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
2585         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
2586         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
2587         and bits/utmpx.h.
2588         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
2589         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
2590         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
2591         Define if __USE_GNU.
2592         * sysdeps/generic/setutxent.c: New file.
2593         * sysdeps/generic/getutxent.c: New file.
2594         * sysdeps/generic/endutxent.c: New file.
2595         * sysdeps/generic/getutxid.c: New file.
2596         * sysdeps/generic/getutxline.c: New file.
2597         * sysdeps/generic/pututxline.c: New file.
2598         * sysdeps/generic/utmpxname.c: New file.
2599         * sysdeps/generic/updwtmpx.c: New file.
2600         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
2601         * sysdeps/generic/bits/utmpx.h: Remove.
2602
2603 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
2604
2605         * posix/wordexp-test.c (main): Initialize ifs element of ts for
2606         ~root test.
2607
2608 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
2609
2610         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
2611
2612 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
2613
2614         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
2615         variable using _G_stat64.
2616         * libio/fileops.c: Remove macro definition of fstat, it is in the
2617         global header.
2618         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
2619
2620 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
2621
2622         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
2623         <willy@odie.barnet.ac.uk>.
2624
2625 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
2626
2627         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
2628         required by IPv6 Basic API.
2629         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
2630         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
2631         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
2632         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
2633
2634 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
2635
2636         Don't name internal representation since it might be different from
2637         the external form (namely on little endian machines).
2638         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
2639         UCS4 into references to INTERNAL.
2640         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
2641         Add endianess support to UCS functions.  Change references to
2642         UCS4 into references to INTERNAL.
2643         * iconv/gconv_int.h: Change references to UCS4 into references to
2644         INTERNAL.
2645         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
2646         * iconvdata/gconv-modules: Change accordingly.
2647         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
2648
2649         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
2650         overflow.
2651         * iconvdata/8bit-gap.c: Likewise.
2652         * iconvdata/8bit-generic.c: Likewise.
2653         * iconvdata/big5.c: Likewise.
2654         * iconvdata/euccn.c: Likewise.
2655         * iconvdata/eucjp.c: Likewise.
2656         * iconvdata/euckr.c: Likewise.
2657         * iconvdata/euctw.c: Likewise.
2658         * iconvdata/iso646.c: Likewise.
2659         * iconvdata/iso6937.c: Likewise.
2660         * iconvdata/iso8859-1.c: Likewise.
2661         * iconvdata/johab.c: Likewise.
2662         * iconvdata/sjis.c: Likewise.
2663         * iconvdata/t61.c: Likewise.
2664         * iconvdata/uhc.c: Likewise.
2665
2666         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
2667         * iconvdata/8bit-generic.c: Likewise.
2668
2669         * iconvdata/TESTS: Add more tests.
2670
2671         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
2672
2673 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
2674
2675         * iconvdata/Makefile: Better rules to run tests.
2676
2677         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
2678         * iconvdata/testdata/ISO-8859-10: Likewise.
2679         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
2680         * iconvdata/testdata/ISO-8859-2: Likewise.
2681         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
2682         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
2683         * iconvdata/testdata/ISO-8859-3: Likewise.
2684         * iconvdata/testdata/ISO-8859-4: Likewise.
2685         * iconvdata/testdata/ISO-8859-5: Likewise.
2686         * iconvdata/testdata/ISO-8859-6: Likewise.
2687         * iconvdata/testdata/ISO-8859-7: Likewise.
2688         * iconvdata/testdata/ISO-8859-8: Likewise.
2689         * iconvdata/testdata/ISO-8859-9: Likewise.
2690
2691 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
2692
2693         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
2694         intermediate result (if available).
2695
2696         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
2697         last change.
2698
2699         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
2700         (distribute): Add run-iconv-test.sh and testdata/*.
2701
2702         * stdlib/testmb.c (main): Simplify mbc array handling.
2703
2704 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2705
2706         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
2707         return value on overflow.
2708
2709 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2710
2711         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
2712         bits.
2713
2714 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2715
2716         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
2717         of non-standard function setbuffer.
2718
2719 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2720
2721         * stdio-common/perror.c: Include <string.h> for __strerror_r.
2722
2723 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
2724
2725         * iconvdata/Makefile: Add rules to run tests.
2726         * iconvdata/TESTS: New file.
2727         * iconvdata/run-iconv-test.sh: New file.
2728         * iconvdata/testdata/ISO-8859-1: New file.
2729
2730         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
2731         not stdout.
2732
2733 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
2734
2735         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
2736         counter element of step.
2737
2738         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
2739
2740         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
2741         termination test.
2742         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
2743         ACTUALLY.
2744         (__gconv_transform_utf8_ucs4): Correct test for empty input.
2745
2746 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2747
2748         * Makefile: Include makeconfig before defining rule to regenerate
2749         configure files.
2750
2751         * configure.in: Remove restriction on compiling without static
2752         libs.
2753
2754 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
2755
2756         * test-skeleton.c: Provide hook for initializing code before the fork.
2757         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
2758         removed.
2759
2760         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
2761         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
2762         * libio/libioP.h: Adopt _IO_cleanup prototype.
2763
2764         * stdlib/Makefile (tests): Add test-canon2.
2765         * stdlib/test-canon2.c: New file.
2766         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
2767         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
2768         symlink sequences.
2769         (__realpath): Make real function which checks RESOLVED parameter for
2770         not being NULL.
2771
2772 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2773
2774         * catgets/open_catalog.c (__open_catalog): Fix problems with
2775         reading non-files.  Always close file.
2776         Reported by Cristian Gafton <gafton@redhat.com>.
2777
2778         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
2779
2780 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
2781
2782         * libc.map: Add various low-level I/O functions.
2783
2784 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
2785
2786         * string/Makefile (routines): Remove strerror_r.
2787         * string/strerror_r.c: Removed.
2788         * string/strerror.c: Call __strerror_r for doing the real work.
2789         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
2790         add weak alias strerror_r.
2791         * sysdeps/mach/_strerror.c: Likewise.
2792         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
2793         * elf/dl-error.c (_dl_signal_error): Likewise.
2794         * elf/dl-profile.c (_dl_start_profile): Likewise.
2795         * gmon/gmon.c (write_gmon): Likewise.
2796         * stdio-common/perror.c: Likewise.
2797         * stdio-common/vfprintf.c: Likewise.
2798
2799 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
2800
2801         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
2802         (sysdep_headers): Add netatalk/at.h.
2803
2804 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2805
2806         * manual/socket.texi, manual/creature.texi, manual/time.texi:
2807         Formatting fixes.
2808
2809 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2810
2811         * posix/regex.c: Rename __re_syntax_options back to
2812         re_syntax_options, aliases do not work with global variables due
2813         to copy relocations.
2814         (regex_compile): Use syntax parameter instead of
2815         re_syntax_options.
2816
2817 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2818
2819         * configure.in: Document that enable-force-install is default.
2820
2821 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
2822
2823         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
2824         all needed 36 bits.
2825         * sysdeps/posix/mkstemp.c: Likewise.
2826
2827 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
2828
2829         * iconvdata/8bit-gap.c: Simplify step data handling.
2830         * iconvdata/8bit-generic.c: Likewise.
2831         * iconvdata/big5.c: Likewise.
2832         * iconvdata/euccn.c: Likewise.
2833         * iconvdata/eucjp.c: Likewise.
2834         * iconvdata/euckr.c: Likewise.
2835         * iconvdata/euctw.c: Likewise.
2836         * iconvdata/iso6937.c: Likewise.
2837         * iconvdata/iso8859-1.c: Likewise.
2838         * iconvdata/jis0208.h: Likewise.
2839         * iconvdata/jis0212.c: Likewise.
2840         * iconvdata/jis0212.h: Likewise.
2841         * iconvdata/johab.c: Likewise.
2842         * iconvdata/ksc5601.h: Likewise.
2843         * iconvdata/sjis.c: Likewise.
2844         * iconvdata/t61.c: Likewise.
2845         * iconvdata/uhc.c: Likewise.
2846
2847 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
2848
2849         * manual/texinfo.texi: Updated from last version.
2850
2851 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
2852
2853         * iconvdata/cns11643.c: New file.
2854         * iconvdata/cns11643.h: New file.
2855         * iconvdata/cns11643l1.c: New file.
2856         * iconvdata/cns11643l1.h: New file.
2857         * iconvdata/euctw.c: New file.
2858         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
2859         * iconvdata/gconv-modules: Likewise.
2860
2861         * iconvdata/eucjp.c: Several bug fixes and improvements.
2862         * iconvdata/gb2312.h: Likewise.
2863         * iconvdata/jis0201.h: Likewise.
2864         * iconvdata/jis0208.h: Likewise.
2865         * iconvdata/jis0212.h: Likewise.
2866
2867 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
2868
2869         * iconvdata/eucjp.c: New file.
2870         * iconvdata/euccn.c: New file.
2871         * iconvdata/gb2312.h: New file.
2872         * iconvdata/gb2312.c: New file.
2873         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
2874         * iconvdata/gconv-modules: Likewise.
2875
2876         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
2877
2878 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2879
2880         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2881         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
2882         Patch by Mark Hatle <fray@kernel.crashing.org>.
2883
2884 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
2885
2886         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
2887         comment.
2888         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
2889         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
2890
2891 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2892
2893         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
2894
2895         * iconvdata/Makefile: Add rules for big5 conversion.
2896         * iconvdata/gconv-modules: Likewise.
2897         * iconvdata/big5.c: New file.
2898
2899         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
2900         Patch by Jim Meyering.
2901
2902 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
2903
2904         * rt/tst-aio.c: Add test for aio_read and lio_listio.
2905
2906         * rt/lio_listio.c: Correct total counter handling.
2907
2908         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
2909         from request queue.
2910
2911         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
2912         of signal on exit even more.
2913
2914         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
2915         instead of call to pthread_cond_init.
2916         * rt/lio_listio.c (lio_listio): Likewise.
2917         * rt/lio_listio64.c (lio_listio64): Likewise.
2918
2919         * nis/nis_findserv.c: Include sys/socket.h.
2920
2921 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
2922
2923         * Makeconfig (rtobjdir): New variable.
2924         (rpath-link): Add rtobjdir and thread directory, if available.
2925
2926         * test-skeleton.c: Add support to remove temporary files.
2927         Always define test_dir.  Improve message about expected signal.
2928
2929         * rt/Makefile (tests): Add tst-aio.
2930         Add rules for tst-aio to be linked with librt and thread library.
2931         * rt/aio_misc.c: Correct fundamental bugs.
2932         * rt/aio_suspend.c: Correct bug in test for available request.
2933         Initialize conditional variable.
2934         * rt/lio_listio.c: Initialize conditional variable.
2935         * rt/lio_listio64.c: Likewise.
2936         * rt/tst-aio.c: New file.
2937
2938         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
2939         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
2940         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
2941         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
2942         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
2943         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
2944         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
2945
2946 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
2947
2948         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
2949
2950 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
2951
2952         * elf/dl-load.c (open_path): Use correct name for test whether
2953         directory in load path exists.
2954
2955         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
2956         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
2957         Patches by Tom Rini <trini@kernel.crashing.org>.
2958
2959         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
2960         * wcsmbs/wcstod_l.c: Likewise.
2961         * wcsmbs/wcstold_l.c: Likewise.
2962
2963         * include/byteswap.h: New file.
2964
2965         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
2966         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
2967
2968         * inet/getnameinfo.c (getnameinfo): Change parameter to match
2969         declaration.  Patch by Richard Henderson.
2970
2971 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2972
2973         * manual/process.texi (SIGCHLD example): Save errno.
2974
2975 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
2976
2977         * posix/regex.c: Define regerror really as __regerror.
2978         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
2979         regerror and regfree.
2980
2981         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
2982         * stdlib/strtod_l.c: Likewise.
2983         * stdlib/strtold_l.c: Likewise.
2984
2985         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
2986
2987         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
2988
2989         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
2990         Patch by Christian Gafton.
2991
2992 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
2993
2994         * manual/socket.texi (Interface Naming): Correct @deftypefun line
2995         for if_indextoname.
2996
2997 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2998
2999         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
3000
3001         * manual/socket.texi (Interface Naming): Fix typo.
3002
3003 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3004
3005         * manual/examples/filesrv.c (main): Remove filename first.
3006
3007         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
3008         ?F_UNIX.
3009
3010         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
3011         instead of PF_UNIX.
3012
3013         * manual/examples/filecli.c (main): Use AF_LOCAL
3014         instead of AF_UNIX.
3015
3016 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
3017
3018         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
3019         signgam weak alias.
3020         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
3021         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
3022         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
3023         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
3024         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
3025         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
3026
3027         * login/utmp_daemon.c (open_socket): Use __connect not connect.
3028
3029 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3030
3031         * configure.in: Add new option --enable-force-install.  Substitute
3032         force_install.
3033         * config.make.in (force-install): Set from configure.
3034         * Makerules (force-install): New phony target.
3035         * Makeconfig (+force): New variable.
3036         * Makefile: Use it in dependency list of installation targets.
3037         * db/Makefile: Likewise.
3038         * db2/Makefile: Likewise.
3039         * elf/Makefile: Likewise.
3040         * hurd/Makefile: Likewise.
3041         * iconv/Makefile: Likewise.
3042         * iconvdata/Makefile: Likewise.
3043         * intl/Makefile: Likewise.
3044         * localedata/Makefile: Likewise.
3045         * login/Makefile: Likewise.
3046         * po/Makefile: Likewise.
3047         * sunrpc/Makefile: Likewise.
3048         * sysdeps/mach/hurd/Makefile: Likewise.
3049         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
3050         * sysdeps/unix/sysv/linux/Makefile: Likewise.
3051         * timezone/Makefile: Likewise.
3052
3053 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3054
3055         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
3056         alloc_size.  Pass return value of getcwd syscall to realloc.
3057
3058 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3059
3060         * manual/socket.texi: Spelling fixes.
3061
3062 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3063
3064         * elf/dl-load.c (print_search_path): Remove unused variable.
3065
3066 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
3067
3068         * login/utmp_file.c: use __ftruncate not ftruncate.
3069         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
3070         for system call and make ftruncate weak alias.
3071         * posix/unistd.h: Add prototype for __ftruncate.
3072         * login/utmp_daemon.c (open_socket): Use __socket not socket.
3073         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
3074         instead of snprintf and readv.
3075         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
3076         snprintf.
3077         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
3078         directly.
3079
3080 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
3081
3082         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
3083         * iconv/gconv_db.c: Use __ protected regex functions.
3084         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
3085         * posix/getopt_init.c: Use __getpid not getpid.
3086         * posix/regex.c: Rename all global functions to start with __ and
3087         make old names weak aliases.
3088         * posix/regex.h: Adopt prototypes for this.
3089         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
3090         a weak alias and use __getcwd instead of getcwd.
3091         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
3092         * stdlib/strtod.c: Use __btowc instead of btowc.
3093         * stdlib/strtol.c: Likewise.
3094         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
3095         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
3096         and sys_errlist are weak.
3097         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
3098         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
3099         * wcsmbs/mbsnrtowcs.c: Likewise.
3100         * wcsmbs/mbsrtowcs.c: Likewise.
3101         * wcsmbs/wcsnrtombs.c: Likewise.
3102         * wcsmbs/wcsrtombs.c: Likewise.
3103         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
3104         weak alias.
3105         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
3106         * wctype/wctype.c: Define function as __wctype and make wctype
3107         weak alias.
3108         * wctype/wctype.h: Declare __wctype.
3109
3110 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
3111
3112         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
3113
3114 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3115
3116         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
3117         stat64.
3118         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
3119         functions.
3120         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
3121         for __llseek.
3122         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3123         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
3124         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
3125         make it a weak alias.
3126         * posix/unistd.h: Declare __lseek64.
3127
3128         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
3129         (_IO_file_stat): Fix typo.
3130         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
3131         block size from the file.  Use __mempcpy if _LIBC.
3132
3133 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
3134
3135         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
3136         * wcsmbs/mbrtowc.c: Likewise.
3137         * wcsmbs/mbsnrtowcs.c: Likewise.
3138         * wcsmbs/mbsrtowcs.c: Likewise.
3139         * wcsmbs/wcrtomb.c: Likewise.
3140         * wcsmbs/wcsnrtombs.c: Likewise.
3141         * wcsmbs/wcsrtombs.c: Likewise.
3142         * wcsmbs/wctob.c: Likewise.
3143
3144         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
3145         position of next output character correctly.
3146         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
3147
3148         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
3149
3150         * stdlib/strtod.c: Don't use mbtowc.
3151
3152 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
3153
3154         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
3155         what we want is smaller than a buffer.
3156
3157 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
3158
3159         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
3160         this function.
3161
3162 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
3163
3164         * configure.in: Recognize --with-headers flag and determine
3165         commandline options to be used in compilation.
3166         * Makeconfig (+includes): Use $(sysincludes).
3167         * config.make.in (sysincludes): Define from SYSINCLUDES.
3168         * glibcbug.in: Use SYSINCLUDES information.
3169         Patches by Zack Weinberg.
3170
3171 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3172
3173         * glibcbug.in: On linux, report version of kernel headers seen
3174         by compiler.
3175
3176 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
3177
3178         * libc.map: Add __asprintf to GLIBC_2.1.
3179         * elf/dlerror.c: Use __asprintf, not asprintf.
3180         * libio/stdio.h: Declare __asprintf.
3181         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
3182         a weak alias.
3183
3184         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
3185         to avoid inclusion from libc_pic.a.
3186
3187         * elf/dl-runtime.c: Undo last patch.
3188
3189         * stdlib/strtod.c: Don't use mbtowc, use btowc.
3190
3191         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
3192         as default, use NULL.
3193
3194 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3195
3196         * resolv/Makefile: Include ../Makeconfig - needed for building
3197         static NSS module.
3198
3199 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3200
3201         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
3202         static-nss since we don't want hesiod in the static NSS.
3203
3204         * nss/Makefile: Build only nss_files as static.
3205
3206         * nss/function.def: Remove support for service db.
3207
3208 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
3209
3210         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
3211
3212 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
3213
3214         * posix/wordexp-test.c: Make IFS per test-case.
3215
3216 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3217
3218         * glibcbug.in: Report version of gcc in use.  Remove unused variable
3219         ENVIRONMENT.
3220
3221 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
3222
3223         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
3224         `-print-file-name' to find as and ld.
3225
3226 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
3227
3228         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
3229         template is wrong.  Remove unused varaible `ignored'.
3230
3231 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3232
3233         * libc.map: Export __libc_sa_len.
3234
3235         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
3236
3237 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
3238
3239         * iconv/gconv.c: Take care for NULL arguments.
3240         * iconv/gconv_dl.c: Make find_func function global.
3241         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
3242         Add prototypes for ASCII conversion functions.
3243         * iconv/gconv_simple.c: Add ASCII conversion functions.
3244         * locale/C-ctype.c: Correct charset name.
3245
3246         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
3247         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
3248         wcsmbsload.
3249         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
3250         * wcsmbs/mbrtowc.c: Likewise.
3251         * wcsmbs/mbsnrtowcs.c: Likewise.
3252         * wcsmbs/mbsrtowcs.c: Likewise.
3253         * wcsmbs/wcrtomb.c: Likewise.
3254         * wcsmbs/wcsnrtombs.c: Likewise.
3255         * wcsmbs/wcsrtombs.c: Likewise.
3256         * wcsmbs/wctob.c: Likewise.
3257         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
3258         prototypes for wmemr*.
3259         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
3260         * wcsmbs/wcsnlen.c: New file.
3261         * wcsmbs/wcsmbsload.c: New file.
3262         * wcsmbs/wcsmbsload.h: New file.
3263
3264         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
3265
3266         * manual/install.texi: Describe some more critical points.
3267
3268         * string/string.h: Add prototype for __strnlen.
3269         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
3270
3271         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
3272         much less predictable names.
3273         * sysdeps/posix/mkstemp.c: Likewise.
3274
3275 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3276
3277         * manual/libc.texinfo (Top): Change "file namespace" to "local
3278         namespace".
3279
3280         * manual/socket.texi: Change file namespace to local namespace.
3281         (Out-of-Band Data): Remove unneeded variable link.
3282         (Host Address Functions): Use uint32_t consequently and add a
3283         number of clarifications for IPv4/IPv6, classless addresses.
3284         (Internet Namespace): Added some paragraphs about IPv6.
3285         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3286
3287 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
3288
3289         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
3290
3291         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
3292         (NI_NUMERICHOST, et al.): Tidy up and add comments.
3293         (AI_NUMERICHOST): Define.
3294         (getnodebyname): New prototype.
3295         (AI_V4MAPPED, et al.): New constants.
3296
3297         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
3298         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
3299         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
3300         for socket.
3301         * sysdeps/unix/sysv/linux/sa_len.c: New file.
3302         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
3303
3304         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
3305
3306         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
3307         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
3308         * socket/Makefile (headers): Add bits/sockunion.h.
3309         * socket/sys/socket.h: Include <bits/sockunion.h>
3310         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
3311         <sys/socket.h>, to avoid getting sockaddr_union defined.
3312         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
3313         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3314         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
3315
3316         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
3317         (2.2.x kernels won't have it).
3318
3319 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
3320
3321         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
3322         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
3323         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
3324         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
3325
3326 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
3327
3328         * manual/socket.texi (Socket Addresses): Fix a typo.
3329         (Interface Naming): New section.
3330
3331 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3332
3333         * configure.in: Check for CC using $ac_tool_prefix, to handle
3334         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
3335         * config.make.in: Add MIG to be substituted.
3336         * mach/Machrules: Don't define MIG variable.
3337
3338         Patch by Gordon Matzigkeit <gord@profitpress.com>.
3339
3340 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
3341
3342         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
3343         strdupa to copy rpath.
3344
3345 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3346
3347         * configure.in: Fix gcc version check.
3348
3349         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
3350         confusing.
3351
3352 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
3353
3354         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
3355         of ptsname_r.
3356
3357         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
3358         like ttyname_r.
3359         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
3360         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
3361         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
3362         of __ptsname_r accordingly.
3363         * login/openpty.c (openpty): Likewise.
3364
3365 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
3366
3367         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
3368
3369 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3370
3371         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
3372
3373         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
3374
3375 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3376
3377         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
3378         return value for better error checking.
3379
3380 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
3381
3382         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
3383         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
3384
3385         * elf/elf.h (EM_SPARC64): Remove.
3386         (EM_SPARC32PLUS, EM_SPARCV9): Add.
3387         (HWCAP_SPARC_V9): Add.
3388
3389         * elf/ldsodefs.h (_dl_hwcap): Declare.
3390         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
3391         Weaken so dlopen from static progies works.
3392         (WEAKADDR): New macro.
3393         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
3394         (LD_SO_PRELOAD): New macro.
3395         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
3396         (elf_machine_rela): Weaken _dl_rtld_map.
3397
3398         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
3399         to __clone, and remove the later's alias.
3400         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
3401
3402         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
3403         the kernel's structure.
3404
3405         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
3406         Sparc needs a custom value of __KERNEL_NCCS.
3407
3408 1998-04-06  Richard Henderson  <rth@cygnus.com>
3409
3410         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
3411
3412         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
3413         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3414
3415 1998-04-06  Richard Henderson  <rth@cygnus.com>
3416
3417         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
3418         as the buffer is not properly aligned.
3419         Reported by Juan Cespedes <cespedes@debian.org>.
3420
3421 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3422
3423         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
3424         instead of AF_FILE.
3425
3426 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
3427
3428         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
3429         and wc*tomb* functions.
3430
3431 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
3432
3433         * sysdeps/unix/start.c: Fix typo.
3434
3435 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
3436
3437         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
3438
3439 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
3440
3441         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
3442         expressions and using array variables.
3443         * sysdeps/libm-ieee754/e_asin.c: Likewise.
3444         * sysdeps/libm-ieee754/e_j0.c: Likewise.
3445         * sysdeps/libm-ieee754/e_j1.c: Likewise.
3446         * sysdeps/libm-ieee754/e_log.c: Likewise.
3447         * sysdeps/libm-ieee754/e_pow.c: Likewise.
3448         * sysdeps/libm-ieee754/k_cos.c: Likewise.
3449         * sysdeps/libm-ieee754/k_sin.c: Likewise.
3450         * sysdeps/libm-ieee754/k_tan.c: Likewise.
3451         * sysdeps/libm-ieee754/s_atan.c: Likewise.
3452         * sysdeps/libm-ieee754/s_erf.c: Likewise.
3453         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
3454         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
3455         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
3456
3457 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
3458
3459         * iconv/gconv.c: Rewrite of the low-level of gconv.
3460         * iconv/gconv.h: Likewise.
3461         * iconv/gconv_builtin.h: Likewise.
3462         * iconv/gconv_close.c: Likewise.
3463         * iconv/gconv_db.: Likewise.
3464         * iconv/gconv_dl.c: Likewise.
3465         * iconv/gconv_int.h: Likewise.
3466         * iconv/gconv_open.c: Likewise.
3467         * iconv/gconv_simple.c: Likewise.
3468         * iconvdata/8bit-gap.c: Adapt for rewrite.
3469         * iconvdata/8bit-generic.c: Likewise.
3470         * iconvdata/euckr.c: Likewise.
3471         * iconvdata/iso646.c: Likewise.
3472         * iconvdata/iso6937.c: Likewise.
3473         * iconvdata/iso8859-1.c: Likewise.
3474         * iconvdata/johab.c: Likewise.
3475         * iconvdata/sjis.c: Likewise.
3476         * iconvdata/t61.c: Likewise.
3477         * iconvdata/uhc.c: Likewise.
3478
3479 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
3480
3481         * iconv/gconv_int.h: New file.  Internal header.
3482         * iconv/Makefile (distribute): Add gconv_int.h.
3483         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
3484         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
3485         * iconv/gconv_close.c: Likewise.
3486         * iconv/gconv_conf.c: Likewise.
3487         * iconv/gconv_db.c: Likewise.
3488         * iconv/gconv_dl.c: Likewise.
3489         * iconv/gconv_int.h: Likewise.
3490         * iconv/gconv_open.c: Likewise.
3491         * iconv/iconv.c: Likewise.
3492         * iconv/iconv_close.c: Likewise.
3493         * iconv/iconv_open.c: Likewise.
3494         * iconv/iconv_prog.c: Likewise.
3495
3496 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
3497
3498         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
3499         missing braces.
3500
3501 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3502
3503         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
3504
3505 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
3506
3507         Based on patch from Pat Beirne:
3508         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
3509         PIC and non-PIC now.  Correctly negate error number.
3510         (errno): Use `%' not `@' in .type directives.
3511
3512 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
3513
3514         * sysdeps/i386/strtok.S: Change to use single exit point.
3515         * sysdeps/i386/i686/strtok.S: Likewise.
3516
3517 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3518
3519         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
3520         default.
3521
3522 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3523
3524         * Makerules (installed-libcs): Fix typo.
3525
3526 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3527
3528         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
3529         (UHC-routines): Remove ksc5601.
3530
3531 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
3532
3533         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
3534         introduced in last change.
3535
3536 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
3537
3538         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
3539         before 2.1.92.
3540
3541 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3542
3543         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
3544
3545         * stdlib/isomac.c: Use -isystem instead of -I for system include
3546         dir.
3547
3548 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
3549
3550         * resolv/res_comp.c (underscorechar): New.
3551         (middlechar): Allow '_'.
3552
3553 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3554
3555         * intl/explodename.c (stdlib.h): Include that file only if
3556         STDC_HEADERS or _LIBC.
3557         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
3558         Patch by Philippe De Muyter <phdm@macqel.be>.
3559
3560 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3561
3562         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
3563         (AC_PROG_CHECK_VER): New macro.
3564         * configure.in: Use AC_PROG_CHECK_VER to check versions of
3565         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
3566
3567 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
3568
3569         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
3570         * sysdeps/i386/i686/strtok.S: New file
3571         * sysdeps/i386/i686/strtok_r.S: New file
3572
3573 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
3574
3575         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
3576         type to __off64_t.
3577         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
3578         parameter as __off64_t instead of __off_t.
3579         (ftello): Make alias for ftello64 instead of ftello.  Change
3580         return type to __off64_t.
3581
3582 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3583
3584         * sysdeps/i386/bits/string.h: Fix various typos.
3585         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
3586
3587         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
3588
3589 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3590
3591         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
3592         lchown syscall correctly.  [PR libc/541].
3593
3594 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
3595
3596         * localedata/Makefile: Correct testsuite rules.
3597
3598         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
3599         * iconvdata/iso646.c: Fix conversion from UCS4.
3600
3601         * elf/ldsodefs.h: Mark internal function with internal_function.
3602         * elf/dl-addr.c: Likewise.
3603         * elf/dl-close.c: Likewise.
3604         * elf/dl-debug.c: Likewise.
3605         * elf/dl-deps.c: Likewise.
3606         * elf/dl-error.c: Likewise.
3607         * elf/dl-fini.c: Likewise.
3608         * elf/dl-init.c: Likewise.
3609         * elf/dl-load.c: Likewise.
3610         * elf/dl-lookup.c: Likewise.
3611         * elf/dl-object.c: Likewise.
3612         * elf/dl-open.c: Likewise.
3613         * elf/dl-profile.c: Likewise.
3614         * elf/dl-reloc.c: Likewise.
3615         * elf/dl-runtime.c: Likewise.
3616         * elf/dl-symbol.c: Likewise.
3617         * elf/dl-version.c: Likewise.
3618         * elf/dlerror.c: Likewise.
3619         * sysdeps/generic/dl-sysdep.c: Likewise.
3620         * sysdeps/i386/dl-machine.h: Likewise.
3621         * intl/finddomain.c: Likewise.
3622         * intl/gettextP.h: Likewise.
3623         * intl/loadmsgcat.c: Likewise.
3624
3625 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
3626
3627         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
3628         * iconv/gconv_builtin.h: Add definitions for new builtins.
3629         * iconv/gconv.h: Add prototypes for new builtins.
3630
3631         * iconvdata/Makefile (modules): Add ISO646.
3632         Add rules for ISO646 module.
3633         (distribute): Add iso646.c.
3634         * iconvdata/gconv-modules: Add module and alias definition for
3635         ISO646 charsets.
3636         * iconvdata/iso646.c: New file.
3637
3638 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
3639
3640         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
3641         * iconv/iconv_prog.c: Implement --list option to print available
3642         coded character sets.
3643
3644 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3645
3646         Make fread() read large blocks straight to the user buffer.
3647
3648         * libio/fileops.c (_IO_file_xsgetn): New function.
3649         (_IO_file_jumps): Use it.
3650         * libio/libioP.h: Prototype it.
3651
3652 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3653
3654         * iconv/gconv_conf.c (builtin_aliases): New variable.
3655         (__gconv_read_conf): Add builtin aliases.
3656         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
3657         noop macro before including gconv_builtin.h.
3658         * iconv/gconv_builtin.h: Add alias names.
3659
3660         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
3661         number of converted bytes correctly.
3662
3663 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3664
3665         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
3666         we only wait for a replay.
3667
3668 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3669
3670         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
3671         EUC-KR modules.
3672
3673 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
3674
3675         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
3676         use PLTJMP() rather than explicit (PLT).
3677
3678         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
3679         __libc_start_main().
3680
3681         Based on patch from Pat Beirne:
3682         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
3683         Always define, not only #ifndef PIC.
3684         (DO_CALL): Pass fifth argument correctly in R4.
3685         (PSEUDO): Correct test for error, call syscall_error through PLT
3686         if PIC.
3687
3688 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
3689
3690         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
3691         definitions.
3692
3693 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3694
3695         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
3696         JOHAB.so.
3697
3698 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
3699
3700         * io/Makefile (static-only-routines): Add stat64, fstat64 and
3701         lstat64.
3702
3703 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3704
3705         * manual/Makefile: Use object-suffixes-for-libc instead of
3706         object-suffixes.
3707         * rpm/Makefile (install-lib): Likewise.
3708
3709 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3710
3711         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
3712
3713         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
3714         `m68*', not only `m68k'.
3715
3716 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3717
3718         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
3719
3720         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
3721         install lddlibc4.
3722
3723 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3724
3725         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
3726         EUC-KR.
3727
3728         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
3729         comment.
3730
3731 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
3732
3733         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
3734         the init stuff.
3735
3736 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3737
3738         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
3739         adjtimex syscall.
3740         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
3741         adjtimex.
3742         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
3743
3744 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3745
3746         * Makerules (install): Change comment for libc.so following the
3747         libc_nonshared changes.
3748
3749 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3750
3751         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
3752
3753         * iconvdata/gap.pl: Avoid using %#06x.
3754
3755 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3756
3757         * Makerules: Use $? instead of S^ when invoking ar.
3758
3759 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3760
3761         * db2/compat.h: Allow EFTYPE being defined.
3762         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
3763         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
3764         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
3765         * sysdeps/mach/bits/libc-lock.h: Fix typo.
3766         (__libc_once): Correctly unlock semaphore.
3767         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
3768         * sysdeps/unix/bsd/getpt.c: Fix typo.
3769         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
3770
3771 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3772
3773         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
3774         macros.
3775
3776 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
3777
3778         * include/mntent.h: New file.
3779
3780         * elf/Makefile (trusted-dirs.h): Append slash to filename.
3781         * elf/dl-load.c: Rewrite search path handling.
3782         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
3783         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
3784         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
3785         * elf/ldsodefs.h: Add prototype.
3786
3787 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3788
3789         * nss/nsswitch.c (__nss_lookup): Adjust comment.
3790
3791         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
3792         function.
3793
3794         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
3795
3796         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
3797         New function.
3798         (HWCAP_IMPORTANT): New definition.
3799
3800 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
3801
3802         * elf/dl-open.c (_dl_open): Fix a typo.
3803         (_dl_global_scope_alloc): Make it static.
3804
3805 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
3806
3807         * Makerules: Remove duplicate rules to handle stamp.oS.
3808
3809 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3810
3811         * manual/examples/inetsrv.c (main): Change prototype of
3812         make_socket following change in mkisock.c.
3813
3814         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
3815         example host.
3816         (main): Change prototype of init_sockaddr following change in
3817         isockadd.c.
3818
3819         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
3820         * manual/examples/isockad.c (init_sockaddr): Likewise.
3821
3822         * manual/examples/mkfsock.c (make_named_socket): Removed blank
3823         lines for clarification.
3824         (make_named_socket): Use strncpy instead of strcpy.
3825         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3826
3827 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
3828
3829         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
3830         determining libs to remove.
3831         (postclean): Add soversions.mk.
3832         * Makerules (common-mostlyclean): Add tests-static and generated
3833         files.
3834
3835 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
3836
3837         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
3838         scanning for \0.
3839         (__strncat_g): Add i686 specific code.
3840
3841 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3842
3843         * manual/install.texi (Reporting Bugs): Ask to include section
3844         names in reports.
3845
3846 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3847
3848         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
3849         guard against direct inclusion.
3850
3851 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3852
3853         Rework support for libc_nonshared.a:
3854         * Makeconfig (object-suffixes-for-libc): New variable.
3855         * Rules: Remove handling of static-only and shared-only routines.
3856         * Makerules: Handle them here instead.  Use
3857         object-suffixes-for-libc instead of object-suffixes when dealing
3858         with libc objects.
3859         (object-suffixes-for-rules): Remove variable.
3860         (elide-routines.oS): Elide all routines except static-only
3861         routines.
3862         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
3863         empty.
3864         (installed-libcs): Remove special case for .oS.
3865         (rmobjs): Likewise.
3866
3867 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3868
3869         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
3870         do-tst-rpmatch): New targets.
3871         (test): Use them.
3872         (install-locales): Ignore comment lines.
3873
3874 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3875
3876         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
3877         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
3878         ($(objpfx)rtldtbl.h): Likewise.
3879         (CPPFLAGS-dl-load.c): Fix reference to object directory.
3880
3881 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
3882
3883         * manual/string.texi (Finding Tokens in a String): Extend strsep
3884         description and correct example.
3885
3886 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3887
3888         * manual/socket.texi: Remove misguided explicit line breaks and
3889         fix the formatting problem instead by reformulating the
3890         paragraphs.
3891         * manual/filesys.texi: Likewise.
3892         * manual/conf.texi: Likewise.  Don't typeset table with index
3893         fonts, that looks worse than a minimally overfull line.
3894
3895 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3896
3897         * nscd/Makefile (nscd-modules): Move definition outside of
3898         conditional.
3899
3900         * pwd/Makefile: Use have-thread-library to test for thread
3901         library.
3902
3903 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3904
3905         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
3906
3907         * iconvdata/uhc.c (gconv): Remove unused variable idx.
3908
3909 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3910
3911         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
3912
3913 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
3914
3915         * nss/getXXent_r.c: Correctly handle failing setXXent function.
3916
3917         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
3918         Reported by Andreas Jaeger.
3919
3920 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
3921
3922         * elf/Makefile: Fix typo.
3923         (distribute): Add dl-librecon.h.
3924         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
3925         * elf/ldd.sh.in: Likewise.
3926         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
3927         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
3928         Use strsep correctly.
3929         (process_envvars): Allow platform specific variables.
3930         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
3931         (_dl_load_cache_lookup): Test cache IDs found against
3932         _dl_correct_cache_id.
3933         * sysdeps/generic/dl-librecon.h: New file.
3934         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
3935
3936         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
3937
3938 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
3939
3940         * config.make.in (ldd-rewrite-script): New variable.
3941         * configure.in: Substitute ldd-rewrite-script.
3942         * elf/Makefile: Rewrite rules to generate ldd script.
3943         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
3944         * elf/ldd.sh.in: Likewise.
3945         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
3946         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
3947         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
3948         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
3949         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
3950
3951 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3952
3953         * inet/rcmd.c (iruserok): Remain setuid to the local user
3954         while .rhosts is actually read, to make .rhosts-over-NFS work
3955         (PR libc/524).  Use iruserfopen() for security checks on both
3956         hosts.equiv and .rhosts.  General cleanup.
3957         (iruserfopen): New function, performs careful checking on
3958         hosts.equiv/.rhosts files.  Disallows all the old forbidden
3959         stuff plus hard links to files.
3960
3961 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
3962
3963         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
3964
3965         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
3966
3967 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
3968
3969         * sysdeps/i386/i486/bits/string.h: Fix typos.
3970
3971 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
3972
3973         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
3974         strong alias.
3975
3976         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
3977
3978         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
3979         Added.  Used by libm.so on alpha.
3980
3981 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3982
3983         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
3984         defined.
3985
3986 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
3987
3988         * Makerules (object-suffixes-for-rules): Add .oS only for
3989         building shared library.
3990         Add ranlib rule for nonshared library.
3991         (rmobjs): Fix typo.
3992
3993         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
3994         into for shared library only.
3995         (CPPFLAGS-.oS): Add -DPIC.
3996         (libtypes): Use $(object-suffixes-for-rules) instead of
3997         $(object-suffixes).
3998
3999 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
4000
4001         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
4002         and install lddlibc4.
4003
4004 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4005
4006         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
4007         hash.
4008         * iconvdata/gaptab.pl: Likewise.
4009
4010 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
4011
4012         * Rules: Allow Makefiles to specify test-static for tests which
4013         cannot be linked dynamically.
4014         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
4015         tests-static.
4016
4017         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
4018
4019         * misc/error.c: Pretty print.
4020
4021 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4022
4023         * Makerules (libc_nonshared-name): Remove variable.
4024         (installed-libcs): Use libc-name instead.
4025         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
4026         dynamic linker.
4027
4028         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
4029         libc.a.  Remove explicit reference to dynamic linker.
4030
4031 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
4032
4033         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
4034         to wchar_t.
4035         * iconv/iconv_prog.c: Correctly test for write failure.
4036         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
4037         * iconvdata/gconv-modules: Likewise.
4038         * iconvdata/euckr.c: New file.
4039         * iconvdata/johab.c: New file.
4040         * iconvdata/ksc5601.c: New file.
4041         * iconvdata/ksc5601.h: New file.
4042         * iconvdata/uhc.c: New file.
4043         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
4044
4045         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
4046         * stdio/fopen.c: Correct handling of 'x' flag.
4047         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
4048
4049 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4050
4051         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
4052         * sunrpc/rpcsvc/key_prot.x: Likewise.
4053         * sunrpc/key_prot.c: Likewise.
4054
4055 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
4056
4057         * sysdeps/i386/bits/string.h: Correct things which never worked.
4058         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
4059         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
4060
4061 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
4062
4063         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
4064         defined.  Reported by Thorsten Kukuk.
4065
4066 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
4067
4068         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
4069
4070 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4071
4072         * manual/install.texi (Supported Configurations): Add
4073         arm-linuxaout and arm-none.
4074
4075 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4076
4077         * version.h (VERSION): Bump to 2.0.93.
4078
4079 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
4080
4081         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
4082
4083         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
4084
4085         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
4086         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
4087
4088 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4089
4090         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
4091
4092 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4093
4094         Put the static-only routines in a separate library.
4095         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
4096         variables.
4097         (all-object-suffixes): Add .oS.
4098         * Makerules (libc_static-name): New variable.
4099         (installed-libcs): Add libc_nonshared.a.
4100         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
4101         (object-suffixes-for-rules): New variable.  Use it instead of
4102         object-suffixes for generating compilation rules.
4103         (rmobjs): Also remove *.oS.
4104         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
4105         ($(objpfx)stamp.oS): New target.
4106
4107 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4108
4109         * Makefile (FAQ): Automatically check in regenerated FAQ.
4110
4111 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4112
4113         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
4114
4115 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
4116
4117         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
4118         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
4119
4120         * sysdeps/generic/stub_warning: Removed.
4121
4122         * Makefile (distribute): Add include/des.h.
4123
4124         * manual/Makefile (distribute): Change dir-add.texi to
4125         dir-add.texinfo.
4126
4127         * glibcbug.in: Create files safely when mktemp is not available.
4128
4129         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
4130         Patch by a sun <asun@saul1.u.washington.edu>.
4131
4132 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4133
4134         * libc.map: Rename getname to getnetname.
4135
4136 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
4137
4138         * manual/maint.texi: Use supported platform in examples.
4139
4140         * manual/install.texi: Document some installation tips.
4141
4142 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
4143
4144         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
4145         Fix a bug so that it returns an error if a numeric parameter is
4146         unset and WRDE_UNDEF is set.
4147         Patch by Andreas Schwab and Tim Waugh.
4148         * posix/wordexp-test.c: Add new new test.
4149
4150 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
4151
4152         * posix/regex.c (regex_compile): Last patch wasn't entirely
4153         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
4154
4155 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4156
4157         * manual/filesys.texi (Scanning Directory Content): Fix typo.
4158
4159 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
4160
4161         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
4162         clobbered registers don't appear as operands.
4163
4164 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4165
4166         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
4167         Solaris' sake.
4168
4169         * posix/regex.c (regex_compile): Don't allow non-alphabet
4170         characters in character set name.
4171
4172 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
4173
4174         * posix/wordexp.c (w_newword): New function.
4175         (do_parse_glob): New function.
4176         (parse_glob): Use do_parse_glob.  Now handles the case where a
4177         variable expansion causes a field-split.
4178         (wordexp): Use w_newword.
4179         (parse_arith): Likewise.
4180         (exec_comm): Likewise.
4181         (parse_comm): Likewise.
4182         (parse_param): Likewise.
4183         (parse_backtick): Likewise.
4184
4185 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
4186
4187         * posix/wordexp-tst.sh: Another test.
4188
4189         * posix/wordexp-test.c: Two new tests.
4190
4191         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
4192         directly (the code using realloc was buggy).
4193         (parse_param): Fix typo in comment.
4194
4195 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4196
4197         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
4198
4199 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4200
4201         * libc.map: Add more rpc auth functions/variables.
4202
4203         * nscd/nscd.c: Add -g option to argp options.
4204
4205 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4206
4207         * configure.in: Be prepared for gcc 2.9.10 and up.
4208         * configure.in: Add missing disabling of quote characters in
4209         compiler version check.  Reported by HJ Lu.
4210
4211 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4212
4213         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
4214
4215 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4216
4217         * intl/locale.alias: Fix spelling of romanian.
4218
4219         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
4220         (distribute): Remove des.h.
4221         * include/des.h: New file.
4222         * sunrpc/des.h: Moved to ...
4223         * sunrpc/rpc/rpc_des.h: ...here.
4224
4225 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
4226
4227         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
4228         Fix paren.
4229
4230 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4231
4232         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
4233         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
4234
4235 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4236
4237         * elf/ldsodesf.h: New file.
4238         * elf/Makefile (distribute): Add ldsodefs.h.
4239         * elf/link.h: Separate internal information in exter header.
4240         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
4241         * elf/dl-minimal.c: Likewise.
4242         * sysdeps/generic/dl-sysdep.c: Likewise.
4243         * elf/sprof.c: Likewise.
4244         * elf/dlsym.c: Likewise.
4245         * elf/dlvsym.c: Likewise.
4246         * elf/dlerror.c: Likewise.
4247         * elf/dladdr.c: Likewise.
4248         * elf/dlclose.c: Likewise.
4249         * elf/dlopen.c: Likewise.
4250         * elf/dl-addr.c: Likewise.
4251         * elf/dl-close.c: Likewise.
4252         * elf/dl-debug.c: Likewise.
4253         * elf/dl-deps.c: Likewise.
4254         * elf/dl-error.c: Likewise.
4255         * elf/dl-fini.c: Likewise.
4256         * elf/dl-init.c: Likewise.
4257         * elf/dl-load.c: Likewise.
4258         * elf/dl-lookup.c: Likewise.
4259         * elf/dl-object.c: Likewise.
4260         * elf/dl-open.c: Likewise.
4261         * elf/dl-profile.c: Likewise.
4262         * elf/dl-reloc.c: Likewise.
4263         * elf/dl-runtime.c: Likewise.
4264         * elf/dl-support.c: Likewise.
4265         * elf/dl-symbol.c: Likewise.
4266         * elf/dl-version.c: Likewise.
4267         * sysdeps/generic/dl-cache.c: Likewise.
4268         * sysdeps/generic/libc-start.c: Likewise.
4269         * iconv/gconv_dl.c: Likewise.
4270         * nss/nsswitch.c: Likewise.
4271
4272 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
4273
4274         * manual/nss.texi: The database is not called network but networks.
4275         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
4276
4277 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4278
4279         * configure.in: Correct test for compiler version.
4280         Check that LD_LIBRARY_PATH doesn't contain current path.
4281
4282 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
4283
4284         * elf/dl-close.c (_dl_close): Fix byte count while removing
4285         the shared object from the global scope list and optimize
4286         a little bit.
4287
4288 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4289
4290         * manual/filesys.texi (Scanning Directory Content): Add missing
4291         closing brace.
4292         (Scanning Directory Content): Fix text.
4293
4294 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4295
4296         * manual/memory.texi (Heap Consistency Checking): Add paragraph
4297         explaining difference of -lmcheck and MALLOC_CHECK_.
4298
4299 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4300
4301         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
4302         typos in comments.
4303
4304 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4305
4306         * test-skeleton.c (main): Fix test for exit signal.
4307
4308 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4309
4310         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
4311
4312 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4313
4314         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
4315         appropriate.
4316
4317 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4318
4319         * libc.map: Export __strtok_r.
4320
4321 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
4322
4323         * posix/regex.c (re_compile_fastmap): Remove unused variable
4324         num_regs and adjust comment.
4325         Patch by Jim Meyering <meyering@ascend.com>.
4326
4327         * math/math.h (M_*l): Extend long double constants to be usable
4328         for 128 bit floats.  Patch by Richard Henderson.
4329
4330 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4331
4332         * sysdeps/m68k/m68020/wordcopy.S: New file.
4333
4334 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
4335
4336         * posix/wordexp.c: Rewrite parse_param.
4337         Patch by Tim Waugh and Andreas Schwab.
4338
4339 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4340
4341         * Rules: Update timestamps on empty object files.
4342
4343 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
4344
4345         * manual/filesys.texi (Scanning Directory Content): Add description
4346         of 64 bits scandir function and friends.
4347
4348 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4349
4350         * glibcbug.in: Use mktemp to generate unique file name for
4351         temporary files.
4352
4353         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
4354         ptsname_r.  Use cast for execve call.
4355
4356 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
4357
4358         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
4359         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
4360         * io/sys/statvfs.h: New file.
4361         * sysdeps/generic/fstatvfs.h: New file.
4362         * sysdeps/generic/statvfs.h: New file.
4363         * sysdeps/generic/fstatvfs64.h: New file.
4364         * sysdeps/generic/statvfs64.h: New file.
4365         * sysdeps/generic/bits/statvfs.h: New file.
4366         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
4367         * sysdeps/unix/sysv/linux/statvfs.c: New file.
4368         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
4369
4370         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
4371         and f_ffree elements.
4372
4373         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
4374         mount options in enum.
4375
4376 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4377
4378         * configure.in: Check for recent egcs/gcc.
4379
4380 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4381
4382         * libc.map: Add alphasort64, scandir64, versionsort64.
4383         * dirent/Makefile (routines): Add scandir64, alphasort64, and
4384         versionsort64.
4385         * dirent/alphasort64.c: New file.
4386         * dirent/scandir64.c: New file.
4387         * dirent/versionsort64.c: New file.
4388         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
4389         versionsort.
4390         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
4391         old name weak alias.
4392         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
4393
4394         * dirent/alphasort.c: Use strcoll instead of strcmp.
4395
4396         * dirent/scandir.c: Optimize a bit.
4397
4398         * dirent/versionsort.c: Pretty print.
4399
4400 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4401
4402         * string/string.h: Add prototype for __strtok_r.
4403
4404 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4405
4406         * posix/Makefile: Fix typo in last change.
4407
4408 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4409
4410         * dirent/dirent.h (scandir): Make argument of select function const.
4411         * dirent/scandir.c (scandir): Likewise.
4412         Reported by David.Faure@insa-lyon.fr [PR libc/512].
4413
4414 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
4415
4416         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
4417         weak alias.
4418         * sysdeps/i386/strtok_r.c: Likewise.
4419
4420         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
4421         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
4422         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
4423         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
4424         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
4425         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
4426
4427 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4428
4429         * intl/localealias.c: Remove unneeded define for strdup.
4430
4431 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
4432
4433         * manual/argp.texi: Adjust for better TeX output.
4434         * manual/arith.texi: Likewise.
4435         * manual/conf.texi: Likewise.
4436         * manual/filesys.texi: Likewise.
4437         * manual/header.texi: Likewise.
4438         * manual/lgpl.texinfo: Likewise.
4439         * manual/math.texi: Likewise.
4440         * manual/message.texi: Likewise.
4441         * manual/pattern.texi: Likewise.
4442         * manual/process.texi: Likewise.
4443         * manual/signal.texi: Likewise.
4444         * manual/socket.texi: Likewise.
4445         * manual/startup.texi: Likewise.
4446         * manual/stdio.texi: Likewise.
4447         * manual/terminal.texi: Likewise.
4448         * manual/examples/rprintf.c: Likewise.
4449         * manual/examples/testopt.c: Likewise.
4450         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4451
4452 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
4453
4454         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
4455         parameter name after seeing a digit if it's enclosed in braces.
4456
4457 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4458
4459         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
4460
4461 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4462
4463         * manual/memory.texi (Heap Consistency Checking): Document
4464         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
4465
4466 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4467
4468         * manual/Makefile: Add missing rules.
4469
4470 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4471
4472         * timezone/Makefile (generated): Define to remove all stamp files.
4473
4474         * sysdeps/generic/strsep.c: Also undefine __strsep.
4475
4476         * string/strdup.c: Undefine __strdup and strdup first.
4477         * string/strndup.c: Likewise.
4478
4479         * string/bits/string2.h: Correct strtok_r and strsep.
4480         Add strndup optimization.
4481
4482         * sysdeps/generic/strsep.c: Little optimization.
4483
4484 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
4485
4486         * string/bits/string2.h: Add optimization for strdup.
4487         Always define __strsep and __strtok_r and make real names available
4488         when feature select macros are defined.
4489
4490 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4491
4492         * manual/install.texi (Installation): Use i486-linux as example
4493         instead of the unsupported sunos4.
4494         (Reporting Bugs): Mention glibcbug script.
4495         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
4496
4497 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4498
4499         * posix/wordexp-tst.sh: Make portable.  Add more tests.
4500
4501         * posix/Makefile (do-globtest do-wordexp-test): New targets.
4502
4503 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
4504
4505         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
4506         * sysdeps/generic/libc-start.c: ...here, replacing former content.
4507
4508         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
4509         netpacket/packet.h.
4510
4511         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
4512
4513 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4514
4515         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
4516         in enumerator for strict standard compliance.
4517         * sysdeps/generic/bits/resource.h: Likewise.
4518
4519 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
4520
4521         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
4522         (PLTJMP): New macro.
4523
4524         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
4525         longjmp() when floating point enabled.
4526         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
4527         * sysdeps/arm/__longjmp.S: Remove floating point code.
4528         * sysdeps/arm/setjmp.S: Likewise.
4529
4530         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
4531         * sysdeps/arm/bsd-_setjmp.S: Likewise.
4532
4533         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
4534         memset().
4535
4536         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
4537         prototype.
4538
4539 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
4540
4541         Based on patches from Pat Beirne and Scott Bambrough:
4542
4543         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
4544
4545         * sysdeps/arm/bits/fenv.h: New file.
4546
4547         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
4548         * sysdeps/arm/elf/setjmp.S: Likewise.
4549         * sysdeps/arm/elf/start.S: Likewise.
4550         * sysdeps/arm/init-first.c: Likewise.
4551         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
4552         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
4553         comment about floating point to reflect current reality.
4554
4555         * sysdeps/unix/arm/brk.S: Support PIC.
4556         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
4557         re-entrant code.
4558         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
4559         return; call syscall_error through PLT.
4560         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
4561
4562 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
4563
4564         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
4565         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
4566         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
4567
4568 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4569
4570         * dirent/list.c (test): Return error value.
4571         (main): Exit with error value.
4572
4573         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
4574
4575         * Makefile (distribute): Add test-skeleton.c.
4576         * test-skeleton.c: New file.
4577         * dirent/Makefile (tests): Add opendir-tst1.
4578         * dirent/opendir-tst1.c: New file.
4579
4580 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4581
4582         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
4583         Optimize memory handling.
4584         * sysdeps/unix/closedir.c: Optmize memory handling.
4585
4586 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
4587
4588         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
4589         handling.  Optimize a bit.
4590
4591 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
4592
4593         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
4594         (parse_param): Fold in Andreas' fixes to do with when the end of
4595         the parameter name has been reached, and quoting inside ${...}.
4596         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
4597         $((echo);(ls)).
4598
4599 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4600
4601         * manual/maint.texi: Split out installation and contribution
4602         sections to their own appendices.  Misc cleanups.
4603         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
4604         * manual/contrib.texi: New file.
4605         * manual/libc.texinfo: Pull in new appendices.
4606         * manual/header.texi: Correct node pointer.
4607
4608 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4609
4610         * manual/process.texi (Process Completion): Clarify return value
4611         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
4612
4613 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4614
4615         * posix/wordexp-test.c: Add more tests.
4616         (testit): Fix logic.
4617
4618         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
4619         /dev/null instead of closing it, close pipe.  Always chop off all
4620         trailing newlines.  Kill and reap child before returning error.
4621         (w_addword, parse_glob): Fix memory leak.
4622         (wordexp): Fix dangling pointer problem.
4623
4624 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
4625
4626         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
4627
4628         * posix/wordexp-test.c (main): Fix little thinkos and typos.
4629
4630         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
4631         directory index by only the language.
4632
4633 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
4634
4635         * posix/wordexp-tst.sh: Store test results in the
4636         ${common_objpfx}posix directory.
4637
4638         * posix/wordexp-test.c: Remove temporary directory afterwards.
4639
4640 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4641
4642         * libc.map: Export internal versions of cancelable functions.
4643
4644 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4645
4646         * Makerules (MAKEFLAGS): Append `r'.
4647
4648 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4649
4650         * Makeconfig: Define have-thread-library, shared-thread-library
4651         and static-thread-library if a thread library is available.  Don't
4652         define rt.
4653         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
4654         nscd-routines to nscd-modules.  Use shared-thread-library and
4655         static-thread-library in dependencies.
4656         * rt/Makefile: Only compile librt if have-thread-library is
4657         defined.
4658         * Makefile (subdirs): Always include rt subdir.
4659
4660 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4661
4662         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
4663
4664 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
4665
4666         * configure.in: Recognize variations for 32 MIPS processors.
4667         Don't assume ELF systems always have .weak, test for .weakext.
4668
4669 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
4670
4671         * configure.in: Irix6 is an ELF platform.
4672
4673 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
4674
4675         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
4676         unmapping the last loaded segment.
4677
4678 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
4679
4680         * configure.in: Set base_os for Irix6.
4681         Correct test for .weakext.
4682
4683 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4684
4685         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
4686         (new_line) to _dl_debug_message call.
4687
4688 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
4689
4690         * posix/wordexp.c (parse_param): Perform field-splitting after
4691         expanding positional parameter.
4692
4693         * posix/wordexp-tst.sh: Test that field-splitting is performed
4694         after expanding positional parameter.
4695
4696         * posix/wordexp.c (parse_param): Fixed memory leak in
4697         field-splitting after parameter expansion.
4698
4699 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
4700
4701         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
4702         (get_toplvl_escape): Correctly terminate loop at EOF.
4703         Patch by Cristian Gafton <gafton@redhat.com>.
4704
4705 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
4706
4707         * string/tester.c (test_strpbrk): Add more strpbrk tests.
4708         (test_strsep): Likewise.  Correct horrible bugs.
4709
4710         * string/bits/string2.h (strcspn): Optimize also reject string of
4711         length 2 and 3.
4712         (strspn): Likewise.
4713         (strpbrk): Likewise.
4714         (strsep): Likewise.  Correct bug with successive separators and
4715         separators at the end of the string.
4716         * sysdeps/generic/strsep.c: Correct bug with successive separators
4717         and separators at the end of the string.
4718
4719 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4720
4721         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
4722         etc) now handled, as well as $$ (pid).
4723
4724         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
4725         (distribute): Add wordexp-tst.sh.
4726
4727         * posix/wordexp-tst.sh: New file.
4728
4729         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
4730         number of positional parameters.  Renamed substitute_length to
4731         seen_hash.
4732         Don't free(env) is env is NULL.
4733
4734 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
4735
4736         * libc.map: Add pthread_attr_init to GLIBC_2.1.
4737
4738 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
4739
4740         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
4741         for output file replacing gmon.out.
4742         Patch by Dean Gaudet <dgaudet@arctic.org>.
4743
4744 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4745
4746         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
4747         up namespace.  Optimize finding end of line.
4748
4749 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4750
4751         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
4752         securely.  Optimized.
4753         (process_dl_debug): Add ':' to list of separators.  Optimized.
4754
4755 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4756
4757         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
4758         isless, islessequal, islessgreater, isunordered): Return zero or
4759         one.
4760
4761 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4762
4763         * posix/wordexp-test.c: More tests.
4764         (main): Set up arena for pathname expansion tests (in a temporary
4765         directory).
4766         (testit): Don't check word count or word vector if return value is
4767         non-zero.
4768
4769         * posix/wordexp.c (exec_comm): Always chop off terminating
4770         linefeed (just like bash does).
4771         (parse_param): Change lots of occurrences of "if (!*env)" to "if
4772         (!env || !*env)".
4773         (parse_param): For assignment inside parameter expansion, use all
4774         expanded words in assignment rather than just the first.
4775         (parse_param): Corrected return value for parameter expansion of
4776         an unset variable when WRDE_UNDEF is in effect.
4777         (parse_dollars): Don't field-split if quoted.
4778         (wordexp): Opening brace character isn't allowed unquoted.
4779
4780 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4781
4782         * elf/dlerror.c: Fix concurrency problems with error string and
4783         number.
4784
4785         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
4786         filter/auxiliary are being loaded.
4787
4788 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
4789
4790         * elf/dlerror.c (last_object_name): Removed.
4791         (dlerror): Don't use last_object_name.
4792         (_dl_error_run): Omit second argument to _dl_catch_error.
4793         * elf/dl-error.c (struct catch): Remove objname member.
4794         (_dl_signal_error): Construct string including objname when given.
4795         (_dl_catch_error): Remove objname handling.
4796         * elf/link.h (_dl_catch_error): Fix prototype and comment.
4797         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
4798         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
4799         * nss/nsswitch.c (nss_dlerror_run): Likewise.
4800         * iconv/gconv_dl.c (dlerror_run): Likewise.
4801         [Corrects PR libc/501].
4802
4803 1998-03-12  Matthias Urlichs <smurf@noris.de>
4804
4805         * nscd/nscd.c: Ignore SIGPIPE.
4806
4807 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4808
4809         * nscd/nscd_getgr_r.c: Use __ protected names.
4810         * nscd/nscd_getpw_r.c: Likewise.
4811
4812 1998-03-12  Matthias Urlichs <smurf@noris.de>
4813
4814         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
4815         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
4816         null bytes are not transmitted.
4817
4818 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4819
4820         * powerpc/syscalls.list: Correct typo.
4821         * alpha/syscalls.list: Likewise.
4822         * mips/syscalls.list: Likewise.
4823
4824 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4825
4826         * socket/sys/socket.h: Add prototype for __socket.
4827
4828 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4829
4830         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
4831
4832         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
4833         constants.
4834
4835         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
4836         definition here.
4837         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
4838         definition here.
4839
4840         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
4841         AF_* and PF_* constants.
4842
4843         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
4844
4845 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
4846
4847         * elf/rtld.c: Update help message.
4848         Install link maps for preloaded objects using main_map as loader.
4849
4850         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
4851         * elf/dl-profile.c: Likewise.
4852
4853         * elf/dlsym.c: Little optimization.
4854         * elf/dlvsym.c: Likewise.
4855
4856 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
4857
4858         * posix/wordexp-test.c: Move test for parameter list at the very
4859         beginning.
4860
4861 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4862
4863         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
4864         WRDE_REUSE flag is set.
4865         (parse_param): Allow `*', `@', and numbers in parameter names.
4866         (parse_dollars): Differentiate between arithmetic expansion and a
4867         command substitution that starts immediately with a sub-shell
4868         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
4869         (parse_param): Memory allocated with __alloca in a block was
4870         referenced outside that block.  Adjusted to use malloc/free.
4871         (parse_param): Adjusted field-splitting algorithm so that there is
4872         not necessarily a field split at the end of a parameter expansion.
4873
4874 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
4875
4876         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
4877         don't free words that have already been allocated.
4878         (parse_param): A dollar sign on its own will never have a pattern
4879         associated with it (like "${HOME%%/}" has), so don't try to free it.
4880         (parse_glob): Attempt to glob when an unquoted `[' is found
4881         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
4882         (parse_glob): Sorted out quoting in a glob-able word.
4883         (parse_param): Added $* and $@ handling.
4884
4885 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4886
4887         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
4888         parsing it.
4889
4890 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4891
4892         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
4893         _dl_debug_message.
4894
4895 1998-03-12  Matthias Urlichs  <smurf@noris.de>
4896
4897         * elf/dl-misc.c: Default for debug output should be stderr.
4898         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
4899         * elf/dl-lookup.c: reference_name may be NULL or empty.
4900
4901 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4902
4903         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
4904
4905 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4906
4907         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
4908
4909         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
4910
4911 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4912
4913         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
4914         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
4915
4916 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4917
4918         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
4919         init stuff.
4920
4921 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4922
4923         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
4924         flag.
4925
4926         * misc/syslog.c (vsyslog): Don't try to send if not connected to
4927         syslog daemon.
4928         (closelog_internal): Don't do anything if not connected.
4929
4930 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
4931
4932         * libc.map: Add _dl_debug_message.
4933         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
4934         before every line.
4935         * elf/fini.c: Correctly use new _dl_debug_message function.
4936         * elf/init.c: Likewise.
4937         * elf/dl-lookup.c: Likewise.
4938         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
4939         * elf/dl-load.c: Likewise.  Add more debugging prints.
4940         * elf/dl-reloc.c: Likewise.
4941         * elf/dl-version.c: Likewise.
4942         * elf/dl-support.c: Add variables for debugging.
4943         * elf/rtld.c: Likewise.  Recognize new debug options.
4944         * elf/link.h: Declare new variables.
4945
4946         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
4947
4948 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4949
4950         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
4951         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
4952
4953 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4954
4955         * posix/wordexp-test.c (command_line_test): New function to allow
4956         testing of specific cases from the command-line.
4957
4958 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4959
4960         * elf/dl-init.c (_dl_init_next): Print nicer messages.
4961         * elf/dl-fini.c (_dl_fini): Likewise.
4962         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
4963
4964         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
4965         symbol in debug message.
4966         (_dl_lookup_versioned_symbol_skip): Likewise.
4967
4968 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
4969
4970         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
4971         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
4972         * manual/filesys/texi: Document this.
4973
4974 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
4975
4976         * manual/filesys.texi: Document the change below.
4977
4978 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4979
4980         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
4981         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
4982
4983 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
4984
4985         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
4986         instead scope.  If debugging display information about symbol
4987         resolving.
4988         (_dl_lookup_symbol): Call do_lookup with correct parameters.
4989         (_dl_lookup_symbol_skip): Likewise.
4990         (_dl_lookup_versioned_symbol): Likewise.
4991         (_dl_lookup_versioned_symbol_skip): Likewise.
4992         * elf/dl-support.c: Define _dl_debug_symbols.
4993         * elf/link.h: Add declaration for _dl_debug_symbols.
4994         * elf/rtld.c: Define _dl_debug_symbols.
4995         (process_dl_debug): Recognize symbols option.
4996
4997 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
4998
4999         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
5000         in correct format.
5001         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
5002         with correct parameters.
5003         [!PIC]: Initialize __libc_multiple_libcs.
5004
5005 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
5006
5007         * elf/dl-support.c (_dl_debug_bindings): Add definition.
5008         * elf/rtld.c (_dl_debug_bindings): Add definition.
5009         (process_dl_debug): Recognize bindings option.  Update help message.
5010         * elf/link.h (struct link_map): Add l_versyms member.
5011         (_dl_debug_bindings): Add declaration.
5012         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
5013         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
5014         and l_reloc_result.
5015         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
5016         (sym_val): Remove a member, add m as link_map.
5017         (do_lookup): Return result appropriately.
5018         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
5019         Call do_lookup correctly.
5020         (_dl_lookup_symbol_skip): Likewise.
5021         (_dl_lookup_versioned_symbol): Likewise.
5022         (_dl_lookup_versioned_symbol_skip): Likewise.
5023
5024 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
5025
5026         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
5027         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
5028
5029         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
5030         * libc.map: Add chown to GLIBC_2.1.
5031         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
5032         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
5033
5034 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5035
5036         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
5037         weak alias.
5038         * sysdeps/alpha/ffs.c: Likewise.
5039         * sysdeps/am29k/ffs.c: Likewise.
5040         * sysdeps/i386/ffs.c: Likewise.
5041         * sysdeps/i960/ffs.c: Likewise.
5042         * sysdeps/m68k/ffs.c: Likewise.
5043         * sysdeps/m88k/ffs.c: Likewise.
5044         * sysdeps/powerpc/ffs.c: Likewise.
5045         * sysdeps/rs6000/ffs.c: Likewise.
5046         * sysdeps/vax/ffs.s: Likewise.
5047         * string/string.h: Declare __ffs.
5048         * libc.map: Export it.
5049         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
5050         __builtin_ffs, which is not guaranteed to be namespace clean.
5051
5052 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5053
5054         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
5055         table, which is much more likely to exist than debugging symbols.
5056         (printsym): Remove const.
5057         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
5058         header table.
5059
5060         * libc.map: Export __profile_frequency, used by elf/sprof, to
5061         avoid infinite recursion during startup.
5062
5063 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5064
5065         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
5066         Readd lost negate.
5067
5068         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
5069
5070 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
5071
5072         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
5073
5074 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
5075
5076         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
5077         LD_PRELOAD, and LD_VERBOSE.
5078         (dl_main): Use global variables set by process_envvars instead of
5079         calling getenv.
5080         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
5081         LD_LIBRARY_PATH value, this comes with the parameter.
5082         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
5083         ("LD_LIBRARY_PATH") to _dl_init_paths.
5084
5085 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
5086
5087         * elf/rtld.c (dl_main): Delay initialization of path structure if
5088         the dynamically linker is invoked implicitly until we read the
5089         dynamic section.
5090
5091 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
5092
5093         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
5094
5095 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5096
5097         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
5098         Linux 2.0 and 2.1.
5099
5100         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
5101
5102 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
5103
5104         * Makeconfig (nisobjdir): Set to path to nis directory.
5105         (rpath-link): Add nisobjdir.
5106         Patch by Sven Verdoolaege <skimo@kotnet.org>.
5107
5108         * elf/Makefile: Pretty print.
5109         * elf/dl-lookup.c: Include unistd.h.
5110         * elf/dl-runtime.c: Likewise.
5111
5112         * localedata/Makefile (test-srcs): Add tst-rpmatch.
5113         (distribute): Add tst-rpmatch.sh.
5114         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
5115
5116         New tests for rpmatch function by
5117         Jochen Hein <jochen.hein@delphi.central.de>.
5118         * localedata/tst-rpmatch.c: New file.
5119         * localedata/tst-rpmatch.sh: New file.
5120
5121         * localedata/locales/de_DE: Correct yesexpr and noexpr.
5122         * localedata/locales/de_AT: Likewise.
5123
5124         * posix/getopt.c: Update contact address.
5125         * posix/getopt1.c: Pretty print.
5126
5127         * sysdeps/generic/libc-start.c: Do most of the initialization now
5128         here instead of in start.S.
5129         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
5130         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
5131
5132         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
5133         profil_counter to be public.
5134
5135 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
5136
5137         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
5138         (parse_param): Coded parameter length expansion (${#var}).
5139         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
5140         (parse_param): Cleaned up (fixed) error handling.
5141
5142         * posix/wordexp-test.c: IFS now includes non-whitespace character
5143         (comma).  Added more tests.
5144
5145 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
5146
5147         * elf/link.h: Fix typos.
5148         Reported by Andreas Jaeger.
5149
5150         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
5151         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
5152
5153 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
5154
5155         * argp/argp-help.c: Remove last bits of using gettext instead of
5156         dgettext.
5157
5158 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
5159
5160         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
5161         __libc_start_main.
5162         * csu/Makefile (routines): Add libc-start.
5163         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
5164         * elf/dl-lookup.c: Likewise.
5165         * elf/dl-version.c: Likewise.
5166         * sysdeps/i386/dl-machine.h: Likewise.
5167         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
5168         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
5169         _dl_sysdep_message macros which use _dl_sysdep_output.
5170         * elf/dl-fini.c: Write out which destructor is called while debugging.
5171         * elf/dl-init.c: Likewise for constructor.
5172         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
5173         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
5174         _dl_sysdep_message.  Add _dl_sysdep_output.
5175         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
5176         this file can be opened.
5177         For LD_DEBUG=libs also set _dl_debug_impcalls.
5178         * sysdeps/generic/dl-cache.c: Include unistd.h.
5179         * sysdeps/generic/libc-start.c: New file.
5180         * sysdeps/unix/sysv/linux/libc-start.c: New file.
5181         * sysdeps/i386/elf/start.S: Don't call main directly, call
5182         __libc_start_main instead.
5183
5184         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
5185
5186 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
5187
5188         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
5189
5190 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
5191
5192         * argp/argp.h (struct argp): Add new field domain.
5193         * argp/argp-help.c: Change all gettext calls to dgettext and use
5194         domain field from appropriate argp in call.
5195         * argp/argp-parse.c: Likewise.
5196
5197 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
5198
5199         * posix/wordexp-test.c: Change testsuite so that it can run even
5200         for ~root != /root.
5201
5202 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5203
5204         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
5205
5206 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5207
5208         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
5209         Don't store into global errno if we already store through
5210         __errno_location.
5211         * sysdeps/unix/i386/sysdep.S: Likewise.
5212         * sysdeps/unix/alpha/sysdep.S: Likewise.
5213         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5214         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
5215         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
5216         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
5217         PIC).
5218
5219 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5220
5221         * sysdeps/generic/sysdep.h (L): Remove definition.
5222         * sysdeps/i386/sysdep.h (L): Define it here instead.
5223
5224 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5225
5226         * nis/nis_call.c (__do_niscall): Safe and reset errno.
5227
5228         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
5229
5230 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5231
5232         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
5233         declaration style to avoid warnings.
5234
5235 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
5236
5237         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
5238         "LD_DEBUG".
5239
5240 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5241
5242         * posix/Makefile (tests): Add wordexp-test.
5243         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
5244         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
5245
5246 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
5247
5248         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
5249         dependencies.
5250
5251         * elf/link.h (struct r_search_path_elem): Add two new field for
5252         lib path debugging.
5253         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
5254         variable accordingly.
5255         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
5256         is considered next along with information about load paths.
5257         * sysdeps/generic/dl-cache.c: Likewise.
5258         * elf/dl-support.c: Define _dl_debug_libs.
5259         * elf/genrtldtbl.awk: Add initializers for two new field in
5260         struct r_search_path_elem.
5261
5262 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5263
5264         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
5265         * sysdeps/m68k/lshift.S: Likewise.
5266         * sysdeps/m68k/rshift.S: Likewise.
5267         * sysdeps/m68k/sub_n.S: Likewise.
5268         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
5269         * sysdeps/m68k/m68020/mul_1.S: Likewise.
5270         * sysdeps/m68k/m68020/submul_1.S: Likewise.
5271
5272         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
5273         [_LIBC_REENTRANT]: Don't store into global errno.
5274
5275         * sysdeps/m68k/sysdep.h: New file.
5276         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
5277         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
5278         (DO_CALL): Change to expect syscall name as argument.
5279         (PSEUDO): Pass syscall_name to DO_CALL.
5280         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
5281         errno.
5282
5283 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5284
5285         * elf/rtld.c: Speed up processing of environment variables.  Do
5286         only one run on the environment by avoiding to call getenv.
5287         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
5288         function.  Used by patch above.
5289
5290 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5291
5292         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
5293         running nscd.
5294         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
5295         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
5296         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
5297
5298 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5299
5300         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
5301         module cannot be found.  Reported by Andreas Jaeger.
5302
5303 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5304
5305         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
5306         on platforms which default to unsigned chars.
5307         * nscd/nscd_getpw_r.c: Likewise.
5308         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
5309         defining it.
5310
5311 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5312
5313         * elf/Makefile (install-bin): Change = to += for sprof to install
5314         ldd also.
5315
5316 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
5317
5318         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
5319
5320 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
5321
5322         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
5323
5324 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5325
5326         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
5327         that a failure to connect to nscd doesn't change errno.
5328
5329 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5330
5331         * manual/maint.texi (Reporting Bugs): Change
5332         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
5333
5334         * locale/iso-4217.def: Likewise
5335
5336 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
5337
5338         * manual/texinfo.tex: Updated.
5339
5340 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5341
5342         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
5343         value.
5344         * sysdeps/posix/pathconf.c: Likewise.
5345         * posix/getconf.c: Print `undefined' if pathconf returns -1
5346         without setting errno.
5347
5348 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
5349
5350         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
5351         problem.
5352         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
5353         Patches by Elliot Lee <sopwith@cuc.edu>.
5354
5355 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
5356
5357         * elf/link.h (struct link_map): Add new field l_reloc_result.
5358         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
5359         of relocation for the object to be profiled.
5360         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
5361         to NULL.
5362         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
5363         array here.
5364         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
5365         contains a result from a previous run use this instead of computing
5366         the value again.
5367         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
5368
5369 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5370
5371         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
5372         offsets into the GOT.
5373         (RTLD_START): Likewise.
5374
5375 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
5376
5377         * elf/sprof.c: Cleanup a bit.
5378
5379 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
5380
5381         * sysdeps/generic/sysdep.h (L): New. Define.
5382
5383         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
5384
5385         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
5386
5387         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
5388         to have only one exit point for functions.
5389         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
5390         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
5391         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
5392         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
5393         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
5394
5395 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5396
5397         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
5398         reset errno so that errno isn't set to ENOSYS in the first call.
5399         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
5400         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
5401         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
5402         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
5403
5404 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
5405
5406         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
5407         * sysdeps/i386/addmul_1.S: Likewise.
5408         * sysdeps/i386/lshift.S: Likewise.
5409         * sysdeps/i386/mul_1.S: Likewise.
5410         * sysdeps/i386/rshift.S: Likewise.
5411         * sysdeps/i386/sub_n.S: Likewise.
5412         * sysdeps/i386/submul_1.S: Likewise.
5413         * sysdeps/i386/i586/add_n.S: Likewise.
5414         * sysdeps/i386/i586/addmul_1.S: Likewise.
5415         * sysdeps/i386/i586/lshift.S: Likewise.
5416         * sysdeps/i386/i586/mul_1.S: Likewise.
5417         * sysdeps/i386/i586/rshift.S: Likewise.
5418         * sysdeps/i386/i586/sub_n.S: Likewise.
5419         * sysdeps/i386/i586/submul_1.S: Likewise.
5420
5421         * sysdeps/i386/sysdep.h: Extend last change.
5422
5423         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
5424         to have only one exit point for functions.
5425
5426 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5427
5428         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
5429         search.
5430
5431 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
5432
5433         * Makerules: Generate libc.so with absolute paths for the used
5434         shared objects.
5435
5436         * config.make.in: Add MAKEINFO definition.
5437
5438 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5439
5440         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
5441         (ENTRY): Use STABS_FUN.
5442         (END): Use STABS_FUN_END.
5443         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
5444
5445         * elf/Makefile: Add rules to build sprof program.
5446         * elf/sprof.c: New file.
5447
5448 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5449
5450         * misc/syslog.c (openlog_internal): Insert missing closing brace.
5451
5452 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5453
5454         * configure.in: Check for working msgfmt version (from GNU gettext
5455         0.10 or later).
5456
5457 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5458
5459         * configure.in: Avoid //s in sysdirs.
5460         Patch by Roland McGrath.
5461
5462         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
5463
5464 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
5465
5466         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
5467         setting _dl_global_scope for RTLD_GLOBAL.
5468
5469 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5470
5471         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
5472         possible lists of object-suffixes are taken care of.
5473
5474 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
5475
5476         * timezone/private.h: Update from tzcode1998c.
5477         * timezone/zic.c: Likewise.
5478         * timezone/antarctica: Updated from tzdata1998c.
5479         * timezone/asia: Likewise.
5480         * timezone/australasia: Likewise.
5481         * timezone/europe: Likewise.
5482         * timezone/southamerica: Likewise.
5483
5484 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5485
5486         * posix/glob.c (glob_in_dir): Add support for cases insensitive
5487         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
5488
5489 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
5490
5491         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
5492         Changed type of TWO43, TWO52 from float to double.
5493         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
5494         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
5495         Changed type of TWO43 from float to double.
5496         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
5497         Use __isinff.
5498
5499 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
5500
5501         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
5502         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
5503         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
5504
5505 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
5506
5507         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
5508         kernel_termios.h.
5509         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
5510         Clean up random whitespace.
5511         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
5512         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
5513         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
5514         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
5515
5516 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
5517
5518         * shlib-versions: Match alpha*.
5519         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
5520         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
5521
5522         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
5523         Implement copysign* with and without __ prefix.
5524         Likewise for fabs; use builtin for gcc 2.8.
5525         (floor*): New.
5526         (fdim*): New.
5527
5528         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
5529         (R_SPARC*): Match current v9 ABI.
5530
5531         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
5532
5533         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
5534         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
5535         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
5536         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
5537         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
5538         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
5539         * sysdeps/unix/grantpt.c (argv): Fix consts.
5540         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
5541         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
5542
5543 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5544
5545         * misc/syslog.c: Change to allow user the interpretation of the
5546         outcome even with syslog having no return value.
5547
5548 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
5549
5550         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
5551         that the number of program headers is >0 (which is wrong for the
5552         loader itself).
5553
5554 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5555
5556         * Makefile (distribute): Add README.libm.
5557
5558 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5559
5560         * time/clocktest.c (main): Correct typo: "--" -> "==".
5561
5562 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
5563
5564         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
5565         inline function.
5566         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
5567         inline functions.
5568
5569         * math/libm.map (__atan2): Added.
5570
5571 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5572
5573         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
5574         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
5575
5576         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
5577         bug.
5578
5579 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5580
5581         * manual/arith.texi (Old-style number conversion): Correct
5582         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
5583
5584 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5585
5586         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
5587         but does not require it.  Handle missing argv[] values gracefully.
5588         * posix/execl.c: Likewise.
5589         * posix/execle.c: Likewise.
5590
5591 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5592
5593         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
5594         bit.
5595         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
5596
5597 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5598
5599         * libc.map: Add __adjtimex.
5600
5601 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5602
5603         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
5604         Remove memset.
5605
5606 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
5607
5608         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
5609         to 64.
5610
5611         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
5612
5613         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
5614         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
5615
5616         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
5617         for shared library.
5618
5619         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
5620
5621         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
5622         Added adjtimex and old_adjtimex.
5623
5624         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
5625         New.
5626         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
5627         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
5628
5629         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
5630         symbols only for shared library.
5631         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5632         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5633         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5634         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5635         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5636         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5637         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5638
5639         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
5640         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5641         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5642         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5643         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5644         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5645         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5646         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5647
5648         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
5649         rusage pointer.
5650
5651         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
5652         New macros.
5653         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
5654         timex and __adjtimex, respectively.
5655
5656         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
5657
5658         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
5659
5660 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
5661
5662         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
5663         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
5664
5665 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
5666
5667         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
5668
5669 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5670
5671         * Makefile.in: Disable built-in rules.
5672
5673 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5674
5675         * sysdeps/i386/fpu/t_exp.c: Move to ...
5676         * sysdeps/libm-i387/t_exp.c: ... here.
5677
5678 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
5679
5680         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
5681         from __exp2_deltatable.
5682
5683 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
5684
5685         * nis/ypclnt.c (yp_master): Check result of strdup.
5686         Patch by Thorsten Kukuk.
5687
5688 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5689
5690         * nis/ypclnt.c: Give clnt handle after error checking free, change
5691         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
5692
5693 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
5694
5695         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
5696         Patch by Joe Keane <jgk@jgk.org>.
5697
5698         * misc/fstab.h (struct fstab): Change fs_type member to be const.
5699         * misc/fstab.c: Remove casts in fs_type assignments.
5700
5701 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5702
5703         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
5704         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
5705         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
5706         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
5707         * sysdeps/powerpc/bits/fenv.h: Likewise.
5708         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
5709         * sysdeps/generic/bits/fenv.h: Likewise.
5710         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
5711         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
5712         * sysdeps/powerpc/test-arith.c (main): Likewise.
5713
5714 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5715
5716         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
5717         the comparison macros.
5718
5719 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
5720
5721         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
5722         (__log2): Fixed return values.
5723         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
5724
5725 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5726
5727         * math/math.h (isunordered): Rename local variables to ensure
5728         correct code.  Reported by HJ Lu.
5729
5730 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
5731
5732         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
5733         isless, islessequal, islessgreater, isunordered): Fix syntax for
5734         fucompip instruction.
5735         (isless, islessequal): Fix logic.
5736
5737 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5738
5739         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
5740         (comparisons_test): New tests for comparison macros.
5741
5742 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
5743
5744         * Makeconfig: Filter out frame-pointer effecting options when
5745         compiling profiling or debugging code.
5746         * config.h.in (internal_function): Don't define here if PROF is
5747         defined.
5748         * gmon/gmon.c (__moncontrol): Don't change state if already in error
5749         state.
5750         (__monstartup): If calloc fails set error state and mark array as
5751         not allocated.
5752         (_mcleanup): Don't call write_gmon if in error state.  Don't try
5753         to free array if not  successfully allocated.
5754
5755         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
5756         Include elf.h to get macro definitions.
5757         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
5758
5759 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
5760
5761         * elf/ldd.sh.in: Add compatibility for broken old shells.
5762         * elf/ldd.bash.in: Likewise.
5763
5764 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
5765
5766         * sunrpc/rpc_main.c (open_input): Check pipe return error.
5767
5768         * time/clocktest.c (main): Check signal return error.
5769
5770 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5771
5772         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
5773         "/" and use do-install-program. Reported by Mark M. Kettenis.
5774         (subdir_install):  Likewise.
5775
5776 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5777
5778         * sunrpc/rpc_sample.c: Fix typo.
5779
5780         * nscd/connections.c: Use locale.
5781         * nscd/grpcache.c: Add debug messages, gidtbl should get the
5782           calloc result.
5783         * nscd/nscd.c: Check if init functions fails.
5784         * nscd/nscd_conf.c: Allow disabling of group cache.
5785         * nscd/nscd_getgr_r.c: Fix return code if group not found.
5786         * nscd/pwdcache.c: Fix debug messages.
5787
5788 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5789
5790         * libc.map: Add __monstartup and _mcleanup for profiling support.
5791
5792 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5793
5794         * libc.map: Export __getpagesize, for binary compatibility with
5795         2.0.
5796
5797 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5798
5799         * posix/globtest.sh: Use --library-path instead of
5800         LD_LIBRARY_PATH.
5801         * localedata/sort-test.sh: Likewise.
5802         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
5803
5804 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5805
5806         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
5807         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
5808         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5809
5810         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
5811         kernel_sigaction): Define.
5812         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
5813         kernel_sigaction): Define.
5814
5815 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5816
5817         * math/libm-test.c: Change epsilons for libm-ieee754.
5818
5819 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
5820
5821         * sysdeps/i386/__longjmp.S: Fix race condition.
5822         Reported by Bruno Haible <haible@ilog.fr>.
5823
5824 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
5825
5826         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
5827         * iconvdata/8bit-gap.c: Likewise.
5828         * iconvdata/8bit-generic.c: Likewise.
5829         * iconvdata/iso6937.c: Likewise.
5830         * iconvdata/iso8859-1.c: Likewise.
5831         * iconvdata/sjis.c: Likewise.
5832         * iconvdata/t61.c: Likewise.
5833
5834 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5835
5836         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
5837         feature tests by positive feature tests.
5838
5839 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5840
5841         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
5842
5843 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
5844
5845         * elf/dlvsym.c (dlvsym_doit): More corrections.
5846         Patch by Andreas Jaeger.
5847
5848 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5849
5850         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
5851
5852 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
5853
5854         * libc.map: More reordering for GLIBC_2.1 symbols.
5855
5856 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5857
5858         * libc.map: Move some functions from version GLIBC_2.0 to
5859         GLIBC_2.1, reorder declarations.
5860
5861 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5862
5863         * resolv/gethnamaddr.c (addrsort): Make this function extern.
5864         Patch by zab@thebrain.grumblesmurf.net.
5865
5866 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5867
5868         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
5869         NIS+ functions with version GLIBC_2.1.
5870
5871 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
5872
5873         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
5874         with 2.0 binaries.  Reported by Thorsten Kukuk.
5875
5876 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5877
5878         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
5879
5880         * elf/dlsym.c (dlsym_doit): Likewise.
5881
5882 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5883
5884         * elf/link.h: Correct typos.
5885
5886         * iconv/iconv_prog.c: Correct typo.
5887
5888 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
5889
5890         * iconv/Makefile: Add rules to build and install iconv program.
5891         * iconv/iconv_prog.c: New file.
5892
5893 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
5894
5895         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
5896         _dl_lookup_symbol_skip call.
5897         * elf/dlvsym.c (dlvsym_doit): Likewise.
5898
5899 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
5900
5901         * libio/iovsscanf.c: Do not include errno.h.
5902
5903 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5904
5905         * elf/dl-load.c (add_name_to_object): Don't translate strings.
5906         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
5907         pulling in the whole error list.
5908         (__dcgettext, dcgettext): Removed.
5909         * libc.map: Export _strerror_internal.
5910
5911 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
5912
5913         * sysdeps/i386/fpu/t_exp.c: New file.
5914
5915 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5916
5917         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
5918         everything with version GLIBC_2.1.
5919         * hesiod/libnss_hesiod.map: Likewise.
5920
5921 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5922
5923         * manual/arith.texi (Old-style number conversion): This node is a
5924         section, not a subsection.
5925
5926 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5927
5928         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
5929
5930 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5931
5932         * elf/rtld.c (dl_main): Make sure that the library search paths
5933         have been initialized before the first call to _dl_map_object.
5934
5935 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5936
5937         * Makerules (common-generated): Add libc_pic.os.
5938
5939 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5940
5941         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
5942         of the executable.
5943
5944 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5945
5946         * sysdeps/m68k/fpu/t_exp.c: New file.
5947
5948 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5949
5950         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
5951         to global errno variable anymore.
5952
5953 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
5954
5955         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
5956         If PRELOADED is nonzero check in case of an SUID application
5957         whether the shared object has the SUID bit set.
5958         Fix some other problems with handling shared objects in system
5959         specific directories.
5960         (_dl_map_object): Also take extra parameter and pass it to open_path.
5961         * elf/link.h (_dl_map_object): Correct prototype and comment.
5962         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
5963         * elf/dl-open.c (_dl_open): Likewise.
5964         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
5965
5966         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
5967
5968 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5969
5970         * math/libm-test.c (modf_test): Add test for 1.5.
5971
5972         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
5973         0 to get always an int.
5974
5975 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5976
5977         * math/libm.map: Move all symbols that are new in glibc 2.1 to
5978         version GLIBC_2.1.
5979
5980 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5981
5982         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
5983         trying to read another character.
5984
5985 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5986
5987         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
5988         name to lowercase.
5989
5990         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
5991         name to lowercase, add test for big enough buffer.
5992
5993 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5994
5995         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
5996         Make compatible with older kernels.  Patch by Richard Henderson.
5997
5998 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
5999
6000         * elf/dl-load.c (open_path): Use __xstat instead of stat.
6001
6002         * localedata/tst-locale.sh: Comment out first test for now.
6003
6004 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
6005
6006         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
6007         as 1.
6008         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
6009         Likewise.
6010
6011         * libio/iogetline.c (_IO_getline_info): Renamed from
6012         _IO_getline.
6013         (_IO_getline): Just call _IO_getline_info.
6014
6015         * libio/libioP.h (_IO_getline_info): New declaration.
6016
6017         * libc.map (_IO_getline_info, __write): Added.
6018
6019 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6020
6021         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
6022         const char* to shut up gcc.
6023
6024 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
6025
6026         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
6027         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
6028
6029         * math/math.h: Define M_* constants always as `double' and add new
6030         macros M_*l which are of type `long double'.
6031         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
6032         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
6033         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
6034         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
6035         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
6036         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
6037         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
6038         * math/libm-tst.c: Likewise.
6039
6040         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
6041         define as long double unconditionally.
6042
6043 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6044
6045         * manual/arith.texi (Old-style number conversion): Correct some
6046         typos.
6047
6048 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
6049
6050         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
6051         Restore.
6052
6053         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
6054
6055 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
6056
6057         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
6058         on $(rtld-ldscript).
6059
6060         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
6061         starting from 0 not only from `from'.
6062         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
6063
6064 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
6065
6066         * elf/rtld.c (dl_main): Recognize --library-path parameter and
6067         pass value (or NULL) to _dl_init_paths.
6068         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
6069         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
6070         environment variable.
6071         * elf/link.h: Change prototype for _dl_init_paths.
6072         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
6073
6074         * localedata/Makefile (distribute): Add test files.
6075
6076 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6077
6078         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
6079         test1.def, test2.def, test3.def, test4.def}: Simple input files
6080         for localedef. Contributed by Yung-Ching Hsiao
6081         <yhsiao@cae.wisc.edu>.
6082
6083         * localedata/Makefile (tests): Call tst-locale.sh.
6084
6085         * localedata/tst-locale.sh: New file, regression tests for some
6086         localedef problems.
6087
6088 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6089
6090         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
6091
6092         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
6093         terminated.
6094         * nis/nss_nisplus/nisplus-network.c: Likewise.
6095         * nis/nss_nisplus/nisplus-proto.c: Likewise.
6096         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
6097         * nis/nss_nisplus/nisplus-service.c: Likewise.
6098
6099         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
6100         and support generating thread safe RPC code.
6101         * sunrpc/rpc_main.c: Add changes.
6102         * sunrpc/rpc_clntout.c: Likewise.
6103         * sunrpc/rpc_cout.c: Likewise.
6104         * sunrpc/rpc_hout.c: Likewise.
6105         * sunrpc/rpc_parse.c: Likewise.
6106         * sunrpc/rpc_sample.c: Likewise.
6107         * sunrpc/rpc_scan.c: Likewise.
6108         * sunrpc/rpc_svcout.c: Likewise.
6109         * sunrpc/rpc_util.c: Likewise.
6110         * sunrpc/rpc_util.h: Add new structs and prototypes.
6111         * sunrpc/proto.h: Remove prototypes for static functions.
6112
6113 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6114
6115         * locale/programs/ld-messages.c (messages_finish): Don't skip
6116         error checking when being quiet.
6117         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
6118         (set_class_defaults): Likewise.
6119         * locale/programs/charmap.c (parse_charmap): Likewise.
6120         * locale/programs/ld-collate.c (collate_finish): Likewise.
6121         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
6122         * locale/programs/ld-time.c (time_finish): Likewise.
6123         * locale/programs/locfile.c (write_locale_data): Likewise.
6124
6125         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
6126         unknown characters and empty ranges.
6127         * locale/programs/ld-collate.c (collate_order_elem): When
6128         processing an ellipsis properly form a linked list in the result
6129         table, fix typo when allocating ordering array.
6130         [PR libc/419]
6131
6132 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6133
6134         * elf/Makefile (ld-map): Define.
6135         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
6136         `$(rtld-ldscript)'.
6137         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
6138         on $(ld-map).
6139         (rtld-link): Combine the two versions of this definition.  Fixed
6140         to make it work when no symbol versioning is used.
6141
6142 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
6143
6144         * Makeconfig (build-program-cmd): Use --library-path parameter to
6145         ld.so instead of environment variable.
6146
6147         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
6148         * sunrpc/rpc_main.c: Remove support for -$$ option again.
6149
6150 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6151
6152         * Make-dist: Respect with-cvs setting.
6153         * MakeTAGS (all-pot): Likewise.
6154         * sysdeps/sparc/sparc32/Makefile: Likewise.
6155         * sysdeps/mach/hurd/Makefile: Likewise.
6156         * stdlib/Makefile: Likewise.
6157         * posix/Makefile: Likewise.
6158         * intl/Makefile: Likewise.
6159         * po/Makefile (linguas): Likewise
6160
6161 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6162
6163         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
6164
6165 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
6166
6167         * libc.map: Add __strcasecmp.
6168
6169         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
6170         module.
6171
6172         * nss/getXXent_r.c: If no more module is found don't try to call
6173         setXXent functions but leave unsuccessfully.
6174
6175         * malloc/obstack.h: Cleanups.
6176
6177         * sysdeps/wordsize-32/stdint.h: New file.
6178         * sysdeps/wordsize-64/stdint.h: New file.
6179         * sysdeps/generic/stdint.h: New file.
6180         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
6181         * sysdeps/wordsize-64/inttypes.h: Likewise.
6182         * stdlib/Makefile (headers): Add stdint.h.
6183
6184 1998-02-03  Paul Eggert  <eggert@twinsun.com>
6185
6186         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
6187
6188 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6189
6190         * timezone: New directory.
6191         * time/README, time/africa, time/antarctica, time/asia,
6192         time/australasia, time/backward, time/checktab.awk,
6193         time/etcetera, time/europe, time/factory, time/ialloc.c,
6194         time/iso3166.tab, time/leapseconds, time/northamerica,
6195         time/pacificnew, time/private.h, time/scheck.c,
6196         time/solar87, time/solar88, time/solar89, time/southamerica,
6197         time/systemv, time/test-tz.c, time/tzfile.h,
6198         time/tzselect.ksh, time/yearistype, time/zdump.c,
6199         time/zic.c, time/zone.tab: Moved to timezone.
6200         * time/tzfile.c: Include tzfile.h from timezone subdir.
6201         * time/tzset.c: Likewise.
6202         * time/Makefile: Cut out all code relating to timezones...
6203         * timezone/Makefile: ...and paste it in here.
6204         * Makefile (subdirs): Add timezone.
6205
6206 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
6207
6208         * libc.map (_sys_nerr): Added.
6209
6210         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
6211         versioned symbol.
6212
6213 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
6214
6215         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
6216         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
6217         Reported by Craig Metz <cmetz@inner.net>.
6218
6219 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6220
6221         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
6222         instead of strcasecmp.
6223         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
6224
6225         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
6226
6227 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
6228
6229         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
6230         Patch by Dean Gaudet <dgaudet@arctic.org>.
6231
6232 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
6233
6234         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
6235
6236 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6237
6238         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
6239         with no poll syscall, just include the BSD version.
6240         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
6241         kernel without the syscall, include the stub version.
6242         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
6243         * sysdeps/generic/getresuid.c: New file.
6244         * sysdeps/generic/getresgid.c: New file.
6245
6246 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
6247
6248         * stdio-common/vfscanf.c: Correct last change a bit.
6249
6250 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
6251
6252         * elf/Makefile: Don't use --version-script parameter to link ld.so
6253         unconditionally.
6254
6255 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
6256
6257         * math/Makefile: Add t_exp.
6258         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
6259         constants.
6260         * math/test-reduce.c: Remove temporarily, it seems to be broken.
6261         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
6262         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
6263         better accuracy.
6264         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
6265         algorithm for very large/very small arguments.
6266         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
6267         correct algorithm for very large/very small arguments; adjust for
6268         new table.
6269         * sysdeps/libm-ieee754/t_exp.c: New file.
6270         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
6271
6272         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
6273         back, with comment that explains what breaks when you remove it :-(.
6274
6275         * localedata/xfrm-test.c: Avoid integer overflow.
6276
6277         * stdlib/strfmon.c: char is unsigned, sometimes.
6278
6279         * sysdeps/powerpc/Makefile: Remove quad float support.
6280         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
6281         * sysdeps/powerpc/quad_float.h: Likewise.
6282         * sysdeps/powerpc/test-arith.c: Likewise.
6283         * sysdeps/powerpc/test-arithf.c: Likewise.
6284
6285         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
6286         * sysdeps/generic/s_exp2f.c: Likewise.
6287
6288         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
6289         don't try anything if _SOFT_FLOAT.
6290
6291 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6292
6293         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
6294         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
6295         * wctype/wctype.c: Likewise.
6296         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
6297         changed.  They are incompatible with the _ISxxx values from
6298         <ctype.h> on little endian machines.
6299         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
6300         bit number.  This fixes the real bug and restores the integrity of
6301         the ctype locale file.
6302         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
6303         * wctype/wcfuncs_l.c: Likewise.
6304         * wctype/wcextra.c: Likewise.
6305         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
6306         byte swapping.
6307
6308 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6309
6310         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
6311         into .bss segment instead of .common, so that aliases on it work.
6312
6313         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
6314         .size directives, put into .bss segment instead of initializing it
6315         to 4.
6316
6317 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
6318
6319         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
6320
6321         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
6322         functions.
6323         Make names without __ weak aliases.
6324         (__libc_release, __libc_version): Make them static.
6325
6326         * include/gnu/libc-version.h: New file.
6327         * Makefile (headers): Add gnu/libc-version.h.
6328
6329 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
6330
6331         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
6332         and use x for member name.
6333         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
6334
6335         * stdlib/drand48.c: Change according to member name change.
6336         * stdlib/drand48_r.c: Likewise.
6337         * stdlib/lcong48_r.c: Likewise.
6338         * stdlib/lrand48.c: Likewise.
6339         * stdlib/lrand48_r.c: Likewise.
6340         * stdlib/mrand48.c: Likewise.
6341         * stdlib/mrand48_r.c: Likewise.
6342         * stdlib/seed48.c: Likewise.
6343         * stdlib/seed48_r.c: Likewise.
6344         * stdlib/srand48_r.c: Likewise.
6345
6346 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6347
6348         * nss/test-netdb.c: Add some more test cases.
6349
6350 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
6351
6352         * libio/iovsscanf.c: Undo last change modifying errno.
6353
6354 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6355
6356         * stdio-common/vfscanf.c: Never try to read another character
6357         after EOF.  Don't decrement read_in after EOF, it wasn't
6358         incremented in the first place.
6359         (NEXT_WIDE_CHAR): Set First, not first.
6360
6361 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
6362
6363         * db/Makefile ($(inst_libdir)/libndbm.a,
6364         $(inst_libdir)/libndbm.so): New targets.
6365         * db2/Makefile: Likewise.
6366
6367 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
6368
6369         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
6370         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
6371
6372 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6373
6374         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
6375         <streambuf.h>.
6376         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
6377
6378 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6379
6380         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
6381         versioned symbols.
6382
6383 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
6384
6385         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
6386         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
6387         Added for libdl.so.
6388
6389 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6390
6391         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
6392         extra syscall.
6393
6394         * grp/Makefile: Fix logic when checking for thread package.
6395         * pwd/Makefile: Likewise.
6396
6397 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
6398
6399         * elf/Makefile (rtld-map): Replaced by libc-map.
6400
6401         * elf/rtld.map: Removed.
6402
6403         * libc.map (__libc_enable_secure, _dl_catch_error,
6404         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
6405         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
6406         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
6407         _dl_object_relocation_scope, _dl_relocate_object,
6408         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
6409         _r_debug): Added for ld.so.
6410
6411 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
6412
6413         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
6414         DO_VERSIONING.
6415         * libio/iofdopen.c: Ditto.
6416         * libio/iofopen.c: Ditto.
6417         * libio/oldfileops.c: Ditto.
6418
6419         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
6420         version GLIBC_2.1.
6421
6422         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
6423         oldsiglist from sysdep_routines and shared-only-routines.
6424
6425         * sysdeps/unix/sysv/linux/errlist.c: New.
6426         * sysdeps/unix/sysv/linux/errlist.h: New.
6427         * sysdeps/unix/sysv/linux/sizes.h: New.
6428         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
6429         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
6430
6431         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
6432
6433         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
6434         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
6435         directive.
6436
6437         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
6438
6439         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
6440         (oldsiglist.c): Removed.
6441
6442         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
6443         (_sys_siglist): Use SYS_SIGLIST instead.
6444         (_sys_nerr): Use SYS_NERR instead.
6445
6446         * sysdeps/gnu/errlist.c: Rebuilt.
6447
6448 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
6449
6450         * elf/Makefile (others-static): New, set to ldconfig.
6451         ($(objpfx)ldconfig): Removed.
6452
6453         * Rules (binaries-all, binaries-static, binaries-shared): New.
6454         Create targets for $(binaries-static) and $(binaries-shared).
6455
6456         * Makeconfig (+link-static, link-libc-static,
6457         link-extra-libs-static): New for static linking.
6458
6459 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6460
6461         * manual/memory.texi (Using the Memory Debugger): Fix typo.
6462
6463         * math/libm-test.c (modf_test): Add one more test for modf.
6464
6465 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
6466
6467         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
6468         Rename from __libc_have_rt_sigs and leave as COMMON data.
6469
6470 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
6471
6472         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
6473         of __finite.
6474
6475 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
6476
6477         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
6478
6479 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
6480
6481         * misc/tst-efgcvt.c: Add yet more tests.
6482         * misc/efgcvt_r.c: And correct for these tests again.
6483         Reported by HJ Lu.
6484
6485         * isomac.c: Move to...
6486         * stdlib/isomac.c: ...here.
6487         * Makefile: Move rules for handling isomac...
6488         * stdlib/Makefile: ...to here.
6489
6490 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6491
6492         * misc/tst-efgcvt.c: Add more tests.
6493         * misc/efgcvt_r.c: Correct result for above new tests.
6494
6495 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
6496
6497         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
6498         NDIGIT <= 0.
6499
6500 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
6501
6502         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
6503         if the programs weren't built.
6504
6505 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
6506
6507         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
6508         FE_TONEAREST, soldier on regardless and do the best we can.
6509         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
6510
6511 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
6512
6513         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
6514         _STDIO_H, before including <bits/stdio_lim.h>.
6515
6516         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
6517
6518         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
6519         exist.
6520
6521         * sysdeps/arm/sys/ucontext.h: New file.
6522
6523 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
6524
6525         * manual/stdio.texi (Formatted Output Functions): Explicitly say
6526         that the return value from snprintf() does not count the
6527         terminating NUL as a character.
6528
6529 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6530
6531         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
6532         add description for sete[ug]id and general cleanup.
6533         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6534
6535 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6536
6537         * Makefile (parent-clean): Don't remove makefile fragments here.
6538         (postclean): New variable.
6539         (clean): Remove makefile fragments here.
6540         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
6541         (generated): Add isomac and isomanc.out.
6542         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
6543         avoid-generated is set.
6544         (postclean-generated): Add soversion.mk.
6545         ($(common-objpfx)version.mk): Don't include if avoid-generated is
6546         set.
6547         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
6548         avoid-generated is set.
6549         (common-generated): Add libc.so and libc.so$(libc.so-version).
6550         (generated): Add versioned libraries.
6551         (common-mostlyclean): Also remove %.so and %_pic.a.
6552         * csu/Makefile (generated): Add abi-tag.h.
6553         * db2/Makefile (extra-objs): Add getlong.o.
6554         * elf/Makefile (generated): Add ld.so, ldd and
6555         $(rtld-installed-name).
6556         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
6557         * malloc/Makefile (generated): Add mtrace.
6558         * po/Makefile: Don't include version.mk, not needed any more.
6559         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
6560         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
6561         syscall.h -> sys/syscall.h.
6562         (common-generated): Add s-proto.d.
6563         (postclean-generated): Add sysd-syscalls.
6564         * localedata/Makefile (test-output): Add all output files.
6565         (generated): Add test-input and test-output.
6566         (generated-dirs): Add all the dirs.
6567
6568 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6569
6570         * Makefile (test-output, generated, generated-dirs): New
6571         variables.
6572
6573 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6574
6575         * resolv/nss_dns/dns-host.c: Various code cleanups.
6576
6577 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
6578
6579         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
6580         From Philip Blundell <pb@nexus.co.uk>.
6581         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
6582
6583 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6584
6585         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
6586         Suggested by debian/sparc porters.
6587
6588 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6589
6590         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
6591         for ecvt and fcvt.
6592
6593 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
6594
6595         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
6596         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
6597
6598         * signal/signal.h: Always define sigset_t if __need_sigset_t is
6599         defined even if __USE_POSIX is not defined.
6600
6601 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6602
6603         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
6604         to support obsolete tty major numbers correctly.
6605
6606 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
6607
6608         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
6609         directory first and ignore install error.
6610
6611         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
6612         128 from ptyno and fix a typo for the BSD style pty.
6613
6614 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6615
6616         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
6617         syscalls.list's.
6618
6619 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6620
6621         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
6622         getresuid and getresgid.
6623
6624         * sysdeps/unix/sysv/linux/getresuid.c: New file.
6625         * sysdeps/unix/sysv/linux/getresgid.c: New file.
6626
6627         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
6628         s_getres[ug]id.
6629
6630         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
6631         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6632         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6633         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
6634
6635 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
6636
6637         * nscd/grpcache.c: Include <stdlib.h>.
6638
6639 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
6640
6641         * stdlib/atoll.c: Fix comments.
6642
6643         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
6644         * sysdeps/posix/ttyname_r.c: Ditto.
6645
6646 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6647
6648         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
6649         __USE_MISC, independent of __USE_UNIX98.
6650
6651 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
6652
6653         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
6654         Rename from __libc_have_rt_sigs and leave as COMMON data.
6655
6656 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
6657
6658         * Makeconfig (CFLAGS-.os): Kill -fno-common.
6659         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
6660
6661         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
6662         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
6663         version symbols.
6664         * include/libc-symbols.h (symbol_version, default_symbol_version):
6665         Provide asm versions and correct !DO_VERSIONING versions.
6666         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
6667         the weak symbol list.
6668
6669         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
6670         Rename from __libc_have_rt_sigs and leave as COMMON data.
6671         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6672         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6673         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6674
6675 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6676
6677         * sunrpc/Makefile: Correct dependencies of rpcgen.
6678
6679 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
6680
6681         * nscd/Makefile: Fix test for available linuxthreads add-on.
6682         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6683
6684 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6685
6686         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
6687
6688 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6689
6690         * sysdeps/gnu/Makefile: Respect with-cvs variable.
6691
6692         * manual/errno.texi (Error Messages): Correct description of
6693         strerror_r.  Pointed out by jonas@bagge.se.
6694
6695 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6696
6697         * manual/socket.texi (Host Address Functions): Clarify description
6698         of inet_network.
6699
6700 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6701
6702         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
6703         (grantpt): Delete superfluous cast.
6704
6705 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6706
6707         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
6708         elf/ldso_install instead of elf/subdir_install.
6709         (elf/ldso_install): New target.
6710
6711         * elf/Makefile (ldso_install): New target.
6712
6713 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6714
6715         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
6716         of 1998-01-06.
6717
6718 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6719
6720         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
6721         constant expressions.
6722
6723 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6724
6725         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
6726         for __nss_configure_lookup.
6727         (output_hostent): Remove unused variable.
6728
6729 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6730
6731         * string/tst-inlcall.c: Fix format string.
6732
6733 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6734
6735         * inet/netinet/in.h: Rename second parameter of bindresvport to
6736         avoid buggy gcc warning. [PR libc/412]
6737
6738 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
6739
6740         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
6741         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
6742
6743         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
6744         Follow POSIX and make tv_sec a time_t.
6745         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
6746         new tv64 syscall as well as fall back to tv32.
6747         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6748         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6749         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6750         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6751         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6752         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6753         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6754         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
6755
6756         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
6757         * include/rpcsvc/nis_tags.h: Likewise.
6758         * include/rpcsvc/nislib.h: Likewise.
6759
6760 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
6761
6762         * libc.map: Add _h_errno.
6763         * inet/herrno.c: Make _h_errno weak alias.
6764
6765         * login/Makefile (distribute): Add pty-internal.h.
6766
6767         * nscd/Makefile (distribute): Add all the files missing.
6768
6769         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
6770         are available.
6771
6772         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
6773         and report status at the end.
6774
6775         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
6776
6777         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
6778         variable.
6779         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
6780         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
6781         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
6782
6783 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
6784
6785         * configure.in: Fix --enable-add-ons code.
6786
6787 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6788
6789         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
6790         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
6791         [PR libc/441]
6792
6793         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
6794         occurence in cache.  Reported by Rudolf Leitgeb
6795         <leitgeb@leland.stanford.edu>.
6796         [PR libc/440]
6797
6798 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
6799
6800         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
6801         that it never is EINTR (which is tested for in _IO_vfscanf).
6802
6803         * Makefile.in: Call sub-make with CVSOPTS.
6804
6805         * elf/Makefile (distribute): Add dl-procinfo.h.
6806
6807         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
6808
6809 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
6810
6811         * version.h (VERSION): Bump to 2.0.92.
6812
6813 1998-01-31  Phil Blundell  <philb@gnu.org>
6814
6815         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
6816         alias for __new_sys_siglist.
6817
6818 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
6819
6820         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
6821         getgrgid_r.c if thread package is available.
6822         * pwd/Makefile: Likewise.
6823         * grp/getgrnam_r.c: Remove USE_NSCD definition.
6824         * grp/getgrgid_r.c: Likewise.
6825         * pwd/getpwnam_r.c: Likewise.
6826         * pwd/getpwuid_r.c: Likewise.
6827
6828 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
6829
6830         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
6831         with error to allow user intervention.
6832         * nss/getXXent_r.c: Likewise.
6833
6834 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
6835
6836         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
6837         AT_PLATFORM string.  Pretty print AT_BASE info.
6838
6839         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
6840         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
6841         * sysdeps/generic/dl-procinfo.h: New file.
6842         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
6843
6844 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
6845
6846         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
6847
6848         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
6849         thread and not pthread_detach.
6850
6851         * nscd/nscd.c: Rewrite to use argp instead of getopt.
6852
6853 1998-01-31  Phil Blundell  <philb@gnu.org>
6854
6855         * configure.in: Add --without-cvs option to suppress automatic
6856         checkin of regenerated files.
6857         * config.make.in: Likewise.
6858         * Makefile: Respect with-cvs setting.
6859         * Makerules: Likewise.
6860
6861         * configure.in: Allow the standalone ARM port to be configured.
6862
6863 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6864
6865         * grp/getgrgid_r.c: Define USE_NSCD.
6866         * grp/getgrnam_r.c: Likewise.
6867         * pwd/getpwuid_r.c: Likewise.
6868         * pwd/getpwnam_r.c: Likewise.
6869
6870         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
6871
6872         * nss/getXXbyYY_r.c: Try at first nscd.
6873
6874         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
6875         * nscd/connections.c: New file.
6876         * nscd/dbg_log.c: New file.
6877         * nscd/dbg_log.h: New file.
6878         * nscd/grpcache.c: New file.
6879         * nscd/nscd.c: New file.
6880         * nscd/nscd.h: New file.
6881         * nscd/nscd_conf.c: New file.
6882         * nscd/nscd_stat.c: New file.
6883         * nscd/pwdcache.c: New file.
6884
6885         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
6886         * nscd/nscd_getpw_r.c: Likewise.
6887         * nscd/nscd_proto.h: New, prototypes for client functions.
6888
6889         * nscd/nscd.conf: New, example for a configuration file.
6890         * nscd/nscd.init: New, example for a startup script.
6891
6892         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
6893         avoid deadlocks.
6894         * nscd/getgrnam_r.c: Likewise.
6895         * nscd/getpwnam_r.c: Likewise.
6896         * nscd/getpwuid_r.c: Likewise.
6897
6898 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
6899
6900         * intl/Makefile: Use CVSOPTS in cvs invocation.
6901         * po/Makefile: Likewise.
6902         * posix/Makefile: Likewise.
6903         * stdlib/Makefile: Likewise.
6904
6905 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
6906
6907         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
6908         [PR libc/410]
6909         * misc/Makefile (tests): Add tst-efgcvt.
6910         * misc/tst-efgcvt.c: New file.
6911
6912 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
6913
6914         * posix/regex.c: Add some more cleanups by Akim Demaille.
6915
6916 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
6917
6918         * signal/signal.h: Revert last change.
6919         * string/strsignal.c: Regard signal number NSGI as illegal.
6920         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
6921         members.
6922
6923 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
6924
6925         * Makefile.in: Add comment about CVSOPTS Makefile variable.
6926         * Makerules: Use CVSOPTS in cvs invocation.
6927         * Makefile: Likewise.
6928         * MakeTAGS: Likewise.
6929         * Make-dist: Likewise.
6930
6931 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
6932
6933         * sysdeps/generic/memmem.c: Correct last change.
6934
6935 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
6936
6937         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
6938         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
6939
6940 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6941
6942         * nis/ypclnt.c: Try at first to use the binding file from ypbind
6943         before using RPC.
6944
6945 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6946
6947         * manual/memory.texi (Heap Consistency Checking): mcheck is
6948         declared in <mcheck.h>.
6949         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
6950
6951 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6952
6953         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
6954         beginning of haystack.
6955
6956 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6957
6958         * nss/nss_files/files-service.c: Correct last patch.
6959
6960 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
6961
6962         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
6963         __libc_have_rt_sigs.
6964         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
6965         including <bits/setjmp.h>.
6966         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
6967         Patch from the Debian glibc/SPARC package.
6968
6969 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
6970
6971         * sysdeps/alpha/bzero.S: Fix a typo.
6972         * sysdeps/alpha/htonl.S: Ditto.
6973         * sysdeps/alpha/htons.S: Ditto.
6974
6975 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6976
6977         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
6978
6979 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
6980
6981         * include/cpio.h: Move to ...
6982         * posix/cpio.h: ...here.
6983
6984         * locale/programs/ld-collate.c: Fix typo.
6985
6986         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
6987
6988         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
6989
6990         * login/utmp_file.c (pututline_file): Don't always report success
6991         if similar entry is found.  Patch by Mark M. Kettenis.
6992
6993 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
6994
6995         * manual/Makefile: Don't try to install the info files if makeinfo
6996         is not available.
6997
6998 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
6999
7000         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
7001         kernel's network ioctls, rather than using <linux/sockios.h> to
7002         get them.  This way we are sure of maintaining compatibility if
7003         the kernel interface should change.
7004
7005 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
7006
7007         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
7008
7009 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
7010
7011         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
7012         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
7013
7014 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7015
7016         Implement System V pseudoterminal handling.
7017
7018         * login/Makefile
7019         (routines): Add getpt, grantpt, unlockpt, ptsname.
7020         (libutil-routines): Remove pty. Add openpty, forkpty.
7021         (distribute): New internal header pty-internal.h.
7022         (others): Add the helper program, pt_chown.
7023         (install-others): Install it, in $(libexecdir), mode 4755.
7024
7025         * login/pty-internal.h: New file.
7026         * login/openpty.c: New file.
7027         * login/forkpty.c: New file.
7028         * login/programs/pt_chown.c: New file.
7029
7030         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
7031         * stdlib/stdlib.h: Prototype them.
7032
7033         * config.make.in: Define $(libexecdir).
7034         * Makeconfig: Define $(inst_libexecdir).
7035
7036         * sysdeps/generic/pty.c: Removed.
7037         * sysdeps/unix/sysv/linux/pty.c: Removed.
7038
7039         * sysdeps/generic/getpt.c: Stub out.
7040         * sysdeps/generic/grantpt.c: Likewise.
7041         * sysdeps/generic/ptsname.c: Likewise.
7042         * sysdeps/generic/unlockpt.c: Likewise.
7043
7044         * sysdeps/unix/grantpt.c: New file.
7045         * sysdeps/unix/bsd/getpt.c: New file.
7046         * sysdeps/unix/bsd/unlockpt.c: New file.
7047         * sysdeps/unix/sysv/linux/getpt.c: New file.
7048         * sysdeps/unix/sysv/linux/ptsname.c: New file.
7049         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
7050
7051 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
7052
7053         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
7054
7055 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7056
7057         * nss/Makefile (tests): Add rule for test-netdb.c.
7058
7059         * nss/test-netdb.c: New file.
7060
7061 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
7062
7063         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
7064         really kept as a variable.  Patch by Richard Henderson,
7065         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
7066
7067         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
7068         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
7069         entries as not existing.
7070
7071 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7072
7073         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
7074         zero in alternate form with precision of zero, which must produce
7075         "0".  Add braces to avoid ambiguous `else'.
7076
7077 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7078
7079         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
7080         problem with strncpy.
7081         * nis/nss_compat/compat-pwd.c: Likewise.
7082         * nis/nss_compat/comapt-spwd.c: Likewise.
7083
7084 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7085
7086         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
7087         by uch@nop.or.jp. [PR libc/437]
7088
7089 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7090
7091         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
7092
7093 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7094
7095         * stdio-common/test-popen.c: Include <errno.h>.
7096
7097         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
7098         close.
7099
7100         * inet/getnetgrent_r.c: Include <errno.h>.
7101
7102         * db2/db/db_conv.c: Include <string.h> for memcpy.
7103
7104         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
7105         so that memcpy is declared.
7106
7107         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
7108
7109         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
7110
7111 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7112
7113         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
7114         overflow while reading line with fgets.
7115         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
7116
7117 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
7118
7119         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
7120         unsigned short, not short.
7121         Reported by Andreas Jaeger.
7122
7123 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7124
7125         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
7126         (ccept->accept).
7127
7128         * sysdeps/generic/inttypes.h: Fix spelling.
7129
7130 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7131
7132         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
7133
7134         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
7135
7136 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
7137
7138         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
7139         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
7140         field for hh modifier.
7141         * stdio-common/vfprint.c: Use is_char field and do not depend in
7142         is_short having the value 2.
7143         Bug reported by Andreas Jaeger.
7144
7145 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7146
7147         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
7148         PIC && DO_VERSIONING.
7149
7150 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7151
7152         * Rules: Add rules for $(common-objpfx)dummy$o.
7153
7154 1998-01-26  Richard Henderson  <rth@cygnus.com>
7155
7156         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
7157         unimplemented OSF/1 definitions so that they are not accidentally seen.
7158
7159         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
7160         of the trampoline function into the macro.
7161         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
7162         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
7163         kernel 2.1.82 has this fixed.
7164
7165         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
7166         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
7167
7168 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
7169
7170         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
7171         support sigaction on kernels > 2.1.7x.
7172
7173 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
7174
7175         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
7176         if it is empty.
7177
7178         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
7179         Patch by David Engel <david@sw.ods.com>.
7180
7181         * configure.in: Fix another typo in --enable-add-ons code.
7182
7183 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
7184
7185         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
7186
7187 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7188
7189         * nss/nss_files/files-network.c: Correct order of parameters for
7190         getnetbyaddr.
7191
7192 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
7193
7194         * db2/Makefile (routines): Add os_alloc.
7195         * db2/db.h: Update from db-2.3.16.
7196         * db2/db_185.h: Likewise.
7197         * db2/db_int.h: Likewise.
7198         * db2/btree/bt_close.c: Likewise.
7199         * db2/btree/bt_cursor.c: Likewise.
7200         * db2/btree/bt_delete.c: Likewise.
7201         * db2/btree/bt_open.c: Likewise.
7202         * db2/btree/bt_page.c: Likewise.
7203         * db2/btree/bt_put.c: Likewise.
7204         * db2/btree/bt_rec.c: Likewise.
7205         * db2/btree/bt_recno.c: Likewise.
7206         * db2/btree/btree_auto.c: Likewise.
7207         * db2/common/db_appinit.c: Likewise.
7208         * db2/common/db_apprec.c: Likewise.
7209         * db2/common/db_err.c: Likewise.
7210         * db2/common/db_region.c: Likewise.
7211         * db2/common/db_shash.c: Likewise.
7212         * db2/db/db.c: Likewise.
7213         * db2/db/db_auto.c: Likewise.
7214         * db2/db/db_conv.c: Likewise.
7215         * db2/db/db_dispatch.c: Likewise.
7216         * db2/db/db_dup.c: Likewise.
7217         * db2/db/db_pr.c: Likewise.
7218         * db2/db/db_rec.c: Likewise.
7219         * db2/db185/db185.c: Likewise.
7220         * db2/dbm/dbm.c: Likewise.
7221         * db2/hash/hash.c: Likewise.
7222         * db2/hash/hash_auto.c: Likewise.
7223         * db2/hash/hash_dup.c: Likewise.
7224         * db2/hash/hash_page.c: Likewise.
7225         * db2/hash/hash_rec.c: Likewise.
7226         * db2/include/btree_ext.h: Likewise.
7227         * db2/include/clib_ext.h: Likewise.
7228         * db2/include/common_ext.h: Likewise.
7229         * db2/include/db.h.src: Likewise.
7230         * db2/include/db_185.h.src: Likewise.
7231         * db2/include/db_am.h: Likewise.
7232         * db2/include/db_ext.h: Likewise.
7233         * db2/include/db_int.h.src: Likewise.
7234         * db2/include/hash_ext.h: Likewise.
7235         * db2/include/lock_ext.h: Likewise.
7236         * db2/include/log.h: Likewise.
7237         * db2/include/log_auto.h: Likewise.
7238         * db2/include/log_ext.h: Likewise.
7239         * db2/include/mp.h: Likewise.
7240         * db2/include/mp_ext.h: Likewise.
7241         * db2/include/mutex_ext.h: Likewise.
7242         * db2/include/os_ext.h: Likewise.
7243         * db2/include/os_func.h: Likewise.
7244         * db2/include/txn_ext.h: Likewise.
7245         * db2/lock/lock.c: Likewise.
7246         * db2/lock/lock_util.c: Likewise.
7247         * db2/log/log.c: Likewise.
7248         * db2/log/log.src: Likewise.
7249         * db2/log/log_archive.c: Likewise.
7250         * db2/log/log_auto.c: Likewise.
7251         * db2/log/log_get.c: Likewise.
7252         * db2/log/log_put.c: Likewise.
7253         * db2/log/log_rec.c: Likewise.
7254         * db2/log/log_register.c: Likewise.
7255         * db2/mp/mp_bh.c: Likewise.
7256         * db2/mp/mp_fget.c: Likewise.
7257         * db2/mp/mp_fopen.c: Likewise.
7258         * db2/mp/mp_fput.c: Likewise.
7259         * db2/mp/mp_pr.c: Likewise.
7260         * db2/mp/mp_sync.c: Likewise.
7261         * db2/mutex/mutex.c: Likewise.
7262         * db2/os/os_alloc.c: Likewise.
7263         * db2/os/os_config.c: Likewise.
7264         * db2/os/os_stat.c: Likewise.
7265         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
7266         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
7267         * db2/progs/db_load/db_load.c: Likewise.
7268         * db2/progs/db_printlog/db_printlog.c: Likewise.
7269         * db2/progs/db_recover/db_recover.c: Likewise.
7270         * db2/progs/db_stat/db_stat.c: Likewise.
7271         * db2/txn/txn.c: Likewise.
7272
7273         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
7274         Unmap memory blocks in reverse order of allocation.
7275         Call munmap with load address added to offset.
7276         Bug reported by Miguel de Icaza.
7277
7278         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
7279         up weight array.
7280
7281         * localedata/locales/cs_CZ: Update by Michael Mraka
7282         <michael@informatics.muni.cz>.
7283
7284         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
7285         __USE_BSD.
7286
7287         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
7288         reading line with fgets.
7289         * nis/nss_compat/compat-pwd.c: Likewise.
7290         * nis/nss_compat/compat-spwd.c: Likewise.
7291         * nss/nss_files/files-XXX.c: Likewise.
7292         * nss/nss_files/files-alias.c: Likewise.
7293         * shadow/fgetspent_r.c: Likewise.
7294
7295         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
7296
7297         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
7298         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7299         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
7300
7301         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
7302         FP register content in ucontext_t.
7303
7304 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7305
7306         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
7307         calculation.  Patch by Markus Schoder
7308         <Markus.Schoder@dresdner-bank.de>.
7309
7310         * math/libm-test.c (modf_test): Add more tests for modf.
7311
7312         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
7313         munlock according to Unix98.
7314
7315 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7316
7317         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
7318         AF_INET.
7319
7320 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
7321
7322         * sysdeps/posix/ttyname.c: Handle symbolic links.
7323         * sysdeps/posix/ttyname_r.c: Ditto.
7324
7325 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
7326
7327         * db2/makedb.c (process_input): Write terminating \0 for value.
7328         (print_database): Simply print value string, don't use length.
7329
7330 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7331
7332         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
7333         exit of loop.
7334
7335 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7336
7337         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
7338         close all sockets.
7339
7340 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
7341
7342         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
7343         sigset.
7344         * signal/sighold.c: New file.
7345         * signal/sigrelse.c: New file.
7346         * sysdeps/generic/sigignore.c: New file.
7347         * sysdeps/generic/sigset.c: New file.
7348         * sysdeps/posix/sigignore.c: New file.
7349         * sysdeps/posix/sigset.c: New file.
7350         * signal/signal.h: Add prototypes for new functions.
7351
7352         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
7353         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
7354         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
7355         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
7356
7357 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
7358
7359         * posix/wordexp.c: Added IFS field-splitting in parameter and
7360         command substitution.  Fixed an IFS-related bug that caused an
7361         infinite loop.
7362
7363 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
7364
7365         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
7366         and swapcontext.
7367         * stdlib/ucontext.h: Correct prototypes.
7368         * sysdeps/generic/getcontext.c: New file.
7369         * sysdeps/generic/setcontext.c: New file.
7370         * sysdeps/generic/makecontext.c: New file.
7371         * sysdeps/generic/swapcontext.c: New file.
7372         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
7373
7374 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
7375
7376         * resource/sys/resource.h: Remove #include of ulimit.h which is
7377         not allowed by SUSv2 and not available on other systems.
7378         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
7379
7380         * streams/Makefile: New file.
7381         * streams/stropts.h: New file.
7382         * sysdeps/generic/bits/stropts.h: New file.
7383         * sysdeps/generic/isastream.c: New file.
7384         * sysdeps/generic/getmsg.c: New file.
7385         * sysdeps/generic/getpmsg.c: New file.
7386         * sysdeps/generic/putmsg.c: New file.
7387         * sysdeps/generic/putpmsg.c: New file.
7388         * sysdeps/generic/fattach.c: New file.
7389         * sysdeps/generic/fdetach.c: New file.
7390         * sysdeps/unix/inet/Subdirs: Add streams.
7391         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
7392         __t_uscalar_t.
7393         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7394         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
7395         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
7396         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7397
7398         * sysdeps/mach/_strerror.c: Follow changes of generic version to
7399         handle small buffers correctly.
7400
7401 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
7402
7403         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
7404         Remove the 3rd arg and add declaration for _dl_runtime_resolve
7405         and _dl_runtime_profile.
7406
7407 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
7408
7409         * include/cpio.h: New file.  Mainly copied from GNU cpio.
7410         * posix/Makefile (headers): Add cpio.h.
7411
7412 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7413
7414         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
7415         to routines.
7416         * nis/nis_cache.c: New file.
7417         * nis/nis_cache2.h: New file.
7418         * nis/nis_cache2_xdr.c: New file.
7419         * nis/nis_call.c: Changes for cache2_info parameter.
7420         * nis/nis_checkpoint.c: Likewise.
7421         * nis/nis_intern.h: Likewise.
7422         * nis/nis_mkdir.c: Likewise.
7423         * nis/nis_ping.c: Likewise.
7424         * nis/nis_rmdir.c: Likewise.
7425         * nis/nis_server.c: Likewise.
7426         * nis/nis_util.c: Likewise.
7427
7428 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7429
7430         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
7431         return/errnop codes.
7432         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
7433         * nis/nss_nisplus/nisplus-grp.c: Likewise.
7434         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
7435         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7436         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
7437         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
7438         * nis/nss_nisplus/nisplus-rpc.c: Likewise
7439         * nis/nss_nisplus/nisplus-service.c: Likewise.
7440         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
7441
7442 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7443
7444         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
7445         * nis/nss_nis/nis-ethers.c: Likewise.
7446         * nis/nss_nis/nis-grp.c: Likewise.
7447         * nis/nss_nis/nis-hosts.c: Likewise.
7448         * nis/nss_nis/nis-network.c: Likewise.
7449         * nis/nss_nis/nis-proto.c: Likewise.
7450         * nis/nss_nis/nis-hosts.c: Likewise.
7451         * nis/nss_nis/nis-network.c: Likewise.
7452         * nis/nss_nis/nis-proto.c: Likewise.
7453         * nis/nss_nis/nis-publickey.c: Likewise.
7454         * nis/nss_nis/nis-pwd.c: Likewise.
7455         * nis/nss_nis/nis-rpc.c: Likewise.
7456         * nis/nss_nis/nis-service.c: Likewise.
7457         * nis/nss_nis/nis-spwd.c: Likewise.
7458
7459 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
7460
7461         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
7462         Added to follow latest kernel development.
7463
7464 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
7465
7466         * nss/db-Makefile: Handle empty and comment lines better.
7467         ($(VAR_DB)/services.db): Generate entries with missing protocol
7468         value.
7469
7470 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7471
7472         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
7473           NULL.
7474           (getservbyname): Allow proto == NULL.
7475           Pointed out by David N. Welton <davidw@gate.cks.com>.
7476           [PR libc/430].
7477
7478 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
7479
7480         * nis/nislib/nislib.h: Finally removed.
7481
7482         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
7483         C compiler.  From Kaveh Ghazi.
7484         (TYPE_MINIMUM): Define.
7485         (TYPE_MAXIMUM): Define.
7486         (TIME_T_MIN): Use TYPE_MINIMUM.
7487         (TIME_T_MAX): Use TYPE_MAXIMUM.
7488         Patch by Jim Meyering <meyering@ascend.com>.
7489
7490 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
7491
7492         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
7493         __pread64, __pwrite64, and __getpid.
7494
7495         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
7496         versions.
7497
7498 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7499
7500         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
7501         cancelable socket functions as __libc_xxx with __xxx as weak
7502         alias.
7503         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7504         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7505
7506         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
7507         redefined.
7508         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7509         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
7510         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
7511         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
7512
7513         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
7514         and __xxx a weak alias.
7515         * sysdeps/unix/sysv/linux/connect.S: Likewise.
7516         * sysdeps/unix/sysv/linux/recv.S: Likewise.
7517         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
7518         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
7519         * sysdeps/unix/sysv/linux/send.S: Likewise.
7520         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
7521         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
7522
7523 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7524
7525         * locale/langinfo.h: Add defines.
7526
7527         * dirent/dirent.h: Add defines for DT_*, check also for
7528         _DIRENT_HAVE_D_TYPE.
7529         Suggested by Roland McGrath.
7530
7531 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7532
7533         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
7534         Update from Linux 2.1.73+79.
7535
7536         * README.template: Update information about possible
7537         configurations.
7538
7539         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
7540         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
7541         [PR libc/417].
7542
7543         * manual/time.texi (Priority): Correct description of
7544         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
7545         [PR libc/416].
7546
7547 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
7548
7549         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
7550         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
7551
7552 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
7553
7554         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
7555         Andreas Jaeger.
7556
7557 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
7558
7559         * locale/programs/ld-collate.c: Little optimizations.
7560
7561         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
7562
7563         * string/Makefile (tests): Add tst-inlcall.
7564         * string/tst-inlcall.c: New file.
7565
7566         * string/strsignal.c: Add support for real-time signals.
7567
7568         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
7569         presense of small buffer.
7570
7571         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
7572
7573         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
7574         for i686.
7575
7576         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
7577         _NSIG + 1.
7578
7579 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
7580
7581         * Rules: Add explicit rule for dummy.o; at least one library needs
7582           it and it isn't autogenerated by the default rules.
7583
7584 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7585
7586         * math/libm-test.c: Tweak epsilons.
7587
7588 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7589
7590         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
7591         child.
7592         (feenv_mask_test): Likewise.
7593
7594 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7595
7596         * Makeconfig: Don't export CPPFLAGS.
7597
7598 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7599
7600         * sunrpc/rpc_main.c (parseargs): Use perror to print error
7601         message.
7602
7603 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7604
7605         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
7606         terminating null in key size.
7607
7608 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7609
7610         * nss/nss_files/files-service.c: Fix allocation size to include
7611         length of PROTO.
7612
7613         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
7614         applicable.  Fix return value and error checking.
7615         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
7616         unparsable lines.
7617         (DB_LOOKUP): Allocate space for terminating null byte.
7618
7619         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
7620         uids specially.
7621
7622         * db2/makedb.c (process_input): Continue processing if a duplicate
7623         key is encountered.
7624
7625 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
7626
7627         * time/tzfile.h: Updated from tzcode1998b.
7628         * time/zdump.c: Likewise.
7629         * time/zic.c: Likewise.
7630         * time/africa: Update from tzdata1998b.
7631         * time/antarctica: Likewise.
7632         * time/asia: Likewise.
7633         * time/australasia: Likewise.
7634         * time/etcetera: Likewise.
7635         * time/europe: Likewise.
7636         * time/leapseconds: Likewise.
7637         * time/northamerica: Likewise.
7638         * time/southamerica: Likewise.
7639
7640 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7641
7642         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
7643         lookups ignoring case.
7644         * nss/nss_files/files-network.c: Do network lookups ignoring
7645         case.
7646         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
7647         case.
7648         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
7649         case insensitive comparing.
7650         Patches by Cristian Gafton <gafton@redhat.com>.
7651
7652 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7653
7654         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
7655         by Roland McGrath. [PR libc/395]
7656
7657 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7658
7659         * manual/arith.texi (Parsing of Integers): Correct description of
7660         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
7661         [PR libc/396]
7662
7663 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
7664
7665         * misc/lsearch.c (lsearch): Return a pointer to the new element
7666         if one was "allocated".
7667
7668 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7669
7670         * string/strsignal.c: NSIG is not a valid index into
7671         _sys_siglist.  Don't zap the last character of the "Unknown
7672         signal" message.
7673
7674 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
7675
7676         * locale/programs/charmap.c (parse_charmap): Correct parsing of
7677         ellipsis expressions.
7678
7679         * locale/programs/charset.c (insert_char): Correctly insert value
7680         of eliipsis expression.
7681
7682 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
7683
7684         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
7685         <bits/setjmp.h>.
7686         * sysdeps/powerpc/setjmp.S: Likewise.
7687         Patches by Matt McLean <keys@keys.got.net>.
7688
7689         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
7690
7691         * Makefile: Undo last patch.
7692         (distribute): Add test-installation.pl.
7693
7694         * configure.in: Correct handling of --enable-add-ons without parameter.
7695         Correct address of WWW pages.
7696
7697         * libc.map: Add _nl_domain_bindings.
7698
7699         * db2/mutex/tsl_parisc.s: New file.
7700
7701         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
7702         and extra-module.mk.
7703
7704         * localedata/Makefile (distribute): New.  Add all the files.
7705
7706         * stdlib/Makefile (headers): Add inttypes.h.
7707         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
7708         * sysdeps/generic/inttypes.h: New file.
7709         * sysdeps/generic/strtoimax.c: New file.
7710         * sysdeps/generic/strtoumax.c: New file.
7711         * sysdeps/generic/wcstoimax.c: New file.
7712         * sysdeps/generic/wcstoumax.c: New file.
7713         * sysdeps/wordsize-32/Dist: Removed.
7714         * sysdeps/wordsize-32/Makefile: Removed.
7715         * sysdeps/wordsize-64/Dist: Removed.
7716         * sysdeps/wordsize-64/Makefile: Removed.
7717         * sysdeps/generic/bits/environments.h: New file.
7718
7719         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
7720         header is still not correct.
7721
7722         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
7723         * posix/unistd.h: Likewise.
7724         * sysdeps/generic/sys/mman.h: Likewise.
7725         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
7726
7727         * manual/arith.texi: Change definition of mul macro.
7728         * manual/math.texi: Likewise.
7729
7730         * misc/Makefile (routines): Add mmap64.
7731         * sysdeps/generic/mmap64.c: New file.
7732         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
7733         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
7734         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
7735         aliases to mmap.
7736         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7737
7738         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
7739
7740         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
7741
7742         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
7743
7744         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
7745         FOPEN_MAX also when included by limits.h.
7746         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7747
7748         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
7749         and netrom/netrom.h.
7750         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
7751         oldsiglist to sysdep_routines, not aux.
7752         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
7753
7754         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
7755         and SOL_NETROM definition.
7756
7757         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
7758
7759         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
7760         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
7761
7762 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
7763
7764         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
7765
7766         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
7767         sa_handler with k_sa_handler.
7768         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
7769         strong alias.
7770         Reported by a sun.
7771
7772         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
7773         __libc_have_rt_sigs here.
7774         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
7775         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7776         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
7777         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7778
7779 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
7780
7781         * sysdeps/powerpc/atomicity.h: New file.
7782         * sysdeps/mach/powerpc/machine-lock.h: New file.
7783
7784         * Rules: Use -fpic to build anything that might end up in a users'
7785         shared library.
7786
7787         * sysdeps/powerpc/s_fdim.c: New file.
7788         * sysdeps/powerpc/s_fdimf.c: New file.
7789         * sysdeps/powerpc/s_fmax.S: New file.
7790         * sysdeps/powerpc/s_fmaxf.S: New file.
7791         * sysdeps/powerpc/s_fmin.S: New file.
7792         * sysdeps/powerpc/s_fminf.S: New file.
7793         * sysdeps/powerpc/s_llrint.c: Now is for double.
7794         * sysdeps/powerpc/s_llrintf.c: New file.
7795         * sysdeps/powerpc/s_llround.c: Now is for double.
7796         * sysdeps/powerpc/s_llroundf.c: New file.
7797         * sysdeps/powerpc/s_lrint.c: Now is for double.
7798         * sysdeps/powerpc/s_lrintf.S: New file.
7799         * sysdeps/powerpc/s_lround.c: Now is for double.
7800         * sysdeps/powerpc/s_lroundf.c: New file.
7801         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
7802         lrintf, fdim, fdimf.
7803
7804         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
7805         file directly, use its parent.
7806
7807         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
7808         (for the third time).
7809
7810 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
7811
7812         * posix/sched.h: timespec is in <time.h>.
7813
7814         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
7815
7816 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
7817
7818         * configure.in: Stop with error if --disable-static is used when
7819         the shared lib uses this library.
7820
7821         * gen-FAQ.pl: I've perl installed in /usr/bin.
7822
7823         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
7824
7825         Fix Unix98 conformance problems in the headers.
7826         * catgets/nl_types.h: Define nl_item.
7827         * grp/grp.h: Define gid_t.
7828         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
7829         * include/nl_types.h: New file.
7830         * include/ulimit.h: New file.
7831         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
7832         constants in POSIX mode.
7833         * io/utime.h: Get definition for time_t.
7834         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
7835         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
7836         * libio/stdio.h: Define va_list.  Make snprintf also available is
7837         __USE_UNIX98.  Declare getopt function and variables.
7838         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
7839         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
7840         * math/math.h: Defined M_* constants as double for Unix98 mode.
7841         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
7842         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
7843         * posix/regex.h: Define REG_NOSYS.
7844         * posix/wordexp.h: Define WRDE_NOSYS.
7845         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
7846         500 for Unix98.
7847         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
7848         somewhere else as well.  Define clock_t for Unix98.
7849         * posix/sys/wait.h: Define pid_t.
7850         * pwd/pwd.h: Define gid_t, uid_t.
7851         * resource/Makefile (headers): Add ulimit.h.
7852         * resource/ulimit.h: New file.
7853         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
7854         instead of second argument.
7855         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
7856         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
7857         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
7858         * signal/signal.h: Define pid_t.
7859         * string/string.h: Don't declare BSD string functions in POSIX mode.
7860         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
7861         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
7862         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
7863         and POSIX.
7864
7865         * inet/test_ifindex.c: Change test so that it does not fail for
7866         interface aliases.
7867
7868         * locale/programs/locale.c (show_info): Use correct cast sequence
7869         for 64bit machines.
7870
7871         * malloc/malloc.c: __malloc_initialized now signals three states:
7872         uninitialized, initializing, initialized.  Used in mcheck.
7873         * malloc/mcheck.c (mabort): Add '\n' to messages.
7874         (mcheck): Allow installation when malloc is uninitialized or is
7875         just initializing.
7876
7877         * manual/memory.texi: Explain mtrace output a bit more.
7878
7879         * math/libm-test.c: Add more epsilons.
7880
7881         * misc/regexp.h (compile): Remove __ prefix from parameter names.
7882
7883         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
7884         instead of strcpy for security.
7885         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
7886         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
7887         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
7888
7889         * nss/digits_dots.c: Pretty print.
7890
7891         * posix/getconf.c (vars): Add symbols for programming environment
7892         recognition.  Recognize --version.
7893
7894         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
7895         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
7896         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
7897
7898         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
7899         __need_FOPEN_MAX.
7900         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7901         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
7902         __need_FOPEN_MAX.
7903
7904         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
7905         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
7906
7907         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
7908         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7909         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7910         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
7911         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7912         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
7913
7914         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
7915         SCNu*.
7916         * sysdeps/wordsize-64/inttypes.h: Likewise.
7917
7918         * time/africa: Update from tzdata1997j.
7919         * time/antarctica: Likewise.
7920         * time/asia: Likewise.
7921         * time/australasia: Likewise.
7922         * time/backward: Likewise.
7923         * time/etcetera: Likewise.
7924         * time/europe: Likewise.
7925         * time/factory: Likewise.
7926         * time/northamerica: Likewise.
7927         * time/pacificnew: Likewise.
7928         * time/southamerica: Likewise.
7929
7930         * time/tzfile.h: Update from tzcode1997h.
7931         * time/zic.c: Likewise.
7932
7933         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
7934         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
7935         isw*() functions for Unix98.
7936         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
7937         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
7938         is defined.
7939
7940 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7941
7942         * locale/duplocale.c: Increase usage_count only if less than
7943         MAX_USAGE_COUNT.
7944         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
7945         MAX_USAGE_COUNT.
7946         * locale/setlocale.c: Likewise.
7947
7948 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7949
7950         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
7951         dependency to make it easier to install it selectively.
7952
7953         * Makerules (.SUFFIXES): Don't define any suffixes.
7954
7955 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7956
7957         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
7958         * sysdeps/generic/statfs64.c: Emulate using statfs.
7959         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
7960         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
7961         * sysdpes/generic/ftruncate64.c: New file.
7962         * sysdpes/generic/truncate64.c: New file.
7963
7964         * sysdeps/generic/bits/stat.h: Add LFS support.
7965         * sysdeps/generic/bits/statfs.h: Likewise.
7966
7967         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
7968         [__USE_FILE_OFFSET64]: Make long long constant.
7969         (RLIM64_INFINITY): Likewise.
7970
7971         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
7972         for LFS support.
7973         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
7974         * sysdeps/generic/bits/resource.h: Likewise.
7975
7976         * misc/Makefile (routines): Add truncate64 and ftruncate64.
7977
7978         * include/features.h: Don't prevent LFS support from defining BSD
7979         and SYSV things.
7980
7981         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
7982         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
7983         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
7984
7985         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
7986         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
7987         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7988
7989         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
7990         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
7991         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
7992         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
7993         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
7994         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
7995         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
7996         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
7997         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
7998         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
7999         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
8000         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
8001         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
8002         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
8003         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
8004         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
8005         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
8006         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
8007         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
8008         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
8009
8010         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
8011         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
8012         * sysdeps/unix/sysv/linux/xstat64.c: New file.
8013         * sysdeps/unix/sysv/linux/readdir64.c: New file.
8014         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
8015
8016         * sysdeps/unix/sysv/linux/getdents64.c: New file.
8017         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
8018         [$(subdir)=dirent]: Add getdents64.
8019         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
8020
8021         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
8022
8023 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
8024
8025         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
8026
8027         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
8028         * sysdeps/generic/getrlimit64.c: Likewise.
8029         * sysdeps/generic/setrlimit.c: Likewise.
8030         * sysdeps/generic/setrlimit64.c: Likewise.
8031
8032 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
8033
8034         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
8035         using versioning.
8036
8037         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
8038
8039         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
8040
8041 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8042
8043         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
8044         after the codeset name.
8045
8046 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8047
8048         * libc.map: Add get_kernel_syms.
8049
8050 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8051
8052         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
8053         static.
8054         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
8055         Likewise.  Fix condition.
8056
8057 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8058
8059         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
8060
8061 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8062
8063         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
8064         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
8065
8066 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8067
8068         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
8069         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
8070         instead.  Oops.
8071
8072 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8073
8074         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
8075
8076 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8077
8078         * math/libm-test.c (catanh_test): Change epsilon.
8079         Reported by H.J. Lu.
8080
8081 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
8082
8083         * libc.map (__getpid): Added for linuxthreads.
8084
8085 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
8086
8087         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
8088         it if gcc uses static variable in DWARF2 unwind information
8089         for exception support.
8090
8091         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
8092
8093         * elf/soinit.c (__libc_global_ctors, _fini): Handle
8094         HAVE_DWARF2_UNWIND_INFO_STATIC.
8095
8096         * libc.map (__register_frame*, __deregister_frame*): Make them
8097         global.
8098
8099 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8100
8101         * math/libm-test.c: Add more tests for "normal" values.
8102
8103 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8104
8105         * stdio-common/printf_fphex.c: Fix printing of long double number
8106         with a biased exponent of zero.  Fix rounding.
8107
8108 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8109
8110         * sunrpc/rpc_main.c: Accept new flag -$.
8111         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
8112
8113 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8114
8115         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
8116         dynamic linker first, in case the interface has changed.
8117
8118 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8119
8120         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
8121         order.
8122
8123 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8124
8125         * math/tgmath.h: Check for double first, for architectures where
8126         sizeof (long double) == sizeof (double).
8127
8128 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8129
8130         * math/libm-test.c: New tests for "normal" values added for most
8131         functions.
8132
8133 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
8134
8135         * version.h (VERSION): Bump to 2.0.91.
8136
8137         * db2/makedb.c (process_input): Fix typo in message.
8138         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
8139
8140         * elf/dynamic-link.h: Pretty print.
8141
8142         * elf/rtld.c: Allow multiple preloading of a shared object.
8143
8144         * include/limits.h: Prevent multiple inclusion.
8145
8146         * malloc/Makefile (headers): Add mcheck.h.
8147         (distribute): Remove it here.
8148         * malloc/mcheck.h: Pretty print.
8149         * malloc/mtrace.c (mallenv): Make `const'.
8150         * malloc/mtrace.pl: Don't print table head for memory leaks if there
8151         are none.
8152         * manual/memory.texi: Update descriptor of malloc hooks.
8153
8154         * posix/Makefile (routines): Add waitid.
8155         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
8156         on __id_t.
8157         * posix/sys/wait.h: Define idtype_t type.
8158         Add prototype for waitid.
8159         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
8160         * sysdeps/generic/waitid.c: Stub for waitid.
8161         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
8162         the __need_siginfo_t defined.
8163         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
8164         * sysdeps/generic/bits/types.h: Define __id_t.
8165         Correct definition of __FDMASK.
8166         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
8167         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
8168         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
8169
8170         * sysdeps/posix/waitid.c: New file.
8171         Provided by Zack Weinberg.
8172
8173         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
8174
8175         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
8176         Add missing parameters.
8177
8178         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
8179         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
8180         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
8181         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
8182         initialized.
8183
8184         * sysdeps/i386/dl-machine.h: Little cleanup.
8185
8186         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
8187         (__finite): Mark function as const.
8188         Add inline code for __ieee754_atan2.
8189
8190         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
8191         (but don't use it now).
8192         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
8193         __atan.
8194         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
8195         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
8196         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
8197         real part.
8198         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
8199         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
8200         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
8201         __ieee754_atan2 to base 10.
8202         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
8203         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
8204
8205         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
8206         old_kernel_sigaction.
8207
8208         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
8209
8210         * wctype/Makefile (routines): Add wctype_l.
8211         * wctype/wctype.h: Add declaration of __wctype_l.
8212         * wctype/wctype_l.c: New file.
8213
8214 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
8215
8216         * locale/C-ctype.c: Correct data for isw* functions.
8217         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
8218         byte order.
8219         * wctype/test_wctype.c: Add test for isw* functions.
8220         * wctype/wctype.c: Return value with expected byte order.
8221
8222 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8223
8224         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
8225
8226 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
8227
8228         * iconvdata/Makefile: Fix a typo.
8229
8230         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
8231         oldsiglist for shared library.
8232
8233         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
8234         sys_sigabbrev): Make them as the default version GLIBC_2.1.
8235
8236         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
8237         sys_siglist, sys_sigabbrev): New file. Make them as the old
8238         version GLIBC_2.0.
8239
8240         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
8241         to GLIBC_2.1.
8242
8243 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
8244
8245         * libio/iofgets.c (_IO_fgets): Return an error only if there
8246         is a new error.
8247         * libio/iogets.c (_IO_gets): Ditto.
8248
8249 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
8250
8251         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
8252
8253         * libio/Makefile (routines, shared-only-routines): Add
8254         oldiofdopen.
8255
8256         * libio/fileops.c: Don't use _IO_FILE_complete.
8257         * libio/iofdopen.c: Ditto.
8258         * libio/iofopen.c: Ditto.
8259         * libio/iofopen64.c: Ditto.
8260         * libio/iopopen.c: Ditto.
8261         * libio/iovdprintf.c: Ditto.
8262
8263         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
8264
8265         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
8266         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
8267
8268         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
8269         _IO_old_fdopen, _IO_new_fdopen): New declaration.
8270
8271         * libio/libio.h (_IO_FILE): Add more fields.
8272         (_IO_FILE_complete): Defined and make _IO_FILE be the old
8273         one if _IO_USE_OLD_IO_FILE is defined
8274         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
8275         them _IO_FILE_complete.
8276
8277         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
8278         to adjust vtable.
8279         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
8280         _IO_JUMPS.
8281         (_IO_FILE_complete): Commented out.
8282
8283         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
8284         * libio/oldiofclose.c: Ditto.
8285         * libio/oldiofopen.c: Ditto.
8286         * libio/oldstdfiles.c: Ditto.
8287
8288         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
8289         for the old _IO_FILE.
8290
8291         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
8292         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
8293         and stderr.
8294
8295         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
8296         and remove INAME.
8297
8298         * libio/stdio.c (stdin, stdout, stdin): Don't use
8299         _IO_FILE_complete.
8300
8301         * libio/oldiofdopen.c: New.
8302
8303         * stdio-common/vfprintf.c (buffered_vfprintf): Set
8304         hp->_vtable_offset to 0.
8305
8306 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
8307
8308         * libc.map (_IO_file_open): Added.
8309
8310         * libio/libioP.h (_IO_file_open): Declared.
8311
8312         * libio/fileops.c (_IO_file_open): New.
8313         (_IO_file_fopen): Call _IO_file_open ().
8314
8315         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
8316         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
8317
8318 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8319
8320         * signal/signal.h: Fix selection of signal semantics to match
8321         comment.
8322
8323 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8324
8325         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
8326         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
8327         rt_sigreturn.
8328         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
8329         [$(subdir)=signal]: Remove rt_sigreturn.
8330         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
8331         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
8332         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
8333
8334 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8335
8336         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
8337         declarations.
8338
8339 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8340
8341         * iconvdata/extra-module.mk: Expand extra-objs now.
8342
8343 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8344
8345         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
8346         inline functions by feature tests to avoid warning about missing
8347         prototype declarations.
8348
8349 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8350
8351         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
8352         return code for non existent +name entries.
8353         * nis/nss_compat/compat-pwd.c: Likewise.
8354         * nis/nss_compat/compat-spwd.c: Likewise.
8355
8356 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
8357
8358         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
8359         (EIO): Likewise.
8360         (ENOSPC): Likewise.
8361         (EEXIST): Likewise.
8362         (__errno_location): Likewise.
8363
8364         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
8365
8366         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
8367
8368 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8369
8370         * sunrpc/publickey.c: Use new NSS interface.
8371
8372 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
8373
8374         * manual/malloc.texi: Document mtrace/muntrace and the concept.
8375
8376 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8377
8378         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
8379         value, to match spirit of the standard.
8380         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
8381         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
8382         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
8383
8384 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8385
8386         * manual/signal.texi (Signal Stack): Remove spurious @item.
8387
8388 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8389
8390         * rt/aio.h: Remove double semicolon.
8391
8392         * rt/librt.map: Add aio_init.
8393
8394 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
8395
8396         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
8397         * Makefile (subdirs): Replace rt by $(rt).
8398
8399         * shlib-versions: Use version .2 for NSS modules.
8400
8401         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
8402         argument.
8403         * pwd/fgetpwent_r.c: Likewise.
8404         * spwd/fgetspent_r.c: Likewise.
8405         * spwd/sgetspent_r.c: Likewise.
8406         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
8407         Store error number in *ERRNOP.  Little optimization.
8408         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
8409         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
8410         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
8411         (__internal_getnetgrent_r): New argument.
8412         Call __internal_setnetgrent_reuse with new argument.
8413         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
8414         * inet/netgroup.h: Add argument to prototypes.
8415         * nis/nisplus-parser.h: Likewise.
8416         * nis/nss_compat/compat-grp.c: Change everything to store error
8417         code through provided pointer and not use errno.
8418         * nis/nss_compat/compat-pwd.c: Likewise.
8419         * nis/nss_compat/compat-spwd.c: Likewise.
8420         * nis/nss_nis/nis-alias.c: Likewise.
8421         * nis/nss_nis/nis-ethers.c: Likewise.
8422         * nis/nss_nis/nis-grp.c: Likewise.
8423         * nis/nss_nis/nis-hosts.c: Likewise.
8424         * nis/nss_nis/nis-netgrp.c: Likewise.
8425         * nis/nss_nis/nis-network.c: Likewise.
8426         * nis/nss_nis/nis-proto.c: Likewise.
8427         * nis/nss_nis/nis-publickey.c: Likewise.
8428         * nis/nss_nis/nis-pwd.c: Likewise.
8429         * nis/nss_nis/nis-rpc.c: Likewise.
8430         * nis/nss_nis/nis-service.c: Likewise.
8431         * nis/nss_nis/nis-spwd.c: Likewise.
8432         * nis/nss_nisplus/nisplus-alias.c: Likewise.
8433         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
8434         * nis/nss_nisplus/nisplus-grp.c: Likewise.
8435         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
8436         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
8437         * nis/nss_nisplus/nisplus-network.c: Likewise.
8438         * nis/nss_nisplus/nisplus-parser.c: Likewise.
8439         * nis/nss_nisplus/nisplus-proto.c: Likewise.
8440         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8441         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
8442         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
8443         * nis/nss_nisplus/nisplus-service.c: Likewise.
8444         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
8445         * nss/nss_db/db-XXX.c: Likewise.
8446         * nss/nss_db/db-alias.c: Likewise.
8447         * nss/nss_db/db-netgrp.c: Likewise.
8448         * nss/nss_files/files-XXX.c: Likewise
8449         * nss/nss_files/files-alias.c: Likewise
8450         * nss/nss_files/files-netgrp.c: Likewise
8451         * nss/nss_files/files-parse.c: Likewise
8452         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
8453         parameter of get functions.
8454         * nss/getXXent_r.c: Likewise.
8455
8456         * localedata/tst-fmon.c: Print debug info if test fails.
8457
8458         * rt/Makefile (routines): Add aio_notify.
8459         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
8460         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
8461         * rt/aio_fsync.c: Likewise.
8462         * rt/aio_misc.c: Likewise.
8463         * rt/aio_misc.h: Likewise.
8464         * rt/aio_read.c: Likewise.
8465         * rt/aio_read64.c: Likewise.
8466         * rt/aio_suspend.c: Likewise.
8467         * rt/aio_write.c: Likewise.
8468         * rt/aio_write64.c: Likewise.
8469         * rt/lio_listio.c: Likewise.
8470         * rt/lio_listio64.c: Likewise.
8471         * rt/aio_notify.c: New file.
8472
8473         * sysdeps/generic/bits/sigset.h: Pretty print.
8474
8475         * sysdeps/posix/pwrite.c: Define weak alias only if function is
8476         really defined as __pwrite.
8477
8478         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
8479         instead of pread64.
8480         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8481
8482         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
8483         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
8484         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
8485         size in syscall.
8486         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8487         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8488         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
8489         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8490         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
8491         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8492         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
8493         for ACT being NULL.
8494         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
8495         RT signals.
8496         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
8497         __NR_pread is not defined.
8498         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
8499         __NR_pwrite is not defined.
8500
8501 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8502
8503         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
8504         handle for /etc/group back in some more cases.
8505         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
8506         handle for /etc/passwd back in some more cases.
8507         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
8508         handle for /etc/shadow back in some more cases.
8509
8510 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
8511
8512         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
8513         beyound its size.
8514         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
8515         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
8516
8517 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
8518
8519         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
8520         handling.  Don't use macros, we need functions.  Use inline functions
8521         for optimization.
8522         * sysdeps/wordsize-64/inttypes.h: Likewise.
8523         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
8524         and wcstoumax.
8525         * sysdeps/wordsize-64/Makefile: Likewise.
8526         * sysdeps/wordsize-32/Dist: Likewise.
8527         * sysdeps/wordsize-64/Dist: Likewise.
8528         * sysdeps/wordsize-32/strtoimax.c: New file.
8529         * sysdeps/wordsize-32/strtoumax.c: New file.
8530         * sysdeps/wordsize-32/wcstoimax.c: New file.
8531         * sysdeps/wordsize-32/wcstoumax.c: New file.
8532         * sysdeps/wordsize-64/strtoimax.c: New file.
8533         * sysdeps/wordsize-64/strtoumax.c: New file.
8534         * sysdeps/wordsize-64/wcstoimax.c: New file.
8535         * sysdeps/wordsize-64/wcstoumax.c: New file.
8536
8537 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
8538
8539         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
8540         that transparent union works.
8541         * sysdeps/generic/wait4.c (__wait4): Likewise.
8542         * sysdeps/generic/wait.c (__wait): Likewise.
8543
8544         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
8545         size_t.
8546
8547         * sysdeps/generic/syscall.c (syscall): Return value and arg are
8548         long, to match prototype.
8549
8550         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
8551         have mremap() yet.
8552
8553         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
8554
8555         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
8556
8557         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
8558
8559         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
8560         __rlim_t.
8561
8562         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
8563
8564         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
8565
8566         * io/sys/stat.h (S_ISLNK): Always false if we don't have
8567         __S_IFLNK.
8568
8569         * sysdeps/standalone/close.c (_STDIO_H): Define before including
8570         <bits/stdio_lim.h>.
8571         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
8572
8573 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
8574
8575         * posix/sys/wait.h: Don't use transparent unions in C++.
8576
8577 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8578
8579         * time/time.h: Add strfxtime.
8580
8581         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
8582         sysv_signal, strfxtime, pread64, pwrite64.
8583
8584 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
8585
8586         Alpha changes for EGCS:
8587         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
8588         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
8589         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
8590         (_start): Likewise.
8591         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
8592
8593 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
8594
8595         The kernel expects the arguments in a different order.
8596         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
8597         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
8598
8599         * FAQ.in: New file.
8600         * gen-FAQ.pl: New file.
8601         * Makefile (FAQ): Add rule to generate from FAQ.in.
8602
8603         * iconvdata/Makefile: Treat libJIS like the other modules.
8604
8605         * rt/librt.map: New file.
8606
8607         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
8608         inclusion.
8609         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
8610         comment.
8611
8612 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
8613
8614         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
8615         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
8616         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
8617         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
8618
8619 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8620
8621         * string/bits/string2.h: Fix spellings.
8622
8623         * string/string.h: Fix spellings.
8624
8625 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8626
8627         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
8628         declaration to __syscall_rt_sigaction.
8629
8630         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
8631         non-existant <sigcontext.h>.
8632
8633 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8634
8635         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
8636         typo.
8637
8638 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8639
8640         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
8641
8642         * Makeconfig (shared-thread-library): Correct spelling.
8643
8644         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
8645         <asm/pci.h>.
8646
8647 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8648
8649         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
8650         constants from Linux headers. Pointed out by
8651         csmall@scooter.o.i.net. [PR libc/369]
8652
8653 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8654
8655         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
8656
8657 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8658
8659         * configure.in: If --enable-add-ons is given without an
8660         argument, set the addons list to all subdirs with a configure
8661         script.
8662
8663 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
8664
8665         * Makeconfig: Add shared-thread-library variable.
8666
8667         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
8668         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
8669         here.
8670         * sysdeps/m68k/fpu/e_acos.c: Likewise.
8671         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
8672         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
8673         * sysdeps/m68k/fpu/e_pow.c: Likewise.
8674         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
8675         * sysdeps/m68k/fpu/k_cos.c: Likewise.
8676         * sysdeps/m68k/fpu/k_sin.c: Likewise.
8677         * sysdeps/m68k/fpu/k_tan.c: Likewise.
8678         * sysdeps/m68k/fpu/s_atan.c: Likewise.
8679         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
8680         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
8681         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
8682         * sysdeps/m68k/fpu/s_csin.c: Likewise.
8683         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
8684         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
8685         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
8686         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
8687         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
8688         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
8689         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
8690         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
8691         * sysdeps/m68k/fpu/s_modf.c: Likewise.
8692         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
8693         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
8694         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
8695
8696         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
8697         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
8698         * signal/Makefile (headers): Add bits/siginfo.h.
8699         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
8700         (distribute): Add testrtsig.h.
8701         * signal/allocrtsig.c: New file.
8702         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
8703         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
8704         __libc_current_sigrtmax.
8705         * sysdeps/generic/sigqueue.c: New file.
8706         * sysdeps/generic/sigtimedwait.c: New file.
8707         * sysdeps/generic/sigwaitinfo.c: New file.
8708         * sysdeps/generic/testrtsig.h: New file.
8709         * sysdeps/generic/bits/siginfo.h: New file.
8710         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
8711         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
8712         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
8713         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
8714         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
8715         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
8716         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
8717         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
8718         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
8719         * sysdeps/unix/sysv/linux/sigpending.c: New file.
8720         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
8721         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
8722         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
8723         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
8724         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
8725         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
8726         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
8727         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
8728         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
8729         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
8730         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
8731         and _POSIX_REALTIME_SIGNALS.
8732         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
8733         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
8734         update _NSIG.
8735         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
8736         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
8737         definitions.
8738
8739         * Makefile (subdirs): Add rt.
8740         * shlib-versions: Add entry for librt.
8741         * rt/Makefile: New file.
8742         * rt/aio.h: New file.
8743         * rt/aio_cancel.c: New file.
8744         * rt/aio_error.c: New file.
8745         * rt/aio_fsync.c: New file.
8746         * rt/aio_misc.c: New file.
8747         * rt/aio_misc.h: New file.
8748         * rt/aio_read.c: New file.
8749         * rt/aio_read64.c: New file.
8750         * rt/aio_return.c: New file.
8751         * rt/aio_suspend.c: New file.
8752         * rt/aio_write.c: New file.
8753         * rt/aio_write64.c: New file.
8754         * rt/lio_listio.c: New file.
8755         * rt/lio_listio64.c: New file.
8756         * sysdeps/generic/aio_sigqueue.c: New file.
8757         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
8758         * sysdeps/unix/sysv/linux/Dist: Add new files
8759         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
8760         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
8761         rt_sigqueueinfo, rt_sigaction.
8762
8763         * posix/Makefile (headers): Add bits/environments.h.
8764         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
8765         and _CS_LFS_CFLAGS on 64bit platforms.
8766         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
8767         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
8768         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
8769         compilation modules.
8770         * sysdeps/wordsize-32/bits/environments.h: New file.
8771         * sysdeps/wordsize-64/bits/environments.h: New file.
8772
8773         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
8774         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
8775         __libc_pid.
8776         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
8777         0xf00baa.
8778
8779         * string/string.h: Add declaration of __strverscmp.
8780         * string/strverscmp.c: Rename function ot __strverscmp and make old
8781         name weak alias.
8782
8783         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
8784         * sysdeps/generic/enbl-secure.c: Likewise.
8785         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8786
8787         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
8788
8789         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
8790
8791 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8792
8793         * posix/sys/wait.h: Use __transparent_union__ instead of
8794         transparent_union.  Reported by Roland McGrath.
8795
8796 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8797
8798         * resolv/inet_neta.c (inet_neta): Change type of first parameter
8799         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
8800         [PR libc/366].
8801
8802         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
8803
8804         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
8805
8806 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8807
8808         * grp/initgroups.c: Increase buffer if it is too small.
8809
8810 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8811
8812         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
8813         fields, this is no ISO C.  Reported by Andreas Jaeger.
8814
8815 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8816
8817         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
8818
8819 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
8820
8821         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
8822         _SYS_UTSNAME_H not _UTSNAME_H.
8823
8824 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8825
8826         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
8827         computing s_scale.
8828
8829 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8830
8831         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
8832         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
8833         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
8834
8835         * math/libm-test.c (csqrt_test): Add testcase.
8836
8837 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
8838
8839         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
8840         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
8841         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
8842
8843 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8844
8845         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
8846
8847 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8848
8849         * math/libm-test.c (acos_test): Add more tests.
8850         (asin_test): Likewise.
8851         (atan_test): Likewise.
8852         (exp_test): Likewise.
8853         (sin_test): Likewise.
8854         (sqrt_test): Likewise.
8855         (cpow_test): Likewise.
8856         (csqrt_test): Likewise.
8857         (cexp_test): Correct typo in gcc version test.
8858
8859 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
8860
8861         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
8862         <bits/setjmp.h>.
8863         * sysdeps/arm/setjmp.S: Likewise.
8864
8865         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
8866
8867 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
8868
8869         * stdio/stdio.h: Add prototype for tmpfile64().
8870
8871 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
8872
8873         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
8874         prototype to keep in step with libio version.
8875
8876         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
8877
8878 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
8879
8880         * sysdeps/generic/Makefile: Don't try to use make_siglist if
8881         cross-compiling.
8882
8883 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
8884
8885         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
8886         load GOT ptr before jumping to _exit.
8887         Reported by Xavier Leroy.
8888
8889 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
8890
8891         * Makefile (subdirs): Add iconvdata and localedata.
8892
8893         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
8894
8895         * iconv/gconv_conf.c (read_conf_file): Little optimization.
8896
8897         * iconvdata/8bit-gap.c: New file.
8898         * iconvdata/8bit-generic.c: Renamed from ...
8899         * iconvdata/iso8859-generic.c: ...this.
8900         * iconvdata/configure: Removed.
8901         * iconvdata/Makefile: Add new modules and better rules.
8902         * iconvdata/iso6937.c: Minor bug fixes.
8903         * iconvdata/iso8859-1.c: Likewise.
8904         * iconvdata/t61.c: Likewise.
8905         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
8906         Minor bug fixes.
8907         * iconvdata/iso8859-3.c: Likewise.
8908         * iconvdata/iso8859-4.c: Likewise.
8909         * iconvdata/iso8859-5.c: Likewise.
8910         * iconvdata/iso8859-6.c: Likewise.
8911         * iconvdata/iso8859-7.c: Likewise.
8912         * iconvdata/iso8859-8.c: Likewise.
8913         * iconvdata/iso8859-9.c: Likewise.
8914         * iconvdata/iso8859-10.c: Likewise.
8915         * iconvdata/ebcdic-at-de-a.c: New file.
8916         * iconvdata/ebcdic-at-de.c: New file.
8917         * iconvdata/ebcdic-ca-fr.c: New file.
8918         * iconvdata/hp-roman8.c: New file.
8919         * iconvdata/koi-8.c: New file.
8920         * iconvdata/koi8-r.c: New file.
8921         * iconvdata/koi8-h.c: New file.
8922         * iconvdata/latin-greek-1.c: New file.
8923         * iconvdata/latin-greek-1.h: New file.
8924         * iconvdata/latin-greek.c: New file.
8925         * iconvdata/latin-greek.h: New file.
8926         * iconvdata/jis0201.c: New file.
8927         * iconvdata/jis0201.h: New file.
8928         * iconvdata/jis0208.c: New file.
8929         * iconvdata/jis0208.h: New file.
8930         * iconvdata/jis0212.c: New file.
8931         * iconvdata/jis0212.h: New file.
8932         * iconvdata/sjis.c: New file.
8933         * iconvdata/gap.pl: New file.  Script to generate table header.
8934         * iconvdata/gaptab.pl: New file.
8935         * iconvdata/gconv-modules: Add info about new modules.
8936
8937         * locale/programs/charmap.c: Also examine alias names given in charmap
8938         files.
8939
8940         * localedata/*: Add to here from add-on.  We need the information
8941         to generate tables for iconv.
8942
8943         Update from db-2.3.14.
8944         * db2/Makefile: Updated.
8945         * db2/config.h: Likewise.
8946         * db2/db.h: Likewise.
8947         * db2/db_int.h: Likewise.
8948         * db2/btree/bt_cursor.c: Likewise.
8949         * db2/btree/bt_delete.c: Likewise.
8950         * db2/btree/bt_put.c: Likewise.
8951         * db2/btree/bt_search.c: Likewise.
8952         * db2/btree/bt_split.c: Likewise.
8953         * db2/btree/btree_auto.c: Likewise.
8954         * db2/common/db_appinit.c: Likewise.
8955         * db2/common/db_apprec.c: Likewise.
8956         * db2/common/db_err.c: Likewise.
8957         * db2/common/db_region.c: Likewise.
8958         * db2/db/db_auto.c: Likewise.
8959         * db2/db/db_dispatch.c: Likewise.
8960         * db2/db/db_ret.c: Likewise.
8961         * db2/dbm/dbm.c: Likewise.
8962         * db2/hash/hash_auto.c: Likewise.
8963         * db2/include/btree_ext.h: Likewise.
8964         * db2/include/common_ext.h: Likewise.
8965         * db2/include/db.h.src: Likewise.
8966         * db2/include/db_cxx.h: Likewise.
8967         * db2/include/db_ext.h: Likewise.
8968         * db2/include/db_int.h.src: Likewise.
8969         * db2/include/lock.h: Likewise.
8970         * db2/include/log.h: Likewise.
8971         * db2/include/mp.h: Likewise.
8972         * db2/include/mp_ext.h: Likewise.
8973         * db2/include/os_ext.h: Likewise.
8974         * db2/include/os_func.h: Likewise.
8975         * db2/lock/lock.c: Likewise.
8976         * db2/lock/lock_deadlock.c: Likewise.
8977         * db2/log/log.c: Likewise.
8978         * db2/log/log_archive.c: Likewise.
8979         * db2/log/log_auto.c: Likewise.
8980         * db2/log/log_get.c: Likewise.
8981         * db2/log/log_put.c: Likewise.
8982         * db2/mp/mp_bh.c: Likewise.
8983         * db2/mp/mp_fget.c: Likewise.
8984         * db2/mp/mp_fopen.c: Likewise.
8985         * db2/mp/mp_fput.c: Likewise.
8986         * db2/mp/mp_fset.c: Likewise.
8987         * db2/mp/mp_open.c: Likewise.
8988         * db2/mp/mp_pr.c: Likewise.
8989         * db2/mp/mp_region.c: Likewise.
8990         * db2/mp/mp_sync.c: Likewise.
8991         * db2/mutex/README: Likewise.
8992         * db2/mutex/mutex.c: Likewise.
8993         * db2/os/os_open.c: Likewise.
8994         * db2/os/os_func.c: Removed.
8995         * db2/os/os_config.c: New file.
8996         * db2/os/os_spin.c: New file.
8997         * db2/txn/txn.c: Likewise.
8998         * db2/txn/txn_auto.c: Likewise.
8999
9000 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
9001
9002         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
9003         __typeof for C++ since this fails for class members.
9004         Reported by Neal Becker <neal@ctd.comsat.com>.
9005
9006 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9007
9008         * configure.in: Check for a working makeinfo (3.11 or better).
9009         * config.make.in: Add MAKEINFO to be substituted.
9010         * manual/Makefile: Don't update info if makeinfo is too old.
9011
9012 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
9013
9014         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
9015         * sysdeps/alpha/__longjmp.S: Likewise.
9016         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
9017         not <bits/termios.h>.
9018
9019         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
9020         __llseek and make llseek and lseek64 weak aliases.
9021         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9022         Patches by a sun <asun@zoology.washington.edu>.
9023
9024 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9025
9026         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
9027         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
9028         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
9029         * misc/sys/syslog.h: Clean up BSD header.
9030
9031 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9032
9033         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
9034
9035         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
9036         for ctan(+-inf,x).
9037         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
9038         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
9039
9040         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
9041         csqrt (-1), ctanh(i*pi/4).
9042
9043 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9044
9045         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
9046
9047 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
9048
9049         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
9050
9051 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9052
9053         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
9054
9055 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
9056
9057         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
9058         and use.  Define GETCWD_RETURN_TYPE instead and use it.
9059         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
9060         of GETCWD_STORYGE_CLASS and put the return type and the
9061         `internal_function' in the right order for gcc 2.7.2.
9062
9063 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9064
9065         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
9066         incompatible with Linux 2.1.x.  Packages using modules
9067         (e.g. modutils) should/do provide their own version.  Suggested by
9068         Richard Henderson.
9069
9070         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
9071
9072         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
9073         [$(subdir)=socket]: Remove sys/module.h.
9074
9075 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
9076
9077         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
9078         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
9079
9080         * iconv/gconv_close.c: Correct freeing of descriptor data.
9081         * iconv/gconv_simple.c: Return correct error values for illegal or
9082         incomplete characters.
9083
9084         * Makefile (iconvdata/%): Special goal to simplify iconvdata
9085         development.
9086         * iconvdata/Makefile: New file.
9087         * iconvdata/configure: Likewise.
9088         * iconvdata/extra-module.mk: Likewise.
9089         * iconvdata/gconv-modules: Likewise.
9090         * iconvdata/iso6937.c: Likewise.
9091         * iconvdata/iso8859-1.c: Likewise.
9092         * iconvdata/iso8859-10.c: Likewise.
9093         * iconvdata/iso8859-10.h: Likewise.
9094         * iconvdata/iso8859-2.c: Likewise.
9095         * iconvdata/iso8859-2.h: Likewise.
9096         * iconvdata/iso8859-3.c: Likewise.
9097         * iconvdata/iso8859-3.h: Likewise.
9098         * iconvdata/iso8859-4.c: Likewise.
9099         * iconvdata/iso8859-4.h: Likewise.
9100         * iconvdata/iso8859-5.c: Likewise.
9101         * iconvdata/iso8859-5.h: Likewise.
9102         * iconvdata/iso8859-6.c: Likewise.
9103         * iconvdata/iso8859-6.h: Likewise.
9104         * iconvdata/iso8859-7.c: Likewise.
9105         * iconvdata/iso8859-7.h: Likewise.
9106         * iconvdata/iso8859-8.c: Likewise.
9107         * iconvdata/iso8859-8.h: Likewise.
9108         * iconvdata/iso8859-9.c: Likewise.
9109         * iconvdata/iso8859-9.h: Likewise.
9110         * iconvdata/iso8859-generic.c: Likewise.
9111         * iconvdata/t61.c: Likewise.
9112
9113         * string/Makefile (routines): Add strcasestr.
9114         * string/string.h: Add prototype for strcasestr.
9115         * sysdeps/generic/strcasestr.c: New file.
9116         * wcsmbs/mbrtowc.c: Simplify special case a bit.
9117         * wcsmbs/wcrtomb.c: Likewise.
9118         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
9119         * wcsmbs/wcsnrtombs.c: Likewise.
9120         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
9121         partial character is read.
9122         * wcsmbs/wcsrtombs.c: Likewise.
9123         * wcsmbs/wmemrtombs.c: Likewise.
9124         * wcsmbs/wmemrtowcs.c: Likewise.
9125
9126         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
9127         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
9128         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
9129         * sysdeps/i386/elf/setjmp.S: Likewise.
9130         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
9131         <bits/termios.h>.
9132
9133         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
9134         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
9135
9136         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
9137         * sysvipc/sys/ipc.h: Likewise.
9138         * sysvipc/sys/msg.h: Likewise.
9139         * sysvipc/sys/sem.h: Likewise.
9140         * sysvipc/sys/shm.h: Likewise.
9141
9142         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
9143         used directly.
9144         * sysdeps/alpha/bits/setjmp.h: Likewise.
9145         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
9146         * sysdeps/arm/bits/endian.h: Likewise.
9147         * sysdeps/arm/bits/setjmp.h: Likewise.
9148         * sysdeps/generic/bits/byteswap.h: Likewise.
9149         * sysdeps/generic/bits/confname.h: Likewise.
9150         * sysdeps/generic/bits/dirent.h: Likewise.
9151         * sysdeps/generic/bits/dlfcn.h: Likewise.
9152         * sysdeps/generic/bits/endian.h: Likewise.
9153         * sysdeps/generic/bits/fenv.h: Likewise.
9154         * sysdeps/generic/bits/huge_val.h: Likewise.
9155         * sysdeps/generic/bits/in.h: Likewise.
9156         * sysdeps/generic/bits/ioctl-types.h: Likewise.
9157         * sysdeps/generic/bits/ioctls.h: Likewise.
9158         * sysdeps/generic/bits/ipc.h: Likewise.
9159         * sysdeps/generic/bits/msq.h: Likewise.
9160         * sysdeps/generic/bits/poll.h: Likewise.
9161         * sysdeps/generic/bits/resource.h: Likewise.
9162         * sysdeps/generic/bits/sched.h: Likewise.
9163         * sysdeps/generic/bits/sem.h: Likewise.
9164         * sysdeps/generic/bits/setjmp.h: Likewise.
9165         * sysdeps/generic/bits/shm.h: Likewise.
9166         * sysdeps/generic/bits/sigaction.h: Likewise.
9167         * sysdeps/generic/bits/sigcontext.h: Likewise.
9168         * sysdeps/generic/bits/socket.h: Likewise.
9169         * sysdeps/generic/bits/stat.h: Likewise.
9170         * sysdeps/generic/bits/statfs.h: Likewise.
9171         * sysdeps/generic/bits/stdio_lim.h: Likewise.
9172         * sysdeps/generic/bits/termios.h: Likewise.
9173         * sysdeps/generic/bits/time.h: Likewise.
9174         * sysdeps/generic/bits/uio.h: Likewise.
9175         * sysdeps/generic/bits/utmp.h: Likewise.
9176         * sysdeps/generic/bits/utmpx.h: Likewise.
9177         * sysdeps/generic/bits/utsname.h: Likewise.
9178         * sysdeps/generic/bits/waitflags.h: Likewise.
9179         * sysdeps/generic/bits/waitstatus.h: Likewise.
9180         * sysdeps/gnu/bits/utmp.h: Likewise.
9181         * sysdeps/gnu/bits/utmpx.h: Likewise.
9182         * sysdeps/i386/bits/byteswap.h: Likewise.
9183         * sysdeps/i386/bits/endian.h: Likewise.
9184         * sysdeps/i386/bits/huge_val.h: Likewise.
9185         * sysdeps/i386/bits/setjmp.h: Likewise.
9186         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
9187         * sysdeps/ieee754/bits/huge_val.h: Likewise.
9188         * sysdeps/m68k/bits/byteswap.h: Likewise.
9189         * sysdeps/m68k/bits/endian.h: Likewise.
9190         * sysdeps/m68k/bits/setjmp.h: Likewise.
9191         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
9192         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9193         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
9194         * sysdeps/mach/hurd/bits/stat.h: Likewise.
9195         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9196         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
9197         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9198         * sysdeps/mips/bits/dlfcn.h: Likewise.
9199         * sysdeps/mips/bits/endian.h: Likewise.
9200         * sysdeps/mips/bits/setjmp.h: Likewise.
9201         * sysdeps/mips/dec/bits/endian.h: Likewise.
9202         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
9203         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
9204         * sysdeps/mips/p40/bits/endian.h: Likewise.
9205         * sysdeps/powerpc/bits/endian.h: Likewise.
9206         * sysdeps/powerpc/bits/fenv.h: Likewise.
9207         * sysdeps/powerpc/bits/setjmp.h: Likewise.
9208         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
9209         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
9210         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
9211         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
9212         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
9213         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
9214         * sysdeps/unix/bsd/bits/stat.h: Likewise.
9215         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
9216         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
9217         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
9218         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
9219         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
9220         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
9221         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
9222         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
9223         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
9224         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
9225         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
9226         * sysdeps/unix/common/bits/dirent.h: Likewise.
9227         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
9228         * sysdeps/unix/sysv/bits/stat.h: Likewise.
9229         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
9230         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
9231         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
9232         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
9233         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
9234         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
9235         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
9236         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
9237         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
9238         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
9239         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
9240         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
9241         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
9242         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
9243         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
9244         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
9245         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
9246         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
9247         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
9248         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
9249         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
9250         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
9251         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
9252         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
9253         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
9254         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
9255         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
9256         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
9257         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
9258         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
9259         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
9260         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
9261         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
9262         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
9263         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
9264         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
9265         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
9266         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
9267         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
9268         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
9269         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
9270         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
9271         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
9272         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
9273         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
9274         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
9275         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
9276         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
9277         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
9278         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
9279         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
9280         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
9281         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
9282         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
9283         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
9284         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
9285         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
9286         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
9287         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
9288         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
9289         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
9290         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
9291         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
9292         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
9293         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
9294         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
9295         * sysdeps/vax/bits/huge_val.h: Likewise.
9296         * sysdeps/vax/bits/setjmp.h: Likewise.
9297         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
9298         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
9299
9300 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9301
9302         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
9303
9304 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
9305
9306         * strftime.c (strftime):
9307         No longer any need to undef or declare if emacs is defined.
9308         (my_strftime): When checking a -1 returned by mktime, don't blow up
9309         if localtime_r returns NULL.
9310
9311 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9312
9313         * README.template: Fix spelling.
9314
9315 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9316
9317         * configure.in: Enhance --enable-add-ons description a wee bit.
9318
9319 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9320
9321         * glibcbug.in: Add more information of build environment and flags.
9322
9323 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9324
9325         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
9326         it into ENOENT.
9327
9328 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
9329
9330         * elf/dl-support.c: Call __libc_init_secure to make sure
9331         __libc_enable_secure is defined early.
9332         * sysdeps/generic/enbl-secure.c: Change function name to
9333         __libc_init_secure and make it global instead of a constructor.
9334
9335         * iconv/gconv.c: Fix lots of bugs.
9336         * iconv/gconv.h: Likewise.
9337         * iconv/gconv_builtin.h: Likewise.
9338         * iconv/gconv_close.c: Likewise.
9339         * iconv/gconv_conf.c: Likewise.
9340         * iconv/gconv_db.c: Likewise.
9341         * iconv/gconv_dl.c: Likewise.
9342         * iconv/gconv_open.c: Likewise.
9343         * iconv/gconv_simple.c: Likewise.
9344         * iconv/iconv.c: Likewise.
9345         * iconv/iconv_close.c: Likewise.
9346         * iconv/iconv_open.c: Likewise.
9347
9348         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
9349         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
9350         * wcsmbs/wmemrtombs.c: New file.
9351         * wcsmbs/wmemrtowcs.c: New file.
9352
9353 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
9354
9355         * iconv/gconv_simple.c: Fix lots of bugs.
9356         * iconv/iconv_open.c: Normalize names before passing them to
9357         __gconv_open.
9358
9359         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
9360
9361         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
9362         * stdio-common/test-popen.c: Add test for above change.
9363
9364         * math/libm-test.c: Print test results also using %a format,
9365         specified in PRINTF_XEXPR macro.
9366         * math/test-double.c: Define PRINTF_XEXPR.
9367         * math/test-float.c: Likewise.
9368         * math/test-ldouble.c: Likewise.
9369         * math/test-idouble.c: Likewise.
9370         * math/test-ifloat.c: Likewise.
9371         * math/test-ildoubl.c: Likewise.
9372
9373         * stdio-common/vfscanf.c: Recognize a in format specifier only as
9374         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
9375         FP number format.
9376
9377         * stdlib/strtod.c: Little code cleanup.
9378
9379         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
9380         compiling in math subdir.
9381
9382         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
9383         instead of __LIBC_M81_MATH_INLINES.
9384         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
9385         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
9386         * sysdeps/m68k/fpu/e_pow.c: Likewise.
9387         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
9388         * sysdeps/m68k/fpu/k_cos.c: Likewise.
9389         * sysdeps/m68k/fpu/k_sin.c: Likewise.
9390         * sysdeps/m68k/fpu/k_tan.c: Likewise.
9391         * sysdeps/m68k/fpu/s_atan.c: Likewise.
9392         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
9393         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
9394         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
9395         * sysdeps/m68k/fpu/s_csin.c: Likewise.
9396         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
9397         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
9398         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
9399         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
9400         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
9401         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
9402         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
9403         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
9404         * sysdeps/m68k/fpu/s_modf.c: Likewise.
9405         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
9406         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
9407         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
9408         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
9409         __LIBC_INTERNAL_MATH_INLINES is defined.
9410
9411         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
9412         of compare macros from ISO C 9X.  Optimize generic versions a bit.
9413         Define __signbit inline functions and __ieee754_sqrt which can be
9414         used if the ompiler is fixed.
9415
9416         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
9417
9418 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9419
9420         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
9421         sysdeps/generic in the whole dep file, not only in the first line.
9422
9423 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9424
9425         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
9426
9427 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9428
9429         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
9430         place.
9431
9432 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9433
9434         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
9435         is non-empty.
9436
9437 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
9438
9439         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
9440         return value.
9441
9442 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
9443
9444         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
9445         readlink succeeds but the return value is too long.
9446
9447         * stdio-common/printf_fphex.c: Determine sign of number correctly.
9448
9449 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
9450
9451         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
9452         __remqu for Alpha.
9453
9454 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
9455
9456         * sysdeps/generic/sys/ucontext.h: Stub context file.
9457
9458         * libio/iofprintf.c: Removed.  We use the stdio-common version.
9459
9460         * manual/Makefile (distribute): Add stdio-fp.c.
9461
9462         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
9463
9464         * db2/Makefile (distribute): Add include/os_func.h, README and
9465         mutex/tsl_parisc.s.
9466
9467         * hesiod/Makefile (distribute): Add README.hesiod.
9468
9469 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
9470
9471         * iconv/gconv.c: Correctly call transformation function.
9472
9473         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
9474
9475 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9476
9477         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
9478         wrong results for e.g. remquo (3,2, &x)).
9479         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
9480         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
9481
9482 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9483
9484         * configure.in (ld --version-script): Test if the same symbol
9485         maybe defined in all versions (needed by recent changes to
9486         libc.map and supported with binutils 2.8.1.0.17) and issue warning
9487         if versioning is not supported/enabled.
9488         (bash test): Correct test case.
9489
9490         * math/libm-test.c: Added counting/reporting of number of test cases.
9491
9492         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
9493         use awk instead.
9494
9495         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
9496
9497 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9498
9499         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
9500
9501 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
9502
9503         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
9504         Replace revoke call by use of REVOKE.
9505         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
9506         empty and #include generic version.
9507         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9508
9509 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
9510
9511         * libc.map: Add socket functions with __libc_* names.
9512         Reported by Andreas Jaeger.
9513
9514 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9515
9516         * libc.map: Tidy up (remove duplicates, sort entries).
9517
9518 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9519
9520         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
9521
9522 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
9523
9524         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
9525         again after successful call.
9526         Patch by Marc Lehmann <pcg@goof.com>.
9527
9528 1997-11-17  Paul Eggert  <eggert@twinsun.com>
9529
9530         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
9531         as some hosts need this to declare localtime_r properly.
9532
9533 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
9534
9535         * libc.map: Add iconv_open, iconv, and iconv_close.
9536
9537 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
9538
9539         * iconv/Makefile: New file.
9540         * iconv/gconv.c: New file.
9541         * iconv/gconv.h: New file.
9542         * iconv/gconv_builtin.c: New file.
9543         * iconv/gconv_builtin.h: New file.
9544         * iconv/gconv_close.c: New file.
9545         * iconv/gconv_conf.c: New file.
9546         * iconv/gconv_db.c: New file.
9547         * iconv/gconv_dl.c: New file.
9548         * iconv/gconv_open.c: New file.
9549         * iconv/gconv_simple.c: New file.
9550         * iconv/iconv.c: New file.
9551         * iconv/iconv.h: New file.
9552         * iconv/iconv_close.c: New file.
9553         * iconv/iconv_open.c: New file.
9554         * include/gconv.h: New file.
9555
9556         * Makeconfig: Define gconvdir.
9557         * Makefile (subdirs): Add iconv.
9558
9559         * string/bits/string2.h: Add optimization for strtok_r.
9560
9561         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
9562         for NULL.
9563         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
9564         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
9565
9566         * configure.in: Correct test for bash2.
9567         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9568
9569         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
9570         (CFLAGS-locfile.c): Likewise.
9571         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9572
9573         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
9574         non-existing entry if the table is full.
9575
9576         * posix/regex.h: Pretty print.
9577
9578         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
9579
9580         * sysdeps/posix/ctermid.c: Simplify a bit.
9581
9582         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
9583
9584 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9585
9586         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
9587         <sys/types.h> instead of <asm/types.h>.
9588
9589 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9590
9591         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
9592
9593 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
9594
9595         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
9596         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
9597         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
9598         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
9599         fclose): Added to GLIBC_2.1.
9600
9601         * libio/Makefile (routines, shared-only-routines): Add
9602         oldiofclose.  Remove oldfreopen.
9603
9604         * libio/freopen.c (freopen): When PIC is defined, call
9605         _IO_old_freopen () for old stdio.
9606
9607         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
9608         (_IO_fclose, fclose): Use _IO_new_fclose as default version
9609         for GLIBC_2.1.
9610
9611         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
9612         instead of _IO_file_close_it.
9613
9614         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
9615         to _IO_2_1_stdxxx_.
9616         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
9617         is defined.
9618
9619         * libio/libioP.h (_IO_old_do_flush): New.
9620
9621         * libio/oldfileops.c (_IO_old_file_close_it,
9622         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
9623         Call _IO_old_do_flush () instead of _IO_do_flush ().
9624         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
9625         _IO_do_write ().
9626
9627         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
9628         instead of _IO_file_init ().
9629         Bind old symbols to version GLIBC_2.0.
9630
9631         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
9632         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
9633         _IO_stdxxx_.
9634         (_IO_check_libio): New function in .init.
9635
9636         * libio/oldiofclose.c: New file.
9637
9638         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
9639         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
9640         (DEF_STDFILE): Don't use default_symbol_version.
9641
9642         * libio/stdio.c (stdin, stdout, stderr): Set to
9643         _IO_2_1_stdxxx_._
9644         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
9645         stdxxx.
9646
9647         * csu/Makefile (distribute): Add init.c.
9648         (extra-objs): Add init.o for ELF.
9649         (start-installed-name): Add $(objpfx)init.o.
9650
9651         * csu/init.c: New file.
9652
9653 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
9654
9655         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
9656         definition as the default.
9657
9658 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
9659
9660         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
9661
9662 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9663
9664         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
9665         (PR 351).
9666
9667 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
9668
9669         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
9670         to preserve condition codes on function call.
9671
9672 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9673
9674         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
9675
9676 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9677
9678         * math/libm-test.c (asin_test): Add epsilon for float.
9679         (tan_test): Add epsilon for float.
9680         (log1p_test): Add epsilon for float.
9681         (inverse_functions): Add epsilons.
9682
9683         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
9684         net/if_packet.h.
9685
9686         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
9687
9688 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9689
9690         * md5-crypt/Makefile (extra-objs): Make recursively expanded
9691         variable, since $(object-suffixes) is not defined yet.
9692
9693 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9694
9695         * db2/Makefile (distribute): db185/db185_int.src ->
9696         db185/db185_int.h.
9697
9698 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9699
9700         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
9701         exactly one.
9702
9703 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9704
9705         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
9706         name.
9707         * sysdeps/generic/e_acosl.c: Likewise.
9708         * sysdeps/generic/e_asinl.c: Likewise.
9709         * sysdeps/generic/e_atan2l.c: Likewise.
9710         * sysdeps/generic/e_expl.c: Likewise.
9711         * sysdeps/generic/e_fmodl.c: Likewise.
9712         * sysdeps/generic/e_j0l.c: Likewise.
9713         * sysdeps/generic/e_j1l.c: Likewise.
9714         * sysdeps/generic/e_jnl.c: Likewise.
9715         * sysdeps/generic/e_lgammal_r.c: Likewise.
9716         * sysdeps/generic/e_log10l.c: Likewise.
9717         * sysdeps/generic/e_logl.c: Likewise.
9718         * sysdeps/generic/e_powl.c: Likewise.
9719         * sysdeps/generic/e_sqrtl.c: Likewise.
9720         * sysdeps/generic/e_exp2l.c: Likewise.
9721
9722 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9723
9724         * Make-dist (+sysdep-names): Remove extra paren.
9725         * Makefile (distribute): Add stub-tag.h.
9726         * elf/Makefile (distribute): Add atomicity.h.
9727         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
9728         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
9729         [$(subdir)=socket]: Add net/if_packet.h.
9730         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
9731         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
9732         net/if_packet.h, scsi/sg.h.
9733
9734 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9735
9736         * Makefile (install): Quote $(CC) expansion.
9737
9738 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9739
9740         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
9741         working /proc cwd and no restrictions on path length.  Following
9742         some ideas from Andi Kleen <ak@muc.de> (PR 350).
9743
9744 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9745
9746         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
9747         * nis/nss_compat/compat-pwd.c: Likewise.
9748         * nis/nss_compat/compat-spwd.c: Likewise.
9749
9750 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
9751
9752         * sysdeps/libm-i387/s_fdim.S: New file.
9753         * sysdeps/libm-i387/s_fdimf.S: New file.
9754         * sysdeps/libm-i387/s_fdiml.S: New file.
9755         * sysdeps/libm-i387/i686/s_fdim.S: New file.
9756         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
9757         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
9758
9759 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9760
9761         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
9762         pointer to unsigned char.
9763
9764 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9765
9766         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
9767
9768         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
9769
9770         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
9771
9772 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9773
9774         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
9775         ilogb(0/NaN).
9776         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
9777         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
9778
9779 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
9780
9781         * sysdeps/libm-i387/s_fmin.S: New file.
9782         * sysdeps/libm-i387/s_fminf.S: New file.
9783         * sysdeps/libm-i387/s_fminl.S: New file.
9784         * sysdeps/libm-i387/s_fmax.S: New file.
9785         * sysdeps/libm-i387/s_fmaxf.S: New file.
9786         * sysdeps/libm-i387/s_fmaxl.S: New file.
9787         * sysdeps/libm-i387/i686/s_fmin.S: New file.
9788         * sysdeps/libm-i387/i686/s_fminf.S: New file.
9789         * sysdeps/libm-i387/i686/s_fminl.S: New file.
9790         * sysdeps/libm-i387/i686/s_fmax.S: New file.
9791         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
9792         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
9793
9794 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
9795
9796         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
9797         * sysdeps/unix/sysv/linux/send.S: Likewise.
9798         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
9799         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
9800         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
9801         * sysdeps/unix/sysv/linux/recv.S: Likewise.
9802         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
9803         * sysdeps/unix/sysv/linux/connect.S: Likewise.
9804         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
9805
9806 See ChangeLog.7 for earlier changes.