Update.
[glibc.git] / ChangeLog
bloba6f27976879be839933e062c730cddf6f2227fbd
1 1998-05-23  Philip Blundell  <Philip.Blundell@pobox.com>
3         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add `syscall'.
4         * sysdeps/unix/sysv/linux/arm/syscall.S: Deleted.
6 1998-07-05  Ulrich Drepper  <drepper@cygnus.com>
8         * misc/getttyent.c (getttyent): Explicitly lock the FILE and use
9         _unlocked functions.
11         * inet/ruserpass.c (ruserpass): Use _unlocked functions since this
12         is a private FILE.
14 1998-07-04 17:11 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
16         * csu/Makefile: Build crt files in lib pass.
17         * db2/Makefile (distribute): Add mutex/sco.cc.
18         * mach/Machrules: Don't generate .udeps files if no_deps is set.
19         * sysdeps/unix/Makefile: Don't generate sysd-syscalls or
20         s-proto.d if avoid-generated is set.
22         * sysdeps/alpha/Dist: List only one file per line.
23         * sysdeps/generic/Dist: Likewise.
24         * sysdeps/m68k/fpu/switch/Dist: Likewise.
25         * sysdeps/sparc/sparc32/Dist: Likewise.
26         * sysdeps/unix/Dist: Likewise.
27         * sysdeps/unix/sysv/irix4/Dist: Likewise.
29         * sysdeps/mach/hurd/i386/Dist: New file.
30         * sysdeps/generic/Dist: Add endutxent.c, getutxent.c, getutxid.c,
31         getutxline.c, pututxline.c, setutxent.c, updwtmpx.c, and utmpxname.c.
32         * sysdeps/unix/sysv/linux/Dist: Add getresuid.c and getresgid.c.
33         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Remove __sigtrampoline.S.
35 1998-07-04 10:14  Ulrich Drepper  <drepper@cygnus.com>
37         * libio/Makefile (routines): Add iofread_u and iofwrite_u.
38         * libio/Versions: Add fread_unlocked and fwrite_unlocked.
40         * Makerules (lib%.so): Adjust ignore pattern for last makefile change.
42         * time/tzfile.c (decode): Optimize by using bswap_32.
43         (__tzfile_read): Use _unlocked stream functions.  Correct setting of
44         __tzname array values.
45         (__tzfile_compute): Correct setting of __tzname array values.
46         * time/tzset.c (__tzstring): Clean up a bit.
48 1998-06-29 19:01  Jim Wilson  <wilson@cygnus.com>
50         * posix/regex.c (re_comp): Add cast to char * before gettext calls.
52 1998-06-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
54         * sysdeps/unix/bsd/poll.c (__poll): Allocate fd_set dynamically so
55         that fd can be bigger than FD_SETSIZE.
57 1998-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
59         * nscd/grpcache.c: Include <unistd.h>.
60         * nscd/pwdcache.c: Likewise.
62         * nis/nis_modify.c: Include <string.h>.
63         * nis/nis_add.c: Likewise.
64         * nis/nis_checkpoint.c: Likewise.
65         * posix/runptests.c: Likewise.
66         * sysdeps/generic/statvfs64.c: Likewise.
67         * sysdeps/generic/fstatvfs64.c: Likewise.
69 1998-07-03 13:16  Ulrich Drepper  <drepper@cygnus.com>
71         * localedata/charmaps/ISO-8859-9: Change mapping for 0xea, 0xec, 0xef
72         to match data from Unicode.
73         Reported by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
75 1998-07-03 11:45  Ulrich Drepper  <drepper@cygnus.com>
77         * stdio-common/printf.h: Define printf_function and
78         printf_arginfo_function types using __PMT not __P.
79         Reported by Marc Lehmann.
81 1998-07-02 14:07 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
83         * assert/test-assert.c: New test.
84         * assert/test-assert-perr.c: New test.
85         * assert/Makefile (tests): Add test-assert and test-assert-perr.
87 1998-07-02 13:45  Zack Weinberg  <zack@rabi.phys.columbia.edu>
89         BSD-style SCM_CREDS support.
91         * sysdeps/unix/sysv/linux/socket.h: Define struct cmsgcred and
92         SCM_CREDS.
93         * sysdeps/unix/sysv/linux/sendmsg.c: New file.  Convert user
94         visible SCM_CREDS packet to what the kernel wants.
95         * sysdeps/unix/sysv/linux/recvmsg.c: New file.  Convert
96         SCM_CREDS packet output by kernel to what users want.
98         * sysdeps/unix/sysv/linux/sendmsg.S: Moved to...
99         * sysdeps/unix/sysv/linux/__sendmsg.S: here.
100         * sysdeps/unix/sysv/linux/recvmsg.S: Moved to...
101         * sysdeps/unix/sysv/linux/__recvmsg.S: here.
103         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]: Add
104         __sendmsg and __recvmsg to sysdep_routines.
105         * sysdeps/unix/sysv/linux/Dist: Add __sendmsg.S and __recvmsg.S.
107 1998-07-02  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
109         * nscd/grpcache.c: Fix gid pointer handling and debug messages.
110         * nscd/pwdcache.c: Fix uid pointer handling and debug messages.
111         * nscd/nscd.c: Check, if pthread_create fails.
113 1998-07-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
115         * stdio-common/test_rdwr.c (main): Use %Zu for size_t in printf
116         format strings.
117         * stdio-common/bug1.c (main): Likewise.
118         * stdio-common/bug5.c (main): Likewise.
119         * stdio-common/tstgetln.c (main): Likewise.
120         * elf/sprof.c (generate_call_graph): Likewise.
121         (load_shobj): Likewise.
122         * posix/runptests.c (main): Likewise.
123         * string/tst-strlen.c (main): Likewise.
125         * sysdeps/libm-ieee754/e_acos.c (__ieee754_acos): Remove unused
126         variable q3.
127         * sysdeps/libm-ieee754/e_asin.c (__ieee754_asin): Likewise
129 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
131         * wctype/Versions: Add __towctrans.
132         Noticed by Alex Buell <alex.buell@tahallah.demon.co.uk>.
134 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
136         * grp/initgroups.c (compat_call): Only call dynamically loaded
137         functions if they are really present.
139 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
141         * sysdeps/unix/sysv/linux/bits/sched.h: Move __END_DECLS within
142         #ifdef that contains __BEGIN_DECLS.
144 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
146         * libio/iofwrite.c: Fix return value when size == 0.
148 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
150         * posix/Makefile (distribute): Add annexc.c.
151         (generated): Add $(objpfx)annexc and $(objpfx)annexc.out.
153 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
155         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
156         bits/pthreadtypes.h here, and do not clobber headers.
158         * sysdeps/unix/sysv/linux/Dist: Add bits/pthreadtypes.h.
160 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
162         * timezone/tst-timezone.c: Add tests for tzname variable.
164 1998-07-03 12:17  Zack Weinberg  <zack@rabi.phys.columbia.edu>
166         * Makefile [versioning=yes]: Build the mapfiles with a pattern
167         rule that lists all of them as targets.
168         (sysd-versions): Depend only on Versions.def.  Write a Makefile
169         fragment that defines $(vers-libs) based on contents of that file;
170         then include it.
171         (lib-noranlib): Depend on lib-mapfiles not sysd-versions.
172         (lib-mapfiles): New target, depends on sysd-versions and $(vers-libs).
173         Predicate all this on avoid-generated unset as well as versioning.
175 1998-07-03 14:35  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
177         * sysdeps/unix/sysv/linux/m68k/Versions: New file.
179 1998-07-02 21:51  Ulrich Drepper  <drepper@cygnus.com>
181         * Makeconfig: Define list of subdirs as all-subdirs and make subdirs
182         a copy.
183         * Makefile: Add rules to generate map files.
184         (distribute): Remove libc.map, add Versions.def and versions.awk.
185         * Makerules: Change rules to find map files on common-objpfx.
186         * elf/Makefile: Likewise.
187         * md5-crypt/Makefile: Likewise.
188         * nis/Makefile (libnsl-map): Remove.
189         * Versions.def: New file.
190         * versions.awk: New file.
191         * argp/Versions: New file.
192         * assert/Versions: New file.
193         * catgets/Versions: New file.
194         * csu/Versions: New file.
195         * ctype/Versions: New file.
196         * db/Versions: New file.
197         * debug/Versions: New file.
198         * dirent/Versions: New file.
199         * elf/Versions: New file.
200         * gmon/Versions: New file.
201         * grp/Versions: New file.
202         * hesiod/Versions: New file.
203         * hurd/Versions: New file.
204         * iconv/Versions: New file.
205         * inet/Versions: New file.
206         * intl/Versions: New file.
207         * io/Versions: New file.
208         * libio/Versions: New file.
209         * linuxthreads/Versions: New file.
210         * locale/Versions: New file.
211         * login/Versions: New file.
212         * malloc/Versions: New file.
213         * math/Versions: New file.
214         * md5-crypt/Versions: New file.
215         * misc/Versions: New file.
216         * nis/Versions: New file.
217         * nss/Versions: New file.
218         * posix/Versions: New file.
219         * pwd/Versions: New file.
220         * resolv/Versions: New file.
221         * resource/Versions: New file.
222         * rt/Versions: New file.
223         * setjmp/Versions: New file.
224         * shadow/Versions: New file.
225         * signal/Versions: New file.
226         * socket/Versions: New file.
227         * stdio/Versions: New file.
228         * stdio-common/Versions: New file.
229         * stdlib/Versions: New file.
230         * streams/Versions: New file.
231         * string/Versions: New file.
232         * sunrpc/Versions: New file.
233         * sysdeps/alpha/Versions: New file.
234         * sysdeps/alpha/fpu/Versions: New file.
235         * sysdeps/i386/Versions: New file.
236         * sysdeps/sparc/Versions: New file.
237         * sysdeps/unix/sysv/Versions: New file.
238         * sysdeps/unix/sysv/linux/Versions: New file.
239         * sysdeps/unix/sysv/linux/alpha/Versions: New file.
240         * sysdeps/unix/sysv/linux/i386/Versions: New file.
241         * sysdeps/unix/sysv/linux/mips/Versions: New file.
242         * sysvipc/Versions: New file.
243         * termios/Versions: New file.
244         * time/Versions: New file.
245         * wcsmbs/Versions: New file.
246         * wctype/Versions: New file.
247         * libc.map: Removed.
248         * db/libdb.map: Removed.
249         * elf/libdl.map: Removed.
250         * hesiod/libnss_hesiod.map: Removed.
251         * hurd/libhurduser.map: Removed.
252         * hurd/libmachuser.map: Removed.
253         * linuxthreads/libpthread.map: Removed.
254         * locale/libBrokenLocale.map: Removed.
255         * login/libutil.map: Removed.
256         * math/libm.map: Removed.
257         * md5-crypt/libcrypt.map: Removed.
258         * nis/libnsl.map: Removed.
259         * nis/libnsl_compat.map: Removed.
260         * nis/libnss_nis.map: Removed.
261         * nis/libnss_nisplus.map: Removed.
262         * nss/libnss_db.map: Removed.
263         * nss/libnss_files.map: Removed.
264         * resolv/libnss_dns.map: Removed.
265         * resolv/libresolv.map: Removed.
266         * rt/librt.map: Removed.
268         * elf/dl-load.c (fillin_rpath): Fix test for trusted directory.
269         Fix typos.
271         * elf/rtld.c (process_dl_debug): Recognize 'all'.
272         (process_envvars): LD_BIND_NOW must be followed by y, Y, or 1.
274         * sysdeps/generic/elf/backtracesyms.c: Allocate string memory of
275         correct size.
277 1998-07-01  Ulrich Drepper  <drepper@cygnus.com>
279         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Fix typo
280         in comment.
282         * nscd/nscd.c: Include unistd.h.
284 1998-07-01 09:32  Ulrich Drepper  <drepper@cygnus.com>
286         * math/libm-test.c: Adjust delta for indentities1_test because gcc
287         became cleverer.
289 1998-06-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
291         * resolv/inet_addr.c (inet_aton): Define variable base only if needed.
293 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
295         * scripts/test-installation.pl: Include <stdio.h> in test program
296         to make it strictly conforming.
298 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
300         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
301         not a strong alias.
302         * sysdeps/unix/sysv/linux/i386/sysdep.S: Likewise.
303         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
304         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
305         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
307 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
309         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
310         not a strong alias.
312 1998-06-30  Ulrich Drepper  <drepper@cygnus.com>
314         * posix/Makefile (headers): Remove bits/pthreadtypes.h.
315         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (headers): Add
316         bits/pthreadtypes.h.
318 1998-06-30 11:47  Ulrich Drepper  <drepper@cygnus.com>
320         * include/aio.h: New file.
321         * posix/Makefile (distribute): Add bits/pthreadtypes.h.
322         (tests): Build and run annexc program.
323         * posix/annexc.c: New file.
324         * posix/bits/posix1_lim.h: Add several more _POSIX_* limits.
325         * rt/aio.h: Remove __need_timespec_t.  We can include the whole time.h.
326         * rt/aio_misc.c: Include limits.h.
327         * rt/aio_notify.c: Include errno.h.
328         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Include pthreadtypes.h.
329         Define size_t.
330         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
331         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
332         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
333         * sysdeps/unix/sysv/linux/bits/errno.h: Define ENOTSUP though the
334         kernel doesn't do this.
335         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_LARGEFILE only if
336         __USE_LARGEFILE64 is defined.
337         * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: New file.  Empty.
338         * sysdeps/unix/sysv/linux/bits/sched.h: Define __sched_param struct
339         if requested.
340         * sysdeps/unix/sysv/linux/bits/siginifo.h: Protect non-standard names.
342         * stdlib/isomac.c: Avoid include_next warning.
344 1998-06-29 12:27  Ulrich Drepper  <drepper@cygnus.com>
346         * argp/argp.h: Use __PMT instead of __P for function pointer.
347         * iconv/gconv.h: Likewise.
348         * io/fts.h: Likewise.
349         * io/ftw.h: Likewise.
350         * libio/libio.h: Likewise.
351         * malloc/mcheck.h: Likewise.
352         * misc/search.h: Likewise.
353         * posix/glob.h: Likewise.
354         * resolv/resolv.h: Likewise.
355         * signal/signal.h: Likewise.
356         * stdlib/stdlib.h: Likewise.
357         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
358         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
360 1998-06-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
362         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) only once.
364 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
366         * posix/wordexp.c (parse_param): Fix memory leak.
368 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
370         * libc.map: Export _IO_ftrylockfile.
372 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
374         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use get[pu]id instead of
375         __get[pu]id.
377 1998-06-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
379         * elf/dl-misc.c (_dl_debug_message): Don't cache the pid.
381         * elf/dl-runtime.c (_dl_object_relocation_scope): Avoid adding the
382         same search list twice.
384 1998-06-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
386         * login/programs/utmpd.c (handle_requests): Set and use maximal fd
387         used to optimize loop/select.
389 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
391         * sysdeps/generic/init-first.c: Don't define __libc_pid.
392         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
393         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
394         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
395         * sysdeps/arm/init-first.c: Likewise.
396         * posix/getopt_init.c: Don't use __libc_pid.
397         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
398         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
399         * libc.map: Remove __libc_uid and __libc_pid.
401 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
403         * sunrpc/rtime.c (rtime): Use poll instead of select.
405 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
407         * sunrpc/clnt_tcp.c (readtcp): Use poll instead of select.
408         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
409         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
410         Patches from FreeBSD current.
412 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
414         * nscd/connections.c (handle_new_request): Handle POLLHUP
415         correctly.
416         (close_sockets): Correct parameter to dbg_log.
418 1998-06-27  David S. Miller  <davem@pierdol.cobaltmicro.com>
420         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
421         Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask.
422         (elf_machine_fixup_plt): Likewise.
423         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When
424         _dl_pagesize not set, use system call to always get correct answer.
425         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
426         (__syscall_getpagesize): Add
428 1998-06-27  Ulrich Drepper  <drepper@cygnus.com>
430         * resolv/res_send.c (res_send): Fix typo.
432 1998-06-25  Andi Kleen <ak@muc.de>
434         * inet/rcmd.c (rcmd): Change to use __poll instead of select.
435         * resolv/res_send.c (res_send): Likewise.
437 1998-06-27 12:58  Ulrich Drepper  <drepper@cygnus.com>
439         * sysdeps/unix/bsd/poll.c: Define __poll, make poll weak alias.
440         * sysdeps/unix/sysv/linux/poll.c: Likewise.
442 1998-06-27  7:07  Richard Henderson  <rth@cygnus.com>
444         * math/atest-exp.c (exp_mpn, main): Cast to mp_limb_t appropriately.
445         * math/atest-exp2.c (exp_mpn, main): Likewise.
446         * math/atest-sincos.c (main): Likewise.
448         * resolv/inet_addr.c (inet_aton): Check for 32-bit overflow.  Move
449         base handling away from strtoul.  Always reset errno.
451         * sysdeps/alpha/Makefile (elf): Kill -mno-fp-regs.
453         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Only set
454         _dl_profile_map if _dl_name_match_p.
455         (RTLD_START): Fix .prologue.  Set __libc_stack_end.
456         * sysdeps/alpha/elf/start.S: Pass sp as arg 7.  Kill __data_start.
458         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Mark tmp
459         as early-clobber.
461         * sysdeps/libm-ieee754/e_exp10.c: Include "math_private.h".
462         * sysdeps/libm-ieee754/e_exp10f.c: Likewise.
463         * sysdeps/libm-ieee754/e_exp10l.c: Likewise.
465 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
467         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use alias-safe code.
469 1998-06-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
471         * nis/nis_call.c: Don't copy server structure.
472         * nis/nis_intern.h: Remove unused entries.
473         * nis/nis_table.c: Rewrite __create_ib_request.
475 1998-06-26 14:37  Ulrich Drepper  <drepper@cygnus.com>
477         * configure.in: Check for -fexceptions.
478         * config.make.in: Define exceptions, not no-exceptions.
479         * misc/sys/cdefs.h: Define __PMT.  When using modern g++ define
480         __P to use throw().
481         * misc/Makefile: Define CFLAGS-tsearch.c and CFLAGS-lsearch.c to
482         $(exceptions).
483         * stdlib/Makefile: Likewise for bsearch.c, msort.c, and qsort.c.
484         * misc/search.h: Use __PMT in tsearch, tfind, tdelete, twalk, tdestroy,
485         lfind, and lsearch prototpypes.
486         * stdlib/stdlib.h: Likewise for bsearch and qsort.
488 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
490         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use C code, not asm.
492 1998-06-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
494         * Makefile (remove-old-headers): Make phony.
496         * configure.in: Substitute @old_glibc_headers@.
498 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
500         * libc.map: Remove __libc_uid.
502 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
504         * manual/terminal.texi (Allocation, Pseudo-Terminal Pairs): Fix
505         typos.
507 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
509         * libc.map: Add Alpha-specific io function from protected namespace.
511 1998-06-25 19:26  Ulrich Drepper  <drepper@cygnus.com>
513         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) if defined first.
514         * locale/Makefile: Define locale-CPPFLAGS instead of redefining
515         CPPFLAGS.
517         * libc.map: Export __sigaction.
519 1998-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
521         * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_PTRACE): Add it
522         (from Linux 2.1.107).
524 1998-06-24  Ulrich Drepper  <drepper@cygnus.com>
526         * nss/nss_files/files-XXX.c (_nss_files_get,ENTNAME_r): Initialize
527         position when file was opened here.
528         Reported by Howard Chu <hyc@platinum.com>.
530         * sysdeps/generic/glob.c: Also protect FNM_* macros from being
531         undefined in a second inclusion.
533 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
535         * sysdeps/mach/hurd/i386/Makefile: New file.
536         * sysdeps/mach/hurd/i386/init-first.c [!PIC] (init1): Call
537         __libc_init_secure.
538         (_hurd_stack_setup): Renamed
539         from __libc_init_first.
540         (__libc_init_first): New function.
541         * sysdeps/mach/hurd/i386/static-start.S: New file.
543 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
545         * sysdeps/mach/hurd/i386/init-first.c
547 1998-06-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
549         * grp/initgroups.c: Use _CALL_DL_FCT.
551 1998-06-23  Mark Kettenis  <kettenis@phys.uva.nl>
553         * elf/dl-load.c (_dl_map_object_from_fd): Add missing cast.
555 1998-06-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
557         * manual/terminal.texi (Pseudo-Terminals): Correct typos.
559 1998-06-23  Ulrich Drepper  <drepper@cygnus.com>
561         * config.make.in: Remove LDAP support.
562         * nss/Makefile: Likewise.
564 1998-06-22 17:02  Ulrich Drepper  <drepper@cygnus.com>
566         * sysdeps/generic/enbl-secure.c: Don't use __libc_uid.
567         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
568         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
569         * sysdeps/unix/sysv/linux/init-first.c: Don't initialize __libc_uid.
571 1998-06-02  Gordon Matzigkeit  <gord@profitpress.com>
573         * mach/Makefile: Change `mv' invocations to `mv -f'.
574         * mach/Machrules: Likewise.
576 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
578         * config.make.in (old-glibc-headers): Add it.
580         * configure.in: Add test for glibc 2.0.x headers.
582         * Makefile (headers2_0): New variable - contains so far only
583         Linux/Intel glibc 2.0.x headers.
584         (remove-old-headers): New rule to remove headers from glibc 2.0.x.
585         (install): Depend on remove-old-headers.
587 1998-06-19  Mark Kettenis  <kettenis@phys.uva.nl>
589         * sysdeps/generic/ftruncate.c: Define function as __ftruncate and
590         make ftruncate a weak alias.
591         * sysdeps/mach/hurd/ftruncate.c: Really define function as
592         __ftruncate.
593         * sysdeps/mach/hurd/truncate.c: Include <unistd.h>.
594         (truncate): Fix function defenition to match prototype.
596 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
598         * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
599         unlockpt, ptsname, ptsname_r, openpty and forkpty.
601 1998-06-22  Ulrich Drepper  <drepper@cygnus.com>
603         * sysdeps/generic/glob.c: Make it possible to include glob.h
604         before loading glob.c.
605         Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
607 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
609         * nscd/connections.c: Use poll() instead of select().
611 1998-06-22 14:08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
613         * sysdeps/generic/Dist: Fix typo.
615 1998-06-20  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
617         * nis/nis_add.c: Avoid unnecessary strlen () calls.
618         * nis/nis_addmember.c: Likewise.
619         * nis/nis_call.c: Likewise.
620         * nis/nis_creategroup.c: Likewise.
621         * nis/nis_destroygroup.c: Likewise.
622         * nis/nis_findserv.c: Likewise.
623         * nis/nis_ismember.c: Likewise.
624         * nis/nis_print.c: Likewise.
625         * nis/nis_print_group_entry.c: Likewise.
626         * nis/nis_removemember.c: Likewise.
627         * nis/nis_verifygroup.c: Likewise.
628         * nis/ypclnt.c: Likewise.
630         * nis/nis_file.c: Close file handles.
632         * nis/nis_callback.c: Fix typo.
634 1998-06-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
636         * nis/Makefile: Add nis-initgroups and compat-initgroups.
637         * nis/libnss_compat.map: Add _nss_compat_initgroups.
638         * nis/libnss_nis.map: Add _nss_nis_initgroups.
639         * nis/nss_compat/compat-initgroups.c: New, faster then getgrent().
640         * nis/nss_nis/nis-initgroups.c: Likewise.
641         * libc-work/nss/nsswitch.c: Rename nss_lookup_function to
642         __nss_lookup_function and make it public.
643         * grp/initgroups.c: Rewrite, to use initgroups function from NSS
644         module if exists, else use old method.
646 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
648         * nss/getXXbyYY_r.c (lookup_function): Correct return in type
649         definition.
650         * nss/getXXent_r.c (set_function, end_function, get_function):
651         Likewise.  Reported by Thorsten Kukuk.
653         * sysdeps/unix/sysv/linux/sigstack.c: Mark sigstack as dangerous.
655 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
657         * sysdeps/unix/sysv/linux/sparc/Dist: Follow change from
658         1998-06-16 and distribute kernel_termios.h.
660         * nis/Makefile (distribute): Add nis_xdr.h.
662 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
664         * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Disable for
665         kernels that don't have sigaltstack.
667 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
669         * sysdeps/generic/bits/sem.h: Don't define union semun.
671         * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo.
673         * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition
674         here.
675         * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge
676         definition here.
678 1998-06-18 21:45  Ulrich Drepper  <drepper@cygnus.com>
680         * signal/signal.h: Add prototype for __sigaltstack.
681         * sysdeps/unix/sysv/linux/syscalls.list: Add __sigaltstack name.
682         Remove sigstack entry.
683         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add sigstack here.
684         * sysdeps/unix/sysv/linux/sigstack.c: New file.
686         * sysdeps/i386/backtrace.c: Add casts.
688 1998-06-18 19:49  Ulrich Drepper  <drepper@cygnus.com>
690         * intl/dcgettext.c: use complete type name.
691         * intl/hash-string.h: Likewise.
693         * intl/localealias.c: Undo patch from 1998-04-29.
694         * intl/l10nflist.c: Likewise.
695         * intl/loadinfo.h: Likewise.
697 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
699         * sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
701 1998-06-18 16:40  Ulrich Drepper  <drepper@cygnus.com>
703         * libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
704         _dl_mcount, _dl_mcount_wrapper.
705         * elf/Makefile (routines): Add dl-profstub.
706         * elf/dl-profstub.c: New file.
707         * elf/dl-support.c: Don't define _dl_profile_map.
708         * elf/rtld.c: Likewise.
709         * elf/dlfcn.h: Define DL_CALL_FCT macro.
710         * elf/ldsodefs.h: Declare _dl_profile_output, _dl_mcount_wrapper.
711         Define _CALL_DL_FCT.
712         * iconv/gconv.c: Use _CALL_DL_FCT to call function from dynamically
713         loaded object.
714         * iconv/gconv_db.c: Likewise.
715         * iconv/skeleton.c: Likewise.
716         * nss/getXXbyYY_r.c: Likewise.
717         * nss/getXXent_r.c: Likewise.
718         * nss/nsswitch.c: Likewise.
720 1998-06-18 12:29  Ulrich Drepper  <drepper@cygnus.com>
722         * sysdeps/libm-i387/e_scalb.S: Fix bug in FPU stack handling.
723         * sysdeps/libm-i387/e_scalbf.S: Likewise.
724         * sysdeps/libm-i387/e_scalbl.S: Likewise.
726 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
728         * stdlib/tst-strtod.c (long_dbl): Provide receipe to regenerate
729         longestdbl.
731 1998-06-18 10:26  Ulrich Drepper  <drepper@cygnus.com>
733         * iconvdata/Makefile (modules): Add MACINTOSH.
734         (MACINTOSH-routines): New variable.
735         (distribute): Add macintosh.c.
736         (awk-generated-headers): Add macintosh.h.
737         Add rule for macintosh.h generation.
738         * iconvdata/gconv-modules: Add definitions for MACINTOSH.
739         * iconvdata/macintosh.c: New file.
741 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
743         * stdlib/tst-strtod.c (long_dbl): Add test for loooong numbers.
745         * stdlib/strtod.c (str_to_mpn): Fix extending of n array which
746         only should happen for cy != 0.
748         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before
749         glob.h.
751 1998-06-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
753         * sysdeps/generic/backtrace.c (INNER_THAN): New definition, use it
754         to compare stack addresses.
756 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
758         * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
759         defining prototypes.
761 1998-06-16  David S. Miller <davem@dm.cobaltmicro.com>
763         * sysdeps/sparc/sparc32/dl-machine.h
764         (elf_machine_fixup_plt): During rtld bootstrap, always perform
765         flushes as the kernel will emulate it when the underlying cpu does
766         not implement flush.
768         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: Move...
769         * sysdeps/unix/sysv/linux/sparc/kernel_termios.h: ...to here.
771         * sysdeps/unix/sysv/linux/sparc/sparc32/__sigtrampoline.S: Remove.
772         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: No longer build
773         trampoline code.
775         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
776         (__clone): Branch to label .Lerror not __clone_syscall_error.
777         (.Lerror): Fixup EINVAL setting.
778         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: New file.
779         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
780         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
781         (__syscall_getgroups, __syscall_setgroups): Add.
783         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
784         (__sigaction): Member name is k_sa_handler.  Use memcpy to copy
785         around sa_mask data.
787 1998-06-16  Ulrich Drepper  <drepper@cygnus.com>
789         * math/math.h: Include bits/nan.h when compiling for ISO C 9x.
791         * string/Makefile: Make sure test-ffs does not use builtins.
793 1998-06-16  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
795         * sunrpc/svc.c: Check for NULL pointer.
797         * nis/libnsl.map: Add public NIS+ xdr functions.
799         * nis/rpcsvc/nis_callback.h: New file.
800         * nis/rpcsvc/nis.h: Move xdr_* functions from here ...
801         * nis/nis_xdr.h: ... here.
803         * nis/nis_add.c: Use internal _xdr_* functions, check for NULL
804         pointers, use NIS+ defines where possible.
805         * nis/nis_cache.c: Likewise.
806         * nis/nis_cache2_xdr.c: Likewise.
807         * nis/nis_call.c: Likewise.
808         * nis/nis_checkpoint.c: Likewise.
809         * nis/nis_clone_dir.c: Likewise.
810         * nis/nis_clone_obj.c: Likewise.
811         * nis/nis_clone_res.c: Likewise.
812         * nis/nis_creategroup.c: Likewise.
813         * nis/nis_file.c: Likewise.
814         * nis/nis_free.c: Likewise.
815         * nis/nis_getservlist.c: Likewise.
816         * nis/nis_local_names.c: likewise.
817         * nis/nis_lookup.c: Likewise.
818         * nis/nis_mkdir.c: Likewise.
819         * nis/nis_modify.c: Likewise.
820         * nis/nis_ping.c: Likewise.
821         * nis/nis_print.c: Likewise.
822         * nis/nis_remove.c: Likewise.
823         * nis/nis_removemember.c: Likewise.
824         * nis/nis_rmdir.c: Likewise.
825         * nis/nis_server.c: Likewise.
826         * nis/nis_table.c: Likewise.
827         * nis/nis_util.c: Likewise.
828         * nis/nis_verifygroup.c: Likewise.
829         * nis/nis_xdr.c: Likewise.
830         * nis/nis_callback.c: Likewise, and move xdr functions from here ...
831         * nis/nis_xdr.c: ... to here.
833 1998-06-15 18:07  Ulrich Drepper  <drepper@cygnus.com>
835         * iconvdata/ksc5601.h: Clean up a bit.
837 1998-06-15 14:35  Ulrich Drepper  <drepper@cygnus.com>
839         * sunrpc/svc_tcp.c (readtcp): Also listen to all the other connections
840         and process incoming data.
841         * sunrpc/xdr_rec.c (set_input_fragment): Only recognize zero length
842         fragments as invalid.
843         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
845 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
847         Removal of duplicates like "the the".
848         * manual/time.texi (TZ Variable): Likewise.
849         * manual/users.texi (Manipulating the Database): Likewise.
850         * manual/sysinfo.texi (Filesystem handling): Likewise.
851         * manual/signal.texi (Signaling Yourself): Likewise.
852         * manual/message.texi (Message Translation): Likewise.
853         (Common Usage): Likewise.
854         * manual/llio.texi: Likewise.
855         * manual/arith.texi (Old-style number conversion): Likewise.
856         * manual/argp.texi (Argp): Likewise.
857         (Argp Parsers): Likewise.
858         (Argp Help Filtering): Likewise.
860         * hesiod/README.hesiod: Correct typo.
862         * manual/llio.texi: Correct typos.
863         * manual/sysinfo.texi: Likewise.
865 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
867         * rt/aio.h: Rename __op to __operation for g++.
869 1998-06-13 20:17 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
871         * iconvdata/gen-8bit-gap.sh: Use awk not perl.  Clean up sed
872         script.
873         * iconvdata/gen-8bit-gap-1.sh: Likewise.
874         * iconvdata/gen-8bit.sh: Clean up sed script.
876         * iconvdata/Makefile: Remove all PERL conditionals; build all
877         the modules all the time.  Export AWK.
878         (gen-8bit-gap): Delete setting of PERL.
879         (gen-8bit-gap-1): Likewise.
880         (perl-generated-headers): Renamed awk-generated-headers.
882         * iconvdata/gap.pl: Removed.
883         * iconvdata/gaptab.pl: Removed.
884         * iconvdata/gap.awk: New file.
885         * iconvdata/gaptab.awk: New file.
887 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
889         * sysdeps/generic/Dist: Add errno-loc.c.
891         * sysdeps/unix/sysv/linux/alpha/glob.c: Add prototypes for the
892         __new_* functions.
894 1998-06-14 14:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
896         * stdio-common/bug12.c: New test for fread()/fseek().
897         * stdio-common/Makefile (tests): Add bug12.
899 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
901         * sysdeps/generic/elf/backtracesyms.c: Make array elements
902         constant.
903         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
904         * debug/execinfo.h: Update declaration.
906 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
908         * sysdeps/generic/elf/backtracesyms.c: Make array elements constant.
909         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
910         * debug/execinfo.h: Update declaration.
912 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
914         * manual/llio.texi: Fix spelling.
915         * manual/sysinfo.texi: Fix spelling.
917 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
919         * misc/hsearch.c (__hdestroy): Renamed from hdestroy, create weak
920         alias for old name.  Put this on __libc_subfreeres.
921         * misc/search.h: Declare it.
923 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
925         * string/bits/string2.h (strcmp): Add missing parens around macro
926         parameters.
928 1998-06-12 23:34  Ulrich Drepper  <drepper@cygnus.com>
930         * manual/arith.texi: Fix problem with @math and texinfo.tex.
932         * manual/filesys.texi: Document LFS functions.
933         * manual/llio.texi: Likewise.
934         * manual/stdio.texi: Likewise.
935         * manual/time.texi: Likewise.
937         * manual/llio.texi: Document AIO functions.
939         * resource/sys/resource.h: Mark second argument of setrlimit as const.
940         * sysdeps/generic/setrlimit.c: Likewise.
941         * sysdeps/generic/setrlimit64.c: Likewise.
942         * sysdeps/mach/hurd/setrlimit.c: Likewise.
943         * sysdeps/unix/sysv/setrlimit.c: Likewise.
945 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
947         * sysdeps/generic/getenv.c: Fix last change.
949 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
951         * sysdeps/generic/backtrace.c: Provide generic implementation.
953 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
955         * configure.in: Give visual feedback of the default directories we
956         added.
958 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
960         * io/fts.c (fts_build): Define oflag only if needed.
962 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
964         * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
966 1998-06-11  Ulrich Drepper  <drepper@cygnus.com>
968         * libc.map: Don't export argp's fmtstream handling functions.
970         * manual/sysinfo.texi: Document fstab and mtab handling functions.
971         * manual/llio.texi: Document more LFS functions and start documenting
972         the AIO functions.
974 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
976         * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
977         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
978         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
979         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
981 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
983         * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
984         makes it easier to undump emacs.
985         * sysdeps/powerpc/bits/endian.h: Use more informative error message
986         for when the endianness can't be determined.
988 1998-06-04 13:19  Geoff Keating  <geoffk@ozemail.com.au>
990         * nss/Makefile: Add files publickey database support.
991         * nss/libnss_files.map: Export the required functions.
992         * nss/nss_files/files-key.c: Implement it.
993         * sunrpc/rpc/auth_des.h: Correct typos in comments.
995 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
997         * iconv/gconv_builtin.h: Add aliases for CORBA.
998         * iconvdata/gconv-modules: Likewise.
1000 1998-06-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1002         * math/libm-test.c (main): Call exp10_test.
1003         (exp10_test): New function which tests exp10.
1005 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
1007         * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
1008         sigstack.
1010         * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
1011         SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
1012         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
1014 1998-06-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1016         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
1017         in the variable, not its GOT slot.
1019 1998-06-10 10:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1021         * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
1022         inline.
1023         * sysdeps/m68k/fpu/e_exp10.c: New file.
1024         * sysdeps/m68k/fpu/e_exp10f.c: New file.
1025         * sysdeps/m68k/fpu/e_exp10l.c: New file.
1027         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
1028         _dl_profile_map only if the name matches.
1029         (_dl_start_user): Remember stack address.
1030         * sysdeps/m68k/elf/start.S: Pass new argument to
1031         __libc_start_user.
1033         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
1034         definition.
1035         (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
1036         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
1037         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
1038         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
1039         * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
1041 1998-06-09 18:16  Ulrich Drepper  <drepper@cygnus.com>
1043         * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
1044         * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
1045         * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
1046         * math/bits/mathcalls.h: Add definitions for exp10 and pow10
1047         prototypes.
1048         * sysdeps/libm-i387/e_exp10.S: New file.
1049         * sysdeps/libm-i387/e_exp10f.S: New file.
1050         * sysdeps/libm-i387/e_exp10l.S: New file.
1051         * sysdeps/libm-ieee754/e_exp10.c: New file.
1052         * sysdeps/libm-ieee754/e_exp10f.c: New file.
1053         * sysdeps/libm-ieee754/e_exp10l.c: New file.
1054         * sysdeps/libm-ieee754/w_exp10.c: New file.
1055         * sysdeps/libm-ieee754/w_exp10f.c: New file.
1056         * sysdeps/libm-ieee754/w_exp10l.c: New file.
1057         * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
1059 1998-05-25 22:18  H.J. Lu  <hjl@gnu.org>
1061         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
1062         sys/elf.h and sys/reg.h.
1063         * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
1064         * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
1065         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
1066         * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
1068         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
1069         PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
1071 1998-06-09  Ulrich Drepper  <drepper@cygnus.com>
1073         * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
1074         __data member only for gcc.  Reported by ak@muc.de.
1076         * misc/mntent.h: Undo last patch.
1077         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
1078         * misc/tst/mntent.c: Adjust code for this change.
1080         * io/fts.c: Updated from a slightly more recent BSD version.
1081         * io/fts.h: Likewise.
1083         * libc.map: Add __libc_stack_end.
1085         * db2/Makefile (routines): Add lock_region.
1086         * db2/config.h: Update from db-2.4.14.
1087         * db2/db.h: Likewise.
1088         * db2/db_185.h: Likewise.
1089         * db2/db_int.h: Likewise.
1090         * db2/btree/bt_close.c: Likewise.
1091         * db2/btree/bt_compare.c: Likewise.
1092         * db2/btree/bt_conv.c: Likewise.
1093         * db2/btree/bt_cursor.c: Likewise.
1094         * db2/btree/bt_delete.c: Likewise.
1095         * db2/btree/bt_open.c: Likewise.
1096         * db2/btree/bt_page.c: Likewise.
1097         * db2/btree/bt_put.c: Likewise.
1098         * db2/btree/bt_rec.c: Likewise.
1099         * db2/btree/bt_recno.c: Likewise.
1100         * db2/btree/bt_rsearch.c: Likewise.
1101         * db2/btree/bt_search.c: Likewise.
1102         * db2/btree/bt_split.c: Likewise.
1103         * db2/btree/bt_stat.c: Likewise.
1104         * db2/btree/btree.src: Likewise.
1105         * db2/btree/btree_auto.c: Likewise.
1106         * db2/clib/getlong.c: Likewise.
1107         * db2/common/db_appinit.c: Likewise.
1108         * db2/common/db_apprec.c: Likewise.
1109         * db2/common/db_byteorder.c: Likewise.
1110         * db2/common/db_err.c: Likewise.
1111         * db2/common/db_log2.c: Likewise.
1112         * db2/common/db_region.c: Likewise.
1113         * db2/common/db_salloc.c: Likewise.
1114         * db2/common/db_shash.c: Likewise.
1115         * db2/db/db.c: Likewise.
1116         * db2/db/db.src: Likewise.
1117         * db2/db/db_auto.c: Likewise.
1118         * db2/db/db_conv.c: Likewise.
1119         * db2/db/db_dispatch.c: Likewise.
1120         * db2/db/db_dup.c: Likewise.
1121         * db2/db/db_overflow.c: Likewise.
1122         * db2/db/db_pr.c: Likewise.
1123         * db2/db/db_rec.c: Likewise.
1124         * db2/db/db_ret.c: Likewise.
1125         * db2/db/db_thread.c: Likewise.
1126         * db2/db185/db185.c: Likewise.
1127         * db2/db185/db185_int.h: Likewise.
1128         * db2/dbm/dbm.c: Likewise.
1129         * db2/hash/hash.c: Likewise.
1130         * db2/hash/hash.src: Likewise.
1131         * db2/hash/hash_auto.c: Likewise.
1132         * db2/hash/hash_conv.c: Likewise.
1133         * db2/hash/hash_debug.c: Likewise.
1134         * db2/hash/hash_dup.c: Likewise.
1135         * db2/hash/hash_func.c: Likewise.
1136         * db2/hash/hash_page.c: Likewise.
1137         * db2/hash/hash_rec.c: Likewise.
1138         * db2/hash/hash_stat.c: Likewise.
1139         * db2/include/btree.h: Likewise.
1140         * db2/include/btree_ext.h: Likewise.
1141         * db2/include/clib_ext.h: Likewise.
1142         * db2/include/common_ext.h: Likewise.
1143         * db2/include/cxx_int.h: Likewise.
1144         * db2/include/db.h.src: Likewise.
1145         * db2/include/db_185.h.src: Likewise.
1146         * db2/include/db_am.h: Likewise.
1147         * db2/include/db_auto.h: Likewise.
1148         * db2/include/db_cxx.h: Likewise.
1149         * db2/include/db_dispatch.h: Likewise.
1150         * db2/include/db_ext.h: Likewise.
1151         * db2/include/db_int.h.src: Likewise.
1152         * db2/include/db_page.h: Likewise.
1153         * db2/include/db_shash.h: Likewise.
1154         * db2/include/db_swap.h: Likewise.
1155         * db2/include/hash.h: Likewise.
1156         * db2/include/hash_ext.h: Likewise.
1157         * db2/include/lock.h: Likewise.
1158         * db2/include/lock_ext.h: Likewise.
1159         * db2/include/log.h: Likewise.
1160         * db2/include/log_ext.h: Likewise.
1161         * db2/include/mp.h: Likewise.
1162         * db2/include/mp_ext.h: Likewise.
1163         * db2/include/mutex_ext.h: Likewise.
1164         * db2/include/os_ext.h: Likewise.
1165         * db2/include/os_func.h: Likewise.
1166         * db2/include/queue.h: Likewise.
1167         * db2/include/shqueue.h: Likewise.
1168         * db2/include/txn.h: Likewise.
1169         * db2/lock/lock.c: Likewise.
1170         * db2/lock/lock_conflict.c: Likewise.
1171         * db2/lock/lock_deadlock.c: Likewise.
1172         * db2/lock/lock_region.c: Likewise.
1173         * db2/lock/lock_util.c: Likewise.
1174         * db2/log/log.c: Likewise.
1175         * db2/log/log.src: Likewise.
1176         * db2/log/log_archive.c: Likewise.
1177         * db2/log/log_auto.c: Likewise.
1178         * db2/log/log_compare.c: Likewise.
1179         * db2/log/log_findckp.c: Likewise.
1180         * db2/log/log_get.c: Likewise.
1181         * db2/log/log_put.c: Likewise.
1182         * db2/log/log_rec.c: Likewise.
1183         * db2/log/log_register.c: Likewise.
1184         * db2/mp/mp_bh.c: Likewise.
1185         * db2/mp/mp_fget.c: Likewise.
1186         * db2/mp/mp_fopen.c: Likewise.
1187         * db2/mp/mp_fput.c: Likewise.
1188         * db2/mp/mp_fset.c: Likewise.
1189         * db2/mp/mp_open.c: Likewise.
1190         * db2/mp/mp_pr.c: Likewise.
1191         * db2/mp/mp_region.c: Likewise.
1192         * db2/mp/mp_sync.c: Likewise.
1193         * db2/mutex/68020.gcc: Likewise.
1194         * db2/mutex/mutex.c: Likewise.
1195         * db2/mutex/parisc.gcc: Likewise.
1196         * db2/mutex/parisc.hp: Likewise.
1197         * db2/mutex/sco.cc: Likewise.
1198         * db2/os/os_abs.c: Likewise.
1199         * db2/os/os_alloc.c: Likewise.
1200         * db2/os/os_config.c: Likewise.
1201         * db2/os/os_dir.c: Likewise.
1202         * db2/os/os_fid.c: Likewise.
1203         * db2/os/os_fsync.c: Likewise.
1204         * db2/os/os_map.c: Likewise.
1205         * db2/os/os_oflags.c: Likewise.
1206         * db2/os/os_open.c: Likewise.
1207         * db2/os/os_rpath.c: Likewise.
1208         * db2/os/os_rw.c: Likewise.
1209         * db2/os/os_seek.c: Likewise.
1210         * db2/os/os_sleep.c: Likewise.
1211         * db2/os/os_spin.c: Likewise.
1212         * db2/os/os_stat.c: Likewise.
1213         * db2/os/os_unlink.c: Likewise.
1214         * db2/progs/db_archive/db_archive.c: Likewise.
1215         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
1216         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
1217         * db2/progs/db_dump/db_dump.c: Likewise.
1218         * db2/progs/db_dump185/db_dump185.c: Likewise.
1219         * db2/progs/db_load/db_load.c: Likewise.
1220         * db2/progs/db_printlog/db_printlog.c: Likewise.
1221         * db2/progs/db_recover/db_recover.c: Likewise.
1222         * db2/progs/db_stat/db_stat.c: Likewise.
1223         * db2/txn/txn.c: Likewise.
1224         * db2/txn/txn.src: Likewise.
1225         * db2/txn/txn_auto.c: Likewise.
1226         * db2/txn/txn_rec.c: Likewise.
1228         * elf/rtld.c: Move definition of __libc_stack_end to ...
1229         * sysdeps/generic/dl-sysdep.h: ...here.
1231         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
1232         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
1233         * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
1235         * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
1236         * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
1237         before following it.
1239 1998-06-08 21:44  Ulrich Drepper  <drepper@cygnus.com>
1241         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
1242         from mntent correctly.
1244 1998-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1246         * sunrpc/Makefile (generated): Correct typo.
1248 1998-06-04  Philip Blundell  <philb@gnu.org>
1250         * elf/elf.h (EM_ARM, et al.): New definitions.
1251         * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
1253 1998-06-08 21:33  Ulrich Drepper  <drepper@cygnus.com>
1255         * localedata/SUPPORTED: Add sk_SK.
1256         * localedata/locales/sk_SK: New file.
1258 1998-06-08 18:57  Ulrich Drepper  <drepper@cygnus.com>
1260         * Makeconfig (subdirs): Add debug.
1261         * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
1262         * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
1263         backtrace_symbols.
1264         * sysdeps/generic/backtrace.c: New file.
1265         * sysdeps/generic/backtracesyms.c: New file.
1266         * sysdeps/generic/elf/backtracesyms.c: New file.
1267         * sysdeps/i386/backtrace.c: New file.
1268         * debug/Makefile: New file.
1269         * debug/backtrace-tst.c: New file.
1270         * debug/execinfo.h: New file.
1272 1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
1274         * elf/sprof.c: Implement call graph profiling.
1276         * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
1278 1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1280         * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
1281         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
1282         * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
1283         Noticed by Jake Garver <garver@valkyrie.net>.
1285 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1287         * libio/genops.c (__underflow): Read character from read pointer
1288         as unsigned.
1289         (__uflow): Likewise.
1291 1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
1293         * libc.map: Add _dl_profile.
1294         * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
1295         this to ELF_DYNAMIC_RELOCATE.
1296         Always allocate array for relocation result if LD_PROFILE is defined.
1297         * elf/ldsodefs.h: Adjust prototypes.
1298         * elf/dl-open.c (_dl_open): Call relocation function with extra
1299         argument.
1300         * elf/rtld.c: Likewise.
1301         * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
1302         Correct loop condition.
1303         * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
1304         consider_profile to runtime setup function.
1305         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
1306         _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
1308         * elf/dl-support.c: Define __libc_stack_end.
1309         * elf/rtld.c: Likewise.
1310         * sysdeps/generic/libc-start.c: Store last stack address in
1311         __libc_stack_end.
1312         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
1313         * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
1315         * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
1316         Include <stdint.h>, not <inttypes.h>.
1318         * elf/sprof.c: Implement flat profiling.
1320         * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
1321         _IO_funlockfile explicitly.
1322         * libio/fileops.c: Likewise.
1323         * libio/fputc.c: Likewise.
1324         * libio/freopen.c: Likewise.
1325         * libio/freopen64.c: Likewise.
1326         * libio/fseek.c: Likewise.
1327         * libio/fseeko.c: Likewise.
1328         * libio/fseeko64.c: Likewise.
1329         * libio/ftello.c: Likewise.
1330         * libio/ftello64.c: Likewise.
1331         * libio/getc.c: Likewise.
1332         * libio/getchar.c: Likewise.
1333         * libio/iofclose.c: Likewise.
1334         * libio/iofflush.c: Likewise.
1335         * libio/iofgetpos.c: Likewise.
1336         * libio/iofgetpos64.c: Likewise.
1337         * libio/iofgets.c: Likewise.
1338         * libio/iofputs.c: Likewise.
1339         * libio/iofread.c: Likewise.
1340         * libio/iofsetpos.c: Likewise.
1341         * libio/iofsetpos64.c: Likewise.
1342         * libio/ioftell.c: Likewise.
1343         * libio/iofwrite.c: Likewise.
1344         * libio/iogetdelim.c: Likewise.
1345         * libio/iogets.c: Likewise.
1346         * libio/ioputs.c: Likewise.
1347         * libio/ioseekoff.c: Likewise.
1348         * libio/ioseekpos.c: Likewise.
1349         * libio/iosetbuffer.c: Likewise.
1350         * libio/iosetvbuf.c: Likewise.
1351         * libio/ioungetc.c: Likewise.
1352         * libio/iovsprintf.c: Likewise.
1353         * libio/iovsscanf.c: Likewise.
1354         * libio/oldfileops.c: Likewise.
1355         * libio/oldiofclose.c: Likewise.
1356         * libio/peekc.c: Likewise.
1357         * libio/putc.c: Likewise.
1358         * libio/putchar.c: Likewise.
1359         * libio/rewind.c: Likewise.
1361         * malloc/mtrace.c: Pretty print.
1363         * misc/mntent.h (struct mentent): Make string elements const char *.
1365         * nis/nis_printf.c: Optimize I/O a little bit.
1367         * signal/Makefile (distribute): Add sigset-cvt-mask.h.
1368         * sysdeps/generic/sigset-cvt-mask.h: New file.
1369         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
1370         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
1371         * sysdeps/posix/sigvec.c: Rewrite the use definitions from
1372         sigset-cvt-mask.h to do the dirty work.
1373         Patches by Joe Keane.
1375         * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
1377         * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
1378         syscall_error label in case of PIC anonymous.
1379         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
1380         * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
1381         * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
1382         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
1383         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
1384         * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
1385         * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
1387 1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
1389         * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
1390         we cannot declare the struct element as const.
1391         * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
1392         * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
1394 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1396         * manual/Makefile: Include ../Makeconfig earlier.
1397         (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
1398         exist.
1399         (dir-add.texinfo): Remove useless $(SHELL).
1401 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1403         * Makefile (others): Build programs from install-bin.
1404         * configure.in: Modify config.make only if is was just created and
1405         move that command to second argument of AC_OUTPUT.  Add command to
1406         set config_vars in config.status.
1408 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1410         * malloc/Makefile (address-width): Fix conditional.
1412 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1414         * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
1415         putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
1416         strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
1417         version GLIBC_2.1.
1419 1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1421         * manual/lang.texi (Range of Type): Change @end table->@end vtable.
1422         (Floating Point Parameters): Likewise.
1424 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1426         * hurd/Makefile (routines): Add cthreads.
1428 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1430         * login/login.c (login): Let pututline take care of finding the
1431         positin to insert the UTMP entry.  This corrects a bug where ssh
1432         was not reusing UTMP entries marked as DEAD_PROCESS.
1433         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
1435 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1437         * login/Makefile (tests): New variable, add tst-utmp and
1438         tst-utmpx.
1439         * login/tst-utmp.c: New file.
1440         * login/tst-utmpx.c: New file.
1442 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1444         * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
1445         aliases for _hurd_nerr, for programs that don't use sys_errlist,
1446         but need sys_err.
1448 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1450         * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
1451         * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
1453 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1455         * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
1456         make __read a weak alias.  Use ANSI-style function definition.
1457         * sysdeps/mach/hurd/write.c: Likewise.
1459 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1461         * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
1462         _sys_errlist.
1464 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
1466         * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
1467         Renamed from librtld.so.
1469 1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1471         * libc.map: Remove _IO_getline_info which was erroneously
1472         introduced in section GLIBC_2.0.
1473         Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1475 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1477         * sysdeps/generic/socket.c (__socket): Renamed from socket, and
1478         created a weak alias.
1479         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
1481 1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
1483         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
1484         ftruncate function, and create a weak alias to ftruncate.
1486 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1488         * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
1489         * inet/getnetgrent_r.c: Likewise.
1490         * nss/getXXbyYY_r.c: Likewise.
1491         * nss/getXXent_r.c: Likewise.
1492         * pwd/fgetpwent_r.c: Likewise.
1493         * shadow/sgetspent_r.c: Likewise.
1494         * shadow/fgetspent_r.c: Likewise.
1495         * sunrpc/publickey.c: Likewise.
1497 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1499         * hurd/libhurduser.map: New file.
1500         * mach/libmachuser.map: Likewise.
1502         * libc.map: Add Hurd-specific functions to version 2.1.
1503         Add __flshfp and __fillbf.
1505 1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1507         * manual/signal.texi (Basic Signal Handling): Fix typo.
1508         * manual/errno.texi (Error Codes): Likewise.
1510 1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
1512         * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
1513         instead of <sys/socket.h>.
1514         Patch by NIIBE Yutaka <gniibe@mri.co.jp>
1516         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
1517         Finally make it working.
1518         Patch by Mark Hatle <fray@kernel.crashing.org>.
1520 1998-03-22  Paul Eggert  <eggert@twinsun.com>
1522         * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
1523         a Solaris 2.6 bug.
1525 1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
1527         * stdlib/gmp-impl.h: Support strange mixed-endian double format
1528         used by ARM systems.
1529         * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
1530         FE_EXCEPT_SHIFT.
1531         * sysdeps/arm/bits/fenv.h: Deleted.
1532         * sysdeps/arm/fpu/ieee754.h: New file.
1533         * sysdeps/arm/gmp-mparam.h: New file.
1534         * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
1535         implementation.
1537 1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
1539         * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
1541         * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
1542         of ((unused)).  Reported by Bruno Haible.
1544 1998-05-31  Philip Blundell  <philb@gnu.org>
1546         * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
1547         referring to errno and _errno.
1549         * sysdeps/arm/fpu/feholdexcpt.c: New file.
1551         * sysdeps/i386/fpu_control.h: Fix typo.
1553         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
1554         (_JMPBUF_UNWINDS): Added.
1555         * sysdeps/arm/fpu/bits/setjmp.h: New file.
1557 1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
1559         * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
1560         order to build header files, not `generated'.
1562         * Rules (before-compile): New target which depends on all
1563         $(before-compile) files.
1565 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1567         * nis/nis_call.c: Make directory search faster.
1569         * nis/nis_callback.c: Insert public key of user in callback data.
1571         * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
1573         * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
1575         * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
1577         * nis/nis_intern.h: Remove duplicated prototype.
1579 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1581         * sunrpc/auth_des.c: Move prototypes from here ...
1582         * sunrpc/rpc/auth.h: ... to here.
1584         * sunrpc/clnt_tcp.c: Add more control flags.
1585         * sunrpc/clnt_udp.c: Likewise.
1587         * sunrpc/netname.c (host2netname): Remove prefixing dot from
1588         domainname.
1590         * sunrpc/rpc/clnt.h: Document, which control flags are not
1591         implementable.
1593         * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
1595 1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
1597         * locale/loadlocale.c (_nl_load_locale): Don't allow too small
1598         files crash the program.
1600         * io/Makefile: Don't run ftwtest-sh if cross-compiling.
1601         * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
1602         Reported by Deborah Wallach <kerr@pa.dec.com>.
1604 1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1606         * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
1607         on whether this is a stable release or not (keeps snapshot bug
1608         reports out of the database).
1610         * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
1611         * sysdeps/arm/sysdep.h: Likewise.
1612         * sysdeps/i386/sysdep.h: Likewise.
1613         * sysdeps/m68k/sysdep.h: Likewise.
1614         * sysdeps/mach/mips/sysdep.h: Likewise.
1615         * sysdeps/mach/sys/reboot.h: Likewise.
1616         * sysdeps/mach/sysdep.h: Likewise.
1617         * sysdeps/unix/alpha/sysdep.h: Likewise.
1618         * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
1619         * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
1620         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
1621         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
1622         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
1623         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
1624         * sysdeps/unix/i386/sysdep.h: Likewise.
1625         * sysdeps/unix/mips/sysdep.h: Likewise.
1626         * sysdeps/unix/sparc/sysdep.h: Likewise.
1627         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
1628         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1629         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1630         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1631         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
1632         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1633         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1634         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
1636 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
1638         * mach/Machrules: Use $(move-if-change).
1640 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
1642         * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
1643         * Makerules (lib%.so): Depend on $(+interp).
1644         (libc.so): Add interp.os to list of dependencies.
1645         (interp-obj): Remove variable.
1646         * mach/Machrules (+interp): Define to empty since libhurduser and
1647         libmachuser don't need to have the interpreter set.
1649 1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1651         * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
1653         * resolv/gethnamaddr.c: Likewise.
1655         * resolv/res_comp.c: Likewise.
1657 1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
1659         * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
1660         so that transparent union works.
1662 1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
1664         * manual/texinfo.tex: Update to last available version.
1666         * timezone/africa: Update from tzdata1998e.
1667         * timezone/antarctica: Likewise.
1668         * timezone/asia: Likewise.
1669         * timezone/australasia: Likewise.
1670         * timezone/europe: Likewise.
1671         * timezone/iso3166.tab: Likewise.
1672         * timezone/northamerica: Likewise.
1673         * timezone/tzselect.ksh: Likewise.
1674         * timezone/zone.tab: Likewise.
1676 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
1678         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
1679         Reported by Matt McLean <keys@brio.yikes.com>.
1681 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1683         * catgets/Makefile ($(objpfx)de.cat): Renamed from
1684         do-gencat-test.  Use automatic variables.
1685         ($(objpfx)de.msg): Fix reference to po file.
1687 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1689         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
1690         $(move-if-change).
1692 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1694         * intl/dcgettext.c: Fix typo.
1696 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1698         * configure.in: Allow more make versions e.g 3.76.90.
1700 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
1702         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
1704         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
1705         for Hurd.  Patch by Mark Kettenis.
1707 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
1709          * mach/Machrules (+preinit, +postinit): Define these variables to
1710          empty because libhurduser and libmachuser don't need startup
1711          files.
1713 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
1715          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
1716          instead of a raw bitmask.
1718 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1720         * Makeconfig (rpath-dirs): New variable.
1721         (rpath-link): Use it.
1722         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
1723         (db-objpfx): Removed.
1724         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
1725         * md5-crypt/Makefile: Likewise.
1726         * sysdeps/mach/hurd/Makefile: Likewise.
1728         * Makeconfig (move-if-change): New variable.
1729         * iconvdata/Makefile (move-if-change): Removed.
1730         * manual/Makefile (move-if-change): Set only if undefined, use
1731         local script by default.
1732         * sunrpc/Makefile (move-if-change): Removed.
1733         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
1734         $(move-if-change).
1736          * elf/Makefile: Remove all references to obsolete file
1737          $(objpfx)rtldtbl.h.
1738          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
1740 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1742         * elf/dl-close.c (_dl_close): Add debugging message.
1744 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1746         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
1747         to get Linux version and not gcc version.
1748         Reported by Alan Curry <pacman@cqc.com>.
1750 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1752         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
1753         pointers - return unknown error message instead.
1754         Reported by Alan Curry <pacman@cqc.com>.
1756 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
1758         * iconvdata/Makefile (modules, sed-generated-headers,
1759         perl-generated-headers): ibm424.h is perl generated.  Make
1760         necessary modifications to compile without perl.
1762 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
1764         * hesiod/hesiod.c (read_config_file): Fix typo.
1766 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
1768         * version.h: Bump VERSION.
1770         * csu/Makefile (distribute): Add munch-tmpl.c.
1772 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1774         * nis/nis_defaults.c: Fix buffer problems and typos.
1776 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
1778         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
1779         Patch by Fred Fish.
1781 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
1783         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
1784         overwriting bugs.
1786         * libio/strops.c (_IO_str_underflow): Read newly available
1787         character from buffer as unsigned.
1789 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
1791         * catgets/Makefile (distribute): Add xopen-msg.h.
1792         (generated): Add de.msg and de.cat.
1793         (tests): Add do-gencat-test.
1794         (do-gencat-test): New goal.  Run gencat on a generated msg file.
1795         * catgets/xopen-msg.h: New file.
1797 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
1799         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
1800         functions.  Optimize filename creation a bit.
1802 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
1804         * stdlib/random_r.c: Help gcc to optimize the code.
1805         Patch by Joe Keane <jgk@jgk.org>.
1807 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
1809         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
1810         tsearch calls.
1812 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1814         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
1815         it.
1817 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
1819         * wcsmbs/wcsnrtombs.c: Correct computation of result.
1820         * wcsmbs/wcsrtombs.c: Likewise.
1822         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
1823         * wcsmbs/wcsmbs-tst1.c: New file.
1825         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
1827         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
1828         as 1.
1830         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
1831         weak.
1833 1998-05-21  Philip Blundell  <philb@gnu.org>
1835         * sysdeps/arm/fpu_control.h: Replace stub file with real
1836         implementation.
1837         * sysdeps/arm/fpu/bits/fenv.h: New file.
1838         * sysdeps/arm/fpu/fesetround.c: Likewise.
1839         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
1840         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
1841         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
1842         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
1843         * sysdeps/arm/fpu/fegetenv.c: Likewise.
1844         * sysdeps/arm/fpu/fesetenv.c: Likewise.
1846 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
1848         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
1849         read instead of mmap.
1851 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
1853         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
1854         directly instead of include_next.  Add missing semicolons.
1855         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
1856         Add missing semicolons.
1858 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
1860         * iconvdata/gconv-modules: Add more aliases to please java
1861         environments.
1863 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
1865         * stdio-common/vfprintf.c (process_arg): Fix typo.
1867         * iconvdata/TESTS: New tests for EUC-KR.
1869         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
1870         * iconvdata/testdata/EUC-KR: New file.
1872 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
1874         * math/libm-test.c (hypot_test): Fix a typo.
1876 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
1878         * stdio-common/vfprintf.c: When precision is specified for %ls or
1879         %S handle it correctly.
1881 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1883         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
1884         the" in one line - fixed it.
1885         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1886         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1887         * posix/unistd.h: Likewise
1889 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1891         * Makeconfig (rpath-link): Add resolvobjdir.
1892         (resolvobjdir): New variable.
1893         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
1895 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
1897         * elf/dl-close.c: Call shared object terminators at the right time.
1898         Patch by Philippe Troin <phil@fifi.org>.
1900 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1902         * Make-dist (+tsrcs): Also add *.map for every member of
1903         $(extra-libs).
1905         * Makefile (distribute): Don't distribute scripts/printsources and
1906         scripts/=__ify.  Distribute FAQ.in.
1907         (rpm/%): Don't pass subdirs to sub-make.
1909         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
1910         instead of $(no_deps).
1912 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1914         * sysdeps/generic/setenv.c: Protect against GNU C extension.
1915         (KNOWN_VALUE, STORE_VALUE): Do it right.
1916         (setenv): Remove unused variable.
1918 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1920         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
1921         (CFLAGS-zdump.c): Add $(tz-cflags).
1923         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
1924         return type.
1926 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1928         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
1929         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
1930         if use_localtime.
1931         * time/tzset.c: Update prototype of __tzfile_compute.
1932         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
1933         tm_zone and tm_offset here if __use_tzfile.
1935 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1937         * Makerules: Install libc.a even if there are no object file.
1939 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1941         * Makerules (do-makelib): Don't force creating library from
1942         scratch, which is faster and gets correct behaviour if $(subdirs)
1943         is incomplete.
1945 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1947         * Makerules (do-stamp): Make it work when building in source
1948         directory.
1950 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
1952         * elf/dl-load.c: Rename option and variable from ignore-rpath to
1953         inhibit-rpath.
1954         * elf/dl-support.c: Likewise.
1955         * elf/ldsodefs.h: Likewise.
1956         * elf/rtld.c: Likewise.
1957         * iconvdata/run-iconv-test.sh: Likewise.
1959 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
1961         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
1962         variable using the value.
1963         * elf/ldsodefs.h: Declare _dl_ignore_path.
1964         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
1965         object against list in _dl_ignore_path and ignore RPATH if on the list.
1966         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
1967         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
1968         to make sure we get the correct helper libraries loaded.
1970         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
1971         "RPATH" string in call to fillin_rpath instead.
1972         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
1974 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
1976         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
1977         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1979 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1981         * manual/terminal.texi (I/O Queues): Fix typo.
1983         * manual/stdio.texi (Closing Streams): Fix grammar.
1985         * manual/arith.texi (Absolute Value): Correct typo.
1986         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
1988 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
1990         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
1991         LD_PROFILE_OUTPUT in SUID binaries.
1992         * intl/dcgettext.c: In SUID binaries don't let language part of
1993         locale value contain path elements.
1994         * intl/explodename.h: Define new function _nl_find_language.
1995         * intl/loadinfo.h: Declare _nl_find_language.
1996         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
1997         language part it drop the value is path element is contained.
1999         * locale/setlocale.c: Fix typo.
2001 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
2003         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
2005         * sysdeps/arm/strlen.S: Support both big and little endian processors.
2007         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
2008         log, not a byte-count.
2010         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
2011         a.out compatibility.
2013 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2015         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
2016         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
2017         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
2018         * posix/unistd.h: Likewise.
2019         * math/math.h: Likewise.
2020         * manual/users.texi (Manipulating the Database): Likewise.
2021         * manual/signal.texi (Job Control Signals): Likewise.
2022         * manual/message.texi (The gencat program): Likewise.
2023         * manual/filesys.texi (Hard Links): Likewise.
2024         * manual/math.texi (SVID Random): Likewise.
2025         * manual/llio.texi (Waiting for I/O): Likewise.
2026         * manual/io.texi (File Name Errors): Likewise.
2027         * manual/conf.texi (String Parameters): Likewise.
2028         * manual/arith.texi (Infinity): Likewise.
2029         * malloc/malloc.c: Likewise.
2030         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
2031         * csu/Makefile: Likewise.
2033 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
2035         * manual/memory.texi: Add back accidently removed line.
2037 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
2039         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
2040         (timeout_handler): New function.
2041         (LOCK_FILE, UNLOCK_FILE): New macros.
2042         Implement file locking with timeout.
2043         (getutent_r_file, internal_getut_r, getutline_r_file,
2044         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
2045         locking.
2047 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
2049         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
2050         directory.
2052 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2054         * rpm/Makefile: Delete inclusion of version.mk.
2056 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2058         * libc.map: Add all libio functions needed libstdc++ with version
2059         2.0, sort entries.
2061 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2063         * iconvdata/Makefile (generated): Add *.stmp files.
2065 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2067         * timezone/Makefile (testdata, build-testdata): New variables, use
2068         them in rules for test data.
2069         ($(objpfx)tst-timezone.out): Depend on test data.
2070         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
2071         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
2072         New rules to build test data.
2073         (tst-timezone-ENV): Pass TZDIR to point to test data.
2075 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
2077         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
2078         (the designation sequence is disturbing).
2080 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2082         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
2083         * sunrpc/xdr_rec.c: Likewise.
2085 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2087         * posix/Makefile (tests): Add runptests.
2088         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
2089         (before-compile): Add ptestcases.h.
2090         (ptestscases.h): Add rule to generate from PTESTS.
2091         * posix/runptests.c: New file.
2092         * posix/PTESTS: New file.
2093         * posix/PTESTS2C.sed: New file.
2095 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2097         * iconv/loop.c: Let user add code to use and set paramaters.
2099         * iconvdata/iso-2022-kr.c: Correct to-loop.
2101         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
2102         point to output buffer.
2104         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
2105         hanja.
2107         * iconvdata/TESTS: Add ISO-2022-KR test.
2108         * iconvdata/testdata/ISO-2022-KR: New file.
2110 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
2112         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
2113         and internal_use.
2114         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
2115         and internal_use.
2116         * wcsmbs/btowc.c: Likewise.
2117         * wcsmbs/mbrtowcs.c: Likewise.
2118         * wcsmbs/mbsnrtowcs.c: Likewise.
2119         * wcsmbs/mbsrtowcs.c: Likewise.
2120         * wcsmbs/wcrtomb.c: Likewise.
2121         * wcsmbs/wcsnrtombs.c: Likewise.
2122         * wcsmbs/wcsrtombs.c: Likewise.
2123         * wcsmbs/wctob.c: Likewise.
2124         * iconv/skeleton.c: Increment invocation_counter.
2125         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
2126         sequence first.
2128         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
2129         * iconvdata/iso-2022-jp.c: Likewise.
2130         * iconvdata/iso646.c: Likewise.
2132         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
2134 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2136         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
2138         * sysdeps/generic/setenv.c (setenv): Remove optimization for
2139         overwriting existing values if it fits.
2141 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
2143         * posix/wordexp-test.c: Avoid duplicate messages.
2145         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
2146         tsearch.  Correctly interpret values returned by those functions.
2147         (unsetenv): Store pointer to string, not pointer to string pointer.
2149         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
2150         DST information and offset in them.
2151         * time/tzset.c (__tz_convert): Pass extra parameters to
2152         __tzfile_compute.  Compute equivalent values for use of tz_rules.
2154 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2156         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
2157         stamp files to avoid unnecessary recompilation.
2158         (gen-8bit-gap-table): Likewise.
2159         (move-if-change): New variable.
2160         (all generated .h rules): Change to be .stmp rules.
2161         (%.h): New rule; depend on %.stmp; no commands.
2162         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
2163         gen-8bit-gap-1.sh.
2165 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2167         * Makerules (libc-map): Deleted.
2168         (load-map-file): Set to the appropriate compiler switch, not
2169         just the file name.  If libfoo-map is not set, look for a
2170         libfoo.map in the current directory and $(..).
2171         (map-file): New variable, contains just the mapfile name.
2172         (build-shlib): Adjust for new value of load-map-file.
2173         (libc.so): Correct dependencies.
2175         * extra-lib.mk: Correct shlib dependencies since libfoo-map
2176         may not be set anymore.
2178         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
2179         Delete libdl-map.  Tweak ld.so link rule to work with changed
2180         variable settings in Makerules.
2181         * iconvdata/Makefile: Tweak build-module to work with changed
2182         variable settings in Makerules.
2184         * db/Makefile: Delete libdb-map.
2185         * hesiod/Makefile: Delete libnss_hesiod-map.
2186         * linuxthreads/Makefile: Delete libpthread-map.
2187         * locale/Makefile: Delete libBrokenLocale-map.
2188         * login/Makefile: Delete libutil-map.
2189         * math/Makefile: Delete libm-map.
2190         * md5-crypt/Makefile: Delete libcrypt-map.
2191         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
2192         libnss_nisplus-map, and libnss_compat-map.
2193         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
2194         libnss_ldap-map.
2195         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
2196         * rt/Makefile: Delete librt-map.
2198 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2200         * configure.in: Instead of substituting `yes' or `no' for whether
2201         --no-whole-archive is available, set @no_whole_archive@ to the
2202         appropriate gcc switch or the empty string.  Likewise for
2203         -fno-exceptions.
2204         * config.make.in: Replace have-no-whole-archive with
2205         no-whole-archive and have-no-exceptions with no-exceptions.
2206         * Makerules: Delete stanzas setting no-whole-archive and
2207         no-exceptions.
2209         * sunrpc/Makefile: Use move-if-change to update generated .h
2210         and .c files.
2212 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2214         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
2215         of strchr loop.
2217 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2219         * time/tzfile.c (__tzfile_read): Remove unused variable info.
2220         (__tzfile_compute): Likewise.
2222 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2224         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
2225         defines from Linux 2.1.102.
2227 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
2229         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
2231 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
2233         * inet/netinet/in.h: Add defines for multicast.
2234         Reported by Jeremy Hall <jhall@UU.NET>.
2236         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
2237         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
2238         and unsetenv.  Optimize _LIBC case.
2239         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
2240         Define functions with leading __.
2242         * time/tzfile.c: Correct handling of global variables daylight,
2243         timezone, and tzname.
2244         * time/tzset.c: Likewise.
2245         * timezone/Makefile (tests): Add tst-timezone.
2246         * timezone/tst-timezone.c: New file.
2248 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
2250         * timezone/asia: Update from tzdata1998d.
2251         * timezone/australasia: Likewise.
2252         * timezone/europe: Likewise.
2254 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
2256         * string/string.h: Don't use the optimized versions for the string
2257         functions if optimizing for space.
2259         * stdlib/tst-strtod.c: Add test for -0.0.
2261         * io/ftwtest-sh: Prevent tests from being run by root.
2263         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
2264         last addition.  Patch by wkpark@chem.skku.ac.kr.
2266 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2268         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
2269         table.
2271 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2273         * iconvdata/gen-8bit.sh: New file.
2274         * iconvdata/gen-8bit-gap.sh: New file.
2275         * iconvdata/gen-8bit-gap-1.sh: New file.
2276         * iconvdata/Makefile (generate-8bit-table): Use shell script
2277         instead of writing the commands directly.
2278         (generate-8bit-gap-table): Likewise.
2279         ($(objpfx)iso8859-7jp.h): Likewise.
2280         (generated headers): Depend on shell script instead of Makefile.
2281         (before-compile): Add $(perl-generated-headers) only if perl is
2282         available.
2283         (headers): Depend on $(perl-generated-headers) only if perl is
2284         available.
2285         (sed-generated-headers): Remove iso8859-7jp.h.
2287 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2289         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
2290         (/): Removed.
2292 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2294         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
2295         formed charset names to getfct.  Let user override charset
2296         selection by mention charset in locale name.
2298 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
2300         * posix/glob.c: Move to ...
2301         * sysdeps/generic/glob.c: ...here.
2302         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
2303         elements.
2304         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
2305         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
2306         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
2307         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
2308         subdir.
2309         * libc.map [GLIBC_2.1]: Add glob and globfree.
2311 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2313         * sunrpc/Makefile (generated): Restore old list.
2315 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2317         * rt/Makefile (tests): Define only if we have a thread library.
2319         * nis/ypclnt.c: Add: #include <errno.h>.
2321 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2323         * configure.in: Define and substitute RELEASE as well as
2324         VERSION.
2325         * config.make.in: Add RELEASE and VERSION to be substituted.
2326         * Makeconfig: Delete all references to version.mk.
2327         * Make-dist: Likewise.
2328         * MakeTAGS: Likewise.
2329         * elf/Makefile: Likewise.
2331 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2333         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
2334         yp_get_default_domain.
2336 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2338         * sysdeps/posix/profil.c (__profil): Don't define act and timer
2339         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
2341 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
2343         * malloc/malloc.c: Fix for NO_THREADS case.
2345 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
2347         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
2348         Remove statfs and fstatfs.
2349         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
2350         and pwrite as EXTRA.
2351         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2353 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
2355         * libc.map: Add capget and capset.
2357 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2359         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2360         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
2361         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
2362         and Matt McLean <keys@brio.yikes.com>.
2364 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
2366         * misc/Makefile (tests): Add tst-mntent.
2367         * misc/tst-mntent.c: New file.
2369 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2371         * autolock.sh: Removed.
2372         * manual/move-if-change: Removed.
2374         * scripts: New directory.
2375         * =__ify: Moved to scripts.
2376         * config.guess: Likewise.
2377         * config.sub: Likewise.
2378         * gen-FAQ.pl: Likewise.
2379         * install-sh: Likewise.
2380         * mkinstalldirs: Likewise.
2381         * move-if-change: Likewise.
2382         * printsources: Likewise.
2383         * rellns.sh: Likewise.
2384         * test-installation.pl: Likewise.
2386         * configure.in: Look in scripts for config.guess, config.sub,
2387         install-sh.
2388         * Makefile: Distribute all above files in their
2389         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
2390         * manual/Makefile: Find mkinstalldirs and move-if-change in
2391         $(..)scripts.  Drop them from distribute.  Minor cleanups.
2392         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
2393         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
2394         * timezone/Makefile: Find rellns-sh in scripts.
2396 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2398         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
2399         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
2401 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2403         * Makefile (+subdir-inits): Delete variable.
2404         (+init_subdirs): Likewise.
2405         (aux): Likewise.
2406         (before-compile): Likewise.
2407         (libc-init): Delete stanza.
2408         (version-info.h): Delete rule and associated variable.
2409         (distribute): Don't distribute moved files.
2410         * Makerules (interp-obj): It lives in elf now.  Only use it
2411         if $(elf) is set.  Delete rule to build it.
2412         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
2413         version.o and version-info.h.  Minor cleanups.
2414         (routines): Add libc-init, sysdep, version.
2415         (generated): Add version-info.h.
2416         * elf/Makefile: Build interp.os.
2418         * interp.c: Moved to elf.
2419         * set-init.c: Moved to csu.
2420         * munch-init.c: Likewise.
2421         * munch.awk: Likewise.
2422         * version.c: Likewise.
2424         * Rules: Unconfuse syntax highlighting with a fake comment.
2426 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2428         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
2429         syscalls.
2431 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2433         * iconvdata/Makefile (generated): Set to *-generated-headers
2434         plus gconv-modules.
2435         (tests): Set to iconv-test.
2436         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
2437         * posix/Makefile (generated): Set to wordexp-test-result*.
2438         * sunrpc/Makefile (generated): Remove rpcsvc/*.
2439         (generated-dirs): Add rpcsvc.
2440         * libio/Makefile: Clean up.
2442 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
2444         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
2445         * Makerules: Likewise.
2446         (+depfiles): Also add sysdep-others.
2447         * Rules: Likewise.
2448         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
2449         * iconvdata/Makefile (distribute): Add TESTS.
2450         * localedata/Makefile (repertoires): Rename to repertoiremaps.
2451         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
2452         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
2453         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
2454         sysdep-others, not others.
2455         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2456         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
2458 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
2460         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
2461         cost_hi and cost_lo.
2462         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
2463         Cost parameter and set cost_lo to INT_MAX.
2464         (add_module): Take new parameter and use it to initialize cost_lo.
2465         (read_conf_file): Count modules being loaded and use counter for
2466         new parameter to add_module.
2467         * iconv/gconv_db.c (find_derivation): When look for cost examine
2468         cost_hi and cost_lo.
2470 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
2472         * string/bits/string2.h: Don't use unsigned char * unless really
2473         necessary since this disturbs C++.
2474         * sysdeps/i386/i486/bits/string.h: Likewise.
2475         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
2477 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2479         * malloc/malloc.c (top_check): Fix last change.
2481 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
2483         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
2484         Patch by Matt McLean <keys@brio.yikes.com>.
2486 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2488         * Makerules (lib): Put back dependency on lib-noranlib.
2489         ($(subdirs-stamps)): Remove dependency on stamp.* again.
2491 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
2493         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
2494         test in __pow2 implementation.
2496 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
2498         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
2499         Still need *FLAGS-.o because we still sometimes build .o files.
2500         * db2/Makefile: Don't build libndbm.a if !build-static.
2502 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2504         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
2506 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
2508         * configure.in: New test for broken gcc on PowerPC.
2509         * sysdeps/powerpc/atomicity.h: Use result of test.
2510         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
2512         * math/libm-test.c: Update many of the epsilon to match actual
2513         performance.
2515         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
2516         * sysdeps/libm-ieee754/e_expf.c: Likewise.
2517         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
2518         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
2520         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
2522         * sysdeps/powerpc/elf/libc-start.c: New file.
2523         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
2524         * sysdeps/powerpc/elf/start.c: Delete.
2526         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
2527         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
2529         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
2530         few patches.
2532 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
2534         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
2535         test for integer.
2537         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
2538         * sysdeps/libm-i387/e_powl.S: Likewise.
2540 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
2542         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
2543         (malloc_check, free_check, realloc_check, memalign_check): Use
2544         them to improve overrun checking.  Overruns of a single byte and
2545         corruption of the top chunk are now detected much more reliably.
2547 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2549         * math/libm-test.c (pow_test): Add test for special value from PR
2550         libc/590.
2552 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
2554         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
2555         including linux/errno.h.
2557 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
2559         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
2560         Use correct types.
2561         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
2562         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
2564 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2566         * Makerules (elide-routines.*): Fix assignments.
2567         (do-makelib): Fix typo.
2568         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
2569         makefile.
2571 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2573         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
2574         $(objpfx)sysd-dirs): Move them...
2575         * Makeconfig: ... here.
2576         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
2577         (stubs): Fix circular depedency.
2578         (do-makelib): Clean up.
2579         (lib): Don't depend on lib-noranlib.
2580         ($(objpfx)stamp.oS): Remove special case for empty
2581         static-only-routines.
2582         (elide-routines.o): Add $(static-only-routines).
2583         (elide-routines$o): Define this instead of elide-routines.$o.
2584         * manual/Makefile (stubs): Fix circular dependency.
2586 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2588         * libio/Makefile (routines): Remove duplicate oldiofclose.
2590 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
2592         * string/strcoll.c: Use uint32_t instead of u_int32_t.
2594 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
2596         * libio/stdio.h: Fix typo in __REDIRECT.
2597         * io/sys/stat.h: Likewise.
2598         Reported by Myles Uyema <myles@uyema.nws.net>.
2600 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2602         * locale/programs/localedef.c (options): Fix help message.
2604 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
2606         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
2607         relocations.  Patch by Joe Keane <jgk@jgk.org>.
2609 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
2611         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
2612         ptmalloc_unlock_all, but re-initializes the mutexes instead.
2613         (ptmalloc_init): Use new function in thread_at_fork call.
2614         (thread_atfork_static): Likewise.
2615         Suggested by Wolfram Gloger and Xavier Leroy.
2617 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
2619         * signal/signal.h: Move definitions of struct sigstack and
2620         struct sigaltstack into separate file and include it.
2621         * sysdeps/generic/bits/sigstack.h: New file.
2622         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
2623         * signal/Makefile (headers): Add bits/sigstack.h.
2625 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2627         * elf/rtld.c (dl_main): Fix check for number of references to
2628         interpreter object.
2630 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2632         * elf/rtld.c (dl_main): Check has_interp after executing platform
2633         specific code.
2635 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2637         * iconvdata/run-iconv-test.sh: Fix typo.
2639 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2641         * Makerules (+depfiles): Add depfiles for $(tests-static).
2642         Simplified.
2644 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2646         * manual/terminal.texi (Special Characters): Fix description of
2647         c_cc indexes.
2649 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2651         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
2652         array.
2653         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
2654         of c_cc array.
2656 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2658         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
2660 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
2662         * intl/locale.alias: Update russian entry.
2664 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2666         * Makerules (static-only-routines): Reimplement in terms of
2667         elide-routines.os.
2668         (shared-only-routines): Reimplement in terms of
2669         elide-routines.X [where X is all object-suffixes except .os].
2671         (stubs): Create stubs file inside the subdir.
2672         (common-mostlyclean): Remove stubs file from inside the subdir.
2673         * Makefile (subdir-stubs): Look for stubs files inside the
2674         subdirs.
2675         * manual/Makefile (stubs): Create dummy stubs file inside the
2676         subdir.
2678 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2680         Build speed improvement: make ar less of a bottleneck.
2682         * Makerules (stamp$o): Just record the object list for later
2683         use.
2684         (libc_foo.a): New rule, depends on subdir stamp files; builds
2685         and ranlibs the library from the lists saved in those files.
2687         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
2688         (subdirs-stamp-o): Likewise.
2690         (ar-symtab-name): Delete variable.
2691         (lib%.a): Delete target.
2692         (libc_foo.a(bar.%)): Delete target.
2693         (libc_foo.a($(ar-symtab-name))): Delete target.
2695         (objects objs): Just depend on libobjs and extra-objs.
2696         (libobjs): Depend on the stamp files, not the objects.
2697         (extra-objs): New target, just depends on the extra-objs list.
2699         (CREATE_ARFLAGS): Kill the `ar S' hack.
2701         * config.make.in (have-ar-S): Deleted.
2702         * configure.in: Delete test for `ar S'.  Add test to determine
2703         whether ranlib does anything useful.
2705 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
2707         * inet/tst-ether_aton.c: Include <stdio.h>.
2709 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
2711         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
2713         * locale/Makefile (distribute): Add programs/repertoire.h.
2714         (localedef-modules): Add repertoire.
2715         (CPPFLAGS): Define REPERTOIREMAP_PATH.
2716         * locale/programs/repertoire.c: New file.
2717         * locale/programs/repertoire.h: New file.
2718         * locale/programs/charmap.c: Starting fixing character set handling
2719         to handle multi-byte encodings.
2720         * locale/programs/charset.c: Likewise.
2721         * locale/programs/charset.h: Likewise.
2722         * locale/programs/ld-collate.c: Likewise.
2723         * locale/programs/ld-ctype.c: Likewise.
2724         * locale/programs/linereader.c: Likewise.
2725         * locale/programs/localedef.c: Likewise.
2726         * locale/programs/locfile-kw.gperf: Likewise.
2727         * locale/programs/locfile-kw.h: Likewise.
2728         * locale/programs/locfile-token.h: Likewise.
2729         * locale/programs/locfile.h: Likewise.
2730         * locale/programs/stringtrans.c: Likewise.
2732         * locale/programs/locfile.c: Interpret I18NPATH value as base of
2733         path, extended with "/locales/".
2735 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
2737         * sysdeps/arm/memset.S: Fix off by one error.
2739         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
2740         __syscall_error rather than syscall_error directly.
2742 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
2744         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
2745         mmap() syscall for ARM.
2747         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
2748         binaries.
2750 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
2752         * locale/programs/localedef.c: Recognize repertoire-map option.
2754 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2756         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
2757         converting non-hex numbers.
2758         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
2760 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
2762         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
2763         check overflow.
2764         * resolv/Makefile (tests): New, add tst-aton.
2765         * resolv/tst-aton.c: New file.
2767 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2769         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
2770         semicolon.
2772 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
2774         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
2775         by letting the later modify the variable computing the total directly.
2776         * wcsmbs/mbsrtowcs.c: Likewise.
2777         * wcsmbs/wcsnrtombs.c: Likewise.
2778         * wcsmbs/wcsrtombs.c: Likewise.
2780         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
2781         it is not used.
2782         * wcsmbs/wctoc.c: Likewise.
2784         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
2785         * wcsmbs/wcsrtombs.c: Likewise.
2787         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
2789 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2791         * iconv/skeleton.c: Correct counting of actually converted
2792         characters.
2794         * intl/localealias.c (read_alias_file): Use unsigned char for
2795         local variables.  Remove unused variable tp.
2796         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
2797         for type of codeset.  For loosing Solaris systems.
2798         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
2799         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
2800         len if not needed.
2801         Patches by Jim Meyering.
2803         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
2804         wcsrtombs must put it into initial state.
2806 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2808         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
2809         argument of bswap_XX macro.
2811 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2813         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
2814         variable name.
2816 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
2818         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
2819         semun and use stdarg macros to get the value.
2820         * sysdeps/generic/semctl.c: Don't use union semun.
2822         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
2824         * string/basename.c [!_LIBC]: Define function as gnu_basename.
2826         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
2827         strings.h.
2829         * stdlib/grouping.h: Accept ungrouped numbers even if locale
2830         defines grouping.
2832         * intl/hash-string.h: Don't include values.h.
2834         * inet/Makefile (tests): Add tst-ether_aton.
2835         * inet/tst-ether_aton.c: New file.
2837         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
2838         in hex conversion.
2839         * inet/ether_aton.c (ether_aton): Declare result variable static.
2840         Reported by ahyung@unixg.ubc.ca.
2842         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
2843         Define macro _SEM_SEMUN_UNDEFINED instead.
2844         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
2846         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
2847         * stdio-common/Makefile (tests): Add tst-wc-printf.
2849 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
2851         * manual/stdio.texi (Variable Arguments Output): Correct variable
2852         name.  Patch from Ewan Mellor <em@nexus.co.uk>
2854 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
2856         * intl/dcgettext.c: Remove unneeded definition of
2857         internal_function.
2859 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2861         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
2862         instead of do-iconv-test.
2863         ($(objpfx)gconv-modules): Define rule only if objpfx is not
2864         empty.
2866 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2868         * string/string.h: Fix feature test.
2870 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2872         * iconvdata/iso646.c (BODY): Don't use character constants that
2873         depend on signedness of char.
2875 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
2877         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
2878         (sysdep_routines): Add s_pread64 and s_pwrite64.
2880 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
2882         * iconvdata/Makefile (distribute): Remove generated .h files.
2883         * iconvdata/koi8-r.h: Removed.
2884         * iconvdata/latin-greek-1.h: Removed.
2885         * iconvdata/latin-greek.h: Removed.
2887         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
2888         * iconvdata/KOI-8: Likewise.
2889         * iconvdata/KOI-8..UTF8: Likewise.
2890         * iconvdata/KOI8-R: Likewise.
2891         * iconvdata/KOI8-R..UTF8: Likewise.
2893 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2895         * streams/Makefile (headers): Add sys/stropts.h.
2896         * streams/sys/stropts.h: New file.
2898 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2900         * sysdeps/unix/sysv/linux/ttyname.c,
2901         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
2902         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
2904 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2906         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
2907         argument of _itoa_word.
2909 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2911         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
2912         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
2913         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
2914         sigprocmask, resp., instead of EXTRA.
2916         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
2917         s_pread64 and s_pwrite64.
2919 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
2921         * iconvdata/Makefile: Correct rules to generate gap table.
2922         * iconvdata/gap.pl: Simplify.
2924         * iconvdata/TESTS: Name new tests.
2925         * iconvdata/testdata/CP1250: New file.
2926         * iconvdata/testdata/CP1250..UTF8: New file.
2927         * iconvdata/testdata/CP1251: New file.
2928         * iconvdata/testdata/CP1251..UTF8: New file.
2929         * iconvdata/testdata/CP1252: New file.
2930         * iconvdata/testdata/CP1252..UTF8: New file.
2931         * iconvdata/testdata/CP1253: New file.
2932         * iconvdata/testdata/CP1253..UTF8: New file.
2933         * iconvdata/testdata/CP1254: New file.
2934         * iconvdata/testdata/CP1254..UTF8: New file.
2935         * iconvdata/testdata/CP1255: New file.
2936         * iconvdata/testdata/CP1255..UTF8: New file.
2937         * iconvdata/testdata/CP1256: New file.
2938         * iconvdata/testdata/CP1256..UTF8: New file.
2939         * iconvdata/testdata/CP1257: New file.
2940         * iconvdata/testdata/CP1257..UTF8: New file.
2942 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
2944         * iconvdata/Makefile: Add rules for ISO-2022-KR.
2945         * iconvdata/iso-2022-kr.c: New file.
2947         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
2948         and ISO-2022-KR.
2950 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
2952         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
2953         iso8859-8 and iso8859-10.
2954         * iconvdata/iso8859-5.c: Change to use gap method.
2955         * iconvdata/iso8859-7.c: Likewise.
2956         * iconvdata/iso8859-8.c: Likewise.
2957         * iconvdata/iso8859-10.c: Likewise.
2959         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
2960         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
2961         end of the loop.
2962         * iconvdata/iso-2022-jp.c: New file.
2964         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
2965         * iconvdata/ksc5601.h: Unify function interfaces.
2966         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
2967         * iconvdata/uhc.c: Likewise.
2969         * iconvdata/gb2312.h: Use correct types.
2971         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
2972         size elements of data.
2974 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2976         * string/tst-svc.expect: Adapt for change in .input.
2977         * string/tst-svc.input: More tests.
2979 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
2981         * iconvdata/Makefile: Add rules for new modules.
2982         * iconvdata/gconv-modules: Likewise.
2983         * iconvdata/cp737.c: New file.
2984         * iconvdata/cp737.h: New file.
2985         * iconvdata/cp775.c: New file.
2986         * iconvdata/cp775.h: New file.
2987         * iconvdata/cp874.c: New file.
2988         * iconvdata/cp874.h: New file.
2990 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
2992         * iconvdata/Makefile: Create target directory before generating
2993         headers.
2995 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2997         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
2998         __USER_LABEL_PREFIX__.
2999         (__ASMNAME, __ASMNAME2): New macros.
3001 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3003         * elf/dl-load.c: Include sys/param.h for MAX.
3005 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
3007         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
3008         __ftruncate the strong symbol, and add weak alias.
3009         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3011 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3013         * termios/cfsetspeed.c: Make code cleaner and add missing const.
3014         Patch by Joe Keane <jgk@jgk.org>.
3016         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
3017         free()ing.
3019 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
3021         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
3022         Patch by Thomas Bushnell, n/BSG.
3024 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3026         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
3028 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3030         * iconvdata/Makefile: Put generated headers in build directory.
3032 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
3034         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
3035         strsep as current directory.
3037         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
3038         Java.  Add definitions for unicodelittle implementation.
3039         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
3040         * iconv/gconv_simple.c: Define unicodelittle functions.
3042         * iconv/iconv_prog.c: Make program print information about position
3043         of illegal character in input.
3045         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
3046         comparison of charset name.
3047         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
3048         * iconvdata/ebcdic-at-de-a.c: Likewise.
3049         * iconvdata/ebcdic-at-de.c: Likewise.
3050         * iconvdata/ebcdic-ca-fr.c: Likewise.
3051         * iconvdata/euccn.c: Likewise.
3052         * iconvdata/eucjp.c: Likewise.
3053         * iconvdata/euckr.c: Likewise.
3054         * iconvdata/euctw.c: Likewise.
3055         * iconvdata/hp-roman8.c: Likewise.
3056         * iconvdata/iso6937.c: Likewise.
3057         * iconvdata/iso8859-1.c: Likewise.
3058         * iconvdata/iso8859-10.c: Likewise.
3059         * iconvdata/iso8859-2.c: Likewise.
3060         * iconvdata/iso8859-3.c: Likewise.
3061         * iconvdata/iso8859-4.c: Likewise.
3062         * iconvdata/iso8859-5.c: Likewise.
3063         * iconvdata/iso8859-6.c: Likewise.
3064         * iconvdata/iso8859-7.c: Likewise.
3065         * iconvdata/iso8859-8.c: Likewise.
3066         * iconvdata/iso8859-9.c: Likewise.
3067         * iconvdata/johab.c: Likewise.
3068         * iconvdata/koi-8.c: Likewise.
3069         * iconvdata/koi8-r.c: Likewise.
3070         * iconvdata/latin-greek-1.c: Likewise.
3071         * iconvdata/latin-greek.c: Likewise.
3072         * iconvdata/sjis.c: Likewise.
3073         * iconvdata/t61.c: Likewise.
3074         * iconvdata/uhc.c: Likewise.
3076         * iconvdata/iso646.c: Add support for more ISO 646 variants.
3077         * iconvdata/TESTS: Add tests for ISO646 module.
3078         * iconvdata/gconv-modules: Add new modules.
3079         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
3080         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
3081         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
3082         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
3083         * iconvdata/testdate/DIN_66003: Likewise.
3084         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
3085         * iconvdata/testdate/DS_2089: Likewise.
3086         * iconvdata/testdate/DS_2089..UTF8: Likewise.
3087         * iconvdata/testdate/ES: Likewise.
3088         * iconvdata/testdate/ES..UTF8: Likewise.
3089         * iconvdata/testdate/ES2: Likewise.
3090         * iconvdata/testdate/ES2..UTF8: Likewise.
3091         * iconvdata/testdate/GB_1988-80: Likewise.
3092         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
3093         * iconvdata/testdate/IT: Likewise.
3094         * iconvdata/testdate/IT..UTF8: Likewise.
3095         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
3096         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
3097         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
3098         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
3099         * iconvdata/testdate/JUS_I.B1.002: Likewise.
3100         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
3101         * iconvdata/testdate/KSC5636: Likewise.
3102         * iconvdata/testdate/KSC5636..UTF8: Likewise.
3103         * iconvdata/testdate/MSZ_7795.3: Likewise.
3104         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
3105         * iconvdata/testdate/NC_NC00-10: Likewise.
3106         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
3107         * iconvdata/testdate/NF_Z_62-010: Likewise.
3108         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
3109         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
3110         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
3111         * iconvdata/testdate/NS_4551-1: Likewise.
3112         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
3113         * iconvdata/testdate/NS_4551-2: Likewise.
3114         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
3115         * iconvdata/testdate/PT: Likewise.
3116         * iconvdata/testdate/PT..UTF8: Likewise.
3117         * iconvdata/testdate/PT2: Likewise.
3118         * iconvdata/testdate/PT2..UTF8: Likewise.
3119         * iconvdata/testdate/SEN_850200_B: Likewise.
3120         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
3121         * iconvdata/testdate/SEN_850200_C: Likewise.
3122         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
3124         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
3125         * iconvdata/cns11643l1.h: Likewise.
3126         * iconvdata/latin-greek-1.h: Likewise.
3127         * iconvdata/latin-greek.h: Likewise.
3128         * iconvdata/koi8-r.h: Likewise.
3129         * iconvdata/jis0212.h: Likewise.
3130         * iconvdata/gb2312.h: Likewise.
3131         * iconvdata/ksc5601.h: Likewise.
3133         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
3135         * iconvdata/Makefile: Add rules for lots of more modules.
3136         * iconvdata/cp1250.c: New file.
3137         * iconvdata/cp1251.c: New file.
3138         * iconvdata/cp1252.c: New file.
3139         * iconvdata/cp1253.c: New file.
3140         * iconvdata/cp1254.c: New file.
3141         * iconvdata/cp1255.c: New file.
3142         * iconvdata/cp1256.c: New file.
3143         * iconvdata/cp1257.c: New file.
3144         * iconvdata/ebcdic-dk-no-a.c: New file.
3145         * iconvdata/ebcdic-dk-no.c: New file.
3146         * iconvdata/ebcdic-es-a.c: New file.
3147         * iconvdata/ebcdic-es-s.c: New file.
3148         * iconvdata/ebcdic-es.c: New file.
3149         * iconvdata/ebcdic-fi-se-a.c: New file.
3150         * iconvdata/ebcdic-fi-se.c: New file.
3151         * iconvdata/ebcdic-fr.c: New file.
3152         * iconvdata/ebcdic-is-friss.c: New file.
3153         * iconvdata/ebcdic-it.c: New file.
3154         * iconvdata/ebcdic-pt.c: New file.
3155         * iconvdata/ebcdic-uk.c: New file.
3156         * iconvdata/ebcdic-us.c: New file.
3157         * iconvdata/ibm037.c: New file.
3158         * iconvdata/ibm038.c: New file.
3159         * iconvdata/ibm1004.c: New file.
3160         * iconvdata/ibm1026.c: New file.
3161         * iconvdata/ibm1047.c: New file.
3162         * iconvdata/ibm256.c: New file.
3163         * iconvdata/ibm273.c: New file.
3164         * iconvdata/ibm274.c: New file.
3165         * iconvdata/ibm275.c: New file.
3166         * iconvdata/ibm277.c: New file.
3167         * iconvdata/ibm278.c: New file.
3168         * iconvdata/ibm280.c: New file.
3169         * iconvdata/ibm281.c: New file.
3170         * iconvdata/ibm284.c: New file.
3171         * iconvdata/ibm285.c: New file.
3172         * iconvdata/ibm290.c: New file.
3173         * iconvdata/ibm297.c: New file.
3174         * iconvdata/ibm420.c: New file.
3175         * iconvdata/ibm423.c: New file.
3176         * iconvdata/ibm424.c: New file.
3177         * iconvdata/ibm437.c: New file.
3178         * iconvdata/ibm500.c: New file.
3179         * iconvdata/ibm850.c: New file.
3180         * iconvdata/ibm851.c: New file.
3181         * iconvdata/ibm852.c: New file.
3182         * iconvdata/ibm855.c: New file.
3183         * iconvdata/ibm857.c: New file.
3184         * iconvdata/ibm860.c: New file.
3185         * iconvdata/ibm861.c: New file.
3186         * iconvdata/ibm862.c: New file.
3187         * iconvdata/ibm863.c: New file.
3188         * iconvdata/ibm864.c: New file.
3189         * iconvdata/ibm865.c: New file.
3190         * iconvdata/ibm868.c: New file.
3191         * iconvdata/ibm869.c: New file.
3192         * iconvdata/ibm870.c: New file.
3193         * iconvdata/ibm871.c: New file.
3194         * iconvdata/ibm875.c: New file.
3195         * iconvdata/ibm880.c: New file.
3196         * iconvdata/ibm891.c: New file.
3197         * iconvdata/ibm903.c: New file.
3198         * iconvdata/ibm904.c: New file.
3199         * iconvdata/ibm905.c: New file.
3200         * iconvdata/ibm918.c: New file.
3202         * locale/iso-4217.def: Update.
3203         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
3205         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
3206         formats.
3208 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3210         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
3211         LD_LIBRARY_PATH.
3213 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3215         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
3216         * Makefile: Likewise.
3217         * posix/Makefile: Likewise.
3218         * sysdeps/mach/hurd/Makefile: Likewise.
3220 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3222         * sysdeps/mach/hurd/bits/dirent.h: New file.
3223         * sysdeps/mach/hurd/readdir64.c: New file.
3224         * sysdeps/mach/hurd/readdir64_r.c: New file.
3226 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3228         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
3229         dprintf): Synchronize declarations with libio/stdio.h.
3231 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3233         * elf/dlerror.c (dlerror): Don't assume that
3234         __libc_internal_tsd_get is defined.  __libc_getspecific is already
3235         well-protected, so just use it directly.
3237 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3239         * io/ftw.h (ftw): Fix typo.
3241 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3243         * sysdeps/gnu/utmp_file.c: Fix typo.
3245 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3247         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
3248         one part of a test fails move on to the next test.
3250 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
3252         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
3254 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3256         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
3257         as pointers, not signed integers.
3259 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3261         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
3263 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3265         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
3266         asm symbol name of functions.
3267         * include/features.h: Kill redundant test.
3269         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
3270         * io/ftw.h: Likewise.
3271         * io/sys/stat.h: Likewise.
3272         * io/sys/statfs.h: Likewise.
3273         * io/sys/statvfs.h: Likewise.
3274         * libio/stdio.h: Likewise.
3275         * resource/sys/resource.h: Likewise.
3276         * rt/aio.h: Likewise.
3278         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
3279          __FAVOR_BSD.
3280         * signal/signal.h: Use new macros for BSD vs. SysV signal().
3282         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
3283         a dummy library.
3284         * misc/bsd-compat.c: Removed.
3286 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
3288         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
3289         function declaration.
3290         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
3291         and use them in conversion function.
3292         * iconvdata/Makefile (modules): Re-add ISO6446.
3293         * iconvdata/TEST: Add tests for ASCII variants.
3294         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
3295         * iconvdata/testdata/ANSI_X3.4-1968: New file.
3296         * iconvdata/testdata/BS_4730: New file.
3297         * iconvdata/testdata/BS_4730..UTF8: New file.
3299 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
3301         * iconv/gconv.h (struct gconv_step): Add element stateful.
3302         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
3303         to zero for all internal conversions.
3304         * iconv/skeleton.c: Initialize stateful depending on whether or not
3305         RESET_STATE is defined to one or zero respectively.
3306         * stdlib/mblen.c: Use stateful element of currently selected
3307         converter for result if S is NULL.
3308         * stdlib/mbtowc.c: Likewise.
3309         * stdlib/wctomb.c: Likewise.
3311 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
3313         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
3315         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
3317         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
3318         character in comparison with uint32_t.
3319         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
3320         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
3321         Optimize BODY a bit.
3323         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
3324         be defined.
3326         * iconv/skeleton.c: Also reset converted counter in case of an error.
3327         Call reset function using correct value for output buffer start.
3329         * iconvdata/Makefile: Re-enable tests.
3331         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
3332         value for to-conversion.
3334         * iconvdata/TESTS: Add new third column.
3335         * iconvdata/run-iconv-test.sh: Add support for charsets which are
3336         not ASCII based.
3337         * iconvdata/testdata/suntzus: New file.
3339         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
3340         while reading.  Correctly used base.  Little optimization.
3341         (__strtoul_internal): Likewise.
3343         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
3344         was wrong.  Use explicit variable.
3346 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3348         * configure.in: Check for awk.
3349         * config.make.in: Add AWK to be substituted.
3351         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
3352         * manual/users.texi: Fix typo exposed by above rewrite.
3354         * Makefile: Invoke awk using AWK variable.
3355         * csu/Makefile: Likewise.
3356         * elf/Makefile: Likewise.
3357         * mach/Makefile: Likewise.
3358         * manual/Makefile: Likewise.
3359         * sysdeps/gnu/Makefile: Likewise.
3360         * sysdeps/mach/hurd/Makefile: Likewise.
3361         * sysdeps/unix/Makefile: Likewise.
3362         * timezone/Makefile: Likewise.
3364 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
3366         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
3367         array index translation.
3368         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
3369         these are defined.
3371         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
3373         * sysdeps/mach/hurd/errlist.c: New file.
3374         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
3375         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
3376         semantics, so rename it.
3378 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3380         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
3381         conversions.
3383 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
3385         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
3386         * wcsmbs/wcsnrtombs.c: Likewise.
3388 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
3390         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
3392         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
3394         * time/strftime.c (my_strftime): Initialize pad variable in
3395         declaration.
3397         * iconvdata/big5.c: Don't use character constants in comparisons
3398         with unsigned value.
3400 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
3402         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
3403         __libc_siglongjmp to GLIBC_2.1.
3405         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
3406         __strerror_r.
3408         * iconv/Makefile: Don't run tests now.
3410         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
3411         with correct output buffer.
3413         Major rewrite of the low-level gconv functionality.
3414         * iconv/gconv.c: Rewritten.
3415         * iconv/gconv.h: Likewise.
3416         * iconv/gconv_builtin.c: Likewise.
3417         * iconv/gconv_builtin.h: Likewise.
3418         * iconv/gconv_conf.c: Likewise.
3419         * iconv/gconv_int.h: Likewise.
3420         * iconv/gconv_open.c: Likewise.
3421         * iconv/gconv_simple.c: Likewise.
3422         * iconv/iconv.c: Likewise.
3423         * iconvdata/8bit-gap.c: Likewise.
3424         * iconvdata/8bit-generic.c: Likewise.
3425         * iconvdata/Makefile: Likewise.
3426         * iconvdata/big5.c: Likewise.
3427         * iconvdata/cns11643.c: Likewise.
3428         * iconvdata/cns11643.h: Likewise.
3429         * iconvdata/cns11643l1.c: Likewise.
3430         * iconvdata/cns11643l1.h: Likewise.
3431         * iconvdata/ebcdic-at-de-a.c: Likewise.
3432         * iconvdata/ebcdic-at-de.c: Likewise.
3433         * iconvdata/ebcdic-ca-fr.c: Likewise.
3434         * iconvdata/euccn.c: Likewise.
3435         * iconvdata/eucjp.c: Likewise.
3436         * iconvdata/euckr.c: Likewise.
3437         * iconvdata/euctw.c: Likewise.
3438         * iconvdata/gb2312.c: Likewise.
3439         * iconvdata/gb2312.h: Likewise.
3440         * iconvdata/hp-roman8.c: Likewise.
3441         * iconvdata/iso646.c: Likewise.
3442         * iconvdata/iso6937.c: Likewise.
3443         * iconvdata/iso8859-1.c: Likewise.
3444         * iconvdata/iso8859-10.c: Likewise.
3445         * iconvdata/iso8859-2.c: Likewise.
3446         * iconvdata/iso8859-3.c: Likewise.
3447         * iconvdata/iso8859-4.c: Likewise.
3448         * iconvdata/iso8859-5.c: Likewise.
3449         * iconvdata/iso8859-6.c: Likewise.
3450         * iconvdata/iso8859-7.c: Likewise.
3451         * iconvdata/iso8859-8.c: Likewise.
3452         * iconvdata/iso8859-9.c: Likewise.
3453         * iconvdata/jis0201.c: Likewise.
3454         * iconvdata/jis0201.h: Likewise.
3455         * iconvdata/jis0208.c: Likewise.
3456         * iconvdata/jis0208.h: Likewise.
3457         * iconvdata/jis0212.c: Likewise.
3458         * iconvdata/jis0212.h: Likewise.
3459         * iconvdata/johab.c: Likewise.
3460         * iconvdata/koi-8.c: Likewise.
3461         * iconvdata/koi8-r.c: Likewise.
3462         * iconvdata/ksc5601.c: Likewise.
3463         * iconvdata/ksc5601.h: Likewise.
3464         * iconvdata/latin-greek-1.c: Likewise.
3465         * iconvdata/latin-greek.c: Likewise.
3466         * iconvdata/run-iconv-test.sh: Likewise.
3467         * iconvdata/sjis.c: Likewise.
3468         * iconvdata/t61.c: Likewise.
3469         * iconvdata/uhc.c: Likewise.
3470         * wcsmbs/btowc.c: Likewise.
3471         * wcsmbs/mbrtowc.c: Likewise.
3472         * wcsmbs/mbsnrtowcs.c: Likewise.
3473         * wcsmbs/mbsrtowcs.c: Likewise.
3474         * wcsmbs/wcrtomb.c: Likewise.
3475         * wcsmbs/wcsmbsload.c: Likewise.
3476         * wcsmbs/wcsnrtombs.c: Likewise.
3477         * wcsmbs/wcsrtombs.c: Likewise.
3478         * wcsmbs/wctob.c: Likewise.
3479         * iconv/loop.c: New file.
3480         * iconv/skeleton.c: New file.
3482         * stdlib/mblen.c: Handle empty input string correctly.
3483         * stdlib/mbtowc.c: Likewise.
3485         * posix/getopt.c: Various cleanups.
3487         * sysdeps/arm/bits/setjmp.h: Add copyright text.
3488         * sysdeps/i386/bits/setjmp.h: Likewise.
3489         * sysdeps/m68k/bits/setjmp.h: Likewise.
3490         * sysdeps/powerpc/bits/setjmp.h: Likewise.
3491         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
3493         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
3494         and make longjmp weak alias.
3496 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
3498         * iconv/Makefile (routines): Only include gconv_dl if building for
3499         an ELF system - dynamic linking is not available on a.out.
3500         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
3501         due to above check.
3502         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
3503         routines from gconv_dl.
3505 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
3507         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
3508         we can compile without libio.
3510 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
3512         * sysdeps/mach/hurd/Subdirs: Remove login.
3514 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
3516         * db2/compat.h: Include <errno.h>, to make sure we get the
3517         definition of EFTYPE before we define it ourselves.
3519 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
3521         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
3522         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
3523         Fix typo to allow inclusion from sys/ioctl.h again.
3525 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3527         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
3529 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3531         * libc.map: Export __strerror_r.  Remove _strerror_internal.
3533 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3535         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
3536         Also undefine __strcasestr.
3538 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3540         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
3541         aliases do not work with global variables due to copy relocations.
3543 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
3545         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
3547 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
3549         * signal/sighold.c: Include stddef.h for NULL definition.
3550         * signal/sigrelse.c: Likewise.
3551         * sysdeps/posix/sigignore.c: Likewise.
3552         * sysdeps/posix/sigset.c: Likewise.
3553         * sysdeps/posix/waitid.c: Likewise.
3554         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
3555         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
3556         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3557         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
3558         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3560 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
3562         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
3563         * login/getutent.c (getutxent): Remove alias.
3564         * login/getutent_r.c (setutxent, pututxline, endutxent):
3565         Remove aliases.
3566         * login/getutid.c (getutxid): Remove alias.
3567         * login/getutline.c (getutxline): Remove alias.
3568         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
3569         __getutid, __getutline and __pututline.
3570         * login/utmpx.h: Moved to ...
3571         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
3572         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
3573         and updwtmpx.
3574         * login/updwtmp.c: Moved to ...
3575         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
3576         allowing file name transformation.
3577         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
3578         additional file name transformation.
3579         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
3580         * login/utmp_file.c: Moved to ...
3581         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
3582         Generalized by allowing file name transformation.  Do not
3583         print error message.  Library functions should not print them.
3584         Reported by Jim Meyering.
3585         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
3586         with additional file name transformation.
3587         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
3588         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
3589         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
3590         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
3591         and bits/utmpx.h.
3592         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
3593         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
3594         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
3595         Define if __USE_GNU.
3596         * sysdeps/generic/setutxent.c: New file.
3597         * sysdeps/generic/getutxent.c: New file.
3598         * sysdeps/generic/endutxent.c: New file.
3599         * sysdeps/generic/getutxid.c: New file.
3600         * sysdeps/generic/getutxline.c: New file.
3601         * sysdeps/generic/pututxline.c: New file.
3602         * sysdeps/generic/utmpxname.c: New file.
3603         * sysdeps/generic/updwtmpx.c: New file.
3604         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
3605         * sysdeps/generic/bits/utmpx.h: Remove.
3607 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
3609         * posix/wordexp-test.c (main): Initialize ifs element of ts for
3610         ~root test.
3612 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
3614         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
3616 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
3618         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
3619         variable using _G_stat64.
3620         * libio/fileops.c: Remove macro definition of fstat, it is in the
3621         global header.
3622         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
3624 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
3626         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
3627         <willy@odie.barnet.ac.uk>.
3629 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
3631         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
3632         required by IPv6 Basic API.
3633         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
3634         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
3635         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
3636         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
3638 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
3640         Don't name internal representation since it might be different from
3641         the external form (namely on little endian machines).
3642         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
3643         UCS4 into references to INTERNAL.
3644         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
3645         Add endianess support to UCS functions.  Change references to
3646         UCS4 into references to INTERNAL.
3647         * iconv/gconv_int.h: Change references to UCS4 into references to
3648         INTERNAL.
3649         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
3650         * iconvdata/gconv-modules: Change accordingly.
3651         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
3653         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
3654         overflow.
3655         * iconvdata/8bit-gap.c: Likewise.
3656         * iconvdata/8bit-generic.c: Likewise.
3657         * iconvdata/big5.c: Likewise.
3658         * iconvdata/euccn.c: Likewise.
3659         * iconvdata/eucjp.c: Likewise.
3660         * iconvdata/euckr.c: Likewise.
3661         * iconvdata/euctw.c: Likewise.
3662         * iconvdata/iso646.c: Likewise.
3663         * iconvdata/iso6937.c: Likewise.
3664         * iconvdata/iso8859-1.c: Likewise.
3665         * iconvdata/johab.c: Likewise.
3666         * iconvdata/sjis.c: Likewise.
3667         * iconvdata/t61.c: Likewise.
3668         * iconvdata/uhc.c: Likewise.
3670         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
3671         * iconvdata/8bit-generic.c: Likewise.
3673         * iconvdata/TESTS: Add more tests.
3675         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
3677 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
3679         * iconvdata/Makefile: Better rules to run tests.
3681         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
3682         * iconvdata/testdata/ISO-8859-10: Likewise.
3683         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
3684         * iconvdata/testdata/ISO-8859-2: Likewise.
3685         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
3686         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
3687         * iconvdata/testdata/ISO-8859-3: Likewise.
3688         * iconvdata/testdata/ISO-8859-4: Likewise.
3689         * iconvdata/testdata/ISO-8859-5: Likewise.
3690         * iconvdata/testdata/ISO-8859-6: Likewise.
3691         * iconvdata/testdata/ISO-8859-7: Likewise.
3692         * iconvdata/testdata/ISO-8859-8: Likewise.
3693         * iconvdata/testdata/ISO-8859-9: Likewise.
3695 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
3697         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
3698         intermediate result (if available).
3700         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
3701         last change.
3703         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
3704         (distribute): Add run-iconv-test.sh and testdata/*.
3706         * stdlib/testmb.c (main): Simplify mbc array handling.
3708 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3710         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
3711         return value on overflow.
3713 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3715         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
3716         bits.
3718 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3720         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
3721         of non-standard function setbuffer.
3723 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3725         * stdio-common/perror.c: Include <string.h> for __strerror_r.
3727 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
3729         * iconvdata/Makefile: Add rules to run tests.
3730         * iconvdata/TESTS: New file.
3731         * iconvdata/run-iconv-test.sh: New file.
3732         * iconvdata/testdata/ISO-8859-1: New file.
3734         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
3735         not stdout.
3737 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
3739         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
3740         counter element of step.
3742         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
3744         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
3745         termination test.
3746         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
3747         ACTUALLY.
3748         (__gconv_transform_utf8_ucs4): Correct test for empty input.
3750 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
3752         * Makefile: Include makeconfig before defining rule to regenerate
3753         configure files.
3755         * configure.in: Remove restriction on compiling without static
3756         libs.
3758 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
3760         * test-skeleton.c: Provide hook for initializing code before the fork.
3761         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
3762         removed.
3764         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
3765         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
3766         * libio/libioP.h: Adopt _IO_cleanup prototype.
3768         * stdlib/Makefile (tests): Add test-canon2.
3769         * stdlib/test-canon2.c: New file.
3770         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
3771         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
3772         symlink sequences.
3773         (__realpath): Make real function which checks RESOLVED parameter for
3774         not being NULL.
3776 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
3778         * catgets/open_catalog.c (__open_catalog): Fix problems with
3779         reading non-files.  Always close file.
3780         Reported by Cristian Gafton <gafton@redhat.com>.
3782         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
3784 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
3786         * libc.map: Add various low-level I/O functions.
3788 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
3790         * string/Makefile (routines): Remove strerror_r.
3791         * string/strerror_r.c: Removed.
3792         * string/strerror.c: Call __strerror_r for doing the real work.
3793         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
3794         add weak alias strerror_r.
3795         * sysdeps/mach/_strerror.c: Likewise.
3796         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
3797         * elf/dl-error.c (_dl_signal_error): Likewise.
3798         * elf/dl-profile.c (_dl_start_profile): Likewise.
3799         * gmon/gmon.c (write_gmon): Likewise.
3800         * stdio-common/perror.c: Likewise.
3801         * stdio-common/vfprintf.c: Likewise.
3803 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
3805         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
3806         (sysdep_headers): Add netatalk/at.h.
3808 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3810         * manual/socket.texi, manual/creature.texi, manual/time.texi:
3811         Formatting fixes.
3813 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3815         * posix/regex.c: Rename __re_syntax_options back to
3816         re_syntax_options, aliases do not work with global variables due
3817         to copy relocations.
3818         (regex_compile): Use syntax parameter instead of
3819         re_syntax_options.
3821 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3823         * configure.in: Document that enable-force-install is default.
3825 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
3827         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
3828         all needed 36 bits.
3829         * sysdeps/posix/mkstemp.c: Likewise.
3831 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
3833         * iconvdata/8bit-gap.c: Simplify step data handling.
3834         * iconvdata/8bit-generic.c: Likewise.
3835         * iconvdata/big5.c: Likewise.
3836         * iconvdata/euccn.c: Likewise.
3837         * iconvdata/eucjp.c: Likewise.
3838         * iconvdata/euckr.c: Likewise.
3839         * iconvdata/euctw.c: Likewise.
3840         * iconvdata/iso6937.c: Likewise.
3841         * iconvdata/iso8859-1.c: Likewise.
3842         * iconvdata/jis0208.h: Likewise.
3843         * iconvdata/jis0212.c: Likewise.
3844         * iconvdata/jis0212.h: Likewise.
3845         * iconvdata/johab.c: Likewise.
3846         * iconvdata/ksc5601.h: Likewise.
3847         * iconvdata/sjis.c: Likewise.
3848         * iconvdata/t61.c: Likewise.
3849         * iconvdata/uhc.c: Likewise.
3851 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
3853         * manual/texinfo.texi: Updated from last version.
3855 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
3857         * iconvdata/cns11643.c: New file.
3858         * iconvdata/cns11643.h: New file.
3859         * iconvdata/cns11643l1.c: New file.
3860         * iconvdata/cns11643l1.h: New file.
3861         * iconvdata/euctw.c: New file.
3862         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
3863         * iconvdata/gconv-modules: Likewise.
3865         * iconvdata/eucjp.c: Several bug fixes and improvements.
3866         * iconvdata/gb2312.h: Likewise.
3867         * iconvdata/jis0201.h: Likewise.
3868         * iconvdata/jis0208.h: Likewise.
3869         * iconvdata/jis0212.h: Likewise.
3871 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
3873         * iconvdata/eucjp.c: New file.
3874         * iconvdata/euccn.c: New file.
3875         * iconvdata/gb2312.h: New file.
3876         * iconvdata/gb2312.c: New file.
3877         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
3878         * iconvdata/gconv-modules: Likewise.
3880         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
3882 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
3884         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
3885         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
3886         Patch by Mark Hatle <fray@kernel.crashing.org>.
3888 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
3890         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
3891         comment.
3892         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
3893         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
3895 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
3897         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
3899         * iconvdata/Makefile: Add rules for big5 conversion.
3900         * iconvdata/gconv-modules: Likewise.
3901         * iconvdata/big5.c: New file.
3903         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
3904         Patch by Jim Meyering.
3906 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
3908         * rt/tst-aio.c: Add test for aio_read and lio_listio.
3910         * rt/lio_listio.c: Correct total counter handling.
3912         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
3913         from request queue.
3915         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
3916         of signal on exit even more.
3918         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
3919         instead of call to pthread_cond_init.
3920         * rt/lio_listio.c (lio_listio): Likewise.
3921         * rt/lio_listio64.c (lio_listio64): Likewise.
3923         * nis/nis_findserv.c: Include sys/socket.h.
3925 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
3927         * Makeconfig (rtobjdir): New variable.
3928         (rpath-link): Add rtobjdir and thread directory, if available.
3930         * test-skeleton.c: Add support to remove temporary files.
3931         Always define test_dir.  Improve message about expected signal.
3933         * rt/Makefile (tests): Add tst-aio.
3934         Add rules for tst-aio to be linked with librt and thread library.
3935         * rt/aio_misc.c: Correct fundamental bugs.
3936         * rt/aio_suspend.c: Correct bug in test for available request.
3937         Initialize conditional variable.
3938         * rt/lio_listio.c: Initialize conditional variable.
3939         * rt/lio_listio64.c: Likewise.
3940         * rt/tst-aio.c: New file.
3942         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
3943         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
3944         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
3945         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
3946         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
3947         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
3948         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
3950 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
3952         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
3954 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
3956         * elf/dl-load.c (open_path): Use correct name for test whether
3957         directory in load path exists.
3959         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
3960         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
3961         Patches by Tom Rini <trini@kernel.crashing.org>.
3963         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
3964         * wcsmbs/wcstod_l.c: Likewise.
3965         * wcsmbs/wcstold_l.c: Likewise.
3967         * include/byteswap.h: New file.
3969         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
3970         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
3972         * inet/getnameinfo.c (getnameinfo): Change parameter to match
3973         declaration.  Patch by Richard Henderson.
3975 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3977         * manual/process.texi (SIGCHLD example): Save errno.
3979 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
3981         * posix/regex.c: Define regerror really as __regerror.
3982         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
3983         regerror and regfree.
3985         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
3986         * stdlib/strtod_l.c: Likewise.
3987         * stdlib/strtold_l.c: Likewise.
3989         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
3991         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
3993         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
3994         Patch by Christian Gafton.
3996 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
3998         * manual/socket.texi (Interface Naming): Correct @deftypefun line
3999         for if_indextoname.
4001 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4003         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
4005         * manual/socket.texi (Interface Naming): Fix typo.
4007 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4009         * manual/examples/filesrv.c (main): Remove filename first.
4011         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
4012         ?F_UNIX.
4014         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
4015         instead of PF_UNIX.
4017         * manual/examples/filecli.c (main): Use AF_LOCAL
4018         instead of AF_UNIX.
4020 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
4022         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
4023         signgam weak alias.
4024         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
4025         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
4026         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
4027         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
4028         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
4029         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
4031         * login/utmp_daemon.c (open_socket): Use __connect not connect.
4033 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4035         * configure.in: Add new option --enable-force-install.  Substitute
4036         force_install.
4037         * config.make.in (force-install): Set from configure.
4038         * Makerules (force-install): New phony target.
4039         * Makeconfig (+force): New variable.
4040         * Makefile: Use it in dependency list of installation targets.
4041         * db/Makefile: Likewise.
4042         * db2/Makefile: Likewise.
4043         * elf/Makefile: Likewise.
4044         * hurd/Makefile: Likewise.
4045         * iconv/Makefile: Likewise.
4046         * iconvdata/Makefile: Likewise.
4047         * intl/Makefile: Likewise.
4048         * localedata/Makefile: Likewise.
4049         * login/Makefile: Likewise.
4050         * po/Makefile: Likewise.
4051         * sunrpc/Makefile: Likewise.
4052         * sysdeps/mach/hurd/Makefile: Likewise.
4053         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
4054         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4055         * timezone/Makefile: Likewise.
4057 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4059         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
4060         alloc_size.  Pass return value of getcwd syscall to realloc.
4062 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4064         * manual/socket.texi: Spelling fixes.
4066 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4068         * elf/dl-load.c (print_search_path): Remove unused variable.
4070 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
4072         * login/utmp_file.c: use __ftruncate not ftruncate.
4073         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
4074         for system call and make ftruncate weak alias.
4075         * posix/unistd.h: Add prototype for __ftruncate.
4076         * login/utmp_daemon.c (open_socket): Use __socket not socket.
4077         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
4078         instead of snprintf and readv.
4079         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
4080         snprintf.
4081         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
4082         directly.
4084 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
4086         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
4087         * iconv/gconv_db.c: Use __ protected regex functions.
4088         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
4089         * posix/getopt_init.c: Use __getpid not getpid.
4090         * posix/regex.c: Rename all global functions to start with __ and
4091         make old names weak aliases.
4092         * posix/regex.h: Adopt prototypes for this.
4093         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
4094         a weak alias and use __getcwd instead of getcwd.
4095         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
4096         * stdlib/strtod.c: Use __btowc instead of btowc.
4097         * stdlib/strtol.c: Likewise.
4098         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
4099         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
4100         and sys_errlist are weak.
4101         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
4102         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
4103         * wcsmbs/mbsnrtowcs.c: Likewise.
4104         * wcsmbs/mbsrtowcs.c: Likewise.
4105         * wcsmbs/wcsnrtombs.c: Likewise.
4106         * wcsmbs/wcsrtombs.c: Likewise.
4107         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
4108         weak alias.
4109         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
4110         * wctype/wctype.c: Define function as __wctype and make wctype
4111         weak alias.
4112         * wctype/wctype.h: Declare __wctype.
4114 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
4116         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
4118 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4120         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
4121         stat64.
4122         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
4123         functions.
4124         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
4125         for __llseek.
4126         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4127         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
4128         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
4129         make it a weak alias.
4130         * posix/unistd.h: Declare __lseek64.
4132         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
4133         (_IO_file_stat): Fix typo.
4134         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
4135         block size from the file.  Use __mempcpy if _LIBC.
4137 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
4139         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
4140         * wcsmbs/mbrtowc.c: Likewise.
4141         * wcsmbs/mbsnrtowcs.c: Likewise.
4142         * wcsmbs/mbsrtowcs.c: Likewise.
4143         * wcsmbs/wcrtomb.c: Likewise.
4144         * wcsmbs/wcsnrtombs.c: Likewise.
4145         * wcsmbs/wcsrtombs.c: Likewise.
4146         * wcsmbs/wctob.c: Likewise.
4148         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
4149         position of next output character correctly.
4150         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
4152         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
4154         * stdlib/strtod.c: Don't use mbtowc.
4156 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
4158         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
4159         what we want is smaller than a buffer.
4161 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
4163         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
4164         this function.
4166 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
4168         * configure.in: Recognize --with-headers flag and determine
4169         commandline options to be used in compilation.
4170         * Makeconfig (+includes): Use $(sysincludes).
4171         * config.make.in (sysincludes): Define from SYSINCLUDES.
4172         * glibcbug.in: Use SYSINCLUDES information.
4173         Patches by Zack Weinberg.
4175 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4177         * glibcbug.in: On linux, report version of kernel headers seen
4178         by compiler.
4180 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
4182         * libc.map: Add __asprintf to GLIBC_2.1.
4183         * elf/dlerror.c: Use __asprintf, not asprintf.
4184         * libio/stdio.h: Declare __asprintf.
4185         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
4186         a weak alias.
4188         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
4189         to avoid inclusion from libc_pic.a.
4191         * elf/dl-runtime.c: Undo last patch.
4193         * stdlib/strtod.c: Don't use mbtowc, use btowc.
4195         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
4196         as default, use NULL.
4198 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4200         * resolv/Makefile: Include ../Makeconfig - needed for building
4201         static NSS module.
4203 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4205         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
4206         static-nss since we don't want hesiod in the static NSS.
4208         * nss/Makefile: Build only nss_files as static.
4210         * nss/function.def: Remove support for service db.
4212 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
4214         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
4216 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
4218         * posix/wordexp-test.c: Make IFS per test-case.
4220 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4222         * glibcbug.in: Report version of gcc in use.  Remove unused variable
4223         ENVIRONMENT.
4225 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
4227         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
4228         `-print-file-name' to find as and ld.
4230 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
4232         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
4233         template is wrong.  Remove unused varaible `ignored'.
4235 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4237         * libc.map: Export __libc_sa_len.
4239         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
4241 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
4243         * iconv/gconv.c: Take care for NULL arguments.
4244         * iconv/gconv_dl.c: Make find_func function global.
4245         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
4246         Add prototypes for ASCII conversion functions.
4247         * iconv/gconv_simple.c: Add ASCII conversion functions.
4248         * locale/C-ctype.c: Correct charset name.
4250         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
4251         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
4252         wcsmbsload.
4253         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
4254         * wcsmbs/mbrtowc.c: Likewise.
4255         * wcsmbs/mbsnrtowcs.c: Likewise.
4256         * wcsmbs/mbsrtowcs.c: Likewise.
4257         * wcsmbs/wcrtomb.c: Likewise.
4258         * wcsmbs/wcsnrtombs.c: Likewise.
4259         * wcsmbs/wcsrtombs.c: Likewise.
4260         * wcsmbs/wctob.c: Likewise.
4261         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
4262         prototypes for wmemr*.
4263         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
4264         * wcsmbs/wcsnlen.c: New file.
4265         * wcsmbs/wcsmbsload.c: New file.
4266         * wcsmbs/wcsmbsload.h: New file.
4268         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
4270         * manual/install.texi: Describe some more critical points.
4272         * string/string.h: Add prototype for __strnlen.
4273         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
4275         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
4276         much less predictable names.
4277         * sysdeps/posix/mkstemp.c: Likewise.
4279 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4281         * manual/libc.texinfo (Top): Change "file namespace" to "local
4282         namespace".
4284         * manual/socket.texi: Change file namespace to local namespace.
4285         (Out-of-Band Data): Remove unneeded variable link.
4286         (Host Address Functions): Use uint32_t consequently and add a
4287         number of clarifications for IPv4/IPv6, classless addresses.
4288         (Internet Namespace): Added some paragraphs about IPv6.
4289         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
4291 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
4293         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
4295         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
4296         (NI_NUMERICHOST, et al.): Tidy up and add comments.
4297         (AI_NUMERICHOST): Define.
4298         (getnodebyname): New prototype.
4299         (AI_V4MAPPED, et al.): New constants.
4301         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
4302         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
4303         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
4304         for socket.
4305         * sysdeps/unix/sysv/linux/sa_len.c: New file.
4306         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
4308         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
4310         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
4311         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
4312         * socket/Makefile (headers): Add bits/sockunion.h.
4313         * socket/sys/socket.h: Include <bits/sockunion.h>
4314         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
4315         <sys/socket.h>, to avoid getting sockaddr_union defined.
4316         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
4317         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4318         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
4320         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
4321         (2.2.x kernels won't have it).
4323 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
4325         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
4326         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
4327         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
4328         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
4330 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
4332         * manual/socket.texi (Socket Addresses): Fix a typo.
4333         (Interface Naming): New section.
4335 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4337         * configure.in: Check for CC using $ac_tool_prefix, to handle
4338         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
4339         * config.make.in: Add MIG to be substituted.
4340         * mach/Machrules: Don't define MIG variable.
4342         Patch by Gordon Matzigkeit <gord@profitpress.com>.
4344 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
4346         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
4347         strdupa to copy rpath.
4349 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4351         * configure.in: Fix gcc version check.
4353         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
4354         confusing.
4356 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
4358         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
4359         of ptsname_r.
4361         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
4362         like ttyname_r.
4363         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
4364         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
4365         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
4366         of __ptsname_r accordingly.
4367         * login/openpty.c (openpty): Likewise.
4369 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
4371         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
4373 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4375         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
4377         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
4379 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4381         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
4382         return value for better error checking.
4384 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
4386         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
4387         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
4389         * elf/elf.h (EM_SPARC64): Remove.
4390         (EM_SPARC32PLUS, EM_SPARCV9): Add.
4391         (HWCAP_SPARC_V9): Add.
4393         * elf/ldsodefs.h (_dl_hwcap): Declare.
4394         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
4395         Weaken so dlopen from static progies works.
4396         (WEAKADDR): New macro.
4397         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
4398         (LD_SO_PRELOAD): New macro.
4399         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
4400         (elf_machine_rela): Weaken _dl_rtld_map.
4402         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
4403         to __clone, and remove the later's alias.
4404         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
4406         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
4407         the kernel's structure.
4409         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
4410         Sparc needs a custom value of __KERNEL_NCCS.
4412 1998-04-06  Richard Henderson  <rth@cygnus.com>
4414         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
4416         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
4417         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4419 1998-04-06  Richard Henderson  <rth@cygnus.com>
4421         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
4422         as the buffer is not properly aligned.
4423         Reported by Juan Cespedes <cespedes@debian.org>.
4425 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4427         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
4428         instead of AF_FILE.
4430 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
4432         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
4433         and wc*tomb* functions.
4435 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
4437         * sysdeps/unix/start.c: Fix typo.
4439 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
4441         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
4443 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
4445         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
4446         expressions and using array variables.
4447         * sysdeps/libm-ieee754/e_asin.c: Likewise.
4448         * sysdeps/libm-ieee754/e_j0.c: Likewise.
4449         * sysdeps/libm-ieee754/e_j1.c: Likewise.
4450         * sysdeps/libm-ieee754/e_log.c: Likewise.
4451         * sysdeps/libm-ieee754/e_pow.c: Likewise.
4452         * sysdeps/libm-ieee754/k_cos.c: Likewise.
4453         * sysdeps/libm-ieee754/k_sin.c: Likewise.
4454         * sysdeps/libm-ieee754/k_tan.c: Likewise.
4455         * sysdeps/libm-ieee754/s_atan.c: Likewise.
4456         * sysdeps/libm-ieee754/s_erf.c: Likewise.
4457         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
4458         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
4459         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
4461 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
4463         * iconv/gconv.c: Rewrite of the low-level of gconv.
4464         * iconv/gconv.h: Likewise.
4465         * iconv/gconv_builtin.h: Likewise.
4466         * iconv/gconv_close.c: Likewise.
4467         * iconv/gconv_db.: Likewise.
4468         * iconv/gconv_dl.c: Likewise.
4469         * iconv/gconv_int.h: Likewise.
4470         * iconv/gconv_open.c: Likewise.
4471         * iconv/gconv_simple.c: Likewise.
4472         * iconvdata/8bit-gap.c: Adapt for rewrite.
4473         * iconvdata/8bit-generic.c: Likewise.
4474         * iconvdata/euckr.c: Likewise.
4475         * iconvdata/iso646.c: Likewise.
4476         * iconvdata/iso6937.c: Likewise.
4477         * iconvdata/iso8859-1.c: Likewise.
4478         * iconvdata/johab.c: Likewise.
4479         * iconvdata/sjis.c: Likewise.
4480         * iconvdata/t61.c: Likewise.
4481         * iconvdata/uhc.c: Likewise.
4483 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
4485         * iconv/gconv_int.h: New file.  Internal header.
4486         * iconv/Makefile (distribute): Add gconv_int.h.
4487         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
4488         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
4489         * iconv/gconv_close.c: Likewise.
4490         * iconv/gconv_conf.c: Likewise.
4491         * iconv/gconv_db.c: Likewise.
4492         * iconv/gconv_dl.c: Likewise.
4493         * iconv/gconv_int.h: Likewise.
4494         * iconv/gconv_open.c: Likewise.
4495         * iconv/iconv.c: Likewise.
4496         * iconv/iconv_close.c: Likewise.
4497         * iconv/iconv_open.c: Likewise.
4498         * iconv/iconv_prog.c: Likewise.
4500 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
4502         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
4503         missing braces.
4505 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4507         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
4509 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
4511         Based on patch from Pat Beirne:
4512         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
4513         PIC and non-PIC now.  Correctly negate error number.
4514         (errno): Use `%' not `@' in .type directives.
4516 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
4518         * sysdeps/i386/strtok.S: Change to use single exit point.
4519         * sysdeps/i386/i686/strtok.S: Likewise.
4521 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4523         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
4524         default.
4526 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4528         * Makerules (installed-libcs): Fix typo.
4530 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4532         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
4533         (UHC-routines): Remove ksc5601.
4535 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
4537         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
4538         introduced in last change.
4540 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
4542         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
4543         before 2.1.92.
4545 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4547         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
4549         * stdlib/isomac.c: Use -isystem instead of -I for system include
4550         dir.
4552 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
4554         * resolv/res_comp.c (underscorechar): New.
4555         (middlechar): Allow '_'.
4557 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4559         * intl/explodename.c (stdlib.h): Include that file only if
4560         STDC_HEADERS or _LIBC.
4561         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
4562         Patch by Philippe De Muyter <phdm@macqel.be>.
4564 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4566         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
4567         (AC_PROG_CHECK_VER): New macro.
4568         * configure.in: Use AC_PROG_CHECK_VER to check versions of
4569         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
4571 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
4573         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
4574         * sysdeps/i386/i686/strtok.S: New file
4575         * sysdeps/i386/i686/strtok_r.S: New file
4577 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
4579         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
4580         type to __off64_t.
4581         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
4582         parameter as __off64_t instead of __off_t.
4583         (ftello): Make alias for ftello64 instead of ftello.  Change
4584         return type to __off64_t.
4586 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4588         * sysdeps/i386/bits/string.h: Fix various typos.
4589         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
4591         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
4593 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4595         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
4596         lchown syscall correctly.  [PR libc/541].
4598 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
4600         * localedata/Makefile: Correct testsuite rules.
4602         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
4603         * iconvdata/iso646.c: Fix conversion from UCS4.
4605         * elf/ldsodefs.h: Mark internal function with internal_function.
4606         * elf/dl-addr.c: Likewise.
4607         * elf/dl-close.c: Likewise.
4608         * elf/dl-debug.c: Likewise.
4609         * elf/dl-deps.c: Likewise.
4610         * elf/dl-error.c: Likewise.
4611         * elf/dl-fini.c: Likewise.
4612         * elf/dl-init.c: Likewise.
4613         * elf/dl-load.c: Likewise.
4614         * elf/dl-lookup.c: Likewise.
4615         * elf/dl-object.c: Likewise.
4616         * elf/dl-open.c: Likewise.
4617         * elf/dl-profile.c: Likewise.
4618         * elf/dl-reloc.c: Likewise.
4619         * elf/dl-runtime.c: Likewise.
4620         * elf/dl-symbol.c: Likewise.
4621         * elf/dl-version.c: Likewise.
4622         * elf/dlerror.c: Likewise.
4623         * sysdeps/generic/dl-sysdep.c: Likewise.
4624         * sysdeps/i386/dl-machine.h: Likewise.
4625         * intl/finddomain.c: Likewise.
4626         * intl/gettextP.h: Likewise.
4627         * intl/loadmsgcat.c: Likewise.
4629 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
4631         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
4632         * iconv/gconv_builtin.h: Add definitions for new builtins.
4633         * iconv/gconv.h: Add prototypes for new builtins.
4635         * iconvdata/Makefile (modules): Add ISO646.
4636         Add rules for ISO646 module.
4637         (distribute): Add iso646.c.
4638         * iconvdata/gconv-modules: Add module and alias definition for
4639         ISO646 charsets.
4640         * iconvdata/iso646.c: New file.
4642 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
4644         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
4645         * iconv/iconv_prog.c: Implement --list option to print available
4646         coded character sets.
4648 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4650         Make fread() read large blocks straight to the user buffer.
4652         * libio/fileops.c (_IO_file_xsgetn): New function.
4653         (_IO_file_jumps): Use it.
4654         * libio/libioP.h: Prototype it.
4656 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4658         * iconv/gconv_conf.c (builtin_aliases): New variable.
4659         (__gconv_read_conf): Add builtin aliases.
4660         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
4661         noop macro before including gconv_builtin.h.
4662         * iconv/gconv_builtin.h: Add alias names.
4664         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
4665         number of converted bytes correctly.
4667 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4669         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
4670         we only wait for a replay.
4672 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4674         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
4675         EUC-KR modules.
4677 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
4679         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
4680         use PLTJMP() rather than explicit (PLT).
4682         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
4683         __libc_start_main().
4685         Based on patch from Pat Beirne:
4686         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
4687         Always define, not only #ifndef PIC.
4688         (DO_CALL): Pass fifth argument correctly in R4.
4689         (PSEUDO): Correct test for error, call syscall_error through PLT
4690         if PIC.
4692 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
4694         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
4695         definitions.
4697 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4699         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
4700         JOHAB.so.
4702 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
4704         * io/Makefile (static-only-routines): Add stat64, fstat64 and
4705         lstat64.
4707 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4709         * manual/Makefile: Use object-suffixes-for-libc instead of
4710         object-suffixes.
4711         * rpm/Makefile (install-lib): Likewise.
4713 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4715         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
4717         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
4718         `m68*', not only `m68k'.
4720 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4722         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
4724         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
4725         install lddlibc4.
4727 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4729         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
4730         EUC-KR.
4732         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
4733         comment.
4735 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
4737         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
4738         the init stuff.
4740 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4742         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
4743         adjtimex syscall.
4744         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
4745         adjtimex.
4746         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
4748 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4750         * Makerules (install): Change comment for libc.so following the
4751         libc_nonshared changes.
4753 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4755         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
4757         * iconvdata/gap.pl: Avoid using %#06x.
4759 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4761         * Makerules: Use $? instead of S^ when invoking ar.
4763 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4765         * db2/compat.h: Allow EFTYPE being defined.
4766         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
4767         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
4768         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
4769         * sysdeps/mach/bits/libc-lock.h: Fix typo.
4770         (__libc_once): Correctly unlock semaphore.
4771         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
4772         * sysdeps/unix/bsd/getpt.c: Fix typo.
4773         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
4775 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4777         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
4778         macros.
4780 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
4782         * include/mntent.h: New file.
4784         * elf/Makefile (trusted-dirs.h): Append slash to filename.
4785         * elf/dl-load.c: Rewrite search path handling.
4786         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
4787         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
4788         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
4789         * elf/ldsodefs.h: Add prototype.
4791 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
4793         * nss/nsswitch.c (__nss_lookup): Adjust comment.
4795         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
4796         function.
4798         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
4800         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
4801         New function.
4802         (HWCAP_IMPORTANT): New definition.
4804 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
4806         * elf/dl-open.c (_dl_open): Fix a typo.
4807         (_dl_global_scope_alloc): Make it static.
4809 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
4811         * Makerules: Remove duplicate rules to handle stamp.oS.
4813 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4815         * manual/examples/inetsrv.c (main): Change prototype of
4816         make_socket following change in mkisock.c.
4818         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
4819         example host.
4820         (main): Change prototype of init_sockaddr following change in
4821         isockadd.c.
4823         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
4824         * manual/examples/isockad.c (init_sockaddr): Likewise.
4826         * manual/examples/mkfsock.c (make_named_socket): Removed blank
4827         lines for clarification.
4828         (make_named_socket): Use strncpy instead of strcpy.
4829         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
4831 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
4833         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
4834         determining libs to remove.
4835         (postclean): Add soversions.mk.
4836         * Makerules (common-mostlyclean): Add tests-static and generated
4837         files.
4839 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
4841         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
4842         scanning for \0.
4843         (__strncat_g): Add i686 specific code.
4845 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4847         * manual/install.texi (Reporting Bugs): Ask to include section
4848         names in reports.
4850 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4852         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
4853         guard against direct inclusion.
4855 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4857         Rework support for libc_nonshared.a:
4858         * Makeconfig (object-suffixes-for-libc): New variable.
4859         * Rules: Remove handling of static-only and shared-only routines.
4860         * Makerules: Handle them here instead.  Use
4861         object-suffixes-for-libc instead of object-suffixes when dealing
4862         with libc objects.
4863         (object-suffixes-for-rules): Remove variable.
4864         (elide-routines.oS): Elide all routines except static-only
4865         routines.
4866         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
4867         empty.
4868         (installed-libcs): Remove special case for .oS.
4869         (rmobjs): Likewise.
4871 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4873         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
4874         do-tst-rpmatch): New targets.
4875         (test): Use them.
4876         (install-locales): Ignore comment lines.
4878 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4880         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
4881         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
4882         ($(objpfx)rtldtbl.h): Likewise.
4883         (CPPFLAGS-dl-load.c): Fix reference to object directory.
4885 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
4887         * manual/string.texi (Finding Tokens in a String): Extend strsep
4888         description and correct example.
4890 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4892         * manual/socket.texi: Remove misguided explicit line breaks and
4893         fix the formatting problem instead by reformulating the
4894         paragraphs.
4895         * manual/filesys.texi: Likewise.
4896         * manual/conf.texi: Likewise.  Don't typeset table with index
4897         fonts, that looks worse than a minimally overfull line.
4899 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4901         * nscd/Makefile (nscd-modules): Move definition outside of
4902         conditional.
4904         * pwd/Makefile: Use have-thread-library to test for thread
4905         library.
4907 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4909         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
4911         * iconvdata/uhc.c (gconv): Remove unused variable idx.
4913 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
4915         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
4917 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
4919         * nss/getXXent_r.c: Correctly handle failing setXXent function.
4921         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
4922         Reported by Andreas Jaeger.
4924 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
4926         * elf/Makefile: Fix typo.
4927         (distribute): Add dl-librecon.h.
4928         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
4929         * elf/ldd.sh.in: Likewise.
4930         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
4931         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
4932         Use strsep correctly.
4933         (process_envvars): Allow platform specific variables.
4934         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
4935         (_dl_load_cache_lookup): Test cache IDs found against
4936         _dl_correct_cache_id.
4937         * sysdeps/generic/dl-librecon.h: New file.
4938         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
4940         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
4942 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
4944         * config.make.in (ldd-rewrite-script): New variable.
4945         * configure.in: Substitute ldd-rewrite-script.
4946         * elf/Makefile: Rewrite rules to generate ldd script.
4947         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
4948         * elf/ldd.sh.in: Likewise.
4949         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
4950         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
4951         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
4952         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
4953         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
4955 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4957         * inet/rcmd.c (iruserok): Remain setuid to the local user
4958         while .rhosts is actually read, to make .rhosts-over-NFS work
4959         (PR libc/524).  Use iruserfopen() for security checks on both
4960         hosts.equiv and .rhosts.  General cleanup.
4961         (iruserfopen): New function, performs careful checking on
4962         hosts.equiv/.rhosts files.  Disallows all the old forbidden
4963         stuff plus hard links to files.
4965 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
4967         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
4969         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
4971 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
4973         * sysdeps/i386/i486/bits/string.h: Fix typos.
4975 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
4977         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
4978         strong alias.
4980         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
4982         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
4983         Added.  Used by libm.so on alpha.
4985 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4987         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
4988         defined.
4990 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
4992         * Makerules (object-suffixes-for-rules): Add .oS only for
4993         building shared library.
4994         Add ranlib rule for nonshared library.
4995         (rmobjs): Fix typo.
4997         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
4998         into for shared library only.
4999         (CPPFLAGS-.oS): Add -DPIC.
5000         (libtypes): Use $(object-suffixes-for-rules) instead of
5001         $(object-suffixes).
5003 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
5005         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
5006         and install lddlibc4.
5008 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5010         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
5011         hash.
5012         * iconvdata/gaptab.pl: Likewise.
5014 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
5016         * Rules: Allow Makefiles to specify test-static for tests which
5017         cannot be linked dynamically.
5018         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
5019         tests-static.
5021         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
5023         * misc/error.c: Pretty print.
5025 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5027         * Makerules (libc_nonshared-name): Remove variable.
5028         (installed-libcs): Use libc-name instead.
5029         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
5030         dynamic linker.
5032         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
5033         libc.a.  Remove explicit reference to dynamic linker.
5035 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
5037         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
5038         to wchar_t.
5039         * iconv/iconv_prog.c: Correctly test for write failure.
5040         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
5041         * iconvdata/gconv-modules: Likewise.
5042         * iconvdata/euckr.c: New file.
5043         * iconvdata/johab.c: New file.
5044         * iconvdata/ksc5601.c: New file.
5045         * iconvdata/ksc5601.h: New file.
5046         * iconvdata/uhc.c: New file.
5047         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
5049         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
5050         * stdio/fopen.c: Correct handling of 'x' flag.
5051         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
5053 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5055         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
5056         * sunrpc/rpcsvc/key_prot.x: Likewise.
5057         * sunrpc/key_prot.c: Likewise.
5059 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
5061         * sysdeps/i386/bits/string.h: Correct things which never worked.
5062         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
5063         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
5065 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
5067         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
5068         defined.  Reported by Thorsten Kukuk.
5070 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
5072         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
5074 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5076         * manual/install.texi (Supported Configurations): Add
5077         arm-linuxaout and arm-none.
5079 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5081         * version.h (VERSION): Bump to 2.0.93.
5083 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
5085         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
5087         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
5089         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
5090         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
5092 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5094         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
5096 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5098         Put the static-only routines in a separate library.
5099         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
5100         variables.
5101         (all-object-suffixes): Add .oS.
5102         * Makerules (libc_static-name): New variable.
5103         (installed-libcs): Add libc_nonshared.a.
5104         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
5105         (object-suffixes-for-rules): New variable.  Use it instead of
5106         object-suffixes for generating compilation rules.
5107         (rmobjs): Also remove *.oS.
5108         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
5109         ($(objpfx)stamp.oS): New target.
5111 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5113         * Makefile (FAQ): Automatically check in regenerated FAQ.
5115 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5117         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
5119 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
5121         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
5122         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
5124         * sysdeps/generic/stub_warning: Removed.
5126         * Makefile (distribute): Add include/des.h.
5128         * manual/Makefile (distribute): Change dir-add.texi to
5129         dir-add.texinfo.
5131         * glibcbug.in: Create files safely when mktemp is not available.
5133         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
5134         Patch by a sun <asun@saul1.u.washington.edu>.
5136 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5138         * libc.map: Rename getname to getnetname.
5140 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
5142         * manual/maint.texi: Use supported platform in examples.
5144         * manual/install.texi: Document some installation tips.
5146 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
5148         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
5149         Fix a bug so that it returns an error if a numeric parameter is
5150         unset and WRDE_UNDEF is set.
5151         Patch by Andreas Schwab and Tim Waugh.
5152         * posix/wordexp-test.c: Add new new test.
5154 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
5156         * posix/regex.c (regex_compile): Last patch wasn't entirely
5157         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
5159 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5161         * manual/filesys.texi (Scanning Directory Content): Fix typo.
5163 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
5165         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
5166         clobbered registers don't appear as operands.
5168 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5170         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
5171         Solaris' sake.
5173         * posix/regex.c (regex_compile): Don't allow non-alphabet
5174         characters in character set name.
5176 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
5178         * posix/wordexp.c (w_newword): New function.
5179         (do_parse_glob): New function.
5180         (parse_glob): Use do_parse_glob.  Now handles the case where a
5181         variable expansion causes a field-split.
5182         (wordexp): Use w_newword.
5183         (parse_arith): Likewise.
5184         (exec_comm): Likewise.
5185         (parse_comm): Likewise.
5186         (parse_param): Likewise.
5187         (parse_backtick): Likewise.
5189 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
5191         * posix/wordexp-tst.sh: Another test.
5193         * posix/wordexp-test.c: Two new tests.
5195         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
5196         directly (the code using realloc was buggy).
5197         (parse_param): Fix typo in comment.
5199 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5201         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
5203 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5205         * libc.map: Add more rpc auth functions/variables.
5207         * nscd/nscd.c: Add -g option to argp options.
5209 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5211         * configure.in: Be prepared for gcc 2.9.10 and up.
5212         * configure.in: Add missing disabling of quote characters in
5213         compiler version check.  Reported by HJ Lu.
5215 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5217         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
5219 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5221         * intl/locale.alias: Fix spelling of romanian.
5223         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
5224         (distribute): Remove des.h.
5225         * include/des.h: New file.
5226         * sunrpc/des.h: Moved to ...
5227         * sunrpc/rpc/rpc_des.h: ...here.
5229 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
5231         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
5232         Fix paren.
5234 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5236         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
5237         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
5239 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5241         * elf/ldsodesf.h: New file.
5242         * elf/Makefile (distribute): Add ldsodefs.h.
5243         * elf/link.h: Separate internal information in exter header.
5244         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
5245         * elf/dl-minimal.c: Likewise.
5246         * sysdeps/generic/dl-sysdep.c: Likewise.
5247         * elf/sprof.c: Likewise.
5248         * elf/dlsym.c: Likewise.
5249         * elf/dlvsym.c: Likewise.
5250         * elf/dlerror.c: Likewise.
5251         * elf/dladdr.c: Likewise.
5252         * elf/dlclose.c: Likewise.
5253         * elf/dlopen.c: Likewise.
5254         * elf/dl-addr.c: Likewise.
5255         * elf/dl-close.c: Likewise.
5256         * elf/dl-debug.c: Likewise.
5257         * elf/dl-deps.c: Likewise.
5258         * elf/dl-error.c: Likewise.
5259         * elf/dl-fini.c: Likewise.
5260         * elf/dl-init.c: Likewise.
5261         * elf/dl-load.c: Likewise.
5262         * elf/dl-lookup.c: Likewise.
5263         * elf/dl-object.c: Likewise.
5264         * elf/dl-open.c: Likewise.
5265         * elf/dl-profile.c: Likewise.
5266         * elf/dl-reloc.c: Likewise.
5267         * elf/dl-runtime.c: Likewise.
5268         * elf/dl-support.c: Likewise.
5269         * elf/dl-symbol.c: Likewise.
5270         * elf/dl-version.c: Likewise.
5271         * sysdeps/generic/dl-cache.c: Likewise.
5272         * sysdeps/generic/libc-start.c: Likewise.
5273         * iconv/gconv_dl.c: Likewise.
5274         * nss/nsswitch.c: Likewise.
5276 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
5278         * manual/nss.texi: The database is not called network but networks.
5279         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
5281 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5283         * configure.in: Correct test for compiler version.
5284         Check that LD_LIBRARY_PATH doesn't contain current path.
5286 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
5288         * elf/dl-close.c (_dl_close): Fix byte count while removing
5289         the shared object from the global scope list and optimize
5290         a little bit.
5292 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5294         * manual/filesys.texi (Scanning Directory Content): Add missing
5295         closing brace.
5296         (Scanning Directory Content): Fix text.
5298 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5300         * manual/memory.texi (Heap Consistency Checking): Add paragraph
5301         explaining difference of -lmcheck and MALLOC_CHECK_.
5303 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5305         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
5306         typos in comments.
5308 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5310         * test-skeleton.c (main): Fix test for exit signal.
5312 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5314         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
5316 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5318         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
5319         appropriate.
5321 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5323         * libc.map: Export __strtok_r.
5325 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
5327         * posix/regex.c (re_compile_fastmap): Remove unused variable
5328         num_regs and adjust comment.
5329         Patch by Jim Meyering <meyering@ascend.com>.
5331         * math/math.h (M_*l): Extend long double constants to be usable
5332         for 128 bit floats.  Patch by Richard Henderson.
5334 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5336         * sysdeps/m68k/m68020/wordcopy.S: New file.
5338 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
5340         * posix/wordexp.c: Rewrite parse_param.
5341         Patch by Tim Waugh and Andreas Schwab.
5343 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5345         * Rules: Update timestamps on empty object files.
5347 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
5349         * manual/filesys.texi (Scanning Directory Content): Add description
5350         of 64 bits scandir function and friends.
5352 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5354         * glibcbug.in: Use mktemp to generate unique file name for
5355         temporary files.
5357         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
5358         ptsname_r.  Use cast for execve call.
5360 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
5362         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
5363         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
5364         * io/sys/statvfs.h: New file.
5365         * sysdeps/generic/fstatvfs.h: New file.
5366         * sysdeps/generic/statvfs.h: New file.
5367         * sysdeps/generic/fstatvfs64.h: New file.
5368         * sysdeps/generic/statvfs64.h: New file.
5369         * sysdeps/generic/bits/statvfs.h: New file.
5370         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
5371         * sysdeps/unix/sysv/linux/statvfs.c: New file.
5372         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
5374         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
5375         and f_ffree elements.
5377         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
5378         mount options in enum.
5380 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5382         * configure.in: Check for recent egcs/gcc.
5384 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5386         * libc.map: Add alphasort64, scandir64, versionsort64.
5387         * dirent/Makefile (routines): Add scandir64, alphasort64, and
5388         versionsort64.
5389         * dirent/alphasort64.c: New file.
5390         * dirent/scandir64.c: New file.
5391         * dirent/versionsort64.c: New file.
5392         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
5393         versionsort.
5394         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
5395         old name weak alias.
5396         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
5398         * dirent/alphasort.c: Use strcoll instead of strcmp.
5400         * dirent/scandir.c: Optimize a bit.
5402         * dirent/versionsort.c: Pretty print.
5404 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5406         * string/string.h: Add prototype for __strtok_r.
5408 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5410         * posix/Makefile: Fix typo in last change.
5412 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5414         * dirent/dirent.h (scandir): Make argument of select function const.
5415         * dirent/scandir.c (scandir): Likewise.
5416         Reported by David.Faure@insa-lyon.fr [PR libc/512].
5418 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
5420         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
5421         weak alias.
5422         * sysdeps/i386/strtok_r.c: Likewise.
5424         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
5425         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
5426         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
5427         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
5428         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
5429         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
5431 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5433         * intl/localealias.c: Remove unneeded define for strdup.
5435 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
5437         * manual/argp.texi: Adjust for better TeX output.
5438         * manual/arith.texi: Likewise.
5439         * manual/conf.texi: Likewise.
5440         * manual/filesys.texi: Likewise.
5441         * manual/header.texi: Likewise.
5442         * manual/lgpl.texinfo: Likewise.
5443         * manual/math.texi: Likewise.
5444         * manual/message.texi: Likewise.
5445         * manual/pattern.texi: Likewise.
5446         * manual/process.texi: Likewise.
5447         * manual/signal.texi: Likewise.
5448         * manual/socket.texi: Likewise.
5449         * manual/startup.texi: Likewise.
5450         * manual/stdio.texi: Likewise.
5451         * manual/terminal.texi: Likewise.
5452         * manual/examples/rprintf.c: Likewise.
5453         * manual/examples/testopt.c: Likewise.
5454         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
5456 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
5458         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
5459         parameter name after seeing a digit if it's enclosed in braces.
5461 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5463         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
5465 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5467         * manual/memory.texi (Heap Consistency Checking): Document
5468         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
5470 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5472         * manual/Makefile: Add missing rules.
5474 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5476         * timezone/Makefile (generated): Define to remove all stamp files.
5478         * sysdeps/generic/strsep.c: Also undefine __strsep.
5480         * string/strdup.c: Undefine __strdup and strdup first.
5481         * string/strndup.c: Likewise.
5483         * string/bits/string2.h: Correct strtok_r and strsep.
5484         Add strndup optimization.
5486         * sysdeps/generic/strsep.c: Little optimization.
5488 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
5490         * string/bits/string2.h: Add optimization for strdup.
5491         Always define __strsep and __strtok_r and make real names available
5492         when feature select macros are defined.
5494 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5496         * manual/install.texi (Installation): Use i486-linux as example
5497         instead of the unsupported sunos4.
5498         (Reporting Bugs): Mention glibcbug script.
5499         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
5501 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5503         * posix/wordexp-tst.sh: Make portable.  Add more tests.
5505         * posix/Makefile (do-globtest do-wordexp-test): New targets.
5507 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
5509         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
5510         * sysdeps/generic/libc-start.c: ...here, replacing former content.
5512         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
5513         netpacket/packet.h.
5515         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
5517 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5519         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
5520         in enumerator for strict standard compliance.
5521         * sysdeps/generic/bits/resource.h: Likewise.
5523 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
5525         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
5526         (PLTJMP): New macro.
5528         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
5529         longjmp() when floating point enabled.
5530         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
5531         * sysdeps/arm/__longjmp.S: Remove floating point code.
5532         * sysdeps/arm/setjmp.S: Likewise.
5534         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
5535         * sysdeps/arm/bsd-_setjmp.S: Likewise.
5537         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
5538         memset().
5540         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
5541         prototype.
5543 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
5545         Based on patches from Pat Beirne and Scott Bambrough:
5547         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
5549         * sysdeps/arm/bits/fenv.h: New file.
5551         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
5552         * sysdeps/arm/elf/setjmp.S: Likewise.
5553         * sysdeps/arm/elf/start.S: Likewise.
5554         * sysdeps/arm/init-first.c: Likewise.
5555         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
5556         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
5557         comment about floating point to reflect current reality.
5559         * sysdeps/unix/arm/brk.S: Support PIC.
5560         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
5561         re-entrant code.
5562         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
5563         return; call syscall_error through PLT.
5564         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
5566 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
5568         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
5569         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
5570         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
5572 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5574         * dirent/list.c (test): Return error value.
5575         (main): Exit with error value.
5577         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
5579         * Makefile (distribute): Add test-skeleton.c.
5580         * test-skeleton.c: New file.
5581         * dirent/Makefile (tests): Add opendir-tst1.
5582         * dirent/opendir-tst1.c: New file.
5584 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5586         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
5587         Optimize memory handling.
5588         * sysdeps/unix/closedir.c: Optmize memory handling.
5590 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
5592         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
5593         handling.  Optimize a bit.
5595 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
5597         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
5598         (parse_param): Fold in Andreas' fixes to do with when the end of
5599         the parameter name has been reached, and quoting inside ${...}.
5600         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
5601         $((echo);(ls)).
5603 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5605         * manual/maint.texi: Split out installation and contribution
5606         sections to their own appendices.  Misc cleanups.
5607         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
5608         * manual/contrib.texi: New file.
5609         * manual/libc.texinfo: Pull in new appendices.
5610         * manual/header.texi: Correct node pointer.
5612 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5614         * manual/process.texi (Process Completion): Clarify return value
5615         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
5617 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5619         * posix/wordexp-test.c: Add more tests.
5620         (testit): Fix logic.
5622         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
5623         /dev/null instead of closing it, close pipe.  Always chop off all
5624         trailing newlines.  Kill and reap child before returning error.
5625         (w_addword, parse_glob): Fix memory leak.
5626         (wordexp): Fix dangling pointer problem.
5628 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
5630         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
5632         * posix/wordexp-test.c (main): Fix little thinkos and typos.
5634         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
5635         directory index by only the language.
5637 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
5639         * posix/wordexp-tst.sh: Store test results in the
5640         ${common_objpfx}posix directory.
5642         * posix/wordexp-test.c: Remove temporary directory afterwards.
5644 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5646         * libc.map: Export internal versions of cancelable functions.
5648 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5650         * Makerules (MAKEFLAGS): Append `r'.
5652 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5654         * Makeconfig: Define have-thread-library, shared-thread-library
5655         and static-thread-library if a thread library is available.  Don't
5656         define rt.
5657         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
5658         nscd-routines to nscd-modules.  Use shared-thread-library and
5659         static-thread-library in dependencies.
5660         * rt/Makefile: Only compile librt if have-thread-library is
5661         defined.
5662         * Makefile (subdirs): Always include rt subdir.
5664 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5666         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
5668 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
5670         * configure.in: Recognize variations for 32 MIPS processors.
5671         Don't assume ELF systems always have .weak, test for .weakext.
5673 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
5675         * configure.in: Irix6 is an ELF platform.
5677 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
5679         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
5680         unmapping the last loaded segment.
5682 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
5684         * configure.in: Set base_os for Irix6.
5685         Correct test for .weakext.
5687 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5689         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
5690         (new_line) to _dl_debug_message call.
5692 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
5694         * posix/wordexp.c (parse_param): Perform field-splitting after
5695         expanding positional parameter.
5697         * posix/wordexp-tst.sh: Test that field-splitting is performed
5698         after expanding positional parameter.
5700         * posix/wordexp.c (parse_param): Fixed memory leak in
5701         field-splitting after parameter expansion.
5703 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
5705         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
5706         (get_toplvl_escape): Correctly terminate loop at EOF.
5707         Patch by Cristian Gafton <gafton@redhat.com>.
5709 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
5711         * string/tester.c (test_strpbrk): Add more strpbrk tests.
5712         (test_strsep): Likewise.  Correct horrible bugs.
5714         * string/bits/string2.h (strcspn): Optimize also reject string of
5715         length 2 and 3.
5716         (strspn): Likewise.
5717         (strpbrk): Likewise.
5718         (strsep): Likewise.  Correct bug with successive separators and
5719         separators at the end of the string.
5720         * sysdeps/generic/strsep.c: Correct bug with successive separators
5721         and separators at the end of the string.
5723 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
5725         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
5726         etc) now handled, as well as $$ (pid).
5728         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
5729         (distribute): Add wordexp-tst.sh.
5731         * posix/wordexp-tst.sh: New file.
5733         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
5734         number of positional parameters.  Renamed substitute_length to
5735         seen_hash.
5736         Don't free(env) is env is NULL.
5738 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
5740         * libc.map: Add pthread_attr_init to GLIBC_2.1.
5742 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
5744         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
5745         for output file replacing gmon.out.
5746         Patch by Dean Gaudet <dgaudet@arctic.org>.
5748 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5750         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
5751         up namespace.  Optimize finding end of line.
5753 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5755         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
5756         securely.  Optimized.
5757         (process_dl_debug): Add ':' to list of separators.  Optimized.
5759 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5761         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
5762         isless, islessequal, islessgreater, isunordered): Return zero or
5763         one.
5765 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
5767         * posix/wordexp-test.c: More tests.
5768         (main): Set up arena for pathname expansion tests (in a temporary
5769         directory).
5770         (testit): Don't check word count or word vector if return value is
5771         non-zero.
5773         * posix/wordexp.c (exec_comm): Always chop off terminating
5774         linefeed (just like bash does).
5775         (parse_param): Change lots of occurrences of "if (!*env)" to "if
5776         (!env || !*env)".
5777         (parse_param): For assignment inside parameter expansion, use all
5778         expanded words in assignment rather than just the first.
5779         (parse_param): Corrected return value for parameter expansion of
5780         an unset variable when WRDE_UNDEF is in effect.
5781         (parse_dollars): Don't field-split if quoted.
5782         (wordexp): Opening brace character isn't allowed unquoted.
5784 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
5786         * elf/dlerror.c: Fix concurrency problems with error string and
5787         number.
5789         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
5790         filter/auxiliary are being loaded.
5792 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
5794         * elf/dlerror.c (last_object_name): Removed.
5795         (dlerror): Don't use last_object_name.
5796         (_dl_error_run): Omit second argument to _dl_catch_error.
5797         * elf/dl-error.c (struct catch): Remove objname member.
5798         (_dl_signal_error): Construct string including objname when given.
5799         (_dl_catch_error): Remove objname handling.
5800         * elf/link.h (_dl_catch_error): Fix prototype and comment.
5801         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
5802         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
5803         * nss/nsswitch.c (nss_dlerror_run): Likewise.
5804         * iconv/gconv_dl.c (dlerror_run): Likewise.
5805         [Corrects PR libc/501].
5807 1998-03-12  Matthias Urlichs <smurf@noris.de>
5809         * nscd/nscd.c: Ignore SIGPIPE.
5811 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
5813         * nscd/nscd_getgr_r.c: Use __ protected names.
5814         * nscd/nscd_getpw_r.c: Likewise.
5816 1998-03-12  Matthias Urlichs <smurf@noris.de>
5818         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
5819         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
5820         null bytes are not transmitted.
5822 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5824         * powerpc/syscalls.list: Correct typo.
5825         * alpha/syscalls.list: Likewise.
5826         * mips/syscalls.list: Likewise.
5828 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
5830         * socket/sys/socket.h: Add prototype for __socket.
5832 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
5834         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
5836         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
5837         constants.
5839         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
5840         definition here.
5841         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
5842         definition here.
5844         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
5845         AF_* and PF_* constants.
5847         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
5849 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
5851         * elf/rtld.c: Update help message.
5852         Install link maps for preloaded objects using main_map as loader.
5854         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
5855         * elf/dl-profile.c: Likewise.
5857         * elf/dlsym.c: Little optimization.
5858         * elf/dlvsym.c: Likewise.
5860 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
5862         * posix/wordexp-test.c: Move test for parameter list at the very
5863         beginning.
5865 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
5867         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
5868         WRDE_REUSE flag is set.
5869         (parse_param): Allow `*', `@', and numbers in parameter names.
5870         (parse_dollars): Differentiate between arithmetic expansion and a
5871         command substitution that starts immediately with a sub-shell
5872         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
5873         (parse_param): Memory allocated with __alloca in a block was
5874         referenced outside that block.  Adjusted to use malloc/free.
5875         (parse_param): Adjusted field-splitting algorithm so that there is
5876         not necessarily a field split at the end of a parameter expansion.
5878 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
5880         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
5881         don't free words that have already been allocated.
5882         (parse_param): A dollar sign on its own will never have a pattern
5883         associated with it (like "${HOME%%/}" has), so don't try to free it.
5884         (parse_glob): Attempt to glob when an unquoted `[' is found
5885         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
5886         (parse_glob): Sorted out quoting in a glob-able word.
5887         (parse_param): Added $* and $@ handling.
5889 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
5891         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
5892         parsing it.
5894 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5896         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
5897         _dl_debug_message.
5899 1998-03-12  Matthias Urlichs  <smurf@noris.de>
5901         * elf/dl-misc.c: Default for debug output should be stderr.
5902         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
5903         * elf/dl-lookup.c: reference_name may be NULL or empty.
5905 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5907         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
5909 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
5911         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
5913         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
5915 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5917         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
5918         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
5920 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5922         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
5923         init stuff.
5925 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
5927         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
5928         flag.
5930         * misc/syslog.c (vsyslog): Don't try to send if not connected to
5931         syslog daemon.
5932         (closelog_internal): Don't do anything if not connected.
5934 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
5936         * libc.map: Add _dl_debug_message.
5937         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
5938         before every line.
5939         * elf/fini.c: Correctly use new _dl_debug_message function.
5940         * elf/init.c: Likewise.
5941         * elf/dl-lookup.c: Likewise.
5942         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
5943         * elf/dl-load.c: Likewise.  Add more debugging prints.
5944         * elf/dl-reloc.c: Likewise.
5945         * elf/dl-version.c: Likewise.
5946         * elf/dl-support.c: Add variables for debugging.
5947         * elf/rtld.c: Likewise.  Recognize new debug options.
5948         * elf/link.h: Declare new variables.
5950         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
5952 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
5954         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
5955         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
5957 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
5959         * posix/wordexp-test.c (command_line_test): New function to allow
5960         testing of specific cases from the command-line.
5962 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
5964         * elf/dl-init.c (_dl_init_next): Print nicer messages.
5965         * elf/dl-fini.c (_dl_fini): Likewise.
5966         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
5968         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
5969         symbol in debug message.
5970         (_dl_lookup_versioned_symbol_skip): Likewise.
5972 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
5974         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
5975         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
5976         * manual/filesys/texi: Document this.
5978 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
5980         * manual/filesys.texi: Document the change below.
5982 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5984         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
5985         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
5987 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
5989         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
5990         instead scope.  If debugging display information about symbol
5991         resolving.
5992         (_dl_lookup_symbol): Call do_lookup with correct parameters.
5993         (_dl_lookup_symbol_skip): Likewise.
5994         (_dl_lookup_versioned_symbol): Likewise.
5995         (_dl_lookup_versioned_symbol_skip): Likewise.
5996         * elf/dl-support.c: Define _dl_debug_symbols.
5997         * elf/link.h: Add declaration for _dl_debug_symbols.
5998         * elf/rtld.c: Define _dl_debug_symbols.
5999         (process_dl_debug): Recognize symbols option.
6001 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
6003         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
6004         in correct format.
6005         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
6006         with correct parameters.
6007         [!PIC]: Initialize __libc_multiple_libcs.
6009 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
6011         * elf/dl-support.c (_dl_debug_bindings): Add definition.
6012         * elf/rtld.c (_dl_debug_bindings): Add definition.
6013         (process_dl_debug): Recognize bindings option.  Update help message.
6014         * elf/link.h (struct link_map): Add l_versyms member.
6015         (_dl_debug_bindings): Add declaration.
6016         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
6017         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
6018         and l_reloc_result.
6019         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
6020         (sym_val): Remove a member, add m as link_map.
6021         (do_lookup): Return result appropriately.
6022         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
6023         Call do_lookup correctly.
6024         (_dl_lookup_symbol_skip): Likewise.
6025         (_dl_lookup_versioned_symbol): Likewise.
6026         (_dl_lookup_versioned_symbol_skip): Likewise.
6028 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
6030         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
6031         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
6033         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
6034         * libc.map: Add chown to GLIBC_2.1.
6035         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
6036         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
6038 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6040         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
6041         weak alias.
6042         * sysdeps/alpha/ffs.c: Likewise.
6043         * sysdeps/am29k/ffs.c: Likewise.
6044         * sysdeps/i386/ffs.c: Likewise.
6045         * sysdeps/i960/ffs.c: Likewise.
6046         * sysdeps/m68k/ffs.c: Likewise.
6047         * sysdeps/m88k/ffs.c: Likewise.
6048         * sysdeps/powerpc/ffs.c: Likewise.
6049         * sysdeps/rs6000/ffs.c: Likewise.
6050         * sysdeps/vax/ffs.s: Likewise.
6051         * string/string.h: Declare __ffs.
6052         * libc.map: Export it.
6053         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
6054         __builtin_ffs, which is not guaranteed to be namespace clean.
6056 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6058         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
6059         table, which is much more likely to exist than debugging symbols.
6060         (printsym): Remove const.
6061         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
6062         header table.
6064         * libc.map: Export __profile_frequency, used by elf/sprof, to
6065         avoid infinite recursion during startup.
6067 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6069         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
6070         Readd lost negate.
6072         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
6074 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
6076         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
6078 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
6080         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
6081         LD_PRELOAD, and LD_VERBOSE.
6082         (dl_main): Use global variables set by process_envvars instead of
6083         calling getenv.
6084         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
6085         LD_LIBRARY_PATH value, this comes with the parameter.
6086         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
6087         ("LD_LIBRARY_PATH") to _dl_init_paths.
6089 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
6091         * elf/rtld.c (dl_main): Delay initialization of path structure if
6092         the dynamically linker is invoked implicitly until we read the
6093         dynamic section.
6095 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
6097         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
6099 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6101         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
6102         Linux 2.0 and 2.1.
6104         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
6106 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
6108         * Makeconfig (nisobjdir): Set to path to nis directory.
6109         (rpath-link): Add nisobjdir.
6110         Patch by Sven Verdoolaege <skimo@kotnet.org>.
6112         * elf/Makefile: Pretty print.
6113         * elf/dl-lookup.c: Include unistd.h.
6114         * elf/dl-runtime.c: Likewise.
6116         * localedata/Makefile (test-srcs): Add tst-rpmatch.
6117         (distribute): Add tst-rpmatch.sh.
6118         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
6120         New tests for rpmatch function by
6121         Jochen Hein <jochen.hein@delphi.central.de>.
6122         * localedata/tst-rpmatch.c: New file.
6123         * localedata/tst-rpmatch.sh: New file.
6125         * localedata/locales/de_DE: Correct yesexpr and noexpr.
6126         * localedata/locales/de_AT: Likewise.
6128         * posix/getopt.c: Update contact address.
6129         * posix/getopt1.c: Pretty print.
6131         * sysdeps/generic/libc-start.c: Do most of the initialization now
6132         here instead of in start.S.
6133         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
6134         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
6136         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
6137         profil_counter to be public.
6139 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
6141         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
6142         (parse_param): Coded parameter length expansion (${#var}).
6143         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
6144         (parse_param): Cleaned up (fixed) error handling.
6146         * posix/wordexp-test.c: IFS now includes non-whitespace character
6147         (comma).  Added more tests.
6149 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
6151         * elf/link.h: Fix typos.
6152         Reported by Andreas Jaeger.
6154         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
6155         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
6157 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
6159         * argp/argp-help.c: Remove last bits of using gettext instead of
6160         dgettext.
6162 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
6164         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
6165         __libc_start_main.
6166         * csu/Makefile (routines): Add libc-start.
6167         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
6168         * elf/dl-lookup.c: Likewise.
6169         * elf/dl-version.c: Likewise.
6170         * sysdeps/i386/dl-machine.h: Likewise.
6171         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
6172         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
6173         _dl_sysdep_message macros which use _dl_sysdep_output.
6174         * elf/dl-fini.c: Write out which destructor is called while debugging.
6175         * elf/dl-init.c: Likewise for constructor.
6176         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
6177         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
6178         _dl_sysdep_message.  Add _dl_sysdep_output.
6179         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
6180         this file can be opened.
6181         For LD_DEBUG=libs also set _dl_debug_impcalls.
6182         * sysdeps/generic/dl-cache.c: Include unistd.h.
6183         * sysdeps/generic/libc-start.c: New file.
6184         * sysdeps/unix/sysv/linux/libc-start.c: New file.
6185         * sysdeps/i386/elf/start.S: Don't call main directly, call
6186         __libc_start_main instead.
6188         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
6190 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
6192         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
6194 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
6196         * argp/argp.h (struct argp): Add new field domain.
6197         * argp/argp-help.c: Change all gettext calls to dgettext and use
6198         domain field from appropriate argp in call.
6199         * argp/argp-parse.c: Likewise.
6201 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
6203         * posix/wordexp-test.c: Change testsuite so that it can run even
6204         for ~root != /root.
6206 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6208         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
6210 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6212         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
6213         Don't store into global errno if we already store through
6214         __errno_location.
6215         * sysdeps/unix/i386/sysdep.S: Likewise.
6216         * sysdeps/unix/alpha/sysdep.S: Likewise.
6217         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
6218         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
6219         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
6220         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
6221         PIC).
6223 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6225         * sysdeps/generic/sysdep.h (L): Remove definition.
6226         * sysdeps/i386/sysdep.h (L): Define it here instead.
6228 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6230         * nis/nis_call.c (__do_niscall): Safe and reset errno.
6232         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
6234 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6236         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
6237         declaration style to avoid warnings.
6239 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
6241         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
6242         "LD_DEBUG".
6244 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6246         * posix/Makefile (tests): Add wordexp-test.
6247         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
6248         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
6250 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
6252         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
6253         dependencies.
6255         * elf/link.h (struct r_search_path_elem): Add two new field for
6256         lib path debugging.
6257         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
6258         variable accordingly.
6259         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
6260         is considered next along with information about load paths.
6261         * sysdeps/generic/dl-cache.c: Likewise.
6262         * elf/dl-support.c: Define _dl_debug_libs.
6263         * elf/genrtldtbl.awk: Add initializers for two new field in
6264         struct r_search_path_elem.
6266 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6268         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
6269         * sysdeps/m68k/lshift.S: Likewise.
6270         * sysdeps/m68k/rshift.S: Likewise.
6271         * sysdeps/m68k/sub_n.S: Likewise.
6272         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
6273         * sysdeps/m68k/m68020/mul_1.S: Likewise.
6274         * sysdeps/m68k/m68020/submul_1.S: Likewise.
6276         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
6277         [_LIBC_REENTRANT]: Don't store into global errno.
6279         * sysdeps/m68k/sysdep.h: New file.
6280         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
6281         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
6282         (DO_CALL): Change to expect syscall name as argument.
6283         (PSEUDO): Pass syscall_name to DO_CALL.
6284         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
6285         errno.
6287 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6289         * elf/rtld.c: Speed up processing of environment variables.  Do
6290         only one run on the environment by avoiding to call getenv.
6291         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
6292         function.  Used by patch above.
6294 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6296         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
6297         running nscd.
6298         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
6299         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
6300         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
6302 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6304         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
6305         module cannot be found.  Reported by Andreas Jaeger.
6307 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6309         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
6310         on platforms which default to unsigned chars.
6311         * nscd/nscd_getpw_r.c: Likewise.
6312         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
6313         defining it.
6315 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6317         * elf/Makefile (install-bin): Change = to += for sprof to install
6318         ldd also.
6320 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
6322         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
6324 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
6326         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
6328 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6330         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
6331         that a failure to connect to nscd doesn't change errno.
6333 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6335         * manual/maint.texi (Reporting Bugs): Change
6336         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
6338         * locale/iso-4217.def: Likewise
6340 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
6342         * manual/texinfo.tex: Updated.
6344 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6346         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
6347         value.
6348         * sysdeps/posix/pathconf.c: Likewise.
6349         * posix/getconf.c: Print `undefined' if pathconf returns -1
6350         without setting errno.
6352 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
6354         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
6355         problem.
6356         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
6357         Patches by Elliot Lee <sopwith@cuc.edu>.
6359 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
6361         * elf/link.h (struct link_map): Add new field l_reloc_result.
6362         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
6363         of relocation for the object to be profiled.
6364         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
6365         to NULL.
6366         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
6367         array here.
6368         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
6369         contains a result from a previous run use this instead of computing
6370         the value again.
6371         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
6373 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6375         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
6376         offsets into the GOT.
6377         (RTLD_START): Likewise.
6379 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
6381         * elf/sprof.c: Cleanup a bit.
6383 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
6385         * sysdeps/generic/sysdep.h (L): New. Define.
6387         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
6389         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
6391         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
6392         to have only one exit point for functions.
6393         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6394         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
6395         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
6396         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
6397         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
6399 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6401         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
6402         reset errno so that errno isn't set to ENOSYS in the first call.
6403         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
6404         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
6405         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
6406         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
6408 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
6410         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
6411         * sysdeps/i386/addmul_1.S: Likewise.
6412         * sysdeps/i386/lshift.S: Likewise.
6413         * sysdeps/i386/mul_1.S: Likewise.
6414         * sysdeps/i386/rshift.S: Likewise.
6415         * sysdeps/i386/sub_n.S: Likewise.
6416         * sysdeps/i386/submul_1.S: Likewise.
6417         * sysdeps/i386/i586/add_n.S: Likewise.
6418         * sysdeps/i386/i586/addmul_1.S: Likewise.
6419         * sysdeps/i386/i586/lshift.S: Likewise.
6420         * sysdeps/i386/i586/mul_1.S: Likewise.
6421         * sysdeps/i386/i586/rshift.S: Likewise.
6422         * sysdeps/i386/i586/sub_n.S: Likewise.
6423         * sysdeps/i386/i586/submul_1.S: Likewise.
6425         * sysdeps/i386/sysdep.h: Extend last change.
6427         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
6428         to have only one exit point for functions.
6430 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6432         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
6433         search.
6435 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
6437         * Makerules: Generate libc.so with absolute paths for the used
6438         shared objects.
6440         * config.make.in: Add MAKEINFO definition.
6442 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6444         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
6445         (ENTRY): Use STABS_FUN.
6446         (END): Use STABS_FUN_END.
6447         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
6449         * elf/Makefile: Add rules to build sprof program.
6450         * elf/sprof.c: New file.
6452 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6454         * misc/syslog.c (openlog_internal): Insert missing closing brace.
6456 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6458         * configure.in: Check for working msgfmt version (from GNU gettext
6459         0.10 or later).
6461 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6463         * configure.in: Avoid //s in sysdirs.
6464         Patch by Roland McGrath.
6466         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
6468 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
6470         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
6471         setting _dl_global_scope for RTLD_GLOBAL.
6473 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6475         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
6476         possible lists of object-suffixes are taken care of.
6478 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
6480         * timezone/private.h: Update from tzcode1998c.
6481         * timezone/zic.c: Likewise.
6482         * timezone/antarctica: Updated from tzdata1998c.
6483         * timezone/asia: Likewise.
6484         * timezone/australasia: Likewise.
6485         * timezone/europe: Likewise.
6486         * timezone/southamerica: Likewise.
6488 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6490         * posix/glob.c (glob_in_dir): Add support for cases insensitive
6491         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
6493 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
6495         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
6496         Changed type of TWO43, TWO52 from float to double.
6497         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
6498         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
6499         Changed type of TWO43 from float to double.
6500         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
6501         Use __isinff.
6503 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
6505         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
6506         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
6507         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
6509 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
6511         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
6512         kernel_termios.h.
6513         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
6514         Clean up random whitespace.
6515         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
6516         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
6517         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
6518         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
6520 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
6522         * shlib-versions: Match alpha*.
6523         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
6524         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
6526         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
6527         Implement copysign* with and without __ prefix.
6528         Likewise for fabs; use builtin for gcc 2.8.
6529         (floor*): New.
6530         (fdim*): New.
6532         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
6533         (R_SPARC*): Match current v9 ABI.
6535         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
6537         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
6538         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
6539         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
6540         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
6541         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
6542         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
6543         * sysdeps/unix/grantpt.c (argv): Fix consts.
6544         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
6545         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6547 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6549         * misc/syslog.c: Change to allow user the interpretation of the
6550         outcome even with syslog having no return value.
6552 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
6554         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
6555         that the number of program headers is >0 (which is wrong for the
6556         loader itself).
6558 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6560         * Makefile (distribute): Add README.libm.
6562 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6564         * time/clocktest.c (main): Correct typo: "--" -> "==".
6566 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
6568         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
6569         inline function.
6570         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
6571         inline functions.
6573         * math/libm.map (__atan2): Added.
6575 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6577         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
6578         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
6580         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
6581         bug.
6583 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6585         * manual/arith.texi (Old-style number conversion): Correct
6586         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
6588 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6590         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
6591         but does not require it.  Handle missing argv[] values gracefully.
6592         * posix/execl.c: Likewise.
6593         * posix/execle.c: Likewise.
6595 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6597         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
6598         bit.
6599         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
6601 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6603         * libc.map: Add __adjtimex.
6605 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6607         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
6608         Remove memset.
6610 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
6612         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
6613         to 64.
6615         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
6617         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
6618         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
6620         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
6621         for shared library.
6623         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
6625         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
6626         Added adjtimex and old_adjtimex.
6628         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
6629         New.
6630         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
6631         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
6633         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
6634         symbols only for shared library.
6635         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6636         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6637         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6638         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6639         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6640         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6641         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6643         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
6644         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6645         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6646         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6647         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6648         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6649         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6650         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6652         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
6653         rusage pointer.
6655         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
6656         New macros.
6657         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
6658         timex and __adjtimex, respectively.
6660         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
6662         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
6664 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
6666         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
6667         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
6669 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
6671         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
6673 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6675         * Makefile.in: Disable built-in rules.
6677 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6679         * sysdeps/i386/fpu/t_exp.c: Move to ...
6680         * sysdeps/libm-i387/t_exp.c: ... here.
6682 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
6684         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
6685         from __exp2_deltatable.
6687 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
6689         * nis/ypclnt.c (yp_master): Check result of strdup.
6690         Patch by Thorsten Kukuk.
6692 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6694         * nis/ypclnt.c: Give clnt handle after error checking free, change
6695         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
6697 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
6699         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
6700         Patch by Joe Keane <jgk@jgk.org>.
6702         * misc/fstab.h (struct fstab): Change fs_type member to be const.
6703         * misc/fstab.c: Remove casts in fs_type assignments.
6705 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6707         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
6708         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
6709         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
6710         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
6711         * sysdeps/powerpc/bits/fenv.h: Likewise.
6712         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
6713         * sysdeps/generic/bits/fenv.h: Likewise.
6714         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
6715         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
6716         * sysdeps/powerpc/test-arith.c (main): Likewise.
6718 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
6720         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
6721         the comparison macros.
6723 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
6725         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
6726         (__log2): Fixed return values.
6727         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
6729 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
6731         * math/math.h (isunordered): Rename local variables to ensure
6732         correct code.  Reported by HJ Lu.
6734 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
6736         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
6737         isless, islessequal, islessgreater, isunordered): Fix syntax for
6738         fucompip instruction.
6739         (isless, islessequal): Fix logic.
6741 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6743         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
6744         (comparisons_test): New tests for comparison macros.
6746 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
6748         * Makeconfig: Filter out frame-pointer effecting options when
6749         compiling profiling or debugging code.
6750         * config.h.in (internal_function): Don't define here if PROF is
6751         defined.
6752         * gmon/gmon.c (__moncontrol): Don't change state if already in error
6753         state.
6754         (__monstartup): If calloc fails set error state and mark array as
6755         not allocated.
6756         (_mcleanup): Don't call write_gmon if in error state.  Don't try
6757         to free array if not  successfully allocated.
6759         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
6760         Include elf.h to get macro definitions.
6761         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
6763 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
6765         * elf/ldd.sh.in: Add compatibility for broken old shells.
6766         * elf/ldd.bash.in: Likewise.
6768 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
6770         * sunrpc/rpc_main.c (open_input): Check pipe return error.
6772         * time/clocktest.c (main): Check signal return error.
6774 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6776         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
6777         "/" and use do-install-program. Reported by Mark M. Kettenis.
6778         (subdir_install):  Likewise.
6780 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6782         * sunrpc/rpc_sample.c: Fix typo.
6784         * nscd/connections.c: Use locale.
6785         * nscd/grpcache.c: Add debug messages, gidtbl should get the
6786           calloc result.
6787         * nscd/nscd.c: Check if init functions fails.
6788         * nscd/nscd_conf.c: Allow disabling of group cache.
6789         * nscd/nscd_getgr_r.c: Fix return code if group not found.
6790         * nscd/pwdcache.c: Fix debug messages.
6792 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6794         * libc.map: Add __monstartup and _mcleanup for profiling support.
6796 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6798         * libc.map: Export __getpagesize, for binary compatibility with
6799         2.0.
6801 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6803         * posix/globtest.sh: Use --library-path instead of
6804         LD_LIBRARY_PATH.
6805         * localedata/sort-test.sh: Likewise.
6806         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
6808 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6810         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
6811         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
6812         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6814         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
6815         kernel_sigaction): Define.
6816         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
6817         kernel_sigaction): Define.
6819 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6821         * math/libm-test.c: Change epsilons for libm-ieee754.
6823 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
6825         * sysdeps/i386/__longjmp.S: Fix race condition.
6826         Reported by Bruno Haible <haible@ilog.fr>.
6828 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
6830         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
6831         * iconvdata/8bit-gap.c: Likewise.
6832         * iconvdata/8bit-generic.c: Likewise.
6833         * iconvdata/iso6937.c: Likewise.
6834         * iconvdata/iso8859-1.c: Likewise.
6835         * iconvdata/sjis.c: Likewise.
6836         * iconvdata/t61.c: Likewise.
6838 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6840         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
6841         feature tests by positive feature tests.
6843 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6845         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
6847 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
6849         * elf/dlvsym.c (dlvsym_doit): More corrections.
6850         Patch by Andreas Jaeger.
6852 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
6854         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
6856 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
6858         * libc.map: More reordering for GLIBC_2.1 symbols.
6860 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6862         * libc.map: Move some functions from version GLIBC_2.0 to
6863         GLIBC_2.1, reorder declarations.
6865 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
6867         * resolv/gethnamaddr.c (addrsort): Make this function extern.
6868         Patch by zab@thebrain.grumblesmurf.net.
6870 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6872         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
6873         NIS+ functions with version GLIBC_2.1.
6875 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
6877         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
6878         with 2.0 binaries.  Reported by Thorsten Kukuk.
6880 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6882         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
6884         * elf/dlsym.c (dlsym_doit): Likewise.
6886 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6888         * elf/link.h: Correct typos.
6890         * iconv/iconv_prog.c: Correct typo.
6892 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
6894         * iconv/Makefile: Add rules to build and install iconv program.
6895         * iconv/iconv_prog.c: New file.
6897 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
6899         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
6900         _dl_lookup_symbol_skip call.
6901         * elf/dlvsym.c (dlvsym_doit): Likewise.
6903 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
6905         * libio/iovsscanf.c: Do not include errno.h.
6907 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6909         * elf/dl-load.c (add_name_to_object): Don't translate strings.
6910         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
6911         pulling in the whole error list.
6912         (__dcgettext, dcgettext): Removed.
6913         * libc.map: Export _strerror_internal.
6915 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
6917         * sysdeps/i386/fpu/t_exp.c: New file.
6919 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6921         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
6922         everything with version GLIBC_2.1.
6923         * hesiod/libnss_hesiod.map: Likewise.
6925 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6927         * manual/arith.texi (Old-style number conversion): This node is a
6928         section, not a subsection.
6930 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6932         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
6934 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6936         * elf/rtld.c (dl_main): Make sure that the library search paths
6937         have been initialized before the first call to _dl_map_object.
6939 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6941         * Makerules (common-generated): Add libc_pic.os.
6943 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6945         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
6946         of the executable.
6948 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6950         * sysdeps/m68k/fpu/t_exp.c: New file.
6952 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
6954         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
6955         to global errno variable anymore.
6957 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
6959         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
6960         If PRELOADED is nonzero check in case of an SUID application
6961         whether the shared object has the SUID bit set.
6962         Fix some other problems with handling shared objects in system
6963         specific directories.
6964         (_dl_map_object): Also take extra parameter and pass it to open_path.
6965         * elf/link.h (_dl_map_object): Correct prototype and comment.
6966         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
6967         * elf/dl-open.c (_dl_open): Likewise.
6968         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
6970         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
6972 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
6974         * math/libm-test.c (modf_test): Add test for 1.5.
6976         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
6977         0 to get always an int.
6979 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6981         * math/libm.map: Move all symbols that are new in glibc 2.1 to
6982         version GLIBC_2.1.
6984 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
6986         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
6987         trying to read another character.
6989 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6991         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
6992         name to lowercase.
6994         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
6995         name to lowercase, add test for big enough buffer.
6997 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6999         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
7000         Make compatible with older kernels.  Patch by Richard Henderson.
7002 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
7004         * elf/dl-load.c (open_path): Use __xstat instead of stat.
7006         * localedata/tst-locale.sh: Comment out first test for now.
7008 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
7010         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
7011         as 1.
7012         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
7013         Likewise.
7015         * libio/iogetline.c (_IO_getline_info): Renamed from
7016         _IO_getline.
7017         (_IO_getline): Just call _IO_getline_info.
7019         * libio/libioP.h (_IO_getline_info): New declaration.
7021         * libc.map (_IO_getline_info, __write): Added.
7023 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7025         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
7026         const char* to shut up gcc.
7028 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
7030         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
7031         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
7033         * math/math.h: Define M_* constants always as `double' and add new
7034         macros M_*l which are of type `long double'.
7035         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
7036         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
7037         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
7038         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
7039         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
7040         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
7041         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
7042         * math/libm-tst.c: Likewise.
7044         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
7045         define as long double unconditionally.
7047 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7049         * manual/arith.texi (Old-style number conversion): Correct some
7050         typos.
7052 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
7054         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
7055         Restore.
7057         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
7059 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
7061         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
7062         on $(rtld-ldscript).
7064         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
7065         starting from 0 not only from `from'.
7066         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
7068 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
7070         * elf/rtld.c (dl_main): Recognize --library-path parameter and
7071         pass value (or NULL) to _dl_init_paths.
7072         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
7073         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
7074         environment variable.
7075         * elf/link.h: Change prototype for _dl_init_paths.
7076         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
7078         * localedata/Makefile (distribute): Add test files.
7080 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7082         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
7083         test1.def, test2.def, test3.def, test4.def}: Simple input files
7084         for localedef. Contributed by Yung-Ching Hsiao
7085         <yhsiao@cae.wisc.edu>.
7087         * localedata/Makefile (tests): Call tst-locale.sh.
7089         * localedata/tst-locale.sh: New file, regression tests for some
7090         localedef problems.
7092 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7094         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
7096         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
7097         terminated.
7098         * nis/nss_nisplus/nisplus-network.c: Likewise.
7099         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7100         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
7101         * nis/nss_nisplus/nisplus-service.c: Likewise.
7103         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
7104         and support generating thread safe RPC code.
7105         * sunrpc/rpc_main.c: Add changes.
7106         * sunrpc/rpc_clntout.c: Likewise.
7107         * sunrpc/rpc_cout.c: Likewise.
7108         * sunrpc/rpc_hout.c: Likewise.
7109         * sunrpc/rpc_parse.c: Likewise.
7110         * sunrpc/rpc_sample.c: Likewise.
7111         * sunrpc/rpc_scan.c: Likewise.
7112         * sunrpc/rpc_svcout.c: Likewise.
7113         * sunrpc/rpc_util.c: Likewise.
7114         * sunrpc/rpc_util.h: Add new structs and prototypes.
7115         * sunrpc/proto.h: Remove prototypes for static functions.
7117 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7119         * locale/programs/ld-messages.c (messages_finish): Don't skip
7120         error checking when being quiet.
7121         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
7122         (set_class_defaults): Likewise.
7123         * locale/programs/charmap.c (parse_charmap): Likewise.
7124         * locale/programs/ld-collate.c (collate_finish): Likewise.
7125         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
7126         * locale/programs/ld-time.c (time_finish): Likewise.
7127         * locale/programs/locfile.c (write_locale_data): Likewise.
7129         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
7130         unknown characters and empty ranges.
7131         * locale/programs/ld-collate.c (collate_order_elem): When
7132         processing an ellipsis properly form a linked list in the result
7133         table, fix typo when allocating ordering array.
7134         [PR libc/419]
7136 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7138         * elf/Makefile (ld-map): Define.
7139         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
7140         `$(rtld-ldscript)'.
7141         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
7142         on $(ld-map).
7143         (rtld-link): Combine the two versions of this definition.  Fixed
7144         to make it work when no symbol versioning is used.
7146 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
7148         * Makeconfig (build-program-cmd): Use --library-path parameter to
7149         ld.so instead of environment variable.
7151         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
7152         * sunrpc/rpc_main.c: Remove support for -$$ option again.
7154 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7156         * Make-dist: Respect with-cvs setting.
7157         * MakeTAGS (all-pot): Likewise.
7158         * sysdeps/sparc/sparc32/Makefile: Likewise.
7159         * sysdeps/mach/hurd/Makefile: Likewise.
7160         * stdlib/Makefile: Likewise.
7161         * posix/Makefile: Likewise.
7162         * intl/Makefile: Likewise.
7163         * po/Makefile (linguas): Likewise
7165 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7167         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
7169 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
7171         * libc.map: Add __strcasecmp.
7173         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
7174         module.
7176         * nss/getXXent_r.c: If no more module is found don't try to call
7177         setXXent functions but leave unsuccessfully.
7179         * malloc/obstack.h: Cleanups.
7181         * sysdeps/wordsize-32/stdint.h: New file.
7182         * sysdeps/wordsize-64/stdint.h: New file.
7183         * sysdeps/generic/stdint.h: New file.
7184         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
7185         * sysdeps/wordsize-64/inttypes.h: Likewise.
7186         * stdlib/Makefile (headers): Add stdint.h.
7188 1998-02-03  Paul Eggert  <eggert@twinsun.com>
7190         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
7192 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7194         * timezone: New directory.
7195         * time/README, time/africa, time/antarctica, time/asia,
7196         time/australasia, time/backward, time/checktab.awk,
7197         time/etcetera, time/europe, time/factory, time/ialloc.c,
7198         time/iso3166.tab, time/leapseconds, time/northamerica,
7199         time/pacificnew, time/private.h, time/scheck.c,
7200         time/solar87, time/solar88, time/solar89, time/southamerica,
7201         time/systemv, time/test-tz.c, time/tzfile.h,
7202         time/tzselect.ksh, time/yearistype, time/zdump.c,
7203         time/zic.c, time/zone.tab: Moved to timezone.
7204         * time/tzfile.c: Include tzfile.h from timezone subdir.
7205         * time/tzset.c: Likewise.
7206         * time/Makefile: Cut out all code relating to timezones...
7207         * timezone/Makefile: ...and paste it in here.
7208         * Makefile (subdirs): Add timezone.
7210 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
7212         * libc.map (_sys_nerr): Added.
7214         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
7215         versioned symbol.
7217 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
7219         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
7220         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
7221         Reported by Craig Metz <cmetz@inner.net>.
7223 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7225         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
7226         instead of strcasecmp.
7227         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
7229         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
7231 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
7233         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
7234         Patch by Dean Gaudet <dgaudet@arctic.org>.
7236 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
7238         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
7240 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7242         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
7243         with no poll syscall, just include the BSD version.
7244         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
7245         kernel without the syscall, include the stub version.
7246         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
7247         * sysdeps/generic/getresuid.c: New file.
7248         * sysdeps/generic/getresgid.c: New file.
7250 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
7252         * stdio-common/vfscanf.c: Correct last change a bit.
7254 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
7256         * elf/Makefile: Don't use --version-script parameter to link ld.so
7257         unconditionally.
7259 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
7261         * math/Makefile: Add t_exp.
7262         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
7263         constants.
7264         * math/test-reduce.c: Remove temporarily, it seems to be broken.
7265         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
7266         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
7267         better accuracy.
7268         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
7269         algorithm for very large/very small arguments.
7270         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
7271         correct algorithm for very large/very small arguments; adjust for
7272         new table.
7273         * sysdeps/libm-ieee754/t_exp.c: New file.
7274         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
7276         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
7277         back, with comment that explains what breaks when you remove it :-(.
7279         * localedata/xfrm-test.c: Avoid integer overflow.
7281         * stdlib/strfmon.c: char is unsigned, sometimes.
7283         * sysdeps/powerpc/Makefile: Remove quad float support.
7284         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
7285         * sysdeps/powerpc/quad_float.h: Likewise.
7286         * sysdeps/powerpc/test-arith.c: Likewise.
7287         * sysdeps/powerpc/test-arithf.c: Likewise.
7289         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
7290         * sysdeps/generic/s_exp2f.c: Likewise.
7292         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
7293         don't try anything if _SOFT_FLOAT.
7295 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7297         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
7298         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
7299         * wctype/wctype.c: Likewise.
7300         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
7301         changed.  They are incompatible with the _ISxxx values from
7302         <ctype.h> on little endian machines.
7303         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
7304         bit number.  This fixes the real bug and restores the integrity of
7305         the ctype locale file.
7306         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
7307         * wctype/wcfuncs_l.c: Likewise.
7308         * wctype/wcextra.c: Likewise.
7309         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
7310         byte swapping.
7312 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7314         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
7315         into .bss segment instead of .common, so that aliases on it work.
7317         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
7318         .size directives, put into .bss segment instead of initializing it
7319         to 4.
7321 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
7323         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
7325         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
7326         functions.
7327         Make names without __ weak aliases.
7328         (__libc_release, __libc_version): Make them static.
7330         * include/gnu/libc-version.h: New file.
7331         * Makefile (headers): Add gnu/libc-version.h.
7333 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
7335         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
7336         and use x for member name.
7337         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
7339         * stdlib/drand48.c: Change according to member name change.
7340         * stdlib/drand48_r.c: Likewise.
7341         * stdlib/lcong48_r.c: Likewise.
7342         * stdlib/lrand48.c: Likewise.
7343         * stdlib/lrand48_r.c: Likewise.
7344         * stdlib/mrand48.c: Likewise.
7345         * stdlib/mrand48_r.c: Likewise.
7346         * stdlib/seed48.c: Likewise.
7347         * stdlib/seed48_r.c: Likewise.
7348         * stdlib/srand48_r.c: Likewise.
7350 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7352         * nss/test-netdb.c: Add some more test cases.
7354 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
7356         * libio/iovsscanf.c: Undo last change modifying errno.
7358 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7360         * stdio-common/vfscanf.c: Never try to read another character
7361         after EOF.  Don't decrement read_in after EOF, it wasn't
7362         incremented in the first place.
7363         (NEXT_WIDE_CHAR): Set First, not first.
7365 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
7367         * db/Makefile ($(inst_libdir)/libndbm.a,
7368         $(inst_libdir)/libndbm.so): New targets.
7369         * db2/Makefile: Likewise.
7371 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
7373         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
7374         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
7376 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7378         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
7379         <streambuf.h>.
7380         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
7382 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7384         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
7385         versioned symbols.
7387 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
7389         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
7390         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
7391         Added for libdl.so.
7393 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7395         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
7396         extra syscall.
7398         * grp/Makefile: Fix logic when checking for thread package.
7399         * pwd/Makefile: Likewise.
7401 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
7403         * elf/Makefile (rtld-map): Replaced by libc-map.
7405         * elf/rtld.map: Removed.
7407         * libc.map (__libc_enable_secure, _dl_catch_error,
7408         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
7409         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
7410         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
7411         _dl_object_relocation_scope, _dl_relocate_object,
7412         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
7413         _r_debug): Added for ld.so.
7415 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
7417         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
7418         DO_VERSIONING.
7419         * libio/iofdopen.c: Ditto.
7420         * libio/iofopen.c: Ditto.
7421         * libio/oldfileops.c: Ditto.
7423         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
7424         version GLIBC_2.1.
7426         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
7427         oldsiglist from sysdep_routines and shared-only-routines.
7429         * sysdeps/unix/sysv/linux/errlist.c: New.
7430         * sysdeps/unix/sysv/linux/errlist.h: New.
7431         * sysdeps/unix/sysv/linux/sizes.h: New.
7432         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
7433         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
7435         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
7437         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
7438         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
7439         directive.
7441         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
7443         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
7444         (oldsiglist.c): Removed.
7446         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
7447         (_sys_siglist): Use SYS_SIGLIST instead.
7448         (_sys_nerr): Use SYS_NERR instead.
7450         * sysdeps/gnu/errlist.c: Rebuilt.
7452 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
7454         * elf/Makefile (others-static): New, set to ldconfig.
7455         ($(objpfx)ldconfig): Removed.
7457         * Rules (binaries-all, binaries-static, binaries-shared): New.
7458         Create targets for $(binaries-static) and $(binaries-shared).
7460         * Makeconfig (+link-static, link-libc-static,
7461         link-extra-libs-static): New for static linking.
7463 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7465         * manual/memory.texi (Using the Memory Debugger): Fix typo.
7467         * math/libm-test.c (modf_test): Add one more test for modf.
7469 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
7471         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
7472         Rename from __libc_have_rt_sigs and leave as COMMON data.
7474 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
7476         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
7477         of __finite.
7479 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
7481         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
7483 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
7485         * misc/tst-efgcvt.c: Add yet more tests.
7486         * misc/efgcvt_r.c: And correct for these tests again.
7487         Reported by HJ Lu.
7489         * isomac.c: Move to...
7490         * stdlib/isomac.c: ...here.
7491         * Makefile: Move rules for handling isomac...
7492         * stdlib/Makefile: ...to here.
7494 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7496         * misc/tst-efgcvt.c: Add more tests.
7497         * misc/efgcvt_r.c: Correct result for above new tests.
7499 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
7501         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
7502         NDIGIT <= 0.
7504 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
7506         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
7507         if the programs weren't built.
7509 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
7511         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
7512         FE_TONEAREST, soldier on regardless and do the best we can.
7513         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
7515 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
7517         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
7518         _STDIO_H, before including <bits/stdio_lim.h>.
7520         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
7522         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
7523         exist.
7525         * sysdeps/arm/sys/ucontext.h: New file.
7527 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
7529         * manual/stdio.texi (Formatted Output Functions): Explicitly say
7530         that the return value from snprintf() does not count the
7531         terminating NUL as a character.
7533 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7535         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
7536         add description for sete[ug]id and general cleanup.
7537         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
7539 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7541         * Makefile (parent-clean): Don't remove makefile fragments here.
7542         (postclean): New variable.
7543         (clean): Remove makefile fragments here.
7544         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
7545         (generated): Add isomac and isomanc.out.
7546         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
7547         avoid-generated is set.
7548         (postclean-generated): Add soversion.mk.
7549         ($(common-objpfx)version.mk): Don't include if avoid-generated is
7550         set.
7551         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
7552         avoid-generated is set.
7553         (common-generated): Add libc.so and libc.so$(libc.so-version).
7554         (generated): Add versioned libraries.
7555         (common-mostlyclean): Also remove %.so and %_pic.a.
7556         * csu/Makefile (generated): Add abi-tag.h.
7557         * db2/Makefile (extra-objs): Add getlong.o.
7558         * elf/Makefile (generated): Add ld.so, ldd and
7559         $(rtld-installed-name).
7560         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
7561         * malloc/Makefile (generated): Add mtrace.
7562         * po/Makefile: Don't include version.mk, not needed any more.
7563         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
7564         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
7565         syscall.h -> sys/syscall.h.
7566         (common-generated): Add s-proto.d.
7567         (postclean-generated): Add sysd-syscalls.
7568         * localedata/Makefile (test-output): Add all output files.
7569         (generated): Add test-input and test-output.
7570         (generated-dirs): Add all the dirs.
7572 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7574         * Makefile (test-output, generated, generated-dirs): New
7575         variables.
7577 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7579         * resolv/nss_dns/dns-host.c: Various code cleanups.
7581 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
7583         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
7584         From Philip Blundell <pb@nexus.co.uk>.
7585         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
7587 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7589         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
7590         Suggested by debian/sparc porters.
7592 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7594         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
7595         for ecvt and fcvt.
7597 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
7599         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
7600         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
7602         * signal/signal.h: Always define sigset_t if __need_sigset_t is
7603         defined even if __USE_POSIX is not defined.
7605 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7607         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
7608         to support obsolete tty major numbers correctly.
7610 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
7612         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
7613         directory first and ignore install error.
7615         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
7616         128 from ptyno and fix a typo for the BSD style pty.
7618 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7620         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
7621         syscalls.list's.
7623 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7625         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
7626         getresuid and getresgid.
7628         * sysdeps/unix/sysv/linux/getresuid.c: New file.
7629         * sysdeps/unix/sysv/linux/getresgid.c: New file.
7631         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
7632         s_getres[ug]id.
7634         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
7635         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7636         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7637         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
7639 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
7641         * nscd/grpcache.c: Include <stdlib.h>.
7643 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
7645         * stdlib/atoll.c: Fix comments.
7647         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
7648         * sysdeps/posix/ttyname_r.c: Ditto.
7650 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7652         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
7653         __USE_MISC, independent of __USE_UNIX98.
7655 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
7657         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
7658         Rename from __libc_have_rt_sigs and leave as COMMON data.
7660 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
7662         * Makeconfig (CFLAGS-.os): Kill -fno-common.
7663         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
7665         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
7666         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
7667         version symbols.
7668         * include/libc-symbols.h (symbol_version, default_symbol_version):
7669         Provide asm versions and correct !DO_VERSIONING versions.
7670         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
7671         the weak symbol list.
7673         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
7674         Rename from __libc_have_rt_sigs and leave as COMMON data.
7675         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7676         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7677         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7679 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7681         * sunrpc/Makefile: Correct dependencies of rpcgen.
7683 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
7685         * nscd/Makefile: Fix test for available linuxthreads add-on.
7686         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
7688 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7690         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
7692 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7694         * sysdeps/gnu/Makefile: Respect with-cvs variable.
7696         * manual/errno.texi (Error Messages): Correct description of
7697         strerror_r.  Pointed out by jonas@bagge.se.
7699 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7701         * manual/socket.texi (Host Address Functions): Clarify description
7702         of inet_network.
7704 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7706         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
7707         (grantpt): Delete superfluous cast.
7709 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7711         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
7712         elf/ldso_install instead of elf/subdir_install.
7713         (elf/ldso_install): New target.
7715         * elf/Makefile (ldso_install): New target.
7717 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7719         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
7720         of 1998-01-06.
7722 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7724         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
7725         constant expressions.
7727 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7729         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
7730         for __nss_configure_lookup.
7731         (output_hostent): Remove unused variable.
7733 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7735         * string/tst-inlcall.c: Fix format string.
7737 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7739         * inet/netinet/in.h: Rename second parameter of bindresvport to
7740         avoid buggy gcc warning. [PR libc/412]
7742 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
7744         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
7745         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
7747         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
7748         Follow POSIX and make tv_sec a time_t.
7749         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
7750         new tv64 syscall as well as fall back to tv32.
7751         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
7752         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7753         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
7754         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
7755         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
7756         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
7757         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
7758         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
7760         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
7761         * include/rpcsvc/nis_tags.h: Likewise.
7762         * include/rpcsvc/nislib.h: Likewise.
7764 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
7766         * libc.map: Add _h_errno.
7767         * inet/herrno.c: Make _h_errno weak alias.
7769         * login/Makefile (distribute): Add pty-internal.h.
7771         * nscd/Makefile (distribute): Add all the files missing.
7773         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
7774         are available.
7776         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
7777         and report status at the end.
7779         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
7781         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
7782         variable.
7783         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
7784         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
7785         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
7787 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
7789         * configure.in: Fix --enable-add-ons code.
7791 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7793         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
7794         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
7795         [PR libc/441]
7797         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
7798         occurence in cache.  Reported by Rudolf Leitgeb
7799         <leitgeb@leland.stanford.edu>.
7800         [PR libc/440]
7802 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
7804         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
7805         that it never is EINTR (which is tested for in _IO_vfscanf).
7807         * Makefile.in: Call sub-make with CVSOPTS.
7809         * elf/Makefile (distribute): Add dl-procinfo.h.
7811         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
7813 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
7815         * version.h (VERSION): Bump to 2.0.92.
7817 1998-01-31  Phil Blundell  <philb@gnu.org>
7819         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
7820         alias for __new_sys_siglist.
7822 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
7824         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
7825         getgrgid_r.c if thread package is available.
7826         * pwd/Makefile: Likewise.
7827         * grp/getgrnam_r.c: Remove USE_NSCD definition.
7828         * grp/getgrgid_r.c: Likewise.
7829         * pwd/getpwnam_r.c: Likewise.
7830         * pwd/getpwuid_r.c: Likewise.
7832 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
7834         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
7835         with error to allow user intervention.
7836         * nss/getXXent_r.c: Likewise.
7838 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
7840         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
7841         AT_PLATFORM string.  Pretty print AT_BASE info.
7843         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
7844         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
7845         * sysdeps/generic/dl-procinfo.h: New file.
7846         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
7848 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
7850         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
7852         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
7853         thread and not pthread_detach.
7855         * nscd/nscd.c: Rewrite to use argp instead of getopt.
7857 1998-01-31  Phil Blundell  <philb@gnu.org>
7859         * configure.in: Add --without-cvs option to suppress automatic
7860         checkin of regenerated files.
7861         * config.make.in: Likewise.
7862         * Makefile: Respect with-cvs setting.
7863         * Makerules: Likewise.
7865         * configure.in: Allow the standalone ARM port to be configured.
7867 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7869         * grp/getgrgid_r.c: Define USE_NSCD.
7870         * grp/getgrnam_r.c: Likewise.
7871         * pwd/getpwuid_r.c: Likewise.
7872         * pwd/getpwnam_r.c: Likewise.
7874         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
7876         * nss/getXXbyYY_r.c: Try at first nscd.
7878         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
7879         * nscd/connections.c: New file.
7880         * nscd/dbg_log.c: New file.
7881         * nscd/dbg_log.h: New file.
7882         * nscd/grpcache.c: New file.
7883         * nscd/nscd.c: New file.
7884         * nscd/nscd.h: New file.
7885         * nscd/nscd_conf.c: New file.
7886         * nscd/nscd_stat.c: New file.
7887         * nscd/pwdcache.c: New file.
7889         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
7890         * nscd/nscd_getpw_r.c: Likewise.
7891         * nscd/nscd_proto.h: New, prototypes for client functions.
7893         * nscd/nscd.conf: New, example for a configuration file.
7894         * nscd/nscd.init: New, example for a startup script.
7896         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
7897         avoid deadlocks.
7898         * nscd/getgrnam_r.c: Likewise.
7899         * nscd/getpwnam_r.c: Likewise.
7900         * nscd/getpwuid_r.c: Likewise.
7902 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
7904         * intl/Makefile: Use CVSOPTS in cvs invocation.
7905         * po/Makefile: Likewise.
7906         * posix/Makefile: Likewise.
7907         * stdlib/Makefile: Likewise.
7909 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
7911         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
7912         [PR libc/410]
7913         * misc/Makefile (tests): Add tst-efgcvt.
7914         * misc/tst-efgcvt.c: New file.
7916 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
7918         * posix/regex.c: Add some more cleanups by Akim Demaille.
7920 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
7922         * signal/signal.h: Revert last change.
7923         * string/strsignal.c: Regard signal number NSGI as illegal.
7924         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
7925         members.
7927 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
7929         * Makefile.in: Add comment about CVSOPTS Makefile variable.
7930         * Makerules: Use CVSOPTS in cvs invocation.
7931         * Makefile: Likewise.
7932         * MakeTAGS: Likewise.
7933         * Make-dist: Likewise.
7935 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
7937         * sysdeps/generic/memmem.c: Correct last change.
7939 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
7941         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
7942         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
7944 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7946         * nis/ypclnt.c: Try at first to use the binding file from ypbind
7947         before using RPC.
7949 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7951         * manual/memory.texi (Heap Consistency Checking): mcheck is
7952         declared in <mcheck.h>.
7953         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
7955 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7957         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
7958         beginning of haystack.
7960 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7962         * nss/nss_files/files-service.c: Correct last patch.
7964 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
7966         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
7967         __libc_have_rt_sigs.
7968         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
7969         including <bits/setjmp.h>.
7970         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
7971         Patch from the Debian glibc/SPARC package.
7973 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
7975         * sysdeps/alpha/bzero.S: Fix a typo.
7976         * sysdeps/alpha/htonl.S: Ditto.
7977         * sysdeps/alpha/htons.S: Ditto.
7979 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7981         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
7983 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
7985         * include/cpio.h: Move to ...
7986         * posix/cpio.h: ...here.
7988         * locale/programs/ld-collate.c: Fix typo.
7990         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
7992         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
7994         * login/utmp_file.c (pututline_file): Don't always report success
7995         if similar entry is found.  Patch by Mark M. Kettenis.
7997 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
7999         * manual/Makefile: Don't try to install the info files if makeinfo
8000         is not available.
8002 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
8004         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
8005         kernel's network ioctls, rather than using <linux/sockios.h> to
8006         get them.  This way we are sure of maintaining compatibility if
8007         the kernel interface should change.
8009 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
8011         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
8013 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
8015         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
8016         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
8018 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8020         Implement System V pseudoterminal handling.
8022         * login/Makefile
8023         (routines): Add getpt, grantpt, unlockpt, ptsname.
8024         (libutil-routines): Remove pty. Add openpty, forkpty.
8025         (distribute): New internal header pty-internal.h.
8026         (others): Add the helper program, pt_chown.
8027         (install-others): Install it, in $(libexecdir), mode 4755.
8029         * login/pty-internal.h: New file.
8030         * login/openpty.c: New file.
8031         * login/forkpty.c: New file.
8032         * login/programs/pt_chown.c: New file.
8034         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
8035         * stdlib/stdlib.h: Prototype them.
8037         * config.make.in: Define $(libexecdir).
8038         * Makeconfig: Define $(inst_libexecdir).
8040         * sysdeps/generic/pty.c: Removed.
8041         * sysdeps/unix/sysv/linux/pty.c: Removed.
8043         * sysdeps/generic/getpt.c: Stub out.
8044         * sysdeps/generic/grantpt.c: Likewise.
8045         * sysdeps/generic/ptsname.c: Likewise.
8046         * sysdeps/generic/unlockpt.c: Likewise.
8048         * sysdeps/unix/grantpt.c: New file.
8049         * sysdeps/unix/bsd/getpt.c: New file.
8050         * sysdeps/unix/bsd/unlockpt.c: New file.
8051         * sysdeps/unix/sysv/linux/getpt.c: New file.
8052         * sysdeps/unix/sysv/linux/ptsname.c: New file.
8053         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
8055 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
8057         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
8059 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8061         * nss/Makefile (tests): Add rule for test-netdb.c.
8063         * nss/test-netdb.c: New file.
8065 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
8067         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
8068         really kept as a variable.  Patch by Richard Henderson,
8069         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
8071         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
8072         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
8073         entries as not existing.
8075 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8077         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
8078         zero in alternate form with precision of zero, which must produce
8079         "0".  Add braces to avoid ambiguous `else'.
8081 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8083         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
8084         problem with strncpy.
8085         * nis/nss_compat/compat-pwd.c: Likewise.
8086         * nis/nss_compat/comapt-spwd.c: Likewise.
8088 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8090         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
8091         by uch@nop.or.jp. [PR libc/437]
8093 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8095         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
8097 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8099         * stdio-common/test-popen.c: Include <errno.h>.
8101         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
8102         close.
8104         * inet/getnetgrent_r.c: Include <errno.h>.
8106         * db2/db/db_conv.c: Include <string.h> for memcpy.
8108         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
8109         so that memcpy is declared.
8111         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
8113         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
8115 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8117         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
8118         overflow while reading line with fgets.
8119         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
8121 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
8123         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
8124         unsigned short, not short.
8125         Reported by Andreas Jaeger.
8127 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8129         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
8130         (ccept->accept).
8132         * sysdeps/generic/inttypes.h: Fix spelling.
8134 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8136         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
8138         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
8140 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
8142         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
8143         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
8144         field for hh modifier.
8145         * stdio-common/vfprint.c: Use is_char field and do not depend in
8146         is_short having the value 2.
8147         Bug reported by Andreas Jaeger.
8149 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8151         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
8152         PIC && DO_VERSIONING.
8154 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8156         * Rules: Add rules for $(common-objpfx)dummy$o.
8158 1998-01-26  Richard Henderson  <rth@cygnus.com>
8160         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
8161         unimplemented OSF/1 definitions so that they are not accidentally seen.
8163         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
8164         of the trampoline function into the macro.
8165         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
8166         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
8167         kernel 2.1.82 has this fixed.
8169         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
8170         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
8172 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
8174         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
8175         support sigaction on kernels > 2.1.7x.
8177 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
8179         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
8180         if it is empty.
8182         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
8183         Patch by David Engel <david@sw.ods.com>.
8185         * configure.in: Fix another typo in --enable-add-ons code.
8187 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
8189         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
8191 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8193         * nss/nss_files/files-network.c: Correct order of parameters for
8194         getnetbyaddr.
8196 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
8198         * db2/Makefile (routines): Add os_alloc.
8199         * db2/db.h: Update from db-2.3.16.
8200         * db2/db_185.h: Likewise.
8201         * db2/db_int.h: Likewise.
8202         * db2/btree/bt_close.c: Likewise.
8203         * db2/btree/bt_cursor.c: Likewise.
8204         * db2/btree/bt_delete.c: Likewise.
8205         * db2/btree/bt_open.c: Likewise.
8206         * db2/btree/bt_page.c: Likewise.
8207         * db2/btree/bt_put.c: Likewise.
8208         * db2/btree/bt_rec.c: Likewise.
8209         * db2/btree/bt_recno.c: Likewise.
8210         * db2/btree/btree_auto.c: Likewise.
8211         * db2/common/db_appinit.c: Likewise.
8212         * db2/common/db_apprec.c: Likewise.
8213         * db2/common/db_err.c: Likewise.
8214         * db2/common/db_region.c: Likewise.
8215         * db2/common/db_shash.c: Likewise.
8216         * db2/db/db.c: Likewise.
8217         * db2/db/db_auto.c: Likewise.
8218         * db2/db/db_conv.c: Likewise.
8219         * db2/db/db_dispatch.c: Likewise.
8220         * db2/db/db_dup.c: Likewise.
8221         * db2/db/db_pr.c: Likewise.
8222         * db2/db/db_rec.c: Likewise.
8223         * db2/db185/db185.c: Likewise.
8224         * db2/dbm/dbm.c: Likewise.
8225         * db2/hash/hash.c: Likewise.
8226         * db2/hash/hash_auto.c: Likewise.
8227         * db2/hash/hash_dup.c: Likewise.
8228         * db2/hash/hash_page.c: Likewise.
8229         * db2/hash/hash_rec.c: Likewise.
8230         * db2/include/btree_ext.h: Likewise.
8231         * db2/include/clib_ext.h: Likewise.
8232         * db2/include/common_ext.h: Likewise.
8233         * db2/include/db.h.src: Likewise.
8234         * db2/include/db_185.h.src: Likewise.
8235         * db2/include/db_am.h: Likewise.
8236         * db2/include/db_ext.h: Likewise.
8237         * db2/include/db_int.h.src: Likewise.
8238         * db2/include/hash_ext.h: Likewise.
8239         * db2/include/lock_ext.h: Likewise.
8240         * db2/include/log.h: Likewise.
8241         * db2/include/log_auto.h: Likewise.
8242         * db2/include/log_ext.h: Likewise.
8243         * db2/include/mp.h: Likewise.
8244         * db2/include/mp_ext.h: Likewise.
8245         * db2/include/mutex_ext.h: Likewise.
8246         * db2/include/os_ext.h: Likewise.
8247         * db2/include/os_func.h: Likewise.
8248         * db2/include/txn_ext.h: Likewise.
8249         * db2/lock/lock.c: Likewise.
8250         * db2/lock/lock_util.c: Likewise.
8251         * db2/log/log.c: Likewise.
8252         * db2/log/log.src: Likewise.
8253         * db2/log/log_archive.c: Likewise.
8254         * db2/log/log_auto.c: Likewise.
8255         * db2/log/log_get.c: Likewise.
8256         * db2/log/log_put.c: Likewise.
8257         * db2/log/log_rec.c: Likewise.
8258         * db2/log/log_register.c: Likewise.
8259         * db2/mp/mp_bh.c: Likewise.
8260         * db2/mp/mp_fget.c: Likewise.
8261         * db2/mp/mp_fopen.c: Likewise.
8262         * db2/mp/mp_fput.c: Likewise.
8263         * db2/mp/mp_pr.c: Likewise.
8264         * db2/mp/mp_sync.c: Likewise.
8265         * db2/mutex/mutex.c: Likewise.
8266         * db2/os/os_alloc.c: Likewise.
8267         * db2/os/os_config.c: Likewise.
8268         * db2/os/os_stat.c: Likewise.
8269         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
8270         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
8271         * db2/progs/db_load/db_load.c: Likewise.
8272         * db2/progs/db_printlog/db_printlog.c: Likewise.
8273         * db2/progs/db_recover/db_recover.c: Likewise.
8274         * db2/progs/db_stat/db_stat.c: Likewise.
8275         * db2/txn/txn.c: Likewise.
8277         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
8278         Unmap memory blocks in reverse order of allocation.
8279         Call munmap with load address added to offset.
8280         Bug reported by Miguel de Icaza.
8282         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
8283         up weight array.
8285         * localedata/locales/cs_CZ: Update by Michael Mraka
8286         <michael@informatics.muni.cz>.
8288         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
8289         __USE_BSD.
8291         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
8292         reading line with fgets.
8293         * nis/nss_compat/compat-pwd.c: Likewise.
8294         * nis/nss_compat/compat-spwd.c: Likewise.
8295         * nss/nss_files/files-XXX.c: Likewise.
8296         * nss/nss_files/files-alias.c: Likewise.
8297         * shadow/fgetspent_r.c: Likewise.
8299         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
8301         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
8302         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
8303         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
8305         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
8306         FP register content in ucontext_t.
8308 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8310         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
8311         calculation.  Patch by Markus Schoder
8312         <Markus.Schoder@dresdner-bank.de>.
8314         * math/libm-test.c (modf_test): Add more tests for modf.
8316         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
8317         munlock according to Unix98.
8319 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8321         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
8322         AF_INET.
8324 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
8326         * sysdeps/posix/ttyname.c: Handle symbolic links.
8327         * sysdeps/posix/ttyname_r.c: Ditto.
8329 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
8331         * db2/makedb.c (process_input): Write terminating \0 for value.
8332         (print_database): Simply print value string, don't use length.
8334 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8336         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
8337         exit of loop.
8339 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8341         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
8342         close all sockets.
8344 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
8346         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
8347         sigset.
8348         * signal/sighold.c: New file.
8349         * signal/sigrelse.c: New file.
8350         * sysdeps/generic/sigignore.c: New file.
8351         * sysdeps/generic/sigset.c: New file.
8352         * sysdeps/posix/sigignore.c: New file.
8353         * sysdeps/posix/sigset.c: New file.
8354         * signal/signal.h: Add prototypes for new functions.
8356         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
8357         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
8358         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
8359         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
8361 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
8363         * posix/wordexp.c: Added IFS field-splitting in parameter and
8364         command substitution.  Fixed an IFS-related bug that caused an
8365         infinite loop.
8367 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
8369         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
8370         and swapcontext.
8371         * stdlib/ucontext.h: Correct prototypes.
8372         * sysdeps/generic/getcontext.c: New file.
8373         * sysdeps/generic/setcontext.c: New file.
8374         * sysdeps/generic/makecontext.c: New file.
8375         * sysdeps/generic/swapcontext.c: New file.
8376         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
8378 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
8380         * resource/sys/resource.h: Remove #include of ulimit.h which is
8381         not allowed by SUSv2 and not available on other systems.
8382         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
8384         * streams/Makefile: New file.
8385         * streams/stropts.h: New file.
8386         * sysdeps/generic/bits/stropts.h: New file.
8387         * sysdeps/generic/isastream.c: New file.
8388         * sysdeps/generic/getmsg.c: New file.
8389         * sysdeps/generic/getpmsg.c: New file.
8390         * sysdeps/generic/putmsg.c: New file.
8391         * sysdeps/generic/putpmsg.c: New file.
8392         * sysdeps/generic/fattach.c: New file.
8393         * sysdeps/generic/fdetach.c: New file.
8394         * sysdeps/unix/inet/Subdirs: Add streams.
8395         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
8396         __t_uscalar_t.
8397         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
8398         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
8399         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
8400         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
8402         * sysdeps/mach/_strerror.c: Follow changes of generic version to
8403         handle small buffers correctly.
8405 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
8407         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
8408         Remove the 3rd arg and add declaration for _dl_runtime_resolve
8409         and _dl_runtime_profile.
8411 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
8413         * include/cpio.h: New file.  Mainly copied from GNU cpio.
8414         * posix/Makefile (headers): Add cpio.h.
8416 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8418         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
8419         to routines.
8420         * nis/nis_cache.c: New file.
8421         * nis/nis_cache2.h: New file.
8422         * nis/nis_cache2_xdr.c: New file.
8423         * nis/nis_call.c: Changes for cache2_info parameter.
8424         * nis/nis_checkpoint.c: Likewise.
8425         * nis/nis_intern.h: Likewise.
8426         * nis/nis_mkdir.c: Likewise.
8427         * nis/nis_ping.c: Likewise.
8428         * nis/nis_rmdir.c: Likewise.
8429         * nis/nis_server.c: Likewise.
8430         * nis/nis_util.c: Likewise.
8432 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8434         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
8435         return/errnop codes.
8436         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
8437         * nis/nss_nisplus/nisplus-grp.c: Likewise.
8438         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
8439         * nis/nss_nisplus/nisplus-proto.c: Likewise.
8440         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8441         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
8442         * nis/nss_nisplus/nisplus-rpc.c: Likewise
8443         * nis/nss_nisplus/nisplus-service.c: Likewise.
8444         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
8446 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8448         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
8449         * nis/nss_nis/nis-ethers.c: Likewise.
8450         * nis/nss_nis/nis-grp.c: Likewise.
8451         * nis/nss_nis/nis-hosts.c: Likewise.
8452         * nis/nss_nis/nis-network.c: Likewise.
8453         * nis/nss_nis/nis-proto.c: Likewise.
8454         * nis/nss_nis/nis-hosts.c: Likewise.
8455         * nis/nss_nis/nis-network.c: Likewise.
8456         * nis/nss_nis/nis-proto.c: Likewise.
8457         * nis/nss_nis/nis-publickey.c: Likewise.
8458         * nis/nss_nis/nis-pwd.c: Likewise.
8459         * nis/nss_nis/nis-rpc.c: Likewise.
8460         * nis/nss_nis/nis-service.c: Likewise.
8461         * nis/nss_nis/nis-spwd.c: Likewise.
8463 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
8465         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
8466         Added to follow latest kernel development.
8468 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
8470         * nss/db-Makefile: Handle empty and comment lines better.
8471         ($(VAR_DB)/services.db): Generate entries with missing protocol
8472         value.
8474 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8476         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
8477           NULL.
8478           (getservbyname): Allow proto == NULL.
8479           Pointed out by David N. Welton <davidw@gate.cks.com>.
8480           [PR libc/430].
8482 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
8484         * nis/nislib/nislib.h: Finally removed.
8486         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
8487         C compiler.  From Kaveh Ghazi.
8488         (TYPE_MINIMUM): Define.
8489         (TYPE_MAXIMUM): Define.
8490         (TIME_T_MIN): Use TYPE_MINIMUM.
8491         (TIME_T_MAX): Use TYPE_MAXIMUM.
8492         Patch by Jim Meyering <meyering@ascend.com>.
8494 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
8496         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
8497         __pread64, __pwrite64, and __getpid.
8499         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
8500         versions.
8502 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8504         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
8505         cancelable socket functions as __libc_xxx with __xxx as weak
8506         alias.
8507         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
8508         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8510         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
8511         redefined.
8512         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
8513         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
8514         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
8515         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
8517         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
8518         and __xxx a weak alias.
8519         * sysdeps/unix/sysv/linux/connect.S: Likewise.
8520         * sysdeps/unix/sysv/linux/recv.S: Likewise.
8521         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
8522         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
8523         * sysdeps/unix/sysv/linux/send.S: Likewise.
8524         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
8525         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
8527 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8529         * locale/langinfo.h: Add defines.
8531         * dirent/dirent.h: Add defines for DT_*, check also for
8532         _DIRENT_HAVE_D_TYPE.
8533         Suggested by Roland McGrath.
8535 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8537         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
8538         Update from Linux 2.1.73+79.
8540         * README.template: Update information about possible
8541         configurations.
8543         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
8544         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
8545         [PR libc/417].
8547         * manual/time.texi (Priority): Correct description of
8548         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
8549         [PR libc/416].
8551 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
8553         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
8554         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
8556 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
8558         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
8559         Andreas Jaeger.
8561 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
8563         * locale/programs/ld-collate.c: Little optimizations.
8565         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
8567         * string/Makefile (tests): Add tst-inlcall.
8568         * string/tst-inlcall.c: New file.
8570         * string/strsignal.c: Add support for real-time signals.
8572         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
8573         presense of small buffer.
8575         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
8577         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
8578         for i686.
8580         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
8581         _NSIG + 1.
8583 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
8585         * Rules: Add explicit rule for dummy.o; at least one library needs
8586           it and it isn't autogenerated by the default rules.
8588 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8590         * math/libm-test.c: Tweak epsilons.
8592 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8594         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
8595         child.
8596         (feenv_mask_test): Likewise.
8598 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8600         * Makeconfig: Don't export CPPFLAGS.
8602 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8604         * sunrpc/rpc_main.c (parseargs): Use perror to print error
8605         message.
8607 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8609         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
8610         terminating null in key size.
8612 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8614         * nss/nss_files/files-service.c: Fix allocation size to include
8615         length of PROTO.
8617         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
8618         applicable.  Fix return value and error checking.
8619         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
8620         unparsable lines.
8621         (DB_LOOKUP): Allocate space for terminating null byte.
8623         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
8624         uids specially.
8626         * db2/makedb.c (process_input): Continue processing if a duplicate
8627         key is encountered.
8629 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
8631         * time/tzfile.h: Updated from tzcode1998b.
8632         * time/zdump.c: Likewise.
8633         * time/zic.c: Likewise.
8634         * time/africa: Update from tzdata1998b.
8635         * time/antarctica: Likewise.
8636         * time/asia: Likewise.
8637         * time/australasia: Likewise.
8638         * time/etcetera: Likewise.
8639         * time/europe: Likewise.
8640         * time/leapseconds: Likewise.
8641         * time/northamerica: Likewise.
8642         * time/southamerica: Likewise.
8644 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8646         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
8647         lookups ignoring case.
8648         * nss/nss_files/files-network.c: Do network lookups ignoring
8649         case.
8650         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
8651         case.
8652         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
8653         case insensitive comparing.
8654         Patches by Cristian Gafton <gafton@redhat.com>.
8656 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8658         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
8659         by Roland McGrath. [PR libc/395]
8661 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8663         * manual/arith.texi (Parsing of Integers): Correct description of
8664         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
8665         [PR libc/396]
8667 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
8669         * misc/lsearch.c (lsearch): Return a pointer to the new element
8670         if one was "allocated".
8672 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8674         * string/strsignal.c: NSIG is not a valid index into
8675         _sys_siglist.  Don't zap the last character of the "Unknown
8676         signal" message.
8678 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
8680         * locale/programs/charmap.c (parse_charmap): Correct parsing of
8681         ellipsis expressions.
8683         * locale/programs/charset.c (insert_char): Correctly insert value
8684         of eliipsis expression.
8686 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
8688         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
8689         <bits/setjmp.h>.
8690         * sysdeps/powerpc/setjmp.S: Likewise.
8691         Patches by Matt McLean <keys@keys.got.net>.
8693         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
8695         * Makefile: Undo last patch.
8696         (distribute): Add test-installation.pl.
8698         * configure.in: Correct handling of --enable-add-ons without parameter.
8699         Correct address of WWW pages.
8701         * libc.map: Add _nl_domain_bindings.
8703         * db2/mutex/tsl_parisc.s: New file.
8705         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
8706         and extra-module.mk.
8708         * localedata/Makefile (distribute): New.  Add all the files.
8710         * stdlib/Makefile (headers): Add inttypes.h.
8711         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
8712         * sysdeps/generic/inttypes.h: New file.
8713         * sysdeps/generic/strtoimax.c: New file.
8714         * sysdeps/generic/strtoumax.c: New file.
8715         * sysdeps/generic/wcstoimax.c: New file.
8716         * sysdeps/generic/wcstoumax.c: New file.
8717         * sysdeps/wordsize-32/Dist: Removed.
8718         * sysdeps/wordsize-32/Makefile: Removed.
8719         * sysdeps/wordsize-64/Dist: Removed.
8720         * sysdeps/wordsize-64/Makefile: Removed.
8721         * sysdeps/generic/bits/environments.h: New file.
8723         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
8724         header is still not correct.
8726         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
8727         * posix/unistd.h: Likewise.
8728         * sysdeps/generic/sys/mman.h: Likewise.
8729         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
8731         * manual/arith.texi: Change definition of mul macro.
8732         * manual/math.texi: Likewise.
8734         * misc/Makefile (routines): Add mmap64.
8735         * sysdeps/generic/mmap64.c: New file.
8736         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
8737         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
8738         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
8739         aliases to mmap.
8740         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8742         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
8744         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
8746         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
8748         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
8749         FOPEN_MAX also when included by limits.h.
8750         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
8752         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
8753         and netrom/netrom.h.
8754         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
8755         oldsiglist to sysdep_routines, not aux.
8756         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
8758         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
8759         and SOL_NETROM definition.
8761         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
8763         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
8764         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
8766 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
8768         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
8770         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
8771         sa_handler with k_sa_handler.
8772         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
8773         strong alias.
8774         Reported by a sun.
8776         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
8777         __libc_have_rt_sigs here.
8778         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
8779         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8780         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
8781         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8783 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
8785         * sysdeps/powerpc/atomicity.h: New file.
8786         * sysdeps/mach/powerpc/machine-lock.h: New file.
8788         * Rules: Use -fpic to build anything that might end up in a users'
8789         shared library.
8791         * sysdeps/powerpc/s_fdim.c: New file.
8792         * sysdeps/powerpc/s_fdimf.c: New file.
8793         * sysdeps/powerpc/s_fmax.S: New file.
8794         * sysdeps/powerpc/s_fmaxf.S: New file.
8795         * sysdeps/powerpc/s_fmin.S: New file.
8796         * sysdeps/powerpc/s_fminf.S: New file.
8797         * sysdeps/powerpc/s_llrint.c: Now is for double.
8798         * sysdeps/powerpc/s_llrintf.c: New file.
8799         * sysdeps/powerpc/s_llround.c: Now is for double.
8800         * sysdeps/powerpc/s_llroundf.c: New file.
8801         * sysdeps/powerpc/s_lrint.c: Now is for double.
8802         * sysdeps/powerpc/s_lrintf.S: New file.
8803         * sysdeps/powerpc/s_lround.c: Now is for double.
8804         * sysdeps/powerpc/s_lroundf.c: New file.
8805         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
8806         lrintf, fdim, fdimf.
8808         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
8809         file directly, use its parent.
8811         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
8812         (for the third time).
8814 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
8816         * posix/sched.h: timespec is in <time.h>.
8818         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
8820 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
8822         * configure.in: Stop with error if --disable-static is used when
8823         the shared lib uses this library.
8825         * gen-FAQ.pl: I've perl installed in /usr/bin.
8827         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
8829         Fix Unix98 conformance problems in the headers.
8830         * catgets/nl_types.h: Define nl_item.
8831         * grp/grp.h: Define gid_t.
8832         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
8833         * include/nl_types.h: New file.
8834         * include/ulimit.h: New file.
8835         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
8836         constants in POSIX mode.
8837         * io/utime.h: Get definition for time_t.
8838         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
8839         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
8840         * libio/stdio.h: Define va_list.  Make snprintf also available is
8841         __USE_UNIX98.  Declare getopt function and variables.
8842         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
8843         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
8844         * math/math.h: Defined M_* constants as double for Unix98 mode.
8845         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
8846         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
8847         * posix/regex.h: Define REG_NOSYS.
8848         * posix/wordexp.h: Define WRDE_NOSYS.
8849         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
8850         500 for Unix98.
8851         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
8852         somewhere else as well.  Define clock_t for Unix98.
8853         * posix/sys/wait.h: Define pid_t.
8854         * pwd/pwd.h: Define gid_t, uid_t.
8855         * resource/Makefile (headers): Add ulimit.h.
8856         * resource/ulimit.h: New file.
8857         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
8858         instead of second argument.
8859         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
8860         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
8861         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
8862         * signal/signal.h: Define pid_t.
8863         * string/string.h: Don't declare BSD string functions in POSIX mode.
8864         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
8865         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
8866         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
8867         and POSIX.
8869         * inet/test_ifindex.c: Change test so that it does not fail for
8870         interface aliases.
8872         * locale/programs/locale.c (show_info): Use correct cast sequence
8873         for 64bit machines.
8875         * malloc/malloc.c: __malloc_initialized now signals three states:
8876         uninitialized, initializing, initialized.  Used in mcheck.
8877         * malloc/mcheck.c (mabort): Add '\n' to messages.
8878         (mcheck): Allow installation when malloc is uninitialized or is
8879         just initializing.
8881         * manual/memory.texi: Explain mtrace output a bit more.
8883         * math/libm-test.c: Add more epsilons.
8885         * misc/regexp.h (compile): Remove __ prefix from parameter names.
8887         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
8888         instead of strcpy for security.
8889         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
8890         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
8891         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
8893         * nss/digits_dots.c: Pretty print.
8895         * posix/getconf.c (vars): Add symbols for programming environment
8896         recognition.  Recognize --version.
8898         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
8899         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
8900         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
8902         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
8903         __need_FOPEN_MAX.
8904         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
8905         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
8906         __need_FOPEN_MAX.
8908         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
8909         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
8911         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
8912         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
8913         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
8914         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
8915         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
8916         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
8918         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
8919         SCNu*.
8920         * sysdeps/wordsize-64/inttypes.h: Likewise.
8922         * time/africa: Update from tzdata1997j.
8923         * time/antarctica: Likewise.
8924         * time/asia: Likewise.
8925         * time/australasia: Likewise.
8926         * time/backward: Likewise.
8927         * time/etcetera: Likewise.
8928         * time/europe: Likewise.
8929         * time/factory: Likewise.
8930         * time/northamerica: Likewise.
8931         * time/pacificnew: Likewise.
8932         * time/southamerica: Likewise.
8934         * time/tzfile.h: Update from tzcode1997h.
8935         * time/zic.c: Likewise.
8937         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
8938         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
8939         isw*() functions for Unix98.
8940         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
8941         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
8942         is defined.
8944 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8946         * locale/duplocale.c: Increase usage_count only if less than
8947         MAX_USAGE_COUNT.
8948         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
8949         MAX_USAGE_COUNT.
8950         * locale/setlocale.c: Likewise.
8952 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8954         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
8955         dependency to make it easier to install it selectively.
8957         * Makerules (.SUFFIXES): Don't define any suffixes.
8959 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8961         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
8962         * sysdeps/generic/statfs64.c: Emulate using statfs.
8963         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
8964         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
8965         * sysdpes/generic/ftruncate64.c: New file.
8966         * sysdpes/generic/truncate64.c: New file.
8968         * sysdeps/generic/bits/stat.h: Add LFS support.
8969         * sysdeps/generic/bits/statfs.h: Likewise.
8971         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
8972         [__USE_FILE_OFFSET64]: Make long long constant.
8973         (RLIM64_INFINITY): Likewise.
8975         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
8976         for LFS support.
8977         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
8978         * sysdeps/generic/bits/resource.h: Likewise.
8980         * misc/Makefile (routines): Add truncate64 and ftruncate64.
8982         * include/features.h: Don't prevent LFS support from defining BSD
8983         and SYSV things.
8985         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
8986         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
8987         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
8989         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
8990         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
8991         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8993         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
8994         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
8995         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
8996         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
8997         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
8998         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
8999         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
9000         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
9001         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
9002         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
9003         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
9004         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
9005         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
9006         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
9007         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
9008         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
9009         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
9010         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
9011         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
9012         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
9014         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
9015         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
9016         * sysdeps/unix/sysv/linux/xstat64.c: New file.
9017         * sysdeps/unix/sysv/linux/readdir64.c: New file.
9018         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
9020         * sysdeps/unix/sysv/linux/getdents64.c: New file.
9021         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
9022         [$(subdir)=dirent]: Add getdents64.
9023         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
9025         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
9027 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
9029         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
9031         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
9032         * sysdeps/generic/getrlimit64.c: Likewise.
9033         * sysdeps/generic/setrlimit.c: Likewise.
9034         * sysdeps/generic/setrlimit64.c: Likewise.
9036 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
9038         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
9039         using versioning.
9041         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
9043         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
9045 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9047         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
9048         after the codeset name.
9050 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9052         * libc.map: Add get_kernel_syms.
9054 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9056         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
9057         static.
9058         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
9059         Likewise.  Fix condition.
9061 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9063         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
9065 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9067         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
9068         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
9070 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9072         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
9073         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
9074         instead.  Oops.
9076 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9078         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
9080 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9082         * math/libm-test.c (catanh_test): Change epsilon.
9083         Reported by H.J. Lu.
9085 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
9087         * libc.map (__getpid): Added for linuxthreads.
9089 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
9091         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
9092         it if gcc uses static variable in DWARF2 unwind information
9093         for exception support.
9095         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
9097         * elf/soinit.c (__libc_global_ctors, _fini): Handle
9098         HAVE_DWARF2_UNWIND_INFO_STATIC.
9100         * libc.map (__register_frame*, __deregister_frame*): Make them
9101         global.
9103 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9105         * math/libm-test.c: Add more tests for "normal" values.
9107 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9109         * stdio-common/printf_fphex.c: Fix printing of long double number
9110         with a biased exponent of zero.  Fix rounding.
9112 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9114         * sunrpc/rpc_main.c: Accept new flag -$.
9115         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
9117 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9119         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
9120         dynamic linker first, in case the interface has changed.
9122 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9124         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
9125         order.
9127 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9129         * math/tgmath.h: Check for double first, for architectures where
9130         sizeof (long double) == sizeof (double).
9132 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9134         * math/libm-test.c: New tests for "normal" values added for most
9135         functions.
9137 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
9139         * version.h (VERSION): Bump to 2.0.91.
9141         * db2/makedb.c (process_input): Fix typo in message.
9142         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
9144         * elf/dynamic-link.h: Pretty print.
9146         * elf/rtld.c: Allow multiple preloading of a shared object.
9148         * include/limits.h: Prevent multiple inclusion.
9150         * malloc/Makefile (headers): Add mcheck.h.
9151         (distribute): Remove it here.
9152         * malloc/mcheck.h: Pretty print.
9153         * malloc/mtrace.c (mallenv): Make `const'.
9154         * malloc/mtrace.pl: Don't print table head for memory leaks if there
9155         are none.
9156         * manual/memory.texi: Update descriptor of malloc hooks.
9158         * posix/Makefile (routines): Add waitid.
9159         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
9160         on __id_t.
9161         * posix/sys/wait.h: Define idtype_t type.
9162         Add prototype for waitid.
9163         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
9164         * sysdeps/generic/waitid.c: Stub for waitid.
9165         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
9166         the __need_siginfo_t defined.
9167         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
9168         * sysdeps/generic/bits/types.h: Define __id_t.
9169         Correct definition of __FDMASK.
9170         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
9171         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9172         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
9174         * sysdeps/posix/waitid.c: New file.
9175         Provided by Zack Weinberg.
9177         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
9179         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
9180         Add missing parameters.
9182         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
9183         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
9184         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
9185         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
9186         initialized.
9188         * sysdeps/i386/dl-machine.h: Little cleanup.
9190         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
9191         (__finite): Mark function as const.
9192         Add inline code for __ieee754_atan2.
9194         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
9195         (but don't use it now).
9196         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
9197         __atan.
9198         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
9199         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
9200         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
9201         real part.
9202         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
9203         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
9204         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
9205         __ieee754_atan2 to base 10.
9206         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
9207         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
9209         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
9210         old_kernel_sigaction.
9212         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
9214         * wctype/Makefile (routines): Add wctype_l.
9215         * wctype/wctype.h: Add declaration of __wctype_l.
9216         * wctype/wctype_l.c: New file.
9218 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
9220         * locale/C-ctype.c: Correct data for isw* functions.
9221         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
9222         byte order.
9223         * wctype/test_wctype.c: Add test for isw* functions.
9224         * wctype/wctype.c: Return value with expected byte order.
9226 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9228         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
9230 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
9232         * iconvdata/Makefile: Fix a typo.
9234         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
9235         oldsiglist for shared library.
9237         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
9238         sys_sigabbrev): Make them as the default version GLIBC_2.1.
9240         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
9241         sys_siglist, sys_sigabbrev): New file. Make them as the old
9242         version GLIBC_2.0.
9244         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
9245         to GLIBC_2.1.
9247 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
9249         * libio/iofgets.c (_IO_fgets): Return an error only if there
9250         is a new error.
9251         * libio/iogets.c (_IO_gets): Ditto.
9253 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
9255         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
9257         * libio/Makefile (routines, shared-only-routines): Add
9258         oldiofdopen.
9260         * libio/fileops.c: Don't use _IO_FILE_complete.
9261         * libio/iofdopen.c: Ditto.
9262         * libio/iofopen.c: Ditto.
9263         * libio/iofopen64.c: Ditto.
9264         * libio/iopopen.c: Ditto.
9265         * libio/iovdprintf.c: Ditto.
9267         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
9269         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
9270         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
9272         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
9273         _IO_old_fdopen, _IO_new_fdopen): New declaration.
9275         * libio/libio.h (_IO_FILE): Add more fields.
9276         (_IO_FILE_complete): Defined and make _IO_FILE be the old
9277         one if _IO_USE_OLD_IO_FILE is defined
9278         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
9279         them _IO_FILE_complete.
9281         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
9282         to adjust vtable.
9283         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
9284         _IO_JUMPS.
9285         (_IO_FILE_complete): Commented out.
9287         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
9288         * libio/oldiofclose.c: Ditto.
9289         * libio/oldiofopen.c: Ditto.
9290         * libio/oldstdfiles.c: Ditto.
9292         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
9293         for the old _IO_FILE.
9295         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
9296         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
9297         and stderr.
9299         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
9300         and remove INAME.
9302         * libio/stdio.c (stdin, stdout, stdin): Don't use
9303         _IO_FILE_complete.
9305         * libio/oldiofdopen.c: New.
9307         * stdio-common/vfprintf.c (buffered_vfprintf): Set
9308         hp->_vtable_offset to 0.
9310 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
9312         * libc.map (_IO_file_open): Added.
9314         * libio/libioP.h (_IO_file_open): Declared.
9316         * libio/fileops.c (_IO_file_open): New.
9317         (_IO_file_fopen): Call _IO_file_open ().
9319         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
9320         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
9322 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9324         * signal/signal.h: Fix selection of signal semantics to match
9325         comment.
9327 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9329         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
9330         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
9331         rt_sigreturn.
9332         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
9333         [$(subdir)=signal]: Remove rt_sigreturn.
9334         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
9335         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
9336         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
9338 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9340         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
9341         declarations.
9343 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9345         * iconvdata/extra-module.mk: Expand extra-objs now.
9347 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9349         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
9350         inline functions by feature tests to avoid warning about missing
9351         prototype declarations.
9353 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9355         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
9356         return code for non existent +name entries.
9357         * nis/nss_compat/compat-pwd.c: Likewise.
9358         * nis/nss_compat/compat-spwd.c: Likewise.
9360 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
9362         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
9363         (EIO): Likewise.
9364         (ENOSPC): Likewise.
9365         (EEXIST): Likewise.
9366         (__errno_location): Likewise.
9368         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
9370         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
9372 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9374         * sunrpc/publickey.c: Use new NSS interface.
9376 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
9378         * manual/malloc.texi: Document mtrace/muntrace and the concept.
9380 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9382         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
9383         value, to match spirit of the standard.
9384         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
9385         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
9386         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
9388 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9390         * manual/signal.texi (Signal Stack): Remove spurious @item.
9392 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9394         * rt/aio.h: Remove double semicolon.
9396         * rt/librt.map: Add aio_init.
9398 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
9400         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
9401         * Makefile (subdirs): Replace rt by $(rt).
9403         * shlib-versions: Use version .2 for NSS modules.
9405         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
9406         argument.
9407         * pwd/fgetpwent_r.c: Likewise.
9408         * spwd/fgetspent_r.c: Likewise.
9409         * spwd/sgetspent_r.c: Likewise.
9410         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
9411         Store error number in *ERRNOP.  Little optimization.
9412         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
9413         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
9414         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
9415         (__internal_getnetgrent_r): New argument.
9416         Call __internal_setnetgrent_reuse with new argument.
9417         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
9418         * inet/netgroup.h: Add argument to prototypes.
9419         * nis/nisplus-parser.h: Likewise.
9420         * nis/nss_compat/compat-grp.c: Change everything to store error
9421         code through provided pointer and not use errno.
9422         * nis/nss_compat/compat-pwd.c: Likewise.
9423         * nis/nss_compat/compat-spwd.c: Likewise.
9424         * nis/nss_nis/nis-alias.c: Likewise.
9425         * nis/nss_nis/nis-ethers.c: Likewise.
9426         * nis/nss_nis/nis-grp.c: Likewise.
9427         * nis/nss_nis/nis-hosts.c: Likewise.
9428         * nis/nss_nis/nis-netgrp.c: Likewise.
9429         * nis/nss_nis/nis-network.c: Likewise.
9430         * nis/nss_nis/nis-proto.c: Likewise.
9431         * nis/nss_nis/nis-publickey.c: Likewise.
9432         * nis/nss_nis/nis-pwd.c: Likewise.
9433         * nis/nss_nis/nis-rpc.c: Likewise.
9434         * nis/nss_nis/nis-service.c: Likewise.
9435         * nis/nss_nis/nis-spwd.c: Likewise.
9436         * nis/nss_nisplus/nisplus-alias.c: Likewise.
9437         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
9438         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9439         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
9440         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
9441         * nis/nss_nisplus/nisplus-network.c: Likewise.
9442         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9443         * nis/nss_nisplus/nisplus-proto.c: Likewise.
9444         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9445         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
9446         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
9447         * nis/nss_nisplus/nisplus-service.c: Likewise.
9448         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
9449         * nss/nss_db/db-XXX.c: Likewise.
9450         * nss/nss_db/db-alias.c: Likewise.
9451         * nss/nss_db/db-netgrp.c: Likewise.
9452         * nss/nss_files/files-XXX.c: Likewise
9453         * nss/nss_files/files-alias.c: Likewise
9454         * nss/nss_files/files-netgrp.c: Likewise
9455         * nss/nss_files/files-parse.c: Likewise
9456         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
9457         parameter of get functions.
9458         * nss/getXXent_r.c: Likewise.
9460         * localedata/tst-fmon.c: Print debug info if test fails.
9462         * rt/Makefile (routines): Add aio_notify.
9463         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
9464         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
9465         * rt/aio_fsync.c: Likewise.
9466         * rt/aio_misc.c: Likewise.
9467         * rt/aio_misc.h: Likewise.
9468         * rt/aio_read.c: Likewise.
9469         * rt/aio_read64.c: Likewise.
9470         * rt/aio_suspend.c: Likewise.
9471         * rt/aio_write.c: Likewise.
9472         * rt/aio_write64.c: Likewise.
9473         * rt/lio_listio.c: Likewise.
9474         * rt/lio_listio64.c: Likewise.
9475         * rt/aio_notify.c: New file.
9477         * sysdeps/generic/bits/sigset.h: Pretty print.
9479         * sysdeps/posix/pwrite.c: Define weak alias only if function is
9480         really defined as __pwrite.
9482         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
9483         instead of pread64.
9484         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9486         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
9487         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
9488         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
9489         size in syscall.
9490         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9491         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9492         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
9493         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9494         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
9495         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9496         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
9497         for ACT being NULL.
9498         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
9499         RT signals.
9500         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
9501         __NR_pread is not defined.
9502         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
9503         __NR_pwrite is not defined.
9505 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9507         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
9508         handle for /etc/group back in some more cases.
9509         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
9510         handle for /etc/passwd back in some more cases.
9511         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
9512         handle for /etc/shadow back in some more cases.
9514 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
9516         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
9517         beyound its size.
9518         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
9519         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
9521 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
9523         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
9524         handling.  Don't use macros, we need functions.  Use inline functions
9525         for optimization.
9526         * sysdeps/wordsize-64/inttypes.h: Likewise.
9527         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
9528         and wcstoumax.
9529         * sysdeps/wordsize-64/Makefile: Likewise.
9530         * sysdeps/wordsize-32/Dist: Likewise.
9531         * sysdeps/wordsize-64/Dist: Likewise.
9532         * sysdeps/wordsize-32/strtoimax.c: New file.
9533         * sysdeps/wordsize-32/strtoumax.c: New file.
9534         * sysdeps/wordsize-32/wcstoimax.c: New file.
9535         * sysdeps/wordsize-32/wcstoumax.c: New file.
9536         * sysdeps/wordsize-64/strtoimax.c: New file.
9537         * sysdeps/wordsize-64/strtoumax.c: New file.
9538         * sysdeps/wordsize-64/wcstoimax.c: New file.
9539         * sysdeps/wordsize-64/wcstoumax.c: New file.
9541 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
9543         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
9544         that transparent union works.
9545         * sysdeps/generic/wait4.c (__wait4): Likewise.
9546         * sysdeps/generic/wait.c (__wait): Likewise.
9548         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
9549         size_t.
9551         * sysdeps/generic/syscall.c (syscall): Return value and arg are
9552         long, to match prototype.
9554         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
9555         have mremap() yet.
9557         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
9559         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
9561         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
9563         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
9564         __rlim_t.
9566         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
9568         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
9570         * io/sys/stat.h (S_ISLNK): Always false if we don't have
9571         __S_IFLNK.
9573         * sysdeps/standalone/close.c (_STDIO_H): Define before including
9574         <bits/stdio_lim.h>.
9575         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
9577 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
9579         * posix/sys/wait.h: Don't use transparent unions in C++.
9581 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9583         * time/time.h: Add strfxtime.
9585         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
9586         sysv_signal, strfxtime, pread64, pwrite64.
9588 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
9590         Alpha changes for EGCS:
9591         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
9592         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
9593         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
9594         (_start): Likewise.
9595         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
9597 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
9599         The kernel expects the arguments in a different order.
9600         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
9601         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
9603         * FAQ.in: New file.
9604         * gen-FAQ.pl: New file.
9605         * Makefile (FAQ): Add rule to generate from FAQ.in.
9607         * iconvdata/Makefile: Treat libJIS like the other modules.
9609         * rt/librt.map: New file.
9611         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
9612         inclusion.
9613         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
9614         comment.
9616 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
9618         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
9619         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
9620         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
9621         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
9623 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9625         * string/bits/string2.h: Fix spellings.
9627         * string/string.h: Fix spellings.
9629 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9631         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
9632         declaration to __syscall_rt_sigaction.
9634         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
9635         non-existant <sigcontext.h>.
9637 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9639         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
9640         typo.
9642 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9644         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
9646         * Makeconfig (shared-thread-library): Correct spelling.
9648         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
9649         <asm/pci.h>.
9651 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9653         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
9654         constants from Linux headers. Pointed out by
9655         csmall@scooter.o.i.net. [PR libc/369]
9657 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9659         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
9661 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9663         * configure.in: If --enable-add-ons is given without an
9664         argument, set the addons list to all subdirs with a configure
9665         script.
9667 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
9669         * Makeconfig: Add shared-thread-library variable.
9671         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
9672         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
9673         here.
9674         * sysdeps/m68k/fpu/e_acos.c: Likewise.
9675         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
9676         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
9677         * sysdeps/m68k/fpu/e_pow.c: Likewise.
9678         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
9679         * sysdeps/m68k/fpu/k_cos.c: Likewise.
9680         * sysdeps/m68k/fpu/k_sin.c: Likewise.
9681         * sysdeps/m68k/fpu/k_tan.c: Likewise.
9682         * sysdeps/m68k/fpu/s_atan.c: Likewise.
9683         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
9684         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
9685         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
9686         * sysdeps/m68k/fpu/s_csin.c: Likewise.
9687         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
9688         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
9689         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
9690         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
9691         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
9692         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
9693         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
9694         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
9695         * sysdeps/m68k/fpu/s_modf.c: Likewise.
9696         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
9697         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
9698         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
9700         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
9701         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
9702         * signal/Makefile (headers): Add bits/siginfo.h.
9703         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
9704         (distribute): Add testrtsig.h.
9705         * signal/allocrtsig.c: New file.
9706         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
9707         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
9708         __libc_current_sigrtmax.
9709         * sysdeps/generic/sigqueue.c: New file.
9710         * sysdeps/generic/sigtimedwait.c: New file.
9711         * sysdeps/generic/sigwaitinfo.c: New file.
9712         * sysdeps/generic/testrtsig.h: New file.
9713         * sysdeps/generic/bits/siginfo.h: New file.
9714         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
9715         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
9716         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
9717         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
9718         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
9719         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
9720         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
9721         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
9722         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
9723         * sysdeps/unix/sysv/linux/sigpending.c: New file.
9724         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
9725         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
9726         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
9727         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
9728         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
9729         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
9730         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
9731         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
9732         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
9733         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
9734         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
9735         and _POSIX_REALTIME_SIGNALS.
9736         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
9737         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
9738         update _NSIG.
9739         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
9740         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
9741         definitions.
9743         * Makefile (subdirs): Add rt.
9744         * shlib-versions: Add entry for librt.
9745         * rt/Makefile: New file.
9746         * rt/aio.h: New file.
9747         * rt/aio_cancel.c: New file.
9748         * rt/aio_error.c: New file.
9749         * rt/aio_fsync.c: New file.
9750         * rt/aio_misc.c: New file.
9751         * rt/aio_misc.h: New file.
9752         * rt/aio_read.c: New file.
9753         * rt/aio_read64.c: New file.
9754         * rt/aio_return.c: New file.
9755         * rt/aio_suspend.c: New file.
9756         * rt/aio_write.c: New file.
9757         * rt/aio_write64.c: New file.
9758         * rt/lio_listio.c: New file.
9759         * rt/lio_listio64.c: New file.
9760         * sysdeps/generic/aio_sigqueue.c: New file.
9761         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
9762         * sysdeps/unix/sysv/linux/Dist: Add new files
9763         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
9764         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
9765         rt_sigqueueinfo, rt_sigaction.
9767         * posix/Makefile (headers): Add bits/environments.h.
9768         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
9769         and _CS_LFS_CFLAGS on 64bit platforms.
9770         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
9771         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
9772         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
9773         compilation modules.
9774         * sysdeps/wordsize-32/bits/environments.h: New file.
9775         * sysdeps/wordsize-64/bits/environments.h: New file.
9777         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
9778         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
9779         __libc_pid.
9780         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
9781         0xf00baa.
9783         * string/string.h: Add declaration of __strverscmp.
9784         * string/strverscmp.c: Rename function ot __strverscmp and make old
9785         name weak alias.
9787         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
9788         * sysdeps/generic/enbl-secure.c: Likewise.
9789         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
9791         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
9793         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
9795 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
9797         * posix/sys/wait.h: Use __transparent_union__ instead of
9798         transparent_union.  Reported by Roland McGrath.
9800 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9802         * resolv/inet_neta.c (inet_neta): Change type of first parameter
9803         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
9804         [PR libc/366].
9806         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
9808         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
9810 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9812         * grp/initgroups.c: Increase buffer if it is too small.
9814 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
9816         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
9817         fields, this is no ISO C.  Reported by Andreas Jaeger.
9819 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9821         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
9823 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
9825         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
9826         _SYS_UTSNAME_H not _UTSNAME_H.
9828 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9830         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
9831         computing s_scale.
9833 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9835         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
9836         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
9837         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
9839         * math/libm-test.c (csqrt_test): Add testcase.
9841 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
9843         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
9844         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
9845         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
9847 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9849         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
9851 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9853         * math/libm-test.c (acos_test): Add more tests.
9854         (asin_test): Likewise.
9855         (atan_test): Likewise.
9856         (exp_test): Likewise.
9857         (sin_test): Likewise.
9858         (sqrt_test): Likewise.
9859         (cpow_test): Likewise.
9860         (csqrt_test): Likewise.
9861         (cexp_test): Correct typo in gcc version test.
9863 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
9865         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
9866         <bits/setjmp.h>.
9867         * sysdeps/arm/setjmp.S: Likewise.
9869         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
9871 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
9873         * stdio/stdio.h: Add prototype for tmpfile64().
9875 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
9877         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
9878         prototype to keep in step with libio version.
9880         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
9882 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
9884         * sysdeps/generic/Makefile: Don't try to use make_siglist if
9885         cross-compiling.
9887 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
9889         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
9890         load GOT ptr before jumping to _exit.
9891         Reported by Xavier Leroy.
9893 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
9895         * Makefile (subdirs): Add iconvdata and localedata.
9897         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
9899         * iconv/gconv_conf.c (read_conf_file): Little optimization.
9901         * iconvdata/8bit-gap.c: New file.
9902         * iconvdata/8bit-generic.c: Renamed from ...
9903         * iconvdata/iso8859-generic.c: ...this.
9904         * iconvdata/configure: Removed.
9905         * iconvdata/Makefile: Add new modules and better rules.
9906         * iconvdata/iso6937.c: Minor bug fixes.
9907         * iconvdata/iso8859-1.c: Likewise.
9908         * iconvdata/t61.c: Likewise.
9909         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
9910         Minor bug fixes.
9911         * iconvdata/iso8859-3.c: Likewise.
9912         * iconvdata/iso8859-4.c: Likewise.
9913         * iconvdata/iso8859-5.c: Likewise.
9914         * iconvdata/iso8859-6.c: Likewise.
9915         * iconvdata/iso8859-7.c: Likewise.
9916         * iconvdata/iso8859-8.c: Likewise.
9917         * iconvdata/iso8859-9.c: Likewise.
9918         * iconvdata/iso8859-10.c: Likewise.
9919         * iconvdata/ebcdic-at-de-a.c: New file.
9920         * iconvdata/ebcdic-at-de.c: New file.
9921         * iconvdata/ebcdic-ca-fr.c: New file.
9922         * iconvdata/hp-roman8.c: New file.
9923         * iconvdata/koi-8.c: New file.
9924         * iconvdata/koi8-r.c: New file.
9925         * iconvdata/koi8-h.c: New file.
9926         * iconvdata/latin-greek-1.c: New file.
9927         * iconvdata/latin-greek-1.h: New file.
9928         * iconvdata/latin-greek.c: New file.
9929         * iconvdata/latin-greek.h: New file.
9930         * iconvdata/jis0201.c: New file.
9931         * iconvdata/jis0201.h: New file.
9932         * iconvdata/jis0208.c: New file.
9933         * iconvdata/jis0208.h: New file.
9934         * iconvdata/jis0212.c: New file.
9935         * iconvdata/jis0212.h: New file.
9936         * iconvdata/sjis.c: New file.
9937         * iconvdata/gap.pl: New file.  Script to generate table header.
9938         * iconvdata/gaptab.pl: New file.
9939         * iconvdata/gconv-modules: Add info about new modules.
9941         * locale/programs/charmap.c: Also examine alias names given in charmap
9942         files.
9944         * localedata/*: Add to here from add-on.  We need the information
9945         to generate tables for iconv.
9947         Update from db-2.3.14.
9948         * db2/Makefile: Updated.
9949         * db2/config.h: Likewise.
9950         * db2/db.h: Likewise.
9951         * db2/db_int.h: Likewise.
9952         * db2/btree/bt_cursor.c: Likewise.
9953         * db2/btree/bt_delete.c: Likewise.
9954         * db2/btree/bt_put.c: Likewise.
9955         * db2/btree/bt_search.c: Likewise.
9956         * db2/btree/bt_split.c: Likewise.
9957         * db2/btree/btree_auto.c: Likewise.
9958         * db2/common/db_appinit.c: Likewise.
9959         * db2/common/db_apprec.c: Likewise.
9960         * db2/common/db_err.c: Likewise.
9961         * db2/common/db_region.c: Likewise.
9962         * db2/db/db_auto.c: Likewise.
9963         * db2/db/db_dispatch.c: Likewise.
9964         * db2/db/db_ret.c: Likewise.
9965         * db2/dbm/dbm.c: Likewise.
9966         * db2/hash/hash_auto.c: Likewise.
9967         * db2/include/btree_ext.h: Likewise.
9968         * db2/include/common_ext.h: Likewise.
9969         * db2/include/db.h.src: Likewise.
9970         * db2/include/db_cxx.h: Likewise.
9971         * db2/include/db_ext.h: Likewise.
9972         * db2/include/db_int.h.src: Likewise.
9973         * db2/include/lock.h: Likewise.
9974         * db2/include/log.h: Likewise.
9975         * db2/include/mp.h: Likewise.
9976         * db2/include/mp_ext.h: Likewise.
9977         * db2/include/os_ext.h: Likewise.
9978         * db2/include/os_func.h: Likewise.
9979         * db2/lock/lock.c: Likewise.
9980         * db2/lock/lock_deadlock.c: Likewise.
9981         * db2/log/log.c: Likewise.
9982         * db2/log/log_archive.c: Likewise.
9983         * db2/log/log_auto.c: Likewise.
9984         * db2/log/log_get.c: Likewise.
9985         * db2/log/log_put.c: Likewise.
9986         * db2/mp/mp_bh.c: Likewise.
9987         * db2/mp/mp_fget.c: Likewise.
9988         * db2/mp/mp_fopen.c: Likewise.
9989         * db2/mp/mp_fput.c: Likewise.
9990         * db2/mp/mp_fset.c: Likewise.
9991         * db2/mp/mp_open.c: Likewise.
9992         * db2/mp/mp_pr.c: Likewise.
9993         * db2/mp/mp_region.c: Likewise.
9994         * db2/mp/mp_sync.c: Likewise.
9995         * db2/mutex/README: Likewise.
9996         * db2/mutex/mutex.c: Likewise.
9997         * db2/os/os_open.c: Likewise.
9998         * db2/os/os_func.c: Removed.
9999         * db2/os/os_config.c: New file.
10000         * db2/os/os_spin.c: New file.
10001         * db2/txn/txn.c: Likewise.
10002         * db2/txn/txn_auto.c: Likewise.
10004 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
10006         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
10007         __typeof for C++ since this fails for class members.
10008         Reported by Neal Becker <neal@ctd.comsat.com>.
10010 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10012         * configure.in: Check for a working makeinfo (3.11 or better).
10013         * config.make.in: Add MAKEINFO to be substituted.
10014         * manual/Makefile: Don't update info if makeinfo is too old.
10016 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
10018         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
10019         * sysdeps/alpha/__longjmp.S: Likewise.
10020         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
10021         not <bits/termios.h>.
10023         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
10024         __llseek and make llseek and lseek64 weak aliases.
10025         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
10026         Patches by a sun <asun@zoology.washington.edu>.
10028 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10030         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
10031         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
10032         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
10033         * misc/sys/syslog.h: Clean up BSD header.
10035 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10037         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
10039         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
10040         for ctan(+-inf,x).
10041         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
10042         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
10044         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
10045         csqrt (-1), ctanh(i*pi/4).
10047 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10049         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
10051 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
10053         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
10055 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10057         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
10059 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
10061         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
10062         and use.  Define GETCWD_RETURN_TYPE instead and use it.
10063         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
10064         of GETCWD_STORYGE_CLASS and put the return type and the
10065         `internal_function' in the right order for gcc 2.7.2.
10067 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10069         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
10070         incompatible with Linux 2.1.x.  Packages using modules
10071         (e.g. modutils) should/do provide their own version.  Suggested by
10072         Richard Henderson.
10074         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
10076         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
10077         [$(subdir)=socket]: Remove sys/module.h.
10079 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
10081         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
10082         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
10084         * iconv/gconv_close.c: Correct freeing of descriptor data.
10085         * iconv/gconv_simple.c: Return correct error values for illegal or
10086         incomplete characters.
10088         * Makefile (iconvdata/%): Special goal to simplify iconvdata
10089         development.
10090         * iconvdata/Makefile: New file.
10091         * iconvdata/configure: Likewise.
10092         * iconvdata/extra-module.mk: Likewise.
10093         * iconvdata/gconv-modules: Likewise.
10094         * iconvdata/iso6937.c: Likewise.
10095         * iconvdata/iso8859-1.c: Likewise.
10096         * iconvdata/iso8859-10.c: Likewise.
10097         * iconvdata/iso8859-10.h: Likewise.
10098         * iconvdata/iso8859-2.c: Likewise.
10099         * iconvdata/iso8859-2.h: Likewise.
10100         * iconvdata/iso8859-3.c: Likewise.
10101         * iconvdata/iso8859-3.h: Likewise.
10102         * iconvdata/iso8859-4.c: Likewise.
10103         * iconvdata/iso8859-4.h: Likewise.
10104         * iconvdata/iso8859-5.c: Likewise.
10105         * iconvdata/iso8859-5.h: Likewise.
10106         * iconvdata/iso8859-6.c: Likewise.
10107         * iconvdata/iso8859-6.h: Likewise.
10108         * iconvdata/iso8859-7.c: Likewise.
10109         * iconvdata/iso8859-7.h: Likewise.
10110         * iconvdata/iso8859-8.c: Likewise.
10111         * iconvdata/iso8859-8.h: Likewise.
10112         * iconvdata/iso8859-9.c: Likewise.
10113         * iconvdata/iso8859-9.h: Likewise.
10114         * iconvdata/iso8859-generic.c: Likewise.
10115         * iconvdata/t61.c: Likewise.
10117         * string/Makefile (routines): Add strcasestr.
10118         * string/string.h: Add prototype for strcasestr.
10119         * sysdeps/generic/strcasestr.c: New file.
10120         * wcsmbs/mbrtowc.c: Simplify special case a bit.
10121         * wcsmbs/wcrtomb.c: Likewise.
10122         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
10123         * wcsmbs/wcsnrtombs.c: Likewise.
10124         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
10125         partial character is read.
10126         * wcsmbs/wcsrtombs.c: Likewise.
10127         * wcsmbs/wmemrtombs.c: Likewise.
10128         * wcsmbs/wmemrtowcs.c: Likewise.
10130         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
10131         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
10132         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
10133         * sysdeps/i386/elf/setjmp.S: Likewise.
10134         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
10135         <bits/termios.h>.
10137         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
10138         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
10140         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
10141         * sysvipc/sys/ipc.h: Likewise.
10142         * sysvipc/sys/msg.h: Likewise.
10143         * sysvipc/sys/sem.h: Likewise.
10144         * sysvipc/sys/shm.h: Likewise.
10146         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
10147         used directly.
10148         * sysdeps/alpha/bits/setjmp.h: Likewise.
10149         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
10150         * sysdeps/arm/bits/endian.h: Likewise.
10151         * sysdeps/arm/bits/setjmp.h: Likewise.
10152         * sysdeps/generic/bits/byteswap.h: Likewise.
10153         * sysdeps/generic/bits/confname.h: Likewise.
10154         * sysdeps/generic/bits/dirent.h: Likewise.
10155         * sysdeps/generic/bits/dlfcn.h: Likewise.
10156         * sysdeps/generic/bits/endian.h: Likewise.
10157         * sysdeps/generic/bits/fenv.h: Likewise.
10158         * sysdeps/generic/bits/huge_val.h: Likewise.
10159         * sysdeps/generic/bits/in.h: Likewise.
10160         * sysdeps/generic/bits/ioctl-types.h: Likewise.
10161         * sysdeps/generic/bits/ioctls.h: Likewise.
10162         * sysdeps/generic/bits/ipc.h: Likewise.
10163         * sysdeps/generic/bits/msq.h: Likewise.
10164         * sysdeps/generic/bits/poll.h: Likewise.
10165         * sysdeps/generic/bits/resource.h: Likewise.
10166         * sysdeps/generic/bits/sched.h: Likewise.
10167         * sysdeps/generic/bits/sem.h: Likewise.
10168         * sysdeps/generic/bits/setjmp.h: Likewise.
10169         * sysdeps/generic/bits/shm.h: Likewise.
10170         * sysdeps/generic/bits/sigaction.h: Likewise.
10171         * sysdeps/generic/bits/sigcontext.h: Likewise.
10172         * sysdeps/generic/bits/socket.h: Likewise.
10173         * sysdeps/generic/bits/stat.h: Likewise.
10174         * sysdeps/generic/bits/statfs.h: Likewise.
10175         * sysdeps/generic/bits/stdio_lim.h: Likewise.
10176         * sysdeps/generic/bits/termios.h: Likewise.
10177         * sysdeps/generic/bits/time.h: Likewise.
10178         * sysdeps/generic/bits/uio.h: Likewise.
10179         * sysdeps/generic/bits/utmp.h: Likewise.
10180         * sysdeps/generic/bits/utmpx.h: Likewise.
10181         * sysdeps/generic/bits/utsname.h: Likewise.
10182         * sysdeps/generic/bits/waitflags.h: Likewise.
10183         * sysdeps/generic/bits/waitstatus.h: Likewise.
10184         * sysdeps/gnu/bits/utmp.h: Likewise.
10185         * sysdeps/gnu/bits/utmpx.h: Likewise.
10186         * sysdeps/i386/bits/byteswap.h: Likewise.
10187         * sysdeps/i386/bits/endian.h: Likewise.
10188         * sysdeps/i386/bits/huge_val.h: Likewise.
10189         * sysdeps/i386/bits/setjmp.h: Likewise.
10190         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
10191         * sysdeps/ieee754/bits/huge_val.h: Likewise.
10192         * sysdeps/m68k/bits/byteswap.h: Likewise.
10193         * sysdeps/m68k/bits/endian.h: Likewise.
10194         * sysdeps/m68k/bits/setjmp.h: Likewise.
10195         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
10196         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10197         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
10198         * sysdeps/mach/hurd/bits/stat.h: Likewise.
10199         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10200         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
10201         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10202         * sysdeps/mips/bits/dlfcn.h: Likewise.
10203         * sysdeps/mips/bits/endian.h: Likewise.
10204         * sysdeps/mips/bits/setjmp.h: Likewise.
10205         * sysdeps/mips/dec/bits/endian.h: Likewise.
10206         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
10207         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
10208         * sysdeps/mips/p40/bits/endian.h: Likewise.
10209         * sysdeps/powerpc/bits/endian.h: Likewise.
10210         * sysdeps/powerpc/bits/fenv.h: Likewise.
10211         * sysdeps/powerpc/bits/setjmp.h: Likewise.
10212         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
10213         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
10214         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
10215         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
10216         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
10217         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
10218         * sysdeps/unix/bsd/bits/stat.h: Likewise.
10219         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
10220         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
10221         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
10222         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
10223         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
10224         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
10225         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
10226         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
10227         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
10228         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
10229         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
10230         * sysdeps/unix/common/bits/dirent.h: Likewise.
10231         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
10232         * sysdeps/unix/sysv/bits/stat.h: Likewise.
10233         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
10234         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
10235         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
10236         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
10237         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
10238         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
10239         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
10240         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
10241         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
10242         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
10243         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
10244         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
10245         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
10246         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
10247         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
10248         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
10249         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
10250         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
10251         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
10252         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
10253         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
10254         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
10255         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
10256         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
10257         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10258         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
10259         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
10260         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
10261         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
10262         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
10263         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
10264         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
10265         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
10266         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
10267         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
10268         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
10269         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
10270         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
10271         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
10272         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
10273         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
10274         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
10275         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
10276         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
10277         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
10278         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
10279         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
10280         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
10281         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
10282         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
10283         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
10284         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
10285         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
10286         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
10287         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
10288         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
10289         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
10290         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
10291         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
10292         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
10293         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
10294         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
10295         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
10296         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
10297         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
10298         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
10299         * sysdeps/vax/bits/huge_val.h: Likewise.
10300         * sysdeps/vax/bits/setjmp.h: Likewise.
10301         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
10302         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
10304 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10306         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
10308 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
10310         * strftime.c (strftime):
10311         No longer any need to undef or declare if emacs is defined.
10312         (my_strftime): When checking a -1 returned by mktime, don't blow up
10313         if localtime_r returns NULL.
10315 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10317         * README.template: Fix spelling.
10319 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10321         * configure.in: Enhance --enable-add-ons description a wee bit.
10323 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10325         * glibcbug.in: Add more information of build environment and flags.
10327 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10329         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
10330         it into ENOENT.
10332 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
10334         * elf/dl-support.c: Call __libc_init_secure to make sure
10335         __libc_enable_secure is defined early.
10336         * sysdeps/generic/enbl-secure.c: Change function name to
10337         __libc_init_secure and make it global instead of a constructor.
10339         * iconv/gconv.c: Fix lots of bugs.
10340         * iconv/gconv.h: Likewise.
10341         * iconv/gconv_builtin.h: Likewise.
10342         * iconv/gconv_close.c: Likewise.
10343         * iconv/gconv_conf.c: Likewise.
10344         * iconv/gconv_db.c: Likewise.
10345         * iconv/gconv_dl.c: Likewise.
10346         * iconv/gconv_open.c: Likewise.
10347         * iconv/gconv_simple.c: Likewise.
10348         * iconv/iconv.c: Likewise.
10349         * iconv/iconv_close.c: Likewise.
10350         * iconv/iconv_open.c: Likewise.
10352         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
10353         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
10354         * wcsmbs/wmemrtombs.c: New file.
10355         * wcsmbs/wmemrtowcs.c: New file.
10357 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
10359         * iconv/gconv_simple.c: Fix lots of bugs.
10360         * iconv/iconv_open.c: Normalize names before passing them to
10361         __gconv_open.
10363         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
10365         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
10366         * stdio-common/test-popen.c: Add test for above change.
10368         * math/libm-test.c: Print test results also using %a format,
10369         specified in PRINTF_XEXPR macro.
10370         * math/test-double.c: Define PRINTF_XEXPR.
10371         * math/test-float.c: Likewise.
10372         * math/test-ldouble.c: Likewise.
10373         * math/test-idouble.c: Likewise.
10374         * math/test-ifloat.c: Likewise.
10375         * math/test-ildoubl.c: Likewise.
10377         * stdio-common/vfscanf.c: Recognize a in format specifier only as
10378         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
10379         FP number format.
10381         * stdlib/strtod.c: Little code cleanup.
10383         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
10384         compiling in math subdir.
10386         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
10387         instead of __LIBC_M81_MATH_INLINES.
10388         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
10389         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
10390         * sysdeps/m68k/fpu/e_pow.c: Likewise.
10391         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
10392         * sysdeps/m68k/fpu/k_cos.c: Likewise.
10393         * sysdeps/m68k/fpu/k_sin.c: Likewise.
10394         * sysdeps/m68k/fpu/k_tan.c: Likewise.
10395         * sysdeps/m68k/fpu/s_atan.c: Likewise.
10396         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
10397         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
10398         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
10399         * sysdeps/m68k/fpu/s_csin.c: Likewise.
10400         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
10401         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
10402         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
10403         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
10404         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
10405         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
10406         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
10407         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
10408         * sysdeps/m68k/fpu/s_modf.c: Likewise.
10409         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
10410         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
10411         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
10412         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
10413         __LIBC_INTERNAL_MATH_INLINES is defined.
10415         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
10416         of compare macros from ISO C 9X.  Optimize generic versions a bit.
10417         Define __signbit inline functions and __ieee754_sqrt which can be
10418         used if the ompiler is fixed.
10420         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
10422 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10424         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
10425         sysdeps/generic in the whole dep file, not only in the first line.
10427 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10429         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
10431 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10433         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
10434         place.
10436 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10438         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
10439         is non-empty.
10441 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
10443         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
10444         return value.
10446 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
10448         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
10449         readlink succeeds but the return value is too long.
10451         * stdio-common/printf_fphex.c: Determine sign of number correctly.
10453 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
10455         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
10456         __remqu for Alpha.
10458 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
10460         * sysdeps/generic/sys/ucontext.h: Stub context file.
10462         * libio/iofprintf.c: Removed.  We use the stdio-common version.
10464         * manual/Makefile (distribute): Add stdio-fp.c.
10466         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
10468         * db2/Makefile (distribute): Add include/os_func.h, README and
10469         mutex/tsl_parisc.s.
10471         * hesiod/Makefile (distribute): Add README.hesiod.
10473 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
10475         * iconv/gconv.c: Correctly call transformation function.
10477         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
10479 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10481         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
10482         wrong results for e.g. remquo (3,2, &x)).
10483         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
10484         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
10486 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10488         * configure.in (ld --version-script): Test if the same symbol
10489         maybe defined in all versions (needed by recent changes to
10490         libc.map and supported with binutils 2.8.1.0.17) and issue warning
10491         if versioning is not supported/enabled.
10492         (bash test): Correct test case.
10494         * math/libm-test.c: Added counting/reporting of number of test cases.
10496         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
10497         use awk instead.
10499         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
10501 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10503         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
10505 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
10507         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
10508         Replace revoke call by use of REVOKE.
10509         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
10510         empty and #include generic version.
10511         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10513 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
10515         * libc.map: Add socket functions with __libc_* names.
10516         Reported by Andreas Jaeger.
10518 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10520         * libc.map: Tidy up (remove duplicates, sort entries).
10522 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10524         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
10526 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
10528         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
10529         again after successful call.
10530         Patch by Marc Lehmann <pcg@goof.com>.
10532 1997-11-17  Paul Eggert  <eggert@twinsun.com>
10534         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
10535         as some hosts need this to declare localtime_r properly.
10537 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
10539         * libc.map: Add iconv_open, iconv, and iconv_close.
10541 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
10543         * iconv/Makefile: New file.
10544         * iconv/gconv.c: New file.
10545         * iconv/gconv.h: New file.
10546         * iconv/gconv_builtin.c: New file.
10547         * iconv/gconv_builtin.h: New file.
10548         * iconv/gconv_close.c: New file.
10549         * iconv/gconv_conf.c: New file.
10550         * iconv/gconv_db.c: New file.
10551         * iconv/gconv_dl.c: New file.
10552         * iconv/gconv_open.c: New file.
10553         * iconv/gconv_simple.c: New file.
10554         * iconv/iconv.c: New file.
10555         * iconv/iconv.h: New file.
10556         * iconv/iconv_close.c: New file.
10557         * iconv/iconv_open.c: New file.
10558         * include/gconv.h: New file.
10560         * Makeconfig: Define gconvdir.
10561         * Makefile (subdirs): Add iconv.
10563         * string/bits/string2.h: Add optimization for strtok_r.
10565         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
10566         for NULL.
10567         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
10568         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
10570         * configure.in: Correct test for bash2.
10571         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10573         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
10574         (CFLAGS-locfile.c): Likewise.
10575         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10577         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
10578         non-existing entry if the table is full.
10580         * posix/regex.h: Pretty print.
10582         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
10584         * sysdeps/posix/ctermid.c: Simplify a bit.
10586         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
10588 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10590         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
10591         <sys/types.h> instead of <asm/types.h>.
10593 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10595         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
10597 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
10599         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
10600         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
10601         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
10602         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
10603         fclose): Added to GLIBC_2.1.
10605         * libio/Makefile (routines, shared-only-routines): Add
10606         oldiofclose.  Remove oldfreopen.
10608         * libio/freopen.c (freopen): When PIC is defined, call
10609         _IO_old_freopen () for old stdio.
10611         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
10612         (_IO_fclose, fclose): Use _IO_new_fclose as default version
10613         for GLIBC_2.1.
10615         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
10616         instead of _IO_file_close_it.
10618         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
10619         to _IO_2_1_stdxxx_.
10620         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
10621         is defined.
10623         * libio/libioP.h (_IO_old_do_flush): New.
10625         * libio/oldfileops.c (_IO_old_file_close_it,
10626         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
10627         Call _IO_old_do_flush () instead of _IO_do_flush ().
10628         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
10629         _IO_do_write ().
10631         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
10632         instead of _IO_file_init ().
10633         Bind old symbols to version GLIBC_2.0.
10635         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
10636         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
10637         _IO_stdxxx_.
10638         (_IO_check_libio): New function in .init.
10640         * libio/oldiofclose.c: New file.
10642         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
10643         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
10644         (DEF_STDFILE): Don't use default_symbol_version.
10646         * libio/stdio.c (stdin, stdout, stderr): Set to
10647         _IO_2_1_stdxxx_._
10648         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
10649         stdxxx.
10651         * csu/Makefile (distribute): Add init.c.
10652         (extra-objs): Add init.o for ELF.
10653         (start-installed-name): Add $(objpfx)init.o.
10655         * csu/init.c: New file.
10657 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
10659         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
10660         definition as the default.
10662 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
10664         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
10666 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10668         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
10669         (PR 351).
10671 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
10673         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
10674         to preserve condition codes on function call.
10676 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10678         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
10680 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10682         * math/libm-test.c (asin_test): Add epsilon for float.
10683         (tan_test): Add epsilon for float.
10684         (log1p_test): Add epsilon for float.
10685         (inverse_functions): Add epsilons.
10687         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
10688         net/if_packet.h.
10690         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
10692 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10694         * md5-crypt/Makefile (extra-objs): Make recursively expanded
10695         variable, since $(object-suffixes) is not defined yet.
10697 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10699         * db2/Makefile (distribute): db185/db185_int.src ->
10700         db185/db185_int.h.
10702 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10704         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
10705         exactly one.
10707 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10709         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
10710         name.
10711         * sysdeps/generic/e_acosl.c: Likewise.
10712         * sysdeps/generic/e_asinl.c: Likewise.
10713         * sysdeps/generic/e_atan2l.c: Likewise.
10714         * sysdeps/generic/e_expl.c: Likewise.
10715         * sysdeps/generic/e_fmodl.c: Likewise.
10716         * sysdeps/generic/e_j0l.c: Likewise.
10717         * sysdeps/generic/e_j1l.c: Likewise.
10718         * sysdeps/generic/e_jnl.c: Likewise.
10719         * sysdeps/generic/e_lgammal_r.c: Likewise.
10720         * sysdeps/generic/e_log10l.c: Likewise.
10721         * sysdeps/generic/e_logl.c: Likewise.
10722         * sysdeps/generic/e_powl.c: Likewise.
10723         * sysdeps/generic/e_sqrtl.c: Likewise.
10724         * sysdeps/generic/e_exp2l.c: Likewise.
10726 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10728         * Make-dist (+sysdep-names): Remove extra paren.
10729         * Makefile (distribute): Add stub-tag.h.
10730         * elf/Makefile (distribute): Add atomicity.h.
10731         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
10732         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
10733         [$(subdir)=socket]: Add net/if_packet.h.
10734         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
10735         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
10736         net/if_packet.h, scsi/sg.h.
10738 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10740         * Makefile (install): Quote $(CC) expansion.
10742 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10744         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
10745         working /proc cwd and no restrictions on path length.  Following
10746         some ideas from Andi Kleen <ak@muc.de> (PR 350).
10748 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10750         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
10751         * nis/nss_compat/compat-pwd.c: Likewise.
10752         * nis/nss_compat/compat-spwd.c: Likewise.
10754 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
10756         * sysdeps/libm-i387/s_fdim.S: New file.
10757         * sysdeps/libm-i387/s_fdimf.S: New file.
10758         * sysdeps/libm-i387/s_fdiml.S: New file.
10759         * sysdeps/libm-i387/i686/s_fdim.S: New file.
10760         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
10761         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
10763 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10765         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
10766         pointer to unsigned char.
10768 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10770         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
10772         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
10774         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
10776 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10778         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
10779         ilogb(0/NaN).
10780         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
10781         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
10783 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
10785         * sysdeps/libm-i387/s_fmin.S: New file.
10786         * sysdeps/libm-i387/s_fminf.S: New file.
10787         * sysdeps/libm-i387/s_fminl.S: New file.
10788         * sysdeps/libm-i387/s_fmax.S: New file.
10789         * sysdeps/libm-i387/s_fmaxf.S: New file.
10790         * sysdeps/libm-i387/s_fmaxl.S: New file.
10791         * sysdeps/libm-i387/i686/s_fmin.S: New file.
10792         * sysdeps/libm-i387/i686/s_fminf.S: New file.
10793         * sysdeps/libm-i387/i686/s_fminl.S: New file.
10794         * sysdeps/libm-i387/i686/s_fmax.S: New file.
10795         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
10796         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
10798 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
10800         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
10801         * sysdeps/unix/sysv/linux/send.S: Likewise.
10802         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
10803         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
10804         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
10805         * sysdeps/unix/sysv/linux/recv.S: Likewise.
10806         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
10807         * sysdeps/unix/sysv/linux/connect.S: Likewise.
10808         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
10810 See ChangeLog.7 for earlier changes.