Update.
[platform/upstream/glibc.git] / ChangeLog
1 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2
3         * sysdeps/generic/getenv.c: Fix last change.
4
5 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6
7         * sysdeps/generic/backtrace.c: Provide generic implementation.
8
9 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10
11         * configure.in: Give visual feedback of the default directories we
12         added.
13
14 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15
16         * io/fts.c (fts_build): Define oflag only if needed.
17
18 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
19
20         * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
21
22 1998-06-11  Ulrich Drepper  <drepper@cygnus.com>
23
24         * libc.map: Don't export argp's fmtstream handling functions.
25
26         * manual/sysinfo.texi: Document fstab and mtab handling functions.
27         * manual/llio.texi: Document more LFS functions and start documenting
28         the AIO functions.
29
30 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
31
32         * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
33         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
34         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
35         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
36
37 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
38
39         * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
40         makes it easier to undump emacs.
41         * sysdeps/powerpc/bits/endian.h: Use more informative error message
42         for when the endianness can't be determined.
43
44 1998-06-04 13:19  Geoff Keating  <geoffk@ozemail.com.au>
45
46         * nss/Makefile: Add files publickey database support.
47         * nss/libnss_files.map: Export the required functions.
48         * nss/nss_files/files-key.c: Implement it.
49         * sunrpc/rpc/auth_des.h: Correct typos in comments.
50
51 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
52
53         * iconv/gconv_builtin.h: Add aliases for CORBA.
54         * iconvdata/gconv-modules: Likewise.
55
56 1998-06-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
57
58         * math/libm-test.c (main): Call exp10_test.
59         (exp10_test): New function which tests exp10.
60
61 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
62
63         * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
64         sigstack.
65
66         * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
67         SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
68         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
69
70 1998-06-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
71
72         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
73         in the variable, not its GOT slot.
74
75 1998-06-10 10:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
76
77         * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
78         inline.
79         * sysdeps/m68k/fpu/e_exp10.c: New file.
80         * sysdeps/m68k/fpu/e_exp10f.c: New file.
81         * sysdeps/m68k/fpu/e_exp10l.c: New file.
82
83         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
84         _dl_profile_map only if the name matches.
85         (_dl_start_user): Remember stack address.
86         * sysdeps/m68k/elf/start.S: Pass new argument to
87         __libc_start_user.
88
89         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
90         definition.
91         (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
92         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
93         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
94         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
95         * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
96
97 1998-06-09 18:16  Ulrich Drepper  <drepper@cygnus.com>
98
99         * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
100         * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
101         * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
102         * math/bits/mathcalls.h: Add definitions for exp10 and pow10
103         prototypes.
104         * sysdeps/libm-i387/e_exp10.S: New file.
105         * sysdeps/libm-i387/e_exp10f.S: New file.
106         * sysdeps/libm-i387/e_exp10l.S: New file.
107         * sysdeps/libm-ieee754/e_exp10.c: New file.
108         * sysdeps/libm-ieee754/e_exp10f.c: New file.
109         * sysdeps/libm-ieee754/e_exp10l.c: New file.
110         * sysdeps/libm-ieee754/w_exp10.c: New file.
111         * sysdeps/libm-ieee754/w_exp10f.c: New file.
112         * sysdeps/libm-ieee754/w_exp10l.c: New file.
113         * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
114
115 1998-05-25 22:18  H.J. Lu  <hjl@gnu.org>
116
117         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
118         sys/elf.h and sys/reg.h.
119         * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
120         * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
121         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
122         * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
123
124         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
125         PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
126
127 1998-06-09  Ulrich Drepper  <drepper@cygnus.com>
128
129         * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
130         __data member only for gcc.  Reported by ak@muc.de.
131
132         * misc/mntent.h: Undo last patch.
133         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
134         * misc/tst/mntent.c: Adjust code for this change.
135
136         * io/fts.c: Updated from a slightly more recent BSD version.
137         * io/fts.h: Likewise.
138
139         * libc.map: Add __libc_stack_end.
140
141         * db2/Makefile (routines): Add lock_region.
142         * db2/config.h: Update from db-2.4.14.
143         * db2/db.h: Likewise.
144         * db2/db_185.h: Likewise.
145         * db2/db_int.h: Likewise.
146         * db2/btree/bt_close.c: Likewise.
147         * db2/btree/bt_compare.c: Likewise.
148         * db2/btree/bt_conv.c: Likewise.
149         * db2/btree/bt_cursor.c: Likewise.
150         * db2/btree/bt_delete.c: Likewise.
151         * db2/btree/bt_open.c: Likewise.
152         * db2/btree/bt_page.c: Likewise.
153         * db2/btree/bt_put.c: Likewise.
154         * db2/btree/bt_rec.c: Likewise.
155         * db2/btree/bt_recno.c: Likewise.
156         * db2/btree/bt_rsearch.c: Likewise.
157         * db2/btree/bt_search.c: Likewise.
158         * db2/btree/bt_split.c: Likewise.
159         * db2/btree/bt_stat.c: Likewise.
160         * db2/btree/btree.src: Likewise.
161         * db2/btree/btree_auto.c: Likewise.
162         * db2/clib/getlong.c: Likewise.
163         * db2/common/db_appinit.c: Likewise.
164         * db2/common/db_apprec.c: Likewise.
165         * db2/common/db_byteorder.c: Likewise.
166         * db2/common/db_err.c: Likewise.
167         * db2/common/db_log2.c: Likewise.
168         * db2/common/db_region.c: Likewise.
169         * db2/common/db_salloc.c: Likewise.
170         * db2/common/db_shash.c: Likewise.
171         * db2/db/db.c: Likewise.
172         * db2/db/db.src: Likewise.
173         * db2/db/db_auto.c: Likewise.
174         * db2/db/db_conv.c: Likewise.
175         * db2/db/db_dispatch.c: Likewise.
176         * db2/db/db_dup.c: Likewise.
177         * db2/db/db_overflow.c: Likewise.
178         * db2/db/db_pr.c: Likewise.
179         * db2/db/db_rec.c: Likewise.
180         * db2/db/db_ret.c: Likewise.
181         * db2/db/db_thread.c: Likewise.
182         * db2/db185/db185.c: Likewise.
183         * db2/db185/db185_int.h: Likewise.
184         * db2/dbm/dbm.c: Likewise.
185         * db2/hash/hash.c: Likewise.
186         * db2/hash/hash.src: Likewise.
187         * db2/hash/hash_auto.c: Likewise.
188         * db2/hash/hash_conv.c: Likewise.
189         * db2/hash/hash_debug.c: Likewise.
190         * db2/hash/hash_dup.c: Likewise.
191         * db2/hash/hash_func.c: Likewise.
192         * db2/hash/hash_page.c: Likewise.
193         * db2/hash/hash_rec.c: Likewise.
194         * db2/hash/hash_stat.c: Likewise.
195         * db2/include/btree.h: Likewise.
196         * db2/include/btree_ext.h: Likewise.
197         * db2/include/clib_ext.h: Likewise.
198         * db2/include/common_ext.h: Likewise.
199         * db2/include/cxx_int.h: Likewise.
200         * db2/include/db.h.src: Likewise.
201         * db2/include/db_185.h.src: Likewise.
202         * db2/include/db_am.h: Likewise.
203         * db2/include/db_auto.h: Likewise.
204         * db2/include/db_cxx.h: Likewise.
205         * db2/include/db_dispatch.h: Likewise.
206         * db2/include/db_ext.h: Likewise.
207         * db2/include/db_int.h.src: Likewise.
208         * db2/include/db_page.h: Likewise.
209         * db2/include/db_shash.h: Likewise.
210         * db2/include/db_swap.h: Likewise.
211         * db2/include/hash.h: Likewise.
212         * db2/include/hash_ext.h: Likewise.
213         * db2/include/lock.h: Likewise.
214         * db2/include/lock_ext.h: Likewise.
215         * db2/include/log.h: Likewise.
216         * db2/include/log_ext.h: Likewise.
217         * db2/include/mp.h: Likewise.
218         * db2/include/mp_ext.h: Likewise.
219         * db2/include/mutex_ext.h: Likewise.
220         * db2/include/os_ext.h: Likewise.
221         * db2/include/os_func.h: Likewise.
222         * db2/include/queue.h: Likewise.
223         * db2/include/shqueue.h: Likewise.
224         * db2/include/txn.h: Likewise.
225         * db2/lock/lock.c: Likewise.
226         * db2/lock/lock_conflict.c: Likewise.
227         * db2/lock/lock_deadlock.c: Likewise.
228         * db2/lock/lock_region.c: Likewise.
229         * db2/lock/lock_util.c: Likewise.
230         * db2/log/log.c: Likewise.
231         * db2/log/log.src: Likewise.
232         * db2/log/log_archive.c: Likewise.
233         * db2/log/log_auto.c: Likewise.
234         * db2/log/log_compare.c: Likewise.
235         * db2/log/log_findckp.c: Likewise.
236         * db2/log/log_get.c: Likewise.
237         * db2/log/log_put.c: Likewise.
238         * db2/log/log_rec.c: Likewise.
239         * db2/log/log_register.c: Likewise.
240         * db2/mp/mp_bh.c: Likewise.
241         * db2/mp/mp_fget.c: Likewise.
242         * db2/mp/mp_fopen.c: Likewise.
243         * db2/mp/mp_fput.c: Likewise.
244         * db2/mp/mp_fset.c: Likewise.
245         * db2/mp/mp_open.c: Likewise.
246         * db2/mp/mp_pr.c: Likewise.
247         * db2/mp/mp_region.c: Likewise.
248         * db2/mp/mp_sync.c: Likewise.
249         * db2/mutex/68020.gcc: Likewise.
250         * db2/mutex/mutex.c: Likewise.
251         * db2/mutex/parisc.gcc: Likewise.
252         * db2/mutex/parisc.hp: Likewise.
253         * db2/mutex/sco.cc: Likewise.
254         * db2/os/os_abs.c: Likewise.
255         * db2/os/os_alloc.c: Likewise.
256         * db2/os/os_config.c: Likewise.
257         * db2/os/os_dir.c: Likewise.
258         * db2/os/os_fid.c: Likewise.
259         * db2/os/os_fsync.c: Likewise.
260         * db2/os/os_map.c: Likewise.
261         * db2/os/os_oflags.c: Likewise.
262         * db2/os/os_open.c: Likewise.
263         * db2/os/os_rpath.c: Likewise.
264         * db2/os/os_rw.c: Likewise.
265         * db2/os/os_seek.c: Likewise.
266         * db2/os/os_sleep.c: Likewise.
267         * db2/os/os_spin.c: Likewise.
268         * db2/os/os_stat.c: Likewise.
269         * db2/os/os_unlink.c: Likewise.
270         * db2/progs/db_archive/db_archive.c: Likewise.
271         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
272         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
273         * db2/progs/db_dump/db_dump.c: Likewise.
274         * db2/progs/db_dump185/db_dump185.c: Likewise.
275         * db2/progs/db_load/db_load.c: Likewise.
276         * db2/progs/db_printlog/db_printlog.c: Likewise.
277         * db2/progs/db_recover/db_recover.c: Likewise.
278         * db2/progs/db_stat/db_stat.c: Likewise.
279         * db2/txn/txn.c: Likewise.
280         * db2/txn/txn.src: Likewise.
281         * db2/txn/txn_auto.c: Likewise.
282         * db2/txn/txn_rec.c: Likewise.
283
284         * elf/rtld.c: Move definition of __libc_stack_end to ...
285         * sysdeps/generic/dl-sysdep.h: ...here.
286
287         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
288         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
289         * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
290
291         * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
292         * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
293         before following it.
294
295 1998-06-08 21:44  Ulrich Drepper  <drepper@cygnus.com>
296
297         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
298         from mntent correctly.
299
300 1998-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
301
302         * sunrpc/Makefile (generated): Correct typo.
303
304 1998-06-04  Philip Blundell  <philb@gnu.org>
305
306         * elf/elf.h (EM_ARM, et al.): New definitions.
307         * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
308
309 1998-06-08 21:33  Ulrich Drepper  <drepper@cygnus.com>
310
311         * localedata/SUPPORTED: Add sk_SK.
312         * localedata/locales/sk_SK: New file.
313
314 1998-06-08 18:57  Ulrich Drepper  <drepper@cygnus.com>
315
316         * Makeconfig (subdirs): Add debug.
317         * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
318         * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
319         backtrace_symbols.
320         * sysdeps/generic/backtrace.c: New file.
321         * sysdeps/generic/backtracesyms.c: New file.
322         * sysdeps/generic/elf/backtracesyms.c: New file.
323         * sysdeps/i386/backtrace.c: New file.
324         * debug/Makefile: New file.
325         * debug/backtrace-tst.c: New file.
326         * debug/execinfo.h: New file.
327
328 1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
329
330         * elf/sprof.c: Implement call graph profiling.
331
332         * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
333
334 1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
335
336         * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
337         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
338         * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
339         Noticed by Jake Garver <garver@valkyrie.net>.
340
341 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
342
343         * libio/genops.c (__underflow): Read character from read pointer
344         as unsigned.
345         (__uflow): Likewise.
346
347 1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
348
349         * libc.map: Add _dl_profile.
350         * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
351         this to ELF_DYNAMIC_RELOCATE.
352         Always allocate array for relocation result if LD_PROFILE is defined.
353         * elf/ldsodefs.h: Adjust prototypes.
354         * elf/dl-open.c (_dl_open): Call relocation function with extra
355         argument.
356         * elf/rtld.c: Likewise.
357         * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
358         Correct loop condition.
359         * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
360         consider_profile to runtime setup function.
361         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
362         _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
363
364         * elf/dl-support.c: Define __libc_stack_end.
365         * elf/rtld.c: Likewise.
366         * sysdeps/generic/libc-start.c: Store last stack address in
367         __libc_stack_end.
368         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
369         * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
370
371         * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
372         Include <stdint.h>, not <inttypes.h>.
373
374         * elf/sprof.c: Implement flat profiling.
375
376         * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
377         _IO_funlockfile explicitly.
378         * libio/fileops.c: Likewise.
379         * libio/fputc.c: Likewise.
380         * libio/freopen.c: Likewise.
381         * libio/freopen64.c: Likewise.
382         * libio/fseek.c: Likewise.
383         * libio/fseeko.c: Likewise.
384         * libio/fseeko64.c: Likewise.
385         * libio/ftello.c: Likewise.
386         * libio/ftello64.c: Likewise.
387         * libio/getc.c: Likewise.
388         * libio/getchar.c: Likewise.
389         * libio/iofclose.c: Likewise.
390         * libio/iofflush.c: Likewise.
391         * libio/iofgetpos.c: Likewise.
392         * libio/iofgetpos64.c: Likewise.
393         * libio/iofgets.c: Likewise.
394         * libio/iofputs.c: Likewise.
395         * libio/iofread.c: Likewise.
396         * libio/iofsetpos.c: Likewise.
397         * libio/iofsetpos64.c: Likewise.
398         * libio/ioftell.c: Likewise.
399         * libio/iofwrite.c: Likewise.
400         * libio/iogetdelim.c: Likewise.
401         * libio/iogets.c: Likewise.
402         * libio/ioputs.c: Likewise.
403         * libio/ioseekoff.c: Likewise.
404         * libio/ioseekpos.c: Likewise.
405         * libio/iosetbuffer.c: Likewise.
406         * libio/iosetvbuf.c: Likewise.
407         * libio/ioungetc.c: Likewise.
408         * libio/iovsprintf.c: Likewise.
409         * libio/iovsscanf.c: Likewise.
410         * libio/oldfileops.c: Likewise.
411         * libio/oldiofclose.c: Likewise.
412         * libio/peekc.c: Likewise.
413         * libio/putc.c: Likewise.
414         * libio/putchar.c: Likewise.
415         * libio/rewind.c: Likewise.
416
417         * malloc/mtrace.c: Pretty print.
418
419         * misc/mntent.h (struct mentent): Make string elements const char *.
420
421         * nis/nis_printf.c: Optimize I/O a little bit.
422
423         * signal/Makefile (distribute): Add sigset-cvt-mask.h.
424         * sysdeps/generic/sigset-cvt-mask.h: New file.
425         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
426         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
427         * sysdeps/posix/sigvec.c: Rewrite the use definitions from
428         sigset-cvt-mask.h to do the dirty work.
429         Patches by Joe Keane.
430
431         * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
432
433         * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
434         syscall_error label in case of PIC anonymous.
435         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
436         * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
437         * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
438         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
439         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
440         * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
441         * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
442
443 1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
444
445         * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
446         we cannot declare the struct element as const.
447         * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
448         * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
449
450 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
451
452         * manual/Makefile: Include ../Makeconfig earlier.
453         (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
454         exist.
455         (dir-add.texinfo): Remove useless $(SHELL).
456
457 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
458
459         * Makefile (others): Build programs from install-bin.
460         * configure.in: Modify config.make only if is was just created and
461         move that command to second argument of AC_OUTPUT.  Add command to
462         set config_vars in config.status.
463
464 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
465
466         * malloc/Makefile (address-width): Fix conditional.
467
468 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
469
470         * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
471         putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
472         strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
473         version GLIBC_2.1.
474
475 1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
476
477         * manual/lang.texi (Range of Type): Change @end table->@end vtable.
478         (Floating Point Parameters): Likewise.
479
480 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
481
482         * hurd/Makefile (routines): Add cthreads.
483
484 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
485
486         * login/login.c (login): Let pututline take care of finding the
487         positin to insert the UTMP entry.  This corrects a bug where ssh
488         was not reusing UTMP entries marked as DEAD_PROCESS.
489         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
490
491 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
492
493         * login/Makefile (tests): New variable, add tst-utmp and
494         tst-utmpx.
495         * login/tst-utmp.c: New file.
496         * login/tst-utmpx.c: New file.
497
498 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
499
500         * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
501         aliases for _hurd_nerr, for programs that don't use sys_errlist,
502         but need sys_err.
503
504 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
505
506         * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
507         * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
508
509 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
510
511         * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
512         make __read a weak alias.  Use ANSI-style function definition.
513         * sysdeps/mach/hurd/write.c: Likewise.
514
515 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
516
517         * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
518         _sys_errlist.
519
520 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
521
522         * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
523         Renamed from librtld.so.
524
525 1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
526
527         * libc.map: Remove _IO_getline_info which was erroneously
528         introduced in section GLIBC_2.0.
529         Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
530
531 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
532
533         * sysdeps/generic/socket.c (__socket): Renamed from socket, and
534         created a weak alias.
535         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
536
537 1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
538
539         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
540         ftruncate function, and create a weak alias to ftruncate.
541
542 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
543
544         * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
545         * inet/getnetgrent_r.c: Likewise.
546         * nss/getXXbyYY_r.c: Likewise.
547         * nss/getXXent_r.c: Likewise.
548         * pwd/fgetpwent_r.c: Likewise.
549         * shadow/sgetspent_r.c: Likewise.
550         * shadow/fgetspent_r.c: Likewise.
551         * sunrpc/publickey.c: Likewise.
552
553 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
554
555         * hurd/libhurduser.map: New file.
556         * mach/libmachuser.map: Likewise.
557
558         * libc.map: Add Hurd-specific functions to version 2.1.
559         Add __flshfp and __fillbf.
560
561 1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
562
563         * manual/signal.texi (Basic Signal Handling): Fix typo.
564         * manual/errno.texi (Error Codes): Likewise.
565
566 1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
567
568         * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
569         instead of <sys/socket.h>.
570         Patch by NIIBE Yutaka <gniibe@mri.co.jp>
571
572         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
573         Finally make it working.
574         Patch by Mark Hatle <fray@kernel.crashing.org>.
575
576 1998-03-22  Paul Eggert  <eggert@twinsun.com>
577
578         * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
579         a Solaris 2.6 bug.
580
581 1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
582
583         * stdlib/gmp-impl.h: Support strange mixed-endian double format
584         used by ARM systems.
585         * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
586         FE_EXCEPT_SHIFT.
587         * sysdeps/arm/bits/fenv.h: Deleted.
588         * sysdeps/arm/fpu/ieee754.h: New file.
589         * sysdeps/arm/gmp-mparam.h: New file.
590         * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
591         implementation.
592
593 1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
594
595         * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
596
597         * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
598         of ((unused)).  Reported by Bruno Haible.
599
600 1998-05-31  Philip Blundell  <philb@gnu.org>
601
602         * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
603         referring to errno and _errno.
604
605         * sysdeps/arm/fpu/feholdexcpt.c: New file.
606
607         * sysdeps/i386/fpu_control.h: Fix typo.
608
609         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
610         (_JMPBUF_UNWINDS): Added.
611         * sysdeps/arm/fpu/bits/setjmp.h: New file.
612
613 1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
614
615         * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
616         order to build header files, not `generated'.
617
618         * Rules (before-compile): New target which depends on all
619         $(before-compile) files.
620
621 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
622
623         * nis/nis_call.c: Make directory search faster.
624
625         * nis/nis_callback.c: Insert public key of user in callback data.
626
627         * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
628
629         * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
630
631         * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
632
633         * nis/nis_intern.h: Remove duplicated prototype.
634
635 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
636
637         * sunrpc/auth_des.c: Move prototypes from here ...
638         * sunrpc/rpc/auth.h: ... to here.
639
640         * sunrpc/clnt_tcp.c: Add more control flags.
641         * sunrpc/clnt_udp.c: Likewise.
642
643         * sunrpc/netname.c (host2netname): Remove prefixing dot from
644         domainname.
645
646         * sunrpc/rpc/clnt.h: Document, which control flags are not
647         implementable.
648
649         * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
650
651 1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
652
653         * locale/loadlocale.c (_nl_load_locale): Don't allow too small
654         files crash the program.
655
656         * io/Makefile: Don't run ftwtest-sh if cross-compiling.
657         * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
658         Reported by Deborah Wallach <kerr@pa.dec.com>.
659
660 1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
661
662         * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
663         on whether this is a stable release or not (keeps snapshot bug
664         reports out of the database).
665
666         * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
667         * sysdeps/arm/sysdep.h: Likewise.
668         * sysdeps/i386/sysdep.h: Likewise.
669         * sysdeps/m68k/sysdep.h: Likewise.
670         * sysdeps/mach/mips/sysdep.h: Likewise.
671         * sysdeps/mach/sys/reboot.h: Likewise.
672         * sysdeps/mach/sysdep.h: Likewise.
673         * sysdeps/unix/alpha/sysdep.h: Likewise.
674         * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
675         * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
676         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
677         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
678         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
679         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
680         * sysdeps/unix/i386/sysdep.h: Likewise.
681         * sysdeps/unix/mips/sysdep.h: Likewise.
682         * sysdeps/unix/sparc/sysdep.h: Likewise.
683         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
684         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
685         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
686         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
687         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
688         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
689         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
690         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
691
692 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
693
694         * mach/Machrules: Use $(move-if-change).
695
696 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
697
698         * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
699         * Makerules (lib%.so): Depend on $(+interp).
700         (libc.so): Add interp.os to list of dependencies.
701         (interp-obj): Remove variable.
702         * mach/Machrules (+interp): Define to empty since libhurduser and
703         libmachuser don't need to have the interpreter set.
704
705 1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
706
707         * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
708
709         * resolv/gethnamaddr.c: Likewise.
710
711         * resolv/res_comp.c: Likewise.
712
713 1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
714
715         * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
716         so that transparent union works.
717
718 1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
719
720         * manual/texinfo.tex: Update to last available version.
721
722         * timezone/africa: Update from tzdata1998e.
723         * timezone/antarctica: Likewise.
724         * timezone/asia: Likewise.
725         * timezone/australasia: Likewise.
726         * timezone/europe: Likewise.
727         * timezone/iso3166.tab: Likewise.
728         * timezone/northamerica: Likewise.
729         * timezone/tzselect.ksh: Likewise.
730         * timezone/zone.tab: Likewise.
731
732 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
733
734         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
735         Reported by Matt McLean <keys@brio.yikes.com>.
736
737 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
738
739         * catgets/Makefile ($(objpfx)de.cat): Renamed from
740         do-gencat-test.  Use automatic variables.
741         ($(objpfx)de.msg): Fix reference to po file.
742
743 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
744
745         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
746         $(move-if-change).
747
748 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
749
750         * intl/dcgettext.c: Fix typo.
751
752 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
753
754         * configure.in: Allow more make versions e.g 3.76.90.
755
756 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
757
758         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
759
760         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
761         for Hurd.  Patch by Mark Kettenis.
762
763 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
764
765          * mach/Machrules (+preinit, +postinit): Define these variables to
766          empty because libhurduser and libmachuser don't need startup
767          files.
768
769 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
770
771          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
772          instead of a raw bitmask.
773
774 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
775
776         * Makeconfig (rpath-dirs): New variable.
777         (rpath-link): Use it.
778         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
779         (db-objpfx): Removed.
780         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
781         * md5-crypt/Makefile: Likewise.
782         * sysdeps/mach/hurd/Makefile: Likewise.
783
784         * Makeconfig (move-if-change): New variable.
785         * iconvdata/Makefile (move-if-change): Removed.
786         * manual/Makefile (move-if-change): Set only if undefined, use
787         local script by default.
788         * sunrpc/Makefile (move-if-change): Removed.
789         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
790         $(move-if-change).
791
792          * elf/Makefile: Remove all references to obsolete file
793          $(objpfx)rtldtbl.h.
794          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
795
796 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
797
798         * elf/dl-close.c (_dl_close): Add debugging message.
799
800 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
801
802         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
803         to get Linux version and not gcc version.
804         Reported by Alan Curry <pacman@cqc.com>.
805
806 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
807
808         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
809         pointers - return unknown error message instead.
810         Reported by Alan Curry <pacman@cqc.com>.
811
812 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
813
814         * iconvdata/Makefile (modules, sed-generated-headers,
815         perl-generated-headers): ibm424.h is perl generated.  Make
816         necessary modifications to compile without perl.
817
818 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
819
820         * hesiod/hesiod.c (read_config_file): Fix typo.
821
822 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
823
824         * version.h: Bump VERSION.
825
826         * csu/Makefile (distribute): Add munch-tmpl.c.
827
828 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
829
830         * nis/nis_defaults.c: Fix buffer problems and typos.
831
832 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
833
834         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
835         Patch by Fred Fish.
836
837 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
838
839         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
840         overwriting bugs.
841
842         * libio/strops.c (_IO_str_underflow): Read newly available
843         character from buffer as unsigned.
844
845 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
846
847         * catgets/Makefile (distribute): Add xopen-msg.h.
848         (generated): Add de.msg and de.cat.
849         (tests): Add do-gencat-test.
850         (do-gencat-test): New goal.  Run gencat on a generated msg file.
851         * catgets/xopen-msg.h: New file.
852
853 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
854
855         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
856         functions.  Optimize filename creation a bit.
857
858 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
859
860         * stdlib/random_r.c: Help gcc to optimize the code.
861         Patch by Joe Keane <jgk@jgk.org>.
862
863 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
864
865         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
866         tsearch calls.
867
868 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
869
870         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
871         it.
872
873 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
874
875         * wcsmbs/wcsnrtombs.c: Correct computation of result.
876         * wcsmbs/wcsrtombs.c: Likewise.
877
878         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
879         * wcsmbs/wcsmbs-tst1.c: New file.
880
881         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
882
883         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
884         as 1.
885
886         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
887         weak.
888
889 1998-05-21  Philip Blundell  <philb@gnu.org>
890
891         * sysdeps/arm/fpu_control.h: Replace stub file with real
892         implementation.
893         * sysdeps/arm/fpu/bits/fenv.h: New file.
894         * sysdeps/arm/fpu/fesetround.c: Likewise.
895         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
896         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
897         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
898         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
899         * sysdeps/arm/fpu/fegetenv.c: Likewise.
900         * sysdeps/arm/fpu/fesetenv.c: Likewise.
901
902 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
903
904         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
905         read instead of mmap.
906
907 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
908
909         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
910         directly instead of include_next.  Add missing semicolons.
911         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
912         Add missing semicolons.
913
914 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
915
916         * iconvdata/gconv-modules: Add more aliases to please java
917         environments.
918
919 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
920
921         * stdio-common/vfprintf.c (process_arg): Fix typo.
922
923         * iconvdata/TESTS: New tests for EUC-KR.
924
925         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
926         * iconvdata/testdata/EUC-KR: New file.
927
928 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
929
930         * math/libm-test.c (hypot_test): Fix a typo.
931
932 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
933
934         * stdio-common/vfprintf.c: When precision is specified for %ls or
935         %S handle it correctly.
936
937 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
938
939         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
940         the" in one line - fixed it.
941         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
942         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
943         * posix/unistd.h: Likewise
944
945 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
946
947         * Makeconfig (rpath-link): Add resolvobjdir.
948         (resolvobjdir): New variable.
949         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
950
951 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
952
953         * elf/dl-close.c: Call shared object terminators at the right time.
954         Patch by Philippe Troin <phil@fifi.org>.
955
956 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
957
958         * Make-dist (+tsrcs): Also add *.map for every member of
959         $(extra-libs).
960
961         * Makefile (distribute): Don't distribute scripts/printsources and
962         scripts/=__ify.  Distribute FAQ.in.
963         (rpm/%): Don't pass subdirs to sub-make.
964
965         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
966         instead of $(no_deps).
967
968 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
969
970         * sysdeps/generic/setenv.c: Protect against GNU C extension.
971         (KNOWN_VALUE, STORE_VALUE): Do it right.
972         (setenv): Remove unused variable.
973
974 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
975
976         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
977         (CFLAGS-zdump.c): Add $(tz-cflags).
978
979         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
980         return type.
981
982 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
983
984         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
985         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
986         if use_localtime.
987         * time/tzset.c: Update prototype of __tzfile_compute.
988         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
989         tm_zone and tm_offset here if __use_tzfile.
990
991 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
992
993         * Makerules: Install libc.a even if there are no object file.
994
995 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
996
997         * Makerules (do-makelib): Don't force creating library from
998         scratch, to avoid wasting time and space and to get correct
999         behaviour if $(subdirs) is incomplete.
1000
1001 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1002
1003         * Makerules (do-stamp): Make it work when building in source
1004         directory.
1005
1006 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
1007
1008         * elf/dl-load.c: Rename option and variable from ignore-rpath to
1009         inhibit-rpath.
1010         * elf/dl-support.c: Likewise.
1011         * elf/ldsodefs.h: Likewise.
1012         * elf/rtld.c: Likewise.
1013         * iconvdata/run-iconv-test.sh: Likewise.
1014
1015 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
1016
1017         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
1018         variable using the value.
1019         * elf/ldsodefs.h: Declare _dl_ignore_path.
1020         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
1021         object against list in _dl_ignore_path and ignore RPATH if on the list.
1022         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
1023         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
1024         to make sure we get the correct helper libraries loaded.
1025
1026         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
1027         "RPATH" string in call to fillin_rpath instead.
1028         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
1029
1030 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
1031
1032         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
1033         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1034
1035 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1036
1037         * manual/terminal.texi (I/O Queues): Fix typo.
1038
1039         * manual/stdio.texi (Closing Streams): Fix grammar.
1040
1041         * manual/arith.texi (Absolute Value): Correct typo.
1042         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
1043
1044 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
1045
1046         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
1047         LD_PROFILE_OUTPUT in SUID binaries.
1048         * intl/dcgettext.c: In SUID binaries don't let language part of
1049         locale value contain path elements.
1050         * intl/explodename.h: Define new function _nl_find_language.
1051         * intl/loadinfo.h: Declare _nl_find_language.
1052         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
1053         language part it drop the value is path element is contained.
1054
1055         * locale/setlocale.c: Fix typo.
1056
1057 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
1058
1059         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
1060
1061         * sysdeps/arm/strlen.S: Support both big and little endian processors.
1062
1063         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
1064         log, not a byte-count.
1065
1066         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
1067         a.out compatibility.
1068
1069 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1070
1071         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
1072         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1073         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1074         * posix/unistd.h: Likewise.
1075         * math/math.h: Likewise.
1076         * manual/users.texi (Manipulating the Database): Likewise.
1077         * manual/signal.texi (Job Control Signals): Likewise.
1078         * manual/message.texi (The gencat program): Likewise.
1079         * manual/filesys.texi (Hard Links): Likewise.
1080         * manual/math.texi (SVID Random): Likewise.
1081         * manual/llio.texi (Waiting for I/O): Likewise.
1082         * manual/io.texi (File Name Errors): Likewise.
1083         * manual/conf.texi (String Parameters): Likewise.
1084         * manual/arith.texi (Infinity): Likewise.
1085         * malloc/malloc.c: Likewise.
1086         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
1087         * csu/Makefile: Likewise.
1088
1089 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
1090
1091         * manual/memory.texi: Add back accidently removed line.
1092
1093 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
1094
1095         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
1096         (timeout_handler): New function.
1097         (LOCK_FILE, UNLOCK_FILE): New macros.
1098         Implement file locking with timeout.
1099         (getutent_r_file, internal_getut_r, getutline_r_file,
1100         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
1101         locking.
1102
1103 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
1104
1105         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
1106         directory.
1107
1108 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1109
1110         * rpm/Makefile: Delete inclusion of version.mk.
1111
1112 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1113
1114         * libc.map: Add all libio functions needed libstdc++ with version
1115         2.0, sort entries.
1116
1117 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1118
1119         * iconvdata/Makefile (generated): Add *.stmp files.
1120
1121 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1122
1123         * timezone/Makefile (testdata, build-testdata): New variables, use
1124         them in rules for test data.
1125         ($(objpfx)tst-timezone.out): Depend on test data.
1126         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
1127         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
1128         New rules to build test data.
1129         (tst-timezone-ENV): Pass TZDIR to point to test data.
1130
1131 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
1132
1133         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
1134         (the designation sequence is disturbing).
1135
1136 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1137
1138         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
1139         * sunrpc/xdr_rec.c: Likewise.
1140
1141 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1142
1143         * posix/Makefile (tests): Add runptests.
1144         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
1145         (before-compile): Add ptestcases.h.
1146         (ptestscases.h): Add rule to generate from PTESTS.
1147         * posix/runptests.c: New file.
1148         * posix/PTESTS: New file.
1149         * posix/PTESTS2C.sed: New file.
1150
1151 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1152
1153         * iconv/loop.c: Let user add code to use and set paramaters.
1154
1155         * iconvdata/iso-2022-kr.c: Correct to-loop.
1156
1157         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
1158         point to output buffer.
1159
1160         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
1161         hanja.
1162
1163         * iconvdata/TESTS: Add ISO-2022-KR test.
1164         * iconvdata/testdata/ISO-2022-KR: New file.
1165
1166 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
1167
1168         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
1169         and internal_use.
1170         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
1171         and internal_use.
1172         * wcsmbs/btowc.c: Likewise.
1173         * wcsmbs/mbrtowcs.c: Likewise.
1174         * wcsmbs/mbsnrtowcs.c: Likewise.
1175         * wcsmbs/mbsrtowcs.c: Likewise.
1176         * wcsmbs/wcrtomb.c: Likewise.
1177         * wcsmbs/wcsnrtombs.c: Likewise.
1178         * wcsmbs/wcsrtombs.c: Likewise.
1179         * wcsmbs/wctob.c: Likewise.
1180         * iconv/skeleton.c: Increment invocation_counter.
1181         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
1182         sequence first.
1183
1184         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
1185         * iconvdata/iso-2022-jp.c: Likewise.
1186         * iconvdata/iso646.c: Likewise.
1187
1188         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
1189
1190 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1191
1192         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
1193
1194         * sysdeps/generic/setenv.c (setenv): Remove optimization for
1195         overwriting existing values if it fits.
1196
1197 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
1198
1199         * posix/wordexp-test.c: Avoid duplicate messages.
1200
1201         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
1202         tsearch.  Correctly interpret values returned by those functions.
1203         (unsetenv): Store pointer to string, not pointer to string pointer.
1204
1205         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
1206         DST information and offset in them.
1207         * time/tzset.c (__tz_convert): Pass extra parameters to
1208         __tzfile_compute.  Compute equivalent values for use of tz_rules.
1209
1210 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1211
1212         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
1213         stamp files to avoid unnecessary recompilation.
1214         (gen-8bit-gap-table): Likewise.
1215         (move-if-change): New variable.
1216         (all generated .h rules): Change to be .stmp rules.
1217         (%.h): New rule; depend on %.stmp; no commands.
1218         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
1219         gen-8bit-gap-1.sh.
1220
1221 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1222
1223         * Makerules (libc-map): Deleted.
1224         (load-map-file): Set to the appropriate compiler switch, not
1225         just the file name.  If libfoo-map is not set, look for a
1226         libfoo.map in the current directory and $(..).
1227         (map-file): New variable, contains just the mapfile name.
1228         (build-shlib): Adjust for new value of load-map-file.
1229         (libc.so): Correct dependencies.
1230
1231         * extra-lib.mk: Correct shlib dependencies since libfoo-map
1232         may not be set anymore.
1233
1234         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
1235         Delete libdl-map.  Tweak ld.so link rule to work with changed
1236         variable settings in Makerules.
1237         * iconvdata/Makefile: Tweak build-module to work with changed
1238         variable settings in Makerules.
1239
1240         * db/Makefile: Delete libdb-map.
1241         * hesiod/Makefile: Delete libnss_hesiod-map.
1242         * linuxthreads/Makefile: Delete libpthread-map.
1243         * locale/Makefile: Delete libBrokenLocale-map.
1244         * login/Makefile: Delete libutil-map.
1245         * math/Makefile: Delete libm-map.
1246         * md5-crypt/Makefile: Delete libcrypt-map.
1247         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
1248         libnss_nisplus-map, and libnss_compat-map.
1249         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
1250         libnss_ldap-map.
1251         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
1252         * rt/Makefile: Delete librt-map.
1253
1254 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1255
1256         * configure.in: Instead of substituting `yes' or `no' for whether
1257         --no-whole-archive is available, set @no_whole_archive@ to the
1258         appropriate gcc switch or the empty string.  Likewise for
1259         -fno-exceptions.
1260         * config.make.in: Replace have-no-whole-archive with
1261         no-whole-archive and have-no-exceptions with no-exceptions.
1262         * Makerules: Delete stanzas setting no-whole-archive and
1263         no-exceptions.
1264
1265         * sunrpc/Makefile: Use move-if-change to update generated .h
1266         and .c files.
1267
1268 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1269
1270         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
1271         of strchr loop.
1272
1273 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1274
1275         * time/tzfile.c (__tzfile_read): Remove unused variable info.
1276         (__tzfile_compute): Likewise.
1277
1278 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1279
1280         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
1281         defines from Linux 2.1.102.
1282
1283 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
1284
1285         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
1286
1287 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
1288
1289         * inet/netinet/in.h: Add defines for multicast.
1290         Reported by Jeremy Hall <jhall@UU.NET>.
1291
1292         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
1293         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
1294         and unsetenv.  Optimize _LIBC case.
1295         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
1296         Define functions with leading __.
1297
1298         * time/tzfile.c: Correct handling of global variables daylight,
1299         timezone, and tzname.
1300         * time/tzset.c: Likewise.
1301         * timezone/Makefile (tests): Add tst-timezone.
1302         * timezone/tst-timezone.c: New file.
1303
1304 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
1305
1306         * timezone/asia: Update from tzdata1998d.
1307         * timezone/australasia: Likewise.
1308         * timezone/europe: Likewise.
1309
1310 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
1311
1312         * string/string.h: Don't use the optimized versions for the string
1313         functions if optimizing for space.
1314
1315         * stdlib/tst-strtod.c: Add test for -0.0.
1316
1317         * io/ftwtest-sh: Prevent tests from being run by root.
1318
1319         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
1320         last addition.  Patch by wkpark@chem.skku.ac.kr.
1321
1322 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1323
1324         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
1325         table.
1326
1327 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1328
1329         * iconvdata/gen-8bit.sh: New file.
1330         * iconvdata/gen-8bit-gap.sh: New file.
1331         * iconvdata/gen-8bit-gap-1.sh: New file.
1332         * iconvdata/Makefile (generate-8bit-table): Use shell script
1333         instead of writing the commands directly.
1334         (generate-8bit-gap-table): Likewise.
1335         ($(objpfx)iso8859-7jp.h): Likewise.
1336         (generated headers): Depend on shell script instead of Makefile.
1337         (before-compile): Add $(perl-generated-headers) only if perl is
1338         available.
1339         (headers): Depend on $(perl-generated-headers) only if perl is
1340         available.
1341         (sed-generated-headers): Remove iso8859-7jp.h.
1342
1343 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1344
1345         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
1346         (/): Removed.
1347
1348 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1349
1350         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
1351         formed charset names to getfct.  Let user override charset
1352         selection by mention charset in locale name.
1353
1354 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
1355
1356         * posix/glob.c: Move to ...
1357         * sysdeps/generic/glob.c: ...here.
1358         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
1359         elements.
1360         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
1361         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
1362         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
1363         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
1364         subdir.
1365         * libc.map [GLIBC_2.1]: Add glob and globfree.
1366
1367 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1368
1369         * sunrpc/Makefile (generated): Restore old list.
1370
1371 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1372
1373         * rt/Makefile (tests): Define only if we have a thread library.
1374
1375         * nis/ypclnt.c: Add: #include <errno.h>.
1376
1377 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1378
1379         * configure.in: Define and substitute RELEASE as well as
1380         VERSION.
1381         * config.make.in: Add RELEASE and VERSION to be substituted.
1382         * Makeconfig: Delete all references to version.mk.
1383         * Make-dist: Likewise.
1384         * MakeTAGS: Likewise.
1385         * elf/Makefile: Likewise.
1386
1387 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1388
1389         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
1390         yp_get_default_domain.
1391
1392 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1393
1394         * sysdeps/posix/profil.c (__profil): Don't define act and timer
1395         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
1396
1397 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
1398
1399         * malloc/malloc.c: Fix for NO_THREADS case.
1400
1401 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
1402
1403         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
1404         Remove statfs and fstatfs.
1405         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
1406         and pwrite as EXTRA.
1407         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1408
1409 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
1410
1411         * libc.map: Add capget and capset.
1412
1413 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1414
1415         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1416         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
1417         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
1418         and Matt McLean <keys@brio.yikes.com>.
1419
1420 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
1421
1422         * misc/Makefile (tests): Add tst-mntent.
1423         * misc/tst-mntent.c: New file.
1424
1425 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1426
1427         * autolock.sh: Removed.
1428         * manual/move-if-change: Removed.
1429
1430         * scripts: New directory.
1431         * =__ify: Moved to scripts.
1432         * config.guess: Likewise.
1433         * config.sub: Likewise.
1434         * gen-FAQ.pl: Likewise.
1435         * install-sh: Likewise.
1436         * mkinstalldirs: Likewise.
1437         * move-if-change: Likewise.
1438         * printsources: Likewise.
1439         * rellns.sh: Likewise.
1440         * test-installation.pl: Likewise.
1441
1442         * configure.in: Look in scripts for config.guess, config.sub,
1443         install-sh.
1444         * Makefile: Distribute all above files in their
1445         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
1446         * manual/Makefile: Find mkinstalldirs and move-if-change in
1447         $(..)scripts.  Drop them from distribute.  Minor cleanups.
1448         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
1449         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
1450         * timezone/Makefile: Find rellns-sh in scripts.
1451
1452 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1453
1454         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
1455         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
1456
1457 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1458
1459         * Makefile (+subdir-inits): Delete variable.
1460         (+init_subdirs): Likewise.
1461         (aux): Likewise.
1462         (before-compile): Likewise.
1463         (libc-init): Delete stanza.
1464         (version-info.h): Delete rule and associated variable.
1465         (distribute): Don't distribute moved files.
1466         * Makerules (interp-obj): It lives in elf now.  Only use it
1467         if $(elf) is set.  Delete rule to build it.
1468         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
1469         version.o and version-info.h.  Minor cleanups.
1470         (routines): Add libc-init, sysdep, version.
1471         (generated): Add version-info.h.
1472         * elf/Makefile: Build interp.os.
1473
1474         * interp.c: Moved to elf.
1475         * set-init.c: Moved to csu.
1476         * munch-init.c: Likewise.
1477         * munch.awk: Likewise.
1478         * version.c: Likewise.
1479
1480         * Rules: Unconfuse syntax highlighting with a fake comment.
1481
1482 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1483
1484         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
1485         syscalls.
1486
1487 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1488
1489         * iconvdata/Makefile (generated): Set to *-generated-headers
1490         plus gconv-modules.
1491         (tests): Set to iconv-test.
1492         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
1493         * posix/Makefile (generated): Set to wordexp-test-result*.
1494         * sunrpc/Makefile (generated): Remove rpcsvc/*.
1495         (generated-dirs): Add rpcsvc.
1496         * libio/Makefile: Clean up.
1497
1498 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
1499
1500         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
1501         * Makerules: Likewise.
1502         (+depfiles): Also add sysdep-others.
1503         * Rules: Likewise.
1504         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
1505         * iconvdata/Makefile (distribute): Add TESTS.
1506         * localedata/Makefile (repertoires): Rename to repertoiremaps.
1507         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
1508         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
1509         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
1510         sysdep-others, not others.
1511         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1512         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
1513
1514 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
1515
1516         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
1517         cost_hi and cost_lo.
1518         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
1519         Cost parameter and set cost_lo to INT_MAX.
1520         (add_module): Take new parameter and use it to initialize cost_lo.
1521         (read_conf_file): Count modules being loaded and use counter for
1522         new parameter to add_module.
1523         * iconv/gconv_db.c (find_derivation): When look for cost examine
1524         cost_hi and cost_lo.
1525
1526 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
1527
1528         * string/bits/string2.h: Don't use unsigned char * unless really
1529         necessary since this disturbs C++.
1530         * sysdeps/i386/i486/bits/string.h: Likewise.
1531         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
1532
1533 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1534
1535         * malloc/malloc.c (top_check): Fix last change.
1536
1537 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
1538
1539         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
1540         Patch by Matt McLean <keys@brio.yikes.com>.
1541
1542 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1543
1544         * Makerules (lib): Put back dependency on lib-noranlib.
1545         ($(subdirs-stamps)): Remove dependency on stamp.* again.
1546
1547 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
1548
1549         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
1550         test in __pow2 implementation.
1551
1552 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
1553
1554         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
1555         Still need *FLAGS-.o because we still sometimes build .o files.
1556         * db2/Makefile: Don't build libndbm.a if !build-static.
1557
1558 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1559
1560         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
1561
1562 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
1563
1564         * configure.in: New test for broken gcc on PowerPC.
1565         * sysdeps/powerpc/atomicity.h: Use result of test.
1566         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
1567
1568         * math/libm-test.c: Update many of the epsilon to match actual
1569         performance.
1570
1571         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
1572         * sysdeps/libm-ieee754/e_expf.c: Likewise.
1573         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
1574         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
1575
1576         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
1577
1578         * sysdeps/powerpc/elf/libc-start.c: New file.
1579         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
1580         * sysdeps/powerpc/elf/start.c: Delete.
1581
1582         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
1583         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
1584
1585         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
1586         few patches.
1587
1588 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
1589
1590         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
1591         test for integer.
1592
1593         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
1594         * sysdeps/libm-i387/e_powl.S: Likewise.
1595
1596 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
1597
1598         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
1599         (malloc_check, free_check, realloc_check, memalign_check): Use
1600         them to improve overrun checking.  Overruns of a single byte and
1601         corruption of the top chunk are now detected much more reliably.
1602
1603 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1604
1605         * math/libm-test.c (pow_test): Add test for special value from PR
1606         libc/590.
1607
1608 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
1609
1610         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
1611         including linux/errno.h.
1612
1613 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
1614
1615         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
1616         Use correct types.
1617         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
1618         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
1619
1620 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1621
1622         * Makerules (elide-routines.*): Fix assignments.
1623         (do-makelib): Fix typo.
1624         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
1625         makefile.
1626
1627 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1628
1629         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
1630         $(objpfx)sysd-dirs): Move them...
1631         * Makeconfig: ... here.
1632         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
1633         (stubs): Fix circular depedency.
1634         (do-makelib): Clean up.
1635         (lib): Don't depend on lib-noranlib.
1636         ($(objpfx)stamp.oS): Remove special case for empty
1637         static-only-routines.
1638         (elide-routines.o): Add $(static-only-routines).
1639         (elide-routines$o): Define this instead of elide-routines.$o.
1640         * manual/Makefile (stubs): Fix circular dependency.
1641
1642 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1643
1644         * libio/Makefile (routines): Remove duplicate oldiofclose.
1645
1646 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
1647
1648         * string/strcoll.c: Use uint32_t instead of u_int32_t.
1649
1650 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
1651
1652         * libio/stdio.h: Fix typo in __REDIRECT.
1653         * io/sys/stat.h: Likewise.
1654         Reported by Myles Uyema <myles@uyema.nws.net>.
1655
1656 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1657
1658         * locale/programs/localedef.c (options): Fix help message.
1659
1660 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
1661
1662         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
1663         relocations.  Patch by Joe Keane <jgk@jgk.org>.
1664
1665 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
1666
1667         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
1668         ptmalloc_unlock_all, but re-initializes the mutexes instead.
1669         (ptmalloc_init): Use new function in thread_at_fork call.
1670         (thread_atfork_static): Likewise.
1671         Suggested by Wolfram Gloger and Xavier Leroy.
1672
1673 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
1674
1675         * signal/signal.h: Move definitions of struct sigstack and
1676         struct sigaltstack into separate file and include it.
1677         * sysdeps/generic/bits/sigstack.h: New file.
1678         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
1679         * signal/Makefile (headers): Add bits/sigstack.h.
1680
1681 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1682
1683         * elf/rtld.c (dl_main): Fix check for number of references to
1684         interpreter object.
1685
1686 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1687
1688         * elf/rtld.c (dl_main): Check has_interp after executing platform
1689         specific code.
1690
1691 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1692
1693         * iconvdata/run-iconv-test.sh: Fix typo.
1694
1695 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1696
1697         * Makerules (+depfiles): Add depfiles for $(tests-static).
1698         Simplified.
1699
1700 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1701
1702         * manual/terminal.texi (Special Characters): Fix description of
1703         c_cc indexes.
1704
1705 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1706
1707         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
1708         array.
1709         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
1710         of c_cc array.
1711
1712 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1713
1714         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
1715
1716 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
1717
1718         * intl/locale.alias: Update russian entry.
1719
1720 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1721
1722         * Makerules (static-only-routines): Reimplement in terms of
1723         elide-routines.os.
1724         (shared-only-routines): Reimplement in terms of
1725         elide-routines.X [where X is all object-suffixes except .os].
1726
1727         (stubs): Create stubs file inside the subdir.
1728         (common-mostlyclean): Remove stubs file from inside the subdir.
1729         * Makefile (subdir-stubs): Look for stubs files inside the
1730         subdirs.
1731         * manual/Makefile (stubs): Create dummy stubs file inside the
1732         subdir.
1733
1734 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1735
1736         Build speed improvement: make ar less of a bottleneck.
1737
1738         * Makerules (stamp$o): Just record the object list for later
1739         use.
1740         (libc_foo.a): New rule, depends on subdir stamp files; builds
1741         and ranlibs the library from the lists saved in those files.
1742
1743         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
1744         (subdirs-stamp-o): Likewise.
1745
1746         (ar-symtab-name): Delete variable.
1747         (lib%.a): Delete target.
1748         (libc_foo.a(bar.%)): Delete target.
1749         (libc_foo.a($(ar-symtab-name))): Delete target.
1750
1751         (objects objs): Just depend on libobjs and extra-objs.
1752         (libobjs): Depend on the stamp files, not the objects.
1753         (extra-objs): New target, just depends on the extra-objs list.
1754
1755         (CREATE_ARFLAGS): Kill the `ar S' hack.
1756
1757         * config.make.in (have-ar-S): Deleted.
1758         * configure.in: Delete test for `ar S'.  Add test to determine
1759         whether ranlib does anything useful.
1760
1761 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
1762
1763         * inet/tst-ether_aton.c: Include <stdio.h>.
1764
1765 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
1766
1767         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
1768
1769         * locale/Makefile (distribute): Add programs/repertoire.h.
1770         (localedef-modules): Add repertoire.
1771         (CPPFLAGS): Define REPERTOIREMAP_PATH.
1772         * locale/programs/repertoire.c: New file.
1773         * locale/programs/repertoire.h: New file.
1774         * locale/programs/charmap.c: Starting fixing character set handling
1775         to handle multi-byte encodings.
1776         * locale/programs/charset.c: Likewise.
1777         * locale/programs/charset.h: Likewise.
1778         * locale/programs/ld-collate.c: Likewise.
1779         * locale/programs/ld-ctype.c: Likewise.
1780         * locale/programs/linereader.c: Likewise.
1781         * locale/programs/localedef.c: Likewise.
1782         * locale/programs/locfile-kw.gperf: Likewise.
1783         * locale/programs/locfile-kw.h: Likewise.
1784         * locale/programs/locfile-token.h: Likewise.
1785         * locale/programs/locfile.h: Likewise.
1786         * locale/programs/stringtrans.c: Likewise.
1787
1788         * locale/programs/locfile.c: Interpret I18NPATH value as base of
1789         path, extended with "/locales/".
1790
1791 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
1792
1793         * sysdeps/arm/memset.S: Fix off by one error.
1794
1795         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
1796         __syscall_error rather than syscall_error directly.
1797
1798 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
1799
1800         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
1801         mmap() syscall for ARM.
1802
1803         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
1804         binaries.
1805
1806 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
1807
1808         * locale/programs/localedef.c: Recognize repertoire-map option.
1809
1810 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1811
1812         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
1813         converting non-hex numbers.
1814         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
1815
1816 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
1817
1818         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
1819         check overflow.
1820         * resolv/Makefile (tests): New, add tst-aton.
1821         * resolv/tst-aton.c: New file.
1822
1823 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1824
1825         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
1826         semicolon.
1827
1828 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
1829
1830         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
1831         by letting the later modify the variable computing the total directly.
1832         * wcsmbs/mbsrtowcs.c: Likewise.
1833         * wcsmbs/wcsnrtombs.c: Likewise.
1834         * wcsmbs/wcsrtombs.c: Likewise.
1835
1836         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
1837         it is not used.
1838         * wcsmbs/wctoc.c: Likewise.
1839
1840         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
1841         * wcsmbs/wcsrtombs.c: Likewise.
1842
1843         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
1844
1845 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1846
1847         * iconv/skeleton.c: Correct counting of actually converted
1848         characters.
1849
1850         * intl/localealias.c (read_alias_file): Use unsigned char for
1851         local variables.  Remove unused variable tp.
1852         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
1853         for type of codeset.  For loosing Solaris systems.
1854         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
1855         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
1856         len if not needed.
1857         Patches by Jim Meyering.
1858
1859         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
1860         wcsrtombs must put it into initial state.
1861
1862 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1863
1864         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
1865         argument of bswap_XX macro.
1866
1867 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1868
1869         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
1870         variable name.
1871
1872 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
1873
1874         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
1875         semun and use stdarg macros to get the value.
1876         * sysdeps/generic/semctl.c: Don't use union semun.
1877
1878         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
1879
1880         * string/basename.c [!_LIBC]: Define function as gnu_basename.
1881
1882         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
1883         strings.h.
1884
1885         * stdlib/grouping.h: Accept ungrouped numbers even if locale
1886         defines grouping.
1887
1888         * intl/hash-string.h: Don't include values.h.
1889
1890         * inet/Makefile (tests): Add tst-ether_aton.
1891         * inet/tst-ether_aton.c: New file.
1892
1893         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
1894         in hex conversion.
1895         * inet/ether_aton.c (ether_aton): Declare result variable static.
1896         Reported by ahyung@unixg.ubc.ca.
1897
1898         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
1899         Define macro _SEM_SEMUN_UNDEFINED instead.
1900         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
1901
1902         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
1903         * stdio-common/Makefile (tests): Add tst-wc-printf.
1904
1905 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
1906
1907         * manual/stdio.texi (Variable Arguments Output): Correct variable
1908         name.  Patch from Ewan Mellor <em@nexus.co.uk>
1909
1910 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1911
1912         * intl/dcgettext.c: Remove unneeded definition of
1913         internal_function.
1914
1915 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1916
1917         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
1918         instead of do-iconv-test.
1919         ($(objpfx)gconv-modules): Define rule only if objpfx is not
1920         empty.
1921
1922 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1923
1924         * string/string.h: Fix feature test.
1925
1926 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1927
1928         * iconvdata/iso646.c (BODY): Don't use character constants that
1929         depend on signedness of char.
1930
1931 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1932
1933         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
1934         (sysdep_routines): Add s_pread64 and s_pwrite64.
1935
1936 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
1937
1938         * iconvdata/Makefile (distribute): Remove generated .h files.
1939         * iconvdata/koi8-r.h: Removed.
1940         * iconvdata/latin-greek-1.h: Removed.
1941         * iconvdata/latin-greek.h: Removed.
1942
1943         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
1944         * iconvdata/KOI-8: Likewise.
1945         * iconvdata/KOI-8..UTF8: Likewise.
1946         * iconvdata/KOI8-R: Likewise.
1947         * iconvdata/KOI8-R..UTF8: Likewise.
1948
1949 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1950
1951         * streams/Makefile (headers): Add sys/stropts.h.
1952         * streams/sys/stropts.h: New file.
1953
1954 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1955
1956         * sysdeps/unix/sysv/linux/ttyname.c,
1957         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
1958         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
1959
1960 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1961
1962         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
1963         argument of _itoa_word.
1964
1965 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1966
1967         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
1968         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
1969         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
1970         sigprocmask, resp., instead of EXTRA.
1971
1972         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
1973         s_pread64 and s_pwrite64.
1974
1975 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
1976
1977         * iconvdata/Makefile: Correct rules to generate gap table.
1978         * iconvdata/gap.pl: Simplify.
1979
1980         * iconvdata/TESTS: Name new tests.
1981         * iconvdata/testdata/CP1250: New file.
1982         * iconvdata/testdata/CP1250..UTF8: New file.
1983         * iconvdata/testdata/CP1251: New file.
1984         * iconvdata/testdata/CP1251..UTF8: New file.
1985         * iconvdata/testdata/CP1252: New file.
1986         * iconvdata/testdata/CP1252..UTF8: New file.
1987         * iconvdata/testdata/CP1253: New file.
1988         * iconvdata/testdata/CP1253..UTF8: New file.
1989         * iconvdata/testdata/CP1254: New file.
1990         * iconvdata/testdata/CP1254..UTF8: New file.
1991         * iconvdata/testdata/CP1255: New file.
1992         * iconvdata/testdata/CP1255..UTF8: New file.
1993         * iconvdata/testdata/CP1256: New file.
1994         * iconvdata/testdata/CP1256..UTF8: New file.
1995         * iconvdata/testdata/CP1257: New file.
1996         * iconvdata/testdata/CP1257..UTF8: New file.
1997
1998 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
1999
2000         * iconvdata/Makefile: Add rules for ISO-2022-KR.
2001         * iconvdata/iso-2022-kr.c: New file.
2002
2003         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
2004         and ISO-2022-KR.
2005
2006 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
2007
2008         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
2009         iso8859-8 and iso8859-10.
2010         * iconvdata/iso8859-5.c: Change to use gap method.
2011         * iconvdata/iso8859-7.c: Likewise.
2012         * iconvdata/iso8859-8.c: Likewise.
2013         * iconvdata/iso8859-10.c: Likewise.
2014
2015         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
2016         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
2017         end of the loop.
2018         * iconvdata/iso-2022-jp.c: New file.
2019
2020         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
2021         * iconvdata/ksc5601.h: Unify function interfaces.
2022         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
2023         * iconvdata/uhc.c: Likewise.
2024
2025         * iconvdata/gb2312.h: Use correct types.
2026
2027         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
2028         size elements of data.
2029
2030 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2031
2032         * string/tst-svc.expect: Adapt for change in .input.
2033         * string/tst-svc.input: More tests.
2034
2035 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
2036
2037         * iconvdata/Makefile: Add rules for new modules.
2038         * iconvdata/gconv-modules: Likewise.
2039         * iconvdata/cp737.c: New file.
2040         * iconvdata/cp737.h: New file.
2041         * iconvdata/cp775.c: New file.
2042         * iconvdata/cp775.h: New file.
2043         * iconvdata/cp874.c: New file.
2044         * iconvdata/cp874.h: New file.
2045
2046 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
2047
2048         * iconvdata/Makefile: Create target directory before generating
2049         headers.
2050
2051 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2052
2053         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
2054         __USER_LABEL_PREFIX__.
2055         (__ASMNAME, __ASMNAME2): New macros.
2056
2057 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2058
2059         * elf/dl-load.c: Include sys/param.h for MAX.
2060
2061 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
2062
2063         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
2064         __ftruncate the strong symbol, and add weak alias.
2065         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2066
2067 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2068
2069         * termios/cfsetspeed.c: Make code cleaner and add missing const.
2070         Patch by Joe Keane <jgk@jgk.org>.
2071
2072         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
2073         free()ing.
2074
2075 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
2076
2077         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
2078         Patch by Thomas Bushnell, n/BSG.
2079
2080 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2081
2082         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
2083
2084 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2085
2086         * iconvdata/Makefile: Put generated headers in build directory.
2087
2088 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
2089
2090         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
2091         strsep as current directory.
2092
2093         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
2094         Java.  Add definitions for unicodelittle implementation.
2095         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
2096         * iconv/gconv_simple.c: Define unicodelittle functions.
2097
2098         * iconv/iconv_prog.c: Make program print information about position
2099         of illegal character in input.
2100
2101         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
2102         comparison of charset name.
2103         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
2104         * iconvdata/ebcdic-at-de-a.c: Likewise.
2105         * iconvdata/ebcdic-at-de.c: Likewise.
2106         * iconvdata/ebcdic-ca-fr.c: Likewise.
2107         * iconvdata/euccn.c: Likewise.
2108         * iconvdata/eucjp.c: Likewise.
2109         * iconvdata/euckr.c: Likewise.
2110         * iconvdata/euctw.c: Likewise.
2111         * iconvdata/hp-roman8.c: Likewise.
2112         * iconvdata/iso6937.c: Likewise.
2113         * iconvdata/iso8859-1.c: Likewise.
2114         * iconvdata/iso8859-10.c: Likewise.
2115         * iconvdata/iso8859-2.c: Likewise.
2116         * iconvdata/iso8859-3.c: Likewise.
2117         * iconvdata/iso8859-4.c: Likewise.
2118         * iconvdata/iso8859-5.c: Likewise.
2119         * iconvdata/iso8859-6.c: Likewise.
2120         * iconvdata/iso8859-7.c: Likewise.
2121         * iconvdata/iso8859-8.c: Likewise.
2122         * iconvdata/iso8859-9.c: Likewise.
2123         * iconvdata/johab.c: Likewise.
2124         * iconvdata/koi-8.c: Likewise.
2125         * iconvdata/koi8-r.c: Likewise.
2126         * iconvdata/latin-greek-1.c: Likewise.
2127         * iconvdata/latin-greek.c: Likewise.
2128         * iconvdata/sjis.c: Likewise.
2129         * iconvdata/t61.c: Likewise.
2130         * iconvdata/uhc.c: Likewise.
2131
2132         * iconvdata/iso646.c: Add support for more ISO 646 variants.
2133         * iconvdata/TESTS: Add tests for ISO646 module.
2134         * iconvdata/gconv-modules: Add new modules.
2135         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
2136         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
2137         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
2138         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
2139         * iconvdata/testdate/DIN_66003: Likewise.
2140         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
2141         * iconvdata/testdate/DS_2089: Likewise.
2142         * iconvdata/testdate/DS_2089..UTF8: Likewise.
2143         * iconvdata/testdate/ES: Likewise.
2144         * iconvdata/testdate/ES..UTF8: Likewise.
2145         * iconvdata/testdate/ES2: Likewise.
2146         * iconvdata/testdate/ES2..UTF8: Likewise.
2147         * iconvdata/testdate/GB_1988-80: Likewise.
2148         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
2149         * iconvdata/testdate/IT: Likewise.
2150         * iconvdata/testdate/IT..UTF8: Likewise.
2151         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
2152         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
2153         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
2154         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
2155         * iconvdata/testdate/JUS_I.B1.002: Likewise.
2156         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
2157         * iconvdata/testdate/KSC5636: Likewise.
2158         * iconvdata/testdate/KSC5636..UTF8: Likewise.
2159         * iconvdata/testdate/MSZ_7795.3: Likewise.
2160         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
2161         * iconvdata/testdate/NC_NC00-10: Likewise.
2162         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
2163         * iconvdata/testdate/NF_Z_62-010: Likewise.
2164         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
2165         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
2166         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
2167         * iconvdata/testdate/NS_4551-1: Likewise.
2168         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
2169         * iconvdata/testdate/NS_4551-2: Likewise.
2170         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
2171         * iconvdata/testdate/PT: Likewise.
2172         * iconvdata/testdate/PT..UTF8: Likewise.
2173         * iconvdata/testdate/PT2: Likewise.
2174         * iconvdata/testdate/PT2..UTF8: Likewise.
2175         * iconvdata/testdate/SEN_850200_B: Likewise.
2176         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
2177         * iconvdata/testdate/SEN_850200_C: Likewise.
2178         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
2179
2180         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
2181         * iconvdata/cns11643l1.h: Likewise.
2182         * iconvdata/latin-greek-1.h: Likewise.
2183         * iconvdata/latin-greek.h: Likewise.
2184         * iconvdata/koi8-r.h: Likewise.
2185         * iconvdata/jis0212.h: Likewise.
2186         * iconvdata/gb2312.h: Likewise.
2187         * iconvdata/ksc5601.h: Likewise.
2188
2189         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
2190
2191         * iconvdata/Makefile: Add rules for lots of more modules.
2192         * iconvdata/cp1250.c: New file.
2193         * iconvdata/cp1251.c: New file.
2194         * iconvdata/cp1252.c: New file.
2195         * iconvdata/cp1253.c: New file.
2196         * iconvdata/cp1254.c: New file.
2197         * iconvdata/cp1255.c: New file.
2198         * iconvdata/cp1256.c: New file.
2199         * iconvdata/cp1257.c: New file.
2200         * iconvdata/ebcdic-dk-no-a.c: New file.
2201         * iconvdata/ebcdic-dk-no.c: New file.
2202         * iconvdata/ebcdic-es-a.c: New file.
2203         * iconvdata/ebcdic-es-s.c: New file.
2204         * iconvdata/ebcdic-es.c: New file.
2205         * iconvdata/ebcdic-fi-se-a.c: New file.
2206         * iconvdata/ebcdic-fi-se.c: New file.
2207         * iconvdata/ebcdic-fr.c: New file.
2208         * iconvdata/ebcdic-is-friss.c: New file.
2209         * iconvdata/ebcdic-it.c: New file.
2210         * iconvdata/ebcdic-pt.c: New file.
2211         * iconvdata/ebcdic-uk.c: New file.
2212         * iconvdata/ebcdic-us.c: New file.
2213         * iconvdata/ibm037.c: New file.
2214         * iconvdata/ibm038.c: New file.
2215         * iconvdata/ibm1004.c: New file.
2216         * iconvdata/ibm1026.c: New file.
2217         * iconvdata/ibm1047.c: New file.
2218         * iconvdata/ibm256.c: New file.
2219         * iconvdata/ibm273.c: New file.
2220         * iconvdata/ibm274.c: New file.
2221         * iconvdata/ibm275.c: New file.
2222         * iconvdata/ibm277.c: New file.
2223         * iconvdata/ibm278.c: New file.
2224         * iconvdata/ibm280.c: New file.
2225         * iconvdata/ibm281.c: New file.
2226         * iconvdata/ibm284.c: New file.
2227         * iconvdata/ibm285.c: New file.
2228         * iconvdata/ibm290.c: New file.
2229         * iconvdata/ibm297.c: New file.
2230         * iconvdata/ibm420.c: New file.
2231         * iconvdata/ibm423.c: New file.
2232         * iconvdata/ibm424.c: New file.
2233         * iconvdata/ibm437.c: New file.
2234         * iconvdata/ibm500.c: New file.
2235         * iconvdata/ibm850.c: New file.
2236         * iconvdata/ibm851.c: New file.
2237         * iconvdata/ibm852.c: New file.
2238         * iconvdata/ibm855.c: New file.
2239         * iconvdata/ibm857.c: New file.
2240         * iconvdata/ibm860.c: New file.
2241         * iconvdata/ibm861.c: New file.
2242         * iconvdata/ibm862.c: New file.
2243         * iconvdata/ibm863.c: New file.
2244         * iconvdata/ibm864.c: New file.
2245         * iconvdata/ibm865.c: New file.
2246         * iconvdata/ibm868.c: New file.
2247         * iconvdata/ibm869.c: New file.
2248         * iconvdata/ibm870.c: New file.
2249         * iconvdata/ibm871.c: New file.
2250         * iconvdata/ibm875.c: New file.
2251         * iconvdata/ibm880.c: New file.
2252         * iconvdata/ibm891.c: New file.
2253         * iconvdata/ibm903.c: New file.
2254         * iconvdata/ibm904.c: New file.
2255         * iconvdata/ibm905.c: New file.
2256         * iconvdata/ibm918.c: New file.
2257
2258         * locale/iso-4217.def: Update.
2259         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
2260
2261         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
2262         formats.
2263
2264 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2265
2266         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
2267         LD_LIBRARY_PATH.
2268
2269 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2270
2271         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
2272         * Makefile: Likewise.
2273         * posix/Makefile: Likewise.
2274         * sysdeps/mach/hurd/Makefile: Likewise.
2275
2276 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2277
2278         * sysdeps/mach/hurd/bits/dirent.h: New file.
2279         * sysdeps/mach/hurd/readdir64.c: New file.
2280         * sysdeps/mach/hurd/readdir64_r.c: New file.
2281
2282 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2283
2284         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
2285         dprintf): Synchronize declarations with libio/stdio.h.
2286
2287 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2288
2289         * elf/dlerror.c (dlerror): Don't assume that
2290         __libc_internal_tsd_get is defined.  __libc_getspecific is already
2291         well-protected, so just use it directly.
2292
2293 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2294
2295         * io/ftw.h (ftw): Fix typo.
2296
2297 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2298
2299         * sysdeps/gnu/utmp_file.c: Fix typo.
2300
2301 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2302
2303         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
2304         one part of a test fails move on to the next test.
2305
2306 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
2307
2308         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2309
2310 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2311
2312         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
2313         as pointers, not signed integers.
2314
2315 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2316
2317         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2318
2319 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2320
2321         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
2322         asm symbol name of functions.
2323         * include/features.h: Kill redundant test.
2324
2325         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
2326         * io/ftw.h: Likewise.
2327         * io/sys/stat.h: Likewise.
2328         * io/sys/statfs.h: Likewise.
2329         * io/sys/statvfs.h: Likewise.
2330         * libio/stdio.h: Likewise.
2331         * resource/sys/resource.h: Likewise.
2332         * rt/aio.h: Likewise.
2333
2334         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
2335          __FAVOR_BSD.
2336         * signal/signal.h: Use new macros for BSD vs. SysV signal().
2337
2338         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
2339         a dummy library.
2340         * misc/bsd-compat.c: Removed.
2341
2342 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
2343
2344         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
2345         function declaration.
2346         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
2347         and use them in conversion function.
2348         * iconvdata/Makefile (modules): Re-add ISO6446.
2349         * iconvdata/TEST: Add tests for ASCII variants.
2350         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
2351         * iconvdata/testdata/ANSI_X3.4-1968: New file.
2352         * iconvdata/testdata/BS_4730: New file.
2353         * iconvdata/testdata/BS_4730..UTF8: New file.
2354
2355 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
2356
2357         * iconv/gconv.h (struct gconv_step): Add element stateful.
2358         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
2359         to zero for all internal conversions.
2360         * iconv/skeleton.c: Initialize stateful depending on whether or not
2361         RESET_STATE is defined to one or zero respectively.
2362         * stdlib/mblen.c: Use stateful element of currently selected
2363         converter for result if S is NULL.
2364         * stdlib/mbtowc.c: Likewise.
2365         * stdlib/wctomb.c: Likewise.
2366
2367 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
2368
2369         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
2370
2371         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
2372
2373         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
2374         character in comparison with uint32_t.
2375         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
2376         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
2377         Optimize BODY a bit.
2378
2379         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
2380         be defined.
2381
2382         * iconv/skeleton.c: Also reset converted counter in case of an error.
2383         Call reset function using correct value for output buffer start.
2384
2385         * iconvdata/Makefile: Re-enable tests.
2386
2387         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
2388         value for to-conversion.
2389
2390         * iconvdata/TESTS: Add new third column.
2391         * iconvdata/run-iconv-test.sh: Add support for charsets which are
2392         not ASCII based.
2393         * iconvdata/testdata/suntzus: New file.
2394
2395         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
2396         while reading.  Correctly used base.  Little optimization.
2397         (__strtoul_internal): Likewise.
2398
2399         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
2400         was wrong.  Use explicit variable.
2401
2402 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2403
2404         * configure.in: Check for awk.
2405         * config.make.in: Add AWK to be substituted.
2406
2407         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
2408         * manual/users.texi: Fix typo exposed by above rewrite.
2409
2410         * Makefile: Invoke awk using AWK variable.
2411         * csu/Makefile: Likewise.
2412         * elf/Makefile: Likewise.
2413         * mach/Makefile: Likewise.
2414         * manual/Makefile: Likewise.
2415         * sysdeps/gnu/Makefile: Likewise.
2416         * sysdeps/mach/hurd/Makefile: Likewise.
2417         * sysdeps/unix/Makefile: Likewise.
2418         * timezone/Makefile: Likewise.
2419
2420 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
2421
2422         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
2423         array index translation.
2424         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
2425         these are defined.
2426
2427         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
2428
2429         * sysdeps/mach/hurd/errlist.c: New file.
2430         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
2431         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
2432         semantics, so rename it.
2433
2434 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2435
2436         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
2437         conversions.
2438
2439 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
2440
2441         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
2442         * wcsmbs/wcsnrtombs.c: Likewise.
2443
2444 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
2445
2446         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
2447
2448         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
2449
2450         * time/strftime.c (my_strftime): Initialize pad variable in
2451         declaration.
2452
2453         * iconvdata/big5.c: Don't use character constants in comparisons
2454         with unsigned value.
2455
2456 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
2457
2458         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
2459         __libc_siglongjmp to GLIBC_2.1.
2460
2461         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
2462         __strerror_r.
2463
2464         * iconv/Makefile: Don't run tests now.
2465
2466         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
2467         with correct output buffer.
2468
2469         Major rewrite of the low-level gconv functionality.
2470         * iconv/gconv.c: Rewritten.
2471         * iconv/gconv.h: Likewise.
2472         * iconv/gconv_builtin.c: Likewise.
2473         * iconv/gconv_builtin.h: Likewise.
2474         * iconv/gconv_conf.c: Likewise.
2475         * iconv/gconv_int.h: Likewise.
2476         * iconv/gconv_open.c: Likewise.
2477         * iconv/gconv_simple.c: Likewise.
2478         * iconv/iconv.c: Likewise.
2479         * iconvdata/8bit-gap.c: Likewise.
2480         * iconvdata/8bit-generic.c: Likewise.
2481         * iconvdata/Makefile: Likewise.
2482         * iconvdata/big5.c: Likewise.
2483         * iconvdata/cns11643.c: Likewise.
2484         * iconvdata/cns11643.h: Likewise.
2485         * iconvdata/cns11643l1.c: Likewise.
2486         * iconvdata/cns11643l1.h: Likewise.
2487         * iconvdata/ebcdic-at-de-a.c: Likewise.
2488         * iconvdata/ebcdic-at-de.c: Likewise.
2489         * iconvdata/ebcdic-ca-fr.c: Likewise.
2490         * iconvdata/euccn.c: Likewise.
2491         * iconvdata/eucjp.c: Likewise.
2492         * iconvdata/euckr.c: Likewise.
2493         * iconvdata/euctw.c: Likewise.
2494         * iconvdata/gb2312.c: Likewise.
2495         * iconvdata/gb2312.h: Likewise.
2496         * iconvdata/hp-roman8.c: Likewise.
2497         * iconvdata/iso646.c: Likewise.
2498         * iconvdata/iso6937.c: Likewise.
2499         * iconvdata/iso8859-1.c: Likewise.
2500         * iconvdata/iso8859-10.c: Likewise.
2501         * iconvdata/iso8859-2.c: Likewise.
2502         * iconvdata/iso8859-3.c: Likewise.
2503         * iconvdata/iso8859-4.c: Likewise.
2504         * iconvdata/iso8859-5.c: Likewise.
2505         * iconvdata/iso8859-6.c: Likewise.
2506         * iconvdata/iso8859-7.c: Likewise.
2507         * iconvdata/iso8859-8.c: Likewise.
2508         * iconvdata/iso8859-9.c: Likewise.
2509         * iconvdata/jis0201.c: Likewise.
2510         * iconvdata/jis0201.h: Likewise.
2511         * iconvdata/jis0208.c: Likewise.
2512         * iconvdata/jis0208.h: Likewise.
2513         * iconvdata/jis0212.c: Likewise.
2514         * iconvdata/jis0212.h: Likewise.
2515         * iconvdata/johab.c: Likewise.
2516         * iconvdata/koi-8.c: Likewise.
2517         * iconvdata/koi8-r.c: Likewise.
2518         * iconvdata/ksc5601.c: Likewise.
2519         * iconvdata/ksc5601.h: Likewise.
2520         * iconvdata/latin-greek-1.c: Likewise.
2521         * iconvdata/latin-greek.c: Likewise.
2522         * iconvdata/run-iconv-test.sh: Likewise.
2523         * iconvdata/sjis.c: Likewise.
2524         * iconvdata/t61.c: Likewise.
2525         * iconvdata/uhc.c: Likewise.
2526         * wcsmbs/btowc.c: Likewise.
2527         * wcsmbs/mbrtowc.c: Likewise.
2528         * wcsmbs/mbsnrtowcs.c: Likewise.
2529         * wcsmbs/mbsrtowcs.c: Likewise.
2530         * wcsmbs/wcrtomb.c: Likewise.
2531         * wcsmbs/wcsmbsload.c: Likewise.
2532         * wcsmbs/wcsnrtombs.c: Likewise.
2533         * wcsmbs/wcsrtombs.c: Likewise.
2534         * wcsmbs/wctob.c: Likewise.
2535         * iconv/loop.c: New file.
2536         * iconv/skeleton.c: New file.
2537
2538         * stdlib/mblen.c: Handle empty input string correctly.
2539         * stdlib/mbtowc.c: Likewise.
2540
2541         * posix/getopt.c: Various cleanups.
2542
2543         * sysdeps/arm/bits/setjmp.h: Add copyright text.
2544         * sysdeps/i386/bits/setjmp.h: Likewise.
2545         * sysdeps/m68k/bits/setjmp.h: Likewise.
2546         * sysdeps/powerpc/bits/setjmp.h: Likewise.
2547         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
2548
2549         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
2550         and make longjmp weak alias.
2551
2552 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
2553
2554         * iconv/Makefile (routines): Only include gconv_dl if building for
2555         an ELF system - dynamic linking is not available on a.out.
2556         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
2557         due to above check.
2558         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
2559         routines from gconv_dl.
2560
2561 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
2562
2563         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
2564         we can compile without libio.
2565
2566 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
2567
2568         * sysdeps/mach/hurd/Subdirs: Remove login.
2569
2570 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
2571
2572         * db2/compat.h: Include <errno.h>, to make sure we get the
2573         definition of EFTYPE before we define it ourselves.
2574
2575 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
2576
2577         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
2578         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
2579         Fix typo to allow inclusion from sys/ioctl.h again.
2580
2581 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2582
2583         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
2584
2585 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2586
2587         * libc.map: Export __strerror_r.  Remove _strerror_internal.
2588
2589 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2590
2591         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
2592         Also undefine __strcasestr.
2593
2594 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2595
2596         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
2597         aliases do not work with global variables due to copy relocations.
2598
2599 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
2600
2601         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
2602
2603 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
2604
2605         * signal/sighold.c: Include stddef.h for NULL definition.
2606         * signal/sigrelse.c: Likewise.
2607         * sysdeps/posix/sigignore.c: Likewise.
2608         * sysdeps/posix/sigset.c: Likewise.
2609         * sysdeps/posix/waitid.c: Likewise.
2610         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
2611         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
2612         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2613         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
2614         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2615
2616 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
2617
2618         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
2619         * login/getutent.c (getutxent): Remove alias.
2620         * login/getutent_r.c (setutxent, pututxline, endutxent):
2621         Remove aliases.
2622         * login/getutid.c (getutxid): Remove alias.
2623         * login/getutline.c (getutxline): Remove alias.
2624         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
2625         __getutid, __getutline and __pututline.
2626         * login/utmpx.h: Moved to ...
2627         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
2628         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
2629         and updwtmpx.
2630         * login/updwtmp.c: Moved to ...
2631         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
2632         allowing file name transformation.
2633         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
2634         additional file name transformation.
2635         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
2636         * login/utmp_file.c: Moved to ...
2637         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
2638         Generalized by allowing file name transformation.  Do not
2639         print error message.  Library functions should not print them.
2640         Reported by Jim Meyering.
2641         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
2642         with additional file name transformation.
2643         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
2644         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
2645         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
2646         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
2647         and bits/utmpx.h.
2648         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
2649         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
2650         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
2651         Define if __USE_GNU.
2652         * sysdeps/generic/setutxent.c: New file.
2653         * sysdeps/generic/getutxent.c: New file.
2654         * sysdeps/generic/endutxent.c: New file.
2655         * sysdeps/generic/getutxid.c: New file.
2656         * sysdeps/generic/getutxline.c: New file.
2657         * sysdeps/generic/pututxline.c: New file.
2658         * sysdeps/generic/utmpxname.c: New file.
2659         * sysdeps/generic/updwtmpx.c: New file.
2660         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
2661         * sysdeps/generic/bits/utmpx.h: Remove.
2662
2663 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
2664
2665         * posix/wordexp-test.c (main): Initialize ifs element of ts for
2666         ~root test.
2667
2668 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
2669
2670         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
2671
2672 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
2673
2674         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
2675         variable using _G_stat64.
2676         * libio/fileops.c: Remove macro definition of fstat, it is in the
2677         global header.
2678         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
2679
2680 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
2681
2682         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
2683         <willy@odie.barnet.ac.uk>.
2684
2685 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
2686
2687         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
2688         required by IPv6 Basic API.
2689         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
2690         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
2691         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
2692         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
2693
2694 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
2695
2696         Don't name internal representation since it might be different from
2697         the external form (namely on little endian machines).
2698         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
2699         UCS4 into references to INTERNAL.
2700         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
2701         Add endianess support to UCS functions.  Change references to
2702         UCS4 into references to INTERNAL.
2703         * iconv/gconv_int.h: Change references to UCS4 into references to
2704         INTERNAL.
2705         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
2706         * iconvdata/gconv-modules: Change accordingly.
2707         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
2708
2709         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
2710         overflow.
2711         * iconvdata/8bit-gap.c: Likewise.
2712         * iconvdata/8bit-generic.c: Likewise.
2713         * iconvdata/big5.c: Likewise.
2714         * iconvdata/euccn.c: Likewise.
2715         * iconvdata/eucjp.c: Likewise.
2716         * iconvdata/euckr.c: Likewise.
2717         * iconvdata/euctw.c: Likewise.
2718         * iconvdata/iso646.c: Likewise.
2719         * iconvdata/iso6937.c: Likewise.
2720         * iconvdata/iso8859-1.c: Likewise.
2721         * iconvdata/johab.c: Likewise.
2722         * iconvdata/sjis.c: Likewise.
2723         * iconvdata/t61.c: Likewise.
2724         * iconvdata/uhc.c: Likewise.
2725
2726         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
2727         * iconvdata/8bit-generic.c: Likewise.
2728
2729         * iconvdata/TESTS: Add more tests.
2730
2731         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
2732
2733 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
2734
2735         * iconvdata/Makefile: Better rules to run tests.
2736
2737         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
2738         * iconvdata/testdata/ISO-8859-10: Likewise.
2739         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
2740         * iconvdata/testdata/ISO-8859-2: Likewise.
2741         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
2742         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
2743         * iconvdata/testdata/ISO-8859-3: Likewise.
2744         * iconvdata/testdata/ISO-8859-4: Likewise.
2745         * iconvdata/testdata/ISO-8859-5: Likewise.
2746         * iconvdata/testdata/ISO-8859-6: Likewise.
2747         * iconvdata/testdata/ISO-8859-7: Likewise.
2748         * iconvdata/testdata/ISO-8859-8: Likewise.
2749         * iconvdata/testdata/ISO-8859-9: Likewise.
2750
2751 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
2752
2753         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
2754         intermediate result (if available).
2755
2756         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
2757         last change.
2758
2759         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
2760         (distribute): Add run-iconv-test.sh and testdata/*.
2761
2762         * stdlib/testmb.c (main): Simplify mbc array handling.
2763
2764 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2765
2766         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
2767         return value on overflow.
2768
2769 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2770
2771         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
2772         bits.
2773
2774 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2775
2776         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
2777         of non-standard function setbuffer.
2778
2779 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2780
2781         * stdio-common/perror.c: Include <string.h> for __strerror_r.
2782
2783 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
2784
2785         * iconvdata/Makefile: Add rules to run tests.
2786         * iconvdata/TESTS: New file.
2787         * iconvdata/run-iconv-test.sh: New file.
2788         * iconvdata/testdata/ISO-8859-1: New file.
2789
2790         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
2791         not stdout.
2792
2793 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
2794
2795         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
2796         counter element of step.
2797
2798         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
2799
2800         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
2801         termination test.
2802         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
2803         ACTUALLY.
2804         (__gconv_transform_utf8_ucs4): Correct test for empty input.
2805
2806 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2807
2808         * Makefile: Include makeconfig before defining rule to regenerate
2809         configure files.
2810
2811         * configure.in: Remove restriction on compiling without static
2812         libs.
2813
2814 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
2815
2816         * test-skeleton.c: Provide hook for initializing code before the fork.
2817         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
2818         removed.
2819
2820         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
2821         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
2822         * libio/libioP.h: Adopt _IO_cleanup prototype.
2823
2824         * stdlib/Makefile (tests): Add test-canon2.
2825         * stdlib/test-canon2.c: New file.
2826         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
2827         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
2828         symlink sequences.
2829         (__realpath): Make real function which checks RESOLVED parameter for
2830         not being NULL.
2831
2832 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2833
2834         * catgets/open_catalog.c (__open_catalog): Fix problems with
2835         reading non-files.  Always close file.
2836         Reported by Cristian Gafton <gafton@redhat.com>.
2837
2838         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
2839
2840 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
2841
2842         * libc.map: Add various low-level I/O functions.
2843
2844 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
2845
2846         * string/Makefile (routines): Remove strerror_r.
2847         * string/strerror_r.c: Removed.
2848         * string/strerror.c: Call __strerror_r for doing the real work.
2849         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
2850         add weak alias strerror_r.
2851         * sysdeps/mach/_strerror.c: Likewise.
2852         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
2853         * elf/dl-error.c (_dl_signal_error): Likewise.
2854         * elf/dl-profile.c (_dl_start_profile): Likewise.
2855         * gmon/gmon.c (write_gmon): Likewise.
2856         * stdio-common/perror.c: Likewise.
2857         * stdio-common/vfprintf.c: Likewise.
2858
2859 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
2860
2861         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
2862         (sysdep_headers): Add netatalk/at.h.
2863
2864 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2865
2866         * manual/socket.texi, manual/creature.texi, manual/time.texi:
2867         Formatting fixes.
2868
2869 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2870
2871         * posix/regex.c: Rename __re_syntax_options back to
2872         re_syntax_options, aliases do not work with global variables due
2873         to copy relocations.
2874         (regex_compile): Use syntax parameter instead of
2875         re_syntax_options.
2876
2877 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2878
2879         * configure.in: Document that enable-force-install is default.
2880
2881 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
2882
2883         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
2884         all needed 36 bits.
2885         * sysdeps/posix/mkstemp.c: Likewise.
2886
2887 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
2888
2889         * iconvdata/8bit-gap.c: Simplify step data handling.
2890         * iconvdata/8bit-generic.c: Likewise.
2891         * iconvdata/big5.c: Likewise.
2892         * iconvdata/euccn.c: Likewise.
2893         * iconvdata/eucjp.c: Likewise.
2894         * iconvdata/euckr.c: Likewise.
2895         * iconvdata/euctw.c: Likewise.
2896         * iconvdata/iso6937.c: Likewise.
2897         * iconvdata/iso8859-1.c: Likewise.
2898         * iconvdata/jis0208.h: Likewise.
2899         * iconvdata/jis0212.c: Likewise.
2900         * iconvdata/jis0212.h: Likewise.
2901         * iconvdata/johab.c: Likewise.
2902         * iconvdata/ksc5601.h: Likewise.
2903         * iconvdata/sjis.c: Likewise.
2904         * iconvdata/t61.c: Likewise.
2905         * iconvdata/uhc.c: Likewise.
2906
2907 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
2908
2909         * manual/texinfo.texi: Updated from last version.
2910
2911 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
2912
2913         * iconvdata/cns11643.c: New file.
2914         * iconvdata/cns11643.h: New file.
2915         * iconvdata/cns11643l1.c: New file.
2916         * iconvdata/cns11643l1.h: New file.
2917         * iconvdata/euctw.c: New file.
2918         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
2919         * iconvdata/gconv-modules: Likewise.
2920
2921         * iconvdata/eucjp.c: Several bug fixes and improvements.
2922         * iconvdata/gb2312.h: Likewise.
2923         * iconvdata/jis0201.h: Likewise.
2924         * iconvdata/jis0208.h: Likewise.
2925         * iconvdata/jis0212.h: Likewise.
2926
2927 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
2928
2929         * iconvdata/eucjp.c: New file.
2930         * iconvdata/euccn.c: New file.
2931         * iconvdata/gb2312.h: New file.
2932         * iconvdata/gb2312.c: New file.
2933         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
2934         * iconvdata/gconv-modules: Likewise.
2935
2936         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
2937
2938 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2939
2940         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2941         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
2942         Patch by Mark Hatle <fray@kernel.crashing.org>.
2943
2944 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
2945
2946         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
2947         comment.
2948         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
2949         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
2950
2951 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2952
2953         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
2954
2955         * iconvdata/Makefile: Add rules for big5 conversion.
2956         * iconvdata/gconv-modules: Likewise.
2957         * iconvdata/big5.c: New file.
2958
2959         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
2960         Patch by Jim Meyering.
2961
2962 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
2963
2964         * rt/tst-aio.c: Add test for aio_read and lio_listio.
2965
2966         * rt/lio_listio.c: Correct total counter handling.
2967
2968         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
2969         from request queue.
2970
2971         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
2972         of signal on exit even more.
2973
2974         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
2975         instead of call to pthread_cond_init.
2976         * rt/lio_listio.c (lio_listio): Likewise.
2977         * rt/lio_listio64.c (lio_listio64): Likewise.
2978
2979         * nis/nis_findserv.c: Include sys/socket.h.
2980
2981 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
2982
2983         * Makeconfig (rtobjdir): New variable.
2984         (rpath-link): Add rtobjdir and thread directory, if available.
2985
2986         * test-skeleton.c: Add support to remove temporary files.
2987         Always define test_dir.  Improve message about expected signal.
2988
2989         * rt/Makefile (tests): Add tst-aio.
2990         Add rules for tst-aio to be linked with librt and thread library.
2991         * rt/aio_misc.c: Correct fundamental bugs.
2992         * rt/aio_suspend.c: Correct bug in test for available request.
2993         Initialize conditional variable.
2994         * rt/lio_listio.c: Initialize conditional variable.
2995         * rt/lio_listio64.c: Likewise.
2996         * rt/tst-aio.c: New file.
2997
2998         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
2999         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
3000         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
3001         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
3002         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
3003         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
3004         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
3005
3006 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
3007
3008         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
3009
3010 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
3011
3012         * elf/dl-load.c (open_path): Use correct name for test whether
3013         directory in load path exists.
3014
3015         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
3016         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
3017         Patches by Tom Rini <trini@kernel.crashing.org>.
3018
3019         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
3020         * wcsmbs/wcstod_l.c: Likewise.
3021         * wcsmbs/wcstold_l.c: Likewise.
3022
3023         * include/byteswap.h: New file.
3024
3025         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
3026         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
3027
3028         * inet/getnameinfo.c (getnameinfo): Change parameter to match
3029         declaration.  Patch by Richard Henderson.
3030
3031 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3032
3033         * manual/process.texi (SIGCHLD example): Save errno.
3034
3035 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
3036
3037         * posix/regex.c: Define regerror really as __regerror.
3038         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
3039         regerror and regfree.
3040
3041         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
3042         * stdlib/strtod_l.c: Likewise.
3043         * stdlib/strtold_l.c: Likewise.
3044
3045         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
3046
3047         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
3048
3049         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
3050         Patch by Christian Gafton.
3051
3052 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
3053
3054         * manual/socket.texi (Interface Naming): Correct @deftypefun line
3055         for if_indextoname.
3056
3057 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3058
3059         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
3060
3061         * manual/socket.texi (Interface Naming): Fix typo.
3062
3063 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3064
3065         * manual/examples/filesrv.c (main): Remove filename first.
3066
3067         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
3068         ?F_UNIX.
3069
3070         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
3071         instead of PF_UNIX.
3072
3073         * manual/examples/filecli.c (main): Use AF_LOCAL
3074         instead of AF_UNIX.
3075
3076 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
3077
3078         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
3079         signgam weak alias.
3080         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
3081         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
3082         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
3083         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
3084         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
3085         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
3086
3087         * login/utmp_daemon.c (open_socket): Use __connect not connect.
3088
3089 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3090
3091         * configure.in: Add new option --enable-force-install.  Substitute
3092         force_install.
3093         * config.make.in (force-install): Set from configure.
3094         * Makerules (force-install): New phony target.
3095         * Makeconfig (+force): New variable.
3096         * Makefile: Use it in dependency list of installation targets.
3097         * db/Makefile: Likewise.
3098         * db2/Makefile: Likewise.
3099         * elf/Makefile: Likewise.
3100         * hurd/Makefile: Likewise.
3101         * iconv/Makefile: Likewise.
3102         * iconvdata/Makefile: Likewise.
3103         * intl/Makefile: Likewise.
3104         * localedata/Makefile: Likewise.
3105         * login/Makefile: Likewise.
3106         * po/Makefile: Likewise.
3107         * sunrpc/Makefile: Likewise.
3108         * sysdeps/mach/hurd/Makefile: Likewise.
3109         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
3110         * sysdeps/unix/sysv/linux/Makefile: Likewise.
3111         * timezone/Makefile: Likewise.
3112
3113 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3114
3115         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
3116         alloc_size.  Pass return value of getcwd syscall to realloc.
3117
3118 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3119
3120         * manual/socket.texi: Spelling fixes.
3121
3122 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3123
3124         * elf/dl-load.c (print_search_path): Remove unused variable.
3125
3126 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
3127
3128         * login/utmp_file.c: use __ftruncate not ftruncate.
3129         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
3130         for system call and make ftruncate weak alias.
3131         * posix/unistd.h: Add prototype for __ftruncate.
3132         * login/utmp_daemon.c (open_socket): Use __socket not socket.
3133         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
3134         instead of snprintf and readv.
3135         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
3136         snprintf.
3137         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
3138         directly.
3139
3140 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
3141
3142         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
3143         * iconv/gconv_db.c: Use __ protected regex functions.
3144         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
3145         * posix/getopt_init.c: Use __getpid not getpid.
3146         * posix/regex.c: Rename all global functions to start with __ and
3147         make old names weak aliases.
3148         * posix/regex.h: Adopt prototypes for this.
3149         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
3150         a weak alias and use __getcwd instead of getcwd.
3151         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
3152         * stdlib/strtod.c: Use __btowc instead of btowc.
3153         * stdlib/strtol.c: Likewise.
3154         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
3155         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
3156         and sys_errlist are weak.
3157         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
3158         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
3159         * wcsmbs/mbsnrtowcs.c: Likewise.
3160         * wcsmbs/mbsrtowcs.c: Likewise.
3161         * wcsmbs/wcsnrtombs.c: Likewise.
3162         * wcsmbs/wcsrtombs.c: Likewise.
3163         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
3164         weak alias.
3165         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
3166         * wctype/wctype.c: Define function as __wctype and make wctype
3167         weak alias.
3168         * wctype/wctype.h: Declare __wctype.
3169
3170 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
3171
3172         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
3173
3174 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3175
3176         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
3177         stat64.
3178         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
3179         functions.
3180         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
3181         for __llseek.
3182         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3183         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
3184         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
3185         make it a weak alias.
3186         * posix/unistd.h: Declare __lseek64.
3187
3188         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
3189         (_IO_file_stat): Fix typo.
3190         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
3191         block size from the file.  Use __mempcpy if _LIBC.
3192
3193 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
3194
3195         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
3196         * wcsmbs/mbrtowc.c: Likewise.
3197         * wcsmbs/mbsnrtowcs.c: Likewise.
3198         * wcsmbs/mbsrtowcs.c: Likewise.
3199         * wcsmbs/wcrtomb.c: Likewise.
3200         * wcsmbs/wcsnrtombs.c: Likewise.
3201         * wcsmbs/wcsrtombs.c: Likewise.
3202         * wcsmbs/wctob.c: Likewise.
3203
3204         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
3205         position of next output character correctly.
3206         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
3207
3208         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
3209
3210         * stdlib/strtod.c: Don't use mbtowc.
3211
3212 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
3213
3214         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
3215         what we want is smaller than a buffer.
3216
3217 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
3218
3219         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
3220         this function.
3221
3222 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
3223
3224         * configure.in: Recognize --with-headers flag and determine
3225         commandline options to be used in compilation.
3226         * Makeconfig (+includes): Use $(sysincludes).
3227         * config.make.in (sysincludes): Define from SYSINCLUDES.
3228         * glibcbug.in: Use SYSINCLUDES information.
3229         Patches by Zack Weinberg.
3230
3231 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3232
3233         * glibcbug.in: On linux, report version of kernel headers seen
3234         by compiler.
3235
3236 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
3237
3238         * libc.map: Add __asprintf to GLIBC_2.1.
3239         * elf/dlerror.c: Use __asprintf, not asprintf.
3240         * libio/stdio.h: Declare __asprintf.
3241         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
3242         a weak alias.
3243
3244         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
3245         to avoid inclusion from libc_pic.a.
3246
3247         * elf/dl-runtime.c: Undo last patch.
3248
3249         * stdlib/strtod.c: Don't use mbtowc, use btowc.
3250
3251         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
3252         as default, use NULL.
3253
3254 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3255
3256         * resolv/Makefile: Include ../Makeconfig - needed for building
3257         static NSS module.
3258
3259 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3260
3261         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
3262         static-nss since we don't want hesiod in the static NSS.
3263
3264         * nss/Makefile: Build only nss_files as static.
3265
3266         * nss/function.def: Remove support for service db.
3267
3268 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
3269
3270         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
3271
3272 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
3273
3274         * posix/wordexp-test.c: Make IFS per test-case.
3275
3276 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3277
3278         * glibcbug.in: Report version of gcc in use.  Remove unused variable
3279         ENVIRONMENT.
3280
3281 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
3282
3283         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
3284         `-print-file-name' to find as and ld.
3285
3286 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
3287
3288         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
3289         template is wrong.  Remove unused varaible `ignored'.
3290
3291 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3292
3293         * libc.map: Export __libc_sa_len.
3294
3295         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
3296
3297 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
3298
3299         * iconv/gconv.c: Take care for NULL arguments.
3300         * iconv/gconv_dl.c: Make find_func function global.
3301         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
3302         Add prototypes for ASCII conversion functions.
3303         * iconv/gconv_simple.c: Add ASCII conversion functions.
3304         * locale/C-ctype.c: Correct charset name.
3305
3306         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
3307         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
3308         wcsmbsload.
3309         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
3310         * wcsmbs/mbrtowc.c: Likewise.
3311         * wcsmbs/mbsnrtowcs.c: Likewise.
3312         * wcsmbs/mbsrtowcs.c: Likewise.
3313         * wcsmbs/wcrtomb.c: Likewise.
3314         * wcsmbs/wcsnrtombs.c: Likewise.
3315         * wcsmbs/wcsrtombs.c: Likewise.
3316         * wcsmbs/wctob.c: Likewise.
3317         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
3318         prototypes for wmemr*.
3319         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
3320         * wcsmbs/wcsnlen.c: New file.
3321         * wcsmbs/wcsmbsload.c: New file.
3322         * wcsmbs/wcsmbsload.h: New file.
3323
3324         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
3325
3326         * manual/install.texi: Describe some more critical points.
3327
3328         * string/string.h: Add prototype for __strnlen.
3329         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
3330
3331         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
3332         much less predictable names.
3333         * sysdeps/posix/mkstemp.c: Likewise.
3334
3335 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3336
3337         * manual/libc.texinfo (Top): Change "file namespace" to "local
3338         namespace".
3339
3340         * manual/socket.texi: Change file namespace to local namespace.
3341         (Out-of-Band Data): Remove unneeded variable link.
3342         (Host Address Functions): Use uint32_t consequently and add a
3343         number of clarifications for IPv4/IPv6, classless addresses.
3344         (Internet Namespace): Added some paragraphs about IPv6.
3345         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3346
3347 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
3348
3349         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
3350
3351         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
3352         (NI_NUMERICHOST, et al.): Tidy up and add comments.
3353         (AI_NUMERICHOST): Define.
3354         (getnodebyname): New prototype.
3355         (AI_V4MAPPED, et al.): New constants.
3356
3357         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
3358         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
3359         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
3360         for socket.
3361         * sysdeps/unix/sysv/linux/sa_len.c: New file.
3362         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
3363
3364         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
3365
3366         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
3367         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
3368         * socket/Makefile (headers): Add bits/sockunion.h.
3369         * socket/sys/socket.h: Include <bits/sockunion.h>
3370         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
3371         <sys/socket.h>, to avoid getting sockaddr_union defined.
3372         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
3373         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3374         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
3375
3376         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
3377         (2.2.x kernels won't have it).
3378
3379 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
3380
3381         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
3382         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
3383         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
3384         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
3385
3386 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
3387
3388         * manual/socket.texi (Socket Addresses): Fix a typo.
3389         (Interface Naming): New section.
3390
3391 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3392
3393         * configure.in: Check for CC using $ac_tool_prefix, to handle
3394         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
3395         * config.make.in: Add MIG to be substituted.
3396         * mach/Machrules: Don't define MIG variable.
3397
3398         Patch by Gordon Matzigkeit <gord@profitpress.com>.
3399
3400 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
3401
3402         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
3403         strdupa to copy rpath.
3404
3405 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3406
3407         * configure.in: Fix gcc version check.
3408
3409         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
3410         confusing.
3411
3412 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
3413
3414         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
3415         of ptsname_r.
3416
3417         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
3418         like ttyname_r.
3419         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
3420         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
3421         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
3422         of __ptsname_r accordingly.
3423         * login/openpty.c (openpty): Likewise.
3424
3425 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
3426
3427         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
3428
3429 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3430
3431         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
3432
3433         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
3434
3435 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3436
3437         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
3438         return value for better error checking.
3439
3440 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
3441
3442         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
3443         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
3444
3445         * elf/elf.h (EM_SPARC64): Remove.
3446         (EM_SPARC32PLUS, EM_SPARCV9): Add.
3447         (HWCAP_SPARC_V9): Add.
3448
3449         * elf/ldsodefs.h (_dl_hwcap): Declare.
3450         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
3451         Weaken so dlopen from static progies works.
3452         (WEAKADDR): New macro.
3453         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
3454         (LD_SO_PRELOAD): New macro.
3455         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
3456         (elf_machine_rela): Weaken _dl_rtld_map.
3457
3458         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
3459         to __clone, and remove the later's alias.
3460         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
3461
3462         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
3463         the kernel's structure.
3464
3465         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
3466         Sparc needs a custom value of __KERNEL_NCCS.
3467
3468 1998-04-06  Richard Henderson  <rth@cygnus.com>
3469
3470         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
3471
3472         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
3473         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3474
3475 1998-04-06  Richard Henderson  <rth@cygnus.com>
3476
3477         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
3478         as the buffer is not properly aligned.
3479         Reported by Juan Cespedes <cespedes@debian.org>.
3480
3481 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3482
3483         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
3484         instead of AF_FILE.
3485
3486 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
3487
3488         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
3489         and wc*tomb* functions.
3490
3491 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
3492
3493         * sysdeps/unix/start.c: Fix typo.
3494
3495 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
3496
3497         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
3498
3499 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
3500
3501         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
3502         expressions and using array variables.
3503         * sysdeps/libm-ieee754/e_asin.c: Likewise.
3504         * sysdeps/libm-ieee754/e_j0.c: Likewise.
3505         * sysdeps/libm-ieee754/e_j1.c: Likewise.
3506         * sysdeps/libm-ieee754/e_log.c: Likewise.
3507         * sysdeps/libm-ieee754/e_pow.c: Likewise.
3508         * sysdeps/libm-ieee754/k_cos.c: Likewise.
3509         * sysdeps/libm-ieee754/k_sin.c: Likewise.
3510         * sysdeps/libm-ieee754/k_tan.c: Likewise.
3511         * sysdeps/libm-ieee754/s_atan.c: Likewise.
3512         * sysdeps/libm-ieee754/s_erf.c: Likewise.
3513         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
3514         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
3515         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
3516
3517 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
3518
3519         * iconv/gconv.c: Rewrite of the low-level of gconv.
3520         * iconv/gconv.h: Likewise.
3521         * iconv/gconv_builtin.h: Likewise.
3522         * iconv/gconv_close.c: Likewise.
3523         * iconv/gconv_db.: Likewise.
3524         * iconv/gconv_dl.c: Likewise.
3525         * iconv/gconv_int.h: Likewise.
3526         * iconv/gconv_open.c: Likewise.
3527         * iconv/gconv_simple.c: Likewise.
3528         * iconvdata/8bit-gap.c: Adapt for rewrite.
3529         * iconvdata/8bit-generic.c: Likewise.
3530         * iconvdata/euckr.c: Likewise.
3531         * iconvdata/iso646.c: Likewise.
3532         * iconvdata/iso6937.c: Likewise.
3533         * iconvdata/iso8859-1.c: Likewise.
3534         * iconvdata/johab.c: Likewise.
3535         * iconvdata/sjis.c: Likewise.
3536         * iconvdata/t61.c: Likewise.
3537         * iconvdata/uhc.c: Likewise.
3538
3539 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
3540
3541         * iconv/gconv_int.h: New file.  Internal header.
3542         * iconv/Makefile (distribute): Add gconv_int.h.
3543         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
3544         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
3545         * iconv/gconv_close.c: Likewise.
3546         * iconv/gconv_conf.c: Likewise.
3547         * iconv/gconv_db.c: Likewise.
3548         * iconv/gconv_dl.c: Likewise.
3549         * iconv/gconv_int.h: Likewise.
3550         * iconv/gconv_open.c: Likewise.
3551         * iconv/iconv.c: Likewise.
3552         * iconv/iconv_close.c: Likewise.
3553         * iconv/iconv_open.c: Likewise.
3554         * iconv/iconv_prog.c: Likewise.
3555
3556 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
3557
3558         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
3559         missing braces.
3560
3561 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3562
3563         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
3564
3565 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
3566
3567         Based on patch from Pat Beirne:
3568         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
3569         PIC and non-PIC now.  Correctly negate error number.
3570         (errno): Use `%' not `@' in .type directives.
3571
3572 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
3573
3574         * sysdeps/i386/strtok.S: Change to use single exit point.
3575         * sysdeps/i386/i686/strtok.S: Likewise.
3576
3577 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3578
3579         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
3580         default.
3581
3582 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3583
3584         * Makerules (installed-libcs): Fix typo.
3585
3586 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3587
3588         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
3589         (UHC-routines): Remove ksc5601.
3590
3591 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
3592
3593         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
3594         introduced in last change.
3595
3596 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
3597
3598         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
3599         before 2.1.92.
3600
3601 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3602
3603         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
3604
3605         * stdlib/isomac.c: Use -isystem instead of -I for system include
3606         dir.
3607
3608 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
3609
3610         * resolv/res_comp.c (underscorechar): New.
3611         (middlechar): Allow '_'.
3612
3613 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3614
3615         * intl/explodename.c (stdlib.h): Include that file only if
3616         STDC_HEADERS or _LIBC.
3617         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
3618         Patch by Philippe De Muyter <phdm@macqel.be>.
3619
3620 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3621
3622         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
3623         (AC_PROG_CHECK_VER): New macro.
3624         * configure.in: Use AC_PROG_CHECK_VER to check versions of
3625         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
3626
3627 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
3628
3629         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
3630         * sysdeps/i386/i686/strtok.S: New file
3631         * sysdeps/i386/i686/strtok_r.S: New file
3632
3633 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
3634
3635         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
3636         type to __off64_t.
3637         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
3638         parameter as __off64_t instead of __off_t.
3639         (ftello): Make alias for ftello64 instead of ftello.  Change
3640         return type to __off64_t.
3641
3642 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3643
3644         * sysdeps/i386/bits/string.h: Fix various typos.
3645         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
3646
3647         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
3648
3649 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3650
3651         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
3652         lchown syscall correctly.  [PR libc/541].
3653
3654 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
3655
3656         * localedata/Makefile: Correct testsuite rules.
3657
3658         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
3659         * iconvdata/iso646.c: Fix conversion from UCS4.
3660
3661         * elf/ldsodefs.h: Mark internal function with internal_function.
3662         * elf/dl-addr.c: Likewise.
3663         * elf/dl-close.c: Likewise.
3664         * elf/dl-debug.c: Likewise.
3665         * elf/dl-deps.c: Likewise.
3666         * elf/dl-error.c: Likewise.
3667         * elf/dl-fini.c: Likewise.
3668         * elf/dl-init.c: Likewise.
3669         * elf/dl-load.c: Likewise.
3670         * elf/dl-lookup.c: Likewise.
3671         * elf/dl-object.c: Likewise.
3672         * elf/dl-open.c: Likewise.
3673         * elf/dl-profile.c: Likewise.
3674         * elf/dl-reloc.c: Likewise.
3675         * elf/dl-runtime.c: Likewise.
3676         * elf/dl-symbol.c: Likewise.
3677         * elf/dl-version.c: Likewise.
3678         * elf/dlerror.c: Likewise.
3679         * sysdeps/generic/dl-sysdep.c: Likewise.
3680         * sysdeps/i386/dl-machine.h: Likewise.
3681         * intl/finddomain.c: Likewise.
3682         * intl/gettextP.h: Likewise.
3683         * intl/loadmsgcat.c: Likewise.
3684
3685 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
3686
3687         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
3688         * iconv/gconv_builtin.h: Add definitions for new builtins.
3689         * iconv/gconv.h: Add prototypes for new builtins.
3690
3691         * iconvdata/Makefile (modules): Add ISO646.
3692         Add rules for ISO646 module.
3693         (distribute): Add iso646.c.
3694         * iconvdata/gconv-modules: Add module and alias definition for
3695         ISO646 charsets.
3696         * iconvdata/iso646.c: New file.
3697
3698 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
3699
3700         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
3701         * iconv/iconv_prog.c: Implement --list option to print available
3702         coded character sets.
3703
3704 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3705
3706         Make fread() read large blocks straight to the user buffer.
3707
3708         * libio/fileops.c (_IO_file_xsgetn): New function.
3709         (_IO_file_jumps): Use it.
3710         * libio/libioP.h: Prototype it.
3711
3712 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3713
3714         * iconv/gconv_conf.c (builtin_aliases): New variable.
3715         (__gconv_read_conf): Add builtin aliases.
3716         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
3717         noop macro before including gconv_builtin.h.
3718         * iconv/gconv_builtin.h: Add alias names.
3719
3720         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
3721         number of converted bytes correctly.
3722
3723 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3724
3725         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
3726         we only wait for a replay.
3727
3728 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3729
3730         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
3731         EUC-KR modules.
3732
3733 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
3734
3735         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
3736         use PLTJMP() rather than explicit (PLT).
3737
3738         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
3739         __libc_start_main().
3740
3741         Based on patch from Pat Beirne:
3742         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
3743         Always define, not only #ifndef PIC.
3744         (DO_CALL): Pass fifth argument correctly in R4.
3745         (PSEUDO): Correct test for error, call syscall_error through PLT
3746         if PIC.
3747
3748 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
3749
3750         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
3751         definitions.
3752
3753 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3754
3755         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
3756         JOHAB.so.
3757
3758 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
3759
3760         * io/Makefile (static-only-routines): Add stat64, fstat64 and
3761         lstat64.
3762
3763 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3764
3765         * manual/Makefile: Use object-suffixes-for-libc instead of
3766         object-suffixes.
3767         * rpm/Makefile (install-lib): Likewise.
3768
3769 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3770
3771         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
3772
3773         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
3774         `m68*', not only `m68k'.
3775
3776 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3777
3778         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
3779
3780         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
3781         install lddlibc4.
3782
3783 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3784
3785         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
3786         EUC-KR.
3787
3788         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
3789         comment.
3790
3791 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
3792
3793         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
3794         the init stuff.
3795
3796 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3797
3798         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
3799         adjtimex syscall.
3800         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
3801         adjtimex.
3802         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
3803
3804 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3805
3806         * Makerules (install): Change comment for libc.so following the
3807         libc_nonshared changes.
3808
3809 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3810
3811         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
3812
3813         * iconvdata/gap.pl: Avoid using %#06x.
3814
3815 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3816
3817         * Makerules: Use $? instead of S^ when invoking ar.
3818
3819 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3820
3821         * db2/compat.h: Allow EFTYPE being defined.
3822         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
3823         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
3824         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
3825         * sysdeps/mach/bits/libc-lock.h: Fix typo.
3826         (__libc_once): Correctly unlock semaphore.
3827         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
3828         * sysdeps/unix/bsd/getpt.c: Fix typo.
3829         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
3830
3831 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3832
3833         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
3834         macros.
3835
3836 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
3837
3838         * include/mntent.h: New file.
3839
3840         * elf/Makefile (trusted-dirs.h): Append slash to filename.
3841         * elf/dl-load.c: Rewrite search path handling.
3842         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
3843         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
3844         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
3845         * elf/ldsodefs.h: Add prototype.
3846
3847 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3848
3849         * nss/nsswitch.c (__nss_lookup): Adjust comment.
3850
3851         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
3852         function.
3853
3854         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
3855
3856         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
3857         New function.
3858         (HWCAP_IMPORTANT): New definition.
3859
3860 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
3861
3862         * elf/dl-open.c (_dl_open): Fix a typo.
3863         (_dl_global_scope_alloc): Make it static.
3864
3865 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
3866
3867         * Makerules: Remove duplicate rules to handle stamp.oS.
3868
3869 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3870
3871         * manual/examples/inetsrv.c (main): Change prototype of
3872         make_socket following change in mkisock.c.
3873
3874         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
3875         example host.
3876         (main): Change prototype of init_sockaddr following change in
3877         isockadd.c.
3878
3879         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
3880         * manual/examples/isockad.c (init_sockaddr): Likewise.
3881
3882         * manual/examples/mkfsock.c (make_named_socket): Removed blank
3883         lines for clarification.
3884         (make_named_socket): Use strncpy instead of strcpy.
3885         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3886
3887 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
3888
3889         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
3890         determining libs to remove.
3891         (postclean): Add soversions.mk.
3892         * Makerules (common-mostlyclean): Add tests-static and generated
3893         files.
3894
3895 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
3896
3897         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
3898         scanning for \0.
3899         (__strncat_g): Add i686 specific code.
3900
3901 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3902
3903         * manual/install.texi (Reporting Bugs): Ask to include section
3904         names in reports.
3905
3906 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3907
3908         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
3909         guard against direct inclusion.
3910
3911 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3912
3913         Rework support for libc_nonshared.a:
3914         * Makeconfig (object-suffixes-for-libc): New variable.
3915         * Rules: Remove handling of static-only and shared-only routines.
3916         * Makerules: Handle them here instead.  Use
3917         object-suffixes-for-libc instead of object-suffixes when dealing
3918         with libc objects.
3919         (object-suffixes-for-rules): Remove variable.
3920         (elide-routines.oS): Elide all routines except static-only
3921         routines.
3922         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
3923         empty.
3924         (installed-libcs): Remove special case for .oS.
3925         (rmobjs): Likewise.
3926
3927 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3928
3929         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
3930         do-tst-rpmatch): New targets.
3931         (test): Use them.
3932         (install-locales): Ignore comment lines.
3933
3934 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3935
3936         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
3937         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
3938         ($(objpfx)rtldtbl.h): Likewise.
3939         (CPPFLAGS-dl-load.c): Fix reference to object directory.
3940
3941 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
3942
3943         * manual/string.texi (Finding Tokens in a String): Extend strsep
3944         description and correct example.
3945
3946 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3947
3948         * manual/socket.texi: Remove misguided explicit line breaks and
3949         fix the formatting problem instead by reformulating the
3950         paragraphs.
3951         * manual/filesys.texi: Likewise.
3952         * manual/conf.texi: Likewise.  Don't typeset table with index
3953         fonts, that looks worse than a minimally overfull line.
3954
3955 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3956
3957         * nscd/Makefile (nscd-modules): Move definition outside of
3958         conditional.
3959
3960         * pwd/Makefile: Use have-thread-library to test for thread
3961         library.
3962
3963 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3964
3965         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
3966
3967         * iconvdata/uhc.c (gconv): Remove unused variable idx.
3968
3969 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3970
3971         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
3972
3973 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
3974
3975         * nss/getXXent_r.c: Correctly handle failing setXXent function.
3976
3977         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
3978         Reported by Andreas Jaeger.
3979
3980 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
3981
3982         * elf/Makefile: Fix typo.
3983         (distribute): Add dl-librecon.h.
3984         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
3985         * elf/ldd.sh.in: Likewise.
3986         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
3987         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
3988         Use strsep correctly.
3989         (process_envvars): Allow platform specific variables.
3990         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
3991         (_dl_load_cache_lookup): Test cache IDs found against
3992         _dl_correct_cache_id.
3993         * sysdeps/generic/dl-librecon.h: New file.
3994         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
3995
3996         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
3997
3998 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
3999
4000         * config.make.in (ldd-rewrite-script): New variable.
4001         * configure.in: Substitute ldd-rewrite-script.
4002         * elf/Makefile: Rewrite rules to generate ldd script.
4003         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
4004         * elf/ldd.sh.in: Likewise.
4005         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
4006         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
4007         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
4008         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
4009         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
4010
4011 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4012
4013         * inet/rcmd.c (iruserok): Remain setuid to the local user
4014         while .rhosts is actually read, to make .rhosts-over-NFS work
4015         (PR libc/524).  Use iruserfopen() for security checks on both
4016         hosts.equiv and .rhosts.  General cleanup.
4017         (iruserfopen): New function, performs careful checking on
4018         hosts.equiv/.rhosts files.  Disallows all the old forbidden
4019         stuff plus hard links to files.
4020
4021 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
4022
4023         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
4024
4025         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
4026
4027 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
4028
4029         * sysdeps/i386/i486/bits/string.h: Fix typos.
4030
4031 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
4032
4033         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
4034         strong alias.
4035
4036         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
4037
4038         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
4039         Added.  Used by libm.so on alpha.
4040
4041 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4042
4043         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
4044         defined.
4045
4046 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
4047
4048         * Makerules (object-suffixes-for-rules): Add .oS only for
4049         building shared library.
4050         Add ranlib rule for nonshared library.
4051         (rmobjs): Fix typo.
4052
4053         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
4054         into for shared library only.
4055         (CPPFLAGS-.oS): Add -DPIC.
4056         (libtypes): Use $(object-suffixes-for-rules) instead of
4057         $(object-suffixes).
4058
4059 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
4060
4061         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
4062         and install lddlibc4.
4063
4064 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4065
4066         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
4067         hash.
4068         * iconvdata/gaptab.pl: Likewise.
4069
4070 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
4071
4072         * Rules: Allow Makefiles to specify test-static for tests which
4073         cannot be linked dynamically.
4074         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
4075         tests-static.
4076
4077         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
4078
4079         * misc/error.c: Pretty print.
4080
4081 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4082
4083         * Makerules (libc_nonshared-name): Remove variable.
4084         (installed-libcs): Use libc-name instead.
4085         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
4086         dynamic linker.
4087
4088         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
4089         libc.a.  Remove explicit reference to dynamic linker.
4090
4091 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
4092
4093         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
4094         to wchar_t.
4095         * iconv/iconv_prog.c: Correctly test for write failure.
4096         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
4097         * iconvdata/gconv-modules: Likewise.
4098         * iconvdata/euckr.c: New file.
4099         * iconvdata/johab.c: New file.
4100         * iconvdata/ksc5601.c: New file.
4101         * iconvdata/ksc5601.h: New file.
4102         * iconvdata/uhc.c: New file.
4103         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
4104
4105         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
4106         * stdio/fopen.c: Correct handling of 'x' flag.
4107         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
4108
4109 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4110
4111         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
4112         * sunrpc/rpcsvc/key_prot.x: Likewise.
4113         * sunrpc/key_prot.c: Likewise.
4114
4115 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
4116
4117         * sysdeps/i386/bits/string.h: Correct things which never worked.
4118         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
4119         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
4120
4121 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
4122
4123         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
4124         defined.  Reported by Thorsten Kukuk.
4125
4126 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
4127
4128         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
4129
4130 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4131
4132         * manual/install.texi (Supported Configurations): Add
4133         arm-linuxaout and arm-none.
4134
4135 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4136
4137         * version.h (VERSION): Bump to 2.0.93.
4138
4139 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
4140
4141         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
4142
4143         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
4144
4145         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
4146         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
4147
4148 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4149
4150         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
4151
4152 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4153
4154         Put the static-only routines in a separate library.
4155         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
4156         variables.
4157         (all-object-suffixes): Add .oS.
4158         * Makerules (libc_static-name): New variable.
4159         (installed-libcs): Add libc_nonshared.a.
4160         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
4161         (object-suffixes-for-rules): New variable.  Use it instead of
4162         object-suffixes for generating compilation rules.
4163         (rmobjs): Also remove *.oS.
4164         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
4165         ($(objpfx)stamp.oS): New target.
4166
4167 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4168
4169         * Makefile (FAQ): Automatically check in regenerated FAQ.
4170
4171 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4172
4173         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
4174
4175 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
4176
4177         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
4178         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
4179
4180         * sysdeps/generic/stub_warning: Removed.
4181
4182         * Makefile (distribute): Add include/des.h.
4183
4184         * manual/Makefile (distribute): Change dir-add.texi to
4185         dir-add.texinfo.
4186
4187         * glibcbug.in: Create files safely when mktemp is not available.
4188
4189         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
4190         Patch by a sun <asun@saul1.u.washington.edu>.
4191
4192 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4193
4194         * libc.map: Rename getname to getnetname.
4195
4196 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
4197
4198         * manual/maint.texi: Use supported platform in examples.
4199
4200         * manual/install.texi: Document some installation tips.
4201
4202 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
4203
4204         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
4205         Fix a bug so that it returns an error if a numeric parameter is
4206         unset and WRDE_UNDEF is set.
4207         Patch by Andreas Schwab and Tim Waugh.
4208         * posix/wordexp-test.c: Add new new test.
4209
4210 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
4211
4212         * posix/regex.c (regex_compile): Last patch wasn't entirely
4213         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
4214
4215 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4216
4217         * manual/filesys.texi (Scanning Directory Content): Fix typo.
4218
4219 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
4220
4221         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
4222         clobbered registers don't appear as operands.
4223
4224 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4225
4226         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
4227         Solaris' sake.
4228
4229         * posix/regex.c (regex_compile): Don't allow non-alphabet
4230         characters in character set name.
4231
4232 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
4233
4234         * posix/wordexp.c (w_newword): New function.
4235         (do_parse_glob): New function.
4236         (parse_glob): Use do_parse_glob.  Now handles the case where a
4237         variable expansion causes a field-split.
4238         (wordexp): Use w_newword.
4239         (parse_arith): Likewise.
4240         (exec_comm): Likewise.
4241         (parse_comm): Likewise.
4242         (parse_param): Likewise.
4243         (parse_backtick): Likewise.
4244
4245 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
4246
4247         * posix/wordexp-tst.sh: Another test.
4248
4249         * posix/wordexp-test.c: Two new tests.
4250
4251         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
4252         directly (the code using realloc was buggy).
4253         (parse_param): Fix typo in comment.
4254
4255 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4256
4257         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
4258
4259 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4260
4261         * libc.map: Add more rpc auth functions/variables.
4262
4263         * nscd/nscd.c: Add -g option to argp options.
4264
4265 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4266
4267         * configure.in: Be prepared for gcc 2.9.10 and up.
4268         * configure.in: Add missing disabling of quote characters in
4269         compiler version check.  Reported by HJ Lu.
4270
4271 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4272
4273         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
4274
4275 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4276
4277         * intl/locale.alias: Fix spelling of romanian.
4278
4279         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
4280         (distribute): Remove des.h.
4281         * include/des.h: New file.
4282         * sunrpc/des.h: Moved to ...
4283         * sunrpc/rpc/rpc_des.h: ...here.
4284
4285 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
4286
4287         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
4288         Fix paren.
4289
4290 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4291
4292         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
4293         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
4294
4295 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4296
4297         * elf/ldsodesf.h: New file.
4298         * elf/Makefile (distribute): Add ldsodefs.h.
4299         * elf/link.h: Separate internal information in exter header.
4300         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
4301         * elf/dl-minimal.c: Likewise.
4302         * sysdeps/generic/dl-sysdep.c: Likewise.
4303         * elf/sprof.c: Likewise.
4304         * elf/dlsym.c: Likewise.
4305         * elf/dlvsym.c: Likewise.
4306         * elf/dlerror.c: Likewise.
4307         * elf/dladdr.c: Likewise.
4308         * elf/dlclose.c: Likewise.
4309         * elf/dlopen.c: Likewise.
4310         * elf/dl-addr.c: Likewise.
4311         * elf/dl-close.c: Likewise.
4312         * elf/dl-debug.c: Likewise.
4313         * elf/dl-deps.c: Likewise.
4314         * elf/dl-error.c: Likewise.
4315         * elf/dl-fini.c: Likewise.
4316         * elf/dl-init.c: Likewise.
4317         * elf/dl-load.c: Likewise.
4318         * elf/dl-lookup.c: Likewise.
4319         * elf/dl-object.c: Likewise.
4320         * elf/dl-open.c: Likewise.
4321         * elf/dl-profile.c: Likewise.
4322         * elf/dl-reloc.c: Likewise.
4323         * elf/dl-runtime.c: Likewise.
4324         * elf/dl-support.c: Likewise.
4325         * elf/dl-symbol.c: Likewise.
4326         * elf/dl-version.c: Likewise.
4327         * sysdeps/generic/dl-cache.c: Likewise.
4328         * sysdeps/generic/libc-start.c: Likewise.
4329         * iconv/gconv_dl.c: Likewise.
4330         * nss/nsswitch.c: Likewise.
4331
4332 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
4333
4334         * manual/nss.texi: The database is not called network but networks.
4335         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
4336
4337 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4338
4339         * configure.in: Correct test for compiler version.
4340         Check that LD_LIBRARY_PATH doesn't contain current path.
4341
4342 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
4343
4344         * elf/dl-close.c (_dl_close): Fix byte count while removing
4345         the shared object from the global scope list and optimize
4346         a little bit.
4347
4348 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4349
4350         * manual/filesys.texi (Scanning Directory Content): Add missing
4351         closing brace.
4352         (Scanning Directory Content): Fix text.
4353
4354 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4355
4356         * manual/memory.texi (Heap Consistency Checking): Add paragraph
4357         explaining difference of -lmcheck and MALLOC_CHECK_.
4358
4359 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4360
4361         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
4362         typos in comments.
4363
4364 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4365
4366         * test-skeleton.c (main): Fix test for exit signal.
4367
4368 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4369
4370         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
4371
4372 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4373
4374         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
4375         appropriate.
4376
4377 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4378
4379         * libc.map: Export __strtok_r.
4380
4381 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
4382
4383         * posix/regex.c (re_compile_fastmap): Remove unused variable
4384         num_regs and adjust comment.
4385         Patch by Jim Meyering <meyering@ascend.com>.
4386
4387         * math/math.h (M_*l): Extend long double constants to be usable
4388         for 128 bit floats.  Patch by Richard Henderson.
4389
4390 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4391
4392         * sysdeps/m68k/m68020/wordcopy.S: New file.
4393
4394 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
4395
4396         * posix/wordexp.c: Rewrite parse_param.
4397         Patch by Tim Waugh and Andreas Schwab.
4398
4399 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4400
4401         * Rules: Update timestamps on empty object files.
4402
4403 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
4404
4405         * manual/filesys.texi (Scanning Directory Content): Add description
4406         of 64 bits scandir function and friends.
4407
4408 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4409
4410         * glibcbug.in: Use mktemp to generate unique file name for
4411         temporary files.
4412
4413         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
4414         ptsname_r.  Use cast for execve call.
4415
4416 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
4417
4418         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
4419         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
4420         * io/sys/statvfs.h: New file.
4421         * sysdeps/generic/fstatvfs.h: New file.
4422         * sysdeps/generic/statvfs.h: New file.
4423         * sysdeps/generic/fstatvfs64.h: New file.
4424         * sysdeps/generic/statvfs64.h: New file.
4425         * sysdeps/generic/bits/statvfs.h: New file.
4426         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
4427         * sysdeps/unix/sysv/linux/statvfs.c: New file.
4428         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
4429
4430         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
4431         and f_ffree elements.
4432
4433         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
4434         mount options in enum.
4435
4436 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4437
4438         * configure.in: Check for recent egcs/gcc.
4439
4440 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4441
4442         * libc.map: Add alphasort64, scandir64, versionsort64.
4443         * dirent/Makefile (routines): Add scandir64, alphasort64, and
4444         versionsort64.
4445         * dirent/alphasort64.c: New file.
4446         * dirent/scandir64.c: New file.
4447         * dirent/versionsort64.c: New file.
4448         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
4449         versionsort.
4450         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
4451         old name weak alias.
4452         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
4453
4454         * dirent/alphasort.c: Use strcoll instead of strcmp.
4455
4456         * dirent/scandir.c: Optimize a bit.
4457
4458         * dirent/versionsort.c: Pretty print.
4459
4460 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4461
4462         * string/string.h: Add prototype for __strtok_r.
4463
4464 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4465
4466         * posix/Makefile: Fix typo in last change.
4467
4468 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4469
4470         * dirent/dirent.h (scandir): Make argument of select function const.
4471         * dirent/scandir.c (scandir): Likewise.
4472         Reported by David.Faure@insa-lyon.fr [PR libc/512].
4473
4474 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
4475
4476         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
4477         weak alias.
4478         * sysdeps/i386/strtok_r.c: Likewise.
4479
4480         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
4481         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
4482         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
4483         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
4484         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
4485         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
4486
4487 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4488
4489         * intl/localealias.c: Remove unneeded define for strdup.
4490
4491 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
4492
4493         * manual/argp.texi: Adjust for better TeX output.
4494         * manual/arith.texi: Likewise.
4495         * manual/conf.texi: Likewise.
4496         * manual/filesys.texi: Likewise.
4497         * manual/header.texi: Likewise.
4498         * manual/lgpl.texinfo: Likewise.
4499         * manual/math.texi: Likewise.
4500         * manual/message.texi: Likewise.
4501         * manual/pattern.texi: Likewise.
4502         * manual/process.texi: Likewise.
4503         * manual/signal.texi: Likewise.
4504         * manual/socket.texi: Likewise.
4505         * manual/startup.texi: Likewise.
4506         * manual/stdio.texi: Likewise.
4507         * manual/terminal.texi: Likewise.
4508         * manual/examples/rprintf.c: Likewise.
4509         * manual/examples/testopt.c: Likewise.
4510         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4511
4512 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
4513
4514         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
4515         parameter name after seeing a digit if it's enclosed in braces.
4516
4517 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4518
4519         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
4520
4521 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4522
4523         * manual/memory.texi (Heap Consistency Checking): Document
4524         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
4525
4526 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4527
4528         * manual/Makefile: Add missing rules.
4529
4530 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4531
4532         * timezone/Makefile (generated): Define to remove all stamp files.
4533
4534         * sysdeps/generic/strsep.c: Also undefine __strsep.
4535
4536         * string/strdup.c: Undefine __strdup and strdup first.
4537         * string/strndup.c: Likewise.
4538
4539         * string/bits/string2.h: Correct strtok_r and strsep.
4540         Add strndup optimization.
4541
4542         * sysdeps/generic/strsep.c: Little optimization.
4543
4544 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
4545
4546         * string/bits/string2.h: Add optimization for strdup.
4547         Always define __strsep and __strtok_r and make real names available
4548         when feature select macros are defined.
4549
4550 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4551
4552         * manual/install.texi (Installation): Use i486-linux as example
4553         instead of the unsupported sunos4.
4554         (Reporting Bugs): Mention glibcbug script.
4555         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
4556
4557 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4558
4559         * posix/wordexp-tst.sh: Make portable.  Add more tests.
4560
4561         * posix/Makefile (do-globtest do-wordexp-test): New targets.
4562
4563 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
4564
4565         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
4566         * sysdeps/generic/libc-start.c: ...here, replacing former content.
4567
4568         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
4569         netpacket/packet.h.
4570
4571         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
4572
4573 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4574
4575         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
4576         in enumerator for strict standard compliance.
4577         * sysdeps/generic/bits/resource.h: Likewise.
4578
4579 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
4580
4581         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
4582         (PLTJMP): New macro.
4583
4584         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
4585         longjmp() when floating point enabled.
4586         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
4587         * sysdeps/arm/__longjmp.S: Remove floating point code.
4588         * sysdeps/arm/setjmp.S: Likewise.
4589
4590         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
4591         * sysdeps/arm/bsd-_setjmp.S: Likewise.
4592
4593         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
4594         memset().
4595
4596         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
4597         prototype.
4598
4599 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
4600
4601         Based on patches from Pat Beirne and Scott Bambrough:
4602
4603         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
4604
4605         * sysdeps/arm/bits/fenv.h: New file.
4606
4607         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
4608         * sysdeps/arm/elf/setjmp.S: Likewise.
4609         * sysdeps/arm/elf/start.S: Likewise.
4610         * sysdeps/arm/init-first.c: Likewise.
4611         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
4612         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
4613         comment about floating point to reflect current reality.
4614
4615         * sysdeps/unix/arm/brk.S: Support PIC.
4616         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
4617         re-entrant code.
4618         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
4619         return; call syscall_error through PLT.
4620         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
4621
4622 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
4623
4624         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
4625         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
4626         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
4627
4628 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4629
4630         * dirent/list.c (test): Return error value.
4631         (main): Exit with error value.
4632
4633         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
4634
4635         * Makefile (distribute): Add test-skeleton.c.
4636         * test-skeleton.c: New file.
4637         * dirent/Makefile (tests): Add opendir-tst1.
4638         * dirent/opendir-tst1.c: New file.
4639
4640 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4641
4642         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
4643         Optimize memory handling.
4644         * sysdeps/unix/closedir.c: Optmize memory handling.
4645
4646 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
4647
4648         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
4649         handling.  Optimize a bit.
4650
4651 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
4652
4653         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
4654         (parse_param): Fold in Andreas' fixes to do with when the end of
4655         the parameter name has been reached, and quoting inside ${...}.
4656         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
4657         $((echo);(ls)).
4658
4659 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4660
4661         * manual/maint.texi: Split out installation and contribution
4662         sections to their own appendices.  Misc cleanups.
4663         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
4664         * manual/contrib.texi: New file.
4665         * manual/libc.texinfo: Pull in new appendices.
4666         * manual/header.texi: Correct node pointer.
4667
4668 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4669
4670         * manual/process.texi (Process Completion): Clarify return value
4671         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
4672
4673 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4674
4675         * posix/wordexp-test.c: Add more tests.
4676         (testit): Fix logic.
4677
4678         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
4679         /dev/null instead of closing it, close pipe.  Always chop off all
4680         trailing newlines.  Kill and reap child before returning error.
4681         (w_addword, parse_glob): Fix memory leak.
4682         (wordexp): Fix dangling pointer problem.
4683
4684 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
4685
4686         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
4687
4688         * posix/wordexp-test.c (main): Fix little thinkos and typos.
4689
4690         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
4691         directory index by only the language.
4692
4693 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
4694
4695         * posix/wordexp-tst.sh: Store test results in the
4696         ${common_objpfx}posix directory.
4697
4698         * posix/wordexp-test.c: Remove temporary directory afterwards.
4699
4700 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4701
4702         * libc.map: Export internal versions of cancelable functions.
4703
4704 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4705
4706         * Makerules (MAKEFLAGS): Append `r'.
4707
4708 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4709
4710         * Makeconfig: Define have-thread-library, shared-thread-library
4711         and static-thread-library if a thread library is available.  Don't
4712         define rt.
4713         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
4714         nscd-routines to nscd-modules.  Use shared-thread-library and
4715         static-thread-library in dependencies.
4716         * rt/Makefile: Only compile librt if have-thread-library is
4717         defined.
4718         * Makefile (subdirs): Always include rt subdir.
4719
4720 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4721
4722         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
4723
4724 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
4725
4726         * configure.in: Recognize variations for 32 MIPS processors.
4727         Don't assume ELF systems always have .weak, test for .weakext.
4728
4729 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
4730
4731         * configure.in: Irix6 is an ELF platform.
4732
4733 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
4734
4735         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
4736         unmapping the last loaded segment.
4737
4738 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
4739
4740         * configure.in: Set base_os for Irix6.
4741         Correct test for .weakext.
4742
4743 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4744
4745         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
4746         (new_line) to _dl_debug_message call.
4747
4748 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
4749
4750         * posix/wordexp.c (parse_param): Perform field-splitting after
4751         expanding positional parameter.
4752
4753         * posix/wordexp-tst.sh: Test that field-splitting is performed
4754         after expanding positional parameter.
4755
4756         * posix/wordexp.c (parse_param): Fixed memory leak in
4757         field-splitting after parameter expansion.
4758
4759 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
4760
4761         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
4762         (get_toplvl_escape): Correctly terminate loop at EOF.
4763         Patch by Cristian Gafton <gafton@redhat.com>.
4764
4765 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
4766
4767         * string/tester.c (test_strpbrk): Add more strpbrk tests.
4768         (test_strsep): Likewise.  Correct horrible bugs.
4769
4770         * string/bits/string2.h (strcspn): Optimize also reject string of
4771         length 2 and 3.
4772         (strspn): Likewise.
4773         (strpbrk): Likewise.
4774         (strsep): Likewise.  Correct bug with successive separators and
4775         separators at the end of the string.
4776         * sysdeps/generic/strsep.c: Correct bug with successive separators
4777         and separators at the end of the string.
4778
4779 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4780
4781         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
4782         etc) now handled, as well as $$ (pid).
4783
4784         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
4785         (distribute): Add wordexp-tst.sh.
4786
4787         * posix/wordexp-tst.sh: New file.
4788
4789         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
4790         number of positional parameters.  Renamed substitute_length to
4791         seen_hash.
4792         Don't free(env) is env is NULL.
4793
4794 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
4795
4796         * libc.map: Add pthread_attr_init to GLIBC_2.1.
4797
4798 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
4799
4800         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
4801         for output file replacing gmon.out.
4802         Patch by Dean Gaudet <dgaudet@arctic.org>.
4803
4804 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4805
4806         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
4807         up namespace.  Optimize finding end of line.
4808
4809 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4810
4811         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
4812         securely.  Optimized.
4813         (process_dl_debug): Add ':' to list of separators.  Optimized.
4814
4815 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4816
4817         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
4818         isless, islessequal, islessgreater, isunordered): Return zero or
4819         one.
4820
4821 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4822
4823         * posix/wordexp-test.c: More tests.
4824         (main): Set up arena for pathname expansion tests (in a temporary
4825         directory).
4826         (testit): Don't check word count or word vector if return value is
4827         non-zero.
4828
4829         * posix/wordexp.c (exec_comm): Always chop off terminating
4830         linefeed (just like bash does).
4831         (parse_param): Change lots of occurrences of "if (!*env)" to "if
4832         (!env || !*env)".
4833         (parse_param): For assignment inside parameter expansion, use all
4834         expanded words in assignment rather than just the first.
4835         (parse_param): Corrected return value for parameter expansion of
4836         an unset variable when WRDE_UNDEF is in effect.
4837         (parse_dollars): Don't field-split if quoted.
4838         (wordexp): Opening brace character isn't allowed unquoted.
4839
4840 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4841
4842         * elf/dlerror.c: Fix concurrency problems with error string and
4843         number.
4844
4845         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
4846         filter/auxiliary are being loaded.
4847
4848 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
4849
4850         * elf/dlerror.c (last_object_name): Removed.
4851         (dlerror): Don't use last_object_name.
4852         (_dl_error_run): Omit second argument to _dl_catch_error.
4853         * elf/dl-error.c (struct catch): Remove objname member.
4854         (_dl_signal_error): Construct string including objname when given.
4855         (_dl_catch_error): Remove objname handling.
4856         * elf/link.h (_dl_catch_error): Fix prototype and comment.
4857         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
4858         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
4859         * nss/nsswitch.c (nss_dlerror_run): Likewise.
4860         * iconv/gconv_dl.c (dlerror_run): Likewise.
4861         [Corrects PR libc/501].
4862
4863 1998-03-12  Matthias Urlichs <smurf@noris.de>
4864
4865         * nscd/nscd.c: Ignore SIGPIPE.
4866
4867 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4868
4869         * nscd/nscd_getgr_r.c: Use __ protected names.
4870         * nscd/nscd_getpw_r.c: Likewise.
4871
4872 1998-03-12  Matthias Urlichs <smurf@noris.de>
4873
4874         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
4875         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
4876         null bytes are not transmitted.
4877
4878 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4879
4880         * powerpc/syscalls.list: Correct typo.
4881         * alpha/syscalls.list: Likewise.
4882         * mips/syscalls.list: Likewise.
4883
4884 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4885
4886         * socket/sys/socket.h: Add prototype for __socket.
4887
4888 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4889
4890         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
4891
4892         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
4893         constants.
4894
4895         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
4896         definition here.
4897         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
4898         definition here.
4899
4900         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
4901         AF_* and PF_* constants.
4902
4903         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
4904
4905 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
4906
4907         * elf/rtld.c: Update help message.
4908         Install link maps for preloaded objects using main_map as loader.
4909
4910         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
4911         * elf/dl-profile.c: Likewise.
4912
4913         * elf/dlsym.c: Little optimization.
4914         * elf/dlvsym.c: Likewise.
4915
4916 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
4917
4918         * posix/wordexp-test.c: Move test for parameter list at the very
4919         beginning.
4920
4921 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4922
4923         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
4924         WRDE_REUSE flag is set.
4925         (parse_param): Allow `*', `@', and numbers in parameter names.
4926         (parse_dollars): Differentiate between arithmetic expansion and a
4927         command substitution that starts immediately with a sub-shell
4928         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
4929         (parse_param): Memory allocated with __alloca in a block was
4930         referenced outside that block.  Adjusted to use malloc/free.
4931         (parse_param): Adjusted field-splitting algorithm so that there is
4932         not necessarily a field split at the end of a parameter expansion.
4933
4934 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
4935
4936         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
4937         don't free words that have already been allocated.
4938         (parse_param): A dollar sign on its own will never have a pattern
4939         associated with it (like "${HOME%%/}" has), so don't try to free it.
4940         (parse_glob): Attempt to glob when an unquoted `[' is found
4941         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
4942         (parse_glob): Sorted out quoting in a glob-able word.
4943         (parse_param): Added $* and $@ handling.
4944
4945 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4946
4947         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
4948         parsing it.
4949
4950 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4951
4952         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
4953         _dl_debug_message.
4954
4955 1998-03-12  Matthias Urlichs  <smurf@noris.de>
4956
4957         * elf/dl-misc.c: Default for debug output should be stderr.
4958         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
4959         * elf/dl-lookup.c: reference_name may be NULL or empty.
4960
4961 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4962
4963         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
4964
4965 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4966
4967         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
4968
4969         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
4970
4971 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4972
4973         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
4974         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
4975
4976 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4977
4978         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
4979         init stuff.
4980
4981 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4982
4983         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
4984         flag.
4985
4986         * misc/syslog.c (vsyslog): Don't try to send if not connected to
4987         syslog daemon.
4988         (closelog_internal): Don't do anything if not connected.
4989
4990 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
4991
4992         * libc.map: Add _dl_debug_message.
4993         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
4994         before every line.
4995         * elf/fini.c: Correctly use new _dl_debug_message function.
4996         * elf/init.c: Likewise.
4997         * elf/dl-lookup.c: Likewise.
4998         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
4999         * elf/dl-load.c: Likewise.  Add more debugging prints.
5000         * elf/dl-reloc.c: Likewise.
5001         * elf/dl-version.c: Likewise.
5002         * elf/dl-support.c: Add variables for debugging.
5003         * elf/rtld.c: Likewise.  Recognize new debug options.
5004         * elf/link.h: Declare new variables.
5005
5006         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
5007
5008 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
5009
5010         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
5011         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
5012
5013 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
5014
5015         * posix/wordexp-test.c (command_line_test): New function to allow
5016         testing of specific cases from the command-line.
5017
5018 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
5019
5020         * elf/dl-init.c (_dl_init_next): Print nicer messages.
5021         * elf/dl-fini.c (_dl_fini): Likewise.
5022         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
5023
5024         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
5025         symbol in debug message.
5026         (_dl_lookup_versioned_symbol_skip): Likewise.
5027
5028 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
5029
5030         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
5031         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
5032         * manual/filesys/texi: Document this.
5033
5034 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
5035
5036         * manual/filesys.texi: Document the change below.
5037
5038 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5039
5040         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
5041         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
5042
5043 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
5044
5045         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
5046         instead scope.  If debugging display information about symbol
5047         resolving.
5048         (_dl_lookup_symbol): Call do_lookup with correct parameters.
5049         (_dl_lookup_symbol_skip): Likewise.
5050         (_dl_lookup_versioned_symbol): Likewise.
5051         (_dl_lookup_versioned_symbol_skip): Likewise.
5052         * elf/dl-support.c: Define _dl_debug_symbols.
5053         * elf/link.h: Add declaration for _dl_debug_symbols.
5054         * elf/rtld.c: Define _dl_debug_symbols.
5055         (process_dl_debug): Recognize symbols option.
5056
5057 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
5058
5059         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
5060         in correct format.
5061         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
5062         with correct parameters.
5063         [!PIC]: Initialize __libc_multiple_libcs.
5064
5065 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
5066
5067         * elf/dl-support.c (_dl_debug_bindings): Add definition.
5068         * elf/rtld.c (_dl_debug_bindings): Add definition.
5069         (process_dl_debug): Recognize bindings option.  Update help message.
5070         * elf/link.h (struct link_map): Add l_versyms member.
5071         (_dl_debug_bindings): Add declaration.
5072         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
5073         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
5074         and l_reloc_result.
5075         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
5076         (sym_val): Remove a member, add m as link_map.
5077         (do_lookup): Return result appropriately.
5078         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
5079         Call do_lookup correctly.
5080         (_dl_lookup_symbol_skip): Likewise.
5081         (_dl_lookup_versioned_symbol): Likewise.
5082         (_dl_lookup_versioned_symbol_skip): Likewise.
5083
5084 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
5085
5086         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
5087         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
5088
5089         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
5090         * libc.map: Add chown to GLIBC_2.1.
5091         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
5092         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
5093
5094 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5095
5096         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
5097         weak alias.
5098         * sysdeps/alpha/ffs.c: Likewise.
5099         * sysdeps/am29k/ffs.c: Likewise.
5100         * sysdeps/i386/ffs.c: Likewise.
5101         * sysdeps/i960/ffs.c: Likewise.
5102         * sysdeps/m68k/ffs.c: Likewise.
5103         * sysdeps/m88k/ffs.c: Likewise.
5104         * sysdeps/powerpc/ffs.c: Likewise.
5105         * sysdeps/rs6000/ffs.c: Likewise.
5106         * sysdeps/vax/ffs.s: Likewise.
5107         * string/string.h: Declare __ffs.
5108         * libc.map: Export it.
5109         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
5110         __builtin_ffs, which is not guaranteed to be namespace clean.
5111
5112 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5113
5114         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
5115         table, which is much more likely to exist than debugging symbols.
5116         (printsym): Remove const.
5117         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
5118         header table.
5119
5120         * libc.map: Export __profile_frequency, used by elf/sprof, to
5121         avoid infinite recursion during startup.
5122
5123 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5124
5125         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
5126         Readd lost negate.
5127
5128         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
5129
5130 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
5131
5132         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
5133
5134 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
5135
5136         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
5137         LD_PRELOAD, and LD_VERBOSE.
5138         (dl_main): Use global variables set by process_envvars instead of
5139         calling getenv.
5140         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
5141         LD_LIBRARY_PATH value, this comes with the parameter.
5142         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
5143         ("LD_LIBRARY_PATH") to _dl_init_paths.
5144
5145 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
5146
5147         * elf/rtld.c (dl_main): Delay initialization of path structure if
5148         the dynamically linker is invoked implicitly until we read the
5149         dynamic section.
5150
5151 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
5152
5153         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
5154
5155 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5156
5157         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
5158         Linux 2.0 and 2.1.
5159
5160         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
5161
5162 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
5163
5164         * Makeconfig (nisobjdir): Set to path to nis directory.
5165         (rpath-link): Add nisobjdir.
5166         Patch by Sven Verdoolaege <skimo@kotnet.org>.
5167
5168         * elf/Makefile: Pretty print.
5169         * elf/dl-lookup.c: Include unistd.h.
5170         * elf/dl-runtime.c: Likewise.
5171
5172         * localedata/Makefile (test-srcs): Add tst-rpmatch.
5173         (distribute): Add tst-rpmatch.sh.
5174         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
5175
5176         New tests for rpmatch function by
5177         Jochen Hein <jochen.hein@delphi.central.de>.
5178         * localedata/tst-rpmatch.c: New file.
5179         * localedata/tst-rpmatch.sh: New file.
5180
5181         * localedata/locales/de_DE: Correct yesexpr and noexpr.
5182         * localedata/locales/de_AT: Likewise.
5183
5184         * posix/getopt.c: Update contact address.
5185         * posix/getopt1.c: Pretty print.
5186
5187         * sysdeps/generic/libc-start.c: Do most of the initialization now
5188         here instead of in start.S.
5189         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
5190         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
5191
5192         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
5193         profil_counter to be public.
5194
5195 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
5196
5197         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
5198         (parse_param): Coded parameter length expansion (${#var}).
5199         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
5200         (parse_param): Cleaned up (fixed) error handling.
5201
5202         * posix/wordexp-test.c: IFS now includes non-whitespace character
5203         (comma).  Added more tests.
5204
5205 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
5206
5207         * elf/link.h: Fix typos.
5208         Reported by Andreas Jaeger.
5209
5210         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
5211         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
5212
5213 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
5214
5215         * argp/argp-help.c: Remove last bits of using gettext instead of
5216         dgettext.
5217
5218 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
5219
5220         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
5221         __libc_start_main.
5222         * csu/Makefile (routines): Add libc-start.
5223         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
5224         * elf/dl-lookup.c: Likewise.
5225         * elf/dl-version.c: Likewise.
5226         * sysdeps/i386/dl-machine.h: Likewise.
5227         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
5228         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
5229         _dl_sysdep_message macros which use _dl_sysdep_output.
5230         * elf/dl-fini.c: Write out which destructor is called while debugging.
5231         * elf/dl-init.c: Likewise for constructor.
5232         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
5233         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
5234         _dl_sysdep_message.  Add _dl_sysdep_output.
5235         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
5236         this file can be opened.
5237         For LD_DEBUG=libs also set _dl_debug_impcalls.
5238         * sysdeps/generic/dl-cache.c: Include unistd.h.
5239         * sysdeps/generic/libc-start.c: New file.
5240         * sysdeps/unix/sysv/linux/libc-start.c: New file.
5241         * sysdeps/i386/elf/start.S: Don't call main directly, call
5242         __libc_start_main instead.
5243
5244         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
5245
5246 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
5247
5248         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
5249
5250 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
5251
5252         * argp/argp.h (struct argp): Add new field domain.
5253         * argp/argp-help.c: Change all gettext calls to dgettext and use
5254         domain field from appropriate argp in call.
5255         * argp/argp-parse.c: Likewise.
5256
5257 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
5258
5259         * posix/wordexp-test.c: Change testsuite so that it can run even
5260         for ~root != /root.
5261
5262 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5263
5264         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
5265
5266 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5267
5268         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
5269         Don't store into global errno if we already store through
5270         __errno_location.
5271         * sysdeps/unix/i386/sysdep.S: Likewise.
5272         * sysdeps/unix/alpha/sysdep.S: Likewise.
5273         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5274         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
5275         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
5276         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
5277         PIC).
5278
5279 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5280
5281         * sysdeps/generic/sysdep.h (L): Remove definition.
5282         * sysdeps/i386/sysdep.h (L): Define it here instead.
5283
5284 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5285
5286         * nis/nis_call.c (__do_niscall): Safe and reset errno.
5287
5288         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
5289
5290 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5291
5292         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
5293         declaration style to avoid warnings.
5294
5295 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
5296
5297         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
5298         "LD_DEBUG".
5299
5300 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5301
5302         * posix/Makefile (tests): Add wordexp-test.
5303         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
5304         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
5305
5306 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
5307
5308         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
5309         dependencies.
5310
5311         * elf/link.h (struct r_search_path_elem): Add two new field for
5312         lib path debugging.
5313         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
5314         variable accordingly.
5315         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
5316         is considered next along with information about load paths.
5317         * sysdeps/generic/dl-cache.c: Likewise.
5318         * elf/dl-support.c: Define _dl_debug_libs.
5319         * elf/genrtldtbl.awk: Add initializers for two new field in
5320         struct r_search_path_elem.
5321
5322 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5323
5324         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
5325         * sysdeps/m68k/lshift.S: Likewise.
5326         * sysdeps/m68k/rshift.S: Likewise.
5327         * sysdeps/m68k/sub_n.S: Likewise.
5328         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
5329         * sysdeps/m68k/m68020/mul_1.S: Likewise.
5330         * sysdeps/m68k/m68020/submul_1.S: Likewise.
5331
5332         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
5333         [_LIBC_REENTRANT]: Don't store into global errno.
5334
5335         * sysdeps/m68k/sysdep.h: New file.
5336         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
5337         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
5338         (DO_CALL): Change to expect syscall name as argument.
5339         (PSEUDO): Pass syscall_name to DO_CALL.
5340         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
5341         errno.
5342
5343 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5344
5345         * elf/rtld.c: Speed up processing of environment variables.  Do
5346         only one run on the environment by avoiding to call getenv.
5347         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
5348         function.  Used by patch above.
5349
5350 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5351
5352         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
5353         running nscd.
5354         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
5355         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
5356         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
5357
5358 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5359
5360         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
5361         module cannot be found.  Reported by Andreas Jaeger.
5362
5363 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5364
5365         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
5366         on platforms which default to unsigned chars.
5367         * nscd/nscd_getpw_r.c: Likewise.
5368         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
5369         defining it.
5370
5371 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5372
5373         * elf/Makefile (install-bin): Change = to += for sprof to install
5374         ldd also.
5375
5376 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
5377
5378         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
5379
5380 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
5381
5382         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
5383
5384 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5385
5386         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
5387         that a failure to connect to nscd doesn't change errno.
5388
5389 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5390
5391         * manual/maint.texi (Reporting Bugs): Change
5392         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
5393
5394         * locale/iso-4217.def: Likewise
5395
5396 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
5397
5398         * manual/texinfo.tex: Updated.
5399
5400 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5401
5402         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
5403         value.
5404         * sysdeps/posix/pathconf.c: Likewise.
5405         * posix/getconf.c: Print `undefined' if pathconf returns -1
5406         without setting errno.
5407
5408 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
5409
5410         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
5411         problem.
5412         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
5413         Patches by Elliot Lee <sopwith@cuc.edu>.
5414
5415 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
5416
5417         * elf/link.h (struct link_map): Add new field l_reloc_result.
5418         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
5419         of relocation for the object to be profiled.
5420         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
5421         to NULL.
5422         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
5423         array here.
5424         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
5425         contains a result from a previous run use this instead of computing
5426         the value again.
5427         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
5428
5429 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5430
5431         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
5432         offsets into the GOT.
5433         (RTLD_START): Likewise.
5434
5435 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
5436
5437         * elf/sprof.c: Cleanup a bit.
5438
5439 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
5440
5441         * sysdeps/generic/sysdep.h (L): New. Define.
5442
5443         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
5444
5445         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
5446
5447         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
5448         to have only one exit point for functions.
5449         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
5450         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
5451         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
5452         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
5453         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
5454
5455 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5456
5457         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
5458         reset errno so that errno isn't set to ENOSYS in the first call.
5459         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
5460         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
5461         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
5462         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
5463
5464 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
5465
5466         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
5467         * sysdeps/i386/addmul_1.S: Likewise.
5468         * sysdeps/i386/lshift.S: Likewise.
5469         * sysdeps/i386/mul_1.S: Likewise.
5470         * sysdeps/i386/rshift.S: Likewise.
5471         * sysdeps/i386/sub_n.S: Likewise.
5472         * sysdeps/i386/submul_1.S: Likewise.
5473         * sysdeps/i386/i586/add_n.S: Likewise.
5474         * sysdeps/i386/i586/addmul_1.S: Likewise.
5475         * sysdeps/i386/i586/lshift.S: Likewise.
5476         * sysdeps/i386/i586/mul_1.S: Likewise.
5477         * sysdeps/i386/i586/rshift.S: Likewise.
5478         * sysdeps/i386/i586/sub_n.S: Likewise.
5479         * sysdeps/i386/i586/submul_1.S: Likewise.
5480
5481         * sysdeps/i386/sysdep.h: Extend last change.
5482
5483         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
5484         to have only one exit point for functions.
5485
5486 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5487
5488         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
5489         search.
5490
5491 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
5492
5493         * Makerules: Generate libc.so with absolute paths for the used
5494         shared objects.
5495
5496         * config.make.in: Add MAKEINFO definition.
5497
5498 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5499
5500         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
5501         (ENTRY): Use STABS_FUN.
5502         (END): Use STABS_FUN_END.
5503         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
5504
5505         * elf/Makefile: Add rules to build sprof program.
5506         * elf/sprof.c: New file.
5507
5508 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5509
5510         * misc/syslog.c (openlog_internal): Insert missing closing brace.
5511
5512 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5513
5514         * configure.in: Check for working msgfmt version (from GNU gettext
5515         0.10 or later).
5516
5517 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5518
5519         * configure.in: Avoid //s in sysdirs.
5520         Patch by Roland McGrath.
5521
5522         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
5523
5524 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
5525
5526         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
5527         setting _dl_global_scope for RTLD_GLOBAL.
5528
5529 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5530
5531         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
5532         possible lists of object-suffixes are taken care of.
5533
5534 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
5535
5536         * timezone/private.h: Update from tzcode1998c.
5537         * timezone/zic.c: Likewise.
5538         * timezone/antarctica: Updated from tzdata1998c.
5539         * timezone/asia: Likewise.
5540         * timezone/australasia: Likewise.
5541         * timezone/europe: Likewise.
5542         * timezone/southamerica: Likewise.
5543
5544 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5545
5546         * posix/glob.c (glob_in_dir): Add support for cases insensitive
5547         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
5548
5549 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
5550
5551         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
5552         Changed type of TWO43, TWO52 from float to double.
5553         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
5554         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
5555         Changed type of TWO43 from float to double.
5556         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
5557         Use __isinff.
5558
5559 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
5560
5561         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
5562         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
5563         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
5564
5565 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
5566
5567         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
5568         kernel_termios.h.
5569         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
5570         Clean up random whitespace.
5571         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
5572         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
5573         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
5574         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
5575
5576 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
5577
5578         * shlib-versions: Match alpha*.
5579         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
5580         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
5581
5582         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
5583         Implement copysign* with and without __ prefix.
5584         Likewise for fabs; use builtin for gcc 2.8.
5585         (floor*): New.
5586         (fdim*): New.
5587
5588         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
5589         (R_SPARC*): Match current v9 ABI.
5590
5591         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
5592
5593         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
5594         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
5595         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
5596         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
5597         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
5598         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
5599         * sysdeps/unix/grantpt.c (argv): Fix consts.
5600         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
5601         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
5602
5603 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5604
5605         * misc/syslog.c: Change to allow user the interpretation of the
5606         outcome even with syslog having no return value.
5607
5608 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
5609
5610         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
5611         that the number of program headers is >0 (which is wrong for the
5612         loader itself).
5613
5614 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5615
5616         * Makefile (distribute): Add README.libm.
5617
5618 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5619
5620         * time/clocktest.c (main): Correct typo: "--" -> "==".
5621
5622 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
5623
5624         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
5625         inline function.
5626         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
5627         inline functions.
5628
5629         * math/libm.map (__atan2): Added.
5630
5631 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5632
5633         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
5634         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
5635
5636         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
5637         bug.
5638
5639 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5640
5641         * manual/arith.texi (Old-style number conversion): Correct
5642         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
5643
5644 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5645
5646         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
5647         but does not require it.  Handle missing argv[] values gracefully.
5648         * posix/execl.c: Likewise.
5649         * posix/execle.c: Likewise.
5650
5651 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5652
5653         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
5654         bit.
5655         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
5656
5657 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5658
5659         * libc.map: Add __adjtimex.
5660
5661 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5662
5663         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
5664         Remove memset.
5665
5666 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
5667
5668         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
5669         to 64.
5670
5671         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
5672
5673         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
5674         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
5675
5676         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
5677         for shared library.
5678
5679         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
5680
5681         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
5682         Added adjtimex and old_adjtimex.
5683
5684         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
5685         New.
5686         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
5687         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
5688
5689         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
5690         symbols only for shared library.
5691         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5692         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5693         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5694         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5695         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5696         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5697         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5698
5699         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
5700         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5701         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5702         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5703         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5704         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5705         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5706         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5707
5708         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
5709         rusage pointer.
5710
5711         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
5712         New macros.
5713         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
5714         timex and __adjtimex, respectively.
5715
5716         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
5717
5718         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
5719
5720 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
5721
5722         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
5723         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
5724
5725 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
5726
5727         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
5728
5729 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5730
5731         * Makefile.in: Disable built-in rules.
5732
5733 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5734
5735         * sysdeps/i386/fpu/t_exp.c: Move to ...
5736         * sysdeps/libm-i387/t_exp.c: ... here.
5737
5738 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
5739
5740         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
5741         from __exp2_deltatable.
5742
5743 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
5744
5745         * nis/ypclnt.c (yp_master): Check result of strdup.
5746         Patch by Thorsten Kukuk.
5747
5748 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5749
5750         * nis/ypclnt.c: Give clnt handle after error checking free, change
5751         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
5752
5753 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
5754
5755         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
5756         Patch by Joe Keane <jgk@jgk.org>.
5757
5758         * misc/fstab.h (struct fstab): Change fs_type member to be const.
5759         * misc/fstab.c: Remove casts in fs_type assignments.
5760
5761 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5762
5763         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
5764         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
5765         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
5766         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
5767         * sysdeps/powerpc/bits/fenv.h: Likewise.
5768         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
5769         * sysdeps/generic/bits/fenv.h: Likewise.
5770         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
5771         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
5772         * sysdeps/powerpc/test-arith.c (main): Likewise.
5773
5774 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5775
5776         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
5777         the comparison macros.
5778
5779 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
5780
5781         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
5782         (__log2): Fixed return values.
5783         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
5784
5785 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5786
5787         * math/math.h (isunordered): Rename local variables to ensure
5788         correct code.  Reported by HJ Lu.
5789
5790 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
5791
5792         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
5793         isless, islessequal, islessgreater, isunordered): Fix syntax for
5794         fucompip instruction.
5795         (isless, islessequal): Fix logic.
5796
5797 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5798
5799         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
5800         (comparisons_test): New tests for comparison macros.
5801
5802 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
5803
5804         * Makeconfig: Filter out frame-pointer effecting options when
5805         compiling profiling or debugging code.
5806         * config.h.in (internal_function): Don't define here if PROF is
5807         defined.
5808         * gmon/gmon.c (__moncontrol): Don't change state if already in error
5809         state.
5810         (__monstartup): If calloc fails set error state and mark array as
5811         not allocated.
5812         (_mcleanup): Don't call write_gmon if in error state.  Don't try
5813         to free array if not  successfully allocated.
5814
5815         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
5816         Include elf.h to get macro definitions.
5817         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
5818
5819 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
5820
5821         * elf/ldd.sh.in: Add compatibility for broken old shells.
5822         * elf/ldd.bash.in: Likewise.
5823
5824 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
5825
5826         * sunrpc/rpc_main.c (open_input): Check pipe return error.
5827
5828         * time/clocktest.c (main): Check signal return error.
5829
5830 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5831
5832         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
5833         "/" and use do-install-program. Reported by Mark M. Kettenis.
5834         (subdir_install):  Likewise.
5835
5836 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5837
5838         * sunrpc/rpc_sample.c: Fix typo.
5839
5840         * nscd/connections.c: Use locale.
5841         * nscd/grpcache.c: Add debug messages, gidtbl should get the
5842           calloc result.
5843         * nscd/nscd.c: Check if init functions fails.
5844         * nscd/nscd_conf.c: Allow disabling of group cache.
5845         * nscd/nscd_getgr_r.c: Fix return code if group not found.
5846         * nscd/pwdcache.c: Fix debug messages.
5847
5848 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5849
5850         * libc.map: Add __monstartup and _mcleanup for profiling support.
5851
5852 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5853
5854         * libc.map: Export __getpagesize, for binary compatibility with
5855         2.0.
5856
5857 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5858
5859         * posix/globtest.sh: Use --library-path instead of
5860         LD_LIBRARY_PATH.
5861         * localedata/sort-test.sh: Likewise.
5862         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
5863
5864 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5865
5866         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
5867         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
5868         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5869
5870         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
5871         kernel_sigaction): Define.
5872         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
5873         kernel_sigaction): Define.
5874
5875 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5876
5877         * math/libm-test.c: Change epsilons for libm-ieee754.
5878
5879 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
5880
5881         * sysdeps/i386/__longjmp.S: Fix race condition.
5882         Reported by Bruno Haible <haible@ilog.fr>.
5883
5884 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
5885
5886         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
5887         * iconvdata/8bit-gap.c: Likewise.
5888         * iconvdata/8bit-generic.c: Likewise.
5889         * iconvdata/iso6937.c: Likewise.
5890         * iconvdata/iso8859-1.c: Likewise.
5891         * iconvdata/sjis.c: Likewise.
5892         * iconvdata/t61.c: Likewise.
5893
5894 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5895
5896         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
5897         feature tests by positive feature tests.
5898
5899 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5900
5901         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
5902
5903 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
5904
5905         * elf/dlvsym.c (dlvsym_doit): More corrections.
5906         Patch by Andreas Jaeger.
5907
5908 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5909
5910         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
5911
5912 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
5913
5914         * libc.map: More reordering for GLIBC_2.1 symbols.
5915
5916 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5917
5918         * libc.map: Move some functions from version GLIBC_2.0 to
5919         GLIBC_2.1, reorder declarations.
5920
5921 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5922
5923         * resolv/gethnamaddr.c (addrsort): Make this function extern.
5924         Patch by zab@thebrain.grumblesmurf.net.
5925
5926 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5927
5928         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
5929         NIS+ functions with version GLIBC_2.1.
5930
5931 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
5932
5933         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
5934         with 2.0 binaries.  Reported by Thorsten Kukuk.
5935
5936 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5937
5938         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
5939
5940         * elf/dlsym.c (dlsym_doit): Likewise.
5941
5942 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5943
5944         * elf/link.h: Correct typos.
5945
5946         * iconv/iconv_prog.c: Correct typo.
5947
5948 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
5949
5950         * iconv/Makefile: Add rules to build and install iconv program.
5951         * iconv/iconv_prog.c: New file.
5952
5953 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
5954
5955         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
5956         _dl_lookup_symbol_skip call.
5957         * elf/dlvsym.c (dlvsym_doit): Likewise.
5958
5959 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
5960
5961         * libio/iovsscanf.c: Do not include errno.h.
5962
5963 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5964
5965         * elf/dl-load.c (add_name_to_object): Don't translate strings.
5966         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
5967         pulling in the whole error list.
5968         (__dcgettext, dcgettext): Removed.
5969         * libc.map: Export _strerror_internal.
5970
5971 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
5972
5973         * sysdeps/i386/fpu/t_exp.c: New file.
5974
5975 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5976
5977         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
5978         everything with version GLIBC_2.1.
5979         * hesiod/libnss_hesiod.map: Likewise.
5980
5981 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5982
5983         * manual/arith.texi (Old-style number conversion): This node is a
5984         section, not a subsection.
5985
5986 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5987
5988         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
5989
5990 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5991
5992         * elf/rtld.c (dl_main): Make sure that the library search paths
5993         have been initialized before the first call to _dl_map_object.
5994
5995 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5996
5997         * Makerules (common-generated): Add libc_pic.os.
5998
5999 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6000
6001         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
6002         of the executable.
6003
6004 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6005
6006         * sysdeps/m68k/fpu/t_exp.c: New file.
6007
6008 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
6009
6010         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
6011         to global errno variable anymore.
6012
6013 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
6014
6015         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
6016         If PRELOADED is nonzero check in case of an SUID application
6017         whether the shared object has the SUID bit set.
6018         Fix some other problems with handling shared objects in system
6019         specific directories.
6020         (_dl_map_object): Also take extra parameter and pass it to open_path.
6021         * elf/link.h (_dl_map_object): Correct prototype and comment.
6022         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
6023         * elf/dl-open.c (_dl_open): Likewise.
6024         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
6025
6026         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
6027
6028 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
6029
6030         * math/libm-test.c (modf_test): Add test for 1.5.
6031
6032         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
6033         0 to get always an int.
6034
6035 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6036
6037         * math/libm.map: Move all symbols that are new in glibc 2.1 to
6038         version GLIBC_2.1.
6039
6040 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
6041
6042         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
6043         trying to read another character.
6044
6045 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6046
6047         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
6048         name to lowercase.
6049
6050         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
6051         name to lowercase, add test for big enough buffer.
6052
6053 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6054
6055         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
6056         Make compatible with older kernels.  Patch by Richard Henderson.
6057
6058 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
6059
6060         * elf/dl-load.c (open_path): Use __xstat instead of stat.
6061
6062         * localedata/tst-locale.sh: Comment out first test for now.
6063
6064 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
6065
6066         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
6067         as 1.
6068         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
6069         Likewise.
6070
6071         * libio/iogetline.c (_IO_getline_info): Renamed from
6072         _IO_getline.
6073         (_IO_getline): Just call _IO_getline_info.
6074
6075         * libio/libioP.h (_IO_getline_info): New declaration.
6076
6077         * libc.map (_IO_getline_info, __write): Added.
6078
6079 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6080
6081         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
6082         const char* to shut up gcc.
6083
6084 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
6085
6086         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
6087         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
6088
6089         * math/math.h: Define M_* constants always as `double' and add new
6090         macros M_*l which are of type `long double'.
6091         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
6092         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
6093         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
6094         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
6095         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
6096         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
6097         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
6098         * math/libm-tst.c: Likewise.
6099
6100         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
6101         define as long double unconditionally.
6102
6103 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6104
6105         * manual/arith.texi (Old-style number conversion): Correct some
6106         typos.
6107
6108 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
6109
6110         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
6111         Restore.
6112
6113         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
6114
6115 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
6116
6117         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
6118         on $(rtld-ldscript).
6119
6120         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
6121         starting from 0 not only from `from'.
6122         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
6123
6124 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
6125
6126         * elf/rtld.c (dl_main): Recognize --library-path parameter and
6127         pass value (or NULL) to _dl_init_paths.
6128         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
6129         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
6130         environment variable.
6131         * elf/link.h: Change prototype for _dl_init_paths.
6132         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
6133
6134         * localedata/Makefile (distribute): Add test files.
6135
6136 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6137
6138         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
6139         test1.def, test2.def, test3.def, test4.def}: Simple input files
6140         for localedef. Contributed by Yung-Ching Hsiao
6141         <yhsiao@cae.wisc.edu>.
6142
6143         * localedata/Makefile (tests): Call tst-locale.sh.
6144
6145         * localedata/tst-locale.sh: New file, regression tests for some
6146         localedef problems.
6147
6148 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6149
6150         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
6151
6152         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
6153         terminated.
6154         * nis/nss_nisplus/nisplus-network.c: Likewise.
6155         * nis/nss_nisplus/nisplus-proto.c: Likewise.
6156         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
6157         * nis/nss_nisplus/nisplus-service.c: Likewise.
6158
6159         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
6160         and support generating thread safe RPC code.
6161         * sunrpc/rpc_main.c: Add changes.
6162         * sunrpc/rpc_clntout.c: Likewise.
6163         * sunrpc/rpc_cout.c: Likewise.
6164         * sunrpc/rpc_hout.c: Likewise.
6165         * sunrpc/rpc_parse.c: Likewise.
6166         * sunrpc/rpc_sample.c: Likewise.
6167         * sunrpc/rpc_scan.c: Likewise.
6168         * sunrpc/rpc_svcout.c: Likewise.
6169         * sunrpc/rpc_util.c: Likewise.
6170         * sunrpc/rpc_util.h: Add new structs and prototypes.
6171         * sunrpc/proto.h: Remove prototypes for static functions.
6172
6173 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6174
6175         * locale/programs/ld-messages.c (messages_finish): Don't skip
6176         error checking when being quiet.
6177         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
6178         (set_class_defaults): Likewise.
6179         * locale/programs/charmap.c (parse_charmap): Likewise.
6180         * locale/programs/ld-collate.c (collate_finish): Likewise.
6181         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
6182         * locale/programs/ld-time.c (time_finish): Likewise.
6183         * locale/programs/locfile.c (write_locale_data): Likewise.
6184
6185         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
6186         unknown characters and empty ranges.
6187         * locale/programs/ld-collate.c (collate_order_elem): When
6188         processing an ellipsis properly form a linked list in the result
6189         table, fix typo when allocating ordering array.
6190         [PR libc/419]
6191
6192 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6193
6194         * elf/Makefile (ld-map): Define.
6195         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
6196         `$(rtld-ldscript)'.
6197         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
6198         on $(ld-map).
6199         (rtld-link): Combine the two versions of this definition.  Fixed
6200         to make it work when no symbol versioning is used.
6201
6202 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
6203
6204         * Makeconfig (build-program-cmd): Use --library-path parameter to
6205         ld.so instead of environment variable.
6206
6207         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
6208         * sunrpc/rpc_main.c: Remove support for -$$ option again.
6209
6210 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6211
6212         * Make-dist: Respect with-cvs setting.
6213         * MakeTAGS (all-pot): Likewise.
6214         * sysdeps/sparc/sparc32/Makefile: Likewise.
6215         * sysdeps/mach/hurd/Makefile: Likewise.
6216         * stdlib/Makefile: Likewise.
6217         * posix/Makefile: Likewise.
6218         * intl/Makefile: Likewise.
6219         * po/Makefile (linguas): Likewise
6220
6221 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6222
6223         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
6224
6225 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
6226
6227         * libc.map: Add __strcasecmp.
6228
6229         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
6230         module.
6231
6232         * nss/getXXent_r.c: If no more module is found don't try to call
6233         setXXent functions but leave unsuccessfully.
6234
6235         * malloc/obstack.h: Cleanups.
6236
6237         * sysdeps/wordsize-32/stdint.h: New file.
6238         * sysdeps/wordsize-64/stdint.h: New file.
6239         * sysdeps/generic/stdint.h: New file.
6240         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
6241         * sysdeps/wordsize-64/inttypes.h: Likewise.
6242         * stdlib/Makefile (headers): Add stdint.h.
6243
6244 1998-02-03  Paul Eggert  <eggert@twinsun.com>
6245
6246         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
6247
6248 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6249
6250         * timezone: New directory.
6251         * time/README, time/africa, time/antarctica, time/asia,
6252         time/australasia, time/backward, time/checktab.awk,
6253         time/etcetera, time/europe, time/factory, time/ialloc.c,
6254         time/iso3166.tab, time/leapseconds, time/northamerica,
6255         time/pacificnew, time/private.h, time/scheck.c,
6256         time/solar87, time/solar88, time/solar89, time/southamerica,
6257         time/systemv, time/test-tz.c, time/tzfile.h,
6258         time/tzselect.ksh, time/yearistype, time/zdump.c,
6259         time/zic.c, time/zone.tab: Moved to timezone.
6260         * time/tzfile.c: Include tzfile.h from timezone subdir.
6261         * time/tzset.c: Likewise.
6262         * time/Makefile: Cut out all code relating to timezones...
6263         * timezone/Makefile: ...and paste it in here.
6264         * Makefile (subdirs): Add timezone.
6265
6266 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
6267
6268         * libc.map (_sys_nerr): Added.
6269
6270         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
6271         versioned symbol.
6272
6273 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
6274
6275         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
6276         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
6277         Reported by Craig Metz <cmetz@inner.net>.
6278
6279 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6280
6281         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
6282         instead of strcasecmp.
6283         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
6284
6285         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
6286
6287 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
6288
6289         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
6290         Patch by Dean Gaudet <dgaudet@arctic.org>.
6291
6292 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
6293
6294         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
6295
6296 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6297
6298         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
6299         with no poll syscall, just include the BSD version.
6300         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
6301         kernel without the syscall, include the stub version.
6302         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
6303         * sysdeps/generic/getresuid.c: New file.
6304         * sysdeps/generic/getresgid.c: New file.
6305
6306 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
6307
6308         * stdio-common/vfscanf.c: Correct last change a bit.
6309
6310 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
6311
6312         * elf/Makefile: Don't use --version-script parameter to link ld.so
6313         unconditionally.
6314
6315 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
6316
6317         * math/Makefile: Add t_exp.
6318         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
6319         constants.
6320         * math/test-reduce.c: Remove temporarily, it seems to be broken.
6321         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
6322         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
6323         better accuracy.
6324         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
6325         algorithm for very large/very small arguments.
6326         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
6327         correct algorithm for very large/very small arguments; adjust for
6328         new table.
6329         * sysdeps/libm-ieee754/t_exp.c: New file.
6330         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
6331
6332         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
6333         back, with comment that explains what breaks when you remove it :-(.
6334
6335         * localedata/xfrm-test.c: Avoid integer overflow.
6336
6337         * stdlib/strfmon.c: char is unsigned, sometimes.
6338
6339         * sysdeps/powerpc/Makefile: Remove quad float support.
6340         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
6341         * sysdeps/powerpc/quad_float.h: Likewise.
6342         * sysdeps/powerpc/test-arith.c: Likewise.
6343         * sysdeps/powerpc/test-arithf.c: Likewise.
6344
6345         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
6346         * sysdeps/generic/s_exp2f.c: Likewise.
6347
6348         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
6349         don't try anything if _SOFT_FLOAT.
6350
6351 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6352
6353         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
6354         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
6355         * wctype/wctype.c: Likewise.
6356         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
6357         changed.  They are incompatible with the _ISxxx values from
6358         <ctype.h> on little endian machines.
6359         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
6360         bit number.  This fixes the real bug and restores the integrity of
6361         the ctype locale file.
6362         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
6363         * wctype/wcfuncs_l.c: Likewise.
6364         * wctype/wcextra.c: Likewise.
6365         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
6366         byte swapping.
6367
6368 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6369
6370         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
6371         into .bss segment instead of .common, so that aliases on it work.
6372
6373         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
6374         .size directives, put into .bss segment instead of initializing it
6375         to 4.
6376
6377 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
6378
6379         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
6380
6381         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
6382         functions.
6383         Make names without __ weak aliases.
6384         (__libc_release, __libc_version): Make them static.
6385
6386         * include/gnu/libc-version.h: New file.
6387         * Makefile (headers): Add gnu/libc-version.h.
6388
6389 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
6390
6391         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
6392         and use x for member name.
6393         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
6394
6395         * stdlib/drand48.c: Change according to member name change.
6396         * stdlib/drand48_r.c: Likewise.
6397         * stdlib/lcong48_r.c: Likewise.
6398         * stdlib/lrand48.c: Likewise.
6399         * stdlib/lrand48_r.c: Likewise.
6400         * stdlib/mrand48.c: Likewise.
6401         * stdlib/mrand48_r.c: Likewise.
6402         * stdlib/seed48.c: Likewise.
6403         * stdlib/seed48_r.c: Likewise.
6404         * stdlib/srand48_r.c: Likewise.
6405
6406 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6407
6408         * nss/test-netdb.c: Add some more test cases.
6409
6410 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
6411
6412         * libio/iovsscanf.c: Undo last change modifying errno.
6413
6414 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6415
6416         * stdio-common/vfscanf.c: Never try to read another character
6417         after EOF.  Don't decrement read_in after EOF, it wasn't
6418         incremented in the first place.
6419         (NEXT_WIDE_CHAR): Set First, not first.
6420
6421 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
6422
6423         * db/Makefile ($(inst_libdir)/libndbm.a,
6424         $(inst_libdir)/libndbm.so): New targets.
6425         * db2/Makefile: Likewise.
6426
6427 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
6428
6429         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
6430         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
6431
6432 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6433
6434         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
6435         <streambuf.h>.
6436         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
6437
6438 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6439
6440         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
6441         versioned symbols.
6442
6443 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
6444
6445         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
6446         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
6447         Added for libdl.so.
6448
6449 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6450
6451         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
6452         extra syscall.
6453
6454         * grp/Makefile: Fix logic when checking for thread package.
6455         * pwd/Makefile: Likewise.
6456
6457 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
6458
6459         * elf/Makefile (rtld-map): Replaced by libc-map.
6460
6461         * elf/rtld.map: Removed.
6462
6463         * libc.map (__libc_enable_secure, _dl_catch_error,
6464         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
6465         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
6466         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
6467         _dl_object_relocation_scope, _dl_relocate_object,
6468         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
6469         _r_debug): Added for ld.so.
6470
6471 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
6472
6473         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
6474         DO_VERSIONING.
6475         * libio/iofdopen.c: Ditto.
6476         * libio/iofopen.c: Ditto.
6477         * libio/oldfileops.c: Ditto.
6478
6479         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
6480         version GLIBC_2.1.
6481
6482         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
6483         oldsiglist from sysdep_routines and shared-only-routines.
6484
6485         * sysdeps/unix/sysv/linux/errlist.c: New.
6486         * sysdeps/unix/sysv/linux/errlist.h: New.
6487         * sysdeps/unix/sysv/linux/sizes.h: New.
6488         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
6489         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
6490
6491         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
6492
6493         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
6494         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
6495         directive.
6496
6497         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
6498
6499         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
6500         (oldsiglist.c): Removed.
6501
6502         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
6503         (_sys_siglist): Use SYS_SIGLIST instead.
6504         (_sys_nerr): Use SYS_NERR instead.
6505
6506         * sysdeps/gnu/errlist.c: Rebuilt.
6507
6508 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
6509
6510         * elf/Makefile (others-static): New, set to ldconfig.
6511         ($(objpfx)ldconfig): Removed.
6512
6513         * Rules (binaries-all, binaries-static, binaries-shared): New.
6514         Create targets for $(binaries-static) and $(binaries-shared).
6515
6516         * Makeconfig (+link-static, link-libc-static,
6517         link-extra-libs-static): New for static linking.
6518
6519 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6520
6521         * manual/memory.texi (Using the Memory Debugger): Fix typo.
6522
6523         * math/libm-test.c (modf_test): Add one more test for modf.
6524
6525 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
6526
6527         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
6528         Rename from __libc_have_rt_sigs and leave as COMMON data.
6529
6530 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
6531
6532         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
6533         of __finite.
6534
6535 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
6536
6537         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
6538
6539 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
6540
6541         * misc/tst-efgcvt.c: Add yet more tests.
6542         * misc/efgcvt_r.c: And correct for these tests again.
6543         Reported by HJ Lu.
6544
6545         * isomac.c: Move to...
6546         * stdlib/isomac.c: ...here.
6547         * Makefile: Move rules for handling isomac...
6548         * stdlib/Makefile: ...to here.
6549
6550 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6551
6552         * misc/tst-efgcvt.c: Add more tests.
6553         * misc/efgcvt_r.c: Correct result for above new tests.
6554
6555 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
6556
6557         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
6558         NDIGIT <= 0.
6559
6560 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
6561
6562         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
6563         if the programs weren't built.
6564
6565 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
6566
6567         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
6568         FE_TONEAREST, soldier on regardless and do the best we can.
6569         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
6570
6571 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
6572
6573         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
6574         _STDIO_H, before including <bits/stdio_lim.h>.
6575
6576         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
6577
6578         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
6579         exist.
6580
6581         * sysdeps/arm/sys/ucontext.h: New file.
6582
6583 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
6584
6585         * manual/stdio.texi (Formatted Output Functions): Explicitly say
6586         that the return value from snprintf() does not count the
6587         terminating NUL as a character.
6588
6589 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6590
6591         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
6592         add description for sete[ug]id and general cleanup.
6593         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6594
6595 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6596
6597         * Makefile (parent-clean): Don't remove makefile fragments here.
6598         (postclean): New variable.
6599         (clean): Remove makefile fragments here.
6600         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
6601         (generated): Add isomac and isomanc.out.
6602         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
6603         avoid-generated is set.
6604         (postclean-generated): Add soversion.mk.
6605         ($(common-objpfx)version.mk): Don't include if avoid-generated is
6606         set.
6607         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
6608         avoid-generated is set.
6609         (common-generated): Add libc.so and libc.so$(libc.so-version).
6610         (generated): Add versioned libraries.
6611         (common-mostlyclean): Also remove %.so and %_pic.a.
6612         * csu/Makefile (generated): Add abi-tag.h.
6613         * db2/Makefile (extra-objs): Add getlong.o.
6614         * elf/Makefile (generated): Add ld.so, ldd and
6615         $(rtld-installed-name).
6616         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
6617         * malloc/Makefile (generated): Add mtrace.
6618         * po/Makefile: Don't include version.mk, not needed any more.
6619         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
6620         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
6621         syscall.h -> sys/syscall.h.
6622         (common-generated): Add s-proto.d.
6623         (postclean-generated): Add sysd-syscalls.
6624         * localedata/Makefile (test-output): Add all output files.
6625         (generated): Add test-input and test-output.
6626         (generated-dirs): Add all the dirs.
6627
6628 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6629
6630         * Makefile (test-output, generated, generated-dirs): New
6631         variables.
6632
6633 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6634
6635         * resolv/nss_dns/dns-host.c: Various code cleanups.
6636
6637 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
6638
6639         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
6640         From Philip Blundell <pb@nexus.co.uk>.
6641         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
6642
6643 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6644
6645         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
6646         Suggested by debian/sparc porters.
6647
6648 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6649
6650         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
6651         for ecvt and fcvt.
6652
6653 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
6654
6655         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
6656         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
6657
6658         * signal/signal.h: Always define sigset_t if __need_sigset_t is
6659         defined even if __USE_POSIX is not defined.
6660
6661 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6662
6663         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
6664         to support obsolete tty major numbers correctly.
6665
6666 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
6667
6668         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
6669         directory first and ignore install error.
6670
6671         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
6672         128 from ptyno and fix a typo for the BSD style pty.
6673
6674 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6675
6676         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
6677         syscalls.list's.
6678
6679 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6680
6681         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
6682         getresuid and getresgid.
6683
6684         * sysdeps/unix/sysv/linux/getresuid.c: New file.
6685         * sysdeps/unix/sysv/linux/getresgid.c: New file.
6686
6687         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
6688         s_getres[ug]id.
6689
6690         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
6691         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6692         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6693         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
6694
6695 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
6696
6697         * nscd/grpcache.c: Include <stdlib.h>.
6698
6699 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
6700
6701         * stdlib/atoll.c: Fix comments.
6702
6703         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
6704         * sysdeps/posix/ttyname_r.c: Ditto.
6705
6706 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6707
6708         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
6709         __USE_MISC, independent of __USE_UNIX98.
6710
6711 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
6712
6713         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
6714         Rename from __libc_have_rt_sigs and leave as COMMON data.
6715
6716 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
6717
6718         * Makeconfig (CFLAGS-.os): Kill -fno-common.
6719         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
6720
6721         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
6722         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
6723         version symbols.
6724         * include/libc-symbols.h (symbol_version, default_symbol_version):
6725         Provide asm versions and correct !DO_VERSIONING versions.
6726         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
6727         the weak symbol list.
6728
6729         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
6730         Rename from __libc_have_rt_sigs and leave as COMMON data.
6731         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6732         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6733         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6734
6735 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6736
6737         * sunrpc/Makefile: Correct dependencies of rpcgen.
6738
6739 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
6740
6741         * nscd/Makefile: Fix test for available linuxthreads add-on.
6742         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6743
6744 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6745
6746         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
6747
6748 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6749
6750         * sysdeps/gnu/Makefile: Respect with-cvs variable.
6751
6752         * manual/errno.texi (Error Messages): Correct description of
6753         strerror_r.  Pointed out by jonas@bagge.se.
6754
6755 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6756
6757         * manual/socket.texi (Host Address Functions): Clarify description
6758         of inet_network.
6759
6760 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6761
6762         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
6763         (grantpt): Delete superfluous cast.
6764
6765 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6766
6767         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
6768         elf/ldso_install instead of elf/subdir_install.
6769         (elf/ldso_install): New target.
6770
6771         * elf/Makefile (ldso_install): New target.
6772
6773 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6774
6775         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
6776         of 1998-01-06.
6777
6778 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6779
6780         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
6781         constant expressions.
6782
6783 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6784
6785         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
6786         for __nss_configure_lookup.
6787         (output_hostent): Remove unused variable.
6788
6789 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6790
6791         * string/tst-inlcall.c: Fix format string.
6792
6793 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6794
6795         * inet/netinet/in.h: Rename second parameter of bindresvport to
6796         avoid buggy gcc warning. [PR libc/412]
6797
6798 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
6799
6800         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
6801         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
6802
6803         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
6804         Follow POSIX and make tv_sec a time_t.
6805         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
6806         new tv64 syscall as well as fall back to tv32.
6807         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6808         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6809         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6810         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6811         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6812         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6813         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6814         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
6815
6816         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
6817         * include/rpcsvc/nis_tags.h: Likewise.
6818         * include/rpcsvc/nislib.h: Likewise.
6819
6820 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
6821
6822         * libc.map: Add _h_errno.
6823         * inet/herrno.c: Make _h_errno weak alias.
6824
6825         * login/Makefile (distribute): Add pty-internal.h.
6826
6827         * nscd/Makefile (distribute): Add all the files missing.
6828
6829         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
6830         are available.
6831
6832         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
6833         and report status at the end.
6834
6835         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
6836
6837         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
6838         variable.
6839         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
6840         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
6841         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
6842
6843 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
6844
6845         * configure.in: Fix --enable-add-ons code.
6846
6847 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6848
6849         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
6850         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
6851         [PR libc/441]
6852
6853         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
6854         occurence in cache.  Reported by Rudolf Leitgeb
6855         <leitgeb@leland.stanford.edu>.
6856         [PR libc/440]
6857
6858 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
6859
6860         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
6861         that it never is EINTR (which is tested for in _IO_vfscanf).
6862
6863         * Makefile.in: Call sub-make with CVSOPTS.
6864
6865         * elf/Makefile (distribute): Add dl-procinfo.h.
6866
6867         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
6868
6869 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
6870
6871         * version.h (VERSION): Bump to 2.0.92.
6872
6873 1998-01-31  Phil Blundell  <philb@gnu.org>
6874
6875         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
6876         alias for __new_sys_siglist.
6877
6878 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
6879
6880         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
6881         getgrgid_r.c if thread package is available.
6882         * pwd/Makefile: Likewise.
6883         * grp/getgrnam_r.c: Remove USE_NSCD definition.
6884         * grp/getgrgid_r.c: Likewise.
6885         * pwd/getpwnam_r.c: Likewise.
6886         * pwd/getpwuid_r.c: Likewise.
6887
6888 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
6889
6890         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
6891         with error to allow user intervention.
6892         * nss/getXXent_r.c: Likewise.
6893
6894 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
6895
6896         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
6897         AT_PLATFORM string.  Pretty print AT_BASE info.
6898
6899         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
6900         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
6901         * sysdeps/generic/dl-procinfo.h: New file.
6902         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
6903
6904 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
6905
6906         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
6907
6908         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
6909         thread and not pthread_detach.
6910
6911         * nscd/nscd.c: Rewrite to use argp instead of getopt.
6912
6913 1998-01-31  Phil Blundell  <philb@gnu.org>
6914
6915         * configure.in: Add --without-cvs option to suppress automatic
6916         checkin of regenerated files.
6917         * config.make.in: Likewise.
6918         * Makefile: Respect with-cvs setting.
6919         * Makerules: Likewise.
6920
6921         * configure.in: Allow the standalone ARM port to be configured.
6922
6923 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6924
6925         * grp/getgrgid_r.c: Define USE_NSCD.
6926         * grp/getgrnam_r.c: Likewise.
6927         * pwd/getpwuid_r.c: Likewise.
6928         * pwd/getpwnam_r.c: Likewise.
6929
6930         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
6931
6932         * nss/getXXbyYY_r.c: Try at first nscd.
6933
6934         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
6935         * nscd/connections.c: New file.
6936         * nscd/dbg_log.c: New file.
6937         * nscd/dbg_log.h: New file.
6938         * nscd/grpcache.c: New file.
6939         * nscd/nscd.c: New file.
6940         * nscd/nscd.h: New file.
6941         * nscd/nscd_conf.c: New file.
6942         * nscd/nscd_stat.c: New file.
6943         * nscd/pwdcache.c: New file.
6944
6945         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
6946         * nscd/nscd_getpw_r.c: Likewise.
6947         * nscd/nscd_proto.h: New, prototypes for client functions.
6948
6949         * nscd/nscd.conf: New, example for a configuration file.
6950         * nscd/nscd.init: New, example for a startup script.
6951
6952         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
6953         avoid deadlocks.
6954         * nscd/getgrnam_r.c: Likewise.
6955         * nscd/getpwnam_r.c: Likewise.
6956         * nscd/getpwuid_r.c: Likewise.
6957
6958 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
6959
6960         * intl/Makefile: Use CVSOPTS in cvs invocation.
6961         * po/Makefile: Likewise.
6962         * posix/Makefile: Likewise.
6963         * stdlib/Makefile: Likewise.
6964
6965 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
6966
6967         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
6968         [PR libc/410]
6969         * misc/Makefile (tests): Add tst-efgcvt.
6970         * misc/tst-efgcvt.c: New file.
6971
6972 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
6973
6974         * posix/regex.c: Add some more cleanups by Akim Demaille.
6975
6976 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
6977
6978         * signal/signal.h: Revert last change.
6979         * string/strsignal.c: Regard signal number NSGI as illegal.
6980         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
6981         members.
6982
6983 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
6984
6985         * Makefile.in: Add comment about CVSOPTS Makefile variable.
6986         * Makerules: Use CVSOPTS in cvs invocation.
6987         * Makefile: Likewise.
6988         * MakeTAGS: Likewise.
6989         * Make-dist: Likewise.
6990
6991 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
6992
6993         * sysdeps/generic/memmem.c: Correct last change.
6994
6995 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
6996
6997         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
6998         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
6999
7000 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7001
7002         * nis/ypclnt.c: Try at first to use the binding file from ypbind
7003         before using RPC.
7004
7005 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7006
7007         * manual/memory.texi (Heap Consistency Checking): mcheck is
7008         declared in <mcheck.h>.
7009         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
7010
7011 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7012
7013         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
7014         beginning of haystack.
7015
7016 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7017
7018         * nss/nss_files/files-service.c: Correct last patch.
7019
7020 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
7021
7022         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
7023         __libc_have_rt_sigs.
7024         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
7025         including <bits/setjmp.h>.
7026         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
7027         Patch from the Debian glibc/SPARC package.
7028
7029 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
7030
7031         * sysdeps/alpha/bzero.S: Fix a typo.
7032         * sysdeps/alpha/htonl.S: Ditto.
7033         * sysdeps/alpha/htons.S: Ditto.
7034
7035 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7036
7037         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
7038
7039 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
7040
7041         * include/cpio.h: Move to ...
7042         * posix/cpio.h: ...here.
7043
7044         * locale/programs/ld-collate.c: Fix typo.
7045
7046         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
7047
7048         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
7049
7050         * login/utmp_file.c (pututline_file): Don't always report success
7051         if similar entry is found.  Patch by Mark M. Kettenis.
7052
7053 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
7054
7055         * manual/Makefile: Don't try to install the info files if makeinfo
7056         is not available.
7057
7058 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
7059
7060         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
7061         kernel's network ioctls, rather than using <linux/sockios.h> to
7062         get them.  This way we are sure of maintaining compatibility if
7063         the kernel interface should change.
7064
7065 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
7066
7067         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
7068
7069 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
7070
7071         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
7072         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
7073
7074 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7075
7076         Implement System V pseudoterminal handling.
7077
7078         * login/Makefile
7079         (routines): Add getpt, grantpt, unlockpt, ptsname.
7080         (libutil-routines): Remove pty. Add openpty, forkpty.
7081         (distribute): New internal header pty-internal.h.
7082         (others): Add the helper program, pt_chown.
7083         (install-others): Install it, in $(libexecdir), mode 4755.
7084
7085         * login/pty-internal.h: New file.
7086         * login/openpty.c: New file.
7087         * login/forkpty.c: New file.
7088         * login/programs/pt_chown.c: New file.
7089
7090         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
7091         * stdlib/stdlib.h: Prototype them.
7092
7093         * config.make.in: Define $(libexecdir).
7094         * Makeconfig: Define $(inst_libexecdir).
7095
7096         * sysdeps/generic/pty.c: Removed.
7097         * sysdeps/unix/sysv/linux/pty.c: Removed.
7098
7099         * sysdeps/generic/getpt.c: Stub out.
7100         * sysdeps/generic/grantpt.c: Likewise.
7101         * sysdeps/generic/ptsname.c: Likewise.
7102         * sysdeps/generic/unlockpt.c: Likewise.
7103
7104         * sysdeps/unix/grantpt.c: New file.
7105         * sysdeps/unix/bsd/getpt.c: New file.
7106         * sysdeps/unix/bsd/unlockpt.c: New file.
7107         * sysdeps/unix/sysv/linux/getpt.c: New file.
7108         * sysdeps/unix/sysv/linux/ptsname.c: New file.
7109         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
7110
7111 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
7112
7113         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
7114
7115 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7116
7117         * nss/Makefile (tests): Add rule for test-netdb.c.
7118
7119         * nss/test-netdb.c: New file.
7120
7121 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
7122
7123         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
7124         really kept as a variable.  Patch by Richard Henderson,
7125         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
7126
7127         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
7128         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
7129         entries as not existing.
7130
7131 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7132
7133         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
7134         zero in alternate form with precision of zero, which must produce
7135         "0".  Add braces to avoid ambiguous `else'.
7136
7137 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7138
7139         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
7140         problem with strncpy.
7141         * nis/nss_compat/compat-pwd.c: Likewise.
7142         * nis/nss_compat/comapt-spwd.c: Likewise.
7143
7144 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7145
7146         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
7147         by uch@nop.or.jp. [PR libc/437]
7148
7149 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7150
7151         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
7152
7153 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7154
7155         * stdio-common/test-popen.c: Include <errno.h>.
7156
7157         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
7158         close.
7159
7160         * inet/getnetgrent_r.c: Include <errno.h>.
7161
7162         * db2/db/db_conv.c: Include <string.h> for memcpy.
7163
7164         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
7165         so that memcpy is declared.
7166
7167         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
7168
7169         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
7170
7171 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7172
7173         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
7174         overflow while reading line with fgets.
7175         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
7176
7177 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
7178
7179         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
7180         unsigned short, not short.
7181         Reported by Andreas Jaeger.
7182
7183 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7184
7185         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
7186         (ccept->accept).
7187
7188         * sysdeps/generic/inttypes.h: Fix spelling.
7189
7190 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7191
7192         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
7193
7194         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
7195
7196 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
7197
7198         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
7199         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
7200         field for hh modifier.
7201         * stdio-common/vfprint.c: Use is_char field and do not depend in
7202         is_short having the value 2.
7203         Bug reported by Andreas Jaeger.
7204
7205 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7206
7207         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
7208         PIC && DO_VERSIONING.
7209
7210 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7211
7212         * Rules: Add rules for $(common-objpfx)dummy$o.
7213
7214 1998-01-26  Richard Henderson  <rth@cygnus.com>
7215
7216         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
7217         unimplemented OSF/1 definitions so that they are not accidentally seen.
7218
7219         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
7220         of the trampoline function into the macro.
7221         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
7222         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
7223         kernel 2.1.82 has this fixed.
7224
7225         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
7226         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
7227
7228 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
7229
7230         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
7231         support sigaction on kernels > 2.1.7x.
7232
7233 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
7234
7235         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
7236         if it is empty.
7237
7238         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
7239         Patch by David Engel <david@sw.ods.com>.
7240
7241         * configure.in: Fix another typo in --enable-add-ons code.
7242
7243 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
7244
7245         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
7246
7247 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7248
7249         * nss/nss_files/files-network.c: Correct order of parameters for
7250         getnetbyaddr.
7251
7252 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
7253
7254         * db2/Makefile (routines): Add os_alloc.
7255         * db2/db.h: Update from db-2.3.16.
7256         * db2/db_185.h: Likewise.
7257         * db2/db_int.h: Likewise.
7258         * db2/btree/bt_close.c: Likewise.
7259         * db2/btree/bt_cursor.c: Likewise.
7260         * db2/btree/bt_delete.c: Likewise.
7261         * db2/btree/bt_open.c: Likewise.
7262         * db2/btree/bt_page.c: Likewise.
7263         * db2/btree/bt_put.c: Likewise.
7264         * db2/btree/bt_rec.c: Likewise.
7265         * db2/btree/bt_recno.c: Likewise.
7266         * db2/btree/btree_auto.c: Likewise.
7267         * db2/common/db_appinit.c: Likewise.
7268         * db2/common/db_apprec.c: Likewise.
7269         * db2/common/db_err.c: Likewise.
7270         * db2/common/db_region.c: Likewise.
7271         * db2/common/db_shash.c: Likewise.
7272         * db2/db/db.c: Likewise.
7273         * db2/db/db_auto.c: Likewise.
7274         * db2/db/db_conv.c: Likewise.
7275         * db2/db/db_dispatch.c: Likewise.
7276         * db2/db/db_dup.c: Likewise.
7277         * db2/db/db_pr.c: Likewise.
7278         * db2/db/db_rec.c: Likewise.
7279         * db2/db185/db185.c: Likewise.
7280         * db2/dbm/dbm.c: Likewise.
7281         * db2/hash/hash.c: Likewise.
7282         * db2/hash/hash_auto.c: Likewise.
7283         * db2/hash/hash_dup.c: Likewise.
7284         * db2/hash/hash_page.c: Likewise.
7285         * db2/hash/hash_rec.c: Likewise.
7286         * db2/include/btree_ext.h: Likewise.
7287         * db2/include/clib_ext.h: Likewise.
7288         * db2/include/common_ext.h: Likewise.
7289         * db2/include/db.h.src: Likewise.
7290         * db2/include/db_185.h.src: Likewise.
7291         * db2/include/db_am.h: Likewise.
7292         * db2/include/db_ext.h: Likewise.
7293         * db2/include/db_int.h.src: Likewise.
7294         * db2/include/hash_ext.h: Likewise.
7295         * db2/include/lock_ext.h: Likewise.
7296         * db2/include/log.h: Likewise.
7297         * db2/include/log_auto.h: Likewise.
7298         * db2/include/log_ext.h: Likewise.
7299         * db2/include/mp.h: Likewise.
7300         * db2/include/mp_ext.h: Likewise.
7301         * db2/include/mutex_ext.h: Likewise.
7302         * db2/include/os_ext.h: Likewise.
7303         * db2/include/os_func.h: Likewise.
7304         * db2/include/txn_ext.h: Likewise.
7305         * db2/lock/lock.c: Likewise.
7306         * db2/lock/lock_util.c: Likewise.
7307         * db2/log/log.c: Likewise.
7308         * db2/log/log.src: Likewise.
7309         * db2/log/log_archive.c: Likewise.
7310         * db2/log/log_auto.c: Likewise.
7311         * db2/log/log_get.c: Likewise.
7312         * db2/log/log_put.c: Likewise.
7313         * db2/log/log_rec.c: Likewise.
7314         * db2/log/log_register.c: Likewise.
7315         * db2/mp/mp_bh.c: Likewise.
7316         * db2/mp/mp_fget.c: Likewise.
7317         * db2/mp/mp_fopen.c: Likewise.
7318         * db2/mp/mp_fput.c: Likewise.
7319         * db2/mp/mp_pr.c: Likewise.
7320         * db2/mp/mp_sync.c: Likewise.
7321         * db2/mutex/mutex.c: Likewise.
7322         * db2/os/os_alloc.c: Likewise.
7323         * db2/os/os_config.c: Likewise.
7324         * db2/os/os_stat.c: Likewise.
7325         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
7326         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
7327         * db2/progs/db_load/db_load.c: Likewise.
7328         * db2/progs/db_printlog/db_printlog.c: Likewise.
7329         * db2/progs/db_recover/db_recover.c: Likewise.
7330         * db2/progs/db_stat/db_stat.c: Likewise.
7331         * db2/txn/txn.c: Likewise.
7332
7333         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
7334         Unmap memory blocks in reverse order of allocation.
7335         Call munmap with load address added to offset.
7336         Bug reported by Miguel de Icaza.
7337
7338         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
7339         up weight array.
7340
7341         * localedata/locales/cs_CZ: Update by Michael Mraka
7342         <michael@informatics.muni.cz>.
7343
7344         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
7345         __USE_BSD.
7346
7347         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
7348         reading line with fgets.
7349         * nis/nss_compat/compat-pwd.c: Likewise.
7350         * nis/nss_compat/compat-spwd.c: Likewise.
7351         * nss/nss_files/files-XXX.c: Likewise.
7352         * nss/nss_files/files-alias.c: Likewise.
7353         * shadow/fgetspent_r.c: Likewise.
7354
7355         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
7356
7357         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
7358         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7359         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
7360
7361         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
7362         FP register content in ucontext_t.
7363
7364 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7365
7366         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
7367         calculation.  Patch by Markus Schoder
7368         <Markus.Schoder@dresdner-bank.de>.
7369
7370         * math/libm-test.c (modf_test): Add more tests for modf.
7371
7372         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
7373         munlock according to Unix98.
7374
7375 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7376
7377         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
7378         AF_INET.
7379
7380 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
7381
7382         * sysdeps/posix/ttyname.c: Handle symbolic links.
7383         * sysdeps/posix/ttyname_r.c: Ditto.
7384
7385 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
7386
7387         * db2/makedb.c (process_input): Write terminating \0 for value.
7388         (print_database): Simply print value string, don't use length.
7389
7390 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7391
7392         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
7393         exit of loop.
7394
7395 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7396
7397         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
7398         close all sockets.
7399
7400 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
7401
7402         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
7403         sigset.
7404         * signal/sighold.c: New file.
7405         * signal/sigrelse.c: New file.
7406         * sysdeps/generic/sigignore.c: New file.
7407         * sysdeps/generic/sigset.c: New file.
7408         * sysdeps/posix/sigignore.c: New file.
7409         * sysdeps/posix/sigset.c: New file.
7410         * signal/signal.h: Add prototypes for new functions.
7411
7412         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
7413         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
7414         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
7415         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
7416
7417 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
7418
7419         * posix/wordexp.c: Added IFS field-splitting in parameter and
7420         command substitution.  Fixed an IFS-related bug that caused an
7421         infinite loop.
7422
7423 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
7424
7425         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
7426         and swapcontext.
7427         * stdlib/ucontext.h: Correct prototypes.
7428         * sysdeps/generic/getcontext.c: New file.
7429         * sysdeps/generic/setcontext.c: New file.
7430         * sysdeps/generic/makecontext.c: New file.
7431         * sysdeps/generic/swapcontext.c: New file.
7432         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
7433
7434 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
7435
7436         * resource/sys/resource.h: Remove #include of ulimit.h which is
7437         not allowed by SUSv2 and not available on other systems.
7438         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
7439
7440         * streams/Makefile: New file.
7441         * streams/stropts.h: New file.
7442         * sysdeps/generic/bits/stropts.h: New file.
7443         * sysdeps/generic/isastream.c: New file.
7444         * sysdeps/generic/getmsg.c: New file.
7445         * sysdeps/generic/getpmsg.c: New file.
7446         * sysdeps/generic/putmsg.c: New file.
7447         * sysdeps/generic/putpmsg.c: New file.
7448         * sysdeps/generic/fattach.c: New file.
7449         * sysdeps/generic/fdetach.c: New file.
7450         * sysdeps/unix/inet/Subdirs: Add streams.
7451         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
7452         __t_uscalar_t.
7453         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7454         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
7455         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
7456         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7457
7458         * sysdeps/mach/_strerror.c: Follow changes of generic version to
7459         handle small buffers correctly.
7460
7461 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
7462
7463         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
7464         Remove the 3rd arg and add declaration for _dl_runtime_resolve
7465         and _dl_runtime_profile.
7466
7467 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
7468
7469         * include/cpio.h: New file.  Mainly copied from GNU cpio.
7470         * posix/Makefile (headers): Add cpio.h.
7471
7472 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7473
7474         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
7475         to routines.
7476         * nis/nis_cache.c: New file.
7477         * nis/nis_cache2.h: New file.
7478         * nis/nis_cache2_xdr.c: New file.
7479         * nis/nis_call.c: Changes for cache2_info parameter.
7480         * nis/nis_checkpoint.c: Likewise.
7481         * nis/nis_intern.h: Likewise.
7482         * nis/nis_mkdir.c: Likewise.
7483         * nis/nis_ping.c: Likewise.
7484         * nis/nis_rmdir.c: Likewise.
7485         * nis/nis_server.c: Likewise.
7486         * nis/nis_util.c: Likewise.
7487
7488 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7489
7490         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
7491         return/errnop codes.
7492         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
7493         * nis/nss_nisplus/nisplus-grp.c: Likewise.
7494         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
7495         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7496         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
7497         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
7498         * nis/nss_nisplus/nisplus-rpc.c: Likewise
7499         * nis/nss_nisplus/nisplus-service.c: Likewise.
7500         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
7501
7502 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7503
7504         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
7505         * nis/nss_nis/nis-ethers.c: Likewise.
7506         * nis/nss_nis/nis-grp.c: Likewise.
7507         * nis/nss_nis/nis-hosts.c: Likewise.
7508         * nis/nss_nis/nis-network.c: Likewise.
7509         * nis/nss_nis/nis-proto.c: Likewise.
7510         * nis/nss_nis/nis-hosts.c: Likewise.
7511         * nis/nss_nis/nis-network.c: Likewise.
7512         * nis/nss_nis/nis-proto.c: Likewise.
7513         * nis/nss_nis/nis-publickey.c: Likewise.
7514         * nis/nss_nis/nis-pwd.c: Likewise.
7515         * nis/nss_nis/nis-rpc.c: Likewise.
7516         * nis/nss_nis/nis-service.c: Likewise.
7517         * nis/nss_nis/nis-spwd.c: Likewise.
7518
7519 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
7520
7521         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
7522         Added to follow latest kernel development.
7523
7524 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
7525
7526         * nss/db-Makefile: Handle empty and comment lines better.
7527         ($(VAR_DB)/services.db): Generate entries with missing protocol
7528         value.
7529
7530 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7531
7532         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
7533           NULL.
7534           (getservbyname): Allow proto == NULL.
7535           Pointed out by David N. Welton <davidw@gate.cks.com>.
7536           [PR libc/430].
7537
7538 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
7539
7540         * nis/nislib/nislib.h: Finally removed.
7541
7542         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
7543         C compiler.  From Kaveh Ghazi.
7544         (TYPE_MINIMUM): Define.
7545         (TYPE_MAXIMUM): Define.
7546         (TIME_T_MIN): Use TYPE_MINIMUM.
7547         (TIME_T_MAX): Use TYPE_MAXIMUM.
7548         Patch by Jim Meyering <meyering@ascend.com>.
7549
7550 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
7551
7552         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
7553         __pread64, __pwrite64, and __getpid.
7554
7555         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
7556         versions.
7557
7558 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7559
7560         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
7561         cancelable socket functions as __libc_xxx with __xxx as weak
7562         alias.
7563         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7564         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7565
7566         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
7567         redefined.
7568         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7569         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
7570         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
7571         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
7572
7573         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
7574         and __xxx a weak alias.
7575         * sysdeps/unix/sysv/linux/connect.S: Likewise.
7576         * sysdeps/unix/sysv/linux/recv.S: Likewise.
7577         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
7578         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
7579         * sysdeps/unix/sysv/linux/send.S: Likewise.
7580         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
7581         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
7582
7583 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7584
7585         * locale/langinfo.h: Add defines.
7586
7587         * dirent/dirent.h: Add defines for DT_*, check also for
7588         _DIRENT_HAVE_D_TYPE.
7589         Suggested by Roland McGrath.
7590
7591 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7592
7593         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
7594         Update from Linux 2.1.73+79.
7595
7596         * README.template: Update information about possible
7597         configurations.
7598
7599         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
7600         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
7601         [PR libc/417].
7602
7603         * manual/time.texi (Priority): Correct description of
7604         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
7605         [PR libc/416].
7606
7607 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
7608
7609         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
7610         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
7611
7612 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
7613
7614         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
7615         Andreas Jaeger.
7616
7617 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
7618
7619         * locale/programs/ld-collate.c: Little optimizations.
7620
7621         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
7622
7623         * string/Makefile (tests): Add tst-inlcall.
7624         * string/tst-inlcall.c: New file.
7625
7626         * string/strsignal.c: Add support for real-time signals.
7627
7628         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
7629         presense of small buffer.
7630
7631         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
7632
7633         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
7634         for i686.
7635
7636         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
7637         _NSIG + 1.
7638
7639 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
7640
7641         * Rules: Add explicit rule for dummy.o; at least one library needs
7642           it and it isn't autogenerated by the default rules.
7643
7644 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7645
7646         * math/libm-test.c: Tweak epsilons.
7647
7648 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7649
7650         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
7651         child.
7652         (feenv_mask_test): Likewise.
7653
7654 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7655
7656         * Makeconfig: Don't export CPPFLAGS.
7657
7658 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7659
7660         * sunrpc/rpc_main.c (parseargs): Use perror to print error
7661         message.
7662
7663 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7664
7665         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
7666         terminating null in key size.
7667
7668 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7669
7670         * nss/nss_files/files-service.c: Fix allocation size to include
7671         length of PROTO.
7672
7673         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
7674         applicable.  Fix return value and error checking.
7675         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
7676         unparsable lines.
7677         (DB_LOOKUP): Allocate space for terminating null byte.
7678
7679         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
7680         uids specially.
7681
7682         * db2/makedb.c (process_input): Continue processing if a duplicate
7683         key is encountered.
7684
7685 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
7686
7687         * time/tzfile.h: Updated from tzcode1998b.
7688         * time/zdump.c: Likewise.
7689         * time/zic.c: Likewise.
7690         * time/africa: Update from tzdata1998b.
7691         * time/antarctica: Likewise.
7692         * time/asia: Likewise.
7693         * time/australasia: Likewise.
7694         * time/etcetera: Likewise.
7695         * time/europe: Likewise.
7696         * time/leapseconds: Likewise.
7697         * time/northamerica: Likewise.
7698         * time/southamerica: Likewise.
7699
7700 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7701
7702         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
7703         lookups ignoring case.
7704         * nss/nss_files/files-network.c: Do network lookups ignoring
7705         case.
7706         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
7707         case.
7708         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
7709         case insensitive comparing.
7710         Patches by Cristian Gafton <gafton@redhat.com>.
7711
7712 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7713
7714         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
7715         by Roland McGrath. [PR libc/395]
7716
7717 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7718
7719         * manual/arith.texi (Parsing of Integers): Correct description of
7720         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
7721         [PR libc/396]
7722
7723 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
7724
7725         * misc/lsearch.c (lsearch): Return a pointer to the new element
7726         if one was "allocated".
7727
7728 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7729
7730         * string/strsignal.c: NSIG is not a valid index into
7731         _sys_siglist.  Don't zap the last character of the "Unknown
7732         signal" message.
7733
7734 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
7735
7736         * locale/programs/charmap.c (parse_charmap): Correct parsing of
7737         ellipsis expressions.
7738
7739         * locale/programs/charset.c (insert_char): Correctly insert value
7740         of eliipsis expression.
7741
7742 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
7743
7744         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
7745         <bits/setjmp.h>.
7746         * sysdeps/powerpc/setjmp.S: Likewise.
7747         Patches by Matt McLean <keys@keys.got.net>.
7748
7749         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
7750
7751         * Makefile: Undo last patch.
7752         (distribute): Add test-installation.pl.
7753
7754         * configure.in: Correct handling of --enable-add-ons without parameter.
7755         Correct address of WWW pages.
7756
7757         * libc.map: Add _nl_domain_bindings.
7758
7759         * db2/mutex/tsl_parisc.s: New file.
7760
7761         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
7762         and extra-module.mk.
7763
7764         * localedata/Makefile (distribute): New.  Add all the files.
7765
7766         * stdlib/Makefile (headers): Add inttypes.h.
7767         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
7768         * sysdeps/generic/inttypes.h: New file.
7769         * sysdeps/generic/strtoimax.c: New file.
7770         * sysdeps/generic/strtoumax.c: New file.
7771         * sysdeps/generic/wcstoimax.c: New file.
7772         * sysdeps/generic/wcstoumax.c: New file.
7773         * sysdeps/wordsize-32/Dist: Removed.
7774         * sysdeps/wordsize-32/Makefile: Removed.
7775         * sysdeps/wordsize-64/Dist: Removed.
7776         * sysdeps/wordsize-64/Makefile: Removed.
7777         * sysdeps/generic/bits/environments.h: New file.
7778
7779         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
7780         header is still not correct.
7781
7782         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
7783         * posix/unistd.h: Likewise.
7784         * sysdeps/generic/sys/mman.h: Likewise.
7785         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
7786
7787         * manual/arith.texi: Change definition of mul macro.
7788         * manual/math.texi: Likewise.
7789
7790         * misc/Makefile (routines): Add mmap64.
7791         * sysdeps/generic/mmap64.c: New file.
7792         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
7793         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
7794         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
7795         aliases to mmap.
7796         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7797
7798         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
7799
7800         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
7801
7802         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
7803
7804         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
7805         FOPEN_MAX also when included by limits.h.
7806         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7807
7808         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
7809         and netrom/netrom.h.
7810         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
7811         oldsiglist to sysdep_routines, not aux.
7812         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
7813
7814         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
7815         and SOL_NETROM definition.
7816
7817         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
7818
7819         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
7820         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
7821
7822 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
7823
7824         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
7825
7826         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
7827         sa_handler with k_sa_handler.
7828         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
7829         strong alias.
7830         Reported by a sun.
7831
7832         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
7833         __libc_have_rt_sigs here.
7834         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
7835         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7836         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
7837         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7838
7839 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
7840
7841         * sysdeps/powerpc/atomicity.h: New file.
7842         * sysdeps/mach/powerpc/machine-lock.h: New file.
7843
7844         * Rules: Use -fpic to build anything that might end up in a users'
7845         shared library.
7846
7847         * sysdeps/powerpc/s_fdim.c: New file.
7848         * sysdeps/powerpc/s_fdimf.c: New file.
7849         * sysdeps/powerpc/s_fmax.S: New file.
7850         * sysdeps/powerpc/s_fmaxf.S: New file.
7851         * sysdeps/powerpc/s_fmin.S: New file.
7852         * sysdeps/powerpc/s_fminf.S: New file.
7853         * sysdeps/powerpc/s_llrint.c: Now is for double.
7854         * sysdeps/powerpc/s_llrintf.c: New file.
7855         * sysdeps/powerpc/s_llround.c: Now is for double.
7856         * sysdeps/powerpc/s_llroundf.c: New file.
7857         * sysdeps/powerpc/s_lrint.c: Now is for double.
7858         * sysdeps/powerpc/s_lrintf.S: New file.
7859         * sysdeps/powerpc/s_lround.c: Now is for double.
7860         * sysdeps/powerpc/s_lroundf.c: New file.
7861         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
7862         lrintf, fdim, fdimf.
7863
7864         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
7865         file directly, use its parent.
7866
7867         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
7868         (for the third time).
7869
7870 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
7871
7872         * posix/sched.h: timespec is in <time.h>.
7873
7874         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
7875
7876 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
7877
7878         * configure.in: Stop with error if --disable-static is used when
7879         the shared lib uses this library.
7880
7881         * gen-FAQ.pl: I've perl installed in /usr/bin.
7882
7883         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
7884
7885         Fix Unix98 conformance problems in the headers.
7886         * catgets/nl_types.h: Define nl_item.
7887         * grp/grp.h: Define gid_t.
7888         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
7889         * include/nl_types.h: New file.
7890         * include/ulimit.h: New file.
7891         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
7892         constants in POSIX mode.
7893         * io/utime.h: Get definition for time_t.
7894         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
7895         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
7896         * libio/stdio.h: Define va_list.  Make snprintf also available is
7897         __USE_UNIX98.  Declare getopt function and variables.
7898         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
7899         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
7900         * math/math.h: Defined M_* constants as double for Unix98 mode.
7901         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
7902         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
7903         * posix/regex.h: Define REG_NOSYS.
7904         * posix/wordexp.h: Define WRDE_NOSYS.
7905         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
7906         500 for Unix98.
7907         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
7908         somewhere else as well.  Define clock_t for Unix98.
7909         * posix/sys/wait.h: Define pid_t.
7910         * pwd/pwd.h: Define gid_t, uid_t.
7911         * resource/Makefile (headers): Add ulimit.h.
7912         * resource/ulimit.h: New file.
7913         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
7914         instead of second argument.
7915         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
7916         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
7917         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
7918         * signal/signal.h: Define pid_t.
7919         * string/string.h: Don't declare BSD string functions in POSIX mode.
7920         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
7921         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
7922         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
7923         and POSIX.
7924
7925         * inet/test_ifindex.c: Change test so that it does not fail for
7926         interface aliases.
7927
7928         * locale/programs/locale.c (show_info): Use correct cast sequence
7929         for 64bit machines.
7930
7931         * malloc/malloc.c: __malloc_initialized now signals three states:
7932         uninitialized, initializing, initialized.  Used in mcheck.
7933         * malloc/mcheck.c (mabort): Add '\n' to messages.
7934         (mcheck): Allow installation when malloc is uninitialized or is
7935         just initializing.
7936
7937         * manual/memory.texi: Explain mtrace output a bit more.
7938
7939         * math/libm-test.c: Add more epsilons.
7940
7941         * misc/regexp.h (compile): Remove __ prefix from parameter names.
7942
7943         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
7944         instead of strcpy for security.
7945         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
7946         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
7947         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
7948
7949         * nss/digits_dots.c: Pretty print.
7950
7951         * posix/getconf.c (vars): Add symbols for programming environment
7952         recognition.  Recognize --version.
7953
7954         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
7955         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
7956         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
7957
7958         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
7959         __need_FOPEN_MAX.
7960         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7961         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
7962         __need_FOPEN_MAX.
7963
7964         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
7965         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
7966
7967         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
7968         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7969         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7970         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
7971         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7972         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
7973
7974         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
7975         SCNu*.
7976         * sysdeps/wordsize-64/inttypes.h: Likewise.
7977
7978         * time/africa: Update from tzdata1997j.
7979         * time/antarctica: Likewise.
7980         * time/asia: Likewise.
7981         * time/australasia: Likewise.
7982         * time/backward: Likewise.
7983         * time/etcetera: Likewise.
7984         * time/europe: Likewise.
7985         * time/factory: Likewise.
7986         * time/northamerica: Likewise.
7987         * time/pacificnew: Likewise.
7988         * time/southamerica: Likewise.
7989
7990         * time/tzfile.h: Update from tzcode1997h.
7991         * time/zic.c: Likewise.
7992
7993         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
7994         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
7995         isw*() functions for Unix98.
7996         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
7997         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
7998         is defined.
7999
8000 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8001
8002         * locale/duplocale.c: Increase usage_count only if less than
8003         MAX_USAGE_COUNT.
8004         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
8005         MAX_USAGE_COUNT.
8006         * locale/setlocale.c: Likewise.
8007
8008 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8009
8010         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
8011         dependency to make it easier to install it selectively.
8012
8013         * Makerules (.SUFFIXES): Don't define any suffixes.
8014
8015 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8016
8017         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
8018         * sysdeps/generic/statfs64.c: Emulate using statfs.
8019         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
8020         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
8021         * sysdpes/generic/ftruncate64.c: New file.
8022         * sysdpes/generic/truncate64.c: New file.
8023
8024         * sysdeps/generic/bits/stat.h: Add LFS support.
8025         * sysdeps/generic/bits/statfs.h: Likewise.
8026
8027         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
8028         [__USE_FILE_OFFSET64]: Make long long constant.
8029         (RLIM64_INFINITY): Likewise.
8030
8031         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
8032         for LFS support.
8033         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
8034         * sysdeps/generic/bits/resource.h: Likewise.
8035
8036         * misc/Makefile (routines): Add truncate64 and ftruncate64.
8037
8038         * include/features.h: Don't prevent LFS support from defining BSD
8039         and SYSV things.
8040
8041         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
8042         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
8043         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
8044
8045         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
8046         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
8047         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8048
8049         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
8050         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
8051         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
8052         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
8053         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
8054         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
8055         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
8056         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
8057         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
8058         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
8059         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
8060         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
8061         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
8062         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
8063         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
8064         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
8065         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
8066         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
8067         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
8068         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
8069
8070         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
8071         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
8072         * sysdeps/unix/sysv/linux/xstat64.c: New file.
8073         * sysdeps/unix/sysv/linux/readdir64.c: New file.
8074         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
8075
8076         * sysdeps/unix/sysv/linux/getdents64.c: New file.
8077         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
8078         [$(subdir)=dirent]: Add getdents64.
8079         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
8080
8081         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
8082
8083 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
8084
8085         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
8086
8087         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
8088         * sysdeps/generic/getrlimit64.c: Likewise.
8089         * sysdeps/generic/setrlimit.c: Likewise.
8090         * sysdeps/generic/setrlimit64.c: Likewise.
8091
8092 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
8093
8094         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
8095         using versioning.
8096
8097         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
8098
8099         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
8100
8101 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8102
8103         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
8104         after the codeset name.
8105
8106 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8107
8108         * libc.map: Add get_kernel_syms.
8109
8110 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8111
8112         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
8113         static.
8114         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
8115         Likewise.  Fix condition.
8116
8117 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8118
8119         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
8120
8121 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8122
8123         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
8124         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
8125
8126 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8127
8128         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
8129         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
8130         instead.  Oops.
8131
8132 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8133
8134         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
8135
8136 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8137
8138         * math/libm-test.c (catanh_test): Change epsilon.
8139         Reported by H.J. Lu.
8140
8141 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
8142
8143         * libc.map (__getpid): Added for linuxthreads.
8144
8145 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
8146
8147         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
8148         it if gcc uses static variable in DWARF2 unwind information
8149         for exception support.
8150
8151         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
8152
8153         * elf/soinit.c (__libc_global_ctors, _fini): Handle
8154         HAVE_DWARF2_UNWIND_INFO_STATIC.
8155
8156         * libc.map (__register_frame*, __deregister_frame*): Make them
8157         global.
8158
8159 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8160
8161         * math/libm-test.c: Add more tests for "normal" values.
8162
8163 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8164
8165         * stdio-common/printf_fphex.c: Fix printing of long double number
8166         with a biased exponent of zero.  Fix rounding.
8167
8168 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8169
8170         * sunrpc/rpc_main.c: Accept new flag -$.
8171         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
8172
8173 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8174
8175         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
8176         dynamic linker first, in case the interface has changed.
8177
8178 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8179
8180         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
8181         order.
8182
8183 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8184
8185         * math/tgmath.h: Check for double first, for architectures where
8186         sizeof (long double) == sizeof (double).
8187
8188 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8189
8190         * math/libm-test.c: New tests for "normal" values added for most
8191         functions.
8192
8193 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
8194
8195         * version.h (VERSION): Bump to 2.0.91.
8196
8197         * db2/makedb.c (process_input): Fix typo in message.
8198         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
8199
8200         * elf/dynamic-link.h: Pretty print.
8201
8202         * elf/rtld.c: Allow multiple preloading of a shared object.
8203
8204         * include/limits.h: Prevent multiple inclusion.
8205
8206         * malloc/Makefile (headers): Add mcheck.h.
8207         (distribute): Remove it here.
8208         * malloc/mcheck.h: Pretty print.
8209         * malloc/mtrace.c (mallenv): Make `const'.
8210         * malloc/mtrace.pl: Don't print table head for memory leaks if there
8211         are none.
8212         * manual/memory.texi: Update descriptor of malloc hooks.
8213
8214         * posix/Makefile (routines): Add waitid.
8215         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
8216         on __id_t.
8217         * posix/sys/wait.h: Define idtype_t type.
8218         Add prototype for waitid.
8219         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
8220         * sysdeps/generic/waitid.c: Stub for waitid.
8221         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
8222         the __need_siginfo_t defined.
8223         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
8224         * sysdeps/generic/bits/types.h: Define __id_t.
8225         Correct definition of __FDMASK.
8226         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
8227         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
8228         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
8229
8230         * sysdeps/posix/waitid.c: New file.
8231         Provided by Zack Weinberg.
8232
8233         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
8234
8235         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
8236         Add missing parameters.
8237
8238         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
8239         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
8240         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
8241         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
8242         initialized.
8243
8244         * sysdeps/i386/dl-machine.h: Little cleanup.
8245
8246         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
8247         (__finite): Mark function as const.
8248         Add inline code for __ieee754_atan2.
8249
8250         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
8251         (but don't use it now).
8252         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
8253         __atan.
8254         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
8255         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
8256         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
8257         real part.
8258         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
8259         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
8260         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
8261         __ieee754_atan2 to base 10.
8262         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
8263         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
8264
8265         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
8266         old_kernel_sigaction.
8267
8268         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
8269
8270         * wctype/Makefile (routines): Add wctype_l.
8271         * wctype/wctype.h: Add declaration of __wctype_l.
8272         * wctype/wctype_l.c: New file.
8273
8274 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
8275
8276         * locale/C-ctype.c: Correct data for isw* functions.
8277         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
8278         byte order.
8279         * wctype/test_wctype.c: Add test for isw* functions.
8280         * wctype/wctype.c: Return value with expected byte order.
8281
8282 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8283
8284         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
8285
8286 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
8287
8288         * iconvdata/Makefile: Fix a typo.
8289
8290         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
8291         oldsiglist for shared library.
8292
8293         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
8294         sys_sigabbrev): Make them as the default version GLIBC_2.1.
8295
8296         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
8297         sys_siglist, sys_sigabbrev): New file. Make them as the old
8298         version GLIBC_2.0.
8299
8300         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
8301         to GLIBC_2.1.
8302
8303 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
8304
8305         * libio/iofgets.c (_IO_fgets): Return an error only if there
8306         is a new error.
8307         * libio/iogets.c (_IO_gets): Ditto.
8308
8309 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
8310
8311         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
8312
8313         * libio/Makefile (routines, shared-only-routines): Add
8314         oldiofdopen.
8315
8316         * libio/fileops.c: Don't use _IO_FILE_complete.
8317         * libio/iofdopen.c: Ditto.
8318         * libio/iofopen.c: Ditto.
8319         * libio/iofopen64.c: Ditto.
8320         * libio/iopopen.c: Ditto.
8321         * libio/iovdprintf.c: Ditto.
8322
8323         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
8324
8325         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
8326         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
8327
8328         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
8329         _IO_old_fdopen, _IO_new_fdopen): New declaration.
8330
8331         * libio/libio.h (_IO_FILE): Add more fields.
8332         (_IO_FILE_complete): Defined and make _IO_FILE be the old
8333         one if _IO_USE_OLD_IO_FILE is defined
8334         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
8335         them _IO_FILE_complete.
8336
8337         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
8338         to adjust vtable.
8339         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
8340         _IO_JUMPS.
8341         (_IO_FILE_complete): Commented out.
8342
8343         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
8344         * libio/oldiofclose.c: Ditto.
8345         * libio/oldiofopen.c: Ditto.
8346         * libio/oldstdfiles.c: Ditto.
8347
8348         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
8349         for the old _IO_FILE.
8350
8351         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
8352         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
8353         and stderr.
8354
8355         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
8356         and remove INAME.
8357
8358         * libio/stdio.c (stdin, stdout, stdin): Don't use
8359         _IO_FILE_complete.
8360
8361         * libio/oldiofdopen.c: New.
8362
8363         * stdio-common/vfprintf.c (buffered_vfprintf): Set
8364         hp->_vtable_offset to 0.
8365
8366 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
8367
8368         * libc.map (_IO_file_open): Added.
8369
8370         * libio/libioP.h (_IO_file_open): Declared.
8371
8372         * libio/fileops.c (_IO_file_open): New.
8373         (_IO_file_fopen): Call _IO_file_open ().
8374
8375         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
8376         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
8377
8378 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8379
8380         * signal/signal.h: Fix selection of signal semantics to match
8381         comment.
8382
8383 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8384
8385         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
8386         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
8387         rt_sigreturn.
8388         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
8389         [$(subdir)=signal]: Remove rt_sigreturn.
8390         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
8391         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
8392         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
8393
8394 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8395
8396         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
8397         declarations.
8398
8399 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8400
8401         * iconvdata/extra-module.mk: Expand extra-objs now.
8402
8403 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8404
8405         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
8406         inline functions by feature tests to avoid warning about missing
8407         prototype declarations.
8408
8409 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8410
8411         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
8412         return code for non existent +name entries.
8413         * nis/nss_compat/compat-pwd.c: Likewise.
8414         * nis/nss_compat/compat-spwd.c: Likewise.
8415
8416 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
8417
8418         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
8419         (EIO): Likewise.
8420         (ENOSPC): Likewise.
8421         (EEXIST): Likewise.
8422         (__errno_location): Likewise.
8423
8424         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
8425
8426         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
8427
8428 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8429
8430         * sunrpc/publickey.c: Use new NSS interface.
8431
8432 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
8433
8434         * manual/malloc.texi: Document mtrace/muntrace and the concept.
8435
8436 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8437
8438         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
8439         value, to match spirit of the standard.
8440         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
8441         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
8442         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
8443
8444 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8445
8446         * manual/signal.texi (Signal Stack): Remove spurious @item.
8447
8448 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8449
8450         * rt/aio.h: Remove double semicolon.
8451
8452         * rt/librt.map: Add aio_init.
8453
8454 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
8455
8456         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
8457         * Makefile (subdirs): Replace rt by $(rt).
8458
8459         * shlib-versions: Use version .2 for NSS modules.
8460
8461         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
8462         argument.
8463         * pwd/fgetpwent_r.c: Likewise.
8464         * spwd/fgetspent_r.c: Likewise.
8465         * spwd/sgetspent_r.c: Likewise.
8466         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
8467         Store error number in *ERRNOP.  Little optimization.
8468         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
8469         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
8470         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
8471         (__internal_getnetgrent_r): New argument.
8472         Call __internal_setnetgrent_reuse with new argument.
8473         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
8474         * inet/netgroup.h: Add argument to prototypes.
8475         * nis/nisplus-parser.h: Likewise.
8476         * nis/nss_compat/compat-grp.c: Change everything to store error
8477         code through provided pointer and not use errno.
8478         * nis/nss_compat/compat-pwd.c: Likewise.
8479         * nis/nss_compat/compat-spwd.c: Likewise.
8480         * nis/nss_nis/nis-alias.c: Likewise.
8481         * nis/nss_nis/nis-ethers.c: Likewise.
8482         * nis/nss_nis/nis-grp.c: Likewise.
8483         * nis/nss_nis/nis-hosts.c: Likewise.
8484         * nis/nss_nis/nis-netgrp.c: Likewise.
8485         * nis/nss_nis/nis-network.c: Likewise.
8486         * nis/nss_nis/nis-proto.c: Likewise.
8487         * nis/nss_nis/nis-publickey.c: Likewise.
8488         * nis/nss_nis/nis-pwd.c: Likewise.
8489         * nis/nss_nis/nis-rpc.c: Likewise.
8490         * nis/nss_nis/nis-service.c: Likewise.
8491         * nis/nss_nis/nis-spwd.c: Likewise.
8492         * nis/nss_nisplus/nisplus-alias.c: Likewise.
8493         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
8494         * nis/nss_nisplus/nisplus-grp.c: Likewise.
8495         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
8496         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
8497         * nis/nss_nisplus/nisplus-network.c: Likewise.
8498         * nis/nss_nisplus/nisplus-parser.c: Likewise.
8499         * nis/nss_nisplus/nisplus-proto.c: Likewise.
8500         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8501         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
8502         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
8503         * nis/nss_nisplus/nisplus-service.c: Likewise.
8504         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
8505         * nss/nss_db/db-XXX.c: Likewise.
8506         * nss/nss_db/db-alias.c: Likewise.
8507         * nss/nss_db/db-netgrp.c: Likewise.
8508         * nss/nss_files/files-XXX.c: Likewise
8509         * nss/nss_files/files-alias.c: Likewise
8510         * nss/nss_files/files-netgrp.c: Likewise
8511         * nss/nss_files/files-parse.c: Likewise
8512         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
8513         parameter of get functions.
8514         * nss/getXXent_r.c: Likewise.
8515
8516         * localedata/tst-fmon.c: Print debug info if test fails.
8517
8518         * rt/Makefile (routines): Add aio_notify.
8519         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
8520         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
8521         * rt/aio_fsync.c: Likewise.
8522         * rt/aio_misc.c: Likewise.
8523         * rt/aio_misc.h: Likewise.
8524         * rt/aio_read.c: Likewise.
8525         * rt/aio_read64.c: Likewise.
8526         * rt/aio_suspend.c: Likewise.
8527         * rt/aio_write.c: Likewise.
8528         * rt/aio_write64.c: Likewise.
8529         * rt/lio_listio.c: Likewise.
8530         * rt/lio_listio64.c: Likewise.
8531         * rt/aio_notify.c: New file.
8532
8533         * sysdeps/generic/bits/sigset.h: Pretty print.
8534
8535         * sysdeps/posix/pwrite.c: Define weak alias only if function is
8536         really defined as __pwrite.
8537
8538         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
8539         instead of pread64.
8540         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8541
8542         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
8543         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
8544         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
8545         size in syscall.
8546         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8547         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8548         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
8549         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8550         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
8551         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8552         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
8553         for ACT being NULL.
8554         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
8555         RT signals.
8556         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
8557         __NR_pread is not defined.
8558         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
8559         __NR_pwrite is not defined.
8560
8561 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8562
8563         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
8564         handle for /etc/group back in some more cases.
8565         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
8566         handle for /etc/passwd back in some more cases.
8567         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
8568         handle for /etc/shadow back in some more cases.
8569
8570 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
8571
8572         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
8573         beyound its size.
8574         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
8575         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
8576
8577 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
8578
8579         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
8580         handling.  Don't use macros, we need functions.  Use inline functions
8581         for optimization.
8582         * sysdeps/wordsize-64/inttypes.h: Likewise.
8583         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
8584         and wcstoumax.
8585         * sysdeps/wordsize-64/Makefile: Likewise.
8586         * sysdeps/wordsize-32/Dist: Likewise.
8587         * sysdeps/wordsize-64/Dist: Likewise.
8588         * sysdeps/wordsize-32/strtoimax.c: New file.
8589         * sysdeps/wordsize-32/strtoumax.c: New file.
8590         * sysdeps/wordsize-32/wcstoimax.c: New file.
8591         * sysdeps/wordsize-32/wcstoumax.c: New file.
8592         * sysdeps/wordsize-64/strtoimax.c: New file.
8593         * sysdeps/wordsize-64/strtoumax.c: New file.
8594         * sysdeps/wordsize-64/wcstoimax.c: New file.
8595         * sysdeps/wordsize-64/wcstoumax.c: New file.
8596
8597 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
8598
8599         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
8600         that transparent union works.
8601         * sysdeps/generic/wait4.c (__wait4): Likewise.
8602         * sysdeps/generic/wait.c (__wait): Likewise.
8603
8604         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
8605         size_t.
8606
8607         * sysdeps/generic/syscall.c (syscall): Return value and arg are
8608         long, to match prototype.
8609
8610         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
8611         have mremap() yet.
8612
8613         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
8614
8615         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
8616
8617         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
8618
8619         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
8620         __rlim_t.
8621
8622         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
8623
8624         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
8625
8626         * io/sys/stat.h (S_ISLNK): Always false if we don't have
8627         __S_IFLNK.
8628
8629         * sysdeps/standalone/close.c (_STDIO_H): Define before including
8630         <bits/stdio_lim.h>.
8631         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
8632
8633 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
8634
8635         * posix/sys/wait.h: Don't use transparent unions in C++.
8636
8637 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8638
8639         * time/time.h: Add strfxtime.
8640
8641         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
8642         sysv_signal, strfxtime, pread64, pwrite64.
8643
8644 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
8645
8646         Alpha changes for EGCS:
8647         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
8648         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
8649         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
8650         (_start): Likewise.
8651         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
8652
8653 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
8654
8655         The kernel expects the arguments in a different order.
8656         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
8657         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
8658
8659         * FAQ.in: New file.
8660         * gen-FAQ.pl: New file.
8661         * Makefile (FAQ): Add rule to generate from FAQ.in.
8662
8663         * iconvdata/Makefile: Treat libJIS like the other modules.
8664
8665         * rt/librt.map: New file.
8666
8667         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
8668         inclusion.
8669         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
8670         comment.
8671
8672 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
8673
8674         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
8675         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
8676         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
8677         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
8678
8679 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8680
8681         * string/bits/string2.h: Fix spellings.
8682
8683         * string/string.h: Fix spellings.
8684
8685 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8686
8687         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
8688         declaration to __syscall_rt_sigaction.
8689
8690         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
8691         non-existant <sigcontext.h>.
8692
8693 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8694
8695         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
8696         typo.
8697
8698 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8699
8700         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
8701
8702         * Makeconfig (shared-thread-library): Correct spelling.
8703
8704         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
8705         <asm/pci.h>.
8706
8707 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8708
8709         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
8710         constants from Linux headers. Pointed out by
8711         csmall@scooter.o.i.net. [PR libc/369]
8712
8713 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8714
8715         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
8716
8717 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8718
8719         * configure.in: If --enable-add-ons is given without an
8720         argument, set the addons list to all subdirs with a configure
8721         script.
8722
8723 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
8724
8725         * Makeconfig: Add shared-thread-library variable.
8726
8727         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
8728         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
8729         here.
8730         * sysdeps/m68k/fpu/e_acos.c: Likewise.
8731         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
8732         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
8733         * sysdeps/m68k/fpu/e_pow.c: Likewise.
8734         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
8735         * sysdeps/m68k/fpu/k_cos.c: Likewise.
8736         * sysdeps/m68k/fpu/k_sin.c: Likewise.
8737         * sysdeps/m68k/fpu/k_tan.c: Likewise.
8738         * sysdeps/m68k/fpu/s_atan.c: Likewise.
8739         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
8740         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
8741         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
8742         * sysdeps/m68k/fpu/s_csin.c: Likewise.
8743         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
8744         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
8745         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
8746         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
8747         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
8748         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
8749         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
8750         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
8751         * sysdeps/m68k/fpu/s_modf.c: Likewise.
8752         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
8753         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
8754         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
8755
8756         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
8757         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
8758         * signal/Makefile (headers): Add bits/siginfo.h.
8759         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
8760         (distribute): Add testrtsig.h.
8761         * signal/allocrtsig.c: New file.
8762         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
8763         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
8764         __libc_current_sigrtmax.
8765         * sysdeps/generic/sigqueue.c: New file.
8766         * sysdeps/generic/sigtimedwait.c: New file.
8767         * sysdeps/generic/sigwaitinfo.c: New file.
8768         * sysdeps/generic/testrtsig.h: New file.
8769         * sysdeps/generic/bits/siginfo.h: New file.
8770         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
8771         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
8772         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
8773         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
8774         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
8775         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
8776         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
8777         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
8778         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
8779         * sysdeps/unix/sysv/linux/sigpending.c: New file.
8780         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
8781         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
8782         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
8783         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
8784         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
8785         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
8786         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
8787         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
8788         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
8789         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
8790         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
8791         and _POSIX_REALTIME_SIGNALS.
8792         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
8793         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
8794         update _NSIG.
8795         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
8796         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
8797         definitions.
8798
8799         * Makefile (subdirs): Add rt.
8800         * shlib-versions: Add entry for librt.
8801         * rt/Makefile: New file.
8802         * rt/aio.h: New file.
8803         * rt/aio_cancel.c: New file.
8804         * rt/aio_error.c: New file.
8805         * rt/aio_fsync.c: New file.
8806         * rt/aio_misc.c: New file.
8807         * rt/aio_misc.h: New file.
8808         * rt/aio_read.c: New file.
8809         * rt/aio_read64.c: New file.
8810         * rt/aio_return.c: New file.
8811         * rt/aio_suspend.c: New file.
8812         * rt/aio_write.c: New file.
8813         * rt/aio_write64.c: New file.
8814         * rt/lio_listio.c: New file.
8815         * rt/lio_listio64.c: New file.
8816         * sysdeps/generic/aio_sigqueue.c: New file.
8817         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
8818         * sysdeps/unix/sysv/linux/Dist: Add new files
8819         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
8820         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
8821         rt_sigqueueinfo, rt_sigaction.
8822
8823         * posix/Makefile (headers): Add bits/environments.h.
8824         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
8825         and _CS_LFS_CFLAGS on 64bit platforms.
8826         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
8827         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
8828         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
8829         compilation modules.
8830         * sysdeps/wordsize-32/bits/environments.h: New file.
8831         * sysdeps/wordsize-64/bits/environments.h: New file.
8832
8833         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
8834         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
8835         __libc_pid.
8836         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
8837         0xf00baa.
8838
8839         * string/string.h: Add declaration of __strverscmp.
8840         * string/strverscmp.c: Rename function ot __strverscmp and make old
8841         name weak alias.
8842
8843         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
8844         * sysdeps/generic/enbl-secure.c: Likewise.
8845         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8846
8847         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
8848
8849         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
8850
8851 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8852
8853         * posix/sys/wait.h: Use __transparent_union__ instead of
8854         transparent_union.  Reported by Roland McGrath.
8855
8856 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8857
8858         * resolv/inet_neta.c (inet_neta): Change type of first parameter
8859         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
8860         [PR libc/366].
8861
8862         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
8863
8864         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
8865
8866 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8867
8868         * grp/initgroups.c: Increase buffer if it is too small.
8869
8870 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8871
8872         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
8873         fields, this is no ISO C.  Reported by Andreas Jaeger.
8874
8875 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8876
8877         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
8878
8879 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
8880
8881         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
8882         _SYS_UTSNAME_H not _UTSNAME_H.
8883
8884 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8885
8886         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
8887         computing s_scale.
8888
8889 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8890
8891         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
8892         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
8893         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
8894
8895         * math/libm-test.c (csqrt_test): Add testcase.
8896
8897 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
8898
8899         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
8900         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
8901         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
8902
8903 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8904
8905         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
8906
8907 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8908
8909         * math/libm-test.c (acos_test): Add more tests.
8910         (asin_test): Likewise.
8911         (atan_test): Likewise.
8912         (exp_test): Likewise.
8913         (sin_test): Likewise.
8914         (sqrt_test): Likewise.
8915         (cpow_test): Likewise.
8916         (csqrt_test): Likewise.
8917         (cexp_test): Correct typo in gcc version test.
8918
8919 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
8920
8921         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
8922         <bits/setjmp.h>.
8923         * sysdeps/arm/setjmp.S: Likewise.
8924
8925         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
8926
8927 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
8928
8929         * stdio/stdio.h: Add prototype for tmpfile64().
8930
8931 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
8932
8933         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
8934         prototype to keep in step with libio version.
8935
8936         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
8937
8938 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
8939
8940         * sysdeps/generic/Makefile: Don't try to use make_siglist if
8941         cross-compiling.
8942
8943 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
8944
8945         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
8946         load GOT ptr before jumping to _exit.
8947         Reported by Xavier Leroy.
8948
8949 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
8950
8951         * Makefile (subdirs): Add iconvdata and localedata.
8952
8953         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
8954
8955         * iconv/gconv_conf.c (read_conf_file): Little optimization.
8956
8957         * iconvdata/8bit-gap.c: New file.
8958         * iconvdata/8bit-generic.c: Renamed from ...
8959         * iconvdata/iso8859-generic.c: ...this.
8960         * iconvdata/configure: Removed.
8961         * iconvdata/Makefile: Add new modules and better rules.
8962         * iconvdata/iso6937.c: Minor bug fixes.
8963         * iconvdata/iso8859-1.c: Likewise.
8964         * iconvdata/t61.c: Likewise.
8965         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
8966         Minor bug fixes.
8967         * iconvdata/iso8859-3.c: Likewise.
8968         * iconvdata/iso8859-4.c: Likewise.
8969         * iconvdata/iso8859-5.c: Likewise.
8970         * iconvdata/iso8859-6.c: Likewise.
8971         * iconvdata/iso8859-7.c: Likewise.
8972         * iconvdata/iso8859-8.c: Likewise.
8973         * iconvdata/iso8859-9.c: Likewise.
8974         * iconvdata/iso8859-10.c: Likewise.
8975         * iconvdata/ebcdic-at-de-a.c: New file.
8976         * iconvdata/ebcdic-at-de.c: New file.
8977         * iconvdata/ebcdic-ca-fr.c: New file.
8978         * iconvdata/hp-roman8.c: New file.
8979         * iconvdata/koi-8.c: New file.
8980         * iconvdata/koi8-r.c: New file.
8981         * iconvdata/koi8-h.c: New file.
8982         * iconvdata/latin-greek-1.c: New file.
8983         * iconvdata/latin-greek-1.h: New file.
8984         * iconvdata/latin-greek.c: New file.
8985         * iconvdata/latin-greek.h: New file.
8986         * iconvdata/jis0201.c: New file.
8987         * iconvdata/jis0201.h: New file.
8988         * iconvdata/jis0208.c: New file.
8989         * iconvdata/jis0208.h: New file.
8990         * iconvdata/jis0212.c: New file.
8991         * iconvdata/jis0212.h: New file.
8992         * iconvdata/sjis.c: New file.
8993         * iconvdata/gap.pl: New file.  Script to generate table header.
8994         * iconvdata/gaptab.pl: New file.
8995         * iconvdata/gconv-modules: Add info about new modules.
8996
8997         * locale/programs/charmap.c: Also examine alias names given in charmap
8998         files.
8999
9000         * localedata/*: Add to here from add-on.  We need the information
9001         to generate tables for iconv.
9002
9003         Update from db-2.3.14.
9004         * db2/Makefile: Updated.
9005         * db2/config.h: Likewise.
9006         * db2/db.h: Likewise.
9007         * db2/db_int.h: Likewise.
9008         * db2/btree/bt_cursor.c: Likewise.
9009         * db2/btree/bt_delete.c: Likewise.
9010         * db2/btree/bt_put.c: Likewise.
9011         * db2/btree/bt_search.c: Likewise.
9012         * db2/btree/bt_split.c: Likewise.
9013         * db2/btree/btree_auto.c: Likewise.
9014         * db2/common/db_appinit.c: Likewise.
9015         * db2/common/db_apprec.c: Likewise.
9016         * db2/common/db_err.c: Likewise.
9017         * db2/common/db_region.c: Likewise.
9018         * db2/db/db_auto.c: Likewise.
9019         * db2/db/db_dispatch.c: Likewise.
9020         * db2/db/db_ret.c: Likewise.
9021         * db2/dbm/dbm.c: Likewise.
9022         * db2/hash/hash_auto.c: Likewise.
9023         * db2/include/btree_ext.h: Likewise.
9024         * db2/include/common_ext.h: Likewise.
9025         * db2/include/db.h.src: Likewise.
9026         * db2/include/db_cxx.h: Likewise.
9027         * db2/include/db_ext.h: Likewise.
9028         * db2/include/db_int.h.src: Likewise.
9029         * db2/include/lock.h: Likewise.
9030         * db2/include/log.h: Likewise.
9031         * db2/include/mp.h: Likewise.
9032         * db2/include/mp_ext.h: Likewise.
9033         * db2/include/os_ext.h: Likewise.
9034         * db2/include/os_func.h: Likewise.
9035         * db2/lock/lock.c: Likewise.
9036         * db2/lock/lock_deadlock.c: Likewise.
9037         * db2/log/log.c: Likewise.
9038         * db2/log/log_archive.c: Likewise.
9039         * db2/log/log_auto.c: Likewise.
9040         * db2/log/log_get.c: Likewise.
9041         * db2/log/log_put.c: Likewise.
9042         * db2/mp/mp_bh.c: Likewise.
9043         * db2/mp/mp_fget.c: Likewise.
9044         * db2/mp/mp_fopen.c: Likewise.
9045         * db2/mp/mp_fput.c: Likewise.
9046         * db2/mp/mp_fset.c: Likewise.
9047         * db2/mp/mp_open.c: Likewise.
9048         * db2/mp/mp_pr.c: Likewise.
9049         * db2/mp/mp_region.c: Likewise.
9050         * db2/mp/mp_sync.c: Likewise.
9051         * db2/mutex/README: Likewise.
9052         * db2/mutex/mutex.c: Likewise.
9053         * db2/os/os_open.c: Likewise.
9054         * db2/os/os_func.c: Removed.
9055         * db2/os/os_config.c: New file.
9056         * db2/os/os_spin.c: New file.
9057         * db2/txn/txn.c: Likewise.
9058         * db2/txn/txn_auto.c: Likewise.
9059
9060 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
9061
9062         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
9063         __typeof for C++ since this fails for class members.
9064         Reported by Neal Becker <neal@ctd.comsat.com>.
9065
9066 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9067
9068         * configure.in: Check for a working makeinfo (3.11 or better).
9069         * config.make.in: Add MAKEINFO to be substituted.
9070         * manual/Makefile: Don't update info if makeinfo is too old.
9071
9072 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
9073
9074         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
9075         * sysdeps/alpha/__longjmp.S: Likewise.
9076         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
9077         not <bits/termios.h>.
9078
9079         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
9080         __llseek and make llseek and lseek64 weak aliases.
9081         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9082         Patches by a sun <asun@zoology.washington.edu>.
9083
9084 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9085
9086         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
9087         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
9088         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
9089         * misc/sys/syslog.h: Clean up BSD header.
9090
9091 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9092
9093         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
9094
9095         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
9096         for ctan(+-inf,x).
9097         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
9098         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
9099
9100         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
9101         csqrt (-1), ctanh(i*pi/4).
9102
9103 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9104
9105         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
9106
9107 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
9108
9109         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
9110
9111 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9112
9113         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
9114
9115 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
9116
9117         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
9118         and use.  Define GETCWD_RETURN_TYPE instead and use it.
9119         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
9120         of GETCWD_STORYGE_CLASS and put the return type and the
9121         `internal_function' in the right order for gcc 2.7.2.
9122
9123 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9124
9125         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
9126         incompatible with Linux 2.1.x.  Packages using modules
9127         (e.g. modutils) should/do provide their own version.  Suggested by
9128         Richard Henderson.
9129
9130         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
9131
9132         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
9133         [$(subdir)=socket]: Remove sys/module.h.
9134
9135 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
9136
9137         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
9138         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
9139
9140         * iconv/gconv_close.c: Correct freeing of descriptor data.
9141         * iconv/gconv_simple.c: Return correct error values for illegal or
9142         incomplete characters.
9143
9144         * Makefile (iconvdata/%): Special goal to simplify iconvdata
9145         development.
9146         * iconvdata/Makefile: New file.
9147         * iconvdata/configure: Likewise.
9148         * iconvdata/extra-module.mk: Likewise.
9149         * iconvdata/gconv-modules: Likewise.
9150         * iconvdata/iso6937.c: Likewise.
9151         * iconvdata/iso8859-1.c: Likewise.
9152         * iconvdata/iso8859-10.c: Likewise.
9153         * iconvdata/iso8859-10.h: Likewise.
9154         * iconvdata/iso8859-2.c: Likewise.
9155         * iconvdata/iso8859-2.h: Likewise.
9156         * iconvdata/iso8859-3.c: Likewise.
9157         * iconvdata/iso8859-3.h: Likewise.
9158         * iconvdata/iso8859-4.c: Likewise.
9159         * iconvdata/iso8859-4.h: Likewise.
9160         * iconvdata/iso8859-5.c: Likewise.
9161         * iconvdata/iso8859-5.h: Likewise.
9162         * iconvdata/iso8859-6.c: Likewise.
9163         * iconvdata/iso8859-6.h: Likewise.
9164         * iconvdata/iso8859-7.c: Likewise.
9165         * iconvdata/iso8859-7.h: Likewise.
9166         * iconvdata/iso8859-8.c: Likewise.
9167         * iconvdata/iso8859-8.h: Likewise.
9168         * iconvdata/iso8859-9.c: Likewise.
9169         * iconvdata/iso8859-9.h: Likewise.
9170         * iconvdata/iso8859-generic.c: Likewise.
9171         * iconvdata/t61.c: Likewise.
9172
9173         * string/Makefile (routines): Add strcasestr.
9174         * string/string.h: Add prototype for strcasestr.
9175         * sysdeps/generic/strcasestr.c: New file.
9176         * wcsmbs/mbrtowc.c: Simplify special case a bit.
9177         * wcsmbs/wcrtomb.c: Likewise.
9178         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
9179         * wcsmbs/wcsnrtombs.c: Likewise.
9180         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
9181         partial character is read.
9182         * wcsmbs/wcsrtombs.c: Likewise.
9183         * wcsmbs/wmemrtombs.c: Likewise.
9184         * wcsmbs/wmemrtowcs.c: Likewise.
9185
9186         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
9187         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
9188         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
9189         * sysdeps/i386/elf/setjmp.S: Likewise.
9190         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
9191         <bits/termios.h>.
9192
9193         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
9194         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
9195
9196         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
9197         * sysvipc/sys/ipc.h: Likewise.
9198         * sysvipc/sys/msg.h: Likewise.
9199         * sysvipc/sys/sem.h: Likewise.
9200         * sysvipc/sys/shm.h: Likewise.
9201
9202         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
9203         used directly.
9204         * sysdeps/alpha/bits/setjmp.h: Likewise.
9205         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
9206         * sysdeps/arm/bits/endian.h: Likewise.
9207         * sysdeps/arm/bits/setjmp.h: Likewise.
9208         * sysdeps/generic/bits/byteswap.h: Likewise.
9209         * sysdeps/generic/bits/confname.h: Likewise.
9210         * sysdeps/generic/bits/dirent.h: Likewise.
9211         * sysdeps/generic/bits/dlfcn.h: Likewise.
9212         * sysdeps/generic/bits/endian.h: Likewise.
9213         * sysdeps/generic/bits/fenv.h: Likewise.
9214         * sysdeps/generic/bits/huge_val.h: Likewise.
9215         * sysdeps/generic/bits/in.h: Likewise.
9216         * sysdeps/generic/bits/ioctl-types.h: Likewise.
9217         * sysdeps/generic/bits/ioctls.h: Likewise.
9218         * sysdeps/generic/bits/ipc.h: Likewise.
9219         * sysdeps/generic/bits/msq.h: Likewise.
9220         * sysdeps/generic/bits/poll.h: Likewise.
9221         * sysdeps/generic/bits/resource.h: Likewise.
9222         * sysdeps/generic/bits/sched.h: Likewise.
9223         * sysdeps/generic/bits/sem.h: Likewise.
9224         * sysdeps/generic/bits/setjmp.h: Likewise.
9225         * sysdeps/generic/bits/shm.h: Likewise.
9226         * sysdeps/generic/bits/sigaction.h: Likewise.
9227         * sysdeps/generic/bits/sigcontext.h: Likewise.
9228         * sysdeps/generic/bits/socket.h: Likewise.
9229         * sysdeps/generic/bits/stat.h: Likewise.
9230         * sysdeps/generic/bits/statfs.h: Likewise.
9231         * sysdeps/generic/bits/stdio_lim.h: Likewise.
9232         * sysdeps/generic/bits/termios.h: Likewise.
9233         * sysdeps/generic/bits/time.h: Likewise.
9234         * sysdeps/generic/bits/uio.h: Likewise.
9235         * sysdeps/generic/bits/utmp.h: Likewise.
9236         * sysdeps/generic/bits/utmpx.h: Likewise.
9237         * sysdeps/generic/bits/utsname.h: Likewise.
9238         * sysdeps/generic/bits/waitflags.h: Likewise.
9239         * sysdeps/generic/bits/waitstatus.h: Likewise.
9240         * sysdeps/gnu/bits/utmp.h: Likewise.
9241         * sysdeps/gnu/bits/utmpx.h: Likewise.
9242         * sysdeps/i386/bits/byteswap.h: Likewise.
9243         * sysdeps/i386/bits/endian.h: Likewise.
9244         * sysdeps/i386/bits/huge_val.h: Likewise.
9245         * sysdeps/i386/bits/setjmp.h: Likewise.
9246         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
9247         * sysdeps/ieee754/bits/huge_val.h: Likewise.
9248         * sysdeps/m68k/bits/byteswap.h: Likewise.
9249         * sysdeps/m68k/bits/endian.h: Likewise.
9250         * sysdeps/m68k/bits/setjmp.h: Likewise.
9251         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
9252         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9253         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
9254         * sysdeps/mach/hurd/bits/stat.h: Likewise.
9255         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9256         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
9257         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9258         * sysdeps/mips/bits/dlfcn.h: Likewise.
9259         * sysdeps/mips/bits/endian.h: Likewise.
9260         * sysdeps/mips/bits/setjmp.h: Likewise.
9261         * sysdeps/mips/dec/bits/endian.h: Likewise.
9262         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
9263         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
9264         * sysdeps/mips/p40/bits/endian.h: Likewise.
9265         * sysdeps/powerpc/bits/endian.h: Likewise.
9266         * sysdeps/powerpc/bits/fenv.h: Likewise.
9267         * sysdeps/powerpc/bits/setjmp.h: Likewise.
9268         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
9269         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
9270         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
9271         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
9272         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
9273         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
9274         * sysdeps/unix/bsd/bits/stat.h: Likewise.
9275         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
9276         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
9277         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
9278         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
9279         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
9280         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
9281         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
9282         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
9283         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
9284         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
9285         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
9286         * sysdeps/unix/common/bits/dirent.h: Likewise.
9287         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
9288         * sysdeps/unix/sysv/bits/stat.h: Likewise.
9289         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
9290         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
9291         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
9292         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
9293         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
9294         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
9295         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
9296         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
9297         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
9298         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
9299         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
9300         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
9301         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
9302         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
9303         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
9304         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
9305         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
9306         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
9307         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
9308         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
9309         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
9310         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
9311         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
9312         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
9313         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
9314         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
9315         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
9316         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
9317         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
9318         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
9319         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
9320         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
9321         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
9322         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
9323         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
9324         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
9325         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
9326         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
9327         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
9328         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
9329         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
9330         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
9331         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
9332         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
9333         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
9334         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
9335         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
9336         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
9337         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
9338         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
9339         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
9340         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
9341         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
9342         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
9343         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
9344         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
9345         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
9346         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
9347         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
9348         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
9349         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
9350         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
9351         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
9352         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
9353         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
9354         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
9355         * sysdeps/vax/bits/huge_val.h: Likewise.
9356         * sysdeps/vax/bits/setjmp.h: Likewise.
9357         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
9358         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
9359
9360 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9361
9362         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
9363
9364 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
9365
9366         * strftime.c (strftime):
9367         No longer any need to undef or declare if emacs is defined.
9368         (my_strftime): When checking a -1 returned by mktime, don't blow up
9369         if localtime_r returns NULL.
9370
9371 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9372
9373         * README.template: Fix spelling.
9374
9375 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9376
9377         * configure.in: Enhance --enable-add-ons description a wee bit.
9378
9379 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9380
9381         * glibcbug.in: Add more information of build environment and flags.
9382
9383 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9384
9385         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
9386         it into ENOENT.
9387
9388 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
9389
9390         * elf/dl-support.c: Call __libc_init_secure to make sure
9391         __libc_enable_secure is defined early.
9392         * sysdeps/generic/enbl-secure.c: Change function name to
9393         __libc_init_secure and make it global instead of a constructor.
9394
9395         * iconv/gconv.c: Fix lots of bugs.
9396         * iconv/gconv.h: Likewise.
9397         * iconv/gconv_builtin.h: Likewise.
9398         * iconv/gconv_close.c: Likewise.
9399         * iconv/gconv_conf.c: Likewise.
9400         * iconv/gconv_db.c: Likewise.
9401         * iconv/gconv_dl.c: Likewise.
9402         * iconv/gconv_open.c: Likewise.
9403         * iconv/gconv_simple.c: Likewise.
9404         * iconv/iconv.c: Likewise.
9405         * iconv/iconv_close.c: Likewise.
9406         * iconv/iconv_open.c: Likewise.
9407
9408         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
9409         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
9410         * wcsmbs/wmemrtombs.c: New file.
9411         * wcsmbs/wmemrtowcs.c: New file.
9412
9413 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
9414
9415         * iconv/gconv_simple.c: Fix lots of bugs.
9416         * iconv/iconv_open.c: Normalize names before passing them to
9417         __gconv_open.
9418
9419         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
9420
9421         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
9422         * stdio-common/test-popen.c: Add test for above change.
9423
9424         * math/libm-test.c: Print test results also using %a format,
9425         specified in PRINTF_XEXPR macro.
9426         * math/test-double.c: Define PRINTF_XEXPR.
9427         * math/test-float.c: Likewise.
9428         * math/test-ldouble.c: Likewise.
9429         * math/test-idouble.c: Likewise.
9430         * math/test-ifloat.c: Likewise.
9431         * math/test-ildoubl.c: Likewise.
9432
9433         * stdio-common/vfscanf.c: Recognize a in format specifier only as
9434         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
9435         FP number format.
9436
9437         * stdlib/strtod.c: Little code cleanup.
9438
9439         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
9440         compiling in math subdir.
9441
9442         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
9443         instead of __LIBC_M81_MATH_INLINES.
9444         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
9445         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
9446         * sysdeps/m68k/fpu/e_pow.c: Likewise.
9447         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
9448         * sysdeps/m68k/fpu/k_cos.c: Likewise.
9449         * sysdeps/m68k/fpu/k_sin.c: Likewise.
9450         * sysdeps/m68k/fpu/k_tan.c: Likewise.
9451         * sysdeps/m68k/fpu/s_atan.c: Likewise.
9452         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
9453         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
9454         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
9455         * sysdeps/m68k/fpu/s_csin.c: Likewise.
9456         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
9457         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
9458         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
9459         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
9460         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
9461         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
9462         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
9463         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
9464         * sysdeps/m68k/fpu/s_modf.c: Likewise.
9465         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
9466         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
9467         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
9468         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
9469         __LIBC_INTERNAL_MATH_INLINES is defined.
9470
9471         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
9472         of compare macros from ISO C 9X.  Optimize generic versions a bit.
9473         Define __signbit inline functions and __ieee754_sqrt which can be
9474         used if the ompiler is fixed.
9475
9476         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
9477
9478 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9479
9480         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
9481         sysdeps/generic in the whole dep file, not only in the first line.
9482
9483 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9484
9485         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
9486
9487 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9488
9489         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
9490         place.
9491
9492 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9493
9494         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
9495         is non-empty.
9496
9497 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
9498
9499         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
9500         return value.
9501
9502 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
9503
9504         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
9505         readlink succeeds but the return value is too long.
9506
9507         * stdio-common/printf_fphex.c: Determine sign of number correctly.
9508
9509 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
9510
9511         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
9512         __remqu for Alpha.
9513
9514 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
9515
9516         * sysdeps/generic/sys/ucontext.h: Stub context file.
9517
9518         * libio/iofprintf.c: Removed.  We use the stdio-common version.
9519
9520         * manual/Makefile (distribute): Add stdio-fp.c.
9521
9522         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
9523
9524         * db2/Makefile (distribute): Add include/os_func.h, README and
9525         mutex/tsl_parisc.s.
9526
9527         * hesiod/Makefile (distribute): Add README.hesiod.
9528
9529 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
9530
9531         * iconv/gconv.c: Correctly call transformation function.
9532
9533         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
9534
9535 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9536
9537         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
9538         wrong results for e.g. remquo (3,2, &x)).
9539         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
9540         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
9541
9542 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9543
9544         * configure.in (ld --version-script): Test if the same symbol
9545         maybe defined in all versions (needed by recent changes to
9546         libc.map and supported with binutils 2.8.1.0.17) and issue warning
9547         if versioning is not supported/enabled.
9548         (bash test): Correct test case.
9549
9550         * math/libm-test.c: Added counting/reporting of number of test cases.
9551
9552         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
9553         use awk instead.
9554
9555         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
9556
9557 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9558
9559         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
9560
9561 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
9562
9563         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
9564         Replace revoke call by use of REVOKE.
9565         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
9566         empty and #include generic version.
9567         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9568
9569 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
9570
9571         * libc.map: Add socket functions with __libc_* names.
9572         Reported by Andreas Jaeger.
9573
9574 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9575
9576         * libc.map: Tidy up (remove duplicates, sort entries).
9577
9578 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9579
9580         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
9581
9582 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
9583
9584         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
9585         again after successful call.
9586         Patch by Marc Lehmann <pcg@goof.com>.
9587
9588 1997-11-17  Paul Eggert  <eggert@twinsun.com>
9589
9590         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
9591         as some hosts need this to declare localtime_r properly.
9592
9593 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
9594
9595         * libc.map: Add iconv_open, iconv, and iconv_close.
9596
9597 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
9598
9599         * iconv/Makefile: New file.
9600         * iconv/gconv.c: New file.
9601         * iconv/gconv.h: New file.
9602         * iconv/gconv_builtin.c: New file.
9603         * iconv/gconv_builtin.h: New file.
9604         * iconv/gconv_close.c: New file.
9605         * iconv/gconv_conf.c: New file.
9606         * iconv/gconv_db.c: New file.
9607         * iconv/gconv_dl.c: New file.
9608         * iconv/gconv_open.c: New file.
9609         * iconv/gconv_simple.c: New file.
9610         * iconv/iconv.c: New file.
9611         * iconv/iconv.h: New file.
9612         * iconv/iconv_close.c: New file.
9613         * iconv/iconv_open.c: New file.
9614         * include/gconv.h: New file.
9615
9616         * Makeconfig: Define gconvdir.
9617         * Makefile (subdirs): Add iconv.
9618
9619         * string/bits/string2.h: Add optimization for strtok_r.
9620
9621         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
9622         for NULL.
9623         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
9624         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
9625
9626         * configure.in: Correct test for bash2.
9627         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9628
9629         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
9630         (CFLAGS-locfile.c): Likewise.
9631         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9632
9633         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
9634         non-existing entry if the table is full.
9635
9636         * posix/regex.h: Pretty print.
9637
9638         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
9639
9640         * sysdeps/posix/ctermid.c: Simplify a bit.
9641
9642         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
9643
9644 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9645
9646         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
9647         <sys/types.h> instead of <asm/types.h>.
9648
9649 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9650
9651         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
9652
9653 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
9654
9655         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
9656         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
9657         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
9658         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
9659         fclose): Added to GLIBC_2.1.
9660
9661         * libio/Makefile (routines, shared-only-routines): Add
9662         oldiofclose.  Remove oldfreopen.
9663
9664         * libio/freopen.c (freopen): When PIC is defined, call
9665         _IO_old_freopen () for old stdio.
9666
9667         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
9668         (_IO_fclose, fclose): Use _IO_new_fclose as default version
9669         for GLIBC_2.1.
9670
9671         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
9672         instead of _IO_file_close_it.
9673
9674         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
9675         to _IO_2_1_stdxxx_.
9676         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
9677         is defined.
9678
9679         * libio/libioP.h (_IO_old_do_flush): New.
9680
9681         * libio/oldfileops.c (_IO_old_file_close_it,
9682         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
9683         Call _IO_old_do_flush () instead of _IO_do_flush ().
9684         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
9685         _IO_do_write ().
9686
9687         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
9688         instead of _IO_file_init ().
9689         Bind old symbols to version GLIBC_2.0.
9690
9691         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
9692         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
9693         _IO_stdxxx_.
9694         (_IO_check_libio): New function in .init.
9695
9696         * libio/oldiofclose.c: New file.
9697
9698         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
9699         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
9700         (DEF_STDFILE): Don't use default_symbol_version.
9701
9702         * libio/stdio.c (stdin, stdout, stderr): Set to
9703         _IO_2_1_stdxxx_._
9704         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
9705         stdxxx.
9706
9707         * csu/Makefile (distribute): Add init.c.
9708         (extra-objs): Add init.o for ELF.
9709         (start-installed-name): Add $(objpfx)init.o.
9710
9711         * csu/init.c: New file.
9712
9713 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
9714
9715         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
9716         definition as the default.
9717
9718 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
9719
9720         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
9721
9722 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9723
9724         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
9725         (PR 351).
9726
9727 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
9728
9729         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
9730         to preserve condition codes on function call.
9731
9732 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9733
9734         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
9735
9736 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9737
9738         * math/libm-test.c (asin_test): Add epsilon for float.
9739         (tan_test): Add epsilon for float.
9740         (log1p_test): Add epsilon for float.
9741         (inverse_functions): Add epsilons.
9742
9743         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
9744         net/if_packet.h.
9745
9746         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
9747
9748 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9749
9750         * md5-crypt/Makefile (extra-objs): Make recursively expanded
9751         variable, since $(object-suffixes) is not defined yet.
9752
9753 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9754
9755         * db2/Makefile (distribute): db185/db185_int.src ->
9756         db185/db185_int.h.
9757
9758 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9759
9760         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
9761         exactly one.
9762
9763 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9764
9765         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
9766         name.
9767         * sysdeps/generic/e_acosl.c: Likewise.
9768         * sysdeps/generic/e_asinl.c: Likewise.
9769         * sysdeps/generic/e_atan2l.c: Likewise.
9770         * sysdeps/generic/e_expl.c: Likewise.
9771         * sysdeps/generic/e_fmodl.c: Likewise.
9772         * sysdeps/generic/e_j0l.c: Likewise.
9773         * sysdeps/generic/e_j1l.c: Likewise.
9774         * sysdeps/generic/e_jnl.c: Likewise.
9775         * sysdeps/generic/e_lgammal_r.c: Likewise.
9776         * sysdeps/generic/e_log10l.c: Likewise.
9777         * sysdeps/generic/e_logl.c: Likewise.
9778         * sysdeps/generic/e_powl.c: Likewise.
9779         * sysdeps/generic/e_sqrtl.c: Likewise.
9780         * sysdeps/generic/e_exp2l.c: Likewise.
9781
9782 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9783
9784         * Make-dist (+sysdep-names): Remove extra paren.
9785         * Makefile (distribute): Add stub-tag.h.
9786         * elf/Makefile (distribute): Add atomicity.h.
9787         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
9788         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
9789         [$(subdir)=socket]: Add net/if_packet.h.
9790         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
9791         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
9792         net/if_packet.h, scsi/sg.h.
9793
9794 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9795
9796         * Makefile (install): Quote $(CC) expansion.
9797
9798 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9799
9800         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
9801         working /proc cwd and no restrictions on path length.  Following
9802         some ideas from Andi Kleen <ak@muc.de> (PR 350).
9803
9804 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9805
9806         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
9807         * nis/nss_compat/compat-pwd.c: Likewise.
9808         * nis/nss_compat/compat-spwd.c: Likewise.
9809
9810 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
9811
9812         * sysdeps/libm-i387/s_fdim.S: New file.
9813         * sysdeps/libm-i387/s_fdimf.S: New file.
9814         * sysdeps/libm-i387/s_fdiml.S: New file.
9815         * sysdeps/libm-i387/i686/s_fdim.S: New file.
9816         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
9817         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
9818
9819 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9820
9821         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
9822         pointer to unsigned char.
9823
9824 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9825
9826         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
9827
9828         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
9829
9830         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
9831
9832 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9833
9834         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
9835         ilogb(0/NaN).
9836         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
9837         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
9838
9839 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
9840
9841         * sysdeps/libm-i387/s_fmin.S: New file.
9842         * sysdeps/libm-i387/s_fminf.S: New file.
9843         * sysdeps/libm-i387/s_fminl.S: New file.
9844         * sysdeps/libm-i387/s_fmax.S: New file.
9845         * sysdeps/libm-i387/s_fmaxf.S: New file.
9846         * sysdeps/libm-i387/s_fmaxl.S: New file.
9847         * sysdeps/libm-i387/i686/s_fmin.S: New file.
9848         * sysdeps/libm-i387/i686/s_fminf.S: New file.
9849         * sysdeps/libm-i387/i686/s_fminl.S: New file.
9850         * sysdeps/libm-i387/i686/s_fmax.S: New file.
9851         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
9852         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
9853
9854 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
9855
9856         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
9857         * sysdeps/unix/sysv/linux/send.S: Likewise.
9858         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
9859         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
9860         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
9861         * sysdeps/unix/sysv/linux/recv.S: Likewise.
9862         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
9863         * sysdeps/unix/sysv/linux/connect.S: Likewise.
9864         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
9865
9866 See ChangeLog.7 for earlier changes.