Update.
[glibc.git] / ChangeLog
blobeaabfc5e57f7fe0e408350702bab18d2d8b25f38
1 1998-07-05  Ulrich Drepper  <drepper@cygnus.com>
3         * sysdeps/unix/sysv/linux/__sendmsg.S: Define function as
4         __syscall_sendmsg.
5         * sysdeps/unix/sysv/linux/__recvmsg.S: Define function as
6         __syscall_recvmsg.
7         * sysdeps/unix/sysv/linux/recvmsg.c: Define function as __libc_recvmsg
8         and make __recvmsg and recvmsg weak aliases.
9         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise for sendmsg.
10         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define __syscall_recvmsg
11         and __syscall_sendmsg.
13 1998-07-05 11:49  Ulrich Drepper  <drepper@cygnus.com>
15         * iconv/gconv_conf.c (read_conf_file): Use feof_unlocked on private
16         stream.
17         * inet/ruserpass.c (token): Likewise.
18         * nss/nsswitch.c (nss_parse_file): Likewise.
19         * intl/localealias.c: Likewise.  Also for ferror.
20         * time/getdate.c (__getdate_r): Likewise.
22         * libio/Makefile (routines): Add iofgets_u.
23         * libio/iofgets_u.c: New file.
24         * libio/Versions: Add fgets_unlocked.
25         * libio/stdio.h: Add prototype for fgets_unlocked.
27         * misc/getttyent.c (getttyent): Use fgets_unlocked instead of fgets.
28         * misc/getusershell.c (initshells): Likewise.
29         * misc/mntent_r.c (__getmntent_r): Explicitly lock stream.  Use
30         fgets_unlocked.
31         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
32         * resolv/res_init.c (res_init): Likewise.
33         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
35 1998-05-23  Philip Blundell  <Philip.Blundell@pobox.com>
37         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add `syscall'.
38         * sysdeps/unix/sysv/linux/arm/syscall.S: Deleted.
40 1998-07-05  Ulrich Drepper  <drepper@cygnus.com>
42         * misc/getttyent.c (getttyent): Explicitly lock the FILE and use
43         _unlocked functions.
45         * inet/ruserpass.c (ruserpass): Use _unlocked functions since this
46         is a private FILE.
48 1998-07-04 17:11 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
50         * csu/Makefile: Build crt files in lib pass.
51         * db2/Makefile (distribute): Add mutex/sco.cc.
52         * mach/Machrules: Don't generate .udeps files if no_deps is set.
53         * sysdeps/unix/Makefile: Don't generate sysd-syscalls or
54         s-proto.d if avoid-generated is set.
56         * sysdeps/alpha/Dist: List only one file per line.
57         * sysdeps/generic/Dist: Likewise.
58         * sysdeps/m68k/fpu/switch/Dist: Likewise.
59         * sysdeps/sparc/sparc32/Dist: Likewise.
60         * sysdeps/unix/Dist: Likewise.
61         * sysdeps/unix/sysv/irix4/Dist: Likewise.
63         * sysdeps/mach/hurd/i386/Dist: New file.
64         * sysdeps/generic/Dist: Add endutxent.c, getutxent.c, getutxid.c,
65         getutxline.c, pututxline.c, setutxent.c, updwtmpx.c, and utmpxname.c.
66         * sysdeps/unix/sysv/linux/Dist: Add getresuid.c and getresgid.c.
67         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Remove __sigtrampoline.S.
69 1998-07-04 10:14  Ulrich Drepper  <drepper@cygnus.com>
71         * libio/Makefile (routines): Add iofread_u and iofwrite_u.
72         * libio/Versions: Add fread_unlocked and fwrite_unlocked.
74         * Makerules (lib%.so): Adjust ignore pattern for last makefile change.
76         * time/tzfile.c (decode): Optimize by using bswap_32.
77         (__tzfile_read): Use _unlocked stream functions.  Correct setting of
78         __tzname array values.
79         (__tzfile_compute): Correct setting of __tzname array values.
80         * time/tzset.c (__tzstring): Clean up a bit.
82 1998-06-29 19:01  Jim Wilson  <wilson@cygnus.com>
84         * posix/regex.c (re_comp): Add cast to char * before gettext calls.
86 1998-06-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
88         * sysdeps/unix/bsd/poll.c (__poll): Allocate fd_set dynamically so
89         that fd can be bigger than FD_SETSIZE.
91 1998-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
93         * nscd/grpcache.c: Include <unistd.h>.
94         * nscd/pwdcache.c: Likewise.
96         * nis/nis_modify.c: Include <string.h>.
97         * nis/nis_add.c: Likewise.
98         * nis/nis_checkpoint.c: Likewise.
99         * posix/runptests.c: Likewise.
100         * sysdeps/generic/statvfs64.c: Likewise.
101         * sysdeps/generic/fstatvfs64.c: Likewise.
103 1998-07-03 13:16  Ulrich Drepper  <drepper@cygnus.com>
105         * localedata/charmaps/ISO-8859-9: Change mapping for 0xea, 0xec, 0xef
106         to match data from Unicode.
107         Reported by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
109 1998-07-03 11:45  Ulrich Drepper  <drepper@cygnus.com>
111         * stdio-common/printf.h: Define printf_function and
112         printf_arginfo_function types using __PMT not __P.
113         Reported by Marc Lehmann.
115 1998-07-02 14:07 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
117         * assert/test-assert.c: New test.
118         * assert/test-assert-perr.c: New test.
119         * assert/Makefile (tests): Add test-assert and test-assert-perr.
121 1998-07-02 13:45  Zack Weinberg  <zack@rabi.phys.columbia.edu>
123         BSD-style SCM_CREDS support.
125         * sysdeps/unix/sysv/linux/socket.h: Define struct cmsgcred and
126         SCM_CREDS.
127         * sysdeps/unix/sysv/linux/sendmsg.c: New file.  Convert user
128         visible SCM_CREDS packet to what the kernel wants.
129         * sysdeps/unix/sysv/linux/recvmsg.c: New file.  Convert
130         SCM_CREDS packet output by kernel to what users want.
132         * sysdeps/unix/sysv/linux/sendmsg.S: Moved to...
133         * sysdeps/unix/sysv/linux/__sendmsg.S: here.
134         * sysdeps/unix/sysv/linux/recvmsg.S: Moved to...
135         * sysdeps/unix/sysv/linux/__recvmsg.S: here.
137         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]: Add
138         __sendmsg and __recvmsg to sysdep_routines.
139         * sysdeps/unix/sysv/linux/Dist: Add __sendmsg.S and __recvmsg.S.
141 1998-07-02  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
143         * nscd/grpcache.c: Fix gid pointer handling and debug messages.
144         * nscd/pwdcache.c: Fix uid pointer handling and debug messages.
145         * nscd/nscd.c: Check, if pthread_create fails.
147 1998-07-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
149         * stdio-common/test_rdwr.c (main): Use %Zu for size_t in printf
150         format strings.
151         * stdio-common/bug1.c (main): Likewise.
152         * stdio-common/bug5.c (main): Likewise.
153         * stdio-common/tstgetln.c (main): Likewise.
154         * elf/sprof.c (generate_call_graph): Likewise.
155         (load_shobj): Likewise.
156         * posix/runptests.c (main): Likewise.
157         * string/tst-strlen.c (main): Likewise.
159         * sysdeps/libm-ieee754/e_acos.c (__ieee754_acos): Remove unused
160         variable q3.
161         * sysdeps/libm-ieee754/e_asin.c (__ieee754_asin): Likewise
163 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
165         * wctype/Versions: Add __towctrans.
166         Noticed by Alex Buell <alex.buell@tahallah.demon.co.uk>.
168 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
170         * grp/initgroups.c (compat_call): Only call dynamically loaded
171         functions if they are really present.
173 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
175         * sysdeps/unix/sysv/linux/bits/sched.h: Move __END_DECLS within
176         #ifdef that contains __BEGIN_DECLS.
178 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
180         * libio/iofwrite.c: Fix return value when size == 0.
182 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
184         * posix/Makefile (distribute): Add annexc.c.
185         (generated): Add $(objpfx)annexc and $(objpfx)annexc.out.
187 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
189         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
190         bits/pthreadtypes.h here, and do not clobber headers.
192         * sysdeps/unix/sysv/linux/Dist: Add bits/pthreadtypes.h.
194 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
196         * timezone/tst-timezone.c: Add tests for tzname variable.
198 1998-07-03 12:17  Zack Weinberg  <zack@rabi.phys.columbia.edu>
200         * Makefile [versioning=yes]: Build the mapfiles with a pattern
201         rule that lists all of them as targets.
202         (sysd-versions): Depend only on Versions.def.  Write a Makefile
203         fragment that defines $(vers-libs) based on contents of that file;
204         then include it.
205         (lib-noranlib): Depend on lib-mapfiles not sysd-versions.
206         (lib-mapfiles): New target, depends on sysd-versions and $(vers-libs).
207         Predicate all this on avoid-generated unset as well as versioning.
209 1998-07-03 14:35  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
211         * sysdeps/unix/sysv/linux/m68k/Versions: New file.
213 1998-07-02 21:51  Ulrich Drepper  <drepper@cygnus.com>
215         * Makeconfig: Define list of subdirs as all-subdirs and make subdirs
216         a copy.
217         * Makefile: Add rules to generate map files.
218         (distribute): Remove libc.map, add Versions.def and versions.awk.
219         * Makerules: Change rules to find map files on common-objpfx.
220         * elf/Makefile: Likewise.
221         * md5-crypt/Makefile: Likewise.
222         * nis/Makefile (libnsl-map): Remove.
223         * Versions.def: New file.
224         * versions.awk: New file.
225         * argp/Versions: New file.
226         * assert/Versions: New file.
227         * catgets/Versions: New file.
228         * csu/Versions: New file.
229         * ctype/Versions: New file.
230         * db/Versions: New file.
231         * debug/Versions: New file.
232         * dirent/Versions: New file.
233         * elf/Versions: New file.
234         * gmon/Versions: New file.
235         * grp/Versions: New file.
236         * hesiod/Versions: New file.
237         * hurd/Versions: New file.
238         * iconv/Versions: New file.
239         * inet/Versions: New file.
240         * intl/Versions: New file.
241         * io/Versions: New file.
242         * libio/Versions: New file.
243         * linuxthreads/Versions: New file.
244         * locale/Versions: New file.
245         * login/Versions: New file.
246         * malloc/Versions: New file.
247         * math/Versions: New file.
248         * md5-crypt/Versions: New file.
249         * misc/Versions: New file.
250         * nis/Versions: New file.
251         * nss/Versions: New file.
252         * posix/Versions: New file.
253         * pwd/Versions: New file.
254         * resolv/Versions: New file.
255         * resource/Versions: New file.
256         * rt/Versions: New file.
257         * setjmp/Versions: New file.
258         * shadow/Versions: New file.
259         * signal/Versions: New file.
260         * socket/Versions: New file.
261         * stdio/Versions: New file.
262         * stdio-common/Versions: New file.
263         * stdlib/Versions: New file.
264         * streams/Versions: New file.
265         * string/Versions: New file.
266         * sunrpc/Versions: New file.
267         * sysdeps/alpha/Versions: New file.
268         * sysdeps/alpha/fpu/Versions: New file.
269         * sysdeps/i386/Versions: New file.
270         * sysdeps/sparc/Versions: New file.
271         * sysdeps/unix/sysv/Versions: New file.
272         * sysdeps/unix/sysv/linux/Versions: New file.
273         * sysdeps/unix/sysv/linux/alpha/Versions: New file.
274         * sysdeps/unix/sysv/linux/i386/Versions: New file.
275         * sysdeps/unix/sysv/linux/mips/Versions: New file.
276         * sysvipc/Versions: New file.
277         * termios/Versions: New file.
278         * time/Versions: New file.
279         * wcsmbs/Versions: New file.
280         * wctype/Versions: New file.
281         * libc.map: Removed.
282         * db/libdb.map: Removed.
283         * elf/libdl.map: Removed.
284         * hesiod/libnss_hesiod.map: Removed.
285         * hurd/libhurduser.map: Removed.
286         * hurd/libmachuser.map: Removed.
287         * linuxthreads/libpthread.map: Removed.
288         * locale/libBrokenLocale.map: Removed.
289         * login/libutil.map: Removed.
290         * math/libm.map: Removed.
291         * md5-crypt/libcrypt.map: Removed.
292         * nis/libnsl.map: Removed.
293         * nis/libnsl_compat.map: Removed.
294         * nis/libnss_nis.map: Removed.
295         * nis/libnss_nisplus.map: Removed.
296         * nss/libnss_db.map: Removed.
297         * nss/libnss_files.map: Removed.
298         * resolv/libnss_dns.map: Removed.
299         * resolv/libresolv.map: Removed.
300         * rt/librt.map: Removed.
302         * elf/dl-load.c (fillin_rpath): Fix test for trusted directory.
303         Fix typos.
305         * elf/rtld.c (process_dl_debug): Recognize 'all'.
306         (process_envvars): LD_BIND_NOW must be followed by y, Y, or 1.
308         * sysdeps/generic/elf/backtracesyms.c: Allocate string memory of
309         correct size.
311 1998-07-01  Ulrich Drepper  <drepper@cygnus.com>
313         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Fix typo
314         in comment.
316         * nscd/nscd.c: Include unistd.h.
318 1998-07-01 09:32  Ulrich Drepper  <drepper@cygnus.com>
320         * math/libm-test.c: Adjust delta for indentities1_test because gcc
321         became cleverer.
323 1998-06-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
325         * resolv/inet_addr.c (inet_aton): Define variable base only if needed.
327 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
329         * scripts/test-installation.pl: Include <stdio.h> in test program
330         to make it strictly conforming.
332 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
334         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
335         not a strong alias.
336         * sysdeps/unix/sysv/linux/i386/sysdep.S: Likewise.
337         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
338         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
339         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
341 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
343         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
344         not a strong alias.
346 1998-06-30  Ulrich Drepper  <drepper@cygnus.com>
348         * posix/Makefile (headers): Remove bits/pthreadtypes.h.
349         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (headers): Add
350         bits/pthreadtypes.h.
352 1998-06-30 11:47  Ulrich Drepper  <drepper@cygnus.com>
354         * include/aio.h: New file.
355         * posix/Makefile (distribute): Add bits/pthreadtypes.h.
356         (tests): Build and run annexc program.
357         * posix/annexc.c: New file.
358         * posix/bits/posix1_lim.h: Add several more _POSIX_* limits.
359         * rt/aio.h: Remove __need_timespec_t.  We can include the whole time.h.
360         * rt/aio_misc.c: Include limits.h.
361         * rt/aio_notify.c: Include errno.h.
362         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Include pthreadtypes.h.
363         Define size_t.
364         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
365         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
366         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
367         * sysdeps/unix/sysv/linux/bits/errno.h: Define ENOTSUP though the
368         kernel doesn't do this.
369         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_LARGEFILE only if
370         __USE_LARGEFILE64 is defined.
371         * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: New file.  Empty.
372         * sysdeps/unix/sysv/linux/bits/sched.h: Define __sched_param struct
373         if requested.
374         * sysdeps/unix/sysv/linux/bits/siginifo.h: Protect non-standard names.
376         * stdlib/isomac.c: Avoid include_next warning.
378 1998-06-29 12:27  Ulrich Drepper  <drepper@cygnus.com>
380         * argp/argp.h: Use __PMT instead of __P for function pointer.
381         * iconv/gconv.h: Likewise.
382         * io/fts.h: Likewise.
383         * io/ftw.h: Likewise.
384         * libio/libio.h: Likewise.
385         * malloc/mcheck.h: Likewise.
386         * misc/search.h: Likewise.
387         * posix/glob.h: Likewise.
388         * resolv/resolv.h: Likewise.
389         * signal/signal.h: Likewise.
390         * stdlib/stdlib.h: Likewise.
391         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
392         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
394 1998-06-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
396         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) only once.
398 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
400         * posix/wordexp.c (parse_param): Fix memory leak.
402 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
404         * libc.map: Export _IO_ftrylockfile.
406 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
408         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use get[pu]id instead of
409         __get[pu]id.
411 1998-06-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
413         * elf/dl-misc.c (_dl_debug_message): Don't cache the pid.
415         * elf/dl-runtime.c (_dl_object_relocation_scope): Avoid adding the
416         same search list twice.
418 1998-06-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
420         * login/programs/utmpd.c (handle_requests): Set and use maximal fd
421         used to optimize loop/select.
423 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
425         * sysdeps/generic/init-first.c: Don't define __libc_pid.
426         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
427         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
428         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
429         * sysdeps/arm/init-first.c: Likewise.
430         * posix/getopt_init.c: Don't use __libc_pid.
431         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
432         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
433         * libc.map: Remove __libc_uid and __libc_pid.
435 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
437         * sunrpc/rtime.c (rtime): Use poll instead of select.
439 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
441         * sunrpc/clnt_tcp.c (readtcp): Use poll instead of select.
442         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
443         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
444         Patches from FreeBSD current.
446 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
448         * nscd/connections.c (handle_new_request): Handle POLLHUP
449         correctly.
450         (close_sockets): Correct parameter to dbg_log.
452 1998-06-27  David S. Miller  <davem@pierdol.cobaltmicro.com>
454         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
455         Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask.
456         (elf_machine_fixup_plt): Likewise.
457         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When
458         _dl_pagesize not set, use system call to always get correct answer.
459         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
460         (__syscall_getpagesize): Add
462 1998-06-27  Ulrich Drepper  <drepper@cygnus.com>
464         * resolv/res_send.c (res_send): Fix typo.
466 1998-06-25  Andi Kleen <ak@muc.de>
468         * inet/rcmd.c (rcmd): Change to use __poll instead of select.
469         * resolv/res_send.c (res_send): Likewise.
471 1998-06-27 12:58  Ulrich Drepper  <drepper@cygnus.com>
473         * sysdeps/unix/bsd/poll.c: Define __poll, make poll weak alias.
474         * sysdeps/unix/sysv/linux/poll.c: Likewise.
476 1998-06-27  7:07  Richard Henderson  <rth@cygnus.com>
478         * math/atest-exp.c (exp_mpn, main): Cast to mp_limb_t appropriately.
479         * math/atest-exp2.c (exp_mpn, main): Likewise.
480         * math/atest-sincos.c (main): Likewise.
482         * resolv/inet_addr.c (inet_aton): Check for 32-bit overflow.  Move
483         base handling away from strtoul.  Always reset errno.
485         * sysdeps/alpha/Makefile (elf): Kill -mno-fp-regs.
487         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Only set
488         _dl_profile_map if _dl_name_match_p.
489         (RTLD_START): Fix .prologue.  Set __libc_stack_end.
490         * sysdeps/alpha/elf/start.S: Pass sp as arg 7.  Kill __data_start.
492         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Mark tmp
493         as early-clobber.
495         * sysdeps/libm-ieee754/e_exp10.c: Include "math_private.h".
496         * sysdeps/libm-ieee754/e_exp10f.c: Likewise.
497         * sysdeps/libm-ieee754/e_exp10l.c: Likewise.
499 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
501         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use alias-safe code.
503 1998-06-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
505         * nis/nis_call.c: Don't copy server structure.
506         * nis/nis_intern.h: Remove unused entries.
507         * nis/nis_table.c: Rewrite __create_ib_request.
509 1998-06-26 14:37  Ulrich Drepper  <drepper@cygnus.com>
511         * configure.in: Check for -fexceptions.
512         * config.make.in: Define exceptions, not no-exceptions.
513         * misc/sys/cdefs.h: Define __PMT.  When using modern g++ define
514         __P to use throw().
515         * misc/Makefile: Define CFLAGS-tsearch.c and CFLAGS-lsearch.c to
516         $(exceptions).
517         * stdlib/Makefile: Likewise for bsearch.c, msort.c, and qsort.c.
518         * misc/search.h: Use __PMT in tsearch, tfind, tdelete, twalk, tdestroy,
519         lfind, and lsearch prototpypes.
520         * stdlib/stdlib.h: Likewise for bsearch and qsort.
522 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
524         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use C code, not asm.
526 1998-06-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
528         * Makefile (remove-old-headers): Make phony.
530         * configure.in: Substitute @old_glibc_headers@.
532 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
534         * libc.map: Remove __libc_uid.
536 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
538         * manual/terminal.texi (Allocation, Pseudo-Terminal Pairs): Fix
539         typos.
541 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
543         * libc.map: Add Alpha-specific io function from protected namespace.
545 1998-06-25 19:26  Ulrich Drepper  <drepper@cygnus.com>
547         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) if defined first.
548         * locale/Makefile: Define locale-CPPFLAGS instead of redefining
549         CPPFLAGS.
551         * libc.map: Export __sigaction.
553 1998-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
555         * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_PTRACE): Add it
556         (from Linux 2.1.107).
558 1998-06-24  Ulrich Drepper  <drepper@cygnus.com>
560         * nss/nss_files/files-XXX.c (_nss_files_get,ENTNAME_r): Initialize
561         position when file was opened here.
562         Reported by Howard Chu <hyc@platinum.com>.
564         * sysdeps/generic/glob.c: Also protect FNM_* macros from being
565         undefined in a second inclusion.
567 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
569         * sysdeps/mach/hurd/i386/Makefile: New file.
570         * sysdeps/mach/hurd/i386/init-first.c [!PIC] (init1): Call
571         __libc_init_secure.
572         (_hurd_stack_setup): Renamed
573         from __libc_init_first.
574         (__libc_init_first): New function.
575         * sysdeps/mach/hurd/i386/static-start.S: New file.
577 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
579         * sysdeps/mach/hurd/i386/init-first.c
581 1998-06-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
583         * grp/initgroups.c: Use _CALL_DL_FCT.
585 1998-06-23  Mark Kettenis  <kettenis@phys.uva.nl>
587         * elf/dl-load.c (_dl_map_object_from_fd): Add missing cast.
589 1998-06-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
591         * manual/terminal.texi (Pseudo-Terminals): Correct typos.
593 1998-06-23  Ulrich Drepper  <drepper@cygnus.com>
595         * config.make.in: Remove LDAP support.
596         * nss/Makefile: Likewise.
598 1998-06-22 17:02  Ulrich Drepper  <drepper@cygnus.com>
600         * sysdeps/generic/enbl-secure.c: Don't use __libc_uid.
601         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
602         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
603         * sysdeps/unix/sysv/linux/init-first.c: Don't initialize __libc_uid.
605 1998-06-02  Gordon Matzigkeit  <gord@profitpress.com>
607         * mach/Makefile: Change `mv' invocations to `mv -f'.
608         * mach/Machrules: Likewise.
610 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
612         * config.make.in (old-glibc-headers): Add it.
614         * configure.in: Add test for glibc 2.0.x headers.
616         * Makefile (headers2_0): New variable - contains so far only
617         Linux/Intel glibc 2.0.x headers.
618         (remove-old-headers): New rule to remove headers from glibc 2.0.x.
619         (install): Depend on remove-old-headers.
621 1998-06-19  Mark Kettenis  <kettenis@phys.uva.nl>
623         * sysdeps/generic/ftruncate.c: Define function as __ftruncate and
624         make ftruncate a weak alias.
625         * sysdeps/mach/hurd/ftruncate.c: Really define function as
626         __ftruncate.
627         * sysdeps/mach/hurd/truncate.c: Include <unistd.h>.
628         (truncate): Fix function defenition to match prototype.
630 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
632         * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
633         unlockpt, ptsname, ptsname_r, openpty and forkpty.
635 1998-06-22  Ulrich Drepper  <drepper@cygnus.com>
637         * sysdeps/generic/glob.c: Make it possible to include glob.h
638         before loading glob.c.
639         Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
641 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
643         * nscd/connections.c: Use poll() instead of select().
645 1998-06-22 14:08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
647         * sysdeps/generic/Dist: Fix typo.
649 1998-06-20  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
651         * nis/nis_add.c: Avoid unnecessary strlen () calls.
652         * nis/nis_addmember.c: Likewise.
653         * nis/nis_call.c: Likewise.
654         * nis/nis_creategroup.c: Likewise.
655         * nis/nis_destroygroup.c: Likewise.
656         * nis/nis_findserv.c: Likewise.
657         * nis/nis_ismember.c: Likewise.
658         * nis/nis_print.c: Likewise.
659         * nis/nis_print_group_entry.c: Likewise.
660         * nis/nis_removemember.c: Likewise.
661         * nis/nis_verifygroup.c: Likewise.
662         * nis/ypclnt.c: Likewise.
664         * nis/nis_file.c: Close file handles.
666         * nis/nis_callback.c: Fix typo.
668 1998-06-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
670         * nis/Makefile: Add nis-initgroups and compat-initgroups.
671         * nis/libnss_compat.map: Add _nss_compat_initgroups.
672         * nis/libnss_nis.map: Add _nss_nis_initgroups.
673         * nis/nss_compat/compat-initgroups.c: New, faster then getgrent().
674         * nis/nss_nis/nis-initgroups.c: Likewise.
675         * libc-work/nss/nsswitch.c: Rename nss_lookup_function to
676         __nss_lookup_function and make it public.
677         * grp/initgroups.c: Rewrite, to use initgroups function from NSS
678         module if exists, else use old method.
680 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
682         * nss/getXXbyYY_r.c (lookup_function): Correct return in type
683         definition.
684         * nss/getXXent_r.c (set_function, end_function, get_function):
685         Likewise.  Reported by Thorsten Kukuk.
687         * sysdeps/unix/sysv/linux/sigstack.c: Mark sigstack as dangerous.
689 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
691         * sysdeps/unix/sysv/linux/sparc/Dist: Follow change from
692         1998-06-16 and distribute kernel_termios.h.
694         * nis/Makefile (distribute): Add nis_xdr.h.
696 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
698         * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Disable for
699         kernels that don't have sigaltstack.
701 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
703         * sysdeps/generic/bits/sem.h: Don't define union semun.
705         * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo.
707         * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition
708         here.
709         * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge
710         definition here.
712 1998-06-18 21:45  Ulrich Drepper  <drepper@cygnus.com>
714         * signal/signal.h: Add prototype for __sigaltstack.
715         * sysdeps/unix/sysv/linux/syscalls.list: Add __sigaltstack name.
716         Remove sigstack entry.
717         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add sigstack here.
718         * sysdeps/unix/sysv/linux/sigstack.c: New file.
720         * sysdeps/i386/backtrace.c: Add casts.
722 1998-06-18 19:49  Ulrich Drepper  <drepper@cygnus.com>
724         * intl/dcgettext.c: use complete type name.
725         * intl/hash-string.h: Likewise.
727         * intl/localealias.c: Undo patch from 1998-04-29.
728         * intl/l10nflist.c: Likewise.
729         * intl/loadinfo.h: Likewise.
731 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
733         * sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
735 1998-06-18 16:40  Ulrich Drepper  <drepper@cygnus.com>
737         * libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
738         _dl_mcount, _dl_mcount_wrapper.
739         * elf/Makefile (routines): Add dl-profstub.
740         * elf/dl-profstub.c: New file.
741         * elf/dl-support.c: Don't define _dl_profile_map.
742         * elf/rtld.c: Likewise.
743         * elf/dlfcn.h: Define DL_CALL_FCT macro.
744         * elf/ldsodefs.h: Declare _dl_profile_output, _dl_mcount_wrapper.
745         Define _CALL_DL_FCT.
746         * iconv/gconv.c: Use _CALL_DL_FCT to call function from dynamically
747         loaded object.
748         * iconv/gconv_db.c: Likewise.
749         * iconv/skeleton.c: Likewise.
750         * nss/getXXbyYY_r.c: Likewise.
751         * nss/getXXent_r.c: Likewise.
752         * nss/nsswitch.c: Likewise.
754 1998-06-18 12:29  Ulrich Drepper  <drepper@cygnus.com>
756         * sysdeps/libm-i387/e_scalb.S: Fix bug in FPU stack handling.
757         * sysdeps/libm-i387/e_scalbf.S: Likewise.
758         * sysdeps/libm-i387/e_scalbl.S: Likewise.
760 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
762         * stdlib/tst-strtod.c (long_dbl): Provide receipe to regenerate
763         longestdbl.
765 1998-06-18 10:26  Ulrich Drepper  <drepper@cygnus.com>
767         * iconvdata/Makefile (modules): Add MACINTOSH.
768         (MACINTOSH-routines): New variable.
769         (distribute): Add macintosh.c.
770         (awk-generated-headers): Add macintosh.h.
771         Add rule for macintosh.h generation.
772         * iconvdata/gconv-modules: Add definitions for MACINTOSH.
773         * iconvdata/macintosh.c: New file.
775 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
777         * stdlib/tst-strtod.c (long_dbl): Add test for loooong numbers.
779         * stdlib/strtod.c (str_to_mpn): Fix extending of n array which
780         only should happen for cy != 0.
782         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before
783         glob.h.
785 1998-06-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
787         * sysdeps/generic/backtrace.c (INNER_THAN): New definition, use it
788         to compare stack addresses.
790 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
792         * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
793         defining prototypes.
795 1998-06-16  David S. Miller <davem@dm.cobaltmicro.com>
797         * sysdeps/sparc/sparc32/dl-machine.h
798         (elf_machine_fixup_plt): During rtld bootstrap, always perform
799         flushes as the kernel will emulate it when the underlying cpu does
800         not implement flush.
802         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: Move...
803         * sysdeps/unix/sysv/linux/sparc/kernel_termios.h: ...to here.
805         * sysdeps/unix/sysv/linux/sparc/sparc32/__sigtrampoline.S: Remove.
806         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: No longer build
807         trampoline code.
809         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
810         (__clone): Branch to label .Lerror not __clone_syscall_error.
811         (.Lerror): Fixup EINVAL setting.
812         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: New file.
813         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
814         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
815         (__syscall_getgroups, __syscall_setgroups): Add.
817         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
818         (__sigaction): Member name is k_sa_handler.  Use memcpy to copy
819         around sa_mask data.
821 1998-06-16  Ulrich Drepper  <drepper@cygnus.com>
823         * math/math.h: Include bits/nan.h when compiling for ISO C 9x.
825         * string/Makefile: Make sure test-ffs does not use builtins.
827 1998-06-16  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
829         * sunrpc/svc.c: Check for NULL pointer.
831         * nis/libnsl.map: Add public NIS+ xdr functions.
833         * nis/rpcsvc/nis_callback.h: New file.
834         * nis/rpcsvc/nis.h: Move xdr_* functions from here ...
835         * nis/nis_xdr.h: ... here.
837         * nis/nis_add.c: Use internal _xdr_* functions, check for NULL
838         pointers, use NIS+ defines where possible.
839         * nis/nis_cache.c: Likewise.
840         * nis/nis_cache2_xdr.c: Likewise.
841         * nis/nis_call.c: Likewise.
842         * nis/nis_checkpoint.c: Likewise.
843         * nis/nis_clone_dir.c: Likewise.
844         * nis/nis_clone_obj.c: Likewise.
845         * nis/nis_clone_res.c: Likewise.
846         * nis/nis_creategroup.c: Likewise.
847         * nis/nis_file.c: Likewise.
848         * nis/nis_free.c: Likewise.
849         * nis/nis_getservlist.c: Likewise.
850         * nis/nis_local_names.c: likewise.
851         * nis/nis_lookup.c: Likewise.
852         * nis/nis_mkdir.c: Likewise.
853         * nis/nis_modify.c: Likewise.
854         * nis/nis_ping.c: Likewise.
855         * nis/nis_print.c: Likewise.
856         * nis/nis_remove.c: Likewise.
857         * nis/nis_removemember.c: Likewise.
858         * nis/nis_rmdir.c: Likewise.
859         * nis/nis_server.c: Likewise.
860         * nis/nis_table.c: Likewise.
861         * nis/nis_util.c: Likewise.
862         * nis/nis_verifygroup.c: Likewise.
863         * nis/nis_xdr.c: Likewise.
864         * nis/nis_callback.c: Likewise, and move xdr functions from here ...
865         * nis/nis_xdr.c: ... to here.
867 1998-06-15 18:07  Ulrich Drepper  <drepper@cygnus.com>
869         * iconvdata/ksc5601.h: Clean up a bit.
871 1998-06-15 14:35  Ulrich Drepper  <drepper@cygnus.com>
873         * sunrpc/svc_tcp.c (readtcp): Also listen to all the other connections
874         and process incoming data.
875         * sunrpc/xdr_rec.c (set_input_fragment): Only recognize zero length
876         fragments as invalid.
877         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
879 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
881         Removal of duplicates like "the the".
882         * manual/time.texi (TZ Variable): Likewise.
883         * manual/users.texi (Manipulating the Database): Likewise.
884         * manual/sysinfo.texi (Filesystem handling): Likewise.
885         * manual/signal.texi (Signaling Yourself): Likewise.
886         * manual/message.texi (Message Translation): Likewise.
887         (Common Usage): Likewise.
888         * manual/llio.texi: Likewise.
889         * manual/arith.texi (Old-style number conversion): Likewise.
890         * manual/argp.texi (Argp): Likewise.
891         (Argp Parsers): Likewise.
892         (Argp Help Filtering): Likewise.
894         * hesiod/README.hesiod: Correct typo.
896         * manual/llio.texi: Correct typos.
897         * manual/sysinfo.texi: Likewise.
899 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
901         * rt/aio.h: Rename __op to __operation for g++.
903 1998-06-13 20:17 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
905         * iconvdata/gen-8bit-gap.sh: Use awk not perl.  Clean up sed
906         script.
907         * iconvdata/gen-8bit-gap-1.sh: Likewise.
908         * iconvdata/gen-8bit.sh: Clean up sed script.
910         * iconvdata/Makefile: Remove all PERL conditionals; build all
911         the modules all the time.  Export AWK.
912         (gen-8bit-gap): Delete setting of PERL.
913         (gen-8bit-gap-1): Likewise.
914         (perl-generated-headers): Renamed awk-generated-headers.
916         * iconvdata/gap.pl: Removed.
917         * iconvdata/gaptab.pl: Removed.
918         * iconvdata/gap.awk: New file.
919         * iconvdata/gaptab.awk: New file.
921 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
923         * sysdeps/generic/Dist: Add errno-loc.c.
925         * sysdeps/unix/sysv/linux/alpha/glob.c: Add prototypes for the
926         __new_* functions.
928 1998-06-14 14:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
930         * stdio-common/bug12.c: New test for fread()/fseek().
931         * stdio-common/Makefile (tests): Add bug12.
933 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
935         * sysdeps/generic/elf/backtracesyms.c: Make array elements
936         constant.
937         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
938         * debug/execinfo.h: Update declaration.
940 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
942         * sysdeps/generic/elf/backtracesyms.c: Make array elements constant.
943         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
944         * debug/execinfo.h: Update declaration.
946 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
948         * manual/llio.texi: Fix spelling.
949         * manual/sysinfo.texi: Fix spelling.
951 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
953         * misc/hsearch.c (__hdestroy): Renamed from hdestroy, create weak
954         alias for old name.  Put this on __libc_subfreeres.
955         * misc/search.h: Declare it.
957 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
959         * string/bits/string2.h (strcmp): Add missing parens around macro
960         parameters.
962 1998-06-12 23:34  Ulrich Drepper  <drepper@cygnus.com>
964         * manual/arith.texi: Fix problem with @math and texinfo.tex.
966         * manual/filesys.texi: Document LFS functions.
967         * manual/llio.texi: Likewise.
968         * manual/stdio.texi: Likewise.
969         * manual/time.texi: Likewise.
971         * manual/llio.texi: Document AIO functions.
973         * resource/sys/resource.h: Mark second argument of setrlimit as const.
974         * sysdeps/generic/setrlimit.c: Likewise.
975         * sysdeps/generic/setrlimit64.c: Likewise.
976         * sysdeps/mach/hurd/setrlimit.c: Likewise.
977         * sysdeps/unix/sysv/setrlimit.c: Likewise.
979 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
981         * sysdeps/generic/getenv.c: Fix last change.
983 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
985         * sysdeps/generic/backtrace.c: Provide generic implementation.
987 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
989         * configure.in: Give visual feedback of the default directories we
990         added.
992 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
994         * io/fts.c (fts_build): Define oflag only if needed.
996 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
998         * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
1000 1998-06-11  Ulrich Drepper  <drepper@cygnus.com>
1002         * libc.map: Don't export argp's fmtstream handling functions.
1004         * manual/sysinfo.texi: Document fstab and mtab handling functions.
1005         * manual/llio.texi: Document more LFS functions and start documenting
1006         the AIO functions.
1008 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
1010         * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
1011         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1012         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1013         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1015 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
1017         * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
1018         makes it easier to undump emacs.
1019         * sysdeps/powerpc/bits/endian.h: Use more informative error message
1020         for when the endianness can't be determined.
1022 1998-06-04 13:19  Geoff Keating  <geoffk@ozemail.com.au>
1024         * nss/Makefile: Add files publickey database support.
1025         * nss/libnss_files.map: Export the required functions.
1026         * nss/nss_files/files-key.c: Implement it.
1027         * sunrpc/rpc/auth_des.h: Correct typos in comments.
1029 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
1031         * iconv/gconv_builtin.h: Add aliases for CORBA.
1032         * iconvdata/gconv-modules: Likewise.
1034 1998-06-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1036         * math/libm-test.c (main): Call exp10_test.
1037         (exp10_test): New function which tests exp10.
1039 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
1041         * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
1042         sigstack.
1044         * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
1045         SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
1046         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
1048 1998-06-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1050         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
1051         in the variable, not its GOT slot.
1053 1998-06-10 10:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1055         * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
1056         inline.
1057         * sysdeps/m68k/fpu/e_exp10.c: New file.
1058         * sysdeps/m68k/fpu/e_exp10f.c: New file.
1059         * sysdeps/m68k/fpu/e_exp10l.c: New file.
1061         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
1062         _dl_profile_map only if the name matches.
1063         (_dl_start_user): Remember stack address.
1064         * sysdeps/m68k/elf/start.S: Pass new argument to
1065         __libc_start_user.
1067         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
1068         definition.
1069         (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
1070         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
1071         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
1072         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
1073         * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
1075 1998-06-09 18:16  Ulrich Drepper  <drepper@cygnus.com>
1077         * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
1078         * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
1079         * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
1080         * math/bits/mathcalls.h: Add definitions for exp10 and pow10
1081         prototypes.
1082         * sysdeps/libm-i387/e_exp10.S: New file.
1083         * sysdeps/libm-i387/e_exp10f.S: New file.
1084         * sysdeps/libm-i387/e_exp10l.S: New file.
1085         * sysdeps/libm-ieee754/e_exp10.c: New file.
1086         * sysdeps/libm-ieee754/e_exp10f.c: New file.
1087         * sysdeps/libm-ieee754/e_exp10l.c: New file.
1088         * sysdeps/libm-ieee754/w_exp10.c: New file.
1089         * sysdeps/libm-ieee754/w_exp10f.c: New file.
1090         * sysdeps/libm-ieee754/w_exp10l.c: New file.
1091         * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
1093 1998-05-25 22:18  H.J. Lu  <hjl@gnu.org>
1095         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
1096         sys/elf.h and sys/reg.h.
1097         * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
1098         * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
1099         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
1100         * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
1102         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
1103         PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
1105 1998-06-09  Ulrich Drepper  <drepper@cygnus.com>
1107         * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
1108         __data member only for gcc.  Reported by ak@muc.de.
1110         * misc/mntent.h: Undo last patch.
1111         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
1112         * misc/tst/mntent.c: Adjust code for this change.
1114         * io/fts.c: Updated from a slightly more recent BSD version.
1115         * io/fts.h: Likewise.
1117         * libc.map: Add __libc_stack_end.
1119         * db2/Makefile (routines): Add lock_region.
1120         * db2/config.h: Update from db-2.4.14.
1121         * db2/db.h: Likewise.
1122         * db2/db_185.h: Likewise.
1123         * db2/db_int.h: Likewise.
1124         * db2/btree/bt_close.c: Likewise.
1125         * db2/btree/bt_compare.c: Likewise.
1126         * db2/btree/bt_conv.c: Likewise.
1127         * db2/btree/bt_cursor.c: Likewise.
1128         * db2/btree/bt_delete.c: Likewise.
1129         * db2/btree/bt_open.c: Likewise.
1130         * db2/btree/bt_page.c: Likewise.
1131         * db2/btree/bt_put.c: Likewise.
1132         * db2/btree/bt_rec.c: Likewise.
1133         * db2/btree/bt_recno.c: Likewise.
1134         * db2/btree/bt_rsearch.c: Likewise.
1135         * db2/btree/bt_search.c: Likewise.
1136         * db2/btree/bt_split.c: Likewise.
1137         * db2/btree/bt_stat.c: Likewise.
1138         * db2/btree/btree.src: Likewise.
1139         * db2/btree/btree_auto.c: Likewise.
1140         * db2/clib/getlong.c: Likewise.
1141         * db2/common/db_appinit.c: Likewise.
1142         * db2/common/db_apprec.c: Likewise.
1143         * db2/common/db_byteorder.c: Likewise.
1144         * db2/common/db_err.c: Likewise.
1145         * db2/common/db_log2.c: Likewise.
1146         * db2/common/db_region.c: Likewise.
1147         * db2/common/db_salloc.c: Likewise.
1148         * db2/common/db_shash.c: Likewise.
1149         * db2/db/db.c: Likewise.
1150         * db2/db/db.src: Likewise.
1151         * db2/db/db_auto.c: Likewise.
1152         * db2/db/db_conv.c: Likewise.
1153         * db2/db/db_dispatch.c: Likewise.
1154         * db2/db/db_dup.c: Likewise.
1155         * db2/db/db_overflow.c: Likewise.
1156         * db2/db/db_pr.c: Likewise.
1157         * db2/db/db_rec.c: Likewise.
1158         * db2/db/db_ret.c: Likewise.
1159         * db2/db/db_thread.c: Likewise.
1160         * db2/db185/db185.c: Likewise.
1161         * db2/db185/db185_int.h: Likewise.
1162         * db2/dbm/dbm.c: Likewise.
1163         * db2/hash/hash.c: Likewise.
1164         * db2/hash/hash.src: Likewise.
1165         * db2/hash/hash_auto.c: Likewise.
1166         * db2/hash/hash_conv.c: Likewise.
1167         * db2/hash/hash_debug.c: Likewise.
1168         * db2/hash/hash_dup.c: Likewise.
1169         * db2/hash/hash_func.c: Likewise.
1170         * db2/hash/hash_page.c: Likewise.
1171         * db2/hash/hash_rec.c: Likewise.
1172         * db2/hash/hash_stat.c: Likewise.
1173         * db2/include/btree.h: Likewise.
1174         * db2/include/btree_ext.h: Likewise.
1175         * db2/include/clib_ext.h: Likewise.
1176         * db2/include/common_ext.h: Likewise.
1177         * db2/include/cxx_int.h: Likewise.
1178         * db2/include/db.h.src: Likewise.
1179         * db2/include/db_185.h.src: Likewise.
1180         * db2/include/db_am.h: Likewise.
1181         * db2/include/db_auto.h: Likewise.
1182         * db2/include/db_cxx.h: Likewise.
1183         * db2/include/db_dispatch.h: Likewise.
1184         * db2/include/db_ext.h: Likewise.
1185         * db2/include/db_int.h.src: Likewise.
1186         * db2/include/db_page.h: Likewise.
1187         * db2/include/db_shash.h: Likewise.
1188         * db2/include/db_swap.h: Likewise.
1189         * db2/include/hash.h: Likewise.
1190         * db2/include/hash_ext.h: Likewise.
1191         * db2/include/lock.h: Likewise.
1192         * db2/include/lock_ext.h: Likewise.
1193         * db2/include/log.h: Likewise.
1194         * db2/include/log_ext.h: Likewise.
1195         * db2/include/mp.h: Likewise.
1196         * db2/include/mp_ext.h: Likewise.
1197         * db2/include/mutex_ext.h: Likewise.
1198         * db2/include/os_ext.h: Likewise.
1199         * db2/include/os_func.h: Likewise.
1200         * db2/include/queue.h: Likewise.
1201         * db2/include/shqueue.h: Likewise.
1202         * db2/include/txn.h: Likewise.
1203         * db2/lock/lock.c: Likewise.
1204         * db2/lock/lock_conflict.c: Likewise.
1205         * db2/lock/lock_deadlock.c: Likewise.
1206         * db2/lock/lock_region.c: Likewise.
1207         * db2/lock/lock_util.c: Likewise.
1208         * db2/log/log.c: Likewise.
1209         * db2/log/log.src: Likewise.
1210         * db2/log/log_archive.c: Likewise.
1211         * db2/log/log_auto.c: Likewise.
1212         * db2/log/log_compare.c: Likewise.
1213         * db2/log/log_findckp.c: Likewise.
1214         * db2/log/log_get.c: Likewise.
1215         * db2/log/log_put.c: Likewise.
1216         * db2/log/log_rec.c: Likewise.
1217         * db2/log/log_register.c: Likewise.
1218         * db2/mp/mp_bh.c: Likewise.
1219         * db2/mp/mp_fget.c: Likewise.
1220         * db2/mp/mp_fopen.c: Likewise.
1221         * db2/mp/mp_fput.c: Likewise.
1222         * db2/mp/mp_fset.c: Likewise.
1223         * db2/mp/mp_open.c: Likewise.
1224         * db2/mp/mp_pr.c: Likewise.
1225         * db2/mp/mp_region.c: Likewise.
1226         * db2/mp/mp_sync.c: Likewise.
1227         * db2/mutex/68020.gcc: Likewise.
1228         * db2/mutex/mutex.c: Likewise.
1229         * db2/mutex/parisc.gcc: Likewise.
1230         * db2/mutex/parisc.hp: Likewise.
1231         * db2/mutex/sco.cc: Likewise.
1232         * db2/os/os_abs.c: Likewise.
1233         * db2/os/os_alloc.c: Likewise.
1234         * db2/os/os_config.c: Likewise.
1235         * db2/os/os_dir.c: Likewise.
1236         * db2/os/os_fid.c: Likewise.
1237         * db2/os/os_fsync.c: Likewise.
1238         * db2/os/os_map.c: Likewise.
1239         * db2/os/os_oflags.c: Likewise.
1240         * db2/os/os_open.c: Likewise.
1241         * db2/os/os_rpath.c: Likewise.
1242         * db2/os/os_rw.c: Likewise.
1243         * db2/os/os_seek.c: Likewise.
1244         * db2/os/os_sleep.c: Likewise.
1245         * db2/os/os_spin.c: Likewise.
1246         * db2/os/os_stat.c: Likewise.
1247         * db2/os/os_unlink.c: Likewise.
1248         * db2/progs/db_archive/db_archive.c: Likewise.
1249         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
1250         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
1251         * db2/progs/db_dump/db_dump.c: Likewise.
1252         * db2/progs/db_dump185/db_dump185.c: Likewise.
1253         * db2/progs/db_load/db_load.c: Likewise.
1254         * db2/progs/db_printlog/db_printlog.c: Likewise.
1255         * db2/progs/db_recover/db_recover.c: Likewise.
1256         * db2/progs/db_stat/db_stat.c: Likewise.
1257         * db2/txn/txn.c: Likewise.
1258         * db2/txn/txn.src: Likewise.
1259         * db2/txn/txn_auto.c: Likewise.
1260         * db2/txn/txn_rec.c: Likewise.
1262         * elf/rtld.c: Move definition of __libc_stack_end to ...
1263         * sysdeps/generic/dl-sysdep.h: ...here.
1265         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
1266         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
1267         * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
1269         * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
1270         * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
1271         before following it.
1273 1998-06-08 21:44  Ulrich Drepper  <drepper@cygnus.com>
1275         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
1276         from mntent correctly.
1278 1998-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1280         * sunrpc/Makefile (generated): Correct typo.
1282 1998-06-04  Philip Blundell  <philb@gnu.org>
1284         * elf/elf.h (EM_ARM, et al.): New definitions.
1285         * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
1287 1998-06-08 21:33  Ulrich Drepper  <drepper@cygnus.com>
1289         * localedata/SUPPORTED: Add sk_SK.
1290         * localedata/locales/sk_SK: New file.
1292 1998-06-08 18:57  Ulrich Drepper  <drepper@cygnus.com>
1294         * Makeconfig (subdirs): Add debug.
1295         * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
1296         * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
1297         backtrace_symbols.
1298         * sysdeps/generic/backtrace.c: New file.
1299         * sysdeps/generic/backtracesyms.c: New file.
1300         * sysdeps/generic/elf/backtracesyms.c: New file.
1301         * sysdeps/i386/backtrace.c: New file.
1302         * debug/Makefile: New file.
1303         * debug/backtrace-tst.c: New file.
1304         * debug/execinfo.h: New file.
1306 1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
1308         * elf/sprof.c: Implement call graph profiling.
1310         * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
1312 1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1314         * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
1315         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
1316         * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
1317         Noticed by Jake Garver <garver@valkyrie.net>.
1319 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1321         * libio/genops.c (__underflow): Read character from read pointer
1322         as unsigned.
1323         (__uflow): Likewise.
1325 1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
1327         * libc.map: Add _dl_profile.
1328         * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
1329         this to ELF_DYNAMIC_RELOCATE.
1330         Always allocate array for relocation result if LD_PROFILE is defined.
1331         * elf/ldsodefs.h: Adjust prototypes.
1332         * elf/dl-open.c (_dl_open): Call relocation function with extra
1333         argument.
1334         * elf/rtld.c: Likewise.
1335         * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
1336         Correct loop condition.
1337         * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
1338         consider_profile to runtime setup function.
1339         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
1340         _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
1342         * elf/dl-support.c: Define __libc_stack_end.
1343         * elf/rtld.c: Likewise.
1344         * sysdeps/generic/libc-start.c: Store last stack address in
1345         __libc_stack_end.
1346         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
1347         * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
1349         * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
1350         Include <stdint.h>, not <inttypes.h>.
1352         * elf/sprof.c: Implement flat profiling.
1354         * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
1355         _IO_funlockfile explicitly.
1356         * libio/fileops.c: Likewise.
1357         * libio/fputc.c: Likewise.
1358         * libio/freopen.c: Likewise.
1359         * libio/freopen64.c: Likewise.
1360         * libio/fseek.c: Likewise.
1361         * libio/fseeko.c: Likewise.
1362         * libio/fseeko64.c: Likewise.
1363         * libio/ftello.c: Likewise.
1364         * libio/ftello64.c: Likewise.
1365         * libio/getc.c: Likewise.
1366         * libio/getchar.c: Likewise.
1367         * libio/iofclose.c: Likewise.
1368         * libio/iofflush.c: Likewise.
1369         * libio/iofgetpos.c: Likewise.
1370         * libio/iofgetpos64.c: Likewise.
1371         * libio/iofgets.c: Likewise.
1372         * libio/iofputs.c: Likewise.
1373         * libio/iofread.c: Likewise.
1374         * libio/iofsetpos.c: Likewise.
1375         * libio/iofsetpos64.c: Likewise.
1376         * libio/ioftell.c: Likewise.
1377         * libio/iofwrite.c: Likewise.
1378         * libio/iogetdelim.c: Likewise.
1379         * libio/iogets.c: Likewise.
1380         * libio/ioputs.c: Likewise.
1381         * libio/ioseekoff.c: Likewise.
1382         * libio/ioseekpos.c: Likewise.
1383         * libio/iosetbuffer.c: Likewise.
1384         * libio/iosetvbuf.c: Likewise.
1385         * libio/ioungetc.c: Likewise.
1386         * libio/iovsprintf.c: Likewise.
1387         * libio/iovsscanf.c: Likewise.
1388         * libio/oldfileops.c: Likewise.
1389         * libio/oldiofclose.c: Likewise.
1390         * libio/peekc.c: Likewise.
1391         * libio/putc.c: Likewise.
1392         * libio/putchar.c: Likewise.
1393         * libio/rewind.c: Likewise.
1395         * malloc/mtrace.c: Pretty print.
1397         * misc/mntent.h (struct mentent): Make string elements const char *.
1399         * nis/nis_printf.c: Optimize I/O a little bit.
1401         * signal/Makefile (distribute): Add sigset-cvt-mask.h.
1402         * sysdeps/generic/sigset-cvt-mask.h: New file.
1403         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
1404         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
1405         * sysdeps/posix/sigvec.c: Rewrite the use definitions from
1406         sigset-cvt-mask.h to do the dirty work.
1407         Patches by Joe Keane.
1409         * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
1411         * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
1412         syscall_error label in case of PIC anonymous.
1413         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
1414         * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
1415         * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
1416         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
1417         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
1418         * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
1419         * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
1421 1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
1423         * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
1424         we cannot declare the struct element as const.
1425         * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
1426         * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
1428 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1430         * manual/Makefile: Include ../Makeconfig earlier.
1431         (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
1432         exist.
1433         (dir-add.texinfo): Remove useless $(SHELL).
1435 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1437         * Makefile (others): Build programs from install-bin.
1438         * configure.in: Modify config.make only if is was just created and
1439         move that command to second argument of AC_OUTPUT.  Add command to
1440         set config_vars in config.status.
1442 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1444         * malloc/Makefile (address-width): Fix conditional.
1446 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1448         * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
1449         putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
1450         strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
1451         version GLIBC_2.1.
1453 1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1455         * manual/lang.texi (Range of Type): Change @end table->@end vtable.
1456         (Floating Point Parameters): Likewise.
1458 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1460         * hurd/Makefile (routines): Add cthreads.
1462 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1464         * login/login.c (login): Let pututline take care of finding the
1465         positin to insert the UTMP entry.  This corrects a bug where ssh
1466         was not reusing UTMP entries marked as DEAD_PROCESS.
1467         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
1469 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1471         * login/Makefile (tests): New variable, add tst-utmp and
1472         tst-utmpx.
1473         * login/tst-utmp.c: New file.
1474         * login/tst-utmpx.c: New file.
1476 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1478         * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
1479         aliases for _hurd_nerr, for programs that don't use sys_errlist,
1480         but need sys_err.
1482 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1484         * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
1485         * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
1487 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1489         * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
1490         make __read a weak alias.  Use ANSI-style function definition.
1491         * sysdeps/mach/hurd/write.c: Likewise.
1493 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1495         * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
1496         _sys_errlist.
1498 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
1500         * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
1501         Renamed from librtld.so.
1503 1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1505         * libc.map: Remove _IO_getline_info which was erroneously
1506         introduced in section GLIBC_2.0.
1507         Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1509 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1511         * sysdeps/generic/socket.c (__socket): Renamed from socket, and
1512         created a weak alias.
1513         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
1515 1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
1517         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
1518         ftruncate function, and create a weak alias to ftruncate.
1520 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1522         * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
1523         * inet/getnetgrent_r.c: Likewise.
1524         * nss/getXXbyYY_r.c: Likewise.
1525         * nss/getXXent_r.c: Likewise.
1526         * pwd/fgetpwent_r.c: Likewise.
1527         * shadow/sgetspent_r.c: Likewise.
1528         * shadow/fgetspent_r.c: Likewise.
1529         * sunrpc/publickey.c: Likewise.
1531 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1533         * hurd/libhurduser.map: New file.
1534         * mach/libmachuser.map: Likewise.
1536         * libc.map: Add Hurd-specific functions to version 2.1.
1537         Add __flshfp and __fillbf.
1539 1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1541         * manual/signal.texi (Basic Signal Handling): Fix typo.
1542         * manual/errno.texi (Error Codes): Likewise.
1544 1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
1546         * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
1547         instead of <sys/socket.h>.
1548         Patch by NIIBE Yutaka <gniibe@mri.co.jp>
1550         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
1551         Finally make it working.
1552         Patch by Mark Hatle <fray@kernel.crashing.org>.
1554 1998-03-22  Paul Eggert  <eggert@twinsun.com>
1556         * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
1557         a Solaris 2.6 bug.
1559 1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
1561         * stdlib/gmp-impl.h: Support strange mixed-endian double format
1562         used by ARM systems.
1563         * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
1564         FE_EXCEPT_SHIFT.
1565         * sysdeps/arm/bits/fenv.h: Deleted.
1566         * sysdeps/arm/fpu/ieee754.h: New file.
1567         * sysdeps/arm/gmp-mparam.h: New file.
1568         * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
1569         implementation.
1571 1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
1573         * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
1575         * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
1576         of ((unused)).  Reported by Bruno Haible.
1578 1998-05-31  Philip Blundell  <philb@gnu.org>
1580         * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
1581         referring to errno and _errno.
1583         * sysdeps/arm/fpu/feholdexcpt.c: New file.
1585         * sysdeps/i386/fpu_control.h: Fix typo.
1587         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
1588         (_JMPBUF_UNWINDS): Added.
1589         * sysdeps/arm/fpu/bits/setjmp.h: New file.
1591 1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
1593         * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
1594         order to build header files, not `generated'.
1596         * Rules (before-compile): New target which depends on all
1597         $(before-compile) files.
1599 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1601         * nis/nis_call.c: Make directory search faster.
1603         * nis/nis_callback.c: Insert public key of user in callback data.
1605         * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
1607         * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
1609         * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
1611         * nis/nis_intern.h: Remove duplicated prototype.
1613 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1615         * sunrpc/auth_des.c: Move prototypes from here ...
1616         * sunrpc/rpc/auth.h: ... to here.
1618         * sunrpc/clnt_tcp.c: Add more control flags.
1619         * sunrpc/clnt_udp.c: Likewise.
1621         * sunrpc/netname.c (host2netname): Remove prefixing dot from
1622         domainname.
1624         * sunrpc/rpc/clnt.h: Document, which control flags are not
1625         implementable.
1627         * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
1629 1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
1631         * locale/loadlocale.c (_nl_load_locale): Don't allow too small
1632         files crash the program.
1634         * io/Makefile: Don't run ftwtest-sh if cross-compiling.
1635         * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
1636         Reported by Deborah Wallach <kerr@pa.dec.com>.
1638 1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1640         * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
1641         on whether this is a stable release or not (keeps snapshot bug
1642         reports out of the database).
1644         * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
1645         * sysdeps/arm/sysdep.h: Likewise.
1646         * sysdeps/i386/sysdep.h: Likewise.
1647         * sysdeps/m68k/sysdep.h: Likewise.
1648         * sysdeps/mach/mips/sysdep.h: Likewise.
1649         * sysdeps/mach/sys/reboot.h: Likewise.
1650         * sysdeps/mach/sysdep.h: Likewise.
1651         * sysdeps/unix/alpha/sysdep.h: Likewise.
1652         * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
1653         * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
1654         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
1655         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
1656         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
1657         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
1658         * sysdeps/unix/i386/sysdep.h: Likewise.
1659         * sysdeps/unix/mips/sysdep.h: Likewise.
1660         * sysdeps/unix/sparc/sysdep.h: Likewise.
1661         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
1662         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1663         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1664         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1665         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
1666         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1667         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1668         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
1670 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
1672         * mach/Machrules: Use $(move-if-change).
1674 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
1676         * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
1677         * Makerules (lib%.so): Depend on $(+interp).
1678         (libc.so): Add interp.os to list of dependencies.
1679         (interp-obj): Remove variable.
1680         * mach/Machrules (+interp): Define to empty since libhurduser and
1681         libmachuser don't need to have the interpreter set.
1683 1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1685         * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
1687         * resolv/gethnamaddr.c: Likewise.
1689         * resolv/res_comp.c: Likewise.
1691 1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
1693         * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
1694         so that transparent union works.
1696 1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
1698         * manual/texinfo.tex: Update to last available version.
1700         * timezone/africa: Update from tzdata1998e.
1701         * timezone/antarctica: Likewise.
1702         * timezone/asia: Likewise.
1703         * timezone/australasia: Likewise.
1704         * timezone/europe: Likewise.
1705         * timezone/iso3166.tab: Likewise.
1706         * timezone/northamerica: Likewise.
1707         * timezone/tzselect.ksh: Likewise.
1708         * timezone/zone.tab: Likewise.
1710 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
1712         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
1713         Reported by Matt McLean <keys@brio.yikes.com>.
1715 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1717         * catgets/Makefile ($(objpfx)de.cat): Renamed from
1718         do-gencat-test.  Use automatic variables.
1719         ($(objpfx)de.msg): Fix reference to po file.
1721 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1723         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
1724         $(move-if-change).
1726 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1728         * intl/dcgettext.c: Fix typo.
1730 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1732         * configure.in: Allow more make versions e.g 3.76.90.
1734 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
1736         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
1738         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
1739         for Hurd.  Patch by Mark Kettenis.
1741 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
1743          * mach/Machrules (+preinit, +postinit): Define these variables to
1744          empty because libhurduser and libmachuser don't need startup
1745          files.
1747 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
1749          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
1750          instead of a raw bitmask.
1752 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1754         * Makeconfig (rpath-dirs): New variable.
1755         (rpath-link): Use it.
1756         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
1757         (db-objpfx): Removed.
1758         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
1759         * md5-crypt/Makefile: Likewise.
1760         * sysdeps/mach/hurd/Makefile: Likewise.
1762         * Makeconfig (move-if-change): New variable.
1763         * iconvdata/Makefile (move-if-change): Removed.
1764         * manual/Makefile (move-if-change): Set only if undefined, use
1765         local script by default.
1766         * sunrpc/Makefile (move-if-change): Removed.
1767         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
1768         $(move-if-change).
1770          * elf/Makefile: Remove all references to obsolete file
1771          $(objpfx)rtldtbl.h.
1772          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
1774 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1776         * elf/dl-close.c (_dl_close): Add debugging message.
1778 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1780         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
1781         to get Linux version and not gcc version.
1782         Reported by Alan Curry <pacman@cqc.com>.
1784 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1786         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
1787         pointers - return unknown error message instead.
1788         Reported by Alan Curry <pacman@cqc.com>.
1790 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
1792         * iconvdata/Makefile (modules, sed-generated-headers,
1793         perl-generated-headers): ibm424.h is perl generated.  Make
1794         necessary modifications to compile without perl.
1796 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
1798         * hesiod/hesiod.c (read_config_file): Fix typo.
1800 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
1802         * version.h: Bump VERSION.
1804         * csu/Makefile (distribute): Add munch-tmpl.c.
1806 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1808         * nis/nis_defaults.c: Fix buffer problems and typos.
1810 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
1812         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
1813         Patch by Fred Fish.
1815 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
1817         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
1818         overwriting bugs.
1820         * libio/strops.c (_IO_str_underflow): Read newly available
1821         character from buffer as unsigned.
1823 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
1825         * catgets/Makefile (distribute): Add xopen-msg.h.
1826         (generated): Add de.msg and de.cat.
1827         (tests): Add do-gencat-test.
1828         (do-gencat-test): New goal.  Run gencat on a generated msg file.
1829         * catgets/xopen-msg.h: New file.
1831 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
1833         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
1834         functions.  Optimize filename creation a bit.
1836 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
1838         * stdlib/random_r.c: Help gcc to optimize the code.
1839         Patch by Joe Keane <jgk@jgk.org>.
1841 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
1843         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
1844         tsearch calls.
1846 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1848         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
1849         it.
1851 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
1853         * wcsmbs/wcsnrtombs.c: Correct computation of result.
1854         * wcsmbs/wcsrtombs.c: Likewise.
1856         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
1857         * wcsmbs/wcsmbs-tst1.c: New file.
1859         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
1861         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
1862         as 1.
1864         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
1865         weak.
1867 1998-05-21  Philip Blundell  <philb@gnu.org>
1869         * sysdeps/arm/fpu_control.h: Replace stub file with real
1870         implementation.
1871         * sysdeps/arm/fpu/bits/fenv.h: New file.
1872         * sysdeps/arm/fpu/fesetround.c: Likewise.
1873         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
1874         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
1875         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
1876         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
1877         * sysdeps/arm/fpu/fegetenv.c: Likewise.
1878         * sysdeps/arm/fpu/fesetenv.c: Likewise.
1880 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
1882         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
1883         read instead of mmap.
1885 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
1887         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
1888         directly instead of include_next.  Add missing semicolons.
1889         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
1890         Add missing semicolons.
1892 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
1894         * iconvdata/gconv-modules: Add more aliases to please java
1895         environments.
1897 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
1899         * stdio-common/vfprintf.c (process_arg): Fix typo.
1901         * iconvdata/TESTS: New tests for EUC-KR.
1903         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
1904         * iconvdata/testdata/EUC-KR: New file.
1906 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
1908         * math/libm-test.c (hypot_test): Fix a typo.
1910 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
1912         * stdio-common/vfprintf.c: When precision is specified for %ls or
1913         %S handle it correctly.
1915 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1917         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
1918         the" in one line - fixed it.
1919         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1920         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1921         * posix/unistd.h: Likewise
1923 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1925         * Makeconfig (rpath-link): Add resolvobjdir.
1926         (resolvobjdir): New variable.
1927         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
1929 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
1931         * elf/dl-close.c: Call shared object terminators at the right time.
1932         Patch by Philippe Troin <phil@fifi.org>.
1934 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1936         * Make-dist (+tsrcs): Also add *.map for every member of
1937         $(extra-libs).
1939         * Makefile (distribute): Don't distribute scripts/printsources and
1940         scripts/=__ify.  Distribute FAQ.in.
1941         (rpm/%): Don't pass subdirs to sub-make.
1943         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
1944         instead of $(no_deps).
1946 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1948         * sysdeps/generic/setenv.c: Protect against GNU C extension.
1949         (KNOWN_VALUE, STORE_VALUE): Do it right.
1950         (setenv): Remove unused variable.
1952 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1954         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
1955         (CFLAGS-zdump.c): Add $(tz-cflags).
1957         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
1958         return type.
1960 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1962         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
1963         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
1964         if use_localtime.
1965         * time/tzset.c: Update prototype of __tzfile_compute.
1966         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
1967         tm_zone and tm_offset here if __use_tzfile.
1969 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1971         * Makerules: Install libc.a even if there are no object file.
1973 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1975         * Makerules (do-makelib): Don't force creating library from
1976         scratch, which is faster and gets correct behaviour if $(subdirs)
1977         is incomplete.
1979 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1981         * Makerules (do-stamp): Make it work when building in source
1982         directory.
1984 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
1986         * elf/dl-load.c: Rename option and variable from ignore-rpath to
1987         inhibit-rpath.
1988         * elf/dl-support.c: Likewise.
1989         * elf/ldsodefs.h: Likewise.
1990         * elf/rtld.c: Likewise.
1991         * iconvdata/run-iconv-test.sh: Likewise.
1993 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
1995         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
1996         variable using the value.
1997         * elf/ldsodefs.h: Declare _dl_ignore_path.
1998         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
1999         object against list in _dl_ignore_path and ignore RPATH if on the list.
2000         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
2001         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
2002         to make sure we get the correct helper libraries loaded.
2004         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
2005         "RPATH" string in call to fillin_rpath instead.
2006         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
2008 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
2010         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
2011         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
2013 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2015         * manual/terminal.texi (I/O Queues): Fix typo.
2017         * manual/stdio.texi (Closing Streams): Fix grammar.
2019         * manual/arith.texi (Absolute Value): Correct typo.
2020         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
2022 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
2024         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
2025         LD_PROFILE_OUTPUT in SUID binaries.
2026         * intl/dcgettext.c: In SUID binaries don't let language part of
2027         locale value contain path elements.
2028         * intl/explodename.h: Define new function _nl_find_language.
2029         * intl/loadinfo.h: Declare _nl_find_language.
2030         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
2031         language part it drop the value is path element is contained.
2033         * locale/setlocale.c: Fix typo.
2035 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
2037         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
2039         * sysdeps/arm/strlen.S: Support both big and little endian processors.
2041         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
2042         log, not a byte-count.
2044         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
2045         a.out compatibility.
2047 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2049         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
2050         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
2051         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
2052         * posix/unistd.h: Likewise.
2053         * math/math.h: Likewise.
2054         * manual/users.texi (Manipulating the Database): Likewise.
2055         * manual/signal.texi (Job Control Signals): Likewise.
2056         * manual/message.texi (The gencat program): Likewise.
2057         * manual/filesys.texi (Hard Links): Likewise.
2058         * manual/math.texi (SVID Random): Likewise.
2059         * manual/llio.texi (Waiting for I/O): Likewise.
2060         * manual/io.texi (File Name Errors): Likewise.
2061         * manual/conf.texi (String Parameters): Likewise.
2062         * manual/arith.texi (Infinity): Likewise.
2063         * malloc/malloc.c: Likewise.
2064         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
2065         * csu/Makefile: Likewise.
2067 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
2069         * manual/memory.texi: Add back accidently removed line.
2071 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
2073         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
2074         (timeout_handler): New function.
2075         (LOCK_FILE, UNLOCK_FILE): New macros.
2076         Implement file locking with timeout.
2077         (getutent_r_file, internal_getut_r, getutline_r_file,
2078         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
2079         locking.
2081 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
2083         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
2084         directory.
2086 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2088         * rpm/Makefile: Delete inclusion of version.mk.
2090 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2092         * libc.map: Add all libio functions needed libstdc++ with version
2093         2.0, sort entries.
2095 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2097         * iconvdata/Makefile (generated): Add *.stmp files.
2099 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2101         * timezone/Makefile (testdata, build-testdata): New variables, use
2102         them in rules for test data.
2103         ($(objpfx)tst-timezone.out): Depend on test data.
2104         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
2105         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
2106         New rules to build test data.
2107         (tst-timezone-ENV): Pass TZDIR to point to test data.
2109 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
2111         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
2112         (the designation sequence is disturbing).
2114 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2116         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
2117         * sunrpc/xdr_rec.c: Likewise.
2119 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2121         * posix/Makefile (tests): Add runptests.
2122         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
2123         (before-compile): Add ptestcases.h.
2124         (ptestscases.h): Add rule to generate from PTESTS.
2125         * posix/runptests.c: New file.
2126         * posix/PTESTS: New file.
2127         * posix/PTESTS2C.sed: New file.
2129 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2131         * iconv/loop.c: Let user add code to use and set paramaters.
2133         * iconvdata/iso-2022-kr.c: Correct to-loop.
2135         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
2136         point to output buffer.
2138         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
2139         hanja.
2141         * iconvdata/TESTS: Add ISO-2022-KR test.
2142         * iconvdata/testdata/ISO-2022-KR: New file.
2144 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
2146         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
2147         and internal_use.
2148         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
2149         and internal_use.
2150         * wcsmbs/btowc.c: Likewise.
2151         * wcsmbs/mbrtowcs.c: Likewise.
2152         * wcsmbs/mbsnrtowcs.c: Likewise.
2153         * wcsmbs/mbsrtowcs.c: Likewise.
2154         * wcsmbs/wcrtomb.c: Likewise.
2155         * wcsmbs/wcsnrtombs.c: Likewise.
2156         * wcsmbs/wcsrtombs.c: Likewise.
2157         * wcsmbs/wctob.c: Likewise.
2158         * iconv/skeleton.c: Increment invocation_counter.
2159         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
2160         sequence first.
2162         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
2163         * iconvdata/iso-2022-jp.c: Likewise.
2164         * iconvdata/iso646.c: Likewise.
2166         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
2168 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2170         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
2172         * sysdeps/generic/setenv.c (setenv): Remove optimization for
2173         overwriting existing values if it fits.
2175 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
2177         * posix/wordexp-test.c: Avoid duplicate messages.
2179         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
2180         tsearch.  Correctly interpret values returned by those functions.
2181         (unsetenv): Store pointer to string, not pointer to string pointer.
2183         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
2184         DST information and offset in them.
2185         * time/tzset.c (__tz_convert): Pass extra parameters to
2186         __tzfile_compute.  Compute equivalent values for use of tz_rules.
2188 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2190         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
2191         stamp files to avoid unnecessary recompilation.
2192         (gen-8bit-gap-table): Likewise.
2193         (move-if-change): New variable.
2194         (all generated .h rules): Change to be .stmp rules.
2195         (%.h): New rule; depend on %.stmp; no commands.
2196         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
2197         gen-8bit-gap-1.sh.
2199 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2201         * Makerules (libc-map): Deleted.
2202         (load-map-file): Set to the appropriate compiler switch, not
2203         just the file name.  If libfoo-map is not set, look for a
2204         libfoo.map in the current directory and $(..).
2205         (map-file): New variable, contains just the mapfile name.
2206         (build-shlib): Adjust for new value of load-map-file.
2207         (libc.so): Correct dependencies.
2209         * extra-lib.mk: Correct shlib dependencies since libfoo-map
2210         may not be set anymore.
2212         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
2213         Delete libdl-map.  Tweak ld.so link rule to work with changed
2214         variable settings in Makerules.
2215         * iconvdata/Makefile: Tweak build-module to work with changed
2216         variable settings in Makerules.
2218         * db/Makefile: Delete libdb-map.
2219         * hesiod/Makefile: Delete libnss_hesiod-map.
2220         * linuxthreads/Makefile: Delete libpthread-map.
2221         * locale/Makefile: Delete libBrokenLocale-map.
2222         * login/Makefile: Delete libutil-map.
2223         * math/Makefile: Delete libm-map.
2224         * md5-crypt/Makefile: Delete libcrypt-map.
2225         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
2226         libnss_nisplus-map, and libnss_compat-map.
2227         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
2228         libnss_ldap-map.
2229         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
2230         * rt/Makefile: Delete librt-map.
2232 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2234         * configure.in: Instead of substituting `yes' or `no' for whether
2235         --no-whole-archive is available, set @no_whole_archive@ to the
2236         appropriate gcc switch or the empty string.  Likewise for
2237         -fno-exceptions.
2238         * config.make.in: Replace have-no-whole-archive with
2239         no-whole-archive and have-no-exceptions with no-exceptions.
2240         * Makerules: Delete stanzas setting no-whole-archive and
2241         no-exceptions.
2243         * sunrpc/Makefile: Use move-if-change to update generated .h
2244         and .c files.
2246 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2248         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
2249         of strchr loop.
2251 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2253         * time/tzfile.c (__tzfile_read): Remove unused variable info.
2254         (__tzfile_compute): Likewise.
2256 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2258         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
2259         defines from Linux 2.1.102.
2261 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
2263         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
2265 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
2267         * inet/netinet/in.h: Add defines for multicast.
2268         Reported by Jeremy Hall <jhall@UU.NET>.
2270         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
2271         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
2272         and unsetenv.  Optimize _LIBC case.
2273         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
2274         Define functions with leading __.
2276         * time/tzfile.c: Correct handling of global variables daylight,
2277         timezone, and tzname.
2278         * time/tzset.c: Likewise.
2279         * timezone/Makefile (tests): Add tst-timezone.
2280         * timezone/tst-timezone.c: New file.
2282 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
2284         * timezone/asia: Update from tzdata1998d.
2285         * timezone/australasia: Likewise.
2286         * timezone/europe: Likewise.
2288 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
2290         * string/string.h: Don't use the optimized versions for the string
2291         functions if optimizing for space.
2293         * stdlib/tst-strtod.c: Add test for -0.0.
2295         * io/ftwtest-sh: Prevent tests from being run by root.
2297         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
2298         last addition.  Patch by wkpark@chem.skku.ac.kr.
2300 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2302         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
2303         table.
2305 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2307         * iconvdata/gen-8bit.sh: New file.
2308         * iconvdata/gen-8bit-gap.sh: New file.
2309         * iconvdata/gen-8bit-gap-1.sh: New file.
2310         * iconvdata/Makefile (generate-8bit-table): Use shell script
2311         instead of writing the commands directly.
2312         (generate-8bit-gap-table): Likewise.
2313         ($(objpfx)iso8859-7jp.h): Likewise.
2314         (generated headers): Depend on shell script instead of Makefile.
2315         (before-compile): Add $(perl-generated-headers) only if perl is
2316         available.
2317         (headers): Depend on $(perl-generated-headers) only if perl is
2318         available.
2319         (sed-generated-headers): Remove iso8859-7jp.h.
2321 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2323         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
2324         (/): Removed.
2326 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2328         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
2329         formed charset names to getfct.  Let user override charset
2330         selection by mention charset in locale name.
2332 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
2334         * posix/glob.c: Move to ...
2335         * sysdeps/generic/glob.c: ...here.
2336         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
2337         elements.
2338         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
2339         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
2340         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
2341         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
2342         subdir.
2343         * libc.map [GLIBC_2.1]: Add glob and globfree.
2345 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2347         * sunrpc/Makefile (generated): Restore old list.
2349 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2351         * rt/Makefile (tests): Define only if we have a thread library.
2353         * nis/ypclnt.c: Add: #include <errno.h>.
2355 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2357         * configure.in: Define and substitute RELEASE as well as
2358         VERSION.
2359         * config.make.in: Add RELEASE and VERSION to be substituted.
2360         * Makeconfig: Delete all references to version.mk.
2361         * Make-dist: Likewise.
2362         * MakeTAGS: Likewise.
2363         * elf/Makefile: Likewise.
2365 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2367         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
2368         yp_get_default_domain.
2370 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2372         * sysdeps/posix/profil.c (__profil): Don't define act and timer
2373         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
2375 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
2377         * malloc/malloc.c: Fix for NO_THREADS case.
2379 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
2381         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
2382         Remove statfs and fstatfs.
2383         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
2384         and pwrite as EXTRA.
2385         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2387 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
2389         * libc.map: Add capget and capset.
2391 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2393         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2394         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
2395         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
2396         and Matt McLean <keys@brio.yikes.com>.
2398 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
2400         * misc/Makefile (tests): Add tst-mntent.
2401         * misc/tst-mntent.c: New file.
2403 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2405         * autolock.sh: Removed.
2406         * manual/move-if-change: Removed.
2408         * scripts: New directory.
2409         * =__ify: Moved to scripts.
2410         * config.guess: Likewise.
2411         * config.sub: Likewise.
2412         * gen-FAQ.pl: Likewise.
2413         * install-sh: Likewise.
2414         * mkinstalldirs: Likewise.
2415         * move-if-change: Likewise.
2416         * printsources: Likewise.
2417         * rellns.sh: Likewise.
2418         * test-installation.pl: Likewise.
2420         * configure.in: Look in scripts for config.guess, config.sub,
2421         install-sh.
2422         * Makefile: Distribute all above files in their
2423         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
2424         * manual/Makefile: Find mkinstalldirs and move-if-change in
2425         $(..)scripts.  Drop them from distribute.  Minor cleanups.
2426         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
2427         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
2428         * timezone/Makefile: Find rellns-sh in scripts.
2430 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2432         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
2433         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
2435 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2437         * Makefile (+subdir-inits): Delete variable.
2438         (+init_subdirs): Likewise.
2439         (aux): Likewise.
2440         (before-compile): Likewise.
2441         (libc-init): Delete stanza.
2442         (version-info.h): Delete rule and associated variable.
2443         (distribute): Don't distribute moved files.
2444         * Makerules (interp-obj): It lives in elf now.  Only use it
2445         if $(elf) is set.  Delete rule to build it.
2446         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
2447         version.o and version-info.h.  Minor cleanups.
2448         (routines): Add libc-init, sysdep, version.
2449         (generated): Add version-info.h.
2450         * elf/Makefile: Build interp.os.
2452         * interp.c: Moved to elf.
2453         * set-init.c: Moved to csu.
2454         * munch-init.c: Likewise.
2455         * munch.awk: Likewise.
2456         * version.c: Likewise.
2458         * Rules: Unconfuse syntax highlighting with a fake comment.
2460 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2462         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
2463         syscalls.
2465 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2467         * iconvdata/Makefile (generated): Set to *-generated-headers
2468         plus gconv-modules.
2469         (tests): Set to iconv-test.
2470         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
2471         * posix/Makefile (generated): Set to wordexp-test-result*.
2472         * sunrpc/Makefile (generated): Remove rpcsvc/*.
2473         (generated-dirs): Add rpcsvc.
2474         * libio/Makefile: Clean up.
2476 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
2478         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
2479         * Makerules: Likewise.
2480         (+depfiles): Also add sysdep-others.
2481         * Rules: Likewise.
2482         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
2483         * iconvdata/Makefile (distribute): Add TESTS.
2484         * localedata/Makefile (repertoires): Rename to repertoiremaps.
2485         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
2486         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
2487         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
2488         sysdep-others, not others.
2489         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2490         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
2492 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
2494         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
2495         cost_hi and cost_lo.
2496         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
2497         Cost parameter and set cost_lo to INT_MAX.
2498         (add_module): Take new parameter and use it to initialize cost_lo.
2499         (read_conf_file): Count modules being loaded and use counter for
2500         new parameter to add_module.
2501         * iconv/gconv_db.c (find_derivation): When look for cost examine
2502         cost_hi and cost_lo.
2504 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
2506         * string/bits/string2.h: Don't use unsigned char * unless really
2507         necessary since this disturbs C++.
2508         * sysdeps/i386/i486/bits/string.h: Likewise.
2509         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
2511 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2513         * malloc/malloc.c (top_check): Fix last change.
2515 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
2517         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
2518         Patch by Matt McLean <keys@brio.yikes.com>.
2520 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2522         * Makerules (lib): Put back dependency on lib-noranlib.
2523         ($(subdirs-stamps)): Remove dependency on stamp.* again.
2525 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
2527         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
2528         test in __pow2 implementation.
2530 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
2532         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
2533         Still need *FLAGS-.o because we still sometimes build .o files.
2534         * db2/Makefile: Don't build libndbm.a if !build-static.
2536 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2538         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
2540 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
2542         * configure.in: New test for broken gcc on PowerPC.
2543         * sysdeps/powerpc/atomicity.h: Use result of test.
2544         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
2546         * math/libm-test.c: Update many of the epsilon to match actual
2547         performance.
2549         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
2550         * sysdeps/libm-ieee754/e_expf.c: Likewise.
2551         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
2552         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
2554         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
2556         * sysdeps/powerpc/elf/libc-start.c: New file.
2557         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
2558         * sysdeps/powerpc/elf/start.c: Delete.
2560         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
2561         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
2563         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
2564         few patches.
2566 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
2568         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
2569         test for integer.
2571         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
2572         * sysdeps/libm-i387/e_powl.S: Likewise.
2574 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
2576         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
2577         (malloc_check, free_check, realloc_check, memalign_check): Use
2578         them to improve overrun checking.  Overruns of a single byte and
2579         corruption of the top chunk are now detected much more reliably.
2581 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2583         * math/libm-test.c (pow_test): Add test for special value from PR
2584         libc/590.
2586 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
2588         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
2589         including linux/errno.h.
2591 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
2593         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
2594         Use correct types.
2595         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
2596         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
2598 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2600         * Makerules (elide-routines.*): Fix assignments.
2601         (do-makelib): Fix typo.
2602         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
2603         makefile.
2605 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2607         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
2608         $(objpfx)sysd-dirs): Move them...
2609         * Makeconfig: ... here.
2610         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
2611         (stubs): Fix circular depedency.
2612         (do-makelib): Clean up.
2613         (lib): Don't depend on lib-noranlib.
2614         ($(objpfx)stamp.oS): Remove special case for empty
2615         static-only-routines.
2616         (elide-routines.o): Add $(static-only-routines).
2617         (elide-routines$o): Define this instead of elide-routines.$o.
2618         * manual/Makefile (stubs): Fix circular dependency.
2620 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2622         * libio/Makefile (routines): Remove duplicate oldiofclose.
2624 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
2626         * string/strcoll.c: Use uint32_t instead of u_int32_t.
2628 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
2630         * libio/stdio.h: Fix typo in __REDIRECT.
2631         * io/sys/stat.h: Likewise.
2632         Reported by Myles Uyema <myles@uyema.nws.net>.
2634 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2636         * locale/programs/localedef.c (options): Fix help message.
2638 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
2640         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
2641         relocations.  Patch by Joe Keane <jgk@jgk.org>.
2643 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
2645         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
2646         ptmalloc_unlock_all, but re-initializes the mutexes instead.
2647         (ptmalloc_init): Use new function in thread_at_fork call.
2648         (thread_atfork_static): Likewise.
2649         Suggested by Wolfram Gloger and Xavier Leroy.
2651 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
2653         * signal/signal.h: Move definitions of struct sigstack and
2654         struct sigaltstack into separate file and include it.
2655         * sysdeps/generic/bits/sigstack.h: New file.
2656         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
2657         * signal/Makefile (headers): Add bits/sigstack.h.
2659 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2661         * elf/rtld.c (dl_main): Fix check for number of references to
2662         interpreter object.
2664 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2666         * elf/rtld.c (dl_main): Check has_interp after executing platform
2667         specific code.
2669 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2671         * iconvdata/run-iconv-test.sh: Fix typo.
2673 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2675         * Makerules (+depfiles): Add depfiles for $(tests-static).
2676         Simplified.
2678 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2680         * manual/terminal.texi (Special Characters): Fix description of
2681         c_cc indexes.
2683 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2685         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
2686         array.
2687         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
2688         of c_cc array.
2690 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2692         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
2694 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
2696         * intl/locale.alias: Update russian entry.
2698 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2700         * Makerules (static-only-routines): Reimplement in terms of
2701         elide-routines.os.
2702         (shared-only-routines): Reimplement in terms of
2703         elide-routines.X [where X is all object-suffixes except .os].
2705         (stubs): Create stubs file inside the subdir.
2706         (common-mostlyclean): Remove stubs file from inside the subdir.
2707         * Makefile (subdir-stubs): Look for stubs files inside the
2708         subdirs.
2709         * manual/Makefile (stubs): Create dummy stubs file inside the
2710         subdir.
2712 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2714         Build speed improvement: make ar less of a bottleneck.
2716         * Makerules (stamp$o): Just record the object list for later
2717         use.
2718         (libc_foo.a): New rule, depends on subdir stamp files; builds
2719         and ranlibs the library from the lists saved in those files.
2721         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
2722         (subdirs-stamp-o): Likewise.
2724         (ar-symtab-name): Delete variable.
2725         (lib%.a): Delete target.
2726         (libc_foo.a(bar.%)): Delete target.
2727         (libc_foo.a($(ar-symtab-name))): Delete target.
2729         (objects objs): Just depend on libobjs and extra-objs.
2730         (libobjs): Depend on the stamp files, not the objects.
2731         (extra-objs): New target, just depends on the extra-objs list.
2733         (CREATE_ARFLAGS): Kill the `ar S' hack.
2735         * config.make.in (have-ar-S): Deleted.
2736         * configure.in: Delete test for `ar S'.  Add test to determine
2737         whether ranlib does anything useful.
2739 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
2741         * inet/tst-ether_aton.c: Include <stdio.h>.
2743 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
2745         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
2747         * locale/Makefile (distribute): Add programs/repertoire.h.
2748         (localedef-modules): Add repertoire.
2749         (CPPFLAGS): Define REPERTOIREMAP_PATH.
2750         * locale/programs/repertoire.c: New file.
2751         * locale/programs/repertoire.h: New file.
2752         * locale/programs/charmap.c: Starting fixing character set handling
2753         to handle multi-byte encodings.
2754         * locale/programs/charset.c: Likewise.
2755         * locale/programs/charset.h: Likewise.
2756         * locale/programs/ld-collate.c: Likewise.
2757         * locale/programs/ld-ctype.c: Likewise.
2758         * locale/programs/linereader.c: Likewise.
2759         * locale/programs/localedef.c: Likewise.
2760         * locale/programs/locfile-kw.gperf: Likewise.
2761         * locale/programs/locfile-kw.h: Likewise.
2762         * locale/programs/locfile-token.h: Likewise.
2763         * locale/programs/locfile.h: Likewise.
2764         * locale/programs/stringtrans.c: Likewise.
2766         * locale/programs/locfile.c: Interpret I18NPATH value as base of
2767         path, extended with "/locales/".
2769 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
2771         * sysdeps/arm/memset.S: Fix off by one error.
2773         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
2774         __syscall_error rather than syscall_error directly.
2776 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
2778         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
2779         mmap() syscall for ARM.
2781         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
2782         binaries.
2784 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
2786         * locale/programs/localedef.c: Recognize repertoire-map option.
2788 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2790         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
2791         converting non-hex numbers.
2792         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
2794 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
2796         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
2797         check overflow.
2798         * resolv/Makefile (tests): New, add tst-aton.
2799         * resolv/tst-aton.c: New file.
2801 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2803         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
2804         semicolon.
2806 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
2808         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
2809         by letting the later modify the variable computing the total directly.
2810         * wcsmbs/mbsrtowcs.c: Likewise.
2811         * wcsmbs/wcsnrtombs.c: Likewise.
2812         * wcsmbs/wcsrtombs.c: Likewise.
2814         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
2815         it is not used.
2816         * wcsmbs/wctoc.c: Likewise.
2818         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
2819         * wcsmbs/wcsrtombs.c: Likewise.
2821         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
2823 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2825         * iconv/skeleton.c: Correct counting of actually converted
2826         characters.
2828         * intl/localealias.c (read_alias_file): Use unsigned char for
2829         local variables.  Remove unused variable tp.
2830         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
2831         for type of codeset.  For loosing Solaris systems.
2832         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
2833         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
2834         len if not needed.
2835         Patches by Jim Meyering.
2837         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
2838         wcsrtombs must put it into initial state.
2840 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2842         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
2843         argument of bswap_XX macro.
2845 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2847         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
2848         variable name.
2850 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
2852         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
2853         semun and use stdarg macros to get the value.
2854         * sysdeps/generic/semctl.c: Don't use union semun.
2856         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
2858         * string/basename.c [!_LIBC]: Define function as gnu_basename.
2860         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
2861         strings.h.
2863         * stdlib/grouping.h: Accept ungrouped numbers even if locale
2864         defines grouping.
2866         * intl/hash-string.h: Don't include values.h.
2868         * inet/Makefile (tests): Add tst-ether_aton.
2869         * inet/tst-ether_aton.c: New file.
2871         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
2872         in hex conversion.
2873         * inet/ether_aton.c (ether_aton): Declare result variable static.
2874         Reported by ahyung@unixg.ubc.ca.
2876         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
2877         Define macro _SEM_SEMUN_UNDEFINED instead.
2878         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
2880         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
2881         * stdio-common/Makefile (tests): Add tst-wc-printf.
2883 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
2885         * manual/stdio.texi (Variable Arguments Output): Correct variable
2886         name.  Patch from Ewan Mellor <em@nexus.co.uk>
2888 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
2890         * intl/dcgettext.c: Remove unneeded definition of
2891         internal_function.
2893 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2895         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
2896         instead of do-iconv-test.
2897         ($(objpfx)gconv-modules): Define rule only if objpfx is not
2898         empty.
2900 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2902         * string/string.h: Fix feature test.
2904 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2906         * iconvdata/iso646.c (BODY): Don't use character constants that
2907         depend on signedness of char.
2909 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
2911         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
2912         (sysdep_routines): Add s_pread64 and s_pwrite64.
2914 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
2916         * iconvdata/Makefile (distribute): Remove generated .h files.
2917         * iconvdata/koi8-r.h: Removed.
2918         * iconvdata/latin-greek-1.h: Removed.
2919         * iconvdata/latin-greek.h: Removed.
2921         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
2922         * iconvdata/KOI-8: Likewise.
2923         * iconvdata/KOI-8..UTF8: Likewise.
2924         * iconvdata/KOI8-R: Likewise.
2925         * iconvdata/KOI8-R..UTF8: Likewise.
2927 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2929         * streams/Makefile (headers): Add sys/stropts.h.
2930         * streams/sys/stropts.h: New file.
2932 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2934         * sysdeps/unix/sysv/linux/ttyname.c,
2935         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
2936         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
2938 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2940         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
2941         argument of _itoa_word.
2943 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2945         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
2946         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
2947         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
2948         sigprocmask, resp., instead of EXTRA.
2950         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
2951         s_pread64 and s_pwrite64.
2953 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
2955         * iconvdata/Makefile: Correct rules to generate gap table.
2956         * iconvdata/gap.pl: Simplify.
2958         * iconvdata/TESTS: Name new tests.
2959         * iconvdata/testdata/CP1250: New file.
2960         * iconvdata/testdata/CP1250..UTF8: New file.
2961         * iconvdata/testdata/CP1251: New file.
2962         * iconvdata/testdata/CP1251..UTF8: New file.
2963         * iconvdata/testdata/CP1252: New file.
2964         * iconvdata/testdata/CP1252..UTF8: New file.
2965         * iconvdata/testdata/CP1253: New file.
2966         * iconvdata/testdata/CP1253..UTF8: New file.
2967         * iconvdata/testdata/CP1254: New file.
2968         * iconvdata/testdata/CP1254..UTF8: New file.
2969         * iconvdata/testdata/CP1255: New file.
2970         * iconvdata/testdata/CP1255..UTF8: New file.
2971         * iconvdata/testdata/CP1256: New file.
2972         * iconvdata/testdata/CP1256..UTF8: New file.
2973         * iconvdata/testdata/CP1257: New file.
2974         * iconvdata/testdata/CP1257..UTF8: New file.
2976 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
2978         * iconvdata/Makefile: Add rules for ISO-2022-KR.
2979         * iconvdata/iso-2022-kr.c: New file.
2981         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
2982         and ISO-2022-KR.
2984 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
2986         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
2987         iso8859-8 and iso8859-10.
2988         * iconvdata/iso8859-5.c: Change to use gap method.
2989         * iconvdata/iso8859-7.c: Likewise.
2990         * iconvdata/iso8859-8.c: Likewise.
2991         * iconvdata/iso8859-10.c: Likewise.
2993         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
2994         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
2995         end of the loop.
2996         * iconvdata/iso-2022-jp.c: New file.
2998         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
2999         * iconvdata/ksc5601.h: Unify function interfaces.
3000         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
3001         * iconvdata/uhc.c: Likewise.
3003         * iconvdata/gb2312.h: Use correct types.
3005         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
3006         size elements of data.
3008 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3010         * string/tst-svc.expect: Adapt for change in .input.
3011         * string/tst-svc.input: More tests.
3013 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
3015         * iconvdata/Makefile: Add rules for new modules.
3016         * iconvdata/gconv-modules: Likewise.
3017         * iconvdata/cp737.c: New file.
3018         * iconvdata/cp737.h: New file.
3019         * iconvdata/cp775.c: New file.
3020         * iconvdata/cp775.h: New file.
3021         * iconvdata/cp874.c: New file.
3022         * iconvdata/cp874.h: New file.
3024 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
3026         * iconvdata/Makefile: Create target directory before generating
3027         headers.
3029 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3031         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
3032         __USER_LABEL_PREFIX__.
3033         (__ASMNAME, __ASMNAME2): New macros.
3035 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3037         * elf/dl-load.c: Include sys/param.h for MAX.
3039 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
3041         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
3042         __ftruncate the strong symbol, and add weak alias.
3043         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3045 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3047         * termios/cfsetspeed.c: Make code cleaner and add missing const.
3048         Patch by Joe Keane <jgk@jgk.org>.
3050         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
3051         free()ing.
3053 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
3055         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
3056         Patch by Thomas Bushnell, n/BSG.
3058 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3060         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
3062 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3064         * iconvdata/Makefile: Put generated headers in build directory.
3066 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
3068         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
3069         strsep as current directory.
3071         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
3072         Java.  Add definitions for unicodelittle implementation.
3073         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
3074         * iconv/gconv_simple.c: Define unicodelittle functions.
3076         * iconv/iconv_prog.c: Make program print information about position
3077         of illegal character in input.
3079         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
3080         comparison of charset name.
3081         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
3082         * iconvdata/ebcdic-at-de-a.c: Likewise.
3083         * iconvdata/ebcdic-at-de.c: Likewise.
3084         * iconvdata/ebcdic-ca-fr.c: Likewise.
3085         * iconvdata/euccn.c: Likewise.
3086         * iconvdata/eucjp.c: Likewise.
3087         * iconvdata/euckr.c: Likewise.
3088         * iconvdata/euctw.c: Likewise.
3089         * iconvdata/hp-roman8.c: Likewise.
3090         * iconvdata/iso6937.c: Likewise.
3091         * iconvdata/iso8859-1.c: Likewise.
3092         * iconvdata/iso8859-10.c: Likewise.
3093         * iconvdata/iso8859-2.c: Likewise.
3094         * iconvdata/iso8859-3.c: Likewise.
3095         * iconvdata/iso8859-4.c: Likewise.
3096         * iconvdata/iso8859-5.c: Likewise.
3097         * iconvdata/iso8859-6.c: Likewise.
3098         * iconvdata/iso8859-7.c: Likewise.
3099         * iconvdata/iso8859-8.c: Likewise.
3100         * iconvdata/iso8859-9.c: Likewise.
3101         * iconvdata/johab.c: Likewise.
3102         * iconvdata/koi-8.c: Likewise.
3103         * iconvdata/koi8-r.c: Likewise.
3104         * iconvdata/latin-greek-1.c: Likewise.
3105         * iconvdata/latin-greek.c: Likewise.
3106         * iconvdata/sjis.c: Likewise.
3107         * iconvdata/t61.c: Likewise.
3108         * iconvdata/uhc.c: Likewise.
3110         * iconvdata/iso646.c: Add support for more ISO 646 variants.
3111         * iconvdata/TESTS: Add tests for ISO646 module.
3112         * iconvdata/gconv-modules: Add new modules.
3113         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
3114         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
3115         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
3116         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
3117         * iconvdata/testdate/DIN_66003: Likewise.
3118         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
3119         * iconvdata/testdate/DS_2089: Likewise.
3120         * iconvdata/testdate/DS_2089..UTF8: Likewise.
3121         * iconvdata/testdate/ES: Likewise.
3122         * iconvdata/testdate/ES..UTF8: Likewise.
3123         * iconvdata/testdate/ES2: Likewise.
3124         * iconvdata/testdate/ES2..UTF8: Likewise.
3125         * iconvdata/testdate/GB_1988-80: Likewise.
3126         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
3127         * iconvdata/testdate/IT: Likewise.
3128         * iconvdata/testdate/IT..UTF8: Likewise.
3129         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
3130         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
3131         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
3132         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
3133         * iconvdata/testdate/JUS_I.B1.002: Likewise.
3134         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
3135         * iconvdata/testdate/KSC5636: Likewise.
3136         * iconvdata/testdate/KSC5636..UTF8: Likewise.
3137         * iconvdata/testdate/MSZ_7795.3: Likewise.
3138         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
3139         * iconvdata/testdate/NC_NC00-10: Likewise.
3140         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
3141         * iconvdata/testdate/NF_Z_62-010: Likewise.
3142         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
3143         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
3144         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
3145         * iconvdata/testdate/NS_4551-1: Likewise.
3146         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
3147         * iconvdata/testdate/NS_4551-2: Likewise.
3148         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
3149         * iconvdata/testdate/PT: Likewise.
3150         * iconvdata/testdate/PT..UTF8: Likewise.
3151         * iconvdata/testdate/PT2: Likewise.
3152         * iconvdata/testdate/PT2..UTF8: Likewise.
3153         * iconvdata/testdate/SEN_850200_B: Likewise.
3154         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
3155         * iconvdata/testdate/SEN_850200_C: Likewise.
3156         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
3158         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
3159         * iconvdata/cns11643l1.h: Likewise.
3160         * iconvdata/latin-greek-1.h: Likewise.
3161         * iconvdata/latin-greek.h: Likewise.
3162         * iconvdata/koi8-r.h: Likewise.
3163         * iconvdata/jis0212.h: Likewise.
3164         * iconvdata/gb2312.h: Likewise.
3165         * iconvdata/ksc5601.h: Likewise.
3167         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
3169         * iconvdata/Makefile: Add rules for lots of more modules.
3170         * iconvdata/cp1250.c: New file.
3171         * iconvdata/cp1251.c: New file.
3172         * iconvdata/cp1252.c: New file.
3173         * iconvdata/cp1253.c: New file.
3174         * iconvdata/cp1254.c: New file.
3175         * iconvdata/cp1255.c: New file.
3176         * iconvdata/cp1256.c: New file.
3177         * iconvdata/cp1257.c: New file.
3178         * iconvdata/ebcdic-dk-no-a.c: New file.
3179         * iconvdata/ebcdic-dk-no.c: New file.
3180         * iconvdata/ebcdic-es-a.c: New file.
3181         * iconvdata/ebcdic-es-s.c: New file.
3182         * iconvdata/ebcdic-es.c: New file.
3183         * iconvdata/ebcdic-fi-se-a.c: New file.
3184         * iconvdata/ebcdic-fi-se.c: New file.
3185         * iconvdata/ebcdic-fr.c: New file.
3186         * iconvdata/ebcdic-is-friss.c: New file.
3187         * iconvdata/ebcdic-it.c: New file.
3188         * iconvdata/ebcdic-pt.c: New file.
3189         * iconvdata/ebcdic-uk.c: New file.
3190         * iconvdata/ebcdic-us.c: New file.
3191         * iconvdata/ibm037.c: New file.
3192         * iconvdata/ibm038.c: New file.
3193         * iconvdata/ibm1004.c: New file.
3194         * iconvdata/ibm1026.c: New file.
3195         * iconvdata/ibm1047.c: New file.
3196         * iconvdata/ibm256.c: New file.
3197         * iconvdata/ibm273.c: New file.
3198         * iconvdata/ibm274.c: New file.
3199         * iconvdata/ibm275.c: New file.
3200         * iconvdata/ibm277.c: New file.
3201         * iconvdata/ibm278.c: New file.
3202         * iconvdata/ibm280.c: New file.
3203         * iconvdata/ibm281.c: New file.
3204         * iconvdata/ibm284.c: New file.
3205         * iconvdata/ibm285.c: New file.
3206         * iconvdata/ibm290.c: New file.
3207         * iconvdata/ibm297.c: New file.
3208         * iconvdata/ibm420.c: New file.
3209         * iconvdata/ibm423.c: New file.
3210         * iconvdata/ibm424.c: New file.
3211         * iconvdata/ibm437.c: New file.
3212         * iconvdata/ibm500.c: New file.
3213         * iconvdata/ibm850.c: New file.
3214         * iconvdata/ibm851.c: New file.
3215         * iconvdata/ibm852.c: New file.
3216         * iconvdata/ibm855.c: New file.
3217         * iconvdata/ibm857.c: New file.
3218         * iconvdata/ibm860.c: New file.
3219         * iconvdata/ibm861.c: New file.
3220         * iconvdata/ibm862.c: New file.
3221         * iconvdata/ibm863.c: New file.
3222         * iconvdata/ibm864.c: New file.
3223         * iconvdata/ibm865.c: New file.
3224         * iconvdata/ibm868.c: New file.
3225         * iconvdata/ibm869.c: New file.
3226         * iconvdata/ibm870.c: New file.
3227         * iconvdata/ibm871.c: New file.
3228         * iconvdata/ibm875.c: New file.
3229         * iconvdata/ibm880.c: New file.
3230         * iconvdata/ibm891.c: New file.
3231         * iconvdata/ibm903.c: New file.
3232         * iconvdata/ibm904.c: New file.
3233         * iconvdata/ibm905.c: New file.
3234         * iconvdata/ibm918.c: New file.
3236         * locale/iso-4217.def: Update.
3237         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
3239         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
3240         formats.
3242 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3244         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
3245         LD_LIBRARY_PATH.
3247 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3249         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
3250         * Makefile: Likewise.
3251         * posix/Makefile: Likewise.
3252         * sysdeps/mach/hurd/Makefile: Likewise.
3254 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3256         * sysdeps/mach/hurd/bits/dirent.h: New file.
3257         * sysdeps/mach/hurd/readdir64.c: New file.
3258         * sysdeps/mach/hurd/readdir64_r.c: New file.
3260 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3262         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
3263         dprintf): Synchronize declarations with libio/stdio.h.
3265 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3267         * elf/dlerror.c (dlerror): Don't assume that
3268         __libc_internal_tsd_get is defined.  __libc_getspecific is already
3269         well-protected, so just use it directly.
3271 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3273         * io/ftw.h (ftw): Fix typo.
3275 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3277         * sysdeps/gnu/utmp_file.c: Fix typo.
3279 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3281         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
3282         one part of a test fails move on to the next test.
3284 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
3286         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
3288 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3290         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
3291         as pointers, not signed integers.
3293 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3295         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
3297 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3299         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
3300         asm symbol name of functions.
3301         * include/features.h: Kill redundant test.
3303         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
3304         * io/ftw.h: Likewise.
3305         * io/sys/stat.h: Likewise.
3306         * io/sys/statfs.h: Likewise.
3307         * io/sys/statvfs.h: Likewise.
3308         * libio/stdio.h: Likewise.
3309         * resource/sys/resource.h: Likewise.
3310         * rt/aio.h: Likewise.
3312         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
3313          __FAVOR_BSD.
3314         * signal/signal.h: Use new macros for BSD vs. SysV signal().
3316         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
3317         a dummy library.
3318         * misc/bsd-compat.c: Removed.
3320 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
3322         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
3323         function declaration.
3324         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
3325         and use them in conversion function.
3326         * iconvdata/Makefile (modules): Re-add ISO6446.
3327         * iconvdata/TEST: Add tests for ASCII variants.
3328         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
3329         * iconvdata/testdata/ANSI_X3.4-1968: New file.
3330         * iconvdata/testdata/BS_4730: New file.
3331         * iconvdata/testdata/BS_4730..UTF8: New file.
3333 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
3335         * iconv/gconv.h (struct gconv_step): Add element stateful.
3336         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
3337         to zero for all internal conversions.
3338         * iconv/skeleton.c: Initialize stateful depending on whether or not
3339         RESET_STATE is defined to one or zero respectively.
3340         * stdlib/mblen.c: Use stateful element of currently selected
3341         converter for result if S is NULL.
3342         * stdlib/mbtowc.c: Likewise.
3343         * stdlib/wctomb.c: Likewise.
3345 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
3347         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
3349         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
3351         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
3352         character in comparison with uint32_t.
3353         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
3354         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
3355         Optimize BODY a bit.
3357         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
3358         be defined.
3360         * iconv/skeleton.c: Also reset converted counter in case of an error.
3361         Call reset function using correct value for output buffer start.
3363         * iconvdata/Makefile: Re-enable tests.
3365         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
3366         value for to-conversion.
3368         * iconvdata/TESTS: Add new third column.
3369         * iconvdata/run-iconv-test.sh: Add support for charsets which are
3370         not ASCII based.
3371         * iconvdata/testdata/suntzus: New file.
3373         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
3374         while reading.  Correctly used base.  Little optimization.
3375         (__strtoul_internal): Likewise.
3377         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
3378         was wrong.  Use explicit variable.
3380 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3382         * configure.in: Check for awk.
3383         * config.make.in: Add AWK to be substituted.
3385         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
3386         * manual/users.texi: Fix typo exposed by above rewrite.
3388         * Makefile: Invoke awk using AWK variable.
3389         * csu/Makefile: Likewise.
3390         * elf/Makefile: Likewise.
3391         * mach/Makefile: Likewise.
3392         * manual/Makefile: Likewise.
3393         * sysdeps/gnu/Makefile: Likewise.
3394         * sysdeps/mach/hurd/Makefile: Likewise.
3395         * sysdeps/unix/Makefile: Likewise.
3396         * timezone/Makefile: Likewise.
3398 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
3400         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
3401         array index translation.
3402         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
3403         these are defined.
3405         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
3407         * sysdeps/mach/hurd/errlist.c: New file.
3408         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
3409         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
3410         semantics, so rename it.
3412 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3414         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
3415         conversions.
3417 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
3419         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
3420         * wcsmbs/wcsnrtombs.c: Likewise.
3422 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
3424         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
3426         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
3428         * time/strftime.c (my_strftime): Initialize pad variable in
3429         declaration.
3431         * iconvdata/big5.c: Don't use character constants in comparisons
3432         with unsigned value.
3434 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
3436         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
3437         __libc_siglongjmp to GLIBC_2.1.
3439         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
3440         __strerror_r.
3442         * iconv/Makefile: Don't run tests now.
3444         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
3445         with correct output buffer.
3447         Major rewrite of the low-level gconv functionality.
3448         * iconv/gconv.c: Rewritten.
3449         * iconv/gconv.h: Likewise.
3450         * iconv/gconv_builtin.c: Likewise.
3451         * iconv/gconv_builtin.h: Likewise.
3452         * iconv/gconv_conf.c: Likewise.
3453         * iconv/gconv_int.h: Likewise.
3454         * iconv/gconv_open.c: Likewise.
3455         * iconv/gconv_simple.c: Likewise.
3456         * iconv/iconv.c: Likewise.
3457         * iconvdata/8bit-gap.c: Likewise.
3458         * iconvdata/8bit-generic.c: Likewise.
3459         * iconvdata/Makefile: Likewise.
3460         * iconvdata/big5.c: Likewise.
3461         * iconvdata/cns11643.c: Likewise.
3462         * iconvdata/cns11643.h: Likewise.
3463         * iconvdata/cns11643l1.c: Likewise.
3464         * iconvdata/cns11643l1.h: Likewise.
3465         * iconvdata/ebcdic-at-de-a.c: Likewise.
3466         * iconvdata/ebcdic-at-de.c: Likewise.
3467         * iconvdata/ebcdic-ca-fr.c: Likewise.
3468         * iconvdata/euccn.c: Likewise.
3469         * iconvdata/eucjp.c: Likewise.
3470         * iconvdata/euckr.c: Likewise.
3471         * iconvdata/euctw.c: Likewise.
3472         * iconvdata/gb2312.c: Likewise.
3473         * iconvdata/gb2312.h: Likewise.
3474         * iconvdata/hp-roman8.c: Likewise.
3475         * iconvdata/iso646.c: Likewise.
3476         * iconvdata/iso6937.c: Likewise.
3477         * iconvdata/iso8859-1.c: Likewise.
3478         * iconvdata/iso8859-10.c: Likewise.
3479         * iconvdata/iso8859-2.c: Likewise.
3480         * iconvdata/iso8859-3.c: Likewise.
3481         * iconvdata/iso8859-4.c: Likewise.
3482         * iconvdata/iso8859-5.c: Likewise.
3483         * iconvdata/iso8859-6.c: Likewise.
3484         * iconvdata/iso8859-7.c: Likewise.
3485         * iconvdata/iso8859-8.c: Likewise.
3486         * iconvdata/iso8859-9.c: Likewise.
3487         * iconvdata/jis0201.c: Likewise.
3488         * iconvdata/jis0201.h: Likewise.
3489         * iconvdata/jis0208.c: Likewise.
3490         * iconvdata/jis0208.h: Likewise.
3491         * iconvdata/jis0212.c: Likewise.
3492         * iconvdata/jis0212.h: Likewise.
3493         * iconvdata/johab.c: Likewise.
3494         * iconvdata/koi-8.c: Likewise.
3495         * iconvdata/koi8-r.c: Likewise.
3496         * iconvdata/ksc5601.c: Likewise.
3497         * iconvdata/ksc5601.h: Likewise.
3498         * iconvdata/latin-greek-1.c: Likewise.
3499         * iconvdata/latin-greek.c: Likewise.
3500         * iconvdata/run-iconv-test.sh: Likewise.
3501         * iconvdata/sjis.c: Likewise.
3502         * iconvdata/t61.c: Likewise.
3503         * iconvdata/uhc.c: Likewise.
3504         * wcsmbs/btowc.c: Likewise.
3505         * wcsmbs/mbrtowc.c: Likewise.
3506         * wcsmbs/mbsnrtowcs.c: Likewise.
3507         * wcsmbs/mbsrtowcs.c: Likewise.
3508         * wcsmbs/wcrtomb.c: Likewise.
3509         * wcsmbs/wcsmbsload.c: Likewise.
3510         * wcsmbs/wcsnrtombs.c: Likewise.
3511         * wcsmbs/wcsrtombs.c: Likewise.
3512         * wcsmbs/wctob.c: Likewise.
3513         * iconv/loop.c: New file.
3514         * iconv/skeleton.c: New file.
3516         * stdlib/mblen.c: Handle empty input string correctly.
3517         * stdlib/mbtowc.c: Likewise.
3519         * posix/getopt.c: Various cleanups.
3521         * sysdeps/arm/bits/setjmp.h: Add copyright text.
3522         * sysdeps/i386/bits/setjmp.h: Likewise.
3523         * sysdeps/m68k/bits/setjmp.h: Likewise.
3524         * sysdeps/powerpc/bits/setjmp.h: Likewise.
3525         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
3527         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
3528         and make longjmp weak alias.
3530 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
3532         * iconv/Makefile (routines): Only include gconv_dl if building for
3533         an ELF system - dynamic linking is not available on a.out.
3534         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
3535         due to above check.
3536         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
3537         routines from gconv_dl.
3539 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
3541         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
3542         we can compile without libio.
3544 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
3546         * sysdeps/mach/hurd/Subdirs: Remove login.
3548 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
3550         * db2/compat.h: Include <errno.h>, to make sure we get the
3551         definition of EFTYPE before we define it ourselves.
3553 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
3555         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
3556         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
3557         Fix typo to allow inclusion from sys/ioctl.h again.
3559 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3561         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
3563 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3565         * libc.map: Export __strerror_r.  Remove _strerror_internal.
3567 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3569         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
3570         Also undefine __strcasestr.
3572 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3574         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
3575         aliases do not work with global variables due to copy relocations.
3577 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
3579         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
3581 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
3583         * signal/sighold.c: Include stddef.h for NULL definition.
3584         * signal/sigrelse.c: Likewise.
3585         * sysdeps/posix/sigignore.c: Likewise.
3586         * sysdeps/posix/sigset.c: Likewise.
3587         * sysdeps/posix/waitid.c: Likewise.
3588         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
3589         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
3590         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3591         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
3592         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3594 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
3596         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
3597         * login/getutent.c (getutxent): Remove alias.
3598         * login/getutent_r.c (setutxent, pututxline, endutxent):
3599         Remove aliases.
3600         * login/getutid.c (getutxid): Remove alias.
3601         * login/getutline.c (getutxline): Remove alias.
3602         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
3603         __getutid, __getutline and __pututline.
3604         * login/utmpx.h: Moved to ...
3605         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
3606         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
3607         and updwtmpx.
3608         * login/updwtmp.c: Moved to ...
3609         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
3610         allowing file name transformation.
3611         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
3612         additional file name transformation.
3613         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
3614         * login/utmp_file.c: Moved to ...
3615         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
3616         Generalized by allowing file name transformation.  Do not
3617         print error message.  Library functions should not print them.
3618         Reported by Jim Meyering.
3619         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
3620         with additional file name transformation.
3621         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
3622         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
3623         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
3624         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
3625         and bits/utmpx.h.
3626         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
3627         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
3628         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
3629         Define if __USE_GNU.
3630         * sysdeps/generic/setutxent.c: New file.
3631         * sysdeps/generic/getutxent.c: New file.
3632         * sysdeps/generic/endutxent.c: New file.
3633         * sysdeps/generic/getutxid.c: New file.
3634         * sysdeps/generic/getutxline.c: New file.
3635         * sysdeps/generic/pututxline.c: New file.
3636         * sysdeps/generic/utmpxname.c: New file.
3637         * sysdeps/generic/updwtmpx.c: New file.
3638         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
3639         * sysdeps/generic/bits/utmpx.h: Remove.
3641 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
3643         * posix/wordexp-test.c (main): Initialize ifs element of ts for
3644         ~root test.
3646 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
3648         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
3650 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
3652         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
3653         variable using _G_stat64.
3654         * libio/fileops.c: Remove macro definition of fstat, it is in the
3655         global header.
3656         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
3658 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
3660         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
3661         <willy@odie.barnet.ac.uk>.
3663 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
3665         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
3666         required by IPv6 Basic API.
3667         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
3668         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
3669         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
3670         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
3672 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
3674         Don't name internal representation since it might be different from
3675         the external form (namely on little endian machines).
3676         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
3677         UCS4 into references to INTERNAL.
3678         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
3679         Add endianess support to UCS functions.  Change references to
3680         UCS4 into references to INTERNAL.
3681         * iconv/gconv_int.h: Change references to UCS4 into references to
3682         INTERNAL.
3683         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
3684         * iconvdata/gconv-modules: Change accordingly.
3685         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
3687         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
3688         overflow.
3689         * iconvdata/8bit-gap.c: Likewise.
3690         * iconvdata/8bit-generic.c: Likewise.
3691         * iconvdata/big5.c: Likewise.
3692         * iconvdata/euccn.c: Likewise.
3693         * iconvdata/eucjp.c: Likewise.
3694         * iconvdata/euckr.c: Likewise.
3695         * iconvdata/euctw.c: Likewise.
3696         * iconvdata/iso646.c: Likewise.
3697         * iconvdata/iso6937.c: Likewise.
3698         * iconvdata/iso8859-1.c: Likewise.
3699         * iconvdata/johab.c: Likewise.
3700         * iconvdata/sjis.c: Likewise.
3701         * iconvdata/t61.c: Likewise.
3702         * iconvdata/uhc.c: Likewise.
3704         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
3705         * iconvdata/8bit-generic.c: Likewise.
3707         * iconvdata/TESTS: Add more tests.
3709         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
3711 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
3713         * iconvdata/Makefile: Better rules to run tests.
3715         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
3716         * iconvdata/testdata/ISO-8859-10: Likewise.
3717         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
3718         * iconvdata/testdata/ISO-8859-2: Likewise.
3719         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
3720         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
3721         * iconvdata/testdata/ISO-8859-3: Likewise.
3722         * iconvdata/testdata/ISO-8859-4: Likewise.
3723         * iconvdata/testdata/ISO-8859-5: Likewise.
3724         * iconvdata/testdata/ISO-8859-6: Likewise.
3725         * iconvdata/testdata/ISO-8859-7: Likewise.
3726         * iconvdata/testdata/ISO-8859-8: Likewise.
3727         * iconvdata/testdata/ISO-8859-9: Likewise.
3729 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
3731         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
3732         intermediate result (if available).
3734         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
3735         last change.
3737         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
3738         (distribute): Add run-iconv-test.sh and testdata/*.
3740         * stdlib/testmb.c (main): Simplify mbc array handling.
3742 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3744         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
3745         return value on overflow.
3747 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3749         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
3750         bits.
3752 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3754         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
3755         of non-standard function setbuffer.
3757 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3759         * stdio-common/perror.c: Include <string.h> for __strerror_r.
3761 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
3763         * iconvdata/Makefile: Add rules to run tests.
3764         * iconvdata/TESTS: New file.
3765         * iconvdata/run-iconv-test.sh: New file.
3766         * iconvdata/testdata/ISO-8859-1: New file.
3768         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
3769         not stdout.
3771 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
3773         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
3774         counter element of step.
3776         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
3778         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
3779         termination test.
3780         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
3781         ACTUALLY.
3782         (__gconv_transform_utf8_ucs4): Correct test for empty input.
3784 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
3786         * Makefile: Include makeconfig before defining rule to regenerate
3787         configure files.
3789         * configure.in: Remove restriction on compiling without static
3790         libs.
3792 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
3794         * test-skeleton.c: Provide hook for initializing code before the fork.
3795         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
3796         removed.
3798         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
3799         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
3800         * libio/libioP.h: Adopt _IO_cleanup prototype.
3802         * stdlib/Makefile (tests): Add test-canon2.
3803         * stdlib/test-canon2.c: New file.
3804         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
3805         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
3806         symlink sequences.
3807         (__realpath): Make real function which checks RESOLVED parameter for
3808         not being NULL.
3810 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
3812         * catgets/open_catalog.c (__open_catalog): Fix problems with
3813         reading non-files.  Always close file.
3814         Reported by Cristian Gafton <gafton@redhat.com>.
3816         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
3818 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
3820         * libc.map: Add various low-level I/O functions.
3822 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
3824         * string/Makefile (routines): Remove strerror_r.
3825         * string/strerror_r.c: Removed.
3826         * string/strerror.c: Call __strerror_r for doing the real work.
3827         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
3828         add weak alias strerror_r.
3829         * sysdeps/mach/_strerror.c: Likewise.
3830         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
3831         * elf/dl-error.c (_dl_signal_error): Likewise.
3832         * elf/dl-profile.c (_dl_start_profile): Likewise.
3833         * gmon/gmon.c (write_gmon): Likewise.
3834         * stdio-common/perror.c: Likewise.
3835         * stdio-common/vfprintf.c: Likewise.
3837 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
3839         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
3840         (sysdep_headers): Add netatalk/at.h.
3842 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3844         * manual/socket.texi, manual/creature.texi, manual/time.texi:
3845         Formatting fixes.
3847 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3849         * posix/regex.c: Rename __re_syntax_options back to
3850         re_syntax_options, aliases do not work with global variables due
3851         to copy relocations.
3852         (regex_compile): Use syntax parameter instead of
3853         re_syntax_options.
3855 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3857         * configure.in: Document that enable-force-install is default.
3859 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
3861         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
3862         all needed 36 bits.
3863         * sysdeps/posix/mkstemp.c: Likewise.
3865 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
3867         * iconvdata/8bit-gap.c: Simplify step data handling.
3868         * iconvdata/8bit-generic.c: Likewise.
3869         * iconvdata/big5.c: Likewise.
3870         * iconvdata/euccn.c: Likewise.
3871         * iconvdata/eucjp.c: Likewise.
3872         * iconvdata/euckr.c: Likewise.
3873         * iconvdata/euctw.c: Likewise.
3874         * iconvdata/iso6937.c: Likewise.
3875         * iconvdata/iso8859-1.c: Likewise.
3876         * iconvdata/jis0208.h: Likewise.
3877         * iconvdata/jis0212.c: Likewise.
3878         * iconvdata/jis0212.h: Likewise.
3879         * iconvdata/johab.c: Likewise.
3880         * iconvdata/ksc5601.h: Likewise.
3881         * iconvdata/sjis.c: Likewise.
3882         * iconvdata/t61.c: Likewise.
3883         * iconvdata/uhc.c: Likewise.
3885 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
3887         * manual/texinfo.texi: Updated from last version.
3889 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
3891         * iconvdata/cns11643.c: New file.
3892         * iconvdata/cns11643.h: New file.
3893         * iconvdata/cns11643l1.c: New file.
3894         * iconvdata/cns11643l1.h: New file.
3895         * iconvdata/euctw.c: New file.
3896         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
3897         * iconvdata/gconv-modules: Likewise.
3899         * iconvdata/eucjp.c: Several bug fixes and improvements.
3900         * iconvdata/gb2312.h: Likewise.
3901         * iconvdata/jis0201.h: Likewise.
3902         * iconvdata/jis0208.h: Likewise.
3903         * iconvdata/jis0212.h: Likewise.
3905 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
3907         * iconvdata/eucjp.c: New file.
3908         * iconvdata/euccn.c: New file.
3909         * iconvdata/gb2312.h: New file.
3910         * iconvdata/gb2312.c: New file.
3911         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
3912         * iconvdata/gconv-modules: Likewise.
3914         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
3916 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
3918         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
3919         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
3920         Patch by Mark Hatle <fray@kernel.crashing.org>.
3922 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
3924         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
3925         comment.
3926         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
3927         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
3929 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
3931         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
3933         * iconvdata/Makefile: Add rules for big5 conversion.
3934         * iconvdata/gconv-modules: Likewise.
3935         * iconvdata/big5.c: New file.
3937         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
3938         Patch by Jim Meyering.
3940 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
3942         * rt/tst-aio.c: Add test for aio_read and lio_listio.
3944         * rt/lio_listio.c: Correct total counter handling.
3946         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
3947         from request queue.
3949         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
3950         of signal on exit even more.
3952         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
3953         instead of call to pthread_cond_init.
3954         * rt/lio_listio.c (lio_listio): Likewise.
3955         * rt/lio_listio64.c (lio_listio64): Likewise.
3957         * nis/nis_findserv.c: Include sys/socket.h.
3959 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
3961         * Makeconfig (rtobjdir): New variable.
3962         (rpath-link): Add rtobjdir and thread directory, if available.
3964         * test-skeleton.c: Add support to remove temporary files.
3965         Always define test_dir.  Improve message about expected signal.
3967         * rt/Makefile (tests): Add tst-aio.
3968         Add rules for tst-aio to be linked with librt and thread library.
3969         * rt/aio_misc.c: Correct fundamental bugs.
3970         * rt/aio_suspend.c: Correct bug in test for available request.
3971         Initialize conditional variable.
3972         * rt/lio_listio.c: Initialize conditional variable.
3973         * rt/lio_listio64.c: Likewise.
3974         * rt/tst-aio.c: New file.
3976         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
3977         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
3978         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
3979         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
3980         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
3981         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
3982         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
3984 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
3986         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
3988 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
3990         * elf/dl-load.c (open_path): Use correct name for test whether
3991         directory in load path exists.
3993         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
3994         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
3995         Patches by Tom Rini <trini@kernel.crashing.org>.
3997         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
3998         * wcsmbs/wcstod_l.c: Likewise.
3999         * wcsmbs/wcstold_l.c: Likewise.
4001         * include/byteswap.h: New file.
4003         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
4004         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
4006         * inet/getnameinfo.c (getnameinfo): Change parameter to match
4007         declaration.  Patch by Richard Henderson.
4009 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4011         * manual/process.texi (SIGCHLD example): Save errno.
4013 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
4015         * posix/regex.c: Define regerror really as __regerror.
4016         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
4017         regerror and regfree.
4019         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
4020         * stdlib/strtod_l.c: Likewise.
4021         * stdlib/strtold_l.c: Likewise.
4023         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
4025         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
4027         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
4028         Patch by Christian Gafton.
4030 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
4032         * manual/socket.texi (Interface Naming): Correct @deftypefun line
4033         for if_indextoname.
4035 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4037         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
4039         * manual/socket.texi (Interface Naming): Fix typo.
4041 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4043         * manual/examples/filesrv.c (main): Remove filename first.
4045         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
4046         ?F_UNIX.
4048         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
4049         instead of PF_UNIX.
4051         * manual/examples/filecli.c (main): Use AF_LOCAL
4052         instead of AF_UNIX.
4054 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
4056         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
4057         signgam weak alias.
4058         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
4059         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
4060         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
4061         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
4062         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
4063         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
4065         * login/utmp_daemon.c (open_socket): Use __connect not connect.
4067 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4069         * configure.in: Add new option --enable-force-install.  Substitute
4070         force_install.
4071         * config.make.in (force-install): Set from configure.
4072         * Makerules (force-install): New phony target.
4073         * Makeconfig (+force): New variable.
4074         * Makefile: Use it in dependency list of installation targets.
4075         * db/Makefile: Likewise.
4076         * db2/Makefile: Likewise.
4077         * elf/Makefile: Likewise.
4078         * hurd/Makefile: Likewise.
4079         * iconv/Makefile: Likewise.
4080         * iconvdata/Makefile: Likewise.
4081         * intl/Makefile: Likewise.
4082         * localedata/Makefile: Likewise.
4083         * login/Makefile: Likewise.
4084         * po/Makefile: Likewise.
4085         * sunrpc/Makefile: Likewise.
4086         * sysdeps/mach/hurd/Makefile: Likewise.
4087         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
4088         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4089         * timezone/Makefile: Likewise.
4091 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4093         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
4094         alloc_size.  Pass return value of getcwd syscall to realloc.
4096 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4098         * manual/socket.texi: Spelling fixes.
4100 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4102         * elf/dl-load.c (print_search_path): Remove unused variable.
4104 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
4106         * login/utmp_file.c: use __ftruncate not ftruncate.
4107         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
4108         for system call and make ftruncate weak alias.
4109         * posix/unistd.h: Add prototype for __ftruncate.
4110         * login/utmp_daemon.c (open_socket): Use __socket not socket.
4111         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
4112         instead of snprintf and readv.
4113         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
4114         snprintf.
4115         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
4116         directly.
4118 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
4120         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
4121         * iconv/gconv_db.c: Use __ protected regex functions.
4122         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
4123         * posix/getopt_init.c: Use __getpid not getpid.
4124         * posix/regex.c: Rename all global functions to start with __ and
4125         make old names weak aliases.
4126         * posix/regex.h: Adopt prototypes for this.
4127         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
4128         a weak alias and use __getcwd instead of getcwd.
4129         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
4130         * stdlib/strtod.c: Use __btowc instead of btowc.
4131         * stdlib/strtol.c: Likewise.
4132         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
4133         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
4134         and sys_errlist are weak.
4135         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
4136         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
4137         * wcsmbs/mbsnrtowcs.c: Likewise.
4138         * wcsmbs/mbsrtowcs.c: Likewise.
4139         * wcsmbs/wcsnrtombs.c: Likewise.
4140         * wcsmbs/wcsrtombs.c: Likewise.
4141         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
4142         weak alias.
4143         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
4144         * wctype/wctype.c: Define function as __wctype and make wctype
4145         weak alias.
4146         * wctype/wctype.h: Declare __wctype.
4148 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
4150         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
4152 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4154         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
4155         stat64.
4156         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
4157         functions.
4158         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
4159         for __llseek.
4160         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4161         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
4162         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
4163         make it a weak alias.
4164         * posix/unistd.h: Declare __lseek64.
4166         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
4167         (_IO_file_stat): Fix typo.
4168         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
4169         block size from the file.  Use __mempcpy if _LIBC.
4171 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
4173         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
4174         * wcsmbs/mbrtowc.c: Likewise.
4175         * wcsmbs/mbsnrtowcs.c: Likewise.
4176         * wcsmbs/mbsrtowcs.c: Likewise.
4177         * wcsmbs/wcrtomb.c: Likewise.
4178         * wcsmbs/wcsnrtombs.c: Likewise.
4179         * wcsmbs/wcsrtombs.c: Likewise.
4180         * wcsmbs/wctob.c: Likewise.
4182         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
4183         position of next output character correctly.
4184         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
4186         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
4188         * stdlib/strtod.c: Don't use mbtowc.
4190 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
4192         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
4193         what we want is smaller than a buffer.
4195 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
4197         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
4198         this function.
4200 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
4202         * configure.in: Recognize --with-headers flag and determine
4203         commandline options to be used in compilation.
4204         * Makeconfig (+includes): Use $(sysincludes).
4205         * config.make.in (sysincludes): Define from SYSINCLUDES.
4206         * glibcbug.in: Use SYSINCLUDES information.
4207         Patches by Zack Weinberg.
4209 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4211         * glibcbug.in: On linux, report version of kernel headers seen
4212         by compiler.
4214 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
4216         * libc.map: Add __asprintf to GLIBC_2.1.
4217         * elf/dlerror.c: Use __asprintf, not asprintf.
4218         * libio/stdio.h: Declare __asprintf.
4219         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
4220         a weak alias.
4222         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
4223         to avoid inclusion from libc_pic.a.
4225         * elf/dl-runtime.c: Undo last patch.
4227         * stdlib/strtod.c: Don't use mbtowc, use btowc.
4229         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
4230         as default, use NULL.
4232 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4234         * resolv/Makefile: Include ../Makeconfig - needed for building
4235         static NSS module.
4237 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4239         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
4240         static-nss since we don't want hesiod in the static NSS.
4242         * nss/Makefile: Build only nss_files as static.
4244         * nss/function.def: Remove support for service db.
4246 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
4248         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
4250 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
4252         * posix/wordexp-test.c: Make IFS per test-case.
4254 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4256         * glibcbug.in: Report version of gcc in use.  Remove unused variable
4257         ENVIRONMENT.
4259 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
4261         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
4262         `-print-file-name' to find as and ld.
4264 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
4266         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
4267         template is wrong.  Remove unused varaible `ignored'.
4269 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4271         * libc.map: Export __libc_sa_len.
4273         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
4275 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
4277         * iconv/gconv.c: Take care for NULL arguments.
4278         * iconv/gconv_dl.c: Make find_func function global.
4279         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
4280         Add prototypes for ASCII conversion functions.
4281         * iconv/gconv_simple.c: Add ASCII conversion functions.
4282         * locale/C-ctype.c: Correct charset name.
4284         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
4285         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
4286         wcsmbsload.
4287         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
4288         * wcsmbs/mbrtowc.c: Likewise.
4289         * wcsmbs/mbsnrtowcs.c: Likewise.
4290         * wcsmbs/mbsrtowcs.c: Likewise.
4291         * wcsmbs/wcrtomb.c: Likewise.
4292         * wcsmbs/wcsnrtombs.c: Likewise.
4293         * wcsmbs/wcsrtombs.c: Likewise.
4294         * wcsmbs/wctob.c: Likewise.
4295         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
4296         prototypes for wmemr*.
4297         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
4298         * wcsmbs/wcsnlen.c: New file.
4299         * wcsmbs/wcsmbsload.c: New file.
4300         * wcsmbs/wcsmbsload.h: New file.
4302         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
4304         * manual/install.texi: Describe some more critical points.
4306         * string/string.h: Add prototype for __strnlen.
4307         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
4309         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
4310         much less predictable names.
4311         * sysdeps/posix/mkstemp.c: Likewise.
4313 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4315         * manual/libc.texinfo (Top): Change "file namespace" to "local
4316         namespace".
4318         * manual/socket.texi: Change file namespace to local namespace.
4319         (Out-of-Band Data): Remove unneeded variable link.
4320         (Host Address Functions): Use uint32_t consequently and add a
4321         number of clarifications for IPv4/IPv6, classless addresses.
4322         (Internet Namespace): Added some paragraphs about IPv6.
4323         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
4325 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
4327         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
4329         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
4330         (NI_NUMERICHOST, et al.): Tidy up and add comments.
4331         (AI_NUMERICHOST): Define.
4332         (getnodebyname): New prototype.
4333         (AI_V4MAPPED, et al.): New constants.
4335         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
4336         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
4337         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
4338         for socket.
4339         * sysdeps/unix/sysv/linux/sa_len.c: New file.
4340         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
4342         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
4344         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
4345         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
4346         * socket/Makefile (headers): Add bits/sockunion.h.
4347         * socket/sys/socket.h: Include <bits/sockunion.h>
4348         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
4349         <sys/socket.h>, to avoid getting sockaddr_union defined.
4350         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
4351         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4352         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
4354         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
4355         (2.2.x kernels won't have it).
4357 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
4359         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
4360         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
4361         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
4362         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
4364 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
4366         * manual/socket.texi (Socket Addresses): Fix a typo.
4367         (Interface Naming): New section.
4369 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4371         * configure.in: Check for CC using $ac_tool_prefix, to handle
4372         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
4373         * config.make.in: Add MIG to be substituted.
4374         * mach/Machrules: Don't define MIG variable.
4376         Patch by Gordon Matzigkeit <gord@profitpress.com>.
4378 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
4380         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
4381         strdupa to copy rpath.
4383 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4385         * configure.in: Fix gcc version check.
4387         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
4388         confusing.
4390 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
4392         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
4393         of ptsname_r.
4395         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
4396         like ttyname_r.
4397         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
4398         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
4399         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
4400         of __ptsname_r accordingly.
4401         * login/openpty.c (openpty): Likewise.
4403 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
4405         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
4407 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4409         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
4411         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
4413 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4415         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
4416         return value for better error checking.
4418 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
4420         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
4421         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
4423         * elf/elf.h (EM_SPARC64): Remove.
4424         (EM_SPARC32PLUS, EM_SPARCV9): Add.
4425         (HWCAP_SPARC_V9): Add.
4427         * elf/ldsodefs.h (_dl_hwcap): Declare.
4428         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
4429         Weaken so dlopen from static progies works.
4430         (WEAKADDR): New macro.
4431         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
4432         (LD_SO_PRELOAD): New macro.
4433         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
4434         (elf_machine_rela): Weaken _dl_rtld_map.
4436         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
4437         to __clone, and remove the later's alias.
4438         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
4440         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
4441         the kernel's structure.
4443         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
4444         Sparc needs a custom value of __KERNEL_NCCS.
4446 1998-04-06  Richard Henderson  <rth@cygnus.com>
4448         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
4450         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
4451         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4453 1998-04-06  Richard Henderson  <rth@cygnus.com>
4455         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
4456         as the buffer is not properly aligned.
4457         Reported by Juan Cespedes <cespedes@debian.org>.
4459 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4461         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
4462         instead of AF_FILE.
4464 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
4466         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
4467         and wc*tomb* functions.
4469 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
4471         * sysdeps/unix/start.c: Fix typo.
4473 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
4475         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
4477 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
4479         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
4480         expressions and using array variables.
4481         * sysdeps/libm-ieee754/e_asin.c: Likewise.
4482         * sysdeps/libm-ieee754/e_j0.c: Likewise.
4483         * sysdeps/libm-ieee754/e_j1.c: Likewise.
4484         * sysdeps/libm-ieee754/e_log.c: Likewise.
4485         * sysdeps/libm-ieee754/e_pow.c: Likewise.
4486         * sysdeps/libm-ieee754/k_cos.c: Likewise.
4487         * sysdeps/libm-ieee754/k_sin.c: Likewise.
4488         * sysdeps/libm-ieee754/k_tan.c: Likewise.
4489         * sysdeps/libm-ieee754/s_atan.c: Likewise.
4490         * sysdeps/libm-ieee754/s_erf.c: Likewise.
4491         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
4492         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
4493         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
4495 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
4497         * iconv/gconv.c: Rewrite of the low-level of gconv.
4498         * iconv/gconv.h: Likewise.
4499         * iconv/gconv_builtin.h: Likewise.
4500         * iconv/gconv_close.c: Likewise.
4501         * iconv/gconv_db.: Likewise.
4502         * iconv/gconv_dl.c: Likewise.
4503         * iconv/gconv_int.h: Likewise.
4504         * iconv/gconv_open.c: Likewise.
4505         * iconv/gconv_simple.c: Likewise.
4506         * iconvdata/8bit-gap.c: Adapt for rewrite.
4507         * iconvdata/8bit-generic.c: Likewise.
4508         * iconvdata/euckr.c: Likewise.
4509         * iconvdata/iso646.c: Likewise.
4510         * iconvdata/iso6937.c: Likewise.
4511         * iconvdata/iso8859-1.c: Likewise.
4512         * iconvdata/johab.c: Likewise.
4513         * iconvdata/sjis.c: Likewise.
4514         * iconvdata/t61.c: Likewise.
4515         * iconvdata/uhc.c: Likewise.
4517 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
4519         * iconv/gconv_int.h: New file.  Internal header.
4520         * iconv/Makefile (distribute): Add gconv_int.h.
4521         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
4522         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
4523         * iconv/gconv_close.c: Likewise.
4524         * iconv/gconv_conf.c: Likewise.
4525         * iconv/gconv_db.c: Likewise.
4526         * iconv/gconv_dl.c: Likewise.
4527         * iconv/gconv_int.h: Likewise.
4528         * iconv/gconv_open.c: Likewise.
4529         * iconv/iconv.c: Likewise.
4530         * iconv/iconv_close.c: Likewise.
4531         * iconv/iconv_open.c: Likewise.
4532         * iconv/iconv_prog.c: Likewise.
4534 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
4536         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
4537         missing braces.
4539 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4541         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
4543 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
4545         Based on patch from Pat Beirne:
4546         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
4547         PIC and non-PIC now.  Correctly negate error number.
4548         (errno): Use `%' not `@' in .type directives.
4550 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
4552         * sysdeps/i386/strtok.S: Change to use single exit point.
4553         * sysdeps/i386/i686/strtok.S: Likewise.
4555 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4557         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
4558         default.
4560 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4562         * Makerules (installed-libcs): Fix typo.
4564 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4566         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
4567         (UHC-routines): Remove ksc5601.
4569 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
4571         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
4572         introduced in last change.
4574 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
4576         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
4577         before 2.1.92.
4579 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4581         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
4583         * stdlib/isomac.c: Use -isystem instead of -I for system include
4584         dir.
4586 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
4588         * resolv/res_comp.c (underscorechar): New.
4589         (middlechar): Allow '_'.
4591 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4593         * intl/explodename.c (stdlib.h): Include that file only if
4594         STDC_HEADERS or _LIBC.
4595         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
4596         Patch by Philippe De Muyter <phdm@macqel.be>.
4598 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4600         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
4601         (AC_PROG_CHECK_VER): New macro.
4602         * configure.in: Use AC_PROG_CHECK_VER to check versions of
4603         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
4605 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
4607         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
4608         * sysdeps/i386/i686/strtok.S: New file
4609         * sysdeps/i386/i686/strtok_r.S: New file
4611 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
4613         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
4614         type to __off64_t.
4615         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
4616         parameter as __off64_t instead of __off_t.
4617         (ftello): Make alias for ftello64 instead of ftello.  Change
4618         return type to __off64_t.
4620 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4622         * sysdeps/i386/bits/string.h: Fix various typos.
4623         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
4625         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
4627 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4629         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
4630         lchown syscall correctly.  [PR libc/541].
4632 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
4634         * localedata/Makefile: Correct testsuite rules.
4636         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
4637         * iconvdata/iso646.c: Fix conversion from UCS4.
4639         * elf/ldsodefs.h: Mark internal function with internal_function.
4640         * elf/dl-addr.c: Likewise.
4641         * elf/dl-close.c: Likewise.
4642         * elf/dl-debug.c: Likewise.
4643         * elf/dl-deps.c: Likewise.
4644         * elf/dl-error.c: Likewise.
4645         * elf/dl-fini.c: Likewise.
4646         * elf/dl-init.c: Likewise.
4647         * elf/dl-load.c: Likewise.
4648         * elf/dl-lookup.c: Likewise.
4649         * elf/dl-object.c: Likewise.
4650         * elf/dl-open.c: Likewise.
4651         * elf/dl-profile.c: Likewise.
4652         * elf/dl-reloc.c: Likewise.
4653         * elf/dl-runtime.c: Likewise.
4654         * elf/dl-symbol.c: Likewise.
4655         * elf/dl-version.c: Likewise.
4656         * elf/dlerror.c: Likewise.
4657         * sysdeps/generic/dl-sysdep.c: Likewise.
4658         * sysdeps/i386/dl-machine.h: Likewise.
4659         * intl/finddomain.c: Likewise.
4660         * intl/gettextP.h: Likewise.
4661         * intl/loadmsgcat.c: Likewise.
4663 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
4665         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
4666         * iconv/gconv_builtin.h: Add definitions for new builtins.
4667         * iconv/gconv.h: Add prototypes for new builtins.
4669         * iconvdata/Makefile (modules): Add ISO646.
4670         Add rules for ISO646 module.
4671         (distribute): Add iso646.c.
4672         * iconvdata/gconv-modules: Add module and alias definition for
4673         ISO646 charsets.
4674         * iconvdata/iso646.c: New file.
4676 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
4678         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
4679         * iconv/iconv_prog.c: Implement --list option to print available
4680         coded character sets.
4682 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4684         Make fread() read large blocks straight to the user buffer.
4686         * libio/fileops.c (_IO_file_xsgetn): New function.
4687         (_IO_file_jumps): Use it.
4688         * libio/libioP.h: Prototype it.
4690 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4692         * iconv/gconv_conf.c (builtin_aliases): New variable.
4693         (__gconv_read_conf): Add builtin aliases.
4694         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
4695         noop macro before including gconv_builtin.h.
4696         * iconv/gconv_builtin.h: Add alias names.
4698         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
4699         number of converted bytes correctly.
4701 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4703         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
4704         we only wait for a replay.
4706 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4708         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
4709         EUC-KR modules.
4711 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
4713         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
4714         use PLTJMP() rather than explicit (PLT).
4716         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
4717         __libc_start_main().
4719         Based on patch from Pat Beirne:
4720         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
4721         Always define, not only #ifndef PIC.
4722         (DO_CALL): Pass fifth argument correctly in R4.
4723         (PSEUDO): Correct test for error, call syscall_error through PLT
4724         if PIC.
4726 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
4728         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
4729         definitions.
4731 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4733         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
4734         JOHAB.so.
4736 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
4738         * io/Makefile (static-only-routines): Add stat64, fstat64 and
4739         lstat64.
4741 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4743         * manual/Makefile: Use object-suffixes-for-libc instead of
4744         object-suffixes.
4745         * rpm/Makefile (install-lib): Likewise.
4747 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4749         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
4751         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
4752         `m68*', not only `m68k'.
4754 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4756         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
4758         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
4759         install lddlibc4.
4761 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4763         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
4764         EUC-KR.
4766         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
4767         comment.
4769 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
4771         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
4772         the init stuff.
4774 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4776         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
4777         adjtimex syscall.
4778         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
4779         adjtimex.
4780         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
4782 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4784         * Makerules (install): Change comment for libc.so following the
4785         libc_nonshared changes.
4787 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4789         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
4791         * iconvdata/gap.pl: Avoid using %#06x.
4793 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4795         * Makerules: Use $? instead of S^ when invoking ar.
4797 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4799         * db2/compat.h: Allow EFTYPE being defined.
4800         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
4801         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
4802         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
4803         * sysdeps/mach/bits/libc-lock.h: Fix typo.
4804         (__libc_once): Correctly unlock semaphore.
4805         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
4806         * sysdeps/unix/bsd/getpt.c: Fix typo.
4807         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
4809 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4811         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
4812         macros.
4814 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
4816         * include/mntent.h: New file.
4818         * elf/Makefile (trusted-dirs.h): Append slash to filename.
4819         * elf/dl-load.c: Rewrite search path handling.
4820         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
4821         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
4822         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
4823         * elf/ldsodefs.h: Add prototype.
4825 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
4827         * nss/nsswitch.c (__nss_lookup): Adjust comment.
4829         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
4830         function.
4832         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
4834         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
4835         New function.
4836         (HWCAP_IMPORTANT): New definition.
4838 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
4840         * elf/dl-open.c (_dl_open): Fix a typo.
4841         (_dl_global_scope_alloc): Make it static.
4843 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
4845         * Makerules: Remove duplicate rules to handle stamp.oS.
4847 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4849         * manual/examples/inetsrv.c (main): Change prototype of
4850         make_socket following change in mkisock.c.
4852         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
4853         example host.
4854         (main): Change prototype of init_sockaddr following change in
4855         isockadd.c.
4857         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
4858         * manual/examples/isockad.c (init_sockaddr): Likewise.
4860         * manual/examples/mkfsock.c (make_named_socket): Removed blank
4861         lines for clarification.
4862         (make_named_socket): Use strncpy instead of strcpy.
4863         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
4865 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
4867         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
4868         determining libs to remove.
4869         (postclean): Add soversions.mk.
4870         * Makerules (common-mostlyclean): Add tests-static and generated
4871         files.
4873 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
4875         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
4876         scanning for \0.
4877         (__strncat_g): Add i686 specific code.
4879 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4881         * manual/install.texi (Reporting Bugs): Ask to include section
4882         names in reports.
4884 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4886         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
4887         guard against direct inclusion.
4889 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4891         Rework support for libc_nonshared.a:
4892         * Makeconfig (object-suffixes-for-libc): New variable.
4893         * Rules: Remove handling of static-only and shared-only routines.
4894         * Makerules: Handle them here instead.  Use
4895         object-suffixes-for-libc instead of object-suffixes when dealing
4896         with libc objects.
4897         (object-suffixes-for-rules): Remove variable.
4898         (elide-routines.oS): Elide all routines except static-only
4899         routines.
4900         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
4901         empty.
4902         (installed-libcs): Remove special case for .oS.
4903         (rmobjs): Likewise.
4905 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4907         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
4908         do-tst-rpmatch): New targets.
4909         (test): Use them.
4910         (install-locales): Ignore comment lines.
4912 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4914         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
4915         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
4916         ($(objpfx)rtldtbl.h): Likewise.
4917         (CPPFLAGS-dl-load.c): Fix reference to object directory.
4919 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
4921         * manual/string.texi (Finding Tokens in a String): Extend strsep
4922         description and correct example.
4924 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4926         * manual/socket.texi: Remove misguided explicit line breaks and
4927         fix the formatting problem instead by reformulating the
4928         paragraphs.
4929         * manual/filesys.texi: Likewise.
4930         * manual/conf.texi: Likewise.  Don't typeset table with index
4931         fonts, that looks worse than a minimally overfull line.
4933 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4935         * nscd/Makefile (nscd-modules): Move definition outside of
4936         conditional.
4938         * pwd/Makefile: Use have-thread-library to test for thread
4939         library.
4941 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4943         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
4945         * iconvdata/uhc.c (gconv): Remove unused variable idx.
4947 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
4949         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
4951 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
4953         * nss/getXXent_r.c: Correctly handle failing setXXent function.
4955         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
4956         Reported by Andreas Jaeger.
4958 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
4960         * elf/Makefile: Fix typo.
4961         (distribute): Add dl-librecon.h.
4962         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
4963         * elf/ldd.sh.in: Likewise.
4964         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
4965         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
4966         Use strsep correctly.
4967         (process_envvars): Allow platform specific variables.
4968         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
4969         (_dl_load_cache_lookup): Test cache IDs found against
4970         _dl_correct_cache_id.
4971         * sysdeps/generic/dl-librecon.h: New file.
4972         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
4974         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
4976 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
4978         * config.make.in (ldd-rewrite-script): New variable.
4979         * configure.in: Substitute ldd-rewrite-script.
4980         * elf/Makefile: Rewrite rules to generate ldd script.
4981         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
4982         * elf/ldd.sh.in: Likewise.
4983         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
4984         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
4985         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
4986         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
4987         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
4989 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4991         * inet/rcmd.c (iruserok): Remain setuid to the local user
4992         while .rhosts is actually read, to make .rhosts-over-NFS work
4993         (PR libc/524).  Use iruserfopen() for security checks on both
4994         hosts.equiv and .rhosts.  General cleanup.
4995         (iruserfopen): New function, performs careful checking on
4996         hosts.equiv/.rhosts files.  Disallows all the old forbidden
4997         stuff plus hard links to files.
4999 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
5001         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
5003         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
5005 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
5007         * sysdeps/i386/i486/bits/string.h: Fix typos.
5009 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
5011         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
5012         strong alias.
5014         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
5016         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
5017         Added.  Used by libm.so on alpha.
5019 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5021         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
5022         defined.
5024 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
5026         * Makerules (object-suffixes-for-rules): Add .oS only for
5027         building shared library.
5028         Add ranlib rule for nonshared library.
5029         (rmobjs): Fix typo.
5031         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
5032         into for shared library only.
5033         (CPPFLAGS-.oS): Add -DPIC.
5034         (libtypes): Use $(object-suffixes-for-rules) instead of
5035         $(object-suffixes).
5037 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
5039         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
5040         and install lddlibc4.
5042 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5044         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
5045         hash.
5046         * iconvdata/gaptab.pl: Likewise.
5048 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
5050         * Rules: Allow Makefiles to specify test-static for tests which
5051         cannot be linked dynamically.
5052         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
5053         tests-static.
5055         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
5057         * misc/error.c: Pretty print.
5059 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5061         * Makerules (libc_nonshared-name): Remove variable.
5062         (installed-libcs): Use libc-name instead.
5063         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
5064         dynamic linker.
5066         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
5067         libc.a.  Remove explicit reference to dynamic linker.
5069 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
5071         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
5072         to wchar_t.
5073         * iconv/iconv_prog.c: Correctly test for write failure.
5074         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
5075         * iconvdata/gconv-modules: Likewise.
5076         * iconvdata/euckr.c: New file.
5077         * iconvdata/johab.c: New file.
5078         * iconvdata/ksc5601.c: New file.
5079         * iconvdata/ksc5601.h: New file.
5080         * iconvdata/uhc.c: New file.
5081         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
5083         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
5084         * stdio/fopen.c: Correct handling of 'x' flag.
5085         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
5087 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5089         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
5090         * sunrpc/rpcsvc/key_prot.x: Likewise.
5091         * sunrpc/key_prot.c: Likewise.
5093 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
5095         * sysdeps/i386/bits/string.h: Correct things which never worked.
5096         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
5097         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
5099 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
5101         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
5102         defined.  Reported by Thorsten Kukuk.
5104 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
5106         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
5108 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5110         * manual/install.texi (Supported Configurations): Add
5111         arm-linuxaout and arm-none.
5113 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5115         * version.h (VERSION): Bump to 2.0.93.
5117 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
5119         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
5121         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
5123         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
5124         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
5126 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5128         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
5130 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5132         Put the static-only routines in a separate library.
5133         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
5134         variables.
5135         (all-object-suffixes): Add .oS.
5136         * Makerules (libc_static-name): New variable.
5137         (installed-libcs): Add libc_nonshared.a.
5138         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
5139         (object-suffixes-for-rules): New variable.  Use it instead of
5140         object-suffixes for generating compilation rules.
5141         (rmobjs): Also remove *.oS.
5142         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
5143         ($(objpfx)stamp.oS): New target.
5145 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5147         * Makefile (FAQ): Automatically check in regenerated FAQ.
5149 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5151         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
5153 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
5155         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
5156         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
5158         * sysdeps/generic/stub_warning: Removed.
5160         * Makefile (distribute): Add include/des.h.
5162         * manual/Makefile (distribute): Change dir-add.texi to
5163         dir-add.texinfo.
5165         * glibcbug.in: Create files safely when mktemp is not available.
5167         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
5168         Patch by a sun <asun@saul1.u.washington.edu>.
5170 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5172         * libc.map: Rename getname to getnetname.
5174 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
5176         * manual/maint.texi: Use supported platform in examples.
5178         * manual/install.texi: Document some installation tips.
5180 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
5182         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
5183         Fix a bug so that it returns an error if a numeric parameter is
5184         unset and WRDE_UNDEF is set.
5185         Patch by Andreas Schwab and Tim Waugh.
5186         * posix/wordexp-test.c: Add new new test.
5188 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
5190         * posix/regex.c (regex_compile): Last patch wasn't entirely
5191         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
5193 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5195         * manual/filesys.texi (Scanning Directory Content): Fix typo.
5197 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
5199         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
5200         clobbered registers don't appear as operands.
5202 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5204         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
5205         Solaris' sake.
5207         * posix/regex.c (regex_compile): Don't allow non-alphabet
5208         characters in character set name.
5210 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
5212         * posix/wordexp.c (w_newword): New function.
5213         (do_parse_glob): New function.
5214         (parse_glob): Use do_parse_glob.  Now handles the case where a
5215         variable expansion causes a field-split.
5216         (wordexp): Use w_newword.
5217         (parse_arith): Likewise.
5218         (exec_comm): Likewise.
5219         (parse_comm): Likewise.
5220         (parse_param): Likewise.
5221         (parse_backtick): Likewise.
5223 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
5225         * posix/wordexp-tst.sh: Another test.
5227         * posix/wordexp-test.c: Two new tests.
5229         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
5230         directly (the code using realloc was buggy).
5231         (parse_param): Fix typo in comment.
5233 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5235         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
5237 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5239         * libc.map: Add more rpc auth functions/variables.
5241         * nscd/nscd.c: Add -g option to argp options.
5243 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5245         * configure.in: Be prepared for gcc 2.9.10 and up.
5246         * configure.in: Add missing disabling of quote characters in
5247         compiler version check.  Reported by HJ Lu.
5249 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5251         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
5253 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5255         * intl/locale.alias: Fix spelling of romanian.
5257         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
5258         (distribute): Remove des.h.
5259         * include/des.h: New file.
5260         * sunrpc/des.h: Moved to ...
5261         * sunrpc/rpc/rpc_des.h: ...here.
5263 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
5265         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
5266         Fix paren.
5268 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5270         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
5271         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
5273 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5275         * elf/ldsodesf.h: New file.
5276         * elf/Makefile (distribute): Add ldsodefs.h.
5277         * elf/link.h: Separate internal information in exter header.
5278         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
5279         * elf/dl-minimal.c: Likewise.
5280         * sysdeps/generic/dl-sysdep.c: Likewise.
5281         * elf/sprof.c: Likewise.
5282         * elf/dlsym.c: Likewise.
5283         * elf/dlvsym.c: Likewise.
5284         * elf/dlerror.c: Likewise.
5285         * elf/dladdr.c: Likewise.
5286         * elf/dlclose.c: Likewise.
5287         * elf/dlopen.c: Likewise.
5288         * elf/dl-addr.c: Likewise.
5289         * elf/dl-close.c: Likewise.
5290         * elf/dl-debug.c: Likewise.
5291         * elf/dl-deps.c: Likewise.
5292         * elf/dl-error.c: Likewise.
5293         * elf/dl-fini.c: Likewise.
5294         * elf/dl-init.c: Likewise.
5295         * elf/dl-load.c: Likewise.
5296         * elf/dl-lookup.c: Likewise.
5297         * elf/dl-object.c: Likewise.
5298         * elf/dl-open.c: Likewise.
5299         * elf/dl-profile.c: Likewise.
5300         * elf/dl-reloc.c: Likewise.
5301         * elf/dl-runtime.c: Likewise.
5302         * elf/dl-support.c: Likewise.
5303         * elf/dl-symbol.c: Likewise.
5304         * elf/dl-version.c: Likewise.
5305         * sysdeps/generic/dl-cache.c: Likewise.
5306         * sysdeps/generic/libc-start.c: Likewise.
5307         * iconv/gconv_dl.c: Likewise.
5308         * nss/nsswitch.c: Likewise.
5310 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
5312         * manual/nss.texi: The database is not called network but networks.
5313         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
5315 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5317         * configure.in: Correct test for compiler version.
5318         Check that LD_LIBRARY_PATH doesn't contain current path.
5320 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
5322         * elf/dl-close.c (_dl_close): Fix byte count while removing
5323         the shared object from the global scope list and optimize
5324         a little bit.
5326 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5328         * manual/filesys.texi (Scanning Directory Content): Add missing
5329         closing brace.
5330         (Scanning Directory Content): Fix text.
5332 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5334         * manual/memory.texi (Heap Consistency Checking): Add paragraph
5335         explaining difference of -lmcheck and MALLOC_CHECK_.
5337 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5339         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
5340         typos in comments.
5342 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5344         * test-skeleton.c (main): Fix test for exit signal.
5346 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5348         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
5350 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5352         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
5353         appropriate.
5355 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5357         * libc.map: Export __strtok_r.
5359 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
5361         * posix/regex.c (re_compile_fastmap): Remove unused variable
5362         num_regs and adjust comment.
5363         Patch by Jim Meyering <meyering@ascend.com>.
5365         * math/math.h (M_*l): Extend long double constants to be usable
5366         for 128 bit floats.  Patch by Richard Henderson.
5368 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5370         * sysdeps/m68k/m68020/wordcopy.S: New file.
5372 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
5374         * posix/wordexp.c: Rewrite parse_param.
5375         Patch by Tim Waugh and Andreas Schwab.
5377 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5379         * Rules: Update timestamps on empty object files.
5381 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
5383         * manual/filesys.texi (Scanning Directory Content): Add description
5384         of 64 bits scandir function and friends.
5386 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5388         * glibcbug.in: Use mktemp to generate unique file name for
5389         temporary files.
5391         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
5392         ptsname_r.  Use cast for execve call.
5394 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
5396         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
5397         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
5398         * io/sys/statvfs.h: New file.
5399         * sysdeps/generic/fstatvfs.h: New file.
5400         * sysdeps/generic/statvfs.h: New file.
5401         * sysdeps/generic/fstatvfs64.h: New file.
5402         * sysdeps/generic/statvfs64.h: New file.
5403         * sysdeps/generic/bits/statvfs.h: New file.
5404         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
5405         * sysdeps/unix/sysv/linux/statvfs.c: New file.
5406         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
5408         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
5409         and f_ffree elements.
5411         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
5412         mount options in enum.
5414 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5416         * configure.in: Check for recent egcs/gcc.
5418 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5420         * libc.map: Add alphasort64, scandir64, versionsort64.
5421         * dirent/Makefile (routines): Add scandir64, alphasort64, and
5422         versionsort64.
5423         * dirent/alphasort64.c: New file.
5424         * dirent/scandir64.c: New file.
5425         * dirent/versionsort64.c: New file.
5426         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
5427         versionsort.
5428         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
5429         old name weak alias.
5430         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
5432         * dirent/alphasort.c: Use strcoll instead of strcmp.
5434         * dirent/scandir.c: Optimize a bit.
5436         * dirent/versionsort.c: Pretty print.
5438 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5440         * string/string.h: Add prototype for __strtok_r.
5442 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5444         * posix/Makefile: Fix typo in last change.
5446 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5448         * dirent/dirent.h (scandir): Make argument of select function const.
5449         * dirent/scandir.c (scandir): Likewise.
5450         Reported by David.Faure@insa-lyon.fr [PR libc/512].
5452 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
5454         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
5455         weak alias.
5456         * sysdeps/i386/strtok_r.c: Likewise.
5458         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
5459         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
5460         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
5461         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
5462         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
5463         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
5465 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5467         * intl/localealias.c: Remove unneeded define for strdup.
5469 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
5471         * manual/argp.texi: Adjust for better TeX output.
5472         * manual/arith.texi: Likewise.
5473         * manual/conf.texi: Likewise.
5474         * manual/filesys.texi: Likewise.
5475         * manual/header.texi: Likewise.
5476         * manual/lgpl.texinfo: Likewise.
5477         * manual/math.texi: Likewise.
5478         * manual/message.texi: Likewise.
5479         * manual/pattern.texi: Likewise.
5480         * manual/process.texi: Likewise.
5481         * manual/signal.texi: Likewise.
5482         * manual/socket.texi: Likewise.
5483         * manual/startup.texi: Likewise.
5484         * manual/stdio.texi: Likewise.
5485         * manual/terminal.texi: Likewise.
5486         * manual/examples/rprintf.c: Likewise.
5487         * manual/examples/testopt.c: Likewise.
5488         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
5490 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
5492         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
5493         parameter name after seeing a digit if it's enclosed in braces.
5495 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5497         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
5499 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5501         * manual/memory.texi (Heap Consistency Checking): Document
5502         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
5504 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5506         * manual/Makefile: Add missing rules.
5508 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5510         * timezone/Makefile (generated): Define to remove all stamp files.
5512         * sysdeps/generic/strsep.c: Also undefine __strsep.
5514         * string/strdup.c: Undefine __strdup and strdup first.
5515         * string/strndup.c: Likewise.
5517         * string/bits/string2.h: Correct strtok_r and strsep.
5518         Add strndup optimization.
5520         * sysdeps/generic/strsep.c: Little optimization.
5522 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
5524         * string/bits/string2.h: Add optimization for strdup.
5525         Always define __strsep and __strtok_r and make real names available
5526         when feature select macros are defined.
5528 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5530         * manual/install.texi (Installation): Use i486-linux as example
5531         instead of the unsupported sunos4.
5532         (Reporting Bugs): Mention glibcbug script.
5533         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
5535 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5537         * posix/wordexp-tst.sh: Make portable.  Add more tests.
5539         * posix/Makefile (do-globtest do-wordexp-test): New targets.
5541 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
5543         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
5544         * sysdeps/generic/libc-start.c: ...here, replacing former content.
5546         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
5547         netpacket/packet.h.
5549         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
5551 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5553         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
5554         in enumerator for strict standard compliance.
5555         * sysdeps/generic/bits/resource.h: Likewise.
5557 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
5559         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
5560         (PLTJMP): New macro.
5562         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
5563         longjmp() when floating point enabled.
5564         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
5565         * sysdeps/arm/__longjmp.S: Remove floating point code.
5566         * sysdeps/arm/setjmp.S: Likewise.
5568         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
5569         * sysdeps/arm/bsd-_setjmp.S: Likewise.
5571         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
5572         memset().
5574         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
5575         prototype.
5577 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
5579         Based on patches from Pat Beirne and Scott Bambrough:
5581         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
5583         * sysdeps/arm/bits/fenv.h: New file.
5585         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
5586         * sysdeps/arm/elf/setjmp.S: Likewise.
5587         * sysdeps/arm/elf/start.S: Likewise.
5588         * sysdeps/arm/init-first.c: Likewise.
5589         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
5590         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
5591         comment about floating point to reflect current reality.
5593         * sysdeps/unix/arm/brk.S: Support PIC.
5594         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
5595         re-entrant code.
5596         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
5597         return; call syscall_error through PLT.
5598         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
5600 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
5602         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
5603         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
5604         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
5606 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5608         * dirent/list.c (test): Return error value.
5609         (main): Exit with error value.
5611         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
5613         * Makefile (distribute): Add test-skeleton.c.
5614         * test-skeleton.c: New file.
5615         * dirent/Makefile (tests): Add opendir-tst1.
5616         * dirent/opendir-tst1.c: New file.
5618 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5620         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
5621         Optimize memory handling.
5622         * sysdeps/unix/closedir.c: Optmize memory handling.
5624 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
5626         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
5627         handling.  Optimize a bit.
5629 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
5631         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
5632         (parse_param): Fold in Andreas' fixes to do with when the end of
5633         the parameter name has been reached, and quoting inside ${...}.
5634         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
5635         $((echo);(ls)).
5637 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5639         * manual/maint.texi: Split out installation and contribution
5640         sections to their own appendices.  Misc cleanups.
5641         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
5642         * manual/contrib.texi: New file.
5643         * manual/libc.texinfo: Pull in new appendices.
5644         * manual/header.texi: Correct node pointer.
5646 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5648         * manual/process.texi (Process Completion): Clarify return value
5649         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
5651 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5653         * posix/wordexp-test.c: Add more tests.
5654         (testit): Fix logic.
5656         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
5657         /dev/null instead of closing it, close pipe.  Always chop off all
5658         trailing newlines.  Kill and reap child before returning error.
5659         (w_addword, parse_glob): Fix memory leak.
5660         (wordexp): Fix dangling pointer problem.
5662 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
5664         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
5666         * posix/wordexp-test.c (main): Fix little thinkos and typos.
5668         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
5669         directory index by only the language.
5671 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
5673         * posix/wordexp-tst.sh: Store test results in the
5674         ${common_objpfx}posix directory.
5676         * posix/wordexp-test.c: Remove temporary directory afterwards.
5678 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5680         * libc.map: Export internal versions of cancelable functions.
5682 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5684         * Makerules (MAKEFLAGS): Append `r'.
5686 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5688         * Makeconfig: Define have-thread-library, shared-thread-library
5689         and static-thread-library if a thread library is available.  Don't
5690         define rt.
5691         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
5692         nscd-routines to nscd-modules.  Use shared-thread-library and
5693         static-thread-library in dependencies.
5694         * rt/Makefile: Only compile librt if have-thread-library is
5695         defined.
5696         * Makefile (subdirs): Always include rt subdir.
5698 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5700         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
5702 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
5704         * configure.in: Recognize variations for 32 MIPS processors.
5705         Don't assume ELF systems always have .weak, test for .weakext.
5707 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
5709         * configure.in: Irix6 is an ELF platform.
5711 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
5713         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
5714         unmapping the last loaded segment.
5716 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
5718         * configure.in: Set base_os for Irix6.
5719         Correct test for .weakext.
5721 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5723         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
5724         (new_line) to _dl_debug_message call.
5726 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
5728         * posix/wordexp.c (parse_param): Perform field-splitting after
5729         expanding positional parameter.
5731         * posix/wordexp-tst.sh: Test that field-splitting is performed
5732         after expanding positional parameter.
5734         * posix/wordexp.c (parse_param): Fixed memory leak in
5735         field-splitting after parameter expansion.
5737 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
5739         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
5740         (get_toplvl_escape): Correctly terminate loop at EOF.
5741         Patch by Cristian Gafton <gafton@redhat.com>.
5743 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
5745         * string/tester.c (test_strpbrk): Add more strpbrk tests.
5746         (test_strsep): Likewise.  Correct horrible bugs.
5748         * string/bits/string2.h (strcspn): Optimize also reject string of
5749         length 2 and 3.
5750         (strspn): Likewise.
5751         (strpbrk): Likewise.
5752         (strsep): Likewise.  Correct bug with successive separators and
5753         separators at the end of the string.
5754         * sysdeps/generic/strsep.c: Correct bug with successive separators
5755         and separators at the end of the string.
5757 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
5759         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
5760         etc) now handled, as well as $$ (pid).
5762         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
5763         (distribute): Add wordexp-tst.sh.
5765         * posix/wordexp-tst.sh: New file.
5767         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
5768         number of positional parameters.  Renamed substitute_length to
5769         seen_hash.
5770         Don't free(env) is env is NULL.
5772 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
5774         * libc.map: Add pthread_attr_init to GLIBC_2.1.
5776 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
5778         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
5779         for output file replacing gmon.out.
5780         Patch by Dean Gaudet <dgaudet@arctic.org>.
5782 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5784         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
5785         up namespace.  Optimize finding end of line.
5787 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5789         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
5790         securely.  Optimized.
5791         (process_dl_debug): Add ':' to list of separators.  Optimized.
5793 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5795         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
5796         isless, islessequal, islessgreater, isunordered): Return zero or
5797         one.
5799 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
5801         * posix/wordexp-test.c: More tests.
5802         (main): Set up arena for pathname expansion tests (in a temporary
5803         directory).
5804         (testit): Don't check word count or word vector if return value is
5805         non-zero.
5807         * posix/wordexp.c (exec_comm): Always chop off terminating
5808         linefeed (just like bash does).
5809         (parse_param): Change lots of occurrences of "if (!*env)" to "if
5810         (!env || !*env)".
5811         (parse_param): For assignment inside parameter expansion, use all
5812         expanded words in assignment rather than just the first.
5813         (parse_param): Corrected return value for parameter expansion of
5814         an unset variable when WRDE_UNDEF is in effect.
5815         (parse_dollars): Don't field-split if quoted.
5816         (wordexp): Opening brace character isn't allowed unquoted.
5818 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
5820         * elf/dlerror.c: Fix concurrency problems with error string and
5821         number.
5823         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
5824         filter/auxiliary are being loaded.
5826 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
5828         * elf/dlerror.c (last_object_name): Removed.
5829         (dlerror): Don't use last_object_name.
5830         (_dl_error_run): Omit second argument to _dl_catch_error.
5831         * elf/dl-error.c (struct catch): Remove objname member.
5832         (_dl_signal_error): Construct string including objname when given.
5833         (_dl_catch_error): Remove objname handling.
5834         * elf/link.h (_dl_catch_error): Fix prototype and comment.
5835         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
5836         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
5837         * nss/nsswitch.c (nss_dlerror_run): Likewise.
5838         * iconv/gconv_dl.c (dlerror_run): Likewise.
5839         [Corrects PR libc/501].
5841 1998-03-12  Matthias Urlichs <smurf@noris.de>
5843         * nscd/nscd.c: Ignore SIGPIPE.
5845 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
5847         * nscd/nscd_getgr_r.c: Use __ protected names.
5848         * nscd/nscd_getpw_r.c: Likewise.
5850 1998-03-12  Matthias Urlichs <smurf@noris.de>
5852         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
5853         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
5854         null bytes are not transmitted.
5856 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5858         * powerpc/syscalls.list: Correct typo.
5859         * alpha/syscalls.list: Likewise.
5860         * mips/syscalls.list: Likewise.
5862 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
5864         * socket/sys/socket.h: Add prototype for __socket.
5866 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
5868         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
5870         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
5871         constants.
5873         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
5874         definition here.
5875         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
5876         definition here.
5878         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
5879         AF_* and PF_* constants.
5881         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
5883 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
5885         * elf/rtld.c: Update help message.
5886         Install link maps for preloaded objects using main_map as loader.
5888         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
5889         * elf/dl-profile.c: Likewise.
5891         * elf/dlsym.c: Little optimization.
5892         * elf/dlvsym.c: Likewise.
5894 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
5896         * posix/wordexp-test.c: Move test for parameter list at the very
5897         beginning.
5899 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
5901         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
5902         WRDE_REUSE flag is set.
5903         (parse_param): Allow `*', `@', and numbers in parameter names.
5904         (parse_dollars): Differentiate between arithmetic expansion and a
5905         command substitution that starts immediately with a sub-shell
5906         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
5907         (parse_param): Memory allocated with __alloca in a block was
5908         referenced outside that block.  Adjusted to use malloc/free.
5909         (parse_param): Adjusted field-splitting algorithm so that there is
5910         not necessarily a field split at the end of a parameter expansion.
5912 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
5914         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
5915         don't free words that have already been allocated.
5916         (parse_param): A dollar sign on its own will never have a pattern
5917         associated with it (like "${HOME%%/}" has), so don't try to free it.
5918         (parse_glob): Attempt to glob when an unquoted `[' is found
5919         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
5920         (parse_glob): Sorted out quoting in a glob-able word.
5921         (parse_param): Added $* and $@ handling.
5923 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
5925         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
5926         parsing it.
5928 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5930         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
5931         _dl_debug_message.
5933 1998-03-12  Matthias Urlichs  <smurf@noris.de>
5935         * elf/dl-misc.c: Default for debug output should be stderr.
5936         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
5937         * elf/dl-lookup.c: reference_name may be NULL or empty.
5939 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5941         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
5943 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
5945         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
5947         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
5949 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5951         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
5952         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
5954 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5956         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
5957         init stuff.
5959 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
5961         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
5962         flag.
5964         * misc/syslog.c (vsyslog): Don't try to send if not connected to
5965         syslog daemon.
5966         (closelog_internal): Don't do anything if not connected.
5968 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
5970         * libc.map: Add _dl_debug_message.
5971         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
5972         before every line.
5973         * elf/fini.c: Correctly use new _dl_debug_message function.
5974         * elf/init.c: Likewise.
5975         * elf/dl-lookup.c: Likewise.
5976         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
5977         * elf/dl-load.c: Likewise.  Add more debugging prints.
5978         * elf/dl-reloc.c: Likewise.
5979         * elf/dl-version.c: Likewise.
5980         * elf/dl-support.c: Add variables for debugging.
5981         * elf/rtld.c: Likewise.  Recognize new debug options.
5982         * elf/link.h: Declare new variables.
5984         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
5986 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
5988         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
5989         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
5991 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
5993         * posix/wordexp-test.c (command_line_test): New function to allow
5994         testing of specific cases from the command-line.
5996 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
5998         * elf/dl-init.c (_dl_init_next): Print nicer messages.
5999         * elf/dl-fini.c (_dl_fini): Likewise.
6000         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
6002         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
6003         symbol in debug message.
6004         (_dl_lookup_versioned_symbol_skip): Likewise.
6006 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
6008         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
6009         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
6010         * manual/filesys/texi: Document this.
6012 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
6014         * manual/filesys.texi: Document the change below.
6016 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6018         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
6019         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
6021 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
6023         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
6024         instead scope.  If debugging display information about symbol
6025         resolving.
6026         (_dl_lookup_symbol): Call do_lookup with correct parameters.
6027         (_dl_lookup_symbol_skip): Likewise.
6028         (_dl_lookup_versioned_symbol): Likewise.
6029         (_dl_lookup_versioned_symbol_skip): Likewise.
6030         * elf/dl-support.c: Define _dl_debug_symbols.
6031         * elf/link.h: Add declaration for _dl_debug_symbols.
6032         * elf/rtld.c: Define _dl_debug_symbols.
6033         (process_dl_debug): Recognize symbols option.
6035 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
6037         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
6038         in correct format.
6039         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
6040         with correct parameters.
6041         [!PIC]: Initialize __libc_multiple_libcs.
6043 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
6045         * elf/dl-support.c (_dl_debug_bindings): Add definition.
6046         * elf/rtld.c (_dl_debug_bindings): Add definition.
6047         (process_dl_debug): Recognize bindings option.  Update help message.
6048         * elf/link.h (struct link_map): Add l_versyms member.
6049         (_dl_debug_bindings): Add declaration.
6050         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
6051         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
6052         and l_reloc_result.
6053         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
6054         (sym_val): Remove a member, add m as link_map.
6055         (do_lookup): Return result appropriately.
6056         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
6057         Call do_lookup correctly.
6058         (_dl_lookup_symbol_skip): Likewise.
6059         (_dl_lookup_versioned_symbol): Likewise.
6060         (_dl_lookup_versioned_symbol_skip): Likewise.
6062 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
6064         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
6065         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
6067         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
6068         * libc.map: Add chown to GLIBC_2.1.
6069         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
6070         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
6072 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6074         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
6075         weak alias.
6076         * sysdeps/alpha/ffs.c: Likewise.
6077         * sysdeps/am29k/ffs.c: Likewise.
6078         * sysdeps/i386/ffs.c: Likewise.
6079         * sysdeps/i960/ffs.c: Likewise.
6080         * sysdeps/m68k/ffs.c: Likewise.
6081         * sysdeps/m88k/ffs.c: Likewise.
6082         * sysdeps/powerpc/ffs.c: Likewise.
6083         * sysdeps/rs6000/ffs.c: Likewise.
6084         * sysdeps/vax/ffs.s: Likewise.
6085         * string/string.h: Declare __ffs.
6086         * libc.map: Export it.
6087         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
6088         __builtin_ffs, which is not guaranteed to be namespace clean.
6090 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6092         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
6093         table, which is much more likely to exist than debugging symbols.
6094         (printsym): Remove const.
6095         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
6096         header table.
6098         * libc.map: Export __profile_frequency, used by elf/sprof, to
6099         avoid infinite recursion during startup.
6101 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6103         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
6104         Readd lost negate.
6106         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
6108 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
6110         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
6112 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
6114         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
6115         LD_PRELOAD, and LD_VERBOSE.
6116         (dl_main): Use global variables set by process_envvars instead of
6117         calling getenv.
6118         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
6119         LD_LIBRARY_PATH value, this comes with the parameter.
6120         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
6121         ("LD_LIBRARY_PATH") to _dl_init_paths.
6123 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
6125         * elf/rtld.c (dl_main): Delay initialization of path structure if
6126         the dynamically linker is invoked implicitly until we read the
6127         dynamic section.
6129 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
6131         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
6133 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6135         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
6136         Linux 2.0 and 2.1.
6138         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
6140 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
6142         * Makeconfig (nisobjdir): Set to path to nis directory.
6143         (rpath-link): Add nisobjdir.
6144         Patch by Sven Verdoolaege <skimo@kotnet.org>.
6146         * elf/Makefile: Pretty print.
6147         * elf/dl-lookup.c: Include unistd.h.
6148         * elf/dl-runtime.c: Likewise.
6150         * localedata/Makefile (test-srcs): Add tst-rpmatch.
6151         (distribute): Add tst-rpmatch.sh.
6152         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
6154         New tests for rpmatch function by
6155         Jochen Hein <jochen.hein@delphi.central.de>.
6156         * localedata/tst-rpmatch.c: New file.
6157         * localedata/tst-rpmatch.sh: New file.
6159         * localedata/locales/de_DE: Correct yesexpr and noexpr.
6160         * localedata/locales/de_AT: Likewise.
6162         * posix/getopt.c: Update contact address.
6163         * posix/getopt1.c: Pretty print.
6165         * sysdeps/generic/libc-start.c: Do most of the initialization now
6166         here instead of in start.S.
6167         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
6168         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
6170         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
6171         profil_counter to be public.
6173 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
6175         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
6176         (parse_param): Coded parameter length expansion (${#var}).
6177         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
6178         (parse_param): Cleaned up (fixed) error handling.
6180         * posix/wordexp-test.c: IFS now includes non-whitespace character
6181         (comma).  Added more tests.
6183 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
6185         * elf/link.h: Fix typos.
6186         Reported by Andreas Jaeger.
6188         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
6189         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
6191 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
6193         * argp/argp-help.c: Remove last bits of using gettext instead of
6194         dgettext.
6196 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
6198         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
6199         __libc_start_main.
6200         * csu/Makefile (routines): Add libc-start.
6201         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
6202         * elf/dl-lookup.c: Likewise.
6203         * elf/dl-version.c: Likewise.
6204         * sysdeps/i386/dl-machine.h: Likewise.
6205         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
6206         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
6207         _dl_sysdep_message macros which use _dl_sysdep_output.
6208         * elf/dl-fini.c: Write out which destructor is called while debugging.
6209         * elf/dl-init.c: Likewise for constructor.
6210         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
6211         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
6212         _dl_sysdep_message.  Add _dl_sysdep_output.
6213         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
6214         this file can be opened.
6215         For LD_DEBUG=libs also set _dl_debug_impcalls.
6216         * sysdeps/generic/dl-cache.c: Include unistd.h.
6217         * sysdeps/generic/libc-start.c: New file.
6218         * sysdeps/unix/sysv/linux/libc-start.c: New file.
6219         * sysdeps/i386/elf/start.S: Don't call main directly, call
6220         __libc_start_main instead.
6222         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
6224 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
6226         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
6228 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
6230         * argp/argp.h (struct argp): Add new field domain.
6231         * argp/argp-help.c: Change all gettext calls to dgettext and use
6232         domain field from appropriate argp in call.
6233         * argp/argp-parse.c: Likewise.
6235 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
6237         * posix/wordexp-test.c: Change testsuite so that it can run even
6238         for ~root != /root.
6240 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6242         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
6244 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6246         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
6247         Don't store into global errno if we already store through
6248         __errno_location.
6249         * sysdeps/unix/i386/sysdep.S: Likewise.
6250         * sysdeps/unix/alpha/sysdep.S: Likewise.
6251         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
6252         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
6253         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
6254         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
6255         PIC).
6257 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6259         * sysdeps/generic/sysdep.h (L): Remove definition.
6260         * sysdeps/i386/sysdep.h (L): Define it here instead.
6262 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6264         * nis/nis_call.c (__do_niscall): Safe and reset errno.
6266         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
6268 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6270         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
6271         declaration style to avoid warnings.
6273 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
6275         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
6276         "LD_DEBUG".
6278 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6280         * posix/Makefile (tests): Add wordexp-test.
6281         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
6282         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
6284 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
6286         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
6287         dependencies.
6289         * elf/link.h (struct r_search_path_elem): Add two new field for
6290         lib path debugging.
6291         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
6292         variable accordingly.
6293         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
6294         is considered next along with information about load paths.
6295         * sysdeps/generic/dl-cache.c: Likewise.
6296         * elf/dl-support.c: Define _dl_debug_libs.
6297         * elf/genrtldtbl.awk: Add initializers for two new field in
6298         struct r_search_path_elem.
6300 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6302         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
6303         * sysdeps/m68k/lshift.S: Likewise.
6304         * sysdeps/m68k/rshift.S: Likewise.
6305         * sysdeps/m68k/sub_n.S: Likewise.
6306         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
6307         * sysdeps/m68k/m68020/mul_1.S: Likewise.
6308         * sysdeps/m68k/m68020/submul_1.S: Likewise.
6310         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
6311         [_LIBC_REENTRANT]: Don't store into global errno.
6313         * sysdeps/m68k/sysdep.h: New file.
6314         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
6315         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
6316         (DO_CALL): Change to expect syscall name as argument.
6317         (PSEUDO): Pass syscall_name to DO_CALL.
6318         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
6319         errno.
6321 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6323         * elf/rtld.c: Speed up processing of environment variables.  Do
6324         only one run on the environment by avoiding to call getenv.
6325         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
6326         function.  Used by patch above.
6328 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6330         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
6331         running nscd.
6332         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
6333         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
6334         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
6336 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6338         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
6339         module cannot be found.  Reported by Andreas Jaeger.
6341 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6343         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
6344         on platforms which default to unsigned chars.
6345         * nscd/nscd_getpw_r.c: Likewise.
6346         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
6347         defining it.
6349 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6351         * elf/Makefile (install-bin): Change = to += for sprof to install
6352         ldd also.
6354 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
6356         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
6358 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
6360         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
6362 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6364         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
6365         that a failure to connect to nscd doesn't change errno.
6367 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6369         * manual/maint.texi (Reporting Bugs): Change
6370         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
6372         * locale/iso-4217.def: Likewise
6374 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
6376         * manual/texinfo.tex: Updated.
6378 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6380         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
6381         value.
6382         * sysdeps/posix/pathconf.c: Likewise.
6383         * posix/getconf.c: Print `undefined' if pathconf returns -1
6384         without setting errno.
6386 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
6388         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
6389         problem.
6390         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
6391         Patches by Elliot Lee <sopwith@cuc.edu>.
6393 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
6395         * elf/link.h (struct link_map): Add new field l_reloc_result.
6396         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
6397         of relocation for the object to be profiled.
6398         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
6399         to NULL.
6400         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
6401         array here.
6402         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
6403         contains a result from a previous run use this instead of computing
6404         the value again.
6405         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
6407 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6409         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
6410         offsets into the GOT.
6411         (RTLD_START): Likewise.
6413 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
6415         * elf/sprof.c: Cleanup a bit.
6417 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
6419         * sysdeps/generic/sysdep.h (L): New. Define.
6421         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
6423         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
6425         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
6426         to have only one exit point for functions.
6427         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6428         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
6429         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
6430         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
6431         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
6433 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6435         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
6436         reset errno so that errno isn't set to ENOSYS in the first call.
6437         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
6438         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
6439         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
6440         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
6442 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
6444         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
6445         * sysdeps/i386/addmul_1.S: Likewise.
6446         * sysdeps/i386/lshift.S: Likewise.
6447         * sysdeps/i386/mul_1.S: Likewise.
6448         * sysdeps/i386/rshift.S: Likewise.
6449         * sysdeps/i386/sub_n.S: Likewise.
6450         * sysdeps/i386/submul_1.S: Likewise.
6451         * sysdeps/i386/i586/add_n.S: Likewise.
6452         * sysdeps/i386/i586/addmul_1.S: Likewise.
6453         * sysdeps/i386/i586/lshift.S: Likewise.
6454         * sysdeps/i386/i586/mul_1.S: Likewise.
6455         * sysdeps/i386/i586/rshift.S: Likewise.
6456         * sysdeps/i386/i586/sub_n.S: Likewise.
6457         * sysdeps/i386/i586/submul_1.S: Likewise.
6459         * sysdeps/i386/sysdep.h: Extend last change.
6461         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
6462         to have only one exit point for functions.
6464 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6466         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
6467         search.
6469 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
6471         * Makerules: Generate libc.so with absolute paths for the used
6472         shared objects.
6474         * config.make.in: Add MAKEINFO definition.
6476 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6478         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
6479         (ENTRY): Use STABS_FUN.
6480         (END): Use STABS_FUN_END.
6481         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
6483         * elf/Makefile: Add rules to build sprof program.
6484         * elf/sprof.c: New file.
6486 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6488         * misc/syslog.c (openlog_internal): Insert missing closing brace.
6490 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6492         * configure.in: Check for working msgfmt version (from GNU gettext
6493         0.10 or later).
6495 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6497         * configure.in: Avoid //s in sysdirs.
6498         Patch by Roland McGrath.
6500         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
6502 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
6504         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
6505         setting _dl_global_scope for RTLD_GLOBAL.
6507 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6509         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
6510         possible lists of object-suffixes are taken care of.
6512 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
6514         * timezone/private.h: Update from tzcode1998c.
6515         * timezone/zic.c: Likewise.
6516         * timezone/antarctica: Updated from tzdata1998c.
6517         * timezone/asia: Likewise.
6518         * timezone/australasia: Likewise.
6519         * timezone/europe: Likewise.
6520         * timezone/southamerica: Likewise.
6522 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6524         * posix/glob.c (glob_in_dir): Add support for cases insensitive
6525         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
6527 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
6529         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
6530         Changed type of TWO43, TWO52 from float to double.
6531         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
6532         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
6533         Changed type of TWO43 from float to double.
6534         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
6535         Use __isinff.
6537 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
6539         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
6540         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
6541         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
6543 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
6545         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
6546         kernel_termios.h.
6547         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
6548         Clean up random whitespace.
6549         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
6550         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
6551         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
6552         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
6554 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
6556         * shlib-versions: Match alpha*.
6557         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
6558         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
6560         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
6561         Implement copysign* with and without __ prefix.
6562         Likewise for fabs; use builtin for gcc 2.8.
6563         (floor*): New.
6564         (fdim*): New.
6566         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
6567         (R_SPARC*): Match current v9 ABI.
6569         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
6571         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
6572         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
6573         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
6574         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
6575         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
6576         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
6577         * sysdeps/unix/grantpt.c (argv): Fix consts.
6578         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
6579         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6581 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6583         * misc/syslog.c: Change to allow user the interpretation of the
6584         outcome even with syslog having no return value.
6586 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
6588         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
6589         that the number of program headers is >0 (which is wrong for the
6590         loader itself).
6592 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6594         * Makefile (distribute): Add README.libm.
6596 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6598         * time/clocktest.c (main): Correct typo: "--" -> "==".
6600 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
6602         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
6603         inline function.
6604         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
6605         inline functions.
6607         * math/libm.map (__atan2): Added.
6609 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6611         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
6612         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
6614         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
6615         bug.
6617 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6619         * manual/arith.texi (Old-style number conversion): Correct
6620         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
6622 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6624         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
6625         but does not require it.  Handle missing argv[] values gracefully.
6626         * posix/execl.c: Likewise.
6627         * posix/execle.c: Likewise.
6629 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6631         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
6632         bit.
6633         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
6635 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6637         * libc.map: Add __adjtimex.
6639 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6641         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
6642         Remove memset.
6644 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
6646         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
6647         to 64.
6649         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
6651         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
6652         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
6654         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
6655         for shared library.
6657         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
6659         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
6660         Added adjtimex and old_adjtimex.
6662         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
6663         New.
6664         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
6665         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
6667         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
6668         symbols only for shared library.
6669         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6670         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6671         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6672         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6673         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6674         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6675         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6677         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
6678         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6679         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6680         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6681         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6682         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6683         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6684         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6686         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
6687         rusage pointer.
6689         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
6690         New macros.
6691         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
6692         timex and __adjtimex, respectively.
6694         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
6696         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
6698 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
6700         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
6701         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
6703 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
6705         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
6707 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6709         * Makefile.in: Disable built-in rules.
6711 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6713         * sysdeps/i386/fpu/t_exp.c: Move to ...
6714         * sysdeps/libm-i387/t_exp.c: ... here.
6716 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
6718         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
6719         from __exp2_deltatable.
6721 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
6723         * nis/ypclnt.c (yp_master): Check result of strdup.
6724         Patch by Thorsten Kukuk.
6726 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6728         * nis/ypclnt.c: Give clnt handle after error checking free, change
6729         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
6731 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
6733         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
6734         Patch by Joe Keane <jgk@jgk.org>.
6736         * misc/fstab.h (struct fstab): Change fs_type member to be const.
6737         * misc/fstab.c: Remove casts in fs_type assignments.
6739 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6741         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
6742         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
6743         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
6744         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
6745         * sysdeps/powerpc/bits/fenv.h: Likewise.
6746         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
6747         * sysdeps/generic/bits/fenv.h: Likewise.
6748         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
6749         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
6750         * sysdeps/powerpc/test-arith.c (main): Likewise.
6752 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
6754         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
6755         the comparison macros.
6757 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
6759         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
6760         (__log2): Fixed return values.
6761         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
6763 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
6765         * math/math.h (isunordered): Rename local variables to ensure
6766         correct code.  Reported by HJ Lu.
6768 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
6770         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
6771         isless, islessequal, islessgreater, isunordered): Fix syntax for
6772         fucompip instruction.
6773         (isless, islessequal): Fix logic.
6775 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6777         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
6778         (comparisons_test): New tests for comparison macros.
6780 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
6782         * Makeconfig: Filter out frame-pointer effecting options when
6783         compiling profiling or debugging code.
6784         * config.h.in (internal_function): Don't define here if PROF is
6785         defined.
6786         * gmon/gmon.c (__moncontrol): Don't change state if already in error
6787         state.
6788         (__monstartup): If calloc fails set error state and mark array as
6789         not allocated.
6790         (_mcleanup): Don't call write_gmon if in error state.  Don't try
6791         to free array if not  successfully allocated.
6793         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
6794         Include elf.h to get macro definitions.
6795         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
6797 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
6799         * elf/ldd.sh.in: Add compatibility for broken old shells.
6800         * elf/ldd.bash.in: Likewise.
6802 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
6804         * sunrpc/rpc_main.c (open_input): Check pipe return error.
6806         * time/clocktest.c (main): Check signal return error.
6808 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6810         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
6811         "/" and use do-install-program. Reported by Mark M. Kettenis.
6812         (subdir_install):  Likewise.
6814 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6816         * sunrpc/rpc_sample.c: Fix typo.
6818         * nscd/connections.c: Use locale.
6819         * nscd/grpcache.c: Add debug messages, gidtbl should get the
6820           calloc result.
6821         * nscd/nscd.c: Check if init functions fails.
6822         * nscd/nscd_conf.c: Allow disabling of group cache.
6823         * nscd/nscd_getgr_r.c: Fix return code if group not found.
6824         * nscd/pwdcache.c: Fix debug messages.
6826 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6828         * libc.map: Add __monstartup and _mcleanup for profiling support.
6830 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6832         * libc.map: Export __getpagesize, for binary compatibility with
6833         2.0.
6835 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6837         * posix/globtest.sh: Use --library-path instead of
6838         LD_LIBRARY_PATH.
6839         * localedata/sort-test.sh: Likewise.
6840         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
6842 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6844         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
6845         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
6846         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6848         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
6849         kernel_sigaction): Define.
6850         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
6851         kernel_sigaction): Define.
6853 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6855         * math/libm-test.c: Change epsilons for libm-ieee754.
6857 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
6859         * sysdeps/i386/__longjmp.S: Fix race condition.
6860         Reported by Bruno Haible <haible@ilog.fr>.
6862 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
6864         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
6865         * iconvdata/8bit-gap.c: Likewise.
6866         * iconvdata/8bit-generic.c: Likewise.
6867         * iconvdata/iso6937.c: Likewise.
6868         * iconvdata/iso8859-1.c: Likewise.
6869         * iconvdata/sjis.c: Likewise.
6870         * iconvdata/t61.c: Likewise.
6872 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6874         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
6875         feature tests by positive feature tests.
6877 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6879         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
6881 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
6883         * elf/dlvsym.c (dlvsym_doit): More corrections.
6884         Patch by Andreas Jaeger.
6886 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
6888         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
6890 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
6892         * libc.map: More reordering for GLIBC_2.1 symbols.
6894 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6896         * libc.map: Move some functions from version GLIBC_2.0 to
6897         GLIBC_2.1, reorder declarations.
6899 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
6901         * resolv/gethnamaddr.c (addrsort): Make this function extern.
6902         Patch by zab@thebrain.grumblesmurf.net.
6904 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6906         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
6907         NIS+ functions with version GLIBC_2.1.
6909 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
6911         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
6912         with 2.0 binaries.  Reported by Thorsten Kukuk.
6914 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6916         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
6918         * elf/dlsym.c (dlsym_doit): Likewise.
6920 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6922         * elf/link.h: Correct typos.
6924         * iconv/iconv_prog.c: Correct typo.
6926 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
6928         * iconv/Makefile: Add rules to build and install iconv program.
6929         * iconv/iconv_prog.c: New file.
6931 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
6933         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
6934         _dl_lookup_symbol_skip call.
6935         * elf/dlvsym.c (dlvsym_doit): Likewise.
6937 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
6939         * libio/iovsscanf.c: Do not include errno.h.
6941 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6943         * elf/dl-load.c (add_name_to_object): Don't translate strings.
6944         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
6945         pulling in the whole error list.
6946         (__dcgettext, dcgettext): Removed.
6947         * libc.map: Export _strerror_internal.
6949 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
6951         * sysdeps/i386/fpu/t_exp.c: New file.
6953 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6955         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
6956         everything with version GLIBC_2.1.
6957         * hesiod/libnss_hesiod.map: Likewise.
6959 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6961         * manual/arith.texi (Old-style number conversion): This node is a
6962         section, not a subsection.
6964 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6966         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
6968 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6970         * elf/rtld.c (dl_main): Make sure that the library search paths
6971         have been initialized before the first call to _dl_map_object.
6973 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6975         * Makerules (common-generated): Add libc_pic.os.
6977 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6979         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
6980         of the executable.
6982 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6984         * sysdeps/m68k/fpu/t_exp.c: New file.
6986 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
6988         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
6989         to global errno variable anymore.
6991 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
6993         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
6994         If PRELOADED is nonzero check in case of an SUID application
6995         whether the shared object has the SUID bit set.
6996         Fix some other problems with handling shared objects in system
6997         specific directories.
6998         (_dl_map_object): Also take extra parameter and pass it to open_path.
6999         * elf/link.h (_dl_map_object): Correct prototype and comment.
7000         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
7001         * elf/dl-open.c (_dl_open): Likewise.
7002         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
7004         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
7006 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7008         * math/libm-test.c (modf_test): Add test for 1.5.
7010         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
7011         0 to get always an int.
7013 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7015         * math/libm.map: Move all symbols that are new in glibc 2.1 to
7016         version GLIBC_2.1.
7018 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7020         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
7021         trying to read another character.
7023 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7025         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
7026         name to lowercase.
7028         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
7029         name to lowercase, add test for big enough buffer.
7031 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7033         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
7034         Make compatible with older kernels.  Patch by Richard Henderson.
7036 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
7038         * elf/dl-load.c (open_path): Use __xstat instead of stat.
7040         * localedata/tst-locale.sh: Comment out first test for now.
7042 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
7044         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
7045         as 1.
7046         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
7047         Likewise.
7049         * libio/iogetline.c (_IO_getline_info): Renamed from
7050         _IO_getline.
7051         (_IO_getline): Just call _IO_getline_info.
7053         * libio/libioP.h (_IO_getline_info): New declaration.
7055         * libc.map (_IO_getline_info, __write): Added.
7057 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7059         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
7060         const char* to shut up gcc.
7062 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
7064         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
7065         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
7067         * math/math.h: Define M_* constants always as `double' and add new
7068         macros M_*l which are of type `long double'.
7069         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
7070         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
7071         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
7072         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
7073         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
7074         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
7075         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
7076         * math/libm-tst.c: Likewise.
7078         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
7079         define as long double unconditionally.
7081 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7083         * manual/arith.texi (Old-style number conversion): Correct some
7084         typos.
7086 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
7088         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
7089         Restore.
7091         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
7093 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
7095         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
7096         on $(rtld-ldscript).
7098         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
7099         starting from 0 not only from `from'.
7100         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
7102 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
7104         * elf/rtld.c (dl_main): Recognize --library-path parameter and
7105         pass value (or NULL) to _dl_init_paths.
7106         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
7107         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
7108         environment variable.
7109         * elf/link.h: Change prototype for _dl_init_paths.
7110         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
7112         * localedata/Makefile (distribute): Add test files.
7114 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7116         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
7117         test1.def, test2.def, test3.def, test4.def}: Simple input files
7118         for localedef. Contributed by Yung-Ching Hsiao
7119         <yhsiao@cae.wisc.edu>.
7121         * localedata/Makefile (tests): Call tst-locale.sh.
7123         * localedata/tst-locale.sh: New file, regression tests for some
7124         localedef problems.
7126 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7128         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
7130         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
7131         terminated.
7132         * nis/nss_nisplus/nisplus-network.c: Likewise.
7133         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7134         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
7135         * nis/nss_nisplus/nisplus-service.c: Likewise.
7137         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
7138         and support generating thread safe RPC code.
7139         * sunrpc/rpc_main.c: Add changes.
7140         * sunrpc/rpc_clntout.c: Likewise.
7141         * sunrpc/rpc_cout.c: Likewise.
7142         * sunrpc/rpc_hout.c: Likewise.
7143         * sunrpc/rpc_parse.c: Likewise.
7144         * sunrpc/rpc_sample.c: Likewise.
7145         * sunrpc/rpc_scan.c: Likewise.
7146         * sunrpc/rpc_svcout.c: Likewise.
7147         * sunrpc/rpc_util.c: Likewise.
7148         * sunrpc/rpc_util.h: Add new structs and prototypes.
7149         * sunrpc/proto.h: Remove prototypes for static functions.
7151 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7153         * locale/programs/ld-messages.c (messages_finish): Don't skip
7154         error checking when being quiet.
7155         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
7156         (set_class_defaults): Likewise.
7157         * locale/programs/charmap.c (parse_charmap): Likewise.
7158         * locale/programs/ld-collate.c (collate_finish): Likewise.
7159         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
7160         * locale/programs/ld-time.c (time_finish): Likewise.
7161         * locale/programs/locfile.c (write_locale_data): Likewise.
7163         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
7164         unknown characters and empty ranges.
7165         * locale/programs/ld-collate.c (collate_order_elem): When
7166         processing an ellipsis properly form a linked list in the result
7167         table, fix typo when allocating ordering array.
7168         [PR libc/419]
7170 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7172         * elf/Makefile (ld-map): Define.
7173         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
7174         `$(rtld-ldscript)'.
7175         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
7176         on $(ld-map).
7177         (rtld-link): Combine the two versions of this definition.  Fixed
7178         to make it work when no symbol versioning is used.
7180 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
7182         * Makeconfig (build-program-cmd): Use --library-path parameter to
7183         ld.so instead of environment variable.
7185         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
7186         * sunrpc/rpc_main.c: Remove support for -$$ option again.
7188 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7190         * Make-dist: Respect with-cvs setting.
7191         * MakeTAGS (all-pot): Likewise.
7192         * sysdeps/sparc/sparc32/Makefile: Likewise.
7193         * sysdeps/mach/hurd/Makefile: Likewise.
7194         * stdlib/Makefile: Likewise.
7195         * posix/Makefile: Likewise.
7196         * intl/Makefile: Likewise.
7197         * po/Makefile (linguas): Likewise
7199 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7201         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
7203 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
7205         * libc.map: Add __strcasecmp.
7207         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
7208         module.
7210         * nss/getXXent_r.c: If no more module is found don't try to call
7211         setXXent functions but leave unsuccessfully.
7213         * malloc/obstack.h: Cleanups.
7215         * sysdeps/wordsize-32/stdint.h: New file.
7216         * sysdeps/wordsize-64/stdint.h: New file.
7217         * sysdeps/generic/stdint.h: New file.
7218         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
7219         * sysdeps/wordsize-64/inttypes.h: Likewise.
7220         * stdlib/Makefile (headers): Add stdint.h.
7222 1998-02-03  Paul Eggert  <eggert@twinsun.com>
7224         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
7226 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7228         * timezone: New directory.
7229         * time/README, time/africa, time/antarctica, time/asia,
7230         time/australasia, time/backward, time/checktab.awk,
7231         time/etcetera, time/europe, time/factory, time/ialloc.c,
7232         time/iso3166.tab, time/leapseconds, time/northamerica,
7233         time/pacificnew, time/private.h, time/scheck.c,
7234         time/solar87, time/solar88, time/solar89, time/southamerica,
7235         time/systemv, time/test-tz.c, time/tzfile.h,
7236         time/tzselect.ksh, time/yearistype, time/zdump.c,
7237         time/zic.c, time/zone.tab: Moved to timezone.
7238         * time/tzfile.c: Include tzfile.h from timezone subdir.
7239         * time/tzset.c: Likewise.
7240         * time/Makefile: Cut out all code relating to timezones...
7241         * timezone/Makefile: ...and paste it in here.
7242         * Makefile (subdirs): Add timezone.
7244 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
7246         * libc.map (_sys_nerr): Added.
7248         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
7249         versioned symbol.
7251 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
7253         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
7254         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
7255         Reported by Craig Metz <cmetz@inner.net>.
7257 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7259         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
7260         instead of strcasecmp.
7261         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
7263         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
7265 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
7267         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
7268         Patch by Dean Gaudet <dgaudet@arctic.org>.
7270 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
7272         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
7274 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7276         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
7277         with no poll syscall, just include the BSD version.
7278         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
7279         kernel without the syscall, include the stub version.
7280         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
7281         * sysdeps/generic/getresuid.c: New file.
7282         * sysdeps/generic/getresgid.c: New file.
7284 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
7286         * stdio-common/vfscanf.c: Correct last change a bit.
7288 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
7290         * elf/Makefile: Don't use --version-script parameter to link ld.so
7291         unconditionally.
7293 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
7295         * math/Makefile: Add t_exp.
7296         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
7297         constants.
7298         * math/test-reduce.c: Remove temporarily, it seems to be broken.
7299         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
7300         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
7301         better accuracy.
7302         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
7303         algorithm for very large/very small arguments.
7304         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
7305         correct algorithm for very large/very small arguments; adjust for
7306         new table.
7307         * sysdeps/libm-ieee754/t_exp.c: New file.
7308         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
7310         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
7311         back, with comment that explains what breaks when you remove it :-(.
7313         * localedata/xfrm-test.c: Avoid integer overflow.
7315         * stdlib/strfmon.c: char is unsigned, sometimes.
7317         * sysdeps/powerpc/Makefile: Remove quad float support.
7318         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
7319         * sysdeps/powerpc/quad_float.h: Likewise.
7320         * sysdeps/powerpc/test-arith.c: Likewise.
7321         * sysdeps/powerpc/test-arithf.c: Likewise.
7323         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
7324         * sysdeps/generic/s_exp2f.c: Likewise.
7326         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
7327         don't try anything if _SOFT_FLOAT.
7329 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7331         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
7332         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
7333         * wctype/wctype.c: Likewise.
7334         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
7335         changed.  They are incompatible with the _ISxxx values from
7336         <ctype.h> on little endian machines.
7337         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
7338         bit number.  This fixes the real bug and restores the integrity of
7339         the ctype locale file.
7340         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
7341         * wctype/wcfuncs_l.c: Likewise.
7342         * wctype/wcextra.c: Likewise.
7343         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
7344         byte swapping.
7346 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7348         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
7349         into .bss segment instead of .common, so that aliases on it work.
7351         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
7352         .size directives, put into .bss segment instead of initializing it
7353         to 4.
7355 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
7357         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
7359         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
7360         functions.
7361         Make names without __ weak aliases.
7362         (__libc_release, __libc_version): Make them static.
7364         * include/gnu/libc-version.h: New file.
7365         * Makefile (headers): Add gnu/libc-version.h.
7367 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
7369         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
7370         and use x for member name.
7371         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
7373         * stdlib/drand48.c: Change according to member name change.
7374         * stdlib/drand48_r.c: Likewise.
7375         * stdlib/lcong48_r.c: Likewise.
7376         * stdlib/lrand48.c: Likewise.
7377         * stdlib/lrand48_r.c: Likewise.
7378         * stdlib/mrand48.c: Likewise.
7379         * stdlib/mrand48_r.c: Likewise.
7380         * stdlib/seed48.c: Likewise.
7381         * stdlib/seed48_r.c: Likewise.
7382         * stdlib/srand48_r.c: Likewise.
7384 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7386         * nss/test-netdb.c: Add some more test cases.
7388 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
7390         * libio/iovsscanf.c: Undo last change modifying errno.
7392 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7394         * stdio-common/vfscanf.c: Never try to read another character
7395         after EOF.  Don't decrement read_in after EOF, it wasn't
7396         incremented in the first place.
7397         (NEXT_WIDE_CHAR): Set First, not first.
7399 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
7401         * db/Makefile ($(inst_libdir)/libndbm.a,
7402         $(inst_libdir)/libndbm.so): New targets.
7403         * db2/Makefile: Likewise.
7405 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
7407         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
7408         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
7410 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7412         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
7413         <streambuf.h>.
7414         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
7416 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7418         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
7419         versioned symbols.
7421 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
7423         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
7424         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
7425         Added for libdl.so.
7427 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7429         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
7430         extra syscall.
7432         * grp/Makefile: Fix logic when checking for thread package.
7433         * pwd/Makefile: Likewise.
7435 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
7437         * elf/Makefile (rtld-map): Replaced by libc-map.
7439         * elf/rtld.map: Removed.
7441         * libc.map (__libc_enable_secure, _dl_catch_error,
7442         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
7443         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
7444         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
7445         _dl_object_relocation_scope, _dl_relocate_object,
7446         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
7447         _r_debug): Added for ld.so.
7449 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
7451         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
7452         DO_VERSIONING.
7453         * libio/iofdopen.c: Ditto.
7454         * libio/iofopen.c: Ditto.
7455         * libio/oldfileops.c: Ditto.
7457         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
7458         version GLIBC_2.1.
7460         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
7461         oldsiglist from sysdep_routines and shared-only-routines.
7463         * sysdeps/unix/sysv/linux/errlist.c: New.
7464         * sysdeps/unix/sysv/linux/errlist.h: New.
7465         * sysdeps/unix/sysv/linux/sizes.h: New.
7466         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
7467         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
7469         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
7471         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
7472         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
7473         directive.
7475         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
7477         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
7478         (oldsiglist.c): Removed.
7480         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
7481         (_sys_siglist): Use SYS_SIGLIST instead.
7482         (_sys_nerr): Use SYS_NERR instead.
7484         * sysdeps/gnu/errlist.c: Rebuilt.
7486 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
7488         * elf/Makefile (others-static): New, set to ldconfig.
7489         ($(objpfx)ldconfig): Removed.
7491         * Rules (binaries-all, binaries-static, binaries-shared): New.
7492         Create targets for $(binaries-static) and $(binaries-shared).
7494         * Makeconfig (+link-static, link-libc-static,
7495         link-extra-libs-static): New for static linking.
7497 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7499         * manual/memory.texi (Using the Memory Debugger): Fix typo.
7501         * math/libm-test.c (modf_test): Add one more test for modf.
7503 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
7505         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
7506         Rename from __libc_have_rt_sigs and leave as COMMON data.
7508 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
7510         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
7511         of __finite.
7513 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
7515         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
7517 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
7519         * misc/tst-efgcvt.c: Add yet more tests.
7520         * misc/efgcvt_r.c: And correct for these tests again.
7521         Reported by HJ Lu.
7523         * isomac.c: Move to...
7524         * stdlib/isomac.c: ...here.
7525         * Makefile: Move rules for handling isomac...
7526         * stdlib/Makefile: ...to here.
7528 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7530         * misc/tst-efgcvt.c: Add more tests.
7531         * misc/efgcvt_r.c: Correct result for above new tests.
7533 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
7535         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
7536         NDIGIT <= 0.
7538 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
7540         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
7541         if the programs weren't built.
7543 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
7545         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
7546         FE_TONEAREST, soldier on regardless and do the best we can.
7547         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
7549 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
7551         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
7552         _STDIO_H, before including <bits/stdio_lim.h>.
7554         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
7556         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
7557         exist.
7559         * sysdeps/arm/sys/ucontext.h: New file.
7561 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
7563         * manual/stdio.texi (Formatted Output Functions): Explicitly say
7564         that the return value from snprintf() does not count the
7565         terminating NUL as a character.
7567 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7569         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
7570         add description for sete[ug]id and general cleanup.
7571         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
7573 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7575         * Makefile (parent-clean): Don't remove makefile fragments here.
7576         (postclean): New variable.
7577         (clean): Remove makefile fragments here.
7578         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
7579         (generated): Add isomac and isomanc.out.
7580         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
7581         avoid-generated is set.
7582         (postclean-generated): Add soversion.mk.
7583         ($(common-objpfx)version.mk): Don't include if avoid-generated is
7584         set.
7585         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
7586         avoid-generated is set.
7587         (common-generated): Add libc.so and libc.so$(libc.so-version).
7588         (generated): Add versioned libraries.
7589         (common-mostlyclean): Also remove %.so and %_pic.a.
7590         * csu/Makefile (generated): Add abi-tag.h.
7591         * db2/Makefile (extra-objs): Add getlong.o.
7592         * elf/Makefile (generated): Add ld.so, ldd and
7593         $(rtld-installed-name).
7594         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
7595         * malloc/Makefile (generated): Add mtrace.
7596         * po/Makefile: Don't include version.mk, not needed any more.
7597         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
7598         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
7599         syscall.h -> sys/syscall.h.
7600         (common-generated): Add s-proto.d.
7601         (postclean-generated): Add sysd-syscalls.
7602         * localedata/Makefile (test-output): Add all output files.
7603         (generated): Add test-input and test-output.
7604         (generated-dirs): Add all the dirs.
7606 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7608         * Makefile (test-output, generated, generated-dirs): New
7609         variables.
7611 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7613         * resolv/nss_dns/dns-host.c: Various code cleanups.
7615 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
7617         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
7618         From Philip Blundell <pb@nexus.co.uk>.
7619         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
7621 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7623         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
7624         Suggested by debian/sparc porters.
7626 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7628         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
7629         for ecvt and fcvt.
7631 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
7633         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
7634         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
7636         * signal/signal.h: Always define sigset_t if __need_sigset_t is
7637         defined even if __USE_POSIX is not defined.
7639 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7641         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
7642         to support obsolete tty major numbers correctly.
7644 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
7646         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
7647         directory first and ignore install error.
7649         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
7650         128 from ptyno and fix a typo for the BSD style pty.
7652 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7654         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
7655         syscalls.list's.
7657 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7659         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
7660         getresuid and getresgid.
7662         * sysdeps/unix/sysv/linux/getresuid.c: New file.
7663         * sysdeps/unix/sysv/linux/getresgid.c: New file.
7665         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
7666         s_getres[ug]id.
7668         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
7669         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7670         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7671         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
7673 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
7675         * nscd/grpcache.c: Include <stdlib.h>.
7677 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
7679         * stdlib/atoll.c: Fix comments.
7681         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
7682         * sysdeps/posix/ttyname_r.c: Ditto.
7684 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7686         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
7687         __USE_MISC, independent of __USE_UNIX98.
7689 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
7691         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
7692         Rename from __libc_have_rt_sigs and leave as COMMON data.
7694 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
7696         * Makeconfig (CFLAGS-.os): Kill -fno-common.
7697         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
7699         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
7700         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
7701         version symbols.
7702         * include/libc-symbols.h (symbol_version, default_symbol_version):
7703         Provide asm versions and correct !DO_VERSIONING versions.
7704         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
7705         the weak symbol list.
7707         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
7708         Rename from __libc_have_rt_sigs and leave as COMMON data.
7709         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7710         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7711         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7713 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7715         * sunrpc/Makefile: Correct dependencies of rpcgen.
7717 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
7719         * nscd/Makefile: Fix test for available linuxthreads add-on.
7720         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
7722 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7724         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
7726 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7728         * sysdeps/gnu/Makefile: Respect with-cvs variable.
7730         * manual/errno.texi (Error Messages): Correct description of
7731         strerror_r.  Pointed out by jonas@bagge.se.
7733 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7735         * manual/socket.texi (Host Address Functions): Clarify description
7736         of inet_network.
7738 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7740         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
7741         (grantpt): Delete superfluous cast.
7743 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7745         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
7746         elf/ldso_install instead of elf/subdir_install.
7747         (elf/ldso_install): New target.
7749         * elf/Makefile (ldso_install): New target.
7751 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7753         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
7754         of 1998-01-06.
7756 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7758         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
7759         constant expressions.
7761 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7763         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
7764         for __nss_configure_lookup.
7765         (output_hostent): Remove unused variable.
7767 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7769         * string/tst-inlcall.c: Fix format string.
7771 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7773         * inet/netinet/in.h: Rename second parameter of bindresvport to
7774         avoid buggy gcc warning. [PR libc/412]
7776 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
7778         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
7779         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
7781         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
7782         Follow POSIX and make tv_sec a time_t.
7783         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
7784         new tv64 syscall as well as fall back to tv32.
7785         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
7786         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7787         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
7788         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
7789         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
7790         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
7791         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
7792         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
7794         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
7795         * include/rpcsvc/nis_tags.h: Likewise.
7796         * include/rpcsvc/nislib.h: Likewise.
7798 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
7800         * libc.map: Add _h_errno.
7801         * inet/herrno.c: Make _h_errno weak alias.
7803         * login/Makefile (distribute): Add pty-internal.h.
7805         * nscd/Makefile (distribute): Add all the files missing.
7807         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
7808         are available.
7810         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
7811         and report status at the end.
7813         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
7815         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
7816         variable.
7817         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
7818         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
7819         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
7821 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
7823         * configure.in: Fix --enable-add-ons code.
7825 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7827         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
7828         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
7829         [PR libc/441]
7831         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
7832         occurence in cache.  Reported by Rudolf Leitgeb
7833         <leitgeb@leland.stanford.edu>.
7834         [PR libc/440]
7836 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
7838         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
7839         that it never is EINTR (which is tested for in _IO_vfscanf).
7841         * Makefile.in: Call sub-make with CVSOPTS.
7843         * elf/Makefile (distribute): Add dl-procinfo.h.
7845         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
7847 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
7849         * version.h (VERSION): Bump to 2.0.92.
7851 1998-01-31  Phil Blundell  <philb@gnu.org>
7853         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
7854         alias for __new_sys_siglist.
7856 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
7858         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
7859         getgrgid_r.c if thread package is available.
7860         * pwd/Makefile: Likewise.
7861         * grp/getgrnam_r.c: Remove USE_NSCD definition.
7862         * grp/getgrgid_r.c: Likewise.
7863         * pwd/getpwnam_r.c: Likewise.
7864         * pwd/getpwuid_r.c: Likewise.
7866 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
7868         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
7869         with error to allow user intervention.
7870         * nss/getXXent_r.c: Likewise.
7872 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
7874         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
7875         AT_PLATFORM string.  Pretty print AT_BASE info.
7877         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
7878         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
7879         * sysdeps/generic/dl-procinfo.h: New file.
7880         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
7882 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
7884         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
7886         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
7887         thread and not pthread_detach.
7889         * nscd/nscd.c: Rewrite to use argp instead of getopt.
7891 1998-01-31  Phil Blundell  <philb@gnu.org>
7893         * configure.in: Add --without-cvs option to suppress automatic
7894         checkin of regenerated files.
7895         * config.make.in: Likewise.
7896         * Makefile: Respect with-cvs setting.
7897         * Makerules: Likewise.
7899         * configure.in: Allow the standalone ARM port to be configured.
7901 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7903         * grp/getgrgid_r.c: Define USE_NSCD.
7904         * grp/getgrnam_r.c: Likewise.
7905         * pwd/getpwuid_r.c: Likewise.
7906         * pwd/getpwnam_r.c: Likewise.
7908         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
7910         * nss/getXXbyYY_r.c: Try at first nscd.
7912         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
7913         * nscd/connections.c: New file.
7914         * nscd/dbg_log.c: New file.
7915         * nscd/dbg_log.h: New file.
7916         * nscd/grpcache.c: New file.
7917         * nscd/nscd.c: New file.
7918         * nscd/nscd.h: New file.
7919         * nscd/nscd_conf.c: New file.
7920         * nscd/nscd_stat.c: New file.
7921         * nscd/pwdcache.c: New file.
7923         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
7924         * nscd/nscd_getpw_r.c: Likewise.
7925         * nscd/nscd_proto.h: New, prototypes for client functions.
7927         * nscd/nscd.conf: New, example for a configuration file.
7928         * nscd/nscd.init: New, example for a startup script.
7930         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
7931         avoid deadlocks.
7932         * nscd/getgrnam_r.c: Likewise.
7933         * nscd/getpwnam_r.c: Likewise.
7934         * nscd/getpwuid_r.c: Likewise.
7936 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
7938         * intl/Makefile: Use CVSOPTS in cvs invocation.
7939         * po/Makefile: Likewise.
7940         * posix/Makefile: Likewise.
7941         * stdlib/Makefile: Likewise.
7943 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
7945         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
7946         [PR libc/410]
7947         * misc/Makefile (tests): Add tst-efgcvt.
7948         * misc/tst-efgcvt.c: New file.
7950 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
7952         * posix/regex.c: Add some more cleanups by Akim Demaille.
7954 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
7956         * signal/signal.h: Revert last change.
7957         * string/strsignal.c: Regard signal number NSGI as illegal.
7958         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
7959         members.
7961 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
7963         * Makefile.in: Add comment about CVSOPTS Makefile variable.
7964         * Makerules: Use CVSOPTS in cvs invocation.
7965         * Makefile: Likewise.
7966         * MakeTAGS: Likewise.
7967         * Make-dist: Likewise.
7969 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
7971         * sysdeps/generic/memmem.c: Correct last change.
7973 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
7975         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
7976         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
7978 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7980         * nis/ypclnt.c: Try at first to use the binding file from ypbind
7981         before using RPC.
7983 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7985         * manual/memory.texi (Heap Consistency Checking): mcheck is
7986         declared in <mcheck.h>.
7987         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
7989 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7991         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
7992         beginning of haystack.
7994 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7996         * nss/nss_files/files-service.c: Correct last patch.
7998 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
8000         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
8001         __libc_have_rt_sigs.
8002         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
8003         including <bits/setjmp.h>.
8004         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
8005         Patch from the Debian glibc/SPARC package.
8007 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
8009         * sysdeps/alpha/bzero.S: Fix a typo.
8010         * sysdeps/alpha/htonl.S: Ditto.
8011         * sysdeps/alpha/htons.S: Ditto.
8013 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8015         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
8017 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
8019         * include/cpio.h: Move to ...
8020         * posix/cpio.h: ...here.
8022         * locale/programs/ld-collate.c: Fix typo.
8024         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
8026         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
8028         * login/utmp_file.c (pututline_file): Don't always report success
8029         if similar entry is found.  Patch by Mark M. Kettenis.
8031 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
8033         * manual/Makefile: Don't try to install the info files if makeinfo
8034         is not available.
8036 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
8038         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
8039         kernel's network ioctls, rather than using <linux/sockios.h> to
8040         get them.  This way we are sure of maintaining compatibility if
8041         the kernel interface should change.
8043 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
8045         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
8047 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
8049         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
8050         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
8052 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8054         Implement System V pseudoterminal handling.
8056         * login/Makefile
8057         (routines): Add getpt, grantpt, unlockpt, ptsname.
8058         (libutil-routines): Remove pty. Add openpty, forkpty.
8059         (distribute): New internal header pty-internal.h.
8060         (others): Add the helper program, pt_chown.
8061         (install-others): Install it, in $(libexecdir), mode 4755.
8063         * login/pty-internal.h: New file.
8064         * login/openpty.c: New file.
8065         * login/forkpty.c: New file.
8066         * login/programs/pt_chown.c: New file.
8068         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
8069         * stdlib/stdlib.h: Prototype them.
8071         * config.make.in: Define $(libexecdir).
8072         * Makeconfig: Define $(inst_libexecdir).
8074         * sysdeps/generic/pty.c: Removed.
8075         * sysdeps/unix/sysv/linux/pty.c: Removed.
8077         * sysdeps/generic/getpt.c: Stub out.
8078         * sysdeps/generic/grantpt.c: Likewise.
8079         * sysdeps/generic/ptsname.c: Likewise.
8080         * sysdeps/generic/unlockpt.c: Likewise.
8082         * sysdeps/unix/grantpt.c: New file.
8083         * sysdeps/unix/bsd/getpt.c: New file.
8084         * sysdeps/unix/bsd/unlockpt.c: New file.
8085         * sysdeps/unix/sysv/linux/getpt.c: New file.
8086         * sysdeps/unix/sysv/linux/ptsname.c: New file.
8087         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
8089 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
8091         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
8093 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8095         * nss/Makefile (tests): Add rule for test-netdb.c.
8097         * nss/test-netdb.c: New file.
8099 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
8101         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
8102         really kept as a variable.  Patch by Richard Henderson,
8103         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
8105         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
8106         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
8107         entries as not existing.
8109 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8111         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
8112         zero in alternate form with precision of zero, which must produce
8113         "0".  Add braces to avoid ambiguous `else'.
8115 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8117         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
8118         problem with strncpy.
8119         * nis/nss_compat/compat-pwd.c: Likewise.
8120         * nis/nss_compat/comapt-spwd.c: Likewise.
8122 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8124         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
8125         by uch@nop.or.jp. [PR libc/437]
8127 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8129         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
8131 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8133         * stdio-common/test-popen.c: Include <errno.h>.
8135         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
8136         close.
8138         * inet/getnetgrent_r.c: Include <errno.h>.
8140         * db2/db/db_conv.c: Include <string.h> for memcpy.
8142         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
8143         so that memcpy is declared.
8145         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
8147         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
8149 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8151         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
8152         overflow while reading line with fgets.
8153         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
8155 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
8157         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
8158         unsigned short, not short.
8159         Reported by Andreas Jaeger.
8161 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8163         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
8164         (ccept->accept).
8166         * sysdeps/generic/inttypes.h: Fix spelling.
8168 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8170         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
8172         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
8174 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
8176         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
8177         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
8178         field for hh modifier.
8179         * stdio-common/vfprint.c: Use is_char field and do not depend in
8180         is_short having the value 2.
8181         Bug reported by Andreas Jaeger.
8183 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8185         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
8186         PIC && DO_VERSIONING.
8188 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8190         * Rules: Add rules for $(common-objpfx)dummy$o.
8192 1998-01-26  Richard Henderson  <rth@cygnus.com>
8194         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
8195         unimplemented OSF/1 definitions so that they are not accidentally seen.
8197         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
8198         of the trampoline function into the macro.
8199         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
8200         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
8201         kernel 2.1.82 has this fixed.
8203         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
8204         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
8206 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
8208         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
8209         support sigaction on kernels > 2.1.7x.
8211 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
8213         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
8214         if it is empty.
8216         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
8217         Patch by David Engel <david@sw.ods.com>.
8219         * configure.in: Fix another typo in --enable-add-ons code.
8221 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
8223         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
8225 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8227         * nss/nss_files/files-network.c: Correct order of parameters for
8228         getnetbyaddr.
8230 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
8232         * db2/Makefile (routines): Add os_alloc.
8233         * db2/db.h: Update from db-2.3.16.
8234         * db2/db_185.h: Likewise.
8235         * db2/db_int.h: Likewise.
8236         * db2/btree/bt_close.c: Likewise.
8237         * db2/btree/bt_cursor.c: Likewise.
8238         * db2/btree/bt_delete.c: Likewise.
8239         * db2/btree/bt_open.c: Likewise.
8240         * db2/btree/bt_page.c: Likewise.
8241         * db2/btree/bt_put.c: Likewise.
8242         * db2/btree/bt_rec.c: Likewise.
8243         * db2/btree/bt_recno.c: Likewise.
8244         * db2/btree/btree_auto.c: Likewise.
8245         * db2/common/db_appinit.c: Likewise.
8246         * db2/common/db_apprec.c: Likewise.
8247         * db2/common/db_err.c: Likewise.
8248         * db2/common/db_region.c: Likewise.
8249         * db2/common/db_shash.c: Likewise.
8250         * db2/db/db.c: Likewise.
8251         * db2/db/db_auto.c: Likewise.
8252         * db2/db/db_conv.c: Likewise.
8253         * db2/db/db_dispatch.c: Likewise.
8254         * db2/db/db_dup.c: Likewise.
8255         * db2/db/db_pr.c: Likewise.
8256         * db2/db/db_rec.c: Likewise.
8257         * db2/db185/db185.c: Likewise.
8258         * db2/dbm/dbm.c: Likewise.
8259         * db2/hash/hash.c: Likewise.
8260         * db2/hash/hash_auto.c: Likewise.
8261         * db2/hash/hash_dup.c: Likewise.
8262         * db2/hash/hash_page.c: Likewise.
8263         * db2/hash/hash_rec.c: Likewise.
8264         * db2/include/btree_ext.h: Likewise.
8265         * db2/include/clib_ext.h: Likewise.
8266         * db2/include/common_ext.h: Likewise.
8267         * db2/include/db.h.src: Likewise.
8268         * db2/include/db_185.h.src: Likewise.
8269         * db2/include/db_am.h: Likewise.
8270         * db2/include/db_ext.h: Likewise.
8271         * db2/include/db_int.h.src: Likewise.
8272         * db2/include/hash_ext.h: Likewise.
8273         * db2/include/lock_ext.h: Likewise.
8274         * db2/include/log.h: Likewise.
8275         * db2/include/log_auto.h: Likewise.
8276         * db2/include/log_ext.h: Likewise.
8277         * db2/include/mp.h: Likewise.
8278         * db2/include/mp_ext.h: Likewise.
8279         * db2/include/mutex_ext.h: Likewise.
8280         * db2/include/os_ext.h: Likewise.
8281         * db2/include/os_func.h: Likewise.
8282         * db2/include/txn_ext.h: Likewise.
8283         * db2/lock/lock.c: Likewise.
8284         * db2/lock/lock_util.c: Likewise.
8285         * db2/log/log.c: Likewise.
8286         * db2/log/log.src: Likewise.
8287         * db2/log/log_archive.c: Likewise.
8288         * db2/log/log_auto.c: Likewise.
8289         * db2/log/log_get.c: Likewise.
8290         * db2/log/log_put.c: Likewise.
8291         * db2/log/log_rec.c: Likewise.
8292         * db2/log/log_register.c: Likewise.
8293         * db2/mp/mp_bh.c: Likewise.
8294         * db2/mp/mp_fget.c: Likewise.
8295         * db2/mp/mp_fopen.c: Likewise.
8296         * db2/mp/mp_fput.c: Likewise.
8297         * db2/mp/mp_pr.c: Likewise.
8298         * db2/mp/mp_sync.c: Likewise.
8299         * db2/mutex/mutex.c: Likewise.
8300         * db2/os/os_alloc.c: Likewise.
8301         * db2/os/os_config.c: Likewise.
8302         * db2/os/os_stat.c: Likewise.
8303         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
8304         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
8305         * db2/progs/db_load/db_load.c: Likewise.
8306         * db2/progs/db_printlog/db_printlog.c: Likewise.
8307         * db2/progs/db_recover/db_recover.c: Likewise.
8308         * db2/progs/db_stat/db_stat.c: Likewise.
8309         * db2/txn/txn.c: Likewise.
8311         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
8312         Unmap memory blocks in reverse order of allocation.
8313         Call munmap with load address added to offset.
8314         Bug reported by Miguel de Icaza.
8316         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
8317         up weight array.
8319         * localedata/locales/cs_CZ: Update by Michael Mraka
8320         <michael@informatics.muni.cz>.
8322         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
8323         __USE_BSD.
8325         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
8326         reading line with fgets.
8327         * nis/nss_compat/compat-pwd.c: Likewise.
8328         * nis/nss_compat/compat-spwd.c: Likewise.
8329         * nss/nss_files/files-XXX.c: Likewise.
8330         * nss/nss_files/files-alias.c: Likewise.
8331         * shadow/fgetspent_r.c: Likewise.
8333         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
8335         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
8336         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
8337         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
8339         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
8340         FP register content in ucontext_t.
8342 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8344         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
8345         calculation.  Patch by Markus Schoder
8346         <Markus.Schoder@dresdner-bank.de>.
8348         * math/libm-test.c (modf_test): Add more tests for modf.
8350         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
8351         munlock according to Unix98.
8353 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8355         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
8356         AF_INET.
8358 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
8360         * sysdeps/posix/ttyname.c: Handle symbolic links.
8361         * sysdeps/posix/ttyname_r.c: Ditto.
8363 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
8365         * db2/makedb.c (process_input): Write terminating \0 for value.
8366         (print_database): Simply print value string, don't use length.
8368 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8370         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
8371         exit of loop.
8373 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8375         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
8376         close all sockets.
8378 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
8380         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
8381         sigset.
8382         * signal/sighold.c: New file.
8383         * signal/sigrelse.c: New file.
8384         * sysdeps/generic/sigignore.c: New file.
8385         * sysdeps/generic/sigset.c: New file.
8386         * sysdeps/posix/sigignore.c: New file.
8387         * sysdeps/posix/sigset.c: New file.
8388         * signal/signal.h: Add prototypes for new functions.
8390         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
8391         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
8392         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
8393         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
8395 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
8397         * posix/wordexp.c: Added IFS field-splitting in parameter and
8398         command substitution.  Fixed an IFS-related bug that caused an
8399         infinite loop.
8401 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
8403         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
8404         and swapcontext.
8405         * stdlib/ucontext.h: Correct prototypes.
8406         * sysdeps/generic/getcontext.c: New file.
8407         * sysdeps/generic/setcontext.c: New file.
8408         * sysdeps/generic/makecontext.c: New file.
8409         * sysdeps/generic/swapcontext.c: New file.
8410         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
8412 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
8414         * resource/sys/resource.h: Remove #include of ulimit.h which is
8415         not allowed by SUSv2 and not available on other systems.
8416         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
8418         * streams/Makefile: New file.
8419         * streams/stropts.h: New file.
8420         * sysdeps/generic/bits/stropts.h: New file.
8421         * sysdeps/generic/isastream.c: New file.
8422         * sysdeps/generic/getmsg.c: New file.
8423         * sysdeps/generic/getpmsg.c: New file.
8424         * sysdeps/generic/putmsg.c: New file.
8425         * sysdeps/generic/putpmsg.c: New file.
8426         * sysdeps/generic/fattach.c: New file.
8427         * sysdeps/generic/fdetach.c: New file.
8428         * sysdeps/unix/inet/Subdirs: Add streams.
8429         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
8430         __t_uscalar_t.
8431         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
8432         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
8433         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
8434         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
8436         * sysdeps/mach/_strerror.c: Follow changes of generic version to
8437         handle small buffers correctly.
8439 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
8441         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
8442         Remove the 3rd arg and add declaration for _dl_runtime_resolve
8443         and _dl_runtime_profile.
8445 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
8447         * include/cpio.h: New file.  Mainly copied from GNU cpio.
8448         * posix/Makefile (headers): Add cpio.h.
8450 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8452         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
8453         to routines.
8454         * nis/nis_cache.c: New file.
8455         * nis/nis_cache2.h: New file.
8456         * nis/nis_cache2_xdr.c: New file.
8457         * nis/nis_call.c: Changes for cache2_info parameter.
8458         * nis/nis_checkpoint.c: Likewise.
8459         * nis/nis_intern.h: Likewise.
8460         * nis/nis_mkdir.c: Likewise.
8461         * nis/nis_ping.c: Likewise.
8462         * nis/nis_rmdir.c: Likewise.
8463         * nis/nis_server.c: Likewise.
8464         * nis/nis_util.c: Likewise.
8466 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8468         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
8469         return/errnop codes.
8470         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
8471         * nis/nss_nisplus/nisplus-grp.c: Likewise.
8472         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
8473         * nis/nss_nisplus/nisplus-proto.c: Likewise.
8474         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8475         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
8476         * nis/nss_nisplus/nisplus-rpc.c: Likewise
8477         * nis/nss_nisplus/nisplus-service.c: Likewise.
8478         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
8480 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8482         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
8483         * nis/nss_nis/nis-ethers.c: Likewise.
8484         * nis/nss_nis/nis-grp.c: Likewise.
8485         * nis/nss_nis/nis-hosts.c: Likewise.
8486         * nis/nss_nis/nis-network.c: Likewise.
8487         * nis/nss_nis/nis-proto.c: Likewise.
8488         * nis/nss_nis/nis-hosts.c: Likewise.
8489         * nis/nss_nis/nis-network.c: Likewise.
8490         * nis/nss_nis/nis-proto.c: Likewise.
8491         * nis/nss_nis/nis-publickey.c: Likewise.
8492         * nis/nss_nis/nis-pwd.c: Likewise.
8493         * nis/nss_nis/nis-rpc.c: Likewise.
8494         * nis/nss_nis/nis-service.c: Likewise.
8495         * nis/nss_nis/nis-spwd.c: Likewise.
8497 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
8499         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
8500         Added to follow latest kernel development.
8502 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
8504         * nss/db-Makefile: Handle empty and comment lines better.
8505         ($(VAR_DB)/services.db): Generate entries with missing protocol
8506         value.
8508 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8510         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
8511           NULL.
8512           (getservbyname): Allow proto == NULL.
8513           Pointed out by David N. Welton <davidw@gate.cks.com>.
8514           [PR libc/430].
8516 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
8518         * nis/nislib/nislib.h: Finally removed.
8520         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
8521         C compiler.  From Kaveh Ghazi.
8522         (TYPE_MINIMUM): Define.
8523         (TYPE_MAXIMUM): Define.
8524         (TIME_T_MIN): Use TYPE_MINIMUM.
8525         (TIME_T_MAX): Use TYPE_MAXIMUM.
8526         Patch by Jim Meyering <meyering@ascend.com>.
8528 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
8530         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
8531         __pread64, __pwrite64, and __getpid.
8533         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
8534         versions.
8536 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8538         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
8539         cancelable socket functions as __libc_xxx with __xxx as weak
8540         alias.
8541         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
8542         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8544         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
8545         redefined.
8546         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
8547         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
8548         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
8549         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
8551         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
8552         and __xxx a weak alias.
8553         * sysdeps/unix/sysv/linux/connect.S: Likewise.
8554         * sysdeps/unix/sysv/linux/recv.S: Likewise.
8555         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
8556         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
8557         * sysdeps/unix/sysv/linux/send.S: Likewise.
8558         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
8559         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
8561 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8563         * locale/langinfo.h: Add defines.
8565         * dirent/dirent.h: Add defines for DT_*, check also for
8566         _DIRENT_HAVE_D_TYPE.
8567         Suggested by Roland McGrath.
8569 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8571         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
8572         Update from Linux 2.1.73+79.
8574         * README.template: Update information about possible
8575         configurations.
8577         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
8578         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
8579         [PR libc/417].
8581         * manual/time.texi (Priority): Correct description of
8582         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
8583         [PR libc/416].
8585 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
8587         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
8588         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
8590 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
8592         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
8593         Andreas Jaeger.
8595 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
8597         * locale/programs/ld-collate.c: Little optimizations.
8599         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
8601         * string/Makefile (tests): Add tst-inlcall.
8602         * string/tst-inlcall.c: New file.
8604         * string/strsignal.c: Add support for real-time signals.
8606         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
8607         presense of small buffer.
8609         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
8611         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
8612         for i686.
8614         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
8615         _NSIG + 1.
8617 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
8619         * Rules: Add explicit rule for dummy.o; at least one library needs
8620           it and it isn't autogenerated by the default rules.
8622 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8624         * math/libm-test.c: Tweak epsilons.
8626 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8628         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
8629         child.
8630         (feenv_mask_test): Likewise.
8632 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8634         * Makeconfig: Don't export CPPFLAGS.
8636 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8638         * sunrpc/rpc_main.c (parseargs): Use perror to print error
8639         message.
8641 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8643         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
8644         terminating null in key size.
8646 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8648         * nss/nss_files/files-service.c: Fix allocation size to include
8649         length of PROTO.
8651         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
8652         applicable.  Fix return value and error checking.
8653         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
8654         unparsable lines.
8655         (DB_LOOKUP): Allocate space for terminating null byte.
8657         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
8658         uids specially.
8660         * db2/makedb.c (process_input): Continue processing if a duplicate
8661         key is encountered.
8663 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
8665         * time/tzfile.h: Updated from tzcode1998b.
8666         * time/zdump.c: Likewise.
8667         * time/zic.c: Likewise.
8668         * time/africa: Update from tzdata1998b.
8669         * time/antarctica: Likewise.
8670         * time/asia: Likewise.
8671         * time/australasia: Likewise.
8672         * time/etcetera: Likewise.
8673         * time/europe: Likewise.
8674         * time/leapseconds: Likewise.
8675         * time/northamerica: Likewise.
8676         * time/southamerica: Likewise.
8678 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8680         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
8681         lookups ignoring case.
8682         * nss/nss_files/files-network.c: Do network lookups ignoring
8683         case.
8684         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
8685         case.
8686         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
8687         case insensitive comparing.
8688         Patches by Cristian Gafton <gafton@redhat.com>.
8690 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8692         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
8693         by Roland McGrath. [PR libc/395]
8695 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8697         * manual/arith.texi (Parsing of Integers): Correct description of
8698         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
8699         [PR libc/396]
8701 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
8703         * misc/lsearch.c (lsearch): Return a pointer to the new element
8704         if one was "allocated".
8706 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8708         * string/strsignal.c: NSIG is not a valid index into
8709         _sys_siglist.  Don't zap the last character of the "Unknown
8710         signal" message.
8712 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
8714         * locale/programs/charmap.c (parse_charmap): Correct parsing of
8715         ellipsis expressions.
8717         * locale/programs/charset.c (insert_char): Correctly insert value
8718         of eliipsis expression.
8720 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
8722         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
8723         <bits/setjmp.h>.
8724         * sysdeps/powerpc/setjmp.S: Likewise.
8725         Patches by Matt McLean <keys@keys.got.net>.
8727         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
8729         * Makefile: Undo last patch.
8730         (distribute): Add test-installation.pl.
8732         * configure.in: Correct handling of --enable-add-ons without parameter.
8733         Correct address of WWW pages.
8735         * libc.map: Add _nl_domain_bindings.
8737         * db2/mutex/tsl_parisc.s: New file.
8739         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
8740         and extra-module.mk.
8742         * localedata/Makefile (distribute): New.  Add all the files.
8744         * stdlib/Makefile (headers): Add inttypes.h.
8745         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
8746         * sysdeps/generic/inttypes.h: New file.
8747         * sysdeps/generic/strtoimax.c: New file.
8748         * sysdeps/generic/strtoumax.c: New file.
8749         * sysdeps/generic/wcstoimax.c: New file.
8750         * sysdeps/generic/wcstoumax.c: New file.
8751         * sysdeps/wordsize-32/Dist: Removed.
8752         * sysdeps/wordsize-32/Makefile: Removed.
8753         * sysdeps/wordsize-64/Dist: Removed.
8754         * sysdeps/wordsize-64/Makefile: Removed.
8755         * sysdeps/generic/bits/environments.h: New file.
8757         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
8758         header is still not correct.
8760         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
8761         * posix/unistd.h: Likewise.
8762         * sysdeps/generic/sys/mman.h: Likewise.
8763         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
8765         * manual/arith.texi: Change definition of mul macro.
8766         * manual/math.texi: Likewise.
8768         * misc/Makefile (routines): Add mmap64.
8769         * sysdeps/generic/mmap64.c: New file.
8770         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
8771         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
8772         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
8773         aliases to mmap.
8774         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8776         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
8778         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
8780         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
8782         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
8783         FOPEN_MAX also when included by limits.h.
8784         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
8786         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
8787         and netrom/netrom.h.
8788         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
8789         oldsiglist to sysdep_routines, not aux.
8790         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
8792         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
8793         and SOL_NETROM definition.
8795         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
8797         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
8798         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
8800 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
8802         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
8804         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
8805         sa_handler with k_sa_handler.
8806         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
8807         strong alias.
8808         Reported by a sun.
8810         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
8811         __libc_have_rt_sigs here.
8812         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
8813         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8814         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
8815         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8817 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
8819         * sysdeps/powerpc/atomicity.h: New file.
8820         * sysdeps/mach/powerpc/machine-lock.h: New file.
8822         * Rules: Use -fpic to build anything that might end up in a users'
8823         shared library.
8825         * sysdeps/powerpc/s_fdim.c: New file.
8826         * sysdeps/powerpc/s_fdimf.c: New file.
8827         * sysdeps/powerpc/s_fmax.S: New file.
8828         * sysdeps/powerpc/s_fmaxf.S: New file.
8829         * sysdeps/powerpc/s_fmin.S: New file.
8830         * sysdeps/powerpc/s_fminf.S: New file.
8831         * sysdeps/powerpc/s_llrint.c: Now is for double.
8832         * sysdeps/powerpc/s_llrintf.c: New file.
8833         * sysdeps/powerpc/s_llround.c: Now is for double.
8834         * sysdeps/powerpc/s_llroundf.c: New file.
8835         * sysdeps/powerpc/s_lrint.c: Now is for double.
8836         * sysdeps/powerpc/s_lrintf.S: New file.
8837         * sysdeps/powerpc/s_lround.c: Now is for double.
8838         * sysdeps/powerpc/s_lroundf.c: New file.
8839         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
8840         lrintf, fdim, fdimf.
8842         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
8843         file directly, use its parent.
8845         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
8846         (for the third time).
8848 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
8850         * posix/sched.h: timespec is in <time.h>.
8852         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
8854 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
8856         * configure.in: Stop with error if --disable-static is used when
8857         the shared lib uses this library.
8859         * gen-FAQ.pl: I've perl installed in /usr/bin.
8861         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
8863         Fix Unix98 conformance problems in the headers.
8864         * catgets/nl_types.h: Define nl_item.
8865         * grp/grp.h: Define gid_t.
8866         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
8867         * include/nl_types.h: New file.
8868         * include/ulimit.h: New file.
8869         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
8870         constants in POSIX mode.
8871         * io/utime.h: Get definition for time_t.
8872         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
8873         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
8874         * libio/stdio.h: Define va_list.  Make snprintf also available is
8875         __USE_UNIX98.  Declare getopt function and variables.
8876         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
8877         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
8878         * math/math.h: Defined M_* constants as double for Unix98 mode.
8879         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
8880         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
8881         * posix/regex.h: Define REG_NOSYS.
8882         * posix/wordexp.h: Define WRDE_NOSYS.
8883         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
8884         500 for Unix98.
8885         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
8886         somewhere else as well.  Define clock_t for Unix98.
8887         * posix/sys/wait.h: Define pid_t.
8888         * pwd/pwd.h: Define gid_t, uid_t.
8889         * resource/Makefile (headers): Add ulimit.h.
8890         * resource/ulimit.h: New file.
8891         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
8892         instead of second argument.
8893         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
8894         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
8895         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
8896         * signal/signal.h: Define pid_t.
8897         * string/string.h: Don't declare BSD string functions in POSIX mode.
8898         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
8899         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
8900         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
8901         and POSIX.
8903         * inet/test_ifindex.c: Change test so that it does not fail for
8904         interface aliases.
8906         * locale/programs/locale.c (show_info): Use correct cast sequence
8907         for 64bit machines.
8909         * malloc/malloc.c: __malloc_initialized now signals three states:
8910         uninitialized, initializing, initialized.  Used in mcheck.
8911         * malloc/mcheck.c (mabort): Add '\n' to messages.
8912         (mcheck): Allow installation when malloc is uninitialized or is
8913         just initializing.
8915         * manual/memory.texi: Explain mtrace output a bit more.
8917         * math/libm-test.c: Add more epsilons.
8919         * misc/regexp.h (compile): Remove __ prefix from parameter names.
8921         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
8922         instead of strcpy for security.
8923         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
8924         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
8925         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
8927         * nss/digits_dots.c: Pretty print.
8929         * posix/getconf.c (vars): Add symbols for programming environment
8930         recognition.  Recognize --version.
8932         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
8933         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
8934         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
8936         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
8937         __need_FOPEN_MAX.
8938         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
8939         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
8940         __need_FOPEN_MAX.
8942         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
8943         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
8945         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
8946         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
8947         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
8948         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
8949         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
8950         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
8952         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
8953         SCNu*.
8954         * sysdeps/wordsize-64/inttypes.h: Likewise.
8956         * time/africa: Update from tzdata1997j.
8957         * time/antarctica: Likewise.
8958         * time/asia: Likewise.
8959         * time/australasia: Likewise.
8960         * time/backward: Likewise.
8961         * time/etcetera: Likewise.
8962         * time/europe: Likewise.
8963         * time/factory: Likewise.
8964         * time/northamerica: Likewise.
8965         * time/pacificnew: Likewise.
8966         * time/southamerica: Likewise.
8968         * time/tzfile.h: Update from tzcode1997h.
8969         * time/zic.c: Likewise.
8971         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
8972         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
8973         isw*() functions for Unix98.
8974         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
8975         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
8976         is defined.
8978 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8980         * locale/duplocale.c: Increase usage_count only if less than
8981         MAX_USAGE_COUNT.
8982         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
8983         MAX_USAGE_COUNT.
8984         * locale/setlocale.c: Likewise.
8986 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8988         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
8989         dependency to make it easier to install it selectively.
8991         * Makerules (.SUFFIXES): Don't define any suffixes.
8993 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8995         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
8996         * sysdeps/generic/statfs64.c: Emulate using statfs.
8997         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
8998         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
8999         * sysdpes/generic/ftruncate64.c: New file.
9000         * sysdpes/generic/truncate64.c: New file.
9002         * sysdeps/generic/bits/stat.h: Add LFS support.
9003         * sysdeps/generic/bits/statfs.h: Likewise.
9005         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
9006         [__USE_FILE_OFFSET64]: Make long long constant.
9007         (RLIM64_INFINITY): Likewise.
9009         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
9010         for LFS support.
9011         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
9012         * sysdeps/generic/bits/resource.h: Likewise.
9014         * misc/Makefile (routines): Add truncate64 and ftruncate64.
9016         * include/features.h: Don't prevent LFS support from defining BSD
9017         and SYSV things.
9019         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
9020         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
9021         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
9023         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
9024         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
9025         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9027         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
9028         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
9029         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
9030         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
9031         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
9032         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
9033         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
9034         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
9035         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
9036         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
9037         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
9038         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
9039         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
9040         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
9041         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
9042         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
9043         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
9044         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
9045         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
9046         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
9048         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
9049         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
9050         * sysdeps/unix/sysv/linux/xstat64.c: New file.
9051         * sysdeps/unix/sysv/linux/readdir64.c: New file.
9052         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
9054         * sysdeps/unix/sysv/linux/getdents64.c: New file.
9055         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
9056         [$(subdir)=dirent]: Add getdents64.
9057         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
9059         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
9061 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
9063         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
9065         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
9066         * sysdeps/generic/getrlimit64.c: Likewise.
9067         * sysdeps/generic/setrlimit.c: Likewise.
9068         * sysdeps/generic/setrlimit64.c: Likewise.
9070 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
9072         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
9073         using versioning.
9075         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
9077         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
9079 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9081         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
9082         after the codeset name.
9084 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9086         * libc.map: Add get_kernel_syms.
9088 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9090         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
9091         static.
9092         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
9093         Likewise.  Fix condition.
9095 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9097         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
9099 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9101         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
9102         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
9104 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9106         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
9107         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
9108         instead.  Oops.
9110 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9112         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
9114 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9116         * math/libm-test.c (catanh_test): Change epsilon.
9117         Reported by H.J. Lu.
9119 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
9121         * libc.map (__getpid): Added for linuxthreads.
9123 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
9125         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
9126         it if gcc uses static variable in DWARF2 unwind information
9127         for exception support.
9129         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
9131         * elf/soinit.c (__libc_global_ctors, _fini): Handle
9132         HAVE_DWARF2_UNWIND_INFO_STATIC.
9134         * libc.map (__register_frame*, __deregister_frame*): Make them
9135         global.
9137 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9139         * math/libm-test.c: Add more tests for "normal" values.
9141 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9143         * stdio-common/printf_fphex.c: Fix printing of long double number
9144         with a biased exponent of zero.  Fix rounding.
9146 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9148         * sunrpc/rpc_main.c: Accept new flag -$.
9149         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
9151 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9153         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
9154         dynamic linker first, in case the interface has changed.
9156 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9158         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
9159         order.
9161 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9163         * math/tgmath.h: Check for double first, for architectures where
9164         sizeof (long double) == sizeof (double).
9166 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9168         * math/libm-test.c: New tests for "normal" values added for most
9169         functions.
9171 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
9173         * version.h (VERSION): Bump to 2.0.91.
9175         * db2/makedb.c (process_input): Fix typo in message.
9176         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
9178         * elf/dynamic-link.h: Pretty print.
9180         * elf/rtld.c: Allow multiple preloading of a shared object.
9182         * include/limits.h: Prevent multiple inclusion.
9184         * malloc/Makefile (headers): Add mcheck.h.
9185         (distribute): Remove it here.
9186         * malloc/mcheck.h: Pretty print.
9187         * malloc/mtrace.c (mallenv): Make `const'.
9188         * malloc/mtrace.pl: Don't print table head for memory leaks if there
9189         are none.
9190         * manual/memory.texi: Update descriptor of malloc hooks.
9192         * posix/Makefile (routines): Add waitid.
9193         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
9194         on __id_t.
9195         * posix/sys/wait.h: Define idtype_t type.
9196         Add prototype for waitid.
9197         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
9198         * sysdeps/generic/waitid.c: Stub for waitid.
9199         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
9200         the __need_siginfo_t defined.
9201         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
9202         * sysdeps/generic/bits/types.h: Define __id_t.
9203         Correct definition of __FDMASK.
9204         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
9205         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9206         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
9208         * sysdeps/posix/waitid.c: New file.
9209         Provided by Zack Weinberg.
9211         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
9213         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
9214         Add missing parameters.
9216         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
9217         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
9218         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
9219         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
9220         initialized.
9222         * sysdeps/i386/dl-machine.h: Little cleanup.
9224         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
9225         (__finite): Mark function as const.
9226         Add inline code for __ieee754_atan2.
9228         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
9229         (but don't use it now).
9230         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
9231         __atan.
9232         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
9233         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
9234         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
9235         real part.
9236         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
9237         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
9238         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
9239         __ieee754_atan2 to base 10.
9240         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
9241         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
9243         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
9244         old_kernel_sigaction.
9246         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
9248         * wctype/Makefile (routines): Add wctype_l.
9249         * wctype/wctype.h: Add declaration of __wctype_l.
9250         * wctype/wctype_l.c: New file.
9252 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
9254         * locale/C-ctype.c: Correct data for isw* functions.
9255         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
9256         byte order.
9257         * wctype/test_wctype.c: Add test for isw* functions.
9258         * wctype/wctype.c: Return value with expected byte order.
9260 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9262         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
9264 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
9266         * iconvdata/Makefile: Fix a typo.
9268         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
9269         oldsiglist for shared library.
9271         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
9272         sys_sigabbrev): Make them as the default version GLIBC_2.1.
9274         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
9275         sys_siglist, sys_sigabbrev): New file. Make them as the old
9276         version GLIBC_2.0.
9278         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
9279         to GLIBC_2.1.
9281 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
9283         * libio/iofgets.c (_IO_fgets): Return an error only if there
9284         is a new error.
9285         * libio/iogets.c (_IO_gets): Ditto.
9287 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
9289         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
9291         * libio/Makefile (routines, shared-only-routines): Add
9292         oldiofdopen.
9294         * libio/fileops.c: Don't use _IO_FILE_complete.
9295         * libio/iofdopen.c: Ditto.
9296         * libio/iofopen.c: Ditto.
9297         * libio/iofopen64.c: Ditto.
9298         * libio/iopopen.c: Ditto.
9299         * libio/iovdprintf.c: Ditto.
9301         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
9303         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
9304         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
9306         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
9307         _IO_old_fdopen, _IO_new_fdopen): New declaration.
9309         * libio/libio.h (_IO_FILE): Add more fields.
9310         (_IO_FILE_complete): Defined and make _IO_FILE be the old
9311         one if _IO_USE_OLD_IO_FILE is defined
9312         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
9313         them _IO_FILE_complete.
9315         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
9316         to adjust vtable.
9317         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
9318         _IO_JUMPS.
9319         (_IO_FILE_complete): Commented out.
9321         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
9322         * libio/oldiofclose.c: Ditto.
9323         * libio/oldiofopen.c: Ditto.
9324         * libio/oldstdfiles.c: Ditto.
9326         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
9327         for the old _IO_FILE.
9329         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
9330         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
9331         and stderr.
9333         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
9334         and remove INAME.
9336         * libio/stdio.c (stdin, stdout, stdin): Don't use
9337         _IO_FILE_complete.
9339         * libio/oldiofdopen.c: New.
9341         * stdio-common/vfprintf.c (buffered_vfprintf): Set
9342         hp->_vtable_offset to 0.
9344 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
9346         * libc.map (_IO_file_open): Added.
9348         * libio/libioP.h (_IO_file_open): Declared.
9350         * libio/fileops.c (_IO_file_open): New.
9351         (_IO_file_fopen): Call _IO_file_open ().
9353         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
9354         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
9356 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9358         * signal/signal.h: Fix selection of signal semantics to match
9359         comment.
9361 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9363         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
9364         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
9365         rt_sigreturn.
9366         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
9367         [$(subdir)=signal]: Remove rt_sigreturn.
9368         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
9369         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
9370         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
9372 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9374         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
9375         declarations.
9377 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9379         * iconvdata/extra-module.mk: Expand extra-objs now.
9381 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9383         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
9384         inline functions by feature tests to avoid warning about missing
9385         prototype declarations.
9387 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9389         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
9390         return code for non existent +name entries.
9391         * nis/nss_compat/compat-pwd.c: Likewise.
9392         * nis/nss_compat/compat-spwd.c: Likewise.
9394 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
9396         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
9397         (EIO): Likewise.
9398         (ENOSPC): Likewise.
9399         (EEXIST): Likewise.
9400         (__errno_location): Likewise.
9402         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
9404         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
9406 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9408         * sunrpc/publickey.c: Use new NSS interface.
9410 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
9412         * manual/malloc.texi: Document mtrace/muntrace and the concept.
9414 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9416         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
9417         value, to match spirit of the standard.
9418         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
9419         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
9420         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
9422 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9424         * manual/signal.texi (Signal Stack): Remove spurious @item.
9426 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9428         * rt/aio.h: Remove double semicolon.
9430         * rt/librt.map: Add aio_init.
9432 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
9434         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
9435         * Makefile (subdirs): Replace rt by $(rt).
9437         * shlib-versions: Use version .2 for NSS modules.
9439         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
9440         argument.
9441         * pwd/fgetpwent_r.c: Likewise.
9442         * spwd/fgetspent_r.c: Likewise.
9443         * spwd/sgetspent_r.c: Likewise.
9444         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
9445         Store error number in *ERRNOP.  Little optimization.
9446         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
9447         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
9448         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
9449         (__internal_getnetgrent_r): New argument.
9450         Call __internal_setnetgrent_reuse with new argument.
9451         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
9452         * inet/netgroup.h: Add argument to prototypes.
9453         * nis/nisplus-parser.h: Likewise.
9454         * nis/nss_compat/compat-grp.c: Change everything to store error
9455         code through provided pointer and not use errno.
9456         * nis/nss_compat/compat-pwd.c: Likewise.
9457         * nis/nss_compat/compat-spwd.c: Likewise.
9458         * nis/nss_nis/nis-alias.c: Likewise.
9459         * nis/nss_nis/nis-ethers.c: Likewise.
9460         * nis/nss_nis/nis-grp.c: Likewise.
9461         * nis/nss_nis/nis-hosts.c: Likewise.
9462         * nis/nss_nis/nis-netgrp.c: Likewise.
9463         * nis/nss_nis/nis-network.c: Likewise.
9464         * nis/nss_nis/nis-proto.c: Likewise.
9465         * nis/nss_nis/nis-publickey.c: Likewise.
9466         * nis/nss_nis/nis-pwd.c: Likewise.
9467         * nis/nss_nis/nis-rpc.c: Likewise.
9468         * nis/nss_nis/nis-service.c: Likewise.
9469         * nis/nss_nis/nis-spwd.c: Likewise.
9470         * nis/nss_nisplus/nisplus-alias.c: Likewise.
9471         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
9472         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9473         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
9474         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
9475         * nis/nss_nisplus/nisplus-network.c: Likewise.
9476         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9477         * nis/nss_nisplus/nisplus-proto.c: Likewise.
9478         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9479         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
9480         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
9481         * nis/nss_nisplus/nisplus-service.c: Likewise.
9482         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
9483         * nss/nss_db/db-XXX.c: Likewise.
9484         * nss/nss_db/db-alias.c: Likewise.
9485         * nss/nss_db/db-netgrp.c: Likewise.
9486         * nss/nss_files/files-XXX.c: Likewise
9487         * nss/nss_files/files-alias.c: Likewise
9488         * nss/nss_files/files-netgrp.c: Likewise
9489         * nss/nss_files/files-parse.c: Likewise
9490         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
9491         parameter of get functions.
9492         * nss/getXXent_r.c: Likewise.
9494         * localedata/tst-fmon.c: Print debug info if test fails.
9496         * rt/Makefile (routines): Add aio_notify.
9497         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
9498         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
9499         * rt/aio_fsync.c: Likewise.
9500         * rt/aio_misc.c: Likewise.
9501         * rt/aio_misc.h: Likewise.
9502         * rt/aio_read.c: Likewise.
9503         * rt/aio_read64.c: Likewise.
9504         * rt/aio_suspend.c: Likewise.
9505         * rt/aio_write.c: Likewise.
9506         * rt/aio_write64.c: Likewise.
9507         * rt/lio_listio.c: Likewise.
9508         * rt/lio_listio64.c: Likewise.
9509         * rt/aio_notify.c: New file.
9511         * sysdeps/generic/bits/sigset.h: Pretty print.
9513         * sysdeps/posix/pwrite.c: Define weak alias only if function is
9514         really defined as __pwrite.
9516         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
9517         instead of pread64.
9518         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9520         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
9521         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
9522         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
9523         size in syscall.
9524         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9525         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9526         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
9527         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9528         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
9529         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9530         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
9531         for ACT being NULL.
9532         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
9533         RT signals.
9534         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
9535         __NR_pread is not defined.
9536         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
9537         __NR_pwrite is not defined.
9539 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9541         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
9542         handle for /etc/group back in some more cases.
9543         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
9544         handle for /etc/passwd back in some more cases.
9545         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
9546         handle for /etc/shadow back in some more cases.
9548 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
9550         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
9551         beyound its size.
9552         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
9553         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
9555 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
9557         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
9558         handling.  Don't use macros, we need functions.  Use inline functions
9559         for optimization.
9560         * sysdeps/wordsize-64/inttypes.h: Likewise.
9561         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
9562         and wcstoumax.
9563         * sysdeps/wordsize-64/Makefile: Likewise.
9564         * sysdeps/wordsize-32/Dist: Likewise.
9565         * sysdeps/wordsize-64/Dist: Likewise.
9566         * sysdeps/wordsize-32/strtoimax.c: New file.
9567         * sysdeps/wordsize-32/strtoumax.c: New file.
9568         * sysdeps/wordsize-32/wcstoimax.c: New file.
9569         * sysdeps/wordsize-32/wcstoumax.c: New file.
9570         * sysdeps/wordsize-64/strtoimax.c: New file.
9571         * sysdeps/wordsize-64/strtoumax.c: New file.
9572         * sysdeps/wordsize-64/wcstoimax.c: New file.
9573         * sysdeps/wordsize-64/wcstoumax.c: New file.
9575 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
9577         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
9578         that transparent union works.
9579         * sysdeps/generic/wait4.c (__wait4): Likewise.
9580         * sysdeps/generic/wait.c (__wait): Likewise.
9582         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
9583         size_t.
9585         * sysdeps/generic/syscall.c (syscall): Return value and arg are
9586         long, to match prototype.
9588         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
9589         have mremap() yet.
9591         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
9593         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
9595         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
9597         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
9598         __rlim_t.
9600         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
9602         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
9604         * io/sys/stat.h (S_ISLNK): Always false if we don't have
9605         __S_IFLNK.
9607         * sysdeps/standalone/close.c (_STDIO_H): Define before including
9608         <bits/stdio_lim.h>.
9609         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
9611 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
9613         * posix/sys/wait.h: Don't use transparent unions in C++.
9615 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9617         * time/time.h: Add strfxtime.
9619         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
9620         sysv_signal, strfxtime, pread64, pwrite64.
9622 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
9624         Alpha changes for EGCS:
9625         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
9626         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
9627         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
9628         (_start): Likewise.
9629         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
9631 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
9633         The kernel expects the arguments in a different order.
9634         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
9635         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
9637         * FAQ.in: New file.
9638         * gen-FAQ.pl: New file.
9639         * Makefile (FAQ): Add rule to generate from FAQ.in.
9641         * iconvdata/Makefile: Treat libJIS like the other modules.
9643         * rt/librt.map: New file.
9645         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
9646         inclusion.
9647         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
9648         comment.
9650 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
9652         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
9653         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
9654         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
9655         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
9657 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9659         * string/bits/string2.h: Fix spellings.
9661         * string/string.h: Fix spellings.
9663 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9665         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
9666         declaration to __syscall_rt_sigaction.
9668         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
9669         non-existant <sigcontext.h>.
9671 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9673         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
9674         typo.
9676 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9678         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
9680         * Makeconfig (shared-thread-library): Correct spelling.
9682         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
9683         <asm/pci.h>.
9685 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9687         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
9688         constants from Linux headers. Pointed out by
9689         csmall@scooter.o.i.net. [PR libc/369]
9691 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9693         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
9695 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9697         * configure.in: If --enable-add-ons is given without an
9698         argument, set the addons list to all subdirs with a configure
9699         script.
9701 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
9703         * Makeconfig: Add shared-thread-library variable.
9705         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
9706         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
9707         here.
9708         * sysdeps/m68k/fpu/e_acos.c: Likewise.
9709         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
9710         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
9711         * sysdeps/m68k/fpu/e_pow.c: Likewise.
9712         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
9713         * sysdeps/m68k/fpu/k_cos.c: Likewise.
9714         * sysdeps/m68k/fpu/k_sin.c: Likewise.
9715         * sysdeps/m68k/fpu/k_tan.c: Likewise.
9716         * sysdeps/m68k/fpu/s_atan.c: Likewise.
9717         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
9718         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
9719         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
9720         * sysdeps/m68k/fpu/s_csin.c: Likewise.
9721         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
9722         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
9723         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
9724         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
9725         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
9726         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
9727         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
9728         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
9729         * sysdeps/m68k/fpu/s_modf.c: Likewise.
9730         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
9731         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
9732         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
9734         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
9735         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
9736         * signal/Makefile (headers): Add bits/siginfo.h.
9737         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
9738         (distribute): Add testrtsig.h.
9739         * signal/allocrtsig.c: New file.
9740         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
9741         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
9742         __libc_current_sigrtmax.
9743         * sysdeps/generic/sigqueue.c: New file.
9744         * sysdeps/generic/sigtimedwait.c: New file.
9745         * sysdeps/generic/sigwaitinfo.c: New file.
9746         * sysdeps/generic/testrtsig.h: New file.
9747         * sysdeps/generic/bits/siginfo.h: New file.
9748         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
9749         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
9750         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
9751         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
9752         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
9753         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
9754         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
9755         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
9756         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
9757         * sysdeps/unix/sysv/linux/sigpending.c: New file.
9758         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
9759         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
9760         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
9761         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
9762         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
9763         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
9764         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
9765         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
9766         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
9767         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
9768         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
9769         and _POSIX_REALTIME_SIGNALS.
9770         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
9771         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
9772         update _NSIG.
9773         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
9774         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
9775         definitions.
9777         * Makefile (subdirs): Add rt.
9778         * shlib-versions: Add entry for librt.
9779         * rt/Makefile: New file.
9780         * rt/aio.h: New file.
9781         * rt/aio_cancel.c: New file.
9782         * rt/aio_error.c: New file.
9783         * rt/aio_fsync.c: New file.
9784         * rt/aio_misc.c: New file.
9785         * rt/aio_misc.h: New file.
9786         * rt/aio_read.c: New file.
9787         * rt/aio_read64.c: New file.
9788         * rt/aio_return.c: New file.
9789         * rt/aio_suspend.c: New file.
9790         * rt/aio_write.c: New file.
9791         * rt/aio_write64.c: New file.
9792         * rt/lio_listio.c: New file.
9793         * rt/lio_listio64.c: New file.
9794         * sysdeps/generic/aio_sigqueue.c: New file.
9795         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
9796         * sysdeps/unix/sysv/linux/Dist: Add new files
9797         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
9798         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
9799         rt_sigqueueinfo, rt_sigaction.
9801         * posix/Makefile (headers): Add bits/environments.h.
9802         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
9803         and _CS_LFS_CFLAGS on 64bit platforms.
9804         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
9805         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
9806         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
9807         compilation modules.
9808         * sysdeps/wordsize-32/bits/environments.h: New file.
9809         * sysdeps/wordsize-64/bits/environments.h: New file.
9811         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
9812         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
9813         __libc_pid.
9814         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
9815         0xf00baa.
9817         * string/string.h: Add declaration of __strverscmp.
9818         * string/strverscmp.c: Rename function ot __strverscmp and make old
9819         name weak alias.
9821         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
9822         * sysdeps/generic/enbl-secure.c: Likewise.
9823         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
9825         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
9827         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
9829 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
9831         * posix/sys/wait.h: Use __transparent_union__ instead of
9832         transparent_union.  Reported by Roland McGrath.
9834 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9836         * resolv/inet_neta.c (inet_neta): Change type of first parameter
9837         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
9838         [PR libc/366].
9840         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
9842         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
9844 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9846         * grp/initgroups.c: Increase buffer if it is too small.
9848 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
9850         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
9851         fields, this is no ISO C.  Reported by Andreas Jaeger.
9853 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9855         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
9857 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
9859         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
9860         _SYS_UTSNAME_H not _UTSNAME_H.
9862 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9864         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
9865         computing s_scale.
9867 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9869         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
9870         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
9871         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
9873         * math/libm-test.c (csqrt_test): Add testcase.
9875 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
9877         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
9878         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
9879         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
9881 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9883         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
9885 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9887         * math/libm-test.c (acos_test): Add more tests.
9888         (asin_test): Likewise.
9889         (atan_test): Likewise.
9890         (exp_test): Likewise.
9891         (sin_test): Likewise.
9892         (sqrt_test): Likewise.
9893         (cpow_test): Likewise.
9894         (csqrt_test): Likewise.
9895         (cexp_test): Correct typo in gcc version test.
9897 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
9899         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
9900         <bits/setjmp.h>.
9901         * sysdeps/arm/setjmp.S: Likewise.
9903         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
9905 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
9907         * stdio/stdio.h: Add prototype for tmpfile64().
9909 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
9911         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
9912         prototype to keep in step with libio version.
9914         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
9916 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
9918         * sysdeps/generic/Makefile: Don't try to use make_siglist if
9919         cross-compiling.
9921 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
9923         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
9924         load GOT ptr before jumping to _exit.
9925         Reported by Xavier Leroy.
9927 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
9929         * Makefile (subdirs): Add iconvdata and localedata.
9931         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
9933         * iconv/gconv_conf.c (read_conf_file): Little optimization.
9935         * iconvdata/8bit-gap.c: New file.
9936         * iconvdata/8bit-generic.c: Renamed from ...
9937         * iconvdata/iso8859-generic.c: ...this.
9938         * iconvdata/configure: Removed.
9939         * iconvdata/Makefile: Add new modules and better rules.
9940         * iconvdata/iso6937.c: Minor bug fixes.
9941         * iconvdata/iso8859-1.c: Likewise.
9942         * iconvdata/t61.c: Likewise.
9943         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
9944         Minor bug fixes.
9945         * iconvdata/iso8859-3.c: Likewise.
9946         * iconvdata/iso8859-4.c: Likewise.
9947         * iconvdata/iso8859-5.c: Likewise.
9948         * iconvdata/iso8859-6.c: Likewise.
9949         * iconvdata/iso8859-7.c: Likewise.
9950         * iconvdata/iso8859-8.c: Likewise.
9951         * iconvdata/iso8859-9.c: Likewise.
9952         * iconvdata/iso8859-10.c: Likewise.
9953         * iconvdata/ebcdic-at-de-a.c: New file.
9954         * iconvdata/ebcdic-at-de.c: New file.
9955         * iconvdata/ebcdic-ca-fr.c: New file.
9956         * iconvdata/hp-roman8.c: New file.
9957         * iconvdata/koi-8.c: New file.
9958         * iconvdata/koi8-r.c: New file.
9959         * iconvdata/koi8-h.c: New file.
9960         * iconvdata/latin-greek-1.c: New file.
9961         * iconvdata/latin-greek-1.h: New file.
9962         * iconvdata/latin-greek.c: New file.
9963         * iconvdata/latin-greek.h: New file.
9964         * iconvdata/jis0201.c: New file.
9965         * iconvdata/jis0201.h: New file.
9966         * iconvdata/jis0208.c: New file.
9967         * iconvdata/jis0208.h: New file.
9968         * iconvdata/jis0212.c: New file.
9969         * iconvdata/jis0212.h: New file.
9970         * iconvdata/sjis.c: New file.
9971         * iconvdata/gap.pl: New file.  Script to generate table header.
9972         * iconvdata/gaptab.pl: New file.
9973         * iconvdata/gconv-modules: Add info about new modules.
9975         * locale/programs/charmap.c: Also examine alias names given in charmap
9976         files.
9978         * localedata/*: Add to here from add-on.  We need the information
9979         to generate tables for iconv.
9981         Update from db-2.3.14.
9982         * db2/Makefile: Updated.
9983         * db2/config.h: Likewise.
9984         * db2/db.h: Likewise.
9985         * db2/db_int.h: Likewise.
9986         * db2/btree/bt_cursor.c: Likewise.
9987         * db2/btree/bt_delete.c: Likewise.
9988         * db2/btree/bt_put.c: Likewise.
9989         * db2/btree/bt_search.c: Likewise.
9990         * db2/btree/bt_split.c: Likewise.
9991         * db2/btree/btree_auto.c: Likewise.
9992         * db2/common/db_appinit.c: Likewise.
9993         * db2/common/db_apprec.c: Likewise.
9994         * db2/common/db_err.c: Likewise.
9995         * db2/common/db_region.c: Likewise.
9996         * db2/db/db_auto.c: Likewise.
9997         * db2/db/db_dispatch.c: Likewise.
9998         * db2/db/db_ret.c: Likewise.
9999         * db2/dbm/dbm.c: Likewise.
10000         * db2/hash/hash_auto.c: Likewise.
10001         * db2/include/btree_ext.h: Likewise.
10002         * db2/include/common_ext.h: Likewise.
10003         * db2/include/db.h.src: Likewise.
10004         * db2/include/db_cxx.h: Likewise.
10005         * db2/include/db_ext.h: Likewise.
10006         * db2/include/db_int.h.src: Likewise.
10007         * db2/include/lock.h: Likewise.
10008         * db2/include/log.h: Likewise.
10009         * db2/include/mp.h: Likewise.
10010         * db2/include/mp_ext.h: Likewise.
10011         * db2/include/os_ext.h: Likewise.
10012         * db2/include/os_func.h: Likewise.
10013         * db2/lock/lock.c: Likewise.
10014         * db2/lock/lock_deadlock.c: Likewise.
10015         * db2/log/log.c: Likewise.
10016         * db2/log/log_archive.c: Likewise.
10017         * db2/log/log_auto.c: Likewise.
10018         * db2/log/log_get.c: Likewise.
10019         * db2/log/log_put.c: Likewise.
10020         * db2/mp/mp_bh.c: Likewise.
10021         * db2/mp/mp_fget.c: Likewise.
10022         * db2/mp/mp_fopen.c: Likewise.
10023         * db2/mp/mp_fput.c: Likewise.
10024         * db2/mp/mp_fset.c: Likewise.
10025         * db2/mp/mp_open.c: Likewise.
10026         * db2/mp/mp_pr.c: Likewise.
10027         * db2/mp/mp_region.c: Likewise.
10028         * db2/mp/mp_sync.c: Likewise.
10029         * db2/mutex/README: Likewise.
10030         * db2/mutex/mutex.c: Likewise.
10031         * db2/os/os_open.c: Likewise.
10032         * db2/os/os_func.c: Removed.
10033         * db2/os/os_config.c: New file.
10034         * db2/os/os_spin.c: New file.
10035         * db2/txn/txn.c: Likewise.
10036         * db2/txn/txn_auto.c: Likewise.
10038 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
10040         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
10041         __typeof for C++ since this fails for class members.
10042         Reported by Neal Becker <neal@ctd.comsat.com>.
10044 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10046         * configure.in: Check for a working makeinfo (3.11 or better).
10047         * config.make.in: Add MAKEINFO to be substituted.
10048         * manual/Makefile: Don't update info if makeinfo is too old.
10050 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
10052         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
10053         * sysdeps/alpha/__longjmp.S: Likewise.
10054         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
10055         not <bits/termios.h>.
10057         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
10058         __llseek and make llseek and lseek64 weak aliases.
10059         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
10060         Patches by a sun <asun@zoology.washington.edu>.
10062 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10064         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
10065         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
10066         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
10067         * misc/sys/syslog.h: Clean up BSD header.
10069 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10071         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
10073         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
10074         for ctan(+-inf,x).
10075         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
10076         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
10078         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
10079         csqrt (-1), ctanh(i*pi/4).
10081 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10083         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
10085 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
10087         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
10089 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10091         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
10093 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
10095         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
10096         and use.  Define GETCWD_RETURN_TYPE instead and use it.
10097         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
10098         of GETCWD_STORYGE_CLASS and put the return type and the
10099         `internal_function' in the right order for gcc 2.7.2.
10101 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10103         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
10104         incompatible with Linux 2.1.x.  Packages using modules
10105         (e.g. modutils) should/do provide their own version.  Suggested by
10106         Richard Henderson.
10108         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
10110         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
10111         [$(subdir)=socket]: Remove sys/module.h.
10113 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
10115         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
10116         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
10118         * iconv/gconv_close.c: Correct freeing of descriptor data.
10119         * iconv/gconv_simple.c: Return correct error values for illegal or
10120         incomplete characters.
10122         * Makefile (iconvdata/%): Special goal to simplify iconvdata
10123         development.
10124         * iconvdata/Makefile: New file.
10125         * iconvdata/configure: Likewise.
10126         * iconvdata/extra-module.mk: Likewise.
10127         * iconvdata/gconv-modules: Likewise.
10128         * iconvdata/iso6937.c: Likewise.
10129         * iconvdata/iso8859-1.c: Likewise.
10130         * iconvdata/iso8859-10.c: Likewise.
10131         * iconvdata/iso8859-10.h: Likewise.
10132         * iconvdata/iso8859-2.c: Likewise.
10133         * iconvdata/iso8859-2.h: Likewise.
10134         * iconvdata/iso8859-3.c: Likewise.
10135         * iconvdata/iso8859-3.h: Likewise.
10136         * iconvdata/iso8859-4.c: Likewise.
10137         * iconvdata/iso8859-4.h: Likewise.
10138         * iconvdata/iso8859-5.c: Likewise.
10139         * iconvdata/iso8859-5.h: Likewise.
10140         * iconvdata/iso8859-6.c: Likewise.
10141         * iconvdata/iso8859-6.h: Likewise.
10142         * iconvdata/iso8859-7.c: Likewise.
10143         * iconvdata/iso8859-7.h: Likewise.
10144         * iconvdata/iso8859-8.c: Likewise.
10145         * iconvdata/iso8859-8.h: Likewise.
10146         * iconvdata/iso8859-9.c: Likewise.
10147         * iconvdata/iso8859-9.h: Likewise.
10148         * iconvdata/iso8859-generic.c: Likewise.
10149         * iconvdata/t61.c: Likewise.
10151         * string/Makefile (routines): Add strcasestr.
10152         * string/string.h: Add prototype for strcasestr.
10153         * sysdeps/generic/strcasestr.c: New file.
10154         * wcsmbs/mbrtowc.c: Simplify special case a bit.
10155         * wcsmbs/wcrtomb.c: Likewise.
10156         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
10157         * wcsmbs/wcsnrtombs.c: Likewise.
10158         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
10159         partial character is read.
10160         * wcsmbs/wcsrtombs.c: Likewise.
10161         * wcsmbs/wmemrtombs.c: Likewise.
10162         * wcsmbs/wmemrtowcs.c: Likewise.
10164         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
10165         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
10166         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
10167         * sysdeps/i386/elf/setjmp.S: Likewise.
10168         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
10169         <bits/termios.h>.
10171         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
10172         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
10174         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
10175         * sysvipc/sys/ipc.h: Likewise.
10176         * sysvipc/sys/msg.h: Likewise.
10177         * sysvipc/sys/sem.h: Likewise.
10178         * sysvipc/sys/shm.h: Likewise.
10180         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
10181         used directly.
10182         * sysdeps/alpha/bits/setjmp.h: Likewise.
10183         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
10184         * sysdeps/arm/bits/endian.h: Likewise.
10185         * sysdeps/arm/bits/setjmp.h: Likewise.
10186         * sysdeps/generic/bits/byteswap.h: Likewise.
10187         * sysdeps/generic/bits/confname.h: Likewise.
10188         * sysdeps/generic/bits/dirent.h: Likewise.
10189         * sysdeps/generic/bits/dlfcn.h: Likewise.
10190         * sysdeps/generic/bits/endian.h: Likewise.
10191         * sysdeps/generic/bits/fenv.h: Likewise.
10192         * sysdeps/generic/bits/huge_val.h: Likewise.
10193         * sysdeps/generic/bits/in.h: Likewise.
10194         * sysdeps/generic/bits/ioctl-types.h: Likewise.
10195         * sysdeps/generic/bits/ioctls.h: Likewise.
10196         * sysdeps/generic/bits/ipc.h: Likewise.
10197         * sysdeps/generic/bits/msq.h: Likewise.
10198         * sysdeps/generic/bits/poll.h: Likewise.
10199         * sysdeps/generic/bits/resource.h: Likewise.
10200         * sysdeps/generic/bits/sched.h: Likewise.
10201         * sysdeps/generic/bits/sem.h: Likewise.
10202         * sysdeps/generic/bits/setjmp.h: Likewise.
10203         * sysdeps/generic/bits/shm.h: Likewise.
10204         * sysdeps/generic/bits/sigaction.h: Likewise.
10205         * sysdeps/generic/bits/sigcontext.h: Likewise.
10206         * sysdeps/generic/bits/socket.h: Likewise.
10207         * sysdeps/generic/bits/stat.h: Likewise.
10208         * sysdeps/generic/bits/statfs.h: Likewise.
10209         * sysdeps/generic/bits/stdio_lim.h: Likewise.
10210         * sysdeps/generic/bits/termios.h: Likewise.
10211         * sysdeps/generic/bits/time.h: Likewise.
10212         * sysdeps/generic/bits/uio.h: Likewise.
10213         * sysdeps/generic/bits/utmp.h: Likewise.
10214         * sysdeps/generic/bits/utmpx.h: Likewise.
10215         * sysdeps/generic/bits/utsname.h: Likewise.
10216         * sysdeps/generic/bits/waitflags.h: Likewise.
10217         * sysdeps/generic/bits/waitstatus.h: Likewise.
10218         * sysdeps/gnu/bits/utmp.h: Likewise.
10219         * sysdeps/gnu/bits/utmpx.h: Likewise.
10220         * sysdeps/i386/bits/byteswap.h: Likewise.
10221         * sysdeps/i386/bits/endian.h: Likewise.
10222         * sysdeps/i386/bits/huge_val.h: Likewise.
10223         * sysdeps/i386/bits/setjmp.h: Likewise.
10224         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
10225         * sysdeps/ieee754/bits/huge_val.h: Likewise.
10226         * sysdeps/m68k/bits/byteswap.h: Likewise.
10227         * sysdeps/m68k/bits/endian.h: Likewise.
10228         * sysdeps/m68k/bits/setjmp.h: Likewise.
10229         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
10230         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10231         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
10232         * sysdeps/mach/hurd/bits/stat.h: Likewise.
10233         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10234         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
10235         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10236         * sysdeps/mips/bits/dlfcn.h: Likewise.
10237         * sysdeps/mips/bits/endian.h: Likewise.
10238         * sysdeps/mips/bits/setjmp.h: Likewise.
10239         * sysdeps/mips/dec/bits/endian.h: Likewise.
10240         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
10241         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
10242         * sysdeps/mips/p40/bits/endian.h: Likewise.
10243         * sysdeps/powerpc/bits/endian.h: Likewise.
10244         * sysdeps/powerpc/bits/fenv.h: Likewise.
10245         * sysdeps/powerpc/bits/setjmp.h: Likewise.
10246         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
10247         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
10248         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
10249         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
10250         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
10251         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
10252         * sysdeps/unix/bsd/bits/stat.h: Likewise.
10253         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
10254         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
10255         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
10256         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
10257         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
10258         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
10259         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
10260         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
10261         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
10262         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
10263         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
10264         * sysdeps/unix/common/bits/dirent.h: Likewise.
10265         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
10266         * sysdeps/unix/sysv/bits/stat.h: Likewise.
10267         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
10268         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
10269         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
10270         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
10271         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
10272         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
10273         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
10274         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
10275         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
10276         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
10277         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
10278         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
10279         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
10280         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
10281         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
10282         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
10283         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
10284         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
10285         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
10286         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
10287         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
10288         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
10289         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
10290         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
10291         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10292         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
10293         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
10294         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
10295         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
10296         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
10297         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
10298         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
10299         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
10300         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
10301         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
10302         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
10303         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
10304         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
10305         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
10306         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
10307         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
10308         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
10309         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
10310         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
10311         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
10312         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
10313         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
10314         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
10315         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
10316         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
10317         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
10318         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
10319         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
10320         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
10321         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
10322         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
10323         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
10324         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
10325         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
10326         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
10327         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
10328         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
10329         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
10330         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
10331         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
10332         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
10333         * sysdeps/vax/bits/huge_val.h: Likewise.
10334         * sysdeps/vax/bits/setjmp.h: Likewise.
10335         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
10336         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
10338 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10340         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
10342 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
10344         * strftime.c (strftime):
10345         No longer any need to undef or declare if emacs is defined.
10346         (my_strftime): When checking a -1 returned by mktime, don't blow up
10347         if localtime_r returns NULL.
10349 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10351         * README.template: Fix spelling.
10353 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10355         * configure.in: Enhance --enable-add-ons description a wee bit.
10357 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10359         * glibcbug.in: Add more information of build environment and flags.
10361 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10363         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
10364         it into ENOENT.
10366 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
10368         * elf/dl-support.c: Call __libc_init_secure to make sure
10369         __libc_enable_secure is defined early.
10370         * sysdeps/generic/enbl-secure.c: Change function name to
10371         __libc_init_secure and make it global instead of a constructor.
10373         * iconv/gconv.c: Fix lots of bugs.
10374         * iconv/gconv.h: Likewise.
10375         * iconv/gconv_builtin.h: Likewise.
10376         * iconv/gconv_close.c: Likewise.
10377         * iconv/gconv_conf.c: Likewise.
10378         * iconv/gconv_db.c: Likewise.
10379         * iconv/gconv_dl.c: Likewise.
10380         * iconv/gconv_open.c: Likewise.
10381         * iconv/gconv_simple.c: Likewise.
10382         * iconv/iconv.c: Likewise.
10383         * iconv/iconv_close.c: Likewise.
10384         * iconv/iconv_open.c: Likewise.
10386         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
10387         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
10388         * wcsmbs/wmemrtombs.c: New file.
10389         * wcsmbs/wmemrtowcs.c: New file.
10391 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
10393         * iconv/gconv_simple.c: Fix lots of bugs.
10394         * iconv/iconv_open.c: Normalize names before passing them to
10395         __gconv_open.
10397         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
10399         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
10400         * stdio-common/test-popen.c: Add test for above change.
10402         * math/libm-test.c: Print test results also using %a format,
10403         specified in PRINTF_XEXPR macro.
10404         * math/test-double.c: Define PRINTF_XEXPR.
10405         * math/test-float.c: Likewise.
10406         * math/test-ldouble.c: Likewise.
10407         * math/test-idouble.c: Likewise.
10408         * math/test-ifloat.c: Likewise.
10409         * math/test-ildoubl.c: Likewise.
10411         * stdio-common/vfscanf.c: Recognize a in format specifier only as
10412         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
10413         FP number format.
10415         * stdlib/strtod.c: Little code cleanup.
10417         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
10418         compiling in math subdir.
10420         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
10421         instead of __LIBC_M81_MATH_INLINES.
10422         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
10423         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
10424         * sysdeps/m68k/fpu/e_pow.c: Likewise.
10425         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
10426         * sysdeps/m68k/fpu/k_cos.c: Likewise.
10427         * sysdeps/m68k/fpu/k_sin.c: Likewise.
10428         * sysdeps/m68k/fpu/k_tan.c: Likewise.
10429         * sysdeps/m68k/fpu/s_atan.c: Likewise.
10430         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
10431         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
10432         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
10433         * sysdeps/m68k/fpu/s_csin.c: Likewise.
10434         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
10435         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
10436         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
10437         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
10438         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
10439         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
10440         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
10441         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
10442         * sysdeps/m68k/fpu/s_modf.c: Likewise.
10443         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
10444         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
10445         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
10446         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
10447         __LIBC_INTERNAL_MATH_INLINES is defined.
10449         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
10450         of compare macros from ISO C 9X.  Optimize generic versions a bit.
10451         Define __signbit inline functions and __ieee754_sqrt which can be
10452         used if the ompiler is fixed.
10454         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
10456 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10458         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
10459         sysdeps/generic in the whole dep file, not only in the first line.
10461 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10463         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
10465 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10467         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
10468         place.
10470 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10472         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
10473         is non-empty.
10475 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
10477         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
10478         return value.
10480 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
10482         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
10483         readlink succeeds but the return value is too long.
10485         * stdio-common/printf_fphex.c: Determine sign of number correctly.
10487 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
10489         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
10490         __remqu for Alpha.
10492 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
10494         * sysdeps/generic/sys/ucontext.h: Stub context file.
10496         * libio/iofprintf.c: Removed.  We use the stdio-common version.
10498         * manual/Makefile (distribute): Add stdio-fp.c.
10500         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
10502         * db2/Makefile (distribute): Add include/os_func.h, README and
10503         mutex/tsl_parisc.s.
10505         * hesiod/Makefile (distribute): Add README.hesiod.
10507 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
10509         * iconv/gconv.c: Correctly call transformation function.
10511         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
10513 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10515         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
10516         wrong results for e.g. remquo (3,2, &x)).
10517         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
10518         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
10520 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10522         * configure.in (ld --version-script): Test if the same symbol
10523         maybe defined in all versions (needed by recent changes to
10524         libc.map and supported with binutils 2.8.1.0.17) and issue warning
10525         if versioning is not supported/enabled.
10526         (bash test): Correct test case.
10528         * math/libm-test.c: Added counting/reporting of number of test cases.
10530         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
10531         use awk instead.
10533         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
10535 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10537         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
10539 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
10541         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
10542         Replace revoke call by use of REVOKE.
10543         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
10544         empty and #include generic version.
10545         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10547 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
10549         * libc.map: Add socket functions with __libc_* names.
10550         Reported by Andreas Jaeger.
10552 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10554         * libc.map: Tidy up (remove duplicates, sort entries).
10556 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10558         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
10560 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
10562         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
10563         again after successful call.
10564         Patch by Marc Lehmann <pcg@goof.com>.
10566 1997-11-17  Paul Eggert  <eggert@twinsun.com>
10568         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
10569         as some hosts need this to declare localtime_r properly.
10571 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
10573         * libc.map: Add iconv_open, iconv, and iconv_close.
10575 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
10577         * iconv/Makefile: New file.
10578         * iconv/gconv.c: New file.
10579         * iconv/gconv.h: New file.
10580         * iconv/gconv_builtin.c: New file.
10581         * iconv/gconv_builtin.h: New file.
10582         * iconv/gconv_close.c: New file.
10583         * iconv/gconv_conf.c: New file.
10584         * iconv/gconv_db.c: New file.
10585         * iconv/gconv_dl.c: New file.
10586         * iconv/gconv_open.c: New file.
10587         * iconv/gconv_simple.c: New file.
10588         * iconv/iconv.c: New file.
10589         * iconv/iconv.h: New file.
10590         * iconv/iconv_close.c: New file.
10591         * iconv/iconv_open.c: New file.
10592         * include/gconv.h: New file.
10594         * Makeconfig: Define gconvdir.
10595         * Makefile (subdirs): Add iconv.
10597         * string/bits/string2.h: Add optimization for strtok_r.
10599         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
10600         for NULL.
10601         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
10602         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
10604         * configure.in: Correct test for bash2.
10605         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10607         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
10608         (CFLAGS-locfile.c): Likewise.
10609         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10611         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
10612         non-existing entry if the table is full.
10614         * posix/regex.h: Pretty print.
10616         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
10618         * sysdeps/posix/ctermid.c: Simplify a bit.
10620         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
10622 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10624         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
10625         <sys/types.h> instead of <asm/types.h>.
10627 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10629         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
10631 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
10633         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
10634         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
10635         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
10636         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
10637         fclose): Added to GLIBC_2.1.
10639         * libio/Makefile (routines, shared-only-routines): Add
10640         oldiofclose.  Remove oldfreopen.
10642         * libio/freopen.c (freopen): When PIC is defined, call
10643         _IO_old_freopen () for old stdio.
10645         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
10646         (_IO_fclose, fclose): Use _IO_new_fclose as default version
10647         for GLIBC_2.1.
10649         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
10650         instead of _IO_file_close_it.
10652         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
10653         to _IO_2_1_stdxxx_.
10654         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
10655         is defined.
10657         * libio/libioP.h (_IO_old_do_flush): New.
10659         * libio/oldfileops.c (_IO_old_file_close_it,
10660         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
10661         Call _IO_old_do_flush () instead of _IO_do_flush ().
10662         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
10663         _IO_do_write ().
10665         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
10666         instead of _IO_file_init ().
10667         Bind old symbols to version GLIBC_2.0.
10669         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
10670         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
10671         _IO_stdxxx_.
10672         (_IO_check_libio): New function in .init.
10674         * libio/oldiofclose.c: New file.
10676         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
10677         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
10678         (DEF_STDFILE): Don't use default_symbol_version.
10680         * libio/stdio.c (stdin, stdout, stderr): Set to
10681         _IO_2_1_stdxxx_._
10682         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
10683         stdxxx.
10685         * csu/Makefile (distribute): Add init.c.
10686         (extra-objs): Add init.o for ELF.
10687         (start-installed-name): Add $(objpfx)init.o.
10689         * csu/init.c: New file.
10691 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
10693         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
10694         definition as the default.
10696 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
10698         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
10700 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10702         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
10703         (PR 351).
10705 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
10707         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
10708         to preserve condition codes on function call.
10710 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10712         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
10714 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10716         * math/libm-test.c (asin_test): Add epsilon for float.
10717         (tan_test): Add epsilon for float.
10718         (log1p_test): Add epsilon for float.
10719         (inverse_functions): Add epsilons.
10721         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
10722         net/if_packet.h.
10724         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
10726 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10728         * md5-crypt/Makefile (extra-objs): Make recursively expanded
10729         variable, since $(object-suffixes) is not defined yet.
10731 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10733         * db2/Makefile (distribute): db185/db185_int.src ->
10734         db185/db185_int.h.
10736 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10738         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
10739         exactly one.
10741 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10743         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
10744         name.
10745         * sysdeps/generic/e_acosl.c: Likewise.
10746         * sysdeps/generic/e_asinl.c: Likewise.
10747         * sysdeps/generic/e_atan2l.c: Likewise.
10748         * sysdeps/generic/e_expl.c: Likewise.
10749         * sysdeps/generic/e_fmodl.c: Likewise.
10750         * sysdeps/generic/e_j0l.c: Likewise.
10751         * sysdeps/generic/e_j1l.c: Likewise.
10752         * sysdeps/generic/e_jnl.c: Likewise.
10753         * sysdeps/generic/e_lgammal_r.c: Likewise.
10754         * sysdeps/generic/e_log10l.c: Likewise.
10755         * sysdeps/generic/e_logl.c: Likewise.
10756         * sysdeps/generic/e_powl.c: Likewise.
10757         * sysdeps/generic/e_sqrtl.c: Likewise.
10758         * sysdeps/generic/e_exp2l.c: Likewise.
10760 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10762         * Make-dist (+sysdep-names): Remove extra paren.
10763         * Makefile (distribute): Add stub-tag.h.
10764         * elf/Makefile (distribute): Add atomicity.h.
10765         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
10766         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
10767         [$(subdir)=socket]: Add net/if_packet.h.
10768         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
10769         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
10770         net/if_packet.h, scsi/sg.h.
10772 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10774         * Makefile (install): Quote $(CC) expansion.
10776 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10778         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
10779         working /proc cwd and no restrictions on path length.  Following
10780         some ideas from Andi Kleen <ak@muc.de> (PR 350).
10782 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10784         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
10785         * nis/nss_compat/compat-pwd.c: Likewise.
10786         * nis/nss_compat/compat-spwd.c: Likewise.
10788 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
10790         * sysdeps/libm-i387/s_fdim.S: New file.
10791         * sysdeps/libm-i387/s_fdimf.S: New file.
10792         * sysdeps/libm-i387/s_fdiml.S: New file.
10793         * sysdeps/libm-i387/i686/s_fdim.S: New file.
10794         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
10795         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
10797 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10799         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
10800         pointer to unsigned char.
10802 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10804         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
10806         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
10808         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
10810 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10812         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
10813         ilogb(0/NaN).
10814         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
10815         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
10817 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
10819         * sysdeps/libm-i387/s_fmin.S: New file.
10820         * sysdeps/libm-i387/s_fminf.S: New file.
10821         * sysdeps/libm-i387/s_fminl.S: New file.
10822         * sysdeps/libm-i387/s_fmax.S: New file.
10823         * sysdeps/libm-i387/s_fmaxf.S: New file.
10824         * sysdeps/libm-i387/s_fmaxl.S: New file.
10825         * sysdeps/libm-i387/i686/s_fmin.S: New file.
10826         * sysdeps/libm-i387/i686/s_fminf.S: New file.
10827         * sysdeps/libm-i387/i686/s_fminl.S: New file.
10828         * sysdeps/libm-i387/i686/s_fmax.S: New file.
10829         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
10830         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
10832 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
10834         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
10835         * sysdeps/unix/sysv/linux/send.S: Likewise.
10836         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
10837         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
10838         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
10839         * sysdeps/unix/sysv/linux/recv.S: Likewise.
10840         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
10841         * sysdeps/unix/sysv/linux/connect.S: Likewise.
10842         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
10844 See ChangeLog.7 for earlier changes.