* sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
[platform/upstream/glibc.git] / ChangeLog
1 Wed Jun 10 10:32:11 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2
3         * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
4         inline.
5         * sysdeps/m68k/fpu/e_exp10.c: New file.
6         * sysdeps/m68k/fpu/e_exp10f.c: New file.
7         * sysdeps/m68k/fpu/e_exp10l.c: New file.
8
9         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
10         _dl_profile_map only if the name matches.
11         (_dl_start_user): Remember stack address.
12         * sysdeps/m68k/elf/start.S: Pass new argument to
13         __libc_start_user. 
14
15         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
16         definition.
17         (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
18         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
19         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
20         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
21         * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
22
23 1998-06-09 18:16  Ulrich Drepper  <drepper@cygnus.com>
24
25         * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
26         * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
27         * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
28         * math/bits/mathcalls.h: Add definitions for exp10 and pow10
29         prototypes.
30         * sysdeps/libm-i387/e_exp10.S: New file.
31         * sysdeps/libm-i387/e_exp10f.S: New file.
32         * sysdeps/libm-i387/e_exp10l.S: New file.
33         * sysdeps/libm-ieee754/e_exp10.c: New file.
34         * sysdeps/libm-ieee754/e_exp10f.c: New file.
35         * sysdeps/libm-ieee754/e_exp10l.c: New file.
36         * sysdeps/libm-ieee754/w_exp10.c: New file.
37         * sysdeps/libm-ieee754/w_exp10f.c: New file.
38         * sysdeps/libm-ieee754/w_exp10l.c: New file.
39         * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
40
41 1998-05-25 22:18  H.J. Lu  <hjl@gnu.org>
42
43         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
44         sys/elf.h and sys/reg.h.
45         * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
46         * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
47         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
48         * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
49
50         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
51         PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
52
53 1998-06-09  Ulrich Drepper  <drepper@cygnus.com>
54
55         * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
56         __data member only for gcc.  Reported by ak@muc.de.
57
58         * misc/mntent.h: Undo last patch.
59         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
60         * misc/tst/mntent.c: Adjust code for this change.
61
62         * io/fts.c: Updated from a slightly more recent BSD version.
63         * io/fts.h: Likewise.
64
65         * libc.map: Add __libc_stack_end.
66
67         * db2/Makefile (routines): Add lock_region.
68         * db2/config.h: Update from db-2.4.14.
69         * db2/db.h: Likewise.
70         * db2/db_185.h: Likewise.
71         * db2/db_int.h: Likewise.
72         * db2/btree/bt_close.c: Likewise.
73         * db2/btree/bt_compare.c: Likewise.
74         * db2/btree/bt_conv.c: Likewise.
75         * db2/btree/bt_cursor.c: Likewise.
76         * db2/btree/bt_delete.c: Likewise.
77         * db2/btree/bt_open.c: Likewise.
78         * db2/btree/bt_page.c: Likewise.
79         * db2/btree/bt_put.c: Likewise.
80         * db2/btree/bt_rec.c: Likewise.
81         * db2/btree/bt_recno.c: Likewise.
82         * db2/btree/bt_rsearch.c: Likewise.
83         * db2/btree/bt_search.c: Likewise.
84         * db2/btree/bt_split.c: Likewise.
85         * db2/btree/bt_stat.c: Likewise.
86         * db2/btree/btree.src: Likewise.
87         * db2/btree/btree_auto.c: Likewise.
88         * db2/clib/getlong.c: Likewise.
89         * db2/common/db_appinit.c: Likewise.
90         * db2/common/db_apprec.c: Likewise.
91         * db2/common/db_byteorder.c: Likewise.
92         * db2/common/db_err.c: Likewise.
93         * db2/common/db_log2.c: Likewise.
94         * db2/common/db_region.c: Likewise.
95         * db2/common/db_salloc.c: Likewise.
96         * db2/common/db_shash.c: Likewise.
97         * db2/db/db.c: Likewise.
98         * db2/db/db.src: Likewise.
99         * db2/db/db_auto.c: Likewise.
100         * db2/db/db_conv.c: Likewise.
101         * db2/db/db_dispatch.c: Likewise.
102         * db2/db/db_dup.c: Likewise.
103         * db2/db/db_overflow.c: Likewise.
104         * db2/db/db_pr.c: Likewise.
105         * db2/db/db_rec.c: Likewise.
106         * db2/db/db_ret.c: Likewise.
107         * db2/db/db_thread.c: Likewise.
108         * db2/db185/db185.c: Likewise.
109         * db2/db185/db185_int.h: Likewise.
110         * db2/dbm/dbm.c: Likewise.
111         * db2/hash/hash.c: Likewise.
112         * db2/hash/hash.src: Likewise.
113         * db2/hash/hash_auto.c: Likewise.
114         * db2/hash/hash_conv.c: Likewise.
115         * db2/hash/hash_debug.c: Likewise.
116         * db2/hash/hash_dup.c: Likewise.
117         * db2/hash/hash_func.c: Likewise.
118         * db2/hash/hash_page.c: Likewise.
119         * db2/hash/hash_rec.c: Likewise.
120         * db2/hash/hash_stat.c: Likewise.
121         * db2/include/btree.h: Likewise.
122         * db2/include/btree_ext.h: Likewise.
123         * db2/include/clib_ext.h: Likewise.
124         * db2/include/common_ext.h: Likewise.
125         * db2/include/cxx_int.h: Likewise.
126         * db2/include/db.h.src: Likewise.
127         * db2/include/db_185.h.src: Likewise.
128         * db2/include/db_am.h: Likewise.
129         * db2/include/db_auto.h: Likewise.
130         * db2/include/db_cxx.h: Likewise.
131         * db2/include/db_dispatch.h: Likewise.
132         * db2/include/db_ext.h: Likewise.
133         * db2/include/db_int.h.src: Likewise.
134         * db2/include/db_page.h: Likewise.
135         * db2/include/db_shash.h: Likewise.
136         * db2/include/db_swap.h: Likewise.
137         * db2/include/hash.h: Likewise.
138         * db2/include/hash_ext.h: Likewise.
139         * db2/include/lock.h: Likewise.
140         * db2/include/lock_ext.h: Likewise.
141         * db2/include/log.h: Likewise.
142         * db2/include/log_ext.h: Likewise.
143         * db2/include/mp.h: Likewise.
144         * db2/include/mp_ext.h: Likewise.
145         * db2/include/mutex_ext.h: Likewise.
146         * db2/include/os_ext.h: Likewise.
147         * db2/include/os_func.h: Likewise.
148         * db2/include/queue.h: Likewise.
149         * db2/include/shqueue.h: Likewise.
150         * db2/include/txn.h: Likewise.
151         * db2/lock/lock.c: Likewise.
152         * db2/lock/lock_conflict.c: Likewise.
153         * db2/lock/lock_deadlock.c: Likewise.
154         * db2/lock/lock_region.c: Likewise.
155         * db2/lock/lock_util.c: Likewise.
156         * db2/log/log.c: Likewise.
157         * db2/log/log.src: Likewise.
158         * db2/log/log_archive.c: Likewise.
159         * db2/log/log_auto.c: Likewise.
160         * db2/log/log_compare.c: Likewise.
161         * db2/log/log_findckp.c: Likewise.
162         * db2/log/log_get.c: Likewise.
163         * db2/log/log_put.c: Likewise.
164         * db2/log/log_rec.c: Likewise.
165         * db2/log/log_register.c: Likewise.
166         * db2/mp/mp_bh.c: Likewise.
167         * db2/mp/mp_fget.c: Likewise.
168         * db2/mp/mp_fopen.c: Likewise.
169         * db2/mp/mp_fput.c: Likewise.
170         * db2/mp/mp_fset.c: Likewise.
171         * db2/mp/mp_open.c: Likewise.
172         * db2/mp/mp_pr.c: Likewise.
173         * db2/mp/mp_region.c: Likewise.
174         * db2/mp/mp_sync.c: Likewise.
175         * db2/mutex/68020.gcc: Likewise.
176         * db2/mutex/mutex.c: Likewise.
177         * db2/mutex/parisc.gcc: Likewise.
178         * db2/mutex/parisc.hp: Likewise.
179         * db2/mutex/sco.cc: Likewise.
180         * db2/os/os_abs.c: Likewise.
181         * db2/os/os_alloc.c: Likewise.
182         * db2/os/os_config.c: Likewise.
183         * db2/os/os_dir.c: Likewise.
184         * db2/os/os_fid.c: Likewise.
185         * db2/os/os_fsync.c: Likewise.
186         * db2/os/os_map.c: Likewise.
187         * db2/os/os_oflags.c: Likewise.
188         * db2/os/os_open.c: Likewise.
189         * db2/os/os_rpath.c: Likewise.
190         * db2/os/os_rw.c: Likewise.
191         * db2/os/os_seek.c: Likewise.
192         * db2/os/os_sleep.c: Likewise.
193         * db2/os/os_spin.c: Likewise.
194         * db2/os/os_stat.c: Likewise.
195         * db2/os/os_unlink.c: Likewise.
196         * db2/progs/db_archive/db_archive.c: Likewise.
197         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
198         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
199         * db2/progs/db_dump/db_dump.c: Likewise.
200         * db2/progs/db_dump185/db_dump185.c: Likewise.
201         * db2/progs/db_load/db_load.c: Likewise.
202         * db2/progs/db_printlog/db_printlog.c: Likewise.
203         * db2/progs/db_recover/db_recover.c: Likewise.
204         * db2/progs/db_stat/db_stat.c: Likewise.
205         * db2/txn/txn.c: Likewise.
206         * db2/txn/txn.src: Likewise.
207         * db2/txn/txn_auto.c: Likewise.
208         * db2/txn/txn_rec.c: Likewise.
209
210         * elf/rtld.c: Move definition of __libc_stack_end to ...
211         * sysdeps/generic/dl-sysdep.h: ...here.
212
213         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
214         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
215         * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
216
217         * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
218         * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
219         before following it.
220
221 1998-06-08 21:44  Ulrich Drepper  <drepper@cygnus.com>
222
223         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
224         from mntent correctly.
225
226 1998-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
227
228         * sunrpc/Makefile (generated): Correct typo.
229
230 1998-06-04  Philip Blundell  <philb@gnu.org>
231
232         * elf/elf.h (EM_ARM, et al.): New definitions.
233         * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
234
235 1998-06-08 21:33  Ulrich Drepper  <drepper@cygnus.com>
236
237         * localedata/SUPPORTED: Add sk_SK.
238         * localedata/locales/sk_SK: New file.
239
240 1998-06-08 18:57  Ulrich Drepper  <drepper@cygnus.com>
241
242         * Makeconfig (subdirs): Add debug.
243         * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
244         * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
245         backtrace_symbols.
246         * sysdeps/generic/backtrace.c: New file.
247         * sysdeps/generic/backtracesyms.c: New file.
248         * sysdeps/generic/elf/backtracesyms.c: New file.
249         * sysdeps/i386/backtrace.c: New file.
250         * debug/Makefile: New file.
251         * debug/backtrace-tst.c: New file.
252         * debug/execinfo.h: New file.
253
254 1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
255
256         * elf/sprof.c: Implement call graph profiling.
257
258         * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
259
260 1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
261
262         * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
263         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
264         * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
265         Noticed by Jake Garver <garver@valkyrie.net>.
266
267 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
268
269         * libio/genops.c (__underflow): Read character from read pointer
270         as unsigned.
271         (__uflow): Likewise.
272
273 1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
274
275         * libc.map: Add _dl_profile.
276         * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
277         this to ELF_DYNAMIC_RELOCATE.
278         Always allocate array for relocation result if LD_PROFILE is defined.
279         * elf/ldsodefs.h: Adjust prototypes.
280         * elf/dl-open.c (_dl_open): Call relocation function with extra
281         argument.
282         * elf/rtld.c: Likewise.
283         * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
284         Correct loop condition.
285         * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
286         consider_profile to runtime setup function.
287         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
288         _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
289
290         * elf/dl-support.c: Define __libc_stack_end.
291         * elf/rtld.c: Likewise.
292         * sysdeps/generic/libc-start.c: Store last stack address in
293         __libc_stack_end.
294         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
295         * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
296
297         * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
298         Include <stdint.h>, not <inttypes.h>.
299
300         * elf/sprof.c: Implement flat profiling.
301
302         * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
303         _IO_funlockfile explicitly.
304         * libio/fileops.c: Likewise.
305         * libio/fputc.c: Likewise.
306         * libio/freopen.c: Likewise.
307         * libio/freopen64.c: Likewise.
308         * libio/fseek.c: Likewise.
309         * libio/fseeko.c: Likewise.
310         * libio/fseeko64.c: Likewise.
311         * libio/ftello.c: Likewise.
312         * libio/ftello64.c: Likewise.
313         * libio/getc.c: Likewise.
314         * libio/getchar.c: Likewise.
315         * libio/iofclose.c: Likewise.
316         * libio/iofflush.c: Likewise.
317         * libio/iofgetpos.c: Likewise.
318         * libio/iofgetpos64.c: Likewise.
319         * libio/iofgets.c: Likewise.
320         * libio/iofputs.c: Likewise.
321         * libio/iofread.c: Likewise.
322         * libio/iofsetpos.c: Likewise.
323         * libio/iofsetpos64.c: Likewise.
324         * libio/ioftell.c: Likewise.
325         * libio/iofwrite.c: Likewise.
326         * libio/iogetdelim.c: Likewise.
327         * libio/iogets.c: Likewise.
328         * libio/ioputs.c: Likewise.
329         * libio/ioseekoff.c: Likewise.
330         * libio/ioseekpos.c: Likewise.
331         * libio/iosetbuffer.c: Likewise.
332         * libio/iosetvbuf.c: Likewise.
333         * libio/ioungetc.c: Likewise.
334         * libio/iovsprintf.c: Likewise.
335         * libio/iovsscanf.c: Likewise.
336         * libio/oldfileops.c: Likewise.
337         * libio/oldiofclose.c: Likewise.
338         * libio/peekc.c: Likewise.
339         * libio/putc.c: Likewise.
340         * libio/putchar.c: Likewise.
341         * libio/rewind.c: Likewise.
342
343         * malloc/mtrace.c: Pretty print.
344
345         * misc/mntent.h (struct mentent): Make string elements const char *.
346
347         * nis/nis_printf.c: Optimize I/O a little bit.
348
349         * signal/Makefile (distribute): Add sigset-cvt-mask.h.
350         * sysdeps/generic/sigset-cvt-mask.h: New file.
351         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
352         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
353         * sysdeps/posix/sigvec.c: Rewrite the use definitions from
354         sigset-cvt-mask.h to do the dirty work.
355         Patches by Joe Keane.
356
357         * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
358
359         * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
360         syscall_error label in case of PIC anonymous.
361         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
362         * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
363         * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
364         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
365         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
366         * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
367         * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
368
369 1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
370
371         * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
372         we cannot declare the struct element as const.
373         * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
374         * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
375
376 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
377
378         * manual/Makefile: Include ../Makeconfig earlier.
379         (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
380         exist.
381         (dir-add.texinfo): Remove useless $(SHELL).
382
383 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
384
385         * Makefile (others): Build programs from install-bin.
386         * configure.in: Modify config.make only if is was just created and
387         move that command to second argument of AC_OUTPUT.  Add command to
388         set config_vars in config.status.
389
390 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
391
392         * malloc/Makefile (address-width): Fix conditional.
393
394 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
395
396         * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
397         putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
398         strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
399         version GLIBC_2.1.
400
401 1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
402
403         * manual/lang.texi (Range of Type): Change @end table->@end vtable.
404         (Floating Point Parameters): Likewise.
405
406 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
407
408         * hurd/Makefile (routines): Add cthreads.
409
410 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
411
412         * login/login.c (login): Let pututline take care of finding the
413         positin to insert the UTMP entry.  This corrects a bug where ssh
414         was not reusing UTMP entries marked as DEAD_PROCESS.
415         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
416
417 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
418
419         * login/Makefile (tests): New variable, add tst-utmp and
420         tst-utmpx.
421         * login/tst-utmp.c: New file.
422         * login/tst-utmpx.c: New file.
423
424 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
425
426         * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
427         aliases for _hurd_nerr, for programs that don't use sys_errlist,
428         but need sys_err.
429
430 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
431
432         * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
433         * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
434
435 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
436
437         * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
438         make __read a weak alias.  Use ANSI-style function definition.
439         * sysdeps/mach/hurd/write.c: Likewise.
440
441 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
442
443         * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
444         _sys_errlist.
445
446 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
447
448         * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
449         Renamed from librtld.so.
450
451 1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
452
453         * libc.map: Remove _IO_getline_info which was erroneously
454         introduced in section GLIBC_2.0.
455         Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
456
457 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
458
459         * sysdeps/generic/socket.c (__socket): Renamed from socket, and
460         created a weak alias.
461         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
462
463 1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
464
465         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
466         ftruncate function, and create a weak alias to ftruncate.
467
468 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
469
470         * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
471         * inet/getnetgrent_r.c: Likewise.
472         * nss/getXXbyYY_r.c: Likewise.
473         * nss/getXXent_r.c: Likewise.
474         * pwd/fgetpwent_r.c: Likewise.
475         * shadow/sgetspent_r.c: Likewise.
476         * shadow/fgetspent_r.c: Likewise.
477         * sunrpc/publickey.c: Likewise.
478
479 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
480
481         * hurd/libhurduser.map: New file.
482         * mach/libmachuser.map: Likewise.
483
484         * libc.map: Add Hurd-specific functions to version 2.1.
485         Add __flshfp and __fillbf.
486
487 1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
488
489         * manual/signal.texi (Basic Signal Handling): Fix typo.
490         * manual/errno.texi (Error Codes): Likewise.
491
492 1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
493
494         * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
495         instead of <sys/socket.h>.
496         Patch by NIIBE Yutaka <gniibe@mri.co.jp>
497
498         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
499         Finally make it working.
500         Patch by Mark Hatle <fray@kernel.crashing.org>.
501
502 1998-03-22  Paul Eggert  <eggert@twinsun.com>
503
504         * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
505         a Solaris 2.6 bug.
506
507 1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
508
509         * stdlib/gmp-impl.h: Support strange mixed-endian double format
510         used by ARM systems.
511         * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
512         FE_EXCEPT_SHIFT.
513         * sysdeps/arm/bits/fenv.h: Deleted.
514         * sysdeps/arm/fpu/ieee754.h: New file.
515         * sysdeps/arm/gmp-mparam.h: New file.
516         * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
517         implementation.
518
519 1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
520
521         * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
522
523         * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
524         of ((unused)).  Reported by Bruno Haible.
525
526 1998-05-31  Philip Blundell  <philb@gnu.org>
527
528         * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
529         referring to errno and _errno.
530
531         * sysdeps/arm/fpu/feholdexcpt.c: New file.
532
533         * sysdeps/i386/fpu_control.h: Fix typo.
534
535         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
536         (_JMPBUF_UNWINDS): Added.
537         * sysdeps/arm/fpu/bits/setjmp.h: New file.
538
539 1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
540
541         * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
542         order to build header files, not `generated'.
543
544         * Rules (before-compile): New target which depends on all
545         $(before-compile) files.
546
547 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
548
549         * nis/nis_call.c: Make directory search faster.
550
551         * nis/nis_callback.c: Insert public key of user in callback data.
552
553         * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
554
555         * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
556
557         * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
558
559         * nis/nis_intern.h: Remove duplicated prototype.
560
561 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
562
563         * sunrpc/auth_des.c: Move prototypes from here ...
564         * sunrpc/rpc/auth.h: ... to here.
565
566         * sunrpc/clnt_tcp.c: Add more control flags.
567         * sunrpc/clnt_udp.c: Likewise.
568
569         * sunrpc/netname.c (host2netname): Remove prefixing dot from
570         domainname.
571
572         * sunrpc/rpc/clnt.h: Document, which control flags are not
573         implementable.
574
575         * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
576
577 1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
578
579         * locale/loadlocale.c (_nl_load_locale): Don't allow too small
580         files crash the program.
581
582         * io/Makefile: Don't run ftwtest-sh if cross-compiling.
583         * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
584         Reported by Deborah Wallach <kerr@pa.dec.com>.
585
586 1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
587
588         * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
589         on whether this is a stable release or not (keeps snapshot bug
590         reports out of the database).
591
592         * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
593         * sysdeps/arm/sysdep.h: Likewise.
594         * sysdeps/i386/sysdep.h: Likewise.
595         * sysdeps/m68k/sysdep.h: Likewise.
596         * sysdeps/mach/mips/sysdep.h: Likewise.
597         * sysdeps/mach/sys/reboot.h: Likewise.
598         * sysdeps/mach/sysdep.h: Likewise.
599         * sysdeps/unix/alpha/sysdep.h: Likewise.
600         * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
601         * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
602         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
603         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
604         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
605         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
606         * sysdeps/unix/i386/sysdep.h: Likewise.
607         * sysdeps/unix/mips/sysdep.h: Likewise.
608         * sysdeps/unix/sparc/sysdep.h: Likewise.
609         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
610         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
611         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
612         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
613         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
614         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
615         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
616         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
617
618 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
619
620         * mach/Machrules: Use $(move-if-change).
621
622 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
623
624         * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
625         * Makerules (lib%.so): Depend on $(+interp).
626         (libc.so): Add interp.os to list of dependencies.
627         (interp-obj): Remove variable.
628         * mach/Machrules (+interp): Define to empty since libhurduser and
629         libmachuser don't need to have the interpreter set.
630
631 1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
632
633         * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
634
635         * resolv/gethnamaddr.c: Likewise.
636
637         * resolv/res_comp.c: Likewise.
638
639 1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
640
641         * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
642         so that transparent union works.
643
644 1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
645
646         * manual/texinfo.tex: Update to last available version.
647
648         * timezone/africa: Update from tzdata1998e.
649         * timezone/antarctica: Likewise.
650         * timezone/asia: Likewise.
651         * timezone/australasia: Likewise.
652         * timezone/europe: Likewise.
653         * timezone/iso3166.tab: Likewise.
654         * timezone/northamerica: Likewise.
655         * timezone/tzselect.ksh: Likewise.
656         * timezone/zone.tab: Likewise.
657
658 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
659
660         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
661         Reported by Matt McLean <keys@brio.yikes.com>.
662
663 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
664
665         * catgets/Makefile ($(objpfx)de.cat): Renamed from
666         do-gencat-test.  Use automatic variables.
667         ($(objpfx)de.msg): Fix reference to po file.
668
669 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
670
671         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
672         $(move-if-change).
673
674 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
675
676         * intl/dcgettext.c: Fix typo.
677
678 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
679
680         * configure.in: Allow more make versions e.g 3.76.90.
681
682 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
683
684         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
685
686         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
687         for Hurd.  Patch by Mark Kettenis.
688
689 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
690
691          * mach/Machrules (+preinit, +postinit): Define these variables to
692          empty because libhurduser and libmachuser don't need startup
693          files.
694
695 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
696
697          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
698          instead of a raw bitmask.
699
700 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
701
702         * Makeconfig (rpath-dirs): New variable.
703         (rpath-link): Use it.
704         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
705         (db-objpfx): Removed.
706         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
707         * md5-crypt/Makefile: Likewise.
708         * sysdeps/mach/hurd/Makefile: Likewise.
709
710         * Makeconfig (move-if-change): New variable.
711         * iconvdata/Makefile (move-if-change): Removed.
712         * manual/Makefile (move-if-change): Set only if undefined, use
713         local script by default.
714         * sunrpc/Makefile (move-if-change): Removed.
715         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
716         $(move-if-change).
717
718          * elf/Makefile: Remove all references to obsolete file
719          $(objpfx)rtldtbl.h.
720          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
721
722 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
723
724         * elf/dl-close.c (_dl_close): Add debugging message.
725
726 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
727
728         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
729         to get Linux version and not gcc version.
730         Reported by Alan Curry <pacman@cqc.com>.
731
732 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
733
734         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
735         pointers - return unknown error message instead.
736         Reported by Alan Curry <pacman@cqc.com>.
737
738 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
739
740         * iconvdata/Makefile (modules, sed-generated-headers,
741         perl-generated-headers): ibm424.h is perl generated.  Make
742         necessary modifications to compile without perl.
743
744 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
745
746         * hesiod/hesiod.c (read_config_file): Fix typo.
747
748 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
749
750         * version.h: Bump VERSION.
751
752         * csu/Makefile (distribute): Add munch-tmpl.c.
753
754 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
755
756         * nis/nis_defaults.c: Fix buffer problems and typos.
757
758 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
759
760         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
761         Patch by Fred Fish.
762
763 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
764
765         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
766         overwriting bugs.
767
768         * libio/strops.c (_IO_str_underflow): Read newly available
769         character from buffer as unsigned.
770
771 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
772
773         * catgets/Makefile (distribute): Add xopen-msg.h.
774         (generated): Add de.msg and de.cat.
775         (tests): Add do-gencat-test.
776         (do-gencat-test): New goal.  Run gencat on a generated msg file.
777         * catgets/xopen-msg.h: New file.
778
779 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
780
781         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
782         functions.  Optimize filename creation a bit.
783
784 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
785
786         * stdlib/random_r.c: Help gcc to optimize the code.
787         Patch by Joe Keane <jgk@jgk.org>.
788
789 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
790
791         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
792         tsearch calls.
793
794 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
795
796         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
797         it.
798
799 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
800
801         * wcsmbs/wcsnrtombs.c: Correct computation of result.
802         * wcsmbs/wcsrtombs.c: Likewise.
803
804         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
805         * wcsmbs/wcsmbs-tst1.c: New file.
806
807         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
808
809         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
810         as 1.
811
812         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
813         weak.
814
815 1998-05-21  Philip Blundell  <philb@gnu.org>
816
817         * sysdeps/arm/fpu_control.h: Replace stub file with real
818         implementation.
819         * sysdeps/arm/fpu/bits/fenv.h: New file.
820         * sysdeps/arm/fpu/fesetround.c: Likewise.
821         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
822         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
823         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
824         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
825         * sysdeps/arm/fpu/fegetenv.c: Likewise.
826         * sysdeps/arm/fpu/fesetenv.c: Likewise.
827
828 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
829
830         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
831         read instead of mmap.
832
833 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
834
835         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
836         directly instead of include_next.  Add missing semicolons.
837         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
838         Add missing semicolons.
839
840 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
841
842         * iconvdata/gconv-modules: Add more aliases to please java
843         environments.
844
845 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
846
847         * stdio-common/vfprintf.c (process_arg): Fix typo.
848
849         * iconvdata/TESTS: New tests for EUC-KR.
850
851         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
852         * iconvdata/testdata/EUC-KR: New file.
853
854 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
855
856         * math/libm-test.c (hypot_test): Fix a typo.
857
858 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
859
860         * stdio-common/vfprintf.c: When precision is specified for %ls or
861         %S handle it correctly.
862
863 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
864
865         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
866         the" in one line - fixed it.
867         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
868         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
869         * posix/unistd.h: Likewise
870
871 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
872
873         * Makeconfig (rpath-link): Add resolvobjdir.
874         (resolvobjdir): New variable.
875         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
876
877 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
878
879         * elf/dl-close.c: Call shared object terminators at the right time.
880         Patch by Philippe Troin <phil@fifi.org>.
881
882 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
883
884         * Make-dist (+tsrcs): Also add *.map for every member of
885         $(extra-libs).
886
887         * Makefile (distribute): Don't distribute scripts/printsources and
888         scripts/=__ify.  Distribute FAQ.in.
889         (rpm/%): Don't pass subdirs to sub-make.
890
891         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
892         instead of $(no_deps).
893
894 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
895
896         * sysdeps/generic/setenv.c: Protect against GNU C extension.
897         (KNOWN_VALUE, STORE_VALUE): Do it right.
898         (setenv): Remove unused variable.
899
900 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
901
902         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
903         (CFLAGS-zdump.c): Add $(tz-cflags).
904
905         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
906         return type.
907
908 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
909
910         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
911         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
912         if use_localtime.
913         * time/tzset.c: Update prototype of __tzfile_compute.
914         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
915         tm_zone and tm_offset here if __use_tzfile.
916
917 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
918
919         * Makerules: Install libc.a even if there are no object file.
920
921 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
922
923         * Makerules (do-makelib): Don't force creating library from
924         scratch, to avoid wasting time and space and to get correct
925         behaviour if $(subdirs) is incomplete.
926
927 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
928
929         * Makerules (do-stamp): Make it work when building in source
930         directory.
931
932 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
933
934         * elf/dl-load.c: Rename option and variable from ignore-rpath to
935         inhibit-rpath.
936         * elf/dl-support.c: Likewise.
937         * elf/ldsodefs.h: Likewise.
938         * elf/rtld.c: Likewise.
939         * iconvdata/run-iconv-test.sh: Likewise.
940
941 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
942
943         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
944         variable using the value.
945         * elf/ldsodefs.h: Declare _dl_ignore_path.
946         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
947         object against list in _dl_ignore_path and ignore RPATH if on the list.
948         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
949         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
950         to make sure we get the correct helper libraries loaded.
951
952         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
953         "RPATH" string in call to fillin_rpath instead.
954         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
955
956 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
957
958         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
959         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
960
961 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
962
963         * manual/terminal.texi (I/O Queues): Fix typo.
964
965         * manual/stdio.texi (Closing Streams): Fix grammar.
966
967         * manual/arith.texi (Absolute Value): Correct typo.
968         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
969
970 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
971
972         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
973         LD_PROFILE_OUTPUT in SUID binaries.
974         * intl/dcgettext.c: In SUID binaries don't let language part of
975         locale value contain path elements.
976         * intl/explodename.h: Define new function _nl_find_language.
977         * intl/loadinfo.h: Declare _nl_find_language.
978         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
979         language part it drop the value is path element is contained.
980
981         * locale/setlocale.c: Fix typo.
982
983 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
984
985         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
986
987         * sysdeps/arm/strlen.S: Support both big and little endian processors.
988
989         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
990         log, not a byte-count.
991
992         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
993         a.out compatibility.
994
995 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
996
997         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
998         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
999         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1000         * posix/unistd.h: Likewise.
1001         * math/math.h: Likewise.
1002         * manual/users.texi (Manipulating the Database): Likewise.
1003         * manual/signal.texi (Job Control Signals): Likewise.
1004         * manual/message.texi (The gencat program): Likewise.
1005         * manual/filesys.texi (Hard Links): Likewise.
1006         * manual/math.texi (SVID Random): Likewise.
1007         * manual/llio.texi (Waiting for I/O): Likewise.
1008         * manual/io.texi (File Name Errors): Likewise.
1009         * manual/conf.texi (String Parameters): Likewise.
1010         * manual/arith.texi (Infinity): Likewise.
1011         * malloc/malloc.c: Likewise.
1012         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
1013         * csu/Makefile: Likewise.
1014
1015 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
1016
1017         * manual/memory.texi: Add back accidently removed line.
1018
1019 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
1020
1021         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
1022         (timeout_handler): New function.
1023         (LOCK_FILE, UNLOCK_FILE): New macros.
1024         Implement file locking with timeout.
1025         (getutent_r_file, internal_getut_r, getutline_r_file,
1026         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
1027         locking.
1028
1029 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
1030
1031         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
1032         directory.
1033
1034 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1035
1036         * rpm/Makefile: Delete inclusion of version.mk.
1037
1038 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1039
1040         * libc.map: Add all libio functions needed libstdc++ with version
1041         2.0, sort entries.
1042
1043 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1044
1045         * iconvdata/Makefile (generated): Add *.stmp files.
1046
1047 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1048
1049         * timezone/Makefile (testdata, build-testdata): New variables, use
1050         them in rules for test data.
1051         ($(objpfx)tst-timezone.out): Depend on test data.
1052         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
1053         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
1054         New rules to build test data.
1055         (tst-timezone-ENV): Pass TZDIR to point to test data.
1056
1057 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
1058
1059         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
1060         (the designation sequence is disturbing).
1061
1062 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1063
1064         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
1065         * sunrpc/xdr_rec.c: Likewise.
1066
1067 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1068
1069         * posix/Makefile (tests): Add runptests.
1070         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
1071         (before-compile): Add ptestcases.h.
1072         (ptestscases.h): Add rule to generate from PTESTS.
1073         * posix/runptests.c: New file.
1074         * posix/PTESTS: New file.
1075         * posix/PTESTS2C.sed: New file.
1076
1077 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1078
1079         * iconv/loop.c: Let user add code to use and set paramaters.
1080
1081         * iconvdata/iso-2022-kr.c: Correct to-loop.
1082
1083         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
1084         point to output buffer.
1085
1086         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
1087         hanja.
1088
1089         * iconvdata/TESTS: Add ISO-2022-KR test.
1090         * iconvdata/testdata/ISO-2022-KR: New file.
1091
1092 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
1093
1094         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
1095         and internal_use.
1096         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
1097         and internal_use.
1098         * wcsmbs/btowc.c: Likewise.
1099         * wcsmbs/mbrtowcs.c: Likewise.
1100         * wcsmbs/mbsnrtowcs.c: Likewise.
1101         * wcsmbs/mbsrtowcs.c: Likewise.
1102         * wcsmbs/wcrtomb.c: Likewise.
1103         * wcsmbs/wcsnrtombs.c: Likewise.
1104         * wcsmbs/wcsrtombs.c: Likewise.
1105         * wcsmbs/wctob.c: Likewise.
1106         * iconv/skeleton.c: Increment invocation_counter.
1107         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
1108         sequence first.
1109
1110         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
1111         * iconvdata/iso-2022-jp.c: Likewise.
1112         * iconvdata/iso646.c: Likewise.
1113
1114         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
1115
1116 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1117
1118         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
1119
1120         * sysdeps/generic/setenv.c (setenv): Remove optimization for
1121         overwriting existing values if it fits.
1122
1123 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
1124
1125         * posix/wordexp-test.c: Avoid duplicate messages.
1126
1127         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
1128         tsearch.  Correctly interpret values returned by those functions.
1129         (unsetenv): Store pointer to string, not pointer to string pointer.
1130
1131         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
1132         DST information and offset in them.
1133         * time/tzset.c (__tz_convert): Pass extra parameters to
1134         __tzfile_compute.  Compute equivalent values for use of tz_rules.
1135
1136 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1137
1138         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
1139         stamp files to avoid unnecessary recompilation.
1140         (gen-8bit-gap-table): Likewise.
1141         (move-if-change): New variable.
1142         (all generated .h rules): Change to be .stmp rules.
1143         (%.h): New rule; depend on %.stmp; no commands.
1144         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
1145         gen-8bit-gap-1.sh.
1146
1147 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1148
1149         * Makerules (libc-map): Deleted.
1150         (load-map-file): Set to the appropriate compiler switch, not
1151         just the file name.  If libfoo-map is not set, look for a
1152         libfoo.map in the current directory and $(..).
1153         (map-file): New variable, contains just the mapfile name.
1154         (build-shlib): Adjust for new value of load-map-file.
1155         (libc.so): Correct dependencies.
1156
1157         * extra-lib.mk: Correct shlib dependencies since libfoo-map
1158         may not be set anymore.
1159
1160         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
1161         Delete libdl-map.  Tweak ld.so link rule to work with changed
1162         variable settings in Makerules.
1163         * iconvdata/Makefile: Tweak build-module to work with changed
1164         variable settings in Makerules.
1165
1166         * db/Makefile: Delete libdb-map.
1167         * hesiod/Makefile: Delete libnss_hesiod-map.
1168         * linuxthreads/Makefile: Delete libpthread-map.
1169         * locale/Makefile: Delete libBrokenLocale-map.
1170         * login/Makefile: Delete libutil-map.
1171         * math/Makefile: Delete libm-map.
1172         * md5-crypt/Makefile: Delete libcrypt-map.
1173         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
1174         libnss_nisplus-map, and libnss_compat-map.
1175         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
1176         libnss_ldap-map.
1177         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
1178         * rt/Makefile: Delete librt-map.
1179
1180 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1181
1182         * configure.in: Instead of substituting `yes' or `no' for whether
1183         --no-whole-archive is available, set @no_whole_archive@ to the
1184         appropriate gcc switch or the empty string.  Likewise for
1185         -fno-exceptions.
1186         * config.make.in: Replace have-no-whole-archive with
1187         no-whole-archive and have-no-exceptions with no-exceptions.
1188         * Makerules: Delete stanzas setting no-whole-archive and
1189         no-exceptions.
1190
1191         * sunrpc/Makefile: Use move-if-change to update generated .h
1192         and .c files.
1193
1194 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1195
1196         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
1197         of strchr loop.
1198
1199 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1200
1201         * time/tzfile.c (__tzfile_read): Remove unused variable info.
1202         (__tzfile_compute): Likewise.
1203
1204 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1205
1206         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
1207         defines from Linux 2.1.102.
1208
1209 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
1210
1211         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
1212
1213 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
1214
1215         * inet/netinet/in.h: Add defines for multicast.
1216         Reported by Jeremy Hall <jhall@UU.NET>.
1217
1218         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
1219         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
1220         and unsetenv.  Optimize _LIBC case.
1221         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
1222         Define functions with leading __.
1223
1224         * time/tzfile.c: Correct handling of global variables daylight,
1225         timezone, and tzname.
1226         * time/tzset.c: Likewise.
1227         * timezone/Makefile (tests): Add tst-timezone.
1228         * timezone/tst-timezone.c: New file.
1229
1230 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
1231
1232         * timezone/asia: Update from tzdata1998d.
1233         * timezone/australasia: Likewise.
1234         * timezone/europe: Likewise.
1235
1236 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
1237
1238         * string/string.h: Don't use the optimized versions for the string
1239         functions if optimizing for space.
1240
1241         * stdlib/tst-strtod.c: Add test for -0.0.
1242
1243         * io/ftwtest-sh: Prevent tests from being run by root.
1244
1245         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
1246         last addition.  Patch by wkpark@chem.skku.ac.kr.
1247
1248 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1249
1250         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
1251         table.
1252
1253 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1254
1255         * iconvdata/gen-8bit.sh: New file.
1256         * iconvdata/gen-8bit-gap.sh: New file.
1257         * iconvdata/gen-8bit-gap-1.sh: New file.
1258         * iconvdata/Makefile (generate-8bit-table): Use shell script
1259         instead of writing the commands directly.
1260         (generate-8bit-gap-table): Likewise.
1261         ($(objpfx)iso8859-7jp.h): Likewise.
1262         (generated headers): Depend on shell script instead of Makefile.
1263         (before-compile): Add $(perl-generated-headers) only if perl is
1264         available.
1265         (headers): Depend on $(perl-generated-headers) only if perl is
1266         available.
1267         (sed-generated-headers): Remove iso8859-7jp.h.
1268
1269 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1270
1271         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
1272         (/): Removed.
1273
1274 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1275
1276         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
1277         formed charset names to getfct.  Let user override charset
1278         selection by mention charset in locale name.
1279
1280 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
1281
1282         * posix/glob.c: Move to ...
1283         * sysdeps/generic/glob.c: ...here.
1284         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
1285         elements.
1286         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
1287         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
1288         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
1289         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
1290         subdir.
1291         * libc.map [GLIBC_2.1]: Add glob and globfree.
1292
1293 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1294
1295         * sunrpc/Makefile (generated): Restore old list.
1296
1297 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1298
1299         * rt/Makefile (tests): Define only if we have a thread library.
1300
1301         * nis/ypclnt.c: Add: #include <errno.h>.
1302
1303 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1304
1305         * configure.in: Define and substitute RELEASE as well as
1306         VERSION.
1307         * config.make.in: Add RELEASE and VERSION to be substituted.
1308         * Makeconfig: Delete all references to version.mk.
1309         * Make-dist: Likewise.
1310         * MakeTAGS: Likewise.
1311         * elf/Makefile: Likewise.
1312
1313 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1314
1315         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
1316         yp_get_default_domain.
1317
1318 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1319
1320         * sysdeps/posix/profil.c (__profil): Don't define act and timer
1321         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
1322
1323 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
1324
1325         * malloc/malloc.c: Fix for NO_THREADS case.
1326
1327 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
1328
1329         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
1330         Remove statfs and fstatfs.
1331         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
1332         and pwrite as EXTRA.
1333         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1334
1335 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
1336
1337         * libc.map: Add capget and capset.
1338
1339 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1340
1341         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1342         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
1343         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
1344         and Matt McLean <keys@brio.yikes.com>.
1345
1346 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
1347
1348         * misc/Makefile (tests): Add tst-mntent.
1349         * misc/tst-mntent.c: New file.
1350
1351 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1352
1353         * autolock.sh: Removed.
1354         * manual/move-if-change: Removed.
1355
1356         * scripts: New directory.
1357         * =__ify: Moved to scripts.
1358         * config.guess: Likewise.
1359         * config.sub: Likewise.
1360         * gen-FAQ.pl: Likewise.
1361         * install-sh: Likewise.
1362         * mkinstalldirs: Likewise.
1363         * move-if-change: Likewise.
1364         * printsources: Likewise.
1365         * rellns.sh: Likewise.
1366         * test-installation.pl: Likewise.
1367
1368         * configure.in: Look in scripts for config.guess, config.sub,
1369         install-sh.
1370         * Makefile: Distribute all above files in their
1371         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
1372         * manual/Makefile: Find mkinstalldirs and move-if-change in
1373         $(..)scripts.  Drop them from distribute.  Minor cleanups.
1374         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
1375         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
1376         * timezone/Makefile: Find rellns-sh in scripts.
1377
1378 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1379
1380         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
1381         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
1382
1383 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1384
1385         * Makefile (+subdir-inits): Delete variable.
1386         (+init_subdirs): Likewise.
1387         (aux): Likewise.
1388         (before-compile): Likewise.
1389         (libc-init): Delete stanza.
1390         (version-info.h): Delete rule and associated variable.
1391         (distribute): Don't distribute moved files.
1392         * Makerules (interp-obj): It lives in elf now.  Only use it
1393         if $(elf) is set.  Delete rule to build it.
1394         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
1395         version.o and version-info.h.  Minor cleanups.
1396         (routines): Add libc-init, sysdep, version.
1397         (generated): Add version-info.h.
1398         * elf/Makefile: Build interp.os.
1399
1400         * interp.c: Moved to elf.
1401         * set-init.c: Moved to csu.
1402         * munch-init.c: Likewise.
1403         * munch.awk: Likewise.
1404         * version.c: Likewise.
1405
1406         * Rules: Unconfuse syntax highlighting with a fake comment.
1407
1408 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1409
1410         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
1411         syscalls.
1412
1413 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1414
1415         * iconvdata/Makefile (generated): Set to *-generated-headers
1416         plus gconv-modules.
1417         (tests): Set to iconv-test.
1418         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
1419         * posix/Makefile (generated): Set to wordexp-test-result*.
1420         * sunrpc/Makefile (generated): Remove rpcsvc/*.
1421         (generated-dirs): Add rpcsvc.
1422         * libio/Makefile: Clean up.
1423
1424 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
1425
1426         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
1427         * Makerules: Likewise.
1428         (+depfiles): Also add sysdep-others.
1429         * Rules: Likewise.
1430         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
1431         * iconvdata/Makefile (distribute): Add TESTS.
1432         * localedata/Makefile (repertoires): Rename to repertoiremaps.
1433         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
1434         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
1435         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
1436         sysdep-others, not others.
1437         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1438         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
1439
1440 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
1441
1442         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
1443         cost_hi and cost_lo.
1444         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
1445         Cost parameter and set cost_lo to INT_MAX.
1446         (add_module): Take new parameter and use it to initialize cost_lo.
1447         (read_conf_file): Count modules being loaded and use counter for
1448         new parameter to add_module.
1449         * iconv/gconv_db.c (find_derivation): When look for cost examine
1450         cost_hi and cost_lo.
1451
1452 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
1453
1454         * string/bits/string2.h: Don't use unsigned char * unless really
1455         necessary since this disturbs C++.
1456         * sysdeps/i386/i486/bits/string.h: Likewise.
1457         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
1458
1459 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1460
1461         * malloc/malloc.c (top_check): Fix last change.
1462
1463 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
1464
1465         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
1466         Patch by Matt McLean <keys@brio.yikes.com>.
1467
1468 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1469
1470         * Makerules (lib): Put back dependency on lib-noranlib.
1471         ($(subdirs-stamps)): Remove dependency on stamp.* again.
1472
1473 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
1474
1475         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
1476         test in __pow2 implementation.
1477
1478 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
1479
1480         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
1481         Still need *FLAGS-.o because we still sometimes build .o files.
1482         * db2/Makefile: Don't build libndbm.a if !build-static.
1483
1484 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1485
1486         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
1487
1488 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
1489
1490         * configure.in: New test for broken gcc on PowerPC.
1491         * sysdeps/powerpc/atomicity.h: Use result of test.
1492         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
1493
1494         * math/libm-test.c: Update many of the epsilon to match actual
1495         performance.
1496
1497         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
1498         * sysdeps/libm-ieee754/e_expf.c: Likewise.
1499         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
1500         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
1501
1502         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
1503
1504         * sysdeps/powerpc/elf/libc-start.c: New file.
1505         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
1506         * sysdeps/powerpc/elf/start.c: Delete.
1507
1508         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
1509         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
1510
1511         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
1512         few patches.
1513
1514 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
1515
1516         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
1517         test for integer.
1518
1519         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
1520         * sysdeps/libm-i387/e_powl.S: Likewise.
1521
1522 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
1523
1524         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
1525         (malloc_check, free_check, realloc_check, memalign_check): Use
1526         them to improve overrun checking.  Overruns of a single byte and
1527         corruption of the top chunk are now detected much more reliably.
1528
1529 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1530
1531         * math/libm-test.c (pow_test): Add test for special value from PR
1532         libc/590.
1533
1534 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
1535
1536         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
1537         including linux/errno.h.
1538
1539 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
1540
1541         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
1542         Use correct types.
1543         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
1544         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
1545
1546 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1547
1548         * Makerules (elide-routines.*): Fix assignments.
1549         (do-makelib): Fix typo.
1550         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
1551         makefile.
1552
1553 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1554
1555         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
1556         $(objpfx)sysd-dirs): Move them...
1557         * Makeconfig: ... here.
1558         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
1559         (stubs): Fix circular depedency.
1560         (do-makelib): Clean up.
1561         (lib): Don't depend on lib-noranlib.
1562         ($(objpfx)stamp.oS): Remove special case for empty
1563         static-only-routines.
1564         (elide-routines.o): Add $(static-only-routines).
1565         (elide-routines$o): Define this instead of elide-routines.$o.
1566         * manual/Makefile (stubs): Fix circular dependency.
1567
1568 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1569
1570         * libio/Makefile (routines): Remove duplicate oldiofclose.
1571
1572 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
1573
1574         * string/strcoll.c: Use uint32_t instead of u_int32_t.
1575
1576 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
1577
1578         * libio/stdio.h: Fix typo in __REDIRECT.
1579         * io/sys/stat.h: Likewise.
1580         Reported by Myles Uyema <myles@uyema.nws.net>.
1581
1582 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1583
1584         * locale/programs/localedef.c (options): Fix help message.
1585
1586 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
1587
1588         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
1589         relocations.  Patch by Joe Keane <jgk@jgk.org>.
1590
1591 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
1592
1593         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
1594         ptmalloc_unlock_all, but re-initializes the mutexes instead.
1595         (ptmalloc_init): Use new function in thread_at_fork call.
1596         (thread_atfork_static): Likewise.
1597         Suggested by Wolfram Gloger and Xavier Leroy.
1598
1599 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
1600
1601         * signal/signal.h: Move definitions of struct sigstack and
1602         struct sigaltstack into separate file and include it.
1603         * sysdeps/generic/bits/sigstack.h: New file.
1604         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
1605         * signal/Makefile (headers): Add bits/sigstack.h.
1606
1607 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1608
1609         * elf/rtld.c (dl_main): Fix check for number of references to
1610         interpreter object.
1611
1612 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1613
1614         * elf/rtld.c (dl_main): Check has_interp after executing platform
1615         specific code.
1616
1617 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1618
1619         * iconvdata/run-iconv-test.sh: Fix typo.
1620
1621 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1622
1623         * Makerules (+depfiles): Add depfiles for $(tests-static).
1624         Simplified.
1625
1626 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1627
1628         * manual/terminal.texi (Special Characters): Fix description of
1629         c_cc indexes.
1630
1631 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1632
1633         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
1634         array.
1635         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
1636         of c_cc array.
1637
1638 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1639
1640         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
1641
1642 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
1643
1644         * intl/locale.alias: Update russian entry.
1645
1646 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1647
1648         * Makerules (static-only-routines): Reimplement in terms of
1649         elide-routines.os.
1650         (shared-only-routines): Reimplement in terms of
1651         elide-routines.X [where X is all object-suffixes except .os].
1652
1653         (stubs): Create stubs file inside the subdir.
1654         (common-mostlyclean): Remove stubs file from inside the subdir.
1655         * Makefile (subdir-stubs): Look for stubs files inside the
1656         subdirs.
1657         * manual/Makefile (stubs): Create dummy stubs file inside the
1658         subdir.
1659
1660 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1661
1662         Build speed improvement: make ar less of a bottleneck.
1663
1664         * Makerules (stamp$o): Just record the object list for later
1665         use.
1666         (libc_foo.a): New rule, depends on subdir stamp files; builds
1667         and ranlibs the library from the lists saved in those files.
1668
1669         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
1670         (subdirs-stamp-o): Likewise.
1671
1672         (ar-symtab-name): Delete variable.
1673         (lib%.a): Delete target.
1674         (libc_foo.a(bar.%)): Delete target.
1675         (libc_foo.a($(ar-symtab-name))): Delete target.
1676
1677         (objects objs): Just depend on libobjs and extra-objs.
1678         (libobjs): Depend on the stamp files, not the objects.
1679         (extra-objs): New target, just depends on the extra-objs list.
1680
1681         (CREATE_ARFLAGS): Kill the `ar S' hack.
1682
1683         * config.make.in (have-ar-S): Deleted.
1684         * configure.in: Delete test for `ar S'.  Add test to determine
1685         whether ranlib does anything useful.
1686
1687 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
1688
1689         * inet/tst-ether_aton.c: Include <stdio.h>.
1690
1691 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
1692
1693         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
1694
1695         * locale/Makefile (distribute): Add programs/repertoire.h.
1696         (localedef-modules): Add repertoire.
1697         (CPPFLAGS): Define REPERTOIREMAP_PATH.
1698         * locale/programs/repertoire.c: New file.
1699         * locale/programs/repertoire.h: New file.
1700         * locale/programs/charmap.c: Starting fixing character set handling
1701         to handle multi-byte encodings.
1702         * locale/programs/charset.c: Likewise.
1703         * locale/programs/charset.h: Likewise.
1704         * locale/programs/ld-collate.c: Likewise.
1705         * locale/programs/ld-ctype.c: Likewise.
1706         * locale/programs/linereader.c: Likewise.
1707         * locale/programs/localedef.c: Likewise.
1708         * locale/programs/locfile-kw.gperf: Likewise.
1709         * locale/programs/locfile-kw.h: Likewise.
1710         * locale/programs/locfile-token.h: Likewise.
1711         * locale/programs/locfile.h: Likewise.
1712         * locale/programs/stringtrans.c: Likewise.
1713
1714         * locale/programs/locfile.c: Interpret I18NPATH value as base of
1715         path, extended with "/locales/".
1716
1717 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
1718
1719         * sysdeps/arm/memset.S: Fix off by one error.
1720
1721         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
1722         __syscall_error rather than syscall_error directly.
1723
1724 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
1725
1726         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
1727         mmap() syscall for ARM.
1728
1729         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
1730         binaries.
1731
1732 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
1733
1734         * locale/programs/localedef.c: Recognize repertoire-map option.
1735
1736 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1737
1738         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
1739         converting non-hex numbers.
1740         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
1741
1742 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
1743
1744         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
1745         check overflow.
1746         * resolv/Makefile (tests): New, add tst-aton.
1747         * resolv/tst-aton.c: New file.
1748
1749 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1750
1751         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
1752         semicolon.
1753
1754 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
1755
1756         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
1757         by letting the later modify the variable computing the total directly.
1758         * wcsmbs/mbsrtowcs.c: Likewise.
1759         * wcsmbs/wcsnrtombs.c: Likewise.
1760         * wcsmbs/wcsrtombs.c: Likewise.
1761
1762         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
1763         it is not used.
1764         * wcsmbs/wctoc.c: Likewise.
1765
1766         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
1767         * wcsmbs/wcsrtombs.c: Likewise.
1768
1769         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
1770
1771 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1772
1773         * iconv/skeleton.c: Correct counting of actually converted
1774         characters.
1775
1776         * intl/localealias.c (read_alias_file): Use unsigned char for
1777         local variables.  Remove unused variable tp.
1778         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
1779         for type of codeset.  For loosing Solaris systems.
1780         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
1781         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
1782         len if not needed.
1783         Patches by Jim Meyering.
1784
1785         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
1786         wcsrtombs must put it into initial state.
1787
1788 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1789
1790         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
1791         argument of bswap_XX macro.
1792
1793 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1794
1795         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
1796         variable name.
1797
1798 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
1799
1800         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
1801         semun and use stdarg macros to get the value.
1802         * sysdeps/generic/semctl.c: Don't use union semun.
1803
1804         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
1805
1806         * string/basename.c [!_LIBC]: Define function as gnu_basename.
1807
1808         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
1809         strings.h.
1810
1811         * stdlib/grouping.h: Accept ungrouped numbers even if locale
1812         defines grouping.
1813
1814         * intl/hash-string.h: Don't include values.h.
1815
1816         * inet/Makefile (tests): Add tst-ether_aton.
1817         * inet/tst-ether_aton.c: New file.
1818
1819         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
1820         in hex conversion.
1821         * inet/ether_aton.c (ether_aton): Declare result variable static.
1822         Reported by ahyung@unixg.ubc.ca.
1823
1824         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
1825         Define macro _SEM_SEMUN_UNDEFINED instead.
1826         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
1827
1828         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
1829         * stdio-common/Makefile (tests): Add tst-wc-printf.
1830
1831 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
1832
1833         * manual/stdio.texi (Variable Arguments Output): Correct variable
1834         name.  Patch from Ewan Mellor <em@nexus.co.uk>
1835
1836 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1837
1838         * intl/dcgettext.c: Remove unneeded definition of
1839         internal_function.
1840
1841 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1842
1843         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
1844         instead of do-iconv-test.
1845         ($(objpfx)gconv-modules): Define rule only if objpfx is not
1846         empty.
1847
1848 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1849
1850         * string/string.h: Fix feature test.
1851
1852 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1853
1854         * iconvdata/iso646.c (BODY): Don't use character constants that
1855         depend on signedness of char.
1856
1857 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1858
1859         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
1860         (sysdep_routines): Add s_pread64 and s_pwrite64.
1861
1862 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
1863
1864         * iconvdata/Makefile (distribute): Remove generated .h files.
1865         * iconvdata/koi8-r.h: Removed.
1866         * iconvdata/latin-greek-1.h: Removed.
1867         * iconvdata/latin-greek.h: Removed.
1868
1869         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
1870         * iconvdata/KOI-8: Likewise.
1871         * iconvdata/KOI-8..UTF8: Likewise.
1872         * iconvdata/KOI8-R: Likewise.
1873         * iconvdata/KOI8-R..UTF8: Likewise.
1874
1875 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1876
1877         * streams/Makefile (headers): Add sys/stropts.h.
1878         * streams/sys/stropts.h: New file.
1879
1880 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1881
1882         * sysdeps/unix/sysv/linux/ttyname.c,
1883         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
1884         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
1885
1886 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1887
1888         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
1889         argument of _itoa_word.
1890
1891 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1892
1893         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
1894         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
1895         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
1896         sigprocmask, resp., instead of EXTRA.
1897
1898         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
1899         s_pread64 and s_pwrite64.
1900
1901 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
1902
1903         * iconvdata/Makefile: Correct rules to generate gap table.
1904         * iconvdata/gap.pl: Simplify.
1905
1906         * iconvdata/TESTS: Name new tests.
1907         * iconvdata/testdata/CP1250: New file.
1908         * iconvdata/testdata/CP1250..UTF8: New file.
1909         * iconvdata/testdata/CP1251: New file.
1910         * iconvdata/testdata/CP1251..UTF8: New file.
1911         * iconvdata/testdata/CP1252: New file.
1912         * iconvdata/testdata/CP1252..UTF8: New file.
1913         * iconvdata/testdata/CP1253: New file.
1914         * iconvdata/testdata/CP1253..UTF8: New file.
1915         * iconvdata/testdata/CP1254: New file.
1916         * iconvdata/testdata/CP1254..UTF8: New file.
1917         * iconvdata/testdata/CP1255: New file.
1918         * iconvdata/testdata/CP1255..UTF8: New file.
1919         * iconvdata/testdata/CP1256: New file.
1920         * iconvdata/testdata/CP1256..UTF8: New file.
1921         * iconvdata/testdata/CP1257: New file.
1922         * iconvdata/testdata/CP1257..UTF8: New file.
1923
1924 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
1925
1926         * iconvdata/Makefile: Add rules for ISO-2022-KR.
1927         * iconvdata/iso-2022-kr.c: New file.
1928
1929         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
1930         and ISO-2022-KR.
1931
1932 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
1933
1934         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
1935         iso8859-8 and iso8859-10.
1936         * iconvdata/iso8859-5.c: Change to use gap method.
1937         * iconvdata/iso8859-7.c: Likewise.
1938         * iconvdata/iso8859-8.c: Likewise.
1939         * iconvdata/iso8859-10.c: Likewise.
1940
1941         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
1942         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
1943         end of the loop.
1944         * iconvdata/iso-2022-jp.c: New file.
1945
1946         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
1947         * iconvdata/ksc5601.h: Unify function interfaces.
1948         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
1949         * iconvdata/uhc.c: Likewise.
1950
1951         * iconvdata/gb2312.h: Use correct types.
1952
1953         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
1954         size elements of data.
1955
1956 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1957
1958         * string/tst-svc.expect: Adapt for change in .input.
1959         * string/tst-svc.input: More tests.
1960
1961 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
1962
1963         * iconvdata/Makefile: Add rules for new modules.
1964         * iconvdata/gconv-modules: Likewise.
1965         * iconvdata/cp737.c: New file.
1966         * iconvdata/cp737.h: New file.
1967         * iconvdata/cp775.c: New file.
1968         * iconvdata/cp775.h: New file.
1969         * iconvdata/cp874.c: New file.
1970         * iconvdata/cp874.h: New file.
1971
1972 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
1973
1974         * iconvdata/Makefile: Create target directory before generating
1975         headers.
1976
1977 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1978
1979         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
1980         __USER_LABEL_PREFIX__.
1981         (__ASMNAME, __ASMNAME2): New macros.
1982
1983 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1984
1985         * elf/dl-load.c: Include sys/param.h for MAX.
1986
1987 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
1988
1989         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
1990         __ftruncate the strong symbol, and add weak alias.
1991         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1992
1993 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1994
1995         * termios/cfsetspeed.c: Make code cleaner and add missing const.
1996         Patch by Joe Keane <jgk@jgk.org>.
1997
1998         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
1999         free()ing.
2000
2001 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
2002
2003         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
2004         Patch by Thomas Bushnell, n/BSG.
2005
2006 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2007
2008         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
2009
2010 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2011
2012         * iconvdata/Makefile: Put generated headers in build directory.
2013
2014 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
2015
2016         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
2017         strsep as current directory.
2018
2019         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
2020         Java.  Add definitions for unicodelittle implementation.
2021         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
2022         * iconv/gconv_simple.c: Define unicodelittle functions.
2023
2024         * iconv/iconv_prog.c: Make program print information about position
2025         of illegal character in input.
2026
2027         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
2028         comparison of charset name.
2029         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
2030         * iconvdata/ebcdic-at-de-a.c: Likewise.
2031         * iconvdata/ebcdic-at-de.c: Likewise.
2032         * iconvdata/ebcdic-ca-fr.c: Likewise.
2033         * iconvdata/euccn.c: Likewise.
2034         * iconvdata/eucjp.c: Likewise.
2035         * iconvdata/euckr.c: Likewise.
2036         * iconvdata/euctw.c: Likewise.
2037         * iconvdata/hp-roman8.c: Likewise.
2038         * iconvdata/iso6937.c: Likewise.
2039         * iconvdata/iso8859-1.c: Likewise.
2040         * iconvdata/iso8859-10.c: Likewise.
2041         * iconvdata/iso8859-2.c: Likewise.
2042         * iconvdata/iso8859-3.c: Likewise.
2043         * iconvdata/iso8859-4.c: Likewise.
2044         * iconvdata/iso8859-5.c: Likewise.
2045         * iconvdata/iso8859-6.c: Likewise.
2046         * iconvdata/iso8859-7.c: Likewise.
2047         * iconvdata/iso8859-8.c: Likewise.
2048         * iconvdata/iso8859-9.c: Likewise.
2049         * iconvdata/johab.c: Likewise.
2050         * iconvdata/koi-8.c: Likewise.
2051         * iconvdata/koi8-r.c: Likewise.
2052         * iconvdata/latin-greek-1.c: Likewise.
2053         * iconvdata/latin-greek.c: Likewise.
2054         * iconvdata/sjis.c: Likewise.
2055         * iconvdata/t61.c: Likewise.
2056         * iconvdata/uhc.c: Likewise.
2057
2058         * iconvdata/iso646.c: Add support for more ISO 646 variants.
2059         * iconvdata/TESTS: Add tests for ISO646 module.
2060         * iconvdata/gconv-modules: Add new modules.
2061         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
2062         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
2063         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
2064         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
2065         * iconvdata/testdate/DIN_66003: Likewise.
2066         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
2067         * iconvdata/testdate/DS_2089: Likewise.
2068         * iconvdata/testdate/DS_2089..UTF8: Likewise.
2069         * iconvdata/testdate/ES: Likewise.
2070         * iconvdata/testdate/ES..UTF8: Likewise.
2071         * iconvdata/testdate/ES2: Likewise.
2072         * iconvdata/testdate/ES2..UTF8: Likewise.
2073         * iconvdata/testdate/GB_1988-80: Likewise.
2074         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
2075         * iconvdata/testdate/IT: Likewise.
2076         * iconvdata/testdate/IT..UTF8: Likewise.
2077         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
2078         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
2079         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
2080         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
2081         * iconvdata/testdate/JUS_I.B1.002: Likewise.
2082         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
2083         * iconvdata/testdate/KSC5636: Likewise.
2084         * iconvdata/testdate/KSC5636..UTF8: Likewise.
2085         * iconvdata/testdate/MSZ_7795.3: Likewise.
2086         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
2087         * iconvdata/testdate/NC_NC00-10: Likewise.
2088         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
2089         * iconvdata/testdate/NF_Z_62-010: Likewise.
2090         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
2091         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
2092         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
2093         * iconvdata/testdate/NS_4551-1: Likewise.
2094         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
2095         * iconvdata/testdate/NS_4551-2: Likewise.
2096         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
2097         * iconvdata/testdate/PT: Likewise.
2098         * iconvdata/testdate/PT..UTF8: Likewise.
2099         * iconvdata/testdate/PT2: Likewise.
2100         * iconvdata/testdate/PT2..UTF8: Likewise.
2101         * iconvdata/testdate/SEN_850200_B: Likewise.
2102         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
2103         * iconvdata/testdate/SEN_850200_C: Likewise.
2104         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
2105
2106         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
2107         * iconvdata/cns11643l1.h: Likewise.
2108         * iconvdata/latin-greek-1.h: Likewise.
2109         * iconvdata/latin-greek.h: Likewise.
2110         * iconvdata/koi8-r.h: Likewise.
2111         * iconvdata/jis0212.h: Likewise.
2112         * iconvdata/gb2312.h: Likewise.
2113         * iconvdata/ksc5601.h: Likewise.
2114
2115         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
2116
2117         * iconvdata/Makefile: Add rules for lots of more modules.
2118         * iconvdata/cp1250.c: New file.
2119         * iconvdata/cp1251.c: New file.
2120         * iconvdata/cp1252.c: New file.
2121         * iconvdata/cp1253.c: New file.
2122         * iconvdata/cp1254.c: New file.
2123         * iconvdata/cp1255.c: New file.
2124         * iconvdata/cp1256.c: New file.
2125         * iconvdata/cp1257.c: New file.
2126         * iconvdata/ebcdic-dk-no-a.c: New file.
2127         * iconvdata/ebcdic-dk-no.c: New file.
2128         * iconvdata/ebcdic-es-a.c: New file.
2129         * iconvdata/ebcdic-es-s.c: New file.
2130         * iconvdata/ebcdic-es.c: New file.
2131         * iconvdata/ebcdic-fi-se-a.c: New file.
2132         * iconvdata/ebcdic-fi-se.c: New file.
2133         * iconvdata/ebcdic-fr.c: New file.
2134         * iconvdata/ebcdic-is-friss.c: New file.
2135         * iconvdata/ebcdic-it.c: New file.
2136         * iconvdata/ebcdic-pt.c: New file.
2137         * iconvdata/ebcdic-uk.c: New file.
2138         * iconvdata/ebcdic-us.c: New file.
2139         * iconvdata/ibm037.c: New file.
2140         * iconvdata/ibm038.c: New file.
2141         * iconvdata/ibm1004.c: New file.
2142         * iconvdata/ibm1026.c: New file.
2143         * iconvdata/ibm1047.c: New file.
2144         * iconvdata/ibm256.c: New file.
2145         * iconvdata/ibm273.c: New file.
2146         * iconvdata/ibm274.c: New file.
2147         * iconvdata/ibm275.c: New file.
2148         * iconvdata/ibm277.c: New file.
2149         * iconvdata/ibm278.c: New file.
2150         * iconvdata/ibm280.c: New file.
2151         * iconvdata/ibm281.c: New file.
2152         * iconvdata/ibm284.c: New file.
2153         * iconvdata/ibm285.c: New file.
2154         * iconvdata/ibm290.c: New file.
2155         * iconvdata/ibm297.c: New file.
2156         * iconvdata/ibm420.c: New file.
2157         * iconvdata/ibm423.c: New file.
2158         * iconvdata/ibm424.c: New file.
2159         * iconvdata/ibm437.c: New file.
2160         * iconvdata/ibm500.c: New file.
2161         * iconvdata/ibm850.c: New file.
2162         * iconvdata/ibm851.c: New file.
2163         * iconvdata/ibm852.c: New file.
2164         * iconvdata/ibm855.c: New file.
2165         * iconvdata/ibm857.c: New file.
2166         * iconvdata/ibm860.c: New file.
2167         * iconvdata/ibm861.c: New file.
2168         * iconvdata/ibm862.c: New file.
2169         * iconvdata/ibm863.c: New file.
2170         * iconvdata/ibm864.c: New file.
2171         * iconvdata/ibm865.c: New file.
2172         * iconvdata/ibm868.c: New file.
2173         * iconvdata/ibm869.c: New file.
2174         * iconvdata/ibm870.c: New file.
2175         * iconvdata/ibm871.c: New file.
2176         * iconvdata/ibm875.c: New file.
2177         * iconvdata/ibm880.c: New file.
2178         * iconvdata/ibm891.c: New file.
2179         * iconvdata/ibm903.c: New file.
2180         * iconvdata/ibm904.c: New file.
2181         * iconvdata/ibm905.c: New file.
2182         * iconvdata/ibm918.c: New file.
2183
2184         * locale/iso-4217.def: Update.
2185         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
2186
2187         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
2188         formats.
2189
2190 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2191
2192         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
2193         LD_LIBRARY_PATH.
2194
2195 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2196
2197         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
2198         * Makefile: Likewise.
2199         * posix/Makefile: Likewise.
2200         * sysdeps/mach/hurd/Makefile: Likewise.
2201
2202 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2203
2204         * sysdeps/mach/hurd/bits/dirent.h: New file.
2205         * sysdeps/mach/hurd/readdir64.c: New file.
2206         * sysdeps/mach/hurd/readdir64_r.c: New file.
2207
2208 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2209
2210         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
2211         dprintf): Synchronize declarations with libio/stdio.h.
2212
2213 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2214
2215         * elf/dlerror.c (dlerror): Don't assume that
2216         __libc_internal_tsd_get is defined.  __libc_getspecific is already
2217         well-protected, so just use it directly.
2218
2219 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2220
2221         * io/ftw.h (ftw): Fix typo.
2222
2223 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2224
2225         * sysdeps/gnu/utmp_file.c: Fix typo.
2226
2227 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2228
2229         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
2230         one part of a test fails move on to the next test.
2231
2232 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
2233
2234         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2235
2236 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2237
2238         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
2239         as pointers, not signed integers.
2240
2241 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2242
2243         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2244
2245 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2246
2247         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
2248         asm symbol name of functions.
2249         * include/features.h: Kill redundant test.
2250
2251         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
2252         * io/ftw.h: Likewise.
2253         * io/sys/stat.h: Likewise.
2254         * io/sys/statfs.h: Likewise.
2255         * io/sys/statvfs.h: Likewise.
2256         * libio/stdio.h: Likewise.
2257         * resource/sys/resource.h: Likewise.
2258         * rt/aio.h: Likewise.
2259
2260         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
2261          __FAVOR_BSD.
2262         * signal/signal.h: Use new macros for BSD vs. SysV signal().
2263
2264         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
2265         a dummy library.
2266         * misc/bsd-compat.c: Removed.
2267
2268 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
2269
2270         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
2271         function declaration.
2272         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
2273         and use them in conversion function.
2274         * iconvdata/Makefile (modules): Re-add ISO6446.
2275         * iconvdata/TEST: Add tests for ASCII variants.
2276         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
2277         * iconvdata/testdata/ANSI_X3.4-1968: New file.
2278         * iconvdata/testdata/BS_4730: New file.
2279         * iconvdata/testdata/BS_4730..UTF8: New file.
2280
2281 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
2282
2283         * iconv/gconv.h (struct gconv_step): Add element stateful.
2284         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
2285         to zero for all internal conversions.
2286         * iconv/skeleton.c: Initialize stateful depending on whether or not
2287         RESET_STATE is defined to one or zero respectively.
2288         * stdlib/mblen.c: Use stateful element of currently selected
2289         converter for result if S is NULL.
2290         * stdlib/mbtowc.c: Likewise.
2291         * stdlib/wctomb.c: Likewise.
2292
2293 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
2294
2295         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
2296
2297         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
2298
2299         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
2300         character in comparison with uint32_t.
2301         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
2302         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
2303         Optimize BODY a bit.
2304
2305         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
2306         be defined.
2307
2308         * iconv/skeleton.c: Also reset converted counter in case of an error.
2309         Call reset function using correct value for output buffer start.
2310
2311         * iconvdata/Makefile: Re-enable tests.
2312
2313         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
2314         value for to-conversion.
2315
2316         * iconvdata/TESTS: Add new third column.
2317         * iconvdata/run-iconv-test.sh: Add support for charsets which are
2318         not ASCII based.
2319         * iconvdata/testdata/suntzus: New file.
2320
2321         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
2322         while reading.  Correctly used base.  Little optimization.
2323         (__strtoul_internal): Likewise.
2324
2325         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
2326         was wrong.  Use explicit variable.
2327
2328 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2329
2330         * configure.in: Check for awk.
2331         * config.make.in: Add AWK to be substituted.
2332
2333         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
2334         * manual/users.texi: Fix typo exposed by above rewrite.
2335
2336         * Makefile: Invoke awk using AWK variable.
2337         * csu/Makefile: Likewise.
2338         * elf/Makefile: Likewise.
2339         * mach/Makefile: Likewise.
2340         * manual/Makefile: Likewise.
2341         * sysdeps/gnu/Makefile: Likewise.
2342         * sysdeps/mach/hurd/Makefile: Likewise.
2343         * sysdeps/unix/Makefile: Likewise.
2344         * timezone/Makefile: Likewise.
2345
2346 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
2347
2348         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
2349         array index translation.
2350         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
2351         these are defined.
2352
2353         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
2354
2355         * sysdeps/mach/hurd/errlist.c: New file.
2356         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
2357         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
2358         semantics, so rename it.
2359
2360 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2361
2362         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
2363         conversions.
2364
2365 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
2366
2367         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
2368         * wcsmbs/wcsnrtombs.c: Likewise.
2369
2370 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
2371
2372         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
2373
2374         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
2375
2376         * time/strftime.c (my_strftime): Initialize pad variable in
2377         declaration.
2378
2379         * iconvdata/big5.c: Don't use character constants in comparisons
2380         with unsigned value.
2381
2382 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
2383
2384         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
2385         __libc_siglongjmp to GLIBC_2.1.
2386
2387         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
2388         __strerror_r.
2389
2390         * iconv/Makefile: Don't run tests now.
2391
2392         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
2393         with correct output buffer.
2394
2395         Major rewrite of the low-level gconv functionality.
2396         * iconv/gconv.c: Rewritten.
2397         * iconv/gconv.h: Likewise.
2398         * iconv/gconv_builtin.c: Likewise.
2399         * iconv/gconv_builtin.h: Likewise.
2400         * iconv/gconv_conf.c: Likewise.
2401         * iconv/gconv_int.h: Likewise.
2402         * iconv/gconv_open.c: Likewise.
2403         * iconv/gconv_simple.c: Likewise.
2404         * iconv/iconv.c: Likewise.
2405         * iconvdata/8bit-gap.c: Likewise.
2406         * iconvdata/8bit-generic.c: Likewise.
2407         * iconvdata/Makefile: Likewise.
2408         * iconvdata/big5.c: Likewise.
2409         * iconvdata/cns11643.c: Likewise.
2410         * iconvdata/cns11643.h: Likewise.
2411         * iconvdata/cns11643l1.c: Likewise.
2412         * iconvdata/cns11643l1.h: Likewise.
2413         * iconvdata/ebcdic-at-de-a.c: Likewise.
2414         * iconvdata/ebcdic-at-de.c: Likewise.
2415         * iconvdata/ebcdic-ca-fr.c: Likewise.
2416         * iconvdata/euccn.c: Likewise.
2417         * iconvdata/eucjp.c: Likewise.
2418         * iconvdata/euckr.c: Likewise.
2419         * iconvdata/euctw.c: Likewise.
2420         * iconvdata/gb2312.c: Likewise.
2421         * iconvdata/gb2312.h: Likewise.
2422         * iconvdata/hp-roman8.c: Likewise.
2423         * iconvdata/iso646.c: Likewise.
2424         * iconvdata/iso6937.c: Likewise.
2425         * iconvdata/iso8859-1.c: Likewise.
2426         * iconvdata/iso8859-10.c: Likewise.
2427         * iconvdata/iso8859-2.c: Likewise.
2428         * iconvdata/iso8859-3.c: Likewise.
2429         * iconvdata/iso8859-4.c: Likewise.
2430         * iconvdata/iso8859-5.c: Likewise.
2431         * iconvdata/iso8859-6.c: Likewise.
2432         * iconvdata/iso8859-7.c: Likewise.
2433         * iconvdata/iso8859-8.c: Likewise.
2434         * iconvdata/iso8859-9.c: Likewise.
2435         * iconvdata/jis0201.c: Likewise.
2436         * iconvdata/jis0201.h: Likewise.
2437         * iconvdata/jis0208.c: Likewise.
2438         * iconvdata/jis0208.h: Likewise.
2439         * iconvdata/jis0212.c: Likewise.
2440         * iconvdata/jis0212.h: Likewise.
2441         * iconvdata/johab.c: Likewise.
2442         * iconvdata/koi-8.c: Likewise.
2443         * iconvdata/koi8-r.c: Likewise.
2444         * iconvdata/ksc5601.c: Likewise.
2445         * iconvdata/ksc5601.h: Likewise.
2446         * iconvdata/latin-greek-1.c: Likewise.
2447         * iconvdata/latin-greek.c: Likewise.
2448         * iconvdata/run-iconv-test.sh: Likewise.
2449         * iconvdata/sjis.c: Likewise.
2450         * iconvdata/t61.c: Likewise.
2451         * iconvdata/uhc.c: Likewise.
2452         * wcsmbs/btowc.c: Likewise.
2453         * wcsmbs/mbrtowc.c: Likewise.
2454         * wcsmbs/mbsnrtowcs.c: Likewise.
2455         * wcsmbs/mbsrtowcs.c: Likewise.
2456         * wcsmbs/wcrtomb.c: Likewise.
2457         * wcsmbs/wcsmbsload.c: Likewise.
2458         * wcsmbs/wcsnrtombs.c: Likewise.
2459         * wcsmbs/wcsrtombs.c: Likewise.
2460         * wcsmbs/wctob.c: Likewise.
2461         * iconv/loop.c: New file.
2462         * iconv/skeleton.c: New file.
2463
2464         * stdlib/mblen.c: Handle empty input string correctly.
2465         * stdlib/mbtowc.c: Likewise.
2466
2467         * posix/getopt.c: Various cleanups.
2468
2469         * sysdeps/arm/bits/setjmp.h: Add copyright text.
2470         * sysdeps/i386/bits/setjmp.h: Likewise.
2471         * sysdeps/m68k/bits/setjmp.h: Likewise.
2472         * sysdeps/powerpc/bits/setjmp.h: Likewise.
2473         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
2474
2475         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
2476         and make longjmp weak alias.
2477
2478 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
2479
2480         * iconv/Makefile (routines): Only include gconv_dl if building for
2481         an ELF system - dynamic linking is not available on a.out.
2482         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
2483         due to above check.
2484         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
2485         routines from gconv_dl.
2486
2487 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
2488
2489         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
2490         we can compile without libio.
2491
2492 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
2493
2494         * sysdeps/mach/hurd/Subdirs: Remove login.
2495
2496 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
2497
2498         * db2/compat.h: Include <errno.h>, to make sure we get the
2499         definition of EFTYPE before we define it ourselves.
2500
2501 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
2502
2503         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
2504         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
2505         Fix typo to allow inclusion from sys/ioctl.h again.
2506
2507 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2508
2509         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
2510
2511 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2512
2513         * libc.map: Export __strerror_r.  Remove _strerror_internal.
2514
2515 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2516
2517         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
2518         Also undefine __strcasestr.
2519
2520 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2521
2522         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
2523         aliases do not work with global variables due to copy relocations.
2524
2525 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
2526
2527         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
2528
2529 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
2530
2531         * signal/sighold.c: Include stddef.h for NULL definition.
2532         * signal/sigrelse.c: Likewise.
2533         * sysdeps/posix/sigignore.c: Likewise.
2534         * sysdeps/posix/sigset.c: Likewise.
2535         * sysdeps/posix/waitid.c: Likewise.
2536         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
2537         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
2538         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2539         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
2540         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2541
2542 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
2543
2544         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
2545         * login/getutent.c (getutxent): Remove alias.
2546         * login/getutent_r.c (setutxent, pututxline, endutxent):
2547         Remove aliases.
2548         * login/getutid.c (getutxid): Remove alias.
2549         * login/getutline.c (getutxline): Remove alias.
2550         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
2551         __getutid, __getutline and __pututline.
2552         * login/utmpx.h: Moved to ...
2553         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
2554         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
2555         and updwtmpx.
2556         * login/updwtmp.c: Moved to ...
2557         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
2558         allowing file name transformation.
2559         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
2560         additional file name transformation.
2561         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
2562         * login/utmp_file.c: Moved to ...
2563         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
2564         Generalized by allowing file name transformation.  Do not
2565         print error message.  Library functions should not print them.
2566         Reported by Jim Meyering.
2567         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
2568         with additional file name transformation.
2569         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
2570         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
2571         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
2572         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
2573         and bits/utmpx.h.
2574         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
2575         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
2576         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
2577         Define if __USE_GNU.
2578         * sysdeps/generic/setutxent.c: New file.
2579         * sysdeps/generic/getutxent.c: New file.
2580         * sysdeps/generic/endutxent.c: New file.
2581         * sysdeps/generic/getutxid.c: New file.
2582         * sysdeps/generic/getutxline.c: New file.
2583         * sysdeps/generic/pututxline.c: New file.
2584         * sysdeps/generic/utmpxname.c: New file.
2585         * sysdeps/generic/updwtmpx.c: New file.
2586         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
2587         * sysdeps/generic/bits/utmpx.h: Remove.
2588
2589 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
2590
2591         * posix/wordexp-test.c (main): Initialize ifs element of ts for
2592         ~root test.
2593
2594 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
2595
2596         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
2597
2598 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
2599
2600         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
2601         variable using _G_stat64.
2602         * libio/fileops.c: Remove macro definition of fstat, it is in the
2603         global header.
2604         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
2605
2606 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
2607
2608         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
2609         <willy@odie.barnet.ac.uk>.
2610
2611 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
2612
2613         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
2614         required by IPv6 Basic API.
2615         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
2616         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
2617         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
2618         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
2619
2620 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
2621
2622         Don't name internal representation since it might be different from
2623         the external form (namely on little endian machines).
2624         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
2625         UCS4 into references to INTERNAL.
2626         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
2627         Add endianess support to UCS functions.  Change references to
2628         UCS4 into references to INTERNAL.
2629         * iconv/gconv_int.h: Change references to UCS4 into references to
2630         INTERNAL.
2631         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
2632         * iconvdata/gconv-modules: Change accordingly.
2633         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
2634
2635         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
2636         overflow.
2637         * iconvdata/8bit-gap.c: Likewise.
2638         * iconvdata/8bit-generic.c: Likewise.
2639         * iconvdata/big5.c: Likewise.
2640         * iconvdata/euccn.c: Likewise.
2641         * iconvdata/eucjp.c: Likewise.
2642         * iconvdata/euckr.c: Likewise.
2643         * iconvdata/euctw.c: Likewise.
2644         * iconvdata/iso646.c: Likewise.
2645         * iconvdata/iso6937.c: Likewise.
2646         * iconvdata/iso8859-1.c: Likewise.
2647         * iconvdata/johab.c: Likewise.
2648         * iconvdata/sjis.c: Likewise.
2649         * iconvdata/t61.c: Likewise.
2650         * iconvdata/uhc.c: Likewise.
2651
2652         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
2653         * iconvdata/8bit-generic.c: Likewise.
2654
2655         * iconvdata/TESTS: Add more tests.
2656
2657         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
2658
2659 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
2660
2661         * iconvdata/Makefile: Better rules to run tests.
2662
2663         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
2664         * iconvdata/testdata/ISO-8859-10: Likewise.
2665         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
2666         * iconvdata/testdata/ISO-8859-2: Likewise.
2667         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
2668         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
2669         * iconvdata/testdata/ISO-8859-3: Likewise.
2670         * iconvdata/testdata/ISO-8859-4: Likewise.
2671         * iconvdata/testdata/ISO-8859-5: Likewise.
2672         * iconvdata/testdata/ISO-8859-6: Likewise.
2673         * iconvdata/testdata/ISO-8859-7: Likewise.
2674         * iconvdata/testdata/ISO-8859-8: Likewise.
2675         * iconvdata/testdata/ISO-8859-9: Likewise.
2676
2677 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
2678
2679         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
2680         intermediate result (if available).
2681
2682         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
2683         last change.
2684
2685         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
2686         (distribute): Add run-iconv-test.sh and testdata/*.
2687
2688         * stdlib/testmb.c (main): Simplify mbc array handling.
2689
2690 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2691
2692         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
2693         return value on overflow.
2694
2695 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2696
2697         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
2698         bits.
2699
2700 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2701
2702         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
2703         of non-standard function setbuffer.
2704
2705 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2706
2707         * stdio-common/perror.c: Include <string.h> for __strerror_r.
2708
2709 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
2710
2711         * iconvdata/Makefile: Add rules to run tests.
2712         * iconvdata/TESTS: New file.
2713         * iconvdata/run-iconv-test.sh: New file.
2714         * iconvdata/testdata/ISO-8859-1: New file.
2715
2716         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
2717         not stdout.
2718
2719 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
2720
2721         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
2722         counter element of step.
2723
2724         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
2725
2726         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
2727         termination test.
2728         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
2729         ACTUALLY.
2730         (__gconv_transform_utf8_ucs4): Correct test for empty input.
2731
2732 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2733
2734         * Makefile: Include makeconfig before defining rule to regenerate
2735         configure files.
2736
2737         * configure.in: Remove restriction on compiling without static
2738         libs.
2739
2740 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
2741
2742         * test-skeleton.c: Provide hook for initializing code before the fork.
2743         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
2744         removed.
2745
2746         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
2747         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
2748         * libio/libioP.h: Adopt _IO_cleanup prototype.
2749
2750         * stdlib/Makefile (tests): Add test-canon2.
2751         * stdlib/test-canon2.c: New file.
2752         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
2753         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
2754         symlink sequences.
2755         (__realpath): Make real function which checks RESOLVED parameter for
2756         not being NULL.
2757
2758 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2759
2760         * catgets/open_catalog.c (__open_catalog): Fix problems with
2761         reading non-files.  Always close file.
2762         Reported by Cristian Gafton <gafton@redhat.com>.
2763
2764         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
2765
2766 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
2767
2768         * libc.map: Add various low-level I/O functions.
2769
2770 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
2771
2772         * string/Makefile (routines): Remove strerror_r.
2773         * string/strerror_r.c: Removed.
2774         * string/strerror.c: Call __strerror_r for doing the real work.
2775         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
2776         add weak alias strerror_r.
2777         * sysdeps/mach/_strerror.c: Likewise.
2778         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
2779         * elf/dl-error.c (_dl_signal_error): Likewise.
2780         * elf/dl-profile.c (_dl_start_profile): Likewise.
2781         * gmon/gmon.c (write_gmon): Likewise.
2782         * stdio-common/perror.c: Likewise.
2783         * stdio-common/vfprintf.c: Likewise.
2784
2785 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
2786
2787         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
2788         (sysdep_headers): Add netatalk/at.h.
2789
2790 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2791
2792         * manual/socket.texi, manual/creature.texi, manual/time.texi:
2793         Formatting fixes.
2794
2795 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2796
2797         * posix/regex.c: Rename __re_syntax_options back to
2798         re_syntax_options, aliases do not work with global variables due
2799         to copy relocations.
2800         (regex_compile): Use syntax parameter instead of
2801         re_syntax_options.
2802
2803 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2804
2805         * configure.in: Document that enable-force-install is default.
2806
2807 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
2808
2809         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
2810         all needed 36 bits.
2811         * sysdeps/posix/mkstemp.c: Likewise.
2812
2813 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
2814
2815         * iconvdata/8bit-gap.c: Simplify step data handling.
2816         * iconvdata/8bit-generic.c: Likewise.
2817         * iconvdata/big5.c: Likewise.
2818         * iconvdata/euccn.c: Likewise.
2819         * iconvdata/eucjp.c: Likewise.
2820         * iconvdata/euckr.c: Likewise.
2821         * iconvdata/euctw.c: Likewise.
2822         * iconvdata/iso6937.c: Likewise.
2823         * iconvdata/iso8859-1.c: Likewise.
2824         * iconvdata/jis0208.h: Likewise.
2825         * iconvdata/jis0212.c: Likewise.
2826         * iconvdata/jis0212.h: Likewise.
2827         * iconvdata/johab.c: Likewise.
2828         * iconvdata/ksc5601.h: Likewise.
2829         * iconvdata/sjis.c: Likewise.
2830         * iconvdata/t61.c: Likewise.
2831         * iconvdata/uhc.c: Likewise.
2832
2833 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
2834
2835         * manual/texinfo.texi: Updated from last version.
2836
2837 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
2838
2839         * iconvdata/cns11643.c: New file.
2840         * iconvdata/cns11643.h: New file.
2841         * iconvdata/cns11643l1.c: New file.
2842         * iconvdata/cns11643l1.h: New file.
2843         * iconvdata/euctw.c: New file.
2844         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
2845         * iconvdata/gconv-modules: Likewise.
2846
2847         * iconvdata/eucjp.c: Several bug fixes and improvements.
2848         * iconvdata/gb2312.h: Likewise.
2849         * iconvdata/jis0201.h: Likewise.
2850         * iconvdata/jis0208.h: Likewise.
2851         * iconvdata/jis0212.h: Likewise.
2852
2853 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
2854
2855         * iconvdata/eucjp.c: New file.
2856         * iconvdata/euccn.c: New file.
2857         * iconvdata/gb2312.h: New file.
2858         * iconvdata/gb2312.c: New file.
2859         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
2860         * iconvdata/gconv-modules: Likewise.
2861
2862         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
2863
2864 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2865
2866         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2867         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
2868         Patch by Mark Hatle <fray@kernel.crashing.org>.
2869
2870 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
2871
2872         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
2873         comment.
2874         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
2875         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
2876
2877 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2878
2879         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
2880
2881         * iconvdata/Makefile: Add rules for big5 conversion.
2882         * iconvdata/gconv-modules: Likewise.
2883         * iconvdata/big5.c: New file.
2884
2885         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
2886         Patch by Jim Meyering.
2887
2888 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
2889
2890         * rt/tst-aio.c: Add test for aio_read and lio_listio.
2891
2892         * rt/lio_listio.c: Correct total counter handling.
2893
2894         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
2895         from request queue.
2896
2897         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
2898         of signal on exit even more.
2899
2900         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
2901         instead of call to pthread_cond_init.
2902         * rt/lio_listio.c (lio_listio): Likewise.
2903         * rt/lio_listio64.c (lio_listio64): Likewise.
2904
2905         * nis/nis_findserv.c: Include sys/socket.h.
2906
2907 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
2908
2909         * Makeconfig (rtobjdir): New variable.
2910         (rpath-link): Add rtobjdir and thread directory, if available.
2911
2912         * test-skeleton.c: Add support to remove temporary files.
2913         Always define test_dir.  Improve message about expected signal.
2914
2915         * rt/Makefile (tests): Add tst-aio.
2916         Add rules for tst-aio to be linked with librt and thread library.
2917         * rt/aio_misc.c: Correct fundamental bugs.
2918         * rt/aio_suspend.c: Correct bug in test for available request.
2919         Initialize conditional variable.
2920         * rt/lio_listio.c: Initialize conditional variable.
2921         * rt/lio_listio64.c: Likewise.
2922         * rt/tst-aio.c: New file.
2923
2924         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
2925         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
2926         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
2927         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
2928         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
2929         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
2930         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
2931
2932 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
2933
2934         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
2935
2936 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
2937
2938         * elf/dl-load.c (open_path): Use correct name for test whether
2939         directory in load path exists.
2940
2941         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
2942         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
2943         Patches by Tom Rini <trini@kernel.crashing.org>.
2944
2945         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
2946         * wcsmbs/wcstod_l.c: Likewise.
2947         * wcsmbs/wcstold_l.c: Likewise.
2948
2949         * include/byteswap.h: New file.
2950
2951         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
2952         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
2953
2954         * inet/getnameinfo.c (getnameinfo): Change parameter to match
2955         declaration.  Patch by Richard Henderson.
2956
2957 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2958
2959         * manual/process.texi (SIGCHLD example): Save errno.
2960
2961 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
2962
2963         * posix/regex.c: Define regerror really as __regerror.
2964         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
2965         regerror and regfree.
2966
2967         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
2968         * stdlib/strtod_l.c: Likewise.
2969         * stdlib/strtold_l.c: Likewise.
2970
2971         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
2972
2973         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
2974
2975         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
2976         Patch by Christian Gafton.
2977
2978 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
2979
2980         * manual/socket.texi (Interface Naming): Correct @deftypefun line
2981         for if_indextoname.
2982
2983 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2984
2985         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
2986
2987         * manual/socket.texi (Interface Naming): Fix typo.
2988
2989 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2990
2991         * manual/examples/filesrv.c (main): Remove filename first.
2992
2993         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
2994         ?F_UNIX.
2995
2996         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
2997         instead of PF_UNIX.
2998
2999         * manual/examples/filecli.c (main): Use AF_LOCAL
3000         instead of AF_UNIX.
3001
3002 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
3003
3004         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
3005         signgam weak alias.
3006         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
3007         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
3008         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
3009         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
3010         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
3011         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
3012
3013         * login/utmp_daemon.c (open_socket): Use __connect not connect.
3014
3015 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3016
3017         * configure.in: Add new option --enable-force-install.  Substitute
3018         force_install.
3019         * config.make.in (force-install): Set from configure.
3020         * Makerules (force-install): New phony target.
3021         * Makeconfig (+force): New variable.
3022         * Makefile: Use it in dependency list of installation targets.
3023         * db/Makefile: Likewise.
3024         * db2/Makefile: Likewise.
3025         * elf/Makefile: Likewise.
3026         * hurd/Makefile: Likewise.
3027         * iconv/Makefile: Likewise.
3028         * iconvdata/Makefile: Likewise.
3029         * intl/Makefile: Likewise.
3030         * localedata/Makefile: Likewise.
3031         * login/Makefile: Likewise.
3032         * po/Makefile: Likewise.
3033         * sunrpc/Makefile: Likewise.
3034         * sysdeps/mach/hurd/Makefile: Likewise.
3035         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
3036         * sysdeps/unix/sysv/linux/Makefile: Likewise.
3037         * timezone/Makefile: Likewise.
3038
3039 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3040
3041         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
3042         alloc_size.  Pass return value of getcwd syscall to realloc.
3043
3044 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3045
3046         * manual/socket.texi: Spelling fixes.
3047
3048 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3049
3050         * elf/dl-load.c (print_search_path): Remove unused variable.
3051
3052 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
3053
3054         * login/utmp_file.c: use __ftruncate not ftruncate.
3055         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
3056         for system call and make ftruncate weak alias.
3057         * posix/unistd.h: Add prototype for __ftruncate.
3058         * login/utmp_daemon.c (open_socket): Use __socket not socket.
3059         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
3060         instead of snprintf and readv.
3061         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
3062         snprintf.
3063         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
3064         directly.
3065
3066 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
3067
3068         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
3069         * iconv/gconv_db.c: Use __ protected regex functions.
3070         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
3071         * posix/getopt_init.c: Use __getpid not getpid.
3072         * posix/regex.c: Rename all global functions to start with __ and
3073         make old names weak aliases.
3074         * posix/regex.h: Adopt prototypes for this.
3075         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
3076         a weak alias and use __getcwd instead of getcwd.
3077         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
3078         * stdlib/strtod.c: Use __btowc instead of btowc.
3079         * stdlib/strtol.c: Likewise.
3080         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
3081         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
3082         and sys_errlist are weak.
3083         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
3084         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
3085         * wcsmbs/mbsnrtowcs.c: Likewise.
3086         * wcsmbs/mbsrtowcs.c: Likewise.
3087         * wcsmbs/wcsnrtombs.c: Likewise.
3088         * wcsmbs/wcsrtombs.c: Likewise.
3089         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
3090         weak alias.
3091         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
3092         * wctype/wctype.c: Define function as __wctype and make wctype
3093         weak alias.
3094         * wctype/wctype.h: Declare __wctype.
3095
3096 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
3097
3098         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
3099
3100 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3101
3102         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
3103         stat64.
3104         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
3105         functions.
3106         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
3107         for __llseek.
3108         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3109         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
3110         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
3111         make it a weak alias.
3112         * posix/unistd.h: Declare __lseek64.
3113
3114         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
3115         (_IO_file_stat): Fix typo.
3116         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
3117         block size from the file.  Use __mempcpy if _LIBC.
3118
3119 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
3120
3121         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
3122         * wcsmbs/mbrtowc.c: Likewise.
3123         * wcsmbs/mbsnrtowcs.c: Likewise.
3124         * wcsmbs/mbsrtowcs.c: Likewise.
3125         * wcsmbs/wcrtomb.c: Likewise.
3126         * wcsmbs/wcsnrtombs.c: Likewise.
3127         * wcsmbs/wcsrtombs.c: Likewise.
3128         * wcsmbs/wctob.c: Likewise.
3129
3130         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
3131         position of next output character correctly.
3132         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
3133
3134         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
3135
3136         * stdlib/strtod.c: Don't use mbtowc.
3137
3138 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
3139
3140         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
3141         what we want is smaller than a buffer.
3142
3143 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
3144
3145         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
3146         this function.
3147
3148 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
3149
3150         * configure.in: Recognize --with-headers flag and determine
3151         commandline options to be used in compilation.
3152         * Makeconfig (+includes): Use $(sysincludes).
3153         * config.make.in (sysincludes): Define from SYSINCLUDES.
3154         * glibcbug.in: Use SYSINCLUDES information.
3155         Patches by Zack Weinberg.
3156
3157 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3158
3159         * glibcbug.in: On linux, report version of kernel headers seen
3160         by compiler.
3161
3162 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
3163
3164         * libc.map: Add __asprintf to GLIBC_2.1.
3165         * elf/dlerror.c: Use __asprintf, not asprintf.
3166         * libio/stdio.h: Declare __asprintf.
3167         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
3168         a weak alias.
3169
3170         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
3171         to avoid inclusion from libc_pic.a.
3172
3173         * elf/dl-runtime.c: Undo last patch.
3174
3175         * stdlib/strtod.c: Don't use mbtowc, use btowc.
3176
3177         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
3178         as default, use NULL.
3179
3180 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3181
3182         * resolv/Makefile: Include ../Makeconfig - needed for building
3183         static NSS module.
3184
3185 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3186
3187         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
3188         static-nss since we don't want hesiod in the static NSS.
3189
3190         * nss/Makefile: Build only nss_files as static.
3191
3192         * nss/function.def: Remove support for service db.
3193
3194 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
3195
3196         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
3197
3198 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
3199
3200         * posix/wordexp-test.c: Make IFS per test-case.
3201
3202 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3203
3204         * glibcbug.in: Report version of gcc in use.  Remove unused variable
3205         ENVIRONMENT.
3206
3207 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
3208
3209         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
3210         `-print-file-name' to find as and ld.
3211
3212 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
3213
3214         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
3215         template is wrong.  Remove unused varaible `ignored'.
3216
3217 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3218
3219         * libc.map: Export __libc_sa_len.
3220
3221         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
3222
3223 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
3224
3225         * iconv/gconv.c: Take care for NULL arguments.
3226         * iconv/gconv_dl.c: Make find_func function global.
3227         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
3228         Add prototypes for ASCII conversion functions.
3229         * iconv/gconv_simple.c: Add ASCII conversion functions.
3230         * locale/C-ctype.c: Correct charset name.
3231
3232         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
3233         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
3234         wcsmbsload.
3235         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
3236         * wcsmbs/mbrtowc.c: Likewise.
3237         * wcsmbs/mbsnrtowcs.c: Likewise.
3238         * wcsmbs/mbsrtowcs.c: Likewise.
3239         * wcsmbs/wcrtomb.c: Likewise.
3240         * wcsmbs/wcsnrtombs.c: Likewise.
3241         * wcsmbs/wcsrtombs.c: Likewise.
3242         * wcsmbs/wctob.c: Likewise.
3243         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
3244         prototypes for wmemr*.
3245         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
3246         * wcsmbs/wcsnlen.c: New file.
3247         * wcsmbs/wcsmbsload.c: New file.
3248         * wcsmbs/wcsmbsload.h: New file.
3249
3250         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
3251
3252         * manual/install.texi: Describe some more critical points.
3253
3254         * string/string.h: Add prototype for __strnlen.
3255         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
3256
3257         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
3258         much less predictable names.
3259         * sysdeps/posix/mkstemp.c: Likewise.
3260
3261 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3262
3263         * manual/libc.texinfo (Top): Change "file namespace" to "local
3264         namespace".
3265
3266         * manual/socket.texi: Change file namespace to local namespace.
3267         (Out-of-Band Data): Remove unneeded variable link.
3268         (Host Address Functions): Use uint32_t consequently and add a
3269         number of clarifications for IPv4/IPv6, classless addresses.
3270         (Internet Namespace): Added some paragraphs about IPv6.
3271         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3272
3273 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
3274
3275         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
3276
3277         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
3278         (NI_NUMERICHOST, et al.): Tidy up and add comments.
3279         (AI_NUMERICHOST): Define.
3280         (getnodebyname): New prototype.
3281         (AI_V4MAPPED, et al.): New constants.
3282
3283         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
3284         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
3285         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
3286         for socket.
3287         * sysdeps/unix/sysv/linux/sa_len.c: New file.
3288         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
3289
3290         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
3291
3292         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
3293         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
3294         * socket/Makefile (headers): Add bits/sockunion.h.
3295         * socket/sys/socket.h: Include <bits/sockunion.h>
3296         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
3297         <sys/socket.h>, to avoid getting sockaddr_union defined.
3298         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
3299         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3300         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
3301
3302         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
3303         (2.2.x kernels won't have it).
3304
3305 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
3306
3307         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
3308         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
3309         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
3310         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
3311
3312 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
3313
3314         * manual/socket.texi (Socket Addresses): Fix a typo.
3315         (Interface Naming): New section.
3316
3317 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3318
3319         * configure.in: Check for CC using $ac_tool_prefix, to handle
3320         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
3321         * config.make.in: Add MIG to be substituted.
3322         * mach/Machrules: Don't define MIG variable.
3323
3324         Patch by Gordon Matzigkeit <gord@profitpress.com>.
3325
3326 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
3327
3328         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
3329         strdupa to copy rpath.
3330
3331 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3332
3333         * configure.in: Fix gcc version check.
3334
3335         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
3336         confusing.
3337
3338 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
3339
3340         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
3341         of ptsname_r.
3342
3343         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
3344         like ttyname_r.
3345         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
3346         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
3347         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
3348         of __ptsname_r accordingly.
3349         * login/openpty.c (openpty): Likewise.
3350
3351 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
3352
3353         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
3354
3355 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3356
3357         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
3358
3359         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
3360
3361 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3362
3363         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
3364         return value for better error checking.
3365
3366 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
3367
3368         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
3369         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
3370
3371         * elf/elf.h (EM_SPARC64): Remove.
3372         (EM_SPARC32PLUS, EM_SPARCV9): Add.
3373         (HWCAP_SPARC_V9): Add.
3374
3375         * elf/ldsodefs.h (_dl_hwcap): Declare.
3376         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
3377         Weaken so dlopen from static progies works.
3378         (WEAKADDR): New macro.
3379         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
3380         (LD_SO_PRELOAD): New macro.
3381         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
3382         (elf_machine_rela): Weaken _dl_rtld_map.
3383
3384         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
3385         to __clone, and remove the later's alias.
3386         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
3387
3388         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
3389         the kernel's structure.
3390
3391         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
3392         Sparc needs a custom value of __KERNEL_NCCS.
3393
3394 1998-04-06  Richard Henderson  <rth@cygnus.com>
3395
3396         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
3397
3398         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
3399         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3400
3401 1998-04-06  Richard Henderson  <rth@cygnus.com>
3402
3403         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
3404         as the buffer is not properly aligned.
3405         Reported by Juan Cespedes <cespedes@debian.org>.
3406
3407 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3408
3409         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
3410         instead of AF_FILE.
3411
3412 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
3413
3414         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
3415         and wc*tomb* functions.
3416
3417 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
3418
3419         * sysdeps/unix/start.c: Fix typo.
3420
3421 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
3422
3423         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
3424
3425 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
3426
3427         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
3428         expressions and using array variables.
3429         * sysdeps/libm-ieee754/e_asin.c: Likewise.
3430         * sysdeps/libm-ieee754/e_j0.c: Likewise.
3431         * sysdeps/libm-ieee754/e_j1.c: Likewise.
3432         * sysdeps/libm-ieee754/e_log.c: Likewise.
3433         * sysdeps/libm-ieee754/e_pow.c: Likewise.
3434         * sysdeps/libm-ieee754/k_cos.c: Likewise.
3435         * sysdeps/libm-ieee754/k_sin.c: Likewise.
3436         * sysdeps/libm-ieee754/k_tan.c: Likewise.
3437         * sysdeps/libm-ieee754/s_atan.c: Likewise.
3438         * sysdeps/libm-ieee754/s_erf.c: Likewise.
3439         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
3440         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
3441         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
3442
3443 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
3444
3445         * iconv/gconv.c: Rewrite of the low-level of gconv.
3446         * iconv/gconv.h: Likewise.
3447         * iconv/gconv_builtin.h: Likewise.
3448         * iconv/gconv_close.c: Likewise.
3449         * iconv/gconv_db.: Likewise.
3450         * iconv/gconv_dl.c: Likewise.
3451         * iconv/gconv_int.h: Likewise.
3452         * iconv/gconv_open.c: Likewise.
3453         * iconv/gconv_simple.c: Likewise.
3454         * iconvdata/8bit-gap.c: Adapt for rewrite.
3455         * iconvdata/8bit-generic.c: Likewise.
3456         * iconvdata/euckr.c: Likewise.
3457         * iconvdata/iso646.c: Likewise.
3458         * iconvdata/iso6937.c: Likewise.
3459         * iconvdata/iso8859-1.c: Likewise.
3460         * iconvdata/johab.c: Likewise.
3461         * iconvdata/sjis.c: Likewise.
3462         * iconvdata/t61.c: Likewise.
3463         * iconvdata/uhc.c: Likewise.
3464
3465 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
3466
3467         * iconv/gconv_int.h: New file.  Internal header.
3468         * iconv/Makefile (distribute): Add gconv_int.h.
3469         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
3470         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
3471         * iconv/gconv_close.c: Likewise.
3472         * iconv/gconv_conf.c: Likewise.
3473         * iconv/gconv_db.c: Likewise.
3474         * iconv/gconv_dl.c: Likewise.
3475         * iconv/gconv_int.h: Likewise.
3476         * iconv/gconv_open.c: Likewise.
3477         * iconv/iconv.c: Likewise.
3478         * iconv/iconv_close.c: Likewise.
3479         * iconv/iconv_open.c: Likewise.
3480         * iconv/iconv_prog.c: Likewise.
3481
3482 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
3483
3484         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
3485         missing braces.
3486
3487 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3488
3489         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
3490
3491 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
3492
3493         Based on patch from Pat Beirne:
3494         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
3495         PIC and non-PIC now.  Correctly negate error number.
3496         (errno): Use `%' not `@' in .type directives.
3497
3498 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
3499
3500         * sysdeps/i386/strtok.S: Change to use single exit point.
3501         * sysdeps/i386/i686/strtok.S: Likewise.
3502
3503 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3504
3505         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
3506         default.
3507
3508 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3509
3510         * Makerules (installed-libcs): Fix typo.
3511
3512 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3513
3514         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
3515         (UHC-routines): Remove ksc5601.
3516
3517 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
3518
3519         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
3520         introduced in last change.
3521
3522 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
3523
3524         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
3525         before 2.1.92.
3526
3527 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3528
3529         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
3530
3531         * stdlib/isomac.c: Use -isystem instead of -I for system include
3532         dir.
3533
3534 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
3535
3536         * resolv/res_comp.c (underscorechar): New.
3537         (middlechar): Allow '_'.
3538
3539 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3540
3541         * intl/explodename.c (stdlib.h): Include that file only if
3542         STDC_HEADERS or _LIBC.
3543         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
3544         Patch by Philippe De Muyter <phdm@macqel.be>.
3545
3546 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3547
3548         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
3549         (AC_PROG_CHECK_VER): New macro.
3550         * configure.in: Use AC_PROG_CHECK_VER to check versions of
3551         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
3552
3553 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
3554
3555         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
3556         * sysdeps/i386/i686/strtok.S: New file
3557         * sysdeps/i386/i686/strtok_r.S: New file
3558
3559 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
3560
3561         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
3562         type to __off64_t.
3563         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
3564         parameter as __off64_t instead of __off_t.
3565         (ftello): Make alias for ftello64 instead of ftello.  Change
3566         return type to __off64_t.
3567
3568 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3569
3570         * sysdeps/i386/bits/string.h: Fix various typos.
3571         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
3572
3573         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
3574
3575 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3576
3577         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
3578         lchown syscall correctly.  [PR libc/541].
3579
3580 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
3581
3582         * localedata/Makefile: Correct testsuite rules.
3583
3584         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
3585         * iconvdata/iso646.c: Fix conversion from UCS4.
3586
3587         * elf/ldsodefs.h: Mark internal function with internal_function.
3588         * elf/dl-addr.c: Likewise.
3589         * elf/dl-close.c: Likewise.
3590         * elf/dl-debug.c: Likewise.
3591         * elf/dl-deps.c: Likewise.
3592         * elf/dl-error.c: Likewise.
3593         * elf/dl-fini.c: Likewise.
3594         * elf/dl-init.c: Likewise.
3595         * elf/dl-load.c: Likewise.
3596         * elf/dl-lookup.c: Likewise.
3597         * elf/dl-object.c: Likewise.
3598         * elf/dl-open.c: Likewise.
3599         * elf/dl-profile.c: Likewise.
3600         * elf/dl-reloc.c: Likewise.
3601         * elf/dl-runtime.c: Likewise.
3602         * elf/dl-symbol.c: Likewise.
3603         * elf/dl-version.c: Likewise.
3604         * elf/dlerror.c: Likewise.
3605         * sysdeps/generic/dl-sysdep.c: Likewise.
3606         * sysdeps/i386/dl-machine.h: Likewise.
3607         * intl/finddomain.c: Likewise.
3608         * intl/gettextP.h: Likewise.
3609         * intl/loadmsgcat.c: Likewise.
3610
3611 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
3612
3613         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
3614         * iconv/gconv_builtin.h: Add definitions for new builtins.
3615         * iconv/gconv.h: Add prototypes for new builtins.
3616
3617         * iconvdata/Makefile (modules): Add ISO646.
3618         Add rules for ISO646 module.
3619         (distribute): Add iso646.c.
3620         * iconvdata/gconv-modules: Add module and alias definition for
3621         ISO646 charsets.
3622         * iconvdata/iso646.c: New file.
3623
3624 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
3625
3626         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
3627         * iconv/iconv_prog.c: Implement --list option to print available
3628         coded character sets.
3629
3630 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3631
3632         Make fread() read large blocks straight to the user buffer.
3633
3634         * libio/fileops.c (_IO_file_xsgetn): New function.
3635         (_IO_file_jumps): Use it.
3636         * libio/libioP.h: Prototype it.
3637
3638 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3639
3640         * iconv/gconv_conf.c (builtin_aliases): New variable.
3641         (__gconv_read_conf): Add builtin aliases.
3642         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
3643         noop macro before including gconv_builtin.h.
3644         * iconv/gconv_builtin.h: Add alias names.
3645
3646         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
3647         number of converted bytes correctly.
3648
3649 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3650
3651         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
3652         we only wait for a replay.
3653
3654 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3655
3656         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
3657         EUC-KR modules.
3658
3659 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
3660
3661         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
3662         use PLTJMP() rather than explicit (PLT).
3663
3664         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
3665         __libc_start_main().
3666
3667         Based on patch from Pat Beirne:
3668         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
3669         Always define, not only #ifndef PIC.
3670         (DO_CALL): Pass fifth argument correctly in R4.
3671         (PSEUDO): Correct test for error, call syscall_error through PLT
3672         if PIC.
3673
3674 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
3675
3676         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
3677         definitions.
3678
3679 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3680
3681         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
3682         JOHAB.so.
3683
3684 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
3685
3686         * io/Makefile (static-only-routines): Add stat64, fstat64 and
3687         lstat64.
3688
3689 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3690
3691         * manual/Makefile: Use object-suffixes-for-libc instead of
3692         object-suffixes.
3693         * rpm/Makefile (install-lib): Likewise.
3694
3695 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3696
3697         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
3698
3699         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
3700         `m68*', not only `m68k'.
3701
3702 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3703
3704         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
3705
3706         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
3707         install lddlibc4.
3708
3709 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3710
3711         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
3712         EUC-KR.
3713
3714         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
3715         comment.
3716
3717 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
3718
3719         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
3720         the init stuff.
3721
3722 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3723
3724         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
3725         adjtimex syscall.
3726         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
3727         adjtimex.
3728         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
3729
3730 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3731
3732         * Makerules (install): Change comment for libc.so following the
3733         libc_nonshared changes.
3734
3735 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3736
3737         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
3738
3739         * iconvdata/gap.pl: Avoid using %#06x.
3740
3741 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3742
3743         * Makerules: Use $? instead of S^ when invoking ar.
3744
3745 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3746
3747         * db2/compat.h: Allow EFTYPE being defined.
3748         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
3749         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
3750         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
3751         * sysdeps/mach/bits/libc-lock.h: Fix typo.
3752         (__libc_once): Correctly unlock semaphore.
3753         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
3754         * sysdeps/unix/bsd/getpt.c: Fix typo.
3755         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
3756
3757 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3758
3759         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
3760         macros.
3761
3762 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
3763
3764         * include/mntent.h: New file.
3765
3766         * elf/Makefile (trusted-dirs.h): Append slash to filename.
3767         * elf/dl-load.c: Rewrite search path handling.
3768         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
3769         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
3770         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
3771         * elf/ldsodefs.h: Add prototype.
3772
3773 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3774
3775         * nss/nsswitch.c (__nss_lookup): Adjust comment.
3776
3777         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
3778         function.
3779
3780         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
3781
3782         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
3783         New function.
3784         (HWCAP_IMPORTANT): New definition.
3785
3786 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
3787
3788         * elf/dl-open.c (_dl_open): Fix a typo.
3789         (_dl_global_scope_alloc): Make it static.
3790
3791 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
3792
3793         * Makerules: Remove duplicate rules to handle stamp.oS.
3794
3795 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3796
3797         * manual/examples/inetsrv.c (main): Change prototype of
3798         make_socket following change in mkisock.c.
3799
3800         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
3801         example host.
3802         (main): Change prototype of init_sockaddr following change in
3803         isockadd.c.
3804
3805         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
3806         * manual/examples/isockad.c (init_sockaddr): Likewise.
3807
3808         * manual/examples/mkfsock.c (make_named_socket): Removed blank
3809         lines for clarification.
3810         (make_named_socket): Use strncpy instead of strcpy.
3811         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3812
3813 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
3814
3815         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
3816         determining libs to remove.
3817         (postclean): Add soversions.mk.
3818         * Makerules (common-mostlyclean): Add tests-static and generated
3819         files.
3820
3821 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
3822
3823         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
3824         scanning for \0.
3825         (__strncat_g): Add i686 specific code.
3826
3827 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3828
3829         * manual/install.texi (Reporting Bugs): Ask to include section
3830         names in reports.
3831
3832 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3833
3834         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
3835         guard against direct inclusion.
3836
3837 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3838
3839         Rework support for libc_nonshared.a:
3840         * Makeconfig (object-suffixes-for-libc): New variable.
3841         * Rules: Remove handling of static-only and shared-only routines.
3842         * Makerules: Handle them here instead.  Use
3843         object-suffixes-for-libc instead of object-suffixes when dealing
3844         with libc objects.
3845         (object-suffixes-for-rules): Remove variable.
3846         (elide-routines.oS): Elide all routines except static-only
3847         routines.
3848         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
3849         empty.
3850         (installed-libcs): Remove special case for .oS.
3851         (rmobjs): Likewise.
3852
3853 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3854
3855         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
3856         do-tst-rpmatch): New targets.
3857         (test): Use them.
3858         (install-locales): Ignore comment lines.
3859
3860 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3861
3862         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
3863         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
3864         ($(objpfx)rtldtbl.h): Likewise.
3865         (CPPFLAGS-dl-load.c): Fix reference to object directory.
3866
3867 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
3868
3869         * manual/string.texi (Finding Tokens in a String): Extend strsep
3870         description and correct example.
3871
3872 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3873
3874         * manual/socket.texi: Remove misguided explicit line breaks and
3875         fix the formatting problem instead by reformulating the
3876         paragraphs.
3877         * manual/filesys.texi: Likewise.
3878         * manual/conf.texi: Likewise.  Don't typeset table with index
3879         fonts, that looks worse than a minimally overfull line.
3880
3881 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3882
3883         * nscd/Makefile (nscd-modules): Move definition outside of
3884         conditional.
3885
3886         * pwd/Makefile: Use have-thread-library to test for thread
3887         library.
3888
3889 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3890
3891         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
3892
3893         * iconvdata/uhc.c (gconv): Remove unused variable idx.
3894
3895 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3896
3897         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
3898
3899 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
3900
3901         * nss/getXXent_r.c: Correctly handle failing setXXent function.
3902
3903         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
3904         Reported by Andreas Jaeger.
3905
3906 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
3907
3908         * elf/Makefile: Fix typo.
3909         (distribute): Add dl-librecon.h.
3910         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
3911         * elf/ldd.sh.in: Likewise.
3912         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
3913         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
3914         Use strsep correctly.
3915         (process_envvars): Allow platform specific variables.
3916         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
3917         (_dl_load_cache_lookup): Test cache IDs found against
3918         _dl_correct_cache_id.
3919         * sysdeps/generic/dl-librecon.h: New file.
3920         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
3921
3922         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
3923
3924 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
3925
3926         * config.make.in (ldd-rewrite-script): New variable.
3927         * configure.in: Substitute ldd-rewrite-script.
3928         * elf/Makefile: Rewrite rules to generate ldd script.
3929         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
3930         * elf/ldd.sh.in: Likewise.
3931         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
3932         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
3933         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
3934         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
3935         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
3936
3937 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3938
3939         * inet/rcmd.c (iruserok): Remain setuid to the local user
3940         while .rhosts is actually read, to make .rhosts-over-NFS work
3941         (PR libc/524).  Use iruserfopen() for security checks on both
3942         hosts.equiv and .rhosts.  General cleanup.
3943         (iruserfopen): New function, performs careful checking on
3944         hosts.equiv/.rhosts files.  Disallows all the old forbidden
3945         stuff plus hard links to files.
3946
3947 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
3948
3949         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
3950
3951         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
3952
3953 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
3954
3955         * sysdeps/i386/i486/bits/string.h: Fix typos.
3956
3957 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
3958
3959         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
3960         strong alias.
3961
3962         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
3963
3964         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
3965         Added.  Used by libm.so on alpha.
3966
3967 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3968
3969         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
3970         defined.
3971
3972 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
3973
3974         * Makerules (object-suffixes-for-rules): Add .oS only for
3975         building shared library.
3976         Add ranlib rule for nonshared library.
3977         (rmobjs): Fix typo.
3978
3979         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
3980         into for shared library only.
3981         (CPPFLAGS-.oS): Add -DPIC.
3982         (libtypes): Use $(object-suffixes-for-rules) instead of
3983         $(object-suffixes).
3984
3985 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
3986
3987         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
3988         and install lddlibc4.
3989
3990 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3991
3992         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
3993         hash.
3994         * iconvdata/gaptab.pl: Likewise.
3995
3996 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
3997
3998         * Rules: Allow Makefiles to specify test-static for tests which
3999         cannot be linked dynamically.
4000         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
4001         tests-static.
4002
4003         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
4004
4005         * misc/error.c: Pretty print.
4006
4007 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4008
4009         * Makerules (libc_nonshared-name): Remove variable.
4010         (installed-libcs): Use libc-name instead.
4011         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
4012         dynamic linker.
4013
4014         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
4015         libc.a.  Remove explicit reference to dynamic linker.
4016
4017 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
4018
4019         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
4020         to wchar_t.
4021         * iconv/iconv_prog.c: Correctly test for write failure.
4022         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
4023         * iconvdata/gconv-modules: Likewise.
4024         * iconvdata/euckr.c: New file.
4025         * iconvdata/johab.c: New file.
4026         * iconvdata/ksc5601.c: New file.
4027         * iconvdata/ksc5601.h: New file.
4028         * iconvdata/uhc.c: New file.
4029         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
4030
4031         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
4032         * stdio/fopen.c: Correct handling of 'x' flag.
4033         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
4034
4035 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4036
4037         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
4038         * sunrpc/rpcsvc/key_prot.x: Likewise.
4039         * sunrpc/key_prot.c: Likewise.
4040
4041 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
4042
4043         * sysdeps/i386/bits/string.h: Correct things which never worked.
4044         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
4045         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
4046
4047 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
4048
4049         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
4050         defined.  Reported by Thorsten Kukuk.
4051
4052 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
4053
4054         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
4055
4056 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4057
4058         * manual/install.texi (Supported Configurations): Add
4059         arm-linuxaout and arm-none.
4060
4061 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4062
4063         * version.h (VERSION): Bump to 2.0.93.
4064
4065 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
4066
4067         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
4068
4069         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
4070
4071         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
4072         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
4073
4074 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4075
4076         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
4077
4078 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4079
4080         Put the static-only routines in a separate library.
4081         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
4082         variables.
4083         (all-object-suffixes): Add .oS.
4084         * Makerules (libc_static-name): New variable.
4085         (installed-libcs): Add libc_nonshared.a.
4086         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
4087         (object-suffixes-for-rules): New variable.  Use it instead of
4088         object-suffixes for generating compilation rules.
4089         (rmobjs): Also remove *.oS.
4090         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
4091         ($(objpfx)stamp.oS): New target.
4092
4093 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4094
4095         * Makefile (FAQ): Automatically check in regenerated FAQ.
4096
4097 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4098
4099         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
4100
4101 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
4102
4103         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
4104         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
4105
4106         * sysdeps/generic/stub_warning: Removed.
4107
4108         * Makefile (distribute): Add include/des.h.
4109
4110         * manual/Makefile (distribute): Change dir-add.texi to
4111         dir-add.texinfo.
4112
4113         * glibcbug.in: Create files safely when mktemp is not available.
4114
4115         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
4116         Patch by a sun <asun@saul1.u.washington.edu>.
4117
4118 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4119
4120         * libc.map: Rename getname to getnetname.
4121
4122 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
4123
4124         * manual/maint.texi: Use supported platform in examples.
4125
4126         * manual/install.texi: Document some installation tips.
4127
4128 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
4129
4130         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
4131         Fix a bug so that it returns an error if a numeric parameter is
4132         unset and WRDE_UNDEF is set.
4133         Patch by Andreas Schwab and Tim Waugh.
4134         * posix/wordexp-test.c: Add new new test.
4135
4136 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
4137
4138         * posix/regex.c (regex_compile): Last patch wasn't entirely
4139         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
4140
4141 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4142
4143         * manual/filesys.texi (Scanning Directory Content): Fix typo.
4144
4145 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
4146
4147         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
4148         clobbered registers don't appear as operands.
4149
4150 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4151
4152         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
4153         Solaris' sake.
4154
4155         * posix/regex.c (regex_compile): Don't allow non-alphabet
4156         characters in character set name.
4157
4158 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
4159
4160         * posix/wordexp.c (w_newword): New function.
4161         (do_parse_glob): New function.
4162         (parse_glob): Use do_parse_glob.  Now handles the case where a
4163         variable expansion causes a field-split.
4164         (wordexp): Use w_newword.
4165         (parse_arith): Likewise.
4166         (exec_comm): Likewise.
4167         (parse_comm): Likewise.
4168         (parse_param): Likewise.
4169         (parse_backtick): Likewise.
4170
4171 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
4172
4173         * posix/wordexp-tst.sh: Another test.
4174
4175         * posix/wordexp-test.c: Two new tests.
4176
4177         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
4178         directly (the code using realloc was buggy).
4179         (parse_param): Fix typo in comment.
4180
4181 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4182
4183         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
4184
4185 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4186
4187         * libc.map: Add more rpc auth functions/variables.
4188
4189         * nscd/nscd.c: Add -g option to argp options.
4190
4191 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4192
4193         * configure.in: Be prepared for gcc 2.9.10 and up.
4194         * configure.in: Add missing disabling of quote characters in
4195         compiler version check.  Reported by HJ Lu.
4196
4197 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4198
4199         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
4200
4201 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4202
4203         * intl/locale.alias: Fix spelling of romanian.
4204
4205         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
4206         (distribute): Remove des.h.
4207         * include/des.h: New file.
4208         * sunrpc/des.h: Moved to ...
4209         * sunrpc/rpc/rpc_des.h: ...here.
4210
4211 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
4212
4213         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
4214         Fix paren.
4215
4216 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4217
4218         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
4219         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
4220
4221 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4222
4223         * elf/ldsodesf.h: New file.
4224         * elf/Makefile (distribute): Add ldsodefs.h.
4225         * elf/link.h: Separate internal information in exter header.
4226         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
4227         * elf/dl-minimal.c: Likewise.
4228         * sysdeps/generic/dl-sysdep.c: Likewise.
4229         * elf/sprof.c: Likewise.
4230         * elf/dlsym.c: Likewise.
4231         * elf/dlvsym.c: Likewise.
4232         * elf/dlerror.c: Likewise.
4233         * elf/dladdr.c: Likewise.
4234         * elf/dlclose.c: Likewise.
4235         * elf/dlopen.c: Likewise.
4236         * elf/dl-addr.c: Likewise.
4237         * elf/dl-close.c: Likewise.
4238         * elf/dl-debug.c: Likewise.
4239         * elf/dl-deps.c: Likewise.
4240         * elf/dl-error.c: Likewise.
4241         * elf/dl-fini.c: Likewise.
4242         * elf/dl-init.c: Likewise.
4243         * elf/dl-load.c: Likewise.
4244         * elf/dl-lookup.c: Likewise.
4245         * elf/dl-object.c: Likewise.
4246         * elf/dl-open.c: Likewise.
4247         * elf/dl-profile.c: Likewise.
4248         * elf/dl-reloc.c: Likewise.
4249         * elf/dl-runtime.c: Likewise.
4250         * elf/dl-support.c: Likewise.
4251         * elf/dl-symbol.c: Likewise.
4252         * elf/dl-version.c: Likewise.
4253         * sysdeps/generic/dl-cache.c: Likewise.
4254         * sysdeps/generic/libc-start.c: Likewise.
4255         * iconv/gconv_dl.c: Likewise.
4256         * nss/nsswitch.c: Likewise.
4257
4258 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
4259
4260         * manual/nss.texi: The database is not called network but networks.
4261         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
4262
4263 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4264
4265         * configure.in: Correct test for compiler version.
4266         Check that LD_LIBRARY_PATH doesn't contain current path.
4267
4268 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
4269
4270         * elf/dl-close.c (_dl_close): Fix byte count while removing
4271         the shared object from the global scope list and optimize
4272         a little bit.
4273
4274 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4275
4276         * manual/filesys.texi (Scanning Directory Content): Add missing
4277         closing brace.
4278         (Scanning Directory Content): Fix text.
4279
4280 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4281
4282         * manual/memory.texi (Heap Consistency Checking): Add paragraph
4283         explaining difference of -lmcheck and MALLOC_CHECK_.
4284
4285 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4286
4287         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
4288         typos in comments.
4289
4290 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4291
4292         * test-skeleton.c (main): Fix test for exit signal.
4293
4294 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4295
4296         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
4297
4298 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4299
4300         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
4301         appropriate.
4302
4303 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4304
4305         * libc.map: Export __strtok_r.
4306
4307 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
4308
4309         * posix/regex.c (re_compile_fastmap): Remove unused variable
4310         num_regs and adjust comment.
4311         Patch by Jim Meyering <meyering@ascend.com>.
4312
4313         * math/math.h (M_*l): Extend long double constants to be usable
4314         for 128 bit floats.  Patch by Richard Henderson.
4315
4316 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4317
4318         * sysdeps/m68k/m68020/wordcopy.S: New file.
4319
4320 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
4321
4322         * posix/wordexp.c: Rewrite parse_param.
4323         Patch by Tim Waugh and Andreas Schwab.
4324
4325 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4326
4327         * Rules: Update timestamps on empty object files.
4328
4329 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
4330
4331         * manual/filesys.texi (Scanning Directory Content): Add description
4332         of 64 bits scandir function and friends.
4333
4334 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4335
4336         * glibcbug.in: Use mktemp to generate unique file name for
4337         temporary files.
4338
4339         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
4340         ptsname_r.  Use cast for execve call.
4341
4342 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
4343
4344         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
4345         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
4346         * io/sys/statvfs.h: New file.
4347         * sysdeps/generic/fstatvfs.h: New file.
4348         * sysdeps/generic/statvfs.h: New file.
4349         * sysdeps/generic/fstatvfs64.h: New file.
4350         * sysdeps/generic/statvfs64.h: New file.
4351         * sysdeps/generic/bits/statvfs.h: New file.
4352         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
4353         * sysdeps/unix/sysv/linux/statvfs.c: New file.
4354         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
4355
4356         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
4357         and f_ffree elements.
4358
4359         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
4360         mount options in enum.
4361
4362 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4363
4364         * configure.in: Check for recent egcs/gcc.
4365
4366 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4367
4368         * libc.map: Add alphasort64, scandir64, versionsort64.
4369         * dirent/Makefile (routines): Add scandir64, alphasort64, and
4370         versionsort64.
4371         * dirent/alphasort64.c: New file.
4372         * dirent/scandir64.c: New file.
4373         * dirent/versionsort64.c: New file.
4374         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
4375         versionsort.
4376         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
4377         old name weak alias.
4378         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
4379
4380         * dirent/alphasort.c: Use strcoll instead of strcmp.
4381
4382         * dirent/scandir.c: Optimize a bit.
4383
4384         * dirent/versionsort.c: Pretty print.
4385
4386 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4387
4388         * string/string.h: Add prototype for __strtok_r.
4389
4390 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4391
4392         * posix/Makefile: Fix typo in last change.
4393
4394 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4395
4396         * dirent/dirent.h (scandir): Make argument of select function const.
4397         * dirent/scandir.c (scandir): Likewise.
4398         Reported by David.Faure@insa-lyon.fr [PR libc/512].
4399
4400 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
4401
4402         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
4403         weak alias.
4404         * sysdeps/i386/strtok_r.c: Likewise.
4405
4406         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
4407         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
4408         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
4409         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
4410         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
4411         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
4412
4413 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4414
4415         * intl/localealias.c: Remove unneeded define for strdup.
4416
4417 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
4418
4419         * manual/argp.texi: Adjust for better TeX output.
4420         * manual/arith.texi: Likewise.
4421         * manual/conf.texi: Likewise.
4422         * manual/filesys.texi: Likewise.
4423         * manual/header.texi: Likewise.
4424         * manual/lgpl.texinfo: Likewise.
4425         * manual/math.texi: Likewise.
4426         * manual/message.texi: Likewise.
4427         * manual/pattern.texi: Likewise.
4428         * manual/process.texi: Likewise.
4429         * manual/signal.texi: Likewise.
4430         * manual/socket.texi: Likewise.
4431         * manual/startup.texi: Likewise.
4432         * manual/stdio.texi: Likewise.
4433         * manual/terminal.texi: Likewise.
4434         * manual/examples/rprintf.c: Likewise.
4435         * manual/examples/testopt.c: Likewise.
4436         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4437
4438 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
4439
4440         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
4441         parameter name after seeing a digit if it's enclosed in braces.
4442
4443 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4444
4445         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
4446
4447 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4448
4449         * manual/memory.texi (Heap Consistency Checking): Document
4450         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
4451
4452 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4453
4454         * manual/Makefile: Add missing rules.
4455
4456 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4457
4458         * timezone/Makefile (generated): Define to remove all stamp files.
4459
4460         * sysdeps/generic/strsep.c: Also undefine __strsep.
4461
4462         * string/strdup.c: Undefine __strdup and strdup first.
4463         * string/strndup.c: Likewise.
4464
4465         * string/bits/string2.h: Correct strtok_r and strsep.
4466         Add strndup optimization.
4467
4468         * sysdeps/generic/strsep.c: Little optimization.
4469
4470 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
4471
4472         * string/bits/string2.h: Add optimization for strdup.
4473         Always define __strsep and __strtok_r and make real names available
4474         when feature select macros are defined.
4475
4476 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4477
4478         * manual/install.texi (Installation): Use i486-linux as example
4479         instead of the unsupported sunos4.
4480         (Reporting Bugs): Mention glibcbug script.
4481         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
4482
4483 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4484
4485         * posix/wordexp-tst.sh: Make portable.  Add more tests.
4486
4487         * posix/Makefile (do-globtest do-wordexp-test): New targets.
4488
4489 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
4490
4491         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
4492         * sysdeps/generic/libc-start.c: ...here, replacing former content.
4493
4494         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
4495         netpacket/packet.h.
4496
4497         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
4498
4499 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4500
4501         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
4502         in enumerator for strict standard compliance.
4503         * sysdeps/generic/bits/resource.h: Likewise.
4504
4505 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
4506
4507         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
4508         (PLTJMP): New macro.
4509
4510         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
4511         longjmp() when floating point enabled.
4512         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
4513         * sysdeps/arm/__longjmp.S: Remove floating point code.
4514         * sysdeps/arm/setjmp.S: Likewise.
4515
4516         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
4517         * sysdeps/arm/bsd-_setjmp.S: Likewise.
4518
4519         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
4520         memset().
4521
4522         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
4523         prototype.
4524
4525 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
4526
4527         Based on patches from Pat Beirne and Scott Bambrough:
4528
4529         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
4530
4531         * sysdeps/arm/bits/fenv.h: New file.
4532
4533         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
4534         * sysdeps/arm/elf/setjmp.S: Likewise.
4535         * sysdeps/arm/elf/start.S: Likewise.
4536         * sysdeps/arm/init-first.c: Likewise.
4537         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
4538         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
4539         comment about floating point to reflect current reality.
4540
4541         * sysdeps/unix/arm/brk.S: Support PIC.
4542         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
4543         re-entrant code.
4544         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
4545         return; call syscall_error through PLT.
4546         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
4547
4548 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
4549
4550         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
4551         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
4552         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
4553
4554 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4555
4556         * dirent/list.c (test): Return error value.
4557         (main): Exit with error value.
4558
4559         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
4560
4561         * Makefile (distribute): Add test-skeleton.c.
4562         * test-skeleton.c: New file.
4563         * dirent/Makefile (tests): Add opendir-tst1.
4564         * dirent/opendir-tst1.c: New file.
4565
4566 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4567
4568         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
4569         Optimize memory handling.
4570         * sysdeps/unix/closedir.c: Optmize memory handling.
4571
4572 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
4573
4574         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
4575         handling.  Optimize a bit.
4576
4577 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
4578
4579         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
4580         (parse_param): Fold in Andreas' fixes to do with when the end of
4581         the parameter name has been reached, and quoting inside ${...}.
4582         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
4583         $((echo);(ls)).
4584
4585 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4586
4587         * manual/maint.texi: Split out installation and contribution
4588         sections to their own appendices.  Misc cleanups.
4589         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
4590         * manual/contrib.texi: New file.
4591         * manual/libc.texinfo: Pull in new appendices.
4592         * manual/header.texi: Correct node pointer.
4593
4594 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4595
4596         * manual/process.texi (Process Completion): Clarify return value
4597         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
4598
4599 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4600
4601         * posix/wordexp-test.c: Add more tests.
4602         (testit): Fix logic.
4603
4604         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
4605         /dev/null instead of closing it, close pipe.  Always chop off all
4606         trailing newlines.  Kill and reap child before returning error.
4607         (w_addword, parse_glob): Fix memory leak.
4608         (wordexp): Fix dangling pointer problem.
4609
4610 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
4611
4612         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
4613
4614         * posix/wordexp-test.c (main): Fix little thinkos and typos.
4615
4616         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
4617         directory index by only the language.
4618
4619 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
4620
4621         * posix/wordexp-tst.sh: Store test results in the
4622         ${common_objpfx}posix directory.
4623
4624         * posix/wordexp-test.c: Remove temporary directory afterwards.
4625
4626 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4627
4628         * libc.map: Export internal versions of cancelable functions.
4629
4630 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4631
4632         * Makerules (MAKEFLAGS): Append `r'.
4633
4634 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4635
4636         * Makeconfig: Define have-thread-library, shared-thread-library
4637         and static-thread-library if a thread library is available.  Don't
4638         define rt.
4639         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
4640         nscd-routines to nscd-modules.  Use shared-thread-library and
4641         static-thread-library in dependencies.
4642         * rt/Makefile: Only compile librt if have-thread-library is
4643         defined.
4644         * Makefile (subdirs): Always include rt subdir.
4645
4646 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4647
4648         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
4649
4650 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
4651
4652         * configure.in: Recognize variations for 32 MIPS processors.
4653         Don't assume ELF systems always have .weak, test for .weakext.
4654
4655 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
4656
4657         * configure.in: Irix6 is an ELF platform.
4658
4659 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
4660
4661         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
4662         unmapping the last loaded segment.
4663
4664 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
4665
4666         * configure.in: Set base_os for Irix6.
4667         Correct test for .weakext.
4668
4669 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4670
4671         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
4672         (new_line) to _dl_debug_message call.
4673
4674 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
4675
4676         * posix/wordexp.c (parse_param): Perform field-splitting after
4677         expanding positional parameter.
4678
4679         * posix/wordexp-tst.sh: Test that field-splitting is performed
4680         after expanding positional parameter.
4681
4682         * posix/wordexp.c (parse_param): Fixed memory leak in
4683         field-splitting after parameter expansion.
4684
4685 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
4686
4687         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
4688         (get_toplvl_escape): Correctly terminate loop at EOF.
4689         Patch by Cristian Gafton <gafton@redhat.com>.
4690
4691 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
4692
4693         * string/tester.c (test_strpbrk): Add more strpbrk tests.
4694         (test_strsep): Likewise.  Correct horrible bugs.
4695
4696         * string/bits/string2.h (strcspn): Optimize also reject string of
4697         length 2 and 3.
4698         (strspn): Likewise.
4699         (strpbrk): Likewise.
4700         (strsep): Likewise.  Correct bug with successive separators and
4701         separators at the end of the string.
4702         * sysdeps/generic/strsep.c: Correct bug with successive separators
4703         and separators at the end of the string.
4704
4705 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4706
4707         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
4708         etc) now handled, as well as $$ (pid).
4709
4710         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
4711         (distribute): Add wordexp-tst.sh.
4712
4713         * posix/wordexp-tst.sh: New file.
4714
4715         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
4716         number of positional parameters.  Renamed substitute_length to
4717         seen_hash.
4718         Don't free(env) is env is NULL.
4719
4720 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
4721
4722         * libc.map: Add pthread_attr_init to GLIBC_2.1.
4723
4724 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
4725
4726         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
4727         for output file replacing gmon.out.
4728         Patch by Dean Gaudet <dgaudet@arctic.org>.
4729
4730 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4731
4732         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
4733         up namespace.  Optimize finding end of line.
4734
4735 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4736
4737         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
4738         securely.  Optimized.
4739         (process_dl_debug): Add ':' to list of separators.  Optimized.
4740
4741 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4742
4743         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
4744         isless, islessequal, islessgreater, isunordered): Return zero or
4745         one.
4746
4747 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4748
4749         * posix/wordexp-test.c: More tests.
4750         (main): Set up arena for pathname expansion tests (in a temporary
4751         directory).
4752         (testit): Don't check word count or word vector if return value is
4753         non-zero.
4754
4755         * posix/wordexp.c (exec_comm): Always chop off terminating
4756         linefeed (just like bash does).
4757         (parse_param): Change lots of occurrences of "if (!*env)" to "if
4758         (!env || !*env)".
4759         (parse_param): For assignment inside parameter expansion, use all
4760         expanded words in assignment rather than just the first.
4761         (parse_param): Corrected return value for parameter expansion of
4762         an unset variable when WRDE_UNDEF is in effect.
4763         (parse_dollars): Don't field-split if quoted.
4764         (wordexp): Opening brace character isn't allowed unquoted.
4765
4766 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4767
4768         * elf/dlerror.c: Fix concurrency problems with error string and
4769         number.
4770
4771         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
4772         filter/auxiliary are being loaded.
4773
4774 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
4775
4776         * elf/dlerror.c (last_object_name): Removed.
4777         (dlerror): Don't use last_object_name.
4778         (_dl_error_run): Omit second argument to _dl_catch_error.
4779         * elf/dl-error.c (struct catch): Remove objname member.
4780         (_dl_signal_error): Construct string including objname when given.
4781         (_dl_catch_error): Remove objname handling.
4782         * elf/link.h (_dl_catch_error): Fix prototype and comment.
4783         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
4784         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
4785         * nss/nsswitch.c (nss_dlerror_run): Likewise.
4786         * iconv/gconv_dl.c (dlerror_run): Likewise.
4787         [Corrects PR libc/501].
4788
4789 1998-03-12  Matthias Urlichs <smurf@noris.de>
4790
4791         * nscd/nscd.c: Ignore SIGPIPE.
4792
4793 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4794
4795         * nscd/nscd_getgr_r.c: Use __ protected names.
4796         * nscd/nscd_getpw_r.c: Likewise.
4797
4798 1998-03-12  Matthias Urlichs <smurf@noris.de>
4799
4800         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
4801         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
4802         null bytes are not transmitted.
4803
4804 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4805
4806         * powerpc/syscalls.list: Correct typo.
4807         * alpha/syscalls.list: Likewise.
4808         * mips/syscalls.list: Likewise.
4809
4810 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4811
4812         * socket/sys/socket.h: Add prototype for __socket.
4813
4814 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4815
4816         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
4817
4818         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
4819         constants.
4820
4821         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
4822         definition here.
4823         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
4824         definition here.
4825
4826         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
4827         AF_* and PF_* constants.
4828
4829         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
4830
4831 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
4832
4833         * elf/rtld.c: Update help message.
4834         Install link maps for preloaded objects using main_map as loader.
4835
4836         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
4837         * elf/dl-profile.c: Likewise.
4838
4839         * elf/dlsym.c: Little optimization.
4840         * elf/dlvsym.c: Likewise.
4841
4842 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
4843
4844         * posix/wordexp-test.c: Move test for parameter list at the very
4845         beginning.
4846
4847 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4848
4849         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
4850         WRDE_REUSE flag is set.
4851         (parse_param): Allow `*', `@', and numbers in parameter names.
4852         (parse_dollars): Differentiate between arithmetic expansion and a
4853         command substitution that starts immediately with a sub-shell
4854         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
4855         (parse_param): Memory allocated with __alloca in a block was
4856         referenced outside that block.  Adjusted to use malloc/free.
4857         (parse_param): Adjusted field-splitting algorithm so that there is
4858         not necessarily a field split at the end of a parameter expansion.
4859
4860 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
4861
4862         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
4863         don't free words that have already been allocated.
4864         (parse_param): A dollar sign on its own will never have a pattern
4865         associated with it (like "${HOME%%/}" has), so don't try to free it.
4866         (parse_glob): Attempt to glob when an unquoted `[' is found
4867         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
4868         (parse_glob): Sorted out quoting in a glob-able word.
4869         (parse_param): Added $* and $@ handling.
4870
4871 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4872
4873         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
4874         parsing it.
4875
4876 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4877
4878         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
4879         _dl_debug_message.
4880
4881 1998-03-12  Matthias Urlichs  <smurf@noris.de>
4882
4883         * elf/dl-misc.c: Default for debug output should be stderr.
4884         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
4885         * elf/dl-lookup.c: reference_name may be NULL or empty.
4886
4887 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4888
4889         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
4890
4891 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4892
4893         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
4894
4895         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
4896
4897 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4898
4899         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
4900         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
4901
4902 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4903
4904         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
4905         init stuff.
4906
4907 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4908
4909         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
4910         flag.
4911
4912         * misc/syslog.c (vsyslog): Don't try to send if not connected to
4913         syslog daemon.
4914         (closelog_internal): Don't do anything if not connected.
4915
4916 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
4917
4918         * libc.map: Add _dl_debug_message.
4919         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
4920         before every line.
4921         * elf/fini.c: Correctly use new _dl_debug_message function.
4922         * elf/init.c: Likewise.
4923         * elf/dl-lookup.c: Likewise.
4924         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
4925         * elf/dl-load.c: Likewise.  Add more debugging prints.
4926         * elf/dl-reloc.c: Likewise.
4927         * elf/dl-version.c: Likewise.
4928         * elf/dl-support.c: Add variables for debugging.
4929         * elf/rtld.c: Likewise.  Recognize new debug options.
4930         * elf/link.h: Declare new variables.
4931
4932         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
4933
4934 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4935
4936         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
4937         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
4938
4939 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4940
4941         * posix/wordexp-test.c (command_line_test): New function to allow
4942         testing of specific cases from the command-line.
4943
4944 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4945
4946         * elf/dl-init.c (_dl_init_next): Print nicer messages.
4947         * elf/dl-fini.c (_dl_fini): Likewise.
4948         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
4949
4950         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
4951         symbol in debug message.
4952         (_dl_lookup_versioned_symbol_skip): Likewise.
4953
4954 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
4955
4956         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
4957         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
4958         * manual/filesys/texi: Document this.
4959
4960 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
4961
4962         * manual/filesys.texi: Document the change below.
4963
4964 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4965
4966         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
4967         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
4968
4969 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
4970
4971         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
4972         instead scope.  If debugging display information about symbol
4973         resolving.
4974         (_dl_lookup_symbol): Call do_lookup with correct parameters.
4975         (_dl_lookup_symbol_skip): Likewise.
4976         (_dl_lookup_versioned_symbol): Likewise.
4977         (_dl_lookup_versioned_symbol_skip): Likewise.
4978         * elf/dl-support.c: Define _dl_debug_symbols.
4979         * elf/link.h: Add declaration for _dl_debug_symbols.
4980         * elf/rtld.c: Define _dl_debug_symbols.
4981         (process_dl_debug): Recognize symbols option.
4982
4983 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
4984
4985         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
4986         in correct format.
4987         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
4988         with correct parameters.
4989         [!PIC]: Initialize __libc_multiple_libcs.
4990
4991 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
4992
4993         * elf/dl-support.c (_dl_debug_bindings): Add definition.
4994         * elf/rtld.c (_dl_debug_bindings): Add definition.
4995         (process_dl_debug): Recognize bindings option.  Update help message.
4996         * elf/link.h (struct link_map): Add l_versyms member.
4997         (_dl_debug_bindings): Add declaration.
4998         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
4999         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
5000         and l_reloc_result.
5001         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
5002         (sym_val): Remove a member, add m as link_map.
5003         (do_lookup): Return result appropriately.
5004         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
5005         Call do_lookup correctly.
5006         (_dl_lookup_symbol_skip): Likewise.
5007         (_dl_lookup_versioned_symbol): Likewise.
5008         (_dl_lookup_versioned_symbol_skip): Likewise.
5009
5010 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
5011
5012         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
5013         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
5014
5015         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
5016         * libc.map: Add chown to GLIBC_2.1.
5017         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
5018         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
5019
5020 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5021
5022         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
5023         weak alias.
5024         * sysdeps/alpha/ffs.c: Likewise.
5025         * sysdeps/am29k/ffs.c: Likewise.
5026         * sysdeps/i386/ffs.c: Likewise.
5027         * sysdeps/i960/ffs.c: Likewise.
5028         * sysdeps/m68k/ffs.c: Likewise.
5029         * sysdeps/m88k/ffs.c: Likewise.
5030         * sysdeps/powerpc/ffs.c: Likewise.
5031         * sysdeps/rs6000/ffs.c: Likewise.
5032         * sysdeps/vax/ffs.s: Likewise.
5033         * string/string.h: Declare __ffs.
5034         * libc.map: Export it.
5035         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
5036         __builtin_ffs, which is not guaranteed to be namespace clean.
5037
5038 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5039
5040         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
5041         table, which is much more likely to exist than debugging symbols.
5042         (printsym): Remove const.
5043         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
5044         header table.
5045
5046         * libc.map: Export __profile_frequency, used by elf/sprof, to
5047         avoid infinite recursion during startup.
5048
5049 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5050
5051         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
5052         Readd lost negate.
5053
5054         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
5055
5056 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
5057
5058         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
5059
5060 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
5061
5062         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
5063         LD_PRELOAD, and LD_VERBOSE.
5064         (dl_main): Use global variables set by process_envvars instead of
5065         calling getenv.
5066         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
5067         LD_LIBRARY_PATH value, this comes with the parameter.
5068         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
5069         ("LD_LIBRARY_PATH") to _dl_init_paths.
5070
5071 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
5072
5073         * elf/rtld.c (dl_main): Delay initialization of path structure if
5074         the dynamically linker is invoked implicitly until we read the
5075         dynamic section.
5076
5077 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
5078
5079         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
5080
5081 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5082
5083         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
5084         Linux 2.0 and 2.1.
5085
5086         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
5087
5088 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
5089
5090         * Makeconfig (nisobjdir): Set to path to nis directory.
5091         (rpath-link): Add nisobjdir.
5092         Patch by Sven Verdoolaege <skimo@kotnet.org>.
5093
5094         * elf/Makefile: Pretty print.
5095         * elf/dl-lookup.c: Include unistd.h.
5096         * elf/dl-runtime.c: Likewise.
5097
5098         * localedata/Makefile (test-srcs): Add tst-rpmatch.
5099         (distribute): Add tst-rpmatch.sh.
5100         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
5101
5102         New tests for rpmatch function by
5103         Jochen Hein <jochen.hein@delphi.central.de>.
5104         * localedata/tst-rpmatch.c: New file.
5105         * localedata/tst-rpmatch.sh: New file.
5106
5107         * localedata/locales/de_DE: Correct yesexpr and noexpr.
5108         * localedata/locales/de_AT: Likewise.
5109
5110         * posix/getopt.c: Update contact address.
5111         * posix/getopt1.c: Pretty print.
5112
5113         * sysdeps/generic/libc-start.c: Do most of the initialization now
5114         here instead of in start.S.
5115         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
5116         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
5117
5118         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
5119         profil_counter to be public.
5120
5121 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
5122
5123         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
5124         (parse_param): Coded parameter length expansion (${#var}).
5125         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
5126         (parse_param): Cleaned up (fixed) error handling.
5127
5128         * posix/wordexp-test.c: IFS now includes non-whitespace character
5129         (comma).  Added more tests.
5130
5131 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
5132
5133         * elf/link.h: Fix typos.
5134         Reported by Andreas Jaeger.
5135
5136         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
5137         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
5138
5139 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
5140
5141         * argp/argp-help.c: Remove last bits of using gettext instead of
5142         dgettext.
5143
5144 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
5145
5146         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
5147         __libc_start_main.
5148         * csu/Makefile (routines): Add libc-start.
5149         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
5150         * elf/dl-lookup.c: Likewise.
5151         * elf/dl-version.c: Likewise.
5152         * sysdeps/i386/dl-machine.h: Likewise.
5153         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
5154         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
5155         _dl_sysdep_message macros which use _dl_sysdep_output.
5156         * elf/dl-fini.c: Write out which destructor is called while debugging.
5157         * elf/dl-init.c: Likewise for constructor.
5158         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
5159         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
5160         _dl_sysdep_message.  Add _dl_sysdep_output.
5161         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
5162         this file can be opened.
5163         For LD_DEBUG=libs also set _dl_debug_impcalls.
5164         * sysdeps/generic/dl-cache.c: Include unistd.h.
5165         * sysdeps/generic/libc-start.c: New file.
5166         * sysdeps/unix/sysv/linux/libc-start.c: New file.
5167         * sysdeps/i386/elf/start.S: Don't call main directly, call
5168         __libc_start_main instead.
5169
5170         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
5171
5172 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
5173
5174         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
5175
5176 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
5177
5178         * argp/argp.h (struct argp): Add new field domain.
5179         * argp/argp-help.c: Change all gettext calls to dgettext and use
5180         domain field from appropriate argp in call.
5181         * argp/argp-parse.c: Likewise.
5182
5183 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
5184
5185         * posix/wordexp-test.c: Change testsuite so that it can run even
5186         for ~root != /root.
5187
5188 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5189
5190         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
5191
5192 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5193
5194         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
5195         Don't store into global errno if we already store through
5196         __errno_location.
5197         * sysdeps/unix/i386/sysdep.S: Likewise.
5198         * sysdeps/unix/alpha/sysdep.S: Likewise.
5199         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5200         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
5201         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
5202         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
5203         PIC).
5204
5205 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5206
5207         * sysdeps/generic/sysdep.h (L): Remove definition.
5208         * sysdeps/i386/sysdep.h (L): Define it here instead.
5209
5210 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5211
5212         * nis/nis_call.c (__do_niscall): Safe and reset errno.
5213
5214         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
5215
5216 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5217
5218         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
5219         declaration style to avoid warnings.
5220
5221 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
5222
5223         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
5224         "LD_DEBUG".
5225
5226 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5227
5228         * posix/Makefile (tests): Add wordexp-test.
5229         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
5230         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
5231
5232 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
5233
5234         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
5235         dependencies.
5236
5237         * elf/link.h (struct r_search_path_elem): Add two new field for
5238         lib path debugging.
5239         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
5240         variable accordingly.
5241         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
5242         is considered next along with information about load paths.
5243         * sysdeps/generic/dl-cache.c: Likewise.
5244         * elf/dl-support.c: Define _dl_debug_libs.
5245         * elf/genrtldtbl.awk: Add initializers for two new field in
5246         struct r_search_path_elem.
5247
5248 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5249
5250         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
5251         * sysdeps/m68k/lshift.S: Likewise.
5252         * sysdeps/m68k/rshift.S: Likewise.
5253         * sysdeps/m68k/sub_n.S: Likewise.
5254         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
5255         * sysdeps/m68k/m68020/mul_1.S: Likewise.
5256         * sysdeps/m68k/m68020/submul_1.S: Likewise.
5257
5258         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
5259         [_LIBC_REENTRANT]: Don't store into global errno.
5260
5261         * sysdeps/m68k/sysdep.h: New file.
5262         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
5263         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
5264         (DO_CALL): Change to expect syscall name as argument.
5265         (PSEUDO): Pass syscall_name to DO_CALL.
5266         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
5267         errno.
5268
5269 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5270
5271         * elf/rtld.c: Speed up processing of environment variables.  Do
5272         only one run on the environment by avoiding to call getenv.
5273         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
5274         function.  Used by patch above.
5275
5276 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5277
5278         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
5279         running nscd.
5280         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
5281         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
5282         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
5283
5284 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5285
5286         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
5287         module cannot be found.  Reported by Andreas Jaeger.
5288
5289 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5290
5291         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
5292         on platforms which default to unsigned chars.
5293         * nscd/nscd_getpw_r.c: Likewise.
5294         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
5295         defining it.
5296
5297 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5298
5299         * elf/Makefile (install-bin): Change = to += for sprof to install
5300         ldd also.
5301
5302 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
5303
5304         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
5305
5306 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
5307
5308         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
5309
5310 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5311
5312         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
5313         that a failure to connect to nscd doesn't change errno.
5314
5315 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5316
5317         * manual/maint.texi (Reporting Bugs): Change
5318         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
5319
5320         * locale/iso-4217.def: Likewise
5321
5322 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
5323
5324         * manual/texinfo.tex: Updated.
5325
5326 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5327
5328         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
5329         value.
5330         * sysdeps/posix/pathconf.c: Likewise.
5331         * posix/getconf.c: Print `undefined' if pathconf returns -1
5332         without setting errno.
5333
5334 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
5335
5336         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
5337         problem.
5338         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
5339         Patches by Elliot Lee <sopwith@cuc.edu>.
5340
5341 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
5342
5343         * elf/link.h (struct link_map): Add new field l_reloc_result.
5344         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
5345         of relocation for the object to be profiled.
5346         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
5347         to NULL.
5348         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
5349         array here.
5350         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
5351         contains a result from a previous run use this instead of computing
5352         the value again.
5353         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
5354
5355 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5356
5357         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
5358         offsets into the GOT.
5359         (RTLD_START): Likewise.
5360
5361 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
5362
5363         * elf/sprof.c: Cleanup a bit.
5364
5365 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
5366
5367         * sysdeps/generic/sysdep.h (L): New. Define.
5368
5369         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
5370
5371         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
5372
5373         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
5374         to have only one exit point for functions.
5375         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
5376         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
5377         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
5378         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
5379         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
5380
5381 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5382
5383         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
5384         reset errno so that errno isn't set to ENOSYS in the first call.
5385         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
5386         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
5387         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
5388         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
5389
5390 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
5391
5392         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
5393         * sysdeps/i386/addmul_1.S: Likewise.
5394         * sysdeps/i386/lshift.S: Likewise.
5395         * sysdeps/i386/mul_1.S: Likewise.
5396         * sysdeps/i386/rshift.S: Likewise.
5397         * sysdeps/i386/sub_n.S: Likewise.
5398         * sysdeps/i386/submul_1.S: Likewise.
5399         * sysdeps/i386/i586/add_n.S: Likewise.
5400         * sysdeps/i386/i586/addmul_1.S: Likewise.
5401         * sysdeps/i386/i586/lshift.S: Likewise.
5402         * sysdeps/i386/i586/mul_1.S: Likewise.
5403         * sysdeps/i386/i586/rshift.S: Likewise.
5404         * sysdeps/i386/i586/sub_n.S: Likewise.
5405         * sysdeps/i386/i586/submul_1.S: Likewise.
5406
5407         * sysdeps/i386/sysdep.h: Extend last change.
5408
5409         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
5410         to have only one exit point for functions.
5411
5412 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5413
5414         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
5415         search.
5416
5417 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
5418
5419         * Makerules: Generate libc.so with absolute paths for the used
5420         shared objects.
5421
5422         * config.make.in: Add MAKEINFO definition.
5423
5424 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5425
5426         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
5427         (ENTRY): Use STABS_FUN.
5428         (END): Use STABS_FUN_END.
5429         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
5430
5431         * elf/Makefile: Add rules to build sprof program.
5432         * elf/sprof.c: New file.
5433
5434 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5435
5436         * misc/syslog.c (openlog_internal): Insert missing closing brace.
5437
5438 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5439
5440         * configure.in: Check for working msgfmt version (from GNU gettext
5441         0.10 or later).
5442
5443 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5444
5445         * configure.in: Avoid //s in sysdirs.
5446         Patch by Roland McGrath.
5447
5448         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
5449
5450 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
5451
5452         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
5453         setting _dl_global_scope for RTLD_GLOBAL.
5454
5455 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5456
5457         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
5458         possible lists of object-suffixes are taken care of.
5459
5460 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
5461
5462         * timezone/private.h: Update from tzcode1998c.
5463         * timezone/zic.c: Likewise.
5464         * timezone/antarctica: Updated from tzdata1998c.
5465         * timezone/asia: Likewise.
5466         * timezone/australasia: Likewise.
5467         * timezone/europe: Likewise.
5468         * timezone/southamerica: Likewise.
5469
5470 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5471
5472         * posix/glob.c (glob_in_dir): Add support for cases insensitive
5473         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
5474
5475 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
5476
5477         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
5478         Changed type of TWO43, TWO52 from float to double.
5479         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
5480         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
5481         Changed type of TWO43 from float to double.
5482         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
5483         Use __isinff.
5484
5485 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
5486
5487         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
5488         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
5489         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
5490
5491 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
5492
5493         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
5494         kernel_termios.h.
5495         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
5496         Clean up random whitespace.
5497         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
5498         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
5499         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
5500         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
5501
5502 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
5503
5504         * shlib-versions: Match alpha*.
5505         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
5506         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
5507
5508         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
5509         Implement copysign* with and without __ prefix.
5510         Likewise for fabs; use builtin for gcc 2.8.
5511         (floor*): New.
5512         (fdim*): New.
5513
5514         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
5515         (R_SPARC*): Match current v9 ABI.
5516
5517         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
5518
5519         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
5520         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
5521         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
5522         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
5523         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
5524         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
5525         * sysdeps/unix/grantpt.c (argv): Fix consts.
5526         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
5527         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
5528
5529 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5530
5531         * misc/syslog.c: Change to allow user the interpretation of the
5532         outcome even with syslog having no return value.
5533
5534 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
5535
5536         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
5537         that the number of program headers is >0 (which is wrong for the
5538         loader itself).
5539
5540 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5541
5542         * Makefile (distribute): Add README.libm.
5543
5544 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5545
5546         * time/clocktest.c (main): Correct typo: "--" -> "==".
5547
5548 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
5549
5550         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
5551         inline function.
5552         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
5553         inline functions.
5554
5555         * math/libm.map (__atan2): Added.
5556
5557 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5558
5559         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
5560         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
5561
5562         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
5563         bug.
5564
5565 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5566
5567         * manual/arith.texi (Old-style number conversion): Correct
5568         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
5569
5570 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5571
5572         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
5573         but does not require it.  Handle missing argv[] values gracefully.
5574         * posix/execl.c: Likewise.
5575         * posix/execle.c: Likewise.
5576
5577 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5578
5579         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
5580         bit.
5581         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
5582
5583 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5584
5585         * libc.map: Add __adjtimex.
5586
5587 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5588
5589         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
5590         Remove memset.
5591
5592 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
5593
5594         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
5595         to 64.
5596
5597         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
5598
5599         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
5600         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
5601
5602         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
5603         for shared library.
5604
5605         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
5606
5607         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
5608         Added adjtimex and old_adjtimex.
5609
5610         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
5611         New.
5612         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
5613         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
5614
5615         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
5616         symbols only for shared library.
5617         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5618         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5619         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5620         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5621         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5622         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5623         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5624
5625         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
5626         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5627         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5628         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5629         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5630         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5631         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5632         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5633
5634         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
5635         rusage pointer.
5636
5637         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
5638         New macros.
5639         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
5640         timex and __adjtimex, respectively.
5641
5642         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
5643
5644         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
5645
5646 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
5647
5648         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
5649         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
5650
5651 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
5652
5653         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
5654
5655 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5656
5657         * Makefile.in: Disable built-in rules.
5658
5659 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5660
5661         * sysdeps/i386/fpu/t_exp.c: Move to ...
5662         * sysdeps/libm-i387/t_exp.c: ... here.
5663
5664 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
5665
5666         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
5667         from __exp2_deltatable.
5668
5669 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
5670
5671         * nis/ypclnt.c (yp_master): Check result of strdup.
5672         Patch by Thorsten Kukuk.
5673
5674 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5675
5676         * nis/ypclnt.c: Give clnt handle after error checking free, change
5677         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
5678
5679 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
5680
5681         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
5682         Patch by Joe Keane <jgk@jgk.org>.
5683
5684         * misc/fstab.h (struct fstab): Change fs_type member to be const.
5685         * misc/fstab.c: Remove casts in fs_type assignments.
5686
5687 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5688
5689         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
5690         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
5691         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
5692         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
5693         * sysdeps/powerpc/bits/fenv.h: Likewise.
5694         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
5695         * sysdeps/generic/bits/fenv.h: Likewise.
5696         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
5697         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
5698         * sysdeps/powerpc/test-arith.c (main): Likewise.
5699
5700 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5701
5702         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
5703         the comparison macros.
5704
5705 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
5706
5707         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
5708         (__log2): Fixed return values.
5709         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
5710
5711 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5712
5713         * math/math.h (isunordered): Rename local variables to ensure
5714         correct code.  Reported by HJ Lu.
5715
5716 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
5717
5718         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
5719         isless, islessequal, islessgreater, isunordered): Fix syntax for
5720         fucompip instruction.
5721         (isless, islessequal): Fix logic.
5722
5723 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5724
5725         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
5726         (comparisons_test): New tests for comparison macros.
5727
5728 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
5729
5730         * Makeconfig: Filter out frame-pointer effecting options when
5731         compiling profiling or debugging code.
5732         * config.h.in (internal_function): Don't define here if PROF is
5733         defined.
5734         * gmon/gmon.c (__moncontrol): Don't change state if already in error
5735         state.
5736         (__monstartup): If calloc fails set error state and mark array as
5737         not allocated.
5738         (_mcleanup): Don't call write_gmon if in error state.  Don't try
5739         to free array if not  successfully allocated.
5740
5741         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
5742         Include elf.h to get macro definitions.
5743         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
5744
5745 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
5746
5747         * elf/ldd.sh.in: Add compatibility for broken old shells.
5748         * elf/ldd.bash.in: Likewise.
5749
5750 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
5751
5752         * sunrpc/rpc_main.c (open_input): Check pipe return error.
5753
5754         * time/clocktest.c (main): Check signal return error.
5755
5756 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5757
5758         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
5759         "/" and use do-install-program. Reported by Mark M. Kettenis.
5760         (subdir_install):  Likewise.
5761
5762 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5763
5764         * sunrpc/rpc_sample.c: Fix typo.
5765
5766         * nscd/connections.c: Use locale.
5767         * nscd/grpcache.c: Add debug messages, gidtbl should get the
5768           calloc result.
5769         * nscd/nscd.c: Check if init functions fails.
5770         * nscd/nscd_conf.c: Allow disabling of group cache.
5771         * nscd/nscd_getgr_r.c: Fix return code if group not found.
5772         * nscd/pwdcache.c: Fix debug messages.
5773
5774 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5775
5776         * libc.map: Add __monstartup and _mcleanup for profiling support.
5777
5778 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5779
5780         * libc.map: Export __getpagesize, for binary compatibility with
5781         2.0.
5782
5783 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5784
5785         * posix/globtest.sh: Use --library-path instead of
5786         LD_LIBRARY_PATH.
5787         * localedata/sort-test.sh: Likewise.
5788         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
5789
5790 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5791
5792         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
5793         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
5794         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5795
5796         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
5797         kernel_sigaction): Define.
5798         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
5799         kernel_sigaction): Define.
5800
5801 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5802
5803         * math/libm-test.c: Change epsilons for libm-ieee754.
5804
5805 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
5806
5807         * sysdeps/i386/__longjmp.S: Fix race condition.
5808         Reported by Bruno Haible <haible@ilog.fr>.
5809
5810 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
5811
5812         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
5813         * iconvdata/8bit-gap.c: Likewise.
5814         * iconvdata/8bit-generic.c: Likewise.
5815         * iconvdata/iso6937.c: Likewise.
5816         * iconvdata/iso8859-1.c: Likewise.
5817         * iconvdata/sjis.c: Likewise.
5818         * iconvdata/t61.c: Likewise.
5819
5820 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5821
5822         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
5823         feature tests by positive feature tests.
5824
5825 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5826
5827         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
5828
5829 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
5830
5831         * elf/dlvsym.c (dlvsym_doit): More corrections.
5832         Patch by Andreas Jaeger.
5833
5834 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5835
5836         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
5837
5838 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
5839
5840         * libc.map: More reordering for GLIBC_2.1 symbols.
5841
5842 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5843
5844         * libc.map: Move some functions from version GLIBC_2.0 to
5845         GLIBC_2.1, reorder declarations.
5846
5847 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5848
5849         * resolv/gethnamaddr.c (addrsort): Make this function extern.
5850         Patch by zab@thebrain.grumblesmurf.net.
5851
5852 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5853
5854         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
5855         NIS+ functions with version GLIBC_2.1.
5856
5857 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
5858
5859         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
5860         with 2.0 binaries.  Reported by Thorsten Kukuk.
5861
5862 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5863
5864         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
5865
5866         * elf/dlsym.c (dlsym_doit): Likewise.
5867
5868 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5869
5870         * elf/link.h: Correct typos.
5871
5872         * iconv/iconv_prog.c: Correct typo.
5873
5874 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
5875
5876         * iconv/Makefile: Add rules to build and install iconv program.
5877         * iconv/iconv_prog.c: New file.
5878
5879 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
5880
5881         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
5882         _dl_lookup_symbol_skip call.
5883         * elf/dlvsym.c (dlvsym_doit): Likewise.
5884
5885 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
5886
5887         * libio/iovsscanf.c: Do not include errno.h.
5888
5889 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5890
5891         * elf/dl-load.c (add_name_to_object): Don't translate strings.
5892         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
5893         pulling in the whole error list.
5894         (__dcgettext, dcgettext): Removed.
5895         * libc.map: Export _strerror_internal.
5896
5897 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
5898
5899         * sysdeps/i386/fpu/t_exp.c: New file.
5900
5901 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5902
5903         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
5904         everything with version GLIBC_2.1.
5905         * hesiod/libnss_hesiod.map: Likewise.
5906
5907 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5908
5909         * manual/arith.texi (Old-style number conversion): This node is a
5910         section, not a subsection.
5911
5912 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5913
5914         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
5915
5916 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5917
5918         * elf/rtld.c (dl_main): Make sure that the library search paths
5919         have been initialized before the first call to _dl_map_object.
5920
5921 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5922
5923         * Makerules (common-generated): Add libc_pic.os.
5924
5925 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5926
5927         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
5928         of the executable.
5929
5930 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5931
5932         * sysdeps/m68k/fpu/t_exp.c: New file.
5933
5934 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5935
5936         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
5937         to global errno variable anymore.
5938
5939 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
5940
5941         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
5942         If PRELOADED is nonzero check in case of an SUID application
5943         whether the shared object has the SUID bit set.
5944         Fix some other problems with handling shared objects in system
5945         specific directories.
5946         (_dl_map_object): Also take extra parameter and pass it to open_path.
5947         * elf/link.h (_dl_map_object): Correct prototype and comment.
5948         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
5949         * elf/dl-open.c (_dl_open): Likewise.
5950         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
5951
5952         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
5953
5954 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5955
5956         * math/libm-test.c (modf_test): Add test for 1.5.
5957
5958         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
5959         0 to get always an int.
5960
5961 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5962
5963         * math/libm.map: Move all symbols that are new in glibc 2.1 to
5964         version GLIBC_2.1.
5965
5966 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5967
5968         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
5969         trying to read another character.
5970
5971 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5972
5973         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
5974         name to lowercase.
5975
5976         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
5977         name to lowercase, add test for big enough buffer.
5978
5979 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5980
5981         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
5982         Make compatible with older kernels.  Patch by Richard Henderson.
5983
5984 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
5985
5986         * elf/dl-load.c (open_path): Use __xstat instead of stat.
5987
5988         * localedata/tst-locale.sh: Comment out first test for now.
5989
5990 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
5991
5992         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
5993         as 1.
5994         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
5995         Likewise.
5996
5997         * libio/iogetline.c (_IO_getline_info): Renamed from
5998         _IO_getline.
5999         (_IO_getline): Just call _IO_getline_info.
6000
6001         * libio/libioP.h (_IO_getline_info): New declaration.
6002
6003         * libc.map (_IO_getline_info, __write): Added.
6004
6005 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6006
6007         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
6008         const char* to shut up gcc.
6009
6010 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
6011
6012         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
6013         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
6014
6015         * math/math.h: Define M_* constants always as `double' and add new
6016         macros M_*l which are of type `long double'.
6017         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
6018         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
6019         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
6020         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
6021         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
6022         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
6023         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
6024         * math/libm-tst.c: Likewise.
6025
6026         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
6027         define as long double unconditionally.
6028
6029 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6030
6031         * manual/arith.texi (Old-style number conversion): Correct some
6032         typos.
6033
6034 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
6035
6036         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
6037         Restore.
6038
6039         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
6040
6041 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
6042
6043         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
6044         on $(rtld-ldscript).
6045
6046         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
6047         starting from 0 not only from `from'.
6048         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
6049
6050 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
6051
6052         * elf/rtld.c (dl_main): Recognize --library-path parameter and
6053         pass value (or NULL) to _dl_init_paths.
6054         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
6055         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
6056         environment variable.
6057         * elf/link.h: Change prototype for _dl_init_paths.
6058         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
6059
6060         * localedata/Makefile (distribute): Add test files.
6061
6062 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6063
6064         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
6065         test1.def, test2.def, test3.def, test4.def}: Simple input files
6066         for localedef. Contributed by Yung-Ching Hsiao
6067         <yhsiao@cae.wisc.edu>.
6068
6069         * localedata/Makefile (tests): Call tst-locale.sh.
6070
6071         * localedata/tst-locale.sh: New file, regression tests for some
6072         localedef problems.
6073
6074 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6075
6076         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
6077
6078         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
6079         terminated.
6080         * nis/nss_nisplus/nisplus-network.c: Likewise.
6081         * nis/nss_nisplus/nisplus-proto.c: Likewise.
6082         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
6083         * nis/nss_nisplus/nisplus-service.c: Likewise.
6084
6085         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
6086         and support generating thread safe RPC code.
6087         * sunrpc/rpc_main.c: Add changes.
6088         * sunrpc/rpc_clntout.c: Likewise.
6089         * sunrpc/rpc_cout.c: Likewise.
6090         * sunrpc/rpc_hout.c: Likewise.
6091         * sunrpc/rpc_parse.c: Likewise.
6092         * sunrpc/rpc_sample.c: Likewise.
6093         * sunrpc/rpc_scan.c: Likewise.
6094         * sunrpc/rpc_svcout.c: Likewise.
6095         * sunrpc/rpc_util.c: Likewise.
6096         * sunrpc/rpc_util.h: Add new structs and prototypes.
6097         * sunrpc/proto.h: Remove prototypes for static functions.
6098
6099 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6100
6101         * locale/programs/ld-messages.c (messages_finish): Don't skip
6102         error checking when being quiet.
6103         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
6104         (set_class_defaults): Likewise.
6105         * locale/programs/charmap.c (parse_charmap): Likewise.
6106         * locale/programs/ld-collate.c (collate_finish): Likewise.
6107         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
6108         * locale/programs/ld-time.c (time_finish): Likewise.
6109         * locale/programs/locfile.c (write_locale_data): Likewise.
6110
6111         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
6112         unknown characters and empty ranges.
6113         * locale/programs/ld-collate.c (collate_order_elem): When
6114         processing an ellipsis properly form a linked list in the result
6115         table, fix typo when allocating ordering array.
6116         [PR libc/419]
6117
6118 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6119
6120         * elf/Makefile (ld-map): Define.
6121         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
6122         `$(rtld-ldscript)'.
6123         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
6124         on $(ld-map).
6125         (rtld-link): Combine the two versions of this definition.  Fixed
6126         to make it work when no symbol versioning is used.
6127
6128 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
6129
6130         * Makeconfig (build-program-cmd): Use --library-path parameter to
6131         ld.so instead of environment variable.
6132
6133         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
6134         * sunrpc/rpc_main.c: Remove support for -$$ option again.
6135
6136 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6137
6138         * Make-dist: Respect with-cvs setting.
6139         * MakeTAGS (all-pot): Likewise.
6140         * sysdeps/sparc/sparc32/Makefile: Likewise.
6141         * sysdeps/mach/hurd/Makefile: Likewise.
6142         * stdlib/Makefile: Likewise.
6143         * posix/Makefile: Likewise.
6144         * intl/Makefile: Likewise.
6145         * po/Makefile (linguas): Likewise
6146
6147 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6148
6149         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
6150
6151 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
6152
6153         * libc.map: Add __strcasecmp.
6154
6155         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
6156         module.
6157
6158         * nss/getXXent_r.c: If no more module is found don't try to call
6159         setXXent functions but leave unsuccessfully.
6160
6161         * malloc/obstack.h: Cleanups.
6162
6163         * sysdeps/wordsize-32/stdint.h: New file.
6164         * sysdeps/wordsize-64/stdint.h: New file.
6165         * sysdeps/generic/stdint.h: New file.
6166         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
6167         * sysdeps/wordsize-64/inttypes.h: Likewise.
6168         * stdlib/Makefile (headers): Add stdint.h.
6169
6170 1998-02-03  Paul Eggert  <eggert@twinsun.com>
6171
6172         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
6173
6174 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6175
6176         * timezone: New directory.
6177         * time/README, time/africa, time/antarctica, time/asia,
6178         time/australasia, time/backward, time/checktab.awk,
6179         time/etcetera, time/europe, time/factory, time/ialloc.c,
6180         time/iso3166.tab, time/leapseconds, time/northamerica,
6181         time/pacificnew, time/private.h, time/scheck.c,
6182         time/solar87, time/solar88, time/solar89, time/southamerica,
6183         time/systemv, time/test-tz.c, time/tzfile.h,
6184         time/tzselect.ksh, time/yearistype, time/zdump.c,
6185         time/zic.c, time/zone.tab: Moved to timezone.
6186         * time/tzfile.c: Include tzfile.h from timezone subdir.
6187         * time/tzset.c: Likewise.
6188         * time/Makefile: Cut out all code relating to timezones...
6189         * timezone/Makefile: ...and paste it in here.
6190         * Makefile (subdirs): Add timezone.
6191
6192 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
6193
6194         * libc.map (_sys_nerr): Added.
6195
6196         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
6197         versioned symbol.
6198
6199 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
6200
6201         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
6202         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
6203         Reported by Craig Metz <cmetz@inner.net>.
6204
6205 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6206
6207         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
6208         instead of strcasecmp.
6209         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
6210
6211         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
6212
6213 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
6214
6215         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
6216         Patch by Dean Gaudet <dgaudet@arctic.org>.
6217
6218 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
6219
6220         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
6221
6222 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6223
6224         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
6225         with no poll syscall, just include the BSD version.
6226         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
6227         kernel without the syscall, include the stub version.
6228         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
6229         * sysdeps/generic/getresuid.c: New file.
6230         * sysdeps/generic/getresgid.c: New file.
6231
6232 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
6233
6234         * stdio-common/vfscanf.c: Correct last change a bit.
6235
6236 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
6237
6238         * elf/Makefile: Don't use --version-script parameter to link ld.so
6239         unconditionally.
6240
6241 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
6242
6243         * math/Makefile: Add t_exp.
6244         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
6245         constants.
6246         * math/test-reduce.c: Remove temporarily, it seems to be broken.
6247         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
6248         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
6249         better accuracy.
6250         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
6251         algorithm for very large/very small arguments.
6252         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
6253         correct algorithm for very large/very small arguments; adjust for
6254         new table.
6255         * sysdeps/libm-ieee754/t_exp.c: New file.
6256         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
6257
6258         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
6259         back, with comment that explains what breaks when you remove it :-(.
6260
6261         * localedata/xfrm-test.c: Avoid integer overflow.
6262
6263         * stdlib/strfmon.c: char is unsigned, sometimes.
6264
6265         * sysdeps/powerpc/Makefile: Remove quad float support.
6266         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
6267         * sysdeps/powerpc/quad_float.h: Likewise.
6268         * sysdeps/powerpc/test-arith.c: Likewise.
6269         * sysdeps/powerpc/test-arithf.c: Likewise.
6270
6271         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
6272         * sysdeps/generic/s_exp2f.c: Likewise.
6273
6274         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
6275         don't try anything if _SOFT_FLOAT.
6276
6277 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6278
6279         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
6280         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
6281         * wctype/wctype.c: Likewise.
6282         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
6283         changed.  They are incompatible with the _ISxxx values from
6284         <ctype.h> on little endian machines.
6285         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
6286         bit number.  This fixes the real bug and restores the integrity of
6287         the ctype locale file.
6288         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
6289         * wctype/wcfuncs_l.c: Likewise.
6290         * wctype/wcextra.c: Likewise.
6291         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
6292         byte swapping.
6293
6294 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6295
6296         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
6297         into .bss segment instead of .common, so that aliases on it work.
6298
6299         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
6300         .size directives, put into .bss segment instead of initializing it
6301         to 4.
6302
6303 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
6304
6305         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
6306
6307         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
6308         functions.
6309         Make names without __ weak aliases.
6310         (__libc_release, __libc_version): Make them static.
6311
6312         * include/gnu/libc-version.h: New file.
6313         * Makefile (headers): Add gnu/libc-version.h.
6314
6315 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
6316
6317         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
6318         and use x for member name.
6319         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
6320
6321         * stdlib/drand48.c: Change according to member name change.
6322         * stdlib/drand48_r.c: Likewise.
6323         * stdlib/lcong48_r.c: Likewise.
6324         * stdlib/lrand48.c: Likewise.
6325         * stdlib/lrand48_r.c: Likewise.
6326         * stdlib/mrand48.c: Likewise.
6327         * stdlib/mrand48_r.c: Likewise.
6328         * stdlib/seed48.c: Likewise.
6329         * stdlib/seed48_r.c: Likewise.
6330         * stdlib/srand48_r.c: Likewise.
6331
6332 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6333
6334         * nss/test-netdb.c: Add some more test cases.
6335
6336 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
6337
6338         * libio/iovsscanf.c: Undo last change modifying errno.
6339
6340 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6341
6342         * stdio-common/vfscanf.c: Never try to read another character
6343         after EOF.  Don't decrement read_in after EOF, it wasn't
6344         incremented in the first place.
6345         (NEXT_WIDE_CHAR): Set First, not first.
6346
6347 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
6348
6349         * db/Makefile ($(inst_libdir)/libndbm.a,
6350         $(inst_libdir)/libndbm.so): New targets.
6351         * db2/Makefile: Likewise.
6352
6353 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
6354
6355         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
6356         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
6357
6358 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6359
6360         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
6361         <streambuf.h>.
6362         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
6363
6364 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6365
6366         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
6367         versioned symbols.
6368
6369 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
6370
6371         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
6372         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
6373         Added for libdl.so.
6374
6375 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6376
6377         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
6378         extra syscall.
6379
6380         * grp/Makefile: Fix logic when checking for thread package.
6381         * pwd/Makefile: Likewise.
6382
6383 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
6384
6385         * elf/Makefile (rtld-map): Replaced by libc-map.
6386
6387         * elf/rtld.map: Removed.
6388
6389         * libc.map (__libc_enable_secure, _dl_catch_error,
6390         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
6391         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
6392         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
6393         _dl_object_relocation_scope, _dl_relocate_object,
6394         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
6395         _r_debug): Added for ld.so.
6396
6397 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
6398
6399         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
6400         DO_VERSIONING.
6401         * libio/iofdopen.c: Ditto.
6402         * libio/iofopen.c: Ditto.
6403         * libio/oldfileops.c: Ditto.
6404
6405         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
6406         version GLIBC_2.1.
6407
6408         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
6409         oldsiglist from sysdep_routines and shared-only-routines.
6410
6411         * sysdeps/unix/sysv/linux/errlist.c: New.
6412         * sysdeps/unix/sysv/linux/errlist.h: New.
6413         * sysdeps/unix/sysv/linux/sizes.h: New.
6414         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
6415         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
6416
6417         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
6418
6419         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
6420         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
6421         directive.
6422
6423         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
6424
6425         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
6426         (oldsiglist.c): Removed.
6427
6428         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
6429         (_sys_siglist): Use SYS_SIGLIST instead.
6430         (_sys_nerr): Use SYS_NERR instead.
6431
6432         * sysdeps/gnu/errlist.c: Rebuilt.
6433
6434 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
6435
6436         * elf/Makefile (others-static): New, set to ldconfig.
6437         ($(objpfx)ldconfig): Removed.
6438
6439         * Rules (binaries-all, binaries-static, binaries-shared): New.
6440         Create targets for $(binaries-static) and $(binaries-shared).
6441
6442         * Makeconfig (+link-static, link-libc-static,
6443         link-extra-libs-static): New for static linking.
6444
6445 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6446
6447         * manual/memory.texi (Using the Memory Debugger): Fix typo.
6448
6449         * math/libm-test.c (modf_test): Add one more test for modf.
6450
6451 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
6452
6453         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
6454         Rename from __libc_have_rt_sigs and leave as COMMON data.
6455
6456 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
6457
6458         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
6459         of __finite.
6460
6461 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
6462
6463         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
6464
6465 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
6466
6467         * misc/tst-efgcvt.c: Add yet more tests.
6468         * misc/efgcvt_r.c: And correct for these tests again.
6469         Reported by HJ Lu.
6470
6471         * isomac.c: Move to...
6472         * stdlib/isomac.c: ...here.
6473         * Makefile: Move rules for handling isomac...
6474         * stdlib/Makefile: ...to here.
6475
6476 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6477
6478         * misc/tst-efgcvt.c: Add more tests.
6479         * misc/efgcvt_r.c: Correct result for above new tests.
6480
6481 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
6482
6483         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
6484         NDIGIT <= 0.
6485
6486 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
6487
6488         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
6489         if the programs weren't built.
6490
6491 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
6492
6493         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
6494         FE_TONEAREST, soldier on regardless and do the best we can.
6495         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
6496
6497 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
6498
6499         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
6500         _STDIO_H, before including <bits/stdio_lim.h>.
6501
6502         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
6503
6504         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
6505         exist.
6506
6507         * sysdeps/arm/sys/ucontext.h: New file.
6508
6509 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
6510
6511         * manual/stdio.texi (Formatted Output Functions): Explicitly say
6512         that the return value from snprintf() does not count the
6513         terminating NUL as a character.
6514
6515 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6516
6517         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
6518         add description for sete[ug]id and general cleanup.
6519         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6520
6521 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6522
6523         * Makefile (parent-clean): Don't remove makefile fragments here.
6524         (postclean): New variable.
6525         (clean): Remove makefile fragments here.
6526         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
6527         (generated): Add isomac and isomanc.out.
6528         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
6529         avoid-generated is set.
6530         (postclean-generated): Add soversion.mk.
6531         ($(common-objpfx)version.mk): Don't include if avoid-generated is
6532         set.
6533         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
6534         avoid-generated is set.
6535         (common-generated): Add libc.so and libc.so$(libc.so-version).
6536         (generated): Add versioned libraries.
6537         (common-mostlyclean): Also remove %.so and %_pic.a.
6538         * csu/Makefile (generated): Add abi-tag.h.
6539         * db2/Makefile (extra-objs): Add getlong.o.
6540         * elf/Makefile (generated): Add ld.so, ldd and
6541         $(rtld-installed-name).
6542         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
6543         * malloc/Makefile (generated): Add mtrace.
6544         * po/Makefile: Don't include version.mk, not needed any more.
6545         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
6546         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
6547         syscall.h -> sys/syscall.h.
6548         (common-generated): Add s-proto.d.
6549         (postclean-generated): Add sysd-syscalls.
6550         * localedata/Makefile (test-output): Add all output files.
6551         (generated): Add test-input and test-output.
6552         (generated-dirs): Add all the dirs.
6553
6554 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6555
6556         * Makefile (test-output, generated, generated-dirs): New
6557         variables.
6558
6559 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6560
6561         * resolv/nss_dns/dns-host.c: Various code cleanups.
6562
6563 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
6564
6565         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
6566         From Philip Blundell <pb@nexus.co.uk>.
6567         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
6568
6569 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6570
6571         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
6572         Suggested by debian/sparc porters.
6573
6574 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6575
6576         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
6577         for ecvt and fcvt.
6578
6579 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
6580
6581         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
6582         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
6583
6584         * signal/signal.h: Always define sigset_t if __need_sigset_t is
6585         defined even if __USE_POSIX is not defined.
6586
6587 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6588
6589         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
6590         to support obsolete tty major numbers correctly.
6591
6592 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
6593
6594         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
6595         directory first and ignore install error.
6596
6597         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
6598         128 from ptyno and fix a typo for the BSD style pty.
6599
6600 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6601
6602         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
6603         syscalls.list's.
6604
6605 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6606
6607         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
6608         getresuid and getresgid.
6609
6610         * sysdeps/unix/sysv/linux/getresuid.c: New file.
6611         * sysdeps/unix/sysv/linux/getresgid.c: New file.
6612
6613         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
6614         s_getres[ug]id.
6615
6616         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
6617         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6618         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6619         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
6620
6621 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
6622
6623         * nscd/grpcache.c: Include <stdlib.h>.
6624
6625 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
6626
6627         * stdlib/atoll.c: Fix comments.
6628
6629         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
6630         * sysdeps/posix/ttyname_r.c: Ditto.
6631
6632 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6633
6634         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
6635         __USE_MISC, independent of __USE_UNIX98.
6636
6637 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
6638
6639         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
6640         Rename from __libc_have_rt_sigs and leave as COMMON data.
6641
6642 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
6643
6644         * Makeconfig (CFLAGS-.os): Kill -fno-common.
6645         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
6646
6647         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
6648         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
6649         version symbols.
6650         * include/libc-symbols.h (symbol_version, default_symbol_version):
6651         Provide asm versions and correct !DO_VERSIONING versions.
6652         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
6653         the weak symbol list.
6654
6655         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
6656         Rename from __libc_have_rt_sigs and leave as COMMON data.
6657         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6658         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6659         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6660
6661 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6662
6663         * sunrpc/Makefile: Correct dependencies of rpcgen.
6664
6665 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
6666
6667         * nscd/Makefile: Fix test for available linuxthreads add-on.
6668         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6669
6670 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6671
6672         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
6673
6674 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6675
6676         * sysdeps/gnu/Makefile: Respect with-cvs variable.
6677
6678         * manual/errno.texi (Error Messages): Correct description of
6679         strerror_r.  Pointed out by jonas@bagge.se.
6680
6681 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6682
6683         * manual/socket.texi (Host Address Functions): Clarify description
6684         of inet_network.
6685
6686 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6687
6688         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
6689         (grantpt): Delete superfluous cast.
6690
6691 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6692
6693         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
6694         elf/ldso_install instead of elf/subdir_install.
6695         (elf/ldso_install): New target.
6696
6697         * elf/Makefile (ldso_install): New target.
6698
6699 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6700
6701         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
6702         of 1998-01-06.
6703
6704 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6705
6706         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
6707         constant expressions.
6708
6709 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6710
6711         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
6712         for __nss_configure_lookup.
6713         (output_hostent): Remove unused variable.
6714
6715 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6716
6717         * string/tst-inlcall.c: Fix format string.
6718
6719 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6720
6721         * inet/netinet/in.h: Rename second parameter of bindresvport to
6722         avoid buggy gcc warning. [PR libc/412]
6723
6724 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
6725
6726         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
6727         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
6728
6729         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
6730         Follow POSIX and make tv_sec a time_t.
6731         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
6732         new tv64 syscall as well as fall back to tv32.
6733         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6734         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6735         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6736         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6737         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6738         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6739         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6740         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
6741
6742         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
6743         * include/rpcsvc/nis_tags.h: Likewise.
6744         * include/rpcsvc/nislib.h: Likewise.
6745
6746 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
6747
6748         * libc.map: Add _h_errno.
6749         * inet/herrno.c: Make _h_errno weak alias.
6750
6751         * login/Makefile (distribute): Add pty-internal.h.
6752
6753         * nscd/Makefile (distribute): Add all the files missing.
6754
6755         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
6756         are available.
6757
6758         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
6759         and report status at the end.
6760
6761         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
6762
6763         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
6764         variable.
6765         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
6766         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
6767         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
6768
6769 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
6770
6771         * configure.in: Fix --enable-add-ons code.
6772
6773 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6774
6775         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
6776         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
6777         [PR libc/441]
6778
6779         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
6780         occurence in cache.  Reported by Rudolf Leitgeb
6781         <leitgeb@leland.stanford.edu>.
6782         [PR libc/440]
6783
6784 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
6785
6786         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
6787         that it never is EINTR (which is tested for in _IO_vfscanf).
6788
6789         * Makefile.in: Call sub-make with CVSOPTS.
6790
6791         * elf/Makefile (distribute): Add dl-procinfo.h.
6792
6793         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
6794
6795 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
6796
6797         * version.h (VERSION): Bump to 2.0.92.
6798
6799 1998-01-31  Phil Blundell  <philb@gnu.org>
6800
6801         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
6802         alias for __new_sys_siglist.
6803
6804 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
6805
6806         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
6807         getgrgid_r.c if thread package is available.
6808         * pwd/Makefile: Likewise.
6809         * grp/getgrnam_r.c: Remove USE_NSCD definition.
6810         * grp/getgrgid_r.c: Likewise.
6811         * pwd/getpwnam_r.c: Likewise.
6812         * pwd/getpwuid_r.c: Likewise.
6813
6814 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
6815
6816         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
6817         with error to allow user intervention.
6818         * nss/getXXent_r.c: Likewise.
6819
6820 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
6821
6822         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
6823         AT_PLATFORM string.  Pretty print AT_BASE info.
6824
6825         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
6826         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
6827         * sysdeps/generic/dl-procinfo.h: New file.
6828         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
6829
6830 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
6831
6832         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
6833
6834         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
6835         thread and not pthread_detach.
6836
6837         * nscd/nscd.c: Rewrite to use argp instead of getopt.
6838
6839 1998-01-31  Phil Blundell  <philb@gnu.org>
6840
6841         * configure.in: Add --without-cvs option to suppress automatic
6842         checkin of regenerated files.
6843         * config.make.in: Likewise.
6844         * Makefile: Respect with-cvs setting.
6845         * Makerules: Likewise.
6846
6847         * configure.in: Allow the standalone ARM port to be configured.
6848
6849 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6850
6851         * grp/getgrgid_r.c: Define USE_NSCD.
6852         * grp/getgrnam_r.c: Likewise.
6853         * pwd/getpwuid_r.c: Likewise.
6854         * pwd/getpwnam_r.c: Likewise.
6855
6856         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
6857
6858         * nss/getXXbyYY_r.c: Try at first nscd.
6859
6860         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
6861         * nscd/connections.c: New file.
6862         * nscd/dbg_log.c: New file.
6863         * nscd/dbg_log.h: New file.
6864         * nscd/grpcache.c: New file.
6865         * nscd/nscd.c: New file.
6866         * nscd/nscd.h: New file.
6867         * nscd/nscd_conf.c: New file.
6868         * nscd/nscd_stat.c: New file.
6869         * nscd/pwdcache.c: New file.
6870
6871         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
6872         * nscd/nscd_getpw_r.c: Likewise.
6873         * nscd/nscd_proto.h: New, prototypes for client functions.
6874
6875         * nscd/nscd.conf: New, example for a configuration file.
6876         * nscd/nscd.init: New, example for a startup script.
6877
6878         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
6879         avoid deadlocks.
6880         * nscd/getgrnam_r.c: Likewise.
6881         * nscd/getpwnam_r.c: Likewise.
6882         * nscd/getpwuid_r.c: Likewise.
6883
6884 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
6885
6886         * intl/Makefile: Use CVSOPTS in cvs invocation.
6887         * po/Makefile: Likewise.
6888         * posix/Makefile: Likewise.
6889         * stdlib/Makefile: Likewise.
6890
6891 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
6892
6893         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
6894         [PR libc/410]
6895         * misc/Makefile (tests): Add tst-efgcvt.
6896         * misc/tst-efgcvt.c: New file.
6897
6898 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
6899
6900         * posix/regex.c: Add some more cleanups by Akim Demaille.
6901
6902 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
6903
6904         * signal/signal.h: Revert last change.
6905         * string/strsignal.c: Regard signal number NSGI as illegal.
6906         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
6907         members.
6908
6909 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
6910
6911         * Makefile.in: Add comment about CVSOPTS Makefile variable.
6912         * Makerules: Use CVSOPTS in cvs invocation.
6913         * Makefile: Likewise.
6914         * MakeTAGS: Likewise.
6915         * Make-dist: Likewise.
6916
6917 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
6918
6919         * sysdeps/generic/memmem.c: Correct last change.
6920
6921 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
6922
6923         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
6924         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
6925
6926 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6927
6928         * nis/ypclnt.c: Try at first to use the binding file from ypbind
6929         before using RPC.
6930
6931 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6932
6933         * manual/memory.texi (Heap Consistency Checking): mcheck is
6934         declared in <mcheck.h>.
6935         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
6936
6937 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6938
6939         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
6940         beginning of haystack.
6941
6942 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6943
6944         * nss/nss_files/files-service.c: Correct last patch.
6945
6946 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
6947
6948         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
6949         __libc_have_rt_sigs.
6950         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
6951         including <bits/setjmp.h>.
6952         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
6953         Patch from the Debian glibc/SPARC package.
6954
6955 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
6956
6957         * sysdeps/alpha/bzero.S: Fix a typo.
6958         * sysdeps/alpha/htonl.S: Ditto.
6959         * sysdeps/alpha/htons.S: Ditto.
6960
6961 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6962
6963         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
6964
6965 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
6966
6967         * include/cpio.h: Move to ...
6968         * posix/cpio.h: ...here.
6969
6970         * locale/programs/ld-collate.c: Fix typo.
6971
6972         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
6973
6974         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
6975
6976         * login/utmp_file.c (pututline_file): Don't always report success
6977         if similar entry is found.  Patch by Mark M. Kettenis.
6978
6979 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
6980
6981         * manual/Makefile: Don't try to install the info files if makeinfo
6982         is not available.
6983
6984 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
6985
6986         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
6987         kernel's network ioctls, rather than using <linux/sockios.h> to
6988         get them.  This way we are sure of maintaining compatibility if
6989         the kernel interface should change.
6990
6991 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
6992
6993         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
6994
6995 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
6996
6997         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
6998         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
6999
7000 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7001
7002         Implement System V pseudoterminal handling.
7003
7004         * login/Makefile
7005         (routines): Add getpt, grantpt, unlockpt, ptsname.
7006         (libutil-routines): Remove pty. Add openpty, forkpty.
7007         (distribute): New internal header pty-internal.h.
7008         (others): Add the helper program, pt_chown.
7009         (install-others): Install it, in $(libexecdir), mode 4755.
7010
7011         * login/pty-internal.h: New file.
7012         * login/openpty.c: New file.
7013         * login/forkpty.c: New file.
7014         * login/programs/pt_chown.c: New file.
7015
7016         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
7017         * stdlib/stdlib.h: Prototype them.
7018
7019         * config.make.in: Define $(libexecdir).
7020         * Makeconfig: Define $(inst_libexecdir).
7021
7022         * sysdeps/generic/pty.c: Removed.
7023         * sysdeps/unix/sysv/linux/pty.c: Removed.
7024
7025         * sysdeps/generic/getpt.c: Stub out.
7026         * sysdeps/generic/grantpt.c: Likewise.
7027         * sysdeps/generic/ptsname.c: Likewise.
7028         * sysdeps/generic/unlockpt.c: Likewise.
7029
7030         * sysdeps/unix/grantpt.c: New file.
7031         * sysdeps/unix/bsd/getpt.c: New file.
7032         * sysdeps/unix/bsd/unlockpt.c: New file.
7033         * sysdeps/unix/sysv/linux/getpt.c: New file.
7034         * sysdeps/unix/sysv/linux/ptsname.c: New file.
7035         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
7036
7037 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
7038
7039         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
7040
7041 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7042
7043         * nss/Makefile (tests): Add rule for test-netdb.c.
7044
7045         * nss/test-netdb.c: New file.
7046
7047 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
7048
7049         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
7050         really kept as a variable.  Patch by Richard Henderson,
7051         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
7052
7053         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
7054         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
7055         entries as not existing.
7056
7057 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7058
7059         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
7060         zero in alternate form with precision of zero, which must produce
7061         "0".  Add braces to avoid ambiguous `else'.
7062
7063 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7064
7065         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
7066         problem with strncpy.
7067         * nis/nss_compat/compat-pwd.c: Likewise.
7068         * nis/nss_compat/comapt-spwd.c: Likewise.
7069
7070 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7071
7072         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
7073         by uch@nop.or.jp. [PR libc/437]
7074
7075 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7076
7077         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
7078
7079 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7080
7081         * stdio-common/test-popen.c: Include <errno.h>.
7082
7083         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
7084         close.
7085
7086         * inet/getnetgrent_r.c: Include <errno.h>.
7087
7088         * db2/db/db_conv.c: Include <string.h> for memcpy.
7089
7090         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
7091         so that memcpy is declared.
7092
7093         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
7094
7095         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
7096
7097 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7098
7099         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
7100         overflow while reading line with fgets.
7101         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
7102
7103 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
7104
7105         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
7106         unsigned short, not short.
7107         Reported by Andreas Jaeger.
7108
7109 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7110
7111         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
7112         (ccept->accept).
7113
7114         * sysdeps/generic/inttypes.h: Fix spelling.
7115
7116 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7117
7118         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
7119
7120         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
7121
7122 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
7123
7124         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
7125         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
7126         field for hh modifier.
7127         * stdio-common/vfprint.c: Use is_char field and do not depend in
7128         is_short having the value 2.
7129         Bug reported by Andreas Jaeger.
7130
7131 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7132
7133         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
7134         PIC && DO_VERSIONING.
7135
7136 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7137
7138         * Rules: Add rules for $(common-objpfx)dummy$o.
7139
7140 1998-01-26  Richard Henderson  <rth@cygnus.com>
7141
7142         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
7143         unimplemented OSF/1 definitions so that they are not accidentally seen.
7144
7145         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
7146         of the trampoline function into the macro.
7147         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
7148         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
7149         kernel 2.1.82 has this fixed.
7150
7151         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
7152         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
7153
7154 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
7155
7156         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
7157         support sigaction on kernels > 2.1.7x.
7158
7159 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
7160
7161         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
7162         if it is empty.
7163
7164         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
7165         Patch by David Engel <david@sw.ods.com>.
7166
7167         * configure.in: Fix another typo in --enable-add-ons code.
7168
7169 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
7170
7171         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
7172
7173 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7174
7175         * nss/nss_files/files-network.c: Correct order of parameters for
7176         getnetbyaddr.
7177
7178 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
7179
7180         * db2/Makefile (routines): Add os_alloc.
7181         * db2/db.h: Update from db-2.3.16.
7182         * db2/db_185.h: Likewise.
7183         * db2/db_int.h: Likewise.
7184         * db2/btree/bt_close.c: Likewise.
7185         * db2/btree/bt_cursor.c: Likewise.
7186         * db2/btree/bt_delete.c: Likewise.
7187         * db2/btree/bt_open.c: Likewise.
7188         * db2/btree/bt_page.c: Likewise.
7189         * db2/btree/bt_put.c: Likewise.
7190         * db2/btree/bt_rec.c: Likewise.
7191         * db2/btree/bt_recno.c: Likewise.
7192         * db2/btree/btree_auto.c: Likewise.
7193         * db2/common/db_appinit.c: Likewise.
7194         * db2/common/db_apprec.c: Likewise.
7195         * db2/common/db_err.c: Likewise.
7196         * db2/common/db_region.c: Likewise.
7197         * db2/common/db_shash.c: Likewise.
7198         * db2/db/db.c: Likewise.
7199         * db2/db/db_auto.c: Likewise.
7200         * db2/db/db_conv.c: Likewise.
7201         * db2/db/db_dispatch.c: Likewise.
7202         * db2/db/db_dup.c: Likewise.
7203         * db2/db/db_pr.c: Likewise.
7204         * db2/db/db_rec.c: Likewise.
7205         * db2/db185/db185.c: Likewise.
7206         * db2/dbm/dbm.c: Likewise.
7207         * db2/hash/hash.c: Likewise.
7208         * db2/hash/hash_auto.c: Likewise.
7209         * db2/hash/hash_dup.c: Likewise.
7210         * db2/hash/hash_page.c: Likewise.
7211         * db2/hash/hash_rec.c: Likewise.
7212         * db2/include/btree_ext.h: Likewise.
7213         * db2/include/clib_ext.h: Likewise.
7214         * db2/include/common_ext.h: Likewise.
7215         * db2/include/db.h.src: Likewise.
7216         * db2/include/db_185.h.src: Likewise.
7217         * db2/include/db_am.h: Likewise.
7218         * db2/include/db_ext.h: Likewise.
7219         * db2/include/db_int.h.src: Likewise.
7220         * db2/include/hash_ext.h: Likewise.
7221         * db2/include/lock_ext.h: Likewise.
7222         * db2/include/log.h: Likewise.
7223         * db2/include/log_auto.h: Likewise.
7224         * db2/include/log_ext.h: Likewise.
7225         * db2/include/mp.h: Likewise.
7226         * db2/include/mp_ext.h: Likewise.
7227         * db2/include/mutex_ext.h: Likewise.
7228         * db2/include/os_ext.h: Likewise.
7229         * db2/include/os_func.h: Likewise.
7230         * db2/include/txn_ext.h: Likewise.
7231         * db2/lock/lock.c: Likewise.
7232         * db2/lock/lock_util.c: Likewise.
7233         * db2/log/log.c: Likewise.
7234         * db2/log/log.src: Likewise.
7235         * db2/log/log_archive.c: Likewise.
7236         * db2/log/log_auto.c: Likewise.
7237         * db2/log/log_get.c: Likewise.
7238         * db2/log/log_put.c: Likewise.
7239         * db2/log/log_rec.c: Likewise.
7240         * db2/log/log_register.c: Likewise.
7241         * db2/mp/mp_bh.c: Likewise.
7242         * db2/mp/mp_fget.c: Likewise.
7243         * db2/mp/mp_fopen.c: Likewise.
7244         * db2/mp/mp_fput.c: Likewise.
7245         * db2/mp/mp_pr.c: Likewise.
7246         * db2/mp/mp_sync.c: Likewise.
7247         * db2/mutex/mutex.c: Likewise.
7248         * db2/os/os_alloc.c: Likewise.
7249         * db2/os/os_config.c: Likewise.
7250         * db2/os/os_stat.c: Likewise.
7251         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
7252         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
7253         * db2/progs/db_load/db_load.c: Likewise.
7254         * db2/progs/db_printlog/db_printlog.c: Likewise.
7255         * db2/progs/db_recover/db_recover.c: Likewise.
7256         * db2/progs/db_stat/db_stat.c: Likewise.
7257         * db2/txn/txn.c: Likewise.
7258
7259         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
7260         Unmap memory blocks in reverse order of allocation.
7261         Call munmap with load address added to offset.
7262         Bug reported by Miguel de Icaza.
7263
7264         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
7265         up weight array.
7266
7267         * localedata/locales/cs_CZ: Update by Michael Mraka
7268         <michael@informatics.muni.cz>.
7269
7270         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
7271         __USE_BSD.
7272
7273         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
7274         reading line with fgets.
7275         * nis/nss_compat/compat-pwd.c: Likewise.
7276         * nis/nss_compat/compat-spwd.c: Likewise.
7277         * nss/nss_files/files-XXX.c: Likewise.
7278         * nss/nss_files/files-alias.c: Likewise.
7279         * shadow/fgetspent_r.c: Likewise.
7280
7281         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
7282
7283         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
7284         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7285         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
7286
7287         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
7288         FP register content in ucontext_t.
7289
7290 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7291
7292         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
7293         calculation.  Patch by Markus Schoder
7294         <Markus.Schoder@dresdner-bank.de>.
7295
7296         * math/libm-test.c (modf_test): Add more tests for modf.
7297
7298         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
7299         munlock according to Unix98.
7300
7301 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7302
7303         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
7304         AF_INET.
7305
7306 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
7307
7308         * sysdeps/posix/ttyname.c: Handle symbolic links.
7309         * sysdeps/posix/ttyname_r.c: Ditto.
7310
7311 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
7312
7313         * db2/makedb.c (process_input): Write terminating \0 for value.
7314         (print_database): Simply print value string, don't use length.
7315
7316 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7317
7318         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
7319         exit of loop.
7320
7321 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7322
7323         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
7324         close all sockets.
7325
7326 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
7327
7328         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
7329         sigset.
7330         * signal/sighold.c: New file.
7331         * signal/sigrelse.c: New file.
7332         * sysdeps/generic/sigignore.c: New file.
7333         * sysdeps/generic/sigset.c: New file.
7334         * sysdeps/posix/sigignore.c: New file.
7335         * sysdeps/posix/sigset.c: New file.
7336         * signal/signal.h: Add prototypes for new functions.
7337
7338         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
7339         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
7340         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
7341         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
7342
7343 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
7344
7345         * posix/wordexp.c: Added IFS field-splitting in parameter and
7346         command substitution.  Fixed an IFS-related bug that caused an
7347         infinite loop.
7348
7349 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
7350
7351         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
7352         and swapcontext.
7353         * stdlib/ucontext.h: Correct prototypes.
7354         * sysdeps/generic/getcontext.c: New file.
7355         * sysdeps/generic/setcontext.c: New file.
7356         * sysdeps/generic/makecontext.c: New file.
7357         * sysdeps/generic/swapcontext.c: New file.
7358         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
7359
7360 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
7361
7362         * resource/sys/resource.h: Remove #include of ulimit.h which is
7363         not allowed by SUSv2 and not available on other systems.
7364         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
7365
7366         * streams/Makefile: New file.
7367         * streams/stropts.h: New file.
7368         * sysdeps/generic/bits/stropts.h: New file.
7369         * sysdeps/generic/isastream.c: New file.
7370         * sysdeps/generic/getmsg.c: New file.
7371         * sysdeps/generic/getpmsg.c: New file.
7372         * sysdeps/generic/putmsg.c: New file.
7373         * sysdeps/generic/putpmsg.c: New file.
7374         * sysdeps/generic/fattach.c: New file.
7375         * sysdeps/generic/fdetach.c: New file.
7376         * sysdeps/unix/inet/Subdirs: Add streams.
7377         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
7378         __t_uscalar_t.
7379         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7380         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
7381         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
7382         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7383
7384         * sysdeps/mach/_strerror.c: Follow changes of generic version to
7385         handle small buffers correctly.
7386
7387 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
7388
7389         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
7390         Remove the 3rd arg and add declaration for _dl_runtime_resolve
7391         and _dl_runtime_profile.
7392
7393 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
7394
7395         * include/cpio.h: New file.  Mainly copied from GNU cpio.
7396         * posix/Makefile (headers): Add cpio.h.
7397
7398 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7399
7400         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
7401         to routines.
7402         * nis/nis_cache.c: New file.
7403         * nis/nis_cache2.h: New file.
7404         * nis/nis_cache2_xdr.c: New file.
7405         * nis/nis_call.c: Changes for cache2_info parameter.
7406         * nis/nis_checkpoint.c: Likewise.
7407         * nis/nis_intern.h: Likewise.
7408         * nis/nis_mkdir.c: Likewise.
7409         * nis/nis_ping.c: Likewise.
7410         * nis/nis_rmdir.c: Likewise.
7411         * nis/nis_server.c: Likewise.
7412         * nis/nis_util.c: Likewise.
7413
7414 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7415
7416         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
7417         return/errnop codes.
7418         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
7419         * nis/nss_nisplus/nisplus-grp.c: Likewise.
7420         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
7421         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7422         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
7423         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
7424         * nis/nss_nisplus/nisplus-rpc.c: Likewise
7425         * nis/nss_nisplus/nisplus-service.c: Likewise.
7426         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
7427
7428 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7429
7430         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
7431         * nis/nss_nis/nis-ethers.c: Likewise.
7432         * nis/nss_nis/nis-grp.c: Likewise.
7433         * nis/nss_nis/nis-hosts.c: Likewise.
7434         * nis/nss_nis/nis-network.c: Likewise.
7435         * nis/nss_nis/nis-proto.c: Likewise.
7436         * nis/nss_nis/nis-hosts.c: Likewise.
7437         * nis/nss_nis/nis-network.c: Likewise.
7438         * nis/nss_nis/nis-proto.c: Likewise.
7439         * nis/nss_nis/nis-publickey.c: Likewise.
7440         * nis/nss_nis/nis-pwd.c: Likewise.
7441         * nis/nss_nis/nis-rpc.c: Likewise.
7442         * nis/nss_nis/nis-service.c: Likewise.
7443         * nis/nss_nis/nis-spwd.c: Likewise.
7444
7445 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
7446
7447         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
7448         Added to follow latest kernel development.
7449
7450 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
7451
7452         * nss/db-Makefile: Handle empty and comment lines better.
7453         ($(VAR_DB)/services.db): Generate entries with missing protocol
7454         value.
7455
7456 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7457
7458         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
7459           NULL.
7460           (getservbyname): Allow proto == NULL.
7461           Pointed out by David N. Welton <davidw@gate.cks.com>.
7462           [PR libc/430].
7463
7464 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
7465
7466         * nis/nislib/nislib.h: Finally removed.
7467
7468         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
7469         C compiler.  From Kaveh Ghazi.
7470         (TYPE_MINIMUM): Define.
7471         (TYPE_MAXIMUM): Define.
7472         (TIME_T_MIN): Use TYPE_MINIMUM.
7473         (TIME_T_MAX): Use TYPE_MAXIMUM.
7474         Patch by Jim Meyering <meyering@ascend.com>.
7475
7476 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
7477
7478         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
7479         __pread64, __pwrite64, and __getpid.
7480
7481         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
7482         versions.
7483
7484 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7485
7486         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
7487         cancelable socket functions as __libc_xxx with __xxx as weak
7488         alias.
7489         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7490         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7491
7492         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
7493         redefined.
7494         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7495         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
7496         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
7497         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
7498
7499         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
7500         and __xxx a weak alias.
7501         * sysdeps/unix/sysv/linux/connect.S: Likewise.
7502         * sysdeps/unix/sysv/linux/recv.S: Likewise.
7503         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
7504         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
7505         * sysdeps/unix/sysv/linux/send.S: Likewise.
7506         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
7507         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
7508
7509 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7510
7511         * locale/langinfo.h: Add defines.
7512
7513         * dirent/dirent.h: Add defines for DT_*, check also for
7514         _DIRENT_HAVE_D_TYPE.
7515         Suggested by Roland McGrath.
7516
7517 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7518
7519         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
7520         Update from Linux 2.1.73+79.
7521
7522         * README.template: Update information about possible
7523         configurations.
7524
7525         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
7526         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
7527         [PR libc/417].
7528
7529         * manual/time.texi (Priority): Correct description of
7530         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
7531         [PR libc/416].
7532
7533 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
7534
7535         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
7536         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
7537
7538 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
7539
7540         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
7541         Andreas Jaeger.
7542
7543 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
7544
7545         * locale/programs/ld-collate.c: Little optimizations.
7546
7547         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
7548
7549         * string/Makefile (tests): Add tst-inlcall.
7550         * string/tst-inlcall.c: New file.
7551
7552         * string/strsignal.c: Add support for real-time signals.
7553
7554         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
7555         presense of small buffer.
7556
7557         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
7558
7559         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
7560         for i686.
7561
7562         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
7563         _NSIG + 1.
7564
7565 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
7566
7567         * Rules: Add explicit rule for dummy.o; at least one library needs
7568           it and it isn't autogenerated by the default rules.
7569
7570 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7571
7572         * math/libm-test.c: Tweak epsilons.
7573
7574 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7575
7576         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
7577         child.
7578         (feenv_mask_test): Likewise.
7579
7580 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7581
7582         * Makeconfig: Don't export CPPFLAGS.
7583
7584 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7585
7586         * sunrpc/rpc_main.c (parseargs): Use perror to print error
7587         message.
7588
7589 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7590
7591         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
7592         terminating null in key size.
7593
7594 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7595
7596         * nss/nss_files/files-service.c: Fix allocation size to include
7597         length of PROTO.
7598
7599         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
7600         applicable.  Fix return value and error checking.
7601         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
7602         unparsable lines.
7603         (DB_LOOKUP): Allocate space for terminating null byte.
7604
7605         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
7606         uids specially.
7607
7608         * db2/makedb.c (process_input): Continue processing if a duplicate
7609         key is encountered.
7610
7611 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
7612
7613         * time/tzfile.h: Updated from tzcode1998b.
7614         * time/zdump.c: Likewise.
7615         * time/zic.c: Likewise.
7616         * time/africa: Update from tzdata1998b.
7617         * time/antarctica: Likewise.
7618         * time/asia: Likewise.
7619         * time/australasia: Likewise.
7620         * time/etcetera: Likewise.
7621         * time/europe: Likewise.
7622         * time/leapseconds: Likewise.
7623         * time/northamerica: Likewise.
7624         * time/southamerica: Likewise.
7625
7626 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7627
7628         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
7629         lookups ignoring case.
7630         * nss/nss_files/files-network.c: Do network lookups ignoring
7631         case.
7632         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
7633         case.
7634         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
7635         case insensitive comparing.
7636         Patches by Cristian Gafton <gafton@redhat.com>.
7637
7638 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7639
7640         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
7641         by Roland McGrath. [PR libc/395]
7642
7643 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7644
7645         * manual/arith.texi (Parsing of Integers): Correct description of
7646         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
7647         [PR libc/396]
7648
7649 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
7650
7651         * misc/lsearch.c (lsearch): Return a pointer to the new element
7652         if one was "allocated".
7653
7654 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7655
7656         * string/strsignal.c: NSIG is not a valid index into
7657         _sys_siglist.  Don't zap the last character of the "Unknown
7658         signal" message.
7659
7660 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
7661
7662         * locale/programs/charmap.c (parse_charmap): Correct parsing of
7663         ellipsis expressions.
7664
7665         * locale/programs/charset.c (insert_char): Correctly insert value
7666         of eliipsis expression.
7667
7668 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
7669
7670         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
7671         <bits/setjmp.h>.
7672         * sysdeps/powerpc/setjmp.S: Likewise.
7673         Patches by Matt McLean <keys@keys.got.net>.
7674
7675         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
7676
7677         * Makefile: Undo last patch.
7678         (distribute): Add test-installation.pl.
7679
7680         * configure.in: Correct handling of --enable-add-ons without parameter.
7681         Correct address of WWW pages.
7682
7683         * libc.map: Add _nl_domain_bindings.
7684
7685         * db2/mutex/tsl_parisc.s: New file.
7686
7687         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
7688         and extra-module.mk.
7689
7690         * localedata/Makefile (distribute): New.  Add all the files.
7691
7692         * stdlib/Makefile (headers): Add inttypes.h.
7693         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
7694         * sysdeps/generic/inttypes.h: New file.
7695         * sysdeps/generic/strtoimax.c: New file.
7696         * sysdeps/generic/strtoumax.c: New file.
7697         * sysdeps/generic/wcstoimax.c: New file.
7698         * sysdeps/generic/wcstoumax.c: New file.
7699         * sysdeps/wordsize-32/Dist: Removed.
7700         * sysdeps/wordsize-32/Makefile: Removed.
7701         * sysdeps/wordsize-64/Dist: Removed.
7702         * sysdeps/wordsize-64/Makefile: Removed.
7703         * sysdeps/generic/bits/environments.h: New file.
7704
7705         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
7706         header is still not correct.
7707
7708         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
7709         * posix/unistd.h: Likewise.
7710         * sysdeps/generic/sys/mman.h: Likewise.
7711         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
7712
7713         * manual/arith.texi: Change definition of mul macro.
7714         * manual/math.texi: Likewise.
7715
7716         * misc/Makefile (routines): Add mmap64.
7717         * sysdeps/generic/mmap64.c: New file.
7718         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
7719         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
7720         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
7721         aliases to mmap.
7722         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7723
7724         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
7725
7726         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
7727
7728         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
7729
7730         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
7731         FOPEN_MAX also when included by limits.h.
7732         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7733
7734         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
7735         and netrom/netrom.h.
7736         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
7737         oldsiglist to sysdep_routines, not aux.
7738         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
7739
7740         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
7741         and SOL_NETROM definition.
7742
7743         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
7744
7745         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
7746         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
7747
7748 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
7749
7750         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
7751
7752         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
7753         sa_handler with k_sa_handler.
7754         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
7755         strong alias.
7756         Reported by a sun.
7757
7758         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
7759         __libc_have_rt_sigs here.
7760         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
7761         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7762         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
7763         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7764
7765 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
7766
7767         * sysdeps/powerpc/atomicity.h: New file.
7768         * sysdeps/mach/powerpc/machine-lock.h: New file.
7769
7770         * Rules: Use -fpic to build anything that might end up in a users'
7771         shared library.
7772
7773         * sysdeps/powerpc/s_fdim.c: New file.
7774         * sysdeps/powerpc/s_fdimf.c: New file.
7775         * sysdeps/powerpc/s_fmax.S: New file.
7776         * sysdeps/powerpc/s_fmaxf.S: New file.
7777         * sysdeps/powerpc/s_fmin.S: New file.
7778         * sysdeps/powerpc/s_fminf.S: New file.
7779         * sysdeps/powerpc/s_llrint.c: Now is for double.
7780         * sysdeps/powerpc/s_llrintf.c: New file.
7781         * sysdeps/powerpc/s_llround.c: Now is for double.
7782         * sysdeps/powerpc/s_llroundf.c: New file.
7783         * sysdeps/powerpc/s_lrint.c: Now is for double.
7784         * sysdeps/powerpc/s_lrintf.S: New file.
7785         * sysdeps/powerpc/s_lround.c: Now is for double.
7786         * sysdeps/powerpc/s_lroundf.c: New file.
7787         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
7788         lrintf, fdim, fdimf.
7789
7790         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
7791         file directly, use its parent.
7792
7793         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
7794         (for the third time).
7795
7796 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
7797
7798         * posix/sched.h: timespec is in <time.h>.
7799
7800         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
7801
7802 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
7803
7804         * configure.in: Stop with error if --disable-static is used when
7805         the shared lib uses this library.
7806
7807         * gen-FAQ.pl: I've perl installed in /usr/bin.
7808
7809         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
7810
7811         Fix Unix98 conformance problems in the headers.
7812         * catgets/nl_types.h: Define nl_item.
7813         * grp/grp.h: Define gid_t.
7814         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
7815         * include/nl_types.h: New file.
7816         * include/ulimit.h: New file.
7817         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
7818         constants in POSIX mode.
7819         * io/utime.h: Get definition for time_t.
7820         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
7821         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
7822         * libio/stdio.h: Define va_list.  Make snprintf also available is
7823         __USE_UNIX98.  Declare getopt function and variables.
7824         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
7825         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
7826         * math/math.h: Defined M_* constants as double for Unix98 mode.
7827         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
7828         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
7829         * posix/regex.h: Define REG_NOSYS.
7830         * posix/wordexp.h: Define WRDE_NOSYS.
7831         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
7832         500 for Unix98.
7833         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
7834         somewhere else as well.  Define clock_t for Unix98.
7835         * posix/sys/wait.h: Define pid_t.
7836         * pwd/pwd.h: Define gid_t, uid_t.
7837         * resource/Makefile (headers): Add ulimit.h.
7838         * resource/ulimit.h: New file.
7839         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
7840         instead of second argument.
7841         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
7842         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
7843         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
7844         * signal/signal.h: Define pid_t.
7845         * string/string.h: Don't declare BSD string functions in POSIX mode.
7846         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
7847         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
7848         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
7849         and POSIX.
7850
7851         * inet/test_ifindex.c: Change test so that it does not fail for
7852         interface aliases.
7853
7854         * locale/programs/locale.c (show_info): Use correct cast sequence
7855         for 64bit machines.
7856
7857         * malloc/malloc.c: __malloc_initialized now signals three states:
7858         uninitialized, initializing, initialized.  Used in mcheck.
7859         * malloc/mcheck.c (mabort): Add '\n' to messages.
7860         (mcheck): Allow installation when malloc is uninitialized or is
7861         just initializing.
7862
7863         * manual/memory.texi: Explain mtrace output a bit more.
7864
7865         * math/libm-test.c: Add more epsilons.
7866
7867         * misc/regexp.h (compile): Remove __ prefix from parameter names.
7868
7869         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
7870         instead of strcpy for security.
7871         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
7872         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
7873         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
7874
7875         * nss/digits_dots.c: Pretty print.
7876
7877         * posix/getconf.c (vars): Add symbols for programming environment
7878         recognition.  Recognize --version.
7879
7880         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
7881         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
7882         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
7883
7884         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
7885         __need_FOPEN_MAX.
7886         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7887         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
7888         __need_FOPEN_MAX.
7889
7890         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
7891         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
7892
7893         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
7894         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7895         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7896         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
7897         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7898         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
7899
7900         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
7901         SCNu*.
7902         * sysdeps/wordsize-64/inttypes.h: Likewise.
7903
7904         * time/africa: Update from tzdata1997j.
7905         * time/antarctica: Likewise.
7906         * time/asia: Likewise.
7907         * time/australasia: Likewise.
7908         * time/backward: Likewise.
7909         * time/etcetera: Likewise.
7910         * time/europe: Likewise.
7911         * time/factory: Likewise.
7912         * time/northamerica: Likewise.
7913         * time/pacificnew: Likewise.
7914         * time/southamerica: Likewise.
7915
7916         * time/tzfile.h: Update from tzcode1997h.
7917         * time/zic.c: Likewise.
7918
7919         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
7920         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
7921         isw*() functions for Unix98.
7922         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
7923         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
7924         is defined.
7925
7926 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7927
7928         * locale/duplocale.c: Increase usage_count only if less than
7929         MAX_USAGE_COUNT.
7930         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
7931         MAX_USAGE_COUNT.
7932         * locale/setlocale.c: Likewise.
7933
7934 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7935
7936         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
7937         dependency to make it easier to install it selectively.
7938
7939         * Makerules (.SUFFIXES): Don't define any suffixes.
7940
7941 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7942
7943         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
7944         * sysdeps/generic/statfs64.c: Emulate using statfs.
7945         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
7946         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
7947         * sysdpes/generic/ftruncate64.c: New file.
7948         * sysdpes/generic/truncate64.c: New file.
7949
7950         * sysdeps/generic/bits/stat.h: Add LFS support.
7951         * sysdeps/generic/bits/statfs.h: Likewise.
7952
7953         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
7954         [__USE_FILE_OFFSET64]: Make long long constant.
7955         (RLIM64_INFINITY): Likewise.
7956
7957         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
7958         for LFS support.
7959         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
7960         * sysdeps/generic/bits/resource.h: Likewise.
7961
7962         * misc/Makefile (routines): Add truncate64 and ftruncate64.
7963
7964         * include/features.h: Don't prevent LFS support from defining BSD
7965         and SYSV things.
7966
7967         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
7968         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
7969         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
7970
7971         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
7972         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
7973         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7974
7975         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
7976         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
7977         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
7978         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
7979         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
7980         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
7981         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
7982         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
7983         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
7984         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
7985         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
7986         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
7987         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
7988         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
7989         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
7990         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
7991         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
7992         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
7993         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
7994         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
7995
7996         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
7997         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
7998         * sysdeps/unix/sysv/linux/xstat64.c: New file.
7999         * sysdeps/unix/sysv/linux/readdir64.c: New file.
8000         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
8001
8002         * sysdeps/unix/sysv/linux/getdents64.c: New file.
8003         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
8004         [$(subdir)=dirent]: Add getdents64.
8005         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
8006
8007         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
8008
8009 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
8010
8011         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
8012
8013         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
8014         * sysdeps/generic/getrlimit64.c: Likewise.
8015         * sysdeps/generic/setrlimit.c: Likewise.
8016         * sysdeps/generic/setrlimit64.c: Likewise.
8017
8018 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
8019
8020         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
8021         using versioning.
8022
8023         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
8024
8025         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
8026
8027 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8028
8029         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
8030         after the codeset name.
8031
8032 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8033
8034         * libc.map: Add get_kernel_syms.
8035
8036 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8037
8038         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
8039         static.
8040         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
8041         Likewise.  Fix condition.
8042
8043 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8044
8045         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
8046
8047 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8048
8049         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
8050         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
8051
8052 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8053
8054         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
8055         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
8056         instead.  Oops.
8057
8058 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8059
8060         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
8061
8062 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8063
8064         * math/libm-test.c (catanh_test): Change epsilon.
8065         Reported by H.J. Lu.
8066
8067 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
8068
8069         * libc.map (__getpid): Added for linuxthreads.
8070
8071 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
8072
8073         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
8074         it if gcc uses static variable in DWARF2 unwind information
8075         for exception support.
8076
8077         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
8078
8079         * elf/soinit.c (__libc_global_ctors, _fini): Handle
8080         HAVE_DWARF2_UNWIND_INFO_STATIC.
8081
8082         * libc.map (__register_frame*, __deregister_frame*): Make them
8083         global.
8084
8085 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8086
8087         * math/libm-test.c: Add more tests for "normal" values.
8088
8089 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8090
8091         * stdio-common/printf_fphex.c: Fix printing of long double number
8092         with a biased exponent of zero.  Fix rounding.
8093
8094 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8095
8096         * sunrpc/rpc_main.c: Accept new flag -$.
8097         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
8098
8099 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8100
8101         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
8102         dynamic linker first, in case the interface has changed.
8103
8104 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8105
8106         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
8107         order.
8108
8109 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8110
8111         * math/tgmath.h: Check for double first, for architectures where
8112         sizeof (long double) == sizeof (double).
8113
8114 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8115
8116         * math/libm-test.c: New tests for "normal" values added for most
8117         functions.
8118
8119 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
8120
8121         * version.h (VERSION): Bump to 2.0.91.
8122
8123         * db2/makedb.c (process_input): Fix typo in message.
8124         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
8125
8126         * elf/dynamic-link.h: Pretty print.
8127
8128         * elf/rtld.c: Allow multiple preloading of a shared object.
8129
8130         * include/limits.h: Prevent multiple inclusion.
8131
8132         * malloc/Makefile (headers): Add mcheck.h.
8133         (distribute): Remove it here.
8134         * malloc/mcheck.h: Pretty print.
8135         * malloc/mtrace.c (mallenv): Make `const'.
8136         * malloc/mtrace.pl: Don't print table head for memory leaks if there
8137         are none.
8138         * manual/memory.texi: Update descriptor of malloc hooks.
8139
8140         * posix/Makefile (routines): Add waitid.
8141         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
8142         on __id_t.
8143         * posix/sys/wait.h: Define idtype_t type.
8144         Add prototype for waitid.
8145         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
8146         * sysdeps/generic/waitid.c: Stub for waitid.
8147         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
8148         the __need_siginfo_t defined.
8149         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
8150         * sysdeps/generic/bits/types.h: Define __id_t.
8151         Correct definition of __FDMASK.
8152         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
8153         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
8154         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
8155
8156         * sysdeps/posix/waitid.c: New file.
8157         Provided by Zack Weinberg.
8158
8159         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
8160
8161         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
8162         Add missing parameters.
8163
8164         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
8165         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
8166         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
8167         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
8168         initialized.
8169
8170         * sysdeps/i386/dl-machine.h: Little cleanup.
8171
8172         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
8173         (__finite): Mark function as const.
8174         Add inline code for __ieee754_atan2.
8175
8176         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
8177         (but don't use it now).
8178         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
8179         __atan.
8180         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
8181         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
8182         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
8183         real part.
8184         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
8185         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
8186         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
8187         __ieee754_atan2 to base 10.
8188         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
8189         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
8190
8191         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
8192         old_kernel_sigaction.
8193
8194         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
8195
8196         * wctype/Makefile (routines): Add wctype_l.
8197         * wctype/wctype.h: Add declaration of __wctype_l.
8198         * wctype/wctype_l.c: New file.
8199
8200 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
8201
8202         * locale/C-ctype.c: Correct data for isw* functions.
8203         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
8204         byte order.
8205         * wctype/test_wctype.c: Add test for isw* functions.
8206         * wctype/wctype.c: Return value with expected byte order.
8207
8208 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8209
8210         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
8211
8212 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
8213
8214         * iconvdata/Makefile: Fix a typo.
8215
8216         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
8217         oldsiglist for shared library.
8218
8219         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
8220         sys_sigabbrev): Make them as the default version GLIBC_2.1.
8221
8222         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
8223         sys_siglist, sys_sigabbrev): New file. Make them as the old
8224         version GLIBC_2.0.
8225
8226         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
8227         to GLIBC_2.1.
8228
8229 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
8230
8231         * libio/iofgets.c (_IO_fgets): Return an error only if there
8232         is a new error.
8233         * libio/iogets.c (_IO_gets): Ditto.
8234
8235 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
8236
8237         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
8238
8239         * libio/Makefile (routines, shared-only-routines): Add
8240         oldiofdopen.
8241
8242         * libio/fileops.c: Don't use _IO_FILE_complete.
8243         * libio/iofdopen.c: Ditto.
8244         * libio/iofopen.c: Ditto.
8245         * libio/iofopen64.c: Ditto.
8246         * libio/iopopen.c: Ditto.
8247         * libio/iovdprintf.c: Ditto.
8248
8249         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
8250
8251         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
8252         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
8253
8254         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
8255         _IO_old_fdopen, _IO_new_fdopen): New declaration.
8256
8257         * libio/libio.h (_IO_FILE): Add more fields.
8258         (_IO_FILE_complete): Defined and make _IO_FILE be the old
8259         one if _IO_USE_OLD_IO_FILE is defined
8260         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
8261         them _IO_FILE_complete.
8262
8263         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
8264         to adjust vtable.
8265         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
8266         _IO_JUMPS.
8267         (_IO_FILE_complete): Commented out.
8268
8269         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
8270         * libio/oldiofclose.c: Ditto.
8271         * libio/oldiofopen.c: Ditto.
8272         * libio/oldstdfiles.c: Ditto.
8273
8274         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
8275         for the old _IO_FILE.
8276
8277         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
8278         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
8279         and stderr.
8280
8281         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
8282         and remove INAME.
8283
8284         * libio/stdio.c (stdin, stdout, stdin): Don't use
8285         _IO_FILE_complete.
8286
8287         * libio/oldiofdopen.c: New.
8288
8289         * stdio-common/vfprintf.c (buffered_vfprintf): Set
8290         hp->_vtable_offset to 0.
8291
8292 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
8293
8294         * libc.map (_IO_file_open): Added.
8295
8296         * libio/libioP.h (_IO_file_open): Declared.
8297
8298         * libio/fileops.c (_IO_file_open): New.
8299         (_IO_file_fopen): Call _IO_file_open ().
8300
8301         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
8302         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
8303
8304 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8305
8306         * signal/signal.h: Fix selection of signal semantics to match
8307         comment.
8308
8309 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8310
8311         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
8312         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
8313         rt_sigreturn.
8314         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
8315         [$(subdir)=signal]: Remove rt_sigreturn.
8316         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
8317         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
8318         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
8319
8320 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8321
8322         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
8323         declarations.
8324
8325 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8326
8327         * iconvdata/extra-module.mk: Expand extra-objs now.
8328
8329 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8330
8331         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
8332         inline functions by feature tests to avoid warning about missing
8333         prototype declarations.
8334
8335 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8336
8337         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
8338         return code for non existent +name entries.
8339         * nis/nss_compat/compat-pwd.c: Likewise.
8340         * nis/nss_compat/compat-spwd.c: Likewise.
8341
8342 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
8343
8344         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
8345         (EIO): Likewise.
8346         (ENOSPC): Likewise.
8347         (EEXIST): Likewise.
8348         (__errno_location): Likewise.
8349
8350         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
8351
8352         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
8353
8354 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8355
8356         * sunrpc/publickey.c: Use new NSS interface.
8357
8358 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
8359
8360         * manual/malloc.texi: Document mtrace/muntrace and the concept.
8361
8362 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8363
8364         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
8365         value, to match spirit of the standard.
8366         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
8367         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
8368         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
8369
8370 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8371
8372         * manual/signal.texi (Signal Stack): Remove spurious @item.
8373
8374 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8375
8376         * rt/aio.h: Remove double semicolon.
8377
8378         * rt/librt.map: Add aio_init.
8379
8380 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
8381
8382         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
8383         * Makefile (subdirs): Replace rt by $(rt).
8384
8385         * shlib-versions: Use version .2 for NSS modules.
8386
8387         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
8388         argument.
8389         * pwd/fgetpwent_r.c: Likewise.
8390         * spwd/fgetspent_r.c: Likewise.
8391         * spwd/sgetspent_r.c: Likewise.
8392         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
8393         Store error number in *ERRNOP.  Little optimization.
8394         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
8395         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
8396         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
8397         (__internal_getnetgrent_r): New argument.
8398         Call __internal_setnetgrent_reuse with new argument.
8399         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
8400         * inet/netgroup.h: Add argument to prototypes.
8401         * nis/nisplus-parser.h: Likewise.
8402         * nis/nss_compat/compat-grp.c: Change everything to store error
8403         code through provided pointer and not use errno.
8404         * nis/nss_compat/compat-pwd.c: Likewise.
8405         * nis/nss_compat/compat-spwd.c: Likewise.
8406         * nis/nss_nis/nis-alias.c: Likewise.
8407         * nis/nss_nis/nis-ethers.c: Likewise.
8408         * nis/nss_nis/nis-grp.c: Likewise.
8409         * nis/nss_nis/nis-hosts.c: Likewise.
8410         * nis/nss_nis/nis-netgrp.c: Likewise.
8411         * nis/nss_nis/nis-network.c: Likewise.
8412         * nis/nss_nis/nis-proto.c: Likewise.
8413         * nis/nss_nis/nis-publickey.c: Likewise.
8414         * nis/nss_nis/nis-pwd.c: Likewise.
8415         * nis/nss_nis/nis-rpc.c: Likewise.
8416         * nis/nss_nis/nis-service.c: Likewise.
8417         * nis/nss_nis/nis-spwd.c: Likewise.
8418         * nis/nss_nisplus/nisplus-alias.c: Likewise.
8419         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
8420         * nis/nss_nisplus/nisplus-grp.c: Likewise.
8421         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
8422         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
8423         * nis/nss_nisplus/nisplus-network.c: Likewise.
8424         * nis/nss_nisplus/nisplus-parser.c: Likewise.
8425         * nis/nss_nisplus/nisplus-proto.c: Likewise.
8426         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8427         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
8428         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
8429         * nis/nss_nisplus/nisplus-service.c: Likewise.
8430         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
8431         * nss/nss_db/db-XXX.c: Likewise.
8432         * nss/nss_db/db-alias.c: Likewise.
8433         * nss/nss_db/db-netgrp.c: Likewise.
8434         * nss/nss_files/files-XXX.c: Likewise
8435         * nss/nss_files/files-alias.c: Likewise
8436         * nss/nss_files/files-netgrp.c: Likewise
8437         * nss/nss_files/files-parse.c: Likewise
8438         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
8439         parameter of get functions.
8440         * nss/getXXent_r.c: Likewise.
8441
8442         * localedata/tst-fmon.c: Print debug info if test fails.
8443
8444         * rt/Makefile (routines): Add aio_notify.
8445         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
8446         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
8447         * rt/aio_fsync.c: Likewise.
8448         * rt/aio_misc.c: Likewise.
8449         * rt/aio_misc.h: Likewise.
8450         * rt/aio_read.c: Likewise.
8451         * rt/aio_read64.c: Likewise.
8452         * rt/aio_suspend.c: Likewise.
8453         * rt/aio_write.c: Likewise.
8454         * rt/aio_write64.c: Likewise.
8455         * rt/lio_listio.c: Likewise.
8456         * rt/lio_listio64.c: Likewise.
8457         * rt/aio_notify.c: New file.
8458
8459         * sysdeps/generic/bits/sigset.h: Pretty print.
8460
8461         * sysdeps/posix/pwrite.c: Define weak alias only if function is
8462         really defined as __pwrite.
8463
8464         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
8465         instead of pread64.
8466         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8467
8468         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
8469         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
8470         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
8471         size in syscall.
8472         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8473         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8474         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
8475         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8476         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
8477         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8478         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
8479         for ACT being NULL.
8480         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
8481         RT signals.
8482         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
8483         __NR_pread is not defined.
8484         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
8485         __NR_pwrite is not defined.
8486
8487 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8488
8489         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
8490         handle for /etc/group back in some more cases.
8491         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
8492         handle for /etc/passwd back in some more cases.
8493         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
8494         handle for /etc/shadow back in some more cases.
8495
8496 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
8497
8498         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
8499         beyound its size.
8500         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
8501         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
8502
8503 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
8504
8505         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
8506         handling.  Don't use macros, we need functions.  Use inline functions
8507         for optimization.
8508         * sysdeps/wordsize-64/inttypes.h: Likewise.
8509         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
8510         and wcstoumax.
8511         * sysdeps/wordsize-64/Makefile: Likewise.
8512         * sysdeps/wordsize-32/Dist: Likewise.
8513         * sysdeps/wordsize-64/Dist: Likewise.
8514         * sysdeps/wordsize-32/strtoimax.c: New file.
8515         * sysdeps/wordsize-32/strtoumax.c: New file.
8516         * sysdeps/wordsize-32/wcstoimax.c: New file.
8517         * sysdeps/wordsize-32/wcstoumax.c: New file.
8518         * sysdeps/wordsize-64/strtoimax.c: New file.
8519         * sysdeps/wordsize-64/strtoumax.c: New file.
8520         * sysdeps/wordsize-64/wcstoimax.c: New file.
8521         * sysdeps/wordsize-64/wcstoumax.c: New file.
8522
8523 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
8524
8525         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
8526         that transparent union works.
8527         * sysdeps/generic/wait4.c (__wait4): Likewise.
8528         * sysdeps/generic/wait.c (__wait): Likewise.
8529
8530         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
8531         size_t.
8532
8533         * sysdeps/generic/syscall.c (syscall): Return value and arg are
8534         long, to match prototype.
8535
8536         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
8537         have mremap() yet.
8538
8539         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
8540
8541         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
8542
8543         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
8544
8545         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
8546         __rlim_t.
8547
8548         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
8549
8550         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
8551
8552         * io/sys/stat.h (S_ISLNK): Always false if we don't have
8553         __S_IFLNK.
8554
8555         * sysdeps/standalone/close.c (_STDIO_H): Define before including
8556         <bits/stdio_lim.h>.
8557         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
8558
8559 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
8560
8561         * posix/sys/wait.h: Don't use transparent unions in C++.
8562
8563 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8564
8565         * time/time.h: Add strfxtime.
8566
8567         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
8568         sysv_signal, strfxtime, pread64, pwrite64.
8569
8570 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
8571
8572         Alpha changes for EGCS:
8573         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
8574         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
8575         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
8576         (_start): Likewise.
8577         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
8578
8579 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
8580
8581         The kernel expects the arguments in a different order.
8582         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
8583         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
8584
8585         * FAQ.in: New file.
8586         * gen-FAQ.pl: New file.
8587         * Makefile (FAQ): Add rule to generate from FAQ.in.
8588
8589         * iconvdata/Makefile: Treat libJIS like the other modules.
8590
8591         * rt/librt.map: New file.
8592
8593         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
8594         inclusion.
8595         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
8596         comment.
8597
8598 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
8599
8600         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
8601         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
8602         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
8603         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
8604
8605 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8606
8607         * string/bits/string2.h: Fix spellings.
8608
8609         * string/string.h: Fix spellings.
8610
8611 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8612
8613         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
8614         declaration to __syscall_rt_sigaction.
8615
8616         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
8617         non-existant <sigcontext.h>.
8618
8619 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8620
8621         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
8622         typo.
8623
8624 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8625
8626         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
8627
8628         * Makeconfig (shared-thread-library): Correct spelling.
8629
8630         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
8631         <asm/pci.h>.
8632
8633 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8634
8635         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
8636         constants from Linux headers. Pointed out by
8637         csmall@scooter.o.i.net. [PR libc/369]
8638
8639 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8640
8641         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
8642
8643 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8644
8645         * configure.in: If --enable-add-ons is given without an
8646         argument, set the addons list to all subdirs with a configure
8647         script.
8648
8649 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
8650
8651         * Makeconfig: Add shared-thread-library variable.
8652
8653         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
8654         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
8655         here.
8656         * sysdeps/m68k/fpu/e_acos.c: Likewise.
8657         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
8658         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
8659         * sysdeps/m68k/fpu/e_pow.c: Likewise.
8660         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
8661         * sysdeps/m68k/fpu/k_cos.c: Likewise.
8662         * sysdeps/m68k/fpu/k_sin.c: Likewise.
8663         * sysdeps/m68k/fpu/k_tan.c: Likewise.
8664         * sysdeps/m68k/fpu/s_atan.c: Likewise.
8665         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
8666         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
8667         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
8668         * sysdeps/m68k/fpu/s_csin.c: Likewise.
8669         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
8670         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
8671         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
8672         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
8673         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
8674         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
8675         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
8676         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
8677         * sysdeps/m68k/fpu/s_modf.c: Likewise.
8678         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
8679         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
8680         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
8681
8682         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
8683         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
8684         * signal/Makefile (headers): Add bits/siginfo.h.
8685         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
8686         (distribute): Add testrtsig.h.
8687         * signal/allocrtsig.c: New file.
8688         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
8689         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
8690         __libc_current_sigrtmax.
8691         * sysdeps/generic/sigqueue.c: New file.
8692         * sysdeps/generic/sigtimedwait.c: New file.
8693         * sysdeps/generic/sigwaitinfo.c: New file.
8694         * sysdeps/generic/testrtsig.h: New file.
8695         * sysdeps/generic/bits/siginfo.h: New file.
8696         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
8697         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
8698         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
8699         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
8700         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
8701         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
8702         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
8703         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
8704         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
8705         * sysdeps/unix/sysv/linux/sigpending.c: New file.
8706         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
8707         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
8708         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
8709         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
8710         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
8711         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
8712         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
8713         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
8714         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
8715         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
8716         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
8717         and _POSIX_REALTIME_SIGNALS.
8718         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
8719         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
8720         update _NSIG.
8721         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
8722         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
8723         definitions.
8724
8725         * Makefile (subdirs): Add rt.
8726         * shlib-versions: Add entry for librt.
8727         * rt/Makefile: New file.
8728         * rt/aio.h: New file.
8729         * rt/aio_cancel.c: New file.
8730         * rt/aio_error.c: New file.
8731         * rt/aio_fsync.c: New file.
8732         * rt/aio_misc.c: New file.
8733         * rt/aio_misc.h: New file.
8734         * rt/aio_read.c: New file.
8735         * rt/aio_read64.c: New file.
8736         * rt/aio_return.c: New file.
8737         * rt/aio_suspend.c: New file.
8738         * rt/aio_write.c: New file.
8739         * rt/aio_write64.c: New file.
8740         * rt/lio_listio.c: New file.
8741         * rt/lio_listio64.c: New file.
8742         * sysdeps/generic/aio_sigqueue.c: New file.
8743         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
8744         * sysdeps/unix/sysv/linux/Dist: Add new files
8745         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
8746         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
8747         rt_sigqueueinfo, rt_sigaction.
8748
8749         * posix/Makefile (headers): Add bits/environments.h.
8750         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
8751         and _CS_LFS_CFLAGS on 64bit platforms.
8752         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
8753         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
8754         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
8755         compilation modules.
8756         * sysdeps/wordsize-32/bits/environments.h: New file.
8757         * sysdeps/wordsize-64/bits/environments.h: New file.
8758
8759         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
8760         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
8761         __libc_pid.
8762         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
8763         0xf00baa.
8764
8765         * string/string.h: Add declaration of __strverscmp.
8766         * string/strverscmp.c: Rename function ot __strverscmp and make old
8767         name weak alias.
8768
8769         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
8770         * sysdeps/generic/enbl-secure.c: Likewise.
8771         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8772
8773         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
8774
8775         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
8776
8777 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8778
8779         * posix/sys/wait.h: Use __transparent_union__ instead of
8780         transparent_union.  Reported by Roland McGrath.
8781
8782 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8783
8784         * resolv/inet_neta.c (inet_neta): Change type of first parameter
8785         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
8786         [PR libc/366].
8787
8788         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
8789
8790         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
8791
8792 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8793
8794         * grp/initgroups.c: Increase buffer if it is too small.
8795
8796 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8797
8798         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
8799         fields, this is no ISO C.  Reported by Andreas Jaeger.
8800
8801 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8802
8803         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
8804
8805 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
8806
8807         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
8808         _SYS_UTSNAME_H not _UTSNAME_H.
8809
8810 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8811
8812         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
8813         computing s_scale.
8814
8815 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8816
8817         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
8818         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
8819         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
8820
8821         * math/libm-test.c (csqrt_test): Add testcase.
8822
8823 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
8824
8825         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
8826         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
8827         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
8828
8829 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8830
8831         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
8832
8833 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8834
8835         * math/libm-test.c (acos_test): Add more tests.
8836         (asin_test): Likewise.
8837         (atan_test): Likewise.
8838         (exp_test): Likewise.
8839         (sin_test): Likewise.
8840         (sqrt_test): Likewise.
8841         (cpow_test): Likewise.
8842         (csqrt_test): Likewise.
8843         (cexp_test): Correct typo in gcc version test.
8844
8845 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
8846
8847         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
8848         <bits/setjmp.h>.
8849         * sysdeps/arm/setjmp.S: Likewise.
8850
8851         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
8852
8853 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
8854
8855         * stdio/stdio.h: Add prototype for tmpfile64().
8856
8857 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
8858
8859         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
8860         prototype to keep in step with libio version.
8861
8862         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
8863
8864 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
8865
8866         * sysdeps/generic/Makefile: Don't try to use make_siglist if
8867         cross-compiling.
8868
8869 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
8870
8871         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
8872         load GOT ptr before jumping to _exit.
8873         Reported by Xavier Leroy.
8874
8875 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
8876
8877         * Makefile (subdirs): Add iconvdata and localedata.
8878
8879         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
8880
8881         * iconv/gconv_conf.c (read_conf_file): Little optimization.
8882
8883         * iconvdata/8bit-gap.c: New file.
8884         * iconvdata/8bit-generic.c: Renamed from ...
8885         * iconvdata/iso8859-generic.c: ...this.
8886         * iconvdata/configure: Removed.
8887         * iconvdata/Makefile: Add new modules and better rules.
8888         * iconvdata/iso6937.c: Minor bug fixes.
8889         * iconvdata/iso8859-1.c: Likewise.
8890         * iconvdata/t61.c: Likewise.
8891         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
8892         Minor bug fixes.
8893         * iconvdata/iso8859-3.c: Likewise.
8894         * iconvdata/iso8859-4.c: Likewise.
8895         * iconvdata/iso8859-5.c: Likewise.
8896         * iconvdata/iso8859-6.c: Likewise.
8897         * iconvdata/iso8859-7.c: Likewise.
8898         * iconvdata/iso8859-8.c: Likewise.
8899         * iconvdata/iso8859-9.c: Likewise.
8900         * iconvdata/iso8859-10.c: Likewise.
8901         * iconvdata/ebcdic-at-de-a.c: New file.
8902         * iconvdata/ebcdic-at-de.c: New file.
8903         * iconvdata/ebcdic-ca-fr.c: New file.
8904         * iconvdata/hp-roman8.c: New file.
8905         * iconvdata/koi-8.c: New file.
8906         * iconvdata/koi8-r.c: New file.
8907         * iconvdata/koi8-h.c: New file.
8908         * iconvdata/latin-greek-1.c: New file.
8909         * iconvdata/latin-greek-1.h: New file.
8910         * iconvdata/latin-greek.c: New file.
8911         * iconvdata/latin-greek.h: New file.
8912         * iconvdata/jis0201.c: New file.
8913         * iconvdata/jis0201.h: New file.
8914         * iconvdata/jis0208.c: New file.
8915         * iconvdata/jis0208.h: New file.
8916         * iconvdata/jis0212.c: New file.
8917         * iconvdata/jis0212.h: New file.
8918         * iconvdata/sjis.c: New file.
8919         * iconvdata/gap.pl: New file.  Script to generate table header.
8920         * iconvdata/gaptab.pl: New file.
8921         * iconvdata/gconv-modules: Add info about new modules.
8922
8923         * locale/programs/charmap.c: Also examine alias names given in charmap
8924         files.
8925
8926         * localedata/*: Add to here from add-on.  We need the information
8927         to generate tables for iconv.
8928
8929         Update from db-2.3.14.
8930         * db2/Makefile: Updated.
8931         * db2/config.h: Likewise.
8932         * db2/db.h: Likewise.
8933         * db2/db_int.h: Likewise.
8934         * db2/btree/bt_cursor.c: Likewise.
8935         * db2/btree/bt_delete.c: Likewise.
8936         * db2/btree/bt_put.c: Likewise.
8937         * db2/btree/bt_search.c: Likewise.
8938         * db2/btree/bt_split.c: Likewise.
8939         * db2/btree/btree_auto.c: Likewise.
8940         * db2/common/db_appinit.c: Likewise.
8941         * db2/common/db_apprec.c: Likewise.
8942         * db2/common/db_err.c: Likewise.
8943         * db2/common/db_region.c: Likewise.
8944         * db2/db/db_auto.c: Likewise.
8945         * db2/db/db_dispatch.c: Likewise.
8946         * db2/db/db_ret.c: Likewise.
8947         * db2/dbm/dbm.c: Likewise.
8948         * db2/hash/hash_auto.c: Likewise.
8949         * db2/include/btree_ext.h: Likewise.
8950         * db2/include/common_ext.h: Likewise.
8951         * db2/include/db.h.src: Likewise.
8952         * db2/include/db_cxx.h: Likewise.
8953         * db2/include/db_ext.h: Likewise.
8954         * db2/include/db_int.h.src: Likewise.
8955         * db2/include/lock.h: Likewise.
8956         * db2/include/log.h: Likewise.
8957         * db2/include/mp.h: Likewise.
8958         * db2/include/mp_ext.h: Likewise.
8959         * db2/include/os_ext.h: Likewise.
8960         * db2/include/os_func.h: Likewise.
8961         * db2/lock/lock.c: Likewise.
8962         * db2/lock/lock_deadlock.c: Likewise.
8963         * db2/log/log.c: Likewise.
8964         * db2/log/log_archive.c: Likewise.
8965         * db2/log/log_auto.c: Likewise.
8966         * db2/log/log_get.c: Likewise.
8967         * db2/log/log_put.c: Likewise.
8968         * db2/mp/mp_bh.c: Likewise.
8969         * db2/mp/mp_fget.c: Likewise.
8970         * db2/mp/mp_fopen.c: Likewise.
8971         * db2/mp/mp_fput.c: Likewise.
8972         * db2/mp/mp_fset.c: Likewise.
8973         * db2/mp/mp_open.c: Likewise.
8974         * db2/mp/mp_pr.c: Likewise.
8975         * db2/mp/mp_region.c: Likewise.
8976         * db2/mp/mp_sync.c: Likewise.
8977         * db2/mutex/README: Likewise.
8978         * db2/mutex/mutex.c: Likewise.
8979         * db2/os/os_open.c: Likewise.
8980         * db2/os/os_func.c: Removed.
8981         * db2/os/os_config.c: New file.
8982         * db2/os/os_spin.c: New file.
8983         * db2/txn/txn.c: Likewise.
8984         * db2/txn/txn_auto.c: Likewise.
8985
8986 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
8987
8988         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
8989         __typeof for C++ since this fails for class members.
8990         Reported by Neal Becker <neal@ctd.comsat.com>.
8991
8992 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8993
8994         * configure.in: Check for a working makeinfo (3.11 or better).
8995         * config.make.in: Add MAKEINFO to be substituted.
8996         * manual/Makefile: Don't update info if makeinfo is too old.
8997
8998 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
8999
9000         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
9001         * sysdeps/alpha/__longjmp.S: Likewise.
9002         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
9003         not <bits/termios.h>.
9004
9005         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
9006         __llseek and make llseek and lseek64 weak aliases.
9007         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9008         Patches by a sun <asun@zoology.washington.edu>.
9009
9010 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9011
9012         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
9013         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
9014         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
9015         * misc/sys/syslog.h: Clean up BSD header.
9016
9017 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9018
9019         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
9020
9021         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
9022         for ctan(+-inf,x).
9023         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
9024         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
9025
9026         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
9027         csqrt (-1), ctanh(i*pi/4).
9028
9029 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9030
9031         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
9032
9033 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
9034
9035         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
9036
9037 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9038
9039         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
9040
9041 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
9042
9043         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
9044         and use.  Define GETCWD_RETURN_TYPE instead and use it.
9045         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
9046         of GETCWD_STORYGE_CLASS and put the return type and the
9047         `internal_function' in the right order for gcc 2.7.2.
9048
9049 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9050
9051         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
9052         incompatible with Linux 2.1.x.  Packages using modules
9053         (e.g. modutils) should/do provide their own version.  Suggested by
9054         Richard Henderson.
9055
9056         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
9057
9058         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
9059         [$(subdir)=socket]: Remove sys/module.h.
9060
9061 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
9062
9063         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
9064         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
9065
9066         * iconv/gconv_close.c: Correct freeing of descriptor data.
9067         * iconv/gconv_simple.c: Return correct error values for illegal or
9068         incomplete characters.
9069
9070         * Makefile (iconvdata/%): Special goal to simplify iconvdata
9071         development.
9072         * iconvdata/Makefile: New file.
9073         * iconvdata/configure: Likewise.
9074         * iconvdata/extra-module.mk: Likewise.
9075         * iconvdata/gconv-modules: Likewise.
9076         * iconvdata/iso6937.c: Likewise.
9077         * iconvdata/iso8859-1.c: Likewise.
9078         * iconvdata/iso8859-10.c: Likewise.
9079         * iconvdata/iso8859-10.h: Likewise.
9080         * iconvdata/iso8859-2.c: Likewise.
9081         * iconvdata/iso8859-2.h: Likewise.
9082         * iconvdata/iso8859-3.c: Likewise.
9083         * iconvdata/iso8859-3.h: Likewise.
9084         * iconvdata/iso8859-4.c: Likewise.
9085         * iconvdata/iso8859-4.h: Likewise.
9086         * iconvdata/iso8859-5.c: Likewise.
9087         * iconvdata/iso8859-5.h: Likewise.
9088         * iconvdata/iso8859-6.c: Likewise.
9089         * iconvdata/iso8859-6.h: Likewise.
9090         * iconvdata/iso8859-7.c: Likewise.
9091         * iconvdata/iso8859-7.h: Likewise.
9092         * iconvdata/iso8859-8.c: Likewise.
9093         * iconvdata/iso8859-8.h: Likewise.
9094         * iconvdata/iso8859-9.c: Likewise.
9095         * iconvdata/iso8859-9.h: Likewise.
9096         * iconvdata/iso8859-generic.c: Likewise.
9097         * iconvdata/t61.c: Likewise.
9098
9099         * string/Makefile (routines): Add strcasestr.
9100         * string/string.h: Add prototype for strcasestr.
9101         * sysdeps/generic/strcasestr.c: New file.
9102         * wcsmbs/mbrtowc.c: Simplify special case a bit.
9103         * wcsmbs/wcrtomb.c: Likewise.
9104         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
9105         * wcsmbs/wcsnrtombs.c: Likewise.
9106         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
9107         partial character is read.
9108         * wcsmbs/wcsrtombs.c: Likewise.
9109         * wcsmbs/wmemrtombs.c: Likewise.
9110         * wcsmbs/wmemrtowcs.c: Likewise.
9111
9112         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
9113         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
9114         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
9115         * sysdeps/i386/elf/setjmp.S: Likewise.
9116         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
9117         <bits/termios.h>.
9118
9119         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
9120         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
9121
9122         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
9123         * sysvipc/sys/ipc.h: Likewise.
9124         * sysvipc/sys/msg.h: Likewise.
9125         * sysvipc/sys/sem.h: Likewise.
9126         * sysvipc/sys/shm.h: Likewise.
9127
9128         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
9129         used directly.
9130         * sysdeps/alpha/bits/setjmp.h: Likewise.
9131         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
9132         * sysdeps/arm/bits/endian.h: Likewise.
9133         * sysdeps/arm/bits/setjmp.h: Likewise.
9134         * sysdeps/generic/bits/byteswap.h: Likewise.
9135         * sysdeps/generic/bits/confname.h: Likewise.
9136         * sysdeps/generic/bits/dirent.h: Likewise.
9137         * sysdeps/generic/bits/dlfcn.h: Likewise.
9138         * sysdeps/generic/bits/endian.h: Likewise.
9139         * sysdeps/generic/bits/fenv.h: Likewise.
9140         * sysdeps/generic/bits/huge_val.h: Likewise.
9141         * sysdeps/generic/bits/in.h: Likewise.
9142         * sysdeps/generic/bits/ioctl-types.h: Likewise.
9143         * sysdeps/generic/bits/ioctls.h: Likewise.
9144         * sysdeps/generic/bits/ipc.h: Likewise.
9145         * sysdeps/generic/bits/msq.h: Likewise.
9146         * sysdeps/generic/bits/poll.h: Likewise.
9147         * sysdeps/generic/bits/resource.h: Likewise.
9148         * sysdeps/generic/bits/sched.h: Likewise.
9149         * sysdeps/generic/bits/sem.h: Likewise.
9150         * sysdeps/generic/bits/setjmp.h: Likewise.
9151         * sysdeps/generic/bits/shm.h: Likewise.
9152         * sysdeps/generic/bits/sigaction.h: Likewise.
9153         * sysdeps/generic/bits/sigcontext.h: Likewise.
9154         * sysdeps/generic/bits/socket.h: Likewise.
9155         * sysdeps/generic/bits/stat.h: Likewise.
9156         * sysdeps/generic/bits/statfs.h: Likewise.
9157         * sysdeps/generic/bits/stdio_lim.h: Likewise.
9158         * sysdeps/generic/bits/termios.h: Likewise.
9159         * sysdeps/generic/bits/time.h: Likewise.
9160         * sysdeps/generic/bits/uio.h: Likewise.
9161         * sysdeps/generic/bits/utmp.h: Likewise.
9162         * sysdeps/generic/bits/utmpx.h: Likewise.
9163         * sysdeps/generic/bits/utsname.h: Likewise.
9164         * sysdeps/generic/bits/waitflags.h: Likewise.
9165         * sysdeps/generic/bits/waitstatus.h: Likewise.
9166         * sysdeps/gnu/bits/utmp.h: Likewise.
9167         * sysdeps/gnu/bits/utmpx.h: Likewise.
9168         * sysdeps/i386/bits/byteswap.h: Likewise.
9169         * sysdeps/i386/bits/endian.h: Likewise.
9170         * sysdeps/i386/bits/huge_val.h: Likewise.
9171         * sysdeps/i386/bits/setjmp.h: Likewise.
9172         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
9173         * sysdeps/ieee754/bits/huge_val.h: Likewise.
9174         * sysdeps/m68k/bits/byteswap.h: Likewise.
9175         * sysdeps/m68k/bits/endian.h: Likewise.
9176         * sysdeps/m68k/bits/setjmp.h: Likewise.
9177         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
9178         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9179         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
9180         * sysdeps/mach/hurd/bits/stat.h: Likewise.
9181         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9182         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
9183         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9184         * sysdeps/mips/bits/dlfcn.h: Likewise.
9185         * sysdeps/mips/bits/endian.h: Likewise.
9186         * sysdeps/mips/bits/setjmp.h: Likewise.
9187         * sysdeps/mips/dec/bits/endian.h: Likewise.
9188         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
9189         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
9190         * sysdeps/mips/p40/bits/endian.h: Likewise.
9191         * sysdeps/powerpc/bits/endian.h: Likewise.
9192         * sysdeps/powerpc/bits/fenv.h: Likewise.
9193         * sysdeps/powerpc/bits/setjmp.h: Likewise.
9194         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
9195         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
9196         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
9197         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
9198         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
9199         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
9200         * sysdeps/unix/bsd/bits/stat.h: Likewise.
9201         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
9202         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
9203         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
9204         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
9205         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
9206         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
9207         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
9208         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
9209         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
9210         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
9211         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
9212         * sysdeps/unix/common/bits/dirent.h: Likewise.
9213         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
9214         * sysdeps/unix/sysv/bits/stat.h: Likewise.
9215         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
9216         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
9217         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
9218         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
9219         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
9220         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
9221         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
9222         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
9223         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
9224         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
9225         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
9226         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
9227         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
9228         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
9229         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
9230         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
9231         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
9232         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
9233         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
9234         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
9235         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
9236         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
9237         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
9238         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
9239         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
9240         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
9241         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
9242         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
9243         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
9244         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
9245         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
9246         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
9247         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
9248         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
9249         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
9250         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
9251         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
9252         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
9253         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
9254         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
9255         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
9256         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
9257         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
9258         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
9259         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
9260         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
9261         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
9262         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
9263         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
9264         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
9265         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
9266         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
9267         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
9268         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
9269         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
9270         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
9271         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
9272         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
9273         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
9274         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
9275         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
9276         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
9277         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
9278         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
9279         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
9280         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
9281         * sysdeps/vax/bits/huge_val.h: Likewise.
9282         * sysdeps/vax/bits/setjmp.h: Likewise.
9283         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
9284         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
9285
9286 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9287
9288         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
9289
9290 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
9291
9292         * strftime.c (strftime):
9293         No longer any need to undef or declare if emacs is defined.
9294         (my_strftime): When checking a -1 returned by mktime, don't blow up
9295         if localtime_r returns NULL.
9296
9297 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9298
9299         * README.template: Fix spelling.
9300
9301 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9302
9303         * configure.in: Enhance --enable-add-ons description a wee bit.
9304
9305 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9306
9307         * glibcbug.in: Add more information of build environment and flags.
9308
9309 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9310
9311         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
9312         it into ENOENT.
9313
9314 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
9315
9316         * elf/dl-support.c: Call __libc_init_secure to make sure
9317         __libc_enable_secure is defined early.
9318         * sysdeps/generic/enbl-secure.c: Change function name to
9319         __libc_init_secure and make it global instead of a constructor.
9320
9321         * iconv/gconv.c: Fix lots of bugs.
9322         * iconv/gconv.h: Likewise.
9323         * iconv/gconv_builtin.h: Likewise.
9324         * iconv/gconv_close.c: Likewise.
9325         * iconv/gconv_conf.c: Likewise.
9326         * iconv/gconv_db.c: Likewise.
9327         * iconv/gconv_dl.c: Likewise.
9328         * iconv/gconv_open.c: Likewise.
9329         * iconv/gconv_simple.c: Likewise.
9330         * iconv/iconv.c: Likewise.
9331         * iconv/iconv_close.c: Likewise.
9332         * iconv/iconv_open.c: Likewise.
9333
9334         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
9335         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
9336         * wcsmbs/wmemrtombs.c: New file.
9337         * wcsmbs/wmemrtowcs.c: New file.
9338
9339 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
9340
9341         * iconv/gconv_simple.c: Fix lots of bugs.
9342         * iconv/iconv_open.c: Normalize names before passing them to
9343         __gconv_open.
9344
9345         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
9346
9347         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
9348         * stdio-common/test-popen.c: Add test for above change.
9349
9350         * math/libm-test.c: Print test results also using %a format,
9351         specified in PRINTF_XEXPR macro.
9352         * math/test-double.c: Define PRINTF_XEXPR.
9353         * math/test-float.c: Likewise.
9354         * math/test-ldouble.c: Likewise.
9355         * math/test-idouble.c: Likewise.
9356         * math/test-ifloat.c: Likewise.
9357         * math/test-ildoubl.c: Likewise.
9358
9359         * stdio-common/vfscanf.c: Recognize a in format specifier only as
9360         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
9361         FP number format.
9362
9363         * stdlib/strtod.c: Little code cleanup.
9364
9365         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
9366         compiling in math subdir.
9367
9368         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
9369         instead of __LIBC_M81_MATH_INLINES.
9370         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
9371         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
9372         * sysdeps/m68k/fpu/e_pow.c: Likewise.
9373         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
9374         * sysdeps/m68k/fpu/k_cos.c: Likewise.
9375         * sysdeps/m68k/fpu/k_sin.c: Likewise.
9376         * sysdeps/m68k/fpu/k_tan.c: Likewise.
9377         * sysdeps/m68k/fpu/s_atan.c: Likewise.
9378         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
9379         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
9380         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
9381         * sysdeps/m68k/fpu/s_csin.c: Likewise.
9382         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
9383         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
9384         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
9385         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
9386         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
9387         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
9388         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
9389         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
9390         * sysdeps/m68k/fpu/s_modf.c: Likewise.
9391         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
9392         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
9393         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
9394         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
9395         __LIBC_INTERNAL_MATH_INLINES is defined.
9396
9397         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
9398         of compare macros from ISO C 9X.  Optimize generic versions a bit.
9399         Define __signbit inline functions and __ieee754_sqrt which can be
9400         used if the ompiler is fixed.
9401
9402         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
9403
9404 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9405
9406         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
9407         sysdeps/generic in the whole dep file, not only in the first line.
9408
9409 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9410
9411         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
9412
9413 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9414
9415         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
9416         place.
9417
9418 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9419
9420         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
9421         is non-empty.
9422
9423 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
9424
9425         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
9426         return value.
9427
9428 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
9429
9430         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
9431         readlink succeeds but the return value is too long.
9432
9433         * stdio-common/printf_fphex.c: Determine sign of number correctly.
9434
9435 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
9436
9437         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
9438         __remqu for Alpha.
9439
9440 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
9441
9442         * sysdeps/generic/sys/ucontext.h: Stub context file.
9443
9444         * libio/iofprintf.c: Removed.  We use the stdio-common version.
9445
9446         * manual/Makefile (distribute): Add stdio-fp.c.
9447
9448         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
9449
9450         * db2/Makefile (distribute): Add include/os_func.h, README and
9451         mutex/tsl_parisc.s.
9452
9453         * hesiod/Makefile (distribute): Add README.hesiod.
9454
9455 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
9456
9457         * iconv/gconv.c: Correctly call transformation function.
9458
9459         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
9460
9461 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9462
9463         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
9464         wrong results for e.g. remquo (3,2, &x)).
9465         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
9466         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
9467
9468 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9469
9470         * configure.in (ld --version-script): Test if the same symbol
9471         maybe defined in all versions (needed by recent changes to
9472         libc.map and supported with binutils 2.8.1.0.17) and issue warning
9473         if versioning is not supported/enabled.
9474         (bash test): Correct test case.
9475
9476         * math/libm-test.c: Added counting/reporting of number of test cases.
9477
9478         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
9479         use awk instead.
9480
9481         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
9482
9483 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9484
9485         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
9486
9487 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
9488
9489         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
9490         Replace revoke call by use of REVOKE.
9491         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
9492         empty and #include generic version.
9493         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9494
9495 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
9496
9497         * libc.map: Add socket functions with __libc_* names.
9498         Reported by Andreas Jaeger.
9499
9500 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9501
9502         * libc.map: Tidy up (remove duplicates, sort entries).
9503
9504 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9505
9506         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
9507
9508 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
9509
9510         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
9511         again after successful call.
9512         Patch by Marc Lehmann <pcg@goof.com>.
9513
9514 1997-11-17  Paul Eggert  <eggert@twinsun.com>
9515
9516         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
9517         as some hosts need this to declare localtime_r properly.
9518
9519 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
9520
9521         * libc.map: Add iconv_open, iconv, and iconv_close.
9522
9523 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
9524
9525         * iconv/Makefile: New file.
9526         * iconv/gconv.c: New file.
9527         * iconv/gconv.h: New file.
9528         * iconv/gconv_builtin.c: New file.
9529         * iconv/gconv_builtin.h: New file.
9530         * iconv/gconv_close.c: New file.
9531         * iconv/gconv_conf.c: New file.
9532         * iconv/gconv_db.c: New file.
9533         * iconv/gconv_dl.c: New file.
9534         * iconv/gconv_open.c: New file.
9535         * iconv/gconv_simple.c: New file.
9536         * iconv/iconv.c: New file.
9537         * iconv/iconv.h: New file.
9538         * iconv/iconv_close.c: New file.
9539         * iconv/iconv_open.c: New file.
9540         * include/gconv.h: New file.
9541
9542         * Makeconfig: Define gconvdir.
9543         * Makefile (subdirs): Add iconv.
9544
9545         * string/bits/string2.h: Add optimization for strtok_r.
9546
9547         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
9548         for NULL.
9549         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
9550         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
9551
9552         * configure.in: Correct test for bash2.
9553         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9554
9555         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
9556         (CFLAGS-locfile.c): Likewise.
9557         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9558
9559         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
9560         non-existing entry if the table is full.
9561
9562         * posix/regex.h: Pretty print.
9563
9564         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
9565
9566         * sysdeps/posix/ctermid.c: Simplify a bit.
9567
9568         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
9569
9570 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9571
9572         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
9573         <sys/types.h> instead of <asm/types.h>.
9574
9575 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9576
9577         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
9578
9579 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
9580
9581         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
9582         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
9583         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
9584         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
9585         fclose): Added to GLIBC_2.1.
9586
9587         * libio/Makefile (routines, shared-only-routines): Add
9588         oldiofclose.  Remove oldfreopen.
9589
9590         * libio/freopen.c (freopen): When PIC is defined, call
9591         _IO_old_freopen () for old stdio.
9592
9593         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
9594         (_IO_fclose, fclose): Use _IO_new_fclose as default version
9595         for GLIBC_2.1.
9596
9597         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
9598         instead of _IO_file_close_it.
9599
9600         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
9601         to _IO_2_1_stdxxx_.
9602         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
9603         is defined.
9604
9605         * libio/libioP.h (_IO_old_do_flush): New.
9606
9607         * libio/oldfileops.c (_IO_old_file_close_it,
9608         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
9609         Call _IO_old_do_flush () instead of _IO_do_flush ().
9610         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
9611         _IO_do_write ().
9612
9613         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
9614         instead of _IO_file_init ().
9615         Bind old symbols to version GLIBC_2.0.
9616
9617         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
9618         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
9619         _IO_stdxxx_.
9620         (_IO_check_libio): New function in .init.
9621
9622         * libio/oldiofclose.c: New file.
9623
9624         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
9625         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
9626         (DEF_STDFILE): Don't use default_symbol_version.
9627
9628         * libio/stdio.c (stdin, stdout, stderr): Set to
9629         _IO_2_1_stdxxx_._
9630         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
9631         stdxxx.
9632
9633         * csu/Makefile (distribute): Add init.c.
9634         (extra-objs): Add init.o for ELF.
9635         (start-installed-name): Add $(objpfx)init.o.
9636
9637         * csu/init.c: New file.
9638
9639 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
9640
9641         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
9642         definition as the default.
9643
9644 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
9645
9646         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
9647
9648 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9649
9650         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
9651         (PR 351).
9652
9653 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
9654
9655         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
9656         to preserve condition codes on function call.
9657
9658 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9659
9660         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
9661
9662 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9663
9664         * math/libm-test.c (asin_test): Add epsilon for float.
9665         (tan_test): Add epsilon for float.
9666         (log1p_test): Add epsilon for float.
9667         (inverse_functions): Add epsilons.
9668
9669         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
9670         net/if_packet.h.
9671
9672         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
9673
9674 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9675
9676         * md5-crypt/Makefile (extra-objs): Make recursively expanded
9677         variable, since $(object-suffixes) is not defined yet.
9678
9679 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9680
9681         * db2/Makefile (distribute): db185/db185_int.src ->
9682         db185/db185_int.h.
9683
9684 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9685
9686         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
9687         exactly one.
9688
9689 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9690
9691         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
9692         name.
9693         * sysdeps/generic/e_acosl.c: Likewise.
9694         * sysdeps/generic/e_asinl.c: Likewise.
9695         * sysdeps/generic/e_atan2l.c: Likewise.
9696         * sysdeps/generic/e_expl.c: Likewise.
9697         * sysdeps/generic/e_fmodl.c: Likewise.
9698         * sysdeps/generic/e_j0l.c: Likewise.
9699         * sysdeps/generic/e_j1l.c: Likewise.
9700         * sysdeps/generic/e_jnl.c: Likewise.
9701         * sysdeps/generic/e_lgammal_r.c: Likewise.
9702         * sysdeps/generic/e_log10l.c: Likewise.
9703         * sysdeps/generic/e_logl.c: Likewise.
9704         * sysdeps/generic/e_powl.c: Likewise.
9705         * sysdeps/generic/e_sqrtl.c: Likewise.
9706         * sysdeps/generic/e_exp2l.c: Likewise.
9707
9708 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9709
9710         * Make-dist (+sysdep-names): Remove extra paren.
9711         * Makefile (distribute): Add stub-tag.h.
9712         * elf/Makefile (distribute): Add atomicity.h.
9713         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
9714         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
9715         [$(subdir)=socket]: Add net/if_packet.h.
9716         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
9717         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
9718         net/if_packet.h, scsi/sg.h.
9719
9720 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9721
9722         * Makefile (install): Quote $(CC) expansion.
9723
9724 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9725
9726         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
9727         working /proc cwd and no restrictions on path length.  Following
9728         some ideas from Andi Kleen <ak@muc.de> (PR 350).
9729
9730 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9731
9732         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
9733         * nis/nss_compat/compat-pwd.c: Likewise.
9734         * nis/nss_compat/compat-spwd.c: Likewise.
9735
9736 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
9737
9738         * sysdeps/libm-i387/s_fdim.S: New file.
9739         * sysdeps/libm-i387/s_fdimf.S: New file.
9740         * sysdeps/libm-i387/s_fdiml.S: New file.
9741         * sysdeps/libm-i387/i686/s_fdim.S: New file.
9742         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
9743         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
9744
9745 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9746
9747         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
9748         pointer to unsigned char.
9749
9750 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9751
9752         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
9753
9754         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
9755
9756         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
9757
9758 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9759
9760         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
9761         ilogb(0/NaN).
9762         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
9763         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
9764
9765 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
9766
9767         * sysdeps/libm-i387/s_fmin.S: New file.
9768         * sysdeps/libm-i387/s_fminf.S: New file.
9769         * sysdeps/libm-i387/s_fminl.S: New file.
9770         * sysdeps/libm-i387/s_fmax.S: New file.
9771         * sysdeps/libm-i387/s_fmaxf.S: New file.
9772         * sysdeps/libm-i387/s_fmaxl.S: New file.
9773         * sysdeps/libm-i387/i686/s_fmin.S: New file.
9774         * sysdeps/libm-i387/i686/s_fminf.S: New file.
9775         * sysdeps/libm-i387/i686/s_fminl.S: New file.
9776         * sysdeps/libm-i387/i686/s_fmax.S: New file.
9777         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
9778         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
9779
9780 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
9781
9782         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
9783         * sysdeps/unix/sysv/linux/send.S: Likewise.
9784         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
9785         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
9786         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
9787         * sysdeps/unix/sysv/linux/recv.S: Likewise.
9788         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
9789         * sysdeps/unix/sysv/linux/connect.S: Likewise.
9790         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
9791
9792 See ChangeLog.7 for earlier changes.