Update.
[platform/upstream/glibc.git] / ChangeLog
1 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
2
3         * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
4         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
5         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
7
8 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
9
10         * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
11         makes it easier to undump emacs.
12         * sysdeps/powerpc/bits/endian.h: Use more informative error message
13         for when the endianness can't be determined.
14
15 1998-06-04 13:19  Geoff Keating  <geoffk@ozemail.com.au>
16
17         * nss/Makefile: Add files publickey database support.
18         * nss/libnss_files.map: Export the required functions.
19         * nss/nss_files/files-key.c: Implement it.
20         * sunrpc/rpc/auth_des.h: Correct typos in comments.
21
22 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
23
24         * iconv/gconv_builtin.h: Add aliases for CORBA.
25         * iconvdata/gconv-modules: Likewise.
26
27 1998-06-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
28
29         * math/libm-test.c (main): Call exp10_test.
30         (exp10_test): New function which tests exp10.
31
32 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
33
34         * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
35         sigstack.
36
37         * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
38         SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
39         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
40
41 1998-06-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
42
43         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
44         in the variable, not its GOT slot.
45
46 1998-06-10 10:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
47
48         * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
49         inline.
50         * sysdeps/m68k/fpu/e_exp10.c: New file.
51         * sysdeps/m68k/fpu/e_exp10f.c: New file.
52         * sysdeps/m68k/fpu/e_exp10l.c: New file.
53
54         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
55         _dl_profile_map only if the name matches.
56         (_dl_start_user): Remember stack address.
57         * sysdeps/m68k/elf/start.S: Pass new argument to
58         __libc_start_user.
59
60         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
61         definition.
62         (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
63         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
64         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
65         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
66         * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
67
68 1998-06-09 18:16  Ulrich Drepper  <drepper@cygnus.com>
69
70         * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
71         * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
72         * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
73         * math/bits/mathcalls.h: Add definitions for exp10 and pow10
74         prototypes.
75         * sysdeps/libm-i387/e_exp10.S: New file.
76         * sysdeps/libm-i387/e_exp10f.S: New file.
77         * sysdeps/libm-i387/e_exp10l.S: New file.
78         * sysdeps/libm-ieee754/e_exp10.c: New file.
79         * sysdeps/libm-ieee754/e_exp10f.c: New file.
80         * sysdeps/libm-ieee754/e_exp10l.c: New file.
81         * sysdeps/libm-ieee754/w_exp10.c: New file.
82         * sysdeps/libm-ieee754/w_exp10f.c: New file.
83         * sysdeps/libm-ieee754/w_exp10l.c: New file.
84         * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
85
86 1998-05-25 22:18  H.J. Lu  <hjl@gnu.org>
87
88         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
89         sys/elf.h and sys/reg.h.
90         * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
91         * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
92         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
93         * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
94
95         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
96         PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
97
98 1998-06-09  Ulrich Drepper  <drepper@cygnus.com>
99
100         * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
101         __data member only for gcc.  Reported by ak@muc.de.
102
103         * misc/mntent.h: Undo last patch.
104         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
105         * misc/tst/mntent.c: Adjust code for this change.
106
107         * io/fts.c: Updated from a slightly more recent BSD version.
108         * io/fts.h: Likewise.
109
110         * libc.map: Add __libc_stack_end.
111
112         * db2/Makefile (routines): Add lock_region.
113         * db2/config.h: Update from db-2.4.14.
114         * db2/db.h: Likewise.
115         * db2/db_185.h: Likewise.
116         * db2/db_int.h: Likewise.
117         * db2/btree/bt_close.c: Likewise.
118         * db2/btree/bt_compare.c: Likewise.
119         * db2/btree/bt_conv.c: Likewise.
120         * db2/btree/bt_cursor.c: Likewise.
121         * db2/btree/bt_delete.c: Likewise.
122         * db2/btree/bt_open.c: Likewise.
123         * db2/btree/bt_page.c: Likewise.
124         * db2/btree/bt_put.c: Likewise.
125         * db2/btree/bt_rec.c: Likewise.
126         * db2/btree/bt_recno.c: Likewise.
127         * db2/btree/bt_rsearch.c: Likewise.
128         * db2/btree/bt_search.c: Likewise.
129         * db2/btree/bt_split.c: Likewise.
130         * db2/btree/bt_stat.c: Likewise.
131         * db2/btree/btree.src: Likewise.
132         * db2/btree/btree_auto.c: Likewise.
133         * db2/clib/getlong.c: Likewise.
134         * db2/common/db_appinit.c: Likewise.
135         * db2/common/db_apprec.c: Likewise.
136         * db2/common/db_byteorder.c: Likewise.
137         * db2/common/db_err.c: Likewise.
138         * db2/common/db_log2.c: Likewise.
139         * db2/common/db_region.c: Likewise.
140         * db2/common/db_salloc.c: Likewise.
141         * db2/common/db_shash.c: Likewise.
142         * db2/db/db.c: Likewise.
143         * db2/db/db.src: Likewise.
144         * db2/db/db_auto.c: Likewise.
145         * db2/db/db_conv.c: Likewise.
146         * db2/db/db_dispatch.c: Likewise.
147         * db2/db/db_dup.c: Likewise.
148         * db2/db/db_overflow.c: Likewise.
149         * db2/db/db_pr.c: Likewise.
150         * db2/db/db_rec.c: Likewise.
151         * db2/db/db_ret.c: Likewise.
152         * db2/db/db_thread.c: Likewise.
153         * db2/db185/db185.c: Likewise.
154         * db2/db185/db185_int.h: Likewise.
155         * db2/dbm/dbm.c: Likewise.
156         * db2/hash/hash.c: Likewise.
157         * db2/hash/hash.src: Likewise.
158         * db2/hash/hash_auto.c: Likewise.
159         * db2/hash/hash_conv.c: Likewise.
160         * db2/hash/hash_debug.c: Likewise.
161         * db2/hash/hash_dup.c: Likewise.
162         * db2/hash/hash_func.c: Likewise.
163         * db2/hash/hash_page.c: Likewise.
164         * db2/hash/hash_rec.c: Likewise.
165         * db2/hash/hash_stat.c: Likewise.
166         * db2/include/btree.h: Likewise.
167         * db2/include/btree_ext.h: Likewise.
168         * db2/include/clib_ext.h: Likewise.
169         * db2/include/common_ext.h: Likewise.
170         * db2/include/cxx_int.h: Likewise.
171         * db2/include/db.h.src: Likewise.
172         * db2/include/db_185.h.src: Likewise.
173         * db2/include/db_am.h: Likewise.
174         * db2/include/db_auto.h: Likewise.
175         * db2/include/db_cxx.h: Likewise.
176         * db2/include/db_dispatch.h: Likewise.
177         * db2/include/db_ext.h: Likewise.
178         * db2/include/db_int.h.src: Likewise.
179         * db2/include/db_page.h: Likewise.
180         * db2/include/db_shash.h: Likewise.
181         * db2/include/db_swap.h: Likewise.
182         * db2/include/hash.h: Likewise.
183         * db2/include/hash_ext.h: Likewise.
184         * db2/include/lock.h: Likewise.
185         * db2/include/lock_ext.h: Likewise.
186         * db2/include/log.h: Likewise.
187         * db2/include/log_ext.h: Likewise.
188         * db2/include/mp.h: Likewise.
189         * db2/include/mp_ext.h: Likewise.
190         * db2/include/mutex_ext.h: Likewise.
191         * db2/include/os_ext.h: Likewise.
192         * db2/include/os_func.h: Likewise.
193         * db2/include/queue.h: Likewise.
194         * db2/include/shqueue.h: Likewise.
195         * db2/include/txn.h: Likewise.
196         * db2/lock/lock.c: Likewise.
197         * db2/lock/lock_conflict.c: Likewise.
198         * db2/lock/lock_deadlock.c: Likewise.
199         * db2/lock/lock_region.c: Likewise.
200         * db2/lock/lock_util.c: Likewise.
201         * db2/log/log.c: Likewise.
202         * db2/log/log.src: Likewise.
203         * db2/log/log_archive.c: Likewise.
204         * db2/log/log_auto.c: Likewise.
205         * db2/log/log_compare.c: Likewise.
206         * db2/log/log_findckp.c: Likewise.
207         * db2/log/log_get.c: Likewise.
208         * db2/log/log_put.c: Likewise.
209         * db2/log/log_rec.c: Likewise.
210         * db2/log/log_register.c: Likewise.
211         * db2/mp/mp_bh.c: Likewise.
212         * db2/mp/mp_fget.c: Likewise.
213         * db2/mp/mp_fopen.c: Likewise.
214         * db2/mp/mp_fput.c: Likewise.
215         * db2/mp/mp_fset.c: Likewise.
216         * db2/mp/mp_open.c: Likewise.
217         * db2/mp/mp_pr.c: Likewise.
218         * db2/mp/mp_region.c: Likewise.
219         * db2/mp/mp_sync.c: Likewise.
220         * db2/mutex/68020.gcc: Likewise.
221         * db2/mutex/mutex.c: Likewise.
222         * db2/mutex/parisc.gcc: Likewise.
223         * db2/mutex/parisc.hp: Likewise.
224         * db2/mutex/sco.cc: Likewise.
225         * db2/os/os_abs.c: Likewise.
226         * db2/os/os_alloc.c: Likewise.
227         * db2/os/os_config.c: Likewise.
228         * db2/os/os_dir.c: Likewise.
229         * db2/os/os_fid.c: Likewise.
230         * db2/os/os_fsync.c: Likewise.
231         * db2/os/os_map.c: Likewise.
232         * db2/os/os_oflags.c: Likewise.
233         * db2/os/os_open.c: Likewise.
234         * db2/os/os_rpath.c: Likewise.
235         * db2/os/os_rw.c: Likewise.
236         * db2/os/os_seek.c: Likewise.
237         * db2/os/os_sleep.c: Likewise.
238         * db2/os/os_spin.c: Likewise.
239         * db2/os/os_stat.c: Likewise.
240         * db2/os/os_unlink.c: Likewise.
241         * db2/progs/db_archive/db_archive.c: Likewise.
242         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
243         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
244         * db2/progs/db_dump/db_dump.c: Likewise.
245         * db2/progs/db_dump185/db_dump185.c: Likewise.
246         * db2/progs/db_load/db_load.c: Likewise.
247         * db2/progs/db_printlog/db_printlog.c: Likewise.
248         * db2/progs/db_recover/db_recover.c: Likewise.
249         * db2/progs/db_stat/db_stat.c: Likewise.
250         * db2/txn/txn.c: Likewise.
251         * db2/txn/txn.src: Likewise.
252         * db2/txn/txn_auto.c: Likewise.
253         * db2/txn/txn_rec.c: Likewise.
254
255         * elf/rtld.c: Move definition of __libc_stack_end to ...
256         * sysdeps/generic/dl-sysdep.h: ...here.
257
258         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
259         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
260         * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
261
262         * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
263         * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
264         before following it.
265
266 1998-06-08 21:44  Ulrich Drepper  <drepper@cygnus.com>
267
268         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
269         from mntent correctly.
270
271 1998-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
272
273         * sunrpc/Makefile (generated): Correct typo.
274
275 1998-06-04  Philip Blundell  <philb@gnu.org>
276
277         * elf/elf.h (EM_ARM, et al.): New definitions.
278         * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
279
280 1998-06-08 21:33  Ulrich Drepper  <drepper@cygnus.com>
281
282         * localedata/SUPPORTED: Add sk_SK.
283         * localedata/locales/sk_SK: New file.
284
285 1998-06-08 18:57  Ulrich Drepper  <drepper@cygnus.com>
286
287         * Makeconfig (subdirs): Add debug.
288         * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
289         * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
290         backtrace_symbols.
291         * sysdeps/generic/backtrace.c: New file.
292         * sysdeps/generic/backtracesyms.c: New file.
293         * sysdeps/generic/elf/backtracesyms.c: New file.
294         * sysdeps/i386/backtrace.c: New file.
295         * debug/Makefile: New file.
296         * debug/backtrace-tst.c: New file.
297         * debug/execinfo.h: New file.
298
299 1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
300
301         * elf/sprof.c: Implement call graph profiling.
302
303         * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
304
305 1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
306
307         * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
308         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
309         * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
310         Noticed by Jake Garver <garver@valkyrie.net>.
311
312 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
313
314         * libio/genops.c (__underflow): Read character from read pointer
315         as unsigned.
316         (__uflow): Likewise.
317
318 1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
319
320         * libc.map: Add _dl_profile.
321         * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
322         this to ELF_DYNAMIC_RELOCATE.
323         Always allocate array for relocation result if LD_PROFILE is defined.
324         * elf/ldsodefs.h: Adjust prototypes.
325         * elf/dl-open.c (_dl_open): Call relocation function with extra
326         argument.
327         * elf/rtld.c: Likewise.
328         * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
329         Correct loop condition.
330         * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
331         consider_profile to runtime setup function.
332         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
333         _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
334
335         * elf/dl-support.c: Define __libc_stack_end.
336         * elf/rtld.c: Likewise.
337         * sysdeps/generic/libc-start.c: Store last stack address in
338         __libc_stack_end.
339         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
340         * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
341
342         * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
343         Include <stdint.h>, not <inttypes.h>.
344
345         * elf/sprof.c: Implement flat profiling.
346
347         * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
348         _IO_funlockfile explicitly.
349         * libio/fileops.c: Likewise.
350         * libio/fputc.c: Likewise.
351         * libio/freopen.c: Likewise.
352         * libio/freopen64.c: Likewise.
353         * libio/fseek.c: Likewise.
354         * libio/fseeko.c: Likewise.
355         * libio/fseeko64.c: Likewise.
356         * libio/ftello.c: Likewise.
357         * libio/ftello64.c: Likewise.
358         * libio/getc.c: Likewise.
359         * libio/getchar.c: Likewise.
360         * libio/iofclose.c: Likewise.
361         * libio/iofflush.c: Likewise.
362         * libio/iofgetpos.c: Likewise.
363         * libio/iofgetpos64.c: Likewise.
364         * libio/iofgets.c: Likewise.
365         * libio/iofputs.c: Likewise.
366         * libio/iofread.c: Likewise.
367         * libio/iofsetpos.c: Likewise.
368         * libio/iofsetpos64.c: Likewise.
369         * libio/ioftell.c: Likewise.
370         * libio/iofwrite.c: Likewise.
371         * libio/iogetdelim.c: Likewise.
372         * libio/iogets.c: Likewise.
373         * libio/ioputs.c: Likewise.
374         * libio/ioseekoff.c: Likewise.
375         * libio/ioseekpos.c: Likewise.
376         * libio/iosetbuffer.c: Likewise.
377         * libio/iosetvbuf.c: Likewise.
378         * libio/ioungetc.c: Likewise.
379         * libio/iovsprintf.c: Likewise.
380         * libio/iovsscanf.c: Likewise.
381         * libio/oldfileops.c: Likewise.
382         * libio/oldiofclose.c: Likewise.
383         * libio/peekc.c: Likewise.
384         * libio/putc.c: Likewise.
385         * libio/putchar.c: Likewise.
386         * libio/rewind.c: Likewise.
387
388         * malloc/mtrace.c: Pretty print.
389
390         * misc/mntent.h (struct mentent): Make string elements const char *.
391
392         * nis/nis_printf.c: Optimize I/O a little bit.
393
394         * signal/Makefile (distribute): Add sigset-cvt-mask.h.
395         * sysdeps/generic/sigset-cvt-mask.h: New file.
396         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
397         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
398         * sysdeps/posix/sigvec.c: Rewrite the use definitions from
399         sigset-cvt-mask.h to do the dirty work.
400         Patches by Joe Keane.
401
402         * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
403
404         * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
405         syscall_error label in case of PIC anonymous.
406         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
407         * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
408         * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
409         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
410         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
411         * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
412         * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
413
414 1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
415
416         * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
417         we cannot declare the struct element as const.
418         * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
419         * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
420
421 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
422
423         * manual/Makefile: Include ../Makeconfig earlier.
424         (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
425         exist.
426         (dir-add.texinfo): Remove useless $(SHELL).
427
428 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
429
430         * Makefile (others): Build programs from install-bin.
431         * configure.in: Modify config.make only if is was just created and
432         move that command to second argument of AC_OUTPUT.  Add command to
433         set config_vars in config.status.
434
435 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
436
437         * malloc/Makefile (address-width): Fix conditional.
438
439 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
440
441         * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
442         putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
443         strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
444         version GLIBC_2.1.
445
446 1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
447
448         * manual/lang.texi (Range of Type): Change @end table->@end vtable.
449         (Floating Point Parameters): Likewise.
450
451 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
452
453         * hurd/Makefile (routines): Add cthreads.
454
455 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
456
457         * login/login.c (login): Let pututline take care of finding the
458         positin to insert the UTMP entry.  This corrects a bug where ssh
459         was not reusing UTMP entries marked as DEAD_PROCESS.
460         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
461
462 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
463
464         * login/Makefile (tests): New variable, add tst-utmp and
465         tst-utmpx.
466         * login/tst-utmp.c: New file.
467         * login/tst-utmpx.c: New file.
468
469 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
470
471         * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
472         aliases for _hurd_nerr, for programs that don't use sys_errlist,
473         but need sys_err.
474
475 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
476
477         * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
478         * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
479
480 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
481
482         * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
483         make __read a weak alias.  Use ANSI-style function definition.
484         * sysdeps/mach/hurd/write.c: Likewise.
485
486 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
487
488         * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
489         _sys_errlist.
490
491 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
492
493         * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
494         Renamed from librtld.so.
495
496 1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
497
498         * libc.map: Remove _IO_getline_info which was erroneously
499         introduced in section GLIBC_2.0.
500         Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
501
502 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
503
504         * sysdeps/generic/socket.c (__socket): Renamed from socket, and
505         created a weak alias.
506         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
507
508 1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
509
510         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
511         ftruncate function, and create a weak alias to ftruncate.
512
513 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
514
515         * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
516         * inet/getnetgrent_r.c: Likewise.
517         * nss/getXXbyYY_r.c: Likewise.
518         * nss/getXXent_r.c: Likewise.
519         * pwd/fgetpwent_r.c: Likewise.
520         * shadow/sgetspent_r.c: Likewise.
521         * shadow/fgetspent_r.c: Likewise.
522         * sunrpc/publickey.c: Likewise.
523
524 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
525
526         * hurd/libhurduser.map: New file.
527         * mach/libmachuser.map: Likewise.
528
529         * libc.map: Add Hurd-specific functions to version 2.1.
530         Add __flshfp and __fillbf.
531
532 1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
533
534         * manual/signal.texi (Basic Signal Handling): Fix typo.
535         * manual/errno.texi (Error Codes): Likewise.
536
537 1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
538
539         * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
540         instead of <sys/socket.h>.
541         Patch by NIIBE Yutaka <gniibe@mri.co.jp>
542
543         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
544         Finally make it working.
545         Patch by Mark Hatle <fray@kernel.crashing.org>.
546
547 1998-03-22  Paul Eggert  <eggert@twinsun.com>
548
549         * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
550         a Solaris 2.6 bug.
551
552 1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
553
554         * stdlib/gmp-impl.h: Support strange mixed-endian double format
555         used by ARM systems.
556         * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
557         FE_EXCEPT_SHIFT.
558         * sysdeps/arm/bits/fenv.h: Deleted.
559         * sysdeps/arm/fpu/ieee754.h: New file.
560         * sysdeps/arm/gmp-mparam.h: New file.
561         * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
562         implementation.
563
564 1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
565
566         * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
567
568         * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
569         of ((unused)).  Reported by Bruno Haible.
570
571 1998-05-31  Philip Blundell  <philb@gnu.org>
572
573         * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
574         referring to errno and _errno.
575
576         * sysdeps/arm/fpu/feholdexcpt.c: New file.
577
578         * sysdeps/i386/fpu_control.h: Fix typo.
579
580         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
581         (_JMPBUF_UNWINDS): Added.
582         * sysdeps/arm/fpu/bits/setjmp.h: New file.
583
584 1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
585
586         * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
587         order to build header files, not `generated'.
588
589         * Rules (before-compile): New target which depends on all
590         $(before-compile) files.
591
592 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
593
594         * nis/nis_call.c: Make directory search faster.
595
596         * nis/nis_callback.c: Insert public key of user in callback data.
597
598         * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
599
600         * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
601
602         * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
603
604         * nis/nis_intern.h: Remove duplicated prototype.
605
606 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
607
608         * sunrpc/auth_des.c: Move prototypes from here ...
609         * sunrpc/rpc/auth.h: ... to here.
610
611         * sunrpc/clnt_tcp.c: Add more control flags.
612         * sunrpc/clnt_udp.c: Likewise.
613
614         * sunrpc/netname.c (host2netname): Remove prefixing dot from
615         domainname.
616
617         * sunrpc/rpc/clnt.h: Document, which control flags are not
618         implementable.
619
620         * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
621
622 1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
623
624         * locale/loadlocale.c (_nl_load_locale): Don't allow too small
625         files crash the program.
626
627         * io/Makefile: Don't run ftwtest-sh if cross-compiling.
628         * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
629         Reported by Deborah Wallach <kerr@pa.dec.com>.
630
631 1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
632
633         * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
634         on whether this is a stable release or not (keeps snapshot bug
635         reports out of the database).
636
637         * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
638         * sysdeps/arm/sysdep.h: Likewise.
639         * sysdeps/i386/sysdep.h: Likewise.
640         * sysdeps/m68k/sysdep.h: Likewise.
641         * sysdeps/mach/mips/sysdep.h: Likewise.
642         * sysdeps/mach/sys/reboot.h: Likewise.
643         * sysdeps/mach/sysdep.h: Likewise.
644         * sysdeps/unix/alpha/sysdep.h: Likewise.
645         * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
646         * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
647         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
648         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
649         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
650         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
651         * sysdeps/unix/i386/sysdep.h: Likewise.
652         * sysdeps/unix/mips/sysdep.h: Likewise.
653         * sysdeps/unix/sparc/sysdep.h: Likewise.
654         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
655         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
656         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
657         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
658         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
659         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
660         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
661         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
662
663 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
664
665         * mach/Machrules: Use $(move-if-change).
666
667 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
668
669         * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
670         * Makerules (lib%.so): Depend on $(+interp).
671         (libc.so): Add interp.os to list of dependencies.
672         (interp-obj): Remove variable.
673         * mach/Machrules (+interp): Define to empty since libhurduser and
674         libmachuser don't need to have the interpreter set.
675
676 1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
677
678         * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
679
680         * resolv/gethnamaddr.c: Likewise.
681
682         * resolv/res_comp.c: Likewise.
683
684 1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
685
686         * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
687         so that transparent union works.
688
689 1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
690
691         * manual/texinfo.tex: Update to last available version.
692
693         * timezone/africa: Update from tzdata1998e.
694         * timezone/antarctica: Likewise.
695         * timezone/asia: Likewise.
696         * timezone/australasia: Likewise.
697         * timezone/europe: Likewise.
698         * timezone/iso3166.tab: Likewise.
699         * timezone/northamerica: Likewise.
700         * timezone/tzselect.ksh: Likewise.
701         * timezone/zone.tab: Likewise.
702
703 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
704
705         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
706         Reported by Matt McLean <keys@brio.yikes.com>.
707
708 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
709
710         * catgets/Makefile ($(objpfx)de.cat): Renamed from
711         do-gencat-test.  Use automatic variables.
712         ($(objpfx)de.msg): Fix reference to po file.
713
714 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
715
716         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
717         $(move-if-change).
718
719 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
720
721         * intl/dcgettext.c: Fix typo.
722
723 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
724
725         * configure.in: Allow more make versions e.g 3.76.90.
726
727 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
728
729         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
730
731         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
732         for Hurd.  Patch by Mark Kettenis.
733
734 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
735
736          * mach/Machrules (+preinit, +postinit): Define these variables to
737          empty because libhurduser and libmachuser don't need startup
738          files.
739
740 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
741
742          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
743          instead of a raw bitmask.
744
745 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
746
747         * Makeconfig (rpath-dirs): New variable.
748         (rpath-link): Use it.
749         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
750         (db-objpfx): Removed.
751         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
752         * md5-crypt/Makefile: Likewise.
753         * sysdeps/mach/hurd/Makefile: Likewise.
754
755         * Makeconfig (move-if-change): New variable.
756         * iconvdata/Makefile (move-if-change): Removed.
757         * manual/Makefile (move-if-change): Set only if undefined, use
758         local script by default.
759         * sunrpc/Makefile (move-if-change): Removed.
760         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
761         $(move-if-change).
762
763          * elf/Makefile: Remove all references to obsolete file
764          $(objpfx)rtldtbl.h.
765          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
766
767 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
768
769         * elf/dl-close.c (_dl_close): Add debugging message.
770
771 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
772
773         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
774         to get Linux version and not gcc version.
775         Reported by Alan Curry <pacman@cqc.com>.
776
777 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
778
779         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
780         pointers - return unknown error message instead.
781         Reported by Alan Curry <pacman@cqc.com>.
782
783 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
784
785         * iconvdata/Makefile (modules, sed-generated-headers,
786         perl-generated-headers): ibm424.h is perl generated.  Make
787         necessary modifications to compile without perl.
788
789 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
790
791         * hesiod/hesiod.c (read_config_file): Fix typo.
792
793 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
794
795         * version.h: Bump VERSION.
796
797         * csu/Makefile (distribute): Add munch-tmpl.c.
798
799 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
800
801         * nis/nis_defaults.c: Fix buffer problems and typos.
802
803 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
804
805         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
806         Patch by Fred Fish.
807
808 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
809
810         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
811         overwriting bugs.
812
813         * libio/strops.c (_IO_str_underflow): Read newly available
814         character from buffer as unsigned.
815
816 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
817
818         * catgets/Makefile (distribute): Add xopen-msg.h.
819         (generated): Add de.msg and de.cat.
820         (tests): Add do-gencat-test.
821         (do-gencat-test): New goal.  Run gencat on a generated msg file.
822         * catgets/xopen-msg.h: New file.
823
824 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
825
826         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
827         functions.  Optimize filename creation a bit.
828
829 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
830
831         * stdlib/random_r.c: Help gcc to optimize the code.
832         Patch by Joe Keane <jgk@jgk.org>.
833
834 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
835
836         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
837         tsearch calls.
838
839 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
840
841         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
842         it.
843
844 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
845
846         * wcsmbs/wcsnrtombs.c: Correct computation of result.
847         * wcsmbs/wcsrtombs.c: Likewise.
848
849         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
850         * wcsmbs/wcsmbs-tst1.c: New file.
851
852         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
853
854         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
855         as 1.
856
857         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
858         weak.
859
860 1998-05-21  Philip Blundell  <philb@gnu.org>
861
862         * sysdeps/arm/fpu_control.h: Replace stub file with real
863         implementation.
864         * sysdeps/arm/fpu/bits/fenv.h: New file.
865         * sysdeps/arm/fpu/fesetround.c: Likewise.
866         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
867         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
868         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
869         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
870         * sysdeps/arm/fpu/fegetenv.c: Likewise.
871         * sysdeps/arm/fpu/fesetenv.c: Likewise.
872
873 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
874
875         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
876         read instead of mmap.
877
878 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
879
880         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
881         directly instead of include_next.  Add missing semicolons.
882         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
883         Add missing semicolons.
884
885 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
886
887         * iconvdata/gconv-modules: Add more aliases to please java
888         environments.
889
890 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
891
892         * stdio-common/vfprintf.c (process_arg): Fix typo.
893
894         * iconvdata/TESTS: New tests for EUC-KR.
895
896         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
897         * iconvdata/testdata/EUC-KR: New file.
898
899 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
900
901         * math/libm-test.c (hypot_test): Fix a typo.
902
903 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
904
905         * stdio-common/vfprintf.c: When precision is specified for %ls or
906         %S handle it correctly.
907
908 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
909
910         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
911         the" in one line - fixed it.
912         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
913         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
914         * posix/unistd.h: Likewise
915
916 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
917
918         * Makeconfig (rpath-link): Add resolvobjdir.
919         (resolvobjdir): New variable.
920         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
921
922 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
923
924         * elf/dl-close.c: Call shared object terminators at the right time.
925         Patch by Philippe Troin <phil@fifi.org>.
926
927 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
928
929         * Make-dist (+tsrcs): Also add *.map for every member of
930         $(extra-libs).
931
932         * Makefile (distribute): Don't distribute scripts/printsources and
933         scripts/=__ify.  Distribute FAQ.in.
934         (rpm/%): Don't pass subdirs to sub-make.
935
936         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
937         instead of $(no_deps).
938
939 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
940
941         * sysdeps/generic/setenv.c: Protect against GNU C extension.
942         (KNOWN_VALUE, STORE_VALUE): Do it right.
943         (setenv): Remove unused variable.
944
945 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
946
947         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
948         (CFLAGS-zdump.c): Add $(tz-cflags).
949
950         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
951         return type.
952
953 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
954
955         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
956         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
957         if use_localtime.
958         * time/tzset.c: Update prototype of __tzfile_compute.
959         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
960         tm_zone and tm_offset here if __use_tzfile.
961
962 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
963
964         * Makerules: Install libc.a even if there are no object file.
965
966 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
967
968         * Makerules (do-makelib): Don't force creating library from
969         scratch, to avoid wasting time and space and to get correct
970         behaviour if $(subdirs) is incomplete.
971
972 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
973
974         * Makerules (do-stamp): Make it work when building in source
975         directory.
976
977 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
978
979         * elf/dl-load.c: Rename option and variable from ignore-rpath to
980         inhibit-rpath.
981         * elf/dl-support.c: Likewise.
982         * elf/ldsodefs.h: Likewise.
983         * elf/rtld.c: Likewise.
984         * iconvdata/run-iconv-test.sh: Likewise.
985
986 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
987
988         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
989         variable using the value.
990         * elf/ldsodefs.h: Declare _dl_ignore_path.
991         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
992         object against list in _dl_ignore_path and ignore RPATH if on the list.
993         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
994         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
995         to make sure we get the correct helper libraries loaded.
996
997         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
998         "RPATH" string in call to fillin_rpath instead.
999         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
1000
1001 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
1002
1003         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
1004         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1005
1006 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1007
1008         * manual/terminal.texi (I/O Queues): Fix typo.
1009
1010         * manual/stdio.texi (Closing Streams): Fix grammar.
1011
1012         * manual/arith.texi (Absolute Value): Correct typo.
1013         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
1014
1015 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
1016
1017         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
1018         LD_PROFILE_OUTPUT in SUID binaries.
1019         * intl/dcgettext.c: In SUID binaries don't let language part of
1020         locale value contain path elements.
1021         * intl/explodename.h: Define new function _nl_find_language.
1022         * intl/loadinfo.h: Declare _nl_find_language.
1023         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
1024         language part it drop the value is path element is contained.
1025
1026         * locale/setlocale.c: Fix typo.
1027
1028 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
1029
1030         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
1031
1032         * sysdeps/arm/strlen.S: Support both big and little endian processors.
1033
1034         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
1035         log, not a byte-count.
1036
1037         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
1038         a.out compatibility.
1039
1040 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1041
1042         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
1043         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1044         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1045         * posix/unistd.h: Likewise.
1046         * math/math.h: Likewise.
1047         * manual/users.texi (Manipulating the Database): Likewise.
1048         * manual/signal.texi (Job Control Signals): Likewise.
1049         * manual/message.texi (The gencat program): Likewise.
1050         * manual/filesys.texi (Hard Links): Likewise.
1051         * manual/math.texi (SVID Random): Likewise.
1052         * manual/llio.texi (Waiting for I/O): Likewise.
1053         * manual/io.texi (File Name Errors): Likewise.
1054         * manual/conf.texi (String Parameters): Likewise.
1055         * manual/arith.texi (Infinity): Likewise.
1056         * malloc/malloc.c: Likewise.
1057         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
1058         * csu/Makefile: Likewise.
1059
1060 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
1061
1062         * manual/memory.texi: Add back accidently removed line.
1063
1064 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
1065
1066         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
1067         (timeout_handler): New function.
1068         (LOCK_FILE, UNLOCK_FILE): New macros.
1069         Implement file locking with timeout.
1070         (getutent_r_file, internal_getut_r, getutline_r_file,
1071         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
1072         locking.
1073
1074 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
1075
1076         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
1077         directory.
1078
1079 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1080
1081         * rpm/Makefile: Delete inclusion of version.mk.
1082
1083 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1084
1085         * libc.map: Add all libio functions needed libstdc++ with version
1086         2.0, sort entries.
1087
1088 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1089
1090         * iconvdata/Makefile (generated): Add *.stmp files.
1091
1092 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1093
1094         * timezone/Makefile (testdata, build-testdata): New variables, use
1095         them in rules for test data.
1096         ($(objpfx)tst-timezone.out): Depend on test data.
1097         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
1098         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
1099         New rules to build test data.
1100         (tst-timezone-ENV): Pass TZDIR to point to test data.
1101
1102 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
1103
1104         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
1105         (the designation sequence is disturbing).
1106
1107 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1108
1109         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
1110         * sunrpc/xdr_rec.c: Likewise.
1111
1112 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1113
1114         * posix/Makefile (tests): Add runptests.
1115         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
1116         (before-compile): Add ptestcases.h.
1117         (ptestscases.h): Add rule to generate from PTESTS.
1118         * posix/runptests.c: New file.
1119         * posix/PTESTS: New file.
1120         * posix/PTESTS2C.sed: New file.
1121
1122 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1123
1124         * iconv/loop.c: Let user add code to use and set paramaters.
1125
1126         * iconvdata/iso-2022-kr.c: Correct to-loop.
1127
1128         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
1129         point to output buffer.
1130
1131         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
1132         hanja.
1133
1134         * iconvdata/TESTS: Add ISO-2022-KR test.
1135         * iconvdata/testdata/ISO-2022-KR: New file.
1136
1137 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
1138
1139         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
1140         and internal_use.
1141         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
1142         and internal_use.
1143         * wcsmbs/btowc.c: Likewise.
1144         * wcsmbs/mbrtowcs.c: Likewise.
1145         * wcsmbs/mbsnrtowcs.c: Likewise.
1146         * wcsmbs/mbsrtowcs.c: Likewise.
1147         * wcsmbs/wcrtomb.c: Likewise.
1148         * wcsmbs/wcsnrtombs.c: Likewise.
1149         * wcsmbs/wcsrtombs.c: Likewise.
1150         * wcsmbs/wctob.c: Likewise.
1151         * iconv/skeleton.c: Increment invocation_counter.
1152         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
1153         sequence first.
1154
1155         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
1156         * iconvdata/iso-2022-jp.c: Likewise.
1157         * iconvdata/iso646.c: Likewise.
1158
1159         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
1160
1161 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1162
1163         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
1164
1165         * sysdeps/generic/setenv.c (setenv): Remove optimization for
1166         overwriting existing values if it fits.
1167
1168 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
1169
1170         * posix/wordexp-test.c: Avoid duplicate messages.
1171
1172         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
1173         tsearch.  Correctly interpret values returned by those functions.
1174         (unsetenv): Store pointer to string, not pointer to string pointer.
1175
1176         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
1177         DST information and offset in them.
1178         * time/tzset.c (__tz_convert): Pass extra parameters to
1179         __tzfile_compute.  Compute equivalent values for use of tz_rules.
1180
1181 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1182
1183         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
1184         stamp files to avoid unnecessary recompilation.
1185         (gen-8bit-gap-table): Likewise.
1186         (move-if-change): New variable.
1187         (all generated .h rules): Change to be .stmp rules.
1188         (%.h): New rule; depend on %.stmp; no commands.
1189         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
1190         gen-8bit-gap-1.sh.
1191
1192 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1193
1194         * Makerules (libc-map): Deleted.
1195         (load-map-file): Set to the appropriate compiler switch, not
1196         just the file name.  If libfoo-map is not set, look for a
1197         libfoo.map in the current directory and $(..).
1198         (map-file): New variable, contains just the mapfile name.
1199         (build-shlib): Adjust for new value of load-map-file.
1200         (libc.so): Correct dependencies.
1201
1202         * extra-lib.mk: Correct shlib dependencies since libfoo-map
1203         may not be set anymore.
1204
1205         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
1206         Delete libdl-map.  Tweak ld.so link rule to work with changed
1207         variable settings in Makerules.
1208         * iconvdata/Makefile: Tweak build-module to work with changed
1209         variable settings in Makerules.
1210
1211         * db/Makefile: Delete libdb-map.
1212         * hesiod/Makefile: Delete libnss_hesiod-map.
1213         * linuxthreads/Makefile: Delete libpthread-map.
1214         * locale/Makefile: Delete libBrokenLocale-map.
1215         * login/Makefile: Delete libutil-map.
1216         * math/Makefile: Delete libm-map.
1217         * md5-crypt/Makefile: Delete libcrypt-map.
1218         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
1219         libnss_nisplus-map, and libnss_compat-map.
1220         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
1221         libnss_ldap-map.
1222         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
1223         * rt/Makefile: Delete librt-map.
1224
1225 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1226
1227         * configure.in: Instead of substituting `yes' or `no' for whether
1228         --no-whole-archive is available, set @no_whole_archive@ to the
1229         appropriate gcc switch or the empty string.  Likewise for
1230         -fno-exceptions.
1231         * config.make.in: Replace have-no-whole-archive with
1232         no-whole-archive and have-no-exceptions with no-exceptions.
1233         * Makerules: Delete stanzas setting no-whole-archive and
1234         no-exceptions.
1235
1236         * sunrpc/Makefile: Use move-if-change to update generated .h
1237         and .c files.
1238
1239 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1240
1241         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
1242         of strchr loop.
1243
1244 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1245
1246         * time/tzfile.c (__tzfile_read): Remove unused variable info.
1247         (__tzfile_compute): Likewise.
1248
1249 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1250
1251         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
1252         defines from Linux 2.1.102.
1253
1254 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
1255
1256         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
1257
1258 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
1259
1260         * inet/netinet/in.h: Add defines for multicast.
1261         Reported by Jeremy Hall <jhall@UU.NET>.
1262
1263         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
1264         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
1265         and unsetenv.  Optimize _LIBC case.
1266         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
1267         Define functions with leading __.
1268
1269         * time/tzfile.c: Correct handling of global variables daylight,
1270         timezone, and tzname.
1271         * time/tzset.c: Likewise.
1272         * timezone/Makefile (tests): Add tst-timezone.
1273         * timezone/tst-timezone.c: New file.
1274
1275 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
1276
1277         * timezone/asia: Update from tzdata1998d.
1278         * timezone/australasia: Likewise.
1279         * timezone/europe: Likewise.
1280
1281 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
1282
1283         * string/string.h: Don't use the optimized versions for the string
1284         functions if optimizing for space.
1285
1286         * stdlib/tst-strtod.c: Add test for -0.0.
1287
1288         * io/ftwtest-sh: Prevent tests from being run by root.
1289
1290         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
1291         last addition.  Patch by wkpark@chem.skku.ac.kr.
1292
1293 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1294
1295         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
1296         table.
1297
1298 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1299
1300         * iconvdata/gen-8bit.sh: New file.
1301         * iconvdata/gen-8bit-gap.sh: New file.
1302         * iconvdata/gen-8bit-gap-1.sh: New file.
1303         * iconvdata/Makefile (generate-8bit-table): Use shell script
1304         instead of writing the commands directly.
1305         (generate-8bit-gap-table): Likewise.
1306         ($(objpfx)iso8859-7jp.h): Likewise.
1307         (generated headers): Depend on shell script instead of Makefile.
1308         (before-compile): Add $(perl-generated-headers) only if perl is
1309         available.
1310         (headers): Depend on $(perl-generated-headers) only if perl is
1311         available.
1312         (sed-generated-headers): Remove iso8859-7jp.h.
1313
1314 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1315
1316         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
1317         (/): Removed.
1318
1319 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1320
1321         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
1322         formed charset names to getfct.  Let user override charset
1323         selection by mention charset in locale name.
1324
1325 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
1326
1327         * posix/glob.c: Move to ...
1328         * sysdeps/generic/glob.c: ...here.
1329         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
1330         elements.
1331         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
1332         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
1333         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
1334         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
1335         subdir.
1336         * libc.map [GLIBC_2.1]: Add glob and globfree.
1337
1338 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1339
1340         * sunrpc/Makefile (generated): Restore old list.
1341
1342 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1343
1344         * rt/Makefile (tests): Define only if we have a thread library.
1345
1346         * nis/ypclnt.c: Add: #include <errno.h>.
1347
1348 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1349
1350         * configure.in: Define and substitute RELEASE as well as
1351         VERSION.
1352         * config.make.in: Add RELEASE and VERSION to be substituted.
1353         * Makeconfig: Delete all references to version.mk.
1354         * Make-dist: Likewise.
1355         * MakeTAGS: Likewise.
1356         * elf/Makefile: Likewise.
1357
1358 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1359
1360         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
1361         yp_get_default_domain.
1362
1363 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1364
1365         * sysdeps/posix/profil.c (__profil): Don't define act and timer
1366         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
1367
1368 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
1369
1370         * malloc/malloc.c: Fix for NO_THREADS case.
1371
1372 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
1373
1374         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
1375         Remove statfs and fstatfs.
1376         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
1377         and pwrite as EXTRA.
1378         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1379
1380 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
1381
1382         * libc.map: Add capget and capset.
1383
1384 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1385
1386         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1387         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
1388         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
1389         and Matt McLean <keys@brio.yikes.com>.
1390
1391 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
1392
1393         * misc/Makefile (tests): Add tst-mntent.
1394         * misc/tst-mntent.c: New file.
1395
1396 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1397
1398         * autolock.sh: Removed.
1399         * manual/move-if-change: Removed.
1400
1401         * scripts: New directory.
1402         * =__ify: Moved to scripts.
1403         * config.guess: Likewise.
1404         * config.sub: Likewise.
1405         * gen-FAQ.pl: Likewise.
1406         * install-sh: Likewise.
1407         * mkinstalldirs: Likewise.
1408         * move-if-change: Likewise.
1409         * printsources: Likewise.
1410         * rellns.sh: Likewise.
1411         * test-installation.pl: Likewise.
1412
1413         * configure.in: Look in scripts for config.guess, config.sub,
1414         install-sh.
1415         * Makefile: Distribute all above files in their
1416         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
1417         * manual/Makefile: Find mkinstalldirs and move-if-change in
1418         $(..)scripts.  Drop them from distribute.  Minor cleanups.
1419         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
1420         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
1421         * timezone/Makefile: Find rellns-sh in scripts.
1422
1423 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1424
1425         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
1426         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
1427
1428 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1429
1430         * Makefile (+subdir-inits): Delete variable.
1431         (+init_subdirs): Likewise.
1432         (aux): Likewise.
1433         (before-compile): Likewise.
1434         (libc-init): Delete stanza.
1435         (version-info.h): Delete rule and associated variable.
1436         (distribute): Don't distribute moved files.
1437         * Makerules (interp-obj): It lives in elf now.  Only use it
1438         if $(elf) is set.  Delete rule to build it.
1439         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
1440         version.o and version-info.h.  Minor cleanups.
1441         (routines): Add libc-init, sysdep, version.
1442         (generated): Add version-info.h.
1443         * elf/Makefile: Build interp.os.
1444
1445         * interp.c: Moved to elf.
1446         * set-init.c: Moved to csu.
1447         * munch-init.c: Likewise.
1448         * munch.awk: Likewise.
1449         * version.c: Likewise.
1450
1451         * Rules: Unconfuse syntax highlighting with a fake comment.
1452
1453 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1454
1455         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
1456         syscalls.
1457
1458 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1459
1460         * iconvdata/Makefile (generated): Set to *-generated-headers
1461         plus gconv-modules.
1462         (tests): Set to iconv-test.
1463         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
1464         * posix/Makefile (generated): Set to wordexp-test-result*.
1465         * sunrpc/Makefile (generated): Remove rpcsvc/*.
1466         (generated-dirs): Add rpcsvc.
1467         * libio/Makefile: Clean up.
1468
1469 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
1470
1471         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
1472         * Makerules: Likewise.
1473         (+depfiles): Also add sysdep-others.
1474         * Rules: Likewise.
1475         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
1476         * iconvdata/Makefile (distribute): Add TESTS.
1477         * localedata/Makefile (repertoires): Rename to repertoiremaps.
1478         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
1479         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
1480         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
1481         sysdep-others, not others.
1482         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1483         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
1484
1485 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
1486
1487         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
1488         cost_hi and cost_lo.
1489         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
1490         Cost parameter and set cost_lo to INT_MAX.
1491         (add_module): Take new parameter and use it to initialize cost_lo.
1492         (read_conf_file): Count modules being loaded and use counter for
1493         new parameter to add_module.
1494         * iconv/gconv_db.c (find_derivation): When look for cost examine
1495         cost_hi and cost_lo.
1496
1497 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
1498
1499         * string/bits/string2.h: Don't use unsigned char * unless really
1500         necessary since this disturbs C++.
1501         * sysdeps/i386/i486/bits/string.h: Likewise.
1502         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
1503
1504 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1505
1506         * malloc/malloc.c (top_check): Fix last change.
1507
1508 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
1509
1510         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
1511         Patch by Matt McLean <keys@brio.yikes.com>.
1512
1513 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1514
1515         * Makerules (lib): Put back dependency on lib-noranlib.
1516         ($(subdirs-stamps)): Remove dependency on stamp.* again.
1517
1518 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
1519
1520         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
1521         test in __pow2 implementation.
1522
1523 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
1524
1525         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
1526         Still need *FLAGS-.o because we still sometimes build .o files.
1527         * db2/Makefile: Don't build libndbm.a if !build-static.
1528
1529 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1530
1531         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
1532
1533 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
1534
1535         * configure.in: New test for broken gcc on PowerPC.
1536         * sysdeps/powerpc/atomicity.h: Use result of test.
1537         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
1538
1539         * math/libm-test.c: Update many of the epsilon to match actual
1540         performance.
1541
1542         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
1543         * sysdeps/libm-ieee754/e_expf.c: Likewise.
1544         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
1545         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
1546
1547         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
1548
1549         * sysdeps/powerpc/elf/libc-start.c: New file.
1550         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
1551         * sysdeps/powerpc/elf/start.c: Delete.
1552
1553         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
1554         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
1555
1556         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
1557         few patches.
1558
1559 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
1560
1561         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
1562         test for integer.
1563
1564         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
1565         * sysdeps/libm-i387/e_powl.S: Likewise.
1566
1567 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
1568
1569         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
1570         (malloc_check, free_check, realloc_check, memalign_check): Use
1571         them to improve overrun checking.  Overruns of a single byte and
1572         corruption of the top chunk are now detected much more reliably.
1573
1574 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1575
1576         * math/libm-test.c (pow_test): Add test for special value from PR
1577         libc/590.
1578
1579 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
1580
1581         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
1582         including linux/errno.h.
1583
1584 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
1585
1586         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
1587         Use correct types.
1588         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
1589         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
1590
1591 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1592
1593         * Makerules (elide-routines.*): Fix assignments.
1594         (do-makelib): Fix typo.
1595         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
1596         makefile.
1597
1598 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1599
1600         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
1601         $(objpfx)sysd-dirs): Move them...
1602         * Makeconfig: ... here.
1603         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
1604         (stubs): Fix circular depedency.
1605         (do-makelib): Clean up.
1606         (lib): Don't depend on lib-noranlib.
1607         ($(objpfx)stamp.oS): Remove special case for empty
1608         static-only-routines.
1609         (elide-routines.o): Add $(static-only-routines).
1610         (elide-routines$o): Define this instead of elide-routines.$o.
1611         * manual/Makefile (stubs): Fix circular dependency.
1612
1613 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1614
1615         * libio/Makefile (routines): Remove duplicate oldiofclose.
1616
1617 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
1618
1619         * string/strcoll.c: Use uint32_t instead of u_int32_t.
1620
1621 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
1622
1623         * libio/stdio.h: Fix typo in __REDIRECT.
1624         * io/sys/stat.h: Likewise.
1625         Reported by Myles Uyema <myles@uyema.nws.net>.
1626
1627 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1628
1629         * locale/programs/localedef.c (options): Fix help message.
1630
1631 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
1632
1633         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
1634         relocations.  Patch by Joe Keane <jgk@jgk.org>.
1635
1636 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
1637
1638         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
1639         ptmalloc_unlock_all, but re-initializes the mutexes instead.
1640         (ptmalloc_init): Use new function in thread_at_fork call.
1641         (thread_atfork_static): Likewise.
1642         Suggested by Wolfram Gloger and Xavier Leroy.
1643
1644 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
1645
1646         * signal/signal.h: Move definitions of struct sigstack and
1647         struct sigaltstack into separate file and include it.
1648         * sysdeps/generic/bits/sigstack.h: New file.
1649         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
1650         * signal/Makefile (headers): Add bits/sigstack.h.
1651
1652 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1653
1654         * elf/rtld.c (dl_main): Fix check for number of references to
1655         interpreter object.
1656
1657 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1658
1659         * elf/rtld.c (dl_main): Check has_interp after executing platform
1660         specific code.
1661
1662 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1663
1664         * iconvdata/run-iconv-test.sh: Fix typo.
1665
1666 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1667
1668         * Makerules (+depfiles): Add depfiles for $(tests-static).
1669         Simplified.
1670
1671 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1672
1673         * manual/terminal.texi (Special Characters): Fix description of
1674         c_cc indexes.
1675
1676 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1677
1678         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
1679         array.
1680         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
1681         of c_cc array.
1682
1683 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1684
1685         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
1686
1687 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
1688
1689         * intl/locale.alias: Update russian entry.
1690
1691 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1692
1693         * Makerules (static-only-routines): Reimplement in terms of
1694         elide-routines.os.
1695         (shared-only-routines): Reimplement in terms of
1696         elide-routines.X [where X is all object-suffixes except .os].
1697
1698         (stubs): Create stubs file inside the subdir.
1699         (common-mostlyclean): Remove stubs file from inside the subdir.
1700         * Makefile (subdir-stubs): Look for stubs files inside the
1701         subdirs.
1702         * manual/Makefile (stubs): Create dummy stubs file inside the
1703         subdir.
1704
1705 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1706
1707         Build speed improvement: make ar less of a bottleneck.
1708
1709         * Makerules (stamp$o): Just record the object list for later
1710         use.
1711         (libc_foo.a): New rule, depends on subdir stamp files; builds
1712         and ranlibs the library from the lists saved in those files.
1713
1714         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
1715         (subdirs-stamp-o): Likewise.
1716
1717         (ar-symtab-name): Delete variable.
1718         (lib%.a): Delete target.
1719         (libc_foo.a(bar.%)): Delete target.
1720         (libc_foo.a($(ar-symtab-name))): Delete target.
1721
1722         (objects objs): Just depend on libobjs and extra-objs.
1723         (libobjs): Depend on the stamp files, not the objects.
1724         (extra-objs): New target, just depends on the extra-objs list.
1725
1726         (CREATE_ARFLAGS): Kill the `ar S' hack.
1727
1728         * config.make.in (have-ar-S): Deleted.
1729         * configure.in: Delete test for `ar S'.  Add test to determine
1730         whether ranlib does anything useful.
1731
1732 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
1733
1734         * inet/tst-ether_aton.c: Include <stdio.h>.
1735
1736 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
1737
1738         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
1739
1740         * locale/Makefile (distribute): Add programs/repertoire.h.
1741         (localedef-modules): Add repertoire.
1742         (CPPFLAGS): Define REPERTOIREMAP_PATH.
1743         * locale/programs/repertoire.c: New file.
1744         * locale/programs/repertoire.h: New file.
1745         * locale/programs/charmap.c: Starting fixing character set handling
1746         to handle multi-byte encodings.
1747         * locale/programs/charset.c: Likewise.
1748         * locale/programs/charset.h: Likewise.
1749         * locale/programs/ld-collate.c: Likewise.
1750         * locale/programs/ld-ctype.c: Likewise.
1751         * locale/programs/linereader.c: Likewise.
1752         * locale/programs/localedef.c: Likewise.
1753         * locale/programs/locfile-kw.gperf: Likewise.
1754         * locale/programs/locfile-kw.h: Likewise.
1755         * locale/programs/locfile-token.h: Likewise.
1756         * locale/programs/locfile.h: Likewise.
1757         * locale/programs/stringtrans.c: Likewise.
1758
1759         * locale/programs/locfile.c: Interpret I18NPATH value as base of
1760         path, extended with "/locales/".
1761
1762 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
1763
1764         * sysdeps/arm/memset.S: Fix off by one error.
1765
1766         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
1767         __syscall_error rather than syscall_error directly.
1768
1769 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
1770
1771         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
1772         mmap() syscall for ARM.
1773
1774         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
1775         binaries.
1776
1777 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
1778
1779         * locale/programs/localedef.c: Recognize repertoire-map option.
1780
1781 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1782
1783         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
1784         converting non-hex numbers.
1785         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
1786
1787 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
1788
1789         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
1790         check overflow.
1791         * resolv/Makefile (tests): New, add tst-aton.
1792         * resolv/tst-aton.c: New file.
1793
1794 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1795
1796         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
1797         semicolon.
1798
1799 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
1800
1801         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
1802         by letting the later modify the variable computing the total directly.
1803         * wcsmbs/mbsrtowcs.c: Likewise.
1804         * wcsmbs/wcsnrtombs.c: Likewise.
1805         * wcsmbs/wcsrtombs.c: Likewise.
1806
1807         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
1808         it is not used.
1809         * wcsmbs/wctoc.c: Likewise.
1810
1811         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
1812         * wcsmbs/wcsrtombs.c: Likewise.
1813
1814         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
1815
1816 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1817
1818         * iconv/skeleton.c: Correct counting of actually converted
1819         characters.
1820
1821         * intl/localealias.c (read_alias_file): Use unsigned char for
1822         local variables.  Remove unused variable tp.
1823         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
1824         for type of codeset.  For loosing Solaris systems.
1825         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
1826         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
1827         len if not needed.
1828         Patches by Jim Meyering.
1829
1830         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
1831         wcsrtombs must put it into initial state.
1832
1833 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1834
1835         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
1836         argument of bswap_XX macro.
1837
1838 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1839
1840         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
1841         variable name.
1842
1843 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
1844
1845         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
1846         semun and use stdarg macros to get the value.
1847         * sysdeps/generic/semctl.c: Don't use union semun.
1848
1849         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
1850
1851         * string/basename.c [!_LIBC]: Define function as gnu_basename.
1852
1853         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
1854         strings.h.
1855
1856         * stdlib/grouping.h: Accept ungrouped numbers even if locale
1857         defines grouping.
1858
1859         * intl/hash-string.h: Don't include values.h.
1860
1861         * inet/Makefile (tests): Add tst-ether_aton.
1862         * inet/tst-ether_aton.c: New file.
1863
1864         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
1865         in hex conversion.
1866         * inet/ether_aton.c (ether_aton): Declare result variable static.
1867         Reported by ahyung@unixg.ubc.ca.
1868
1869         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
1870         Define macro _SEM_SEMUN_UNDEFINED instead.
1871         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
1872
1873         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
1874         * stdio-common/Makefile (tests): Add tst-wc-printf.
1875
1876 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
1877
1878         * manual/stdio.texi (Variable Arguments Output): Correct variable
1879         name.  Patch from Ewan Mellor <em@nexus.co.uk>
1880
1881 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1882
1883         * intl/dcgettext.c: Remove unneeded definition of
1884         internal_function.
1885
1886 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1887
1888         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
1889         instead of do-iconv-test.
1890         ($(objpfx)gconv-modules): Define rule only if objpfx is not
1891         empty.
1892
1893 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1894
1895         * string/string.h: Fix feature test.
1896
1897 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1898
1899         * iconvdata/iso646.c (BODY): Don't use character constants that
1900         depend on signedness of char.
1901
1902 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1903
1904         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
1905         (sysdep_routines): Add s_pread64 and s_pwrite64.
1906
1907 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
1908
1909         * iconvdata/Makefile (distribute): Remove generated .h files.
1910         * iconvdata/koi8-r.h: Removed.
1911         * iconvdata/latin-greek-1.h: Removed.
1912         * iconvdata/latin-greek.h: Removed.
1913
1914         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
1915         * iconvdata/KOI-8: Likewise.
1916         * iconvdata/KOI-8..UTF8: Likewise.
1917         * iconvdata/KOI8-R: Likewise.
1918         * iconvdata/KOI8-R..UTF8: Likewise.
1919
1920 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1921
1922         * streams/Makefile (headers): Add sys/stropts.h.
1923         * streams/sys/stropts.h: New file.
1924
1925 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1926
1927         * sysdeps/unix/sysv/linux/ttyname.c,
1928         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
1929         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
1930
1931 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1932
1933         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
1934         argument of _itoa_word.
1935
1936 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1937
1938         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
1939         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
1940         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
1941         sigprocmask, resp., instead of EXTRA.
1942
1943         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
1944         s_pread64 and s_pwrite64.
1945
1946 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
1947
1948         * iconvdata/Makefile: Correct rules to generate gap table.
1949         * iconvdata/gap.pl: Simplify.
1950
1951         * iconvdata/TESTS: Name new tests.
1952         * iconvdata/testdata/CP1250: New file.
1953         * iconvdata/testdata/CP1250..UTF8: New file.
1954         * iconvdata/testdata/CP1251: New file.
1955         * iconvdata/testdata/CP1251..UTF8: New file.
1956         * iconvdata/testdata/CP1252: New file.
1957         * iconvdata/testdata/CP1252..UTF8: New file.
1958         * iconvdata/testdata/CP1253: New file.
1959         * iconvdata/testdata/CP1253..UTF8: New file.
1960         * iconvdata/testdata/CP1254: New file.
1961         * iconvdata/testdata/CP1254..UTF8: New file.
1962         * iconvdata/testdata/CP1255: New file.
1963         * iconvdata/testdata/CP1255..UTF8: New file.
1964         * iconvdata/testdata/CP1256: New file.
1965         * iconvdata/testdata/CP1256..UTF8: New file.
1966         * iconvdata/testdata/CP1257: New file.
1967         * iconvdata/testdata/CP1257..UTF8: New file.
1968
1969 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
1970
1971         * iconvdata/Makefile: Add rules for ISO-2022-KR.
1972         * iconvdata/iso-2022-kr.c: New file.
1973
1974         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
1975         and ISO-2022-KR.
1976
1977 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
1978
1979         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
1980         iso8859-8 and iso8859-10.
1981         * iconvdata/iso8859-5.c: Change to use gap method.
1982         * iconvdata/iso8859-7.c: Likewise.
1983         * iconvdata/iso8859-8.c: Likewise.
1984         * iconvdata/iso8859-10.c: Likewise.
1985
1986         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
1987         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
1988         end of the loop.
1989         * iconvdata/iso-2022-jp.c: New file.
1990
1991         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
1992         * iconvdata/ksc5601.h: Unify function interfaces.
1993         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
1994         * iconvdata/uhc.c: Likewise.
1995
1996         * iconvdata/gb2312.h: Use correct types.
1997
1998         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
1999         size elements of data.
2000
2001 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2002
2003         * string/tst-svc.expect: Adapt for change in .input.
2004         * string/tst-svc.input: More tests.
2005
2006 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
2007
2008         * iconvdata/Makefile: Add rules for new modules.
2009         * iconvdata/gconv-modules: Likewise.
2010         * iconvdata/cp737.c: New file.
2011         * iconvdata/cp737.h: New file.
2012         * iconvdata/cp775.c: New file.
2013         * iconvdata/cp775.h: New file.
2014         * iconvdata/cp874.c: New file.
2015         * iconvdata/cp874.h: New file.
2016
2017 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
2018
2019         * iconvdata/Makefile: Create target directory before generating
2020         headers.
2021
2022 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2023
2024         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
2025         __USER_LABEL_PREFIX__.
2026         (__ASMNAME, __ASMNAME2): New macros.
2027
2028 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2029
2030         * elf/dl-load.c: Include sys/param.h for MAX.
2031
2032 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
2033
2034         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
2035         __ftruncate the strong symbol, and add weak alias.
2036         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2037
2038 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2039
2040         * termios/cfsetspeed.c: Make code cleaner and add missing const.
2041         Patch by Joe Keane <jgk@jgk.org>.
2042
2043         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
2044         free()ing.
2045
2046 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
2047
2048         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
2049         Patch by Thomas Bushnell, n/BSG.
2050
2051 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2052
2053         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
2054
2055 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2056
2057         * iconvdata/Makefile: Put generated headers in build directory.
2058
2059 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
2060
2061         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
2062         strsep as current directory.
2063
2064         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
2065         Java.  Add definitions for unicodelittle implementation.
2066         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
2067         * iconv/gconv_simple.c: Define unicodelittle functions.
2068
2069         * iconv/iconv_prog.c: Make program print information about position
2070         of illegal character in input.
2071
2072         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
2073         comparison of charset name.
2074         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
2075         * iconvdata/ebcdic-at-de-a.c: Likewise.
2076         * iconvdata/ebcdic-at-de.c: Likewise.
2077         * iconvdata/ebcdic-ca-fr.c: Likewise.
2078         * iconvdata/euccn.c: Likewise.
2079         * iconvdata/eucjp.c: Likewise.
2080         * iconvdata/euckr.c: Likewise.
2081         * iconvdata/euctw.c: Likewise.
2082         * iconvdata/hp-roman8.c: Likewise.
2083         * iconvdata/iso6937.c: Likewise.
2084         * iconvdata/iso8859-1.c: Likewise.
2085         * iconvdata/iso8859-10.c: Likewise.
2086         * iconvdata/iso8859-2.c: Likewise.
2087         * iconvdata/iso8859-3.c: Likewise.
2088         * iconvdata/iso8859-4.c: Likewise.
2089         * iconvdata/iso8859-5.c: Likewise.
2090         * iconvdata/iso8859-6.c: Likewise.
2091         * iconvdata/iso8859-7.c: Likewise.
2092         * iconvdata/iso8859-8.c: Likewise.
2093         * iconvdata/iso8859-9.c: Likewise.
2094         * iconvdata/johab.c: Likewise.
2095         * iconvdata/koi-8.c: Likewise.
2096         * iconvdata/koi8-r.c: Likewise.
2097         * iconvdata/latin-greek-1.c: Likewise.
2098         * iconvdata/latin-greek.c: Likewise.
2099         * iconvdata/sjis.c: Likewise.
2100         * iconvdata/t61.c: Likewise.
2101         * iconvdata/uhc.c: Likewise.
2102
2103         * iconvdata/iso646.c: Add support for more ISO 646 variants.
2104         * iconvdata/TESTS: Add tests for ISO646 module.
2105         * iconvdata/gconv-modules: Add new modules.
2106         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
2107         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
2108         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
2109         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
2110         * iconvdata/testdate/DIN_66003: Likewise.
2111         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
2112         * iconvdata/testdate/DS_2089: Likewise.
2113         * iconvdata/testdate/DS_2089..UTF8: Likewise.
2114         * iconvdata/testdate/ES: Likewise.
2115         * iconvdata/testdate/ES..UTF8: Likewise.
2116         * iconvdata/testdate/ES2: Likewise.
2117         * iconvdata/testdate/ES2..UTF8: Likewise.
2118         * iconvdata/testdate/GB_1988-80: Likewise.
2119         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
2120         * iconvdata/testdate/IT: Likewise.
2121         * iconvdata/testdate/IT..UTF8: Likewise.
2122         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
2123         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
2124         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
2125         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
2126         * iconvdata/testdate/JUS_I.B1.002: Likewise.
2127         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
2128         * iconvdata/testdate/KSC5636: Likewise.
2129         * iconvdata/testdate/KSC5636..UTF8: Likewise.
2130         * iconvdata/testdate/MSZ_7795.3: Likewise.
2131         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
2132         * iconvdata/testdate/NC_NC00-10: Likewise.
2133         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
2134         * iconvdata/testdate/NF_Z_62-010: Likewise.
2135         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
2136         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
2137         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
2138         * iconvdata/testdate/NS_4551-1: Likewise.
2139         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
2140         * iconvdata/testdate/NS_4551-2: Likewise.
2141         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
2142         * iconvdata/testdate/PT: Likewise.
2143         * iconvdata/testdate/PT..UTF8: Likewise.
2144         * iconvdata/testdate/PT2: Likewise.
2145         * iconvdata/testdate/PT2..UTF8: Likewise.
2146         * iconvdata/testdate/SEN_850200_B: Likewise.
2147         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
2148         * iconvdata/testdate/SEN_850200_C: Likewise.
2149         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
2150
2151         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
2152         * iconvdata/cns11643l1.h: Likewise.
2153         * iconvdata/latin-greek-1.h: Likewise.
2154         * iconvdata/latin-greek.h: Likewise.
2155         * iconvdata/koi8-r.h: Likewise.
2156         * iconvdata/jis0212.h: Likewise.
2157         * iconvdata/gb2312.h: Likewise.
2158         * iconvdata/ksc5601.h: Likewise.
2159
2160         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
2161
2162         * iconvdata/Makefile: Add rules for lots of more modules.
2163         * iconvdata/cp1250.c: New file.
2164         * iconvdata/cp1251.c: New file.
2165         * iconvdata/cp1252.c: New file.
2166         * iconvdata/cp1253.c: New file.
2167         * iconvdata/cp1254.c: New file.
2168         * iconvdata/cp1255.c: New file.
2169         * iconvdata/cp1256.c: New file.
2170         * iconvdata/cp1257.c: New file.
2171         * iconvdata/ebcdic-dk-no-a.c: New file.
2172         * iconvdata/ebcdic-dk-no.c: New file.
2173         * iconvdata/ebcdic-es-a.c: New file.
2174         * iconvdata/ebcdic-es-s.c: New file.
2175         * iconvdata/ebcdic-es.c: New file.
2176         * iconvdata/ebcdic-fi-se-a.c: New file.
2177         * iconvdata/ebcdic-fi-se.c: New file.
2178         * iconvdata/ebcdic-fr.c: New file.
2179         * iconvdata/ebcdic-is-friss.c: New file.
2180         * iconvdata/ebcdic-it.c: New file.
2181         * iconvdata/ebcdic-pt.c: New file.
2182         * iconvdata/ebcdic-uk.c: New file.
2183         * iconvdata/ebcdic-us.c: New file.
2184         * iconvdata/ibm037.c: New file.
2185         * iconvdata/ibm038.c: New file.
2186         * iconvdata/ibm1004.c: New file.
2187         * iconvdata/ibm1026.c: New file.
2188         * iconvdata/ibm1047.c: New file.
2189         * iconvdata/ibm256.c: New file.
2190         * iconvdata/ibm273.c: New file.
2191         * iconvdata/ibm274.c: New file.
2192         * iconvdata/ibm275.c: New file.
2193         * iconvdata/ibm277.c: New file.
2194         * iconvdata/ibm278.c: New file.
2195         * iconvdata/ibm280.c: New file.
2196         * iconvdata/ibm281.c: New file.
2197         * iconvdata/ibm284.c: New file.
2198         * iconvdata/ibm285.c: New file.
2199         * iconvdata/ibm290.c: New file.
2200         * iconvdata/ibm297.c: New file.
2201         * iconvdata/ibm420.c: New file.
2202         * iconvdata/ibm423.c: New file.
2203         * iconvdata/ibm424.c: New file.
2204         * iconvdata/ibm437.c: New file.
2205         * iconvdata/ibm500.c: New file.
2206         * iconvdata/ibm850.c: New file.
2207         * iconvdata/ibm851.c: New file.
2208         * iconvdata/ibm852.c: New file.
2209         * iconvdata/ibm855.c: New file.
2210         * iconvdata/ibm857.c: New file.
2211         * iconvdata/ibm860.c: New file.
2212         * iconvdata/ibm861.c: New file.
2213         * iconvdata/ibm862.c: New file.
2214         * iconvdata/ibm863.c: New file.
2215         * iconvdata/ibm864.c: New file.
2216         * iconvdata/ibm865.c: New file.
2217         * iconvdata/ibm868.c: New file.
2218         * iconvdata/ibm869.c: New file.
2219         * iconvdata/ibm870.c: New file.
2220         * iconvdata/ibm871.c: New file.
2221         * iconvdata/ibm875.c: New file.
2222         * iconvdata/ibm880.c: New file.
2223         * iconvdata/ibm891.c: New file.
2224         * iconvdata/ibm903.c: New file.
2225         * iconvdata/ibm904.c: New file.
2226         * iconvdata/ibm905.c: New file.
2227         * iconvdata/ibm918.c: New file.
2228
2229         * locale/iso-4217.def: Update.
2230         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
2231
2232         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
2233         formats.
2234
2235 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2236
2237         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
2238         LD_LIBRARY_PATH.
2239
2240 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2241
2242         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
2243         * Makefile: Likewise.
2244         * posix/Makefile: Likewise.
2245         * sysdeps/mach/hurd/Makefile: Likewise.
2246
2247 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2248
2249         * sysdeps/mach/hurd/bits/dirent.h: New file.
2250         * sysdeps/mach/hurd/readdir64.c: New file.
2251         * sysdeps/mach/hurd/readdir64_r.c: New file.
2252
2253 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2254
2255         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
2256         dprintf): Synchronize declarations with libio/stdio.h.
2257
2258 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2259
2260         * elf/dlerror.c (dlerror): Don't assume that
2261         __libc_internal_tsd_get is defined.  __libc_getspecific is already
2262         well-protected, so just use it directly.
2263
2264 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2265
2266         * io/ftw.h (ftw): Fix typo.
2267
2268 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2269
2270         * sysdeps/gnu/utmp_file.c: Fix typo.
2271
2272 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2273
2274         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
2275         one part of a test fails move on to the next test.
2276
2277 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
2278
2279         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2280
2281 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2282
2283         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
2284         as pointers, not signed integers.
2285
2286 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2287
2288         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2289
2290 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2291
2292         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
2293         asm symbol name of functions.
2294         * include/features.h: Kill redundant test.
2295
2296         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
2297         * io/ftw.h: Likewise.
2298         * io/sys/stat.h: Likewise.
2299         * io/sys/statfs.h: Likewise.
2300         * io/sys/statvfs.h: Likewise.
2301         * libio/stdio.h: Likewise.
2302         * resource/sys/resource.h: Likewise.
2303         * rt/aio.h: Likewise.
2304
2305         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
2306          __FAVOR_BSD.
2307         * signal/signal.h: Use new macros for BSD vs. SysV signal().
2308
2309         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
2310         a dummy library.
2311         * misc/bsd-compat.c: Removed.
2312
2313 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
2314
2315         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
2316         function declaration.
2317         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
2318         and use them in conversion function.
2319         * iconvdata/Makefile (modules): Re-add ISO6446.
2320         * iconvdata/TEST: Add tests for ASCII variants.
2321         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
2322         * iconvdata/testdata/ANSI_X3.4-1968: New file.
2323         * iconvdata/testdata/BS_4730: New file.
2324         * iconvdata/testdata/BS_4730..UTF8: New file.
2325
2326 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
2327
2328         * iconv/gconv.h (struct gconv_step): Add element stateful.
2329         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
2330         to zero for all internal conversions.
2331         * iconv/skeleton.c: Initialize stateful depending on whether or not
2332         RESET_STATE is defined to one or zero respectively.
2333         * stdlib/mblen.c: Use stateful element of currently selected
2334         converter for result if S is NULL.
2335         * stdlib/mbtowc.c: Likewise.
2336         * stdlib/wctomb.c: Likewise.
2337
2338 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
2339
2340         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
2341
2342         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
2343
2344         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
2345         character in comparison with uint32_t.
2346         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
2347         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
2348         Optimize BODY a bit.
2349
2350         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
2351         be defined.
2352
2353         * iconv/skeleton.c: Also reset converted counter in case of an error.
2354         Call reset function using correct value for output buffer start.
2355
2356         * iconvdata/Makefile: Re-enable tests.
2357
2358         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
2359         value for to-conversion.
2360
2361         * iconvdata/TESTS: Add new third column.
2362         * iconvdata/run-iconv-test.sh: Add support for charsets which are
2363         not ASCII based.
2364         * iconvdata/testdata/suntzus: New file.
2365
2366         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
2367         while reading.  Correctly used base.  Little optimization.
2368         (__strtoul_internal): Likewise.
2369
2370         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
2371         was wrong.  Use explicit variable.
2372
2373 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2374
2375         * configure.in: Check for awk.
2376         * config.make.in: Add AWK to be substituted.
2377
2378         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
2379         * manual/users.texi: Fix typo exposed by above rewrite.
2380
2381         * Makefile: Invoke awk using AWK variable.
2382         * csu/Makefile: Likewise.
2383         * elf/Makefile: Likewise.
2384         * mach/Makefile: Likewise.
2385         * manual/Makefile: Likewise.
2386         * sysdeps/gnu/Makefile: Likewise.
2387         * sysdeps/mach/hurd/Makefile: Likewise.
2388         * sysdeps/unix/Makefile: Likewise.
2389         * timezone/Makefile: Likewise.
2390
2391 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
2392
2393         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
2394         array index translation.
2395         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
2396         these are defined.
2397
2398         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
2399
2400         * sysdeps/mach/hurd/errlist.c: New file.
2401         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
2402         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
2403         semantics, so rename it.
2404
2405 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2406
2407         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
2408         conversions.
2409
2410 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
2411
2412         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
2413         * wcsmbs/wcsnrtombs.c: Likewise.
2414
2415 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
2416
2417         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
2418
2419         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
2420
2421         * time/strftime.c (my_strftime): Initialize pad variable in
2422         declaration.
2423
2424         * iconvdata/big5.c: Don't use character constants in comparisons
2425         with unsigned value.
2426
2427 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
2428
2429         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
2430         __libc_siglongjmp to GLIBC_2.1.
2431
2432         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
2433         __strerror_r.
2434
2435         * iconv/Makefile: Don't run tests now.
2436
2437         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
2438         with correct output buffer.
2439
2440         Major rewrite of the low-level gconv functionality.
2441         * iconv/gconv.c: Rewritten.
2442         * iconv/gconv.h: Likewise.
2443         * iconv/gconv_builtin.c: Likewise.
2444         * iconv/gconv_builtin.h: Likewise.
2445         * iconv/gconv_conf.c: Likewise.
2446         * iconv/gconv_int.h: Likewise.
2447         * iconv/gconv_open.c: Likewise.
2448         * iconv/gconv_simple.c: Likewise.
2449         * iconv/iconv.c: Likewise.
2450         * iconvdata/8bit-gap.c: Likewise.
2451         * iconvdata/8bit-generic.c: Likewise.
2452         * iconvdata/Makefile: Likewise.
2453         * iconvdata/big5.c: Likewise.
2454         * iconvdata/cns11643.c: Likewise.
2455         * iconvdata/cns11643.h: Likewise.
2456         * iconvdata/cns11643l1.c: Likewise.
2457         * iconvdata/cns11643l1.h: Likewise.
2458         * iconvdata/ebcdic-at-de-a.c: Likewise.
2459         * iconvdata/ebcdic-at-de.c: Likewise.
2460         * iconvdata/ebcdic-ca-fr.c: Likewise.
2461         * iconvdata/euccn.c: Likewise.
2462         * iconvdata/eucjp.c: Likewise.
2463         * iconvdata/euckr.c: Likewise.
2464         * iconvdata/euctw.c: Likewise.
2465         * iconvdata/gb2312.c: Likewise.
2466         * iconvdata/gb2312.h: Likewise.
2467         * iconvdata/hp-roman8.c: Likewise.
2468         * iconvdata/iso646.c: Likewise.
2469         * iconvdata/iso6937.c: Likewise.
2470         * iconvdata/iso8859-1.c: Likewise.
2471         * iconvdata/iso8859-10.c: Likewise.
2472         * iconvdata/iso8859-2.c: Likewise.
2473         * iconvdata/iso8859-3.c: Likewise.
2474         * iconvdata/iso8859-4.c: Likewise.
2475         * iconvdata/iso8859-5.c: Likewise.
2476         * iconvdata/iso8859-6.c: Likewise.
2477         * iconvdata/iso8859-7.c: Likewise.
2478         * iconvdata/iso8859-8.c: Likewise.
2479         * iconvdata/iso8859-9.c: Likewise.
2480         * iconvdata/jis0201.c: Likewise.
2481         * iconvdata/jis0201.h: Likewise.
2482         * iconvdata/jis0208.c: Likewise.
2483         * iconvdata/jis0208.h: Likewise.
2484         * iconvdata/jis0212.c: Likewise.
2485         * iconvdata/jis0212.h: Likewise.
2486         * iconvdata/johab.c: Likewise.
2487         * iconvdata/koi-8.c: Likewise.
2488         * iconvdata/koi8-r.c: Likewise.
2489         * iconvdata/ksc5601.c: Likewise.
2490         * iconvdata/ksc5601.h: Likewise.
2491         * iconvdata/latin-greek-1.c: Likewise.
2492         * iconvdata/latin-greek.c: Likewise.
2493         * iconvdata/run-iconv-test.sh: Likewise.
2494         * iconvdata/sjis.c: Likewise.
2495         * iconvdata/t61.c: Likewise.
2496         * iconvdata/uhc.c: Likewise.
2497         * wcsmbs/btowc.c: Likewise.
2498         * wcsmbs/mbrtowc.c: Likewise.
2499         * wcsmbs/mbsnrtowcs.c: Likewise.
2500         * wcsmbs/mbsrtowcs.c: Likewise.
2501         * wcsmbs/wcrtomb.c: Likewise.
2502         * wcsmbs/wcsmbsload.c: Likewise.
2503         * wcsmbs/wcsnrtombs.c: Likewise.
2504         * wcsmbs/wcsrtombs.c: Likewise.
2505         * wcsmbs/wctob.c: Likewise.
2506         * iconv/loop.c: New file.
2507         * iconv/skeleton.c: New file.
2508
2509         * stdlib/mblen.c: Handle empty input string correctly.
2510         * stdlib/mbtowc.c: Likewise.
2511
2512         * posix/getopt.c: Various cleanups.
2513
2514         * sysdeps/arm/bits/setjmp.h: Add copyright text.
2515         * sysdeps/i386/bits/setjmp.h: Likewise.
2516         * sysdeps/m68k/bits/setjmp.h: Likewise.
2517         * sysdeps/powerpc/bits/setjmp.h: Likewise.
2518         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
2519
2520         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
2521         and make longjmp weak alias.
2522
2523 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
2524
2525         * iconv/Makefile (routines): Only include gconv_dl if building for
2526         an ELF system - dynamic linking is not available on a.out.
2527         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
2528         due to above check.
2529         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
2530         routines from gconv_dl.
2531
2532 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
2533
2534         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
2535         we can compile without libio.
2536
2537 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
2538
2539         * sysdeps/mach/hurd/Subdirs: Remove login.
2540
2541 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
2542
2543         * db2/compat.h: Include <errno.h>, to make sure we get the
2544         definition of EFTYPE before we define it ourselves.
2545
2546 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
2547
2548         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
2549         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
2550         Fix typo to allow inclusion from sys/ioctl.h again.
2551
2552 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2553
2554         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
2555
2556 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2557
2558         * libc.map: Export __strerror_r.  Remove _strerror_internal.
2559
2560 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2561
2562         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
2563         Also undefine __strcasestr.
2564
2565 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2566
2567         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
2568         aliases do not work with global variables due to copy relocations.
2569
2570 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
2571
2572         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
2573
2574 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
2575
2576         * signal/sighold.c: Include stddef.h for NULL definition.
2577         * signal/sigrelse.c: Likewise.
2578         * sysdeps/posix/sigignore.c: Likewise.
2579         * sysdeps/posix/sigset.c: Likewise.
2580         * sysdeps/posix/waitid.c: Likewise.
2581         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
2582         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
2583         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2584         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
2585         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2586
2587 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
2588
2589         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
2590         * login/getutent.c (getutxent): Remove alias.
2591         * login/getutent_r.c (setutxent, pututxline, endutxent):
2592         Remove aliases.
2593         * login/getutid.c (getutxid): Remove alias.
2594         * login/getutline.c (getutxline): Remove alias.
2595         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
2596         __getutid, __getutline and __pututline.
2597         * login/utmpx.h: Moved to ...
2598         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
2599         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
2600         and updwtmpx.
2601         * login/updwtmp.c: Moved to ...
2602         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
2603         allowing file name transformation.
2604         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
2605         additional file name transformation.
2606         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
2607         * login/utmp_file.c: Moved to ...
2608         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
2609         Generalized by allowing file name transformation.  Do not
2610         print error message.  Library functions should not print them.
2611         Reported by Jim Meyering.
2612         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
2613         with additional file name transformation.
2614         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
2615         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
2616         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
2617         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
2618         and bits/utmpx.h.
2619         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
2620         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
2621         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
2622         Define if __USE_GNU.
2623         * sysdeps/generic/setutxent.c: New file.
2624         * sysdeps/generic/getutxent.c: New file.
2625         * sysdeps/generic/endutxent.c: New file.
2626         * sysdeps/generic/getutxid.c: New file.
2627         * sysdeps/generic/getutxline.c: New file.
2628         * sysdeps/generic/pututxline.c: New file.
2629         * sysdeps/generic/utmpxname.c: New file.
2630         * sysdeps/generic/updwtmpx.c: New file.
2631         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
2632         * sysdeps/generic/bits/utmpx.h: Remove.
2633
2634 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
2635
2636         * posix/wordexp-test.c (main): Initialize ifs element of ts for
2637         ~root test.
2638
2639 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
2640
2641         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
2642
2643 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
2644
2645         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
2646         variable using _G_stat64.
2647         * libio/fileops.c: Remove macro definition of fstat, it is in the
2648         global header.
2649         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
2650
2651 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
2652
2653         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
2654         <willy@odie.barnet.ac.uk>.
2655
2656 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
2657
2658         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
2659         required by IPv6 Basic API.
2660         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
2661         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
2662         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
2663         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
2664
2665 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
2666
2667         Don't name internal representation since it might be different from
2668         the external form (namely on little endian machines).
2669         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
2670         UCS4 into references to INTERNAL.
2671         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
2672         Add endianess support to UCS functions.  Change references to
2673         UCS4 into references to INTERNAL.
2674         * iconv/gconv_int.h: Change references to UCS4 into references to
2675         INTERNAL.
2676         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
2677         * iconvdata/gconv-modules: Change accordingly.
2678         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
2679
2680         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
2681         overflow.
2682         * iconvdata/8bit-gap.c: Likewise.
2683         * iconvdata/8bit-generic.c: Likewise.
2684         * iconvdata/big5.c: Likewise.
2685         * iconvdata/euccn.c: Likewise.
2686         * iconvdata/eucjp.c: Likewise.
2687         * iconvdata/euckr.c: Likewise.
2688         * iconvdata/euctw.c: Likewise.
2689         * iconvdata/iso646.c: Likewise.
2690         * iconvdata/iso6937.c: Likewise.
2691         * iconvdata/iso8859-1.c: Likewise.
2692         * iconvdata/johab.c: Likewise.
2693         * iconvdata/sjis.c: Likewise.
2694         * iconvdata/t61.c: Likewise.
2695         * iconvdata/uhc.c: Likewise.
2696
2697         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
2698         * iconvdata/8bit-generic.c: Likewise.
2699
2700         * iconvdata/TESTS: Add more tests.
2701
2702         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
2703
2704 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
2705
2706         * iconvdata/Makefile: Better rules to run tests.
2707
2708         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
2709         * iconvdata/testdata/ISO-8859-10: Likewise.
2710         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
2711         * iconvdata/testdata/ISO-8859-2: Likewise.
2712         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
2713         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
2714         * iconvdata/testdata/ISO-8859-3: Likewise.
2715         * iconvdata/testdata/ISO-8859-4: Likewise.
2716         * iconvdata/testdata/ISO-8859-5: Likewise.
2717         * iconvdata/testdata/ISO-8859-6: Likewise.
2718         * iconvdata/testdata/ISO-8859-7: Likewise.
2719         * iconvdata/testdata/ISO-8859-8: Likewise.
2720         * iconvdata/testdata/ISO-8859-9: Likewise.
2721
2722 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
2723
2724         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
2725         intermediate result (if available).
2726
2727         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
2728         last change.
2729
2730         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
2731         (distribute): Add run-iconv-test.sh and testdata/*.
2732
2733         * stdlib/testmb.c (main): Simplify mbc array handling.
2734
2735 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2736
2737         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
2738         return value on overflow.
2739
2740 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2741
2742         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
2743         bits.
2744
2745 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2746
2747         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
2748         of non-standard function setbuffer.
2749
2750 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2751
2752         * stdio-common/perror.c: Include <string.h> for __strerror_r.
2753
2754 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
2755
2756         * iconvdata/Makefile: Add rules to run tests.
2757         * iconvdata/TESTS: New file.
2758         * iconvdata/run-iconv-test.sh: New file.
2759         * iconvdata/testdata/ISO-8859-1: New file.
2760
2761         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
2762         not stdout.
2763
2764 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
2765
2766         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
2767         counter element of step.
2768
2769         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
2770
2771         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
2772         termination test.
2773         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
2774         ACTUALLY.
2775         (__gconv_transform_utf8_ucs4): Correct test for empty input.
2776
2777 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2778
2779         * Makefile: Include makeconfig before defining rule to regenerate
2780         configure files.
2781
2782         * configure.in: Remove restriction on compiling without static
2783         libs.
2784
2785 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
2786
2787         * test-skeleton.c: Provide hook for initializing code before the fork.
2788         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
2789         removed.
2790
2791         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
2792         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
2793         * libio/libioP.h: Adopt _IO_cleanup prototype.
2794
2795         * stdlib/Makefile (tests): Add test-canon2.
2796         * stdlib/test-canon2.c: New file.
2797         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
2798         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
2799         symlink sequences.
2800         (__realpath): Make real function which checks RESOLVED parameter for
2801         not being NULL.
2802
2803 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2804
2805         * catgets/open_catalog.c (__open_catalog): Fix problems with
2806         reading non-files.  Always close file.
2807         Reported by Cristian Gafton <gafton@redhat.com>.
2808
2809         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
2810
2811 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
2812
2813         * libc.map: Add various low-level I/O functions.
2814
2815 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
2816
2817         * string/Makefile (routines): Remove strerror_r.
2818         * string/strerror_r.c: Removed.
2819         * string/strerror.c: Call __strerror_r for doing the real work.
2820         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
2821         add weak alias strerror_r.
2822         * sysdeps/mach/_strerror.c: Likewise.
2823         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
2824         * elf/dl-error.c (_dl_signal_error): Likewise.
2825         * elf/dl-profile.c (_dl_start_profile): Likewise.
2826         * gmon/gmon.c (write_gmon): Likewise.
2827         * stdio-common/perror.c: Likewise.
2828         * stdio-common/vfprintf.c: Likewise.
2829
2830 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
2831
2832         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
2833         (sysdep_headers): Add netatalk/at.h.
2834
2835 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2836
2837         * manual/socket.texi, manual/creature.texi, manual/time.texi:
2838         Formatting fixes.
2839
2840 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2841
2842         * posix/regex.c: Rename __re_syntax_options back to
2843         re_syntax_options, aliases do not work with global variables due
2844         to copy relocations.
2845         (regex_compile): Use syntax parameter instead of
2846         re_syntax_options.
2847
2848 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2849
2850         * configure.in: Document that enable-force-install is default.
2851
2852 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
2853
2854         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
2855         all needed 36 bits.
2856         * sysdeps/posix/mkstemp.c: Likewise.
2857
2858 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
2859
2860         * iconvdata/8bit-gap.c: Simplify step data handling.
2861         * iconvdata/8bit-generic.c: Likewise.
2862         * iconvdata/big5.c: Likewise.
2863         * iconvdata/euccn.c: Likewise.
2864         * iconvdata/eucjp.c: Likewise.
2865         * iconvdata/euckr.c: Likewise.
2866         * iconvdata/euctw.c: Likewise.
2867         * iconvdata/iso6937.c: Likewise.
2868         * iconvdata/iso8859-1.c: Likewise.
2869         * iconvdata/jis0208.h: Likewise.
2870         * iconvdata/jis0212.c: Likewise.
2871         * iconvdata/jis0212.h: Likewise.
2872         * iconvdata/johab.c: Likewise.
2873         * iconvdata/ksc5601.h: Likewise.
2874         * iconvdata/sjis.c: Likewise.
2875         * iconvdata/t61.c: Likewise.
2876         * iconvdata/uhc.c: Likewise.
2877
2878 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
2879
2880         * manual/texinfo.texi: Updated from last version.
2881
2882 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
2883
2884         * iconvdata/cns11643.c: New file.
2885         * iconvdata/cns11643.h: New file.
2886         * iconvdata/cns11643l1.c: New file.
2887         * iconvdata/cns11643l1.h: New file.
2888         * iconvdata/euctw.c: New file.
2889         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
2890         * iconvdata/gconv-modules: Likewise.
2891
2892         * iconvdata/eucjp.c: Several bug fixes and improvements.
2893         * iconvdata/gb2312.h: Likewise.
2894         * iconvdata/jis0201.h: Likewise.
2895         * iconvdata/jis0208.h: Likewise.
2896         * iconvdata/jis0212.h: Likewise.
2897
2898 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
2899
2900         * iconvdata/eucjp.c: New file.
2901         * iconvdata/euccn.c: New file.
2902         * iconvdata/gb2312.h: New file.
2903         * iconvdata/gb2312.c: New file.
2904         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
2905         * iconvdata/gconv-modules: Likewise.
2906
2907         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
2908
2909 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2910
2911         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2912         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
2913         Patch by Mark Hatle <fray@kernel.crashing.org>.
2914
2915 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
2916
2917         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
2918         comment.
2919         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
2920         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
2921
2922 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2923
2924         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
2925
2926         * iconvdata/Makefile: Add rules for big5 conversion.
2927         * iconvdata/gconv-modules: Likewise.
2928         * iconvdata/big5.c: New file.
2929
2930         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
2931         Patch by Jim Meyering.
2932
2933 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
2934
2935         * rt/tst-aio.c: Add test for aio_read and lio_listio.
2936
2937         * rt/lio_listio.c: Correct total counter handling.
2938
2939         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
2940         from request queue.
2941
2942         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
2943         of signal on exit even more.
2944
2945         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
2946         instead of call to pthread_cond_init.
2947         * rt/lio_listio.c (lio_listio): Likewise.
2948         * rt/lio_listio64.c (lio_listio64): Likewise.
2949
2950         * nis/nis_findserv.c: Include sys/socket.h.
2951
2952 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
2953
2954         * Makeconfig (rtobjdir): New variable.
2955         (rpath-link): Add rtobjdir and thread directory, if available.
2956
2957         * test-skeleton.c: Add support to remove temporary files.
2958         Always define test_dir.  Improve message about expected signal.
2959
2960         * rt/Makefile (tests): Add tst-aio.
2961         Add rules for tst-aio to be linked with librt and thread library.
2962         * rt/aio_misc.c: Correct fundamental bugs.
2963         * rt/aio_suspend.c: Correct bug in test for available request.
2964         Initialize conditional variable.
2965         * rt/lio_listio.c: Initialize conditional variable.
2966         * rt/lio_listio64.c: Likewise.
2967         * rt/tst-aio.c: New file.
2968
2969         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
2970         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
2971         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
2972         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
2973         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
2974         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
2975         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
2976
2977 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
2978
2979         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
2980
2981 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
2982
2983         * elf/dl-load.c (open_path): Use correct name for test whether
2984         directory in load path exists.
2985
2986         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
2987         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
2988         Patches by Tom Rini <trini@kernel.crashing.org>.
2989
2990         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
2991         * wcsmbs/wcstod_l.c: Likewise.
2992         * wcsmbs/wcstold_l.c: Likewise.
2993
2994         * include/byteswap.h: New file.
2995
2996         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
2997         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
2998
2999         * inet/getnameinfo.c (getnameinfo): Change parameter to match
3000         declaration.  Patch by Richard Henderson.
3001
3002 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3003
3004         * manual/process.texi (SIGCHLD example): Save errno.
3005
3006 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
3007
3008         * posix/regex.c: Define regerror really as __regerror.
3009         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
3010         regerror and regfree.
3011
3012         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
3013         * stdlib/strtod_l.c: Likewise.
3014         * stdlib/strtold_l.c: Likewise.
3015
3016         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
3017
3018         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
3019
3020         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
3021         Patch by Christian Gafton.
3022
3023 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
3024
3025         * manual/socket.texi (Interface Naming): Correct @deftypefun line
3026         for if_indextoname.
3027
3028 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3029
3030         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
3031
3032         * manual/socket.texi (Interface Naming): Fix typo.
3033
3034 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3035
3036         * manual/examples/filesrv.c (main): Remove filename first.
3037
3038         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
3039         ?F_UNIX.
3040
3041         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
3042         instead of PF_UNIX.
3043
3044         * manual/examples/filecli.c (main): Use AF_LOCAL
3045         instead of AF_UNIX.
3046
3047 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
3048
3049         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
3050         signgam weak alias.
3051         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
3052         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
3053         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
3054         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
3055         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
3056         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
3057
3058         * login/utmp_daemon.c (open_socket): Use __connect not connect.
3059
3060 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3061
3062         * configure.in: Add new option --enable-force-install.  Substitute
3063         force_install.
3064         * config.make.in (force-install): Set from configure.
3065         * Makerules (force-install): New phony target.
3066         * Makeconfig (+force): New variable.
3067         * Makefile: Use it in dependency list of installation targets.
3068         * db/Makefile: Likewise.
3069         * db2/Makefile: Likewise.
3070         * elf/Makefile: Likewise.
3071         * hurd/Makefile: Likewise.
3072         * iconv/Makefile: Likewise.
3073         * iconvdata/Makefile: Likewise.
3074         * intl/Makefile: Likewise.
3075         * localedata/Makefile: Likewise.
3076         * login/Makefile: Likewise.
3077         * po/Makefile: Likewise.
3078         * sunrpc/Makefile: Likewise.
3079         * sysdeps/mach/hurd/Makefile: Likewise.
3080         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
3081         * sysdeps/unix/sysv/linux/Makefile: Likewise.
3082         * timezone/Makefile: Likewise.
3083
3084 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3085
3086         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
3087         alloc_size.  Pass return value of getcwd syscall to realloc.
3088
3089 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3090
3091         * manual/socket.texi: Spelling fixes.
3092
3093 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3094
3095         * elf/dl-load.c (print_search_path): Remove unused variable.
3096
3097 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
3098
3099         * login/utmp_file.c: use __ftruncate not ftruncate.
3100         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
3101         for system call and make ftruncate weak alias.
3102         * posix/unistd.h: Add prototype for __ftruncate.
3103         * login/utmp_daemon.c (open_socket): Use __socket not socket.
3104         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
3105         instead of snprintf and readv.
3106         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
3107         snprintf.
3108         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
3109         directly.
3110
3111 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
3112
3113         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
3114         * iconv/gconv_db.c: Use __ protected regex functions.
3115         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
3116         * posix/getopt_init.c: Use __getpid not getpid.
3117         * posix/regex.c: Rename all global functions to start with __ and
3118         make old names weak aliases.
3119         * posix/regex.h: Adopt prototypes for this.
3120         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
3121         a weak alias and use __getcwd instead of getcwd.
3122         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
3123         * stdlib/strtod.c: Use __btowc instead of btowc.
3124         * stdlib/strtol.c: Likewise.
3125         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
3126         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
3127         and sys_errlist are weak.
3128         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
3129         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
3130         * wcsmbs/mbsnrtowcs.c: Likewise.
3131         * wcsmbs/mbsrtowcs.c: Likewise.
3132         * wcsmbs/wcsnrtombs.c: Likewise.
3133         * wcsmbs/wcsrtombs.c: Likewise.
3134         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
3135         weak alias.
3136         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
3137         * wctype/wctype.c: Define function as __wctype and make wctype
3138         weak alias.
3139         * wctype/wctype.h: Declare __wctype.
3140
3141 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
3142
3143         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
3144
3145 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3146
3147         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
3148         stat64.
3149         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
3150         functions.
3151         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
3152         for __llseek.
3153         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3154         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
3155         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
3156         make it a weak alias.
3157         * posix/unistd.h: Declare __lseek64.
3158
3159         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
3160         (_IO_file_stat): Fix typo.
3161         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
3162         block size from the file.  Use __mempcpy if _LIBC.
3163
3164 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
3165
3166         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
3167         * wcsmbs/mbrtowc.c: Likewise.
3168         * wcsmbs/mbsnrtowcs.c: Likewise.
3169         * wcsmbs/mbsrtowcs.c: Likewise.
3170         * wcsmbs/wcrtomb.c: Likewise.
3171         * wcsmbs/wcsnrtombs.c: Likewise.
3172         * wcsmbs/wcsrtombs.c: Likewise.
3173         * wcsmbs/wctob.c: Likewise.
3174
3175         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
3176         position of next output character correctly.
3177         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
3178
3179         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
3180
3181         * stdlib/strtod.c: Don't use mbtowc.
3182
3183 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
3184
3185         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
3186         what we want is smaller than a buffer.
3187
3188 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
3189
3190         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
3191         this function.
3192
3193 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
3194
3195         * configure.in: Recognize --with-headers flag and determine
3196         commandline options to be used in compilation.
3197         * Makeconfig (+includes): Use $(sysincludes).
3198         * config.make.in (sysincludes): Define from SYSINCLUDES.
3199         * glibcbug.in: Use SYSINCLUDES information.
3200         Patches by Zack Weinberg.
3201
3202 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3203
3204         * glibcbug.in: On linux, report version of kernel headers seen
3205         by compiler.
3206
3207 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
3208
3209         * libc.map: Add __asprintf to GLIBC_2.1.
3210         * elf/dlerror.c: Use __asprintf, not asprintf.
3211         * libio/stdio.h: Declare __asprintf.
3212         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
3213         a weak alias.
3214
3215         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
3216         to avoid inclusion from libc_pic.a.
3217
3218         * elf/dl-runtime.c: Undo last patch.
3219
3220         * stdlib/strtod.c: Don't use mbtowc, use btowc.
3221
3222         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
3223         as default, use NULL.
3224
3225 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3226
3227         * resolv/Makefile: Include ../Makeconfig - needed for building
3228         static NSS module.
3229
3230 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3231
3232         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
3233         static-nss since we don't want hesiod in the static NSS.
3234
3235         * nss/Makefile: Build only nss_files as static.
3236
3237         * nss/function.def: Remove support for service db.
3238
3239 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
3240
3241         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
3242
3243 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
3244
3245         * posix/wordexp-test.c: Make IFS per test-case.
3246
3247 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3248
3249         * glibcbug.in: Report version of gcc in use.  Remove unused variable
3250         ENVIRONMENT.
3251
3252 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
3253
3254         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
3255         `-print-file-name' to find as and ld.
3256
3257 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
3258
3259         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
3260         template is wrong.  Remove unused varaible `ignored'.
3261
3262 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3263
3264         * libc.map: Export __libc_sa_len.
3265
3266         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
3267
3268 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
3269
3270         * iconv/gconv.c: Take care for NULL arguments.
3271         * iconv/gconv_dl.c: Make find_func function global.
3272         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
3273         Add prototypes for ASCII conversion functions.
3274         * iconv/gconv_simple.c: Add ASCII conversion functions.
3275         * locale/C-ctype.c: Correct charset name.
3276
3277         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
3278         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
3279         wcsmbsload.
3280         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
3281         * wcsmbs/mbrtowc.c: Likewise.
3282         * wcsmbs/mbsnrtowcs.c: Likewise.
3283         * wcsmbs/mbsrtowcs.c: Likewise.
3284         * wcsmbs/wcrtomb.c: Likewise.
3285         * wcsmbs/wcsnrtombs.c: Likewise.
3286         * wcsmbs/wcsrtombs.c: Likewise.
3287         * wcsmbs/wctob.c: Likewise.
3288         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
3289         prototypes for wmemr*.
3290         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
3291         * wcsmbs/wcsnlen.c: New file.
3292         * wcsmbs/wcsmbsload.c: New file.
3293         * wcsmbs/wcsmbsload.h: New file.
3294
3295         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
3296
3297         * manual/install.texi: Describe some more critical points.
3298
3299         * string/string.h: Add prototype for __strnlen.
3300         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
3301
3302         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
3303         much less predictable names.
3304         * sysdeps/posix/mkstemp.c: Likewise.
3305
3306 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3307
3308         * manual/libc.texinfo (Top): Change "file namespace" to "local
3309         namespace".
3310
3311         * manual/socket.texi: Change file namespace to local namespace.
3312         (Out-of-Band Data): Remove unneeded variable link.
3313         (Host Address Functions): Use uint32_t consequently and add a
3314         number of clarifications for IPv4/IPv6, classless addresses.
3315         (Internet Namespace): Added some paragraphs about IPv6.
3316         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3317
3318 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
3319
3320         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
3321
3322         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
3323         (NI_NUMERICHOST, et al.): Tidy up and add comments.
3324         (AI_NUMERICHOST): Define.
3325         (getnodebyname): New prototype.
3326         (AI_V4MAPPED, et al.): New constants.
3327
3328         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
3329         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
3330         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
3331         for socket.
3332         * sysdeps/unix/sysv/linux/sa_len.c: New file.
3333         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
3334
3335         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
3336
3337         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
3338         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
3339         * socket/Makefile (headers): Add bits/sockunion.h.
3340         * socket/sys/socket.h: Include <bits/sockunion.h>
3341         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
3342         <sys/socket.h>, to avoid getting sockaddr_union defined.
3343         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
3344         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3345         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
3346
3347         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
3348         (2.2.x kernels won't have it).
3349
3350 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
3351
3352         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
3353         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
3354         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
3355         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
3356
3357 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
3358
3359         * manual/socket.texi (Socket Addresses): Fix a typo.
3360         (Interface Naming): New section.
3361
3362 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3363
3364         * configure.in: Check for CC using $ac_tool_prefix, to handle
3365         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
3366         * config.make.in: Add MIG to be substituted.
3367         * mach/Machrules: Don't define MIG variable.
3368
3369         Patch by Gordon Matzigkeit <gord@profitpress.com>.
3370
3371 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
3372
3373         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
3374         strdupa to copy rpath.
3375
3376 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3377
3378         * configure.in: Fix gcc version check.
3379
3380         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
3381         confusing.
3382
3383 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
3384
3385         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
3386         of ptsname_r.
3387
3388         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
3389         like ttyname_r.
3390         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
3391         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
3392         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
3393         of __ptsname_r accordingly.
3394         * login/openpty.c (openpty): Likewise.
3395
3396 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
3397
3398         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
3399
3400 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3401
3402         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
3403
3404         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
3405
3406 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3407
3408         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
3409         return value for better error checking.
3410
3411 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
3412
3413         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
3414         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
3415
3416         * elf/elf.h (EM_SPARC64): Remove.
3417         (EM_SPARC32PLUS, EM_SPARCV9): Add.
3418         (HWCAP_SPARC_V9): Add.
3419
3420         * elf/ldsodefs.h (_dl_hwcap): Declare.
3421         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
3422         Weaken so dlopen from static progies works.
3423         (WEAKADDR): New macro.
3424         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
3425         (LD_SO_PRELOAD): New macro.
3426         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
3427         (elf_machine_rela): Weaken _dl_rtld_map.
3428
3429         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
3430         to __clone, and remove the later's alias.
3431         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
3432
3433         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
3434         the kernel's structure.
3435
3436         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
3437         Sparc needs a custom value of __KERNEL_NCCS.
3438
3439 1998-04-06  Richard Henderson  <rth@cygnus.com>
3440
3441         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
3442
3443         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
3444         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3445
3446 1998-04-06  Richard Henderson  <rth@cygnus.com>
3447
3448         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
3449         as the buffer is not properly aligned.
3450         Reported by Juan Cespedes <cespedes@debian.org>.
3451
3452 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3453
3454         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
3455         instead of AF_FILE.
3456
3457 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
3458
3459         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
3460         and wc*tomb* functions.
3461
3462 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
3463
3464         * sysdeps/unix/start.c: Fix typo.
3465
3466 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
3467
3468         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
3469
3470 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
3471
3472         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
3473         expressions and using array variables.
3474         * sysdeps/libm-ieee754/e_asin.c: Likewise.
3475         * sysdeps/libm-ieee754/e_j0.c: Likewise.
3476         * sysdeps/libm-ieee754/e_j1.c: Likewise.
3477         * sysdeps/libm-ieee754/e_log.c: Likewise.
3478         * sysdeps/libm-ieee754/e_pow.c: Likewise.
3479         * sysdeps/libm-ieee754/k_cos.c: Likewise.
3480         * sysdeps/libm-ieee754/k_sin.c: Likewise.
3481         * sysdeps/libm-ieee754/k_tan.c: Likewise.
3482         * sysdeps/libm-ieee754/s_atan.c: Likewise.
3483         * sysdeps/libm-ieee754/s_erf.c: Likewise.
3484         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
3485         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
3486         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
3487
3488 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
3489
3490         * iconv/gconv.c: Rewrite of the low-level of gconv.
3491         * iconv/gconv.h: Likewise.
3492         * iconv/gconv_builtin.h: Likewise.
3493         * iconv/gconv_close.c: Likewise.
3494         * iconv/gconv_db.: Likewise.
3495         * iconv/gconv_dl.c: Likewise.
3496         * iconv/gconv_int.h: Likewise.
3497         * iconv/gconv_open.c: Likewise.
3498         * iconv/gconv_simple.c: Likewise.
3499         * iconvdata/8bit-gap.c: Adapt for rewrite.
3500         * iconvdata/8bit-generic.c: Likewise.
3501         * iconvdata/euckr.c: Likewise.
3502         * iconvdata/iso646.c: Likewise.
3503         * iconvdata/iso6937.c: Likewise.
3504         * iconvdata/iso8859-1.c: Likewise.
3505         * iconvdata/johab.c: Likewise.
3506         * iconvdata/sjis.c: Likewise.
3507         * iconvdata/t61.c: Likewise.
3508         * iconvdata/uhc.c: Likewise.
3509
3510 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
3511
3512         * iconv/gconv_int.h: New file.  Internal header.
3513         * iconv/Makefile (distribute): Add gconv_int.h.
3514         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
3515         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
3516         * iconv/gconv_close.c: Likewise.
3517         * iconv/gconv_conf.c: Likewise.
3518         * iconv/gconv_db.c: Likewise.
3519         * iconv/gconv_dl.c: Likewise.
3520         * iconv/gconv_int.h: Likewise.
3521         * iconv/gconv_open.c: Likewise.
3522         * iconv/iconv.c: Likewise.
3523         * iconv/iconv_close.c: Likewise.
3524         * iconv/iconv_open.c: Likewise.
3525         * iconv/iconv_prog.c: Likewise.
3526
3527 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
3528
3529         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
3530         missing braces.
3531
3532 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3533
3534         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
3535
3536 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
3537
3538         Based on patch from Pat Beirne:
3539         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
3540         PIC and non-PIC now.  Correctly negate error number.
3541         (errno): Use `%' not `@' in .type directives.
3542
3543 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
3544
3545         * sysdeps/i386/strtok.S: Change to use single exit point.
3546         * sysdeps/i386/i686/strtok.S: Likewise.
3547
3548 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3549
3550         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
3551         default.
3552
3553 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3554
3555         * Makerules (installed-libcs): Fix typo.
3556
3557 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3558
3559         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
3560         (UHC-routines): Remove ksc5601.
3561
3562 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
3563
3564         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
3565         introduced in last change.
3566
3567 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
3568
3569         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
3570         before 2.1.92.
3571
3572 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3573
3574         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
3575
3576         * stdlib/isomac.c: Use -isystem instead of -I for system include
3577         dir.
3578
3579 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
3580
3581         * resolv/res_comp.c (underscorechar): New.
3582         (middlechar): Allow '_'.
3583
3584 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3585
3586         * intl/explodename.c (stdlib.h): Include that file only if
3587         STDC_HEADERS or _LIBC.
3588         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
3589         Patch by Philippe De Muyter <phdm@macqel.be>.
3590
3591 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3592
3593         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
3594         (AC_PROG_CHECK_VER): New macro.
3595         * configure.in: Use AC_PROG_CHECK_VER to check versions of
3596         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
3597
3598 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
3599
3600         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
3601         * sysdeps/i386/i686/strtok.S: New file
3602         * sysdeps/i386/i686/strtok_r.S: New file
3603
3604 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
3605
3606         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
3607         type to __off64_t.
3608         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
3609         parameter as __off64_t instead of __off_t.
3610         (ftello): Make alias for ftello64 instead of ftello.  Change
3611         return type to __off64_t.
3612
3613 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3614
3615         * sysdeps/i386/bits/string.h: Fix various typos.
3616         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
3617
3618         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
3619
3620 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3621
3622         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
3623         lchown syscall correctly.  [PR libc/541].
3624
3625 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
3626
3627         * localedata/Makefile: Correct testsuite rules.
3628
3629         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
3630         * iconvdata/iso646.c: Fix conversion from UCS4.
3631
3632         * elf/ldsodefs.h: Mark internal function with internal_function.
3633         * elf/dl-addr.c: Likewise.
3634         * elf/dl-close.c: Likewise.
3635         * elf/dl-debug.c: Likewise.
3636         * elf/dl-deps.c: Likewise.
3637         * elf/dl-error.c: Likewise.
3638         * elf/dl-fini.c: Likewise.
3639         * elf/dl-init.c: Likewise.
3640         * elf/dl-load.c: Likewise.
3641         * elf/dl-lookup.c: Likewise.
3642         * elf/dl-object.c: Likewise.
3643         * elf/dl-open.c: Likewise.
3644         * elf/dl-profile.c: Likewise.
3645         * elf/dl-reloc.c: Likewise.
3646         * elf/dl-runtime.c: Likewise.
3647         * elf/dl-symbol.c: Likewise.
3648         * elf/dl-version.c: Likewise.
3649         * elf/dlerror.c: Likewise.
3650         * sysdeps/generic/dl-sysdep.c: Likewise.
3651         * sysdeps/i386/dl-machine.h: Likewise.
3652         * intl/finddomain.c: Likewise.
3653         * intl/gettextP.h: Likewise.
3654         * intl/loadmsgcat.c: Likewise.
3655
3656 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
3657
3658         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
3659         * iconv/gconv_builtin.h: Add definitions for new builtins.
3660         * iconv/gconv.h: Add prototypes for new builtins.
3661
3662         * iconvdata/Makefile (modules): Add ISO646.
3663         Add rules for ISO646 module.
3664         (distribute): Add iso646.c.
3665         * iconvdata/gconv-modules: Add module and alias definition for
3666         ISO646 charsets.
3667         * iconvdata/iso646.c: New file.
3668
3669 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
3670
3671         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
3672         * iconv/iconv_prog.c: Implement --list option to print available
3673         coded character sets.
3674
3675 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3676
3677         Make fread() read large blocks straight to the user buffer.
3678
3679         * libio/fileops.c (_IO_file_xsgetn): New function.
3680         (_IO_file_jumps): Use it.
3681         * libio/libioP.h: Prototype it.
3682
3683 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3684
3685         * iconv/gconv_conf.c (builtin_aliases): New variable.
3686         (__gconv_read_conf): Add builtin aliases.
3687         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
3688         noop macro before including gconv_builtin.h.
3689         * iconv/gconv_builtin.h: Add alias names.
3690
3691         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
3692         number of converted bytes correctly.
3693
3694 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3695
3696         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
3697         we only wait for a replay.
3698
3699 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3700
3701         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
3702         EUC-KR modules.
3703
3704 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
3705
3706         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
3707         use PLTJMP() rather than explicit (PLT).
3708
3709         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
3710         __libc_start_main().
3711
3712         Based on patch from Pat Beirne:
3713         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
3714         Always define, not only #ifndef PIC.
3715         (DO_CALL): Pass fifth argument correctly in R4.
3716         (PSEUDO): Correct test for error, call syscall_error through PLT
3717         if PIC.
3718
3719 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
3720
3721         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
3722         definitions.
3723
3724 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3725
3726         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
3727         JOHAB.so.
3728
3729 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
3730
3731         * io/Makefile (static-only-routines): Add stat64, fstat64 and
3732         lstat64.
3733
3734 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3735
3736         * manual/Makefile: Use object-suffixes-for-libc instead of
3737         object-suffixes.
3738         * rpm/Makefile (install-lib): Likewise.
3739
3740 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3741
3742         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
3743
3744         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
3745         `m68*', not only `m68k'.
3746
3747 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3748
3749         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
3750
3751         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
3752         install lddlibc4.
3753
3754 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3755
3756         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
3757         EUC-KR.
3758
3759         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
3760         comment.
3761
3762 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
3763
3764         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
3765         the init stuff.
3766
3767 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3768
3769         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
3770         adjtimex syscall.
3771         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
3772         adjtimex.
3773         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
3774
3775 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3776
3777         * Makerules (install): Change comment for libc.so following the
3778         libc_nonshared changes.
3779
3780 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3781
3782         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
3783
3784         * iconvdata/gap.pl: Avoid using %#06x.
3785
3786 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3787
3788         * Makerules: Use $? instead of S^ when invoking ar.
3789
3790 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3791
3792         * db2/compat.h: Allow EFTYPE being defined.
3793         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
3794         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
3795         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
3796         * sysdeps/mach/bits/libc-lock.h: Fix typo.
3797         (__libc_once): Correctly unlock semaphore.
3798         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
3799         * sysdeps/unix/bsd/getpt.c: Fix typo.
3800         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
3801
3802 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3803
3804         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
3805         macros.
3806
3807 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
3808
3809         * include/mntent.h: New file.
3810
3811         * elf/Makefile (trusted-dirs.h): Append slash to filename.
3812         * elf/dl-load.c: Rewrite search path handling.
3813         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
3814         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
3815         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
3816         * elf/ldsodefs.h: Add prototype.
3817
3818 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3819
3820         * nss/nsswitch.c (__nss_lookup): Adjust comment.
3821
3822         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
3823         function.
3824
3825         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
3826
3827         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
3828         New function.
3829         (HWCAP_IMPORTANT): New definition.
3830
3831 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
3832
3833         * elf/dl-open.c (_dl_open): Fix a typo.
3834         (_dl_global_scope_alloc): Make it static.
3835
3836 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
3837
3838         * Makerules: Remove duplicate rules to handle stamp.oS.
3839
3840 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3841
3842         * manual/examples/inetsrv.c (main): Change prototype of
3843         make_socket following change in mkisock.c.
3844
3845         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
3846         example host.
3847         (main): Change prototype of init_sockaddr following change in
3848         isockadd.c.
3849
3850         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
3851         * manual/examples/isockad.c (init_sockaddr): Likewise.
3852
3853         * manual/examples/mkfsock.c (make_named_socket): Removed blank
3854         lines for clarification.
3855         (make_named_socket): Use strncpy instead of strcpy.
3856         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3857
3858 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
3859
3860         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
3861         determining libs to remove.
3862         (postclean): Add soversions.mk.
3863         * Makerules (common-mostlyclean): Add tests-static and generated
3864         files.
3865
3866 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
3867
3868         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
3869         scanning for \0.
3870         (__strncat_g): Add i686 specific code.
3871
3872 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3873
3874         * manual/install.texi (Reporting Bugs): Ask to include section
3875         names in reports.
3876
3877 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3878
3879         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
3880         guard against direct inclusion.
3881
3882 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3883
3884         Rework support for libc_nonshared.a:
3885         * Makeconfig (object-suffixes-for-libc): New variable.
3886         * Rules: Remove handling of static-only and shared-only routines.
3887         * Makerules: Handle them here instead.  Use
3888         object-suffixes-for-libc instead of object-suffixes when dealing
3889         with libc objects.
3890         (object-suffixes-for-rules): Remove variable.
3891         (elide-routines.oS): Elide all routines except static-only
3892         routines.
3893         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
3894         empty.
3895         (installed-libcs): Remove special case for .oS.
3896         (rmobjs): Likewise.
3897
3898 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3899
3900         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
3901         do-tst-rpmatch): New targets.
3902         (test): Use them.
3903         (install-locales): Ignore comment lines.
3904
3905 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3906
3907         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
3908         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
3909         ($(objpfx)rtldtbl.h): Likewise.
3910         (CPPFLAGS-dl-load.c): Fix reference to object directory.
3911
3912 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
3913
3914         * manual/string.texi (Finding Tokens in a String): Extend strsep
3915         description and correct example.
3916
3917 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3918
3919         * manual/socket.texi: Remove misguided explicit line breaks and
3920         fix the formatting problem instead by reformulating the
3921         paragraphs.
3922         * manual/filesys.texi: Likewise.
3923         * manual/conf.texi: Likewise.  Don't typeset table with index
3924         fonts, that looks worse than a minimally overfull line.
3925
3926 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3927
3928         * nscd/Makefile (nscd-modules): Move definition outside of
3929         conditional.
3930
3931         * pwd/Makefile: Use have-thread-library to test for thread
3932         library.
3933
3934 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3935
3936         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
3937
3938         * iconvdata/uhc.c (gconv): Remove unused variable idx.
3939
3940 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3941
3942         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
3943
3944 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
3945
3946         * nss/getXXent_r.c: Correctly handle failing setXXent function.
3947
3948         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
3949         Reported by Andreas Jaeger.
3950
3951 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
3952
3953         * elf/Makefile: Fix typo.
3954         (distribute): Add dl-librecon.h.
3955         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
3956         * elf/ldd.sh.in: Likewise.
3957         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
3958         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
3959         Use strsep correctly.
3960         (process_envvars): Allow platform specific variables.
3961         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
3962         (_dl_load_cache_lookup): Test cache IDs found against
3963         _dl_correct_cache_id.
3964         * sysdeps/generic/dl-librecon.h: New file.
3965         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
3966
3967         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
3968
3969 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
3970
3971         * config.make.in (ldd-rewrite-script): New variable.
3972         * configure.in: Substitute ldd-rewrite-script.
3973         * elf/Makefile: Rewrite rules to generate ldd script.
3974         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
3975         * elf/ldd.sh.in: Likewise.
3976         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
3977         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
3978         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
3979         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
3980         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
3981
3982 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3983
3984         * inet/rcmd.c (iruserok): Remain setuid to the local user
3985         while .rhosts is actually read, to make .rhosts-over-NFS work
3986         (PR libc/524).  Use iruserfopen() for security checks on both
3987         hosts.equiv and .rhosts.  General cleanup.
3988         (iruserfopen): New function, performs careful checking on
3989         hosts.equiv/.rhosts files.  Disallows all the old forbidden
3990         stuff plus hard links to files.
3991
3992 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
3993
3994         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
3995
3996         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
3997
3998 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
3999
4000         * sysdeps/i386/i486/bits/string.h: Fix typos.
4001
4002 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
4003
4004         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
4005         strong alias.
4006
4007         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
4008
4009         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
4010         Added.  Used by libm.so on alpha.
4011
4012 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4013
4014         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
4015         defined.
4016
4017 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
4018
4019         * Makerules (object-suffixes-for-rules): Add .oS only for
4020         building shared library.
4021         Add ranlib rule for nonshared library.
4022         (rmobjs): Fix typo.
4023
4024         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
4025         into for shared library only.
4026         (CPPFLAGS-.oS): Add -DPIC.
4027         (libtypes): Use $(object-suffixes-for-rules) instead of
4028         $(object-suffixes).
4029
4030 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
4031
4032         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
4033         and install lddlibc4.
4034
4035 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4036
4037         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
4038         hash.
4039         * iconvdata/gaptab.pl: Likewise.
4040
4041 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
4042
4043         * Rules: Allow Makefiles to specify test-static for tests which
4044         cannot be linked dynamically.
4045         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
4046         tests-static.
4047
4048         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
4049
4050         * misc/error.c: Pretty print.
4051
4052 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4053
4054         * Makerules (libc_nonshared-name): Remove variable.
4055         (installed-libcs): Use libc-name instead.
4056         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
4057         dynamic linker.
4058
4059         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
4060         libc.a.  Remove explicit reference to dynamic linker.
4061
4062 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
4063
4064         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
4065         to wchar_t.
4066         * iconv/iconv_prog.c: Correctly test for write failure.
4067         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
4068         * iconvdata/gconv-modules: Likewise.
4069         * iconvdata/euckr.c: New file.
4070         * iconvdata/johab.c: New file.
4071         * iconvdata/ksc5601.c: New file.
4072         * iconvdata/ksc5601.h: New file.
4073         * iconvdata/uhc.c: New file.
4074         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
4075
4076         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
4077         * stdio/fopen.c: Correct handling of 'x' flag.
4078         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
4079
4080 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4081
4082         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
4083         * sunrpc/rpcsvc/key_prot.x: Likewise.
4084         * sunrpc/key_prot.c: Likewise.
4085
4086 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
4087
4088         * sysdeps/i386/bits/string.h: Correct things which never worked.
4089         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
4090         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
4091
4092 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
4093
4094         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
4095         defined.  Reported by Thorsten Kukuk.
4096
4097 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
4098
4099         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
4100
4101 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4102
4103         * manual/install.texi (Supported Configurations): Add
4104         arm-linuxaout and arm-none.
4105
4106 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4107
4108         * version.h (VERSION): Bump to 2.0.93.
4109
4110 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
4111
4112         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
4113
4114         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
4115
4116         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
4117         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
4118
4119 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4120
4121         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
4122
4123 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4124
4125         Put the static-only routines in a separate library.
4126         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
4127         variables.
4128         (all-object-suffixes): Add .oS.
4129         * Makerules (libc_static-name): New variable.
4130         (installed-libcs): Add libc_nonshared.a.
4131         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
4132         (object-suffixes-for-rules): New variable.  Use it instead of
4133         object-suffixes for generating compilation rules.
4134         (rmobjs): Also remove *.oS.
4135         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
4136         ($(objpfx)stamp.oS): New target.
4137
4138 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4139
4140         * Makefile (FAQ): Automatically check in regenerated FAQ.
4141
4142 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4143
4144         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
4145
4146 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
4147
4148         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
4149         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
4150
4151         * sysdeps/generic/stub_warning: Removed.
4152
4153         * Makefile (distribute): Add include/des.h.
4154
4155         * manual/Makefile (distribute): Change dir-add.texi to
4156         dir-add.texinfo.
4157
4158         * glibcbug.in: Create files safely when mktemp is not available.
4159
4160         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
4161         Patch by a sun <asun@saul1.u.washington.edu>.
4162
4163 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4164
4165         * libc.map: Rename getname to getnetname.
4166
4167 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
4168
4169         * manual/maint.texi: Use supported platform in examples.
4170
4171         * manual/install.texi: Document some installation tips.
4172
4173 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
4174
4175         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
4176         Fix a bug so that it returns an error if a numeric parameter is
4177         unset and WRDE_UNDEF is set.
4178         Patch by Andreas Schwab and Tim Waugh.
4179         * posix/wordexp-test.c: Add new new test.
4180
4181 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
4182
4183         * posix/regex.c (regex_compile): Last patch wasn't entirely
4184         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
4185
4186 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4187
4188         * manual/filesys.texi (Scanning Directory Content): Fix typo.
4189
4190 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
4191
4192         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
4193         clobbered registers don't appear as operands.
4194
4195 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4196
4197         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
4198         Solaris' sake.
4199
4200         * posix/regex.c (regex_compile): Don't allow non-alphabet
4201         characters in character set name.
4202
4203 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
4204
4205         * posix/wordexp.c (w_newword): New function.
4206         (do_parse_glob): New function.
4207         (parse_glob): Use do_parse_glob.  Now handles the case where a
4208         variable expansion causes a field-split.
4209         (wordexp): Use w_newword.
4210         (parse_arith): Likewise.
4211         (exec_comm): Likewise.
4212         (parse_comm): Likewise.
4213         (parse_param): Likewise.
4214         (parse_backtick): Likewise.
4215
4216 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
4217
4218         * posix/wordexp-tst.sh: Another test.
4219
4220         * posix/wordexp-test.c: Two new tests.
4221
4222         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
4223         directly (the code using realloc was buggy).
4224         (parse_param): Fix typo in comment.
4225
4226 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4227
4228         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
4229
4230 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4231
4232         * libc.map: Add more rpc auth functions/variables.
4233
4234         * nscd/nscd.c: Add -g option to argp options.
4235
4236 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4237
4238         * configure.in: Be prepared for gcc 2.9.10 and up.
4239         * configure.in: Add missing disabling of quote characters in
4240         compiler version check.  Reported by HJ Lu.
4241
4242 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4243
4244         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
4245
4246 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4247
4248         * intl/locale.alias: Fix spelling of romanian.
4249
4250         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
4251         (distribute): Remove des.h.
4252         * include/des.h: New file.
4253         * sunrpc/des.h: Moved to ...
4254         * sunrpc/rpc/rpc_des.h: ...here.
4255
4256 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
4257
4258         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
4259         Fix paren.
4260
4261 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4262
4263         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
4264         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
4265
4266 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4267
4268         * elf/ldsodesf.h: New file.
4269         * elf/Makefile (distribute): Add ldsodefs.h.
4270         * elf/link.h: Separate internal information in exter header.
4271         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
4272         * elf/dl-minimal.c: Likewise.
4273         * sysdeps/generic/dl-sysdep.c: Likewise.
4274         * elf/sprof.c: Likewise.
4275         * elf/dlsym.c: Likewise.
4276         * elf/dlvsym.c: Likewise.
4277         * elf/dlerror.c: Likewise.
4278         * elf/dladdr.c: Likewise.
4279         * elf/dlclose.c: Likewise.
4280         * elf/dlopen.c: Likewise.
4281         * elf/dl-addr.c: Likewise.
4282         * elf/dl-close.c: Likewise.
4283         * elf/dl-debug.c: Likewise.
4284         * elf/dl-deps.c: Likewise.
4285         * elf/dl-error.c: Likewise.
4286         * elf/dl-fini.c: Likewise.
4287         * elf/dl-init.c: Likewise.
4288         * elf/dl-load.c: Likewise.
4289         * elf/dl-lookup.c: Likewise.
4290         * elf/dl-object.c: Likewise.
4291         * elf/dl-open.c: Likewise.
4292         * elf/dl-profile.c: Likewise.
4293         * elf/dl-reloc.c: Likewise.
4294         * elf/dl-runtime.c: Likewise.
4295         * elf/dl-support.c: Likewise.
4296         * elf/dl-symbol.c: Likewise.
4297         * elf/dl-version.c: Likewise.
4298         * sysdeps/generic/dl-cache.c: Likewise.
4299         * sysdeps/generic/libc-start.c: Likewise.
4300         * iconv/gconv_dl.c: Likewise.
4301         * nss/nsswitch.c: Likewise.
4302
4303 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
4304
4305         * manual/nss.texi: The database is not called network but networks.
4306         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
4307
4308 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4309
4310         * configure.in: Correct test for compiler version.
4311         Check that LD_LIBRARY_PATH doesn't contain current path.
4312
4313 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
4314
4315         * elf/dl-close.c (_dl_close): Fix byte count while removing
4316         the shared object from the global scope list and optimize
4317         a little bit.
4318
4319 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4320
4321         * manual/filesys.texi (Scanning Directory Content): Add missing
4322         closing brace.
4323         (Scanning Directory Content): Fix text.
4324
4325 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4326
4327         * manual/memory.texi (Heap Consistency Checking): Add paragraph
4328         explaining difference of -lmcheck and MALLOC_CHECK_.
4329
4330 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4331
4332         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
4333         typos in comments.
4334
4335 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4336
4337         * test-skeleton.c (main): Fix test for exit signal.
4338
4339 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4340
4341         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
4342
4343 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4344
4345         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
4346         appropriate.
4347
4348 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4349
4350         * libc.map: Export __strtok_r.
4351
4352 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
4353
4354         * posix/regex.c (re_compile_fastmap): Remove unused variable
4355         num_regs and adjust comment.
4356         Patch by Jim Meyering <meyering@ascend.com>.
4357
4358         * math/math.h (M_*l): Extend long double constants to be usable
4359         for 128 bit floats.  Patch by Richard Henderson.
4360
4361 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4362
4363         * sysdeps/m68k/m68020/wordcopy.S: New file.
4364
4365 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
4366
4367         * posix/wordexp.c: Rewrite parse_param.
4368         Patch by Tim Waugh and Andreas Schwab.
4369
4370 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4371
4372         * Rules: Update timestamps on empty object files.
4373
4374 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
4375
4376         * manual/filesys.texi (Scanning Directory Content): Add description
4377         of 64 bits scandir function and friends.
4378
4379 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4380
4381         * glibcbug.in: Use mktemp to generate unique file name for
4382         temporary files.
4383
4384         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
4385         ptsname_r.  Use cast for execve call.
4386
4387 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
4388
4389         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
4390         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
4391         * io/sys/statvfs.h: New file.
4392         * sysdeps/generic/fstatvfs.h: New file.
4393         * sysdeps/generic/statvfs.h: New file.
4394         * sysdeps/generic/fstatvfs64.h: New file.
4395         * sysdeps/generic/statvfs64.h: New file.
4396         * sysdeps/generic/bits/statvfs.h: New file.
4397         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
4398         * sysdeps/unix/sysv/linux/statvfs.c: New file.
4399         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
4400
4401         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
4402         and f_ffree elements.
4403
4404         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
4405         mount options in enum.
4406
4407 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4408
4409         * configure.in: Check for recent egcs/gcc.
4410
4411 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4412
4413         * libc.map: Add alphasort64, scandir64, versionsort64.
4414         * dirent/Makefile (routines): Add scandir64, alphasort64, and
4415         versionsort64.
4416         * dirent/alphasort64.c: New file.
4417         * dirent/scandir64.c: New file.
4418         * dirent/versionsort64.c: New file.
4419         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
4420         versionsort.
4421         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
4422         old name weak alias.
4423         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
4424
4425         * dirent/alphasort.c: Use strcoll instead of strcmp.
4426
4427         * dirent/scandir.c: Optimize a bit.
4428
4429         * dirent/versionsort.c: Pretty print.
4430
4431 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4432
4433         * string/string.h: Add prototype for __strtok_r.
4434
4435 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4436
4437         * posix/Makefile: Fix typo in last change.
4438
4439 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4440
4441         * dirent/dirent.h (scandir): Make argument of select function const.
4442         * dirent/scandir.c (scandir): Likewise.
4443         Reported by David.Faure@insa-lyon.fr [PR libc/512].
4444
4445 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
4446
4447         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
4448         weak alias.
4449         * sysdeps/i386/strtok_r.c: Likewise.
4450
4451         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
4452         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
4453         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
4454         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
4455         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
4456         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
4457
4458 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4459
4460         * intl/localealias.c: Remove unneeded define for strdup.
4461
4462 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
4463
4464         * manual/argp.texi: Adjust for better TeX output.
4465         * manual/arith.texi: Likewise.
4466         * manual/conf.texi: Likewise.
4467         * manual/filesys.texi: Likewise.
4468         * manual/header.texi: Likewise.
4469         * manual/lgpl.texinfo: Likewise.
4470         * manual/math.texi: Likewise.
4471         * manual/message.texi: Likewise.
4472         * manual/pattern.texi: Likewise.
4473         * manual/process.texi: Likewise.
4474         * manual/signal.texi: Likewise.
4475         * manual/socket.texi: Likewise.
4476         * manual/startup.texi: Likewise.
4477         * manual/stdio.texi: Likewise.
4478         * manual/terminal.texi: Likewise.
4479         * manual/examples/rprintf.c: Likewise.
4480         * manual/examples/testopt.c: Likewise.
4481         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4482
4483 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
4484
4485         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
4486         parameter name after seeing a digit if it's enclosed in braces.
4487
4488 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4489
4490         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
4491
4492 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4493
4494         * manual/memory.texi (Heap Consistency Checking): Document
4495         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
4496
4497 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4498
4499         * manual/Makefile: Add missing rules.
4500
4501 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4502
4503         * timezone/Makefile (generated): Define to remove all stamp files.
4504
4505         * sysdeps/generic/strsep.c: Also undefine __strsep.
4506
4507         * string/strdup.c: Undefine __strdup and strdup first.
4508         * string/strndup.c: Likewise.
4509
4510         * string/bits/string2.h: Correct strtok_r and strsep.
4511         Add strndup optimization.
4512
4513         * sysdeps/generic/strsep.c: Little optimization.
4514
4515 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
4516
4517         * string/bits/string2.h: Add optimization for strdup.
4518         Always define __strsep and __strtok_r and make real names available
4519         when feature select macros are defined.
4520
4521 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4522
4523         * manual/install.texi (Installation): Use i486-linux as example
4524         instead of the unsupported sunos4.
4525         (Reporting Bugs): Mention glibcbug script.
4526         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
4527
4528 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4529
4530         * posix/wordexp-tst.sh: Make portable.  Add more tests.
4531
4532         * posix/Makefile (do-globtest do-wordexp-test): New targets.
4533
4534 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
4535
4536         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
4537         * sysdeps/generic/libc-start.c: ...here, replacing former content.
4538
4539         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
4540         netpacket/packet.h.
4541
4542         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
4543
4544 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4545
4546         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
4547         in enumerator for strict standard compliance.
4548         * sysdeps/generic/bits/resource.h: Likewise.
4549
4550 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
4551
4552         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
4553         (PLTJMP): New macro.
4554
4555         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
4556         longjmp() when floating point enabled.
4557         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
4558         * sysdeps/arm/__longjmp.S: Remove floating point code.
4559         * sysdeps/arm/setjmp.S: Likewise.
4560
4561         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
4562         * sysdeps/arm/bsd-_setjmp.S: Likewise.
4563
4564         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
4565         memset().
4566
4567         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
4568         prototype.
4569
4570 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
4571
4572         Based on patches from Pat Beirne and Scott Bambrough:
4573
4574         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
4575
4576         * sysdeps/arm/bits/fenv.h: New file.
4577
4578         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
4579         * sysdeps/arm/elf/setjmp.S: Likewise.
4580         * sysdeps/arm/elf/start.S: Likewise.
4581         * sysdeps/arm/init-first.c: Likewise.
4582         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
4583         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
4584         comment about floating point to reflect current reality.
4585
4586         * sysdeps/unix/arm/brk.S: Support PIC.
4587         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
4588         re-entrant code.
4589         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
4590         return; call syscall_error through PLT.
4591         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
4592
4593 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
4594
4595         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
4596         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
4597         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
4598
4599 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4600
4601         * dirent/list.c (test): Return error value.
4602         (main): Exit with error value.
4603
4604         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
4605
4606         * Makefile (distribute): Add test-skeleton.c.
4607         * test-skeleton.c: New file.
4608         * dirent/Makefile (tests): Add opendir-tst1.
4609         * dirent/opendir-tst1.c: New file.
4610
4611 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4612
4613         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
4614         Optimize memory handling.
4615         * sysdeps/unix/closedir.c: Optmize memory handling.
4616
4617 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
4618
4619         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
4620         handling.  Optimize a bit.
4621
4622 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
4623
4624         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
4625         (parse_param): Fold in Andreas' fixes to do with when the end of
4626         the parameter name has been reached, and quoting inside ${...}.
4627         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
4628         $((echo);(ls)).
4629
4630 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4631
4632         * manual/maint.texi: Split out installation and contribution
4633         sections to their own appendices.  Misc cleanups.
4634         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
4635         * manual/contrib.texi: New file.
4636         * manual/libc.texinfo: Pull in new appendices.
4637         * manual/header.texi: Correct node pointer.
4638
4639 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4640
4641         * manual/process.texi (Process Completion): Clarify return value
4642         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
4643
4644 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4645
4646         * posix/wordexp-test.c: Add more tests.
4647         (testit): Fix logic.
4648
4649         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
4650         /dev/null instead of closing it, close pipe.  Always chop off all
4651         trailing newlines.  Kill and reap child before returning error.
4652         (w_addword, parse_glob): Fix memory leak.
4653         (wordexp): Fix dangling pointer problem.
4654
4655 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
4656
4657         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
4658
4659         * posix/wordexp-test.c (main): Fix little thinkos and typos.
4660
4661         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
4662         directory index by only the language.
4663
4664 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
4665
4666         * posix/wordexp-tst.sh: Store test results in the
4667         ${common_objpfx}posix directory.
4668
4669         * posix/wordexp-test.c: Remove temporary directory afterwards.
4670
4671 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4672
4673         * libc.map: Export internal versions of cancelable functions.
4674
4675 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4676
4677         * Makerules (MAKEFLAGS): Append `r'.
4678
4679 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4680
4681         * Makeconfig: Define have-thread-library, shared-thread-library
4682         and static-thread-library if a thread library is available.  Don't
4683         define rt.
4684         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
4685         nscd-routines to nscd-modules.  Use shared-thread-library and
4686         static-thread-library in dependencies.
4687         * rt/Makefile: Only compile librt if have-thread-library is
4688         defined.
4689         * Makefile (subdirs): Always include rt subdir.
4690
4691 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4692
4693         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
4694
4695 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
4696
4697         * configure.in: Recognize variations for 32 MIPS processors.
4698         Don't assume ELF systems always have .weak, test for .weakext.
4699
4700 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
4701
4702         * configure.in: Irix6 is an ELF platform.
4703
4704 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
4705
4706         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
4707         unmapping the last loaded segment.
4708
4709 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
4710
4711         * configure.in: Set base_os for Irix6.
4712         Correct test for .weakext.
4713
4714 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4715
4716         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
4717         (new_line) to _dl_debug_message call.
4718
4719 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
4720
4721         * posix/wordexp.c (parse_param): Perform field-splitting after
4722         expanding positional parameter.
4723
4724         * posix/wordexp-tst.sh: Test that field-splitting is performed
4725         after expanding positional parameter.
4726
4727         * posix/wordexp.c (parse_param): Fixed memory leak in
4728         field-splitting after parameter expansion.
4729
4730 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
4731
4732         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
4733         (get_toplvl_escape): Correctly terminate loop at EOF.
4734         Patch by Cristian Gafton <gafton@redhat.com>.
4735
4736 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
4737
4738         * string/tester.c (test_strpbrk): Add more strpbrk tests.
4739         (test_strsep): Likewise.  Correct horrible bugs.
4740
4741         * string/bits/string2.h (strcspn): Optimize also reject string of
4742         length 2 and 3.
4743         (strspn): Likewise.
4744         (strpbrk): Likewise.
4745         (strsep): Likewise.  Correct bug with successive separators and
4746         separators at the end of the string.
4747         * sysdeps/generic/strsep.c: Correct bug with successive separators
4748         and separators at the end of the string.
4749
4750 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4751
4752         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
4753         etc) now handled, as well as $$ (pid).
4754
4755         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
4756         (distribute): Add wordexp-tst.sh.
4757
4758         * posix/wordexp-tst.sh: New file.
4759
4760         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
4761         number of positional parameters.  Renamed substitute_length to
4762         seen_hash.
4763         Don't free(env) is env is NULL.
4764
4765 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
4766
4767         * libc.map: Add pthread_attr_init to GLIBC_2.1.
4768
4769 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
4770
4771         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
4772         for output file replacing gmon.out.
4773         Patch by Dean Gaudet <dgaudet@arctic.org>.
4774
4775 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4776
4777         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
4778         up namespace.  Optimize finding end of line.
4779
4780 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4781
4782         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
4783         securely.  Optimized.
4784         (process_dl_debug): Add ':' to list of separators.  Optimized.
4785
4786 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4787
4788         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
4789         isless, islessequal, islessgreater, isunordered): Return zero or
4790         one.
4791
4792 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4793
4794         * posix/wordexp-test.c: More tests.
4795         (main): Set up arena for pathname expansion tests (in a temporary
4796         directory).
4797         (testit): Don't check word count or word vector if return value is
4798         non-zero.
4799
4800         * posix/wordexp.c (exec_comm): Always chop off terminating
4801         linefeed (just like bash does).
4802         (parse_param): Change lots of occurrences of "if (!*env)" to "if
4803         (!env || !*env)".
4804         (parse_param): For assignment inside parameter expansion, use all
4805         expanded words in assignment rather than just the first.
4806         (parse_param): Corrected return value for parameter expansion of
4807         an unset variable when WRDE_UNDEF is in effect.
4808         (parse_dollars): Don't field-split if quoted.
4809         (wordexp): Opening brace character isn't allowed unquoted.
4810
4811 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4812
4813         * elf/dlerror.c: Fix concurrency problems with error string and
4814         number.
4815
4816         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
4817         filter/auxiliary are being loaded.
4818
4819 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
4820
4821         * elf/dlerror.c (last_object_name): Removed.
4822         (dlerror): Don't use last_object_name.
4823         (_dl_error_run): Omit second argument to _dl_catch_error.
4824         * elf/dl-error.c (struct catch): Remove objname member.
4825         (_dl_signal_error): Construct string including objname when given.
4826         (_dl_catch_error): Remove objname handling.
4827         * elf/link.h (_dl_catch_error): Fix prototype and comment.
4828         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
4829         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
4830         * nss/nsswitch.c (nss_dlerror_run): Likewise.
4831         * iconv/gconv_dl.c (dlerror_run): Likewise.
4832         [Corrects PR libc/501].
4833
4834 1998-03-12  Matthias Urlichs <smurf@noris.de>
4835
4836         * nscd/nscd.c: Ignore SIGPIPE.
4837
4838 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4839
4840         * nscd/nscd_getgr_r.c: Use __ protected names.
4841         * nscd/nscd_getpw_r.c: Likewise.
4842
4843 1998-03-12  Matthias Urlichs <smurf@noris.de>
4844
4845         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
4846         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
4847         null bytes are not transmitted.
4848
4849 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4850
4851         * powerpc/syscalls.list: Correct typo.
4852         * alpha/syscalls.list: Likewise.
4853         * mips/syscalls.list: Likewise.
4854
4855 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4856
4857         * socket/sys/socket.h: Add prototype for __socket.
4858
4859 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4860
4861         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
4862
4863         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
4864         constants.
4865
4866         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
4867         definition here.
4868         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
4869         definition here.
4870
4871         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
4872         AF_* and PF_* constants.
4873
4874         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
4875
4876 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
4877
4878         * elf/rtld.c: Update help message.
4879         Install link maps for preloaded objects using main_map as loader.
4880
4881         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
4882         * elf/dl-profile.c: Likewise.
4883
4884         * elf/dlsym.c: Little optimization.
4885         * elf/dlvsym.c: Likewise.
4886
4887 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
4888
4889         * posix/wordexp-test.c: Move test for parameter list at the very
4890         beginning.
4891
4892 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4893
4894         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
4895         WRDE_REUSE flag is set.
4896         (parse_param): Allow `*', `@', and numbers in parameter names.
4897         (parse_dollars): Differentiate between arithmetic expansion and a
4898         command substitution that starts immediately with a sub-shell
4899         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
4900         (parse_param): Memory allocated with __alloca in a block was
4901         referenced outside that block.  Adjusted to use malloc/free.
4902         (parse_param): Adjusted field-splitting algorithm so that there is
4903         not necessarily a field split at the end of a parameter expansion.
4904
4905 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
4906
4907         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
4908         don't free words that have already been allocated.
4909         (parse_param): A dollar sign on its own will never have a pattern
4910         associated with it (like "${HOME%%/}" has), so don't try to free it.
4911         (parse_glob): Attempt to glob when an unquoted `[' is found
4912         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
4913         (parse_glob): Sorted out quoting in a glob-able word.
4914         (parse_param): Added $* and $@ handling.
4915
4916 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4917
4918         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
4919         parsing it.
4920
4921 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4922
4923         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
4924         _dl_debug_message.
4925
4926 1998-03-12  Matthias Urlichs  <smurf@noris.de>
4927
4928         * elf/dl-misc.c: Default for debug output should be stderr.
4929         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
4930         * elf/dl-lookup.c: reference_name may be NULL or empty.
4931
4932 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4933
4934         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
4935
4936 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4937
4938         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
4939
4940         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
4941
4942 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4943
4944         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
4945         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
4946
4947 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4948
4949         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
4950         init stuff.
4951
4952 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4953
4954         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
4955         flag.
4956
4957         * misc/syslog.c (vsyslog): Don't try to send if not connected to
4958         syslog daemon.
4959         (closelog_internal): Don't do anything if not connected.
4960
4961 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
4962
4963         * libc.map: Add _dl_debug_message.
4964         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
4965         before every line.
4966         * elf/fini.c: Correctly use new _dl_debug_message function.
4967         * elf/init.c: Likewise.
4968         * elf/dl-lookup.c: Likewise.
4969         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
4970         * elf/dl-load.c: Likewise.  Add more debugging prints.
4971         * elf/dl-reloc.c: Likewise.
4972         * elf/dl-version.c: Likewise.
4973         * elf/dl-support.c: Add variables for debugging.
4974         * elf/rtld.c: Likewise.  Recognize new debug options.
4975         * elf/link.h: Declare new variables.
4976
4977         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
4978
4979 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4980
4981         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
4982         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
4983
4984 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4985
4986         * posix/wordexp-test.c (command_line_test): New function to allow
4987         testing of specific cases from the command-line.
4988
4989 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4990
4991         * elf/dl-init.c (_dl_init_next): Print nicer messages.
4992         * elf/dl-fini.c (_dl_fini): Likewise.
4993         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
4994
4995         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
4996         symbol in debug message.
4997         (_dl_lookup_versioned_symbol_skip): Likewise.
4998
4999 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
5000
5001         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
5002         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
5003         * manual/filesys/texi: Document this.
5004
5005 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
5006
5007         * manual/filesys.texi: Document the change below.
5008
5009 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5010
5011         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
5012         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
5013
5014 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
5015
5016         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
5017         instead scope.  If debugging display information about symbol
5018         resolving.
5019         (_dl_lookup_symbol): Call do_lookup with correct parameters.
5020         (_dl_lookup_symbol_skip): Likewise.
5021         (_dl_lookup_versioned_symbol): Likewise.
5022         (_dl_lookup_versioned_symbol_skip): Likewise.
5023         * elf/dl-support.c: Define _dl_debug_symbols.
5024         * elf/link.h: Add declaration for _dl_debug_symbols.
5025         * elf/rtld.c: Define _dl_debug_symbols.
5026         (process_dl_debug): Recognize symbols option.
5027
5028 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
5029
5030         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
5031         in correct format.
5032         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
5033         with correct parameters.
5034         [!PIC]: Initialize __libc_multiple_libcs.
5035
5036 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
5037
5038         * elf/dl-support.c (_dl_debug_bindings): Add definition.
5039         * elf/rtld.c (_dl_debug_bindings): Add definition.
5040         (process_dl_debug): Recognize bindings option.  Update help message.
5041         * elf/link.h (struct link_map): Add l_versyms member.
5042         (_dl_debug_bindings): Add declaration.
5043         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
5044         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
5045         and l_reloc_result.
5046         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
5047         (sym_val): Remove a member, add m as link_map.
5048         (do_lookup): Return result appropriately.
5049         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
5050         Call do_lookup correctly.
5051         (_dl_lookup_symbol_skip): Likewise.
5052         (_dl_lookup_versioned_symbol): Likewise.
5053         (_dl_lookup_versioned_symbol_skip): Likewise.
5054
5055 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
5056
5057         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
5058         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
5059
5060         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
5061         * libc.map: Add chown to GLIBC_2.1.
5062         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
5063         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
5064
5065 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5066
5067         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
5068         weak alias.
5069         * sysdeps/alpha/ffs.c: Likewise.
5070         * sysdeps/am29k/ffs.c: Likewise.
5071         * sysdeps/i386/ffs.c: Likewise.
5072         * sysdeps/i960/ffs.c: Likewise.
5073         * sysdeps/m68k/ffs.c: Likewise.
5074         * sysdeps/m88k/ffs.c: Likewise.
5075         * sysdeps/powerpc/ffs.c: Likewise.
5076         * sysdeps/rs6000/ffs.c: Likewise.
5077         * sysdeps/vax/ffs.s: Likewise.
5078         * string/string.h: Declare __ffs.
5079         * libc.map: Export it.
5080         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
5081         __builtin_ffs, which is not guaranteed to be namespace clean.
5082
5083 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5084
5085         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
5086         table, which is much more likely to exist than debugging symbols.
5087         (printsym): Remove const.
5088         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
5089         header table.
5090
5091         * libc.map: Export __profile_frequency, used by elf/sprof, to
5092         avoid infinite recursion during startup.
5093
5094 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5095
5096         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
5097         Readd lost negate.
5098
5099         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
5100
5101 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
5102
5103         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
5104
5105 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
5106
5107         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
5108         LD_PRELOAD, and LD_VERBOSE.
5109         (dl_main): Use global variables set by process_envvars instead of
5110         calling getenv.
5111         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
5112         LD_LIBRARY_PATH value, this comes with the parameter.
5113         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
5114         ("LD_LIBRARY_PATH") to _dl_init_paths.
5115
5116 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
5117
5118         * elf/rtld.c (dl_main): Delay initialization of path structure if
5119         the dynamically linker is invoked implicitly until we read the
5120         dynamic section.
5121
5122 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
5123
5124         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
5125
5126 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5127
5128         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
5129         Linux 2.0 and 2.1.
5130
5131         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
5132
5133 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
5134
5135         * Makeconfig (nisobjdir): Set to path to nis directory.
5136         (rpath-link): Add nisobjdir.
5137         Patch by Sven Verdoolaege <skimo@kotnet.org>.
5138
5139         * elf/Makefile: Pretty print.
5140         * elf/dl-lookup.c: Include unistd.h.
5141         * elf/dl-runtime.c: Likewise.
5142
5143         * localedata/Makefile (test-srcs): Add tst-rpmatch.
5144         (distribute): Add tst-rpmatch.sh.
5145         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
5146
5147         New tests for rpmatch function by
5148         Jochen Hein <jochen.hein@delphi.central.de>.
5149         * localedata/tst-rpmatch.c: New file.
5150         * localedata/tst-rpmatch.sh: New file.
5151
5152         * localedata/locales/de_DE: Correct yesexpr and noexpr.
5153         * localedata/locales/de_AT: Likewise.
5154
5155         * posix/getopt.c: Update contact address.
5156         * posix/getopt1.c: Pretty print.
5157
5158         * sysdeps/generic/libc-start.c: Do most of the initialization now
5159         here instead of in start.S.
5160         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
5161         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
5162
5163         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
5164         profil_counter to be public.
5165
5166 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
5167
5168         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
5169         (parse_param): Coded parameter length expansion (${#var}).
5170         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
5171         (parse_param): Cleaned up (fixed) error handling.
5172
5173         * posix/wordexp-test.c: IFS now includes non-whitespace character
5174         (comma).  Added more tests.
5175
5176 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
5177
5178         * elf/link.h: Fix typos.
5179         Reported by Andreas Jaeger.
5180
5181         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
5182         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
5183
5184 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
5185
5186         * argp/argp-help.c: Remove last bits of using gettext instead of
5187         dgettext.
5188
5189 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
5190
5191         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
5192         __libc_start_main.
5193         * csu/Makefile (routines): Add libc-start.
5194         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
5195         * elf/dl-lookup.c: Likewise.
5196         * elf/dl-version.c: Likewise.
5197         * sysdeps/i386/dl-machine.h: Likewise.
5198         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
5199         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
5200         _dl_sysdep_message macros which use _dl_sysdep_output.
5201         * elf/dl-fini.c: Write out which destructor is called while debugging.
5202         * elf/dl-init.c: Likewise for constructor.
5203         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
5204         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
5205         _dl_sysdep_message.  Add _dl_sysdep_output.
5206         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
5207         this file can be opened.
5208         For LD_DEBUG=libs also set _dl_debug_impcalls.
5209         * sysdeps/generic/dl-cache.c: Include unistd.h.
5210         * sysdeps/generic/libc-start.c: New file.
5211         * sysdeps/unix/sysv/linux/libc-start.c: New file.
5212         * sysdeps/i386/elf/start.S: Don't call main directly, call
5213         __libc_start_main instead.
5214
5215         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
5216
5217 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
5218
5219         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
5220
5221 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
5222
5223         * argp/argp.h (struct argp): Add new field domain.
5224         * argp/argp-help.c: Change all gettext calls to dgettext and use
5225         domain field from appropriate argp in call.
5226         * argp/argp-parse.c: Likewise.
5227
5228 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
5229
5230         * posix/wordexp-test.c: Change testsuite so that it can run even
5231         for ~root != /root.
5232
5233 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5234
5235         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
5236
5237 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5238
5239         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
5240         Don't store into global errno if we already store through
5241         __errno_location.
5242         * sysdeps/unix/i386/sysdep.S: Likewise.
5243         * sysdeps/unix/alpha/sysdep.S: Likewise.
5244         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5245         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
5246         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
5247         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
5248         PIC).
5249
5250 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5251
5252         * sysdeps/generic/sysdep.h (L): Remove definition.
5253         * sysdeps/i386/sysdep.h (L): Define it here instead.
5254
5255 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5256
5257         * nis/nis_call.c (__do_niscall): Safe and reset errno.
5258
5259         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
5260
5261 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5262
5263         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
5264         declaration style to avoid warnings.
5265
5266 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
5267
5268         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
5269         "LD_DEBUG".
5270
5271 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5272
5273         * posix/Makefile (tests): Add wordexp-test.
5274         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
5275         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
5276
5277 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
5278
5279         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
5280         dependencies.
5281
5282         * elf/link.h (struct r_search_path_elem): Add two new field for
5283         lib path debugging.
5284         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
5285         variable accordingly.
5286         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
5287         is considered next along with information about load paths.
5288         * sysdeps/generic/dl-cache.c: Likewise.
5289         * elf/dl-support.c: Define _dl_debug_libs.
5290         * elf/genrtldtbl.awk: Add initializers for two new field in
5291         struct r_search_path_elem.
5292
5293 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5294
5295         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
5296         * sysdeps/m68k/lshift.S: Likewise.
5297         * sysdeps/m68k/rshift.S: Likewise.
5298         * sysdeps/m68k/sub_n.S: Likewise.
5299         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
5300         * sysdeps/m68k/m68020/mul_1.S: Likewise.
5301         * sysdeps/m68k/m68020/submul_1.S: Likewise.
5302
5303         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
5304         [_LIBC_REENTRANT]: Don't store into global errno.
5305
5306         * sysdeps/m68k/sysdep.h: New file.
5307         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
5308         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
5309         (DO_CALL): Change to expect syscall name as argument.
5310         (PSEUDO): Pass syscall_name to DO_CALL.
5311         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
5312         errno.
5313
5314 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5315
5316         * elf/rtld.c: Speed up processing of environment variables.  Do
5317         only one run on the environment by avoiding to call getenv.
5318         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
5319         function.  Used by patch above.
5320
5321 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5322
5323         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
5324         running nscd.
5325         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
5326         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
5327         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
5328
5329 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5330
5331         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
5332         module cannot be found.  Reported by Andreas Jaeger.
5333
5334 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5335
5336         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
5337         on platforms which default to unsigned chars.
5338         * nscd/nscd_getpw_r.c: Likewise.
5339         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
5340         defining it.
5341
5342 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5343
5344         * elf/Makefile (install-bin): Change = to += for sprof to install
5345         ldd also.
5346
5347 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
5348
5349         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
5350
5351 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
5352
5353         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
5354
5355 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5356
5357         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
5358         that a failure to connect to nscd doesn't change errno.
5359
5360 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5361
5362         * manual/maint.texi (Reporting Bugs): Change
5363         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
5364
5365         * locale/iso-4217.def: Likewise
5366
5367 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
5368
5369         * manual/texinfo.tex: Updated.
5370
5371 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5372
5373         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
5374         value.
5375         * sysdeps/posix/pathconf.c: Likewise.
5376         * posix/getconf.c: Print `undefined' if pathconf returns -1
5377         without setting errno.
5378
5379 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
5380
5381         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
5382         problem.
5383         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
5384         Patches by Elliot Lee <sopwith@cuc.edu>.
5385
5386 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
5387
5388         * elf/link.h (struct link_map): Add new field l_reloc_result.
5389         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
5390         of relocation for the object to be profiled.
5391         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
5392         to NULL.
5393         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
5394         array here.
5395         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
5396         contains a result from a previous run use this instead of computing
5397         the value again.
5398         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
5399
5400 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5401
5402         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
5403         offsets into the GOT.
5404         (RTLD_START): Likewise.
5405
5406 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
5407
5408         * elf/sprof.c: Cleanup a bit.
5409
5410 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
5411
5412         * sysdeps/generic/sysdep.h (L): New. Define.
5413
5414         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
5415
5416         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
5417
5418         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
5419         to have only one exit point for functions.
5420         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
5421         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
5422         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
5423         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
5424         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
5425
5426 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5427
5428         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
5429         reset errno so that errno isn't set to ENOSYS in the first call.
5430         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
5431         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
5432         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
5433         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
5434
5435 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
5436
5437         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
5438         * sysdeps/i386/addmul_1.S: Likewise.
5439         * sysdeps/i386/lshift.S: Likewise.
5440         * sysdeps/i386/mul_1.S: Likewise.
5441         * sysdeps/i386/rshift.S: Likewise.
5442         * sysdeps/i386/sub_n.S: Likewise.
5443         * sysdeps/i386/submul_1.S: Likewise.
5444         * sysdeps/i386/i586/add_n.S: Likewise.
5445         * sysdeps/i386/i586/addmul_1.S: Likewise.
5446         * sysdeps/i386/i586/lshift.S: Likewise.
5447         * sysdeps/i386/i586/mul_1.S: Likewise.
5448         * sysdeps/i386/i586/rshift.S: Likewise.
5449         * sysdeps/i386/i586/sub_n.S: Likewise.
5450         * sysdeps/i386/i586/submul_1.S: Likewise.
5451
5452         * sysdeps/i386/sysdep.h: Extend last change.
5453
5454         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
5455         to have only one exit point for functions.
5456
5457 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5458
5459         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
5460         search.
5461
5462 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
5463
5464         * Makerules: Generate libc.so with absolute paths for the used
5465         shared objects.
5466
5467         * config.make.in: Add MAKEINFO definition.
5468
5469 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5470
5471         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
5472         (ENTRY): Use STABS_FUN.
5473         (END): Use STABS_FUN_END.
5474         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
5475
5476         * elf/Makefile: Add rules to build sprof program.
5477         * elf/sprof.c: New file.
5478
5479 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5480
5481         * misc/syslog.c (openlog_internal): Insert missing closing brace.
5482
5483 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5484
5485         * configure.in: Check for working msgfmt version (from GNU gettext
5486         0.10 or later).
5487
5488 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5489
5490         * configure.in: Avoid //s in sysdirs.
5491         Patch by Roland McGrath.
5492
5493         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
5494
5495 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
5496
5497         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
5498         setting _dl_global_scope for RTLD_GLOBAL.
5499
5500 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5501
5502         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
5503         possible lists of object-suffixes are taken care of.
5504
5505 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
5506
5507         * timezone/private.h: Update from tzcode1998c.
5508         * timezone/zic.c: Likewise.
5509         * timezone/antarctica: Updated from tzdata1998c.
5510         * timezone/asia: Likewise.
5511         * timezone/australasia: Likewise.
5512         * timezone/europe: Likewise.
5513         * timezone/southamerica: Likewise.
5514
5515 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5516
5517         * posix/glob.c (glob_in_dir): Add support for cases insensitive
5518         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
5519
5520 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
5521
5522         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
5523         Changed type of TWO43, TWO52 from float to double.
5524         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
5525         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
5526         Changed type of TWO43 from float to double.
5527         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
5528         Use __isinff.
5529
5530 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
5531
5532         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
5533         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
5534         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
5535
5536 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
5537
5538         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
5539         kernel_termios.h.
5540         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
5541         Clean up random whitespace.
5542         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
5543         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
5544         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
5545         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
5546
5547 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
5548
5549         * shlib-versions: Match alpha*.
5550         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
5551         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
5552
5553         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
5554         Implement copysign* with and without __ prefix.
5555         Likewise for fabs; use builtin for gcc 2.8.
5556         (floor*): New.
5557         (fdim*): New.
5558
5559         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
5560         (R_SPARC*): Match current v9 ABI.
5561
5562         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
5563
5564         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
5565         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
5566         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
5567         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
5568         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
5569         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
5570         * sysdeps/unix/grantpt.c (argv): Fix consts.
5571         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
5572         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
5573
5574 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5575
5576         * misc/syslog.c: Change to allow user the interpretation of the
5577         outcome even with syslog having no return value.
5578
5579 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
5580
5581         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
5582         that the number of program headers is >0 (which is wrong for the
5583         loader itself).
5584
5585 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5586
5587         * Makefile (distribute): Add README.libm.
5588
5589 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5590
5591         * time/clocktest.c (main): Correct typo: "--" -> "==".
5592
5593 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
5594
5595         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
5596         inline function.
5597         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
5598         inline functions.
5599
5600         * math/libm.map (__atan2): Added.
5601
5602 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5603
5604         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
5605         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
5606
5607         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
5608         bug.
5609
5610 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5611
5612         * manual/arith.texi (Old-style number conversion): Correct
5613         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
5614
5615 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5616
5617         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
5618         but does not require it.  Handle missing argv[] values gracefully.
5619         * posix/execl.c: Likewise.
5620         * posix/execle.c: Likewise.
5621
5622 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5623
5624         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
5625         bit.
5626         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
5627
5628 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5629
5630         * libc.map: Add __adjtimex.
5631
5632 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5633
5634         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
5635         Remove memset.
5636
5637 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
5638
5639         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
5640         to 64.
5641
5642         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
5643
5644         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
5645         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
5646
5647         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
5648         for shared library.
5649
5650         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
5651
5652         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
5653         Added adjtimex and old_adjtimex.
5654
5655         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
5656         New.
5657         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
5658         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
5659
5660         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
5661         symbols only for shared library.
5662         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5663         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5664         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5665         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5666         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5667         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5668         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5669
5670         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
5671         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5672         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5673         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5674         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5675         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5676         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5677         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5678
5679         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
5680         rusage pointer.
5681
5682         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
5683         New macros.
5684         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
5685         timex and __adjtimex, respectively.
5686
5687         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
5688
5689         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
5690
5691 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
5692
5693         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
5694         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
5695
5696 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
5697
5698         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
5699
5700 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5701
5702         * Makefile.in: Disable built-in rules.
5703
5704 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5705
5706         * sysdeps/i386/fpu/t_exp.c: Move to ...
5707         * sysdeps/libm-i387/t_exp.c: ... here.
5708
5709 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
5710
5711         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
5712         from __exp2_deltatable.
5713
5714 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
5715
5716         * nis/ypclnt.c (yp_master): Check result of strdup.
5717         Patch by Thorsten Kukuk.
5718
5719 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5720
5721         * nis/ypclnt.c: Give clnt handle after error checking free, change
5722         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
5723
5724 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
5725
5726         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
5727         Patch by Joe Keane <jgk@jgk.org>.
5728
5729         * misc/fstab.h (struct fstab): Change fs_type member to be const.
5730         * misc/fstab.c: Remove casts in fs_type assignments.
5731
5732 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5733
5734         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
5735         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
5736         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
5737         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
5738         * sysdeps/powerpc/bits/fenv.h: Likewise.
5739         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
5740         * sysdeps/generic/bits/fenv.h: Likewise.
5741         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
5742         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
5743         * sysdeps/powerpc/test-arith.c (main): Likewise.
5744
5745 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5746
5747         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
5748         the comparison macros.
5749
5750 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
5751
5752         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
5753         (__log2): Fixed return values.
5754         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
5755
5756 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5757
5758         * math/math.h (isunordered): Rename local variables to ensure
5759         correct code.  Reported by HJ Lu.
5760
5761 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
5762
5763         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
5764         isless, islessequal, islessgreater, isunordered): Fix syntax for
5765         fucompip instruction.
5766         (isless, islessequal): Fix logic.
5767
5768 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5769
5770         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
5771         (comparisons_test): New tests for comparison macros.
5772
5773 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
5774
5775         * Makeconfig: Filter out frame-pointer effecting options when
5776         compiling profiling or debugging code.
5777         * config.h.in (internal_function): Don't define here if PROF is
5778         defined.
5779         * gmon/gmon.c (__moncontrol): Don't change state if already in error
5780         state.
5781         (__monstartup): If calloc fails set error state and mark array as
5782         not allocated.
5783         (_mcleanup): Don't call write_gmon if in error state.  Don't try
5784         to free array if not  successfully allocated.
5785
5786         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
5787         Include elf.h to get macro definitions.
5788         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
5789
5790 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
5791
5792         * elf/ldd.sh.in: Add compatibility for broken old shells.
5793         * elf/ldd.bash.in: Likewise.
5794
5795 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
5796
5797         * sunrpc/rpc_main.c (open_input): Check pipe return error.
5798
5799         * time/clocktest.c (main): Check signal return error.
5800
5801 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5802
5803         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
5804         "/" and use do-install-program. Reported by Mark M. Kettenis.
5805         (subdir_install):  Likewise.
5806
5807 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5808
5809         * sunrpc/rpc_sample.c: Fix typo.
5810
5811         * nscd/connections.c: Use locale.
5812         * nscd/grpcache.c: Add debug messages, gidtbl should get the
5813           calloc result.
5814         * nscd/nscd.c: Check if init functions fails.
5815         * nscd/nscd_conf.c: Allow disabling of group cache.
5816         * nscd/nscd_getgr_r.c: Fix return code if group not found.
5817         * nscd/pwdcache.c: Fix debug messages.
5818
5819 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5820
5821         * libc.map: Add __monstartup and _mcleanup for profiling support.
5822
5823 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5824
5825         * libc.map: Export __getpagesize, for binary compatibility with
5826         2.0.
5827
5828 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5829
5830         * posix/globtest.sh: Use --library-path instead of
5831         LD_LIBRARY_PATH.
5832         * localedata/sort-test.sh: Likewise.
5833         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
5834
5835 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5836
5837         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
5838         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
5839         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5840
5841         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
5842         kernel_sigaction): Define.
5843         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
5844         kernel_sigaction): Define.
5845
5846 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5847
5848         * math/libm-test.c: Change epsilons for libm-ieee754.
5849
5850 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
5851
5852         * sysdeps/i386/__longjmp.S: Fix race condition.
5853         Reported by Bruno Haible <haible@ilog.fr>.
5854
5855 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
5856
5857         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
5858         * iconvdata/8bit-gap.c: Likewise.
5859         * iconvdata/8bit-generic.c: Likewise.
5860         * iconvdata/iso6937.c: Likewise.
5861         * iconvdata/iso8859-1.c: Likewise.
5862         * iconvdata/sjis.c: Likewise.
5863         * iconvdata/t61.c: Likewise.
5864
5865 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5866
5867         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
5868         feature tests by positive feature tests.
5869
5870 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5871
5872         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
5873
5874 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
5875
5876         * elf/dlvsym.c (dlvsym_doit): More corrections.
5877         Patch by Andreas Jaeger.
5878
5879 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5880
5881         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
5882
5883 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
5884
5885         * libc.map: More reordering for GLIBC_2.1 symbols.
5886
5887 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5888
5889         * libc.map: Move some functions from version GLIBC_2.0 to
5890         GLIBC_2.1, reorder declarations.
5891
5892 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5893
5894         * resolv/gethnamaddr.c (addrsort): Make this function extern.
5895         Patch by zab@thebrain.grumblesmurf.net.
5896
5897 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5898
5899         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
5900         NIS+ functions with version GLIBC_2.1.
5901
5902 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
5903
5904         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
5905         with 2.0 binaries.  Reported by Thorsten Kukuk.
5906
5907 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5908
5909         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
5910
5911         * elf/dlsym.c (dlsym_doit): Likewise.
5912
5913 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5914
5915         * elf/link.h: Correct typos.
5916
5917         * iconv/iconv_prog.c: Correct typo.
5918
5919 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
5920
5921         * iconv/Makefile: Add rules to build and install iconv program.
5922         * iconv/iconv_prog.c: New file.
5923
5924 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
5925
5926         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
5927         _dl_lookup_symbol_skip call.
5928         * elf/dlvsym.c (dlvsym_doit): Likewise.
5929
5930 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
5931
5932         * libio/iovsscanf.c: Do not include errno.h.
5933
5934 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5935
5936         * elf/dl-load.c (add_name_to_object): Don't translate strings.
5937         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
5938         pulling in the whole error list.
5939         (__dcgettext, dcgettext): Removed.
5940         * libc.map: Export _strerror_internal.
5941
5942 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
5943
5944         * sysdeps/i386/fpu/t_exp.c: New file.
5945
5946 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5947
5948         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
5949         everything with version GLIBC_2.1.
5950         * hesiod/libnss_hesiod.map: Likewise.
5951
5952 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5953
5954         * manual/arith.texi (Old-style number conversion): This node is a
5955         section, not a subsection.
5956
5957 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5958
5959         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
5960
5961 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5962
5963         * elf/rtld.c (dl_main): Make sure that the library search paths
5964         have been initialized before the first call to _dl_map_object.
5965
5966 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5967
5968         * Makerules (common-generated): Add libc_pic.os.
5969
5970 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5971
5972         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
5973         of the executable.
5974
5975 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5976
5977         * sysdeps/m68k/fpu/t_exp.c: New file.
5978
5979 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5980
5981         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
5982         to global errno variable anymore.
5983
5984 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
5985
5986         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
5987         If PRELOADED is nonzero check in case of an SUID application
5988         whether the shared object has the SUID bit set.
5989         Fix some other problems with handling shared objects in system
5990         specific directories.
5991         (_dl_map_object): Also take extra parameter and pass it to open_path.
5992         * elf/link.h (_dl_map_object): Correct prototype and comment.
5993         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
5994         * elf/dl-open.c (_dl_open): Likewise.
5995         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
5996
5997         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
5998
5999 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
6000
6001         * math/libm-test.c (modf_test): Add test for 1.5.
6002
6003         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
6004         0 to get always an int.
6005
6006 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6007
6008         * math/libm.map: Move all symbols that are new in glibc 2.1 to
6009         version GLIBC_2.1.
6010
6011 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
6012
6013         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
6014         trying to read another character.
6015
6016 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6017
6018         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
6019         name to lowercase.
6020
6021         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
6022         name to lowercase, add test for big enough buffer.
6023
6024 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6025
6026         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
6027         Make compatible with older kernels.  Patch by Richard Henderson.
6028
6029 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
6030
6031         * elf/dl-load.c (open_path): Use __xstat instead of stat.
6032
6033         * localedata/tst-locale.sh: Comment out first test for now.
6034
6035 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
6036
6037         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
6038         as 1.
6039         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
6040         Likewise.
6041
6042         * libio/iogetline.c (_IO_getline_info): Renamed from
6043         _IO_getline.
6044         (_IO_getline): Just call _IO_getline_info.
6045
6046         * libio/libioP.h (_IO_getline_info): New declaration.
6047
6048         * libc.map (_IO_getline_info, __write): Added.
6049
6050 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6051
6052         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
6053         const char* to shut up gcc.
6054
6055 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
6056
6057         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
6058         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
6059
6060         * math/math.h: Define M_* constants always as `double' and add new
6061         macros M_*l which are of type `long double'.
6062         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
6063         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
6064         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
6065         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
6066         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
6067         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
6068         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
6069         * math/libm-tst.c: Likewise.
6070
6071         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
6072         define as long double unconditionally.
6073
6074 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6075
6076         * manual/arith.texi (Old-style number conversion): Correct some
6077         typos.
6078
6079 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
6080
6081         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
6082         Restore.
6083
6084         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
6085
6086 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
6087
6088         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
6089         on $(rtld-ldscript).
6090
6091         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
6092         starting from 0 not only from `from'.
6093         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
6094
6095 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
6096
6097         * elf/rtld.c (dl_main): Recognize --library-path parameter and
6098         pass value (or NULL) to _dl_init_paths.
6099         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
6100         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
6101         environment variable.
6102         * elf/link.h: Change prototype for _dl_init_paths.
6103         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
6104
6105         * localedata/Makefile (distribute): Add test files.
6106
6107 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6108
6109         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
6110         test1.def, test2.def, test3.def, test4.def}: Simple input files
6111         for localedef. Contributed by Yung-Ching Hsiao
6112         <yhsiao@cae.wisc.edu>.
6113
6114         * localedata/Makefile (tests): Call tst-locale.sh.
6115
6116         * localedata/tst-locale.sh: New file, regression tests for some
6117         localedef problems.
6118
6119 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6120
6121         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
6122
6123         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
6124         terminated.
6125         * nis/nss_nisplus/nisplus-network.c: Likewise.
6126         * nis/nss_nisplus/nisplus-proto.c: Likewise.
6127         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
6128         * nis/nss_nisplus/nisplus-service.c: Likewise.
6129
6130         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
6131         and support generating thread safe RPC code.
6132         * sunrpc/rpc_main.c: Add changes.
6133         * sunrpc/rpc_clntout.c: Likewise.
6134         * sunrpc/rpc_cout.c: Likewise.
6135         * sunrpc/rpc_hout.c: Likewise.
6136         * sunrpc/rpc_parse.c: Likewise.
6137         * sunrpc/rpc_sample.c: Likewise.
6138         * sunrpc/rpc_scan.c: Likewise.
6139         * sunrpc/rpc_svcout.c: Likewise.
6140         * sunrpc/rpc_util.c: Likewise.
6141         * sunrpc/rpc_util.h: Add new structs and prototypes.
6142         * sunrpc/proto.h: Remove prototypes for static functions.
6143
6144 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6145
6146         * locale/programs/ld-messages.c (messages_finish): Don't skip
6147         error checking when being quiet.
6148         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
6149         (set_class_defaults): Likewise.
6150         * locale/programs/charmap.c (parse_charmap): Likewise.
6151         * locale/programs/ld-collate.c (collate_finish): Likewise.
6152         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
6153         * locale/programs/ld-time.c (time_finish): Likewise.
6154         * locale/programs/locfile.c (write_locale_data): Likewise.
6155
6156         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
6157         unknown characters and empty ranges.
6158         * locale/programs/ld-collate.c (collate_order_elem): When
6159         processing an ellipsis properly form a linked list in the result
6160         table, fix typo when allocating ordering array.
6161         [PR libc/419]
6162
6163 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6164
6165         * elf/Makefile (ld-map): Define.
6166         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
6167         `$(rtld-ldscript)'.
6168         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
6169         on $(ld-map).
6170         (rtld-link): Combine the two versions of this definition.  Fixed
6171         to make it work when no symbol versioning is used.
6172
6173 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
6174
6175         * Makeconfig (build-program-cmd): Use --library-path parameter to
6176         ld.so instead of environment variable.
6177
6178         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
6179         * sunrpc/rpc_main.c: Remove support for -$$ option again.
6180
6181 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6182
6183         * Make-dist: Respect with-cvs setting.
6184         * MakeTAGS (all-pot): Likewise.
6185         * sysdeps/sparc/sparc32/Makefile: Likewise.
6186         * sysdeps/mach/hurd/Makefile: Likewise.
6187         * stdlib/Makefile: Likewise.
6188         * posix/Makefile: Likewise.
6189         * intl/Makefile: Likewise.
6190         * po/Makefile (linguas): Likewise
6191
6192 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6193
6194         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
6195
6196 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
6197
6198         * libc.map: Add __strcasecmp.
6199
6200         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
6201         module.
6202
6203         * nss/getXXent_r.c: If no more module is found don't try to call
6204         setXXent functions but leave unsuccessfully.
6205
6206         * malloc/obstack.h: Cleanups.
6207
6208         * sysdeps/wordsize-32/stdint.h: New file.
6209         * sysdeps/wordsize-64/stdint.h: New file.
6210         * sysdeps/generic/stdint.h: New file.
6211         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
6212         * sysdeps/wordsize-64/inttypes.h: Likewise.
6213         * stdlib/Makefile (headers): Add stdint.h.
6214
6215 1998-02-03  Paul Eggert  <eggert@twinsun.com>
6216
6217         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
6218
6219 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6220
6221         * timezone: New directory.
6222         * time/README, time/africa, time/antarctica, time/asia,
6223         time/australasia, time/backward, time/checktab.awk,
6224         time/etcetera, time/europe, time/factory, time/ialloc.c,
6225         time/iso3166.tab, time/leapseconds, time/northamerica,
6226         time/pacificnew, time/private.h, time/scheck.c,
6227         time/solar87, time/solar88, time/solar89, time/southamerica,
6228         time/systemv, time/test-tz.c, time/tzfile.h,
6229         time/tzselect.ksh, time/yearistype, time/zdump.c,
6230         time/zic.c, time/zone.tab: Moved to timezone.
6231         * time/tzfile.c: Include tzfile.h from timezone subdir.
6232         * time/tzset.c: Likewise.
6233         * time/Makefile: Cut out all code relating to timezones...
6234         * timezone/Makefile: ...and paste it in here.
6235         * Makefile (subdirs): Add timezone.
6236
6237 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
6238
6239         * libc.map (_sys_nerr): Added.
6240
6241         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
6242         versioned symbol.
6243
6244 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
6245
6246         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
6247         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
6248         Reported by Craig Metz <cmetz@inner.net>.
6249
6250 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6251
6252         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
6253         instead of strcasecmp.
6254         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
6255
6256         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
6257
6258 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
6259
6260         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
6261         Patch by Dean Gaudet <dgaudet@arctic.org>.
6262
6263 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
6264
6265         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
6266
6267 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6268
6269         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
6270         with no poll syscall, just include the BSD version.
6271         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
6272         kernel without the syscall, include the stub version.
6273         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
6274         * sysdeps/generic/getresuid.c: New file.
6275         * sysdeps/generic/getresgid.c: New file.
6276
6277 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
6278
6279         * stdio-common/vfscanf.c: Correct last change a bit.
6280
6281 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
6282
6283         * elf/Makefile: Don't use --version-script parameter to link ld.so
6284         unconditionally.
6285
6286 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
6287
6288         * math/Makefile: Add t_exp.
6289         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
6290         constants.
6291         * math/test-reduce.c: Remove temporarily, it seems to be broken.
6292         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
6293         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
6294         better accuracy.
6295         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
6296         algorithm for very large/very small arguments.
6297         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
6298         correct algorithm for very large/very small arguments; adjust for
6299         new table.
6300         * sysdeps/libm-ieee754/t_exp.c: New file.
6301         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
6302
6303         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
6304         back, with comment that explains what breaks when you remove it :-(.
6305
6306         * localedata/xfrm-test.c: Avoid integer overflow.
6307
6308         * stdlib/strfmon.c: char is unsigned, sometimes.
6309
6310         * sysdeps/powerpc/Makefile: Remove quad float support.
6311         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
6312         * sysdeps/powerpc/quad_float.h: Likewise.
6313         * sysdeps/powerpc/test-arith.c: Likewise.
6314         * sysdeps/powerpc/test-arithf.c: Likewise.
6315
6316         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
6317         * sysdeps/generic/s_exp2f.c: Likewise.
6318
6319         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
6320         don't try anything if _SOFT_FLOAT.
6321
6322 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6323
6324         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
6325         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
6326         * wctype/wctype.c: Likewise.
6327         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
6328         changed.  They are incompatible with the _ISxxx values from
6329         <ctype.h> on little endian machines.
6330         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
6331         bit number.  This fixes the real bug and restores the integrity of
6332         the ctype locale file.
6333         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
6334         * wctype/wcfuncs_l.c: Likewise.
6335         * wctype/wcextra.c: Likewise.
6336         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
6337         byte swapping.
6338
6339 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6340
6341         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
6342         into .bss segment instead of .common, so that aliases on it work.
6343
6344         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
6345         .size directives, put into .bss segment instead of initializing it
6346         to 4.
6347
6348 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
6349
6350         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
6351
6352         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
6353         functions.
6354         Make names without __ weak aliases.
6355         (__libc_release, __libc_version): Make them static.
6356
6357         * include/gnu/libc-version.h: New file.
6358         * Makefile (headers): Add gnu/libc-version.h.
6359
6360 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
6361
6362         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
6363         and use x for member name.
6364         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
6365
6366         * stdlib/drand48.c: Change according to member name change.
6367         * stdlib/drand48_r.c: Likewise.
6368         * stdlib/lcong48_r.c: Likewise.
6369         * stdlib/lrand48.c: Likewise.
6370         * stdlib/lrand48_r.c: Likewise.
6371         * stdlib/mrand48.c: Likewise.
6372         * stdlib/mrand48_r.c: Likewise.
6373         * stdlib/seed48.c: Likewise.
6374         * stdlib/seed48_r.c: Likewise.
6375         * stdlib/srand48_r.c: Likewise.
6376
6377 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6378
6379         * nss/test-netdb.c: Add some more test cases.
6380
6381 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
6382
6383         * libio/iovsscanf.c: Undo last change modifying errno.
6384
6385 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6386
6387         * stdio-common/vfscanf.c: Never try to read another character
6388         after EOF.  Don't decrement read_in after EOF, it wasn't
6389         incremented in the first place.
6390         (NEXT_WIDE_CHAR): Set First, not first.
6391
6392 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
6393
6394         * db/Makefile ($(inst_libdir)/libndbm.a,
6395         $(inst_libdir)/libndbm.so): New targets.
6396         * db2/Makefile: Likewise.
6397
6398 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
6399
6400         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
6401         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
6402
6403 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6404
6405         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
6406         <streambuf.h>.
6407         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
6408
6409 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6410
6411         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
6412         versioned symbols.
6413
6414 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
6415
6416         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
6417         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
6418         Added for libdl.so.
6419
6420 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6421
6422         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
6423         extra syscall.
6424
6425         * grp/Makefile: Fix logic when checking for thread package.
6426         * pwd/Makefile: Likewise.
6427
6428 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
6429
6430         * elf/Makefile (rtld-map): Replaced by libc-map.
6431
6432         * elf/rtld.map: Removed.
6433
6434         * libc.map (__libc_enable_secure, _dl_catch_error,
6435         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
6436         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
6437         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
6438         _dl_object_relocation_scope, _dl_relocate_object,
6439         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
6440         _r_debug): Added for ld.so.
6441
6442 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
6443
6444         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
6445         DO_VERSIONING.
6446         * libio/iofdopen.c: Ditto.
6447         * libio/iofopen.c: Ditto.
6448         * libio/oldfileops.c: Ditto.
6449
6450         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
6451         version GLIBC_2.1.
6452
6453         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
6454         oldsiglist from sysdep_routines and shared-only-routines.
6455
6456         * sysdeps/unix/sysv/linux/errlist.c: New.
6457         * sysdeps/unix/sysv/linux/errlist.h: New.
6458         * sysdeps/unix/sysv/linux/sizes.h: New.
6459         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
6460         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
6461
6462         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
6463
6464         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
6465         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
6466         directive.
6467
6468         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
6469
6470         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
6471         (oldsiglist.c): Removed.
6472
6473         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
6474         (_sys_siglist): Use SYS_SIGLIST instead.
6475         (_sys_nerr): Use SYS_NERR instead.
6476
6477         * sysdeps/gnu/errlist.c: Rebuilt.
6478
6479 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
6480
6481         * elf/Makefile (others-static): New, set to ldconfig.
6482         ($(objpfx)ldconfig): Removed.
6483
6484         * Rules (binaries-all, binaries-static, binaries-shared): New.
6485         Create targets for $(binaries-static) and $(binaries-shared).
6486
6487         * Makeconfig (+link-static, link-libc-static,
6488         link-extra-libs-static): New for static linking.
6489
6490 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6491
6492         * manual/memory.texi (Using the Memory Debugger): Fix typo.
6493
6494         * math/libm-test.c (modf_test): Add one more test for modf.
6495
6496 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
6497
6498         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
6499         Rename from __libc_have_rt_sigs and leave as COMMON data.
6500
6501 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
6502
6503         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
6504         of __finite.
6505
6506 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
6507
6508         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
6509
6510 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
6511
6512         * misc/tst-efgcvt.c: Add yet more tests.
6513         * misc/efgcvt_r.c: And correct for these tests again.
6514         Reported by HJ Lu.
6515
6516         * isomac.c: Move to...
6517         * stdlib/isomac.c: ...here.
6518         * Makefile: Move rules for handling isomac...
6519         * stdlib/Makefile: ...to here.
6520
6521 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6522
6523         * misc/tst-efgcvt.c: Add more tests.
6524         * misc/efgcvt_r.c: Correct result for above new tests.
6525
6526 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
6527
6528         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
6529         NDIGIT <= 0.
6530
6531 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
6532
6533         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
6534         if the programs weren't built.
6535
6536 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
6537
6538         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
6539         FE_TONEAREST, soldier on regardless and do the best we can.
6540         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
6541
6542 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
6543
6544         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
6545         _STDIO_H, before including <bits/stdio_lim.h>.
6546
6547         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
6548
6549         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
6550         exist.
6551
6552         * sysdeps/arm/sys/ucontext.h: New file.
6553
6554 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
6555
6556         * manual/stdio.texi (Formatted Output Functions): Explicitly say
6557         that the return value from snprintf() does not count the
6558         terminating NUL as a character.
6559
6560 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6561
6562         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
6563         add description for sete[ug]id and general cleanup.
6564         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6565
6566 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6567
6568         * Makefile (parent-clean): Don't remove makefile fragments here.
6569         (postclean): New variable.
6570         (clean): Remove makefile fragments here.
6571         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
6572         (generated): Add isomac and isomanc.out.
6573         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
6574         avoid-generated is set.
6575         (postclean-generated): Add soversion.mk.
6576         ($(common-objpfx)version.mk): Don't include if avoid-generated is
6577         set.
6578         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
6579         avoid-generated is set.
6580         (common-generated): Add libc.so and libc.so$(libc.so-version).
6581         (generated): Add versioned libraries.
6582         (common-mostlyclean): Also remove %.so and %_pic.a.
6583         * csu/Makefile (generated): Add abi-tag.h.
6584         * db2/Makefile (extra-objs): Add getlong.o.
6585         * elf/Makefile (generated): Add ld.so, ldd and
6586         $(rtld-installed-name).
6587         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
6588         * malloc/Makefile (generated): Add mtrace.
6589         * po/Makefile: Don't include version.mk, not needed any more.
6590         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
6591         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
6592         syscall.h -> sys/syscall.h.
6593         (common-generated): Add s-proto.d.
6594         (postclean-generated): Add sysd-syscalls.
6595         * localedata/Makefile (test-output): Add all output files.
6596         (generated): Add test-input and test-output.
6597         (generated-dirs): Add all the dirs.
6598
6599 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6600
6601         * Makefile (test-output, generated, generated-dirs): New
6602         variables.
6603
6604 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6605
6606         * resolv/nss_dns/dns-host.c: Various code cleanups.
6607
6608 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
6609
6610         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
6611         From Philip Blundell <pb@nexus.co.uk>.
6612         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
6613
6614 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6615
6616         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
6617         Suggested by debian/sparc porters.
6618
6619 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6620
6621         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
6622         for ecvt and fcvt.
6623
6624 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
6625
6626         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
6627         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
6628
6629         * signal/signal.h: Always define sigset_t if __need_sigset_t is
6630         defined even if __USE_POSIX is not defined.
6631
6632 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6633
6634         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
6635         to support obsolete tty major numbers correctly.
6636
6637 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
6638
6639         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
6640         directory first and ignore install error.
6641
6642         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
6643         128 from ptyno and fix a typo for the BSD style pty.
6644
6645 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6646
6647         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
6648         syscalls.list's.
6649
6650 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6651
6652         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
6653         getresuid and getresgid.
6654
6655         * sysdeps/unix/sysv/linux/getresuid.c: New file.
6656         * sysdeps/unix/sysv/linux/getresgid.c: New file.
6657
6658         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
6659         s_getres[ug]id.
6660
6661         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
6662         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6663         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6664         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
6665
6666 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
6667
6668         * nscd/grpcache.c: Include <stdlib.h>.
6669
6670 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
6671
6672         * stdlib/atoll.c: Fix comments.
6673
6674         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
6675         * sysdeps/posix/ttyname_r.c: Ditto.
6676
6677 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6678
6679         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
6680         __USE_MISC, independent of __USE_UNIX98.
6681
6682 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
6683
6684         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
6685         Rename from __libc_have_rt_sigs and leave as COMMON data.
6686
6687 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
6688
6689         * Makeconfig (CFLAGS-.os): Kill -fno-common.
6690         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
6691
6692         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
6693         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
6694         version symbols.
6695         * include/libc-symbols.h (symbol_version, default_symbol_version):
6696         Provide asm versions and correct !DO_VERSIONING versions.
6697         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
6698         the weak symbol list.
6699
6700         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
6701         Rename from __libc_have_rt_sigs and leave as COMMON data.
6702         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6703         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6704         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6705
6706 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6707
6708         * sunrpc/Makefile: Correct dependencies of rpcgen.
6709
6710 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
6711
6712         * nscd/Makefile: Fix test for available linuxthreads add-on.
6713         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6714
6715 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6716
6717         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
6718
6719 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6720
6721         * sysdeps/gnu/Makefile: Respect with-cvs variable.
6722
6723         * manual/errno.texi (Error Messages): Correct description of
6724         strerror_r.  Pointed out by jonas@bagge.se.
6725
6726 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6727
6728         * manual/socket.texi (Host Address Functions): Clarify description
6729         of inet_network.
6730
6731 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6732
6733         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
6734         (grantpt): Delete superfluous cast.
6735
6736 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6737
6738         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
6739         elf/ldso_install instead of elf/subdir_install.
6740         (elf/ldso_install): New target.
6741
6742         * elf/Makefile (ldso_install): New target.
6743
6744 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6745
6746         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
6747         of 1998-01-06.
6748
6749 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6750
6751         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
6752         constant expressions.
6753
6754 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6755
6756         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
6757         for __nss_configure_lookup.
6758         (output_hostent): Remove unused variable.
6759
6760 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6761
6762         * string/tst-inlcall.c: Fix format string.
6763
6764 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6765
6766         * inet/netinet/in.h: Rename second parameter of bindresvport to
6767         avoid buggy gcc warning. [PR libc/412]
6768
6769 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
6770
6771         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
6772         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
6773
6774         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
6775         Follow POSIX and make tv_sec a time_t.
6776         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
6777         new tv64 syscall as well as fall back to tv32.
6778         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6779         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6780         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6781         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6782         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6783         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6784         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6785         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
6786
6787         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
6788         * include/rpcsvc/nis_tags.h: Likewise.
6789         * include/rpcsvc/nislib.h: Likewise.
6790
6791 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
6792
6793         * libc.map: Add _h_errno.
6794         * inet/herrno.c: Make _h_errno weak alias.
6795
6796         * login/Makefile (distribute): Add pty-internal.h.
6797
6798         * nscd/Makefile (distribute): Add all the files missing.
6799
6800         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
6801         are available.
6802
6803         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
6804         and report status at the end.
6805
6806         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
6807
6808         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
6809         variable.
6810         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
6811         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
6812         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
6813
6814 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
6815
6816         * configure.in: Fix --enable-add-ons code.
6817
6818 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6819
6820         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
6821         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
6822         [PR libc/441]
6823
6824         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
6825         occurence in cache.  Reported by Rudolf Leitgeb
6826         <leitgeb@leland.stanford.edu>.
6827         [PR libc/440]
6828
6829 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
6830
6831         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
6832         that it never is EINTR (which is tested for in _IO_vfscanf).
6833
6834         * Makefile.in: Call sub-make with CVSOPTS.
6835
6836         * elf/Makefile (distribute): Add dl-procinfo.h.
6837
6838         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
6839
6840 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
6841
6842         * version.h (VERSION): Bump to 2.0.92.
6843
6844 1998-01-31  Phil Blundell  <philb@gnu.org>
6845
6846         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
6847         alias for __new_sys_siglist.
6848
6849 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
6850
6851         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
6852         getgrgid_r.c if thread package is available.
6853         * pwd/Makefile: Likewise.
6854         * grp/getgrnam_r.c: Remove USE_NSCD definition.
6855         * grp/getgrgid_r.c: Likewise.
6856         * pwd/getpwnam_r.c: Likewise.
6857         * pwd/getpwuid_r.c: Likewise.
6858
6859 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
6860
6861         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
6862         with error to allow user intervention.
6863         * nss/getXXent_r.c: Likewise.
6864
6865 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
6866
6867         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
6868         AT_PLATFORM string.  Pretty print AT_BASE info.
6869
6870         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
6871         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
6872         * sysdeps/generic/dl-procinfo.h: New file.
6873         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
6874
6875 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
6876
6877         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
6878
6879         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
6880         thread and not pthread_detach.
6881
6882         * nscd/nscd.c: Rewrite to use argp instead of getopt.
6883
6884 1998-01-31  Phil Blundell  <philb@gnu.org>
6885
6886         * configure.in: Add --without-cvs option to suppress automatic
6887         checkin of regenerated files.
6888         * config.make.in: Likewise.
6889         * Makefile: Respect with-cvs setting.
6890         * Makerules: Likewise.
6891
6892         * configure.in: Allow the standalone ARM port to be configured.
6893
6894 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6895
6896         * grp/getgrgid_r.c: Define USE_NSCD.
6897         * grp/getgrnam_r.c: Likewise.
6898         * pwd/getpwuid_r.c: Likewise.
6899         * pwd/getpwnam_r.c: Likewise.
6900
6901         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
6902
6903         * nss/getXXbyYY_r.c: Try at first nscd.
6904
6905         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
6906         * nscd/connections.c: New file.
6907         * nscd/dbg_log.c: New file.
6908         * nscd/dbg_log.h: New file.
6909         * nscd/grpcache.c: New file.
6910         * nscd/nscd.c: New file.
6911         * nscd/nscd.h: New file.
6912         * nscd/nscd_conf.c: New file.
6913         * nscd/nscd_stat.c: New file.
6914         * nscd/pwdcache.c: New file.
6915
6916         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
6917         * nscd/nscd_getpw_r.c: Likewise.
6918         * nscd/nscd_proto.h: New, prototypes for client functions.
6919
6920         * nscd/nscd.conf: New, example for a configuration file.
6921         * nscd/nscd.init: New, example for a startup script.
6922
6923         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
6924         avoid deadlocks.
6925         * nscd/getgrnam_r.c: Likewise.
6926         * nscd/getpwnam_r.c: Likewise.
6927         * nscd/getpwuid_r.c: Likewise.
6928
6929 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
6930
6931         * intl/Makefile: Use CVSOPTS in cvs invocation.
6932         * po/Makefile: Likewise.
6933         * posix/Makefile: Likewise.
6934         * stdlib/Makefile: Likewise.
6935
6936 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
6937
6938         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
6939         [PR libc/410]
6940         * misc/Makefile (tests): Add tst-efgcvt.
6941         * misc/tst-efgcvt.c: New file.
6942
6943 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
6944
6945         * posix/regex.c: Add some more cleanups by Akim Demaille.
6946
6947 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
6948
6949         * signal/signal.h: Revert last change.
6950         * string/strsignal.c: Regard signal number NSGI as illegal.
6951         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
6952         members.
6953
6954 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
6955
6956         * Makefile.in: Add comment about CVSOPTS Makefile variable.
6957         * Makerules: Use CVSOPTS in cvs invocation.
6958         * Makefile: Likewise.
6959         * MakeTAGS: Likewise.
6960         * Make-dist: Likewise.
6961
6962 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
6963
6964         * sysdeps/generic/memmem.c: Correct last change.
6965
6966 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
6967
6968         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
6969         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
6970
6971 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6972
6973         * nis/ypclnt.c: Try at first to use the binding file from ypbind
6974         before using RPC.
6975
6976 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6977
6978         * manual/memory.texi (Heap Consistency Checking): mcheck is
6979         declared in <mcheck.h>.
6980         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
6981
6982 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6983
6984         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
6985         beginning of haystack.
6986
6987 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6988
6989         * nss/nss_files/files-service.c: Correct last patch.
6990
6991 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
6992
6993         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
6994         __libc_have_rt_sigs.
6995         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
6996         including <bits/setjmp.h>.
6997         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
6998         Patch from the Debian glibc/SPARC package.
6999
7000 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
7001
7002         * sysdeps/alpha/bzero.S: Fix a typo.
7003         * sysdeps/alpha/htonl.S: Ditto.
7004         * sysdeps/alpha/htons.S: Ditto.
7005
7006 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7007
7008         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
7009
7010 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
7011
7012         * include/cpio.h: Move to ...
7013         * posix/cpio.h: ...here.
7014
7015         * locale/programs/ld-collate.c: Fix typo.
7016
7017         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
7018
7019         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
7020
7021         * login/utmp_file.c (pututline_file): Don't always report success
7022         if similar entry is found.  Patch by Mark M. Kettenis.
7023
7024 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
7025
7026         * manual/Makefile: Don't try to install the info files if makeinfo
7027         is not available.
7028
7029 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
7030
7031         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
7032         kernel's network ioctls, rather than using <linux/sockios.h> to
7033         get them.  This way we are sure of maintaining compatibility if
7034         the kernel interface should change.
7035
7036 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
7037
7038         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
7039
7040 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
7041
7042         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
7043         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
7044
7045 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7046
7047         Implement System V pseudoterminal handling.
7048
7049         * login/Makefile
7050         (routines): Add getpt, grantpt, unlockpt, ptsname.
7051         (libutil-routines): Remove pty. Add openpty, forkpty.
7052         (distribute): New internal header pty-internal.h.
7053         (others): Add the helper program, pt_chown.
7054         (install-others): Install it, in $(libexecdir), mode 4755.
7055
7056         * login/pty-internal.h: New file.
7057         * login/openpty.c: New file.
7058         * login/forkpty.c: New file.
7059         * login/programs/pt_chown.c: New file.
7060
7061         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
7062         * stdlib/stdlib.h: Prototype them.
7063
7064         * config.make.in: Define $(libexecdir).
7065         * Makeconfig: Define $(inst_libexecdir).
7066
7067         * sysdeps/generic/pty.c: Removed.
7068         * sysdeps/unix/sysv/linux/pty.c: Removed.
7069
7070         * sysdeps/generic/getpt.c: Stub out.
7071         * sysdeps/generic/grantpt.c: Likewise.
7072         * sysdeps/generic/ptsname.c: Likewise.
7073         * sysdeps/generic/unlockpt.c: Likewise.
7074
7075         * sysdeps/unix/grantpt.c: New file.
7076         * sysdeps/unix/bsd/getpt.c: New file.
7077         * sysdeps/unix/bsd/unlockpt.c: New file.
7078         * sysdeps/unix/sysv/linux/getpt.c: New file.
7079         * sysdeps/unix/sysv/linux/ptsname.c: New file.
7080         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
7081
7082 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
7083
7084         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
7085
7086 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7087
7088         * nss/Makefile (tests): Add rule for test-netdb.c.
7089
7090         * nss/test-netdb.c: New file.
7091
7092 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
7093
7094         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
7095         really kept as a variable.  Patch by Richard Henderson,
7096         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
7097
7098         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
7099         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
7100         entries as not existing.
7101
7102 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7103
7104         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
7105         zero in alternate form with precision of zero, which must produce
7106         "0".  Add braces to avoid ambiguous `else'.
7107
7108 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7109
7110         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
7111         problem with strncpy.
7112         * nis/nss_compat/compat-pwd.c: Likewise.
7113         * nis/nss_compat/comapt-spwd.c: Likewise.
7114
7115 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7116
7117         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
7118         by uch@nop.or.jp. [PR libc/437]
7119
7120 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7121
7122         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
7123
7124 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7125
7126         * stdio-common/test-popen.c: Include <errno.h>.
7127
7128         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
7129         close.
7130
7131         * inet/getnetgrent_r.c: Include <errno.h>.
7132
7133         * db2/db/db_conv.c: Include <string.h> for memcpy.
7134
7135         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
7136         so that memcpy is declared.
7137
7138         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
7139
7140         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
7141
7142 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7143
7144         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
7145         overflow while reading line with fgets.
7146         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
7147
7148 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
7149
7150         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
7151         unsigned short, not short.
7152         Reported by Andreas Jaeger.
7153
7154 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7155
7156         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
7157         (ccept->accept).
7158
7159         * sysdeps/generic/inttypes.h: Fix spelling.
7160
7161 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7162
7163         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
7164
7165         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
7166
7167 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
7168
7169         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
7170         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
7171         field for hh modifier.
7172         * stdio-common/vfprint.c: Use is_char field and do not depend in
7173         is_short having the value 2.
7174         Bug reported by Andreas Jaeger.
7175
7176 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7177
7178         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
7179         PIC && DO_VERSIONING.
7180
7181 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7182
7183         * Rules: Add rules for $(common-objpfx)dummy$o.
7184
7185 1998-01-26  Richard Henderson  <rth@cygnus.com>
7186
7187         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
7188         unimplemented OSF/1 definitions so that they are not accidentally seen.
7189
7190         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
7191         of the trampoline function into the macro.
7192         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
7193         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
7194         kernel 2.1.82 has this fixed.
7195
7196         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
7197         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
7198
7199 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
7200
7201         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
7202         support sigaction on kernels > 2.1.7x.
7203
7204 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
7205
7206         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
7207         if it is empty.
7208
7209         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
7210         Patch by David Engel <david@sw.ods.com>.
7211
7212         * configure.in: Fix another typo in --enable-add-ons code.
7213
7214 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
7215
7216         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
7217
7218 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7219
7220         * nss/nss_files/files-network.c: Correct order of parameters for
7221         getnetbyaddr.
7222
7223 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
7224
7225         * db2/Makefile (routines): Add os_alloc.
7226         * db2/db.h: Update from db-2.3.16.
7227         * db2/db_185.h: Likewise.
7228         * db2/db_int.h: Likewise.
7229         * db2/btree/bt_close.c: Likewise.
7230         * db2/btree/bt_cursor.c: Likewise.
7231         * db2/btree/bt_delete.c: Likewise.
7232         * db2/btree/bt_open.c: Likewise.
7233         * db2/btree/bt_page.c: Likewise.
7234         * db2/btree/bt_put.c: Likewise.
7235         * db2/btree/bt_rec.c: Likewise.
7236         * db2/btree/bt_recno.c: Likewise.
7237         * db2/btree/btree_auto.c: Likewise.
7238         * db2/common/db_appinit.c: Likewise.
7239         * db2/common/db_apprec.c: Likewise.
7240         * db2/common/db_err.c: Likewise.
7241         * db2/common/db_region.c: Likewise.
7242         * db2/common/db_shash.c: Likewise.
7243         * db2/db/db.c: Likewise.
7244         * db2/db/db_auto.c: Likewise.
7245         * db2/db/db_conv.c: Likewise.
7246         * db2/db/db_dispatch.c: Likewise.
7247         * db2/db/db_dup.c: Likewise.
7248         * db2/db/db_pr.c: Likewise.
7249         * db2/db/db_rec.c: Likewise.
7250         * db2/db185/db185.c: Likewise.
7251         * db2/dbm/dbm.c: Likewise.
7252         * db2/hash/hash.c: Likewise.
7253         * db2/hash/hash_auto.c: Likewise.
7254         * db2/hash/hash_dup.c: Likewise.
7255         * db2/hash/hash_page.c: Likewise.
7256         * db2/hash/hash_rec.c: Likewise.
7257         * db2/include/btree_ext.h: Likewise.
7258         * db2/include/clib_ext.h: Likewise.
7259         * db2/include/common_ext.h: Likewise.
7260         * db2/include/db.h.src: Likewise.
7261         * db2/include/db_185.h.src: Likewise.
7262         * db2/include/db_am.h: Likewise.
7263         * db2/include/db_ext.h: Likewise.
7264         * db2/include/db_int.h.src: Likewise.
7265         * db2/include/hash_ext.h: Likewise.
7266         * db2/include/lock_ext.h: Likewise.
7267         * db2/include/log.h: Likewise.
7268         * db2/include/log_auto.h: Likewise.
7269         * db2/include/log_ext.h: Likewise.
7270         * db2/include/mp.h: Likewise.
7271         * db2/include/mp_ext.h: Likewise.
7272         * db2/include/mutex_ext.h: Likewise.
7273         * db2/include/os_ext.h: Likewise.
7274         * db2/include/os_func.h: Likewise.
7275         * db2/include/txn_ext.h: Likewise.
7276         * db2/lock/lock.c: Likewise.
7277         * db2/lock/lock_util.c: Likewise.
7278         * db2/log/log.c: Likewise.
7279         * db2/log/log.src: Likewise.
7280         * db2/log/log_archive.c: Likewise.
7281         * db2/log/log_auto.c: Likewise.
7282         * db2/log/log_get.c: Likewise.
7283         * db2/log/log_put.c: Likewise.
7284         * db2/log/log_rec.c: Likewise.
7285         * db2/log/log_register.c: Likewise.
7286         * db2/mp/mp_bh.c: Likewise.
7287         * db2/mp/mp_fget.c: Likewise.
7288         * db2/mp/mp_fopen.c: Likewise.
7289         * db2/mp/mp_fput.c: Likewise.
7290         * db2/mp/mp_pr.c: Likewise.
7291         * db2/mp/mp_sync.c: Likewise.
7292         * db2/mutex/mutex.c: Likewise.
7293         * db2/os/os_alloc.c: Likewise.
7294         * db2/os/os_config.c: Likewise.
7295         * db2/os/os_stat.c: Likewise.
7296         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
7297         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
7298         * db2/progs/db_load/db_load.c: Likewise.
7299         * db2/progs/db_printlog/db_printlog.c: Likewise.
7300         * db2/progs/db_recover/db_recover.c: Likewise.
7301         * db2/progs/db_stat/db_stat.c: Likewise.
7302         * db2/txn/txn.c: Likewise.
7303
7304         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
7305         Unmap memory blocks in reverse order of allocation.
7306         Call munmap with load address added to offset.
7307         Bug reported by Miguel de Icaza.
7308
7309         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
7310         up weight array.
7311
7312         * localedata/locales/cs_CZ: Update by Michael Mraka
7313         <michael@informatics.muni.cz>.
7314
7315         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
7316         __USE_BSD.
7317
7318         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
7319         reading line with fgets.
7320         * nis/nss_compat/compat-pwd.c: Likewise.
7321         * nis/nss_compat/compat-spwd.c: Likewise.
7322         * nss/nss_files/files-XXX.c: Likewise.
7323         * nss/nss_files/files-alias.c: Likewise.
7324         * shadow/fgetspent_r.c: Likewise.
7325
7326         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
7327
7328         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
7329         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7330         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
7331
7332         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
7333         FP register content in ucontext_t.
7334
7335 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7336
7337         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
7338         calculation.  Patch by Markus Schoder
7339         <Markus.Schoder@dresdner-bank.de>.
7340
7341         * math/libm-test.c (modf_test): Add more tests for modf.
7342
7343         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
7344         munlock according to Unix98.
7345
7346 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7347
7348         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
7349         AF_INET.
7350
7351 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
7352
7353         * sysdeps/posix/ttyname.c: Handle symbolic links.
7354         * sysdeps/posix/ttyname_r.c: Ditto.
7355
7356 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
7357
7358         * db2/makedb.c (process_input): Write terminating \0 for value.
7359         (print_database): Simply print value string, don't use length.
7360
7361 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7362
7363         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
7364         exit of loop.
7365
7366 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7367
7368         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
7369         close all sockets.
7370
7371 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
7372
7373         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
7374         sigset.
7375         * signal/sighold.c: New file.
7376         * signal/sigrelse.c: New file.
7377         * sysdeps/generic/sigignore.c: New file.
7378         * sysdeps/generic/sigset.c: New file.
7379         * sysdeps/posix/sigignore.c: New file.
7380         * sysdeps/posix/sigset.c: New file.
7381         * signal/signal.h: Add prototypes for new functions.
7382
7383         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
7384         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
7385         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
7386         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
7387
7388 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
7389
7390         * posix/wordexp.c: Added IFS field-splitting in parameter and
7391         command substitution.  Fixed an IFS-related bug that caused an
7392         infinite loop.
7393
7394 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
7395
7396         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
7397         and swapcontext.
7398         * stdlib/ucontext.h: Correct prototypes.
7399         * sysdeps/generic/getcontext.c: New file.
7400         * sysdeps/generic/setcontext.c: New file.
7401         * sysdeps/generic/makecontext.c: New file.
7402         * sysdeps/generic/swapcontext.c: New file.
7403         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
7404
7405 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
7406
7407         * resource/sys/resource.h: Remove #include of ulimit.h which is
7408         not allowed by SUSv2 and not available on other systems.
7409         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
7410
7411         * streams/Makefile: New file.
7412         * streams/stropts.h: New file.
7413         * sysdeps/generic/bits/stropts.h: New file.
7414         * sysdeps/generic/isastream.c: New file.
7415         * sysdeps/generic/getmsg.c: New file.
7416         * sysdeps/generic/getpmsg.c: New file.
7417         * sysdeps/generic/putmsg.c: New file.
7418         * sysdeps/generic/putpmsg.c: New file.
7419         * sysdeps/generic/fattach.c: New file.
7420         * sysdeps/generic/fdetach.c: New file.
7421         * sysdeps/unix/inet/Subdirs: Add streams.
7422         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
7423         __t_uscalar_t.
7424         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7425         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
7426         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
7427         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7428
7429         * sysdeps/mach/_strerror.c: Follow changes of generic version to
7430         handle small buffers correctly.
7431
7432 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
7433
7434         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
7435         Remove the 3rd arg and add declaration for _dl_runtime_resolve
7436         and _dl_runtime_profile.
7437
7438 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
7439
7440         * include/cpio.h: New file.  Mainly copied from GNU cpio.
7441         * posix/Makefile (headers): Add cpio.h.
7442
7443 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7444
7445         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
7446         to routines.
7447         * nis/nis_cache.c: New file.
7448         * nis/nis_cache2.h: New file.
7449         * nis/nis_cache2_xdr.c: New file.
7450         * nis/nis_call.c: Changes for cache2_info parameter.
7451         * nis/nis_checkpoint.c: Likewise.
7452         * nis/nis_intern.h: Likewise.
7453         * nis/nis_mkdir.c: Likewise.
7454         * nis/nis_ping.c: Likewise.
7455         * nis/nis_rmdir.c: Likewise.
7456         * nis/nis_server.c: Likewise.
7457         * nis/nis_util.c: Likewise.
7458
7459 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7460
7461         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
7462         return/errnop codes.
7463         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
7464         * nis/nss_nisplus/nisplus-grp.c: Likewise.
7465         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
7466         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7467         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
7468         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
7469         * nis/nss_nisplus/nisplus-rpc.c: Likewise
7470         * nis/nss_nisplus/nisplus-service.c: Likewise.
7471         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
7472
7473 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7474
7475         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
7476         * nis/nss_nis/nis-ethers.c: Likewise.
7477         * nis/nss_nis/nis-grp.c: Likewise.
7478         * nis/nss_nis/nis-hosts.c: Likewise.
7479         * nis/nss_nis/nis-network.c: Likewise.
7480         * nis/nss_nis/nis-proto.c: Likewise.
7481         * nis/nss_nis/nis-hosts.c: Likewise.
7482         * nis/nss_nis/nis-network.c: Likewise.
7483         * nis/nss_nis/nis-proto.c: Likewise.
7484         * nis/nss_nis/nis-publickey.c: Likewise.
7485         * nis/nss_nis/nis-pwd.c: Likewise.
7486         * nis/nss_nis/nis-rpc.c: Likewise.
7487         * nis/nss_nis/nis-service.c: Likewise.
7488         * nis/nss_nis/nis-spwd.c: Likewise.
7489
7490 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
7491
7492         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
7493         Added to follow latest kernel development.
7494
7495 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
7496
7497         * nss/db-Makefile: Handle empty and comment lines better.
7498         ($(VAR_DB)/services.db): Generate entries with missing protocol
7499         value.
7500
7501 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7502
7503         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
7504           NULL.
7505           (getservbyname): Allow proto == NULL.
7506           Pointed out by David N. Welton <davidw@gate.cks.com>.
7507           [PR libc/430].
7508
7509 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
7510
7511         * nis/nislib/nislib.h: Finally removed.
7512
7513         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
7514         C compiler.  From Kaveh Ghazi.
7515         (TYPE_MINIMUM): Define.
7516         (TYPE_MAXIMUM): Define.
7517         (TIME_T_MIN): Use TYPE_MINIMUM.
7518         (TIME_T_MAX): Use TYPE_MAXIMUM.
7519         Patch by Jim Meyering <meyering@ascend.com>.
7520
7521 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
7522
7523         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
7524         __pread64, __pwrite64, and __getpid.
7525
7526         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
7527         versions.
7528
7529 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7530
7531         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
7532         cancelable socket functions as __libc_xxx with __xxx as weak
7533         alias.
7534         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7535         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7536
7537         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
7538         redefined.
7539         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7540         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
7541         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
7542         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
7543
7544         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
7545         and __xxx a weak alias.
7546         * sysdeps/unix/sysv/linux/connect.S: Likewise.
7547         * sysdeps/unix/sysv/linux/recv.S: Likewise.
7548         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
7549         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
7550         * sysdeps/unix/sysv/linux/send.S: Likewise.
7551         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
7552         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
7553
7554 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7555
7556         * locale/langinfo.h: Add defines.
7557
7558         * dirent/dirent.h: Add defines for DT_*, check also for
7559         _DIRENT_HAVE_D_TYPE.
7560         Suggested by Roland McGrath.
7561
7562 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7563
7564         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
7565         Update from Linux 2.1.73+79.
7566
7567         * README.template: Update information about possible
7568         configurations.
7569
7570         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
7571         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
7572         [PR libc/417].
7573
7574         * manual/time.texi (Priority): Correct description of
7575         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
7576         [PR libc/416].
7577
7578 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
7579
7580         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
7581         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
7582
7583 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
7584
7585         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
7586         Andreas Jaeger.
7587
7588 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
7589
7590         * locale/programs/ld-collate.c: Little optimizations.
7591
7592         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
7593
7594         * string/Makefile (tests): Add tst-inlcall.
7595         * string/tst-inlcall.c: New file.
7596
7597         * string/strsignal.c: Add support for real-time signals.
7598
7599         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
7600         presense of small buffer.
7601
7602         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
7603
7604         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
7605         for i686.
7606
7607         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
7608         _NSIG + 1.
7609
7610 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
7611
7612         * Rules: Add explicit rule for dummy.o; at least one library needs
7613           it and it isn't autogenerated by the default rules.
7614
7615 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7616
7617         * math/libm-test.c: Tweak epsilons.
7618
7619 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7620
7621         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
7622         child.
7623         (feenv_mask_test): Likewise.
7624
7625 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7626
7627         * Makeconfig: Don't export CPPFLAGS.
7628
7629 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7630
7631         * sunrpc/rpc_main.c (parseargs): Use perror to print error
7632         message.
7633
7634 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7635
7636         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
7637         terminating null in key size.
7638
7639 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7640
7641         * nss/nss_files/files-service.c: Fix allocation size to include
7642         length of PROTO.
7643
7644         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
7645         applicable.  Fix return value and error checking.
7646         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
7647         unparsable lines.
7648         (DB_LOOKUP): Allocate space for terminating null byte.
7649
7650         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
7651         uids specially.
7652
7653         * db2/makedb.c (process_input): Continue processing if a duplicate
7654         key is encountered.
7655
7656 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
7657
7658         * time/tzfile.h: Updated from tzcode1998b.
7659         * time/zdump.c: Likewise.
7660         * time/zic.c: Likewise.
7661         * time/africa: Update from tzdata1998b.
7662         * time/antarctica: Likewise.
7663         * time/asia: Likewise.
7664         * time/australasia: Likewise.
7665         * time/etcetera: Likewise.
7666         * time/europe: Likewise.
7667         * time/leapseconds: Likewise.
7668         * time/northamerica: Likewise.
7669         * time/southamerica: Likewise.
7670
7671 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7672
7673         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
7674         lookups ignoring case.
7675         * nss/nss_files/files-network.c: Do network lookups ignoring
7676         case.
7677         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
7678         case.
7679         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
7680         case insensitive comparing.
7681         Patches by Cristian Gafton <gafton@redhat.com>.
7682
7683 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7684
7685         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
7686         by Roland McGrath. [PR libc/395]
7687
7688 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7689
7690         * manual/arith.texi (Parsing of Integers): Correct description of
7691         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
7692         [PR libc/396]
7693
7694 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
7695
7696         * misc/lsearch.c (lsearch): Return a pointer to the new element
7697         if one was "allocated".
7698
7699 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7700
7701         * string/strsignal.c: NSIG is not a valid index into
7702         _sys_siglist.  Don't zap the last character of the "Unknown
7703         signal" message.
7704
7705 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
7706
7707         * locale/programs/charmap.c (parse_charmap): Correct parsing of
7708         ellipsis expressions.
7709
7710         * locale/programs/charset.c (insert_char): Correctly insert value
7711         of eliipsis expression.
7712
7713 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
7714
7715         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
7716         <bits/setjmp.h>.
7717         * sysdeps/powerpc/setjmp.S: Likewise.
7718         Patches by Matt McLean <keys@keys.got.net>.
7719
7720         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
7721
7722         * Makefile: Undo last patch.
7723         (distribute): Add test-installation.pl.
7724
7725         * configure.in: Correct handling of --enable-add-ons without parameter.
7726         Correct address of WWW pages.
7727
7728         * libc.map: Add _nl_domain_bindings.
7729
7730         * db2/mutex/tsl_parisc.s: New file.
7731
7732         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
7733         and extra-module.mk.
7734
7735         * localedata/Makefile (distribute): New.  Add all the files.
7736
7737         * stdlib/Makefile (headers): Add inttypes.h.
7738         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
7739         * sysdeps/generic/inttypes.h: New file.
7740         * sysdeps/generic/strtoimax.c: New file.
7741         * sysdeps/generic/strtoumax.c: New file.
7742         * sysdeps/generic/wcstoimax.c: New file.
7743         * sysdeps/generic/wcstoumax.c: New file.
7744         * sysdeps/wordsize-32/Dist: Removed.
7745         * sysdeps/wordsize-32/Makefile: Removed.
7746         * sysdeps/wordsize-64/Dist: Removed.
7747         * sysdeps/wordsize-64/Makefile: Removed.
7748         * sysdeps/generic/bits/environments.h: New file.
7749
7750         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
7751         header is still not correct.
7752
7753         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
7754         * posix/unistd.h: Likewise.
7755         * sysdeps/generic/sys/mman.h: Likewise.
7756         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
7757
7758         * manual/arith.texi: Change definition of mul macro.
7759         * manual/math.texi: Likewise.
7760
7761         * misc/Makefile (routines): Add mmap64.
7762         * sysdeps/generic/mmap64.c: New file.
7763         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
7764         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
7765         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
7766         aliases to mmap.
7767         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7768
7769         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
7770
7771         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
7772
7773         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
7774
7775         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
7776         FOPEN_MAX also when included by limits.h.
7777         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7778
7779         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
7780         and netrom/netrom.h.
7781         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
7782         oldsiglist to sysdep_routines, not aux.
7783         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
7784
7785         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
7786         and SOL_NETROM definition.
7787
7788         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
7789
7790         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
7791         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
7792
7793 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
7794
7795         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
7796
7797         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
7798         sa_handler with k_sa_handler.
7799         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
7800         strong alias.
7801         Reported by a sun.
7802
7803         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
7804         __libc_have_rt_sigs here.
7805         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
7806         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7807         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
7808         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7809
7810 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
7811
7812         * sysdeps/powerpc/atomicity.h: New file.
7813         * sysdeps/mach/powerpc/machine-lock.h: New file.
7814
7815         * Rules: Use -fpic to build anything that might end up in a users'
7816         shared library.
7817
7818         * sysdeps/powerpc/s_fdim.c: New file.
7819         * sysdeps/powerpc/s_fdimf.c: New file.
7820         * sysdeps/powerpc/s_fmax.S: New file.
7821         * sysdeps/powerpc/s_fmaxf.S: New file.
7822         * sysdeps/powerpc/s_fmin.S: New file.
7823         * sysdeps/powerpc/s_fminf.S: New file.
7824         * sysdeps/powerpc/s_llrint.c: Now is for double.
7825         * sysdeps/powerpc/s_llrintf.c: New file.
7826         * sysdeps/powerpc/s_llround.c: Now is for double.
7827         * sysdeps/powerpc/s_llroundf.c: New file.
7828         * sysdeps/powerpc/s_lrint.c: Now is for double.
7829         * sysdeps/powerpc/s_lrintf.S: New file.
7830         * sysdeps/powerpc/s_lround.c: Now is for double.
7831         * sysdeps/powerpc/s_lroundf.c: New file.
7832         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
7833         lrintf, fdim, fdimf.
7834
7835         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
7836         file directly, use its parent.
7837
7838         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
7839         (for the third time).
7840
7841 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
7842
7843         * posix/sched.h: timespec is in <time.h>.
7844
7845         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
7846
7847 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
7848
7849         * configure.in: Stop with error if --disable-static is used when
7850         the shared lib uses this library.
7851
7852         * gen-FAQ.pl: I've perl installed in /usr/bin.
7853
7854         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
7855
7856         Fix Unix98 conformance problems in the headers.
7857         * catgets/nl_types.h: Define nl_item.
7858         * grp/grp.h: Define gid_t.
7859         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
7860         * include/nl_types.h: New file.
7861         * include/ulimit.h: New file.
7862         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
7863         constants in POSIX mode.
7864         * io/utime.h: Get definition for time_t.
7865         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
7866         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
7867         * libio/stdio.h: Define va_list.  Make snprintf also available is
7868         __USE_UNIX98.  Declare getopt function and variables.
7869         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
7870         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
7871         * math/math.h: Defined M_* constants as double for Unix98 mode.
7872         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
7873         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
7874         * posix/regex.h: Define REG_NOSYS.
7875         * posix/wordexp.h: Define WRDE_NOSYS.
7876         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
7877         500 for Unix98.
7878         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
7879         somewhere else as well.  Define clock_t for Unix98.
7880         * posix/sys/wait.h: Define pid_t.
7881         * pwd/pwd.h: Define gid_t, uid_t.
7882         * resource/Makefile (headers): Add ulimit.h.
7883         * resource/ulimit.h: New file.
7884         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
7885         instead of second argument.
7886         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
7887         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
7888         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
7889         * signal/signal.h: Define pid_t.
7890         * string/string.h: Don't declare BSD string functions in POSIX mode.
7891         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
7892         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
7893         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
7894         and POSIX.
7895
7896         * inet/test_ifindex.c: Change test so that it does not fail for
7897         interface aliases.
7898
7899         * locale/programs/locale.c (show_info): Use correct cast sequence
7900         for 64bit machines.
7901
7902         * malloc/malloc.c: __malloc_initialized now signals three states:
7903         uninitialized, initializing, initialized.  Used in mcheck.
7904         * malloc/mcheck.c (mabort): Add '\n' to messages.
7905         (mcheck): Allow installation when malloc is uninitialized or is
7906         just initializing.
7907
7908         * manual/memory.texi: Explain mtrace output a bit more.
7909
7910         * math/libm-test.c: Add more epsilons.
7911
7912         * misc/regexp.h (compile): Remove __ prefix from parameter names.
7913
7914         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
7915         instead of strcpy for security.
7916         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
7917         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
7918         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
7919
7920         * nss/digits_dots.c: Pretty print.
7921
7922         * posix/getconf.c (vars): Add symbols for programming environment
7923         recognition.  Recognize --version.
7924
7925         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
7926         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
7927         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
7928
7929         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
7930         __need_FOPEN_MAX.
7931         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7932         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
7933         __need_FOPEN_MAX.
7934
7935         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
7936         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
7937
7938         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
7939         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7940         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7941         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
7942         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7943         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
7944
7945         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
7946         SCNu*.
7947         * sysdeps/wordsize-64/inttypes.h: Likewise.
7948
7949         * time/africa: Update from tzdata1997j.
7950         * time/antarctica: Likewise.
7951         * time/asia: Likewise.
7952         * time/australasia: Likewise.
7953         * time/backward: Likewise.
7954         * time/etcetera: Likewise.
7955         * time/europe: Likewise.
7956         * time/factory: Likewise.
7957         * time/northamerica: Likewise.
7958         * time/pacificnew: Likewise.
7959         * time/southamerica: Likewise.
7960
7961         * time/tzfile.h: Update from tzcode1997h.
7962         * time/zic.c: Likewise.
7963
7964         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
7965         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
7966         isw*() functions for Unix98.
7967         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
7968         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
7969         is defined.
7970
7971 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7972
7973         * locale/duplocale.c: Increase usage_count only if less than
7974         MAX_USAGE_COUNT.
7975         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
7976         MAX_USAGE_COUNT.
7977         * locale/setlocale.c: Likewise.
7978
7979 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7980
7981         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
7982         dependency to make it easier to install it selectively.
7983
7984         * Makerules (.SUFFIXES): Don't define any suffixes.
7985
7986 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7987
7988         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
7989         * sysdeps/generic/statfs64.c: Emulate using statfs.
7990         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
7991         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
7992         * sysdpes/generic/ftruncate64.c: New file.
7993         * sysdpes/generic/truncate64.c: New file.
7994
7995         * sysdeps/generic/bits/stat.h: Add LFS support.
7996         * sysdeps/generic/bits/statfs.h: Likewise.
7997
7998         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
7999         [__USE_FILE_OFFSET64]: Make long long constant.
8000         (RLIM64_INFINITY): Likewise.
8001
8002         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
8003         for LFS support.
8004         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
8005         * sysdeps/generic/bits/resource.h: Likewise.
8006
8007         * misc/Makefile (routines): Add truncate64 and ftruncate64.
8008
8009         * include/features.h: Don't prevent LFS support from defining BSD
8010         and SYSV things.
8011
8012         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
8013         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
8014         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
8015
8016         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
8017         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
8018         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8019
8020         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
8021         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
8022         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
8023         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
8024         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
8025         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
8026         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
8027         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
8028         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
8029         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
8030         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
8031         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
8032         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
8033         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
8034         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
8035         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
8036         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
8037         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
8038         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
8039         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
8040
8041         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
8042         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
8043         * sysdeps/unix/sysv/linux/xstat64.c: New file.
8044         * sysdeps/unix/sysv/linux/readdir64.c: New file.
8045         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
8046
8047         * sysdeps/unix/sysv/linux/getdents64.c: New file.
8048         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
8049         [$(subdir)=dirent]: Add getdents64.
8050         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
8051
8052         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
8053
8054 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
8055
8056         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
8057
8058         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
8059         * sysdeps/generic/getrlimit64.c: Likewise.
8060         * sysdeps/generic/setrlimit.c: Likewise.
8061         * sysdeps/generic/setrlimit64.c: Likewise.
8062
8063 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
8064
8065         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
8066         using versioning.
8067
8068         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
8069
8070         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
8071
8072 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8073
8074         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
8075         after the codeset name.
8076
8077 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8078
8079         * libc.map: Add get_kernel_syms.
8080
8081 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8082
8083         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
8084         static.
8085         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
8086         Likewise.  Fix condition.
8087
8088 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8089
8090         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
8091
8092 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8093
8094         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
8095         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
8096
8097 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8098
8099         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
8100         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
8101         instead.  Oops.
8102
8103 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8104
8105         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
8106
8107 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8108
8109         * math/libm-test.c (catanh_test): Change epsilon.
8110         Reported by H.J. Lu.
8111
8112 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
8113
8114         * libc.map (__getpid): Added for linuxthreads.
8115
8116 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
8117
8118         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
8119         it if gcc uses static variable in DWARF2 unwind information
8120         for exception support.
8121
8122         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
8123
8124         * elf/soinit.c (__libc_global_ctors, _fini): Handle
8125         HAVE_DWARF2_UNWIND_INFO_STATIC.
8126
8127         * libc.map (__register_frame*, __deregister_frame*): Make them
8128         global.
8129
8130 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8131
8132         * math/libm-test.c: Add more tests for "normal" values.
8133
8134 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8135
8136         * stdio-common/printf_fphex.c: Fix printing of long double number
8137         with a biased exponent of zero.  Fix rounding.
8138
8139 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8140
8141         * sunrpc/rpc_main.c: Accept new flag -$.
8142         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
8143
8144 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8145
8146         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
8147         dynamic linker first, in case the interface has changed.
8148
8149 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8150
8151         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
8152         order.
8153
8154 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8155
8156         * math/tgmath.h: Check for double first, for architectures where
8157         sizeof (long double) == sizeof (double).
8158
8159 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8160
8161         * math/libm-test.c: New tests for "normal" values added for most
8162         functions.
8163
8164 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
8165
8166         * version.h (VERSION): Bump to 2.0.91.
8167
8168         * db2/makedb.c (process_input): Fix typo in message.
8169         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
8170
8171         * elf/dynamic-link.h: Pretty print.
8172
8173         * elf/rtld.c: Allow multiple preloading of a shared object.
8174
8175         * include/limits.h: Prevent multiple inclusion.
8176
8177         * malloc/Makefile (headers): Add mcheck.h.
8178         (distribute): Remove it here.
8179         * malloc/mcheck.h: Pretty print.
8180         * malloc/mtrace.c (mallenv): Make `const'.
8181         * malloc/mtrace.pl: Don't print table head for memory leaks if there
8182         are none.
8183         * manual/memory.texi: Update descriptor of malloc hooks.
8184
8185         * posix/Makefile (routines): Add waitid.
8186         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
8187         on __id_t.
8188         * posix/sys/wait.h: Define idtype_t type.
8189         Add prototype for waitid.
8190         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
8191         * sysdeps/generic/waitid.c: Stub for waitid.
8192         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
8193         the __need_siginfo_t defined.
8194         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
8195         * sysdeps/generic/bits/types.h: Define __id_t.
8196         Correct definition of __FDMASK.
8197         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
8198         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
8199         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
8200
8201         * sysdeps/posix/waitid.c: New file.
8202         Provided by Zack Weinberg.
8203
8204         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
8205
8206         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
8207         Add missing parameters.
8208
8209         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
8210         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
8211         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
8212         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
8213         initialized.
8214
8215         * sysdeps/i386/dl-machine.h: Little cleanup.
8216
8217         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
8218         (__finite): Mark function as const.
8219         Add inline code for __ieee754_atan2.
8220
8221         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
8222         (but don't use it now).
8223         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
8224         __atan.
8225         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
8226         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
8227         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
8228         real part.
8229         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
8230         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
8231         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
8232         __ieee754_atan2 to base 10.
8233         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
8234         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
8235
8236         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
8237         old_kernel_sigaction.
8238
8239         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
8240
8241         * wctype/Makefile (routines): Add wctype_l.
8242         * wctype/wctype.h: Add declaration of __wctype_l.
8243         * wctype/wctype_l.c: New file.
8244
8245 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
8246
8247         * locale/C-ctype.c: Correct data for isw* functions.
8248         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
8249         byte order.
8250         * wctype/test_wctype.c: Add test for isw* functions.
8251         * wctype/wctype.c: Return value with expected byte order.
8252
8253 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8254
8255         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
8256
8257 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
8258
8259         * iconvdata/Makefile: Fix a typo.
8260
8261         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
8262         oldsiglist for shared library.
8263
8264         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
8265         sys_sigabbrev): Make them as the default version GLIBC_2.1.
8266
8267         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
8268         sys_siglist, sys_sigabbrev): New file. Make them as the old
8269         version GLIBC_2.0.
8270
8271         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
8272         to GLIBC_2.1.
8273
8274 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
8275
8276         * libio/iofgets.c (_IO_fgets): Return an error only if there
8277         is a new error.
8278         * libio/iogets.c (_IO_gets): Ditto.
8279
8280 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
8281
8282         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
8283
8284         * libio/Makefile (routines, shared-only-routines): Add
8285         oldiofdopen.
8286
8287         * libio/fileops.c: Don't use _IO_FILE_complete.
8288         * libio/iofdopen.c: Ditto.
8289         * libio/iofopen.c: Ditto.
8290         * libio/iofopen64.c: Ditto.
8291         * libio/iopopen.c: Ditto.
8292         * libio/iovdprintf.c: Ditto.
8293
8294         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
8295
8296         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
8297         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
8298
8299         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
8300         _IO_old_fdopen, _IO_new_fdopen): New declaration.
8301
8302         * libio/libio.h (_IO_FILE): Add more fields.
8303         (_IO_FILE_complete): Defined and make _IO_FILE be the old
8304         one if _IO_USE_OLD_IO_FILE is defined
8305         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
8306         them _IO_FILE_complete.
8307
8308         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
8309         to adjust vtable.
8310         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
8311         _IO_JUMPS.
8312         (_IO_FILE_complete): Commented out.
8313
8314         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
8315         * libio/oldiofclose.c: Ditto.
8316         * libio/oldiofopen.c: Ditto.
8317         * libio/oldstdfiles.c: Ditto.
8318
8319         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
8320         for the old _IO_FILE.
8321
8322         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
8323         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
8324         and stderr.
8325
8326         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
8327         and remove INAME.
8328
8329         * libio/stdio.c (stdin, stdout, stdin): Don't use
8330         _IO_FILE_complete.
8331
8332         * libio/oldiofdopen.c: New.
8333
8334         * stdio-common/vfprintf.c (buffered_vfprintf): Set
8335         hp->_vtable_offset to 0.
8336
8337 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
8338
8339         * libc.map (_IO_file_open): Added.
8340
8341         * libio/libioP.h (_IO_file_open): Declared.
8342
8343         * libio/fileops.c (_IO_file_open): New.
8344         (_IO_file_fopen): Call _IO_file_open ().
8345
8346         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
8347         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
8348
8349 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8350
8351         * signal/signal.h: Fix selection of signal semantics to match
8352         comment.
8353
8354 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8355
8356         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
8357         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
8358         rt_sigreturn.
8359         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
8360         [$(subdir)=signal]: Remove rt_sigreturn.
8361         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
8362         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
8363         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
8364
8365 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8366
8367         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
8368         declarations.
8369
8370 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8371
8372         * iconvdata/extra-module.mk: Expand extra-objs now.
8373
8374 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8375
8376         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
8377         inline functions by feature tests to avoid warning about missing
8378         prototype declarations.
8379
8380 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8381
8382         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
8383         return code for non existent +name entries.
8384         * nis/nss_compat/compat-pwd.c: Likewise.
8385         * nis/nss_compat/compat-spwd.c: Likewise.
8386
8387 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
8388
8389         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
8390         (EIO): Likewise.
8391         (ENOSPC): Likewise.
8392         (EEXIST): Likewise.
8393         (__errno_location): Likewise.
8394
8395         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
8396
8397         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
8398
8399 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8400
8401         * sunrpc/publickey.c: Use new NSS interface.
8402
8403 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
8404
8405         * manual/malloc.texi: Document mtrace/muntrace and the concept.
8406
8407 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8408
8409         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
8410         value, to match spirit of the standard.
8411         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
8412         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
8413         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
8414
8415 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8416
8417         * manual/signal.texi (Signal Stack): Remove spurious @item.
8418
8419 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8420
8421         * rt/aio.h: Remove double semicolon.
8422
8423         * rt/librt.map: Add aio_init.
8424
8425 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
8426
8427         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
8428         * Makefile (subdirs): Replace rt by $(rt).
8429
8430         * shlib-versions: Use version .2 for NSS modules.
8431
8432         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
8433         argument.
8434         * pwd/fgetpwent_r.c: Likewise.
8435         * spwd/fgetspent_r.c: Likewise.
8436         * spwd/sgetspent_r.c: Likewise.
8437         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
8438         Store error number in *ERRNOP.  Little optimization.
8439         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
8440         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
8441         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
8442         (__internal_getnetgrent_r): New argument.
8443         Call __internal_setnetgrent_reuse with new argument.
8444         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
8445         * inet/netgroup.h: Add argument to prototypes.
8446         * nis/nisplus-parser.h: Likewise.
8447         * nis/nss_compat/compat-grp.c: Change everything to store error
8448         code through provided pointer and not use errno.
8449         * nis/nss_compat/compat-pwd.c: Likewise.
8450         * nis/nss_compat/compat-spwd.c: Likewise.
8451         * nis/nss_nis/nis-alias.c: Likewise.
8452         * nis/nss_nis/nis-ethers.c: Likewise.
8453         * nis/nss_nis/nis-grp.c: Likewise.
8454         * nis/nss_nis/nis-hosts.c: Likewise.
8455         * nis/nss_nis/nis-netgrp.c: Likewise.
8456         * nis/nss_nis/nis-network.c: Likewise.
8457         * nis/nss_nis/nis-proto.c: Likewise.
8458         * nis/nss_nis/nis-publickey.c: Likewise.
8459         * nis/nss_nis/nis-pwd.c: Likewise.
8460         * nis/nss_nis/nis-rpc.c: Likewise.
8461         * nis/nss_nis/nis-service.c: Likewise.
8462         * nis/nss_nis/nis-spwd.c: Likewise.
8463         * nis/nss_nisplus/nisplus-alias.c: Likewise.
8464         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
8465         * nis/nss_nisplus/nisplus-grp.c: Likewise.
8466         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
8467         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
8468         * nis/nss_nisplus/nisplus-network.c: Likewise.
8469         * nis/nss_nisplus/nisplus-parser.c: Likewise.
8470         * nis/nss_nisplus/nisplus-proto.c: Likewise.
8471         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8472         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
8473         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
8474         * nis/nss_nisplus/nisplus-service.c: Likewise.
8475         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
8476         * nss/nss_db/db-XXX.c: Likewise.
8477         * nss/nss_db/db-alias.c: Likewise.
8478         * nss/nss_db/db-netgrp.c: Likewise.
8479         * nss/nss_files/files-XXX.c: Likewise
8480         * nss/nss_files/files-alias.c: Likewise
8481         * nss/nss_files/files-netgrp.c: Likewise
8482         * nss/nss_files/files-parse.c: Likewise
8483         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
8484         parameter of get functions.
8485         * nss/getXXent_r.c: Likewise.
8486
8487         * localedata/tst-fmon.c: Print debug info if test fails.
8488
8489         * rt/Makefile (routines): Add aio_notify.
8490         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
8491         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
8492         * rt/aio_fsync.c: Likewise.
8493         * rt/aio_misc.c: Likewise.
8494         * rt/aio_misc.h: Likewise.
8495         * rt/aio_read.c: Likewise.
8496         * rt/aio_read64.c: Likewise.
8497         * rt/aio_suspend.c: Likewise.
8498         * rt/aio_write.c: Likewise.
8499         * rt/aio_write64.c: Likewise.
8500         * rt/lio_listio.c: Likewise.
8501         * rt/lio_listio64.c: Likewise.
8502         * rt/aio_notify.c: New file.
8503
8504         * sysdeps/generic/bits/sigset.h: Pretty print.
8505
8506         * sysdeps/posix/pwrite.c: Define weak alias only if function is
8507         really defined as __pwrite.
8508
8509         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
8510         instead of pread64.
8511         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8512
8513         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
8514         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
8515         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
8516         size in syscall.
8517         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8518         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8519         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
8520         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8521         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
8522         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8523         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
8524         for ACT being NULL.
8525         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
8526         RT signals.
8527         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
8528         __NR_pread is not defined.
8529         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
8530         __NR_pwrite is not defined.
8531
8532 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8533
8534         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
8535         handle for /etc/group back in some more cases.
8536         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
8537         handle for /etc/passwd back in some more cases.
8538         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
8539         handle for /etc/shadow back in some more cases.
8540
8541 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
8542
8543         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
8544         beyound its size.
8545         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
8546         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
8547
8548 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
8549
8550         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
8551         handling.  Don't use macros, we need functions.  Use inline functions
8552         for optimization.
8553         * sysdeps/wordsize-64/inttypes.h: Likewise.
8554         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
8555         and wcstoumax.
8556         * sysdeps/wordsize-64/Makefile: Likewise.
8557         * sysdeps/wordsize-32/Dist: Likewise.
8558         * sysdeps/wordsize-64/Dist: Likewise.
8559         * sysdeps/wordsize-32/strtoimax.c: New file.
8560         * sysdeps/wordsize-32/strtoumax.c: New file.
8561         * sysdeps/wordsize-32/wcstoimax.c: New file.
8562         * sysdeps/wordsize-32/wcstoumax.c: New file.
8563         * sysdeps/wordsize-64/strtoimax.c: New file.
8564         * sysdeps/wordsize-64/strtoumax.c: New file.
8565         * sysdeps/wordsize-64/wcstoimax.c: New file.
8566         * sysdeps/wordsize-64/wcstoumax.c: New file.
8567
8568 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
8569
8570         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
8571         that transparent union works.
8572         * sysdeps/generic/wait4.c (__wait4): Likewise.
8573         * sysdeps/generic/wait.c (__wait): Likewise.
8574
8575         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
8576         size_t.
8577
8578         * sysdeps/generic/syscall.c (syscall): Return value and arg are
8579         long, to match prototype.
8580
8581         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
8582         have mremap() yet.
8583
8584         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
8585
8586         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
8587
8588         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
8589
8590         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
8591         __rlim_t.
8592
8593         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
8594
8595         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
8596
8597         * io/sys/stat.h (S_ISLNK): Always false if we don't have
8598         __S_IFLNK.
8599
8600         * sysdeps/standalone/close.c (_STDIO_H): Define before including
8601         <bits/stdio_lim.h>.
8602         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
8603
8604 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
8605
8606         * posix/sys/wait.h: Don't use transparent unions in C++.
8607
8608 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8609
8610         * time/time.h: Add strfxtime.
8611
8612         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
8613         sysv_signal, strfxtime, pread64, pwrite64.
8614
8615 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
8616
8617         Alpha changes for EGCS:
8618         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
8619         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
8620         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
8621         (_start): Likewise.
8622         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
8623
8624 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
8625
8626         The kernel expects the arguments in a different order.
8627         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
8628         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
8629
8630         * FAQ.in: New file.
8631         * gen-FAQ.pl: New file.
8632         * Makefile (FAQ): Add rule to generate from FAQ.in.
8633
8634         * iconvdata/Makefile: Treat libJIS like the other modules.
8635
8636         * rt/librt.map: New file.
8637
8638         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
8639         inclusion.
8640         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
8641         comment.
8642
8643 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
8644
8645         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
8646         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
8647         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
8648         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
8649
8650 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8651
8652         * string/bits/string2.h: Fix spellings.
8653
8654         * string/string.h: Fix spellings.
8655
8656 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8657
8658         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
8659         declaration to __syscall_rt_sigaction.
8660
8661         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
8662         non-existant <sigcontext.h>.
8663
8664 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8665
8666         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
8667         typo.
8668
8669 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8670
8671         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
8672
8673         * Makeconfig (shared-thread-library): Correct spelling.
8674
8675         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
8676         <asm/pci.h>.
8677
8678 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8679
8680         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
8681         constants from Linux headers. Pointed out by
8682         csmall@scooter.o.i.net. [PR libc/369]
8683
8684 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8685
8686         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
8687
8688 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8689
8690         * configure.in: If --enable-add-ons is given without an
8691         argument, set the addons list to all subdirs with a configure
8692         script.
8693
8694 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
8695
8696         * Makeconfig: Add shared-thread-library variable.
8697
8698         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
8699         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
8700         here.
8701         * sysdeps/m68k/fpu/e_acos.c: Likewise.
8702         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
8703         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
8704         * sysdeps/m68k/fpu/e_pow.c: Likewise.
8705         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
8706         * sysdeps/m68k/fpu/k_cos.c: Likewise.
8707         * sysdeps/m68k/fpu/k_sin.c: Likewise.
8708         * sysdeps/m68k/fpu/k_tan.c: Likewise.
8709         * sysdeps/m68k/fpu/s_atan.c: Likewise.
8710         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
8711         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
8712         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
8713         * sysdeps/m68k/fpu/s_csin.c: Likewise.
8714         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
8715         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
8716         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
8717         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
8718         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
8719         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
8720         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
8721         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
8722         * sysdeps/m68k/fpu/s_modf.c: Likewise.
8723         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
8724         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
8725         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
8726
8727         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
8728         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
8729         * signal/Makefile (headers): Add bits/siginfo.h.
8730         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
8731         (distribute): Add testrtsig.h.
8732         * signal/allocrtsig.c: New file.
8733         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
8734         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
8735         __libc_current_sigrtmax.
8736         * sysdeps/generic/sigqueue.c: New file.
8737         * sysdeps/generic/sigtimedwait.c: New file.
8738         * sysdeps/generic/sigwaitinfo.c: New file.
8739         * sysdeps/generic/testrtsig.h: New file.
8740         * sysdeps/generic/bits/siginfo.h: New file.
8741         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
8742         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
8743         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
8744         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
8745         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
8746         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
8747         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
8748         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
8749         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
8750         * sysdeps/unix/sysv/linux/sigpending.c: New file.
8751         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
8752         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
8753         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
8754         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
8755         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
8756         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
8757         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
8758         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
8759         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
8760         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
8761         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
8762         and _POSIX_REALTIME_SIGNALS.
8763         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
8764         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
8765         update _NSIG.
8766         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
8767         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
8768         definitions.
8769
8770         * Makefile (subdirs): Add rt.
8771         * shlib-versions: Add entry for librt.
8772         * rt/Makefile: New file.
8773         * rt/aio.h: New file.
8774         * rt/aio_cancel.c: New file.
8775         * rt/aio_error.c: New file.
8776         * rt/aio_fsync.c: New file.
8777         * rt/aio_misc.c: New file.
8778         * rt/aio_misc.h: New file.
8779         * rt/aio_read.c: New file.
8780         * rt/aio_read64.c: New file.
8781         * rt/aio_return.c: New file.
8782         * rt/aio_suspend.c: New file.
8783         * rt/aio_write.c: New file.
8784         * rt/aio_write64.c: New file.
8785         * rt/lio_listio.c: New file.
8786         * rt/lio_listio64.c: New file.
8787         * sysdeps/generic/aio_sigqueue.c: New file.
8788         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
8789         * sysdeps/unix/sysv/linux/Dist: Add new files
8790         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
8791         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
8792         rt_sigqueueinfo, rt_sigaction.
8793
8794         * posix/Makefile (headers): Add bits/environments.h.
8795         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
8796         and _CS_LFS_CFLAGS on 64bit platforms.
8797         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
8798         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
8799         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
8800         compilation modules.
8801         * sysdeps/wordsize-32/bits/environments.h: New file.
8802         * sysdeps/wordsize-64/bits/environments.h: New file.
8803
8804         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
8805         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
8806         __libc_pid.
8807         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
8808         0xf00baa.
8809
8810         * string/string.h: Add declaration of __strverscmp.
8811         * string/strverscmp.c: Rename function ot __strverscmp and make old
8812         name weak alias.
8813
8814         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
8815         * sysdeps/generic/enbl-secure.c: Likewise.
8816         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8817
8818         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
8819
8820         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
8821
8822 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8823
8824         * posix/sys/wait.h: Use __transparent_union__ instead of
8825         transparent_union.  Reported by Roland McGrath.
8826
8827 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8828
8829         * resolv/inet_neta.c (inet_neta): Change type of first parameter
8830         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
8831         [PR libc/366].
8832
8833         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
8834
8835         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
8836
8837 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8838
8839         * grp/initgroups.c: Increase buffer if it is too small.
8840
8841 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8842
8843         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
8844         fields, this is no ISO C.  Reported by Andreas Jaeger.
8845
8846 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8847
8848         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
8849
8850 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
8851
8852         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
8853         _SYS_UTSNAME_H not _UTSNAME_H.
8854
8855 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8856
8857         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
8858         computing s_scale.
8859
8860 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8861
8862         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
8863         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
8864         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
8865
8866         * math/libm-test.c (csqrt_test): Add testcase.
8867
8868 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
8869
8870         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
8871         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
8872         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
8873
8874 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8875
8876         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
8877
8878 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8879
8880         * math/libm-test.c (acos_test): Add more tests.
8881         (asin_test): Likewise.
8882         (atan_test): Likewise.
8883         (exp_test): Likewise.
8884         (sin_test): Likewise.
8885         (sqrt_test): Likewise.
8886         (cpow_test): Likewise.
8887         (csqrt_test): Likewise.
8888         (cexp_test): Correct typo in gcc version test.
8889
8890 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
8891
8892         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
8893         <bits/setjmp.h>.
8894         * sysdeps/arm/setjmp.S: Likewise.
8895
8896         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
8897
8898 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
8899
8900         * stdio/stdio.h: Add prototype for tmpfile64().
8901
8902 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
8903
8904         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
8905         prototype to keep in step with libio version.
8906
8907         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
8908
8909 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
8910
8911         * sysdeps/generic/Makefile: Don't try to use make_siglist if
8912         cross-compiling.
8913
8914 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
8915
8916         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
8917         load GOT ptr before jumping to _exit.
8918         Reported by Xavier Leroy.
8919
8920 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
8921
8922         * Makefile (subdirs): Add iconvdata and localedata.
8923
8924         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
8925
8926         * iconv/gconv_conf.c (read_conf_file): Little optimization.
8927
8928         * iconvdata/8bit-gap.c: New file.
8929         * iconvdata/8bit-generic.c: Renamed from ...
8930         * iconvdata/iso8859-generic.c: ...this.
8931         * iconvdata/configure: Removed.
8932         * iconvdata/Makefile: Add new modules and better rules.
8933         * iconvdata/iso6937.c: Minor bug fixes.
8934         * iconvdata/iso8859-1.c: Likewise.
8935         * iconvdata/t61.c: Likewise.
8936         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
8937         Minor bug fixes.
8938         * iconvdata/iso8859-3.c: Likewise.
8939         * iconvdata/iso8859-4.c: Likewise.
8940         * iconvdata/iso8859-5.c: Likewise.
8941         * iconvdata/iso8859-6.c: Likewise.
8942         * iconvdata/iso8859-7.c: Likewise.
8943         * iconvdata/iso8859-8.c: Likewise.
8944         * iconvdata/iso8859-9.c: Likewise.
8945         * iconvdata/iso8859-10.c: Likewise.
8946         * iconvdata/ebcdic-at-de-a.c: New file.
8947         * iconvdata/ebcdic-at-de.c: New file.
8948         * iconvdata/ebcdic-ca-fr.c: New file.
8949         * iconvdata/hp-roman8.c: New file.
8950         * iconvdata/koi-8.c: New file.
8951         * iconvdata/koi8-r.c: New file.
8952         * iconvdata/koi8-h.c: New file.
8953         * iconvdata/latin-greek-1.c: New file.
8954         * iconvdata/latin-greek-1.h: New file.
8955         * iconvdata/latin-greek.c: New file.
8956         * iconvdata/latin-greek.h: New file.
8957         * iconvdata/jis0201.c: New file.
8958         * iconvdata/jis0201.h: New file.
8959         * iconvdata/jis0208.c: New file.
8960         * iconvdata/jis0208.h: New file.
8961         * iconvdata/jis0212.c: New file.
8962         * iconvdata/jis0212.h: New file.
8963         * iconvdata/sjis.c: New file.
8964         * iconvdata/gap.pl: New file.  Script to generate table header.
8965         * iconvdata/gaptab.pl: New file.
8966         * iconvdata/gconv-modules: Add info about new modules.
8967
8968         * locale/programs/charmap.c: Also examine alias names given in charmap
8969         files.
8970
8971         * localedata/*: Add to here from add-on.  We need the information
8972         to generate tables for iconv.
8973
8974         Update from db-2.3.14.
8975         * db2/Makefile: Updated.
8976         * db2/config.h: Likewise.
8977         * db2/db.h: Likewise.
8978         * db2/db_int.h: Likewise.
8979         * db2/btree/bt_cursor.c: Likewise.
8980         * db2/btree/bt_delete.c: Likewise.
8981         * db2/btree/bt_put.c: Likewise.
8982         * db2/btree/bt_search.c: Likewise.
8983         * db2/btree/bt_split.c: Likewise.
8984         * db2/btree/btree_auto.c: Likewise.
8985         * db2/common/db_appinit.c: Likewise.
8986         * db2/common/db_apprec.c: Likewise.
8987         * db2/common/db_err.c: Likewise.
8988         * db2/common/db_region.c: Likewise.
8989         * db2/db/db_auto.c: Likewise.
8990         * db2/db/db_dispatch.c: Likewise.
8991         * db2/db/db_ret.c: Likewise.
8992         * db2/dbm/dbm.c: Likewise.
8993         * db2/hash/hash_auto.c: Likewise.
8994         * db2/include/btree_ext.h: Likewise.
8995         * db2/include/common_ext.h: Likewise.
8996         * db2/include/db.h.src: Likewise.
8997         * db2/include/db_cxx.h: Likewise.
8998         * db2/include/db_ext.h: Likewise.
8999         * db2/include/db_int.h.src: Likewise.
9000         * db2/include/lock.h: Likewise.
9001         * db2/include/log.h: Likewise.
9002         * db2/include/mp.h: Likewise.
9003         * db2/include/mp_ext.h: Likewise.
9004         * db2/include/os_ext.h: Likewise.
9005         * db2/include/os_func.h: Likewise.
9006         * db2/lock/lock.c: Likewise.
9007         * db2/lock/lock_deadlock.c: Likewise.
9008         * db2/log/log.c: Likewise.
9009         * db2/log/log_archive.c: Likewise.
9010         * db2/log/log_auto.c: Likewise.
9011         * db2/log/log_get.c: Likewise.
9012         * db2/log/log_put.c: Likewise.
9013         * db2/mp/mp_bh.c: Likewise.
9014         * db2/mp/mp_fget.c: Likewise.
9015         * db2/mp/mp_fopen.c: Likewise.
9016         * db2/mp/mp_fput.c: Likewise.
9017         * db2/mp/mp_fset.c: Likewise.
9018         * db2/mp/mp_open.c: Likewise.
9019         * db2/mp/mp_pr.c: Likewise.
9020         * db2/mp/mp_region.c: Likewise.
9021         * db2/mp/mp_sync.c: Likewise.
9022         * db2/mutex/README: Likewise.
9023         * db2/mutex/mutex.c: Likewise.
9024         * db2/os/os_open.c: Likewise.
9025         * db2/os/os_func.c: Removed.
9026         * db2/os/os_config.c: New file.
9027         * db2/os/os_spin.c: New file.
9028         * db2/txn/txn.c: Likewise.
9029         * db2/txn/txn_auto.c: Likewise.
9030
9031 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
9032
9033         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
9034         __typeof for C++ since this fails for class members.
9035         Reported by Neal Becker <neal@ctd.comsat.com>.
9036
9037 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9038
9039         * configure.in: Check for a working makeinfo (3.11 or better).
9040         * config.make.in: Add MAKEINFO to be substituted.
9041         * manual/Makefile: Don't update info if makeinfo is too old.
9042
9043 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
9044
9045         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
9046         * sysdeps/alpha/__longjmp.S: Likewise.
9047         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
9048         not <bits/termios.h>.
9049
9050         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
9051         __llseek and make llseek and lseek64 weak aliases.
9052         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9053         Patches by a sun <asun@zoology.washington.edu>.
9054
9055 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9056
9057         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
9058         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
9059         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
9060         * misc/sys/syslog.h: Clean up BSD header.
9061
9062 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9063
9064         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
9065
9066         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
9067         for ctan(+-inf,x).
9068         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
9069         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
9070
9071         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
9072         csqrt (-1), ctanh(i*pi/4).
9073
9074 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9075
9076         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
9077
9078 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
9079
9080         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
9081
9082 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9083
9084         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
9085
9086 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
9087
9088         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
9089         and use.  Define GETCWD_RETURN_TYPE instead and use it.
9090         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
9091         of GETCWD_STORYGE_CLASS and put the return type and the
9092         `internal_function' in the right order for gcc 2.7.2.
9093
9094 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9095
9096         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
9097         incompatible with Linux 2.1.x.  Packages using modules
9098         (e.g. modutils) should/do provide their own version.  Suggested by
9099         Richard Henderson.
9100
9101         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
9102
9103         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
9104         [$(subdir)=socket]: Remove sys/module.h.
9105
9106 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
9107
9108         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
9109         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
9110
9111         * iconv/gconv_close.c: Correct freeing of descriptor data.
9112         * iconv/gconv_simple.c: Return correct error values for illegal or
9113         incomplete characters.
9114
9115         * Makefile (iconvdata/%): Special goal to simplify iconvdata
9116         development.
9117         * iconvdata/Makefile: New file.
9118         * iconvdata/configure: Likewise.
9119         * iconvdata/extra-module.mk: Likewise.
9120         * iconvdata/gconv-modules: Likewise.
9121         * iconvdata/iso6937.c: Likewise.
9122         * iconvdata/iso8859-1.c: Likewise.
9123         * iconvdata/iso8859-10.c: Likewise.
9124         * iconvdata/iso8859-10.h: Likewise.
9125         * iconvdata/iso8859-2.c: Likewise.
9126         * iconvdata/iso8859-2.h: Likewise.
9127         * iconvdata/iso8859-3.c: Likewise.
9128         * iconvdata/iso8859-3.h: Likewise.
9129         * iconvdata/iso8859-4.c: Likewise.
9130         * iconvdata/iso8859-4.h: Likewise.
9131         * iconvdata/iso8859-5.c: Likewise.
9132         * iconvdata/iso8859-5.h: Likewise.
9133         * iconvdata/iso8859-6.c: Likewise.
9134         * iconvdata/iso8859-6.h: Likewise.
9135         * iconvdata/iso8859-7.c: Likewise.
9136         * iconvdata/iso8859-7.h: Likewise.
9137         * iconvdata/iso8859-8.c: Likewise.
9138         * iconvdata/iso8859-8.h: Likewise.
9139         * iconvdata/iso8859-9.c: Likewise.
9140         * iconvdata/iso8859-9.h: Likewise.
9141         * iconvdata/iso8859-generic.c: Likewise.
9142         * iconvdata/t61.c: Likewise.
9143
9144         * string/Makefile (routines): Add strcasestr.
9145         * string/string.h: Add prototype for strcasestr.
9146         * sysdeps/generic/strcasestr.c: New file.
9147         * wcsmbs/mbrtowc.c: Simplify special case a bit.
9148         * wcsmbs/wcrtomb.c: Likewise.
9149         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
9150         * wcsmbs/wcsnrtombs.c: Likewise.
9151         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
9152         partial character is read.
9153         * wcsmbs/wcsrtombs.c: Likewise.
9154         * wcsmbs/wmemrtombs.c: Likewise.
9155         * wcsmbs/wmemrtowcs.c: Likewise.
9156
9157         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
9158         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
9159         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
9160         * sysdeps/i386/elf/setjmp.S: Likewise.
9161         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
9162         <bits/termios.h>.
9163
9164         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
9165         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
9166
9167         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
9168         * sysvipc/sys/ipc.h: Likewise.
9169         * sysvipc/sys/msg.h: Likewise.
9170         * sysvipc/sys/sem.h: Likewise.
9171         * sysvipc/sys/shm.h: Likewise.
9172
9173         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
9174         used directly.
9175         * sysdeps/alpha/bits/setjmp.h: Likewise.
9176         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
9177         * sysdeps/arm/bits/endian.h: Likewise.
9178         * sysdeps/arm/bits/setjmp.h: Likewise.
9179         * sysdeps/generic/bits/byteswap.h: Likewise.
9180         * sysdeps/generic/bits/confname.h: Likewise.
9181         * sysdeps/generic/bits/dirent.h: Likewise.
9182         * sysdeps/generic/bits/dlfcn.h: Likewise.
9183         * sysdeps/generic/bits/endian.h: Likewise.
9184         * sysdeps/generic/bits/fenv.h: Likewise.
9185         * sysdeps/generic/bits/huge_val.h: Likewise.
9186         * sysdeps/generic/bits/in.h: Likewise.
9187         * sysdeps/generic/bits/ioctl-types.h: Likewise.
9188         * sysdeps/generic/bits/ioctls.h: Likewise.
9189         * sysdeps/generic/bits/ipc.h: Likewise.
9190         * sysdeps/generic/bits/msq.h: Likewise.
9191         * sysdeps/generic/bits/poll.h: Likewise.
9192         * sysdeps/generic/bits/resource.h: Likewise.
9193         * sysdeps/generic/bits/sched.h: Likewise.
9194         * sysdeps/generic/bits/sem.h: Likewise.
9195         * sysdeps/generic/bits/setjmp.h: Likewise.
9196         * sysdeps/generic/bits/shm.h: Likewise.
9197         * sysdeps/generic/bits/sigaction.h: Likewise.
9198         * sysdeps/generic/bits/sigcontext.h: Likewise.
9199         * sysdeps/generic/bits/socket.h: Likewise.
9200         * sysdeps/generic/bits/stat.h: Likewise.
9201         * sysdeps/generic/bits/statfs.h: Likewise.
9202         * sysdeps/generic/bits/stdio_lim.h: Likewise.
9203         * sysdeps/generic/bits/termios.h: Likewise.
9204         * sysdeps/generic/bits/time.h: Likewise.
9205         * sysdeps/generic/bits/uio.h: Likewise.
9206         * sysdeps/generic/bits/utmp.h: Likewise.
9207         * sysdeps/generic/bits/utmpx.h: Likewise.
9208         * sysdeps/generic/bits/utsname.h: Likewise.
9209         * sysdeps/generic/bits/waitflags.h: Likewise.
9210         * sysdeps/generic/bits/waitstatus.h: Likewise.
9211         * sysdeps/gnu/bits/utmp.h: Likewise.
9212         * sysdeps/gnu/bits/utmpx.h: Likewise.
9213         * sysdeps/i386/bits/byteswap.h: Likewise.
9214         * sysdeps/i386/bits/endian.h: Likewise.
9215         * sysdeps/i386/bits/huge_val.h: Likewise.
9216         * sysdeps/i386/bits/setjmp.h: Likewise.
9217         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
9218         * sysdeps/ieee754/bits/huge_val.h: Likewise.
9219         * sysdeps/m68k/bits/byteswap.h: Likewise.
9220         * sysdeps/m68k/bits/endian.h: Likewise.
9221         * sysdeps/m68k/bits/setjmp.h: Likewise.
9222         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
9223         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9224         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
9225         * sysdeps/mach/hurd/bits/stat.h: Likewise.
9226         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9227         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
9228         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9229         * sysdeps/mips/bits/dlfcn.h: Likewise.
9230         * sysdeps/mips/bits/endian.h: Likewise.
9231         * sysdeps/mips/bits/setjmp.h: Likewise.
9232         * sysdeps/mips/dec/bits/endian.h: Likewise.
9233         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
9234         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
9235         * sysdeps/mips/p40/bits/endian.h: Likewise.
9236         * sysdeps/powerpc/bits/endian.h: Likewise.
9237         * sysdeps/powerpc/bits/fenv.h: Likewise.
9238         * sysdeps/powerpc/bits/setjmp.h: Likewise.
9239         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
9240         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
9241         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
9242         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
9243         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
9244         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
9245         * sysdeps/unix/bsd/bits/stat.h: Likewise.
9246         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
9247         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
9248         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
9249         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
9250         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
9251         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
9252         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
9253         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
9254         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
9255         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
9256         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
9257         * sysdeps/unix/common/bits/dirent.h: Likewise.
9258         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
9259         * sysdeps/unix/sysv/bits/stat.h: Likewise.
9260         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
9261         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
9262         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
9263         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
9264         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
9265         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
9266         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
9267         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
9268         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
9269         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
9270         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
9271         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
9272         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
9273         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
9274         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
9275         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
9276         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
9277         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
9278         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
9279         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
9280         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
9281         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
9282         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
9283         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
9284         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
9285         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
9286         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
9287         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
9288         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
9289         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
9290         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
9291         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
9292         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
9293         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
9294         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
9295         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
9296         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
9297         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
9298         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
9299         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
9300         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
9301         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
9302         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
9303         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
9304         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
9305         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
9306         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
9307         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
9308         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
9309         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
9310         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
9311         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
9312         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
9313         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
9314         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
9315         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
9316         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
9317         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
9318         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
9319         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
9320         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
9321         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
9322         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
9323         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
9324         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
9325         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
9326         * sysdeps/vax/bits/huge_val.h: Likewise.
9327         * sysdeps/vax/bits/setjmp.h: Likewise.
9328         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
9329         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
9330
9331 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9332
9333         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
9334
9335 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
9336
9337         * strftime.c (strftime):
9338         No longer any need to undef or declare if emacs is defined.
9339         (my_strftime): When checking a -1 returned by mktime, don't blow up
9340         if localtime_r returns NULL.
9341
9342 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9343
9344         * README.template: Fix spelling.
9345
9346 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9347
9348         * configure.in: Enhance --enable-add-ons description a wee bit.
9349
9350 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9351
9352         * glibcbug.in: Add more information of build environment and flags.
9353
9354 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9355
9356         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
9357         it into ENOENT.
9358
9359 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
9360
9361         * elf/dl-support.c: Call __libc_init_secure to make sure
9362         __libc_enable_secure is defined early.
9363         * sysdeps/generic/enbl-secure.c: Change function name to
9364         __libc_init_secure and make it global instead of a constructor.
9365
9366         * iconv/gconv.c: Fix lots of bugs.
9367         * iconv/gconv.h: Likewise.
9368         * iconv/gconv_builtin.h: Likewise.
9369         * iconv/gconv_close.c: Likewise.
9370         * iconv/gconv_conf.c: Likewise.
9371         * iconv/gconv_db.c: Likewise.
9372         * iconv/gconv_dl.c: Likewise.
9373         * iconv/gconv_open.c: Likewise.
9374         * iconv/gconv_simple.c: Likewise.
9375         * iconv/iconv.c: Likewise.
9376         * iconv/iconv_close.c: Likewise.
9377         * iconv/iconv_open.c: Likewise.
9378
9379         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
9380         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
9381         * wcsmbs/wmemrtombs.c: New file.
9382         * wcsmbs/wmemrtowcs.c: New file.
9383
9384 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
9385
9386         * iconv/gconv_simple.c: Fix lots of bugs.
9387         * iconv/iconv_open.c: Normalize names before passing them to
9388         __gconv_open.
9389
9390         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
9391
9392         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
9393         * stdio-common/test-popen.c: Add test for above change.
9394
9395         * math/libm-test.c: Print test results also using %a format,
9396         specified in PRINTF_XEXPR macro.
9397         * math/test-double.c: Define PRINTF_XEXPR.
9398         * math/test-float.c: Likewise.
9399         * math/test-ldouble.c: Likewise.
9400         * math/test-idouble.c: Likewise.
9401         * math/test-ifloat.c: Likewise.
9402         * math/test-ildoubl.c: Likewise.
9403
9404         * stdio-common/vfscanf.c: Recognize a in format specifier only as
9405         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
9406         FP number format.
9407
9408         * stdlib/strtod.c: Little code cleanup.
9409
9410         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
9411         compiling in math subdir.
9412
9413         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
9414         instead of __LIBC_M81_MATH_INLINES.
9415         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
9416         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
9417         * sysdeps/m68k/fpu/e_pow.c: Likewise.
9418         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
9419         * sysdeps/m68k/fpu/k_cos.c: Likewise.
9420         * sysdeps/m68k/fpu/k_sin.c: Likewise.
9421         * sysdeps/m68k/fpu/k_tan.c: Likewise.
9422         * sysdeps/m68k/fpu/s_atan.c: Likewise.
9423         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
9424         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
9425         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
9426         * sysdeps/m68k/fpu/s_csin.c: Likewise.
9427         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
9428         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
9429         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
9430         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
9431         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
9432         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
9433         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
9434         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
9435         * sysdeps/m68k/fpu/s_modf.c: Likewise.
9436         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
9437         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
9438         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
9439         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
9440         __LIBC_INTERNAL_MATH_INLINES is defined.
9441
9442         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
9443         of compare macros from ISO C 9X.  Optimize generic versions a bit.
9444         Define __signbit inline functions and __ieee754_sqrt which can be
9445         used if the ompiler is fixed.
9446
9447         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
9448
9449 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9450
9451         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
9452         sysdeps/generic in the whole dep file, not only in the first line.
9453
9454 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9455
9456         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
9457
9458 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9459
9460         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
9461         place.
9462
9463 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9464
9465         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
9466         is non-empty.
9467
9468 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
9469
9470         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
9471         return value.
9472
9473 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
9474
9475         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
9476         readlink succeeds but the return value is too long.
9477
9478         * stdio-common/printf_fphex.c: Determine sign of number correctly.
9479
9480 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
9481
9482         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
9483         __remqu for Alpha.
9484
9485 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
9486
9487         * sysdeps/generic/sys/ucontext.h: Stub context file.
9488
9489         * libio/iofprintf.c: Removed.  We use the stdio-common version.
9490
9491         * manual/Makefile (distribute): Add stdio-fp.c.
9492
9493         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
9494
9495         * db2/Makefile (distribute): Add include/os_func.h, README and
9496         mutex/tsl_parisc.s.
9497
9498         * hesiod/Makefile (distribute): Add README.hesiod.
9499
9500 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
9501
9502         * iconv/gconv.c: Correctly call transformation function.
9503
9504         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
9505
9506 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9507
9508         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
9509         wrong results for e.g. remquo (3,2, &x)).
9510         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
9511         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
9512
9513 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9514
9515         * configure.in (ld --version-script): Test if the same symbol
9516         maybe defined in all versions (needed by recent changes to
9517         libc.map and supported with binutils 2.8.1.0.17) and issue warning
9518         if versioning is not supported/enabled.
9519         (bash test): Correct test case.
9520
9521         * math/libm-test.c: Added counting/reporting of number of test cases.
9522
9523         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
9524         use awk instead.
9525
9526         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
9527
9528 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9529
9530         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
9531
9532 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
9533
9534         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
9535         Replace revoke call by use of REVOKE.
9536         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
9537         empty and #include generic version.
9538         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9539
9540 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
9541
9542         * libc.map: Add socket functions with __libc_* names.
9543         Reported by Andreas Jaeger.
9544
9545 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9546
9547         * libc.map: Tidy up (remove duplicates, sort entries).
9548
9549 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9550
9551         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
9552
9553 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
9554
9555         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
9556         again after successful call.
9557         Patch by Marc Lehmann <pcg@goof.com>.
9558
9559 1997-11-17  Paul Eggert  <eggert@twinsun.com>
9560
9561         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
9562         as some hosts need this to declare localtime_r properly.
9563
9564 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
9565
9566         * libc.map: Add iconv_open, iconv, and iconv_close.
9567
9568 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
9569
9570         * iconv/Makefile: New file.
9571         * iconv/gconv.c: New file.
9572         * iconv/gconv.h: New file.
9573         * iconv/gconv_builtin.c: New file.
9574         * iconv/gconv_builtin.h: New file.
9575         * iconv/gconv_close.c: New file.
9576         * iconv/gconv_conf.c: New file.
9577         * iconv/gconv_db.c: New file.
9578         * iconv/gconv_dl.c: New file.
9579         * iconv/gconv_open.c: New file.
9580         * iconv/gconv_simple.c: New file.
9581         * iconv/iconv.c: New file.
9582         * iconv/iconv.h: New file.
9583         * iconv/iconv_close.c: New file.
9584         * iconv/iconv_open.c: New file.
9585         * include/gconv.h: New file.
9586
9587         * Makeconfig: Define gconvdir.
9588         * Makefile (subdirs): Add iconv.
9589
9590         * string/bits/string2.h: Add optimization for strtok_r.
9591
9592         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
9593         for NULL.
9594         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
9595         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
9596
9597         * configure.in: Correct test for bash2.
9598         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9599
9600         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
9601         (CFLAGS-locfile.c): Likewise.
9602         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9603
9604         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
9605         non-existing entry if the table is full.
9606
9607         * posix/regex.h: Pretty print.
9608
9609         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
9610
9611         * sysdeps/posix/ctermid.c: Simplify a bit.
9612
9613         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
9614
9615 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9616
9617         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
9618         <sys/types.h> instead of <asm/types.h>.
9619
9620 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9621
9622         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
9623
9624 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
9625
9626         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
9627         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
9628         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
9629         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
9630         fclose): Added to GLIBC_2.1.
9631
9632         * libio/Makefile (routines, shared-only-routines): Add
9633         oldiofclose.  Remove oldfreopen.
9634
9635         * libio/freopen.c (freopen): When PIC is defined, call
9636         _IO_old_freopen () for old stdio.
9637
9638         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
9639         (_IO_fclose, fclose): Use _IO_new_fclose as default version
9640         for GLIBC_2.1.
9641
9642         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
9643         instead of _IO_file_close_it.
9644
9645         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
9646         to _IO_2_1_stdxxx_.
9647         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
9648         is defined.
9649
9650         * libio/libioP.h (_IO_old_do_flush): New.
9651
9652         * libio/oldfileops.c (_IO_old_file_close_it,
9653         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
9654         Call _IO_old_do_flush () instead of _IO_do_flush ().
9655         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
9656         _IO_do_write ().
9657
9658         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
9659         instead of _IO_file_init ().
9660         Bind old symbols to version GLIBC_2.0.
9661
9662         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
9663         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
9664         _IO_stdxxx_.
9665         (_IO_check_libio): New function in .init.
9666
9667         * libio/oldiofclose.c: New file.
9668
9669         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
9670         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
9671         (DEF_STDFILE): Don't use default_symbol_version.
9672
9673         * libio/stdio.c (stdin, stdout, stderr): Set to
9674         _IO_2_1_stdxxx_._
9675         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
9676         stdxxx.
9677
9678         * csu/Makefile (distribute): Add init.c.
9679         (extra-objs): Add init.o for ELF.
9680         (start-installed-name): Add $(objpfx)init.o.
9681
9682         * csu/init.c: New file.
9683
9684 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
9685
9686         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
9687         definition as the default.
9688
9689 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
9690
9691         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
9692
9693 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9694
9695         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
9696         (PR 351).
9697
9698 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
9699
9700         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
9701         to preserve condition codes on function call.
9702
9703 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9704
9705         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
9706
9707 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9708
9709         * math/libm-test.c (asin_test): Add epsilon for float.
9710         (tan_test): Add epsilon for float.
9711         (log1p_test): Add epsilon for float.
9712         (inverse_functions): Add epsilons.
9713
9714         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
9715         net/if_packet.h.
9716
9717         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
9718
9719 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9720
9721         * md5-crypt/Makefile (extra-objs): Make recursively expanded
9722         variable, since $(object-suffixes) is not defined yet.
9723
9724 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9725
9726         * db2/Makefile (distribute): db185/db185_int.src ->
9727         db185/db185_int.h.
9728
9729 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9730
9731         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
9732         exactly one.
9733
9734 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9735
9736         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
9737         name.
9738         * sysdeps/generic/e_acosl.c: Likewise.
9739         * sysdeps/generic/e_asinl.c: Likewise.
9740         * sysdeps/generic/e_atan2l.c: Likewise.
9741         * sysdeps/generic/e_expl.c: Likewise.
9742         * sysdeps/generic/e_fmodl.c: Likewise.
9743         * sysdeps/generic/e_j0l.c: Likewise.
9744         * sysdeps/generic/e_j1l.c: Likewise.
9745         * sysdeps/generic/e_jnl.c: Likewise.
9746         * sysdeps/generic/e_lgammal_r.c: Likewise.
9747         * sysdeps/generic/e_log10l.c: Likewise.
9748         * sysdeps/generic/e_logl.c: Likewise.
9749         * sysdeps/generic/e_powl.c: Likewise.
9750         * sysdeps/generic/e_sqrtl.c: Likewise.
9751         * sysdeps/generic/e_exp2l.c: Likewise.
9752
9753 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9754
9755         * Make-dist (+sysdep-names): Remove extra paren.
9756         * Makefile (distribute): Add stub-tag.h.
9757         * elf/Makefile (distribute): Add atomicity.h.
9758         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
9759         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
9760         [$(subdir)=socket]: Add net/if_packet.h.
9761         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
9762         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
9763         net/if_packet.h, scsi/sg.h.
9764
9765 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9766
9767         * Makefile (install): Quote $(CC) expansion.
9768
9769 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9770
9771         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
9772         working /proc cwd and no restrictions on path length.  Following
9773         some ideas from Andi Kleen <ak@muc.de> (PR 350).
9774
9775 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9776
9777         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
9778         * nis/nss_compat/compat-pwd.c: Likewise.
9779         * nis/nss_compat/compat-spwd.c: Likewise.
9780
9781 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
9782
9783         * sysdeps/libm-i387/s_fdim.S: New file.
9784         * sysdeps/libm-i387/s_fdimf.S: New file.
9785         * sysdeps/libm-i387/s_fdiml.S: New file.
9786         * sysdeps/libm-i387/i686/s_fdim.S: New file.
9787         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
9788         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
9789
9790 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9791
9792         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
9793         pointer to unsigned char.
9794
9795 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9796
9797         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
9798
9799         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
9800
9801         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
9802
9803 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9804
9805         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
9806         ilogb(0/NaN).
9807         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
9808         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
9809
9810 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
9811
9812         * sysdeps/libm-i387/s_fmin.S: New file.
9813         * sysdeps/libm-i387/s_fminf.S: New file.
9814         * sysdeps/libm-i387/s_fminl.S: New file.
9815         * sysdeps/libm-i387/s_fmax.S: New file.
9816         * sysdeps/libm-i387/s_fmaxf.S: New file.
9817         * sysdeps/libm-i387/s_fmaxl.S: New file.
9818         * sysdeps/libm-i387/i686/s_fmin.S: New file.
9819         * sysdeps/libm-i387/i686/s_fminf.S: New file.
9820         * sysdeps/libm-i387/i686/s_fminl.S: New file.
9821         * sysdeps/libm-i387/i686/s_fmax.S: New file.
9822         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
9823         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
9824
9825 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
9826
9827         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
9828         * sysdeps/unix/sysv/linux/send.S: Likewise.
9829         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
9830         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
9831         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
9832         * sysdeps/unix/sysv/linux/recv.S: Likewise.
9833         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
9834         * sysdeps/unix/sysv/linux/connect.S: Likewise.
9835         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
9836
9837 See ChangeLog.7 for earlier changes.