Update.
[glibc.git] / ChangeLog
blob886b0378b4a02c564aca9ac7e1bfe8d738d87a63
1 1998-06-11  Ulrich Drepper  <drepper@cygnus.com>
3         * libc.map: Don't export argp's fmtstream handling functions.
5         * manual/sysinfo.texi: Document fstab and mtab handling functions.
6         * manual/llio.texi: Document more LFS functions and start documenting
7         the AIO functions.
9 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
11         * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
12         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
13         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
14         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
16 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
18         * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
19         makes it easier to undump emacs.
20         * sysdeps/powerpc/bits/endian.h: Use more informative error message
21         for when the endianness can't be determined.
23 1998-06-04 13:19  Geoff Keating  <geoffk@ozemail.com.au>
25         * nss/Makefile: Add files publickey database support.
26         * nss/libnss_files.map: Export the required functions.
27         * nss/nss_files/files-key.c: Implement it.
28         * sunrpc/rpc/auth_des.h: Correct typos in comments.
30 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
32         * iconv/gconv_builtin.h: Add aliases for CORBA.
33         * iconvdata/gconv-modules: Likewise.
35 1998-06-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
37         * math/libm-test.c (main): Call exp10_test.
38         (exp10_test): New function which tests exp10.
40 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
42         * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
43         sigstack.
45         * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
46         SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
47         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
49 1998-06-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
51         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
52         in the variable, not its GOT slot.
54 1998-06-10 10:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
56         * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
57         inline.
58         * sysdeps/m68k/fpu/e_exp10.c: New file.
59         * sysdeps/m68k/fpu/e_exp10f.c: New file.
60         * sysdeps/m68k/fpu/e_exp10l.c: New file.
62         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
63         _dl_profile_map only if the name matches.
64         (_dl_start_user): Remember stack address.
65         * sysdeps/m68k/elf/start.S: Pass new argument to
66         __libc_start_user.
68         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
69         definition.
70         (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
71         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
72         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
73         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
74         * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
76 1998-06-09 18:16  Ulrich Drepper  <drepper@cygnus.com>
78         * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
79         * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
80         * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
81         * math/bits/mathcalls.h: Add definitions for exp10 and pow10
82         prototypes.
83         * sysdeps/libm-i387/e_exp10.S: New file.
84         * sysdeps/libm-i387/e_exp10f.S: New file.
85         * sysdeps/libm-i387/e_exp10l.S: New file.
86         * sysdeps/libm-ieee754/e_exp10.c: New file.
87         * sysdeps/libm-ieee754/e_exp10f.c: New file.
88         * sysdeps/libm-ieee754/e_exp10l.c: New file.
89         * sysdeps/libm-ieee754/w_exp10.c: New file.
90         * sysdeps/libm-ieee754/w_exp10f.c: New file.
91         * sysdeps/libm-ieee754/w_exp10l.c: New file.
92         * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
94 1998-05-25 22:18  H.J. Lu  <hjl@gnu.org>
96         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
97         sys/elf.h and sys/reg.h.
98         * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
99         * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
100         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
101         * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
103         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
104         PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
106 1998-06-09  Ulrich Drepper  <drepper@cygnus.com>
108         * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
109         __data member only for gcc.  Reported by ak@muc.de.
111         * misc/mntent.h: Undo last patch.
112         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
113         * misc/tst/mntent.c: Adjust code for this change.
115         * io/fts.c: Updated from a slightly more recent BSD version.
116         * io/fts.h: Likewise.
118         * libc.map: Add __libc_stack_end.
120         * db2/Makefile (routines): Add lock_region.
121         * db2/config.h: Update from db-2.4.14.
122         * db2/db.h: Likewise.
123         * db2/db_185.h: Likewise.
124         * db2/db_int.h: Likewise.
125         * db2/btree/bt_close.c: Likewise.
126         * db2/btree/bt_compare.c: Likewise.
127         * db2/btree/bt_conv.c: Likewise.
128         * db2/btree/bt_cursor.c: Likewise.
129         * db2/btree/bt_delete.c: Likewise.
130         * db2/btree/bt_open.c: Likewise.
131         * db2/btree/bt_page.c: Likewise.
132         * db2/btree/bt_put.c: Likewise.
133         * db2/btree/bt_rec.c: Likewise.
134         * db2/btree/bt_recno.c: Likewise.
135         * db2/btree/bt_rsearch.c: Likewise.
136         * db2/btree/bt_search.c: Likewise.
137         * db2/btree/bt_split.c: Likewise.
138         * db2/btree/bt_stat.c: Likewise.
139         * db2/btree/btree.src: Likewise.
140         * db2/btree/btree_auto.c: Likewise.
141         * db2/clib/getlong.c: Likewise.
142         * db2/common/db_appinit.c: Likewise.
143         * db2/common/db_apprec.c: Likewise.
144         * db2/common/db_byteorder.c: Likewise.
145         * db2/common/db_err.c: Likewise.
146         * db2/common/db_log2.c: Likewise.
147         * db2/common/db_region.c: Likewise.
148         * db2/common/db_salloc.c: Likewise.
149         * db2/common/db_shash.c: Likewise.
150         * db2/db/db.c: Likewise.
151         * db2/db/db.src: Likewise.
152         * db2/db/db_auto.c: Likewise.
153         * db2/db/db_conv.c: Likewise.
154         * db2/db/db_dispatch.c: Likewise.
155         * db2/db/db_dup.c: Likewise.
156         * db2/db/db_overflow.c: Likewise.
157         * db2/db/db_pr.c: Likewise.
158         * db2/db/db_rec.c: Likewise.
159         * db2/db/db_ret.c: Likewise.
160         * db2/db/db_thread.c: Likewise.
161         * db2/db185/db185.c: Likewise.
162         * db2/db185/db185_int.h: Likewise.
163         * db2/dbm/dbm.c: Likewise.
164         * db2/hash/hash.c: Likewise.
165         * db2/hash/hash.src: Likewise.
166         * db2/hash/hash_auto.c: Likewise.
167         * db2/hash/hash_conv.c: Likewise.
168         * db2/hash/hash_debug.c: Likewise.
169         * db2/hash/hash_dup.c: Likewise.
170         * db2/hash/hash_func.c: Likewise.
171         * db2/hash/hash_page.c: Likewise.
172         * db2/hash/hash_rec.c: Likewise.
173         * db2/hash/hash_stat.c: Likewise.
174         * db2/include/btree.h: Likewise.
175         * db2/include/btree_ext.h: Likewise.
176         * db2/include/clib_ext.h: Likewise.
177         * db2/include/common_ext.h: Likewise.
178         * db2/include/cxx_int.h: Likewise.
179         * db2/include/db.h.src: Likewise.
180         * db2/include/db_185.h.src: Likewise.
181         * db2/include/db_am.h: Likewise.
182         * db2/include/db_auto.h: Likewise.
183         * db2/include/db_cxx.h: Likewise.
184         * db2/include/db_dispatch.h: Likewise.
185         * db2/include/db_ext.h: Likewise.
186         * db2/include/db_int.h.src: Likewise.
187         * db2/include/db_page.h: Likewise.
188         * db2/include/db_shash.h: Likewise.
189         * db2/include/db_swap.h: Likewise.
190         * db2/include/hash.h: Likewise.
191         * db2/include/hash_ext.h: Likewise.
192         * db2/include/lock.h: Likewise.
193         * db2/include/lock_ext.h: Likewise.
194         * db2/include/log.h: Likewise.
195         * db2/include/log_ext.h: Likewise.
196         * db2/include/mp.h: Likewise.
197         * db2/include/mp_ext.h: Likewise.
198         * db2/include/mutex_ext.h: Likewise.
199         * db2/include/os_ext.h: Likewise.
200         * db2/include/os_func.h: Likewise.
201         * db2/include/queue.h: Likewise.
202         * db2/include/shqueue.h: Likewise.
203         * db2/include/txn.h: Likewise.
204         * db2/lock/lock.c: Likewise.
205         * db2/lock/lock_conflict.c: Likewise.
206         * db2/lock/lock_deadlock.c: Likewise.
207         * db2/lock/lock_region.c: Likewise.
208         * db2/lock/lock_util.c: Likewise.
209         * db2/log/log.c: Likewise.
210         * db2/log/log.src: Likewise.
211         * db2/log/log_archive.c: Likewise.
212         * db2/log/log_auto.c: Likewise.
213         * db2/log/log_compare.c: Likewise.
214         * db2/log/log_findckp.c: Likewise.
215         * db2/log/log_get.c: Likewise.
216         * db2/log/log_put.c: Likewise.
217         * db2/log/log_rec.c: Likewise.
218         * db2/log/log_register.c: Likewise.
219         * db2/mp/mp_bh.c: Likewise.
220         * db2/mp/mp_fget.c: Likewise.
221         * db2/mp/mp_fopen.c: Likewise.
222         * db2/mp/mp_fput.c: Likewise.
223         * db2/mp/mp_fset.c: Likewise.
224         * db2/mp/mp_open.c: Likewise.
225         * db2/mp/mp_pr.c: Likewise.
226         * db2/mp/mp_region.c: Likewise.
227         * db2/mp/mp_sync.c: Likewise.
228         * db2/mutex/68020.gcc: Likewise.
229         * db2/mutex/mutex.c: Likewise.
230         * db2/mutex/parisc.gcc: Likewise.
231         * db2/mutex/parisc.hp: Likewise.
232         * db2/mutex/sco.cc: Likewise.
233         * db2/os/os_abs.c: Likewise.
234         * db2/os/os_alloc.c: Likewise.
235         * db2/os/os_config.c: Likewise.
236         * db2/os/os_dir.c: Likewise.
237         * db2/os/os_fid.c: Likewise.
238         * db2/os/os_fsync.c: Likewise.
239         * db2/os/os_map.c: Likewise.
240         * db2/os/os_oflags.c: Likewise.
241         * db2/os/os_open.c: Likewise.
242         * db2/os/os_rpath.c: Likewise.
243         * db2/os/os_rw.c: Likewise.
244         * db2/os/os_seek.c: Likewise.
245         * db2/os/os_sleep.c: Likewise.
246         * db2/os/os_spin.c: Likewise.
247         * db2/os/os_stat.c: Likewise.
248         * db2/os/os_unlink.c: Likewise.
249         * db2/progs/db_archive/db_archive.c: Likewise.
250         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
251         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
252         * db2/progs/db_dump/db_dump.c: Likewise.
253         * db2/progs/db_dump185/db_dump185.c: Likewise.
254         * db2/progs/db_load/db_load.c: Likewise.
255         * db2/progs/db_printlog/db_printlog.c: Likewise.
256         * db2/progs/db_recover/db_recover.c: Likewise.
257         * db2/progs/db_stat/db_stat.c: Likewise.
258         * db2/txn/txn.c: Likewise.
259         * db2/txn/txn.src: Likewise.
260         * db2/txn/txn_auto.c: Likewise.
261         * db2/txn/txn_rec.c: Likewise.
263         * elf/rtld.c: Move definition of __libc_stack_end to ...
264         * sysdeps/generic/dl-sysdep.h: ...here.
266         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
267         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
268         * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
270         * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
271         * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
272         before following it.
274 1998-06-08 21:44  Ulrich Drepper  <drepper@cygnus.com>
276         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
277         from mntent correctly.
279 1998-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
281         * sunrpc/Makefile (generated): Correct typo.
283 1998-06-04  Philip Blundell  <philb@gnu.org>
285         * elf/elf.h (EM_ARM, et al.): New definitions.
286         * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
288 1998-06-08 21:33  Ulrich Drepper  <drepper@cygnus.com>
290         * localedata/SUPPORTED: Add sk_SK.
291         * localedata/locales/sk_SK: New file.
293 1998-06-08 18:57  Ulrich Drepper  <drepper@cygnus.com>
295         * Makeconfig (subdirs): Add debug.
296         * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
297         * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
298         backtrace_symbols.
299         * sysdeps/generic/backtrace.c: New file.
300         * sysdeps/generic/backtracesyms.c: New file.
301         * sysdeps/generic/elf/backtracesyms.c: New file.
302         * sysdeps/i386/backtrace.c: New file.
303         * debug/Makefile: New file.
304         * debug/backtrace-tst.c: New file.
305         * debug/execinfo.h: New file.
307 1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
309         * elf/sprof.c: Implement call graph profiling.
311         * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
313 1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
315         * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
316         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
317         * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
318         Noticed by Jake Garver <garver@valkyrie.net>.
320 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
322         * libio/genops.c (__underflow): Read character from read pointer
323         as unsigned.
324         (__uflow): Likewise.
326 1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
328         * libc.map: Add _dl_profile.
329         * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
330         this to ELF_DYNAMIC_RELOCATE.
331         Always allocate array for relocation result if LD_PROFILE is defined.
332         * elf/ldsodefs.h: Adjust prototypes.
333         * elf/dl-open.c (_dl_open): Call relocation function with extra
334         argument.
335         * elf/rtld.c: Likewise.
336         * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
337         Correct loop condition.
338         * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
339         consider_profile to runtime setup function.
340         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
341         _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
343         * elf/dl-support.c: Define __libc_stack_end.
344         * elf/rtld.c: Likewise.
345         * sysdeps/generic/libc-start.c: Store last stack address in
346         __libc_stack_end.
347         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
348         * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
350         * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
351         Include <stdint.h>, not <inttypes.h>.
353         * elf/sprof.c: Implement flat profiling.
355         * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
356         _IO_funlockfile explicitly.
357         * libio/fileops.c: Likewise.
358         * libio/fputc.c: Likewise.
359         * libio/freopen.c: Likewise.
360         * libio/freopen64.c: Likewise.
361         * libio/fseek.c: Likewise.
362         * libio/fseeko.c: Likewise.
363         * libio/fseeko64.c: Likewise.
364         * libio/ftello.c: Likewise.
365         * libio/ftello64.c: Likewise.
366         * libio/getc.c: Likewise.
367         * libio/getchar.c: Likewise.
368         * libio/iofclose.c: Likewise.
369         * libio/iofflush.c: Likewise.
370         * libio/iofgetpos.c: Likewise.
371         * libio/iofgetpos64.c: Likewise.
372         * libio/iofgets.c: Likewise.
373         * libio/iofputs.c: Likewise.
374         * libio/iofread.c: Likewise.
375         * libio/iofsetpos.c: Likewise.
376         * libio/iofsetpos64.c: Likewise.
377         * libio/ioftell.c: Likewise.
378         * libio/iofwrite.c: Likewise.
379         * libio/iogetdelim.c: Likewise.
380         * libio/iogets.c: Likewise.
381         * libio/ioputs.c: Likewise.
382         * libio/ioseekoff.c: Likewise.
383         * libio/ioseekpos.c: Likewise.
384         * libio/iosetbuffer.c: Likewise.
385         * libio/iosetvbuf.c: Likewise.
386         * libio/ioungetc.c: Likewise.
387         * libio/iovsprintf.c: Likewise.
388         * libio/iovsscanf.c: Likewise.
389         * libio/oldfileops.c: Likewise.
390         * libio/oldiofclose.c: Likewise.
391         * libio/peekc.c: Likewise.
392         * libio/putc.c: Likewise.
393         * libio/putchar.c: Likewise.
394         * libio/rewind.c: Likewise.
396         * malloc/mtrace.c: Pretty print.
398         * misc/mntent.h (struct mentent): Make string elements const char *.
400         * nis/nis_printf.c: Optimize I/O a little bit.
402         * signal/Makefile (distribute): Add sigset-cvt-mask.h.
403         * sysdeps/generic/sigset-cvt-mask.h: New file.
404         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
405         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
406         * sysdeps/posix/sigvec.c: Rewrite the use definitions from
407         sigset-cvt-mask.h to do the dirty work.
408         Patches by Joe Keane.
410         * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
412         * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
413         syscall_error label in case of PIC anonymous.
414         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
415         * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
416         * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
417         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
418         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
419         * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
420         * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
422 1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
424         * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
425         we cannot declare the struct element as const.
426         * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
427         * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
429 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
431         * manual/Makefile: Include ../Makeconfig earlier.
432         (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
433         exist.
434         (dir-add.texinfo): Remove useless $(SHELL).
436 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
438         * Makefile (others): Build programs from install-bin.
439         * configure.in: Modify config.make only if is was just created and
440         move that command to second argument of AC_OUTPUT.  Add command to
441         set config_vars in config.status.
443 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
445         * malloc/Makefile (address-width): Fix conditional.
447 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
449         * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
450         putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
451         strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
452         version GLIBC_2.1.
454 1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
456         * manual/lang.texi (Range of Type): Change @end table->@end vtable.
457         (Floating Point Parameters): Likewise.
459 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
461         * hurd/Makefile (routines): Add cthreads.
463 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
465         * login/login.c (login): Let pututline take care of finding the
466         positin to insert the UTMP entry.  This corrects a bug where ssh
467         was not reusing UTMP entries marked as DEAD_PROCESS.
468         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
470 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
472         * login/Makefile (tests): New variable, add tst-utmp and
473         tst-utmpx.
474         * login/tst-utmp.c: New file.
475         * login/tst-utmpx.c: New file.
477 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
479         * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
480         aliases for _hurd_nerr, for programs that don't use sys_errlist,
481         but need sys_err.
483 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
485         * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
486         * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
488 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
490         * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
491         make __read a weak alias.  Use ANSI-style function definition.
492         * sysdeps/mach/hurd/write.c: Likewise.
494 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
496         * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
497         _sys_errlist.
499 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
501         * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
502         Renamed from librtld.so.
504 1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
506         * libc.map: Remove _IO_getline_info which was erroneously
507         introduced in section GLIBC_2.0.
508         Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
510 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
512         * sysdeps/generic/socket.c (__socket): Renamed from socket, and
513         created a weak alias.
514         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
516 1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
518         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
519         ftruncate function, and create a weak alias to ftruncate.
521 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
523         * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
524         * inet/getnetgrent_r.c: Likewise.
525         * nss/getXXbyYY_r.c: Likewise.
526         * nss/getXXent_r.c: Likewise.
527         * pwd/fgetpwent_r.c: Likewise.
528         * shadow/sgetspent_r.c: Likewise.
529         * shadow/fgetspent_r.c: Likewise.
530         * sunrpc/publickey.c: Likewise.
532 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
534         * hurd/libhurduser.map: New file.
535         * mach/libmachuser.map: Likewise.
537         * libc.map: Add Hurd-specific functions to version 2.1.
538         Add __flshfp and __fillbf.
540 1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
542         * manual/signal.texi (Basic Signal Handling): Fix typo.
543         * manual/errno.texi (Error Codes): Likewise.
545 1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
547         * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
548         instead of <sys/socket.h>.
549         Patch by NIIBE Yutaka <gniibe@mri.co.jp>
551         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
552         Finally make it working.
553         Patch by Mark Hatle <fray@kernel.crashing.org>.
555 1998-03-22  Paul Eggert  <eggert@twinsun.com>
557         * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
558         a Solaris 2.6 bug.
560 1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
562         * stdlib/gmp-impl.h: Support strange mixed-endian double format
563         used by ARM systems.
564         * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
565         FE_EXCEPT_SHIFT.
566         * sysdeps/arm/bits/fenv.h: Deleted.
567         * sysdeps/arm/fpu/ieee754.h: New file.
568         * sysdeps/arm/gmp-mparam.h: New file.
569         * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
570         implementation.
572 1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
574         * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
576         * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
577         of ((unused)).  Reported by Bruno Haible.
579 1998-05-31  Philip Blundell  <philb@gnu.org>
581         * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
582         referring to errno and _errno.
584         * sysdeps/arm/fpu/feholdexcpt.c: New file.
586         * sysdeps/i386/fpu_control.h: Fix typo.
588         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
589         (_JMPBUF_UNWINDS): Added.
590         * sysdeps/arm/fpu/bits/setjmp.h: New file.
592 1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
594         * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
595         order to build header files, not `generated'.
597         * Rules (before-compile): New target which depends on all
598         $(before-compile) files.
600 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
602         * nis/nis_call.c: Make directory search faster.
604         * nis/nis_callback.c: Insert public key of user in callback data.
606         * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
608         * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
610         * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
612         * nis/nis_intern.h: Remove duplicated prototype.
614 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
616         * sunrpc/auth_des.c: Move prototypes from here ...
617         * sunrpc/rpc/auth.h: ... to here.
619         * sunrpc/clnt_tcp.c: Add more control flags.
620         * sunrpc/clnt_udp.c: Likewise.
622         * sunrpc/netname.c (host2netname): Remove prefixing dot from
623         domainname.
625         * sunrpc/rpc/clnt.h: Document, which control flags are not
626         implementable.
628         * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
630 1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
632         * locale/loadlocale.c (_nl_load_locale): Don't allow too small
633         files crash the program.
635         * io/Makefile: Don't run ftwtest-sh if cross-compiling.
636         * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
637         Reported by Deborah Wallach <kerr@pa.dec.com>.
639 1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
641         * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
642         on whether this is a stable release or not (keeps snapshot bug
643         reports out of the database).
645         * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
646         * sysdeps/arm/sysdep.h: Likewise.
647         * sysdeps/i386/sysdep.h: Likewise.
648         * sysdeps/m68k/sysdep.h: Likewise.
649         * sysdeps/mach/mips/sysdep.h: Likewise.
650         * sysdeps/mach/sys/reboot.h: Likewise.
651         * sysdeps/mach/sysdep.h: Likewise.
652         * sysdeps/unix/alpha/sysdep.h: Likewise.
653         * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
654         * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
655         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
656         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
657         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
658         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
659         * sysdeps/unix/i386/sysdep.h: Likewise.
660         * sysdeps/unix/mips/sysdep.h: Likewise.
661         * sysdeps/unix/sparc/sysdep.h: Likewise.
662         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
663         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
664         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
665         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
666         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
667         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
668         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
669         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
671 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
673         * mach/Machrules: Use $(move-if-change).
675 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
677         * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
678         * Makerules (lib%.so): Depend on $(+interp).
679         (libc.so): Add interp.os to list of dependencies.
680         (interp-obj): Remove variable.
681         * mach/Machrules (+interp): Define to empty since libhurduser and
682         libmachuser don't need to have the interpreter set.
684 1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
686         * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
688         * resolv/gethnamaddr.c: Likewise.
690         * resolv/res_comp.c: Likewise.
692 1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
694         * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
695         so that transparent union works.
697 1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
699         * manual/texinfo.tex: Update to last available version.
701         * timezone/africa: Update from tzdata1998e.
702         * timezone/antarctica: Likewise.
703         * timezone/asia: Likewise.
704         * timezone/australasia: Likewise.
705         * timezone/europe: Likewise.
706         * timezone/iso3166.tab: Likewise.
707         * timezone/northamerica: Likewise.
708         * timezone/tzselect.ksh: Likewise.
709         * timezone/zone.tab: Likewise.
711 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
713         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
714         Reported by Matt McLean <keys@brio.yikes.com>.
716 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
718         * catgets/Makefile ($(objpfx)de.cat): Renamed from
719         do-gencat-test.  Use automatic variables.
720         ($(objpfx)de.msg): Fix reference to po file.
722 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
724         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
725         $(move-if-change).
727 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
729         * intl/dcgettext.c: Fix typo.
731 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
733         * configure.in: Allow more make versions e.g 3.76.90.
735 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
737         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
739         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
740         for Hurd.  Patch by Mark Kettenis.
742 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
744          * mach/Machrules (+preinit, +postinit): Define these variables to
745          empty because libhurduser and libmachuser don't need startup
746          files.
748 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
750          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
751          instead of a raw bitmask.
753 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
755         * Makeconfig (rpath-dirs): New variable.
756         (rpath-link): Use it.
757         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
758         (db-objpfx): Removed.
759         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
760         * md5-crypt/Makefile: Likewise.
761         * sysdeps/mach/hurd/Makefile: Likewise.
763         * Makeconfig (move-if-change): New variable.
764         * iconvdata/Makefile (move-if-change): Removed.
765         * manual/Makefile (move-if-change): Set only if undefined, use
766         local script by default.
767         * sunrpc/Makefile (move-if-change): Removed.
768         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
769         $(move-if-change).
771          * elf/Makefile: Remove all references to obsolete file
772          $(objpfx)rtldtbl.h.
773          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
775 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
777         * elf/dl-close.c (_dl_close): Add debugging message.
779 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
781         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
782         to get Linux version and not gcc version.
783         Reported by Alan Curry <pacman@cqc.com>.
785 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
787         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
788         pointers - return unknown error message instead.
789         Reported by Alan Curry <pacman@cqc.com>.
791 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
793         * iconvdata/Makefile (modules, sed-generated-headers,
794         perl-generated-headers): ibm424.h is perl generated.  Make
795         necessary modifications to compile without perl.
797 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
799         * hesiod/hesiod.c (read_config_file): Fix typo.
801 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
803         * version.h: Bump VERSION.
805         * csu/Makefile (distribute): Add munch-tmpl.c.
807 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
809         * nis/nis_defaults.c: Fix buffer problems and typos.
811 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
813         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
814         Patch by Fred Fish.
816 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
818         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
819         overwriting bugs.
821         * libio/strops.c (_IO_str_underflow): Read newly available
822         character from buffer as unsigned.
824 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
826         * catgets/Makefile (distribute): Add xopen-msg.h.
827         (generated): Add de.msg and de.cat.
828         (tests): Add do-gencat-test.
829         (do-gencat-test): New goal.  Run gencat on a generated msg file.
830         * catgets/xopen-msg.h: New file.
832 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
834         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
835         functions.  Optimize filename creation a bit.
837 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
839         * stdlib/random_r.c: Help gcc to optimize the code.
840         Patch by Joe Keane <jgk@jgk.org>.
842 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
844         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
845         tsearch calls.
847 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
849         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
850         it.
852 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
854         * wcsmbs/wcsnrtombs.c: Correct computation of result.
855         * wcsmbs/wcsrtombs.c: Likewise.
857         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
858         * wcsmbs/wcsmbs-tst1.c: New file.
860         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
862         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
863         as 1.
865         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
866         weak.
868 1998-05-21  Philip Blundell  <philb@gnu.org>
870         * sysdeps/arm/fpu_control.h: Replace stub file with real
871         implementation.
872         * sysdeps/arm/fpu/bits/fenv.h: New file.
873         * sysdeps/arm/fpu/fesetround.c: Likewise.
874         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
875         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
876         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
877         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
878         * sysdeps/arm/fpu/fegetenv.c: Likewise.
879         * sysdeps/arm/fpu/fesetenv.c: Likewise.
881 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
883         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
884         read instead of mmap.
886 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
888         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
889         directly instead of include_next.  Add missing semicolons.
890         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
891         Add missing semicolons.
893 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
895         * iconvdata/gconv-modules: Add more aliases to please java
896         environments.
898 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
900         * stdio-common/vfprintf.c (process_arg): Fix typo.
902         * iconvdata/TESTS: New tests for EUC-KR.
904         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
905         * iconvdata/testdata/EUC-KR: New file.
907 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
909         * math/libm-test.c (hypot_test): Fix a typo.
911 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
913         * stdio-common/vfprintf.c: When precision is specified for %ls or
914         %S handle it correctly.
916 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
918         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
919         the" in one line - fixed it.
920         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
921         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
922         * posix/unistd.h: Likewise
924 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
926         * Makeconfig (rpath-link): Add resolvobjdir.
927         (resolvobjdir): New variable.
928         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
930 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
932         * elf/dl-close.c: Call shared object terminators at the right time.
933         Patch by Philippe Troin <phil@fifi.org>.
935 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
937         * Make-dist (+tsrcs): Also add *.map for every member of
938         $(extra-libs).
940         * Makefile (distribute): Don't distribute scripts/printsources and
941         scripts/=__ify.  Distribute FAQ.in.
942         (rpm/%): Don't pass subdirs to sub-make.
944         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
945         instead of $(no_deps).
947 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
949         * sysdeps/generic/setenv.c: Protect against GNU C extension.
950         (KNOWN_VALUE, STORE_VALUE): Do it right.
951         (setenv): Remove unused variable.
953 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
955         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
956         (CFLAGS-zdump.c): Add $(tz-cflags).
958         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
959         return type.
961 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
963         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
964         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
965         if use_localtime.
966         * time/tzset.c: Update prototype of __tzfile_compute.
967         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
968         tm_zone and tm_offset here if __use_tzfile.
970 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
972         * Makerules: Install libc.a even if there are no object file.
974 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
976         * Makerules (do-makelib): Don't force creating library from
977         scratch, to avoid wasting time and space and to get correct
978         behaviour if $(subdirs) is incomplete.
980 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
982         * Makerules (do-stamp): Make it work when building in source
983         directory.
985 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
987         * elf/dl-load.c: Rename option and variable from ignore-rpath to
988         inhibit-rpath.
989         * elf/dl-support.c: Likewise.
990         * elf/ldsodefs.h: Likewise.
991         * elf/rtld.c: Likewise.
992         * iconvdata/run-iconv-test.sh: Likewise.
994 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
996         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
997         variable using the value.
998         * elf/ldsodefs.h: Declare _dl_ignore_path.
999         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
1000         object against list in _dl_ignore_path and ignore RPATH if on the list.
1001         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
1002         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
1003         to make sure we get the correct helper libraries loaded.
1005         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
1006         "RPATH" string in call to fillin_rpath instead.
1007         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
1009 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
1011         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
1012         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1014 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1016         * manual/terminal.texi (I/O Queues): Fix typo.
1018         * manual/stdio.texi (Closing Streams): Fix grammar.
1020         * manual/arith.texi (Absolute Value): Correct typo.
1021         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
1023 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
1025         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
1026         LD_PROFILE_OUTPUT in SUID binaries.
1027         * intl/dcgettext.c: In SUID binaries don't let language part of
1028         locale value contain path elements.
1029         * intl/explodename.h: Define new function _nl_find_language.
1030         * intl/loadinfo.h: Declare _nl_find_language.
1031         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
1032         language part it drop the value is path element is contained.
1034         * locale/setlocale.c: Fix typo.
1036 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
1038         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
1040         * sysdeps/arm/strlen.S: Support both big and little endian processors.
1042         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
1043         log, not a byte-count.
1045         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
1046         a.out compatibility.
1048 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1050         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
1051         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1052         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1053         * posix/unistd.h: Likewise.
1054         * math/math.h: Likewise.
1055         * manual/users.texi (Manipulating the Database): Likewise.
1056         * manual/signal.texi (Job Control Signals): Likewise.
1057         * manual/message.texi (The gencat program): Likewise.
1058         * manual/filesys.texi (Hard Links): Likewise.
1059         * manual/math.texi (SVID Random): Likewise.
1060         * manual/llio.texi (Waiting for I/O): Likewise.
1061         * manual/io.texi (File Name Errors): Likewise.
1062         * manual/conf.texi (String Parameters): Likewise.
1063         * manual/arith.texi (Infinity): Likewise.
1064         * malloc/malloc.c: Likewise.
1065         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
1066         * csu/Makefile: Likewise.
1068 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
1070         * manual/memory.texi: Add back accidently removed line.
1072 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
1074         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
1075         (timeout_handler): New function.
1076         (LOCK_FILE, UNLOCK_FILE): New macros.
1077         Implement file locking with timeout.
1078         (getutent_r_file, internal_getut_r, getutline_r_file,
1079         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
1080         locking.
1082 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
1084         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
1085         directory.
1087 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1089         * rpm/Makefile: Delete inclusion of version.mk.
1091 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1093         * libc.map: Add all libio functions needed libstdc++ with version
1094         2.0, sort entries.
1096 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1098         * iconvdata/Makefile (generated): Add *.stmp files.
1100 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1102         * timezone/Makefile (testdata, build-testdata): New variables, use
1103         them in rules for test data.
1104         ($(objpfx)tst-timezone.out): Depend on test data.
1105         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
1106         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
1107         New rules to build test data.
1108         (tst-timezone-ENV): Pass TZDIR to point to test data.
1110 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
1112         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
1113         (the designation sequence is disturbing).
1115 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1117         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
1118         * sunrpc/xdr_rec.c: Likewise.
1120 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1122         * posix/Makefile (tests): Add runptests.
1123         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
1124         (before-compile): Add ptestcases.h.
1125         (ptestscases.h): Add rule to generate from PTESTS.
1126         * posix/runptests.c: New file.
1127         * posix/PTESTS: New file.
1128         * posix/PTESTS2C.sed: New file.
1130 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1132         * iconv/loop.c: Let user add code to use and set paramaters.
1134         * iconvdata/iso-2022-kr.c: Correct to-loop.
1136         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
1137         point to output buffer.
1139         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
1140         hanja.
1142         * iconvdata/TESTS: Add ISO-2022-KR test.
1143         * iconvdata/testdata/ISO-2022-KR: New file.
1145 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
1147         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
1148         and internal_use.
1149         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
1150         and internal_use.
1151         * wcsmbs/btowc.c: Likewise.
1152         * wcsmbs/mbrtowcs.c: Likewise.
1153         * wcsmbs/mbsnrtowcs.c: Likewise.
1154         * wcsmbs/mbsrtowcs.c: Likewise.
1155         * wcsmbs/wcrtomb.c: Likewise.
1156         * wcsmbs/wcsnrtombs.c: Likewise.
1157         * wcsmbs/wcsrtombs.c: Likewise.
1158         * wcsmbs/wctob.c: Likewise.
1159         * iconv/skeleton.c: Increment invocation_counter.
1160         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
1161         sequence first.
1163         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
1164         * iconvdata/iso-2022-jp.c: Likewise.
1165         * iconvdata/iso646.c: Likewise.
1167         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
1169 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1171         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
1173         * sysdeps/generic/setenv.c (setenv): Remove optimization for
1174         overwriting existing values if it fits.
1176 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
1178         * posix/wordexp-test.c: Avoid duplicate messages.
1180         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
1181         tsearch.  Correctly interpret values returned by those functions.
1182         (unsetenv): Store pointer to string, not pointer to string pointer.
1184         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
1185         DST information and offset in them.
1186         * time/tzset.c (__tz_convert): Pass extra parameters to
1187         __tzfile_compute.  Compute equivalent values for use of tz_rules.
1189 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1191         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
1192         stamp files to avoid unnecessary recompilation.
1193         (gen-8bit-gap-table): Likewise.
1194         (move-if-change): New variable.
1195         (all generated .h rules): Change to be .stmp rules.
1196         (%.h): New rule; depend on %.stmp; no commands.
1197         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
1198         gen-8bit-gap-1.sh.
1200 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1202         * Makerules (libc-map): Deleted.
1203         (load-map-file): Set to the appropriate compiler switch, not
1204         just the file name.  If libfoo-map is not set, look for a
1205         libfoo.map in the current directory and $(..).
1206         (map-file): New variable, contains just the mapfile name.
1207         (build-shlib): Adjust for new value of load-map-file.
1208         (libc.so): Correct dependencies.
1210         * extra-lib.mk: Correct shlib dependencies since libfoo-map
1211         may not be set anymore.
1213         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
1214         Delete libdl-map.  Tweak ld.so link rule to work with changed
1215         variable settings in Makerules.
1216         * iconvdata/Makefile: Tweak build-module to work with changed
1217         variable settings in Makerules.
1219         * db/Makefile: Delete libdb-map.
1220         * hesiod/Makefile: Delete libnss_hesiod-map.
1221         * linuxthreads/Makefile: Delete libpthread-map.
1222         * locale/Makefile: Delete libBrokenLocale-map.
1223         * login/Makefile: Delete libutil-map.
1224         * math/Makefile: Delete libm-map.
1225         * md5-crypt/Makefile: Delete libcrypt-map.
1226         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
1227         libnss_nisplus-map, and libnss_compat-map.
1228         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
1229         libnss_ldap-map.
1230         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
1231         * rt/Makefile: Delete librt-map.
1233 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1235         * configure.in: Instead of substituting `yes' or `no' for whether
1236         --no-whole-archive is available, set @no_whole_archive@ to the
1237         appropriate gcc switch or the empty string.  Likewise for
1238         -fno-exceptions.
1239         * config.make.in: Replace have-no-whole-archive with
1240         no-whole-archive and have-no-exceptions with no-exceptions.
1241         * Makerules: Delete stanzas setting no-whole-archive and
1242         no-exceptions.
1244         * sunrpc/Makefile: Use move-if-change to update generated .h
1245         and .c files.
1247 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1249         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
1250         of strchr loop.
1252 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1254         * time/tzfile.c (__tzfile_read): Remove unused variable info.
1255         (__tzfile_compute): Likewise.
1257 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1259         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
1260         defines from Linux 2.1.102.
1262 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
1264         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
1266 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
1268         * inet/netinet/in.h: Add defines for multicast.
1269         Reported by Jeremy Hall <jhall@UU.NET>.
1271         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
1272         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
1273         and unsetenv.  Optimize _LIBC case.
1274         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
1275         Define functions with leading __.
1277         * time/tzfile.c: Correct handling of global variables daylight,
1278         timezone, and tzname.
1279         * time/tzset.c: Likewise.
1280         * timezone/Makefile (tests): Add tst-timezone.
1281         * timezone/tst-timezone.c: New file.
1283 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
1285         * timezone/asia: Update from tzdata1998d.
1286         * timezone/australasia: Likewise.
1287         * timezone/europe: Likewise.
1289 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
1291         * string/string.h: Don't use the optimized versions for the string
1292         functions if optimizing for space.
1294         * stdlib/tst-strtod.c: Add test for -0.0.
1296         * io/ftwtest-sh: Prevent tests from being run by root.
1298         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
1299         last addition.  Patch by wkpark@chem.skku.ac.kr.
1301 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1303         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
1304         table.
1306 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1308         * iconvdata/gen-8bit.sh: New file.
1309         * iconvdata/gen-8bit-gap.sh: New file.
1310         * iconvdata/gen-8bit-gap-1.sh: New file.
1311         * iconvdata/Makefile (generate-8bit-table): Use shell script
1312         instead of writing the commands directly.
1313         (generate-8bit-gap-table): Likewise.
1314         ($(objpfx)iso8859-7jp.h): Likewise.
1315         (generated headers): Depend on shell script instead of Makefile.
1316         (before-compile): Add $(perl-generated-headers) only if perl is
1317         available.
1318         (headers): Depend on $(perl-generated-headers) only if perl is
1319         available.
1320         (sed-generated-headers): Remove iso8859-7jp.h.
1322 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1324         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
1325         (/): Removed.
1327 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1329         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
1330         formed charset names to getfct.  Let user override charset
1331         selection by mention charset in locale name.
1333 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
1335         * posix/glob.c: Move to ...
1336         * sysdeps/generic/glob.c: ...here.
1337         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
1338         elements.
1339         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
1340         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
1341         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
1342         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
1343         subdir.
1344         * libc.map [GLIBC_2.1]: Add glob and globfree.
1346 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1348         * sunrpc/Makefile (generated): Restore old list.
1350 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1352         * rt/Makefile (tests): Define only if we have a thread library.
1354         * nis/ypclnt.c: Add: #include <errno.h>.
1356 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1358         * configure.in: Define and substitute RELEASE as well as
1359         VERSION.
1360         * config.make.in: Add RELEASE and VERSION to be substituted.
1361         * Makeconfig: Delete all references to version.mk.
1362         * Make-dist: Likewise.
1363         * MakeTAGS: Likewise.
1364         * elf/Makefile: Likewise.
1366 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1368         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
1369         yp_get_default_domain.
1371 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1373         * sysdeps/posix/profil.c (__profil): Don't define act and timer
1374         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
1376 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
1378         * malloc/malloc.c: Fix for NO_THREADS case.
1380 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
1382         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
1383         Remove statfs and fstatfs.
1384         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
1385         and pwrite as EXTRA.
1386         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1388 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
1390         * libc.map: Add capget and capset.
1392 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1394         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1395         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
1396         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
1397         and Matt McLean <keys@brio.yikes.com>.
1399 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
1401         * misc/Makefile (tests): Add tst-mntent.
1402         * misc/tst-mntent.c: New file.
1404 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1406         * autolock.sh: Removed.
1407         * manual/move-if-change: Removed.
1409         * scripts: New directory.
1410         * =__ify: Moved to scripts.
1411         * config.guess: Likewise.
1412         * config.sub: Likewise.
1413         * gen-FAQ.pl: Likewise.
1414         * install-sh: Likewise.
1415         * mkinstalldirs: Likewise.
1416         * move-if-change: Likewise.
1417         * printsources: Likewise.
1418         * rellns.sh: Likewise.
1419         * test-installation.pl: Likewise.
1421         * configure.in: Look in scripts for config.guess, config.sub,
1422         install-sh.
1423         * Makefile: Distribute all above files in their
1424         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
1425         * manual/Makefile: Find mkinstalldirs and move-if-change in
1426         $(..)scripts.  Drop them from distribute.  Minor cleanups.
1427         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
1428         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
1429         * timezone/Makefile: Find rellns-sh in scripts.
1431 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1433         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
1434         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
1436 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1438         * Makefile (+subdir-inits): Delete variable.
1439         (+init_subdirs): Likewise.
1440         (aux): Likewise.
1441         (before-compile): Likewise.
1442         (libc-init): Delete stanza.
1443         (version-info.h): Delete rule and associated variable.
1444         (distribute): Don't distribute moved files.
1445         * Makerules (interp-obj): It lives in elf now.  Only use it
1446         if $(elf) is set.  Delete rule to build it.
1447         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
1448         version.o and version-info.h.  Minor cleanups.
1449         (routines): Add libc-init, sysdep, version.
1450         (generated): Add version-info.h.
1451         * elf/Makefile: Build interp.os.
1453         * interp.c: Moved to elf.
1454         * set-init.c: Moved to csu.
1455         * munch-init.c: Likewise.
1456         * munch.awk: Likewise.
1457         * version.c: Likewise.
1459         * Rules: Unconfuse syntax highlighting with a fake comment.
1461 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1463         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
1464         syscalls.
1466 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1468         * iconvdata/Makefile (generated): Set to *-generated-headers
1469         plus gconv-modules.
1470         (tests): Set to iconv-test.
1471         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
1472         * posix/Makefile (generated): Set to wordexp-test-result*.
1473         * sunrpc/Makefile (generated): Remove rpcsvc/*.
1474         (generated-dirs): Add rpcsvc.
1475         * libio/Makefile: Clean up.
1477 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
1479         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
1480         * Makerules: Likewise.
1481         (+depfiles): Also add sysdep-others.
1482         * Rules: Likewise.
1483         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
1484         * iconvdata/Makefile (distribute): Add TESTS.
1485         * localedata/Makefile (repertoires): Rename to repertoiremaps.
1486         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
1487         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
1488         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
1489         sysdep-others, not others.
1490         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1491         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
1493 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
1495         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
1496         cost_hi and cost_lo.
1497         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
1498         Cost parameter and set cost_lo to INT_MAX.
1499         (add_module): Take new parameter and use it to initialize cost_lo.
1500         (read_conf_file): Count modules being loaded and use counter for
1501         new parameter to add_module.
1502         * iconv/gconv_db.c (find_derivation): When look for cost examine
1503         cost_hi and cost_lo.
1505 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
1507         * string/bits/string2.h: Don't use unsigned char * unless really
1508         necessary since this disturbs C++.
1509         * sysdeps/i386/i486/bits/string.h: Likewise.
1510         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
1512 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1514         * malloc/malloc.c (top_check): Fix last change.
1516 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
1518         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
1519         Patch by Matt McLean <keys@brio.yikes.com>.
1521 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1523         * Makerules (lib): Put back dependency on lib-noranlib.
1524         ($(subdirs-stamps)): Remove dependency on stamp.* again.
1526 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
1528         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
1529         test in __pow2 implementation.
1531 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
1533         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
1534         Still need *FLAGS-.o because we still sometimes build .o files.
1535         * db2/Makefile: Don't build libndbm.a if !build-static.
1537 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1539         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
1541 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
1543         * configure.in: New test for broken gcc on PowerPC.
1544         * sysdeps/powerpc/atomicity.h: Use result of test.
1545         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
1547         * math/libm-test.c: Update many of the epsilon to match actual
1548         performance.
1550         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
1551         * sysdeps/libm-ieee754/e_expf.c: Likewise.
1552         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
1553         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
1555         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
1557         * sysdeps/powerpc/elf/libc-start.c: New file.
1558         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
1559         * sysdeps/powerpc/elf/start.c: Delete.
1561         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
1562         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
1564         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
1565         few patches.
1567 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
1569         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
1570         test for integer.
1572         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
1573         * sysdeps/libm-i387/e_powl.S: Likewise.
1575 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
1577         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
1578         (malloc_check, free_check, realloc_check, memalign_check): Use
1579         them to improve overrun checking.  Overruns of a single byte and
1580         corruption of the top chunk are now detected much more reliably.
1582 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1584         * math/libm-test.c (pow_test): Add test for special value from PR
1585         libc/590.
1587 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
1589         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
1590         including linux/errno.h.
1592 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
1594         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
1595         Use correct types.
1596         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
1597         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
1599 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1601         * Makerules (elide-routines.*): Fix assignments.
1602         (do-makelib): Fix typo.
1603         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
1604         makefile.
1606 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1608         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
1609         $(objpfx)sysd-dirs): Move them...
1610         * Makeconfig: ... here.
1611         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
1612         (stubs): Fix circular depedency.
1613         (do-makelib): Clean up.
1614         (lib): Don't depend on lib-noranlib.
1615         ($(objpfx)stamp.oS): Remove special case for empty
1616         static-only-routines.
1617         (elide-routines.o): Add $(static-only-routines).
1618         (elide-routines$o): Define this instead of elide-routines.$o.
1619         * manual/Makefile (stubs): Fix circular dependency.
1621 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1623         * libio/Makefile (routines): Remove duplicate oldiofclose.
1625 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
1627         * string/strcoll.c: Use uint32_t instead of u_int32_t.
1629 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
1631         * libio/stdio.h: Fix typo in __REDIRECT.
1632         * io/sys/stat.h: Likewise.
1633         Reported by Myles Uyema <myles@uyema.nws.net>.
1635 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1637         * locale/programs/localedef.c (options): Fix help message.
1639 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
1641         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
1642         relocations.  Patch by Joe Keane <jgk@jgk.org>.
1644 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
1646         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
1647         ptmalloc_unlock_all, but re-initializes the mutexes instead.
1648         (ptmalloc_init): Use new function in thread_at_fork call.
1649         (thread_atfork_static): Likewise.
1650         Suggested by Wolfram Gloger and Xavier Leroy.
1652 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
1654         * signal/signal.h: Move definitions of struct sigstack and
1655         struct sigaltstack into separate file and include it.
1656         * sysdeps/generic/bits/sigstack.h: New file.
1657         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
1658         * signal/Makefile (headers): Add bits/sigstack.h.
1660 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1662         * elf/rtld.c (dl_main): Fix check for number of references to
1663         interpreter object.
1665 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1667         * elf/rtld.c (dl_main): Check has_interp after executing platform
1668         specific code.
1670 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1672         * iconvdata/run-iconv-test.sh: Fix typo.
1674 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1676         * Makerules (+depfiles): Add depfiles for $(tests-static).
1677         Simplified.
1679 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1681         * manual/terminal.texi (Special Characters): Fix description of
1682         c_cc indexes.
1684 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1686         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
1687         array.
1688         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
1689         of c_cc array.
1691 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1693         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
1695 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
1697         * intl/locale.alias: Update russian entry.
1699 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1701         * Makerules (static-only-routines): Reimplement in terms of
1702         elide-routines.os.
1703         (shared-only-routines): Reimplement in terms of
1704         elide-routines.X [where X is all object-suffixes except .os].
1706         (stubs): Create stubs file inside the subdir.
1707         (common-mostlyclean): Remove stubs file from inside the subdir.
1708         * Makefile (subdir-stubs): Look for stubs files inside the
1709         subdirs.
1710         * manual/Makefile (stubs): Create dummy stubs file inside the
1711         subdir.
1713 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1715         Build speed improvement: make ar less of a bottleneck.
1717         * Makerules (stamp$o): Just record the object list for later
1718         use.
1719         (libc_foo.a): New rule, depends on subdir stamp files; builds
1720         and ranlibs the library from the lists saved in those files.
1722         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
1723         (subdirs-stamp-o): Likewise.
1725         (ar-symtab-name): Delete variable.
1726         (lib%.a): Delete target.
1727         (libc_foo.a(bar.%)): Delete target.
1728         (libc_foo.a($(ar-symtab-name))): Delete target.
1730         (objects objs): Just depend on libobjs and extra-objs.
1731         (libobjs): Depend on the stamp files, not the objects.
1732         (extra-objs): New target, just depends on the extra-objs list.
1734         (CREATE_ARFLAGS): Kill the `ar S' hack.
1736         * config.make.in (have-ar-S): Deleted.
1737         * configure.in: Delete test for `ar S'.  Add test to determine
1738         whether ranlib does anything useful.
1740 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
1742         * inet/tst-ether_aton.c: Include <stdio.h>.
1744 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
1746         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
1748         * locale/Makefile (distribute): Add programs/repertoire.h.
1749         (localedef-modules): Add repertoire.
1750         (CPPFLAGS): Define REPERTOIREMAP_PATH.
1751         * locale/programs/repertoire.c: New file.
1752         * locale/programs/repertoire.h: New file.
1753         * locale/programs/charmap.c: Starting fixing character set handling
1754         to handle multi-byte encodings.
1755         * locale/programs/charset.c: Likewise.
1756         * locale/programs/charset.h: Likewise.
1757         * locale/programs/ld-collate.c: Likewise.
1758         * locale/programs/ld-ctype.c: Likewise.
1759         * locale/programs/linereader.c: Likewise.
1760         * locale/programs/localedef.c: Likewise.
1761         * locale/programs/locfile-kw.gperf: Likewise.
1762         * locale/programs/locfile-kw.h: Likewise.
1763         * locale/programs/locfile-token.h: Likewise.
1764         * locale/programs/locfile.h: Likewise.
1765         * locale/programs/stringtrans.c: Likewise.
1767         * locale/programs/locfile.c: Interpret I18NPATH value as base of
1768         path, extended with "/locales/".
1770 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
1772         * sysdeps/arm/memset.S: Fix off by one error.
1774         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
1775         __syscall_error rather than syscall_error directly.
1777 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
1779         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
1780         mmap() syscall for ARM.
1782         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
1783         binaries.
1785 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
1787         * locale/programs/localedef.c: Recognize repertoire-map option.
1789 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1791         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
1792         converting non-hex numbers.
1793         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
1795 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
1797         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
1798         check overflow.
1799         * resolv/Makefile (tests): New, add tst-aton.
1800         * resolv/tst-aton.c: New file.
1802 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1804         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
1805         semicolon.
1807 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
1809         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
1810         by letting the later modify the variable computing the total directly.
1811         * wcsmbs/mbsrtowcs.c: Likewise.
1812         * wcsmbs/wcsnrtombs.c: Likewise.
1813         * wcsmbs/wcsrtombs.c: Likewise.
1815         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
1816         it is not used.
1817         * wcsmbs/wctoc.c: Likewise.
1819         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
1820         * wcsmbs/wcsrtombs.c: Likewise.
1822         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
1824 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1826         * iconv/skeleton.c: Correct counting of actually converted
1827         characters.
1829         * intl/localealias.c (read_alias_file): Use unsigned char for
1830         local variables.  Remove unused variable tp.
1831         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
1832         for type of codeset.  For loosing Solaris systems.
1833         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
1834         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
1835         len if not needed.
1836         Patches by Jim Meyering.
1838         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
1839         wcsrtombs must put it into initial state.
1841 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1843         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
1844         argument of bswap_XX macro.
1846 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1848         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
1849         variable name.
1851 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
1853         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
1854         semun and use stdarg macros to get the value.
1855         * sysdeps/generic/semctl.c: Don't use union semun.
1857         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
1859         * string/basename.c [!_LIBC]: Define function as gnu_basename.
1861         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
1862         strings.h.
1864         * stdlib/grouping.h: Accept ungrouped numbers even if locale
1865         defines grouping.
1867         * intl/hash-string.h: Don't include values.h.
1869         * inet/Makefile (tests): Add tst-ether_aton.
1870         * inet/tst-ether_aton.c: New file.
1872         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
1873         in hex conversion.
1874         * inet/ether_aton.c (ether_aton): Declare result variable static.
1875         Reported by ahyung@unixg.ubc.ca.
1877         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
1878         Define macro _SEM_SEMUN_UNDEFINED instead.
1879         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
1881         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
1882         * stdio-common/Makefile (tests): Add tst-wc-printf.
1884 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
1886         * manual/stdio.texi (Variable Arguments Output): Correct variable
1887         name.  Patch from Ewan Mellor <em@nexus.co.uk>
1889 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1891         * intl/dcgettext.c: Remove unneeded definition of
1892         internal_function.
1894 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1896         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
1897         instead of do-iconv-test.
1898         ($(objpfx)gconv-modules): Define rule only if objpfx is not
1899         empty.
1901 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1903         * string/string.h: Fix feature test.
1905 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1907         * iconvdata/iso646.c (BODY): Don't use character constants that
1908         depend on signedness of char.
1910 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1912         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
1913         (sysdep_routines): Add s_pread64 and s_pwrite64.
1915 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
1917         * iconvdata/Makefile (distribute): Remove generated .h files.
1918         * iconvdata/koi8-r.h: Removed.
1919         * iconvdata/latin-greek-1.h: Removed.
1920         * iconvdata/latin-greek.h: Removed.
1922         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
1923         * iconvdata/KOI-8: Likewise.
1924         * iconvdata/KOI-8..UTF8: Likewise.
1925         * iconvdata/KOI8-R: Likewise.
1926         * iconvdata/KOI8-R..UTF8: Likewise.
1928 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1930         * streams/Makefile (headers): Add sys/stropts.h.
1931         * streams/sys/stropts.h: New file.
1933 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1935         * sysdeps/unix/sysv/linux/ttyname.c,
1936         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
1937         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
1939 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1941         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
1942         argument of _itoa_word.
1944 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1946         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
1947         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
1948         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
1949         sigprocmask, resp., instead of EXTRA.
1951         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
1952         s_pread64 and s_pwrite64.
1954 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
1956         * iconvdata/Makefile: Correct rules to generate gap table.
1957         * iconvdata/gap.pl: Simplify.
1959         * iconvdata/TESTS: Name new tests.
1960         * iconvdata/testdata/CP1250: New file.
1961         * iconvdata/testdata/CP1250..UTF8: New file.
1962         * iconvdata/testdata/CP1251: New file.
1963         * iconvdata/testdata/CP1251..UTF8: New file.
1964         * iconvdata/testdata/CP1252: New file.
1965         * iconvdata/testdata/CP1252..UTF8: New file.
1966         * iconvdata/testdata/CP1253: New file.
1967         * iconvdata/testdata/CP1253..UTF8: New file.
1968         * iconvdata/testdata/CP1254: New file.
1969         * iconvdata/testdata/CP1254..UTF8: New file.
1970         * iconvdata/testdata/CP1255: New file.
1971         * iconvdata/testdata/CP1255..UTF8: New file.
1972         * iconvdata/testdata/CP1256: New file.
1973         * iconvdata/testdata/CP1256..UTF8: New file.
1974         * iconvdata/testdata/CP1257: New file.
1975         * iconvdata/testdata/CP1257..UTF8: New file.
1977 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
1979         * iconvdata/Makefile: Add rules for ISO-2022-KR.
1980         * iconvdata/iso-2022-kr.c: New file.
1982         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
1983         and ISO-2022-KR.
1985 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
1987         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
1988         iso8859-8 and iso8859-10.
1989         * iconvdata/iso8859-5.c: Change to use gap method.
1990         * iconvdata/iso8859-7.c: Likewise.
1991         * iconvdata/iso8859-8.c: Likewise.
1992         * iconvdata/iso8859-10.c: Likewise.
1994         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
1995         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
1996         end of the loop.
1997         * iconvdata/iso-2022-jp.c: New file.
1999         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
2000         * iconvdata/ksc5601.h: Unify function interfaces.
2001         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
2002         * iconvdata/uhc.c: Likewise.
2004         * iconvdata/gb2312.h: Use correct types.
2006         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
2007         size elements of data.
2009 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2011         * string/tst-svc.expect: Adapt for change in .input.
2012         * string/tst-svc.input: More tests.
2014 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
2016         * iconvdata/Makefile: Add rules for new modules.
2017         * iconvdata/gconv-modules: Likewise.
2018         * iconvdata/cp737.c: New file.
2019         * iconvdata/cp737.h: New file.
2020         * iconvdata/cp775.c: New file.
2021         * iconvdata/cp775.h: New file.
2022         * iconvdata/cp874.c: New file.
2023         * iconvdata/cp874.h: New file.
2025 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
2027         * iconvdata/Makefile: Create target directory before generating
2028         headers.
2030 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2032         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
2033         __USER_LABEL_PREFIX__.
2034         (__ASMNAME, __ASMNAME2): New macros.
2036 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2038         * elf/dl-load.c: Include sys/param.h for MAX.
2040 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
2042         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
2043         __ftruncate the strong symbol, and add weak alias.
2044         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2046 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2048         * termios/cfsetspeed.c: Make code cleaner and add missing const.
2049         Patch by Joe Keane <jgk@jgk.org>.
2051         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
2052         free()ing.
2054 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
2056         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
2057         Patch by Thomas Bushnell, n/BSG.
2059 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2061         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
2063 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2065         * iconvdata/Makefile: Put generated headers in build directory.
2067 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
2069         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
2070         strsep as current directory.
2072         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
2073         Java.  Add definitions for unicodelittle implementation.
2074         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
2075         * iconv/gconv_simple.c: Define unicodelittle functions.
2077         * iconv/iconv_prog.c: Make program print information about position
2078         of illegal character in input.
2080         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
2081         comparison of charset name.
2082         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
2083         * iconvdata/ebcdic-at-de-a.c: Likewise.
2084         * iconvdata/ebcdic-at-de.c: Likewise.
2085         * iconvdata/ebcdic-ca-fr.c: Likewise.
2086         * iconvdata/euccn.c: Likewise.
2087         * iconvdata/eucjp.c: Likewise.
2088         * iconvdata/euckr.c: Likewise.
2089         * iconvdata/euctw.c: Likewise.
2090         * iconvdata/hp-roman8.c: Likewise.
2091         * iconvdata/iso6937.c: Likewise.
2092         * iconvdata/iso8859-1.c: Likewise.
2093         * iconvdata/iso8859-10.c: Likewise.
2094         * iconvdata/iso8859-2.c: Likewise.
2095         * iconvdata/iso8859-3.c: Likewise.
2096         * iconvdata/iso8859-4.c: Likewise.
2097         * iconvdata/iso8859-5.c: Likewise.
2098         * iconvdata/iso8859-6.c: Likewise.
2099         * iconvdata/iso8859-7.c: Likewise.
2100         * iconvdata/iso8859-8.c: Likewise.
2101         * iconvdata/iso8859-9.c: Likewise.
2102         * iconvdata/johab.c: Likewise.
2103         * iconvdata/koi-8.c: Likewise.
2104         * iconvdata/koi8-r.c: Likewise.
2105         * iconvdata/latin-greek-1.c: Likewise.
2106         * iconvdata/latin-greek.c: Likewise.
2107         * iconvdata/sjis.c: Likewise.
2108         * iconvdata/t61.c: Likewise.
2109         * iconvdata/uhc.c: Likewise.
2111         * iconvdata/iso646.c: Add support for more ISO 646 variants.
2112         * iconvdata/TESTS: Add tests for ISO646 module.
2113         * iconvdata/gconv-modules: Add new modules.
2114         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
2115         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
2116         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
2117         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
2118         * iconvdata/testdate/DIN_66003: Likewise.
2119         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
2120         * iconvdata/testdate/DS_2089: Likewise.
2121         * iconvdata/testdate/DS_2089..UTF8: Likewise.
2122         * iconvdata/testdate/ES: Likewise.
2123         * iconvdata/testdate/ES..UTF8: Likewise.
2124         * iconvdata/testdate/ES2: Likewise.
2125         * iconvdata/testdate/ES2..UTF8: Likewise.
2126         * iconvdata/testdate/GB_1988-80: Likewise.
2127         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
2128         * iconvdata/testdate/IT: Likewise.
2129         * iconvdata/testdate/IT..UTF8: Likewise.
2130         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
2131         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
2132         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
2133         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
2134         * iconvdata/testdate/JUS_I.B1.002: Likewise.
2135         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
2136         * iconvdata/testdate/KSC5636: Likewise.
2137         * iconvdata/testdate/KSC5636..UTF8: Likewise.
2138         * iconvdata/testdate/MSZ_7795.3: Likewise.
2139         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
2140         * iconvdata/testdate/NC_NC00-10: Likewise.
2141         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
2142         * iconvdata/testdate/NF_Z_62-010: Likewise.
2143         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
2144         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
2145         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
2146         * iconvdata/testdate/NS_4551-1: Likewise.
2147         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
2148         * iconvdata/testdate/NS_4551-2: Likewise.
2149         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
2150         * iconvdata/testdate/PT: Likewise.
2151         * iconvdata/testdate/PT..UTF8: Likewise.
2152         * iconvdata/testdate/PT2: Likewise.
2153         * iconvdata/testdate/PT2..UTF8: Likewise.
2154         * iconvdata/testdate/SEN_850200_B: Likewise.
2155         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
2156         * iconvdata/testdate/SEN_850200_C: Likewise.
2157         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
2159         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
2160         * iconvdata/cns11643l1.h: Likewise.
2161         * iconvdata/latin-greek-1.h: Likewise.
2162         * iconvdata/latin-greek.h: Likewise.
2163         * iconvdata/koi8-r.h: Likewise.
2164         * iconvdata/jis0212.h: Likewise.
2165         * iconvdata/gb2312.h: Likewise.
2166         * iconvdata/ksc5601.h: Likewise.
2168         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
2170         * iconvdata/Makefile: Add rules for lots of more modules.
2171         * iconvdata/cp1250.c: New file.
2172         * iconvdata/cp1251.c: New file.
2173         * iconvdata/cp1252.c: New file.
2174         * iconvdata/cp1253.c: New file.
2175         * iconvdata/cp1254.c: New file.
2176         * iconvdata/cp1255.c: New file.
2177         * iconvdata/cp1256.c: New file.
2178         * iconvdata/cp1257.c: New file.
2179         * iconvdata/ebcdic-dk-no-a.c: New file.
2180         * iconvdata/ebcdic-dk-no.c: New file.
2181         * iconvdata/ebcdic-es-a.c: New file.
2182         * iconvdata/ebcdic-es-s.c: New file.
2183         * iconvdata/ebcdic-es.c: New file.
2184         * iconvdata/ebcdic-fi-se-a.c: New file.
2185         * iconvdata/ebcdic-fi-se.c: New file.
2186         * iconvdata/ebcdic-fr.c: New file.
2187         * iconvdata/ebcdic-is-friss.c: New file.
2188         * iconvdata/ebcdic-it.c: New file.
2189         * iconvdata/ebcdic-pt.c: New file.
2190         * iconvdata/ebcdic-uk.c: New file.
2191         * iconvdata/ebcdic-us.c: New file.
2192         * iconvdata/ibm037.c: New file.
2193         * iconvdata/ibm038.c: New file.
2194         * iconvdata/ibm1004.c: New file.
2195         * iconvdata/ibm1026.c: New file.
2196         * iconvdata/ibm1047.c: New file.
2197         * iconvdata/ibm256.c: New file.
2198         * iconvdata/ibm273.c: New file.
2199         * iconvdata/ibm274.c: New file.
2200         * iconvdata/ibm275.c: New file.
2201         * iconvdata/ibm277.c: New file.
2202         * iconvdata/ibm278.c: New file.
2203         * iconvdata/ibm280.c: New file.
2204         * iconvdata/ibm281.c: New file.
2205         * iconvdata/ibm284.c: New file.
2206         * iconvdata/ibm285.c: New file.
2207         * iconvdata/ibm290.c: New file.
2208         * iconvdata/ibm297.c: New file.
2209         * iconvdata/ibm420.c: New file.
2210         * iconvdata/ibm423.c: New file.
2211         * iconvdata/ibm424.c: New file.
2212         * iconvdata/ibm437.c: New file.
2213         * iconvdata/ibm500.c: New file.
2214         * iconvdata/ibm850.c: New file.
2215         * iconvdata/ibm851.c: New file.
2216         * iconvdata/ibm852.c: New file.
2217         * iconvdata/ibm855.c: New file.
2218         * iconvdata/ibm857.c: New file.
2219         * iconvdata/ibm860.c: New file.
2220         * iconvdata/ibm861.c: New file.
2221         * iconvdata/ibm862.c: New file.
2222         * iconvdata/ibm863.c: New file.
2223         * iconvdata/ibm864.c: New file.
2224         * iconvdata/ibm865.c: New file.
2225         * iconvdata/ibm868.c: New file.
2226         * iconvdata/ibm869.c: New file.
2227         * iconvdata/ibm870.c: New file.
2228         * iconvdata/ibm871.c: New file.
2229         * iconvdata/ibm875.c: New file.
2230         * iconvdata/ibm880.c: New file.
2231         * iconvdata/ibm891.c: New file.
2232         * iconvdata/ibm903.c: New file.
2233         * iconvdata/ibm904.c: New file.
2234         * iconvdata/ibm905.c: New file.
2235         * iconvdata/ibm918.c: New file.
2237         * locale/iso-4217.def: Update.
2238         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
2240         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
2241         formats.
2243 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2245         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
2246         LD_LIBRARY_PATH.
2248 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2250         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
2251         * Makefile: Likewise.
2252         * posix/Makefile: Likewise.
2253         * sysdeps/mach/hurd/Makefile: Likewise.
2255 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2257         * sysdeps/mach/hurd/bits/dirent.h: New file.
2258         * sysdeps/mach/hurd/readdir64.c: New file.
2259         * sysdeps/mach/hurd/readdir64_r.c: New file.
2261 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2263         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
2264         dprintf): Synchronize declarations with libio/stdio.h.
2266 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2268         * elf/dlerror.c (dlerror): Don't assume that
2269         __libc_internal_tsd_get is defined.  __libc_getspecific is already
2270         well-protected, so just use it directly.
2272 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2274         * io/ftw.h (ftw): Fix typo.
2276 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2278         * sysdeps/gnu/utmp_file.c: Fix typo.
2280 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2282         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
2283         one part of a test fails move on to the next test.
2285 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
2287         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2289 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2291         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
2292         as pointers, not signed integers.
2294 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2296         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2298 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2300         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
2301         asm symbol name of functions.
2302         * include/features.h: Kill redundant test.
2304         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
2305         * io/ftw.h: Likewise.
2306         * io/sys/stat.h: Likewise.
2307         * io/sys/statfs.h: Likewise.
2308         * io/sys/statvfs.h: Likewise.
2309         * libio/stdio.h: Likewise.
2310         * resource/sys/resource.h: Likewise.
2311         * rt/aio.h: Likewise.
2313         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
2314          __FAVOR_BSD.
2315         * signal/signal.h: Use new macros for BSD vs. SysV signal().
2317         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
2318         a dummy library.
2319         * misc/bsd-compat.c: Removed.
2321 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
2323         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
2324         function declaration.
2325         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
2326         and use them in conversion function.
2327         * iconvdata/Makefile (modules): Re-add ISO6446.
2328         * iconvdata/TEST: Add tests for ASCII variants.
2329         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
2330         * iconvdata/testdata/ANSI_X3.4-1968: New file.
2331         * iconvdata/testdata/BS_4730: New file.
2332         * iconvdata/testdata/BS_4730..UTF8: New file.
2334 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
2336         * iconv/gconv.h (struct gconv_step): Add element stateful.
2337         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
2338         to zero for all internal conversions.
2339         * iconv/skeleton.c: Initialize stateful depending on whether or not
2340         RESET_STATE is defined to one or zero respectively.
2341         * stdlib/mblen.c: Use stateful element of currently selected
2342         converter for result if S is NULL.
2343         * stdlib/mbtowc.c: Likewise.
2344         * stdlib/wctomb.c: Likewise.
2346 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
2348         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
2350         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
2352         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
2353         character in comparison with uint32_t.
2354         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
2355         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
2356         Optimize BODY a bit.
2358         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
2359         be defined.
2361         * iconv/skeleton.c: Also reset converted counter in case of an error.
2362         Call reset function using correct value for output buffer start.
2364         * iconvdata/Makefile: Re-enable tests.
2366         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
2367         value for to-conversion.
2369         * iconvdata/TESTS: Add new third column.
2370         * iconvdata/run-iconv-test.sh: Add support for charsets which are
2371         not ASCII based.
2372         * iconvdata/testdata/suntzus: New file.
2374         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
2375         while reading.  Correctly used base.  Little optimization.
2376         (__strtoul_internal): Likewise.
2378         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
2379         was wrong.  Use explicit variable.
2381 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2383         * configure.in: Check for awk.
2384         * config.make.in: Add AWK to be substituted.
2386         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
2387         * manual/users.texi: Fix typo exposed by above rewrite.
2389         * Makefile: Invoke awk using AWK variable.
2390         * csu/Makefile: Likewise.
2391         * elf/Makefile: Likewise.
2392         * mach/Makefile: Likewise.
2393         * manual/Makefile: Likewise.
2394         * sysdeps/gnu/Makefile: Likewise.
2395         * sysdeps/mach/hurd/Makefile: Likewise.
2396         * sysdeps/unix/Makefile: Likewise.
2397         * timezone/Makefile: Likewise.
2399 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
2401         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
2402         array index translation.
2403         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
2404         these are defined.
2406         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
2408         * sysdeps/mach/hurd/errlist.c: New file.
2409         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
2410         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
2411         semantics, so rename it.
2413 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2415         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
2416         conversions.
2418 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
2420         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
2421         * wcsmbs/wcsnrtombs.c: Likewise.
2423 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
2425         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
2427         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
2429         * time/strftime.c (my_strftime): Initialize pad variable in
2430         declaration.
2432         * iconvdata/big5.c: Don't use character constants in comparisons
2433         with unsigned value.
2435 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
2437         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
2438         __libc_siglongjmp to GLIBC_2.1.
2440         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
2441         __strerror_r.
2443         * iconv/Makefile: Don't run tests now.
2445         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
2446         with correct output buffer.
2448         Major rewrite of the low-level gconv functionality.
2449         * iconv/gconv.c: Rewritten.
2450         * iconv/gconv.h: Likewise.
2451         * iconv/gconv_builtin.c: Likewise.
2452         * iconv/gconv_builtin.h: Likewise.
2453         * iconv/gconv_conf.c: Likewise.
2454         * iconv/gconv_int.h: Likewise.
2455         * iconv/gconv_open.c: Likewise.
2456         * iconv/gconv_simple.c: Likewise.
2457         * iconv/iconv.c: Likewise.
2458         * iconvdata/8bit-gap.c: Likewise.
2459         * iconvdata/8bit-generic.c: Likewise.
2460         * iconvdata/Makefile: Likewise.
2461         * iconvdata/big5.c: Likewise.
2462         * iconvdata/cns11643.c: Likewise.
2463         * iconvdata/cns11643.h: Likewise.
2464         * iconvdata/cns11643l1.c: Likewise.
2465         * iconvdata/cns11643l1.h: Likewise.
2466         * iconvdata/ebcdic-at-de-a.c: Likewise.
2467         * iconvdata/ebcdic-at-de.c: Likewise.
2468         * iconvdata/ebcdic-ca-fr.c: Likewise.
2469         * iconvdata/euccn.c: Likewise.
2470         * iconvdata/eucjp.c: Likewise.
2471         * iconvdata/euckr.c: Likewise.
2472         * iconvdata/euctw.c: Likewise.
2473         * iconvdata/gb2312.c: Likewise.
2474         * iconvdata/gb2312.h: Likewise.
2475         * iconvdata/hp-roman8.c: Likewise.
2476         * iconvdata/iso646.c: Likewise.
2477         * iconvdata/iso6937.c: Likewise.
2478         * iconvdata/iso8859-1.c: Likewise.
2479         * iconvdata/iso8859-10.c: Likewise.
2480         * iconvdata/iso8859-2.c: Likewise.
2481         * iconvdata/iso8859-3.c: Likewise.
2482         * iconvdata/iso8859-4.c: Likewise.
2483         * iconvdata/iso8859-5.c: Likewise.
2484         * iconvdata/iso8859-6.c: Likewise.
2485         * iconvdata/iso8859-7.c: Likewise.
2486         * iconvdata/iso8859-8.c: Likewise.
2487         * iconvdata/iso8859-9.c: Likewise.
2488         * iconvdata/jis0201.c: Likewise.
2489         * iconvdata/jis0201.h: Likewise.
2490         * iconvdata/jis0208.c: Likewise.
2491         * iconvdata/jis0208.h: Likewise.
2492         * iconvdata/jis0212.c: Likewise.
2493         * iconvdata/jis0212.h: Likewise.
2494         * iconvdata/johab.c: Likewise.
2495         * iconvdata/koi-8.c: Likewise.
2496         * iconvdata/koi8-r.c: Likewise.
2497         * iconvdata/ksc5601.c: Likewise.
2498         * iconvdata/ksc5601.h: Likewise.
2499         * iconvdata/latin-greek-1.c: Likewise.
2500         * iconvdata/latin-greek.c: Likewise.
2501         * iconvdata/run-iconv-test.sh: Likewise.
2502         * iconvdata/sjis.c: Likewise.
2503         * iconvdata/t61.c: Likewise.
2504         * iconvdata/uhc.c: Likewise.
2505         * wcsmbs/btowc.c: Likewise.
2506         * wcsmbs/mbrtowc.c: Likewise.
2507         * wcsmbs/mbsnrtowcs.c: Likewise.
2508         * wcsmbs/mbsrtowcs.c: Likewise.
2509         * wcsmbs/wcrtomb.c: Likewise.
2510         * wcsmbs/wcsmbsload.c: Likewise.
2511         * wcsmbs/wcsnrtombs.c: Likewise.
2512         * wcsmbs/wcsrtombs.c: Likewise.
2513         * wcsmbs/wctob.c: Likewise.
2514         * iconv/loop.c: New file.
2515         * iconv/skeleton.c: New file.
2517         * stdlib/mblen.c: Handle empty input string correctly.
2518         * stdlib/mbtowc.c: Likewise.
2520         * posix/getopt.c: Various cleanups.
2522         * sysdeps/arm/bits/setjmp.h: Add copyright text.
2523         * sysdeps/i386/bits/setjmp.h: Likewise.
2524         * sysdeps/m68k/bits/setjmp.h: Likewise.
2525         * sysdeps/powerpc/bits/setjmp.h: Likewise.
2526         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
2528         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
2529         and make longjmp weak alias.
2531 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
2533         * iconv/Makefile (routines): Only include gconv_dl if building for
2534         an ELF system - dynamic linking is not available on a.out.
2535         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
2536         due to above check.
2537         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
2538         routines from gconv_dl.
2540 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
2542         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
2543         we can compile without libio.
2545 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
2547         * sysdeps/mach/hurd/Subdirs: Remove login.
2549 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
2551         * db2/compat.h: Include <errno.h>, to make sure we get the
2552         definition of EFTYPE before we define it ourselves.
2554 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
2556         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
2557         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
2558         Fix typo to allow inclusion from sys/ioctl.h again.
2560 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2562         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
2564 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2566         * libc.map: Export __strerror_r.  Remove _strerror_internal.
2568 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2570         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
2571         Also undefine __strcasestr.
2573 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2575         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
2576         aliases do not work with global variables due to copy relocations.
2578 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
2580         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
2582 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
2584         * signal/sighold.c: Include stddef.h for NULL definition.
2585         * signal/sigrelse.c: Likewise.
2586         * sysdeps/posix/sigignore.c: Likewise.
2587         * sysdeps/posix/sigset.c: Likewise.
2588         * sysdeps/posix/waitid.c: Likewise.
2589         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
2590         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
2591         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2592         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
2593         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2595 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
2597         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
2598         * login/getutent.c (getutxent): Remove alias.
2599         * login/getutent_r.c (setutxent, pututxline, endutxent):
2600         Remove aliases.
2601         * login/getutid.c (getutxid): Remove alias.
2602         * login/getutline.c (getutxline): Remove alias.
2603         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
2604         __getutid, __getutline and __pututline.
2605         * login/utmpx.h: Moved to ...
2606         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
2607         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
2608         and updwtmpx.
2609         * login/updwtmp.c: Moved to ...
2610         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
2611         allowing file name transformation.
2612         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
2613         additional file name transformation.
2614         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
2615         * login/utmp_file.c: Moved to ...
2616         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
2617         Generalized by allowing file name transformation.  Do not
2618         print error message.  Library functions should not print them.
2619         Reported by Jim Meyering.
2620         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
2621         with additional file name transformation.
2622         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
2623         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
2624         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
2625         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
2626         and bits/utmpx.h.
2627         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
2628         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
2629         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
2630         Define if __USE_GNU.
2631         * sysdeps/generic/setutxent.c: New file.
2632         * sysdeps/generic/getutxent.c: New file.
2633         * sysdeps/generic/endutxent.c: New file.
2634         * sysdeps/generic/getutxid.c: New file.
2635         * sysdeps/generic/getutxline.c: New file.
2636         * sysdeps/generic/pututxline.c: New file.
2637         * sysdeps/generic/utmpxname.c: New file.
2638         * sysdeps/generic/updwtmpx.c: New file.
2639         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
2640         * sysdeps/generic/bits/utmpx.h: Remove.
2642 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
2644         * posix/wordexp-test.c (main): Initialize ifs element of ts for
2645         ~root test.
2647 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
2649         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
2651 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
2653         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
2654         variable using _G_stat64.
2655         * libio/fileops.c: Remove macro definition of fstat, it is in the
2656         global header.
2657         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
2659 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
2661         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
2662         <willy@odie.barnet.ac.uk>.
2664 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
2666         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
2667         required by IPv6 Basic API.
2668         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
2669         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
2670         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
2671         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
2673 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
2675         Don't name internal representation since it might be different from
2676         the external form (namely on little endian machines).
2677         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
2678         UCS4 into references to INTERNAL.
2679         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
2680         Add endianess support to UCS functions.  Change references to
2681         UCS4 into references to INTERNAL.
2682         * iconv/gconv_int.h: Change references to UCS4 into references to
2683         INTERNAL.
2684         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
2685         * iconvdata/gconv-modules: Change accordingly.
2686         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
2688         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
2689         overflow.
2690         * iconvdata/8bit-gap.c: Likewise.
2691         * iconvdata/8bit-generic.c: Likewise.
2692         * iconvdata/big5.c: Likewise.
2693         * iconvdata/euccn.c: Likewise.
2694         * iconvdata/eucjp.c: Likewise.
2695         * iconvdata/euckr.c: Likewise.
2696         * iconvdata/euctw.c: Likewise.
2697         * iconvdata/iso646.c: Likewise.
2698         * iconvdata/iso6937.c: Likewise.
2699         * iconvdata/iso8859-1.c: Likewise.
2700         * iconvdata/johab.c: Likewise.
2701         * iconvdata/sjis.c: Likewise.
2702         * iconvdata/t61.c: Likewise.
2703         * iconvdata/uhc.c: Likewise.
2705         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
2706         * iconvdata/8bit-generic.c: Likewise.
2708         * iconvdata/TESTS: Add more tests.
2710         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
2712 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
2714         * iconvdata/Makefile: Better rules to run tests.
2716         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
2717         * iconvdata/testdata/ISO-8859-10: Likewise.
2718         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
2719         * iconvdata/testdata/ISO-8859-2: Likewise.
2720         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
2721         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
2722         * iconvdata/testdata/ISO-8859-3: Likewise.
2723         * iconvdata/testdata/ISO-8859-4: Likewise.
2724         * iconvdata/testdata/ISO-8859-5: Likewise.
2725         * iconvdata/testdata/ISO-8859-6: Likewise.
2726         * iconvdata/testdata/ISO-8859-7: Likewise.
2727         * iconvdata/testdata/ISO-8859-8: Likewise.
2728         * iconvdata/testdata/ISO-8859-9: Likewise.
2730 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
2732         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
2733         intermediate result (if available).
2735         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
2736         last change.
2738         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
2739         (distribute): Add run-iconv-test.sh and testdata/*.
2741         * stdlib/testmb.c (main): Simplify mbc array handling.
2743 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2745         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
2746         return value on overflow.
2748 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2750         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
2751         bits.
2753 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2755         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
2756         of non-standard function setbuffer.
2758 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2760         * stdio-common/perror.c: Include <string.h> for __strerror_r.
2762 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
2764         * iconvdata/Makefile: Add rules to run tests.
2765         * iconvdata/TESTS: New file.
2766         * iconvdata/run-iconv-test.sh: New file.
2767         * iconvdata/testdata/ISO-8859-1: New file.
2769         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
2770         not stdout.
2772 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
2774         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
2775         counter element of step.
2777         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
2779         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
2780         termination test.
2781         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
2782         ACTUALLY.
2783         (__gconv_transform_utf8_ucs4): Correct test for empty input.
2785 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2787         * Makefile: Include makeconfig before defining rule to regenerate
2788         configure files.
2790         * configure.in: Remove restriction on compiling without static
2791         libs.
2793 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
2795         * test-skeleton.c: Provide hook for initializing code before the fork.
2796         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
2797         removed.
2799         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
2800         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
2801         * libio/libioP.h: Adopt _IO_cleanup prototype.
2803         * stdlib/Makefile (tests): Add test-canon2.
2804         * stdlib/test-canon2.c: New file.
2805         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
2806         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
2807         symlink sequences.
2808         (__realpath): Make real function which checks RESOLVED parameter for
2809         not being NULL.
2811 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2813         * catgets/open_catalog.c (__open_catalog): Fix problems with
2814         reading non-files.  Always close file.
2815         Reported by Cristian Gafton <gafton@redhat.com>.
2817         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
2819 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
2821         * libc.map: Add various low-level I/O functions.
2823 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
2825         * string/Makefile (routines): Remove strerror_r.
2826         * string/strerror_r.c: Removed.
2827         * string/strerror.c: Call __strerror_r for doing the real work.
2828         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
2829         add weak alias strerror_r.
2830         * sysdeps/mach/_strerror.c: Likewise.
2831         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
2832         * elf/dl-error.c (_dl_signal_error): Likewise.
2833         * elf/dl-profile.c (_dl_start_profile): Likewise.
2834         * gmon/gmon.c (write_gmon): Likewise.
2835         * stdio-common/perror.c: Likewise.
2836         * stdio-common/vfprintf.c: Likewise.
2838 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
2840         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
2841         (sysdep_headers): Add netatalk/at.h.
2843 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2845         * manual/socket.texi, manual/creature.texi, manual/time.texi:
2846         Formatting fixes.
2848 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2850         * posix/regex.c: Rename __re_syntax_options back to
2851         re_syntax_options, aliases do not work with global variables due
2852         to copy relocations.
2853         (regex_compile): Use syntax parameter instead of
2854         re_syntax_options.
2856 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2858         * configure.in: Document that enable-force-install is default.
2860 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
2862         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
2863         all needed 36 bits.
2864         * sysdeps/posix/mkstemp.c: Likewise.
2866 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
2868         * iconvdata/8bit-gap.c: Simplify step data handling.
2869         * iconvdata/8bit-generic.c: Likewise.
2870         * iconvdata/big5.c: Likewise.
2871         * iconvdata/euccn.c: Likewise.
2872         * iconvdata/eucjp.c: Likewise.
2873         * iconvdata/euckr.c: Likewise.
2874         * iconvdata/euctw.c: Likewise.
2875         * iconvdata/iso6937.c: Likewise.
2876         * iconvdata/iso8859-1.c: Likewise.
2877         * iconvdata/jis0208.h: Likewise.
2878         * iconvdata/jis0212.c: Likewise.
2879         * iconvdata/jis0212.h: Likewise.
2880         * iconvdata/johab.c: Likewise.
2881         * iconvdata/ksc5601.h: Likewise.
2882         * iconvdata/sjis.c: Likewise.
2883         * iconvdata/t61.c: Likewise.
2884         * iconvdata/uhc.c: Likewise.
2886 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
2888         * manual/texinfo.texi: Updated from last version.
2890 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
2892         * iconvdata/cns11643.c: New file.
2893         * iconvdata/cns11643.h: New file.
2894         * iconvdata/cns11643l1.c: New file.
2895         * iconvdata/cns11643l1.h: New file.
2896         * iconvdata/euctw.c: New file.
2897         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
2898         * iconvdata/gconv-modules: Likewise.
2900         * iconvdata/eucjp.c: Several bug fixes and improvements.
2901         * iconvdata/gb2312.h: Likewise.
2902         * iconvdata/jis0201.h: Likewise.
2903         * iconvdata/jis0208.h: Likewise.
2904         * iconvdata/jis0212.h: Likewise.
2906 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
2908         * iconvdata/eucjp.c: New file.
2909         * iconvdata/euccn.c: New file.
2910         * iconvdata/gb2312.h: New file.
2911         * iconvdata/gb2312.c: New file.
2912         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
2913         * iconvdata/gconv-modules: Likewise.
2915         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
2917 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2919         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2920         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
2921         Patch by Mark Hatle <fray@kernel.crashing.org>.
2923 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
2925         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
2926         comment.
2927         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
2928         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
2930 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2932         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
2934         * iconvdata/Makefile: Add rules for big5 conversion.
2935         * iconvdata/gconv-modules: Likewise.
2936         * iconvdata/big5.c: New file.
2938         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
2939         Patch by Jim Meyering.
2941 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
2943         * rt/tst-aio.c: Add test for aio_read and lio_listio.
2945         * rt/lio_listio.c: Correct total counter handling.
2947         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
2948         from request queue.
2950         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
2951         of signal on exit even more.
2953         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
2954         instead of call to pthread_cond_init.
2955         * rt/lio_listio.c (lio_listio): Likewise.
2956         * rt/lio_listio64.c (lio_listio64): Likewise.
2958         * nis/nis_findserv.c: Include sys/socket.h.
2960 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
2962         * Makeconfig (rtobjdir): New variable.
2963         (rpath-link): Add rtobjdir and thread directory, if available.
2965         * test-skeleton.c: Add support to remove temporary files.
2966         Always define test_dir.  Improve message about expected signal.
2968         * rt/Makefile (tests): Add tst-aio.
2969         Add rules for tst-aio to be linked with librt and thread library.
2970         * rt/aio_misc.c: Correct fundamental bugs.
2971         * rt/aio_suspend.c: Correct bug in test for available request.
2972         Initialize conditional variable.
2973         * rt/lio_listio.c: Initialize conditional variable.
2974         * rt/lio_listio64.c: Likewise.
2975         * rt/tst-aio.c: New file.
2977         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
2978         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
2979         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
2980         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
2981         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
2982         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
2983         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
2985 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
2987         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
2989 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
2991         * elf/dl-load.c (open_path): Use correct name for test whether
2992         directory in load path exists.
2994         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
2995         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
2996         Patches by Tom Rini <trini@kernel.crashing.org>.
2998         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
2999         * wcsmbs/wcstod_l.c: Likewise.
3000         * wcsmbs/wcstold_l.c: Likewise.
3002         * include/byteswap.h: New file.
3004         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
3005         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
3007         * inet/getnameinfo.c (getnameinfo): Change parameter to match
3008         declaration.  Patch by Richard Henderson.
3010 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3012         * manual/process.texi (SIGCHLD example): Save errno.
3014 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
3016         * posix/regex.c: Define regerror really as __regerror.
3017         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
3018         regerror and regfree.
3020         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
3021         * stdlib/strtod_l.c: Likewise.
3022         * stdlib/strtold_l.c: Likewise.
3024         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
3026         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
3028         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
3029         Patch by Christian Gafton.
3031 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
3033         * manual/socket.texi (Interface Naming): Correct @deftypefun line
3034         for if_indextoname.
3036 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3038         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
3040         * manual/socket.texi (Interface Naming): Fix typo.
3042 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3044         * manual/examples/filesrv.c (main): Remove filename first.
3046         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
3047         ?F_UNIX.
3049         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
3050         instead of PF_UNIX.
3052         * manual/examples/filecli.c (main): Use AF_LOCAL
3053         instead of AF_UNIX.
3055 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
3057         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
3058         signgam weak alias.
3059         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
3060         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
3061         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
3062         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
3063         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
3064         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
3066         * login/utmp_daemon.c (open_socket): Use __connect not connect.
3068 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3070         * configure.in: Add new option --enable-force-install.  Substitute
3071         force_install.
3072         * config.make.in (force-install): Set from configure.
3073         * Makerules (force-install): New phony target.
3074         * Makeconfig (+force): New variable.
3075         * Makefile: Use it in dependency list of installation targets.
3076         * db/Makefile: Likewise.
3077         * db2/Makefile: Likewise.
3078         * elf/Makefile: Likewise.
3079         * hurd/Makefile: Likewise.
3080         * iconv/Makefile: Likewise.
3081         * iconvdata/Makefile: Likewise.
3082         * intl/Makefile: Likewise.
3083         * localedata/Makefile: Likewise.
3084         * login/Makefile: Likewise.
3085         * po/Makefile: Likewise.
3086         * sunrpc/Makefile: Likewise.
3087         * sysdeps/mach/hurd/Makefile: Likewise.
3088         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
3089         * sysdeps/unix/sysv/linux/Makefile: Likewise.
3090         * timezone/Makefile: Likewise.
3092 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3094         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
3095         alloc_size.  Pass return value of getcwd syscall to realloc.
3097 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3099         * manual/socket.texi: Spelling fixes.
3101 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3103         * elf/dl-load.c (print_search_path): Remove unused variable.
3105 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
3107         * login/utmp_file.c: use __ftruncate not ftruncate.
3108         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
3109         for system call and make ftruncate weak alias.
3110         * posix/unistd.h: Add prototype for __ftruncate.
3111         * login/utmp_daemon.c (open_socket): Use __socket not socket.
3112         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
3113         instead of snprintf and readv.
3114         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
3115         snprintf.
3116         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
3117         directly.
3119 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
3121         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
3122         * iconv/gconv_db.c: Use __ protected regex functions.
3123         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
3124         * posix/getopt_init.c: Use __getpid not getpid.
3125         * posix/regex.c: Rename all global functions to start with __ and
3126         make old names weak aliases.
3127         * posix/regex.h: Adopt prototypes for this.
3128         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
3129         a weak alias and use __getcwd instead of getcwd.
3130         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
3131         * stdlib/strtod.c: Use __btowc instead of btowc.
3132         * stdlib/strtol.c: Likewise.
3133         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
3134         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
3135         and sys_errlist are weak.
3136         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
3137         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
3138         * wcsmbs/mbsnrtowcs.c: Likewise.
3139         * wcsmbs/mbsrtowcs.c: Likewise.
3140         * wcsmbs/wcsnrtombs.c: Likewise.
3141         * wcsmbs/wcsrtombs.c: Likewise.
3142         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
3143         weak alias.
3144         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
3145         * wctype/wctype.c: Define function as __wctype and make wctype
3146         weak alias.
3147         * wctype/wctype.h: Declare __wctype.
3149 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
3151         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
3153 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3155         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
3156         stat64.
3157         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
3158         functions.
3159         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
3160         for __llseek.
3161         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3162         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
3163         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
3164         make it a weak alias.
3165         * posix/unistd.h: Declare __lseek64.
3167         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
3168         (_IO_file_stat): Fix typo.
3169         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
3170         block size from the file.  Use __mempcpy if _LIBC.
3172 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
3174         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
3175         * wcsmbs/mbrtowc.c: Likewise.
3176         * wcsmbs/mbsnrtowcs.c: Likewise.
3177         * wcsmbs/mbsrtowcs.c: Likewise.
3178         * wcsmbs/wcrtomb.c: Likewise.
3179         * wcsmbs/wcsnrtombs.c: Likewise.
3180         * wcsmbs/wcsrtombs.c: Likewise.
3181         * wcsmbs/wctob.c: Likewise.
3183         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
3184         position of next output character correctly.
3185         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
3187         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
3189         * stdlib/strtod.c: Don't use mbtowc.
3191 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
3193         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
3194         what we want is smaller than a buffer.
3196 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
3198         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
3199         this function.
3201 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
3203         * configure.in: Recognize --with-headers flag and determine
3204         commandline options to be used in compilation.
3205         * Makeconfig (+includes): Use $(sysincludes).
3206         * config.make.in (sysincludes): Define from SYSINCLUDES.
3207         * glibcbug.in: Use SYSINCLUDES information.
3208         Patches by Zack Weinberg.
3210 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3212         * glibcbug.in: On linux, report version of kernel headers seen
3213         by compiler.
3215 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
3217         * libc.map: Add __asprintf to GLIBC_2.1.
3218         * elf/dlerror.c: Use __asprintf, not asprintf.
3219         * libio/stdio.h: Declare __asprintf.
3220         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
3221         a weak alias.
3223         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
3224         to avoid inclusion from libc_pic.a.
3226         * elf/dl-runtime.c: Undo last patch.
3228         * stdlib/strtod.c: Don't use mbtowc, use btowc.
3230         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
3231         as default, use NULL.
3233 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3235         * resolv/Makefile: Include ../Makeconfig - needed for building
3236         static NSS module.
3238 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3240         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
3241         static-nss since we don't want hesiod in the static NSS.
3243         * nss/Makefile: Build only nss_files as static.
3245         * nss/function.def: Remove support for service db.
3247 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
3249         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
3251 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
3253         * posix/wordexp-test.c: Make IFS per test-case.
3255 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3257         * glibcbug.in: Report version of gcc in use.  Remove unused variable
3258         ENVIRONMENT.
3260 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
3262         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
3263         `-print-file-name' to find as and ld.
3265 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
3267         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
3268         template is wrong.  Remove unused varaible `ignored'.
3270 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3272         * libc.map: Export __libc_sa_len.
3274         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
3276 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
3278         * iconv/gconv.c: Take care for NULL arguments.
3279         * iconv/gconv_dl.c: Make find_func function global.
3280         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
3281         Add prototypes for ASCII conversion functions.
3282         * iconv/gconv_simple.c: Add ASCII conversion functions.
3283         * locale/C-ctype.c: Correct charset name.
3285         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
3286         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
3287         wcsmbsload.
3288         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
3289         * wcsmbs/mbrtowc.c: Likewise.
3290         * wcsmbs/mbsnrtowcs.c: Likewise.
3291         * wcsmbs/mbsrtowcs.c: Likewise.
3292         * wcsmbs/wcrtomb.c: Likewise.
3293         * wcsmbs/wcsnrtombs.c: Likewise.
3294         * wcsmbs/wcsrtombs.c: Likewise.
3295         * wcsmbs/wctob.c: Likewise.
3296         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
3297         prototypes for wmemr*.
3298         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
3299         * wcsmbs/wcsnlen.c: New file.
3300         * wcsmbs/wcsmbsload.c: New file.
3301         * wcsmbs/wcsmbsload.h: New file.
3303         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
3305         * manual/install.texi: Describe some more critical points.
3307         * string/string.h: Add prototype for __strnlen.
3308         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
3310         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
3311         much less predictable names.
3312         * sysdeps/posix/mkstemp.c: Likewise.
3314 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3316         * manual/libc.texinfo (Top): Change "file namespace" to "local
3317         namespace".
3319         * manual/socket.texi: Change file namespace to local namespace.
3320         (Out-of-Band Data): Remove unneeded variable link.
3321         (Host Address Functions): Use uint32_t consequently and add a
3322         number of clarifications for IPv4/IPv6, classless addresses.
3323         (Internet Namespace): Added some paragraphs about IPv6.
3324         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3326 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
3328         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
3330         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
3331         (NI_NUMERICHOST, et al.): Tidy up and add comments.
3332         (AI_NUMERICHOST): Define.
3333         (getnodebyname): New prototype.
3334         (AI_V4MAPPED, et al.): New constants.
3336         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
3337         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
3338         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
3339         for socket.
3340         * sysdeps/unix/sysv/linux/sa_len.c: New file.
3341         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
3343         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
3345         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
3346         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
3347         * socket/Makefile (headers): Add bits/sockunion.h.
3348         * socket/sys/socket.h: Include <bits/sockunion.h>
3349         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
3350         <sys/socket.h>, to avoid getting sockaddr_union defined.
3351         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
3352         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3353         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
3355         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
3356         (2.2.x kernels won't have it).
3358 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
3360         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
3361         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
3362         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
3363         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
3365 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
3367         * manual/socket.texi (Socket Addresses): Fix a typo.
3368         (Interface Naming): New section.
3370 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3372         * configure.in: Check for CC using $ac_tool_prefix, to handle
3373         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
3374         * config.make.in: Add MIG to be substituted.
3375         * mach/Machrules: Don't define MIG variable.
3377         Patch by Gordon Matzigkeit <gord@profitpress.com>.
3379 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
3381         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
3382         strdupa to copy rpath.
3384 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3386         * configure.in: Fix gcc version check.
3388         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
3389         confusing.
3391 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
3393         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
3394         of ptsname_r.
3396         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
3397         like ttyname_r.
3398         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
3399         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
3400         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
3401         of __ptsname_r accordingly.
3402         * login/openpty.c (openpty): Likewise.
3404 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
3406         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
3408 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3410         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
3412         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
3414 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3416         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
3417         return value for better error checking.
3419 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
3421         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
3422         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
3424         * elf/elf.h (EM_SPARC64): Remove.
3425         (EM_SPARC32PLUS, EM_SPARCV9): Add.
3426         (HWCAP_SPARC_V9): Add.
3428         * elf/ldsodefs.h (_dl_hwcap): Declare.
3429         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
3430         Weaken so dlopen from static progies works.
3431         (WEAKADDR): New macro.
3432         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
3433         (LD_SO_PRELOAD): New macro.
3434         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
3435         (elf_machine_rela): Weaken _dl_rtld_map.
3437         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
3438         to __clone, and remove the later's alias.
3439         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
3441         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
3442         the kernel's structure.
3444         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
3445         Sparc needs a custom value of __KERNEL_NCCS.
3447 1998-04-06  Richard Henderson  <rth@cygnus.com>
3449         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
3451         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
3452         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3454 1998-04-06  Richard Henderson  <rth@cygnus.com>
3456         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
3457         as the buffer is not properly aligned.
3458         Reported by Juan Cespedes <cespedes@debian.org>.
3460 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3462         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
3463         instead of AF_FILE.
3465 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
3467         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
3468         and wc*tomb* functions.
3470 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
3472         * sysdeps/unix/start.c: Fix typo.
3474 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
3476         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
3478 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
3480         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
3481         expressions and using array variables.
3482         * sysdeps/libm-ieee754/e_asin.c: Likewise.
3483         * sysdeps/libm-ieee754/e_j0.c: Likewise.
3484         * sysdeps/libm-ieee754/e_j1.c: Likewise.
3485         * sysdeps/libm-ieee754/e_log.c: Likewise.
3486         * sysdeps/libm-ieee754/e_pow.c: Likewise.
3487         * sysdeps/libm-ieee754/k_cos.c: Likewise.
3488         * sysdeps/libm-ieee754/k_sin.c: Likewise.
3489         * sysdeps/libm-ieee754/k_tan.c: Likewise.
3490         * sysdeps/libm-ieee754/s_atan.c: Likewise.
3491         * sysdeps/libm-ieee754/s_erf.c: Likewise.
3492         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
3493         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
3494         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
3496 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
3498         * iconv/gconv.c: Rewrite of the low-level of gconv.
3499         * iconv/gconv.h: Likewise.
3500         * iconv/gconv_builtin.h: Likewise.
3501         * iconv/gconv_close.c: Likewise.
3502         * iconv/gconv_db.: Likewise.
3503         * iconv/gconv_dl.c: Likewise.
3504         * iconv/gconv_int.h: Likewise.
3505         * iconv/gconv_open.c: Likewise.
3506         * iconv/gconv_simple.c: Likewise.
3507         * iconvdata/8bit-gap.c: Adapt for rewrite.
3508         * iconvdata/8bit-generic.c: Likewise.
3509         * iconvdata/euckr.c: Likewise.
3510         * iconvdata/iso646.c: Likewise.
3511         * iconvdata/iso6937.c: Likewise.
3512         * iconvdata/iso8859-1.c: Likewise.
3513         * iconvdata/johab.c: Likewise.
3514         * iconvdata/sjis.c: Likewise.
3515         * iconvdata/t61.c: Likewise.
3516         * iconvdata/uhc.c: Likewise.
3518 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
3520         * iconv/gconv_int.h: New file.  Internal header.
3521         * iconv/Makefile (distribute): Add gconv_int.h.
3522         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
3523         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
3524         * iconv/gconv_close.c: Likewise.
3525         * iconv/gconv_conf.c: Likewise.
3526         * iconv/gconv_db.c: Likewise.
3527         * iconv/gconv_dl.c: Likewise.
3528         * iconv/gconv_int.h: Likewise.
3529         * iconv/gconv_open.c: Likewise.
3530         * iconv/iconv.c: Likewise.
3531         * iconv/iconv_close.c: Likewise.
3532         * iconv/iconv_open.c: Likewise.
3533         * iconv/iconv_prog.c: Likewise.
3535 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
3537         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
3538         missing braces.
3540 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3542         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
3544 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
3546         Based on patch from Pat Beirne:
3547         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
3548         PIC and non-PIC now.  Correctly negate error number.
3549         (errno): Use `%' not `@' in .type directives.
3551 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
3553         * sysdeps/i386/strtok.S: Change to use single exit point.
3554         * sysdeps/i386/i686/strtok.S: Likewise.
3556 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3558         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
3559         default.
3561 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3563         * Makerules (installed-libcs): Fix typo.
3565 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3567         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
3568         (UHC-routines): Remove ksc5601.
3570 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
3572         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
3573         introduced in last change.
3575 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
3577         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
3578         before 2.1.92.
3580 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3582         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
3584         * stdlib/isomac.c: Use -isystem instead of -I for system include
3585         dir.
3587 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
3589         * resolv/res_comp.c (underscorechar): New.
3590         (middlechar): Allow '_'.
3592 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3594         * intl/explodename.c (stdlib.h): Include that file only if
3595         STDC_HEADERS or _LIBC.
3596         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
3597         Patch by Philippe De Muyter <phdm@macqel.be>.
3599 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3601         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
3602         (AC_PROG_CHECK_VER): New macro.
3603         * configure.in: Use AC_PROG_CHECK_VER to check versions of
3604         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
3606 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
3608         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
3609         * sysdeps/i386/i686/strtok.S: New file
3610         * sysdeps/i386/i686/strtok_r.S: New file
3612 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
3614         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
3615         type to __off64_t.
3616         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
3617         parameter as __off64_t instead of __off_t.
3618         (ftello): Make alias for ftello64 instead of ftello.  Change
3619         return type to __off64_t.
3621 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3623         * sysdeps/i386/bits/string.h: Fix various typos.
3624         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
3626         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
3628 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3630         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
3631         lchown syscall correctly.  [PR libc/541].
3633 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
3635         * localedata/Makefile: Correct testsuite rules.
3637         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
3638         * iconvdata/iso646.c: Fix conversion from UCS4.
3640         * elf/ldsodefs.h: Mark internal function with internal_function.
3641         * elf/dl-addr.c: Likewise.
3642         * elf/dl-close.c: Likewise.
3643         * elf/dl-debug.c: Likewise.
3644         * elf/dl-deps.c: Likewise.
3645         * elf/dl-error.c: Likewise.
3646         * elf/dl-fini.c: Likewise.
3647         * elf/dl-init.c: Likewise.
3648         * elf/dl-load.c: Likewise.
3649         * elf/dl-lookup.c: Likewise.
3650         * elf/dl-object.c: Likewise.
3651         * elf/dl-open.c: Likewise.
3652         * elf/dl-profile.c: Likewise.
3653         * elf/dl-reloc.c: Likewise.
3654         * elf/dl-runtime.c: Likewise.
3655         * elf/dl-symbol.c: Likewise.
3656         * elf/dl-version.c: Likewise.
3657         * elf/dlerror.c: Likewise.
3658         * sysdeps/generic/dl-sysdep.c: Likewise.
3659         * sysdeps/i386/dl-machine.h: Likewise.
3660         * intl/finddomain.c: Likewise.
3661         * intl/gettextP.h: Likewise.
3662         * intl/loadmsgcat.c: Likewise.
3664 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
3666         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
3667         * iconv/gconv_builtin.h: Add definitions for new builtins.
3668         * iconv/gconv.h: Add prototypes for new builtins.
3670         * iconvdata/Makefile (modules): Add ISO646.
3671         Add rules for ISO646 module.
3672         (distribute): Add iso646.c.
3673         * iconvdata/gconv-modules: Add module and alias definition for
3674         ISO646 charsets.
3675         * iconvdata/iso646.c: New file.
3677 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
3679         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
3680         * iconv/iconv_prog.c: Implement --list option to print available
3681         coded character sets.
3683 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3685         Make fread() read large blocks straight to the user buffer.
3687         * libio/fileops.c (_IO_file_xsgetn): New function.
3688         (_IO_file_jumps): Use it.
3689         * libio/libioP.h: Prototype it.
3691 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3693         * iconv/gconv_conf.c (builtin_aliases): New variable.
3694         (__gconv_read_conf): Add builtin aliases.
3695         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
3696         noop macro before including gconv_builtin.h.
3697         * iconv/gconv_builtin.h: Add alias names.
3699         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
3700         number of converted bytes correctly.
3702 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3704         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
3705         we only wait for a replay.
3707 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3709         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
3710         EUC-KR modules.
3712 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
3714         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
3715         use PLTJMP() rather than explicit (PLT).
3717         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
3718         __libc_start_main().
3720         Based on patch from Pat Beirne:
3721         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
3722         Always define, not only #ifndef PIC.
3723         (DO_CALL): Pass fifth argument correctly in R4.
3724         (PSEUDO): Correct test for error, call syscall_error through PLT
3725         if PIC.
3727 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
3729         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
3730         definitions.
3732 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3734         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
3735         JOHAB.so.
3737 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
3739         * io/Makefile (static-only-routines): Add stat64, fstat64 and
3740         lstat64.
3742 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3744         * manual/Makefile: Use object-suffixes-for-libc instead of
3745         object-suffixes.
3746         * rpm/Makefile (install-lib): Likewise.
3748 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3750         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
3752         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
3753         `m68*', not only `m68k'.
3755 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3757         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
3759         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
3760         install lddlibc4.
3762 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3764         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
3765         EUC-KR.
3767         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
3768         comment.
3770 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
3772         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
3773         the init stuff.
3775 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3777         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
3778         adjtimex syscall.
3779         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
3780         adjtimex.
3781         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
3783 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3785         * Makerules (install): Change comment for libc.so following the
3786         libc_nonshared changes.
3788 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3790         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
3792         * iconvdata/gap.pl: Avoid using %#06x.
3794 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3796         * Makerules: Use $? instead of S^ when invoking ar.
3798 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3800         * db2/compat.h: Allow EFTYPE being defined.
3801         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
3802         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
3803         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
3804         * sysdeps/mach/bits/libc-lock.h: Fix typo.
3805         (__libc_once): Correctly unlock semaphore.
3806         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
3807         * sysdeps/unix/bsd/getpt.c: Fix typo.
3808         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
3810 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3812         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
3813         macros.
3815 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
3817         * include/mntent.h: New file.
3819         * elf/Makefile (trusted-dirs.h): Append slash to filename.
3820         * elf/dl-load.c: Rewrite search path handling.
3821         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
3822         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
3823         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
3824         * elf/ldsodefs.h: Add prototype.
3826 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3828         * nss/nsswitch.c (__nss_lookup): Adjust comment.
3830         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
3831         function.
3833         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
3835         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
3836         New function.
3837         (HWCAP_IMPORTANT): New definition.
3839 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
3841         * elf/dl-open.c (_dl_open): Fix a typo.
3842         (_dl_global_scope_alloc): Make it static.
3844 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
3846         * Makerules: Remove duplicate rules to handle stamp.oS.
3848 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3850         * manual/examples/inetsrv.c (main): Change prototype of
3851         make_socket following change in mkisock.c.
3853         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
3854         example host.
3855         (main): Change prototype of init_sockaddr following change in
3856         isockadd.c.
3858         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
3859         * manual/examples/isockad.c (init_sockaddr): Likewise.
3861         * manual/examples/mkfsock.c (make_named_socket): Removed blank
3862         lines for clarification.
3863         (make_named_socket): Use strncpy instead of strcpy.
3864         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3866 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
3868         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
3869         determining libs to remove.
3870         (postclean): Add soversions.mk.
3871         * Makerules (common-mostlyclean): Add tests-static and generated
3872         files.
3874 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
3876         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
3877         scanning for \0.
3878         (__strncat_g): Add i686 specific code.
3880 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3882         * manual/install.texi (Reporting Bugs): Ask to include section
3883         names in reports.
3885 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3887         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
3888         guard against direct inclusion.
3890 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3892         Rework support for libc_nonshared.a:
3893         * Makeconfig (object-suffixes-for-libc): New variable.
3894         * Rules: Remove handling of static-only and shared-only routines.
3895         * Makerules: Handle them here instead.  Use
3896         object-suffixes-for-libc instead of object-suffixes when dealing
3897         with libc objects.
3898         (object-suffixes-for-rules): Remove variable.
3899         (elide-routines.oS): Elide all routines except static-only
3900         routines.
3901         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
3902         empty.
3903         (installed-libcs): Remove special case for .oS.
3904         (rmobjs): Likewise.
3906 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3908         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
3909         do-tst-rpmatch): New targets.
3910         (test): Use them.
3911         (install-locales): Ignore comment lines.
3913 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3915         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
3916         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
3917         ($(objpfx)rtldtbl.h): Likewise.
3918         (CPPFLAGS-dl-load.c): Fix reference to object directory.
3920 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
3922         * manual/string.texi (Finding Tokens in a String): Extend strsep
3923         description and correct example.
3925 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3927         * manual/socket.texi: Remove misguided explicit line breaks and
3928         fix the formatting problem instead by reformulating the
3929         paragraphs.
3930         * manual/filesys.texi: Likewise.
3931         * manual/conf.texi: Likewise.  Don't typeset table with index
3932         fonts, that looks worse than a minimally overfull line.
3934 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3936         * nscd/Makefile (nscd-modules): Move definition outside of
3937         conditional.
3939         * pwd/Makefile: Use have-thread-library to test for thread
3940         library.
3942 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3944         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
3946         * iconvdata/uhc.c (gconv): Remove unused variable idx.
3948 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3950         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
3952 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
3954         * nss/getXXent_r.c: Correctly handle failing setXXent function.
3956         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
3957         Reported by Andreas Jaeger.
3959 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
3961         * elf/Makefile: Fix typo.
3962         (distribute): Add dl-librecon.h.
3963         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
3964         * elf/ldd.sh.in: Likewise.
3965         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
3966         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
3967         Use strsep correctly.
3968         (process_envvars): Allow platform specific variables.
3969         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
3970         (_dl_load_cache_lookup): Test cache IDs found against
3971         _dl_correct_cache_id.
3972         * sysdeps/generic/dl-librecon.h: New file.
3973         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
3975         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
3977 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
3979         * config.make.in (ldd-rewrite-script): New variable.
3980         * configure.in: Substitute ldd-rewrite-script.
3981         * elf/Makefile: Rewrite rules to generate ldd script.
3982         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
3983         * elf/ldd.sh.in: Likewise.
3984         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
3985         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
3986         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
3987         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
3988         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
3990 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3992         * inet/rcmd.c (iruserok): Remain setuid to the local user
3993         while .rhosts is actually read, to make .rhosts-over-NFS work
3994         (PR libc/524).  Use iruserfopen() for security checks on both
3995         hosts.equiv and .rhosts.  General cleanup.
3996         (iruserfopen): New function, performs careful checking on
3997         hosts.equiv/.rhosts files.  Disallows all the old forbidden
3998         stuff plus hard links to files.
4000 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
4002         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
4004         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
4006 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
4008         * sysdeps/i386/i486/bits/string.h: Fix typos.
4010 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
4012         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
4013         strong alias.
4015         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
4017         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
4018         Added.  Used by libm.so on alpha.
4020 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4022         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
4023         defined.
4025 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
4027         * Makerules (object-suffixes-for-rules): Add .oS only for
4028         building shared library.
4029         Add ranlib rule for nonshared library.
4030         (rmobjs): Fix typo.
4032         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
4033         into for shared library only.
4034         (CPPFLAGS-.oS): Add -DPIC.
4035         (libtypes): Use $(object-suffixes-for-rules) instead of
4036         $(object-suffixes).
4038 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
4040         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
4041         and install lddlibc4.
4043 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4045         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
4046         hash.
4047         * iconvdata/gaptab.pl: Likewise.
4049 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
4051         * Rules: Allow Makefiles to specify test-static for tests which
4052         cannot be linked dynamically.
4053         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
4054         tests-static.
4056         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
4058         * misc/error.c: Pretty print.
4060 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4062         * Makerules (libc_nonshared-name): Remove variable.
4063         (installed-libcs): Use libc-name instead.
4064         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
4065         dynamic linker.
4067         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
4068         libc.a.  Remove explicit reference to dynamic linker.
4070 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
4072         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
4073         to wchar_t.
4074         * iconv/iconv_prog.c: Correctly test for write failure.
4075         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
4076         * iconvdata/gconv-modules: Likewise.
4077         * iconvdata/euckr.c: New file.
4078         * iconvdata/johab.c: New file.
4079         * iconvdata/ksc5601.c: New file.
4080         * iconvdata/ksc5601.h: New file.
4081         * iconvdata/uhc.c: New file.
4082         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
4084         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
4085         * stdio/fopen.c: Correct handling of 'x' flag.
4086         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
4088 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4090         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
4091         * sunrpc/rpcsvc/key_prot.x: Likewise.
4092         * sunrpc/key_prot.c: Likewise.
4094 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
4096         * sysdeps/i386/bits/string.h: Correct things which never worked.
4097         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
4098         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
4100 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
4102         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
4103         defined.  Reported by Thorsten Kukuk.
4105 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
4107         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
4109 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4111         * manual/install.texi (Supported Configurations): Add
4112         arm-linuxaout and arm-none.
4114 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4116         * version.h (VERSION): Bump to 2.0.93.
4118 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
4120         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
4122         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
4124         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
4125         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
4127 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4129         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
4131 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4133         Put the static-only routines in a separate library.
4134         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
4135         variables.
4136         (all-object-suffixes): Add .oS.
4137         * Makerules (libc_static-name): New variable.
4138         (installed-libcs): Add libc_nonshared.a.
4139         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
4140         (object-suffixes-for-rules): New variable.  Use it instead of
4141         object-suffixes for generating compilation rules.
4142         (rmobjs): Also remove *.oS.
4143         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
4144         ($(objpfx)stamp.oS): New target.
4146 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4148         * Makefile (FAQ): Automatically check in regenerated FAQ.
4150 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4152         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
4154 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
4156         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
4157         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
4159         * sysdeps/generic/stub_warning: Removed.
4161         * Makefile (distribute): Add include/des.h.
4163         * manual/Makefile (distribute): Change dir-add.texi to
4164         dir-add.texinfo.
4166         * glibcbug.in: Create files safely when mktemp is not available.
4168         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
4169         Patch by a sun <asun@saul1.u.washington.edu>.
4171 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4173         * libc.map: Rename getname to getnetname.
4175 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
4177         * manual/maint.texi: Use supported platform in examples.
4179         * manual/install.texi: Document some installation tips.
4181 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
4183         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
4184         Fix a bug so that it returns an error if a numeric parameter is
4185         unset and WRDE_UNDEF is set.
4186         Patch by Andreas Schwab and Tim Waugh.
4187         * posix/wordexp-test.c: Add new new test.
4189 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
4191         * posix/regex.c (regex_compile): Last patch wasn't entirely
4192         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
4194 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4196         * manual/filesys.texi (Scanning Directory Content): Fix typo.
4198 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
4200         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
4201         clobbered registers don't appear as operands.
4203 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4205         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
4206         Solaris' sake.
4208         * posix/regex.c (regex_compile): Don't allow non-alphabet
4209         characters in character set name.
4211 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
4213         * posix/wordexp.c (w_newword): New function.
4214         (do_parse_glob): New function.
4215         (parse_glob): Use do_parse_glob.  Now handles the case where a
4216         variable expansion causes a field-split.
4217         (wordexp): Use w_newword.
4218         (parse_arith): Likewise.
4219         (exec_comm): Likewise.
4220         (parse_comm): Likewise.
4221         (parse_param): Likewise.
4222         (parse_backtick): Likewise.
4224 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
4226         * posix/wordexp-tst.sh: Another test.
4228         * posix/wordexp-test.c: Two new tests.
4230         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
4231         directly (the code using realloc was buggy).
4232         (parse_param): Fix typo in comment.
4234 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4236         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
4238 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4240         * libc.map: Add more rpc auth functions/variables.
4242         * nscd/nscd.c: Add -g option to argp options.
4244 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4246         * configure.in: Be prepared for gcc 2.9.10 and up.
4247         * configure.in: Add missing disabling of quote characters in
4248         compiler version check.  Reported by HJ Lu.
4250 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4252         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
4254 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4256         * intl/locale.alias: Fix spelling of romanian.
4258         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
4259         (distribute): Remove des.h.
4260         * include/des.h: New file.
4261         * sunrpc/des.h: Moved to ...
4262         * sunrpc/rpc/rpc_des.h: ...here.
4264 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
4266         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
4267         Fix paren.
4269 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4271         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
4272         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
4274 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4276         * elf/ldsodesf.h: New file.
4277         * elf/Makefile (distribute): Add ldsodefs.h.
4278         * elf/link.h: Separate internal information in exter header.
4279         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
4280         * elf/dl-minimal.c: Likewise.
4281         * sysdeps/generic/dl-sysdep.c: Likewise.
4282         * elf/sprof.c: Likewise.
4283         * elf/dlsym.c: Likewise.
4284         * elf/dlvsym.c: Likewise.
4285         * elf/dlerror.c: Likewise.
4286         * elf/dladdr.c: Likewise.
4287         * elf/dlclose.c: Likewise.
4288         * elf/dlopen.c: Likewise.
4289         * elf/dl-addr.c: Likewise.
4290         * elf/dl-close.c: Likewise.
4291         * elf/dl-debug.c: Likewise.
4292         * elf/dl-deps.c: Likewise.
4293         * elf/dl-error.c: Likewise.
4294         * elf/dl-fini.c: Likewise.
4295         * elf/dl-init.c: Likewise.
4296         * elf/dl-load.c: Likewise.
4297         * elf/dl-lookup.c: Likewise.
4298         * elf/dl-object.c: Likewise.
4299         * elf/dl-open.c: Likewise.
4300         * elf/dl-profile.c: Likewise.
4301         * elf/dl-reloc.c: Likewise.
4302         * elf/dl-runtime.c: Likewise.
4303         * elf/dl-support.c: Likewise.
4304         * elf/dl-symbol.c: Likewise.
4305         * elf/dl-version.c: Likewise.
4306         * sysdeps/generic/dl-cache.c: Likewise.
4307         * sysdeps/generic/libc-start.c: Likewise.
4308         * iconv/gconv_dl.c: Likewise.
4309         * nss/nsswitch.c: Likewise.
4311 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
4313         * manual/nss.texi: The database is not called network but networks.
4314         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
4316 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4318         * configure.in: Correct test for compiler version.
4319         Check that LD_LIBRARY_PATH doesn't contain current path.
4321 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
4323         * elf/dl-close.c (_dl_close): Fix byte count while removing
4324         the shared object from the global scope list and optimize
4325         a little bit.
4327 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4329         * manual/filesys.texi (Scanning Directory Content): Add missing
4330         closing brace.
4331         (Scanning Directory Content): Fix text.
4333 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4335         * manual/memory.texi (Heap Consistency Checking): Add paragraph
4336         explaining difference of -lmcheck and MALLOC_CHECK_.
4338 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4340         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
4341         typos in comments.
4343 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4345         * test-skeleton.c (main): Fix test for exit signal.
4347 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4349         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
4351 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4353         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
4354         appropriate.
4356 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4358         * libc.map: Export __strtok_r.
4360 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
4362         * posix/regex.c (re_compile_fastmap): Remove unused variable
4363         num_regs and adjust comment.
4364         Patch by Jim Meyering <meyering@ascend.com>.
4366         * math/math.h (M_*l): Extend long double constants to be usable
4367         for 128 bit floats.  Patch by Richard Henderson.
4369 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4371         * sysdeps/m68k/m68020/wordcopy.S: New file.
4373 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
4375         * posix/wordexp.c: Rewrite parse_param.
4376         Patch by Tim Waugh and Andreas Schwab.
4378 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4380         * Rules: Update timestamps on empty object files.
4382 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
4384         * manual/filesys.texi (Scanning Directory Content): Add description
4385         of 64 bits scandir function and friends.
4387 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4389         * glibcbug.in: Use mktemp to generate unique file name for
4390         temporary files.
4392         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
4393         ptsname_r.  Use cast for execve call.
4395 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
4397         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
4398         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
4399         * io/sys/statvfs.h: New file.
4400         * sysdeps/generic/fstatvfs.h: New file.
4401         * sysdeps/generic/statvfs.h: New file.
4402         * sysdeps/generic/fstatvfs64.h: New file.
4403         * sysdeps/generic/statvfs64.h: New file.
4404         * sysdeps/generic/bits/statvfs.h: New file.
4405         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
4406         * sysdeps/unix/sysv/linux/statvfs.c: New file.
4407         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
4409         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
4410         and f_ffree elements.
4412         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
4413         mount options in enum.
4415 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4417         * configure.in: Check for recent egcs/gcc.
4419 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4421         * libc.map: Add alphasort64, scandir64, versionsort64.
4422         * dirent/Makefile (routines): Add scandir64, alphasort64, and
4423         versionsort64.
4424         * dirent/alphasort64.c: New file.
4425         * dirent/scandir64.c: New file.
4426         * dirent/versionsort64.c: New file.
4427         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
4428         versionsort.
4429         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
4430         old name weak alias.
4431         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
4433         * dirent/alphasort.c: Use strcoll instead of strcmp.
4435         * dirent/scandir.c: Optimize a bit.
4437         * dirent/versionsort.c: Pretty print.
4439 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4441         * string/string.h: Add prototype for __strtok_r.
4443 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4445         * posix/Makefile: Fix typo in last change.
4447 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4449         * dirent/dirent.h (scandir): Make argument of select function const.
4450         * dirent/scandir.c (scandir): Likewise.
4451         Reported by David.Faure@insa-lyon.fr [PR libc/512].
4453 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
4455         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
4456         weak alias.
4457         * sysdeps/i386/strtok_r.c: Likewise.
4459         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
4460         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
4461         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
4462         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
4463         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
4464         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
4466 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4468         * intl/localealias.c: Remove unneeded define for strdup.
4470 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
4472         * manual/argp.texi: Adjust for better TeX output.
4473         * manual/arith.texi: Likewise.
4474         * manual/conf.texi: Likewise.
4475         * manual/filesys.texi: Likewise.
4476         * manual/header.texi: Likewise.
4477         * manual/lgpl.texinfo: Likewise.
4478         * manual/math.texi: Likewise.
4479         * manual/message.texi: Likewise.
4480         * manual/pattern.texi: Likewise.
4481         * manual/process.texi: Likewise.
4482         * manual/signal.texi: Likewise.
4483         * manual/socket.texi: Likewise.
4484         * manual/startup.texi: Likewise.
4485         * manual/stdio.texi: Likewise.
4486         * manual/terminal.texi: Likewise.
4487         * manual/examples/rprintf.c: Likewise.
4488         * manual/examples/testopt.c: Likewise.
4489         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4491 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
4493         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
4494         parameter name after seeing a digit if it's enclosed in braces.
4496 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4498         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
4500 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4502         * manual/memory.texi (Heap Consistency Checking): Document
4503         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
4505 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4507         * manual/Makefile: Add missing rules.
4509 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4511         * timezone/Makefile (generated): Define to remove all stamp files.
4513         * sysdeps/generic/strsep.c: Also undefine __strsep.
4515         * string/strdup.c: Undefine __strdup and strdup first.
4516         * string/strndup.c: Likewise.
4518         * string/bits/string2.h: Correct strtok_r and strsep.
4519         Add strndup optimization.
4521         * sysdeps/generic/strsep.c: Little optimization.
4523 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
4525         * string/bits/string2.h: Add optimization for strdup.
4526         Always define __strsep and __strtok_r and make real names available
4527         when feature select macros are defined.
4529 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4531         * manual/install.texi (Installation): Use i486-linux as example
4532         instead of the unsupported sunos4.
4533         (Reporting Bugs): Mention glibcbug script.
4534         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
4536 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4538         * posix/wordexp-tst.sh: Make portable.  Add more tests.
4540         * posix/Makefile (do-globtest do-wordexp-test): New targets.
4542 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
4544         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
4545         * sysdeps/generic/libc-start.c: ...here, replacing former content.
4547         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
4548         netpacket/packet.h.
4550         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
4552 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4554         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
4555         in enumerator for strict standard compliance.
4556         * sysdeps/generic/bits/resource.h: Likewise.
4558 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
4560         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
4561         (PLTJMP): New macro.
4563         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
4564         longjmp() when floating point enabled.
4565         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
4566         * sysdeps/arm/__longjmp.S: Remove floating point code.
4567         * sysdeps/arm/setjmp.S: Likewise.
4569         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
4570         * sysdeps/arm/bsd-_setjmp.S: Likewise.
4572         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
4573         memset().
4575         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
4576         prototype.
4578 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
4580         Based on patches from Pat Beirne and Scott Bambrough:
4582         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
4584         * sysdeps/arm/bits/fenv.h: New file.
4586         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
4587         * sysdeps/arm/elf/setjmp.S: Likewise.
4588         * sysdeps/arm/elf/start.S: Likewise.
4589         * sysdeps/arm/init-first.c: Likewise.
4590         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
4591         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
4592         comment about floating point to reflect current reality.
4594         * sysdeps/unix/arm/brk.S: Support PIC.
4595         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
4596         re-entrant code.
4597         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
4598         return; call syscall_error through PLT.
4599         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
4601 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
4603         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
4604         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
4605         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
4607 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4609         * dirent/list.c (test): Return error value.
4610         (main): Exit with error value.
4612         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
4614         * Makefile (distribute): Add test-skeleton.c.
4615         * test-skeleton.c: New file.
4616         * dirent/Makefile (tests): Add opendir-tst1.
4617         * dirent/opendir-tst1.c: New file.
4619 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4621         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
4622         Optimize memory handling.
4623         * sysdeps/unix/closedir.c: Optmize memory handling.
4625 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
4627         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
4628         handling.  Optimize a bit.
4630 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
4632         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
4633         (parse_param): Fold in Andreas' fixes to do with when the end of
4634         the parameter name has been reached, and quoting inside ${...}.
4635         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
4636         $((echo);(ls)).
4638 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4640         * manual/maint.texi: Split out installation and contribution
4641         sections to their own appendices.  Misc cleanups.
4642         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
4643         * manual/contrib.texi: New file.
4644         * manual/libc.texinfo: Pull in new appendices.
4645         * manual/header.texi: Correct node pointer.
4647 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4649         * manual/process.texi (Process Completion): Clarify return value
4650         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
4652 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4654         * posix/wordexp-test.c: Add more tests.
4655         (testit): Fix logic.
4657         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
4658         /dev/null instead of closing it, close pipe.  Always chop off all
4659         trailing newlines.  Kill and reap child before returning error.
4660         (w_addword, parse_glob): Fix memory leak.
4661         (wordexp): Fix dangling pointer problem.
4663 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
4665         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
4667         * posix/wordexp-test.c (main): Fix little thinkos and typos.
4669         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
4670         directory index by only the language.
4672 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
4674         * posix/wordexp-tst.sh: Store test results in the
4675         ${common_objpfx}posix directory.
4677         * posix/wordexp-test.c: Remove temporary directory afterwards.
4679 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4681         * libc.map: Export internal versions of cancelable functions.
4683 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4685         * Makerules (MAKEFLAGS): Append `r'.
4687 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4689         * Makeconfig: Define have-thread-library, shared-thread-library
4690         and static-thread-library if a thread library is available.  Don't
4691         define rt.
4692         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
4693         nscd-routines to nscd-modules.  Use shared-thread-library and
4694         static-thread-library in dependencies.
4695         * rt/Makefile: Only compile librt if have-thread-library is
4696         defined.
4697         * Makefile (subdirs): Always include rt subdir.
4699 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4701         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
4703 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
4705         * configure.in: Recognize variations for 32 MIPS processors.
4706         Don't assume ELF systems always have .weak, test for .weakext.
4708 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
4710         * configure.in: Irix6 is an ELF platform.
4712 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
4714         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
4715         unmapping the last loaded segment.
4717 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
4719         * configure.in: Set base_os for Irix6.
4720         Correct test for .weakext.
4722 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4724         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
4725         (new_line) to _dl_debug_message call.
4727 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
4729         * posix/wordexp.c (parse_param): Perform field-splitting after
4730         expanding positional parameter.
4732         * posix/wordexp-tst.sh: Test that field-splitting is performed
4733         after expanding positional parameter.
4735         * posix/wordexp.c (parse_param): Fixed memory leak in
4736         field-splitting after parameter expansion.
4738 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
4740         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
4741         (get_toplvl_escape): Correctly terminate loop at EOF.
4742         Patch by Cristian Gafton <gafton@redhat.com>.
4744 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
4746         * string/tester.c (test_strpbrk): Add more strpbrk tests.
4747         (test_strsep): Likewise.  Correct horrible bugs.
4749         * string/bits/string2.h (strcspn): Optimize also reject string of
4750         length 2 and 3.
4751         (strspn): Likewise.
4752         (strpbrk): Likewise.
4753         (strsep): Likewise.  Correct bug with successive separators and
4754         separators at the end of the string.
4755         * sysdeps/generic/strsep.c: Correct bug with successive separators
4756         and separators at the end of the string.
4758 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4760         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
4761         etc) now handled, as well as $$ (pid).
4763         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
4764         (distribute): Add wordexp-tst.sh.
4766         * posix/wordexp-tst.sh: New file.
4768         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
4769         number of positional parameters.  Renamed substitute_length to
4770         seen_hash.
4771         Don't free(env) is env is NULL.
4773 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
4775         * libc.map: Add pthread_attr_init to GLIBC_2.1.
4777 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
4779         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
4780         for output file replacing gmon.out.
4781         Patch by Dean Gaudet <dgaudet@arctic.org>.
4783 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4785         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
4786         up namespace.  Optimize finding end of line.
4788 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4790         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
4791         securely.  Optimized.
4792         (process_dl_debug): Add ':' to list of separators.  Optimized.
4794 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4796         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
4797         isless, islessequal, islessgreater, isunordered): Return zero or
4798         one.
4800 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4802         * posix/wordexp-test.c: More tests.
4803         (main): Set up arena for pathname expansion tests (in a temporary
4804         directory).
4805         (testit): Don't check word count or word vector if return value is
4806         non-zero.
4808         * posix/wordexp.c (exec_comm): Always chop off terminating
4809         linefeed (just like bash does).
4810         (parse_param): Change lots of occurrences of "if (!*env)" to "if
4811         (!env || !*env)".
4812         (parse_param): For assignment inside parameter expansion, use all
4813         expanded words in assignment rather than just the first.
4814         (parse_param): Corrected return value for parameter expansion of
4815         an unset variable when WRDE_UNDEF is in effect.
4816         (parse_dollars): Don't field-split if quoted.
4817         (wordexp): Opening brace character isn't allowed unquoted.
4819 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4821         * elf/dlerror.c: Fix concurrency problems with error string and
4822         number.
4824         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
4825         filter/auxiliary are being loaded.
4827 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
4829         * elf/dlerror.c (last_object_name): Removed.
4830         (dlerror): Don't use last_object_name.
4831         (_dl_error_run): Omit second argument to _dl_catch_error.
4832         * elf/dl-error.c (struct catch): Remove objname member.
4833         (_dl_signal_error): Construct string including objname when given.
4834         (_dl_catch_error): Remove objname handling.
4835         * elf/link.h (_dl_catch_error): Fix prototype and comment.
4836         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
4837         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
4838         * nss/nsswitch.c (nss_dlerror_run): Likewise.
4839         * iconv/gconv_dl.c (dlerror_run): Likewise.
4840         [Corrects PR libc/501].
4842 1998-03-12  Matthias Urlichs <smurf@noris.de>
4844         * nscd/nscd.c: Ignore SIGPIPE.
4846 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4848         * nscd/nscd_getgr_r.c: Use __ protected names.
4849         * nscd/nscd_getpw_r.c: Likewise.
4851 1998-03-12  Matthias Urlichs <smurf@noris.de>
4853         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
4854         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
4855         null bytes are not transmitted.
4857 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4859         * powerpc/syscalls.list: Correct typo.
4860         * alpha/syscalls.list: Likewise.
4861         * mips/syscalls.list: Likewise.
4863 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4865         * socket/sys/socket.h: Add prototype for __socket.
4867 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4869         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
4871         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
4872         constants.
4874         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
4875         definition here.
4876         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
4877         definition here.
4879         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
4880         AF_* and PF_* constants.
4882         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
4884 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
4886         * elf/rtld.c: Update help message.
4887         Install link maps for preloaded objects using main_map as loader.
4889         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
4890         * elf/dl-profile.c: Likewise.
4892         * elf/dlsym.c: Little optimization.
4893         * elf/dlvsym.c: Likewise.
4895 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
4897         * posix/wordexp-test.c: Move test for parameter list at the very
4898         beginning.
4900 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4902         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
4903         WRDE_REUSE flag is set.
4904         (parse_param): Allow `*', `@', and numbers in parameter names.
4905         (parse_dollars): Differentiate between arithmetic expansion and a
4906         command substitution that starts immediately with a sub-shell
4907         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
4908         (parse_param): Memory allocated with __alloca in a block was
4909         referenced outside that block.  Adjusted to use malloc/free.
4910         (parse_param): Adjusted field-splitting algorithm so that there is
4911         not necessarily a field split at the end of a parameter expansion.
4913 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
4915         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
4916         don't free words that have already been allocated.
4917         (parse_param): A dollar sign on its own will never have a pattern
4918         associated with it (like "${HOME%%/}" has), so don't try to free it.
4919         (parse_glob): Attempt to glob when an unquoted `[' is found
4920         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
4921         (parse_glob): Sorted out quoting in a glob-able word.
4922         (parse_param): Added $* and $@ handling.
4924 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4926         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
4927         parsing it.
4929 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4931         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
4932         _dl_debug_message.
4934 1998-03-12  Matthias Urlichs  <smurf@noris.de>
4936         * elf/dl-misc.c: Default for debug output should be stderr.
4937         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
4938         * elf/dl-lookup.c: reference_name may be NULL or empty.
4940 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4942         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
4944 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4946         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
4948         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
4950 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4952         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
4953         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
4955 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4957         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
4958         init stuff.
4960 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4962         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
4963         flag.
4965         * misc/syslog.c (vsyslog): Don't try to send if not connected to
4966         syslog daemon.
4967         (closelog_internal): Don't do anything if not connected.
4969 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
4971         * libc.map: Add _dl_debug_message.
4972         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
4973         before every line.
4974         * elf/fini.c: Correctly use new _dl_debug_message function.
4975         * elf/init.c: Likewise.
4976         * elf/dl-lookup.c: Likewise.
4977         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
4978         * elf/dl-load.c: Likewise.  Add more debugging prints.
4979         * elf/dl-reloc.c: Likewise.
4980         * elf/dl-version.c: Likewise.
4981         * elf/dl-support.c: Add variables for debugging.
4982         * elf/rtld.c: Likewise.  Recognize new debug options.
4983         * elf/link.h: Declare new variables.
4985         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
4987 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4989         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
4990         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
4992 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4994         * posix/wordexp-test.c (command_line_test): New function to allow
4995         testing of specific cases from the command-line.
4997 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4999         * elf/dl-init.c (_dl_init_next): Print nicer messages.
5000         * elf/dl-fini.c (_dl_fini): Likewise.
5001         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
5003         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
5004         symbol in debug message.
5005         (_dl_lookup_versioned_symbol_skip): Likewise.
5007 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
5009         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
5010         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
5011         * manual/filesys/texi: Document this.
5013 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
5015         * manual/filesys.texi: Document the change below.
5017 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5019         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
5020         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
5022 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
5024         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
5025         instead scope.  If debugging display information about symbol
5026         resolving.
5027         (_dl_lookup_symbol): Call do_lookup with correct parameters.
5028         (_dl_lookup_symbol_skip): Likewise.
5029         (_dl_lookup_versioned_symbol): Likewise.
5030         (_dl_lookup_versioned_symbol_skip): Likewise.
5031         * elf/dl-support.c: Define _dl_debug_symbols.
5032         * elf/link.h: Add declaration for _dl_debug_symbols.
5033         * elf/rtld.c: Define _dl_debug_symbols.
5034         (process_dl_debug): Recognize symbols option.
5036 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
5038         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
5039         in correct format.
5040         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
5041         with correct parameters.
5042         [!PIC]: Initialize __libc_multiple_libcs.
5044 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
5046         * elf/dl-support.c (_dl_debug_bindings): Add definition.
5047         * elf/rtld.c (_dl_debug_bindings): Add definition.
5048         (process_dl_debug): Recognize bindings option.  Update help message.
5049         * elf/link.h (struct link_map): Add l_versyms member.
5050         (_dl_debug_bindings): Add declaration.
5051         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
5052         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
5053         and l_reloc_result.
5054         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
5055         (sym_val): Remove a member, add m as link_map.
5056         (do_lookup): Return result appropriately.
5057         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
5058         Call do_lookup correctly.
5059         (_dl_lookup_symbol_skip): Likewise.
5060         (_dl_lookup_versioned_symbol): Likewise.
5061         (_dl_lookup_versioned_symbol_skip): Likewise.
5063 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
5065         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
5066         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
5068         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
5069         * libc.map: Add chown to GLIBC_2.1.
5070         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
5071         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
5073 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5075         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
5076         weak alias.
5077         * sysdeps/alpha/ffs.c: Likewise.
5078         * sysdeps/am29k/ffs.c: Likewise.
5079         * sysdeps/i386/ffs.c: Likewise.
5080         * sysdeps/i960/ffs.c: Likewise.
5081         * sysdeps/m68k/ffs.c: Likewise.
5082         * sysdeps/m88k/ffs.c: Likewise.
5083         * sysdeps/powerpc/ffs.c: Likewise.
5084         * sysdeps/rs6000/ffs.c: Likewise.
5085         * sysdeps/vax/ffs.s: Likewise.
5086         * string/string.h: Declare __ffs.
5087         * libc.map: Export it.
5088         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
5089         __builtin_ffs, which is not guaranteed to be namespace clean.
5091 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5093         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
5094         table, which is much more likely to exist than debugging symbols.
5095         (printsym): Remove const.
5096         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
5097         header table.
5099         * libc.map: Export __profile_frequency, used by elf/sprof, to
5100         avoid infinite recursion during startup.
5102 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5104         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
5105         Readd lost negate.
5107         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
5109 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
5111         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
5113 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
5115         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
5116         LD_PRELOAD, and LD_VERBOSE.
5117         (dl_main): Use global variables set by process_envvars instead of
5118         calling getenv.
5119         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
5120         LD_LIBRARY_PATH value, this comes with the parameter.
5121         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
5122         ("LD_LIBRARY_PATH") to _dl_init_paths.
5124 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
5126         * elf/rtld.c (dl_main): Delay initialization of path structure if
5127         the dynamically linker is invoked implicitly until we read the
5128         dynamic section.
5130 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
5132         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
5134 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5136         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
5137         Linux 2.0 and 2.1.
5139         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
5141 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
5143         * Makeconfig (nisobjdir): Set to path to nis directory.
5144         (rpath-link): Add nisobjdir.
5145         Patch by Sven Verdoolaege <skimo@kotnet.org>.
5147         * elf/Makefile: Pretty print.
5148         * elf/dl-lookup.c: Include unistd.h.
5149         * elf/dl-runtime.c: Likewise.
5151         * localedata/Makefile (test-srcs): Add tst-rpmatch.
5152         (distribute): Add tst-rpmatch.sh.
5153         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
5155         New tests for rpmatch function by
5156         Jochen Hein <jochen.hein@delphi.central.de>.
5157         * localedata/tst-rpmatch.c: New file.
5158         * localedata/tst-rpmatch.sh: New file.
5160         * localedata/locales/de_DE: Correct yesexpr and noexpr.
5161         * localedata/locales/de_AT: Likewise.
5163         * posix/getopt.c: Update contact address.
5164         * posix/getopt1.c: Pretty print.
5166         * sysdeps/generic/libc-start.c: Do most of the initialization now
5167         here instead of in start.S.
5168         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
5169         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
5171         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
5172         profil_counter to be public.
5174 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
5176         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
5177         (parse_param): Coded parameter length expansion (${#var}).
5178         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
5179         (parse_param): Cleaned up (fixed) error handling.
5181         * posix/wordexp-test.c: IFS now includes non-whitespace character
5182         (comma).  Added more tests.
5184 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
5186         * elf/link.h: Fix typos.
5187         Reported by Andreas Jaeger.
5189         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
5190         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
5192 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
5194         * argp/argp-help.c: Remove last bits of using gettext instead of
5195         dgettext.
5197 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
5199         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
5200         __libc_start_main.
5201         * csu/Makefile (routines): Add libc-start.
5202         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
5203         * elf/dl-lookup.c: Likewise.
5204         * elf/dl-version.c: Likewise.
5205         * sysdeps/i386/dl-machine.h: Likewise.
5206         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
5207         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
5208         _dl_sysdep_message macros which use _dl_sysdep_output.
5209         * elf/dl-fini.c: Write out which destructor is called while debugging.
5210         * elf/dl-init.c: Likewise for constructor.
5211         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
5212         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
5213         _dl_sysdep_message.  Add _dl_sysdep_output.
5214         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
5215         this file can be opened.
5216         For LD_DEBUG=libs also set _dl_debug_impcalls.
5217         * sysdeps/generic/dl-cache.c: Include unistd.h.
5218         * sysdeps/generic/libc-start.c: New file.
5219         * sysdeps/unix/sysv/linux/libc-start.c: New file.
5220         * sysdeps/i386/elf/start.S: Don't call main directly, call
5221         __libc_start_main instead.
5223         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
5225 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
5227         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
5229 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
5231         * argp/argp.h (struct argp): Add new field domain.
5232         * argp/argp-help.c: Change all gettext calls to dgettext and use
5233         domain field from appropriate argp in call.
5234         * argp/argp-parse.c: Likewise.
5236 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
5238         * posix/wordexp-test.c: Change testsuite so that it can run even
5239         for ~root != /root.
5241 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5243         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
5245 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5247         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
5248         Don't store into global errno if we already store through
5249         __errno_location.
5250         * sysdeps/unix/i386/sysdep.S: Likewise.
5251         * sysdeps/unix/alpha/sysdep.S: Likewise.
5252         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5253         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
5254         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
5255         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
5256         PIC).
5258 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5260         * sysdeps/generic/sysdep.h (L): Remove definition.
5261         * sysdeps/i386/sysdep.h (L): Define it here instead.
5263 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5265         * nis/nis_call.c (__do_niscall): Safe and reset errno.
5267         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
5269 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5271         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
5272         declaration style to avoid warnings.
5274 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
5276         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
5277         "LD_DEBUG".
5279 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5281         * posix/Makefile (tests): Add wordexp-test.
5282         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
5283         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
5285 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
5287         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
5288         dependencies.
5290         * elf/link.h (struct r_search_path_elem): Add two new field for
5291         lib path debugging.
5292         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
5293         variable accordingly.
5294         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
5295         is considered next along with information about load paths.
5296         * sysdeps/generic/dl-cache.c: Likewise.
5297         * elf/dl-support.c: Define _dl_debug_libs.
5298         * elf/genrtldtbl.awk: Add initializers for two new field in
5299         struct r_search_path_elem.
5301 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5303         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
5304         * sysdeps/m68k/lshift.S: Likewise.
5305         * sysdeps/m68k/rshift.S: Likewise.
5306         * sysdeps/m68k/sub_n.S: Likewise.
5307         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
5308         * sysdeps/m68k/m68020/mul_1.S: Likewise.
5309         * sysdeps/m68k/m68020/submul_1.S: Likewise.
5311         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
5312         [_LIBC_REENTRANT]: Don't store into global errno.
5314         * sysdeps/m68k/sysdep.h: New file.
5315         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
5316         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
5317         (DO_CALL): Change to expect syscall name as argument.
5318         (PSEUDO): Pass syscall_name to DO_CALL.
5319         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
5320         errno.
5322 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5324         * elf/rtld.c: Speed up processing of environment variables.  Do
5325         only one run on the environment by avoiding to call getenv.
5326         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
5327         function.  Used by patch above.
5329 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5331         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
5332         running nscd.
5333         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
5334         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
5335         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
5337 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5339         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
5340         module cannot be found.  Reported by Andreas Jaeger.
5342 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5344         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
5345         on platforms which default to unsigned chars.
5346         * nscd/nscd_getpw_r.c: Likewise.
5347         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
5348         defining it.
5350 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5352         * elf/Makefile (install-bin): Change = to += for sprof to install
5353         ldd also.
5355 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
5357         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
5359 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
5361         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
5363 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5365         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
5366         that a failure to connect to nscd doesn't change errno.
5368 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5370         * manual/maint.texi (Reporting Bugs): Change
5371         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
5373         * locale/iso-4217.def: Likewise
5375 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
5377         * manual/texinfo.tex: Updated.
5379 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5381         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
5382         value.
5383         * sysdeps/posix/pathconf.c: Likewise.
5384         * posix/getconf.c: Print `undefined' if pathconf returns -1
5385         without setting errno.
5387 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
5389         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
5390         problem.
5391         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
5392         Patches by Elliot Lee <sopwith@cuc.edu>.
5394 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
5396         * elf/link.h (struct link_map): Add new field l_reloc_result.
5397         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
5398         of relocation for the object to be profiled.
5399         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
5400         to NULL.
5401         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
5402         array here.
5403         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
5404         contains a result from a previous run use this instead of computing
5405         the value again.
5406         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
5408 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5410         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
5411         offsets into the GOT.
5412         (RTLD_START): Likewise.
5414 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
5416         * elf/sprof.c: Cleanup a bit.
5418 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
5420         * sysdeps/generic/sysdep.h (L): New. Define.
5422         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
5424         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
5426         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
5427         to have only one exit point for functions.
5428         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
5429         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
5430         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
5431         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
5432         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
5434 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5436         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
5437         reset errno so that errno isn't set to ENOSYS in the first call.
5438         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
5439         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
5440         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
5441         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
5443 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
5445         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
5446         * sysdeps/i386/addmul_1.S: Likewise.
5447         * sysdeps/i386/lshift.S: Likewise.
5448         * sysdeps/i386/mul_1.S: Likewise.
5449         * sysdeps/i386/rshift.S: Likewise.
5450         * sysdeps/i386/sub_n.S: Likewise.
5451         * sysdeps/i386/submul_1.S: Likewise.
5452         * sysdeps/i386/i586/add_n.S: Likewise.
5453         * sysdeps/i386/i586/addmul_1.S: Likewise.
5454         * sysdeps/i386/i586/lshift.S: Likewise.
5455         * sysdeps/i386/i586/mul_1.S: Likewise.
5456         * sysdeps/i386/i586/rshift.S: Likewise.
5457         * sysdeps/i386/i586/sub_n.S: Likewise.
5458         * sysdeps/i386/i586/submul_1.S: Likewise.
5460         * sysdeps/i386/sysdep.h: Extend last change.
5462         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
5463         to have only one exit point for functions.
5465 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5467         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
5468         search.
5470 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
5472         * Makerules: Generate libc.so with absolute paths for the used
5473         shared objects.
5475         * config.make.in: Add MAKEINFO definition.
5477 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5479         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
5480         (ENTRY): Use STABS_FUN.
5481         (END): Use STABS_FUN_END.
5482         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
5484         * elf/Makefile: Add rules to build sprof program.
5485         * elf/sprof.c: New file.
5487 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5489         * misc/syslog.c (openlog_internal): Insert missing closing brace.
5491 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5493         * configure.in: Check for working msgfmt version (from GNU gettext
5494         0.10 or later).
5496 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5498         * configure.in: Avoid //s in sysdirs.
5499         Patch by Roland McGrath.
5501         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
5503 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
5505         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
5506         setting _dl_global_scope for RTLD_GLOBAL.
5508 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5510         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
5511         possible lists of object-suffixes are taken care of.
5513 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
5515         * timezone/private.h: Update from tzcode1998c.
5516         * timezone/zic.c: Likewise.
5517         * timezone/antarctica: Updated from tzdata1998c.
5518         * timezone/asia: Likewise.
5519         * timezone/australasia: Likewise.
5520         * timezone/europe: Likewise.
5521         * timezone/southamerica: Likewise.
5523 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5525         * posix/glob.c (glob_in_dir): Add support for cases insensitive
5526         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
5528 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
5530         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
5531         Changed type of TWO43, TWO52 from float to double.
5532         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
5533         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
5534         Changed type of TWO43 from float to double.
5535         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
5536         Use __isinff.
5538 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
5540         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
5541         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
5542         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
5544 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
5546         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
5547         kernel_termios.h.
5548         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
5549         Clean up random whitespace.
5550         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
5551         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
5552         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
5553         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
5555 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
5557         * shlib-versions: Match alpha*.
5558         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
5559         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
5561         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
5562         Implement copysign* with and without __ prefix.
5563         Likewise for fabs; use builtin for gcc 2.8.
5564         (floor*): New.
5565         (fdim*): New.
5567         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
5568         (R_SPARC*): Match current v9 ABI.
5570         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
5572         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
5573         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
5574         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
5575         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
5576         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
5577         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
5578         * sysdeps/unix/grantpt.c (argv): Fix consts.
5579         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
5580         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
5582 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5584         * misc/syslog.c: Change to allow user the interpretation of the
5585         outcome even with syslog having no return value.
5587 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
5589         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
5590         that the number of program headers is >0 (which is wrong for the
5591         loader itself).
5593 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5595         * Makefile (distribute): Add README.libm.
5597 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5599         * time/clocktest.c (main): Correct typo: "--" -> "==".
5601 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
5603         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
5604         inline function.
5605         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
5606         inline functions.
5608         * math/libm.map (__atan2): Added.
5610 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5612         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
5613         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
5615         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
5616         bug.
5618 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5620         * manual/arith.texi (Old-style number conversion): Correct
5621         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
5623 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5625         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
5626         but does not require it.  Handle missing argv[] values gracefully.
5627         * posix/execl.c: Likewise.
5628         * posix/execle.c: Likewise.
5630 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5632         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
5633         bit.
5634         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
5636 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5638         * libc.map: Add __adjtimex.
5640 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5642         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
5643         Remove memset.
5645 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
5647         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
5648         to 64.
5650         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
5652         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
5653         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
5655         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
5656         for shared library.
5658         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
5660         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
5661         Added adjtimex and old_adjtimex.
5663         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
5664         New.
5665         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
5666         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
5668         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
5669         symbols only for shared library.
5670         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5671         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5672         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5673         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5674         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5675         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5676         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5678         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
5679         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5680         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5681         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5682         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5683         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5684         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5685         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5687         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
5688         rusage pointer.
5690         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
5691         New macros.
5692         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
5693         timex and __adjtimex, respectively.
5695         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
5697         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
5699 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
5701         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
5702         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
5704 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
5706         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
5708 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5710         * Makefile.in: Disable built-in rules.
5712 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5714         * sysdeps/i386/fpu/t_exp.c: Move to ...
5715         * sysdeps/libm-i387/t_exp.c: ... here.
5717 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
5719         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
5720         from __exp2_deltatable.
5722 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
5724         * nis/ypclnt.c (yp_master): Check result of strdup.
5725         Patch by Thorsten Kukuk.
5727 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5729         * nis/ypclnt.c: Give clnt handle after error checking free, change
5730         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
5732 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
5734         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
5735         Patch by Joe Keane <jgk@jgk.org>.
5737         * misc/fstab.h (struct fstab): Change fs_type member to be const.
5738         * misc/fstab.c: Remove casts in fs_type assignments.
5740 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5742         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
5743         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
5744         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
5745         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
5746         * sysdeps/powerpc/bits/fenv.h: Likewise.
5747         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
5748         * sysdeps/generic/bits/fenv.h: Likewise.
5749         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
5750         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
5751         * sysdeps/powerpc/test-arith.c (main): Likewise.
5753 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5755         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
5756         the comparison macros.
5758 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
5760         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
5761         (__log2): Fixed return values.
5762         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
5764 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5766         * math/math.h (isunordered): Rename local variables to ensure
5767         correct code.  Reported by HJ Lu.
5769 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
5771         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
5772         isless, islessequal, islessgreater, isunordered): Fix syntax for
5773         fucompip instruction.
5774         (isless, islessequal): Fix logic.
5776 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5778         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
5779         (comparisons_test): New tests for comparison macros.
5781 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
5783         * Makeconfig: Filter out frame-pointer effecting options when
5784         compiling profiling or debugging code.
5785         * config.h.in (internal_function): Don't define here if PROF is
5786         defined.
5787         * gmon/gmon.c (__moncontrol): Don't change state if already in error
5788         state.
5789         (__monstartup): If calloc fails set error state and mark array as
5790         not allocated.
5791         (_mcleanup): Don't call write_gmon if in error state.  Don't try
5792         to free array if not  successfully allocated.
5794         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
5795         Include elf.h to get macro definitions.
5796         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
5798 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
5800         * elf/ldd.sh.in: Add compatibility for broken old shells.
5801         * elf/ldd.bash.in: Likewise.
5803 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
5805         * sunrpc/rpc_main.c (open_input): Check pipe return error.
5807         * time/clocktest.c (main): Check signal return error.
5809 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5811         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
5812         "/" and use do-install-program. Reported by Mark M. Kettenis.
5813         (subdir_install):  Likewise.
5815 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5817         * sunrpc/rpc_sample.c: Fix typo.
5819         * nscd/connections.c: Use locale.
5820         * nscd/grpcache.c: Add debug messages, gidtbl should get the
5821           calloc result.
5822         * nscd/nscd.c: Check if init functions fails.
5823         * nscd/nscd_conf.c: Allow disabling of group cache.
5824         * nscd/nscd_getgr_r.c: Fix return code if group not found.
5825         * nscd/pwdcache.c: Fix debug messages.
5827 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5829         * libc.map: Add __monstartup and _mcleanup for profiling support.
5831 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5833         * libc.map: Export __getpagesize, for binary compatibility with
5834         2.0.
5836 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5838         * posix/globtest.sh: Use --library-path instead of
5839         LD_LIBRARY_PATH.
5840         * localedata/sort-test.sh: Likewise.
5841         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
5843 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5845         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
5846         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
5847         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5849         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
5850         kernel_sigaction): Define.
5851         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
5852         kernel_sigaction): Define.
5854 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5856         * math/libm-test.c: Change epsilons for libm-ieee754.
5858 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
5860         * sysdeps/i386/__longjmp.S: Fix race condition.
5861         Reported by Bruno Haible <haible@ilog.fr>.
5863 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
5865         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
5866         * iconvdata/8bit-gap.c: Likewise.
5867         * iconvdata/8bit-generic.c: Likewise.
5868         * iconvdata/iso6937.c: Likewise.
5869         * iconvdata/iso8859-1.c: Likewise.
5870         * iconvdata/sjis.c: Likewise.
5871         * iconvdata/t61.c: Likewise.
5873 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5875         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
5876         feature tests by positive feature tests.
5878 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5880         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
5882 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
5884         * elf/dlvsym.c (dlvsym_doit): More corrections.
5885         Patch by Andreas Jaeger.
5887 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5889         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
5891 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
5893         * libc.map: More reordering for GLIBC_2.1 symbols.
5895 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5897         * libc.map: Move some functions from version GLIBC_2.0 to
5898         GLIBC_2.1, reorder declarations.
5900 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5902         * resolv/gethnamaddr.c (addrsort): Make this function extern.
5903         Patch by zab@thebrain.grumblesmurf.net.
5905 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5907         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
5908         NIS+ functions with version GLIBC_2.1.
5910 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
5912         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
5913         with 2.0 binaries.  Reported by Thorsten Kukuk.
5915 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5917         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
5919         * elf/dlsym.c (dlsym_doit): Likewise.
5921 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5923         * elf/link.h: Correct typos.
5925         * iconv/iconv_prog.c: Correct typo.
5927 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
5929         * iconv/Makefile: Add rules to build and install iconv program.
5930         * iconv/iconv_prog.c: New file.
5932 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
5934         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
5935         _dl_lookup_symbol_skip call.
5936         * elf/dlvsym.c (dlvsym_doit): Likewise.
5938 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
5940         * libio/iovsscanf.c: Do not include errno.h.
5942 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5944         * elf/dl-load.c (add_name_to_object): Don't translate strings.
5945         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
5946         pulling in the whole error list.
5947         (__dcgettext, dcgettext): Removed.
5948         * libc.map: Export _strerror_internal.
5950 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
5952         * sysdeps/i386/fpu/t_exp.c: New file.
5954 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5956         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
5957         everything with version GLIBC_2.1.
5958         * hesiod/libnss_hesiod.map: Likewise.
5960 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5962         * manual/arith.texi (Old-style number conversion): This node is a
5963         section, not a subsection.
5965 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5967         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
5969 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5971         * elf/rtld.c (dl_main): Make sure that the library search paths
5972         have been initialized before the first call to _dl_map_object.
5974 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5976         * Makerules (common-generated): Add libc_pic.os.
5978 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5980         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
5981         of the executable.
5983 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5985         * sysdeps/m68k/fpu/t_exp.c: New file.
5987 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5989         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
5990         to global errno variable anymore.
5992 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
5994         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
5995         If PRELOADED is nonzero check in case of an SUID application
5996         whether the shared object has the SUID bit set.
5997         Fix some other problems with handling shared objects in system
5998         specific directories.
5999         (_dl_map_object): Also take extra parameter and pass it to open_path.
6000         * elf/link.h (_dl_map_object): Correct prototype and comment.
6001         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
6002         * elf/dl-open.c (_dl_open): Likewise.
6003         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
6005         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
6007 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
6009         * math/libm-test.c (modf_test): Add test for 1.5.
6011         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
6012         0 to get always an int.
6014 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6016         * math/libm.map: Move all symbols that are new in glibc 2.1 to
6017         version GLIBC_2.1.
6019 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
6021         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
6022         trying to read another character.
6024 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6026         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
6027         name to lowercase.
6029         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
6030         name to lowercase, add test for big enough buffer.
6032 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6034         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
6035         Make compatible with older kernels.  Patch by Richard Henderson.
6037 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
6039         * elf/dl-load.c (open_path): Use __xstat instead of stat.
6041         * localedata/tst-locale.sh: Comment out first test for now.
6043 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
6045         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
6046         as 1.
6047         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
6048         Likewise.
6050         * libio/iogetline.c (_IO_getline_info): Renamed from
6051         _IO_getline.
6052         (_IO_getline): Just call _IO_getline_info.
6054         * libio/libioP.h (_IO_getline_info): New declaration.
6056         * libc.map (_IO_getline_info, __write): Added.
6058 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6060         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
6061         const char* to shut up gcc.
6063 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
6065         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
6066         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
6068         * math/math.h: Define M_* constants always as `double' and add new
6069         macros M_*l which are of type `long double'.
6070         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
6071         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
6072         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
6073         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
6074         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
6075         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
6076         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
6077         * math/libm-tst.c: Likewise.
6079         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
6080         define as long double unconditionally.
6082 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6084         * manual/arith.texi (Old-style number conversion): Correct some
6085         typos.
6087 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
6089         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
6090         Restore.
6092         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
6094 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
6096         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
6097         on $(rtld-ldscript).
6099         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
6100         starting from 0 not only from `from'.
6101         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
6103 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
6105         * elf/rtld.c (dl_main): Recognize --library-path parameter and
6106         pass value (or NULL) to _dl_init_paths.
6107         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
6108         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
6109         environment variable.
6110         * elf/link.h: Change prototype for _dl_init_paths.
6111         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
6113         * localedata/Makefile (distribute): Add test files.
6115 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6117         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
6118         test1.def, test2.def, test3.def, test4.def}: Simple input files
6119         for localedef. Contributed by Yung-Ching Hsiao
6120         <yhsiao@cae.wisc.edu>.
6122         * localedata/Makefile (tests): Call tst-locale.sh.
6124         * localedata/tst-locale.sh: New file, regression tests for some
6125         localedef problems.
6127 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6129         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
6131         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
6132         terminated.
6133         * nis/nss_nisplus/nisplus-network.c: Likewise.
6134         * nis/nss_nisplus/nisplus-proto.c: Likewise.
6135         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
6136         * nis/nss_nisplus/nisplus-service.c: Likewise.
6138         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
6139         and support generating thread safe RPC code.
6140         * sunrpc/rpc_main.c: Add changes.
6141         * sunrpc/rpc_clntout.c: Likewise.
6142         * sunrpc/rpc_cout.c: Likewise.
6143         * sunrpc/rpc_hout.c: Likewise.
6144         * sunrpc/rpc_parse.c: Likewise.
6145         * sunrpc/rpc_sample.c: Likewise.
6146         * sunrpc/rpc_scan.c: Likewise.
6147         * sunrpc/rpc_svcout.c: Likewise.
6148         * sunrpc/rpc_util.c: Likewise.
6149         * sunrpc/rpc_util.h: Add new structs and prototypes.
6150         * sunrpc/proto.h: Remove prototypes for static functions.
6152 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6154         * locale/programs/ld-messages.c (messages_finish): Don't skip
6155         error checking when being quiet.
6156         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
6157         (set_class_defaults): Likewise.
6158         * locale/programs/charmap.c (parse_charmap): Likewise.
6159         * locale/programs/ld-collate.c (collate_finish): Likewise.
6160         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
6161         * locale/programs/ld-time.c (time_finish): Likewise.
6162         * locale/programs/locfile.c (write_locale_data): Likewise.
6164         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
6165         unknown characters and empty ranges.
6166         * locale/programs/ld-collate.c (collate_order_elem): When
6167         processing an ellipsis properly form a linked list in the result
6168         table, fix typo when allocating ordering array.
6169         [PR libc/419]
6171 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6173         * elf/Makefile (ld-map): Define.
6174         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
6175         `$(rtld-ldscript)'.
6176         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
6177         on $(ld-map).
6178         (rtld-link): Combine the two versions of this definition.  Fixed
6179         to make it work when no symbol versioning is used.
6181 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
6183         * Makeconfig (build-program-cmd): Use --library-path parameter to
6184         ld.so instead of environment variable.
6186         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
6187         * sunrpc/rpc_main.c: Remove support for -$$ option again.
6189 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6191         * Make-dist: Respect with-cvs setting.
6192         * MakeTAGS (all-pot): Likewise.
6193         * sysdeps/sparc/sparc32/Makefile: Likewise.
6194         * sysdeps/mach/hurd/Makefile: Likewise.
6195         * stdlib/Makefile: Likewise.
6196         * posix/Makefile: Likewise.
6197         * intl/Makefile: Likewise.
6198         * po/Makefile (linguas): Likewise
6200 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6202         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
6204 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
6206         * libc.map: Add __strcasecmp.
6208         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
6209         module.
6211         * nss/getXXent_r.c: If no more module is found don't try to call
6212         setXXent functions but leave unsuccessfully.
6214         * malloc/obstack.h: Cleanups.
6216         * sysdeps/wordsize-32/stdint.h: New file.
6217         * sysdeps/wordsize-64/stdint.h: New file.
6218         * sysdeps/generic/stdint.h: New file.
6219         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
6220         * sysdeps/wordsize-64/inttypes.h: Likewise.
6221         * stdlib/Makefile (headers): Add stdint.h.
6223 1998-02-03  Paul Eggert  <eggert@twinsun.com>
6225         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
6227 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6229         * timezone: New directory.
6230         * time/README, time/africa, time/antarctica, time/asia,
6231         time/australasia, time/backward, time/checktab.awk,
6232         time/etcetera, time/europe, time/factory, time/ialloc.c,
6233         time/iso3166.tab, time/leapseconds, time/northamerica,
6234         time/pacificnew, time/private.h, time/scheck.c,
6235         time/solar87, time/solar88, time/solar89, time/southamerica,
6236         time/systemv, time/test-tz.c, time/tzfile.h,
6237         time/tzselect.ksh, time/yearistype, time/zdump.c,
6238         time/zic.c, time/zone.tab: Moved to timezone.
6239         * time/tzfile.c: Include tzfile.h from timezone subdir.
6240         * time/tzset.c: Likewise.
6241         * time/Makefile: Cut out all code relating to timezones...
6242         * timezone/Makefile: ...and paste it in here.
6243         * Makefile (subdirs): Add timezone.
6245 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
6247         * libc.map (_sys_nerr): Added.
6249         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
6250         versioned symbol.
6252 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
6254         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
6255         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
6256         Reported by Craig Metz <cmetz@inner.net>.
6258 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6260         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
6261         instead of strcasecmp.
6262         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
6264         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
6266 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
6268         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
6269         Patch by Dean Gaudet <dgaudet@arctic.org>.
6271 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
6273         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
6275 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6277         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
6278         with no poll syscall, just include the BSD version.
6279         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
6280         kernel without the syscall, include the stub version.
6281         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
6282         * sysdeps/generic/getresuid.c: New file.
6283         * sysdeps/generic/getresgid.c: New file.
6285 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
6287         * stdio-common/vfscanf.c: Correct last change a bit.
6289 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
6291         * elf/Makefile: Don't use --version-script parameter to link ld.so
6292         unconditionally.
6294 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
6296         * math/Makefile: Add t_exp.
6297         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
6298         constants.
6299         * math/test-reduce.c: Remove temporarily, it seems to be broken.
6300         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
6301         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
6302         better accuracy.
6303         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
6304         algorithm for very large/very small arguments.
6305         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
6306         correct algorithm for very large/very small arguments; adjust for
6307         new table.
6308         * sysdeps/libm-ieee754/t_exp.c: New file.
6309         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
6311         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
6312         back, with comment that explains what breaks when you remove it :-(.
6314         * localedata/xfrm-test.c: Avoid integer overflow.
6316         * stdlib/strfmon.c: char is unsigned, sometimes.
6318         * sysdeps/powerpc/Makefile: Remove quad float support.
6319         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
6320         * sysdeps/powerpc/quad_float.h: Likewise.
6321         * sysdeps/powerpc/test-arith.c: Likewise.
6322         * sysdeps/powerpc/test-arithf.c: Likewise.
6324         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
6325         * sysdeps/generic/s_exp2f.c: Likewise.
6327         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
6328         don't try anything if _SOFT_FLOAT.
6330 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6332         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
6333         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
6334         * wctype/wctype.c: Likewise.
6335         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
6336         changed.  They are incompatible with the _ISxxx values from
6337         <ctype.h> on little endian machines.
6338         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
6339         bit number.  This fixes the real bug and restores the integrity of
6340         the ctype locale file.
6341         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
6342         * wctype/wcfuncs_l.c: Likewise.
6343         * wctype/wcextra.c: Likewise.
6344         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
6345         byte swapping.
6347 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6349         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
6350         into .bss segment instead of .common, so that aliases on it work.
6352         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
6353         .size directives, put into .bss segment instead of initializing it
6354         to 4.
6356 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
6358         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
6360         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
6361         functions.
6362         Make names without __ weak aliases.
6363         (__libc_release, __libc_version): Make them static.
6365         * include/gnu/libc-version.h: New file.
6366         * Makefile (headers): Add gnu/libc-version.h.
6368 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
6370         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
6371         and use x for member name.
6372         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
6374         * stdlib/drand48.c: Change according to member name change.
6375         * stdlib/drand48_r.c: Likewise.
6376         * stdlib/lcong48_r.c: Likewise.
6377         * stdlib/lrand48.c: Likewise.
6378         * stdlib/lrand48_r.c: Likewise.
6379         * stdlib/mrand48.c: Likewise.
6380         * stdlib/mrand48_r.c: Likewise.
6381         * stdlib/seed48.c: Likewise.
6382         * stdlib/seed48_r.c: Likewise.
6383         * stdlib/srand48_r.c: Likewise.
6385 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6387         * nss/test-netdb.c: Add some more test cases.
6389 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
6391         * libio/iovsscanf.c: Undo last change modifying errno.
6393 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6395         * stdio-common/vfscanf.c: Never try to read another character
6396         after EOF.  Don't decrement read_in after EOF, it wasn't
6397         incremented in the first place.
6398         (NEXT_WIDE_CHAR): Set First, not first.
6400 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
6402         * db/Makefile ($(inst_libdir)/libndbm.a,
6403         $(inst_libdir)/libndbm.so): New targets.
6404         * db2/Makefile: Likewise.
6406 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
6408         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
6409         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
6411 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6413         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
6414         <streambuf.h>.
6415         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
6417 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6419         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
6420         versioned symbols.
6422 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
6424         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
6425         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
6426         Added for libdl.so.
6428 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6430         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
6431         extra syscall.
6433         * grp/Makefile: Fix logic when checking for thread package.
6434         * pwd/Makefile: Likewise.
6436 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
6438         * elf/Makefile (rtld-map): Replaced by libc-map.
6440         * elf/rtld.map: Removed.
6442         * libc.map (__libc_enable_secure, _dl_catch_error,
6443         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
6444         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
6445         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
6446         _dl_object_relocation_scope, _dl_relocate_object,
6447         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
6448         _r_debug): Added for ld.so.
6450 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
6452         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
6453         DO_VERSIONING.
6454         * libio/iofdopen.c: Ditto.
6455         * libio/iofopen.c: Ditto.
6456         * libio/oldfileops.c: Ditto.
6458         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
6459         version GLIBC_2.1.
6461         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
6462         oldsiglist from sysdep_routines and shared-only-routines.
6464         * sysdeps/unix/sysv/linux/errlist.c: New.
6465         * sysdeps/unix/sysv/linux/errlist.h: New.
6466         * sysdeps/unix/sysv/linux/sizes.h: New.
6467         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
6468         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
6470         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
6472         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
6473         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
6474         directive.
6476         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
6478         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
6479         (oldsiglist.c): Removed.
6481         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
6482         (_sys_siglist): Use SYS_SIGLIST instead.
6483         (_sys_nerr): Use SYS_NERR instead.
6485         * sysdeps/gnu/errlist.c: Rebuilt.
6487 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
6489         * elf/Makefile (others-static): New, set to ldconfig.
6490         ($(objpfx)ldconfig): Removed.
6492         * Rules (binaries-all, binaries-static, binaries-shared): New.
6493         Create targets for $(binaries-static) and $(binaries-shared).
6495         * Makeconfig (+link-static, link-libc-static,
6496         link-extra-libs-static): New for static linking.
6498 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6500         * manual/memory.texi (Using the Memory Debugger): Fix typo.
6502         * math/libm-test.c (modf_test): Add one more test for modf.
6504 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
6506         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
6507         Rename from __libc_have_rt_sigs and leave as COMMON data.
6509 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
6511         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
6512         of __finite.
6514 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
6516         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
6518 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
6520         * misc/tst-efgcvt.c: Add yet more tests.
6521         * misc/efgcvt_r.c: And correct for these tests again.
6522         Reported by HJ Lu.
6524         * isomac.c: Move to...
6525         * stdlib/isomac.c: ...here.
6526         * Makefile: Move rules for handling isomac...
6527         * stdlib/Makefile: ...to here.
6529 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6531         * misc/tst-efgcvt.c: Add more tests.
6532         * misc/efgcvt_r.c: Correct result for above new tests.
6534 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
6536         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
6537         NDIGIT <= 0.
6539 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
6541         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
6542         if the programs weren't built.
6544 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
6546         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
6547         FE_TONEAREST, soldier on regardless and do the best we can.
6548         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
6550 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
6552         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
6553         _STDIO_H, before including <bits/stdio_lim.h>.
6555         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
6557         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
6558         exist.
6560         * sysdeps/arm/sys/ucontext.h: New file.
6562 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
6564         * manual/stdio.texi (Formatted Output Functions): Explicitly say
6565         that the return value from snprintf() does not count the
6566         terminating NUL as a character.
6568 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6570         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
6571         add description for sete[ug]id and general cleanup.
6572         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6574 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6576         * Makefile (parent-clean): Don't remove makefile fragments here.
6577         (postclean): New variable.
6578         (clean): Remove makefile fragments here.
6579         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
6580         (generated): Add isomac and isomanc.out.
6581         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
6582         avoid-generated is set.
6583         (postclean-generated): Add soversion.mk.
6584         ($(common-objpfx)version.mk): Don't include if avoid-generated is
6585         set.
6586         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
6587         avoid-generated is set.
6588         (common-generated): Add libc.so and libc.so$(libc.so-version).
6589         (generated): Add versioned libraries.
6590         (common-mostlyclean): Also remove %.so and %_pic.a.
6591         * csu/Makefile (generated): Add abi-tag.h.
6592         * db2/Makefile (extra-objs): Add getlong.o.
6593         * elf/Makefile (generated): Add ld.so, ldd and
6594         $(rtld-installed-name).
6595         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
6596         * malloc/Makefile (generated): Add mtrace.
6597         * po/Makefile: Don't include version.mk, not needed any more.
6598         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
6599         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
6600         syscall.h -> sys/syscall.h.
6601         (common-generated): Add s-proto.d.
6602         (postclean-generated): Add sysd-syscalls.
6603         * localedata/Makefile (test-output): Add all output files.
6604         (generated): Add test-input and test-output.
6605         (generated-dirs): Add all the dirs.
6607 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6609         * Makefile (test-output, generated, generated-dirs): New
6610         variables.
6612 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6614         * resolv/nss_dns/dns-host.c: Various code cleanups.
6616 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
6618         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
6619         From Philip Blundell <pb@nexus.co.uk>.
6620         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
6622 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6624         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
6625         Suggested by debian/sparc porters.
6627 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6629         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
6630         for ecvt and fcvt.
6632 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
6634         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
6635         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
6637         * signal/signal.h: Always define sigset_t if __need_sigset_t is
6638         defined even if __USE_POSIX is not defined.
6640 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6642         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
6643         to support obsolete tty major numbers correctly.
6645 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
6647         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
6648         directory first and ignore install error.
6650         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
6651         128 from ptyno and fix a typo for the BSD style pty.
6653 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6655         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
6656         syscalls.list's.
6658 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6660         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
6661         getresuid and getresgid.
6663         * sysdeps/unix/sysv/linux/getresuid.c: New file.
6664         * sysdeps/unix/sysv/linux/getresgid.c: New file.
6666         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
6667         s_getres[ug]id.
6669         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
6670         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6671         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6672         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
6674 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
6676         * nscd/grpcache.c: Include <stdlib.h>.
6678 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
6680         * stdlib/atoll.c: Fix comments.
6682         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
6683         * sysdeps/posix/ttyname_r.c: Ditto.
6685 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6687         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
6688         __USE_MISC, independent of __USE_UNIX98.
6690 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
6692         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
6693         Rename from __libc_have_rt_sigs and leave as COMMON data.
6695 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
6697         * Makeconfig (CFLAGS-.os): Kill -fno-common.
6698         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
6700         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
6701         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
6702         version symbols.
6703         * include/libc-symbols.h (symbol_version, default_symbol_version):
6704         Provide asm versions and correct !DO_VERSIONING versions.
6705         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
6706         the weak symbol list.
6708         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
6709         Rename from __libc_have_rt_sigs and leave as COMMON data.
6710         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6711         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6712         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6714 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6716         * sunrpc/Makefile: Correct dependencies of rpcgen.
6718 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
6720         * nscd/Makefile: Fix test for available linuxthreads add-on.
6721         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6723 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6725         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
6727 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6729         * sysdeps/gnu/Makefile: Respect with-cvs variable.
6731         * manual/errno.texi (Error Messages): Correct description of
6732         strerror_r.  Pointed out by jonas@bagge.se.
6734 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6736         * manual/socket.texi (Host Address Functions): Clarify description
6737         of inet_network.
6739 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6741         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
6742         (grantpt): Delete superfluous cast.
6744 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6746         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
6747         elf/ldso_install instead of elf/subdir_install.
6748         (elf/ldso_install): New target.
6750         * elf/Makefile (ldso_install): New target.
6752 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6754         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
6755         of 1998-01-06.
6757 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6759         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
6760         constant expressions.
6762 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6764         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
6765         for __nss_configure_lookup.
6766         (output_hostent): Remove unused variable.
6768 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6770         * string/tst-inlcall.c: Fix format string.
6772 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6774         * inet/netinet/in.h: Rename second parameter of bindresvport to
6775         avoid buggy gcc warning. [PR libc/412]
6777 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
6779         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
6780         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
6782         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
6783         Follow POSIX and make tv_sec a time_t.
6784         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
6785         new tv64 syscall as well as fall back to tv32.
6786         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6787         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6788         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6789         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6790         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6791         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6792         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6793         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
6795         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
6796         * include/rpcsvc/nis_tags.h: Likewise.
6797         * include/rpcsvc/nislib.h: Likewise.
6799 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
6801         * libc.map: Add _h_errno.
6802         * inet/herrno.c: Make _h_errno weak alias.
6804         * login/Makefile (distribute): Add pty-internal.h.
6806         * nscd/Makefile (distribute): Add all the files missing.
6808         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
6809         are available.
6811         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
6812         and report status at the end.
6814         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
6816         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
6817         variable.
6818         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
6819         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
6820         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
6822 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
6824         * configure.in: Fix --enable-add-ons code.
6826 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6828         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
6829         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
6830         [PR libc/441]
6832         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
6833         occurence in cache.  Reported by Rudolf Leitgeb
6834         <leitgeb@leland.stanford.edu>.
6835         [PR libc/440]
6837 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
6839         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
6840         that it never is EINTR (which is tested for in _IO_vfscanf).
6842         * Makefile.in: Call sub-make with CVSOPTS.
6844         * elf/Makefile (distribute): Add dl-procinfo.h.
6846         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
6848 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
6850         * version.h (VERSION): Bump to 2.0.92.
6852 1998-01-31  Phil Blundell  <philb@gnu.org>
6854         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
6855         alias for __new_sys_siglist.
6857 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
6859         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
6860         getgrgid_r.c if thread package is available.
6861         * pwd/Makefile: Likewise.
6862         * grp/getgrnam_r.c: Remove USE_NSCD definition.
6863         * grp/getgrgid_r.c: Likewise.
6864         * pwd/getpwnam_r.c: Likewise.
6865         * pwd/getpwuid_r.c: Likewise.
6867 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
6869         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
6870         with error to allow user intervention.
6871         * nss/getXXent_r.c: Likewise.
6873 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
6875         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
6876         AT_PLATFORM string.  Pretty print AT_BASE info.
6878         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
6879         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
6880         * sysdeps/generic/dl-procinfo.h: New file.
6881         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
6883 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
6885         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
6887         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
6888         thread and not pthread_detach.
6890         * nscd/nscd.c: Rewrite to use argp instead of getopt.
6892 1998-01-31  Phil Blundell  <philb@gnu.org>
6894         * configure.in: Add --without-cvs option to suppress automatic
6895         checkin of regenerated files.
6896         * config.make.in: Likewise.
6897         * Makefile: Respect with-cvs setting.
6898         * Makerules: Likewise.
6900         * configure.in: Allow the standalone ARM port to be configured.
6902 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6904         * grp/getgrgid_r.c: Define USE_NSCD.
6905         * grp/getgrnam_r.c: Likewise.
6906         * pwd/getpwuid_r.c: Likewise.
6907         * pwd/getpwnam_r.c: Likewise.
6909         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
6911         * nss/getXXbyYY_r.c: Try at first nscd.
6913         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
6914         * nscd/connections.c: New file.
6915         * nscd/dbg_log.c: New file.
6916         * nscd/dbg_log.h: New file.
6917         * nscd/grpcache.c: New file.
6918         * nscd/nscd.c: New file.
6919         * nscd/nscd.h: New file.
6920         * nscd/nscd_conf.c: New file.
6921         * nscd/nscd_stat.c: New file.
6922         * nscd/pwdcache.c: New file.
6924         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
6925         * nscd/nscd_getpw_r.c: Likewise.
6926         * nscd/nscd_proto.h: New, prototypes for client functions.
6928         * nscd/nscd.conf: New, example for a configuration file.
6929         * nscd/nscd.init: New, example for a startup script.
6931         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
6932         avoid deadlocks.
6933         * nscd/getgrnam_r.c: Likewise.
6934         * nscd/getpwnam_r.c: Likewise.
6935         * nscd/getpwuid_r.c: Likewise.
6937 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
6939         * intl/Makefile: Use CVSOPTS in cvs invocation.
6940         * po/Makefile: Likewise.
6941         * posix/Makefile: Likewise.
6942         * stdlib/Makefile: Likewise.
6944 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
6946         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
6947         [PR libc/410]
6948         * misc/Makefile (tests): Add tst-efgcvt.
6949         * misc/tst-efgcvt.c: New file.
6951 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
6953         * posix/regex.c: Add some more cleanups by Akim Demaille.
6955 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
6957         * signal/signal.h: Revert last change.
6958         * string/strsignal.c: Regard signal number NSGI as illegal.
6959         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
6960         members.
6962 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
6964         * Makefile.in: Add comment about CVSOPTS Makefile variable.
6965         * Makerules: Use CVSOPTS in cvs invocation.
6966         * Makefile: Likewise.
6967         * MakeTAGS: Likewise.
6968         * Make-dist: Likewise.
6970 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
6972         * sysdeps/generic/memmem.c: Correct last change.
6974 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
6976         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
6977         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
6979 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6981         * nis/ypclnt.c: Try at first to use the binding file from ypbind
6982         before using RPC.
6984 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6986         * manual/memory.texi (Heap Consistency Checking): mcheck is
6987         declared in <mcheck.h>.
6988         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
6990 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6992         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
6993         beginning of haystack.
6995 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6997         * nss/nss_files/files-service.c: Correct last patch.
6999 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
7001         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
7002         __libc_have_rt_sigs.
7003         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
7004         including <bits/setjmp.h>.
7005         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
7006         Patch from the Debian glibc/SPARC package.
7008 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
7010         * sysdeps/alpha/bzero.S: Fix a typo.
7011         * sysdeps/alpha/htonl.S: Ditto.
7012         * sysdeps/alpha/htons.S: Ditto.
7014 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7016         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
7018 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
7020         * include/cpio.h: Move to ...
7021         * posix/cpio.h: ...here.
7023         * locale/programs/ld-collate.c: Fix typo.
7025         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
7027         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
7029         * login/utmp_file.c (pututline_file): Don't always report success
7030         if similar entry is found.  Patch by Mark M. Kettenis.
7032 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
7034         * manual/Makefile: Don't try to install the info files if makeinfo
7035         is not available.
7037 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
7039         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
7040         kernel's network ioctls, rather than using <linux/sockios.h> to
7041         get them.  This way we are sure of maintaining compatibility if
7042         the kernel interface should change.
7044 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
7046         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
7048 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
7050         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
7051         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
7053 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7055         Implement System V pseudoterminal handling.
7057         * login/Makefile
7058         (routines): Add getpt, grantpt, unlockpt, ptsname.
7059         (libutil-routines): Remove pty. Add openpty, forkpty.
7060         (distribute): New internal header pty-internal.h.
7061         (others): Add the helper program, pt_chown.
7062         (install-others): Install it, in $(libexecdir), mode 4755.
7064         * login/pty-internal.h: New file.
7065         * login/openpty.c: New file.
7066         * login/forkpty.c: New file.
7067         * login/programs/pt_chown.c: New file.
7069         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
7070         * stdlib/stdlib.h: Prototype them.
7072         * config.make.in: Define $(libexecdir).
7073         * Makeconfig: Define $(inst_libexecdir).
7075         * sysdeps/generic/pty.c: Removed.
7076         * sysdeps/unix/sysv/linux/pty.c: Removed.
7078         * sysdeps/generic/getpt.c: Stub out.
7079         * sysdeps/generic/grantpt.c: Likewise.
7080         * sysdeps/generic/ptsname.c: Likewise.
7081         * sysdeps/generic/unlockpt.c: Likewise.
7083         * sysdeps/unix/grantpt.c: New file.
7084         * sysdeps/unix/bsd/getpt.c: New file.
7085         * sysdeps/unix/bsd/unlockpt.c: New file.
7086         * sysdeps/unix/sysv/linux/getpt.c: New file.
7087         * sysdeps/unix/sysv/linux/ptsname.c: New file.
7088         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
7090 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
7092         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
7094 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7096         * nss/Makefile (tests): Add rule for test-netdb.c.
7098         * nss/test-netdb.c: New file.
7100 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
7102         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
7103         really kept as a variable.  Patch by Richard Henderson,
7104         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
7106         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
7107         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
7108         entries as not existing.
7110 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7112         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
7113         zero in alternate form with precision of zero, which must produce
7114         "0".  Add braces to avoid ambiguous `else'.
7116 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7118         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
7119         problem with strncpy.
7120         * nis/nss_compat/compat-pwd.c: Likewise.
7121         * nis/nss_compat/comapt-spwd.c: Likewise.
7123 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7125         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
7126         by uch@nop.or.jp. [PR libc/437]
7128 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7130         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
7132 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7134         * stdio-common/test-popen.c: Include <errno.h>.
7136         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
7137         close.
7139         * inet/getnetgrent_r.c: Include <errno.h>.
7141         * db2/db/db_conv.c: Include <string.h> for memcpy.
7143         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
7144         so that memcpy is declared.
7146         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
7148         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
7150 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7152         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
7153         overflow while reading line with fgets.
7154         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
7156 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
7158         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
7159         unsigned short, not short.
7160         Reported by Andreas Jaeger.
7162 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7164         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
7165         (ccept->accept).
7167         * sysdeps/generic/inttypes.h: Fix spelling.
7169 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7171         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
7173         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
7175 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
7177         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
7178         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
7179         field for hh modifier.
7180         * stdio-common/vfprint.c: Use is_char field and do not depend in
7181         is_short having the value 2.
7182         Bug reported by Andreas Jaeger.
7184 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7186         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
7187         PIC && DO_VERSIONING.
7189 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7191         * Rules: Add rules for $(common-objpfx)dummy$o.
7193 1998-01-26  Richard Henderson  <rth@cygnus.com>
7195         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
7196         unimplemented OSF/1 definitions so that they are not accidentally seen.
7198         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
7199         of the trampoline function into the macro.
7200         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
7201         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
7202         kernel 2.1.82 has this fixed.
7204         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
7205         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
7207 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
7209         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
7210         support sigaction on kernels > 2.1.7x.
7212 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
7214         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
7215         if it is empty.
7217         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
7218         Patch by David Engel <david@sw.ods.com>.
7220         * configure.in: Fix another typo in --enable-add-ons code.
7222 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
7224         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
7226 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7228         * nss/nss_files/files-network.c: Correct order of parameters for
7229         getnetbyaddr.
7231 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
7233         * db2/Makefile (routines): Add os_alloc.
7234         * db2/db.h: Update from db-2.3.16.
7235         * db2/db_185.h: Likewise.
7236         * db2/db_int.h: Likewise.
7237         * db2/btree/bt_close.c: Likewise.
7238         * db2/btree/bt_cursor.c: Likewise.
7239         * db2/btree/bt_delete.c: Likewise.
7240         * db2/btree/bt_open.c: Likewise.
7241         * db2/btree/bt_page.c: Likewise.
7242         * db2/btree/bt_put.c: Likewise.
7243         * db2/btree/bt_rec.c: Likewise.
7244         * db2/btree/bt_recno.c: Likewise.
7245         * db2/btree/btree_auto.c: Likewise.
7246         * db2/common/db_appinit.c: Likewise.
7247         * db2/common/db_apprec.c: Likewise.
7248         * db2/common/db_err.c: Likewise.
7249         * db2/common/db_region.c: Likewise.
7250         * db2/common/db_shash.c: Likewise.
7251         * db2/db/db.c: Likewise.
7252         * db2/db/db_auto.c: Likewise.
7253         * db2/db/db_conv.c: Likewise.
7254         * db2/db/db_dispatch.c: Likewise.
7255         * db2/db/db_dup.c: Likewise.
7256         * db2/db/db_pr.c: Likewise.
7257         * db2/db/db_rec.c: Likewise.
7258         * db2/db185/db185.c: Likewise.
7259         * db2/dbm/dbm.c: Likewise.
7260         * db2/hash/hash.c: Likewise.
7261         * db2/hash/hash_auto.c: Likewise.
7262         * db2/hash/hash_dup.c: Likewise.
7263         * db2/hash/hash_page.c: Likewise.
7264         * db2/hash/hash_rec.c: Likewise.
7265         * db2/include/btree_ext.h: Likewise.
7266         * db2/include/clib_ext.h: Likewise.
7267         * db2/include/common_ext.h: Likewise.
7268         * db2/include/db.h.src: Likewise.
7269         * db2/include/db_185.h.src: Likewise.
7270         * db2/include/db_am.h: Likewise.
7271         * db2/include/db_ext.h: Likewise.
7272         * db2/include/db_int.h.src: Likewise.
7273         * db2/include/hash_ext.h: Likewise.
7274         * db2/include/lock_ext.h: Likewise.
7275         * db2/include/log.h: Likewise.
7276         * db2/include/log_auto.h: Likewise.
7277         * db2/include/log_ext.h: Likewise.
7278         * db2/include/mp.h: Likewise.
7279         * db2/include/mp_ext.h: Likewise.
7280         * db2/include/mutex_ext.h: Likewise.
7281         * db2/include/os_ext.h: Likewise.
7282         * db2/include/os_func.h: Likewise.
7283         * db2/include/txn_ext.h: Likewise.
7284         * db2/lock/lock.c: Likewise.
7285         * db2/lock/lock_util.c: Likewise.
7286         * db2/log/log.c: Likewise.
7287         * db2/log/log.src: Likewise.
7288         * db2/log/log_archive.c: Likewise.
7289         * db2/log/log_auto.c: Likewise.
7290         * db2/log/log_get.c: Likewise.
7291         * db2/log/log_put.c: Likewise.
7292         * db2/log/log_rec.c: Likewise.
7293         * db2/log/log_register.c: Likewise.
7294         * db2/mp/mp_bh.c: Likewise.
7295         * db2/mp/mp_fget.c: Likewise.
7296         * db2/mp/mp_fopen.c: Likewise.
7297         * db2/mp/mp_fput.c: Likewise.
7298         * db2/mp/mp_pr.c: Likewise.
7299         * db2/mp/mp_sync.c: Likewise.
7300         * db2/mutex/mutex.c: Likewise.
7301         * db2/os/os_alloc.c: Likewise.
7302         * db2/os/os_config.c: Likewise.
7303         * db2/os/os_stat.c: Likewise.
7304         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
7305         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
7306         * db2/progs/db_load/db_load.c: Likewise.
7307         * db2/progs/db_printlog/db_printlog.c: Likewise.
7308         * db2/progs/db_recover/db_recover.c: Likewise.
7309         * db2/progs/db_stat/db_stat.c: Likewise.
7310         * db2/txn/txn.c: Likewise.
7312         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
7313         Unmap memory blocks in reverse order of allocation.
7314         Call munmap with load address added to offset.
7315         Bug reported by Miguel de Icaza.
7317         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
7318         up weight array.
7320         * localedata/locales/cs_CZ: Update by Michael Mraka
7321         <michael@informatics.muni.cz>.
7323         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
7324         __USE_BSD.
7326         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
7327         reading line with fgets.
7328         * nis/nss_compat/compat-pwd.c: Likewise.
7329         * nis/nss_compat/compat-spwd.c: Likewise.
7330         * nss/nss_files/files-XXX.c: Likewise.
7331         * nss/nss_files/files-alias.c: Likewise.
7332         * shadow/fgetspent_r.c: Likewise.
7334         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
7336         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
7337         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7338         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
7340         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
7341         FP register content in ucontext_t.
7343 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7345         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
7346         calculation.  Patch by Markus Schoder
7347         <Markus.Schoder@dresdner-bank.de>.
7349         * math/libm-test.c (modf_test): Add more tests for modf.
7351         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
7352         munlock according to Unix98.
7354 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7356         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
7357         AF_INET.
7359 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
7361         * sysdeps/posix/ttyname.c: Handle symbolic links.
7362         * sysdeps/posix/ttyname_r.c: Ditto.
7364 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
7366         * db2/makedb.c (process_input): Write terminating \0 for value.
7367         (print_database): Simply print value string, don't use length.
7369 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7371         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
7372         exit of loop.
7374 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7376         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
7377         close all sockets.
7379 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
7381         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
7382         sigset.
7383         * signal/sighold.c: New file.
7384         * signal/sigrelse.c: New file.
7385         * sysdeps/generic/sigignore.c: New file.
7386         * sysdeps/generic/sigset.c: New file.
7387         * sysdeps/posix/sigignore.c: New file.
7388         * sysdeps/posix/sigset.c: New file.
7389         * signal/signal.h: Add prototypes for new functions.
7391         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
7392         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
7393         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
7394         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
7396 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
7398         * posix/wordexp.c: Added IFS field-splitting in parameter and
7399         command substitution.  Fixed an IFS-related bug that caused an
7400         infinite loop.
7402 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
7404         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
7405         and swapcontext.
7406         * stdlib/ucontext.h: Correct prototypes.
7407         * sysdeps/generic/getcontext.c: New file.
7408         * sysdeps/generic/setcontext.c: New file.
7409         * sysdeps/generic/makecontext.c: New file.
7410         * sysdeps/generic/swapcontext.c: New file.
7411         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
7413 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
7415         * resource/sys/resource.h: Remove #include of ulimit.h which is
7416         not allowed by SUSv2 and not available on other systems.
7417         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
7419         * streams/Makefile: New file.
7420         * streams/stropts.h: New file.
7421         * sysdeps/generic/bits/stropts.h: New file.
7422         * sysdeps/generic/isastream.c: New file.
7423         * sysdeps/generic/getmsg.c: New file.
7424         * sysdeps/generic/getpmsg.c: New file.
7425         * sysdeps/generic/putmsg.c: New file.
7426         * sysdeps/generic/putpmsg.c: New file.
7427         * sysdeps/generic/fattach.c: New file.
7428         * sysdeps/generic/fdetach.c: New file.
7429         * sysdeps/unix/inet/Subdirs: Add streams.
7430         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
7431         __t_uscalar_t.
7432         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7433         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
7434         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
7435         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7437         * sysdeps/mach/_strerror.c: Follow changes of generic version to
7438         handle small buffers correctly.
7440 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
7442         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
7443         Remove the 3rd arg and add declaration for _dl_runtime_resolve
7444         and _dl_runtime_profile.
7446 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
7448         * include/cpio.h: New file.  Mainly copied from GNU cpio.
7449         * posix/Makefile (headers): Add cpio.h.
7451 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7453         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
7454         to routines.
7455         * nis/nis_cache.c: New file.
7456         * nis/nis_cache2.h: New file.
7457         * nis/nis_cache2_xdr.c: New file.
7458         * nis/nis_call.c: Changes for cache2_info parameter.
7459         * nis/nis_checkpoint.c: Likewise.
7460         * nis/nis_intern.h: Likewise.
7461         * nis/nis_mkdir.c: Likewise.
7462         * nis/nis_ping.c: Likewise.
7463         * nis/nis_rmdir.c: Likewise.
7464         * nis/nis_server.c: Likewise.
7465         * nis/nis_util.c: Likewise.
7467 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7469         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
7470         return/errnop codes.
7471         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
7472         * nis/nss_nisplus/nisplus-grp.c: Likewise.
7473         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
7474         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7475         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
7476         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
7477         * nis/nss_nisplus/nisplus-rpc.c: Likewise
7478         * nis/nss_nisplus/nisplus-service.c: Likewise.
7479         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
7481 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7483         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
7484         * nis/nss_nis/nis-ethers.c: Likewise.
7485         * nis/nss_nis/nis-grp.c: Likewise.
7486         * nis/nss_nis/nis-hosts.c: Likewise.
7487         * nis/nss_nis/nis-network.c: Likewise.
7488         * nis/nss_nis/nis-proto.c: Likewise.
7489         * nis/nss_nis/nis-hosts.c: Likewise.
7490         * nis/nss_nis/nis-network.c: Likewise.
7491         * nis/nss_nis/nis-proto.c: Likewise.
7492         * nis/nss_nis/nis-publickey.c: Likewise.
7493         * nis/nss_nis/nis-pwd.c: Likewise.
7494         * nis/nss_nis/nis-rpc.c: Likewise.
7495         * nis/nss_nis/nis-service.c: Likewise.
7496         * nis/nss_nis/nis-spwd.c: Likewise.
7498 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
7500         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
7501         Added to follow latest kernel development.
7503 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
7505         * nss/db-Makefile: Handle empty and comment lines better.
7506         ($(VAR_DB)/services.db): Generate entries with missing protocol
7507         value.
7509 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7511         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
7512           NULL.
7513           (getservbyname): Allow proto == NULL.
7514           Pointed out by David N. Welton <davidw@gate.cks.com>.
7515           [PR libc/430].
7517 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
7519         * nis/nislib/nislib.h: Finally removed.
7521         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
7522         C compiler.  From Kaveh Ghazi.
7523         (TYPE_MINIMUM): Define.
7524         (TYPE_MAXIMUM): Define.
7525         (TIME_T_MIN): Use TYPE_MINIMUM.
7526         (TIME_T_MAX): Use TYPE_MAXIMUM.
7527         Patch by Jim Meyering <meyering@ascend.com>.
7529 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
7531         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
7532         __pread64, __pwrite64, and __getpid.
7534         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
7535         versions.
7537 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7539         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
7540         cancelable socket functions as __libc_xxx with __xxx as weak
7541         alias.
7542         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7543         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7545         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
7546         redefined.
7547         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7548         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
7549         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
7550         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
7552         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
7553         and __xxx a weak alias.
7554         * sysdeps/unix/sysv/linux/connect.S: Likewise.
7555         * sysdeps/unix/sysv/linux/recv.S: Likewise.
7556         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
7557         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
7558         * sysdeps/unix/sysv/linux/send.S: Likewise.
7559         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
7560         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
7562 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7564         * locale/langinfo.h: Add defines.
7566         * dirent/dirent.h: Add defines for DT_*, check also for
7567         _DIRENT_HAVE_D_TYPE.
7568         Suggested by Roland McGrath.
7570 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7572         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
7573         Update from Linux 2.1.73+79.
7575         * README.template: Update information about possible
7576         configurations.
7578         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
7579         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
7580         [PR libc/417].
7582         * manual/time.texi (Priority): Correct description of
7583         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
7584         [PR libc/416].
7586 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
7588         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
7589         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
7591 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
7593         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
7594         Andreas Jaeger.
7596 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
7598         * locale/programs/ld-collate.c: Little optimizations.
7600         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
7602         * string/Makefile (tests): Add tst-inlcall.
7603         * string/tst-inlcall.c: New file.
7605         * string/strsignal.c: Add support for real-time signals.
7607         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
7608         presense of small buffer.
7610         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
7612         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
7613         for i686.
7615         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
7616         _NSIG + 1.
7618 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
7620         * Rules: Add explicit rule for dummy.o; at least one library needs
7621           it and it isn't autogenerated by the default rules.
7623 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7625         * math/libm-test.c: Tweak epsilons.
7627 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7629         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
7630         child.
7631         (feenv_mask_test): Likewise.
7633 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7635         * Makeconfig: Don't export CPPFLAGS.
7637 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7639         * sunrpc/rpc_main.c (parseargs): Use perror to print error
7640         message.
7642 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7644         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
7645         terminating null in key size.
7647 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7649         * nss/nss_files/files-service.c: Fix allocation size to include
7650         length of PROTO.
7652         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
7653         applicable.  Fix return value and error checking.
7654         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
7655         unparsable lines.
7656         (DB_LOOKUP): Allocate space for terminating null byte.
7658         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
7659         uids specially.
7661         * db2/makedb.c (process_input): Continue processing if a duplicate
7662         key is encountered.
7664 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
7666         * time/tzfile.h: Updated from tzcode1998b.
7667         * time/zdump.c: Likewise.
7668         * time/zic.c: Likewise.
7669         * time/africa: Update from tzdata1998b.
7670         * time/antarctica: Likewise.
7671         * time/asia: Likewise.
7672         * time/australasia: Likewise.
7673         * time/etcetera: Likewise.
7674         * time/europe: Likewise.
7675         * time/leapseconds: Likewise.
7676         * time/northamerica: Likewise.
7677         * time/southamerica: Likewise.
7679 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7681         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
7682         lookups ignoring case.
7683         * nss/nss_files/files-network.c: Do network lookups ignoring
7684         case.
7685         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
7686         case.
7687         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
7688         case insensitive comparing.
7689         Patches by Cristian Gafton <gafton@redhat.com>.
7691 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7693         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
7694         by Roland McGrath. [PR libc/395]
7696 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7698         * manual/arith.texi (Parsing of Integers): Correct description of
7699         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
7700         [PR libc/396]
7702 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
7704         * misc/lsearch.c (lsearch): Return a pointer to the new element
7705         if one was "allocated".
7707 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7709         * string/strsignal.c: NSIG is not a valid index into
7710         _sys_siglist.  Don't zap the last character of the "Unknown
7711         signal" message.
7713 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
7715         * locale/programs/charmap.c (parse_charmap): Correct parsing of
7716         ellipsis expressions.
7718         * locale/programs/charset.c (insert_char): Correctly insert value
7719         of eliipsis expression.
7721 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
7723         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
7724         <bits/setjmp.h>.
7725         * sysdeps/powerpc/setjmp.S: Likewise.
7726         Patches by Matt McLean <keys@keys.got.net>.
7728         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
7730         * Makefile: Undo last patch.
7731         (distribute): Add test-installation.pl.
7733         * configure.in: Correct handling of --enable-add-ons without parameter.
7734         Correct address of WWW pages.
7736         * libc.map: Add _nl_domain_bindings.
7738         * db2/mutex/tsl_parisc.s: New file.
7740         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
7741         and extra-module.mk.
7743         * localedata/Makefile (distribute): New.  Add all the files.
7745         * stdlib/Makefile (headers): Add inttypes.h.
7746         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
7747         * sysdeps/generic/inttypes.h: New file.
7748         * sysdeps/generic/strtoimax.c: New file.
7749         * sysdeps/generic/strtoumax.c: New file.
7750         * sysdeps/generic/wcstoimax.c: New file.
7751         * sysdeps/generic/wcstoumax.c: New file.
7752         * sysdeps/wordsize-32/Dist: Removed.
7753         * sysdeps/wordsize-32/Makefile: Removed.
7754         * sysdeps/wordsize-64/Dist: Removed.
7755         * sysdeps/wordsize-64/Makefile: Removed.
7756         * sysdeps/generic/bits/environments.h: New file.
7758         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
7759         header is still not correct.
7761         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
7762         * posix/unistd.h: Likewise.
7763         * sysdeps/generic/sys/mman.h: Likewise.
7764         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
7766         * manual/arith.texi: Change definition of mul macro.
7767         * manual/math.texi: Likewise.
7769         * misc/Makefile (routines): Add mmap64.
7770         * sysdeps/generic/mmap64.c: New file.
7771         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
7772         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
7773         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
7774         aliases to mmap.
7775         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7777         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
7779         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
7781         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
7783         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
7784         FOPEN_MAX also when included by limits.h.
7785         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7787         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
7788         and netrom/netrom.h.
7789         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
7790         oldsiglist to sysdep_routines, not aux.
7791         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
7793         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
7794         and SOL_NETROM definition.
7796         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
7798         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
7799         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
7801 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
7803         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
7805         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
7806         sa_handler with k_sa_handler.
7807         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
7808         strong alias.
7809         Reported by a sun.
7811         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
7812         __libc_have_rt_sigs here.
7813         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
7814         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7815         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
7816         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7818 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
7820         * sysdeps/powerpc/atomicity.h: New file.
7821         * sysdeps/mach/powerpc/machine-lock.h: New file.
7823         * Rules: Use -fpic to build anything that might end up in a users'
7824         shared library.
7826         * sysdeps/powerpc/s_fdim.c: New file.
7827         * sysdeps/powerpc/s_fdimf.c: New file.
7828         * sysdeps/powerpc/s_fmax.S: New file.
7829         * sysdeps/powerpc/s_fmaxf.S: New file.
7830         * sysdeps/powerpc/s_fmin.S: New file.
7831         * sysdeps/powerpc/s_fminf.S: New file.
7832         * sysdeps/powerpc/s_llrint.c: Now is for double.
7833         * sysdeps/powerpc/s_llrintf.c: New file.
7834         * sysdeps/powerpc/s_llround.c: Now is for double.
7835         * sysdeps/powerpc/s_llroundf.c: New file.
7836         * sysdeps/powerpc/s_lrint.c: Now is for double.
7837         * sysdeps/powerpc/s_lrintf.S: New file.
7838         * sysdeps/powerpc/s_lround.c: Now is for double.
7839         * sysdeps/powerpc/s_lroundf.c: New file.
7840         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
7841         lrintf, fdim, fdimf.
7843         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
7844         file directly, use its parent.
7846         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
7847         (for the third time).
7849 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
7851         * posix/sched.h: timespec is in <time.h>.
7853         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
7855 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
7857         * configure.in: Stop with error if --disable-static is used when
7858         the shared lib uses this library.
7860         * gen-FAQ.pl: I've perl installed in /usr/bin.
7862         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
7864         Fix Unix98 conformance problems in the headers.
7865         * catgets/nl_types.h: Define nl_item.
7866         * grp/grp.h: Define gid_t.
7867         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
7868         * include/nl_types.h: New file.
7869         * include/ulimit.h: New file.
7870         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
7871         constants in POSIX mode.
7872         * io/utime.h: Get definition for time_t.
7873         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
7874         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
7875         * libio/stdio.h: Define va_list.  Make snprintf also available is
7876         __USE_UNIX98.  Declare getopt function and variables.
7877         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
7878         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
7879         * math/math.h: Defined M_* constants as double for Unix98 mode.
7880         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
7881         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
7882         * posix/regex.h: Define REG_NOSYS.
7883         * posix/wordexp.h: Define WRDE_NOSYS.
7884         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
7885         500 for Unix98.
7886         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
7887         somewhere else as well.  Define clock_t for Unix98.
7888         * posix/sys/wait.h: Define pid_t.
7889         * pwd/pwd.h: Define gid_t, uid_t.
7890         * resource/Makefile (headers): Add ulimit.h.
7891         * resource/ulimit.h: New file.
7892         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
7893         instead of second argument.
7894         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
7895         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
7896         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
7897         * signal/signal.h: Define pid_t.
7898         * string/string.h: Don't declare BSD string functions in POSIX mode.
7899         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
7900         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
7901         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
7902         and POSIX.
7904         * inet/test_ifindex.c: Change test so that it does not fail for
7905         interface aliases.
7907         * locale/programs/locale.c (show_info): Use correct cast sequence
7908         for 64bit machines.
7910         * malloc/malloc.c: __malloc_initialized now signals three states:
7911         uninitialized, initializing, initialized.  Used in mcheck.
7912         * malloc/mcheck.c (mabort): Add '\n' to messages.
7913         (mcheck): Allow installation when malloc is uninitialized or is
7914         just initializing.
7916         * manual/memory.texi: Explain mtrace output a bit more.
7918         * math/libm-test.c: Add more epsilons.
7920         * misc/regexp.h (compile): Remove __ prefix from parameter names.
7922         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
7923         instead of strcpy for security.
7924         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
7925         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
7926         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
7928         * nss/digits_dots.c: Pretty print.
7930         * posix/getconf.c (vars): Add symbols for programming environment
7931         recognition.  Recognize --version.
7933         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
7934         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
7935         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
7937         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
7938         __need_FOPEN_MAX.
7939         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7940         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
7941         __need_FOPEN_MAX.
7943         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
7944         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
7946         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
7947         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7948         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7949         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
7950         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7951         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
7953         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
7954         SCNu*.
7955         * sysdeps/wordsize-64/inttypes.h: Likewise.
7957         * time/africa: Update from tzdata1997j.
7958         * time/antarctica: Likewise.
7959         * time/asia: Likewise.
7960         * time/australasia: Likewise.
7961         * time/backward: Likewise.
7962         * time/etcetera: Likewise.
7963         * time/europe: Likewise.
7964         * time/factory: Likewise.
7965         * time/northamerica: Likewise.
7966         * time/pacificnew: Likewise.
7967         * time/southamerica: Likewise.
7969         * time/tzfile.h: Update from tzcode1997h.
7970         * time/zic.c: Likewise.
7972         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
7973         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
7974         isw*() functions for Unix98.
7975         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
7976         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
7977         is defined.
7979 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7981         * locale/duplocale.c: Increase usage_count only if less than
7982         MAX_USAGE_COUNT.
7983         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
7984         MAX_USAGE_COUNT.
7985         * locale/setlocale.c: Likewise.
7987 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7989         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
7990         dependency to make it easier to install it selectively.
7992         * Makerules (.SUFFIXES): Don't define any suffixes.
7994 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7996         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
7997         * sysdeps/generic/statfs64.c: Emulate using statfs.
7998         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
7999         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
8000         * sysdpes/generic/ftruncate64.c: New file.
8001         * sysdpes/generic/truncate64.c: New file.
8003         * sysdeps/generic/bits/stat.h: Add LFS support.
8004         * sysdeps/generic/bits/statfs.h: Likewise.
8006         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
8007         [__USE_FILE_OFFSET64]: Make long long constant.
8008         (RLIM64_INFINITY): Likewise.
8010         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
8011         for LFS support.
8012         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
8013         * sysdeps/generic/bits/resource.h: Likewise.
8015         * misc/Makefile (routines): Add truncate64 and ftruncate64.
8017         * include/features.h: Don't prevent LFS support from defining BSD
8018         and SYSV things.
8020         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
8021         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
8022         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
8024         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
8025         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
8026         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8028         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
8029         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
8030         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
8031         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
8032         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
8033         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
8034         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
8035         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
8036         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
8037         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
8038         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
8039         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
8040         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
8041         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
8042         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
8043         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
8044         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
8045         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
8046         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
8047         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
8049         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
8050         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
8051         * sysdeps/unix/sysv/linux/xstat64.c: New file.
8052         * sysdeps/unix/sysv/linux/readdir64.c: New file.
8053         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
8055         * sysdeps/unix/sysv/linux/getdents64.c: New file.
8056         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
8057         [$(subdir)=dirent]: Add getdents64.
8058         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
8060         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
8062 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
8064         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
8066         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
8067         * sysdeps/generic/getrlimit64.c: Likewise.
8068         * sysdeps/generic/setrlimit.c: Likewise.
8069         * sysdeps/generic/setrlimit64.c: Likewise.
8071 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
8073         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
8074         using versioning.
8076         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
8078         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
8080 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8082         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
8083         after the codeset name.
8085 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8087         * libc.map: Add get_kernel_syms.
8089 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8091         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
8092         static.
8093         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
8094         Likewise.  Fix condition.
8096 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8098         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
8100 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8102         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
8103         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
8105 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8107         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
8108         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
8109         instead.  Oops.
8111 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8113         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
8115 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8117         * math/libm-test.c (catanh_test): Change epsilon.
8118         Reported by H.J. Lu.
8120 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
8122         * libc.map (__getpid): Added for linuxthreads.
8124 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
8126         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
8127         it if gcc uses static variable in DWARF2 unwind information
8128         for exception support.
8130         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
8132         * elf/soinit.c (__libc_global_ctors, _fini): Handle
8133         HAVE_DWARF2_UNWIND_INFO_STATIC.
8135         * libc.map (__register_frame*, __deregister_frame*): Make them
8136         global.
8138 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8140         * math/libm-test.c: Add more tests for "normal" values.
8142 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8144         * stdio-common/printf_fphex.c: Fix printing of long double number
8145         with a biased exponent of zero.  Fix rounding.
8147 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8149         * sunrpc/rpc_main.c: Accept new flag -$.
8150         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
8152 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8154         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
8155         dynamic linker first, in case the interface has changed.
8157 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8159         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
8160         order.
8162 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8164         * math/tgmath.h: Check for double first, for architectures where
8165         sizeof (long double) == sizeof (double).
8167 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8169         * math/libm-test.c: New tests for "normal" values added for most
8170         functions.
8172 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
8174         * version.h (VERSION): Bump to 2.0.91.
8176         * db2/makedb.c (process_input): Fix typo in message.
8177         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
8179         * elf/dynamic-link.h: Pretty print.
8181         * elf/rtld.c: Allow multiple preloading of a shared object.
8183         * include/limits.h: Prevent multiple inclusion.
8185         * malloc/Makefile (headers): Add mcheck.h.
8186         (distribute): Remove it here.
8187         * malloc/mcheck.h: Pretty print.
8188         * malloc/mtrace.c (mallenv): Make `const'.
8189         * malloc/mtrace.pl: Don't print table head for memory leaks if there
8190         are none.
8191         * manual/memory.texi: Update descriptor of malloc hooks.
8193         * posix/Makefile (routines): Add waitid.
8194         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
8195         on __id_t.
8196         * posix/sys/wait.h: Define idtype_t type.
8197         Add prototype for waitid.
8198         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
8199         * sysdeps/generic/waitid.c: Stub for waitid.
8200         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
8201         the __need_siginfo_t defined.
8202         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
8203         * sysdeps/generic/bits/types.h: Define __id_t.
8204         Correct definition of __FDMASK.
8205         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
8206         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
8207         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
8209         * sysdeps/posix/waitid.c: New file.
8210         Provided by Zack Weinberg.
8212         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
8214         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
8215         Add missing parameters.
8217         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
8218         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
8219         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
8220         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
8221         initialized.
8223         * sysdeps/i386/dl-machine.h: Little cleanup.
8225         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
8226         (__finite): Mark function as const.
8227         Add inline code for __ieee754_atan2.
8229         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
8230         (but don't use it now).
8231         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
8232         __atan.
8233         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
8234         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
8235         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
8236         real part.
8237         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
8238         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
8239         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
8240         __ieee754_atan2 to base 10.
8241         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
8242         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
8244         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
8245         old_kernel_sigaction.
8247         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
8249         * wctype/Makefile (routines): Add wctype_l.
8250         * wctype/wctype.h: Add declaration of __wctype_l.
8251         * wctype/wctype_l.c: New file.
8253 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
8255         * locale/C-ctype.c: Correct data for isw* functions.
8256         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
8257         byte order.
8258         * wctype/test_wctype.c: Add test for isw* functions.
8259         * wctype/wctype.c: Return value with expected byte order.
8261 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8263         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
8265 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
8267         * iconvdata/Makefile: Fix a typo.
8269         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
8270         oldsiglist for shared library.
8272         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
8273         sys_sigabbrev): Make them as the default version GLIBC_2.1.
8275         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
8276         sys_siglist, sys_sigabbrev): New file. Make them as the old
8277         version GLIBC_2.0.
8279         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
8280         to GLIBC_2.1.
8282 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
8284         * libio/iofgets.c (_IO_fgets): Return an error only if there
8285         is a new error.
8286         * libio/iogets.c (_IO_gets): Ditto.
8288 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
8290         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
8292         * libio/Makefile (routines, shared-only-routines): Add
8293         oldiofdopen.
8295         * libio/fileops.c: Don't use _IO_FILE_complete.
8296         * libio/iofdopen.c: Ditto.
8297         * libio/iofopen.c: Ditto.
8298         * libio/iofopen64.c: Ditto.
8299         * libio/iopopen.c: Ditto.
8300         * libio/iovdprintf.c: Ditto.
8302         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
8304         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
8305         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
8307         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
8308         _IO_old_fdopen, _IO_new_fdopen): New declaration.
8310         * libio/libio.h (_IO_FILE): Add more fields.
8311         (_IO_FILE_complete): Defined and make _IO_FILE be the old
8312         one if _IO_USE_OLD_IO_FILE is defined
8313         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
8314         them _IO_FILE_complete.
8316         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
8317         to adjust vtable.
8318         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
8319         _IO_JUMPS.
8320         (_IO_FILE_complete): Commented out.
8322         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
8323         * libio/oldiofclose.c: Ditto.
8324         * libio/oldiofopen.c: Ditto.
8325         * libio/oldstdfiles.c: Ditto.
8327         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
8328         for the old _IO_FILE.
8330         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
8331         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
8332         and stderr.
8334         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
8335         and remove INAME.
8337         * libio/stdio.c (stdin, stdout, stdin): Don't use
8338         _IO_FILE_complete.
8340         * libio/oldiofdopen.c: New.
8342         * stdio-common/vfprintf.c (buffered_vfprintf): Set
8343         hp->_vtable_offset to 0.
8345 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
8347         * libc.map (_IO_file_open): Added.
8349         * libio/libioP.h (_IO_file_open): Declared.
8351         * libio/fileops.c (_IO_file_open): New.
8352         (_IO_file_fopen): Call _IO_file_open ().
8354         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
8355         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
8357 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8359         * signal/signal.h: Fix selection of signal semantics to match
8360         comment.
8362 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8364         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
8365         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
8366         rt_sigreturn.
8367         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
8368         [$(subdir)=signal]: Remove rt_sigreturn.
8369         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
8370         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
8371         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
8373 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8375         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
8376         declarations.
8378 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8380         * iconvdata/extra-module.mk: Expand extra-objs now.
8382 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8384         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
8385         inline functions by feature tests to avoid warning about missing
8386         prototype declarations.
8388 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8390         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
8391         return code for non existent +name entries.
8392         * nis/nss_compat/compat-pwd.c: Likewise.
8393         * nis/nss_compat/compat-spwd.c: Likewise.
8395 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
8397         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
8398         (EIO): Likewise.
8399         (ENOSPC): Likewise.
8400         (EEXIST): Likewise.
8401         (__errno_location): Likewise.
8403         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
8405         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
8407 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8409         * sunrpc/publickey.c: Use new NSS interface.
8411 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
8413         * manual/malloc.texi: Document mtrace/muntrace and the concept.
8415 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8417         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
8418         value, to match spirit of the standard.
8419         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
8420         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
8421         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
8423 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8425         * manual/signal.texi (Signal Stack): Remove spurious @item.
8427 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8429         * rt/aio.h: Remove double semicolon.
8431         * rt/librt.map: Add aio_init.
8433 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
8435         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
8436         * Makefile (subdirs): Replace rt by $(rt).
8438         * shlib-versions: Use version .2 for NSS modules.
8440         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
8441         argument.
8442         * pwd/fgetpwent_r.c: Likewise.
8443         * spwd/fgetspent_r.c: Likewise.
8444         * spwd/sgetspent_r.c: Likewise.
8445         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
8446         Store error number in *ERRNOP.  Little optimization.
8447         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
8448         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
8449         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
8450         (__internal_getnetgrent_r): New argument.
8451         Call __internal_setnetgrent_reuse with new argument.
8452         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
8453         * inet/netgroup.h: Add argument to prototypes.
8454         * nis/nisplus-parser.h: Likewise.
8455         * nis/nss_compat/compat-grp.c: Change everything to store error
8456         code through provided pointer and not use errno.
8457         * nis/nss_compat/compat-pwd.c: Likewise.
8458         * nis/nss_compat/compat-spwd.c: Likewise.
8459         * nis/nss_nis/nis-alias.c: Likewise.
8460         * nis/nss_nis/nis-ethers.c: Likewise.
8461         * nis/nss_nis/nis-grp.c: Likewise.
8462         * nis/nss_nis/nis-hosts.c: Likewise.
8463         * nis/nss_nis/nis-netgrp.c: Likewise.
8464         * nis/nss_nis/nis-network.c: Likewise.
8465         * nis/nss_nis/nis-proto.c: Likewise.
8466         * nis/nss_nis/nis-publickey.c: Likewise.
8467         * nis/nss_nis/nis-pwd.c: Likewise.
8468         * nis/nss_nis/nis-rpc.c: Likewise.
8469         * nis/nss_nis/nis-service.c: Likewise.
8470         * nis/nss_nis/nis-spwd.c: Likewise.
8471         * nis/nss_nisplus/nisplus-alias.c: Likewise.
8472         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
8473         * nis/nss_nisplus/nisplus-grp.c: Likewise.
8474         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
8475         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
8476         * nis/nss_nisplus/nisplus-network.c: Likewise.
8477         * nis/nss_nisplus/nisplus-parser.c: Likewise.
8478         * nis/nss_nisplus/nisplus-proto.c: Likewise.
8479         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8480         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
8481         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
8482         * nis/nss_nisplus/nisplus-service.c: Likewise.
8483         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
8484         * nss/nss_db/db-XXX.c: Likewise.
8485         * nss/nss_db/db-alias.c: Likewise.
8486         * nss/nss_db/db-netgrp.c: Likewise.
8487         * nss/nss_files/files-XXX.c: Likewise
8488         * nss/nss_files/files-alias.c: Likewise
8489         * nss/nss_files/files-netgrp.c: Likewise
8490         * nss/nss_files/files-parse.c: Likewise
8491         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
8492         parameter of get functions.
8493         * nss/getXXent_r.c: Likewise.
8495         * localedata/tst-fmon.c: Print debug info if test fails.
8497         * rt/Makefile (routines): Add aio_notify.
8498         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
8499         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
8500         * rt/aio_fsync.c: Likewise.
8501         * rt/aio_misc.c: Likewise.
8502         * rt/aio_misc.h: Likewise.
8503         * rt/aio_read.c: Likewise.
8504         * rt/aio_read64.c: Likewise.
8505         * rt/aio_suspend.c: Likewise.
8506         * rt/aio_write.c: Likewise.
8507         * rt/aio_write64.c: Likewise.
8508         * rt/lio_listio.c: Likewise.
8509         * rt/lio_listio64.c: Likewise.
8510         * rt/aio_notify.c: New file.
8512         * sysdeps/generic/bits/sigset.h: Pretty print.
8514         * sysdeps/posix/pwrite.c: Define weak alias only if function is
8515         really defined as __pwrite.
8517         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
8518         instead of pread64.
8519         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8521         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
8522         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
8523         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
8524         size in syscall.
8525         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8526         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8527         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
8528         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8529         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
8530         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8531         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
8532         for ACT being NULL.
8533         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
8534         RT signals.
8535         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
8536         __NR_pread is not defined.
8537         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
8538         __NR_pwrite is not defined.
8540 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8542         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
8543         handle for /etc/group back in some more cases.
8544         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
8545         handle for /etc/passwd back in some more cases.
8546         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
8547         handle for /etc/shadow back in some more cases.
8549 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
8551         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
8552         beyound its size.
8553         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
8554         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
8556 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
8558         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
8559         handling.  Don't use macros, we need functions.  Use inline functions
8560         for optimization.
8561         * sysdeps/wordsize-64/inttypes.h: Likewise.
8562         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
8563         and wcstoumax.
8564         * sysdeps/wordsize-64/Makefile: Likewise.
8565         * sysdeps/wordsize-32/Dist: Likewise.
8566         * sysdeps/wordsize-64/Dist: Likewise.
8567         * sysdeps/wordsize-32/strtoimax.c: New file.
8568         * sysdeps/wordsize-32/strtoumax.c: New file.
8569         * sysdeps/wordsize-32/wcstoimax.c: New file.
8570         * sysdeps/wordsize-32/wcstoumax.c: New file.
8571         * sysdeps/wordsize-64/strtoimax.c: New file.
8572         * sysdeps/wordsize-64/strtoumax.c: New file.
8573         * sysdeps/wordsize-64/wcstoimax.c: New file.
8574         * sysdeps/wordsize-64/wcstoumax.c: New file.
8576 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
8578         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
8579         that transparent union works.
8580         * sysdeps/generic/wait4.c (__wait4): Likewise.
8581         * sysdeps/generic/wait.c (__wait): Likewise.
8583         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
8584         size_t.
8586         * sysdeps/generic/syscall.c (syscall): Return value and arg are
8587         long, to match prototype.
8589         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
8590         have mremap() yet.
8592         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
8594         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
8596         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
8598         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
8599         __rlim_t.
8601         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
8603         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
8605         * io/sys/stat.h (S_ISLNK): Always false if we don't have
8606         __S_IFLNK.
8608         * sysdeps/standalone/close.c (_STDIO_H): Define before including
8609         <bits/stdio_lim.h>.
8610         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
8612 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
8614         * posix/sys/wait.h: Don't use transparent unions in C++.
8616 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8618         * time/time.h: Add strfxtime.
8620         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
8621         sysv_signal, strfxtime, pread64, pwrite64.
8623 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
8625         Alpha changes for EGCS:
8626         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
8627         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
8628         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
8629         (_start): Likewise.
8630         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
8632 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
8634         The kernel expects the arguments in a different order.
8635         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
8636         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
8638         * FAQ.in: New file.
8639         * gen-FAQ.pl: New file.
8640         * Makefile (FAQ): Add rule to generate from FAQ.in.
8642         * iconvdata/Makefile: Treat libJIS like the other modules.
8644         * rt/librt.map: New file.
8646         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
8647         inclusion.
8648         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
8649         comment.
8651 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
8653         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
8654         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
8655         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
8656         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
8658 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8660         * string/bits/string2.h: Fix spellings.
8662         * string/string.h: Fix spellings.
8664 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8666         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
8667         declaration to __syscall_rt_sigaction.
8669         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
8670         non-existant <sigcontext.h>.
8672 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8674         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
8675         typo.
8677 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8679         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
8681         * Makeconfig (shared-thread-library): Correct spelling.
8683         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
8684         <asm/pci.h>.
8686 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8688         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
8689         constants from Linux headers. Pointed out by
8690         csmall@scooter.o.i.net. [PR libc/369]
8692 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8694         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
8696 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8698         * configure.in: If --enable-add-ons is given without an
8699         argument, set the addons list to all subdirs with a configure
8700         script.
8702 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
8704         * Makeconfig: Add shared-thread-library variable.
8706         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
8707         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
8708         here.
8709         * sysdeps/m68k/fpu/e_acos.c: Likewise.
8710         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
8711         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
8712         * sysdeps/m68k/fpu/e_pow.c: Likewise.
8713         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
8714         * sysdeps/m68k/fpu/k_cos.c: Likewise.
8715         * sysdeps/m68k/fpu/k_sin.c: Likewise.
8716         * sysdeps/m68k/fpu/k_tan.c: Likewise.
8717         * sysdeps/m68k/fpu/s_atan.c: Likewise.
8718         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
8719         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
8720         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
8721         * sysdeps/m68k/fpu/s_csin.c: Likewise.
8722         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
8723         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
8724         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
8725         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
8726         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
8727         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
8728         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
8729         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
8730         * sysdeps/m68k/fpu/s_modf.c: Likewise.
8731         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
8732         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
8733         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
8735         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
8736         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
8737         * signal/Makefile (headers): Add bits/siginfo.h.
8738         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
8739         (distribute): Add testrtsig.h.
8740         * signal/allocrtsig.c: New file.
8741         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
8742         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
8743         __libc_current_sigrtmax.
8744         * sysdeps/generic/sigqueue.c: New file.
8745         * sysdeps/generic/sigtimedwait.c: New file.
8746         * sysdeps/generic/sigwaitinfo.c: New file.
8747         * sysdeps/generic/testrtsig.h: New file.
8748         * sysdeps/generic/bits/siginfo.h: New file.
8749         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
8750         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
8751         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
8752         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
8753         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
8754         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
8755         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
8756         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
8757         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
8758         * sysdeps/unix/sysv/linux/sigpending.c: New file.
8759         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
8760         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
8761         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
8762         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
8763         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
8764         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
8765         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
8766         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
8767         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
8768         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
8769         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
8770         and _POSIX_REALTIME_SIGNALS.
8771         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
8772         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
8773         update _NSIG.
8774         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
8775         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
8776         definitions.
8778         * Makefile (subdirs): Add rt.
8779         * shlib-versions: Add entry for librt.
8780         * rt/Makefile: New file.
8781         * rt/aio.h: New file.
8782         * rt/aio_cancel.c: New file.
8783         * rt/aio_error.c: New file.
8784         * rt/aio_fsync.c: New file.
8785         * rt/aio_misc.c: New file.
8786         * rt/aio_misc.h: New file.
8787         * rt/aio_read.c: New file.
8788         * rt/aio_read64.c: New file.
8789         * rt/aio_return.c: New file.
8790         * rt/aio_suspend.c: New file.
8791         * rt/aio_write.c: New file.
8792         * rt/aio_write64.c: New file.
8793         * rt/lio_listio.c: New file.
8794         * rt/lio_listio64.c: New file.
8795         * sysdeps/generic/aio_sigqueue.c: New file.
8796         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
8797         * sysdeps/unix/sysv/linux/Dist: Add new files
8798         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
8799         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
8800         rt_sigqueueinfo, rt_sigaction.
8802         * posix/Makefile (headers): Add bits/environments.h.
8803         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
8804         and _CS_LFS_CFLAGS on 64bit platforms.
8805         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
8806         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
8807         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
8808         compilation modules.
8809         * sysdeps/wordsize-32/bits/environments.h: New file.
8810         * sysdeps/wordsize-64/bits/environments.h: New file.
8812         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
8813         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
8814         __libc_pid.
8815         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
8816         0xf00baa.
8818         * string/string.h: Add declaration of __strverscmp.
8819         * string/strverscmp.c: Rename function ot __strverscmp and make old
8820         name weak alias.
8822         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
8823         * sysdeps/generic/enbl-secure.c: Likewise.
8824         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8826         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
8828         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
8830 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8832         * posix/sys/wait.h: Use __transparent_union__ instead of
8833         transparent_union.  Reported by Roland McGrath.
8835 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8837         * resolv/inet_neta.c (inet_neta): Change type of first parameter
8838         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
8839         [PR libc/366].
8841         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
8843         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
8845 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8847         * grp/initgroups.c: Increase buffer if it is too small.
8849 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8851         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
8852         fields, this is no ISO C.  Reported by Andreas Jaeger.
8854 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8856         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
8858 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
8860         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
8861         _SYS_UTSNAME_H not _UTSNAME_H.
8863 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8865         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
8866         computing s_scale.
8868 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8870         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
8871         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
8872         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
8874         * math/libm-test.c (csqrt_test): Add testcase.
8876 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
8878         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
8879         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
8880         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
8882 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8884         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
8886 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8888         * math/libm-test.c (acos_test): Add more tests.
8889         (asin_test): Likewise.
8890         (atan_test): Likewise.
8891         (exp_test): Likewise.
8892         (sin_test): Likewise.
8893         (sqrt_test): Likewise.
8894         (cpow_test): Likewise.
8895         (csqrt_test): Likewise.
8896         (cexp_test): Correct typo in gcc version test.
8898 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
8900         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
8901         <bits/setjmp.h>.
8902         * sysdeps/arm/setjmp.S: Likewise.
8904         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
8906 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
8908         * stdio/stdio.h: Add prototype for tmpfile64().
8910 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
8912         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
8913         prototype to keep in step with libio version.
8915         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
8917 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
8919         * sysdeps/generic/Makefile: Don't try to use make_siglist if
8920         cross-compiling.
8922 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
8924         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
8925         load GOT ptr before jumping to _exit.
8926         Reported by Xavier Leroy.
8928 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
8930         * Makefile (subdirs): Add iconvdata and localedata.
8932         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
8934         * iconv/gconv_conf.c (read_conf_file): Little optimization.
8936         * iconvdata/8bit-gap.c: New file.
8937         * iconvdata/8bit-generic.c: Renamed from ...
8938         * iconvdata/iso8859-generic.c: ...this.
8939         * iconvdata/configure: Removed.
8940         * iconvdata/Makefile: Add new modules and better rules.
8941         * iconvdata/iso6937.c: Minor bug fixes.
8942         * iconvdata/iso8859-1.c: Likewise.
8943         * iconvdata/t61.c: Likewise.
8944         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
8945         Minor bug fixes.
8946         * iconvdata/iso8859-3.c: Likewise.
8947         * iconvdata/iso8859-4.c: Likewise.
8948         * iconvdata/iso8859-5.c: Likewise.
8949         * iconvdata/iso8859-6.c: Likewise.
8950         * iconvdata/iso8859-7.c: Likewise.
8951         * iconvdata/iso8859-8.c: Likewise.
8952         * iconvdata/iso8859-9.c: Likewise.
8953         * iconvdata/iso8859-10.c: Likewise.
8954         * iconvdata/ebcdic-at-de-a.c: New file.
8955         * iconvdata/ebcdic-at-de.c: New file.
8956         * iconvdata/ebcdic-ca-fr.c: New file.
8957         * iconvdata/hp-roman8.c: New file.
8958         * iconvdata/koi-8.c: New file.
8959         * iconvdata/koi8-r.c: New file.
8960         * iconvdata/koi8-h.c: New file.
8961         * iconvdata/latin-greek-1.c: New file.
8962         * iconvdata/latin-greek-1.h: New file.
8963         * iconvdata/latin-greek.c: New file.
8964         * iconvdata/latin-greek.h: New file.
8965         * iconvdata/jis0201.c: New file.
8966         * iconvdata/jis0201.h: New file.
8967         * iconvdata/jis0208.c: New file.
8968         * iconvdata/jis0208.h: New file.
8969         * iconvdata/jis0212.c: New file.
8970         * iconvdata/jis0212.h: New file.
8971         * iconvdata/sjis.c: New file.
8972         * iconvdata/gap.pl: New file.  Script to generate table header.
8973         * iconvdata/gaptab.pl: New file.
8974         * iconvdata/gconv-modules: Add info about new modules.
8976         * locale/programs/charmap.c: Also examine alias names given in charmap
8977         files.
8979         * localedata/*: Add to here from add-on.  We need the information
8980         to generate tables for iconv.
8982         Update from db-2.3.14.
8983         * db2/Makefile: Updated.
8984         * db2/config.h: Likewise.
8985         * db2/db.h: Likewise.
8986         * db2/db_int.h: Likewise.
8987         * db2/btree/bt_cursor.c: Likewise.
8988         * db2/btree/bt_delete.c: Likewise.
8989         * db2/btree/bt_put.c: Likewise.
8990         * db2/btree/bt_search.c: Likewise.
8991         * db2/btree/bt_split.c: Likewise.
8992         * db2/btree/btree_auto.c: Likewise.
8993         * db2/common/db_appinit.c: Likewise.
8994         * db2/common/db_apprec.c: Likewise.
8995         * db2/common/db_err.c: Likewise.
8996         * db2/common/db_region.c: Likewise.
8997         * db2/db/db_auto.c: Likewise.
8998         * db2/db/db_dispatch.c: Likewise.
8999         * db2/db/db_ret.c: Likewise.
9000         * db2/dbm/dbm.c: Likewise.
9001         * db2/hash/hash_auto.c: Likewise.
9002         * db2/include/btree_ext.h: Likewise.
9003         * db2/include/common_ext.h: Likewise.
9004         * db2/include/db.h.src: Likewise.
9005         * db2/include/db_cxx.h: Likewise.
9006         * db2/include/db_ext.h: Likewise.
9007         * db2/include/db_int.h.src: Likewise.
9008         * db2/include/lock.h: Likewise.
9009         * db2/include/log.h: Likewise.
9010         * db2/include/mp.h: Likewise.
9011         * db2/include/mp_ext.h: Likewise.
9012         * db2/include/os_ext.h: Likewise.
9013         * db2/include/os_func.h: Likewise.
9014         * db2/lock/lock.c: Likewise.
9015         * db2/lock/lock_deadlock.c: Likewise.
9016         * db2/log/log.c: Likewise.
9017         * db2/log/log_archive.c: Likewise.
9018         * db2/log/log_auto.c: Likewise.
9019         * db2/log/log_get.c: Likewise.
9020         * db2/log/log_put.c: Likewise.
9021         * db2/mp/mp_bh.c: Likewise.
9022         * db2/mp/mp_fget.c: Likewise.
9023         * db2/mp/mp_fopen.c: Likewise.
9024         * db2/mp/mp_fput.c: Likewise.
9025         * db2/mp/mp_fset.c: Likewise.
9026         * db2/mp/mp_open.c: Likewise.
9027         * db2/mp/mp_pr.c: Likewise.
9028         * db2/mp/mp_region.c: Likewise.
9029         * db2/mp/mp_sync.c: Likewise.
9030         * db2/mutex/README: Likewise.
9031         * db2/mutex/mutex.c: Likewise.
9032         * db2/os/os_open.c: Likewise.
9033         * db2/os/os_func.c: Removed.
9034         * db2/os/os_config.c: New file.
9035         * db2/os/os_spin.c: New file.
9036         * db2/txn/txn.c: Likewise.
9037         * db2/txn/txn_auto.c: Likewise.
9039 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
9041         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
9042         __typeof for C++ since this fails for class members.
9043         Reported by Neal Becker <neal@ctd.comsat.com>.
9045 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9047         * configure.in: Check for a working makeinfo (3.11 or better).
9048         * config.make.in: Add MAKEINFO to be substituted.
9049         * manual/Makefile: Don't update info if makeinfo is too old.
9051 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
9053         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
9054         * sysdeps/alpha/__longjmp.S: Likewise.
9055         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
9056         not <bits/termios.h>.
9058         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
9059         __llseek and make llseek and lseek64 weak aliases.
9060         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9061         Patches by a sun <asun@zoology.washington.edu>.
9063 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9065         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
9066         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
9067         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
9068         * misc/sys/syslog.h: Clean up BSD header.
9070 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9072         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
9074         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
9075         for ctan(+-inf,x).
9076         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
9077         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
9079         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
9080         csqrt (-1), ctanh(i*pi/4).
9082 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9084         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
9086 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
9088         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
9090 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9092         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
9094 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
9096         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
9097         and use.  Define GETCWD_RETURN_TYPE instead and use it.
9098         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
9099         of GETCWD_STORYGE_CLASS and put the return type and the
9100         `internal_function' in the right order for gcc 2.7.2.
9102 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9104         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
9105         incompatible with Linux 2.1.x.  Packages using modules
9106         (e.g. modutils) should/do provide their own version.  Suggested by
9107         Richard Henderson.
9109         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
9111         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
9112         [$(subdir)=socket]: Remove sys/module.h.
9114 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
9116         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
9117         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
9119         * iconv/gconv_close.c: Correct freeing of descriptor data.
9120         * iconv/gconv_simple.c: Return correct error values for illegal or
9121         incomplete characters.
9123         * Makefile (iconvdata/%): Special goal to simplify iconvdata
9124         development.
9125         * iconvdata/Makefile: New file.
9126         * iconvdata/configure: Likewise.
9127         * iconvdata/extra-module.mk: Likewise.
9128         * iconvdata/gconv-modules: Likewise.
9129         * iconvdata/iso6937.c: Likewise.
9130         * iconvdata/iso8859-1.c: Likewise.
9131         * iconvdata/iso8859-10.c: Likewise.
9132         * iconvdata/iso8859-10.h: Likewise.
9133         * iconvdata/iso8859-2.c: Likewise.
9134         * iconvdata/iso8859-2.h: Likewise.
9135         * iconvdata/iso8859-3.c: Likewise.
9136         * iconvdata/iso8859-3.h: Likewise.
9137         * iconvdata/iso8859-4.c: Likewise.
9138         * iconvdata/iso8859-4.h: Likewise.
9139         * iconvdata/iso8859-5.c: Likewise.
9140         * iconvdata/iso8859-5.h: Likewise.
9141         * iconvdata/iso8859-6.c: Likewise.
9142         * iconvdata/iso8859-6.h: Likewise.
9143         * iconvdata/iso8859-7.c: Likewise.
9144         * iconvdata/iso8859-7.h: Likewise.
9145         * iconvdata/iso8859-8.c: Likewise.
9146         * iconvdata/iso8859-8.h: Likewise.
9147         * iconvdata/iso8859-9.c: Likewise.
9148         * iconvdata/iso8859-9.h: Likewise.
9149         * iconvdata/iso8859-generic.c: Likewise.
9150         * iconvdata/t61.c: Likewise.
9152         * string/Makefile (routines): Add strcasestr.
9153         * string/string.h: Add prototype for strcasestr.
9154         * sysdeps/generic/strcasestr.c: New file.
9155         * wcsmbs/mbrtowc.c: Simplify special case a bit.
9156         * wcsmbs/wcrtomb.c: Likewise.
9157         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
9158         * wcsmbs/wcsnrtombs.c: Likewise.
9159         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
9160         partial character is read.
9161         * wcsmbs/wcsrtombs.c: Likewise.
9162         * wcsmbs/wmemrtombs.c: Likewise.
9163         * wcsmbs/wmemrtowcs.c: Likewise.
9165         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
9166         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
9167         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
9168         * sysdeps/i386/elf/setjmp.S: Likewise.
9169         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
9170         <bits/termios.h>.
9172         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
9173         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
9175         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
9176         * sysvipc/sys/ipc.h: Likewise.
9177         * sysvipc/sys/msg.h: Likewise.
9178         * sysvipc/sys/sem.h: Likewise.
9179         * sysvipc/sys/shm.h: Likewise.
9181         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
9182         used directly.
9183         * sysdeps/alpha/bits/setjmp.h: Likewise.
9184         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
9185         * sysdeps/arm/bits/endian.h: Likewise.
9186         * sysdeps/arm/bits/setjmp.h: Likewise.
9187         * sysdeps/generic/bits/byteswap.h: Likewise.
9188         * sysdeps/generic/bits/confname.h: Likewise.
9189         * sysdeps/generic/bits/dirent.h: Likewise.
9190         * sysdeps/generic/bits/dlfcn.h: Likewise.
9191         * sysdeps/generic/bits/endian.h: Likewise.
9192         * sysdeps/generic/bits/fenv.h: Likewise.
9193         * sysdeps/generic/bits/huge_val.h: Likewise.
9194         * sysdeps/generic/bits/in.h: Likewise.
9195         * sysdeps/generic/bits/ioctl-types.h: Likewise.
9196         * sysdeps/generic/bits/ioctls.h: Likewise.
9197         * sysdeps/generic/bits/ipc.h: Likewise.
9198         * sysdeps/generic/bits/msq.h: Likewise.
9199         * sysdeps/generic/bits/poll.h: Likewise.
9200         * sysdeps/generic/bits/resource.h: Likewise.
9201         * sysdeps/generic/bits/sched.h: Likewise.
9202         * sysdeps/generic/bits/sem.h: Likewise.
9203         * sysdeps/generic/bits/setjmp.h: Likewise.
9204         * sysdeps/generic/bits/shm.h: Likewise.
9205         * sysdeps/generic/bits/sigaction.h: Likewise.
9206         * sysdeps/generic/bits/sigcontext.h: Likewise.
9207         * sysdeps/generic/bits/socket.h: Likewise.
9208         * sysdeps/generic/bits/stat.h: Likewise.
9209         * sysdeps/generic/bits/statfs.h: Likewise.
9210         * sysdeps/generic/bits/stdio_lim.h: Likewise.
9211         * sysdeps/generic/bits/termios.h: Likewise.
9212         * sysdeps/generic/bits/time.h: Likewise.
9213         * sysdeps/generic/bits/uio.h: Likewise.
9214         * sysdeps/generic/bits/utmp.h: Likewise.
9215         * sysdeps/generic/bits/utmpx.h: Likewise.
9216         * sysdeps/generic/bits/utsname.h: Likewise.
9217         * sysdeps/generic/bits/waitflags.h: Likewise.
9218         * sysdeps/generic/bits/waitstatus.h: Likewise.
9219         * sysdeps/gnu/bits/utmp.h: Likewise.
9220         * sysdeps/gnu/bits/utmpx.h: Likewise.
9221         * sysdeps/i386/bits/byteswap.h: Likewise.
9222         * sysdeps/i386/bits/endian.h: Likewise.
9223         * sysdeps/i386/bits/huge_val.h: Likewise.
9224         * sysdeps/i386/bits/setjmp.h: Likewise.
9225         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
9226         * sysdeps/ieee754/bits/huge_val.h: Likewise.
9227         * sysdeps/m68k/bits/byteswap.h: Likewise.
9228         * sysdeps/m68k/bits/endian.h: Likewise.
9229         * sysdeps/m68k/bits/setjmp.h: Likewise.
9230         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
9231         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9232         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
9233         * sysdeps/mach/hurd/bits/stat.h: Likewise.
9234         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9235         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
9236         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9237         * sysdeps/mips/bits/dlfcn.h: Likewise.
9238         * sysdeps/mips/bits/endian.h: Likewise.
9239         * sysdeps/mips/bits/setjmp.h: Likewise.
9240         * sysdeps/mips/dec/bits/endian.h: Likewise.
9241         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
9242         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
9243         * sysdeps/mips/p40/bits/endian.h: Likewise.
9244         * sysdeps/powerpc/bits/endian.h: Likewise.
9245         * sysdeps/powerpc/bits/fenv.h: Likewise.
9246         * sysdeps/powerpc/bits/setjmp.h: Likewise.
9247         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
9248         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
9249         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
9250         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
9251         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
9252         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
9253         * sysdeps/unix/bsd/bits/stat.h: Likewise.
9254         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
9255         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
9256         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
9257         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
9258         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
9259         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
9260         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
9261         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
9262         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
9263         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
9264         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
9265         * sysdeps/unix/common/bits/dirent.h: Likewise.
9266         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
9267         * sysdeps/unix/sysv/bits/stat.h: Likewise.
9268         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
9269         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
9270         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
9271         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
9272         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
9273         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
9274         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
9275         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
9276         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
9277         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
9278         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
9279         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
9280         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
9281         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
9282         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
9283         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
9284         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
9285         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
9286         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
9287         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
9288         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
9289         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
9290         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
9291         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
9292         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
9293         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
9294         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
9295         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
9296         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
9297         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
9298         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
9299         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
9300         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
9301         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
9302         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
9303         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
9304         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
9305         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
9306         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
9307         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
9308         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
9309         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
9310         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
9311         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
9312         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
9313         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
9314         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
9315         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
9316         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
9317         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
9318         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
9319         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
9320         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
9321         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
9322         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
9323         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
9324         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
9325         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
9326         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
9327         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
9328         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
9329         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
9330         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
9331         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
9332         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
9333         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
9334         * sysdeps/vax/bits/huge_val.h: Likewise.
9335         * sysdeps/vax/bits/setjmp.h: Likewise.
9336         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
9337         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
9339 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9341         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
9343 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
9345         * strftime.c (strftime):
9346         No longer any need to undef or declare if emacs is defined.
9347         (my_strftime): When checking a -1 returned by mktime, don't blow up
9348         if localtime_r returns NULL.
9350 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9352         * README.template: Fix spelling.
9354 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9356         * configure.in: Enhance --enable-add-ons description a wee bit.
9358 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9360         * glibcbug.in: Add more information of build environment and flags.
9362 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9364         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
9365         it into ENOENT.
9367 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
9369         * elf/dl-support.c: Call __libc_init_secure to make sure
9370         __libc_enable_secure is defined early.
9371         * sysdeps/generic/enbl-secure.c: Change function name to
9372         __libc_init_secure and make it global instead of a constructor.
9374         * iconv/gconv.c: Fix lots of bugs.
9375         * iconv/gconv.h: Likewise.
9376         * iconv/gconv_builtin.h: Likewise.
9377         * iconv/gconv_close.c: Likewise.
9378         * iconv/gconv_conf.c: Likewise.
9379         * iconv/gconv_db.c: Likewise.
9380         * iconv/gconv_dl.c: Likewise.
9381         * iconv/gconv_open.c: Likewise.
9382         * iconv/gconv_simple.c: Likewise.
9383         * iconv/iconv.c: Likewise.
9384         * iconv/iconv_close.c: Likewise.
9385         * iconv/iconv_open.c: Likewise.
9387         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
9388         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
9389         * wcsmbs/wmemrtombs.c: New file.
9390         * wcsmbs/wmemrtowcs.c: New file.
9392 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
9394         * iconv/gconv_simple.c: Fix lots of bugs.
9395         * iconv/iconv_open.c: Normalize names before passing them to
9396         __gconv_open.
9398         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
9400         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
9401         * stdio-common/test-popen.c: Add test for above change.
9403         * math/libm-test.c: Print test results also using %a format,
9404         specified in PRINTF_XEXPR macro.
9405         * math/test-double.c: Define PRINTF_XEXPR.
9406         * math/test-float.c: Likewise.
9407         * math/test-ldouble.c: Likewise.
9408         * math/test-idouble.c: Likewise.
9409         * math/test-ifloat.c: Likewise.
9410         * math/test-ildoubl.c: Likewise.
9412         * stdio-common/vfscanf.c: Recognize a in format specifier only as
9413         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
9414         FP number format.
9416         * stdlib/strtod.c: Little code cleanup.
9418         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
9419         compiling in math subdir.
9421         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
9422         instead of __LIBC_M81_MATH_INLINES.
9423         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
9424         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
9425         * sysdeps/m68k/fpu/e_pow.c: Likewise.
9426         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
9427         * sysdeps/m68k/fpu/k_cos.c: Likewise.
9428         * sysdeps/m68k/fpu/k_sin.c: Likewise.
9429         * sysdeps/m68k/fpu/k_tan.c: Likewise.
9430         * sysdeps/m68k/fpu/s_atan.c: Likewise.
9431         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
9432         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
9433         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
9434         * sysdeps/m68k/fpu/s_csin.c: Likewise.
9435         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
9436         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
9437         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
9438         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
9439         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
9440         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
9441         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
9442         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
9443         * sysdeps/m68k/fpu/s_modf.c: Likewise.
9444         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
9445         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
9446         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
9447         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
9448         __LIBC_INTERNAL_MATH_INLINES is defined.
9450         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
9451         of compare macros from ISO C 9X.  Optimize generic versions a bit.
9452         Define __signbit inline functions and __ieee754_sqrt which can be
9453         used if the ompiler is fixed.
9455         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
9457 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9459         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
9460         sysdeps/generic in the whole dep file, not only in the first line.
9462 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9464         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
9466 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9468         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
9469         place.
9471 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9473         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
9474         is non-empty.
9476 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
9478         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
9479         return value.
9481 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
9483         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
9484         readlink succeeds but the return value is too long.
9486         * stdio-common/printf_fphex.c: Determine sign of number correctly.
9488 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
9490         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
9491         __remqu for Alpha.
9493 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
9495         * sysdeps/generic/sys/ucontext.h: Stub context file.
9497         * libio/iofprintf.c: Removed.  We use the stdio-common version.
9499         * manual/Makefile (distribute): Add stdio-fp.c.
9501         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
9503         * db2/Makefile (distribute): Add include/os_func.h, README and
9504         mutex/tsl_parisc.s.
9506         * hesiod/Makefile (distribute): Add README.hesiod.
9508 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
9510         * iconv/gconv.c: Correctly call transformation function.
9512         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
9514 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9516         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
9517         wrong results for e.g. remquo (3,2, &x)).
9518         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
9519         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
9521 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9523         * configure.in (ld --version-script): Test if the same symbol
9524         maybe defined in all versions (needed by recent changes to
9525         libc.map and supported with binutils 2.8.1.0.17) and issue warning
9526         if versioning is not supported/enabled.
9527         (bash test): Correct test case.
9529         * math/libm-test.c: Added counting/reporting of number of test cases.
9531         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
9532         use awk instead.
9534         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
9536 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9538         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
9540 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
9542         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
9543         Replace revoke call by use of REVOKE.
9544         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
9545         empty and #include generic version.
9546         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9548 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
9550         * libc.map: Add socket functions with __libc_* names.
9551         Reported by Andreas Jaeger.
9553 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9555         * libc.map: Tidy up (remove duplicates, sort entries).
9557 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9559         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
9561 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
9563         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
9564         again after successful call.
9565         Patch by Marc Lehmann <pcg@goof.com>.
9567 1997-11-17  Paul Eggert  <eggert@twinsun.com>
9569         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
9570         as some hosts need this to declare localtime_r properly.
9572 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
9574         * libc.map: Add iconv_open, iconv, and iconv_close.
9576 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
9578         * iconv/Makefile: New file.
9579         * iconv/gconv.c: New file.
9580         * iconv/gconv.h: New file.
9581         * iconv/gconv_builtin.c: New file.
9582         * iconv/gconv_builtin.h: New file.
9583         * iconv/gconv_close.c: New file.
9584         * iconv/gconv_conf.c: New file.
9585         * iconv/gconv_db.c: New file.
9586         * iconv/gconv_dl.c: New file.
9587         * iconv/gconv_open.c: New file.
9588         * iconv/gconv_simple.c: New file.
9589         * iconv/iconv.c: New file.
9590         * iconv/iconv.h: New file.
9591         * iconv/iconv_close.c: New file.
9592         * iconv/iconv_open.c: New file.
9593         * include/gconv.h: New file.
9595         * Makeconfig: Define gconvdir.
9596         * Makefile (subdirs): Add iconv.
9598         * string/bits/string2.h: Add optimization for strtok_r.
9600         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
9601         for NULL.
9602         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
9603         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
9605         * configure.in: Correct test for bash2.
9606         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9608         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
9609         (CFLAGS-locfile.c): Likewise.
9610         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9612         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
9613         non-existing entry if the table is full.
9615         * posix/regex.h: Pretty print.
9617         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
9619         * sysdeps/posix/ctermid.c: Simplify a bit.
9621         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
9623 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9625         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
9626         <sys/types.h> instead of <asm/types.h>.
9628 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9630         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
9632 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
9634         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
9635         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
9636         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
9637         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
9638         fclose): Added to GLIBC_2.1.
9640         * libio/Makefile (routines, shared-only-routines): Add
9641         oldiofclose.  Remove oldfreopen.
9643         * libio/freopen.c (freopen): When PIC is defined, call
9644         _IO_old_freopen () for old stdio.
9646         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
9647         (_IO_fclose, fclose): Use _IO_new_fclose as default version
9648         for GLIBC_2.1.
9650         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
9651         instead of _IO_file_close_it.
9653         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
9654         to _IO_2_1_stdxxx_.
9655         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
9656         is defined.
9658         * libio/libioP.h (_IO_old_do_flush): New.
9660         * libio/oldfileops.c (_IO_old_file_close_it,
9661         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
9662         Call _IO_old_do_flush () instead of _IO_do_flush ().
9663         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
9664         _IO_do_write ().
9666         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
9667         instead of _IO_file_init ().
9668         Bind old symbols to version GLIBC_2.0.
9670         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
9671         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
9672         _IO_stdxxx_.
9673         (_IO_check_libio): New function in .init.
9675         * libio/oldiofclose.c: New file.
9677         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
9678         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
9679         (DEF_STDFILE): Don't use default_symbol_version.
9681         * libio/stdio.c (stdin, stdout, stderr): Set to
9682         _IO_2_1_stdxxx_._
9683         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
9684         stdxxx.
9686         * csu/Makefile (distribute): Add init.c.
9687         (extra-objs): Add init.o for ELF.
9688         (start-installed-name): Add $(objpfx)init.o.
9690         * csu/init.c: New file.
9692 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
9694         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
9695         definition as the default.
9697 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
9699         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
9701 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9703         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
9704         (PR 351).
9706 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
9708         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
9709         to preserve condition codes on function call.
9711 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9713         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
9715 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9717         * math/libm-test.c (asin_test): Add epsilon for float.
9718         (tan_test): Add epsilon for float.
9719         (log1p_test): Add epsilon for float.
9720         (inverse_functions): Add epsilons.
9722         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
9723         net/if_packet.h.
9725         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
9727 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9729         * md5-crypt/Makefile (extra-objs): Make recursively expanded
9730         variable, since $(object-suffixes) is not defined yet.
9732 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9734         * db2/Makefile (distribute): db185/db185_int.src ->
9735         db185/db185_int.h.
9737 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9739         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
9740         exactly one.
9742 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9744         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
9745         name.
9746         * sysdeps/generic/e_acosl.c: Likewise.
9747         * sysdeps/generic/e_asinl.c: Likewise.
9748         * sysdeps/generic/e_atan2l.c: Likewise.
9749         * sysdeps/generic/e_expl.c: Likewise.
9750         * sysdeps/generic/e_fmodl.c: Likewise.
9751         * sysdeps/generic/e_j0l.c: Likewise.
9752         * sysdeps/generic/e_j1l.c: Likewise.
9753         * sysdeps/generic/e_jnl.c: Likewise.
9754         * sysdeps/generic/e_lgammal_r.c: Likewise.
9755         * sysdeps/generic/e_log10l.c: Likewise.
9756         * sysdeps/generic/e_logl.c: Likewise.
9757         * sysdeps/generic/e_powl.c: Likewise.
9758         * sysdeps/generic/e_sqrtl.c: Likewise.
9759         * sysdeps/generic/e_exp2l.c: Likewise.
9761 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9763         * Make-dist (+sysdep-names): Remove extra paren.
9764         * Makefile (distribute): Add stub-tag.h.
9765         * elf/Makefile (distribute): Add atomicity.h.
9766         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
9767         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
9768         [$(subdir)=socket]: Add net/if_packet.h.
9769         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
9770         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
9771         net/if_packet.h, scsi/sg.h.
9773 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9775         * Makefile (install): Quote $(CC) expansion.
9777 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9779         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
9780         working /proc cwd and no restrictions on path length.  Following
9781         some ideas from Andi Kleen <ak@muc.de> (PR 350).
9783 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9785         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
9786         * nis/nss_compat/compat-pwd.c: Likewise.
9787         * nis/nss_compat/compat-spwd.c: Likewise.
9789 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
9791         * sysdeps/libm-i387/s_fdim.S: New file.
9792         * sysdeps/libm-i387/s_fdimf.S: New file.
9793         * sysdeps/libm-i387/s_fdiml.S: New file.
9794         * sysdeps/libm-i387/i686/s_fdim.S: New file.
9795         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
9796         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
9798 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9800         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
9801         pointer to unsigned char.
9803 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9805         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
9807         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
9809         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
9811 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9813         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
9814         ilogb(0/NaN).
9815         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
9816         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
9818 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
9820         * sysdeps/libm-i387/s_fmin.S: New file.
9821         * sysdeps/libm-i387/s_fminf.S: New file.
9822         * sysdeps/libm-i387/s_fminl.S: New file.
9823         * sysdeps/libm-i387/s_fmax.S: New file.
9824         * sysdeps/libm-i387/s_fmaxf.S: New file.
9825         * sysdeps/libm-i387/s_fmaxl.S: New file.
9826         * sysdeps/libm-i387/i686/s_fmin.S: New file.
9827         * sysdeps/libm-i387/i686/s_fminf.S: New file.
9828         * sysdeps/libm-i387/i686/s_fminl.S: New file.
9829         * sysdeps/libm-i387/i686/s_fmax.S: New file.
9830         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
9831         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
9833 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
9835         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
9836         * sysdeps/unix/sysv/linux/send.S: Likewise.
9837         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
9838         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
9839         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
9840         * sysdeps/unix/sysv/linux/recv.S: Likewise.
9841         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
9842         * sysdeps/unix/sysv/linux/connect.S: Likewise.
9843         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
9845 See ChangeLog.7 for earlier changes.