* sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
[platform/upstream/glibc.git] / ChangeLog
1 Wed Jun 10 10:32:11 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2
3         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
4         _dl_profile_map only if the name matches.
5         (_dl_start_user): Remember stack address.
6         * sysdeps/m68k/elf/start.S: Pass new argument to
7         __libc_start_user. 
8
9         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
10         definition.
11         (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
12         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
13         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
14         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
15         * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
16
17 1998-06-09 18:16  Ulrich Drepper  <drepper@cygnus.com>
18
19         * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
20         * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
21         * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
22         * math/bits/mathcalls.h: Add definitions for exp10 and pow10
23         prototypes.
24         * sysdeps/libm-i387/e_exp10.S: New file.
25         * sysdeps/libm-i387/e_exp10f.S: New file.
26         * sysdeps/libm-i387/e_exp10l.S: New file.
27         * sysdeps/libm-ieee754/e_exp10.c: New file.
28         * sysdeps/libm-ieee754/e_exp10f.c: New file.
29         * sysdeps/libm-ieee754/e_exp10l.c: New file.
30         * sysdeps/libm-ieee754/w_exp10.c: New file.
31         * sysdeps/libm-ieee754/w_exp10f.c: New file.
32         * sysdeps/libm-ieee754/w_exp10l.c: New file.
33         * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
34
35 1998-05-25 22:18  H.J. Lu  <hjl@gnu.org>
36
37         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
38         sys/elf.h and sys/reg.h.
39         * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
40         * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
41         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
42         * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
43
44         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
45         PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
46
47 1998-06-09  Ulrich Drepper  <drepper@cygnus.com>
48
49         * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
50         __data member only for gcc.  Reported by ak@muc.de.
51
52         * misc/mntent.h: Undo last patch.
53         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
54         * misc/tst/mntent.c: Adjust code for this change.
55
56         * io/fts.c: Updated from a slightly more recent BSD version.
57         * io/fts.h: Likewise.
58
59         * libc.map: Add __libc_stack_end.
60
61         * db2/Makefile (routines): Add lock_region.
62         * db2/config.h: Update from db-2.4.14.
63         * db2/db.h: Likewise.
64         * db2/db_185.h: Likewise.
65         * db2/db_int.h: Likewise.
66         * db2/btree/bt_close.c: Likewise.
67         * db2/btree/bt_compare.c: Likewise.
68         * db2/btree/bt_conv.c: Likewise.
69         * db2/btree/bt_cursor.c: Likewise.
70         * db2/btree/bt_delete.c: Likewise.
71         * db2/btree/bt_open.c: Likewise.
72         * db2/btree/bt_page.c: Likewise.
73         * db2/btree/bt_put.c: Likewise.
74         * db2/btree/bt_rec.c: Likewise.
75         * db2/btree/bt_recno.c: Likewise.
76         * db2/btree/bt_rsearch.c: Likewise.
77         * db2/btree/bt_search.c: Likewise.
78         * db2/btree/bt_split.c: Likewise.
79         * db2/btree/bt_stat.c: Likewise.
80         * db2/btree/btree.src: Likewise.
81         * db2/btree/btree_auto.c: Likewise.
82         * db2/clib/getlong.c: Likewise.
83         * db2/common/db_appinit.c: Likewise.
84         * db2/common/db_apprec.c: Likewise.
85         * db2/common/db_byteorder.c: Likewise.
86         * db2/common/db_err.c: Likewise.
87         * db2/common/db_log2.c: Likewise.
88         * db2/common/db_region.c: Likewise.
89         * db2/common/db_salloc.c: Likewise.
90         * db2/common/db_shash.c: Likewise.
91         * db2/db/db.c: Likewise.
92         * db2/db/db.src: Likewise.
93         * db2/db/db_auto.c: Likewise.
94         * db2/db/db_conv.c: Likewise.
95         * db2/db/db_dispatch.c: Likewise.
96         * db2/db/db_dup.c: Likewise.
97         * db2/db/db_overflow.c: Likewise.
98         * db2/db/db_pr.c: Likewise.
99         * db2/db/db_rec.c: Likewise.
100         * db2/db/db_ret.c: Likewise.
101         * db2/db/db_thread.c: Likewise.
102         * db2/db185/db185.c: Likewise.
103         * db2/db185/db185_int.h: Likewise.
104         * db2/dbm/dbm.c: Likewise.
105         * db2/hash/hash.c: Likewise.
106         * db2/hash/hash.src: Likewise.
107         * db2/hash/hash_auto.c: Likewise.
108         * db2/hash/hash_conv.c: Likewise.
109         * db2/hash/hash_debug.c: Likewise.
110         * db2/hash/hash_dup.c: Likewise.
111         * db2/hash/hash_func.c: Likewise.
112         * db2/hash/hash_page.c: Likewise.
113         * db2/hash/hash_rec.c: Likewise.
114         * db2/hash/hash_stat.c: Likewise.
115         * db2/include/btree.h: Likewise.
116         * db2/include/btree_ext.h: Likewise.
117         * db2/include/clib_ext.h: Likewise.
118         * db2/include/common_ext.h: Likewise.
119         * db2/include/cxx_int.h: Likewise.
120         * db2/include/db.h.src: Likewise.
121         * db2/include/db_185.h.src: Likewise.
122         * db2/include/db_am.h: Likewise.
123         * db2/include/db_auto.h: Likewise.
124         * db2/include/db_cxx.h: Likewise.
125         * db2/include/db_dispatch.h: Likewise.
126         * db2/include/db_ext.h: Likewise.
127         * db2/include/db_int.h.src: Likewise.
128         * db2/include/db_page.h: Likewise.
129         * db2/include/db_shash.h: Likewise.
130         * db2/include/db_swap.h: Likewise.
131         * db2/include/hash.h: Likewise.
132         * db2/include/hash_ext.h: Likewise.
133         * db2/include/lock.h: Likewise.
134         * db2/include/lock_ext.h: Likewise.
135         * db2/include/log.h: Likewise.
136         * db2/include/log_ext.h: Likewise.
137         * db2/include/mp.h: Likewise.
138         * db2/include/mp_ext.h: Likewise.
139         * db2/include/mutex_ext.h: Likewise.
140         * db2/include/os_ext.h: Likewise.
141         * db2/include/os_func.h: Likewise.
142         * db2/include/queue.h: Likewise.
143         * db2/include/shqueue.h: Likewise.
144         * db2/include/txn.h: Likewise.
145         * db2/lock/lock.c: Likewise.
146         * db2/lock/lock_conflict.c: Likewise.
147         * db2/lock/lock_deadlock.c: Likewise.
148         * db2/lock/lock_region.c: Likewise.
149         * db2/lock/lock_util.c: Likewise.
150         * db2/log/log.c: Likewise.
151         * db2/log/log.src: Likewise.
152         * db2/log/log_archive.c: Likewise.
153         * db2/log/log_auto.c: Likewise.
154         * db2/log/log_compare.c: Likewise.
155         * db2/log/log_findckp.c: Likewise.
156         * db2/log/log_get.c: Likewise.
157         * db2/log/log_put.c: Likewise.
158         * db2/log/log_rec.c: Likewise.
159         * db2/log/log_register.c: Likewise.
160         * db2/mp/mp_bh.c: Likewise.
161         * db2/mp/mp_fget.c: Likewise.
162         * db2/mp/mp_fopen.c: Likewise.
163         * db2/mp/mp_fput.c: Likewise.
164         * db2/mp/mp_fset.c: Likewise.
165         * db2/mp/mp_open.c: Likewise.
166         * db2/mp/mp_pr.c: Likewise.
167         * db2/mp/mp_region.c: Likewise.
168         * db2/mp/mp_sync.c: Likewise.
169         * db2/mutex/68020.gcc: Likewise.
170         * db2/mutex/mutex.c: Likewise.
171         * db2/mutex/parisc.gcc: Likewise.
172         * db2/mutex/parisc.hp: Likewise.
173         * db2/mutex/sco.cc: Likewise.
174         * db2/os/os_abs.c: Likewise.
175         * db2/os/os_alloc.c: Likewise.
176         * db2/os/os_config.c: Likewise.
177         * db2/os/os_dir.c: Likewise.
178         * db2/os/os_fid.c: Likewise.
179         * db2/os/os_fsync.c: Likewise.
180         * db2/os/os_map.c: Likewise.
181         * db2/os/os_oflags.c: Likewise.
182         * db2/os/os_open.c: Likewise.
183         * db2/os/os_rpath.c: Likewise.
184         * db2/os/os_rw.c: Likewise.
185         * db2/os/os_seek.c: Likewise.
186         * db2/os/os_sleep.c: Likewise.
187         * db2/os/os_spin.c: Likewise.
188         * db2/os/os_stat.c: Likewise.
189         * db2/os/os_unlink.c: Likewise.
190         * db2/progs/db_archive/db_archive.c: Likewise.
191         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
192         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
193         * db2/progs/db_dump/db_dump.c: Likewise.
194         * db2/progs/db_dump185/db_dump185.c: Likewise.
195         * db2/progs/db_load/db_load.c: Likewise.
196         * db2/progs/db_printlog/db_printlog.c: Likewise.
197         * db2/progs/db_recover/db_recover.c: Likewise.
198         * db2/progs/db_stat/db_stat.c: Likewise.
199         * db2/txn/txn.c: Likewise.
200         * db2/txn/txn.src: Likewise.
201         * db2/txn/txn_auto.c: Likewise.
202         * db2/txn/txn_rec.c: Likewise.
203
204         * elf/rtld.c: Move definition of __libc_stack_end to ...
205         * sysdeps/generic/dl-sysdep.h: ...here.
206
207         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
208         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
209         * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
210
211         * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
212         * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
213         before following it.
214
215 1998-06-08 21:44  Ulrich Drepper  <drepper@cygnus.com>
216
217         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
218         from mntent correctly.
219
220 1998-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
221
222         * sunrpc/Makefile (generated): Correct typo.
223
224 1998-06-04  Philip Blundell  <philb@gnu.org>
225
226         * elf/elf.h (EM_ARM, et al.): New definitions.
227         * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
228
229 1998-06-08 21:33  Ulrich Drepper  <drepper@cygnus.com>
230
231         * localedata/SUPPORTED: Add sk_SK.
232         * localedata/locales/sk_SK: New file.
233
234 1998-06-08 18:57  Ulrich Drepper  <drepper@cygnus.com>
235
236         * Makeconfig (subdirs): Add debug.
237         * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
238         * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
239         backtrace_symbols.
240         * sysdeps/generic/backtrace.c: New file.
241         * sysdeps/generic/backtracesyms.c: New file.
242         * sysdeps/generic/elf/backtracesyms.c: New file.
243         * sysdeps/i386/backtrace.c: New file.
244         * debug/Makefile: New file.
245         * debug/backtrace-tst.c: New file.
246         * debug/execinfo.h: New file.
247
248 1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
249
250         * elf/sprof.c: Implement call graph profiling.
251
252         * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
253
254 1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
255
256         * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
257         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
258         * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
259         Noticed by Jake Garver <garver@valkyrie.net>.
260
261 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
262
263         * libio/genops.c (__underflow): Read character from read pointer
264         as unsigned.
265         (__uflow): Likewise.
266
267 1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
268
269         * libc.map: Add _dl_profile.
270         * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
271         this to ELF_DYNAMIC_RELOCATE.
272         Always allocate array for relocation result if LD_PROFILE is defined.
273         * elf/ldsodefs.h: Adjust prototypes.
274         * elf/dl-open.c (_dl_open): Call relocation function with extra
275         argument.
276         * elf/rtld.c: Likewise.
277         * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
278         Correct loop condition.
279         * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
280         consider_profile to runtime setup function.
281         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
282         _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
283
284         * elf/dl-support.c: Define __libc_stack_end.
285         * elf/rtld.c: Likewise.
286         * sysdeps/generic/libc-start.c: Store last stack address in
287         __libc_stack_end.
288         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
289         * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
290
291         * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
292         Include <stdint.h>, not <inttypes.h>.
293
294         * elf/sprof.c: Implement flat profiling.
295
296         * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
297         _IO_funlockfile explicitly.
298         * libio/fileops.c: Likewise.
299         * libio/fputc.c: Likewise.
300         * libio/freopen.c: Likewise.
301         * libio/freopen64.c: Likewise.
302         * libio/fseek.c: Likewise.
303         * libio/fseeko.c: Likewise.
304         * libio/fseeko64.c: Likewise.
305         * libio/ftello.c: Likewise.
306         * libio/ftello64.c: Likewise.
307         * libio/getc.c: Likewise.
308         * libio/getchar.c: Likewise.
309         * libio/iofclose.c: Likewise.
310         * libio/iofflush.c: Likewise.
311         * libio/iofgetpos.c: Likewise.
312         * libio/iofgetpos64.c: Likewise.
313         * libio/iofgets.c: Likewise.
314         * libio/iofputs.c: Likewise.
315         * libio/iofread.c: Likewise.
316         * libio/iofsetpos.c: Likewise.
317         * libio/iofsetpos64.c: Likewise.
318         * libio/ioftell.c: Likewise.
319         * libio/iofwrite.c: Likewise.
320         * libio/iogetdelim.c: Likewise.
321         * libio/iogets.c: Likewise.
322         * libio/ioputs.c: Likewise.
323         * libio/ioseekoff.c: Likewise.
324         * libio/ioseekpos.c: Likewise.
325         * libio/iosetbuffer.c: Likewise.
326         * libio/iosetvbuf.c: Likewise.
327         * libio/ioungetc.c: Likewise.
328         * libio/iovsprintf.c: Likewise.
329         * libio/iovsscanf.c: Likewise.
330         * libio/oldfileops.c: Likewise.
331         * libio/oldiofclose.c: Likewise.
332         * libio/peekc.c: Likewise.
333         * libio/putc.c: Likewise.
334         * libio/putchar.c: Likewise.
335         * libio/rewind.c: Likewise.
336
337         * malloc/mtrace.c: Pretty print.
338
339         * misc/mntent.h (struct mentent): Make string elements const char *.
340
341         * nis/nis_printf.c: Optimize I/O a little bit.
342
343         * signal/Makefile (distribute): Add sigset-cvt-mask.h.
344         * sysdeps/generic/sigset-cvt-mask.h: New file.
345         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
346         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
347         * sysdeps/posix/sigvec.c: Rewrite the use definitions from
348         sigset-cvt-mask.h to do the dirty work.
349         Patches by Joe Keane.
350
351         * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
352
353         * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
354         syscall_error label in case of PIC anonymous.
355         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
356         * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
357         * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
358         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
359         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
360         * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
361         * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
362
363 1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
364
365         * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
366         we cannot declare the struct element as const.
367         * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
368         * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
369
370 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
371
372         * manual/Makefile: Include ../Makeconfig earlier.
373         (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
374         exist.
375         (dir-add.texinfo): Remove useless $(SHELL).
376
377 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
378
379         * Makefile (others): Build programs from install-bin.
380         * configure.in: Modify config.make only if is was just created and
381         move that command to second argument of AC_OUTPUT.  Add command to
382         set config_vars in config.status.
383
384 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
385
386         * malloc/Makefile (address-width): Fix conditional.
387
388 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
389
390         * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
391         putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
392         strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
393         version GLIBC_2.1.
394
395 1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
396
397         * manual/lang.texi (Range of Type): Change @end table->@end vtable.
398         (Floating Point Parameters): Likewise.
399
400 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
401
402         * hurd/Makefile (routines): Add cthreads.
403
404 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
405
406         * login/login.c (login): Let pututline take care of finding the
407         positin to insert the UTMP entry.  This corrects a bug where ssh
408         was not reusing UTMP entries marked as DEAD_PROCESS.
409         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
410
411 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
412
413         * login/Makefile (tests): New variable, add tst-utmp and
414         tst-utmpx.
415         * login/tst-utmp.c: New file.
416         * login/tst-utmpx.c: New file.
417
418 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
419
420         * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
421         aliases for _hurd_nerr, for programs that don't use sys_errlist,
422         but need sys_err.
423
424 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
425
426         * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
427         * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
428
429 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
430
431         * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
432         make __read a weak alias.  Use ANSI-style function definition.
433         * sysdeps/mach/hurd/write.c: Likewise.
434
435 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
436
437         * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
438         _sys_errlist.
439
440 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
441
442         * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
443         Renamed from librtld.so.
444
445 1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
446
447         * libc.map: Remove _IO_getline_info which was erroneously
448         introduced in section GLIBC_2.0.
449         Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
450
451 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
452
453         * sysdeps/generic/socket.c (__socket): Renamed from socket, and
454         created a weak alias.
455         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
456
457 1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
458
459         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
460         ftruncate function, and create a weak alias to ftruncate.
461
462 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
463
464         * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
465         * inet/getnetgrent_r.c: Likewise.
466         * nss/getXXbyYY_r.c: Likewise.
467         * nss/getXXent_r.c: Likewise.
468         * pwd/fgetpwent_r.c: Likewise.
469         * shadow/sgetspent_r.c: Likewise.
470         * shadow/fgetspent_r.c: Likewise.
471         * sunrpc/publickey.c: Likewise.
472
473 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
474
475         * hurd/libhurduser.map: New file.
476         * mach/libmachuser.map: Likewise.
477
478         * libc.map: Add Hurd-specific functions to version 2.1.
479         Add __flshfp and __fillbf.
480
481 1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
482
483         * manual/signal.texi (Basic Signal Handling): Fix typo.
484         * manual/errno.texi (Error Codes): Likewise.
485
486 1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
487
488         * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
489         instead of <sys/socket.h>.
490         Patch by NIIBE Yutaka <gniibe@mri.co.jp>
491
492         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
493         Finally make it working.
494         Patch by Mark Hatle <fray@kernel.crashing.org>.
495
496 1998-03-22  Paul Eggert  <eggert@twinsun.com>
497
498         * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
499         a Solaris 2.6 bug.
500
501 1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
502
503         * stdlib/gmp-impl.h: Support strange mixed-endian double format
504         used by ARM systems.
505         * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
506         FE_EXCEPT_SHIFT.
507         * sysdeps/arm/bits/fenv.h: Deleted.
508         * sysdeps/arm/fpu/ieee754.h: New file.
509         * sysdeps/arm/gmp-mparam.h: New file.
510         * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
511         implementation.
512
513 1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
514
515         * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
516
517         * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
518         of ((unused)).  Reported by Bruno Haible.
519
520 1998-05-31  Philip Blundell  <philb@gnu.org>
521
522         * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
523         referring to errno and _errno.
524
525         * sysdeps/arm/fpu/feholdexcpt.c: New file.
526
527         * sysdeps/i386/fpu_control.h: Fix typo.
528
529         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
530         (_JMPBUF_UNWINDS): Added.
531         * sysdeps/arm/fpu/bits/setjmp.h: New file.
532
533 1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
534
535         * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
536         order to build header files, not `generated'.
537
538         * Rules (before-compile): New target which depends on all
539         $(before-compile) files.
540
541 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
542
543         * nis/nis_call.c: Make directory search faster.
544
545         * nis/nis_callback.c: Insert public key of user in callback data.
546
547         * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
548
549         * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
550
551         * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
552
553         * nis/nis_intern.h: Remove duplicated prototype.
554
555 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
556
557         * sunrpc/auth_des.c: Move prototypes from here ...
558         * sunrpc/rpc/auth.h: ... to here.
559
560         * sunrpc/clnt_tcp.c: Add more control flags.
561         * sunrpc/clnt_udp.c: Likewise.
562
563         * sunrpc/netname.c (host2netname): Remove prefixing dot from
564         domainname.
565
566         * sunrpc/rpc/clnt.h: Document, which control flags are not
567         implementable.
568
569         * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
570
571 1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
572
573         * locale/loadlocale.c (_nl_load_locale): Don't allow too small
574         files crash the program.
575
576         * io/Makefile: Don't run ftwtest-sh if cross-compiling.
577         * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
578         Reported by Deborah Wallach <kerr@pa.dec.com>.
579
580 1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
581
582         * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
583         on whether this is a stable release or not (keeps snapshot bug
584         reports out of the database).
585
586         * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
587         * sysdeps/arm/sysdep.h: Likewise.
588         * sysdeps/i386/sysdep.h: Likewise.
589         * sysdeps/m68k/sysdep.h: Likewise.
590         * sysdeps/mach/mips/sysdep.h: Likewise.
591         * sysdeps/mach/sys/reboot.h: Likewise.
592         * sysdeps/mach/sysdep.h: Likewise.
593         * sysdeps/unix/alpha/sysdep.h: Likewise.
594         * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
595         * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
596         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
597         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
598         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
599         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
600         * sysdeps/unix/i386/sysdep.h: Likewise.
601         * sysdeps/unix/mips/sysdep.h: Likewise.
602         * sysdeps/unix/sparc/sysdep.h: Likewise.
603         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
604         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
605         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
606         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
607         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
608         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
609         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
610         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
611
612 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
613
614         * mach/Machrules: Use $(move-if-change).
615
616 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
617
618         * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
619         * Makerules (lib%.so): Depend on $(+interp).
620         (libc.so): Add interp.os to list of dependencies.
621         (interp-obj): Remove variable.
622         * mach/Machrules (+interp): Define to empty since libhurduser and
623         libmachuser don't need to have the interpreter set.
624
625 1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
626
627         * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
628
629         * resolv/gethnamaddr.c: Likewise.
630
631         * resolv/res_comp.c: Likewise.
632
633 1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
634
635         * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
636         so that transparent union works.
637
638 1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
639
640         * manual/texinfo.tex: Update to last available version.
641
642         * timezone/africa: Update from tzdata1998e.
643         * timezone/antarctica: Likewise.
644         * timezone/asia: Likewise.
645         * timezone/australasia: Likewise.
646         * timezone/europe: Likewise.
647         * timezone/iso3166.tab: Likewise.
648         * timezone/northamerica: Likewise.
649         * timezone/tzselect.ksh: Likewise.
650         * timezone/zone.tab: Likewise.
651
652 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
653
654         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
655         Reported by Matt McLean <keys@brio.yikes.com>.
656
657 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
658
659         * catgets/Makefile ($(objpfx)de.cat): Renamed from
660         do-gencat-test.  Use automatic variables.
661         ($(objpfx)de.msg): Fix reference to po file.
662
663 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
664
665         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
666         $(move-if-change).
667
668 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
669
670         * intl/dcgettext.c: Fix typo.
671
672 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
673
674         * configure.in: Allow more make versions e.g 3.76.90.
675
676 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
677
678         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
679
680         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
681         for Hurd.  Patch by Mark Kettenis.
682
683 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
684
685          * mach/Machrules (+preinit, +postinit): Define these variables to
686          empty because libhurduser and libmachuser don't need startup
687          files.
688
689 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
690
691          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
692          instead of a raw bitmask.
693
694 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
695
696         * Makeconfig (rpath-dirs): New variable.
697         (rpath-link): Use it.
698         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
699         (db-objpfx): Removed.
700         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
701         * md5-crypt/Makefile: Likewise.
702         * sysdeps/mach/hurd/Makefile: Likewise.
703
704         * Makeconfig (move-if-change): New variable.
705         * iconvdata/Makefile (move-if-change): Removed.
706         * manual/Makefile (move-if-change): Set only if undefined, use
707         local script by default.
708         * sunrpc/Makefile (move-if-change): Removed.
709         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
710         $(move-if-change).
711
712          * elf/Makefile: Remove all references to obsolete file
713          $(objpfx)rtldtbl.h.
714          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
715
716 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
717
718         * elf/dl-close.c (_dl_close): Add debugging message.
719
720 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
721
722         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
723         to get Linux version and not gcc version.
724         Reported by Alan Curry <pacman@cqc.com>.
725
726 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
727
728         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
729         pointers - return unknown error message instead.
730         Reported by Alan Curry <pacman@cqc.com>.
731
732 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
733
734         * iconvdata/Makefile (modules, sed-generated-headers,
735         perl-generated-headers): ibm424.h is perl generated.  Make
736         necessary modifications to compile without perl.
737
738 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
739
740         * hesiod/hesiod.c (read_config_file): Fix typo.
741
742 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
743
744         * version.h: Bump VERSION.
745
746         * csu/Makefile (distribute): Add munch-tmpl.c.
747
748 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
749
750         * nis/nis_defaults.c: Fix buffer problems and typos.
751
752 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
753
754         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
755         Patch by Fred Fish.
756
757 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
758
759         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
760         overwriting bugs.
761
762         * libio/strops.c (_IO_str_underflow): Read newly available
763         character from buffer as unsigned.
764
765 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
766
767         * catgets/Makefile (distribute): Add xopen-msg.h.
768         (generated): Add de.msg and de.cat.
769         (tests): Add do-gencat-test.
770         (do-gencat-test): New goal.  Run gencat on a generated msg file.
771         * catgets/xopen-msg.h: New file.
772
773 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
774
775         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
776         functions.  Optimize filename creation a bit.
777
778 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
779
780         * stdlib/random_r.c: Help gcc to optimize the code.
781         Patch by Joe Keane <jgk@jgk.org>.
782
783 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
784
785         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
786         tsearch calls.
787
788 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
789
790         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
791         it.
792
793 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
794
795         * wcsmbs/wcsnrtombs.c: Correct computation of result.
796         * wcsmbs/wcsrtombs.c: Likewise.
797
798         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
799         * wcsmbs/wcsmbs-tst1.c: New file.
800
801         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
802
803         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
804         as 1.
805
806         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
807         weak.
808
809 1998-05-21  Philip Blundell  <philb@gnu.org>
810
811         * sysdeps/arm/fpu_control.h: Replace stub file with real
812         implementation.
813         * sysdeps/arm/fpu/bits/fenv.h: New file.
814         * sysdeps/arm/fpu/fesetround.c: Likewise.
815         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
816         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
817         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
818         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
819         * sysdeps/arm/fpu/fegetenv.c: Likewise.
820         * sysdeps/arm/fpu/fesetenv.c: Likewise.
821
822 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
823
824         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
825         read instead of mmap.
826
827 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
828
829         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
830         directly instead of include_next.  Add missing semicolons.
831         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
832         Add missing semicolons.
833
834 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
835
836         * iconvdata/gconv-modules: Add more aliases to please java
837         environments.
838
839 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
840
841         * stdio-common/vfprintf.c (process_arg): Fix typo.
842
843         * iconvdata/TESTS: New tests for EUC-KR.
844
845         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
846         * iconvdata/testdata/EUC-KR: New file.
847
848 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
849
850         * math/libm-test.c (hypot_test): Fix a typo.
851
852 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
853
854         * stdio-common/vfprintf.c: When precision is specified for %ls or
855         %S handle it correctly.
856
857 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
858
859         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
860         the" in one line - fixed it.
861         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
862         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
863         * posix/unistd.h: Likewise
864
865 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
866
867         * Makeconfig (rpath-link): Add resolvobjdir.
868         (resolvobjdir): New variable.
869         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
870
871 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
872
873         * elf/dl-close.c: Call shared object terminators at the right time.
874         Patch by Philippe Troin <phil@fifi.org>.
875
876 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
877
878         * Make-dist (+tsrcs): Also add *.map for every member of
879         $(extra-libs).
880
881         * Makefile (distribute): Don't distribute scripts/printsources and
882         scripts/=__ify.  Distribute FAQ.in.
883         (rpm/%): Don't pass subdirs to sub-make.
884
885         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
886         instead of $(no_deps).
887
888 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
889
890         * sysdeps/generic/setenv.c: Protect against GNU C extension.
891         (KNOWN_VALUE, STORE_VALUE): Do it right.
892         (setenv): Remove unused variable.
893
894 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
895
896         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
897         (CFLAGS-zdump.c): Add $(tz-cflags).
898
899         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
900         return type.
901
902 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
903
904         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
905         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
906         if use_localtime.
907         * time/tzset.c: Update prototype of __tzfile_compute.
908         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
909         tm_zone and tm_offset here if __use_tzfile.
910
911 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
912
913         * Makerules: Install libc.a even if there are no object file.
914
915 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
916
917         * Makerules (do-makelib): Don't force creating library from
918         scratch, to avoid wasting time and space and to get correct
919         behaviour if $(subdirs) is incomplete.
920
921 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
922
923         * Makerules (do-stamp): Make it work when building in source
924         directory.
925
926 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
927
928         * elf/dl-load.c: Rename option and variable from ignore-rpath to
929         inhibit-rpath.
930         * elf/dl-support.c: Likewise.
931         * elf/ldsodefs.h: Likewise.
932         * elf/rtld.c: Likewise.
933         * iconvdata/run-iconv-test.sh: Likewise.
934
935 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
936
937         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
938         variable using the value.
939         * elf/ldsodefs.h: Declare _dl_ignore_path.
940         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
941         object against list in _dl_ignore_path and ignore RPATH if on the list.
942         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
943         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
944         to make sure we get the correct helper libraries loaded.
945
946         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
947         "RPATH" string in call to fillin_rpath instead.
948         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
949
950 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
951
952         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
953         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
954
955 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
956
957         * manual/terminal.texi (I/O Queues): Fix typo.
958
959         * manual/stdio.texi (Closing Streams): Fix grammar.
960
961         * manual/arith.texi (Absolute Value): Correct typo.
962         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
963
964 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
965
966         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
967         LD_PROFILE_OUTPUT in SUID binaries.
968         * intl/dcgettext.c: In SUID binaries don't let language part of
969         locale value contain path elements.
970         * intl/explodename.h: Define new function _nl_find_language.
971         * intl/loadinfo.h: Declare _nl_find_language.
972         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
973         language part it drop the value is path element is contained.
974
975         * locale/setlocale.c: Fix typo.
976
977 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
978
979         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
980
981         * sysdeps/arm/strlen.S: Support both big and little endian processors.
982
983         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
984         log, not a byte-count.
985
986         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
987         a.out compatibility.
988
989 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
990
991         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
992         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
993         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
994         * posix/unistd.h: Likewise.
995         * math/math.h: Likewise.
996         * manual/users.texi (Manipulating the Database): Likewise.
997         * manual/signal.texi (Job Control Signals): Likewise.
998         * manual/message.texi (The gencat program): Likewise.
999         * manual/filesys.texi (Hard Links): Likewise.
1000         * manual/math.texi (SVID Random): Likewise.
1001         * manual/llio.texi (Waiting for I/O): Likewise.
1002         * manual/io.texi (File Name Errors): Likewise.
1003         * manual/conf.texi (String Parameters): Likewise.
1004         * manual/arith.texi (Infinity): Likewise.
1005         * malloc/malloc.c: Likewise.
1006         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
1007         * csu/Makefile: Likewise.
1008
1009 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
1010
1011         * manual/memory.texi: Add back accidently removed line.
1012
1013 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
1014
1015         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
1016         (timeout_handler): New function.
1017         (LOCK_FILE, UNLOCK_FILE): New macros.
1018         Implement file locking with timeout.
1019         (getutent_r_file, internal_getut_r, getutline_r_file,
1020         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
1021         locking.
1022
1023 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
1024
1025         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
1026         directory.
1027
1028 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1029
1030         * rpm/Makefile: Delete inclusion of version.mk.
1031
1032 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1033
1034         * libc.map: Add all libio functions needed libstdc++ with version
1035         2.0, sort entries.
1036
1037 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1038
1039         * iconvdata/Makefile (generated): Add *.stmp files.
1040
1041 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1042
1043         * timezone/Makefile (testdata, build-testdata): New variables, use
1044         them in rules for test data.
1045         ($(objpfx)tst-timezone.out): Depend on test data.
1046         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
1047         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
1048         New rules to build test data.
1049         (tst-timezone-ENV): Pass TZDIR to point to test data.
1050
1051 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
1052
1053         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
1054         (the designation sequence is disturbing).
1055
1056 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1057
1058         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
1059         * sunrpc/xdr_rec.c: Likewise.
1060
1061 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1062
1063         * posix/Makefile (tests): Add runptests.
1064         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
1065         (before-compile): Add ptestcases.h.
1066         (ptestscases.h): Add rule to generate from PTESTS.
1067         * posix/runptests.c: New file.
1068         * posix/PTESTS: New file.
1069         * posix/PTESTS2C.sed: New file.
1070
1071 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1072
1073         * iconv/loop.c: Let user add code to use and set paramaters.
1074
1075         * iconvdata/iso-2022-kr.c: Correct to-loop.
1076
1077         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
1078         point to output buffer.
1079
1080         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
1081         hanja.
1082
1083         * iconvdata/TESTS: Add ISO-2022-KR test.
1084         * iconvdata/testdata/ISO-2022-KR: New file.
1085
1086 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
1087
1088         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
1089         and internal_use.
1090         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
1091         and internal_use.
1092         * wcsmbs/btowc.c: Likewise.
1093         * wcsmbs/mbrtowcs.c: Likewise.
1094         * wcsmbs/mbsnrtowcs.c: Likewise.
1095         * wcsmbs/mbsrtowcs.c: Likewise.
1096         * wcsmbs/wcrtomb.c: Likewise.
1097         * wcsmbs/wcsnrtombs.c: Likewise.
1098         * wcsmbs/wcsrtombs.c: Likewise.
1099         * wcsmbs/wctob.c: Likewise.
1100         * iconv/skeleton.c: Increment invocation_counter.
1101         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
1102         sequence first.
1103
1104         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
1105         * iconvdata/iso-2022-jp.c: Likewise.
1106         * iconvdata/iso646.c: Likewise.
1107
1108         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
1109
1110 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1111
1112         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
1113
1114         * sysdeps/generic/setenv.c (setenv): Remove optimization for
1115         overwriting existing values if it fits.
1116
1117 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
1118
1119         * posix/wordexp-test.c: Avoid duplicate messages.
1120
1121         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
1122         tsearch.  Correctly interpret values returned by those functions.
1123         (unsetenv): Store pointer to string, not pointer to string pointer.
1124
1125         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
1126         DST information and offset in them.
1127         * time/tzset.c (__tz_convert): Pass extra parameters to
1128         __tzfile_compute.  Compute equivalent values for use of tz_rules.
1129
1130 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1131
1132         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
1133         stamp files to avoid unnecessary recompilation.
1134         (gen-8bit-gap-table): Likewise.
1135         (move-if-change): New variable.
1136         (all generated .h rules): Change to be .stmp rules.
1137         (%.h): New rule; depend on %.stmp; no commands.
1138         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
1139         gen-8bit-gap-1.sh.
1140
1141 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1142
1143         * Makerules (libc-map): Deleted.
1144         (load-map-file): Set to the appropriate compiler switch, not
1145         just the file name.  If libfoo-map is not set, look for a
1146         libfoo.map in the current directory and $(..).
1147         (map-file): New variable, contains just the mapfile name.
1148         (build-shlib): Adjust for new value of load-map-file.
1149         (libc.so): Correct dependencies.
1150
1151         * extra-lib.mk: Correct shlib dependencies since libfoo-map
1152         may not be set anymore.
1153
1154         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
1155         Delete libdl-map.  Tweak ld.so link rule to work with changed
1156         variable settings in Makerules.
1157         * iconvdata/Makefile: Tweak build-module to work with changed
1158         variable settings in Makerules.
1159
1160         * db/Makefile: Delete libdb-map.
1161         * hesiod/Makefile: Delete libnss_hesiod-map.
1162         * linuxthreads/Makefile: Delete libpthread-map.
1163         * locale/Makefile: Delete libBrokenLocale-map.
1164         * login/Makefile: Delete libutil-map.
1165         * math/Makefile: Delete libm-map.
1166         * md5-crypt/Makefile: Delete libcrypt-map.
1167         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
1168         libnss_nisplus-map, and libnss_compat-map.
1169         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
1170         libnss_ldap-map.
1171         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
1172         * rt/Makefile: Delete librt-map.
1173
1174 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1175
1176         * configure.in: Instead of substituting `yes' or `no' for whether
1177         --no-whole-archive is available, set @no_whole_archive@ to the
1178         appropriate gcc switch or the empty string.  Likewise for
1179         -fno-exceptions.
1180         * config.make.in: Replace have-no-whole-archive with
1181         no-whole-archive and have-no-exceptions with no-exceptions.
1182         * Makerules: Delete stanzas setting no-whole-archive and
1183         no-exceptions.
1184
1185         * sunrpc/Makefile: Use move-if-change to update generated .h
1186         and .c files.
1187
1188 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1189
1190         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
1191         of strchr loop.
1192
1193 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1194
1195         * time/tzfile.c (__tzfile_read): Remove unused variable info.
1196         (__tzfile_compute): Likewise.
1197
1198 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1199
1200         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
1201         defines from Linux 2.1.102.
1202
1203 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
1204
1205         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
1206
1207 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
1208
1209         * inet/netinet/in.h: Add defines for multicast.
1210         Reported by Jeremy Hall <jhall@UU.NET>.
1211
1212         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
1213         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
1214         and unsetenv.  Optimize _LIBC case.
1215         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
1216         Define functions with leading __.
1217
1218         * time/tzfile.c: Correct handling of global variables daylight,
1219         timezone, and tzname.
1220         * time/tzset.c: Likewise.
1221         * timezone/Makefile (tests): Add tst-timezone.
1222         * timezone/tst-timezone.c: New file.
1223
1224 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
1225
1226         * timezone/asia: Update from tzdata1998d.
1227         * timezone/australasia: Likewise.
1228         * timezone/europe: Likewise.
1229
1230 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
1231
1232         * string/string.h: Don't use the optimized versions for the string
1233         functions if optimizing for space.
1234
1235         * stdlib/tst-strtod.c: Add test for -0.0.
1236
1237         * io/ftwtest-sh: Prevent tests from being run by root.
1238
1239         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
1240         last addition.  Patch by wkpark@chem.skku.ac.kr.
1241
1242 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1243
1244         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
1245         table.
1246
1247 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1248
1249         * iconvdata/gen-8bit.sh: New file.
1250         * iconvdata/gen-8bit-gap.sh: New file.
1251         * iconvdata/gen-8bit-gap-1.sh: New file.
1252         * iconvdata/Makefile (generate-8bit-table): Use shell script
1253         instead of writing the commands directly.
1254         (generate-8bit-gap-table): Likewise.
1255         ($(objpfx)iso8859-7jp.h): Likewise.
1256         (generated headers): Depend on shell script instead of Makefile.
1257         (before-compile): Add $(perl-generated-headers) only if perl is
1258         available.
1259         (headers): Depend on $(perl-generated-headers) only if perl is
1260         available.
1261         (sed-generated-headers): Remove iso8859-7jp.h.
1262
1263 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1264
1265         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
1266         (/): Removed.
1267
1268 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1269
1270         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
1271         formed charset names to getfct.  Let user override charset
1272         selection by mention charset in locale name.
1273
1274 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
1275
1276         * posix/glob.c: Move to ...
1277         * sysdeps/generic/glob.c: ...here.
1278         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
1279         elements.
1280         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
1281         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
1282         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
1283         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
1284         subdir.
1285         * libc.map [GLIBC_2.1]: Add glob and globfree.
1286
1287 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1288
1289         * sunrpc/Makefile (generated): Restore old list.
1290
1291 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1292
1293         * rt/Makefile (tests): Define only if we have a thread library.
1294
1295         * nis/ypclnt.c: Add: #include <errno.h>.
1296
1297 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1298
1299         * configure.in: Define and substitute RELEASE as well as
1300         VERSION.
1301         * config.make.in: Add RELEASE and VERSION to be substituted.
1302         * Makeconfig: Delete all references to version.mk.
1303         * Make-dist: Likewise.
1304         * MakeTAGS: Likewise.
1305         * elf/Makefile: Likewise.
1306
1307 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1308
1309         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
1310         yp_get_default_domain.
1311
1312 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1313
1314         * sysdeps/posix/profil.c (__profil): Don't define act and timer
1315         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
1316
1317 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
1318
1319         * malloc/malloc.c: Fix for NO_THREADS case.
1320
1321 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
1322
1323         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
1324         Remove statfs and fstatfs.
1325         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
1326         and pwrite as EXTRA.
1327         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1328
1329 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
1330
1331         * libc.map: Add capget and capset.
1332
1333 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1334
1335         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1336         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
1337         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
1338         and Matt McLean <keys@brio.yikes.com>.
1339
1340 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
1341
1342         * misc/Makefile (tests): Add tst-mntent.
1343         * misc/tst-mntent.c: New file.
1344
1345 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1346
1347         * autolock.sh: Removed.
1348         * manual/move-if-change: Removed.
1349
1350         * scripts: New directory.
1351         * =__ify: Moved to scripts.
1352         * config.guess: Likewise.
1353         * config.sub: Likewise.
1354         * gen-FAQ.pl: Likewise.
1355         * install-sh: Likewise.
1356         * mkinstalldirs: Likewise.
1357         * move-if-change: Likewise.
1358         * printsources: Likewise.
1359         * rellns.sh: Likewise.
1360         * test-installation.pl: Likewise.
1361
1362         * configure.in: Look in scripts for config.guess, config.sub,
1363         install-sh.
1364         * Makefile: Distribute all above files in their
1365         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
1366         * manual/Makefile: Find mkinstalldirs and move-if-change in
1367         $(..)scripts.  Drop them from distribute.  Minor cleanups.
1368         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
1369         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
1370         * timezone/Makefile: Find rellns-sh in scripts.
1371
1372 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1373
1374         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
1375         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
1376
1377 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1378
1379         * Makefile (+subdir-inits): Delete variable.
1380         (+init_subdirs): Likewise.
1381         (aux): Likewise.
1382         (before-compile): Likewise.
1383         (libc-init): Delete stanza.
1384         (version-info.h): Delete rule and associated variable.
1385         (distribute): Don't distribute moved files.
1386         * Makerules (interp-obj): It lives in elf now.  Only use it
1387         if $(elf) is set.  Delete rule to build it.
1388         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
1389         version.o and version-info.h.  Minor cleanups.
1390         (routines): Add libc-init, sysdep, version.
1391         (generated): Add version-info.h.
1392         * elf/Makefile: Build interp.os.
1393
1394         * interp.c: Moved to elf.
1395         * set-init.c: Moved to csu.
1396         * munch-init.c: Likewise.
1397         * munch.awk: Likewise.
1398         * version.c: Likewise.
1399
1400         * Rules: Unconfuse syntax highlighting with a fake comment.
1401
1402 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1403
1404         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
1405         syscalls.
1406
1407 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1408
1409         * iconvdata/Makefile (generated): Set to *-generated-headers
1410         plus gconv-modules.
1411         (tests): Set to iconv-test.
1412         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
1413         * posix/Makefile (generated): Set to wordexp-test-result*.
1414         * sunrpc/Makefile (generated): Remove rpcsvc/*.
1415         (generated-dirs): Add rpcsvc.
1416         * libio/Makefile: Clean up.
1417
1418 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
1419
1420         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
1421         * Makerules: Likewise.
1422         (+depfiles): Also add sysdep-others.
1423         * Rules: Likewise.
1424         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
1425         * iconvdata/Makefile (distribute): Add TESTS.
1426         * localedata/Makefile (repertoires): Rename to repertoiremaps.
1427         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
1428         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
1429         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
1430         sysdep-others, not others.
1431         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1432         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
1433
1434 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
1435
1436         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
1437         cost_hi and cost_lo.
1438         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
1439         Cost parameter and set cost_lo to INT_MAX.
1440         (add_module): Take new parameter and use it to initialize cost_lo.
1441         (read_conf_file): Count modules being loaded and use counter for
1442         new parameter to add_module.
1443         * iconv/gconv_db.c (find_derivation): When look for cost examine
1444         cost_hi and cost_lo.
1445
1446 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
1447
1448         * string/bits/string2.h: Don't use unsigned char * unless really
1449         necessary since this disturbs C++.
1450         * sysdeps/i386/i486/bits/string.h: Likewise.
1451         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
1452
1453 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1454
1455         * malloc/malloc.c (top_check): Fix last change.
1456
1457 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
1458
1459         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
1460         Patch by Matt McLean <keys@brio.yikes.com>.
1461
1462 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1463
1464         * Makerules (lib): Put back dependency on lib-noranlib.
1465         ($(subdirs-stamps)): Remove dependency on stamp.* again.
1466
1467 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
1468
1469         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
1470         test in __pow2 implementation.
1471
1472 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
1473
1474         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
1475         Still need *FLAGS-.o because we still sometimes build .o files.
1476         * db2/Makefile: Don't build libndbm.a if !build-static.
1477
1478 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1479
1480         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
1481
1482 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
1483
1484         * configure.in: New test for broken gcc on PowerPC.
1485         * sysdeps/powerpc/atomicity.h: Use result of test.
1486         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
1487
1488         * math/libm-test.c: Update many of the epsilon to match actual
1489         performance.
1490
1491         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
1492         * sysdeps/libm-ieee754/e_expf.c: Likewise.
1493         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
1494         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
1495
1496         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
1497
1498         * sysdeps/powerpc/elf/libc-start.c: New file.
1499         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
1500         * sysdeps/powerpc/elf/start.c: Delete.
1501
1502         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
1503         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
1504
1505         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
1506         few patches.
1507
1508 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
1509
1510         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
1511         test for integer.
1512
1513         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
1514         * sysdeps/libm-i387/e_powl.S: Likewise.
1515
1516 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
1517
1518         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
1519         (malloc_check, free_check, realloc_check, memalign_check): Use
1520         them to improve overrun checking.  Overruns of a single byte and
1521         corruption of the top chunk are now detected much more reliably.
1522
1523 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1524
1525         * math/libm-test.c (pow_test): Add test for special value from PR
1526         libc/590.
1527
1528 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
1529
1530         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
1531         including linux/errno.h.
1532
1533 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
1534
1535         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
1536         Use correct types.
1537         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
1538         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
1539
1540 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1541
1542         * Makerules (elide-routines.*): Fix assignments.
1543         (do-makelib): Fix typo.
1544         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
1545         makefile.
1546
1547 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1548
1549         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
1550         $(objpfx)sysd-dirs): Move them...
1551         * Makeconfig: ... here.
1552         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
1553         (stubs): Fix circular depedency.
1554         (do-makelib): Clean up.
1555         (lib): Don't depend on lib-noranlib.
1556         ($(objpfx)stamp.oS): Remove special case for empty
1557         static-only-routines.
1558         (elide-routines.o): Add $(static-only-routines).
1559         (elide-routines$o): Define this instead of elide-routines.$o.
1560         * manual/Makefile (stubs): Fix circular dependency.
1561
1562 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1563
1564         * libio/Makefile (routines): Remove duplicate oldiofclose.
1565
1566 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
1567
1568         * string/strcoll.c: Use uint32_t instead of u_int32_t.
1569
1570 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
1571
1572         * libio/stdio.h: Fix typo in __REDIRECT.
1573         * io/sys/stat.h: Likewise.
1574         Reported by Myles Uyema <myles@uyema.nws.net>.
1575
1576 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1577
1578         * locale/programs/localedef.c (options): Fix help message.
1579
1580 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
1581
1582         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
1583         relocations.  Patch by Joe Keane <jgk@jgk.org>.
1584
1585 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
1586
1587         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
1588         ptmalloc_unlock_all, but re-initializes the mutexes instead.
1589         (ptmalloc_init): Use new function in thread_at_fork call.
1590         (thread_atfork_static): Likewise.
1591         Suggested by Wolfram Gloger and Xavier Leroy.
1592
1593 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
1594
1595         * signal/signal.h: Move definitions of struct sigstack and
1596         struct sigaltstack into separate file and include it.
1597         * sysdeps/generic/bits/sigstack.h: New file.
1598         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
1599         * signal/Makefile (headers): Add bits/sigstack.h.
1600
1601 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1602
1603         * elf/rtld.c (dl_main): Fix check for number of references to
1604         interpreter object.
1605
1606 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1607
1608         * elf/rtld.c (dl_main): Check has_interp after executing platform
1609         specific code.
1610
1611 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1612
1613         * iconvdata/run-iconv-test.sh: Fix typo.
1614
1615 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1616
1617         * Makerules (+depfiles): Add depfiles for $(tests-static).
1618         Simplified.
1619
1620 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1621
1622         * manual/terminal.texi (Special Characters): Fix description of
1623         c_cc indexes.
1624
1625 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1626
1627         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
1628         array.
1629         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
1630         of c_cc array.
1631
1632 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1633
1634         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
1635
1636 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
1637
1638         * intl/locale.alias: Update russian entry.
1639
1640 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1641
1642         * Makerules (static-only-routines): Reimplement in terms of
1643         elide-routines.os.
1644         (shared-only-routines): Reimplement in terms of
1645         elide-routines.X [where X is all object-suffixes except .os].
1646
1647         (stubs): Create stubs file inside the subdir.
1648         (common-mostlyclean): Remove stubs file from inside the subdir.
1649         * Makefile (subdir-stubs): Look for stubs files inside the
1650         subdirs.
1651         * manual/Makefile (stubs): Create dummy stubs file inside the
1652         subdir.
1653
1654 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1655
1656         Build speed improvement: make ar less of a bottleneck.
1657
1658         * Makerules (stamp$o): Just record the object list for later
1659         use.
1660         (libc_foo.a): New rule, depends on subdir stamp files; builds
1661         and ranlibs the library from the lists saved in those files.
1662
1663         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
1664         (subdirs-stamp-o): Likewise.
1665
1666         (ar-symtab-name): Delete variable.
1667         (lib%.a): Delete target.
1668         (libc_foo.a(bar.%)): Delete target.
1669         (libc_foo.a($(ar-symtab-name))): Delete target.
1670
1671         (objects objs): Just depend on libobjs and extra-objs.
1672         (libobjs): Depend on the stamp files, not the objects.
1673         (extra-objs): New target, just depends on the extra-objs list.
1674
1675         (CREATE_ARFLAGS): Kill the `ar S' hack.
1676
1677         * config.make.in (have-ar-S): Deleted.
1678         * configure.in: Delete test for `ar S'.  Add test to determine
1679         whether ranlib does anything useful.
1680
1681 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
1682
1683         * inet/tst-ether_aton.c: Include <stdio.h>.
1684
1685 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
1686
1687         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
1688
1689         * locale/Makefile (distribute): Add programs/repertoire.h.
1690         (localedef-modules): Add repertoire.
1691         (CPPFLAGS): Define REPERTOIREMAP_PATH.
1692         * locale/programs/repertoire.c: New file.
1693         * locale/programs/repertoire.h: New file.
1694         * locale/programs/charmap.c: Starting fixing character set handling
1695         to handle multi-byte encodings.
1696         * locale/programs/charset.c: Likewise.
1697         * locale/programs/charset.h: Likewise.
1698         * locale/programs/ld-collate.c: Likewise.
1699         * locale/programs/ld-ctype.c: Likewise.
1700         * locale/programs/linereader.c: Likewise.
1701         * locale/programs/localedef.c: Likewise.
1702         * locale/programs/locfile-kw.gperf: Likewise.
1703         * locale/programs/locfile-kw.h: Likewise.
1704         * locale/programs/locfile-token.h: Likewise.
1705         * locale/programs/locfile.h: Likewise.
1706         * locale/programs/stringtrans.c: Likewise.
1707
1708         * locale/programs/locfile.c: Interpret I18NPATH value as base of
1709         path, extended with "/locales/".
1710
1711 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
1712
1713         * sysdeps/arm/memset.S: Fix off by one error.
1714
1715         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
1716         __syscall_error rather than syscall_error directly.
1717
1718 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
1719
1720         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
1721         mmap() syscall for ARM.
1722
1723         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
1724         binaries.
1725
1726 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
1727
1728         * locale/programs/localedef.c: Recognize repertoire-map option.
1729
1730 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1731
1732         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
1733         converting non-hex numbers.
1734         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
1735
1736 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
1737
1738         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
1739         check overflow.
1740         * resolv/Makefile (tests): New, add tst-aton.
1741         * resolv/tst-aton.c: New file.
1742
1743 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1744
1745         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
1746         semicolon.
1747
1748 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
1749
1750         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
1751         by letting the later modify the variable computing the total directly.
1752         * wcsmbs/mbsrtowcs.c: Likewise.
1753         * wcsmbs/wcsnrtombs.c: Likewise.
1754         * wcsmbs/wcsrtombs.c: Likewise.
1755
1756         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
1757         it is not used.
1758         * wcsmbs/wctoc.c: Likewise.
1759
1760         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
1761         * wcsmbs/wcsrtombs.c: Likewise.
1762
1763         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
1764
1765 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1766
1767         * iconv/skeleton.c: Correct counting of actually converted
1768         characters.
1769
1770         * intl/localealias.c (read_alias_file): Use unsigned char for
1771         local variables.  Remove unused variable tp.
1772         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
1773         for type of codeset.  For loosing Solaris systems.
1774         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
1775         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
1776         len if not needed.
1777         Patches by Jim Meyering.
1778
1779         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
1780         wcsrtombs must put it into initial state.
1781
1782 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1783
1784         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
1785         argument of bswap_XX macro.
1786
1787 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1788
1789         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
1790         variable name.
1791
1792 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
1793
1794         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
1795         semun and use stdarg macros to get the value.
1796         * sysdeps/generic/semctl.c: Don't use union semun.
1797
1798         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
1799
1800         * string/basename.c [!_LIBC]: Define function as gnu_basename.
1801
1802         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
1803         strings.h.
1804
1805         * stdlib/grouping.h: Accept ungrouped numbers even if locale
1806         defines grouping.
1807
1808         * intl/hash-string.h: Don't include values.h.
1809
1810         * inet/Makefile (tests): Add tst-ether_aton.
1811         * inet/tst-ether_aton.c: New file.
1812
1813         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
1814         in hex conversion.
1815         * inet/ether_aton.c (ether_aton): Declare result variable static.
1816         Reported by ahyung@unixg.ubc.ca.
1817
1818         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
1819         Define macro _SEM_SEMUN_UNDEFINED instead.
1820         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
1821
1822         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
1823         * stdio-common/Makefile (tests): Add tst-wc-printf.
1824
1825 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
1826
1827         * manual/stdio.texi (Variable Arguments Output): Correct variable
1828         name.  Patch from Ewan Mellor <em@nexus.co.uk>
1829
1830 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1831
1832         * intl/dcgettext.c: Remove unneeded definition of
1833         internal_function.
1834
1835 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1836
1837         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
1838         instead of do-iconv-test.
1839         ($(objpfx)gconv-modules): Define rule only if objpfx is not
1840         empty.
1841
1842 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1843
1844         * string/string.h: Fix feature test.
1845
1846 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1847
1848         * iconvdata/iso646.c (BODY): Don't use character constants that
1849         depend on signedness of char.
1850
1851 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1852
1853         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
1854         (sysdep_routines): Add s_pread64 and s_pwrite64.
1855
1856 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
1857
1858         * iconvdata/Makefile (distribute): Remove generated .h files.
1859         * iconvdata/koi8-r.h: Removed.
1860         * iconvdata/latin-greek-1.h: Removed.
1861         * iconvdata/latin-greek.h: Removed.
1862
1863         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
1864         * iconvdata/KOI-8: Likewise.
1865         * iconvdata/KOI-8..UTF8: Likewise.
1866         * iconvdata/KOI8-R: Likewise.
1867         * iconvdata/KOI8-R..UTF8: Likewise.
1868
1869 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1870
1871         * streams/Makefile (headers): Add sys/stropts.h.
1872         * streams/sys/stropts.h: New file.
1873
1874 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1875
1876         * sysdeps/unix/sysv/linux/ttyname.c,
1877         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
1878         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
1879
1880 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1881
1882         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
1883         argument of _itoa_word.
1884
1885 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1886
1887         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
1888         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
1889         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
1890         sigprocmask, resp., instead of EXTRA.
1891
1892         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
1893         s_pread64 and s_pwrite64.
1894
1895 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
1896
1897         * iconvdata/Makefile: Correct rules to generate gap table.
1898         * iconvdata/gap.pl: Simplify.
1899
1900         * iconvdata/TESTS: Name new tests.
1901         * iconvdata/testdata/CP1250: New file.
1902         * iconvdata/testdata/CP1250..UTF8: New file.
1903         * iconvdata/testdata/CP1251: New file.
1904         * iconvdata/testdata/CP1251..UTF8: New file.
1905         * iconvdata/testdata/CP1252: New file.
1906         * iconvdata/testdata/CP1252..UTF8: New file.
1907         * iconvdata/testdata/CP1253: New file.
1908         * iconvdata/testdata/CP1253..UTF8: New file.
1909         * iconvdata/testdata/CP1254: New file.
1910         * iconvdata/testdata/CP1254..UTF8: New file.
1911         * iconvdata/testdata/CP1255: New file.
1912         * iconvdata/testdata/CP1255..UTF8: New file.
1913         * iconvdata/testdata/CP1256: New file.
1914         * iconvdata/testdata/CP1256..UTF8: New file.
1915         * iconvdata/testdata/CP1257: New file.
1916         * iconvdata/testdata/CP1257..UTF8: New file.
1917
1918 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
1919
1920         * iconvdata/Makefile: Add rules for ISO-2022-KR.
1921         * iconvdata/iso-2022-kr.c: New file.
1922
1923         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
1924         and ISO-2022-KR.
1925
1926 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
1927
1928         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
1929         iso8859-8 and iso8859-10.
1930         * iconvdata/iso8859-5.c: Change to use gap method.
1931         * iconvdata/iso8859-7.c: Likewise.
1932         * iconvdata/iso8859-8.c: Likewise.
1933         * iconvdata/iso8859-10.c: Likewise.
1934
1935         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
1936         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
1937         end of the loop.
1938         * iconvdata/iso-2022-jp.c: New file.
1939
1940         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
1941         * iconvdata/ksc5601.h: Unify function interfaces.
1942         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
1943         * iconvdata/uhc.c: Likewise.
1944
1945         * iconvdata/gb2312.h: Use correct types.
1946
1947         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
1948         size elements of data.
1949
1950 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1951
1952         * string/tst-svc.expect: Adapt for change in .input.
1953         * string/tst-svc.input: More tests.
1954
1955 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
1956
1957         * iconvdata/Makefile: Add rules for new modules.
1958         * iconvdata/gconv-modules: Likewise.
1959         * iconvdata/cp737.c: New file.
1960         * iconvdata/cp737.h: New file.
1961         * iconvdata/cp775.c: New file.
1962         * iconvdata/cp775.h: New file.
1963         * iconvdata/cp874.c: New file.
1964         * iconvdata/cp874.h: New file.
1965
1966 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
1967
1968         * iconvdata/Makefile: Create target directory before generating
1969         headers.
1970
1971 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1972
1973         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
1974         __USER_LABEL_PREFIX__.
1975         (__ASMNAME, __ASMNAME2): New macros.
1976
1977 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1978
1979         * elf/dl-load.c: Include sys/param.h for MAX.
1980
1981 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
1982
1983         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
1984         __ftruncate the strong symbol, and add weak alias.
1985         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1986
1987 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1988
1989         * termios/cfsetspeed.c: Make code cleaner and add missing const.
1990         Patch by Joe Keane <jgk@jgk.org>.
1991
1992         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
1993         free()ing.
1994
1995 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
1996
1997         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
1998         Patch by Thomas Bushnell, n/BSG.
1999
2000 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2001
2002         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
2003
2004 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2005
2006         * iconvdata/Makefile: Put generated headers in build directory.
2007
2008 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
2009
2010         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
2011         strsep as current directory.
2012
2013         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
2014         Java.  Add definitions for unicodelittle implementation.
2015         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
2016         * iconv/gconv_simple.c: Define unicodelittle functions.
2017
2018         * iconv/iconv_prog.c: Make program print information about position
2019         of illegal character in input.
2020
2021         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
2022         comparison of charset name.
2023         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
2024         * iconvdata/ebcdic-at-de-a.c: Likewise.
2025         * iconvdata/ebcdic-at-de.c: Likewise.
2026         * iconvdata/ebcdic-ca-fr.c: Likewise.
2027         * iconvdata/euccn.c: Likewise.
2028         * iconvdata/eucjp.c: Likewise.
2029         * iconvdata/euckr.c: Likewise.
2030         * iconvdata/euctw.c: Likewise.
2031         * iconvdata/hp-roman8.c: Likewise.
2032         * iconvdata/iso6937.c: Likewise.
2033         * iconvdata/iso8859-1.c: Likewise.
2034         * iconvdata/iso8859-10.c: Likewise.
2035         * iconvdata/iso8859-2.c: Likewise.
2036         * iconvdata/iso8859-3.c: Likewise.
2037         * iconvdata/iso8859-4.c: Likewise.
2038         * iconvdata/iso8859-5.c: Likewise.
2039         * iconvdata/iso8859-6.c: Likewise.
2040         * iconvdata/iso8859-7.c: Likewise.
2041         * iconvdata/iso8859-8.c: Likewise.
2042         * iconvdata/iso8859-9.c: Likewise.
2043         * iconvdata/johab.c: Likewise.
2044         * iconvdata/koi-8.c: Likewise.
2045         * iconvdata/koi8-r.c: Likewise.
2046         * iconvdata/latin-greek-1.c: Likewise.
2047         * iconvdata/latin-greek.c: Likewise.
2048         * iconvdata/sjis.c: Likewise.
2049         * iconvdata/t61.c: Likewise.
2050         * iconvdata/uhc.c: Likewise.
2051
2052         * iconvdata/iso646.c: Add support for more ISO 646 variants.
2053         * iconvdata/TESTS: Add tests for ISO646 module.
2054         * iconvdata/gconv-modules: Add new modules.
2055         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
2056         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
2057         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
2058         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
2059         * iconvdata/testdate/DIN_66003: Likewise.
2060         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
2061         * iconvdata/testdate/DS_2089: Likewise.
2062         * iconvdata/testdate/DS_2089..UTF8: Likewise.
2063         * iconvdata/testdate/ES: Likewise.
2064         * iconvdata/testdate/ES..UTF8: Likewise.
2065         * iconvdata/testdate/ES2: Likewise.
2066         * iconvdata/testdate/ES2..UTF8: Likewise.
2067         * iconvdata/testdate/GB_1988-80: Likewise.
2068         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
2069         * iconvdata/testdate/IT: Likewise.
2070         * iconvdata/testdate/IT..UTF8: Likewise.
2071         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
2072         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
2073         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
2074         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
2075         * iconvdata/testdate/JUS_I.B1.002: Likewise.
2076         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
2077         * iconvdata/testdate/KSC5636: Likewise.
2078         * iconvdata/testdate/KSC5636..UTF8: Likewise.
2079         * iconvdata/testdate/MSZ_7795.3: Likewise.
2080         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
2081         * iconvdata/testdate/NC_NC00-10: Likewise.
2082         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
2083         * iconvdata/testdate/NF_Z_62-010: Likewise.
2084         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
2085         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
2086         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
2087         * iconvdata/testdate/NS_4551-1: Likewise.
2088         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
2089         * iconvdata/testdate/NS_4551-2: Likewise.
2090         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
2091         * iconvdata/testdate/PT: Likewise.
2092         * iconvdata/testdate/PT..UTF8: Likewise.
2093         * iconvdata/testdate/PT2: Likewise.
2094         * iconvdata/testdate/PT2..UTF8: Likewise.
2095         * iconvdata/testdate/SEN_850200_B: Likewise.
2096         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
2097         * iconvdata/testdate/SEN_850200_C: Likewise.
2098         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
2099
2100         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
2101         * iconvdata/cns11643l1.h: Likewise.
2102         * iconvdata/latin-greek-1.h: Likewise.
2103         * iconvdata/latin-greek.h: Likewise.
2104         * iconvdata/koi8-r.h: Likewise.
2105         * iconvdata/jis0212.h: Likewise.
2106         * iconvdata/gb2312.h: Likewise.
2107         * iconvdata/ksc5601.h: Likewise.
2108
2109         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
2110
2111         * iconvdata/Makefile: Add rules for lots of more modules.
2112         * iconvdata/cp1250.c: New file.
2113         * iconvdata/cp1251.c: New file.
2114         * iconvdata/cp1252.c: New file.
2115         * iconvdata/cp1253.c: New file.
2116         * iconvdata/cp1254.c: New file.
2117         * iconvdata/cp1255.c: New file.
2118         * iconvdata/cp1256.c: New file.
2119         * iconvdata/cp1257.c: New file.
2120         * iconvdata/ebcdic-dk-no-a.c: New file.
2121         * iconvdata/ebcdic-dk-no.c: New file.
2122         * iconvdata/ebcdic-es-a.c: New file.
2123         * iconvdata/ebcdic-es-s.c: New file.
2124         * iconvdata/ebcdic-es.c: New file.
2125         * iconvdata/ebcdic-fi-se-a.c: New file.
2126         * iconvdata/ebcdic-fi-se.c: New file.
2127         * iconvdata/ebcdic-fr.c: New file.
2128         * iconvdata/ebcdic-is-friss.c: New file.
2129         * iconvdata/ebcdic-it.c: New file.
2130         * iconvdata/ebcdic-pt.c: New file.
2131         * iconvdata/ebcdic-uk.c: New file.
2132         * iconvdata/ebcdic-us.c: New file.
2133         * iconvdata/ibm037.c: New file.
2134         * iconvdata/ibm038.c: New file.
2135         * iconvdata/ibm1004.c: New file.
2136         * iconvdata/ibm1026.c: New file.
2137         * iconvdata/ibm1047.c: New file.
2138         * iconvdata/ibm256.c: New file.
2139         * iconvdata/ibm273.c: New file.
2140         * iconvdata/ibm274.c: New file.
2141         * iconvdata/ibm275.c: New file.
2142         * iconvdata/ibm277.c: New file.
2143         * iconvdata/ibm278.c: New file.
2144         * iconvdata/ibm280.c: New file.
2145         * iconvdata/ibm281.c: New file.
2146         * iconvdata/ibm284.c: New file.
2147         * iconvdata/ibm285.c: New file.
2148         * iconvdata/ibm290.c: New file.
2149         * iconvdata/ibm297.c: New file.
2150         * iconvdata/ibm420.c: New file.
2151         * iconvdata/ibm423.c: New file.
2152         * iconvdata/ibm424.c: New file.
2153         * iconvdata/ibm437.c: New file.
2154         * iconvdata/ibm500.c: New file.
2155         * iconvdata/ibm850.c: New file.
2156         * iconvdata/ibm851.c: New file.
2157         * iconvdata/ibm852.c: New file.
2158         * iconvdata/ibm855.c: New file.
2159         * iconvdata/ibm857.c: New file.
2160         * iconvdata/ibm860.c: New file.
2161         * iconvdata/ibm861.c: New file.
2162         * iconvdata/ibm862.c: New file.
2163         * iconvdata/ibm863.c: New file.
2164         * iconvdata/ibm864.c: New file.
2165         * iconvdata/ibm865.c: New file.
2166         * iconvdata/ibm868.c: New file.
2167         * iconvdata/ibm869.c: New file.
2168         * iconvdata/ibm870.c: New file.
2169         * iconvdata/ibm871.c: New file.
2170         * iconvdata/ibm875.c: New file.
2171         * iconvdata/ibm880.c: New file.
2172         * iconvdata/ibm891.c: New file.
2173         * iconvdata/ibm903.c: New file.
2174         * iconvdata/ibm904.c: New file.
2175         * iconvdata/ibm905.c: New file.
2176         * iconvdata/ibm918.c: New file.
2177
2178         * locale/iso-4217.def: Update.
2179         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
2180
2181         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
2182         formats.
2183
2184 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2185
2186         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
2187         LD_LIBRARY_PATH.
2188
2189 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2190
2191         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
2192         * Makefile: Likewise.
2193         * posix/Makefile: Likewise.
2194         * sysdeps/mach/hurd/Makefile: Likewise.
2195
2196 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2197
2198         * sysdeps/mach/hurd/bits/dirent.h: New file.
2199         * sysdeps/mach/hurd/readdir64.c: New file.
2200         * sysdeps/mach/hurd/readdir64_r.c: New file.
2201
2202 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2203
2204         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
2205         dprintf): Synchronize declarations with libio/stdio.h.
2206
2207 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2208
2209         * elf/dlerror.c (dlerror): Don't assume that
2210         __libc_internal_tsd_get is defined.  __libc_getspecific is already
2211         well-protected, so just use it directly.
2212
2213 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2214
2215         * io/ftw.h (ftw): Fix typo.
2216
2217 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2218
2219         * sysdeps/gnu/utmp_file.c: Fix typo.
2220
2221 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2222
2223         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
2224         one part of a test fails move on to the next test.
2225
2226 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
2227
2228         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2229
2230 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2231
2232         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
2233         as pointers, not signed integers.
2234
2235 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2236
2237         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2238
2239 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2240
2241         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
2242         asm symbol name of functions.
2243         * include/features.h: Kill redundant test.
2244
2245         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
2246         * io/ftw.h: Likewise.
2247         * io/sys/stat.h: Likewise.
2248         * io/sys/statfs.h: Likewise.
2249         * io/sys/statvfs.h: Likewise.
2250         * libio/stdio.h: Likewise.
2251         * resource/sys/resource.h: Likewise.
2252         * rt/aio.h: Likewise.
2253
2254         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
2255          __FAVOR_BSD.
2256         * signal/signal.h: Use new macros for BSD vs. SysV signal().
2257
2258         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
2259         a dummy library.
2260         * misc/bsd-compat.c: Removed.
2261
2262 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
2263
2264         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
2265         function declaration.
2266         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
2267         and use them in conversion function.
2268         * iconvdata/Makefile (modules): Re-add ISO6446.
2269         * iconvdata/TEST: Add tests for ASCII variants.
2270         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
2271         * iconvdata/testdata/ANSI_X3.4-1968: New file.
2272         * iconvdata/testdata/BS_4730: New file.
2273         * iconvdata/testdata/BS_4730..UTF8: New file.
2274
2275 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
2276
2277         * iconv/gconv.h (struct gconv_step): Add element stateful.
2278         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
2279         to zero for all internal conversions.
2280         * iconv/skeleton.c: Initialize stateful depending on whether or not
2281         RESET_STATE is defined to one or zero respectively.
2282         * stdlib/mblen.c: Use stateful element of currently selected
2283         converter for result if S is NULL.
2284         * stdlib/mbtowc.c: Likewise.
2285         * stdlib/wctomb.c: Likewise.
2286
2287 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
2288
2289         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
2290
2291         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
2292
2293         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
2294         character in comparison with uint32_t.
2295         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
2296         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
2297         Optimize BODY a bit.
2298
2299         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
2300         be defined.
2301
2302         * iconv/skeleton.c: Also reset converted counter in case of an error.
2303         Call reset function using correct value for output buffer start.
2304
2305         * iconvdata/Makefile: Re-enable tests.
2306
2307         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
2308         value for to-conversion.
2309
2310         * iconvdata/TESTS: Add new third column.
2311         * iconvdata/run-iconv-test.sh: Add support for charsets which are
2312         not ASCII based.
2313         * iconvdata/testdata/suntzus: New file.
2314
2315         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
2316         while reading.  Correctly used base.  Little optimization.
2317         (__strtoul_internal): Likewise.
2318
2319         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
2320         was wrong.  Use explicit variable.
2321
2322 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2323
2324         * configure.in: Check for awk.
2325         * config.make.in: Add AWK to be substituted.
2326
2327         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
2328         * manual/users.texi: Fix typo exposed by above rewrite.
2329
2330         * Makefile: Invoke awk using AWK variable.
2331         * csu/Makefile: Likewise.
2332         * elf/Makefile: Likewise.
2333         * mach/Makefile: Likewise.
2334         * manual/Makefile: Likewise.
2335         * sysdeps/gnu/Makefile: Likewise.
2336         * sysdeps/mach/hurd/Makefile: Likewise.
2337         * sysdeps/unix/Makefile: Likewise.
2338         * timezone/Makefile: Likewise.
2339
2340 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
2341
2342         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
2343         array index translation.
2344         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
2345         these are defined.
2346
2347         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
2348
2349         * sysdeps/mach/hurd/errlist.c: New file.
2350         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
2351         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
2352         semantics, so rename it.
2353
2354 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2355
2356         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
2357         conversions.
2358
2359 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
2360
2361         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
2362         * wcsmbs/wcsnrtombs.c: Likewise.
2363
2364 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
2365
2366         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
2367
2368         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
2369
2370         * time/strftime.c (my_strftime): Initialize pad variable in
2371         declaration.
2372
2373         * iconvdata/big5.c: Don't use character constants in comparisons
2374         with unsigned value.
2375
2376 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
2377
2378         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
2379         __libc_siglongjmp to GLIBC_2.1.
2380
2381         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
2382         __strerror_r.
2383
2384         * iconv/Makefile: Don't run tests now.
2385
2386         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
2387         with correct output buffer.
2388
2389         Major rewrite of the low-level gconv functionality.
2390         * iconv/gconv.c: Rewritten.
2391         * iconv/gconv.h: Likewise.
2392         * iconv/gconv_builtin.c: Likewise.
2393         * iconv/gconv_builtin.h: Likewise.
2394         * iconv/gconv_conf.c: Likewise.
2395         * iconv/gconv_int.h: Likewise.
2396         * iconv/gconv_open.c: Likewise.
2397         * iconv/gconv_simple.c: Likewise.
2398         * iconv/iconv.c: Likewise.
2399         * iconvdata/8bit-gap.c: Likewise.
2400         * iconvdata/8bit-generic.c: Likewise.
2401         * iconvdata/Makefile: Likewise.
2402         * iconvdata/big5.c: Likewise.
2403         * iconvdata/cns11643.c: Likewise.
2404         * iconvdata/cns11643.h: Likewise.
2405         * iconvdata/cns11643l1.c: Likewise.
2406         * iconvdata/cns11643l1.h: Likewise.
2407         * iconvdata/ebcdic-at-de-a.c: Likewise.
2408         * iconvdata/ebcdic-at-de.c: Likewise.
2409         * iconvdata/ebcdic-ca-fr.c: Likewise.
2410         * iconvdata/euccn.c: Likewise.
2411         * iconvdata/eucjp.c: Likewise.
2412         * iconvdata/euckr.c: Likewise.
2413         * iconvdata/euctw.c: Likewise.
2414         * iconvdata/gb2312.c: Likewise.
2415         * iconvdata/gb2312.h: Likewise.
2416         * iconvdata/hp-roman8.c: Likewise.
2417         * iconvdata/iso646.c: Likewise.
2418         * iconvdata/iso6937.c: Likewise.
2419         * iconvdata/iso8859-1.c: Likewise.
2420         * iconvdata/iso8859-10.c: Likewise.
2421         * iconvdata/iso8859-2.c: Likewise.
2422         * iconvdata/iso8859-3.c: Likewise.
2423         * iconvdata/iso8859-4.c: Likewise.
2424         * iconvdata/iso8859-5.c: Likewise.
2425         * iconvdata/iso8859-6.c: Likewise.
2426         * iconvdata/iso8859-7.c: Likewise.
2427         * iconvdata/iso8859-8.c: Likewise.
2428         * iconvdata/iso8859-9.c: Likewise.
2429         * iconvdata/jis0201.c: Likewise.
2430         * iconvdata/jis0201.h: Likewise.
2431         * iconvdata/jis0208.c: Likewise.
2432         * iconvdata/jis0208.h: Likewise.
2433         * iconvdata/jis0212.c: Likewise.
2434         * iconvdata/jis0212.h: Likewise.
2435         * iconvdata/johab.c: Likewise.
2436         * iconvdata/koi-8.c: Likewise.
2437         * iconvdata/koi8-r.c: Likewise.
2438         * iconvdata/ksc5601.c: Likewise.
2439         * iconvdata/ksc5601.h: Likewise.
2440         * iconvdata/latin-greek-1.c: Likewise.
2441         * iconvdata/latin-greek.c: Likewise.
2442         * iconvdata/run-iconv-test.sh: Likewise.
2443         * iconvdata/sjis.c: Likewise.
2444         * iconvdata/t61.c: Likewise.
2445         * iconvdata/uhc.c: Likewise.
2446         * wcsmbs/btowc.c: Likewise.
2447         * wcsmbs/mbrtowc.c: Likewise.
2448         * wcsmbs/mbsnrtowcs.c: Likewise.
2449         * wcsmbs/mbsrtowcs.c: Likewise.
2450         * wcsmbs/wcrtomb.c: Likewise.
2451         * wcsmbs/wcsmbsload.c: Likewise.
2452         * wcsmbs/wcsnrtombs.c: Likewise.
2453         * wcsmbs/wcsrtombs.c: Likewise.
2454         * wcsmbs/wctob.c: Likewise.
2455         * iconv/loop.c: New file.
2456         * iconv/skeleton.c: New file.
2457
2458         * stdlib/mblen.c: Handle empty input string correctly.
2459         * stdlib/mbtowc.c: Likewise.
2460
2461         * posix/getopt.c: Various cleanups.
2462
2463         * sysdeps/arm/bits/setjmp.h: Add copyright text.
2464         * sysdeps/i386/bits/setjmp.h: Likewise.
2465         * sysdeps/m68k/bits/setjmp.h: Likewise.
2466         * sysdeps/powerpc/bits/setjmp.h: Likewise.
2467         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
2468
2469         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
2470         and make longjmp weak alias.
2471
2472 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
2473
2474         * iconv/Makefile (routines): Only include gconv_dl if building for
2475         an ELF system - dynamic linking is not available on a.out.
2476         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
2477         due to above check.
2478         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
2479         routines from gconv_dl.
2480
2481 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
2482
2483         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
2484         we can compile without libio.
2485
2486 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
2487
2488         * sysdeps/mach/hurd/Subdirs: Remove login.
2489
2490 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
2491
2492         * db2/compat.h: Include <errno.h>, to make sure we get the
2493         definition of EFTYPE before we define it ourselves.
2494
2495 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
2496
2497         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
2498         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
2499         Fix typo to allow inclusion from sys/ioctl.h again.
2500
2501 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2502
2503         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
2504
2505 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2506
2507         * libc.map: Export __strerror_r.  Remove _strerror_internal.
2508
2509 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2510
2511         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
2512         Also undefine __strcasestr.
2513
2514 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2515
2516         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
2517         aliases do not work with global variables due to copy relocations.
2518
2519 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
2520
2521         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
2522
2523 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
2524
2525         * signal/sighold.c: Include stddef.h for NULL definition.
2526         * signal/sigrelse.c: Likewise.
2527         * sysdeps/posix/sigignore.c: Likewise.
2528         * sysdeps/posix/sigset.c: Likewise.
2529         * sysdeps/posix/waitid.c: Likewise.
2530         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
2531         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
2532         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2533         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
2534         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2535
2536 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
2537
2538         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
2539         * login/getutent.c (getutxent): Remove alias.
2540         * login/getutent_r.c (setutxent, pututxline, endutxent):
2541         Remove aliases.
2542         * login/getutid.c (getutxid): Remove alias.
2543         * login/getutline.c (getutxline): Remove alias.
2544         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
2545         __getutid, __getutline and __pututline.
2546         * login/utmpx.h: Moved to ...
2547         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
2548         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
2549         and updwtmpx.
2550         * login/updwtmp.c: Moved to ...
2551         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
2552         allowing file name transformation.
2553         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
2554         additional file name transformation.
2555         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
2556         * login/utmp_file.c: Moved to ...
2557         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
2558         Generalized by allowing file name transformation.  Do not
2559         print error message.  Library functions should not print them.
2560         Reported by Jim Meyering.
2561         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
2562         with additional file name transformation.
2563         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
2564         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
2565         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
2566         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
2567         and bits/utmpx.h.
2568         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
2569         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
2570         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
2571         Define if __USE_GNU.
2572         * sysdeps/generic/setutxent.c: New file.
2573         * sysdeps/generic/getutxent.c: New file.
2574         * sysdeps/generic/endutxent.c: New file.
2575         * sysdeps/generic/getutxid.c: New file.
2576         * sysdeps/generic/getutxline.c: New file.
2577         * sysdeps/generic/pututxline.c: New file.
2578         * sysdeps/generic/utmpxname.c: New file.
2579         * sysdeps/generic/updwtmpx.c: New file.
2580         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
2581         * sysdeps/generic/bits/utmpx.h: Remove.
2582
2583 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
2584
2585         * posix/wordexp-test.c (main): Initialize ifs element of ts for
2586         ~root test.
2587
2588 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
2589
2590         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
2591
2592 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
2593
2594         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
2595         variable using _G_stat64.
2596         * libio/fileops.c: Remove macro definition of fstat, it is in the
2597         global header.
2598         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
2599
2600 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
2601
2602         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
2603         <willy@odie.barnet.ac.uk>.
2604
2605 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
2606
2607         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
2608         required by IPv6 Basic API.
2609         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
2610         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
2611         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
2612         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
2613
2614 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
2615
2616         Don't name internal representation since it might be different from
2617         the external form (namely on little endian machines).
2618         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
2619         UCS4 into references to INTERNAL.
2620         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
2621         Add endianess support to UCS functions.  Change references to
2622         UCS4 into references to INTERNAL.
2623         * iconv/gconv_int.h: Change references to UCS4 into references to
2624         INTERNAL.
2625         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
2626         * iconvdata/gconv-modules: Change accordingly.
2627         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
2628
2629         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
2630         overflow.
2631         * iconvdata/8bit-gap.c: Likewise.
2632         * iconvdata/8bit-generic.c: Likewise.
2633         * iconvdata/big5.c: Likewise.
2634         * iconvdata/euccn.c: Likewise.
2635         * iconvdata/eucjp.c: Likewise.
2636         * iconvdata/euckr.c: Likewise.
2637         * iconvdata/euctw.c: Likewise.
2638         * iconvdata/iso646.c: Likewise.
2639         * iconvdata/iso6937.c: Likewise.
2640         * iconvdata/iso8859-1.c: Likewise.
2641         * iconvdata/johab.c: Likewise.
2642         * iconvdata/sjis.c: Likewise.
2643         * iconvdata/t61.c: Likewise.
2644         * iconvdata/uhc.c: Likewise.
2645
2646         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
2647         * iconvdata/8bit-generic.c: Likewise.
2648
2649         * iconvdata/TESTS: Add more tests.
2650
2651         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
2652
2653 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
2654
2655         * iconvdata/Makefile: Better rules to run tests.
2656
2657         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
2658         * iconvdata/testdata/ISO-8859-10: Likewise.
2659         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
2660         * iconvdata/testdata/ISO-8859-2: Likewise.
2661         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
2662         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
2663         * iconvdata/testdata/ISO-8859-3: Likewise.
2664         * iconvdata/testdata/ISO-8859-4: Likewise.
2665         * iconvdata/testdata/ISO-8859-5: Likewise.
2666         * iconvdata/testdata/ISO-8859-6: Likewise.
2667         * iconvdata/testdata/ISO-8859-7: Likewise.
2668         * iconvdata/testdata/ISO-8859-8: Likewise.
2669         * iconvdata/testdata/ISO-8859-9: Likewise.
2670
2671 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
2672
2673         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
2674         intermediate result (if available).
2675
2676         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
2677         last change.
2678
2679         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
2680         (distribute): Add run-iconv-test.sh and testdata/*.
2681
2682         * stdlib/testmb.c (main): Simplify mbc array handling.
2683
2684 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2685
2686         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
2687         return value on overflow.
2688
2689 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2690
2691         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
2692         bits.
2693
2694 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2695
2696         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
2697         of non-standard function setbuffer.
2698
2699 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2700
2701         * stdio-common/perror.c: Include <string.h> for __strerror_r.
2702
2703 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
2704
2705         * iconvdata/Makefile: Add rules to run tests.
2706         * iconvdata/TESTS: New file.
2707         * iconvdata/run-iconv-test.sh: New file.
2708         * iconvdata/testdata/ISO-8859-1: New file.
2709
2710         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
2711         not stdout.
2712
2713 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
2714
2715         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
2716         counter element of step.
2717
2718         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
2719
2720         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
2721         termination test.
2722         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
2723         ACTUALLY.
2724         (__gconv_transform_utf8_ucs4): Correct test for empty input.
2725
2726 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2727
2728         * Makefile: Include makeconfig before defining rule to regenerate
2729         configure files.
2730
2731         * configure.in: Remove restriction on compiling without static
2732         libs.
2733
2734 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
2735
2736         * test-skeleton.c: Provide hook for initializing code before the fork.
2737         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
2738         removed.
2739
2740         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
2741         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
2742         * libio/libioP.h: Adopt _IO_cleanup prototype.
2743
2744         * stdlib/Makefile (tests): Add test-canon2.
2745         * stdlib/test-canon2.c: New file.
2746         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
2747         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
2748         symlink sequences.
2749         (__realpath): Make real function which checks RESOLVED parameter for
2750         not being NULL.
2751
2752 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2753
2754         * catgets/open_catalog.c (__open_catalog): Fix problems with
2755         reading non-files.  Always close file.
2756         Reported by Cristian Gafton <gafton@redhat.com>.
2757
2758         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
2759
2760 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
2761
2762         * libc.map: Add various low-level I/O functions.
2763
2764 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
2765
2766         * string/Makefile (routines): Remove strerror_r.
2767         * string/strerror_r.c: Removed.
2768         * string/strerror.c: Call __strerror_r for doing the real work.
2769         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
2770         add weak alias strerror_r.
2771         * sysdeps/mach/_strerror.c: Likewise.
2772         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
2773         * elf/dl-error.c (_dl_signal_error): Likewise.
2774         * elf/dl-profile.c (_dl_start_profile): Likewise.
2775         * gmon/gmon.c (write_gmon): Likewise.
2776         * stdio-common/perror.c: Likewise.
2777         * stdio-common/vfprintf.c: Likewise.
2778
2779 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
2780
2781         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
2782         (sysdep_headers): Add netatalk/at.h.
2783
2784 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2785
2786         * manual/socket.texi, manual/creature.texi, manual/time.texi:
2787         Formatting fixes.
2788
2789 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2790
2791         * posix/regex.c: Rename __re_syntax_options back to
2792         re_syntax_options, aliases do not work with global variables due
2793         to copy relocations.
2794         (regex_compile): Use syntax parameter instead of
2795         re_syntax_options.
2796
2797 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2798
2799         * configure.in: Document that enable-force-install is default.
2800
2801 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
2802
2803         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
2804         all needed 36 bits.
2805         * sysdeps/posix/mkstemp.c: Likewise.
2806
2807 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
2808
2809         * iconvdata/8bit-gap.c: Simplify step data handling.
2810         * iconvdata/8bit-generic.c: Likewise.
2811         * iconvdata/big5.c: Likewise.
2812         * iconvdata/euccn.c: Likewise.
2813         * iconvdata/eucjp.c: Likewise.
2814         * iconvdata/euckr.c: Likewise.
2815         * iconvdata/euctw.c: Likewise.
2816         * iconvdata/iso6937.c: Likewise.
2817         * iconvdata/iso8859-1.c: Likewise.
2818         * iconvdata/jis0208.h: Likewise.
2819         * iconvdata/jis0212.c: Likewise.
2820         * iconvdata/jis0212.h: Likewise.
2821         * iconvdata/johab.c: Likewise.
2822         * iconvdata/ksc5601.h: Likewise.
2823         * iconvdata/sjis.c: Likewise.
2824         * iconvdata/t61.c: Likewise.
2825         * iconvdata/uhc.c: Likewise.
2826
2827 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
2828
2829         * manual/texinfo.texi: Updated from last version.
2830
2831 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
2832
2833         * iconvdata/cns11643.c: New file.
2834         * iconvdata/cns11643.h: New file.
2835         * iconvdata/cns11643l1.c: New file.
2836         * iconvdata/cns11643l1.h: New file.
2837         * iconvdata/euctw.c: New file.
2838         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
2839         * iconvdata/gconv-modules: Likewise.
2840
2841         * iconvdata/eucjp.c: Several bug fixes and improvements.
2842         * iconvdata/gb2312.h: Likewise.
2843         * iconvdata/jis0201.h: Likewise.
2844         * iconvdata/jis0208.h: Likewise.
2845         * iconvdata/jis0212.h: Likewise.
2846
2847 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
2848
2849         * iconvdata/eucjp.c: New file.
2850         * iconvdata/euccn.c: New file.
2851         * iconvdata/gb2312.h: New file.
2852         * iconvdata/gb2312.c: New file.
2853         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
2854         * iconvdata/gconv-modules: Likewise.
2855
2856         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
2857
2858 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2859
2860         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2861         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
2862         Patch by Mark Hatle <fray@kernel.crashing.org>.
2863
2864 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
2865
2866         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
2867         comment.
2868         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
2869         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
2870
2871 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2872
2873         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
2874
2875         * iconvdata/Makefile: Add rules for big5 conversion.
2876         * iconvdata/gconv-modules: Likewise.
2877         * iconvdata/big5.c: New file.
2878
2879         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
2880         Patch by Jim Meyering.
2881
2882 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
2883
2884         * rt/tst-aio.c: Add test for aio_read and lio_listio.
2885
2886         * rt/lio_listio.c: Correct total counter handling.
2887
2888         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
2889         from request queue.
2890
2891         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
2892         of signal on exit even more.
2893
2894         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
2895         instead of call to pthread_cond_init.
2896         * rt/lio_listio.c (lio_listio): Likewise.
2897         * rt/lio_listio64.c (lio_listio64): Likewise.
2898
2899         * nis/nis_findserv.c: Include sys/socket.h.
2900
2901 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
2902
2903         * Makeconfig (rtobjdir): New variable.
2904         (rpath-link): Add rtobjdir and thread directory, if available.
2905
2906         * test-skeleton.c: Add support to remove temporary files.
2907         Always define test_dir.  Improve message about expected signal.
2908
2909         * rt/Makefile (tests): Add tst-aio.
2910         Add rules for tst-aio to be linked with librt and thread library.
2911         * rt/aio_misc.c: Correct fundamental bugs.
2912         * rt/aio_suspend.c: Correct bug in test for available request.
2913         Initialize conditional variable.
2914         * rt/lio_listio.c: Initialize conditional variable.
2915         * rt/lio_listio64.c: Likewise.
2916         * rt/tst-aio.c: New file.
2917
2918         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
2919         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
2920         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
2921         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
2922         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
2923         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
2924         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
2925
2926 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
2927
2928         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
2929
2930 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
2931
2932         * elf/dl-load.c (open_path): Use correct name for test whether
2933         directory in load path exists.
2934
2935         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
2936         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
2937         Patches by Tom Rini <trini@kernel.crashing.org>.
2938
2939         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
2940         * wcsmbs/wcstod_l.c: Likewise.
2941         * wcsmbs/wcstold_l.c: Likewise.
2942
2943         * include/byteswap.h: New file.
2944
2945         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
2946         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
2947
2948         * inet/getnameinfo.c (getnameinfo): Change parameter to match
2949         declaration.  Patch by Richard Henderson.
2950
2951 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2952
2953         * manual/process.texi (SIGCHLD example): Save errno.
2954
2955 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
2956
2957         * posix/regex.c: Define regerror really as __regerror.
2958         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
2959         regerror and regfree.
2960
2961         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
2962         * stdlib/strtod_l.c: Likewise.
2963         * stdlib/strtold_l.c: Likewise.
2964
2965         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
2966
2967         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
2968
2969         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
2970         Patch by Christian Gafton.
2971
2972 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
2973
2974         * manual/socket.texi (Interface Naming): Correct @deftypefun line
2975         for if_indextoname.
2976
2977 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2978
2979         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
2980
2981         * manual/socket.texi (Interface Naming): Fix typo.
2982
2983 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2984
2985         * manual/examples/filesrv.c (main): Remove filename first.
2986
2987         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
2988         ?F_UNIX.
2989
2990         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
2991         instead of PF_UNIX.
2992
2993         * manual/examples/filecli.c (main): Use AF_LOCAL
2994         instead of AF_UNIX.
2995
2996 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
2997
2998         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
2999         signgam weak alias.
3000         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
3001         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
3002         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
3003         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
3004         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
3005         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
3006
3007         * login/utmp_daemon.c (open_socket): Use __connect not connect.
3008
3009 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3010
3011         * configure.in: Add new option --enable-force-install.  Substitute
3012         force_install.
3013         * config.make.in (force-install): Set from configure.
3014         * Makerules (force-install): New phony target.
3015         * Makeconfig (+force): New variable.
3016         * Makefile: Use it in dependency list of installation targets.
3017         * db/Makefile: Likewise.
3018         * db2/Makefile: Likewise.
3019         * elf/Makefile: Likewise.
3020         * hurd/Makefile: Likewise.
3021         * iconv/Makefile: Likewise.
3022         * iconvdata/Makefile: Likewise.
3023         * intl/Makefile: Likewise.
3024         * localedata/Makefile: Likewise.
3025         * login/Makefile: Likewise.
3026         * po/Makefile: Likewise.
3027         * sunrpc/Makefile: Likewise.
3028         * sysdeps/mach/hurd/Makefile: Likewise.
3029         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
3030         * sysdeps/unix/sysv/linux/Makefile: Likewise.
3031         * timezone/Makefile: Likewise.
3032
3033 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3034
3035         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
3036         alloc_size.  Pass return value of getcwd syscall to realloc.
3037
3038 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3039
3040         * manual/socket.texi: Spelling fixes.
3041
3042 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3043
3044         * elf/dl-load.c (print_search_path): Remove unused variable.
3045
3046 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
3047
3048         * login/utmp_file.c: use __ftruncate not ftruncate.
3049         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
3050         for system call and make ftruncate weak alias.
3051         * posix/unistd.h: Add prototype for __ftruncate.
3052         * login/utmp_daemon.c (open_socket): Use __socket not socket.
3053         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
3054         instead of snprintf and readv.
3055         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
3056         snprintf.
3057         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
3058         directly.
3059
3060 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
3061
3062         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
3063         * iconv/gconv_db.c: Use __ protected regex functions.
3064         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
3065         * posix/getopt_init.c: Use __getpid not getpid.
3066         * posix/regex.c: Rename all global functions to start with __ and
3067         make old names weak aliases.
3068         * posix/regex.h: Adopt prototypes for this.
3069         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
3070         a weak alias and use __getcwd instead of getcwd.
3071         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
3072         * stdlib/strtod.c: Use __btowc instead of btowc.
3073         * stdlib/strtol.c: Likewise.
3074         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
3075         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
3076         and sys_errlist are weak.
3077         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
3078         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
3079         * wcsmbs/mbsnrtowcs.c: Likewise.
3080         * wcsmbs/mbsrtowcs.c: Likewise.
3081         * wcsmbs/wcsnrtombs.c: Likewise.
3082         * wcsmbs/wcsrtombs.c: Likewise.
3083         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
3084         weak alias.
3085         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
3086         * wctype/wctype.c: Define function as __wctype and make wctype
3087         weak alias.
3088         * wctype/wctype.h: Declare __wctype.
3089
3090 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
3091
3092         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
3093
3094 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3095
3096         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
3097         stat64.
3098         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
3099         functions.
3100         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
3101         for __llseek.
3102         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3103         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
3104         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
3105         make it a weak alias.
3106         * posix/unistd.h: Declare __lseek64.
3107
3108         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
3109         (_IO_file_stat): Fix typo.
3110         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
3111         block size from the file.  Use __mempcpy if _LIBC.
3112
3113 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
3114
3115         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
3116         * wcsmbs/mbrtowc.c: Likewise.
3117         * wcsmbs/mbsnrtowcs.c: Likewise.
3118         * wcsmbs/mbsrtowcs.c: Likewise.
3119         * wcsmbs/wcrtomb.c: Likewise.
3120         * wcsmbs/wcsnrtombs.c: Likewise.
3121         * wcsmbs/wcsrtombs.c: Likewise.
3122         * wcsmbs/wctob.c: Likewise.
3123
3124         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
3125         position of next output character correctly.
3126         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
3127
3128         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
3129
3130         * stdlib/strtod.c: Don't use mbtowc.
3131
3132 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
3133
3134         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
3135         what we want is smaller than a buffer.
3136
3137 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
3138
3139         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
3140         this function.
3141
3142 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
3143
3144         * configure.in: Recognize --with-headers flag and determine
3145         commandline options to be used in compilation.
3146         * Makeconfig (+includes): Use $(sysincludes).
3147         * config.make.in (sysincludes): Define from SYSINCLUDES.
3148         * glibcbug.in: Use SYSINCLUDES information.
3149         Patches by Zack Weinberg.
3150
3151 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3152
3153         * glibcbug.in: On linux, report version of kernel headers seen
3154         by compiler.
3155
3156 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
3157
3158         * libc.map: Add __asprintf to GLIBC_2.1.
3159         * elf/dlerror.c: Use __asprintf, not asprintf.
3160         * libio/stdio.h: Declare __asprintf.
3161         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
3162         a weak alias.
3163
3164         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
3165         to avoid inclusion from libc_pic.a.
3166
3167         * elf/dl-runtime.c: Undo last patch.
3168
3169         * stdlib/strtod.c: Don't use mbtowc, use btowc.
3170
3171         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
3172         as default, use NULL.
3173
3174 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3175
3176         * resolv/Makefile: Include ../Makeconfig - needed for building
3177         static NSS module.
3178
3179 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3180
3181         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
3182         static-nss since we don't want hesiod in the static NSS.
3183
3184         * nss/Makefile: Build only nss_files as static.
3185
3186         * nss/function.def: Remove support for service db.
3187
3188 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
3189
3190         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
3191
3192 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
3193
3194         * posix/wordexp-test.c: Make IFS per test-case.
3195
3196 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3197
3198         * glibcbug.in: Report version of gcc in use.  Remove unused variable
3199         ENVIRONMENT.
3200
3201 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
3202
3203         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
3204         `-print-file-name' to find as and ld.
3205
3206 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
3207
3208         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
3209         template is wrong.  Remove unused varaible `ignored'.
3210
3211 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3212
3213         * libc.map: Export __libc_sa_len.
3214
3215         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
3216
3217 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
3218
3219         * iconv/gconv.c: Take care for NULL arguments.
3220         * iconv/gconv_dl.c: Make find_func function global.
3221         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
3222         Add prototypes for ASCII conversion functions.
3223         * iconv/gconv_simple.c: Add ASCII conversion functions.
3224         * locale/C-ctype.c: Correct charset name.
3225
3226         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
3227         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
3228         wcsmbsload.
3229         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
3230         * wcsmbs/mbrtowc.c: Likewise.
3231         * wcsmbs/mbsnrtowcs.c: Likewise.
3232         * wcsmbs/mbsrtowcs.c: Likewise.
3233         * wcsmbs/wcrtomb.c: Likewise.
3234         * wcsmbs/wcsnrtombs.c: Likewise.
3235         * wcsmbs/wcsrtombs.c: Likewise.
3236         * wcsmbs/wctob.c: Likewise.
3237         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
3238         prototypes for wmemr*.
3239         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
3240         * wcsmbs/wcsnlen.c: New file.
3241         * wcsmbs/wcsmbsload.c: New file.
3242         * wcsmbs/wcsmbsload.h: New file.
3243
3244         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
3245
3246         * manual/install.texi: Describe some more critical points.
3247
3248         * string/string.h: Add prototype for __strnlen.
3249         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
3250
3251         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
3252         much less predictable names.
3253         * sysdeps/posix/mkstemp.c: Likewise.
3254
3255 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3256
3257         * manual/libc.texinfo (Top): Change "file namespace" to "local
3258         namespace".
3259
3260         * manual/socket.texi: Change file namespace to local namespace.
3261         (Out-of-Band Data): Remove unneeded variable link.
3262         (Host Address Functions): Use uint32_t consequently and add a
3263         number of clarifications for IPv4/IPv6, classless addresses.
3264         (Internet Namespace): Added some paragraphs about IPv6.
3265         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3266
3267 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
3268
3269         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
3270
3271         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
3272         (NI_NUMERICHOST, et al.): Tidy up and add comments.
3273         (AI_NUMERICHOST): Define.
3274         (getnodebyname): New prototype.
3275         (AI_V4MAPPED, et al.): New constants.
3276
3277         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
3278         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
3279         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
3280         for socket.
3281         * sysdeps/unix/sysv/linux/sa_len.c: New file.
3282         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
3283
3284         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
3285
3286         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
3287         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
3288         * socket/Makefile (headers): Add bits/sockunion.h.
3289         * socket/sys/socket.h: Include <bits/sockunion.h>
3290         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
3291         <sys/socket.h>, to avoid getting sockaddr_union defined.
3292         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
3293         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3294         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
3295
3296         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
3297         (2.2.x kernels won't have it).
3298
3299 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
3300
3301         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
3302         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
3303         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
3304         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
3305
3306 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
3307
3308         * manual/socket.texi (Socket Addresses): Fix a typo.
3309         (Interface Naming): New section.
3310
3311 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3312
3313         * configure.in: Check for CC using $ac_tool_prefix, to handle
3314         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
3315         * config.make.in: Add MIG to be substituted.
3316         * mach/Machrules: Don't define MIG variable.
3317
3318         Patch by Gordon Matzigkeit <gord@profitpress.com>.
3319
3320 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
3321
3322         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
3323         strdupa to copy rpath.
3324
3325 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3326
3327         * configure.in: Fix gcc version check.
3328
3329         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
3330         confusing.
3331
3332 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
3333
3334         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
3335         of ptsname_r.
3336
3337         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
3338         like ttyname_r.
3339         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
3340         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
3341         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
3342         of __ptsname_r accordingly.
3343         * login/openpty.c (openpty): Likewise.
3344
3345 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
3346
3347         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
3348
3349 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3350
3351         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
3352
3353         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
3354
3355 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3356
3357         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
3358         return value for better error checking.
3359
3360 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
3361
3362         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
3363         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
3364
3365         * elf/elf.h (EM_SPARC64): Remove.
3366         (EM_SPARC32PLUS, EM_SPARCV9): Add.
3367         (HWCAP_SPARC_V9): Add.
3368
3369         * elf/ldsodefs.h (_dl_hwcap): Declare.
3370         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
3371         Weaken so dlopen from static progies works.
3372         (WEAKADDR): New macro.
3373         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
3374         (LD_SO_PRELOAD): New macro.
3375         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
3376         (elf_machine_rela): Weaken _dl_rtld_map.
3377
3378         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
3379         to __clone, and remove the later's alias.
3380         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
3381
3382         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
3383         the kernel's structure.
3384
3385         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
3386         Sparc needs a custom value of __KERNEL_NCCS.
3387
3388 1998-04-06  Richard Henderson  <rth@cygnus.com>
3389
3390         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
3391
3392         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
3393         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3394
3395 1998-04-06  Richard Henderson  <rth@cygnus.com>
3396
3397         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
3398         as the buffer is not properly aligned.
3399         Reported by Juan Cespedes <cespedes@debian.org>.
3400
3401 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3402
3403         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
3404         instead of AF_FILE.
3405
3406 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
3407
3408         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
3409         and wc*tomb* functions.
3410
3411 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
3412
3413         * sysdeps/unix/start.c: Fix typo.
3414
3415 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
3416
3417         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
3418
3419 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
3420
3421         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
3422         expressions and using array variables.
3423         * sysdeps/libm-ieee754/e_asin.c: Likewise.
3424         * sysdeps/libm-ieee754/e_j0.c: Likewise.
3425         * sysdeps/libm-ieee754/e_j1.c: Likewise.
3426         * sysdeps/libm-ieee754/e_log.c: Likewise.
3427         * sysdeps/libm-ieee754/e_pow.c: Likewise.
3428         * sysdeps/libm-ieee754/k_cos.c: Likewise.
3429         * sysdeps/libm-ieee754/k_sin.c: Likewise.
3430         * sysdeps/libm-ieee754/k_tan.c: Likewise.
3431         * sysdeps/libm-ieee754/s_atan.c: Likewise.
3432         * sysdeps/libm-ieee754/s_erf.c: Likewise.
3433         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
3434         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
3435         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
3436
3437 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
3438
3439         * iconv/gconv.c: Rewrite of the low-level of gconv.
3440         * iconv/gconv.h: Likewise.
3441         * iconv/gconv_builtin.h: Likewise.
3442         * iconv/gconv_close.c: Likewise.
3443         * iconv/gconv_db.: Likewise.
3444         * iconv/gconv_dl.c: Likewise.
3445         * iconv/gconv_int.h: Likewise.
3446         * iconv/gconv_open.c: Likewise.
3447         * iconv/gconv_simple.c: Likewise.
3448         * iconvdata/8bit-gap.c: Adapt for rewrite.
3449         * iconvdata/8bit-generic.c: Likewise.
3450         * iconvdata/euckr.c: Likewise.
3451         * iconvdata/iso646.c: Likewise.
3452         * iconvdata/iso6937.c: Likewise.
3453         * iconvdata/iso8859-1.c: Likewise.
3454         * iconvdata/johab.c: Likewise.
3455         * iconvdata/sjis.c: Likewise.
3456         * iconvdata/t61.c: Likewise.
3457         * iconvdata/uhc.c: Likewise.
3458
3459 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
3460
3461         * iconv/gconv_int.h: New file.  Internal header.
3462         * iconv/Makefile (distribute): Add gconv_int.h.
3463         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
3464         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
3465         * iconv/gconv_close.c: Likewise.
3466         * iconv/gconv_conf.c: Likewise.
3467         * iconv/gconv_db.c: Likewise.
3468         * iconv/gconv_dl.c: Likewise.
3469         * iconv/gconv_int.h: Likewise.
3470         * iconv/gconv_open.c: Likewise.
3471         * iconv/iconv.c: Likewise.
3472         * iconv/iconv_close.c: Likewise.
3473         * iconv/iconv_open.c: Likewise.
3474         * iconv/iconv_prog.c: Likewise.
3475
3476 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
3477
3478         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
3479         missing braces.
3480
3481 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3482
3483         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
3484
3485 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
3486
3487         Based on patch from Pat Beirne:
3488         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
3489         PIC and non-PIC now.  Correctly negate error number.
3490         (errno): Use `%' not `@' in .type directives.
3491
3492 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
3493
3494         * sysdeps/i386/strtok.S: Change to use single exit point.
3495         * sysdeps/i386/i686/strtok.S: Likewise.
3496
3497 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3498
3499         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
3500         default.
3501
3502 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3503
3504         * Makerules (installed-libcs): Fix typo.
3505
3506 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3507
3508         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
3509         (UHC-routines): Remove ksc5601.
3510
3511 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
3512
3513         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
3514         introduced in last change.
3515
3516 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
3517
3518         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
3519         before 2.1.92.
3520
3521 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3522
3523         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
3524
3525         * stdlib/isomac.c: Use -isystem instead of -I for system include
3526         dir.
3527
3528 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
3529
3530         * resolv/res_comp.c (underscorechar): New.
3531         (middlechar): Allow '_'.
3532
3533 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3534
3535         * intl/explodename.c (stdlib.h): Include that file only if
3536         STDC_HEADERS or _LIBC.
3537         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
3538         Patch by Philippe De Muyter <phdm@macqel.be>.
3539
3540 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3541
3542         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
3543         (AC_PROG_CHECK_VER): New macro.
3544         * configure.in: Use AC_PROG_CHECK_VER to check versions of
3545         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
3546
3547 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
3548
3549         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
3550         * sysdeps/i386/i686/strtok.S: New file
3551         * sysdeps/i386/i686/strtok_r.S: New file
3552
3553 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
3554
3555         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
3556         type to __off64_t.
3557         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
3558         parameter as __off64_t instead of __off_t.
3559         (ftello): Make alias for ftello64 instead of ftello.  Change
3560         return type to __off64_t.
3561
3562 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3563
3564         * sysdeps/i386/bits/string.h: Fix various typos.
3565         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
3566
3567         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
3568
3569 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
3570
3571         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
3572         lchown syscall correctly.  [PR libc/541].
3573
3574 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
3575
3576         * localedata/Makefile: Correct testsuite rules.
3577
3578         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
3579         * iconvdata/iso646.c: Fix conversion from UCS4.
3580
3581         * elf/ldsodefs.h: Mark internal function with internal_function.
3582         * elf/dl-addr.c: Likewise.
3583         * elf/dl-close.c: Likewise.
3584         * elf/dl-debug.c: Likewise.
3585         * elf/dl-deps.c: Likewise.
3586         * elf/dl-error.c: Likewise.
3587         * elf/dl-fini.c: Likewise.
3588         * elf/dl-init.c: Likewise.
3589         * elf/dl-load.c: Likewise.
3590         * elf/dl-lookup.c: Likewise.
3591         * elf/dl-object.c: Likewise.
3592         * elf/dl-open.c: Likewise.
3593         * elf/dl-profile.c: Likewise.
3594         * elf/dl-reloc.c: Likewise.
3595         * elf/dl-runtime.c: Likewise.
3596         * elf/dl-symbol.c: Likewise.
3597         * elf/dl-version.c: Likewise.
3598         * elf/dlerror.c: Likewise.
3599         * sysdeps/generic/dl-sysdep.c: Likewise.
3600         * sysdeps/i386/dl-machine.h: Likewise.
3601         * intl/finddomain.c: Likewise.
3602         * intl/gettextP.h: Likewise.
3603         * intl/loadmsgcat.c: Likewise.
3604
3605 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
3606
3607         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
3608         * iconv/gconv_builtin.h: Add definitions for new builtins.
3609         * iconv/gconv.h: Add prototypes for new builtins.
3610
3611         * iconvdata/Makefile (modules): Add ISO646.
3612         Add rules for ISO646 module.
3613         (distribute): Add iso646.c.
3614         * iconvdata/gconv-modules: Add module and alias definition for
3615         ISO646 charsets.
3616         * iconvdata/iso646.c: New file.
3617
3618 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
3619
3620         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
3621         * iconv/iconv_prog.c: Implement --list option to print available
3622         coded character sets.
3623
3624 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3625
3626         Make fread() read large blocks straight to the user buffer.
3627
3628         * libio/fileops.c (_IO_file_xsgetn): New function.
3629         (_IO_file_jumps): Use it.
3630         * libio/libioP.h: Prototype it.
3631
3632 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3633
3634         * iconv/gconv_conf.c (builtin_aliases): New variable.
3635         (__gconv_read_conf): Add builtin aliases.
3636         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
3637         noop macro before including gconv_builtin.h.
3638         * iconv/gconv_builtin.h: Add alias names.
3639
3640         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
3641         number of converted bytes correctly.
3642
3643 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3644
3645         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
3646         we only wait for a replay.
3647
3648 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3649
3650         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
3651         EUC-KR modules.
3652
3653 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
3654
3655         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
3656         use PLTJMP() rather than explicit (PLT).
3657
3658         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
3659         __libc_start_main().
3660
3661         Based on patch from Pat Beirne:
3662         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
3663         Always define, not only #ifndef PIC.
3664         (DO_CALL): Pass fifth argument correctly in R4.
3665         (PSEUDO): Correct test for error, call syscall_error through PLT
3666         if PIC.
3667
3668 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
3669
3670         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
3671         definitions.
3672
3673 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3674
3675         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
3676         JOHAB.so.
3677
3678 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
3679
3680         * io/Makefile (static-only-routines): Add stat64, fstat64 and
3681         lstat64.
3682
3683 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3684
3685         * manual/Makefile: Use object-suffixes-for-libc instead of
3686         object-suffixes.
3687         * rpm/Makefile (install-lib): Likewise.
3688
3689 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3690
3691         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
3692
3693         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
3694         `m68*', not only `m68k'.
3695
3696 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3697
3698         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
3699
3700         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
3701         install lddlibc4.
3702
3703 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3704
3705         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
3706         EUC-KR.
3707
3708         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
3709         comment.
3710
3711 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
3712
3713         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
3714         the init stuff.
3715
3716 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3717
3718         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
3719         adjtimex syscall.
3720         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
3721         adjtimex.
3722         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
3723
3724 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3725
3726         * Makerules (install): Change comment for libc.so following the
3727         libc_nonshared changes.
3728
3729 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3730
3731         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
3732
3733         * iconvdata/gap.pl: Avoid using %#06x.
3734
3735 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3736
3737         * Makerules: Use $? instead of S^ when invoking ar.
3738
3739 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3740
3741         * db2/compat.h: Allow EFTYPE being defined.
3742         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
3743         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
3744         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
3745         * sysdeps/mach/bits/libc-lock.h: Fix typo.
3746         (__libc_once): Correctly unlock semaphore.
3747         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
3748         * sysdeps/unix/bsd/getpt.c: Fix typo.
3749         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
3750
3751 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3752
3753         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
3754         macros.
3755
3756 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
3757
3758         * include/mntent.h: New file.
3759
3760         * elf/Makefile (trusted-dirs.h): Append slash to filename.
3761         * elf/dl-load.c: Rewrite search path handling.
3762         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
3763         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
3764         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
3765         * elf/ldsodefs.h: Add prototype.
3766
3767 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3768
3769         * nss/nsswitch.c (__nss_lookup): Adjust comment.
3770
3771         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
3772         function.
3773
3774         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
3775
3776         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
3777         New function.
3778         (HWCAP_IMPORTANT): New definition.
3779
3780 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
3781
3782         * elf/dl-open.c (_dl_open): Fix a typo.
3783         (_dl_global_scope_alloc): Make it static.
3784
3785 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
3786
3787         * Makerules: Remove duplicate rules to handle stamp.oS.
3788
3789 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3790
3791         * manual/examples/inetsrv.c (main): Change prototype of
3792         make_socket following change in mkisock.c.
3793
3794         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
3795         example host.
3796         (main): Change prototype of init_sockaddr following change in
3797         isockadd.c.
3798
3799         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
3800         * manual/examples/isockad.c (init_sockaddr): Likewise.
3801
3802         * manual/examples/mkfsock.c (make_named_socket): Removed blank
3803         lines for clarification.
3804         (make_named_socket): Use strncpy instead of strcpy.
3805         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3806
3807 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
3808
3809         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
3810         determining libs to remove.
3811         (postclean): Add soversions.mk.
3812         * Makerules (common-mostlyclean): Add tests-static and generated
3813         files.
3814
3815 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
3816
3817         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
3818         scanning for \0.
3819         (__strncat_g): Add i686 specific code.
3820
3821 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3822
3823         * manual/install.texi (Reporting Bugs): Ask to include section
3824         names in reports.
3825
3826 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3827
3828         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
3829         guard against direct inclusion.
3830
3831 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3832
3833         Rework support for libc_nonshared.a:
3834         * Makeconfig (object-suffixes-for-libc): New variable.
3835         * Rules: Remove handling of static-only and shared-only routines.
3836         * Makerules: Handle them here instead.  Use
3837         object-suffixes-for-libc instead of object-suffixes when dealing
3838         with libc objects.
3839         (object-suffixes-for-rules): Remove variable.
3840         (elide-routines.oS): Elide all routines except static-only
3841         routines.
3842         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
3843         empty.
3844         (installed-libcs): Remove special case for .oS.
3845         (rmobjs): Likewise.
3846
3847 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3848
3849         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
3850         do-tst-rpmatch): New targets.
3851         (test): Use them.
3852         (install-locales): Ignore comment lines.
3853
3854 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3855
3856         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
3857         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
3858         ($(objpfx)rtldtbl.h): Likewise.
3859         (CPPFLAGS-dl-load.c): Fix reference to object directory.
3860
3861 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
3862
3863         * manual/string.texi (Finding Tokens in a String): Extend strsep
3864         description and correct example.
3865
3866 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3867
3868         * manual/socket.texi: Remove misguided explicit line breaks and
3869         fix the formatting problem instead by reformulating the
3870         paragraphs.
3871         * manual/filesys.texi: Likewise.
3872         * manual/conf.texi: Likewise.  Don't typeset table with index
3873         fonts, that looks worse than a minimally overfull line.
3874
3875 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3876
3877         * nscd/Makefile (nscd-modules): Move definition outside of
3878         conditional.
3879
3880         * pwd/Makefile: Use have-thread-library to test for thread
3881         library.
3882
3883 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3884
3885         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
3886
3887         * iconvdata/uhc.c (gconv): Remove unused variable idx.
3888
3889 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3890
3891         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
3892
3893 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
3894
3895         * nss/getXXent_r.c: Correctly handle failing setXXent function.
3896
3897         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
3898         Reported by Andreas Jaeger.
3899
3900 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
3901
3902         * elf/Makefile: Fix typo.
3903         (distribute): Add dl-librecon.h.
3904         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
3905         * elf/ldd.sh.in: Likewise.
3906         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
3907         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
3908         Use strsep correctly.
3909         (process_envvars): Allow platform specific variables.
3910         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
3911         (_dl_load_cache_lookup): Test cache IDs found against
3912         _dl_correct_cache_id.
3913         * sysdeps/generic/dl-librecon.h: New file.
3914         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
3915
3916         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
3917
3918 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
3919
3920         * config.make.in (ldd-rewrite-script): New variable.
3921         * configure.in: Substitute ldd-rewrite-script.
3922         * elf/Makefile: Rewrite rules to generate ldd script.
3923         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
3924         * elf/ldd.sh.in: Likewise.
3925         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
3926         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
3927         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
3928         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
3929         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
3930
3931 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3932
3933         * inet/rcmd.c (iruserok): Remain setuid to the local user
3934         while .rhosts is actually read, to make .rhosts-over-NFS work
3935         (PR libc/524).  Use iruserfopen() for security checks on both
3936         hosts.equiv and .rhosts.  General cleanup.
3937         (iruserfopen): New function, performs careful checking on
3938         hosts.equiv/.rhosts files.  Disallows all the old forbidden
3939         stuff plus hard links to files.
3940
3941 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
3942
3943         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
3944
3945         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
3946
3947 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
3948
3949         * sysdeps/i386/i486/bits/string.h: Fix typos.
3950
3951 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
3952
3953         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
3954         strong alias.
3955
3956         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
3957
3958         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
3959         Added.  Used by libm.so on alpha.
3960
3961 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3962
3963         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
3964         defined.
3965
3966 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
3967
3968         * Makerules (object-suffixes-for-rules): Add .oS only for
3969         building shared library.
3970         Add ranlib rule for nonshared library.
3971         (rmobjs): Fix typo.
3972
3973         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
3974         into for shared library only.
3975         (CPPFLAGS-.oS): Add -DPIC.
3976         (libtypes): Use $(object-suffixes-for-rules) instead of
3977         $(object-suffixes).
3978
3979 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
3980
3981         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
3982         and install lddlibc4.
3983
3984 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3985
3986         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
3987         hash.
3988         * iconvdata/gaptab.pl: Likewise.
3989
3990 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
3991
3992         * Rules: Allow Makefiles to specify test-static for tests which
3993         cannot be linked dynamically.
3994         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
3995         tests-static.
3996
3997         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
3998
3999         * misc/error.c: Pretty print.
4000
4001 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4002
4003         * Makerules (libc_nonshared-name): Remove variable.
4004         (installed-libcs): Use libc-name instead.
4005         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
4006         dynamic linker.
4007
4008         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
4009         libc.a.  Remove explicit reference to dynamic linker.
4010
4011 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
4012
4013         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
4014         to wchar_t.
4015         * iconv/iconv_prog.c: Correctly test for write failure.
4016         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
4017         * iconvdata/gconv-modules: Likewise.
4018         * iconvdata/euckr.c: New file.
4019         * iconvdata/johab.c: New file.
4020         * iconvdata/ksc5601.c: New file.
4021         * iconvdata/ksc5601.h: New file.
4022         * iconvdata/uhc.c: New file.
4023         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
4024
4025         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
4026         * stdio/fopen.c: Correct handling of 'x' flag.
4027         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
4028
4029 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4030
4031         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
4032         * sunrpc/rpcsvc/key_prot.x: Likewise.
4033         * sunrpc/key_prot.c: Likewise.
4034
4035 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
4036
4037         * sysdeps/i386/bits/string.h: Correct things which never worked.
4038         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
4039         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
4040
4041 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
4042
4043         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
4044         defined.  Reported by Thorsten Kukuk.
4045
4046 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
4047
4048         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
4049
4050 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4051
4052         * manual/install.texi (Supported Configurations): Add
4053         arm-linuxaout and arm-none.
4054
4055 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4056
4057         * version.h (VERSION): Bump to 2.0.93.
4058
4059 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
4060
4061         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
4062
4063         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
4064
4065         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
4066         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
4067
4068 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4069
4070         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
4071
4072 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4073
4074         Put the static-only routines in a separate library.
4075         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
4076         variables.
4077         (all-object-suffixes): Add .oS.
4078         * Makerules (libc_static-name): New variable.
4079         (installed-libcs): Add libc_nonshared.a.
4080         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
4081         (object-suffixes-for-rules): New variable.  Use it instead of
4082         object-suffixes for generating compilation rules.
4083         (rmobjs): Also remove *.oS.
4084         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
4085         ($(objpfx)stamp.oS): New target.
4086
4087 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4088
4089         * Makefile (FAQ): Automatically check in regenerated FAQ.
4090
4091 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4092
4093         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
4094
4095 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
4096
4097         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
4098         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
4099
4100         * sysdeps/generic/stub_warning: Removed.
4101
4102         * Makefile (distribute): Add include/des.h.
4103
4104         * manual/Makefile (distribute): Change dir-add.texi to
4105         dir-add.texinfo.
4106
4107         * glibcbug.in: Create files safely when mktemp is not available.
4108
4109         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
4110         Patch by a sun <asun@saul1.u.washington.edu>.
4111
4112 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4113
4114         * libc.map: Rename getname to getnetname.
4115
4116 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
4117
4118         * manual/maint.texi: Use supported platform in examples.
4119
4120         * manual/install.texi: Document some installation tips.
4121
4122 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
4123
4124         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
4125         Fix a bug so that it returns an error if a numeric parameter is
4126         unset and WRDE_UNDEF is set.
4127         Patch by Andreas Schwab and Tim Waugh.
4128         * posix/wordexp-test.c: Add new new test.
4129
4130 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
4131
4132         * posix/regex.c (regex_compile): Last patch wasn't entirely
4133         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
4134
4135 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4136
4137         * manual/filesys.texi (Scanning Directory Content): Fix typo.
4138
4139 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
4140
4141         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
4142         clobbered registers don't appear as operands.
4143
4144 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4145
4146         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
4147         Solaris' sake.
4148
4149         * posix/regex.c (regex_compile): Don't allow non-alphabet
4150         characters in character set name.
4151
4152 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
4153
4154         * posix/wordexp.c (w_newword): New function.
4155         (do_parse_glob): New function.
4156         (parse_glob): Use do_parse_glob.  Now handles the case where a
4157         variable expansion causes a field-split.
4158         (wordexp): Use w_newword.
4159         (parse_arith): Likewise.
4160         (exec_comm): Likewise.
4161         (parse_comm): Likewise.
4162         (parse_param): Likewise.
4163         (parse_backtick): Likewise.
4164
4165 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
4166
4167         * posix/wordexp-tst.sh: Another test.
4168
4169         * posix/wordexp-test.c: Two new tests.
4170
4171         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
4172         directly (the code using realloc was buggy).
4173         (parse_param): Fix typo in comment.
4174
4175 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4176
4177         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
4178
4179 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4180
4181         * libc.map: Add more rpc auth functions/variables.
4182
4183         * nscd/nscd.c: Add -g option to argp options.
4184
4185 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4186
4187         * configure.in: Be prepared for gcc 2.9.10 and up.
4188         * configure.in: Add missing disabling of quote characters in
4189         compiler version check.  Reported by HJ Lu.
4190
4191 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4192
4193         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
4194
4195 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4196
4197         * intl/locale.alias: Fix spelling of romanian.
4198
4199         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
4200         (distribute): Remove des.h.
4201         * include/des.h: New file.
4202         * sunrpc/des.h: Moved to ...
4203         * sunrpc/rpc/rpc_des.h: ...here.
4204
4205 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
4206
4207         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
4208         Fix paren.
4209
4210 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4211
4212         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
4213         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
4214
4215 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4216
4217         * elf/ldsodesf.h: New file.
4218         * elf/Makefile (distribute): Add ldsodefs.h.
4219         * elf/link.h: Separate internal information in exter header.
4220         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
4221         * elf/dl-minimal.c: Likewise.
4222         * sysdeps/generic/dl-sysdep.c: Likewise.
4223         * elf/sprof.c: Likewise.
4224         * elf/dlsym.c: Likewise.
4225         * elf/dlvsym.c: Likewise.
4226         * elf/dlerror.c: Likewise.
4227         * elf/dladdr.c: Likewise.
4228         * elf/dlclose.c: Likewise.
4229         * elf/dlopen.c: Likewise.
4230         * elf/dl-addr.c: Likewise.
4231         * elf/dl-close.c: Likewise.
4232         * elf/dl-debug.c: Likewise.
4233         * elf/dl-deps.c: Likewise.
4234         * elf/dl-error.c: Likewise.
4235         * elf/dl-fini.c: Likewise.
4236         * elf/dl-init.c: Likewise.
4237         * elf/dl-load.c: Likewise.
4238         * elf/dl-lookup.c: Likewise.
4239         * elf/dl-object.c: Likewise.
4240         * elf/dl-open.c: Likewise.
4241         * elf/dl-profile.c: Likewise.
4242         * elf/dl-reloc.c: Likewise.
4243         * elf/dl-runtime.c: Likewise.
4244         * elf/dl-support.c: Likewise.
4245         * elf/dl-symbol.c: Likewise.
4246         * elf/dl-version.c: Likewise.
4247         * sysdeps/generic/dl-cache.c: Likewise.
4248         * sysdeps/generic/libc-start.c: Likewise.
4249         * iconv/gconv_dl.c: Likewise.
4250         * nss/nsswitch.c: Likewise.
4251
4252 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
4253
4254         * manual/nss.texi: The database is not called network but networks.
4255         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
4256
4257 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4258
4259         * configure.in: Correct test for compiler version.
4260         Check that LD_LIBRARY_PATH doesn't contain current path.
4261
4262 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
4263
4264         * elf/dl-close.c (_dl_close): Fix byte count while removing
4265         the shared object from the global scope list and optimize
4266         a little bit.
4267
4268 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4269
4270         * manual/filesys.texi (Scanning Directory Content): Add missing
4271         closing brace.
4272         (Scanning Directory Content): Fix text.
4273
4274 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4275
4276         * manual/memory.texi (Heap Consistency Checking): Add paragraph
4277         explaining difference of -lmcheck and MALLOC_CHECK_.
4278
4279 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4280
4281         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
4282         typos in comments.
4283
4284 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4285
4286         * test-skeleton.c (main): Fix test for exit signal.
4287
4288 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4289
4290         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
4291
4292 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4293
4294         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
4295         appropriate.
4296
4297 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4298
4299         * libc.map: Export __strtok_r.
4300
4301 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
4302
4303         * posix/regex.c (re_compile_fastmap): Remove unused variable
4304         num_regs and adjust comment.
4305         Patch by Jim Meyering <meyering@ascend.com>.
4306
4307         * math/math.h (M_*l): Extend long double constants to be usable
4308         for 128 bit floats.  Patch by Richard Henderson.
4309
4310 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4311
4312         * sysdeps/m68k/m68020/wordcopy.S: New file.
4313
4314 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
4315
4316         * posix/wordexp.c: Rewrite parse_param.
4317         Patch by Tim Waugh and Andreas Schwab.
4318
4319 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4320
4321         * Rules: Update timestamps on empty object files.
4322
4323 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
4324
4325         * manual/filesys.texi (Scanning Directory Content): Add description
4326         of 64 bits scandir function and friends.
4327
4328 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4329
4330         * glibcbug.in: Use mktemp to generate unique file name for
4331         temporary files.
4332
4333         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
4334         ptsname_r.  Use cast for execve call.
4335
4336 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
4337
4338         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
4339         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
4340         * io/sys/statvfs.h: New file.
4341         * sysdeps/generic/fstatvfs.h: New file.
4342         * sysdeps/generic/statvfs.h: New file.
4343         * sysdeps/generic/fstatvfs64.h: New file.
4344         * sysdeps/generic/statvfs64.h: New file.
4345         * sysdeps/generic/bits/statvfs.h: New file.
4346         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
4347         * sysdeps/unix/sysv/linux/statvfs.c: New file.
4348         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
4349
4350         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
4351         and f_ffree elements.
4352
4353         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
4354         mount options in enum.
4355
4356 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4357
4358         * configure.in: Check for recent egcs/gcc.
4359
4360 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4361
4362         * libc.map: Add alphasort64, scandir64, versionsort64.
4363         * dirent/Makefile (routines): Add scandir64, alphasort64, and
4364         versionsort64.
4365         * dirent/alphasort64.c: New file.
4366         * dirent/scandir64.c: New file.
4367         * dirent/versionsort64.c: New file.
4368         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
4369         versionsort.
4370         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
4371         old name weak alias.
4372         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
4373
4374         * dirent/alphasort.c: Use strcoll instead of strcmp.
4375
4376         * dirent/scandir.c: Optimize a bit.
4377
4378         * dirent/versionsort.c: Pretty print.
4379
4380 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4381
4382         * string/string.h: Add prototype for __strtok_r.
4383
4384 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4385
4386         * posix/Makefile: Fix typo in last change.
4387
4388 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4389
4390         * dirent/dirent.h (scandir): Make argument of select function const.
4391         * dirent/scandir.c (scandir): Likewise.
4392         Reported by David.Faure@insa-lyon.fr [PR libc/512].
4393
4394 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
4395
4396         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
4397         weak alias.
4398         * sysdeps/i386/strtok_r.c: Likewise.
4399
4400         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
4401         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
4402         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
4403         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
4404         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
4405         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
4406
4407 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4408
4409         * intl/localealias.c: Remove unneeded define for strdup.
4410
4411 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
4412
4413         * manual/argp.texi: Adjust for better TeX output.
4414         * manual/arith.texi: Likewise.
4415         * manual/conf.texi: Likewise.
4416         * manual/filesys.texi: Likewise.
4417         * manual/header.texi: Likewise.
4418         * manual/lgpl.texinfo: Likewise.
4419         * manual/math.texi: Likewise.
4420         * manual/message.texi: Likewise.
4421         * manual/pattern.texi: Likewise.
4422         * manual/process.texi: Likewise.
4423         * manual/signal.texi: Likewise.
4424         * manual/socket.texi: Likewise.
4425         * manual/startup.texi: Likewise.
4426         * manual/stdio.texi: Likewise.
4427         * manual/terminal.texi: Likewise.
4428         * manual/examples/rprintf.c: Likewise.
4429         * manual/examples/testopt.c: Likewise.
4430         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4431
4432 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
4433
4434         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
4435         parameter name after seeing a digit if it's enclosed in braces.
4436
4437 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4438
4439         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
4440
4441 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4442
4443         * manual/memory.texi (Heap Consistency Checking): Document
4444         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
4445
4446 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4447
4448         * manual/Makefile: Add missing rules.
4449
4450 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4451
4452         * timezone/Makefile (generated): Define to remove all stamp files.
4453
4454         * sysdeps/generic/strsep.c: Also undefine __strsep.
4455
4456         * string/strdup.c: Undefine __strdup and strdup first.
4457         * string/strndup.c: Likewise.
4458
4459         * string/bits/string2.h: Correct strtok_r and strsep.
4460         Add strndup optimization.
4461
4462         * sysdeps/generic/strsep.c: Little optimization.
4463
4464 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
4465
4466         * string/bits/string2.h: Add optimization for strdup.
4467         Always define __strsep and __strtok_r and make real names available
4468         when feature select macros are defined.
4469
4470 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4471
4472         * manual/install.texi (Installation): Use i486-linux as example
4473         instead of the unsupported sunos4.
4474         (Reporting Bugs): Mention glibcbug script.
4475         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
4476
4477 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4478
4479         * posix/wordexp-tst.sh: Make portable.  Add more tests.
4480
4481         * posix/Makefile (do-globtest do-wordexp-test): New targets.
4482
4483 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
4484
4485         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
4486         * sysdeps/generic/libc-start.c: ...here, replacing former content.
4487
4488         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
4489         netpacket/packet.h.
4490
4491         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
4492
4493 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4494
4495         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
4496         in enumerator for strict standard compliance.
4497         * sysdeps/generic/bits/resource.h: Likewise.
4498
4499 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
4500
4501         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
4502         (PLTJMP): New macro.
4503
4504         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
4505         longjmp() when floating point enabled.
4506         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
4507         * sysdeps/arm/__longjmp.S: Remove floating point code.
4508         * sysdeps/arm/setjmp.S: Likewise.
4509
4510         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
4511         * sysdeps/arm/bsd-_setjmp.S: Likewise.
4512
4513         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
4514         memset().
4515
4516         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
4517         prototype.
4518
4519 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
4520
4521         Based on patches from Pat Beirne and Scott Bambrough:
4522
4523         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
4524
4525         * sysdeps/arm/bits/fenv.h: New file.
4526
4527         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
4528         * sysdeps/arm/elf/setjmp.S: Likewise.
4529         * sysdeps/arm/elf/start.S: Likewise.
4530         * sysdeps/arm/init-first.c: Likewise.
4531         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
4532         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
4533         comment about floating point to reflect current reality.
4534
4535         * sysdeps/unix/arm/brk.S: Support PIC.
4536         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
4537         re-entrant code.
4538         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
4539         return; call syscall_error through PLT.
4540         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
4541
4542 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
4543
4544         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
4545         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
4546         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
4547
4548 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4549
4550         * dirent/list.c (test): Return error value.
4551         (main): Exit with error value.
4552
4553         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
4554
4555         * Makefile (distribute): Add test-skeleton.c.
4556         * test-skeleton.c: New file.
4557         * dirent/Makefile (tests): Add opendir-tst1.
4558         * dirent/opendir-tst1.c: New file.
4559
4560 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4561
4562         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
4563         Optimize memory handling.
4564         * sysdeps/unix/closedir.c: Optmize memory handling.
4565
4566 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
4567
4568         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
4569         handling.  Optimize a bit.
4570
4571 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
4572
4573         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
4574         (parse_param): Fold in Andreas' fixes to do with when the end of
4575         the parameter name has been reached, and quoting inside ${...}.
4576         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
4577         $((echo);(ls)).
4578
4579 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4580
4581         * manual/maint.texi: Split out installation and contribution
4582         sections to their own appendices.  Misc cleanups.
4583         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
4584         * manual/contrib.texi: New file.
4585         * manual/libc.texinfo: Pull in new appendices.
4586         * manual/header.texi: Correct node pointer.
4587
4588 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4589
4590         * manual/process.texi (Process Completion): Clarify return value
4591         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
4592
4593 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4594
4595         * posix/wordexp-test.c: Add more tests.
4596         (testit): Fix logic.
4597
4598         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
4599         /dev/null instead of closing it, close pipe.  Always chop off all
4600         trailing newlines.  Kill and reap child before returning error.
4601         (w_addword, parse_glob): Fix memory leak.
4602         (wordexp): Fix dangling pointer problem.
4603
4604 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
4605
4606         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
4607
4608         * posix/wordexp-test.c (main): Fix little thinkos and typos.
4609
4610         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
4611         directory index by only the language.
4612
4613 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
4614
4615         * posix/wordexp-tst.sh: Store test results in the
4616         ${common_objpfx}posix directory.
4617
4618         * posix/wordexp-test.c: Remove temporary directory afterwards.
4619
4620 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4621
4622         * libc.map: Export internal versions of cancelable functions.
4623
4624 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4625
4626         * Makerules (MAKEFLAGS): Append `r'.
4627
4628 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4629
4630         * Makeconfig: Define have-thread-library, shared-thread-library
4631         and static-thread-library if a thread library is available.  Don't
4632         define rt.
4633         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
4634         nscd-routines to nscd-modules.  Use shared-thread-library and
4635         static-thread-library in dependencies.
4636         * rt/Makefile: Only compile librt if have-thread-library is
4637         defined.
4638         * Makefile (subdirs): Always include rt subdir.
4639
4640 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4641
4642         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
4643
4644 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
4645
4646         * configure.in: Recognize variations for 32 MIPS processors.
4647         Don't assume ELF systems always have .weak, test for .weakext.
4648
4649 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
4650
4651         * configure.in: Irix6 is an ELF platform.
4652
4653 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
4654
4655         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
4656         unmapping the last loaded segment.
4657
4658 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
4659
4660         * configure.in: Set base_os for Irix6.
4661         Correct test for .weakext.
4662
4663 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4664
4665         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
4666         (new_line) to _dl_debug_message call.
4667
4668 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
4669
4670         * posix/wordexp.c (parse_param): Perform field-splitting after
4671         expanding positional parameter.
4672
4673         * posix/wordexp-tst.sh: Test that field-splitting is performed
4674         after expanding positional parameter.
4675
4676         * posix/wordexp.c (parse_param): Fixed memory leak in
4677         field-splitting after parameter expansion.
4678
4679 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
4680
4681         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
4682         (get_toplvl_escape): Correctly terminate loop at EOF.
4683         Patch by Cristian Gafton <gafton@redhat.com>.
4684
4685 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
4686
4687         * string/tester.c (test_strpbrk): Add more strpbrk tests.
4688         (test_strsep): Likewise.  Correct horrible bugs.
4689
4690         * string/bits/string2.h (strcspn): Optimize also reject string of
4691         length 2 and 3.
4692         (strspn): Likewise.
4693         (strpbrk): Likewise.
4694         (strsep): Likewise.  Correct bug with successive separators and
4695         separators at the end of the string.
4696         * sysdeps/generic/strsep.c: Correct bug with successive separators
4697         and separators at the end of the string.
4698
4699 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4700
4701         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
4702         etc) now handled, as well as $$ (pid).
4703
4704         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
4705         (distribute): Add wordexp-tst.sh.
4706
4707         * posix/wordexp-tst.sh: New file.
4708
4709         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
4710         number of positional parameters.  Renamed substitute_length to
4711         seen_hash.
4712         Don't free(env) is env is NULL.
4713
4714 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
4715
4716         * libc.map: Add pthread_attr_init to GLIBC_2.1.
4717
4718 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
4719
4720         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
4721         for output file replacing gmon.out.
4722         Patch by Dean Gaudet <dgaudet@arctic.org>.
4723
4724 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4725
4726         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
4727         up namespace.  Optimize finding end of line.
4728
4729 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4730
4731         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
4732         securely.  Optimized.
4733         (process_dl_debug): Add ':' to list of separators.  Optimized.
4734
4735 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4736
4737         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
4738         isless, islessequal, islessgreater, isunordered): Return zero or
4739         one.
4740
4741 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4742
4743         * posix/wordexp-test.c: More tests.
4744         (main): Set up arena for pathname expansion tests (in a temporary
4745         directory).
4746         (testit): Don't check word count or word vector if return value is
4747         non-zero.
4748
4749         * posix/wordexp.c (exec_comm): Always chop off terminating
4750         linefeed (just like bash does).
4751         (parse_param): Change lots of occurrences of "if (!*env)" to "if
4752         (!env || !*env)".
4753         (parse_param): For assignment inside parameter expansion, use all
4754         expanded words in assignment rather than just the first.
4755         (parse_param): Corrected return value for parameter expansion of
4756         an unset variable when WRDE_UNDEF is in effect.
4757         (parse_dollars): Don't field-split if quoted.
4758         (wordexp): Opening brace character isn't allowed unquoted.
4759
4760 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4761
4762         * elf/dlerror.c: Fix concurrency problems with error string and
4763         number.
4764
4765         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
4766         filter/auxiliary are being loaded.
4767
4768 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
4769
4770         * elf/dlerror.c (last_object_name): Removed.
4771         (dlerror): Don't use last_object_name.
4772         (_dl_error_run): Omit second argument to _dl_catch_error.
4773         * elf/dl-error.c (struct catch): Remove objname member.
4774         (_dl_signal_error): Construct string including objname when given.
4775         (_dl_catch_error): Remove objname handling.
4776         * elf/link.h (_dl_catch_error): Fix prototype and comment.
4777         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
4778         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
4779         * nss/nsswitch.c (nss_dlerror_run): Likewise.
4780         * iconv/gconv_dl.c (dlerror_run): Likewise.
4781         [Corrects PR libc/501].
4782
4783 1998-03-12  Matthias Urlichs <smurf@noris.de>
4784
4785         * nscd/nscd.c: Ignore SIGPIPE.
4786
4787 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4788
4789         * nscd/nscd_getgr_r.c: Use __ protected names.
4790         * nscd/nscd_getpw_r.c: Likewise.
4791
4792 1998-03-12  Matthias Urlichs <smurf@noris.de>
4793
4794         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
4795         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
4796         null bytes are not transmitted.
4797
4798 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4799
4800         * powerpc/syscalls.list: Correct typo.
4801         * alpha/syscalls.list: Likewise.
4802         * mips/syscalls.list: Likewise.
4803
4804 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4805
4806         * socket/sys/socket.h: Add prototype for __socket.
4807
4808 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4809
4810         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
4811
4812         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
4813         constants.
4814
4815         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
4816         definition here.
4817         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
4818         definition here.
4819
4820         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
4821         AF_* and PF_* constants.
4822
4823         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
4824
4825 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
4826
4827         * elf/rtld.c: Update help message.
4828         Install link maps for preloaded objects using main_map as loader.
4829
4830         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
4831         * elf/dl-profile.c: Likewise.
4832
4833         * elf/dlsym.c: Little optimization.
4834         * elf/dlvsym.c: Likewise.
4835
4836 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
4837
4838         * posix/wordexp-test.c: Move test for parameter list at the very
4839         beginning.
4840
4841 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4842
4843         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
4844         WRDE_REUSE flag is set.
4845         (parse_param): Allow `*', `@', and numbers in parameter names.
4846         (parse_dollars): Differentiate between arithmetic expansion and a
4847         command substitution that starts immediately with a sub-shell
4848         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
4849         (parse_param): Memory allocated with __alloca in a block was
4850         referenced outside that block.  Adjusted to use malloc/free.
4851         (parse_param): Adjusted field-splitting algorithm so that there is
4852         not necessarily a field split at the end of a parameter expansion.
4853
4854 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
4855
4856         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
4857         don't free words that have already been allocated.
4858         (parse_param): A dollar sign on its own will never have a pattern
4859         associated with it (like "${HOME%%/}" has), so don't try to free it.
4860         (parse_glob): Attempt to glob when an unquoted `[' is found
4861         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
4862         (parse_glob): Sorted out quoting in a glob-able word.
4863         (parse_param): Added $* and $@ handling.
4864
4865 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4866
4867         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
4868         parsing it.
4869
4870 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4871
4872         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
4873         _dl_debug_message.
4874
4875 1998-03-12  Matthias Urlichs  <smurf@noris.de>
4876
4877         * elf/dl-misc.c: Default for debug output should be stderr.
4878         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
4879         * elf/dl-lookup.c: reference_name may be NULL or empty.
4880
4881 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4882
4883         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
4884
4885 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4886
4887         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
4888
4889         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
4890
4891 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4892
4893         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
4894         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
4895
4896 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4897
4898         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
4899         init stuff.
4900
4901 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4902
4903         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
4904         flag.
4905
4906         * misc/syslog.c (vsyslog): Don't try to send if not connected to
4907         syslog daemon.
4908         (closelog_internal): Don't do anything if not connected.
4909
4910 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
4911
4912         * libc.map: Add _dl_debug_message.
4913         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
4914         before every line.
4915         * elf/fini.c: Correctly use new _dl_debug_message function.
4916         * elf/init.c: Likewise.
4917         * elf/dl-lookup.c: Likewise.
4918         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
4919         * elf/dl-load.c: Likewise.  Add more debugging prints.
4920         * elf/dl-reloc.c: Likewise.
4921         * elf/dl-version.c: Likewise.
4922         * elf/dl-support.c: Add variables for debugging.
4923         * elf/rtld.c: Likewise.  Recognize new debug options.
4924         * elf/link.h: Declare new variables.
4925
4926         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
4927
4928 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4929
4930         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
4931         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
4932
4933 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4934
4935         * posix/wordexp-test.c (command_line_test): New function to allow
4936         testing of specific cases from the command-line.
4937
4938 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4939
4940         * elf/dl-init.c (_dl_init_next): Print nicer messages.
4941         * elf/dl-fini.c (_dl_fini): Likewise.
4942         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
4943
4944         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
4945         symbol in debug message.
4946         (_dl_lookup_versioned_symbol_skip): Likewise.
4947
4948 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
4949
4950         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
4951         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
4952         * manual/filesys/texi: Document this.
4953
4954 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
4955
4956         * manual/filesys.texi: Document the change below.
4957
4958 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4959
4960         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
4961         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
4962
4963 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
4964
4965         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
4966         instead scope.  If debugging display information about symbol
4967         resolving.
4968         (_dl_lookup_symbol): Call do_lookup with correct parameters.
4969         (_dl_lookup_symbol_skip): Likewise.
4970         (_dl_lookup_versioned_symbol): Likewise.
4971         (_dl_lookup_versioned_symbol_skip): Likewise.
4972         * elf/dl-support.c: Define _dl_debug_symbols.
4973         * elf/link.h: Add declaration for _dl_debug_symbols.
4974         * elf/rtld.c: Define _dl_debug_symbols.
4975         (process_dl_debug): Recognize symbols option.
4976
4977 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
4978
4979         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
4980         in correct format.
4981         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
4982         with correct parameters.
4983         [!PIC]: Initialize __libc_multiple_libcs.
4984
4985 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
4986
4987         * elf/dl-support.c (_dl_debug_bindings): Add definition.
4988         * elf/rtld.c (_dl_debug_bindings): Add definition.
4989         (process_dl_debug): Recognize bindings option.  Update help message.
4990         * elf/link.h (struct link_map): Add l_versyms member.
4991         (_dl_debug_bindings): Add declaration.
4992         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
4993         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
4994         and l_reloc_result.
4995         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
4996         (sym_val): Remove a member, add m as link_map.
4997         (do_lookup): Return result appropriately.
4998         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
4999         Call do_lookup correctly.
5000         (_dl_lookup_symbol_skip): Likewise.
5001         (_dl_lookup_versioned_symbol): Likewise.
5002         (_dl_lookup_versioned_symbol_skip): Likewise.
5003
5004 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
5005
5006         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
5007         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
5008
5009         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
5010         * libc.map: Add chown to GLIBC_2.1.
5011         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
5012         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
5013
5014 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5015
5016         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
5017         weak alias.
5018         * sysdeps/alpha/ffs.c: Likewise.
5019         * sysdeps/am29k/ffs.c: Likewise.
5020         * sysdeps/i386/ffs.c: Likewise.
5021         * sysdeps/i960/ffs.c: Likewise.
5022         * sysdeps/m68k/ffs.c: Likewise.
5023         * sysdeps/m88k/ffs.c: Likewise.
5024         * sysdeps/powerpc/ffs.c: Likewise.
5025         * sysdeps/rs6000/ffs.c: Likewise.
5026         * sysdeps/vax/ffs.s: Likewise.
5027         * string/string.h: Declare __ffs.
5028         * libc.map: Export it.
5029         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
5030         __builtin_ffs, which is not guaranteed to be namespace clean.
5031
5032 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5033
5034         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
5035         table, which is much more likely to exist than debugging symbols.
5036         (printsym): Remove const.
5037         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
5038         header table.
5039
5040         * libc.map: Export __profile_frequency, used by elf/sprof, to
5041         avoid infinite recursion during startup.
5042
5043 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5044
5045         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
5046         Readd lost negate.
5047
5048         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
5049
5050 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
5051
5052         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
5053
5054 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
5055
5056         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
5057         LD_PRELOAD, and LD_VERBOSE.
5058         (dl_main): Use global variables set by process_envvars instead of
5059         calling getenv.
5060         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
5061         LD_LIBRARY_PATH value, this comes with the parameter.
5062         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
5063         ("LD_LIBRARY_PATH") to _dl_init_paths.
5064
5065 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
5066
5067         * elf/rtld.c (dl_main): Delay initialization of path structure if
5068         the dynamically linker is invoked implicitly until we read the
5069         dynamic section.
5070
5071 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
5072
5073         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
5074
5075 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5076
5077         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
5078         Linux 2.0 and 2.1.
5079
5080         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
5081
5082 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
5083
5084         * Makeconfig (nisobjdir): Set to path to nis directory.
5085         (rpath-link): Add nisobjdir.
5086         Patch by Sven Verdoolaege <skimo@kotnet.org>.
5087
5088         * elf/Makefile: Pretty print.
5089         * elf/dl-lookup.c: Include unistd.h.
5090         * elf/dl-runtime.c: Likewise.
5091
5092         * localedata/Makefile (test-srcs): Add tst-rpmatch.
5093         (distribute): Add tst-rpmatch.sh.
5094         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
5095
5096         New tests for rpmatch function by
5097         Jochen Hein <jochen.hein@delphi.central.de>.
5098         * localedata/tst-rpmatch.c: New file.
5099         * localedata/tst-rpmatch.sh: New file.
5100
5101         * localedata/locales/de_DE: Correct yesexpr and noexpr.
5102         * localedata/locales/de_AT: Likewise.
5103
5104         * posix/getopt.c: Update contact address.
5105         * posix/getopt1.c: Pretty print.
5106
5107         * sysdeps/generic/libc-start.c: Do most of the initialization now
5108         here instead of in start.S.
5109         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
5110         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
5111
5112         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
5113         profil_counter to be public.
5114
5115 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
5116
5117         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
5118         (parse_param): Coded parameter length expansion (${#var}).
5119         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
5120         (parse_param): Cleaned up (fixed) error handling.
5121
5122         * posix/wordexp-test.c: IFS now includes non-whitespace character
5123         (comma).  Added more tests.
5124
5125 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
5126
5127         * elf/link.h: Fix typos.
5128         Reported by Andreas Jaeger.
5129
5130         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
5131         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
5132
5133 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
5134
5135         * argp/argp-help.c: Remove last bits of using gettext instead of
5136         dgettext.
5137
5138 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
5139
5140         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
5141         __libc_start_main.
5142         * csu/Makefile (routines): Add libc-start.
5143         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
5144         * elf/dl-lookup.c: Likewise.
5145         * elf/dl-version.c: Likewise.
5146         * sysdeps/i386/dl-machine.h: Likewise.
5147         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
5148         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
5149         _dl_sysdep_message macros which use _dl_sysdep_output.
5150         * elf/dl-fini.c: Write out which destructor is called while debugging.
5151         * elf/dl-init.c: Likewise for constructor.
5152         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
5153         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
5154         _dl_sysdep_message.  Add _dl_sysdep_output.
5155         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
5156         this file can be opened.
5157         For LD_DEBUG=libs also set _dl_debug_impcalls.
5158         * sysdeps/generic/dl-cache.c: Include unistd.h.
5159         * sysdeps/generic/libc-start.c: New file.
5160         * sysdeps/unix/sysv/linux/libc-start.c: New file.
5161         * sysdeps/i386/elf/start.S: Don't call main directly, call
5162         __libc_start_main instead.
5163
5164         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
5165
5166 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
5167
5168         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
5169
5170 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
5171
5172         * argp/argp.h (struct argp): Add new field domain.
5173         * argp/argp-help.c: Change all gettext calls to dgettext and use
5174         domain field from appropriate argp in call.
5175         * argp/argp-parse.c: Likewise.
5176
5177 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
5178
5179         * posix/wordexp-test.c: Change testsuite so that it can run even
5180         for ~root != /root.
5181
5182 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5183
5184         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
5185
5186 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5187
5188         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
5189         Don't store into global errno if we already store through
5190         __errno_location.
5191         * sysdeps/unix/i386/sysdep.S: Likewise.
5192         * sysdeps/unix/alpha/sysdep.S: Likewise.
5193         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5194         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
5195         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
5196         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
5197         PIC).
5198
5199 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5200
5201         * sysdeps/generic/sysdep.h (L): Remove definition.
5202         * sysdeps/i386/sysdep.h (L): Define it here instead.
5203
5204 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5205
5206         * nis/nis_call.c (__do_niscall): Safe and reset errno.
5207
5208         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
5209
5210 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5211
5212         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
5213         declaration style to avoid warnings.
5214
5215 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
5216
5217         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
5218         "LD_DEBUG".
5219
5220 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5221
5222         * posix/Makefile (tests): Add wordexp-test.
5223         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
5224         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
5225
5226 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
5227
5228         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
5229         dependencies.
5230
5231         * elf/link.h (struct r_search_path_elem): Add two new field for
5232         lib path debugging.
5233         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
5234         variable accordingly.
5235         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
5236         is considered next along with information about load paths.
5237         * sysdeps/generic/dl-cache.c: Likewise.
5238         * elf/dl-support.c: Define _dl_debug_libs.
5239         * elf/genrtldtbl.awk: Add initializers for two new field in
5240         struct r_search_path_elem.
5241
5242 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5243
5244         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
5245         * sysdeps/m68k/lshift.S: Likewise.
5246         * sysdeps/m68k/rshift.S: Likewise.
5247         * sysdeps/m68k/sub_n.S: Likewise.
5248         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
5249         * sysdeps/m68k/m68020/mul_1.S: Likewise.
5250         * sysdeps/m68k/m68020/submul_1.S: Likewise.
5251
5252         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
5253         [_LIBC_REENTRANT]: Don't store into global errno.
5254
5255         * sysdeps/m68k/sysdep.h: New file.
5256         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
5257         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
5258         (DO_CALL): Change to expect syscall name as argument.
5259         (PSEUDO): Pass syscall_name to DO_CALL.
5260         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
5261         errno.
5262
5263 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5264
5265         * elf/rtld.c: Speed up processing of environment variables.  Do
5266         only one run on the environment by avoiding to call getenv.
5267         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
5268         function.  Used by patch above.
5269
5270 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5271
5272         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
5273         running nscd.
5274         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
5275         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
5276         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
5277
5278 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5279
5280         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
5281         module cannot be found.  Reported by Andreas Jaeger.
5282
5283 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5284
5285         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
5286         on platforms which default to unsigned chars.
5287         * nscd/nscd_getpw_r.c: Likewise.
5288         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
5289         defining it.
5290
5291 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5292
5293         * elf/Makefile (install-bin): Change = to += for sprof to install
5294         ldd also.
5295
5296 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
5297
5298         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
5299
5300 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
5301
5302         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
5303
5304 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5305
5306         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
5307         that a failure to connect to nscd doesn't change errno.
5308
5309 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5310
5311         * manual/maint.texi (Reporting Bugs): Change
5312         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
5313
5314         * locale/iso-4217.def: Likewise
5315
5316 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
5317
5318         * manual/texinfo.tex: Updated.
5319
5320 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5321
5322         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
5323         value.
5324         * sysdeps/posix/pathconf.c: Likewise.
5325         * posix/getconf.c: Print `undefined' if pathconf returns -1
5326         without setting errno.
5327
5328 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
5329
5330         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
5331         problem.
5332         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
5333         Patches by Elliot Lee <sopwith@cuc.edu>.
5334
5335 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
5336
5337         * elf/link.h (struct link_map): Add new field l_reloc_result.
5338         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
5339         of relocation for the object to be profiled.
5340         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
5341         to NULL.
5342         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
5343         array here.
5344         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
5345         contains a result from a previous run use this instead of computing
5346         the value again.
5347         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
5348
5349 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5350
5351         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
5352         offsets into the GOT.
5353         (RTLD_START): Likewise.
5354
5355 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
5356
5357         * elf/sprof.c: Cleanup a bit.
5358
5359 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
5360
5361         * sysdeps/generic/sysdep.h (L): New. Define.
5362
5363         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
5364
5365         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
5366
5367         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
5368         to have only one exit point for functions.
5369         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
5370         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
5371         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
5372         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
5373         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
5374
5375 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5376
5377         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
5378         reset errno so that errno isn't set to ENOSYS in the first call.
5379         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
5380         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
5381         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
5382         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
5383
5384 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
5385
5386         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
5387         * sysdeps/i386/addmul_1.S: Likewise.
5388         * sysdeps/i386/lshift.S: Likewise.
5389         * sysdeps/i386/mul_1.S: Likewise.
5390         * sysdeps/i386/rshift.S: Likewise.
5391         * sysdeps/i386/sub_n.S: Likewise.
5392         * sysdeps/i386/submul_1.S: Likewise.
5393         * sysdeps/i386/i586/add_n.S: Likewise.
5394         * sysdeps/i386/i586/addmul_1.S: Likewise.
5395         * sysdeps/i386/i586/lshift.S: Likewise.
5396         * sysdeps/i386/i586/mul_1.S: Likewise.
5397         * sysdeps/i386/i586/rshift.S: Likewise.
5398         * sysdeps/i386/i586/sub_n.S: Likewise.
5399         * sysdeps/i386/i586/submul_1.S: Likewise.
5400
5401         * sysdeps/i386/sysdep.h: Extend last change.
5402
5403         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
5404         to have only one exit point for functions.
5405
5406 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5407
5408         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
5409         search.
5410
5411 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
5412
5413         * Makerules: Generate libc.so with absolute paths for the used
5414         shared objects.
5415
5416         * config.make.in: Add MAKEINFO definition.
5417
5418 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5419
5420         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
5421         (ENTRY): Use STABS_FUN.
5422         (END): Use STABS_FUN_END.
5423         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
5424
5425         * elf/Makefile: Add rules to build sprof program.
5426         * elf/sprof.c: New file.
5427
5428 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5429
5430         * misc/syslog.c (openlog_internal): Insert missing closing brace.
5431
5432 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5433
5434         * configure.in: Check for working msgfmt version (from GNU gettext
5435         0.10 or later).
5436
5437 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5438
5439         * configure.in: Avoid //s in sysdirs.
5440         Patch by Roland McGrath.
5441
5442         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
5443
5444 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
5445
5446         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
5447         setting _dl_global_scope for RTLD_GLOBAL.
5448
5449 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5450
5451         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
5452         possible lists of object-suffixes are taken care of.
5453
5454 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
5455
5456         * timezone/private.h: Update from tzcode1998c.
5457         * timezone/zic.c: Likewise.
5458         * timezone/antarctica: Updated from tzdata1998c.
5459         * timezone/asia: Likewise.
5460         * timezone/australasia: Likewise.
5461         * timezone/europe: Likewise.
5462         * timezone/southamerica: Likewise.
5463
5464 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5465
5466         * posix/glob.c (glob_in_dir): Add support for cases insensitive
5467         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
5468
5469 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
5470
5471         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
5472         Changed type of TWO43, TWO52 from float to double.
5473         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
5474         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
5475         Changed type of TWO43 from float to double.
5476         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
5477         Use __isinff.
5478
5479 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
5480
5481         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
5482         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
5483         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
5484
5485 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
5486
5487         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
5488         kernel_termios.h.
5489         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
5490         Clean up random whitespace.
5491         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
5492         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
5493         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
5494         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
5495
5496 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
5497
5498         * shlib-versions: Match alpha*.
5499         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
5500         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
5501
5502         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
5503         Implement copysign* with and without __ prefix.
5504         Likewise for fabs; use builtin for gcc 2.8.
5505         (floor*): New.
5506         (fdim*): New.
5507
5508         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
5509         (R_SPARC*): Match current v9 ABI.
5510
5511         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
5512
5513         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
5514         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
5515         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
5516         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
5517         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
5518         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
5519         * sysdeps/unix/grantpt.c (argv): Fix consts.
5520         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
5521         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
5522
5523 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5524
5525         * misc/syslog.c: Change to allow user the interpretation of the
5526         outcome even with syslog having no return value.
5527
5528 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
5529
5530         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
5531         that the number of program headers is >0 (which is wrong for the
5532         loader itself).
5533
5534 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5535
5536         * Makefile (distribute): Add README.libm.
5537
5538 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5539
5540         * time/clocktest.c (main): Correct typo: "--" -> "==".
5541
5542 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
5543
5544         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
5545         inline function.
5546         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
5547         inline functions.
5548
5549         * math/libm.map (__atan2): Added.
5550
5551 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5552
5553         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
5554         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
5555
5556         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
5557         bug.
5558
5559 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5560
5561         * manual/arith.texi (Old-style number conversion): Correct
5562         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
5563
5564 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5565
5566         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
5567         but does not require it.  Handle missing argv[] values gracefully.
5568         * posix/execl.c: Likewise.
5569         * posix/execle.c: Likewise.
5570
5571 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5572
5573         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
5574         bit.
5575         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
5576
5577 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
5578
5579         * libc.map: Add __adjtimex.
5580
5581 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5582
5583         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
5584         Remove memset.
5585
5586 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
5587
5588         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
5589         to 64.
5590
5591         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
5592
5593         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
5594         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
5595
5596         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
5597         for shared library.
5598
5599         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
5600
5601         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
5602         Added adjtimex and old_adjtimex.
5603
5604         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
5605         New.
5606         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
5607         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
5608
5609         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
5610         symbols only for shared library.
5611         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5612         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5613         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5614         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5615         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5616         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5617         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5618
5619         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
5620         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5621         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5622         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5623         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5624         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5625         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5626         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5627
5628         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
5629         rusage pointer.
5630
5631         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
5632         New macros.
5633         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
5634         timex and __adjtimex, respectively.
5635
5636         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
5637
5638         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
5639
5640 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
5641
5642         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
5643         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
5644
5645 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
5646
5647         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
5648
5649 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5650
5651         * Makefile.in: Disable built-in rules.
5652
5653 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5654
5655         * sysdeps/i386/fpu/t_exp.c: Move to ...
5656         * sysdeps/libm-i387/t_exp.c: ... here.
5657
5658 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
5659
5660         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
5661         from __exp2_deltatable.
5662
5663 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
5664
5665         * nis/ypclnt.c (yp_master): Check result of strdup.
5666         Patch by Thorsten Kukuk.
5667
5668 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5669
5670         * nis/ypclnt.c: Give clnt handle after error checking free, change
5671         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
5672
5673 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
5674
5675         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
5676         Patch by Joe Keane <jgk@jgk.org>.
5677
5678         * misc/fstab.h (struct fstab): Change fs_type member to be const.
5679         * misc/fstab.c: Remove casts in fs_type assignments.
5680
5681 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5682
5683         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
5684         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
5685         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
5686         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
5687         * sysdeps/powerpc/bits/fenv.h: Likewise.
5688         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
5689         * sysdeps/generic/bits/fenv.h: Likewise.
5690         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
5691         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
5692         * sysdeps/powerpc/test-arith.c (main): Likewise.
5693
5694 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5695
5696         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
5697         the comparison macros.
5698
5699 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
5700
5701         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
5702         (__log2): Fixed return values.
5703         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
5704
5705 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5706
5707         * math/math.h (isunordered): Rename local variables to ensure
5708         correct code.  Reported by HJ Lu.
5709
5710 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
5711
5712         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
5713         isless, islessequal, islessgreater, isunordered): Fix syntax for
5714         fucompip instruction.
5715         (isless, islessequal): Fix logic.
5716
5717 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5718
5719         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
5720         (comparisons_test): New tests for comparison macros.
5721
5722 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
5723
5724         * Makeconfig: Filter out frame-pointer effecting options when
5725         compiling profiling or debugging code.
5726         * config.h.in (internal_function): Don't define here if PROF is
5727         defined.
5728         * gmon/gmon.c (__moncontrol): Don't change state if already in error
5729         state.
5730         (__monstartup): If calloc fails set error state and mark array as
5731         not allocated.
5732         (_mcleanup): Don't call write_gmon if in error state.  Don't try
5733         to free array if not  successfully allocated.
5734
5735         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
5736         Include elf.h to get macro definitions.
5737         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
5738
5739 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
5740
5741         * elf/ldd.sh.in: Add compatibility for broken old shells.
5742         * elf/ldd.bash.in: Likewise.
5743
5744 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
5745
5746         * sunrpc/rpc_main.c (open_input): Check pipe return error.
5747
5748         * time/clocktest.c (main): Check signal return error.
5749
5750 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5751
5752         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
5753         "/" and use do-install-program. Reported by Mark M. Kettenis.
5754         (subdir_install):  Likewise.
5755
5756 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5757
5758         * sunrpc/rpc_sample.c: Fix typo.
5759
5760         * nscd/connections.c: Use locale.
5761         * nscd/grpcache.c: Add debug messages, gidtbl should get the
5762           calloc result.
5763         * nscd/nscd.c: Check if init functions fails.
5764         * nscd/nscd_conf.c: Allow disabling of group cache.
5765         * nscd/nscd_getgr_r.c: Fix return code if group not found.
5766         * nscd/pwdcache.c: Fix debug messages.
5767
5768 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5769
5770         * libc.map: Add __monstartup and _mcleanup for profiling support.
5771
5772 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5773
5774         * libc.map: Export __getpagesize, for binary compatibility with
5775         2.0.
5776
5777 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5778
5779         * posix/globtest.sh: Use --library-path instead of
5780         LD_LIBRARY_PATH.
5781         * localedata/sort-test.sh: Likewise.
5782         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
5783
5784 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5785
5786         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
5787         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
5788         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5789
5790         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
5791         kernel_sigaction): Define.
5792         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
5793         kernel_sigaction): Define.
5794
5795 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5796
5797         * math/libm-test.c: Change epsilons for libm-ieee754.
5798
5799 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
5800
5801         * sysdeps/i386/__longjmp.S: Fix race condition.
5802         Reported by Bruno Haible <haible@ilog.fr>.
5803
5804 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
5805
5806         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
5807         * iconvdata/8bit-gap.c: Likewise.
5808         * iconvdata/8bit-generic.c: Likewise.
5809         * iconvdata/iso6937.c: Likewise.
5810         * iconvdata/iso8859-1.c: Likewise.
5811         * iconvdata/sjis.c: Likewise.
5812         * iconvdata/t61.c: Likewise.
5813
5814 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5815
5816         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
5817         feature tests by positive feature tests.
5818
5819 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5820
5821         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
5822
5823 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
5824
5825         * elf/dlvsym.c (dlvsym_doit): More corrections.
5826         Patch by Andreas Jaeger.
5827
5828 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5829
5830         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
5831
5832 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
5833
5834         * libc.map: More reordering for GLIBC_2.1 symbols.
5835
5836 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5837
5838         * libc.map: Move some functions from version GLIBC_2.0 to
5839         GLIBC_2.1, reorder declarations.
5840
5841 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5842
5843         * resolv/gethnamaddr.c (addrsort): Make this function extern.
5844         Patch by zab@thebrain.grumblesmurf.net.
5845
5846 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5847
5848         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
5849         NIS+ functions with version GLIBC_2.1.
5850
5851 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
5852
5853         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
5854         with 2.0 binaries.  Reported by Thorsten Kukuk.
5855
5856 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5857
5858         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
5859
5860         * elf/dlsym.c (dlsym_doit): Likewise.
5861
5862 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5863
5864         * elf/link.h: Correct typos.
5865
5866         * iconv/iconv_prog.c: Correct typo.
5867
5868 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
5869
5870         * iconv/Makefile: Add rules to build and install iconv program.
5871         * iconv/iconv_prog.c: New file.
5872
5873 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
5874
5875         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
5876         _dl_lookup_symbol_skip call.
5877         * elf/dlvsym.c (dlvsym_doit): Likewise.
5878
5879 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
5880
5881         * libio/iovsscanf.c: Do not include errno.h.
5882
5883 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5884
5885         * elf/dl-load.c (add_name_to_object): Don't translate strings.
5886         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
5887         pulling in the whole error list.
5888         (__dcgettext, dcgettext): Removed.
5889         * libc.map: Export _strerror_internal.
5890
5891 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
5892
5893         * sysdeps/i386/fpu/t_exp.c: New file.
5894
5895 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5896
5897         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
5898         everything with version GLIBC_2.1.
5899         * hesiod/libnss_hesiod.map: Likewise.
5900
5901 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5902
5903         * manual/arith.texi (Old-style number conversion): This node is a
5904         section, not a subsection.
5905
5906 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5907
5908         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
5909
5910 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5911
5912         * elf/rtld.c (dl_main): Make sure that the library search paths
5913         have been initialized before the first call to _dl_map_object.
5914
5915 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5916
5917         * Makerules (common-generated): Add libc_pic.os.
5918
5919 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5920
5921         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
5922         of the executable.
5923
5924 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5925
5926         * sysdeps/m68k/fpu/t_exp.c: New file.
5927
5928 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5929
5930         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
5931         to global errno variable anymore.
5932
5933 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
5934
5935         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
5936         If PRELOADED is nonzero check in case of an SUID application
5937         whether the shared object has the SUID bit set.
5938         Fix some other problems with handling shared objects in system
5939         specific directories.
5940         (_dl_map_object): Also take extra parameter and pass it to open_path.
5941         * elf/link.h (_dl_map_object): Correct prototype and comment.
5942         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
5943         * elf/dl-open.c (_dl_open): Likewise.
5944         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
5945
5946         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
5947
5948 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5949
5950         * math/libm-test.c (modf_test): Add test for 1.5.
5951
5952         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
5953         0 to get always an int.
5954
5955 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5956
5957         * math/libm.map: Move all symbols that are new in glibc 2.1 to
5958         version GLIBC_2.1.
5959
5960 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5961
5962         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
5963         trying to read another character.
5964
5965 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5966
5967         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
5968         name to lowercase.
5969
5970         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
5971         name to lowercase, add test for big enough buffer.
5972
5973 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5974
5975         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
5976         Make compatible with older kernels.  Patch by Richard Henderson.
5977
5978 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
5979
5980         * elf/dl-load.c (open_path): Use __xstat instead of stat.
5981
5982         * localedata/tst-locale.sh: Comment out first test for now.
5983
5984 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
5985
5986         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
5987         as 1.
5988         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
5989         Likewise.
5990
5991         * libio/iogetline.c (_IO_getline_info): Renamed from
5992         _IO_getline.
5993         (_IO_getline): Just call _IO_getline_info.
5994
5995         * libio/libioP.h (_IO_getline_info): New declaration.
5996
5997         * libc.map (_IO_getline_info, __write): Added.
5998
5999 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6000
6001         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
6002         const char* to shut up gcc.
6003
6004 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
6005
6006         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
6007         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
6008
6009         * math/math.h: Define M_* constants always as `double' and add new
6010         macros M_*l which are of type `long double'.
6011         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
6012         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
6013         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
6014         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
6015         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
6016         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
6017         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
6018         * math/libm-tst.c: Likewise.
6019
6020         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
6021         define as long double unconditionally.
6022
6023 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6024
6025         * manual/arith.texi (Old-style number conversion): Correct some
6026         typos.
6027
6028 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
6029
6030         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
6031         Restore.
6032
6033         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
6034
6035 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
6036
6037         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
6038         on $(rtld-ldscript).
6039
6040         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
6041         starting from 0 not only from `from'.
6042         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
6043
6044 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
6045
6046         * elf/rtld.c (dl_main): Recognize --library-path parameter and
6047         pass value (or NULL) to _dl_init_paths.
6048         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
6049         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
6050         environment variable.
6051         * elf/link.h: Change prototype for _dl_init_paths.
6052         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
6053
6054         * localedata/Makefile (distribute): Add test files.
6055
6056 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6057
6058         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
6059         test1.def, test2.def, test3.def, test4.def}: Simple input files
6060         for localedef. Contributed by Yung-Ching Hsiao
6061         <yhsiao@cae.wisc.edu>.
6062
6063         * localedata/Makefile (tests): Call tst-locale.sh.
6064
6065         * localedata/tst-locale.sh: New file, regression tests for some
6066         localedef problems.
6067
6068 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6069
6070         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
6071
6072         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
6073         terminated.
6074         * nis/nss_nisplus/nisplus-network.c: Likewise.
6075         * nis/nss_nisplus/nisplus-proto.c: Likewise.
6076         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
6077         * nis/nss_nisplus/nisplus-service.c: Likewise.
6078
6079         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
6080         and support generating thread safe RPC code.
6081         * sunrpc/rpc_main.c: Add changes.
6082         * sunrpc/rpc_clntout.c: Likewise.
6083         * sunrpc/rpc_cout.c: Likewise.
6084         * sunrpc/rpc_hout.c: Likewise.
6085         * sunrpc/rpc_parse.c: Likewise.
6086         * sunrpc/rpc_sample.c: Likewise.
6087         * sunrpc/rpc_scan.c: Likewise.
6088         * sunrpc/rpc_svcout.c: Likewise.
6089         * sunrpc/rpc_util.c: Likewise.
6090         * sunrpc/rpc_util.h: Add new structs and prototypes.
6091         * sunrpc/proto.h: Remove prototypes for static functions.
6092
6093 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6094
6095         * locale/programs/ld-messages.c (messages_finish): Don't skip
6096         error checking when being quiet.
6097         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
6098         (set_class_defaults): Likewise.
6099         * locale/programs/charmap.c (parse_charmap): Likewise.
6100         * locale/programs/ld-collate.c (collate_finish): Likewise.
6101         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
6102         * locale/programs/ld-time.c (time_finish): Likewise.
6103         * locale/programs/locfile.c (write_locale_data): Likewise.
6104
6105         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
6106         unknown characters and empty ranges.
6107         * locale/programs/ld-collate.c (collate_order_elem): When
6108         processing an ellipsis properly form a linked list in the result
6109         table, fix typo when allocating ordering array.
6110         [PR libc/419]
6111
6112 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6113
6114         * elf/Makefile (ld-map): Define.
6115         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
6116         `$(rtld-ldscript)'.
6117         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
6118         on $(ld-map).
6119         (rtld-link): Combine the two versions of this definition.  Fixed
6120         to make it work when no symbol versioning is used.
6121
6122 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
6123
6124         * Makeconfig (build-program-cmd): Use --library-path parameter to
6125         ld.so instead of environment variable.
6126
6127         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
6128         * sunrpc/rpc_main.c: Remove support for -$$ option again.
6129
6130 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6131
6132         * Make-dist: Respect with-cvs setting.
6133         * MakeTAGS (all-pot): Likewise.
6134         * sysdeps/sparc/sparc32/Makefile: Likewise.
6135         * sysdeps/mach/hurd/Makefile: Likewise.
6136         * stdlib/Makefile: Likewise.
6137         * posix/Makefile: Likewise.
6138         * intl/Makefile: Likewise.
6139         * po/Makefile (linguas): Likewise
6140
6141 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6142
6143         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
6144
6145 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
6146
6147         * libc.map: Add __strcasecmp.
6148
6149         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
6150         module.
6151
6152         * nss/getXXent_r.c: If no more module is found don't try to call
6153         setXXent functions but leave unsuccessfully.
6154
6155         * malloc/obstack.h: Cleanups.
6156
6157         * sysdeps/wordsize-32/stdint.h: New file.
6158         * sysdeps/wordsize-64/stdint.h: New file.
6159         * sysdeps/generic/stdint.h: New file.
6160         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
6161         * sysdeps/wordsize-64/inttypes.h: Likewise.
6162         * stdlib/Makefile (headers): Add stdint.h.
6163
6164 1998-02-03  Paul Eggert  <eggert@twinsun.com>
6165
6166         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
6167
6168 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6169
6170         * timezone: New directory.
6171         * time/README, time/africa, time/antarctica, time/asia,
6172         time/australasia, time/backward, time/checktab.awk,
6173         time/etcetera, time/europe, time/factory, time/ialloc.c,
6174         time/iso3166.tab, time/leapseconds, time/northamerica,
6175         time/pacificnew, time/private.h, time/scheck.c,
6176         time/solar87, time/solar88, time/solar89, time/southamerica,
6177         time/systemv, time/test-tz.c, time/tzfile.h,
6178         time/tzselect.ksh, time/yearistype, time/zdump.c,
6179         time/zic.c, time/zone.tab: Moved to timezone.
6180         * time/tzfile.c: Include tzfile.h from timezone subdir.
6181         * time/tzset.c: Likewise.
6182         * time/Makefile: Cut out all code relating to timezones...
6183         * timezone/Makefile: ...and paste it in here.
6184         * Makefile (subdirs): Add timezone.
6185
6186 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
6187
6188         * libc.map (_sys_nerr): Added.
6189
6190         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
6191         versioned symbol.
6192
6193 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
6194
6195         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
6196         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
6197         Reported by Craig Metz <cmetz@inner.net>.
6198
6199 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6200
6201         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
6202         instead of strcasecmp.
6203         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
6204
6205         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
6206
6207 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
6208
6209         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
6210         Patch by Dean Gaudet <dgaudet@arctic.org>.
6211
6212 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
6213
6214         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
6215
6216 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6217
6218         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
6219         with no poll syscall, just include the BSD version.
6220         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
6221         kernel without the syscall, include the stub version.
6222         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
6223         * sysdeps/generic/getresuid.c: New file.
6224         * sysdeps/generic/getresgid.c: New file.
6225
6226 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
6227
6228         * stdio-common/vfscanf.c: Correct last change a bit.
6229
6230 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
6231
6232         * elf/Makefile: Don't use --version-script parameter to link ld.so
6233         unconditionally.
6234
6235 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
6236
6237         * math/Makefile: Add t_exp.
6238         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
6239         constants.
6240         * math/test-reduce.c: Remove temporarily, it seems to be broken.
6241         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
6242         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
6243         better accuracy.
6244         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
6245         algorithm for very large/very small arguments.
6246         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
6247         correct algorithm for very large/very small arguments; adjust for
6248         new table.
6249         * sysdeps/libm-ieee754/t_exp.c: New file.
6250         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
6251
6252         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
6253         back, with comment that explains what breaks when you remove it :-(.
6254
6255         * localedata/xfrm-test.c: Avoid integer overflow.
6256
6257         * stdlib/strfmon.c: char is unsigned, sometimes.
6258
6259         * sysdeps/powerpc/Makefile: Remove quad float support.
6260         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
6261         * sysdeps/powerpc/quad_float.h: Likewise.
6262         * sysdeps/powerpc/test-arith.c: Likewise.
6263         * sysdeps/powerpc/test-arithf.c: Likewise.
6264
6265         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
6266         * sysdeps/generic/s_exp2f.c: Likewise.
6267
6268         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
6269         don't try anything if _SOFT_FLOAT.
6270
6271 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6272
6273         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
6274         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
6275         * wctype/wctype.c: Likewise.
6276         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
6277         changed.  They are incompatible with the _ISxxx values from
6278         <ctype.h> on little endian machines.
6279         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
6280         bit number.  This fixes the real bug and restores the integrity of
6281         the ctype locale file.
6282         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
6283         * wctype/wcfuncs_l.c: Likewise.
6284         * wctype/wcextra.c: Likewise.
6285         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
6286         byte swapping.
6287
6288 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6289
6290         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
6291         into .bss segment instead of .common, so that aliases on it work.
6292
6293         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
6294         .size directives, put into .bss segment instead of initializing it
6295         to 4.
6296
6297 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
6298
6299         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
6300
6301         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
6302         functions.
6303         Make names without __ weak aliases.
6304         (__libc_release, __libc_version): Make them static.
6305
6306         * include/gnu/libc-version.h: New file.
6307         * Makefile (headers): Add gnu/libc-version.h.
6308
6309 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
6310
6311         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
6312         and use x for member name.
6313         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
6314
6315         * stdlib/drand48.c: Change according to member name change.
6316         * stdlib/drand48_r.c: Likewise.
6317         * stdlib/lcong48_r.c: Likewise.
6318         * stdlib/lrand48.c: Likewise.
6319         * stdlib/lrand48_r.c: Likewise.
6320         * stdlib/mrand48.c: Likewise.
6321         * stdlib/mrand48_r.c: Likewise.
6322         * stdlib/seed48.c: Likewise.
6323         * stdlib/seed48_r.c: Likewise.
6324         * stdlib/srand48_r.c: Likewise.
6325
6326 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6327
6328         * nss/test-netdb.c: Add some more test cases.
6329
6330 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
6331
6332         * libio/iovsscanf.c: Undo last change modifying errno.
6333
6334 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6335
6336         * stdio-common/vfscanf.c: Never try to read another character
6337         after EOF.  Don't decrement read_in after EOF, it wasn't
6338         incremented in the first place.
6339         (NEXT_WIDE_CHAR): Set First, not first.
6340
6341 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
6342
6343         * db/Makefile ($(inst_libdir)/libndbm.a,
6344         $(inst_libdir)/libndbm.so): New targets.
6345         * db2/Makefile: Likewise.
6346
6347 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
6348
6349         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
6350         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
6351
6352 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6353
6354         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
6355         <streambuf.h>.
6356         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
6357
6358 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6359
6360         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
6361         versioned symbols.
6362
6363 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
6364
6365         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
6366         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
6367         Added for libdl.so.
6368
6369 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6370
6371         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
6372         extra syscall.
6373
6374         * grp/Makefile: Fix logic when checking for thread package.
6375         * pwd/Makefile: Likewise.
6376
6377 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
6378
6379         * elf/Makefile (rtld-map): Replaced by libc-map.
6380
6381         * elf/rtld.map: Removed.
6382
6383         * libc.map (__libc_enable_secure, _dl_catch_error,
6384         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
6385         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
6386         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
6387         _dl_object_relocation_scope, _dl_relocate_object,
6388         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
6389         _r_debug): Added for ld.so.
6390
6391 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
6392
6393         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
6394         DO_VERSIONING.
6395         * libio/iofdopen.c: Ditto.
6396         * libio/iofopen.c: Ditto.
6397         * libio/oldfileops.c: Ditto.
6398
6399         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
6400         version GLIBC_2.1.
6401
6402         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
6403         oldsiglist from sysdep_routines and shared-only-routines.
6404
6405         * sysdeps/unix/sysv/linux/errlist.c: New.
6406         * sysdeps/unix/sysv/linux/errlist.h: New.
6407         * sysdeps/unix/sysv/linux/sizes.h: New.
6408         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
6409         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
6410
6411         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
6412
6413         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
6414         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
6415         directive.
6416
6417         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
6418
6419         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
6420         (oldsiglist.c): Removed.
6421
6422         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
6423         (_sys_siglist): Use SYS_SIGLIST instead.
6424         (_sys_nerr): Use SYS_NERR instead.
6425
6426         * sysdeps/gnu/errlist.c: Rebuilt.
6427
6428 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
6429
6430         * elf/Makefile (others-static): New, set to ldconfig.
6431         ($(objpfx)ldconfig): Removed.
6432
6433         * Rules (binaries-all, binaries-static, binaries-shared): New.
6434         Create targets for $(binaries-static) and $(binaries-shared).
6435
6436         * Makeconfig (+link-static, link-libc-static,
6437         link-extra-libs-static): New for static linking.
6438
6439 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6440
6441         * manual/memory.texi (Using the Memory Debugger): Fix typo.
6442
6443         * math/libm-test.c (modf_test): Add one more test for modf.
6444
6445 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
6446
6447         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
6448         Rename from __libc_have_rt_sigs and leave as COMMON data.
6449
6450 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
6451
6452         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
6453         of __finite.
6454
6455 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
6456
6457         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
6458
6459 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
6460
6461         * misc/tst-efgcvt.c: Add yet more tests.
6462         * misc/efgcvt_r.c: And correct for these tests again.
6463         Reported by HJ Lu.
6464
6465         * isomac.c: Move to...
6466         * stdlib/isomac.c: ...here.
6467         * Makefile: Move rules for handling isomac...
6468         * stdlib/Makefile: ...to here.
6469
6470 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6471
6472         * misc/tst-efgcvt.c: Add more tests.
6473         * misc/efgcvt_r.c: Correct result for above new tests.
6474
6475 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
6476
6477         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
6478         NDIGIT <= 0.
6479
6480 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
6481
6482         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
6483         if the programs weren't built.
6484
6485 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
6486
6487         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
6488         FE_TONEAREST, soldier on regardless and do the best we can.
6489         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
6490
6491 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
6492
6493         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
6494         _STDIO_H, before including <bits/stdio_lim.h>.
6495
6496         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
6497
6498         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
6499         exist.
6500
6501         * sysdeps/arm/sys/ucontext.h: New file.
6502
6503 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
6504
6505         * manual/stdio.texi (Formatted Output Functions): Explicitly say
6506         that the return value from snprintf() does not count the
6507         terminating NUL as a character.
6508
6509 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6510
6511         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
6512         add description for sete[ug]id and general cleanup.
6513         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6514
6515 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6516
6517         * Makefile (parent-clean): Don't remove makefile fragments here.
6518         (postclean): New variable.
6519         (clean): Remove makefile fragments here.
6520         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
6521         (generated): Add isomac and isomanc.out.
6522         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
6523         avoid-generated is set.
6524         (postclean-generated): Add soversion.mk.
6525         ($(common-objpfx)version.mk): Don't include if avoid-generated is
6526         set.
6527         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
6528         avoid-generated is set.
6529         (common-generated): Add libc.so and libc.so$(libc.so-version).
6530         (generated): Add versioned libraries.
6531         (common-mostlyclean): Also remove %.so and %_pic.a.
6532         * csu/Makefile (generated): Add abi-tag.h.
6533         * db2/Makefile (extra-objs): Add getlong.o.
6534         * elf/Makefile (generated): Add ld.so, ldd and
6535         $(rtld-installed-name).
6536         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
6537         * malloc/Makefile (generated): Add mtrace.
6538         * po/Makefile: Don't include version.mk, not needed any more.
6539         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
6540         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
6541         syscall.h -> sys/syscall.h.
6542         (common-generated): Add s-proto.d.
6543         (postclean-generated): Add sysd-syscalls.
6544         * localedata/Makefile (test-output): Add all output files.
6545         (generated): Add test-input and test-output.
6546         (generated-dirs): Add all the dirs.
6547
6548 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6549
6550         * Makefile (test-output, generated, generated-dirs): New
6551         variables.
6552
6553 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6554
6555         * resolv/nss_dns/dns-host.c: Various code cleanups.
6556
6557 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
6558
6559         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
6560         From Philip Blundell <pb@nexus.co.uk>.
6561         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
6562
6563 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6564
6565         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
6566         Suggested by debian/sparc porters.
6567
6568 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6569
6570         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
6571         for ecvt and fcvt.
6572
6573 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
6574
6575         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
6576         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
6577
6578         * signal/signal.h: Always define sigset_t if __need_sigset_t is
6579         defined even if __USE_POSIX is not defined.
6580
6581 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6582
6583         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
6584         to support obsolete tty major numbers correctly.
6585
6586 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
6587
6588         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
6589         directory first and ignore install error.
6590
6591         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
6592         128 from ptyno and fix a typo for the BSD style pty.
6593
6594 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6595
6596         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
6597         syscalls.list's.
6598
6599 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6600
6601         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
6602         getresuid and getresgid.
6603
6604         * sysdeps/unix/sysv/linux/getresuid.c: New file.
6605         * sysdeps/unix/sysv/linux/getresgid.c: New file.
6606
6607         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
6608         s_getres[ug]id.
6609
6610         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
6611         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6612         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6613         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
6614
6615 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
6616
6617         * nscd/grpcache.c: Include <stdlib.h>.
6618
6619 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
6620
6621         * stdlib/atoll.c: Fix comments.
6622
6623         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
6624         * sysdeps/posix/ttyname_r.c: Ditto.
6625
6626 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6627
6628         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
6629         __USE_MISC, independent of __USE_UNIX98.
6630
6631 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
6632
6633         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
6634         Rename from __libc_have_rt_sigs and leave as COMMON data.
6635
6636 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
6637
6638         * Makeconfig (CFLAGS-.os): Kill -fno-common.
6639         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
6640
6641         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
6642         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
6643         version symbols.
6644         * include/libc-symbols.h (symbol_version, default_symbol_version):
6645         Provide asm versions and correct !DO_VERSIONING versions.
6646         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
6647         the weak symbol list.
6648
6649         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
6650         Rename from __libc_have_rt_sigs and leave as COMMON data.
6651         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6652         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6653         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6654
6655 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6656
6657         * sunrpc/Makefile: Correct dependencies of rpcgen.
6658
6659 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
6660
6661         * nscd/Makefile: Fix test for available linuxthreads add-on.
6662         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6663
6664 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6665
6666         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
6667
6668 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6669
6670         * sysdeps/gnu/Makefile: Respect with-cvs variable.
6671
6672         * manual/errno.texi (Error Messages): Correct description of
6673         strerror_r.  Pointed out by jonas@bagge.se.
6674
6675 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6676
6677         * manual/socket.texi (Host Address Functions): Clarify description
6678         of inet_network.
6679
6680 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6681
6682         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
6683         (grantpt): Delete superfluous cast.
6684
6685 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6686
6687         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
6688         elf/ldso_install instead of elf/subdir_install.
6689         (elf/ldso_install): New target.
6690
6691         * elf/Makefile (ldso_install): New target.
6692
6693 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6694
6695         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
6696         of 1998-01-06.
6697
6698 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6699
6700         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
6701         constant expressions.
6702
6703 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6704
6705         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
6706         for __nss_configure_lookup.
6707         (output_hostent): Remove unused variable.
6708
6709 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6710
6711         * string/tst-inlcall.c: Fix format string.
6712
6713 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6714
6715         * inet/netinet/in.h: Rename second parameter of bindresvport to
6716         avoid buggy gcc warning. [PR libc/412]
6717
6718 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
6719
6720         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
6721         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
6722
6723         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
6724         Follow POSIX and make tv_sec a time_t.
6725         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
6726         new tv64 syscall as well as fall back to tv32.
6727         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6728         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6729         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6730         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6731         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6732         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6733         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6734         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
6735
6736         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
6737         * include/rpcsvc/nis_tags.h: Likewise.
6738         * include/rpcsvc/nislib.h: Likewise.
6739
6740 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
6741
6742         * libc.map: Add _h_errno.
6743         * inet/herrno.c: Make _h_errno weak alias.
6744
6745         * login/Makefile (distribute): Add pty-internal.h.
6746
6747         * nscd/Makefile (distribute): Add all the files missing.
6748
6749         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
6750         are available.
6751
6752         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
6753         and report status at the end.
6754
6755         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
6756
6757         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
6758         variable.
6759         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
6760         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
6761         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
6762
6763 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
6764
6765         * configure.in: Fix --enable-add-ons code.
6766
6767 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6768
6769         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
6770         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
6771         [PR libc/441]
6772
6773         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
6774         occurence in cache.  Reported by Rudolf Leitgeb
6775         <leitgeb@leland.stanford.edu>.
6776         [PR libc/440]
6777
6778 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
6779
6780         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
6781         that it never is EINTR (which is tested for in _IO_vfscanf).
6782
6783         * Makefile.in: Call sub-make with CVSOPTS.
6784
6785         * elf/Makefile (distribute): Add dl-procinfo.h.
6786
6787         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
6788
6789 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
6790
6791         * version.h (VERSION): Bump to 2.0.92.
6792
6793 1998-01-31  Phil Blundell  <philb@gnu.org>
6794
6795         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
6796         alias for __new_sys_siglist.
6797
6798 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
6799
6800         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
6801         getgrgid_r.c if thread package is available.
6802         * pwd/Makefile: Likewise.
6803         * grp/getgrnam_r.c: Remove USE_NSCD definition.
6804         * grp/getgrgid_r.c: Likewise.
6805         * pwd/getpwnam_r.c: Likewise.
6806         * pwd/getpwuid_r.c: Likewise.
6807
6808 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
6809
6810         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
6811         with error to allow user intervention.
6812         * nss/getXXent_r.c: Likewise.
6813
6814 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
6815
6816         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
6817         AT_PLATFORM string.  Pretty print AT_BASE info.
6818
6819         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
6820         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
6821         * sysdeps/generic/dl-procinfo.h: New file.
6822         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
6823
6824 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
6825
6826         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
6827
6828         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
6829         thread and not pthread_detach.
6830
6831         * nscd/nscd.c: Rewrite to use argp instead of getopt.
6832
6833 1998-01-31  Phil Blundell  <philb@gnu.org>
6834
6835         * configure.in: Add --without-cvs option to suppress automatic
6836         checkin of regenerated files.
6837         * config.make.in: Likewise.
6838         * Makefile: Respect with-cvs setting.
6839         * Makerules: Likewise.
6840
6841         * configure.in: Allow the standalone ARM port to be configured.
6842
6843 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6844
6845         * grp/getgrgid_r.c: Define USE_NSCD.
6846         * grp/getgrnam_r.c: Likewise.
6847         * pwd/getpwuid_r.c: Likewise.
6848         * pwd/getpwnam_r.c: Likewise.
6849
6850         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
6851
6852         * nss/getXXbyYY_r.c: Try at first nscd.
6853
6854         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
6855         * nscd/connections.c: New file.
6856         * nscd/dbg_log.c: New file.
6857         * nscd/dbg_log.h: New file.
6858         * nscd/grpcache.c: New file.
6859         * nscd/nscd.c: New file.
6860         * nscd/nscd.h: New file.
6861         * nscd/nscd_conf.c: New file.
6862         * nscd/nscd_stat.c: New file.
6863         * nscd/pwdcache.c: New file.
6864
6865         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
6866         * nscd/nscd_getpw_r.c: Likewise.
6867         * nscd/nscd_proto.h: New, prototypes for client functions.
6868
6869         * nscd/nscd.conf: New, example for a configuration file.
6870         * nscd/nscd.init: New, example for a startup script.
6871
6872         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
6873         avoid deadlocks.
6874         * nscd/getgrnam_r.c: Likewise.
6875         * nscd/getpwnam_r.c: Likewise.
6876         * nscd/getpwuid_r.c: Likewise.
6877
6878 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
6879
6880         * intl/Makefile: Use CVSOPTS in cvs invocation.
6881         * po/Makefile: Likewise.
6882         * posix/Makefile: Likewise.
6883         * stdlib/Makefile: Likewise.
6884
6885 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
6886
6887         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
6888         [PR libc/410]
6889         * misc/Makefile (tests): Add tst-efgcvt.
6890         * misc/tst-efgcvt.c: New file.
6891
6892 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
6893
6894         * posix/regex.c: Add some more cleanups by Akim Demaille.
6895
6896 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
6897
6898         * signal/signal.h: Revert last change.
6899         * string/strsignal.c: Regard signal number NSGI as illegal.
6900         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
6901         members.
6902
6903 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
6904
6905         * Makefile.in: Add comment about CVSOPTS Makefile variable.
6906         * Makerules: Use CVSOPTS in cvs invocation.
6907         * Makefile: Likewise.
6908         * MakeTAGS: Likewise.
6909         * Make-dist: Likewise.
6910
6911 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
6912
6913         * sysdeps/generic/memmem.c: Correct last change.
6914
6915 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
6916
6917         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
6918         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
6919
6920 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6921
6922         * nis/ypclnt.c: Try at first to use the binding file from ypbind
6923         before using RPC.
6924
6925 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6926
6927         * manual/memory.texi (Heap Consistency Checking): mcheck is
6928         declared in <mcheck.h>.
6929         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
6930
6931 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6932
6933         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
6934         beginning of haystack.
6935
6936 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6937
6938         * nss/nss_files/files-service.c: Correct last patch.
6939
6940 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
6941
6942         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
6943         __libc_have_rt_sigs.
6944         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
6945         including <bits/setjmp.h>.
6946         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
6947         Patch from the Debian glibc/SPARC package.
6948
6949 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
6950
6951         * sysdeps/alpha/bzero.S: Fix a typo.
6952         * sysdeps/alpha/htonl.S: Ditto.
6953         * sysdeps/alpha/htons.S: Ditto.
6954
6955 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6956
6957         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
6958
6959 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
6960
6961         * include/cpio.h: Move to ...
6962         * posix/cpio.h: ...here.
6963
6964         * locale/programs/ld-collate.c: Fix typo.
6965
6966         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
6967
6968         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
6969
6970         * login/utmp_file.c (pututline_file): Don't always report success
6971         if similar entry is found.  Patch by Mark M. Kettenis.
6972
6973 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
6974
6975         * manual/Makefile: Don't try to install the info files if makeinfo
6976         is not available.
6977
6978 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
6979
6980         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
6981         kernel's network ioctls, rather than using <linux/sockios.h> to
6982         get them.  This way we are sure of maintaining compatibility if
6983         the kernel interface should change.
6984
6985 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
6986
6987         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
6988
6989 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
6990
6991         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
6992         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
6993
6994 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6995
6996         Implement System V pseudoterminal handling.
6997
6998         * login/Makefile
6999         (routines): Add getpt, grantpt, unlockpt, ptsname.
7000         (libutil-routines): Remove pty. Add openpty, forkpty.
7001         (distribute): New internal header pty-internal.h.
7002         (others): Add the helper program, pt_chown.
7003         (install-others): Install it, in $(libexecdir), mode 4755.
7004
7005         * login/pty-internal.h: New file.
7006         * login/openpty.c: New file.
7007         * login/forkpty.c: New file.
7008         * login/programs/pt_chown.c: New file.
7009
7010         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
7011         * stdlib/stdlib.h: Prototype them.
7012
7013         * config.make.in: Define $(libexecdir).
7014         * Makeconfig: Define $(inst_libexecdir).
7015
7016         * sysdeps/generic/pty.c: Removed.
7017         * sysdeps/unix/sysv/linux/pty.c: Removed.
7018
7019         * sysdeps/generic/getpt.c: Stub out.
7020         * sysdeps/generic/grantpt.c: Likewise.
7021         * sysdeps/generic/ptsname.c: Likewise.
7022         * sysdeps/generic/unlockpt.c: Likewise.
7023
7024         * sysdeps/unix/grantpt.c: New file.
7025         * sysdeps/unix/bsd/getpt.c: New file.
7026         * sysdeps/unix/bsd/unlockpt.c: New file.
7027         * sysdeps/unix/sysv/linux/getpt.c: New file.
7028         * sysdeps/unix/sysv/linux/ptsname.c: New file.
7029         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
7030
7031 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
7032
7033         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
7034
7035 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7036
7037         * nss/Makefile (tests): Add rule for test-netdb.c.
7038
7039         * nss/test-netdb.c: New file.
7040
7041 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
7042
7043         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
7044         really kept as a variable.  Patch by Richard Henderson,
7045         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
7046
7047         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
7048         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
7049         entries as not existing.
7050
7051 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7052
7053         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
7054         zero in alternate form with precision of zero, which must produce
7055         "0".  Add braces to avoid ambiguous `else'.
7056
7057 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7058
7059         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
7060         problem with strncpy.
7061         * nis/nss_compat/compat-pwd.c: Likewise.
7062         * nis/nss_compat/comapt-spwd.c: Likewise.
7063
7064 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7065
7066         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
7067         by uch@nop.or.jp. [PR libc/437]
7068
7069 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7070
7071         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
7072
7073 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7074
7075         * stdio-common/test-popen.c: Include <errno.h>.
7076
7077         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
7078         close.
7079
7080         * inet/getnetgrent_r.c: Include <errno.h>.
7081
7082         * db2/db/db_conv.c: Include <string.h> for memcpy.
7083
7084         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
7085         so that memcpy is declared.
7086
7087         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
7088
7089         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
7090
7091 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7092
7093         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
7094         overflow while reading line with fgets.
7095         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
7096
7097 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
7098
7099         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
7100         unsigned short, not short.
7101         Reported by Andreas Jaeger.
7102
7103 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7104
7105         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
7106         (ccept->accept).
7107
7108         * sysdeps/generic/inttypes.h: Fix spelling.
7109
7110 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7111
7112         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
7113
7114         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
7115
7116 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
7117
7118         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
7119         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
7120         field for hh modifier.
7121         * stdio-common/vfprint.c: Use is_char field and do not depend in
7122         is_short having the value 2.
7123         Bug reported by Andreas Jaeger.
7124
7125 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7126
7127         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
7128         PIC && DO_VERSIONING.
7129
7130 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7131
7132         * Rules: Add rules for $(common-objpfx)dummy$o.
7133
7134 1998-01-26  Richard Henderson  <rth@cygnus.com>
7135
7136         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
7137         unimplemented OSF/1 definitions so that they are not accidentally seen.
7138
7139         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
7140         of the trampoline function into the macro.
7141         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
7142         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
7143         kernel 2.1.82 has this fixed.
7144
7145         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
7146         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
7147
7148 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
7149
7150         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
7151         support sigaction on kernels > 2.1.7x.
7152
7153 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
7154
7155         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
7156         if it is empty.
7157
7158         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
7159         Patch by David Engel <david@sw.ods.com>.
7160
7161         * configure.in: Fix another typo in --enable-add-ons code.
7162
7163 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
7164
7165         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
7166
7167 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7168
7169         * nss/nss_files/files-network.c: Correct order of parameters for
7170         getnetbyaddr.
7171
7172 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
7173
7174         * db2/Makefile (routines): Add os_alloc.
7175         * db2/db.h: Update from db-2.3.16.
7176         * db2/db_185.h: Likewise.
7177         * db2/db_int.h: Likewise.
7178         * db2/btree/bt_close.c: Likewise.
7179         * db2/btree/bt_cursor.c: Likewise.
7180         * db2/btree/bt_delete.c: Likewise.
7181         * db2/btree/bt_open.c: Likewise.
7182         * db2/btree/bt_page.c: Likewise.
7183         * db2/btree/bt_put.c: Likewise.
7184         * db2/btree/bt_rec.c: Likewise.
7185         * db2/btree/bt_recno.c: Likewise.
7186         * db2/btree/btree_auto.c: Likewise.
7187         * db2/common/db_appinit.c: Likewise.
7188         * db2/common/db_apprec.c: Likewise.
7189         * db2/common/db_err.c: Likewise.
7190         * db2/common/db_region.c: Likewise.
7191         * db2/common/db_shash.c: Likewise.
7192         * db2/db/db.c: Likewise.
7193         * db2/db/db_auto.c: Likewise.
7194         * db2/db/db_conv.c: Likewise.
7195         * db2/db/db_dispatch.c: Likewise.
7196         * db2/db/db_dup.c: Likewise.
7197         * db2/db/db_pr.c: Likewise.
7198         * db2/db/db_rec.c: Likewise.
7199         * db2/db185/db185.c: Likewise.
7200         * db2/dbm/dbm.c: Likewise.
7201         * db2/hash/hash.c: Likewise.
7202         * db2/hash/hash_auto.c: Likewise.
7203         * db2/hash/hash_dup.c: Likewise.
7204         * db2/hash/hash_page.c: Likewise.
7205         * db2/hash/hash_rec.c: Likewise.
7206         * db2/include/btree_ext.h: Likewise.
7207         * db2/include/clib_ext.h: Likewise.
7208         * db2/include/common_ext.h: Likewise.
7209         * db2/include/db.h.src: Likewise.
7210         * db2/include/db_185.h.src: Likewise.
7211         * db2/include/db_am.h: Likewise.
7212         * db2/include/db_ext.h: Likewise.
7213         * db2/include/db_int.h.src: Likewise.
7214         * db2/include/hash_ext.h: Likewise.
7215         * db2/include/lock_ext.h: Likewise.
7216         * db2/include/log.h: Likewise.
7217         * db2/include/log_auto.h: Likewise.
7218         * db2/include/log_ext.h: Likewise.
7219         * db2/include/mp.h: Likewise.
7220         * db2/include/mp_ext.h: Likewise.
7221         * db2/include/mutex_ext.h: Likewise.
7222         * db2/include/os_ext.h: Likewise.
7223         * db2/include/os_func.h: Likewise.
7224         * db2/include/txn_ext.h: Likewise.
7225         * db2/lock/lock.c: Likewise.
7226         * db2/lock/lock_util.c: Likewise.
7227         * db2/log/log.c: Likewise.
7228         * db2/log/log.src: Likewise.
7229         * db2/log/log_archive.c: Likewise.
7230         * db2/log/log_auto.c: Likewise.
7231         * db2/log/log_get.c: Likewise.
7232         * db2/log/log_put.c: Likewise.
7233         * db2/log/log_rec.c: Likewise.
7234         * db2/log/log_register.c: Likewise.
7235         * db2/mp/mp_bh.c: Likewise.
7236         * db2/mp/mp_fget.c: Likewise.
7237         * db2/mp/mp_fopen.c: Likewise.
7238         * db2/mp/mp_fput.c: Likewise.
7239         * db2/mp/mp_pr.c: Likewise.
7240         * db2/mp/mp_sync.c: Likewise.
7241         * db2/mutex/mutex.c: Likewise.
7242         * db2/os/os_alloc.c: Likewise.
7243         * db2/os/os_config.c: Likewise.
7244         * db2/os/os_stat.c: Likewise.
7245         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
7246         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
7247         * db2/progs/db_load/db_load.c: Likewise.
7248         * db2/progs/db_printlog/db_printlog.c: Likewise.
7249         * db2/progs/db_recover/db_recover.c: Likewise.
7250         * db2/progs/db_stat/db_stat.c: Likewise.
7251         * db2/txn/txn.c: Likewise.
7252
7253         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
7254         Unmap memory blocks in reverse order of allocation.
7255         Call munmap with load address added to offset.
7256         Bug reported by Miguel de Icaza.
7257
7258         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
7259         up weight array.
7260
7261         * localedata/locales/cs_CZ: Update by Michael Mraka
7262         <michael@informatics.muni.cz>.
7263
7264         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
7265         __USE_BSD.
7266
7267         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
7268         reading line with fgets.
7269         * nis/nss_compat/compat-pwd.c: Likewise.
7270         * nis/nss_compat/compat-spwd.c: Likewise.
7271         * nss/nss_files/files-XXX.c: Likewise.
7272         * nss/nss_files/files-alias.c: Likewise.
7273         * shadow/fgetspent_r.c: Likewise.
7274
7275         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
7276
7277         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
7278         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7279         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
7280
7281         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
7282         FP register content in ucontext_t.
7283
7284 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7285
7286         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
7287         calculation.  Patch by Markus Schoder
7288         <Markus.Schoder@dresdner-bank.de>.
7289
7290         * math/libm-test.c (modf_test): Add more tests for modf.
7291
7292         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
7293         munlock according to Unix98.
7294
7295 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7296
7297         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
7298         AF_INET.
7299
7300 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
7301
7302         * sysdeps/posix/ttyname.c: Handle symbolic links.
7303         * sysdeps/posix/ttyname_r.c: Ditto.
7304
7305 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
7306
7307         * db2/makedb.c (process_input): Write terminating \0 for value.
7308         (print_database): Simply print value string, don't use length.
7309
7310 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7311
7312         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
7313         exit of loop.
7314
7315 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7316
7317         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
7318         close all sockets.
7319
7320 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
7321
7322         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
7323         sigset.
7324         * signal/sighold.c: New file.
7325         * signal/sigrelse.c: New file.
7326         * sysdeps/generic/sigignore.c: New file.
7327         * sysdeps/generic/sigset.c: New file.
7328         * sysdeps/posix/sigignore.c: New file.
7329         * sysdeps/posix/sigset.c: New file.
7330         * signal/signal.h: Add prototypes for new functions.
7331
7332         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
7333         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
7334         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
7335         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
7336
7337 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
7338
7339         * posix/wordexp.c: Added IFS field-splitting in parameter and
7340         command substitution.  Fixed an IFS-related bug that caused an
7341         infinite loop.
7342
7343 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
7344
7345         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
7346         and swapcontext.
7347         * stdlib/ucontext.h: Correct prototypes.
7348         * sysdeps/generic/getcontext.c: New file.
7349         * sysdeps/generic/setcontext.c: New file.
7350         * sysdeps/generic/makecontext.c: New file.
7351         * sysdeps/generic/swapcontext.c: New file.
7352         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
7353
7354 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
7355
7356         * resource/sys/resource.h: Remove #include of ulimit.h which is
7357         not allowed by SUSv2 and not available on other systems.
7358         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
7359
7360         * streams/Makefile: New file.
7361         * streams/stropts.h: New file.
7362         * sysdeps/generic/bits/stropts.h: New file.
7363         * sysdeps/generic/isastream.c: New file.
7364         * sysdeps/generic/getmsg.c: New file.
7365         * sysdeps/generic/getpmsg.c: New file.
7366         * sysdeps/generic/putmsg.c: New file.
7367         * sysdeps/generic/putpmsg.c: New file.
7368         * sysdeps/generic/fattach.c: New file.
7369         * sysdeps/generic/fdetach.c: New file.
7370         * sysdeps/unix/inet/Subdirs: Add streams.
7371         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
7372         __t_uscalar_t.
7373         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7374         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
7375         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
7376         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7377
7378         * sysdeps/mach/_strerror.c: Follow changes of generic version to
7379         handle small buffers correctly.
7380
7381 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
7382
7383         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
7384         Remove the 3rd arg and add declaration for _dl_runtime_resolve
7385         and _dl_runtime_profile.
7386
7387 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
7388
7389         * include/cpio.h: New file.  Mainly copied from GNU cpio.
7390         * posix/Makefile (headers): Add cpio.h.
7391
7392 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7393
7394         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
7395         to routines.
7396         * nis/nis_cache.c: New file.
7397         * nis/nis_cache2.h: New file.
7398         * nis/nis_cache2_xdr.c: New file.
7399         * nis/nis_call.c: Changes for cache2_info parameter.
7400         * nis/nis_checkpoint.c: Likewise.
7401         * nis/nis_intern.h: Likewise.
7402         * nis/nis_mkdir.c: Likewise.
7403         * nis/nis_ping.c: Likewise.
7404         * nis/nis_rmdir.c: Likewise.
7405         * nis/nis_server.c: Likewise.
7406         * nis/nis_util.c: Likewise.
7407
7408 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7409
7410         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
7411         return/errnop codes.
7412         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
7413         * nis/nss_nisplus/nisplus-grp.c: Likewise.
7414         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
7415         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7416         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
7417         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
7418         * nis/nss_nisplus/nisplus-rpc.c: Likewise
7419         * nis/nss_nisplus/nisplus-service.c: Likewise.
7420         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
7421
7422 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7423
7424         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
7425         * nis/nss_nis/nis-ethers.c: Likewise.
7426         * nis/nss_nis/nis-grp.c: Likewise.
7427         * nis/nss_nis/nis-hosts.c: Likewise.
7428         * nis/nss_nis/nis-network.c: Likewise.
7429         * nis/nss_nis/nis-proto.c: Likewise.
7430         * nis/nss_nis/nis-hosts.c: Likewise.
7431         * nis/nss_nis/nis-network.c: Likewise.
7432         * nis/nss_nis/nis-proto.c: Likewise.
7433         * nis/nss_nis/nis-publickey.c: Likewise.
7434         * nis/nss_nis/nis-pwd.c: Likewise.
7435         * nis/nss_nis/nis-rpc.c: Likewise.
7436         * nis/nss_nis/nis-service.c: Likewise.
7437         * nis/nss_nis/nis-spwd.c: Likewise.
7438
7439 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
7440
7441         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
7442         Added to follow latest kernel development.
7443
7444 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
7445
7446         * nss/db-Makefile: Handle empty and comment lines better.
7447         ($(VAR_DB)/services.db): Generate entries with missing protocol
7448         value.
7449
7450 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7451
7452         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
7453           NULL.
7454           (getservbyname): Allow proto == NULL.
7455           Pointed out by David N. Welton <davidw@gate.cks.com>.
7456           [PR libc/430].
7457
7458 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
7459
7460         * nis/nislib/nislib.h: Finally removed.
7461
7462         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
7463         C compiler.  From Kaveh Ghazi.
7464         (TYPE_MINIMUM): Define.
7465         (TYPE_MAXIMUM): Define.
7466         (TIME_T_MIN): Use TYPE_MINIMUM.
7467         (TIME_T_MAX): Use TYPE_MAXIMUM.
7468         Patch by Jim Meyering <meyering@ascend.com>.
7469
7470 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
7471
7472         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
7473         __pread64, __pwrite64, and __getpid.
7474
7475         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
7476         versions.
7477
7478 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7479
7480         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
7481         cancelable socket functions as __libc_xxx with __xxx as weak
7482         alias.
7483         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7484         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7485
7486         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
7487         redefined.
7488         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7489         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
7490         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
7491         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
7492
7493         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
7494         and __xxx a weak alias.
7495         * sysdeps/unix/sysv/linux/connect.S: Likewise.
7496         * sysdeps/unix/sysv/linux/recv.S: Likewise.
7497         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
7498         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
7499         * sysdeps/unix/sysv/linux/send.S: Likewise.
7500         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
7501         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
7502
7503 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7504
7505         * locale/langinfo.h: Add defines.
7506
7507         * dirent/dirent.h: Add defines for DT_*, check also for
7508         _DIRENT_HAVE_D_TYPE.
7509         Suggested by Roland McGrath.
7510
7511 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7512
7513         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
7514         Update from Linux 2.1.73+79.
7515
7516         * README.template: Update information about possible
7517         configurations.
7518
7519         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
7520         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
7521         [PR libc/417].
7522
7523         * manual/time.texi (Priority): Correct description of
7524         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
7525         [PR libc/416].
7526
7527 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
7528
7529         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
7530         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
7531
7532 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
7533
7534         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
7535         Andreas Jaeger.
7536
7537 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
7538
7539         * locale/programs/ld-collate.c: Little optimizations.
7540
7541         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
7542
7543         * string/Makefile (tests): Add tst-inlcall.
7544         * string/tst-inlcall.c: New file.
7545
7546         * string/strsignal.c: Add support for real-time signals.
7547
7548         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
7549         presense of small buffer.
7550
7551         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
7552
7553         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
7554         for i686.
7555
7556         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
7557         _NSIG + 1.
7558
7559 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
7560
7561         * Rules: Add explicit rule for dummy.o; at least one library needs
7562           it and it isn't autogenerated by the default rules.
7563
7564 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7565
7566         * math/libm-test.c: Tweak epsilons.
7567
7568 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7569
7570         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
7571         child.
7572         (feenv_mask_test): Likewise.
7573
7574 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7575
7576         * Makeconfig: Don't export CPPFLAGS.
7577
7578 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7579
7580         * sunrpc/rpc_main.c (parseargs): Use perror to print error
7581         message.
7582
7583 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7584
7585         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
7586         terminating null in key size.
7587
7588 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7589
7590         * nss/nss_files/files-service.c: Fix allocation size to include
7591         length of PROTO.
7592
7593         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
7594         applicable.  Fix return value and error checking.
7595         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
7596         unparsable lines.
7597         (DB_LOOKUP): Allocate space for terminating null byte.
7598
7599         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
7600         uids specially.
7601
7602         * db2/makedb.c (process_input): Continue processing if a duplicate
7603         key is encountered.
7604
7605 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
7606
7607         * time/tzfile.h: Updated from tzcode1998b.
7608         * time/zdump.c: Likewise.
7609         * time/zic.c: Likewise.
7610         * time/africa: Update from tzdata1998b.
7611         * time/antarctica: Likewise.
7612         * time/asia: Likewise.
7613         * time/australasia: Likewise.
7614         * time/etcetera: Likewise.
7615         * time/europe: Likewise.
7616         * time/leapseconds: Likewise.
7617         * time/northamerica: Likewise.
7618         * time/southamerica: Likewise.
7619
7620 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7621
7622         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
7623         lookups ignoring case.
7624         * nss/nss_files/files-network.c: Do network lookups ignoring
7625         case.
7626         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
7627         case.
7628         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
7629         case insensitive comparing.
7630         Patches by Cristian Gafton <gafton@redhat.com>.
7631
7632 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7633
7634         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
7635         by Roland McGrath. [PR libc/395]
7636
7637 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7638
7639         * manual/arith.texi (Parsing of Integers): Correct description of
7640         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
7641         [PR libc/396]
7642
7643 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
7644
7645         * misc/lsearch.c (lsearch): Return a pointer to the new element
7646         if one was "allocated".
7647
7648 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7649
7650         * string/strsignal.c: NSIG is not a valid index into
7651         _sys_siglist.  Don't zap the last character of the "Unknown
7652         signal" message.
7653
7654 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
7655
7656         * locale/programs/charmap.c (parse_charmap): Correct parsing of
7657         ellipsis expressions.
7658
7659         * locale/programs/charset.c (insert_char): Correctly insert value
7660         of eliipsis expression.
7661
7662 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
7663
7664         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
7665         <bits/setjmp.h>.
7666         * sysdeps/powerpc/setjmp.S: Likewise.
7667         Patches by Matt McLean <keys@keys.got.net>.
7668
7669         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
7670
7671         * Makefile: Undo last patch.
7672         (distribute): Add test-installation.pl.
7673
7674         * configure.in: Correct handling of --enable-add-ons without parameter.
7675         Correct address of WWW pages.
7676
7677         * libc.map: Add _nl_domain_bindings.
7678
7679         * db2/mutex/tsl_parisc.s: New file.
7680
7681         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
7682         and extra-module.mk.
7683
7684         * localedata/Makefile (distribute): New.  Add all the files.
7685
7686         * stdlib/Makefile (headers): Add inttypes.h.
7687         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
7688         * sysdeps/generic/inttypes.h: New file.
7689         * sysdeps/generic/strtoimax.c: New file.
7690         * sysdeps/generic/strtoumax.c: New file.
7691         * sysdeps/generic/wcstoimax.c: New file.
7692         * sysdeps/generic/wcstoumax.c: New file.
7693         * sysdeps/wordsize-32/Dist: Removed.
7694         * sysdeps/wordsize-32/Makefile: Removed.
7695         * sysdeps/wordsize-64/Dist: Removed.
7696         * sysdeps/wordsize-64/Makefile: Removed.
7697         * sysdeps/generic/bits/environments.h: New file.
7698
7699         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
7700         header is still not correct.
7701
7702         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
7703         * posix/unistd.h: Likewise.
7704         * sysdeps/generic/sys/mman.h: Likewise.
7705         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
7706
7707         * manual/arith.texi: Change definition of mul macro.
7708         * manual/math.texi: Likewise.
7709
7710         * misc/Makefile (routines): Add mmap64.
7711         * sysdeps/generic/mmap64.c: New file.
7712         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
7713         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
7714         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
7715         aliases to mmap.
7716         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7717
7718         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
7719
7720         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
7721
7722         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
7723
7724         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
7725         FOPEN_MAX also when included by limits.h.
7726         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7727
7728         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
7729         and netrom/netrom.h.
7730         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
7731         oldsiglist to sysdep_routines, not aux.
7732         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
7733
7734         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
7735         and SOL_NETROM definition.
7736
7737         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
7738
7739         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
7740         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
7741
7742 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
7743
7744         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
7745
7746         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
7747         sa_handler with k_sa_handler.
7748         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
7749         strong alias.
7750         Reported by a sun.
7751
7752         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
7753         __libc_have_rt_sigs here.
7754         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
7755         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7756         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
7757         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7758
7759 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
7760
7761         * sysdeps/powerpc/atomicity.h: New file.
7762         * sysdeps/mach/powerpc/machine-lock.h: New file.
7763
7764         * Rules: Use -fpic to build anything that might end up in a users'
7765         shared library.
7766
7767         * sysdeps/powerpc/s_fdim.c: New file.
7768         * sysdeps/powerpc/s_fdimf.c: New file.
7769         * sysdeps/powerpc/s_fmax.S: New file.
7770         * sysdeps/powerpc/s_fmaxf.S: New file.
7771         * sysdeps/powerpc/s_fmin.S: New file.
7772         * sysdeps/powerpc/s_fminf.S: New file.
7773         * sysdeps/powerpc/s_llrint.c: Now is for double.
7774         * sysdeps/powerpc/s_llrintf.c: New file.
7775         * sysdeps/powerpc/s_llround.c: Now is for double.
7776         * sysdeps/powerpc/s_llroundf.c: New file.
7777         * sysdeps/powerpc/s_lrint.c: Now is for double.
7778         * sysdeps/powerpc/s_lrintf.S: New file.
7779         * sysdeps/powerpc/s_lround.c: Now is for double.
7780         * sysdeps/powerpc/s_lroundf.c: New file.
7781         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
7782         lrintf, fdim, fdimf.
7783
7784         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
7785         file directly, use its parent.
7786
7787         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
7788         (for the third time).
7789
7790 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
7791
7792         * posix/sched.h: timespec is in <time.h>.
7793
7794         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
7795
7796 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
7797
7798         * configure.in: Stop with error if --disable-static is used when
7799         the shared lib uses this library.
7800
7801         * gen-FAQ.pl: I've perl installed in /usr/bin.
7802
7803         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
7804
7805         Fix Unix98 conformance problems in the headers.
7806         * catgets/nl_types.h: Define nl_item.
7807         * grp/grp.h: Define gid_t.
7808         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
7809         * include/nl_types.h: New file.
7810         * include/ulimit.h: New file.
7811         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
7812         constants in POSIX mode.
7813         * io/utime.h: Get definition for time_t.
7814         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
7815         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
7816         * libio/stdio.h: Define va_list.  Make snprintf also available is
7817         __USE_UNIX98.  Declare getopt function and variables.
7818         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
7819         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
7820         * math/math.h: Defined M_* constants as double for Unix98 mode.
7821         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
7822         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
7823         * posix/regex.h: Define REG_NOSYS.
7824         * posix/wordexp.h: Define WRDE_NOSYS.
7825         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
7826         500 for Unix98.
7827         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
7828         somewhere else as well.  Define clock_t for Unix98.
7829         * posix/sys/wait.h: Define pid_t.
7830         * pwd/pwd.h: Define gid_t, uid_t.
7831         * resource/Makefile (headers): Add ulimit.h.
7832         * resource/ulimit.h: New file.
7833         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
7834         instead of second argument.
7835         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
7836         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
7837         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
7838         * signal/signal.h: Define pid_t.
7839         * string/string.h: Don't declare BSD string functions in POSIX mode.
7840         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
7841         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
7842         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
7843         and POSIX.
7844
7845         * inet/test_ifindex.c: Change test so that it does not fail for
7846         interface aliases.
7847
7848         * locale/programs/locale.c (show_info): Use correct cast sequence
7849         for 64bit machines.
7850
7851         * malloc/malloc.c: __malloc_initialized now signals three states:
7852         uninitialized, initializing, initialized.  Used in mcheck.
7853         * malloc/mcheck.c (mabort): Add '\n' to messages.
7854         (mcheck): Allow installation when malloc is uninitialized or is
7855         just initializing.
7856
7857         * manual/memory.texi: Explain mtrace output a bit more.
7858
7859         * math/libm-test.c: Add more epsilons.
7860
7861         * misc/regexp.h (compile): Remove __ prefix from parameter names.
7862
7863         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
7864         instead of strcpy for security.
7865         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
7866         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
7867         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
7868
7869         * nss/digits_dots.c: Pretty print.
7870
7871         * posix/getconf.c (vars): Add symbols for programming environment
7872         recognition.  Recognize --version.
7873
7874         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
7875         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
7876         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
7877
7878         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
7879         __need_FOPEN_MAX.
7880         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7881         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
7882         __need_FOPEN_MAX.
7883
7884         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
7885         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
7886
7887         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
7888         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7889         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7890         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
7891         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7892         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
7893
7894         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
7895         SCNu*.
7896         * sysdeps/wordsize-64/inttypes.h: Likewise.
7897
7898         * time/africa: Update from tzdata1997j.
7899         * time/antarctica: Likewise.
7900         * time/asia: Likewise.
7901         * time/australasia: Likewise.
7902         * time/backward: Likewise.
7903         * time/etcetera: Likewise.
7904         * time/europe: Likewise.
7905         * time/factory: Likewise.
7906         * time/northamerica: Likewise.
7907         * time/pacificnew: Likewise.
7908         * time/southamerica: Likewise.
7909
7910         * time/tzfile.h: Update from tzcode1997h.
7911         * time/zic.c: Likewise.
7912
7913         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
7914         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
7915         isw*() functions for Unix98.
7916         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
7917         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
7918         is defined.
7919
7920 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7921
7922         * locale/duplocale.c: Increase usage_count only if less than
7923         MAX_USAGE_COUNT.
7924         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
7925         MAX_USAGE_COUNT.
7926         * locale/setlocale.c: Likewise.
7927
7928 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7929
7930         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
7931         dependency to make it easier to install it selectively.
7932
7933         * Makerules (.SUFFIXES): Don't define any suffixes.
7934
7935 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7936
7937         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
7938         * sysdeps/generic/statfs64.c: Emulate using statfs.
7939         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
7940         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
7941         * sysdpes/generic/ftruncate64.c: New file.
7942         * sysdpes/generic/truncate64.c: New file.
7943
7944         * sysdeps/generic/bits/stat.h: Add LFS support.
7945         * sysdeps/generic/bits/statfs.h: Likewise.
7946
7947         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
7948         [__USE_FILE_OFFSET64]: Make long long constant.
7949         (RLIM64_INFINITY): Likewise.
7950
7951         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
7952         for LFS support.
7953         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
7954         * sysdeps/generic/bits/resource.h: Likewise.
7955
7956         * misc/Makefile (routines): Add truncate64 and ftruncate64.
7957
7958         * include/features.h: Don't prevent LFS support from defining BSD
7959         and SYSV things.
7960
7961         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
7962         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
7963         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
7964
7965         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
7966         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
7967         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7968
7969         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
7970         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
7971         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
7972         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
7973         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
7974         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
7975         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
7976         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
7977         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
7978         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
7979         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
7980         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
7981         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
7982         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
7983         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
7984         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
7985         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
7986         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
7987         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
7988         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
7989
7990         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
7991         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
7992         * sysdeps/unix/sysv/linux/xstat64.c: New file.
7993         * sysdeps/unix/sysv/linux/readdir64.c: New file.
7994         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
7995
7996         * sysdeps/unix/sysv/linux/getdents64.c: New file.
7997         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
7998         [$(subdir)=dirent]: Add getdents64.
7999         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
8000
8001         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
8002
8003 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
8004
8005         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
8006
8007         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
8008         * sysdeps/generic/getrlimit64.c: Likewise.
8009         * sysdeps/generic/setrlimit.c: Likewise.
8010         * sysdeps/generic/setrlimit64.c: Likewise.
8011
8012 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
8013
8014         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
8015         using versioning.
8016
8017         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
8018
8019         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
8020
8021 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8022
8023         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
8024         after the codeset name.
8025
8026 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8027
8028         * libc.map: Add get_kernel_syms.
8029
8030 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8031
8032         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
8033         static.
8034         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
8035         Likewise.  Fix condition.
8036
8037 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8038
8039         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
8040
8041 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8042
8043         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
8044         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
8045
8046 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8047
8048         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
8049         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
8050         instead.  Oops.
8051
8052 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8053
8054         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
8055
8056 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8057
8058         * math/libm-test.c (catanh_test): Change epsilon.
8059         Reported by H.J. Lu.
8060
8061 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
8062
8063         * libc.map (__getpid): Added for linuxthreads.
8064
8065 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
8066
8067         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
8068         it if gcc uses static variable in DWARF2 unwind information
8069         for exception support.
8070
8071         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
8072
8073         * elf/soinit.c (__libc_global_ctors, _fini): Handle
8074         HAVE_DWARF2_UNWIND_INFO_STATIC.
8075
8076         * libc.map (__register_frame*, __deregister_frame*): Make them
8077         global.
8078
8079 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8080
8081         * math/libm-test.c: Add more tests for "normal" values.
8082
8083 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8084
8085         * stdio-common/printf_fphex.c: Fix printing of long double number
8086         with a biased exponent of zero.  Fix rounding.
8087
8088 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8089
8090         * sunrpc/rpc_main.c: Accept new flag -$.
8091         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
8092
8093 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8094
8095         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
8096         dynamic linker first, in case the interface has changed.
8097
8098 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8099
8100         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
8101         order.
8102
8103 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8104
8105         * math/tgmath.h: Check for double first, for architectures where
8106         sizeof (long double) == sizeof (double).
8107
8108 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8109
8110         * math/libm-test.c: New tests for "normal" values added for most
8111         functions.
8112
8113 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
8114
8115         * version.h (VERSION): Bump to 2.0.91.
8116
8117         * db2/makedb.c (process_input): Fix typo in message.
8118         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
8119
8120         * elf/dynamic-link.h: Pretty print.
8121
8122         * elf/rtld.c: Allow multiple preloading of a shared object.
8123
8124         * include/limits.h: Prevent multiple inclusion.
8125
8126         * malloc/Makefile (headers): Add mcheck.h.
8127         (distribute): Remove it here.
8128         * malloc/mcheck.h: Pretty print.
8129         * malloc/mtrace.c (mallenv): Make `const'.
8130         * malloc/mtrace.pl: Don't print table head for memory leaks if there
8131         are none.
8132         * manual/memory.texi: Update descriptor of malloc hooks.
8133
8134         * posix/Makefile (routines): Add waitid.
8135         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
8136         on __id_t.
8137         * posix/sys/wait.h: Define idtype_t type.
8138         Add prototype for waitid.
8139         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
8140         * sysdeps/generic/waitid.c: Stub for waitid.
8141         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
8142         the __need_siginfo_t defined.
8143         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
8144         * sysdeps/generic/bits/types.h: Define __id_t.
8145         Correct definition of __FDMASK.
8146         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
8147         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
8148         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
8149
8150         * sysdeps/posix/waitid.c: New file.
8151         Provided by Zack Weinberg.
8152
8153         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
8154
8155         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
8156         Add missing parameters.
8157
8158         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
8159         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
8160         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
8161         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
8162         initialized.
8163
8164         * sysdeps/i386/dl-machine.h: Little cleanup.
8165
8166         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
8167         (__finite): Mark function as const.
8168         Add inline code for __ieee754_atan2.
8169
8170         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
8171         (but don't use it now).
8172         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
8173         __atan.
8174         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
8175         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
8176         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
8177         real part.
8178         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
8179         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
8180         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
8181         __ieee754_atan2 to base 10.
8182         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
8183         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
8184
8185         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
8186         old_kernel_sigaction.
8187
8188         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
8189
8190         * wctype/Makefile (routines): Add wctype_l.
8191         * wctype/wctype.h: Add declaration of __wctype_l.
8192         * wctype/wctype_l.c: New file.
8193
8194 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
8195
8196         * locale/C-ctype.c: Correct data for isw* functions.
8197         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
8198         byte order.
8199         * wctype/test_wctype.c: Add test for isw* functions.
8200         * wctype/wctype.c: Return value with expected byte order.
8201
8202 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8203
8204         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
8205
8206 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
8207
8208         * iconvdata/Makefile: Fix a typo.
8209
8210         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
8211         oldsiglist for shared library.
8212
8213         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
8214         sys_sigabbrev): Make them as the default version GLIBC_2.1.
8215
8216         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
8217         sys_siglist, sys_sigabbrev): New file. Make them as the old
8218         version GLIBC_2.0.
8219
8220         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
8221         to GLIBC_2.1.
8222
8223 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
8224
8225         * libio/iofgets.c (_IO_fgets): Return an error only if there
8226         is a new error.
8227         * libio/iogets.c (_IO_gets): Ditto.
8228
8229 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
8230
8231         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
8232
8233         * libio/Makefile (routines, shared-only-routines): Add
8234         oldiofdopen.
8235
8236         * libio/fileops.c: Don't use _IO_FILE_complete.
8237         * libio/iofdopen.c: Ditto.
8238         * libio/iofopen.c: Ditto.
8239         * libio/iofopen64.c: Ditto.
8240         * libio/iopopen.c: Ditto.
8241         * libio/iovdprintf.c: Ditto.
8242
8243         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
8244
8245         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
8246         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
8247
8248         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
8249         _IO_old_fdopen, _IO_new_fdopen): New declaration.
8250
8251         * libio/libio.h (_IO_FILE): Add more fields.
8252         (_IO_FILE_complete): Defined and make _IO_FILE be the old
8253         one if _IO_USE_OLD_IO_FILE is defined
8254         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
8255         them _IO_FILE_complete.
8256
8257         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
8258         to adjust vtable.
8259         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
8260         _IO_JUMPS.
8261         (_IO_FILE_complete): Commented out.
8262
8263         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
8264         * libio/oldiofclose.c: Ditto.
8265         * libio/oldiofopen.c: Ditto.
8266         * libio/oldstdfiles.c: Ditto.
8267
8268         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
8269         for the old _IO_FILE.
8270
8271         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
8272         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
8273         and stderr.
8274
8275         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
8276         and remove INAME.
8277
8278         * libio/stdio.c (stdin, stdout, stdin): Don't use
8279         _IO_FILE_complete.
8280
8281         * libio/oldiofdopen.c: New.
8282
8283         * stdio-common/vfprintf.c (buffered_vfprintf): Set
8284         hp->_vtable_offset to 0.
8285
8286 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
8287
8288         * libc.map (_IO_file_open): Added.
8289
8290         * libio/libioP.h (_IO_file_open): Declared.
8291
8292         * libio/fileops.c (_IO_file_open): New.
8293         (_IO_file_fopen): Call _IO_file_open ().
8294
8295         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
8296         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
8297
8298 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8299
8300         * signal/signal.h: Fix selection of signal semantics to match
8301         comment.
8302
8303 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8304
8305         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
8306         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
8307         rt_sigreturn.
8308         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
8309         [$(subdir)=signal]: Remove rt_sigreturn.
8310         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
8311         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
8312         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
8313
8314 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8315
8316         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
8317         declarations.
8318
8319 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8320
8321         * iconvdata/extra-module.mk: Expand extra-objs now.
8322
8323 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8324
8325         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
8326         inline functions by feature tests to avoid warning about missing
8327         prototype declarations.
8328
8329 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8330
8331         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
8332         return code for non existent +name entries.
8333         * nis/nss_compat/compat-pwd.c: Likewise.
8334         * nis/nss_compat/compat-spwd.c: Likewise.
8335
8336 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
8337
8338         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
8339         (EIO): Likewise.
8340         (ENOSPC): Likewise.
8341         (EEXIST): Likewise.
8342         (__errno_location): Likewise.
8343
8344         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
8345
8346         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
8347
8348 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8349
8350         * sunrpc/publickey.c: Use new NSS interface.
8351
8352 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
8353
8354         * manual/malloc.texi: Document mtrace/muntrace and the concept.
8355
8356 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8357
8358         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
8359         value, to match spirit of the standard.
8360         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
8361         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
8362         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
8363
8364 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8365
8366         * manual/signal.texi (Signal Stack): Remove spurious @item.
8367
8368 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8369
8370         * rt/aio.h: Remove double semicolon.
8371
8372         * rt/librt.map: Add aio_init.
8373
8374 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
8375
8376         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
8377         * Makefile (subdirs): Replace rt by $(rt).
8378
8379         * shlib-versions: Use version .2 for NSS modules.
8380
8381         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
8382         argument.
8383         * pwd/fgetpwent_r.c: Likewise.
8384         * spwd/fgetspent_r.c: Likewise.
8385         * spwd/sgetspent_r.c: Likewise.
8386         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
8387         Store error number in *ERRNOP.  Little optimization.
8388         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
8389         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
8390         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
8391         (__internal_getnetgrent_r): New argument.
8392         Call __internal_setnetgrent_reuse with new argument.
8393         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
8394         * inet/netgroup.h: Add argument to prototypes.
8395         * nis/nisplus-parser.h: Likewise.
8396         * nis/nss_compat/compat-grp.c: Change everything to store error
8397         code through provided pointer and not use errno.
8398         * nis/nss_compat/compat-pwd.c: Likewise.
8399         * nis/nss_compat/compat-spwd.c: Likewise.
8400         * nis/nss_nis/nis-alias.c: Likewise.
8401         * nis/nss_nis/nis-ethers.c: Likewise.
8402         * nis/nss_nis/nis-grp.c: Likewise.
8403         * nis/nss_nis/nis-hosts.c: Likewise.
8404         * nis/nss_nis/nis-netgrp.c: Likewise.
8405         * nis/nss_nis/nis-network.c: Likewise.
8406         * nis/nss_nis/nis-proto.c: Likewise.
8407         * nis/nss_nis/nis-publickey.c: Likewise.
8408         * nis/nss_nis/nis-pwd.c: Likewise.
8409         * nis/nss_nis/nis-rpc.c: Likewise.
8410         * nis/nss_nis/nis-service.c: Likewise.
8411         * nis/nss_nis/nis-spwd.c: Likewise.
8412         * nis/nss_nisplus/nisplus-alias.c: Likewise.
8413         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
8414         * nis/nss_nisplus/nisplus-grp.c: Likewise.
8415         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
8416         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
8417         * nis/nss_nisplus/nisplus-network.c: Likewise.
8418         * nis/nss_nisplus/nisplus-parser.c: Likewise.
8419         * nis/nss_nisplus/nisplus-proto.c: Likewise.
8420         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8421         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
8422         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
8423         * nis/nss_nisplus/nisplus-service.c: Likewise.
8424         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
8425         * nss/nss_db/db-XXX.c: Likewise.
8426         * nss/nss_db/db-alias.c: Likewise.
8427         * nss/nss_db/db-netgrp.c: Likewise.
8428         * nss/nss_files/files-XXX.c: Likewise
8429         * nss/nss_files/files-alias.c: Likewise
8430         * nss/nss_files/files-netgrp.c: Likewise
8431         * nss/nss_files/files-parse.c: Likewise
8432         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
8433         parameter of get functions.
8434         * nss/getXXent_r.c: Likewise.
8435
8436         * localedata/tst-fmon.c: Print debug info if test fails.
8437
8438         * rt/Makefile (routines): Add aio_notify.
8439         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
8440         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
8441         * rt/aio_fsync.c: Likewise.
8442         * rt/aio_misc.c: Likewise.
8443         * rt/aio_misc.h: Likewise.
8444         * rt/aio_read.c: Likewise.
8445         * rt/aio_read64.c: Likewise.
8446         * rt/aio_suspend.c: Likewise.
8447         * rt/aio_write.c: Likewise.
8448         * rt/aio_write64.c: Likewise.
8449         * rt/lio_listio.c: Likewise.
8450         * rt/lio_listio64.c: Likewise.
8451         * rt/aio_notify.c: New file.
8452
8453         * sysdeps/generic/bits/sigset.h: Pretty print.
8454
8455         * sysdeps/posix/pwrite.c: Define weak alias only if function is
8456         really defined as __pwrite.
8457
8458         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
8459         instead of pread64.
8460         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8461
8462         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
8463         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
8464         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
8465         size in syscall.
8466         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8467         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8468         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
8469         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8470         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
8471         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8472         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
8473         for ACT being NULL.
8474         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
8475         RT signals.
8476         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
8477         __NR_pread is not defined.
8478         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
8479         __NR_pwrite is not defined.
8480
8481 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8482
8483         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
8484         handle for /etc/group back in some more cases.
8485         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
8486         handle for /etc/passwd back in some more cases.
8487         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
8488         handle for /etc/shadow back in some more cases.
8489
8490 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
8491
8492         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
8493         beyound its size.
8494         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
8495         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
8496
8497 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
8498
8499         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
8500         handling.  Don't use macros, we need functions.  Use inline functions
8501         for optimization.
8502         * sysdeps/wordsize-64/inttypes.h: Likewise.
8503         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
8504         and wcstoumax.
8505         * sysdeps/wordsize-64/Makefile: Likewise.
8506         * sysdeps/wordsize-32/Dist: Likewise.
8507         * sysdeps/wordsize-64/Dist: Likewise.
8508         * sysdeps/wordsize-32/strtoimax.c: New file.
8509         * sysdeps/wordsize-32/strtoumax.c: New file.
8510         * sysdeps/wordsize-32/wcstoimax.c: New file.
8511         * sysdeps/wordsize-32/wcstoumax.c: New file.
8512         * sysdeps/wordsize-64/strtoimax.c: New file.
8513         * sysdeps/wordsize-64/strtoumax.c: New file.
8514         * sysdeps/wordsize-64/wcstoimax.c: New file.
8515         * sysdeps/wordsize-64/wcstoumax.c: New file.
8516
8517 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
8518
8519         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
8520         that transparent union works.
8521         * sysdeps/generic/wait4.c (__wait4): Likewise.
8522         * sysdeps/generic/wait.c (__wait): Likewise.
8523
8524         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
8525         size_t.
8526
8527         * sysdeps/generic/syscall.c (syscall): Return value and arg are
8528         long, to match prototype.
8529
8530         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
8531         have mremap() yet.
8532
8533         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
8534
8535         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
8536
8537         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
8538
8539         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
8540         __rlim_t.
8541
8542         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
8543
8544         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
8545
8546         * io/sys/stat.h (S_ISLNK): Always false if we don't have
8547         __S_IFLNK.
8548
8549         * sysdeps/standalone/close.c (_STDIO_H): Define before including
8550         <bits/stdio_lim.h>.
8551         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
8552
8553 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
8554
8555         * posix/sys/wait.h: Don't use transparent unions in C++.
8556
8557 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8558
8559         * time/time.h: Add strfxtime.
8560
8561         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
8562         sysv_signal, strfxtime, pread64, pwrite64.
8563
8564 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
8565
8566         Alpha changes for EGCS:
8567         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
8568         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
8569         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
8570         (_start): Likewise.
8571         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
8572
8573 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
8574
8575         The kernel expects the arguments in a different order.
8576         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
8577         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
8578
8579         * FAQ.in: New file.
8580         * gen-FAQ.pl: New file.
8581         * Makefile (FAQ): Add rule to generate from FAQ.in.
8582
8583         * iconvdata/Makefile: Treat libJIS like the other modules.
8584
8585         * rt/librt.map: New file.
8586
8587         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
8588         inclusion.
8589         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
8590         comment.
8591
8592 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
8593
8594         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
8595         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
8596         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
8597         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
8598
8599 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8600
8601         * string/bits/string2.h: Fix spellings.
8602
8603         * string/string.h: Fix spellings.
8604
8605 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8606
8607         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
8608         declaration to __syscall_rt_sigaction.
8609
8610         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
8611         non-existant <sigcontext.h>.
8612
8613 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8614
8615         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
8616         typo.
8617
8618 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8619
8620         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
8621
8622         * Makeconfig (shared-thread-library): Correct spelling.
8623
8624         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
8625         <asm/pci.h>.
8626
8627 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8628
8629         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
8630         constants from Linux headers. Pointed out by
8631         csmall@scooter.o.i.net. [PR libc/369]
8632
8633 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8634
8635         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
8636
8637 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8638
8639         * configure.in: If --enable-add-ons is given without an
8640         argument, set the addons list to all subdirs with a configure
8641         script.
8642
8643 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
8644
8645         * Makeconfig: Add shared-thread-library variable.
8646
8647         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
8648         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
8649         here.
8650         * sysdeps/m68k/fpu/e_acos.c: Likewise.
8651         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
8652         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
8653         * sysdeps/m68k/fpu/e_pow.c: Likewise.
8654         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
8655         * sysdeps/m68k/fpu/k_cos.c: Likewise.
8656         * sysdeps/m68k/fpu/k_sin.c: Likewise.
8657         * sysdeps/m68k/fpu/k_tan.c: Likewise.
8658         * sysdeps/m68k/fpu/s_atan.c: Likewise.
8659         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
8660         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
8661         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
8662         * sysdeps/m68k/fpu/s_csin.c: Likewise.
8663         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
8664         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
8665         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
8666         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
8667         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
8668         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
8669         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
8670         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
8671         * sysdeps/m68k/fpu/s_modf.c: Likewise.
8672         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
8673         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
8674         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
8675
8676         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
8677         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
8678         * signal/Makefile (headers): Add bits/siginfo.h.
8679         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
8680         (distribute): Add testrtsig.h.
8681         * signal/allocrtsig.c: New file.
8682         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
8683         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
8684         __libc_current_sigrtmax.
8685         * sysdeps/generic/sigqueue.c: New file.
8686         * sysdeps/generic/sigtimedwait.c: New file.
8687         * sysdeps/generic/sigwaitinfo.c: New file.
8688         * sysdeps/generic/testrtsig.h: New file.
8689         * sysdeps/generic/bits/siginfo.h: New file.
8690         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
8691         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
8692         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
8693         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
8694         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
8695         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
8696         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
8697         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
8698         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
8699         * sysdeps/unix/sysv/linux/sigpending.c: New file.
8700         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
8701         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
8702         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
8703         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
8704         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
8705         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
8706         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
8707         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
8708         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
8709         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
8710         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
8711         and _POSIX_REALTIME_SIGNALS.
8712         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
8713         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
8714         update _NSIG.
8715         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
8716         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
8717         definitions.
8718
8719         * Makefile (subdirs): Add rt.
8720         * shlib-versions: Add entry for librt.
8721         * rt/Makefile: New file.
8722         * rt/aio.h: New file.
8723         * rt/aio_cancel.c: New file.
8724         * rt/aio_error.c: New file.
8725         * rt/aio_fsync.c: New file.
8726         * rt/aio_misc.c: New file.
8727         * rt/aio_misc.h: New file.
8728         * rt/aio_read.c: New file.
8729         * rt/aio_read64.c: New file.
8730         * rt/aio_return.c: New file.
8731         * rt/aio_suspend.c: New file.
8732         * rt/aio_write.c: New file.
8733         * rt/aio_write64.c: New file.
8734         * rt/lio_listio.c: New file.
8735         * rt/lio_listio64.c: New file.
8736         * sysdeps/generic/aio_sigqueue.c: New file.
8737         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
8738         * sysdeps/unix/sysv/linux/Dist: Add new files
8739         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
8740         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
8741         rt_sigqueueinfo, rt_sigaction.
8742
8743         * posix/Makefile (headers): Add bits/environments.h.
8744         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
8745         and _CS_LFS_CFLAGS on 64bit platforms.
8746         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
8747         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
8748         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
8749         compilation modules.
8750         * sysdeps/wordsize-32/bits/environments.h: New file.
8751         * sysdeps/wordsize-64/bits/environments.h: New file.
8752
8753         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
8754         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
8755         __libc_pid.
8756         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
8757         0xf00baa.
8758
8759         * string/string.h: Add declaration of __strverscmp.
8760         * string/strverscmp.c: Rename function ot __strverscmp and make old
8761         name weak alias.
8762
8763         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
8764         * sysdeps/generic/enbl-secure.c: Likewise.
8765         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8766
8767         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
8768
8769         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
8770
8771 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8772
8773         * posix/sys/wait.h: Use __transparent_union__ instead of
8774         transparent_union.  Reported by Roland McGrath.
8775
8776 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8777
8778         * resolv/inet_neta.c (inet_neta): Change type of first parameter
8779         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
8780         [PR libc/366].
8781
8782         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
8783
8784         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
8785
8786 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8787
8788         * grp/initgroups.c: Increase buffer if it is too small.
8789
8790 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8791
8792         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
8793         fields, this is no ISO C.  Reported by Andreas Jaeger.
8794
8795 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8796
8797         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
8798
8799 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
8800
8801         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
8802         _SYS_UTSNAME_H not _UTSNAME_H.
8803
8804 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8805
8806         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
8807         computing s_scale.
8808
8809 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8810
8811         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
8812         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
8813         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
8814
8815         * math/libm-test.c (csqrt_test): Add testcase.
8816
8817 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
8818
8819         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
8820         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
8821         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
8822
8823 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8824
8825         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
8826
8827 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8828
8829         * math/libm-test.c (acos_test): Add more tests.
8830         (asin_test): Likewise.
8831         (atan_test): Likewise.
8832         (exp_test): Likewise.
8833         (sin_test): Likewise.
8834         (sqrt_test): Likewise.
8835         (cpow_test): Likewise.
8836         (csqrt_test): Likewise.
8837         (cexp_test): Correct typo in gcc version test.
8838
8839 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
8840
8841         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
8842         <bits/setjmp.h>.
8843         * sysdeps/arm/setjmp.S: Likewise.
8844
8845         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
8846
8847 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
8848
8849         * stdio/stdio.h: Add prototype for tmpfile64().
8850
8851 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
8852
8853         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
8854         prototype to keep in step with libio version.
8855
8856         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
8857
8858 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
8859
8860         * sysdeps/generic/Makefile: Don't try to use make_siglist if
8861         cross-compiling.
8862
8863 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
8864
8865         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
8866         load GOT ptr before jumping to _exit.
8867         Reported by Xavier Leroy.
8868
8869 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
8870
8871         * Makefile (subdirs): Add iconvdata and localedata.
8872
8873         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
8874
8875         * iconv/gconv_conf.c (read_conf_file): Little optimization.
8876
8877         * iconvdata/8bit-gap.c: New file.
8878         * iconvdata/8bit-generic.c: Renamed from ...
8879         * iconvdata/iso8859-generic.c: ...this.
8880         * iconvdata/configure: Removed.
8881         * iconvdata/Makefile: Add new modules and better rules.
8882         * iconvdata/iso6937.c: Minor bug fixes.
8883         * iconvdata/iso8859-1.c: Likewise.
8884         * iconvdata/t61.c: Likewise.
8885         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
8886         Minor bug fixes.
8887         * iconvdata/iso8859-3.c: Likewise.
8888         * iconvdata/iso8859-4.c: Likewise.
8889         * iconvdata/iso8859-5.c: Likewise.
8890         * iconvdata/iso8859-6.c: Likewise.
8891         * iconvdata/iso8859-7.c: Likewise.
8892         * iconvdata/iso8859-8.c: Likewise.
8893         * iconvdata/iso8859-9.c: Likewise.
8894         * iconvdata/iso8859-10.c: Likewise.
8895         * iconvdata/ebcdic-at-de-a.c: New file.
8896         * iconvdata/ebcdic-at-de.c: New file.
8897         * iconvdata/ebcdic-ca-fr.c: New file.
8898         * iconvdata/hp-roman8.c: New file.
8899         * iconvdata/koi-8.c: New file.
8900         * iconvdata/koi8-r.c: New file.
8901         * iconvdata/koi8-h.c: New file.
8902         * iconvdata/latin-greek-1.c: New file.
8903         * iconvdata/latin-greek-1.h: New file.
8904         * iconvdata/latin-greek.c: New file.
8905         * iconvdata/latin-greek.h: New file.
8906         * iconvdata/jis0201.c: New file.
8907         * iconvdata/jis0201.h: New file.
8908         * iconvdata/jis0208.c: New file.
8909         * iconvdata/jis0208.h: New file.
8910         * iconvdata/jis0212.c: New file.
8911         * iconvdata/jis0212.h: New file.
8912         * iconvdata/sjis.c: New file.
8913         * iconvdata/gap.pl: New file.  Script to generate table header.
8914         * iconvdata/gaptab.pl: New file.
8915         * iconvdata/gconv-modules: Add info about new modules.
8916
8917         * locale/programs/charmap.c: Also examine alias names given in charmap
8918         files.
8919
8920         * localedata/*: Add to here from add-on.  We need the information
8921         to generate tables for iconv.
8922
8923         Update from db-2.3.14.
8924         * db2/Makefile: Updated.
8925         * db2/config.h: Likewise.
8926         * db2/db.h: Likewise.
8927         * db2/db_int.h: Likewise.
8928         * db2/btree/bt_cursor.c: Likewise.
8929         * db2/btree/bt_delete.c: Likewise.
8930         * db2/btree/bt_put.c: Likewise.
8931         * db2/btree/bt_search.c: Likewise.
8932         * db2/btree/bt_split.c: Likewise.
8933         * db2/btree/btree_auto.c: Likewise.
8934         * db2/common/db_appinit.c: Likewise.
8935         * db2/common/db_apprec.c: Likewise.
8936         * db2/common/db_err.c: Likewise.
8937         * db2/common/db_region.c: Likewise.
8938         * db2/db/db_auto.c: Likewise.
8939         * db2/db/db_dispatch.c: Likewise.
8940         * db2/db/db_ret.c: Likewise.
8941         * db2/dbm/dbm.c: Likewise.
8942         * db2/hash/hash_auto.c: Likewise.
8943         * db2/include/btree_ext.h: Likewise.
8944         * db2/include/common_ext.h: Likewise.
8945         * db2/include/db.h.src: Likewise.
8946         * db2/include/db_cxx.h: Likewise.
8947         * db2/include/db_ext.h: Likewise.
8948         * db2/include/db_int.h.src: Likewise.
8949         * db2/include/lock.h: Likewise.
8950         * db2/include/log.h: Likewise.
8951         * db2/include/mp.h: Likewise.
8952         * db2/include/mp_ext.h: Likewise.
8953         * db2/include/os_ext.h: Likewise.
8954         * db2/include/os_func.h: Likewise.
8955         * db2/lock/lock.c: Likewise.
8956         * db2/lock/lock_deadlock.c: Likewise.
8957         * db2/log/log.c: Likewise.
8958         * db2/log/log_archive.c: Likewise.
8959         * db2/log/log_auto.c: Likewise.
8960         * db2/log/log_get.c: Likewise.
8961         * db2/log/log_put.c: Likewise.
8962         * db2/mp/mp_bh.c: Likewise.
8963         * db2/mp/mp_fget.c: Likewise.
8964         * db2/mp/mp_fopen.c: Likewise.
8965         * db2/mp/mp_fput.c: Likewise.
8966         * db2/mp/mp_fset.c: Likewise.
8967         * db2/mp/mp_open.c: Likewise.
8968         * db2/mp/mp_pr.c: Likewise.
8969         * db2/mp/mp_region.c: Likewise.
8970         * db2/mp/mp_sync.c: Likewise.
8971         * db2/mutex/README: Likewise.
8972         * db2/mutex/mutex.c: Likewise.
8973         * db2/os/os_open.c: Likewise.
8974         * db2/os/os_func.c: Removed.
8975         * db2/os/os_config.c: New file.
8976         * db2/os/os_spin.c: New file.
8977         * db2/txn/txn.c: Likewise.
8978         * db2/txn/txn_auto.c: Likewise.
8979
8980 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
8981
8982         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
8983         __typeof for C++ since this fails for class members.
8984         Reported by Neal Becker <neal@ctd.comsat.com>.
8985
8986 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8987
8988         * configure.in: Check for a working makeinfo (3.11 or better).
8989         * config.make.in: Add MAKEINFO to be substituted.
8990         * manual/Makefile: Don't update info if makeinfo is too old.
8991
8992 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
8993
8994         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
8995         * sysdeps/alpha/__longjmp.S: Likewise.
8996         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
8997         not <bits/termios.h>.
8998
8999         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
9000         __llseek and make llseek and lseek64 weak aliases.
9001         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9002         Patches by a sun <asun@zoology.washington.edu>.
9003
9004 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9005
9006         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
9007         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
9008         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
9009         * misc/sys/syslog.h: Clean up BSD header.
9010
9011 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9012
9013         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
9014
9015         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
9016         for ctan(+-inf,x).
9017         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
9018         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
9019
9020         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
9021         csqrt (-1), ctanh(i*pi/4).
9022
9023 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9024
9025         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
9026
9027 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
9028
9029         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
9030
9031 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9032
9033         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
9034
9035 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
9036
9037         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
9038         and use.  Define GETCWD_RETURN_TYPE instead and use it.
9039         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
9040         of GETCWD_STORYGE_CLASS and put the return type and the
9041         `internal_function' in the right order for gcc 2.7.2.
9042
9043 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9044
9045         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
9046         incompatible with Linux 2.1.x.  Packages using modules
9047         (e.g. modutils) should/do provide their own version.  Suggested by
9048         Richard Henderson.
9049
9050         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
9051
9052         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
9053         [$(subdir)=socket]: Remove sys/module.h.
9054
9055 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
9056
9057         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
9058         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
9059
9060         * iconv/gconv_close.c: Correct freeing of descriptor data.
9061         * iconv/gconv_simple.c: Return correct error values for illegal or
9062         incomplete characters.
9063
9064         * Makefile (iconvdata/%): Special goal to simplify iconvdata
9065         development.
9066         * iconvdata/Makefile: New file.
9067         * iconvdata/configure: Likewise.
9068         * iconvdata/extra-module.mk: Likewise.
9069         * iconvdata/gconv-modules: Likewise.
9070         * iconvdata/iso6937.c: Likewise.
9071         * iconvdata/iso8859-1.c: Likewise.
9072         * iconvdata/iso8859-10.c: Likewise.
9073         * iconvdata/iso8859-10.h: Likewise.
9074         * iconvdata/iso8859-2.c: Likewise.
9075         * iconvdata/iso8859-2.h: Likewise.
9076         * iconvdata/iso8859-3.c: Likewise.
9077         * iconvdata/iso8859-3.h: Likewise.
9078         * iconvdata/iso8859-4.c: Likewise.
9079         * iconvdata/iso8859-4.h: Likewise.
9080         * iconvdata/iso8859-5.c: Likewise.
9081         * iconvdata/iso8859-5.h: Likewise.
9082         * iconvdata/iso8859-6.c: Likewise.
9083         * iconvdata/iso8859-6.h: Likewise.
9084         * iconvdata/iso8859-7.c: Likewise.
9085         * iconvdata/iso8859-7.h: Likewise.
9086         * iconvdata/iso8859-8.c: Likewise.
9087         * iconvdata/iso8859-8.h: Likewise.
9088         * iconvdata/iso8859-9.c: Likewise.
9089         * iconvdata/iso8859-9.h: Likewise.
9090         * iconvdata/iso8859-generic.c: Likewise.
9091         * iconvdata/t61.c: Likewise.
9092
9093         * string/Makefile (routines): Add strcasestr.
9094         * string/string.h: Add prototype for strcasestr.
9095         * sysdeps/generic/strcasestr.c: New file.
9096         * wcsmbs/mbrtowc.c: Simplify special case a bit.
9097         * wcsmbs/wcrtomb.c: Likewise.
9098         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
9099         * wcsmbs/wcsnrtombs.c: Likewise.
9100         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
9101         partial character is read.
9102         * wcsmbs/wcsrtombs.c: Likewise.
9103         * wcsmbs/wmemrtombs.c: Likewise.
9104         * wcsmbs/wmemrtowcs.c: Likewise.
9105
9106         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
9107         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
9108         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
9109         * sysdeps/i386/elf/setjmp.S: Likewise.
9110         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
9111         <bits/termios.h>.
9112
9113         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
9114         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
9115
9116         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
9117         * sysvipc/sys/ipc.h: Likewise.
9118         * sysvipc/sys/msg.h: Likewise.
9119         * sysvipc/sys/sem.h: Likewise.
9120         * sysvipc/sys/shm.h: Likewise.
9121
9122         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
9123         used directly.
9124         * sysdeps/alpha/bits/setjmp.h: Likewise.
9125         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
9126         * sysdeps/arm/bits/endian.h: Likewise.
9127         * sysdeps/arm/bits/setjmp.h: Likewise.
9128         * sysdeps/generic/bits/byteswap.h: Likewise.
9129         * sysdeps/generic/bits/confname.h: Likewise.
9130         * sysdeps/generic/bits/dirent.h: Likewise.
9131         * sysdeps/generic/bits/dlfcn.h: Likewise.
9132         * sysdeps/generic/bits/endian.h: Likewise.
9133         * sysdeps/generic/bits/fenv.h: Likewise.
9134         * sysdeps/generic/bits/huge_val.h: Likewise.
9135         * sysdeps/generic/bits/in.h: Likewise.
9136         * sysdeps/generic/bits/ioctl-types.h: Likewise.
9137         * sysdeps/generic/bits/ioctls.h: Likewise.
9138         * sysdeps/generic/bits/ipc.h: Likewise.
9139         * sysdeps/generic/bits/msq.h: Likewise.
9140         * sysdeps/generic/bits/poll.h: Likewise.
9141         * sysdeps/generic/bits/resource.h: Likewise.
9142         * sysdeps/generic/bits/sched.h: Likewise.
9143         * sysdeps/generic/bits/sem.h: Likewise.
9144         * sysdeps/generic/bits/setjmp.h: Likewise.
9145         * sysdeps/generic/bits/shm.h: Likewise.
9146         * sysdeps/generic/bits/sigaction.h: Likewise.
9147         * sysdeps/generic/bits/sigcontext.h: Likewise.
9148         * sysdeps/generic/bits/socket.h: Likewise.
9149         * sysdeps/generic/bits/stat.h: Likewise.
9150         * sysdeps/generic/bits/statfs.h: Likewise.
9151         * sysdeps/generic/bits/stdio_lim.h: Likewise.
9152         * sysdeps/generic/bits/termios.h: Likewise.
9153         * sysdeps/generic/bits/time.h: Likewise.
9154         * sysdeps/generic/bits/uio.h: Likewise.
9155         * sysdeps/generic/bits/utmp.h: Likewise.
9156         * sysdeps/generic/bits/utmpx.h: Likewise.
9157         * sysdeps/generic/bits/utsname.h: Likewise.
9158         * sysdeps/generic/bits/waitflags.h: Likewise.
9159         * sysdeps/generic/bits/waitstatus.h: Likewise.
9160         * sysdeps/gnu/bits/utmp.h: Likewise.
9161         * sysdeps/gnu/bits/utmpx.h: Likewise.
9162         * sysdeps/i386/bits/byteswap.h: Likewise.
9163         * sysdeps/i386/bits/endian.h: Likewise.
9164         * sysdeps/i386/bits/huge_val.h: Likewise.
9165         * sysdeps/i386/bits/setjmp.h: Likewise.
9166         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
9167         * sysdeps/ieee754/bits/huge_val.h: Likewise.
9168         * sysdeps/m68k/bits/byteswap.h: Likewise.
9169         * sysdeps/m68k/bits/endian.h: Likewise.
9170         * sysdeps/m68k/bits/setjmp.h: Likewise.
9171         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
9172         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9173         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
9174         * sysdeps/mach/hurd/bits/stat.h: Likewise.
9175         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9176         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
9177         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9178         * sysdeps/mips/bits/dlfcn.h: Likewise.
9179         * sysdeps/mips/bits/endian.h: Likewise.
9180         * sysdeps/mips/bits/setjmp.h: Likewise.
9181         * sysdeps/mips/dec/bits/endian.h: Likewise.
9182         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
9183         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
9184         * sysdeps/mips/p40/bits/endian.h: Likewise.
9185         * sysdeps/powerpc/bits/endian.h: Likewise.
9186         * sysdeps/powerpc/bits/fenv.h: Likewise.
9187         * sysdeps/powerpc/bits/setjmp.h: Likewise.
9188         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
9189         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
9190         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
9191         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
9192         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
9193         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
9194         * sysdeps/unix/bsd/bits/stat.h: Likewise.
9195         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
9196         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
9197         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
9198         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
9199         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
9200         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
9201         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
9202         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
9203         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
9204         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
9205         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
9206         * sysdeps/unix/common/bits/dirent.h: Likewise.
9207         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
9208         * sysdeps/unix/sysv/bits/stat.h: Likewise.
9209         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
9210         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
9211         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
9212         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
9213         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
9214         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
9215         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
9216         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
9217         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
9218         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
9219         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
9220         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
9221         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
9222         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
9223         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
9224         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
9225         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
9226         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
9227         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
9228         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
9229         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
9230         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
9231         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
9232         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
9233         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
9234         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
9235         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
9236         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
9237         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
9238         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
9239         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
9240         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
9241         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
9242         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
9243         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
9244         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
9245         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
9246         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
9247         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
9248         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
9249         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
9250         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
9251         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
9252         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
9253         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
9254         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
9255         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
9256         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
9257         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
9258         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
9259         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
9260         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
9261         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
9262         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
9263         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
9264         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
9265         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
9266         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
9267         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
9268         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
9269         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
9270         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
9271         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
9272         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
9273         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
9274         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
9275         * sysdeps/vax/bits/huge_val.h: Likewise.
9276         * sysdeps/vax/bits/setjmp.h: Likewise.
9277         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
9278         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
9279
9280 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9281
9282         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
9283
9284 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
9285
9286         * strftime.c (strftime):
9287         No longer any need to undef or declare if emacs is defined.
9288         (my_strftime): When checking a -1 returned by mktime, don't blow up
9289         if localtime_r returns NULL.
9290
9291 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9292
9293         * README.template: Fix spelling.
9294
9295 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9296
9297         * configure.in: Enhance --enable-add-ons description a wee bit.
9298
9299 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9300
9301         * glibcbug.in: Add more information of build environment and flags.
9302
9303 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9304
9305         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
9306         it into ENOENT.
9307
9308 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
9309
9310         * elf/dl-support.c: Call __libc_init_secure to make sure
9311         __libc_enable_secure is defined early.
9312         * sysdeps/generic/enbl-secure.c: Change function name to
9313         __libc_init_secure and make it global instead of a constructor.
9314
9315         * iconv/gconv.c: Fix lots of bugs.
9316         * iconv/gconv.h: Likewise.
9317         * iconv/gconv_builtin.h: Likewise.
9318         * iconv/gconv_close.c: Likewise.
9319         * iconv/gconv_conf.c: Likewise.
9320         * iconv/gconv_db.c: Likewise.
9321         * iconv/gconv_dl.c: Likewise.
9322         * iconv/gconv_open.c: Likewise.
9323         * iconv/gconv_simple.c: Likewise.
9324         * iconv/iconv.c: Likewise.
9325         * iconv/iconv_close.c: Likewise.
9326         * iconv/iconv_open.c: Likewise.
9327
9328         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
9329         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
9330         * wcsmbs/wmemrtombs.c: New file.
9331         * wcsmbs/wmemrtowcs.c: New file.
9332
9333 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
9334
9335         * iconv/gconv_simple.c: Fix lots of bugs.
9336         * iconv/iconv_open.c: Normalize names before passing them to
9337         __gconv_open.
9338
9339         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
9340
9341         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
9342         * stdio-common/test-popen.c: Add test for above change.
9343
9344         * math/libm-test.c: Print test results also using %a format,
9345         specified in PRINTF_XEXPR macro.
9346         * math/test-double.c: Define PRINTF_XEXPR.
9347         * math/test-float.c: Likewise.
9348         * math/test-ldouble.c: Likewise.
9349         * math/test-idouble.c: Likewise.
9350         * math/test-ifloat.c: Likewise.
9351         * math/test-ildoubl.c: Likewise.
9352
9353         * stdio-common/vfscanf.c: Recognize a in format specifier only as
9354         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
9355         FP number format.
9356
9357         * stdlib/strtod.c: Little code cleanup.
9358
9359         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
9360         compiling in math subdir.
9361
9362         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
9363         instead of __LIBC_M81_MATH_INLINES.
9364         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
9365         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
9366         * sysdeps/m68k/fpu/e_pow.c: Likewise.
9367         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
9368         * sysdeps/m68k/fpu/k_cos.c: Likewise.
9369         * sysdeps/m68k/fpu/k_sin.c: Likewise.
9370         * sysdeps/m68k/fpu/k_tan.c: Likewise.
9371         * sysdeps/m68k/fpu/s_atan.c: Likewise.
9372         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
9373         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
9374         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
9375         * sysdeps/m68k/fpu/s_csin.c: Likewise.
9376         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
9377         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
9378         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
9379         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
9380         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
9381         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
9382         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
9383         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
9384         * sysdeps/m68k/fpu/s_modf.c: Likewise.
9385         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
9386         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
9387         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
9388         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
9389         __LIBC_INTERNAL_MATH_INLINES is defined.
9390
9391         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
9392         of compare macros from ISO C 9X.  Optimize generic versions a bit.
9393         Define __signbit inline functions and __ieee754_sqrt which can be
9394         used if the ompiler is fixed.
9395
9396         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
9397
9398 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9399
9400         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
9401         sysdeps/generic in the whole dep file, not only in the first line.
9402
9403 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9404
9405         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
9406
9407 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9408
9409         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
9410         place.
9411
9412 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9413
9414         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
9415         is non-empty.
9416
9417 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
9418
9419         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
9420         return value.
9421
9422 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
9423
9424         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
9425         readlink succeeds but the return value is too long.
9426
9427         * stdio-common/printf_fphex.c: Determine sign of number correctly.
9428
9429 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
9430
9431         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
9432         __remqu for Alpha.
9433
9434 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
9435
9436         * sysdeps/generic/sys/ucontext.h: Stub context file.
9437
9438         * libio/iofprintf.c: Removed.  We use the stdio-common version.
9439
9440         * manual/Makefile (distribute): Add stdio-fp.c.
9441
9442         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
9443
9444         * db2/Makefile (distribute): Add include/os_func.h, README and
9445         mutex/tsl_parisc.s.
9446
9447         * hesiod/Makefile (distribute): Add README.hesiod.
9448
9449 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
9450
9451         * iconv/gconv.c: Correctly call transformation function.
9452
9453         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
9454
9455 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9456
9457         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
9458         wrong results for e.g. remquo (3,2, &x)).
9459         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
9460         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
9461
9462 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9463
9464         * configure.in (ld --version-script): Test if the same symbol
9465         maybe defined in all versions (needed by recent changes to
9466         libc.map and supported with binutils 2.8.1.0.17) and issue warning
9467         if versioning is not supported/enabled.
9468         (bash test): Correct test case.
9469
9470         * math/libm-test.c: Added counting/reporting of number of test cases.
9471
9472         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
9473         use awk instead.
9474
9475         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
9476
9477 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9478
9479         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
9480
9481 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
9482
9483         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
9484         Replace revoke call by use of REVOKE.
9485         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
9486         empty and #include generic version.
9487         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9488
9489 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
9490
9491         * libc.map: Add socket functions with __libc_* names.
9492         Reported by Andreas Jaeger.
9493
9494 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9495
9496         * libc.map: Tidy up (remove duplicates, sort entries).
9497
9498 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9499
9500         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
9501
9502 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
9503
9504         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
9505         again after successful call.
9506         Patch by Marc Lehmann <pcg@goof.com>.
9507
9508 1997-11-17  Paul Eggert  <eggert@twinsun.com>
9509
9510         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
9511         as some hosts need this to declare localtime_r properly.
9512
9513 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
9514
9515         * libc.map: Add iconv_open, iconv, and iconv_close.
9516
9517 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
9518
9519         * iconv/Makefile: New file.
9520         * iconv/gconv.c: New file.
9521         * iconv/gconv.h: New file.
9522         * iconv/gconv_builtin.c: New file.
9523         * iconv/gconv_builtin.h: New file.
9524         * iconv/gconv_close.c: New file.
9525         * iconv/gconv_conf.c: New file.
9526         * iconv/gconv_db.c: New file.
9527         * iconv/gconv_dl.c: New file.
9528         * iconv/gconv_open.c: New file.
9529         * iconv/gconv_simple.c: New file.
9530         * iconv/iconv.c: New file.
9531         * iconv/iconv.h: New file.
9532         * iconv/iconv_close.c: New file.
9533         * iconv/iconv_open.c: New file.
9534         * include/gconv.h: New file.
9535
9536         * Makeconfig: Define gconvdir.
9537         * Makefile (subdirs): Add iconv.
9538
9539         * string/bits/string2.h: Add optimization for strtok_r.
9540
9541         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
9542         for NULL.
9543         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
9544         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
9545
9546         * configure.in: Correct test for bash2.
9547         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9548
9549         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
9550         (CFLAGS-locfile.c): Likewise.
9551         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
9552
9553         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
9554         non-existing entry if the table is full.
9555
9556         * posix/regex.h: Pretty print.
9557
9558         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
9559
9560         * sysdeps/posix/ctermid.c: Simplify a bit.
9561
9562         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
9563
9564 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9565
9566         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
9567         <sys/types.h> instead of <asm/types.h>.
9568
9569 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9570
9571         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
9572
9573 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
9574
9575         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
9576         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
9577         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
9578         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
9579         fclose): Added to GLIBC_2.1.
9580
9581         * libio/Makefile (routines, shared-only-routines): Add
9582         oldiofclose.  Remove oldfreopen.
9583
9584         * libio/freopen.c (freopen): When PIC is defined, call
9585         _IO_old_freopen () for old stdio.
9586
9587         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
9588         (_IO_fclose, fclose): Use _IO_new_fclose as default version
9589         for GLIBC_2.1.
9590
9591         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
9592         instead of _IO_file_close_it.
9593
9594         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
9595         to _IO_2_1_stdxxx_.
9596         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
9597         is defined.
9598
9599         * libio/libioP.h (_IO_old_do_flush): New.
9600
9601         * libio/oldfileops.c (_IO_old_file_close_it,
9602         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
9603         Call _IO_old_do_flush () instead of _IO_do_flush ().
9604         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
9605         _IO_do_write ().
9606
9607         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
9608         instead of _IO_file_init ().
9609         Bind old symbols to version GLIBC_2.0.
9610
9611         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
9612         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
9613         _IO_stdxxx_.
9614         (_IO_check_libio): New function in .init.
9615
9616         * libio/oldiofclose.c: New file.
9617
9618         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
9619         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
9620         (DEF_STDFILE): Don't use default_symbol_version.
9621
9622         * libio/stdio.c (stdin, stdout, stderr): Set to
9623         _IO_2_1_stdxxx_._
9624         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
9625         stdxxx.
9626
9627         * csu/Makefile (distribute): Add init.c.
9628         (extra-objs): Add init.o for ELF.
9629         (start-installed-name): Add $(objpfx)init.o.
9630
9631         * csu/init.c: New file.
9632
9633 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
9634
9635         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
9636         definition as the default.
9637
9638 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
9639
9640         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
9641
9642 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9643
9644         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
9645         (PR 351).
9646
9647 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
9648
9649         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
9650         to preserve condition codes on function call.
9651
9652 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9653
9654         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
9655
9656 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9657
9658         * math/libm-test.c (asin_test): Add epsilon for float.
9659         (tan_test): Add epsilon for float.
9660         (log1p_test): Add epsilon for float.
9661         (inverse_functions): Add epsilons.
9662
9663         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
9664         net/if_packet.h.
9665
9666         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
9667
9668 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9669
9670         * md5-crypt/Makefile (extra-objs): Make recursively expanded
9671         variable, since $(object-suffixes) is not defined yet.
9672
9673 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9674
9675         * db2/Makefile (distribute): db185/db185_int.src ->
9676         db185/db185_int.h.
9677
9678 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9679
9680         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
9681         exactly one.
9682
9683 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9684
9685         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
9686         name.
9687         * sysdeps/generic/e_acosl.c: Likewise.
9688         * sysdeps/generic/e_asinl.c: Likewise.
9689         * sysdeps/generic/e_atan2l.c: Likewise.
9690         * sysdeps/generic/e_expl.c: Likewise.
9691         * sysdeps/generic/e_fmodl.c: Likewise.
9692         * sysdeps/generic/e_j0l.c: Likewise.
9693         * sysdeps/generic/e_j1l.c: Likewise.
9694         * sysdeps/generic/e_jnl.c: Likewise.
9695         * sysdeps/generic/e_lgammal_r.c: Likewise.
9696         * sysdeps/generic/e_log10l.c: Likewise.
9697         * sysdeps/generic/e_logl.c: Likewise.
9698         * sysdeps/generic/e_powl.c: Likewise.
9699         * sysdeps/generic/e_sqrtl.c: Likewise.
9700         * sysdeps/generic/e_exp2l.c: Likewise.
9701
9702 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9703
9704         * Make-dist (+sysdep-names): Remove extra paren.
9705         * Makefile (distribute): Add stub-tag.h.
9706         * elf/Makefile (distribute): Add atomicity.h.
9707         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
9708         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
9709         [$(subdir)=socket]: Add net/if_packet.h.
9710         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
9711         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
9712         net/if_packet.h, scsi/sg.h.
9713
9714 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9715
9716         * Makefile (install): Quote $(CC) expansion.
9717
9718 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9719
9720         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
9721         working /proc cwd and no restrictions on path length.  Following
9722         some ideas from Andi Kleen <ak@muc.de> (PR 350).
9723
9724 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9725
9726         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
9727         * nis/nss_compat/compat-pwd.c: Likewise.
9728         * nis/nss_compat/compat-spwd.c: Likewise.
9729
9730 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
9731
9732         * sysdeps/libm-i387/s_fdim.S: New file.
9733         * sysdeps/libm-i387/s_fdimf.S: New file.
9734         * sysdeps/libm-i387/s_fdiml.S: New file.
9735         * sysdeps/libm-i387/i686/s_fdim.S: New file.
9736         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
9737         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
9738
9739 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9740
9741         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
9742         pointer to unsigned char.
9743
9744 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9745
9746         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
9747
9748         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
9749
9750         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
9751
9752 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9753
9754         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
9755         ilogb(0/NaN).
9756         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
9757         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
9758
9759 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
9760
9761         * sysdeps/libm-i387/s_fmin.S: New file.
9762         * sysdeps/libm-i387/s_fminf.S: New file.
9763         * sysdeps/libm-i387/s_fminl.S: New file.
9764         * sysdeps/libm-i387/s_fmax.S: New file.
9765         * sysdeps/libm-i387/s_fmaxf.S: New file.
9766         * sysdeps/libm-i387/s_fmaxl.S: New file.
9767         * sysdeps/libm-i387/i686/s_fmin.S: New file.
9768         * sysdeps/libm-i387/i686/s_fminf.S: New file.
9769         * sysdeps/libm-i387/i686/s_fminl.S: New file.
9770         * sysdeps/libm-i387/i686/s_fmax.S: New file.
9771         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
9772         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
9773
9774 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
9775
9776         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
9777         * sysdeps/unix/sysv/linux/send.S: Likewise.
9778         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
9779         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
9780         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
9781         * sysdeps/unix/sysv/linux/recv.S: Likewise.
9782         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
9783         * sysdeps/unix/sysv/linux/connect.S: Likewise.
9784         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
9785
9786 See ChangeLog.7 for earlier changes.