Update.
[glibc.git] / ChangeLog
blob4d02e819375258616308fdd20115e39649045351
1 1998-07-07  Ulrich Drepper  <drepper@cygnus.com>
3         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Add
4         __ino64_t definition.
5         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Define
6         __off64_t.  Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
8         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Do not exit the shell
9         script if lddlibc4 failed.
10         Reported by B. D. Elliott <bde@accessone.com>.
12 1998-07-06  Ulrich Drepper  <drepper@cygnus.com>
14         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
15         Improve generated strings a bit.
17 1998-07-06 14:36  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
19         * posix/Makefile (generated): Remove $(objpfx) from the names.
21 1998-07-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
23         * stdio-common/test_rdwr.c: Use %Zu for size_t in printf
24         format string.
26         * libio/iofread_u.c: Include <stdio.h> for prototype.
27         * libio/iofwrite_u.c: Likewise.
29 1998-07-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
31         * db2/Versions: New file.
33 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
35         * Makefile (lib-noranlib): Don't depend on sysd-versions.
36         ($(common-objpfx)sysd-versions): Remove rule.
37         * Makerules ($(common-objpfx)sysd-versions): Define here instead.
38         Pass name of Versions.def file to script and redirect output to
39         target.  Include it and make all generated version maps depend on
40         it.
41         * versions.awk: Print out variable definition containing all
42         generated version maps.  Print error messages to stderr.  Remove
43         temp file.
45 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
47         * posix/annexc.c (check_header): Terminate macro name before
48         comparing.
49         (get_null_defines): Allow builtin macros with parameters.
50         (fmt, testfmt): Add -D_LIBC.
51         * posix/Makefile: Remove bogus duplicate include directories from
52         annexc test command.
54 1998-07-06 12:04  Ulrich Drepper  <drepper@cygnus.com>
56         * nis/nss_nis/nis-pwd.c (internal_nis_getpwent_r): Handle adjunct
57         password scheme.
58         (_nss_nis_getpwnam_r): Likewise.
59         (_nss_nis_getpwuid_r): Likewise.
61 1998-07-05  Mark Kettenis  <kettenis@phys.uva.nl>
63         * libio/Versions: Move symbols whose source lives in
64         stdio-common to ...
65         * stdio-common/Versions: ... here.
66         * stdio/Versions: Add missing symbols.
68 1998-07-05  Ulrich Drepper  <drepper@cygnus.com>
70         * sysdeps/unix/sysv/linux/__sendmsg.S: Define function as
71         __syscall_sendmsg.
72         * sysdeps/unix/sysv/linux/__recvmsg.S: Define function as
73         __syscall_recvmsg.
74         * sysdeps/unix/sysv/linux/recvmsg.c: Define function as __libc_recvmsg
75         and make __recvmsg and recvmsg weak aliases.
76         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise for sendmsg.
77         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define __syscall_recvmsg
78         and __syscall_sendmsg.
80 1998-07-05 11:49  Ulrich Drepper  <drepper@cygnus.com>
82         * iconv/gconv_conf.c (read_conf_file): Use feof_unlocked on private
83         stream.
84         * inet/ruserpass.c (token): Likewise.
85         * nss/nsswitch.c (nss_parse_file): Likewise.
86         * intl/localealias.c: Likewise.  Also for ferror.
87         * time/getdate.c (__getdate_r): Likewise.
89         * libio/Makefile (routines): Add iofgets_u.
90         * libio/iofgets_u.c: New file.
91         * libio/Versions: Add fgets_unlocked.
92         * libio/stdio.h: Add prototype for fgets_unlocked.
94         * misc/getttyent.c (getttyent): Use fgets_unlocked instead of fgets.
95         * misc/getusershell.c (initshells): Likewise.
96         * misc/mntent_r.c (__getmntent_r): Explicitly lock stream.  Use
97         fgets_unlocked.
98         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
99         * resolv/res_init.c (res_init): Likewise.
100         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
102 1998-05-23  Philip Blundell  <Philip.Blundell@pobox.com>
104         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add `syscall'.
105         * sysdeps/unix/sysv/linux/arm/syscall.S: Deleted.
107 1998-07-05  Ulrich Drepper  <drepper@cygnus.com>
109         * misc/getttyent.c (getttyent): Explicitly lock the FILE and use
110         _unlocked functions.
112         * inet/ruserpass.c (ruserpass): Use _unlocked functions since this
113         is a private FILE.
115 1998-07-04 17:11 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
117         * csu/Makefile: Build crt files in lib pass.
118         * db2/Makefile (distribute): Add mutex/sco.cc.
119         * mach/Machrules: Don't generate .udeps files if no_deps is set.
120         * sysdeps/unix/Makefile: Don't generate sysd-syscalls or
121         s-proto.d if avoid-generated is set.
123         * sysdeps/alpha/Dist: List only one file per line.
124         * sysdeps/generic/Dist: Likewise.
125         * sysdeps/m68k/fpu/switch/Dist: Likewise.
126         * sysdeps/sparc/sparc32/Dist: Likewise.
127         * sysdeps/unix/Dist: Likewise.
128         * sysdeps/unix/sysv/irix4/Dist: Likewise.
130         * sysdeps/mach/hurd/i386/Dist: New file.
131         * sysdeps/generic/Dist: Add endutxent.c, getutxent.c, getutxid.c,
132         getutxline.c, pututxline.c, setutxent.c, updwtmpx.c, and utmpxname.c.
133         * sysdeps/unix/sysv/linux/Dist: Add getresuid.c and getresgid.c.
134         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Remove __sigtrampoline.S.
136 1998-07-04 10:14  Ulrich Drepper  <drepper@cygnus.com>
138         * libio/Makefile (routines): Add iofread_u and iofwrite_u.
139         * libio/Versions: Add fread_unlocked and fwrite_unlocked.
141         * Makerules (lib%.so): Adjust ignore pattern for last makefile change.
143         * time/tzfile.c (decode): Optimize by using bswap_32.
144         (__tzfile_read): Use _unlocked stream functions.  Correct setting of
145         __tzname array values.
146         (__tzfile_compute): Correct setting of __tzname array values.
147         * time/tzset.c (__tzstring): Clean up a bit.
149 1998-06-29 19:01  Jim Wilson  <wilson@cygnus.com>
151         * posix/regex.c (re_comp): Add cast to char * before gettext calls.
153 1998-06-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
155         * sysdeps/unix/bsd/poll.c (__poll): Allocate fd_set dynamically so
156         that fd can be bigger than FD_SETSIZE.
158 1998-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
160         * nscd/grpcache.c: Include <unistd.h>.
161         * nscd/pwdcache.c: Likewise.
163         * nis/nis_modify.c: Include <string.h>.
164         * nis/nis_add.c: Likewise.
165         * nis/nis_checkpoint.c: Likewise.
166         * posix/runptests.c: Likewise.
167         * sysdeps/generic/statvfs64.c: Likewise.
168         * sysdeps/generic/fstatvfs64.c: Likewise.
170 1998-07-03 13:16  Ulrich Drepper  <drepper@cygnus.com>
172         * localedata/charmaps/ISO-8859-9: Change mapping for 0xea, 0xec, 0xef
173         to match data from Unicode.
174         Reported by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
176 1998-07-03 11:45  Ulrich Drepper  <drepper@cygnus.com>
178         * stdio-common/printf.h: Define printf_function and
179         printf_arginfo_function types using __PMT not __P.
180         Reported by Marc Lehmann.
182 1998-07-02 14:07 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
184         * assert/test-assert.c: New test.
185         * assert/test-assert-perr.c: New test.
186         * assert/Makefile (tests): Add test-assert and test-assert-perr.
188 1998-07-02 13:45  Zack Weinberg  <zack@rabi.phys.columbia.edu>
190         BSD-style SCM_CREDS support.
192         * sysdeps/unix/sysv/linux/socket.h: Define struct cmsgcred and
193         SCM_CREDS.
194         * sysdeps/unix/sysv/linux/sendmsg.c: New file.  Convert user
195         visible SCM_CREDS packet to what the kernel wants.
196         * sysdeps/unix/sysv/linux/recvmsg.c: New file.  Convert
197         SCM_CREDS packet output by kernel to what users want.
199         * sysdeps/unix/sysv/linux/sendmsg.S: Moved to...
200         * sysdeps/unix/sysv/linux/__sendmsg.S: here.
201         * sysdeps/unix/sysv/linux/recvmsg.S: Moved to...
202         * sysdeps/unix/sysv/linux/__recvmsg.S: here.
204         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]: Add
205         __sendmsg and __recvmsg to sysdep_routines.
206         * sysdeps/unix/sysv/linux/Dist: Add __sendmsg.S and __recvmsg.S.
208 1998-07-02  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
210         * nscd/grpcache.c: Fix gid pointer handling and debug messages.
211         * nscd/pwdcache.c: Fix uid pointer handling and debug messages.
212         * nscd/nscd.c: Check, if pthread_create fails.
214 1998-07-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
216         * stdio-common/test_rdwr.c (main): Use %Zu for size_t in printf
217         format strings.
218         * stdio-common/bug1.c (main): Likewise.
219         * stdio-common/bug5.c (main): Likewise.
220         * stdio-common/tstgetln.c (main): Likewise.
221         * elf/sprof.c (generate_call_graph): Likewise.
222         (load_shobj): Likewise.
223         * posix/runptests.c (main): Likewise.
224         * string/tst-strlen.c (main): Likewise.
226         * sysdeps/libm-ieee754/e_acos.c (__ieee754_acos): Remove unused
227         variable q3.
228         * sysdeps/libm-ieee754/e_asin.c (__ieee754_asin): Likewise
230 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
232         * wctype/Versions: Add __towctrans.
233         Noticed by Alex Buell <alex.buell@tahallah.demon.co.uk>.
235 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
237         * grp/initgroups.c (compat_call): Only call dynamically loaded
238         functions if they are really present.
240 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
242         * sysdeps/unix/sysv/linux/bits/sched.h: Move __END_DECLS within
243         #ifdef that contains __BEGIN_DECLS.
245 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
247         * libio/iofwrite.c: Fix return value when size == 0.
249 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
251         * posix/Makefile (distribute): Add annexc.c.
252         (generated): Add $(objpfx)annexc and $(objpfx)annexc.out.
254 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
256         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
257         bits/pthreadtypes.h here, and do not clobber headers.
259         * sysdeps/unix/sysv/linux/Dist: Add bits/pthreadtypes.h.
261 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
263         * timezone/tst-timezone.c: Add tests for tzname variable.
265 1998-07-03 12:17  Zack Weinberg  <zack@rabi.phys.columbia.edu>
267         * Makefile [versioning=yes]: Build the mapfiles with a pattern
268         rule that lists all of them as targets.
269         (sysd-versions): Depend only on Versions.def.  Write a Makefile
270         fragment that defines $(vers-libs) based on contents of that file;
271         then include it.
272         (lib-noranlib): Depend on lib-mapfiles not sysd-versions.
273         (lib-mapfiles): New target, depends on sysd-versions and $(vers-libs).
274         Predicate all this on avoid-generated unset as well as versioning.
276 1998-07-03 14:35  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
278         * sysdeps/unix/sysv/linux/m68k/Versions: New file.
280 1998-07-02 21:51  Ulrich Drepper  <drepper@cygnus.com>
282         * Makeconfig: Define list of subdirs as all-subdirs and make subdirs
283         a copy.
284         * Makefile: Add rules to generate map files.
285         (distribute): Remove libc.map, add Versions.def and versions.awk.
286         * Makerules: Change rules to find map files on common-objpfx.
287         * elf/Makefile: Likewise.
288         * md5-crypt/Makefile: Likewise.
289         * nis/Makefile (libnsl-map): Remove.
290         * Versions.def: New file.
291         * versions.awk: New file.
292         * argp/Versions: New file.
293         * assert/Versions: New file.
294         * catgets/Versions: New file.
295         * csu/Versions: New file.
296         * ctype/Versions: New file.
297         * db/Versions: New file.
298         * debug/Versions: New file.
299         * dirent/Versions: New file.
300         * elf/Versions: New file.
301         * gmon/Versions: New file.
302         * grp/Versions: New file.
303         * hesiod/Versions: New file.
304         * hurd/Versions: New file.
305         * iconv/Versions: New file.
306         * inet/Versions: New file.
307         * intl/Versions: New file.
308         * io/Versions: New file.
309         * libio/Versions: New file.
310         * linuxthreads/Versions: New file.
311         * locale/Versions: New file.
312         * login/Versions: New file.
313         * malloc/Versions: New file.
314         * math/Versions: New file.
315         * md5-crypt/Versions: New file.
316         * misc/Versions: New file.
317         * nis/Versions: New file.
318         * nss/Versions: New file.
319         * posix/Versions: New file.
320         * pwd/Versions: New file.
321         * resolv/Versions: New file.
322         * resource/Versions: New file.
323         * rt/Versions: New file.
324         * setjmp/Versions: New file.
325         * shadow/Versions: New file.
326         * signal/Versions: New file.
327         * socket/Versions: New file.
328         * stdio/Versions: New file.
329         * stdio-common/Versions: New file.
330         * stdlib/Versions: New file.
331         * streams/Versions: New file.
332         * string/Versions: New file.
333         * sunrpc/Versions: New file.
334         * sysdeps/alpha/Versions: New file.
335         * sysdeps/alpha/fpu/Versions: New file.
336         * sysdeps/i386/Versions: New file.
337         * sysdeps/sparc/Versions: New file.
338         * sysdeps/unix/sysv/Versions: New file.
339         * sysdeps/unix/sysv/linux/Versions: New file.
340         * sysdeps/unix/sysv/linux/alpha/Versions: New file.
341         * sysdeps/unix/sysv/linux/i386/Versions: New file.
342         * sysdeps/unix/sysv/linux/mips/Versions: New file.
343         * sysvipc/Versions: New file.
344         * termios/Versions: New file.
345         * time/Versions: New file.
346         * wcsmbs/Versions: New file.
347         * wctype/Versions: New file.
348         * libc.map: Removed.
349         * db/libdb.map: Removed.
350         * elf/libdl.map: Removed.
351         * hesiod/libnss_hesiod.map: Removed.
352         * hurd/libhurduser.map: Removed.
353         * hurd/libmachuser.map: Removed.
354         * linuxthreads/libpthread.map: Removed.
355         * locale/libBrokenLocale.map: Removed.
356         * login/libutil.map: Removed.
357         * math/libm.map: Removed.
358         * md5-crypt/libcrypt.map: Removed.
359         * nis/libnsl.map: Removed.
360         * nis/libnsl_compat.map: Removed.
361         * nis/libnss_nis.map: Removed.
362         * nis/libnss_nisplus.map: Removed.
363         * nss/libnss_db.map: Removed.
364         * nss/libnss_files.map: Removed.
365         * resolv/libnss_dns.map: Removed.
366         * resolv/libresolv.map: Removed.
367         * rt/librt.map: Removed.
369         * elf/dl-load.c (fillin_rpath): Fix test for trusted directory.
370         Fix typos.
372         * elf/rtld.c (process_dl_debug): Recognize 'all'.
373         (process_envvars): LD_BIND_NOW must be followed by y, Y, or 1.
375         * sysdeps/generic/elf/backtracesyms.c: Allocate string memory of
376         correct size.
378 1998-07-01  Ulrich Drepper  <drepper@cygnus.com>
380         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Fix typo
381         in comment.
383         * nscd/nscd.c: Include unistd.h.
385 1998-07-01 09:32  Ulrich Drepper  <drepper@cygnus.com>
387         * math/libm-test.c: Adjust delta for indentities1_test because gcc
388         became cleverer.
390 1998-06-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
392         * resolv/inet_addr.c (inet_aton): Define variable base only if needed.
394 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
396         * scripts/test-installation.pl: Include <stdio.h> in test program
397         to make it strictly conforming.
399 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
401         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
402         not a strong alias.
403         * sysdeps/unix/sysv/linux/i386/sysdep.S: Likewise.
404         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
405         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
406         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
408 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
410         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
411         not a strong alias.
413 1998-06-30  Ulrich Drepper  <drepper@cygnus.com>
415         * posix/Makefile (headers): Remove bits/pthreadtypes.h.
416         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (headers): Add
417         bits/pthreadtypes.h.
419 1998-06-30 11:47  Ulrich Drepper  <drepper@cygnus.com>
421         * include/aio.h: New file.
422         * posix/Makefile (distribute): Add bits/pthreadtypes.h.
423         (tests): Build and run annexc program.
424         * posix/annexc.c: New file.
425         * posix/bits/posix1_lim.h: Add several more _POSIX_* limits.
426         * rt/aio.h: Remove __need_timespec_t.  We can include the whole time.h.
427         * rt/aio_misc.c: Include limits.h.
428         * rt/aio_notify.c: Include errno.h.
429         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Include pthreadtypes.h.
430         Define size_t.
431         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
432         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
433         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
434         * sysdeps/unix/sysv/linux/bits/errno.h: Define ENOTSUP though the
435         kernel doesn't do this.
436         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_LARGEFILE only if
437         __USE_LARGEFILE64 is defined.
438         * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: New file.  Empty.
439         * sysdeps/unix/sysv/linux/bits/sched.h: Define __sched_param struct
440         if requested.
441         * sysdeps/unix/sysv/linux/bits/siginifo.h: Protect non-standard names.
443         * stdlib/isomac.c: Avoid include_next warning.
445 1998-06-29 12:27  Ulrich Drepper  <drepper@cygnus.com>
447         * argp/argp.h: Use __PMT instead of __P for function pointer.
448         * iconv/gconv.h: Likewise.
449         * io/fts.h: Likewise.
450         * io/ftw.h: Likewise.
451         * libio/libio.h: Likewise.
452         * malloc/mcheck.h: Likewise.
453         * misc/search.h: Likewise.
454         * posix/glob.h: Likewise.
455         * resolv/resolv.h: Likewise.
456         * signal/signal.h: Likewise.
457         * stdlib/stdlib.h: Likewise.
458         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
459         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
461 1998-06-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
463         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) only once.
465 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
467         * posix/wordexp.c (parse_param): Fix memory leak.
469 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
471         * libc.map: Export _IO_ftrylockfile.
473 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
475         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use get[pu]id instead of
476         __get[pu]id.
478 1998-06-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
480         * elf/dl-misc.c (_dl_debug_message): Don't cache the pid.
482         * elf/dl-runtime.c (_dl_object_relocation_scope): Avoid adding the
483         same search list twice.
485 1998-06-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
487         * login/programs/utmpd.c (handle_requests): Set and use maximal fd
488         used to optimize loop/select.
490 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
492         * sysdeps/generic/init-first.c: Don't define __libc_pid.
493         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
494         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
495         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
496         * sysdeps/arm/init-first.c: Likewise.
497         * posix/getopt_init.c: Don't use __libc_pid.
498         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
499         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
500         * libc.map: Remove __libc_uid and __libc_pid.
502 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
504         * sunrpc/rtime.c (rtime): Use poll instead of select.
506 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
508         * sunrpc/clnt_tcp.c (readtcp): Use poll instead of select.
509         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
510         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
511         Patches from FreeBSD current.
513 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
515         * nscd/connections.c (handle_new_request): Handle POLLHUP
516         correctly.
517         (close_sockets): Correct parameter to dbg_log.
519 1998-06-27  David S. Miller  <davem@pierdol.cobaltmicro.com>
521         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
522         Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask.
523         (elf_machine_fixup_plt): Likewise.
524         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When
525         _dl_pagesize not set, use system call to always get correct answer.
526         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
527         (__syscall_getpagesize): Add
529 1998-06-27  Ulrich Drepper  <drepper@cygnus.com>
531         * resolv/res_send.c (res_send): Fix typo.
533 1998-06-25  Andi Kleen <ak@muc.de>
535         * inet/rcmd.c (rcmd): Change to use __poll instead of select.
536         * resolv/res_send.c (res_send): Likewise.
538 1998-06-27 12:58  Ulrich Drepper  <drepper@cygnus.com>
540         * sysdeps/unix/bsd/poll.c: Define __poll, make poll weak alias.
541         * sysdeps/unix/sysv/linux/poll.c: Likewise.
543 1998-06-27  7:07  Richard Henderson  <rth@cygnus.com>
545         * math/atest-exp.c (exp_mpn, main): Cast to mp_limb_t appropriately.
546         * math/atest-exp2.c (exp_mpn, main): Likewise.
547         * math/atest-sincos.c (main): Likewise.
549         * resolv/inet_addr.c (inet_aton): Check for 32-bit overflow.  Move
550         base handling away from strtoul.  Always reset errno.
552         * sysdeps/alpha/Makefile (elf): Kill -mno-fp-regs.
554         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Only set
555         _dl_profile_map if _dl_name_match_p.
556         (RTLD_START): Fix .prologue.  Set __libc_stack_end.
557         * sysdeps/alpha/elf/start.S: Pass sp as arg 7.  Kill __data_start.
559         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Mark tmp
560         as early-clobber.
562         * sysdeps/libm-ieee754/e_exp10.c: Include "math_private.h".
563         * sysdeps/libm-ieee754/e_exp10f.c: Likewise.
564         * sysdeps/libm-ieee754/e_exp10l.c: Likewise.
566 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
568         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use alias-safe code.
570 1998-06-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
572         * nis/nis_call.c: Don't copy server structure.
573         * nis/nis_intern.h: Remove unused entries.
574         * nis/nis_table.c: Rewrite __create_ib_request.
576 1998-06-26 14:37  Ulrich Drepper  <drepper@cygnus.com>
578         * configure.in: Check for -fexceptions.
579         * config.make.in: Define exceptions, not no-exceptions.
580         * misc/sys/cdefs.h: Define __PMT.  When using modern g++ define
581         __P to use throw().
582         * misc/Makefile: Define CFLAGS-tsearch.c and CFLAGS-lsearch.c to
583         $(exceptions).
584         * stdlib/Makefile: Likewise for bsearch.c, msort.c, and qsort.c.
585         * misc/search.h: Use __PMT in tsearch, tfind, tdelete, twalk, tdestroy,
586         lfind, and lsearch prototpypes.
587         * stdlib/stdlib.h: Likewise for bsearch and qsort.
589 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
591         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use C code, not asm.
593 1998-06-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
595         * Makefile (remove-old-headers): Make phony.
597         * configure.in: Substitute @old_glibc_headers@.
599 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
601         * libc.map: Remove __libc_uid.
603 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
605         * manual/terminal.texi (Allocation, Pseudo-Terminal Pairs): Fix
606         typos.
608 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
610         * libc.map: Add Alpha-specific io function from protected namespace.
612 1998-06-25 19:26  Ulrich Drepper  <drepper@cygnus.com>
614         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) if defined first.
615         * locale/Makefile: Define locale-CPPFLAGS instead of redefining
616         CPPFLAGS.
618         * libc.map: Export __sigaction.
620 1998-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
622         * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_PTRACE): Add it
623         (from Linux 2.1.107).
625 1998-06-24  Ulrich Drepper  <drepper@cygnus.com>
627         * nss/nss_files/files-XXX.c (_nss_files_get,ENTNAME_r): Initialize
628         position when file was opened here.
629         Reported by Howard Chu <hyc@platinum.com>.
631         * sysdeps/generic/glob.c: Also protect FNM_* macros from being
632         undefined in a second inclusion.
634 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
636         * sysdeps/mach/hurd/i386/Makefile: New file.
637         * sysdeps/mach/hurd/i386/init-first.c [!PIC] (init1): Call
638         __libc_init_secure.
639         (_hurd_stack_setup): Renamed
640         from __libc_init_first.
641         (__libc_init_first): New function.
642         * sysdeps/mach/hurd/i386/static-start.S: New file.
644 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
646         * sysdeps/mach/hurd/i386/init-first.c
648 1998-06-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
650         * grp/initgroups.c: Use _CALL_DL_FCT.
652 1998-06-23  Mark Kettenis  <kettenis@phys.uva.nl>
654         * elf/dl-load.c (_dl_map_object_from_fd): Add missing cast.
656 1998-06-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
658         * manual/terminal.texi (Pseudo-Terminals): Correct typos.
660 1998-06-23  Ulrich Drepper  <drepper@cygnus.com>
662         * config.make.in: Remove LDAP support.
663         * nss/Makefile: Likewise.
665 1998-06-22 17:02  Ulrich Drepper  <drepper@cygnus.com>
667         * sysdeps/generic/enbl-secure.c: Don't use __libc_uid.
668         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
669         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
670         * sysdeps/unix/sysv/linux/init-first.c: Don't initialize __libc_uid.
672 1998-06-02  Gordon Matzigkeit  <gord@profitpress.com>
674         * mach/Makefile: Change `mv' invocations to `mv -f'.
675         * mach/Machrules: Likewise.
677 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
679         * config.make.in (old-glibc-headers): Add it.
681         * configure.in: Add test for glibc 2.0.x headers.
683         * Makefile (headers2_0): New variable - contains so far only
684         Linux/Intel glibc 2.0.x headers.
685         (remove-old-headers): New rule to remove headers from glibc 2.0.x.
686         (install): Depend on remove-old-headers.
688 1998-06-19  Mark Kettenis  <kettenis@phys.uva.nl>
690         * sysdeps/generic/ftruncate.c: Define function as __ftruncate and
691         make ftruncate a weak alias.
692         * sysdeps/mach/hurd/ftruncate.c: Really define function as
693         __ftruncate.
694         * sysdeps/mach/hurd/truncate.c: Include <unistd.h>.
695         (truncate): Fix function defenition to match prototype.
697 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
699         * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
700         unlockpt, ptsname, ptsname_r, openpty and forkpty.
702 1998-06-22  Ulrich Drepper  <drepper@cygnus.com>
704         * sysdeps/generic/glob.c: Make it possible to include glob.h
705         before loading glob.c.
706         Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
708 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
710         * nscd/connections.c: Use poll() instead of select().
712 1998-06-22 14:08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
714         * sysdeps/generic/Dist: Fix typo.
716 1998-06-20  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
718         * nis/nis_add.c: Avoid unnecessary strlen () calls.
719         * nis/nis_addmember.c: Likewise.
720         * nis/nis_call.c: Likewise.
721         * nis/nis_creategroup.c: Likewise.
722         * nis/nis_destroygroup.c: Likewise.
723         * nis/nis_findserv.c: Likewise.
724         * nis/nis_ismember.c: Likewise.
725         * nis/nis_print.c: Likewise.
726         * nis/nis_print_group_entry.c: Likewise.
727         * nis/nis_removemember.c: Likewise.
728         * nis/nis_verifygroup.c: Likewise.
729         * nis/ypclnt.c: Likewise.
731         * nis/nis_file.c: Close file handles.
733         * nis/nis_callback.c: Fix typo.
735 1998-06-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
737         * nis/Makefile: Add nis-initgroups and compat-initgroups.
738         * nis/libnss_compat.map: Add _nss_compat_initgroups.
739         * nis/libnss_nis.map: Add _nss_nis_initgroups.
740         * nis/nss_compat/compat-initgroups.c: New, faster then getgrent().
741         * nis/nss_nis/nis-initgroups.c: Likewise.
742         * libc-work/nss/nsswitch.c: Rename nss_lookup_function to
743         __nss_lookup_function and make it public.
744         * grp/initgroups.c: Rewrite, to use initgroups function from NSS
745         module if exists, else use old method.
747 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
749         * nss/getXXbyYY_r.c (lookup_function): Correct return in type
750         definition.
751         * nss/getXXent_r.c (set_function, end_function, get_function):
752         Likewise.  Reported by Thorsten Kukuk.
754         * sysdeps/unix/sysv/linux/sigstack.c: Mark sigstack as dangerous.
756 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
758         * sysdeps/unix/sysv/linux/sparc/Dist: Follow change from
759         1998-06-16 and distribute kernel_termios.h.
761         * nis/Makefile (distribute): Add nis_xdr.h.
763 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
765         * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Disable for
766         kernels that don't have sigaltstack.
768 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
770         * sysdeps/generic/bits/sem.h: Don't define union semun.
772         * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo.
774         * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition
775         here.
776         * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge
777         definition here.
779 1998-06-18 21:45  Ulrich Drepper  <drepper@cygnus.com>
781         * signal/signal.h: Add prototype for __sigaltstack.
782         * sysdeps/unix/sysv/linux/syscalls.list: Add __sigaltstack name.
783         Remove sigstack entry.
784         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add sigstack here.
785         * sysdeps/unix/sysv/linux/sigstack.c: New file.
787         * sysdeps/i386/backtrace.c: Add casts.
789 1998-06-18 19:49  Ulrich Drepper  <drepper@cygnus.com>
791         * intl/dcgettext.c: use complete type name.
792         * intl/hash-string.h: Likewise.
794         * intl/localealias.c: Undo patch from 1998-04-29.
795         * intl/l10nflist.c: Likewise.
796         * intl/loadinfo.h: Likewise.
798 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
800         * sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
802 1998-06-18 16:40  Ulrich Drepper  <drepper@cygnus.com>
804         * libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
805         _dl_mcount, _dl_mcount_wrapper.
806         * elf/Makefile (routines): Add dl-profstub.
807         * elf/dl-profstub.c: New file.
808         * elf/dl-support.c: Don't define _dl_profile_map.
809         * elf/rtld.c: Likewise.
810         * elf/dlfcn.h: Define DL_CALL_FCT macro.
811         * elf/ldsodefs.h: Declare _dl_profile_output, _dl_mcount_wrapper.
812         Define _CALL_DL_FCT.
813         * iconv/gconv.c: Use _CALL_DL_FCT to call function from dynamically
814         loaded object.
815         * iconv/gconv_db.c: Likewise.
816         * iconv/skeleton.c: Likewise.
817         * nss/getXXbyYY_r.c: Likewise.
818         * nss/getXXent_r.c: Likewise.
819         * nss/nsswitch.c: Likewise.
821 1998-06-18 12:29  Ulrich Drepper  <drepper@cygnus.com>
823         * sysdeps/libm-i387/e_scalb.S: Fix bug in FPU stack handling.
824         * sysdeps/libm-i387/e_scalbf.S: Likewise.
825         * sysdeps/libm-i387/e_scalbl.S: Likewise.
827 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
829         * stdlib/tst-strtod.c (long_dbl): Provide receipe to regenerate
830         longestdbl.
832 1998-06-18 10:26  Ulrich Drepper  <drepper@cygnus.com>
834         * iconvdata/Makefile (modules): Add MACINTOSH.
835         (MACINTOSH-routines): New variable.
836         (distribute): Add macintosh.c.
837         (awk-generated-headers): Add macintosh.h.
838         Add rule for macintosh.h generation.
839         * iconvdata/gconv-modules: Add definitions for MACINTOSH.
840         * iconvdata/macintosh.c: New file.
842 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
844         * stdlib/tst-strtod.c (long_dbl): Add test for loooong numbers.
846         * stdlib/strtod.c (str_to_mpn): Fix extending of n array which
847         only should happen for cy != 0.
849         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before
850         glob.h.
852 1998-06-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
854         * sysdeps/generic/backtrace.c (INNER_THAN): New definition, use it
855         to compare stack addresses.
857 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
859         * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
860         defining prototypes.
862 1998-06-16  David S. Miller <davem@dm.cobaltmicro.com>
864         * sysdeps/sparc/sparc32/dl-machine.h
865         (elf_machine_fixup_plt): During rtld bootstrap, always perform
866         flushes as the kernel will emulate it when the underlying cpu does
867         not implement flush.
869         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: Move...
870         * sysdeps/unix/sysv/linux/sparc/kernel_termios.h: ...to here.
872         * sysdeps/unix/sysv/linux/sparc/sparc32/__sigtrampoline.S: Remove.
873         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: No longer build
874         trampoline code.
876         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
877         (__clone): Branch to label .Lerror not __clone_syscall_error.
878         (.Lerror): Fixup EINVAL setting.
879         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: New file.
880         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
881         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
882         (__syscall_getgroups, __syscall_setgroups): Add.
884         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
885         (__sigaction): Member name is k_sa_handler.  Use memcpy to copy
886         around sa_mask data.
888 1998-06-16  Ulrich Drepper  <drepper@cygnus.com>
890         * math/math.h: Include bits/nan.h when compiling for ISO C 9x.
892         * string/Makefile: Make sure test-ffs does not use builtins.
894 1998-06-16  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
896         * sunrpc/svc.c: Check for NULL pointer.
898         * nis/libnsl.map: Add public NIS+ xdr functions.
900         * nis/rpcsvc/nis_callback.h: New file.
901         * nis/rpcsvc/nis.h: Move xdr_* functions from here ...
902         * nis/nis_xdr.h: ... here.
904         * nis/nis_add.c: Use internal _xdr_* functions, check for NULL
905         pointers, use NIS+ defines where possible.
906         * nis/nis_cache.c: Likewise.
907         * nis/nis_cache2_xdr.c: Likewise.
908         * nis/nis_call.c: Likewise.
909         * nis/nis_checkpoint.c: Likewise.
910         * nis/nis_clone_dir.c: Likewise.
911         * nis/nis_clone_obj.c: Likewise.
912         * nis/nis_clone_res.c: Likewise.
913         * nis/nis_creategroup.c: Likewise.
914         * nis/nis_file.c: Likewise.
915         * nis/nis_free.c: Likewise.
916         * nis/nis_getservlist.c: Likewise.
917         * nis/nis_local_names.c: likewise.
918         * nis/nis_lookup.c: Likewise.
919         * nis/nis_mkdir.c: Likewise.
920         * nis/nis_modify.c: Likewise.
921         * nis/nis_ping.c: Likewise.
922         * nis/nis_print.c: Likewise.
923         * nis/nis_remove.c: Likewise.
924         * nis/nis_removemember.c: Likewise.
925         * nis/nis_rmdir.c: Likewise.
926         * nis/nis_server.c: Likewise.
927         * nis/nis_table.c: Likewise.
928         * nis/nis_util.c: Likewise.
929         * nis/nis_verifygroup.c: Likewise.
930         * nis/nis_xdr.c: Likewise.
931         * nis/nis_callback.c: Likewise, and move xdr functions from here ...
932         * nis/nis_xdr.c: ... to here.
934 1998-06-15 18:07  Ulrich Drepper  <drepper@cygnus.com>
936         * iconvdata/ksc5601.h: Clean up a bit.
938 1998-06-15 14:35  Ulrich Drepper  <drepper@cygnus.com>
940         * sunrpc/svc_tcp.c (readtcp): Also listen to all the other connections
941         and process incoming data.
942         * sunrpc/xdr_rec.c (set_input_fragment): Only recognize zero length
943         fragments as invalid.
944         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
946 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
948         Removal of duplicates like "the the".
949         * manual/time.texi (TZ Variable): Likewise.
950         * manual/users.texi (Manipulating the Database): Likewise.
951         * manual/sysinfo.texi (Filesystem handling): Likewise.
952         * manual/signal.texi (Signaling Yourself): Likewise.
953         * manual/message.texi (Message Translation): Likewise.
954         (Common Usage): Likewise.
955         * manual/llio.texi: Likewise.
956         * manual/arith.texi (Old-style number conversion): Likewise.
957         * manual/argp.texi (Argp): Likewise.
958         (Argp Parsers): Likewise.
959         (Argp Help Filtering): Likewise.
961         * hesiod/README.hesiod: Correct typo.
963         * manual/llio.texi: Correct typos.
964         * manual/sysinfo.texi: Likewise.
966 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
968         * rt/aio.h: Rename __op to __operation for g++.
970 1998-06-13 20:17 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
972         * iconvdata/gen-8bit-gap.sh: Use awk not perl.  Clean up sed
973         script.
974         * iconvdata/gen-8bit-gap-1.sh: Likewise.
975         * iconvdata/gen-8bit.sh: Clean up sed script.
977         * iconvdata/Makefile: Remove all PERL conditionals; build all
978         the modules all the time.  Export AWK.
979         (gen-8bit-gap): Delete setting of PERL.
980         (gen-8bit-gap-1): Likewise.
981         (perl-generated-headers): Renamed awk-generated-headers.
983         * iconvdata/gap.pl: Removed.
984         * iconvdata/gaptab.pl: Removed.
985         * iconvdata/gap.awk: New file.
986         * iconvdata/gaptab.awk: New file.
988 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
990         * sysdeps/generic/Dist: Add errno-loc.c.
992         * sysdeps/unix/sysv/linux/alpha/glob.c: Add prototypes for the
993         __new_* functions.
995 1998-06-14 14:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
997         * stdio-common/bug12.c: New test for fread()/fseek().
998         * stdio-common/Makefile (tests): Add bug12.
1000 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1002         * sysdeps/generic/elf/backtracesyms.c: Make array elements
1003         constant.
1004         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
1005         * debug/execinfo.h: Update declaration.
1007 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1009         * sysdeps/generic/elf/backtracesyms.c: Make array elements constant.
1010         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
1011         * debug/execinfo.h: Update declaration.
1013 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1015         * manual/llio.texi: Fix spelling.
1016         * manual/sysinfo.texi: Fix spelling.
1018 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1020         * misc/hsearch.c (__hdestroy): Renamed from hdestroy, create weak
1021         alias for old name.  Put this on __libc_subfreeres.
1022         * misc/search.h: Declare it.
1024 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1026         * string/bits/string2.h (strcmp): Add missing parens around macro
1027         parameters.
1029 1998-06-12 23:34  Ulrich Drepper  <drepper@cygnus.com>
1031         * manual/arith.texi: Fix problem with @math and texinfo.tex.
1033         * manual/filesys.texi: Document LFS functions.
1034         * manual/llio.texi: Likewise.
1035         * manual/stdio.texi: Likewise.
1036         * manual/time.texi: Likewise.
1038         * manual/llio.texi: Document AIO functions.
1040         * resource/sys/resource.h: Mark second argument of setrlimit as const.
1041         * sysdeps/generic/setrlimit.c: Likewise.
1042         * sysdeps/generic/setrlimit64.c: Likewise.
1043         * sysdeps/mach/hurd/setrlimit.c: Likewise.
1044         * sysdeps/unix/sysv/setrlimit.c: Likewise.
1046 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1048         * sysdeps/generic/getenv.c: Fix last change.
1050 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1052         * sysdeps/generic/backtrace.c: Provide generic implementation.
1054 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1056         * configure.in: Give visual feedback of the default directories we
1057         added.
1059 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1061         * io/fts.c (fts_build): Define oflag only if needed.
1063 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1065         * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
1067 1998-06-11  Ulrich Drepper  <drepper@cygnus.com>
1069         * libc.map: Don't export argp's fmtstream handling functions.
1071         * manual/sysinfo.texi: Document fstab and mtab handling functions.
1072         * manual/llio.texi: Document more LFS functions and start documenting
1073         the AIO functions.
1075 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
1077         * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
1078         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1079         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1080         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1082 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
1084         * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
1085         makes it easier to undump emacs.
1086         * sysdeps/powerpc/bits/endian.h: Use more informative error message
1087         for when the endianness can't be determined.
1089 1998-06-04 13:19  Geoff Keating  <geoffk@ozemail.com.au>
1091         * nss/Makefile: Add files publickey database support.
1092         * nss/libnss_files.map: Export the required functions.
1093         * nss/nss_files/files-key.c: Implement it.
1094         * sunrpc/rpc/auth_des.h: Correct typos in comments.
1096 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
1098         * iconv/gconv_builtin.h: Add aliases for CORBA.
1099         * iconvdata/gconv-modules: Likewise.
1101 1998-06-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1103         * math/libm-test.c (main): Call exp10_test.
1104         (exp10_test): New function which tests exp10.
1106 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
1108         * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
1109         sigstack.
1111         * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
1112         SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
1113         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
1115 1998-06-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1117         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
1118         in the variable, not its GOT slot.
1120 1998-06-10 10:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1122         * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
1123         inline.
1124         * sysdeps/m68k/fpu/e_exp10.c: New file.
1125         * sysdeps/m68k/fpu/e_exp10f.c: New file.
1126         * sysdeps/m68k/fpu/e_exp10l.c: New file.
1128         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
1129         _dl_profile_map only if the name matches.
1130         (_dl_start_user): Remember stack address.
1131         * sysdeps/m68k/elf/start.S: Pass new argument to
1132         __libc_start_user.
1134         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
1135         definition.
1136         (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
1137         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
1138         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
1139         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
1140         * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
1142 1998-06-09 18:16  Ulrich Drepper  <drepper@cygnus.com>
1144         * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
1145         * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
1146         * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
1147         * math/bits/mathcalls.h: Add definitions for exp10 and pow10
1148         prototypes.
1149         * sysdeps/libm-i387/e_exp10.S: New file.
1150         * sysdeps/libm-i387/e_exp10f.S: New file.
1151         * sysdeps/libm-i387/e_exp10l.S: New file.
1152         * sysdeps/libm-ieee754/e_exp10.c: New file.
1153         * sysdeps/libm-ieee754/e_exp10f.c: New file.
1154         * sysdeps/libm-ieee754/e_exp10l.c: New file.
1155         * sysdeps/libm-ieee754/w_exp10.c: New file.
1156         * sysdeps/libm-ieee754/w_exp10f.c: New file.
1157         * sysdeps/libm-ieee754/w_exp10l.c: New file.
1158         * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
1160 1998-05-25 22:18  H.J. Lu  <hjl@gnu.org>
1162         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
1163         sys/elf.h and sys/reg.h.
1164         * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
1165         * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
1166         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
1167         * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
1169         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
1170         PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
1172 1998-06-09  Ulrich Drepper  <drepper@cygnus.com>
1174         * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
1175         __data member only for gcc.  Reported by ak@muc.de.
1177         * misc/mntent.h: Undo last patch.
1178         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
1179         * misc/tst/mntent.c: Adjust code for this change.
1181         * io/fts.c: Updated from a slightly more recent BSD version.
1182         * io/fts.h: Likewise.
1184         * libc.map: Add __libc_stack_end.
1186         * db2/Makefile (routines): Add lock_region.
1187         * db2/config.h: Update from db-2.4.14.
1188         * db2/db.h: Likewise.
1189         * db2/db_185.h: Likewise.
1190         * db2/db_int.h: Likewise.
1191         * db2/btree/bt_close.c: Likewise.
1192         * db2/btree/bt_compare.c: Likewise.
1193         * db2/btree/bt_conv.c: Likewise.
1194         * db2/btree/bt_cursor.c: Likewise.
1195         * db2/btree/bt_delete.c: Likewise.
1196         * db2/btree/bt_open.c: Likewise.
1197         * db2/btree/bt_page.c: Likewise.
1198         * db2/btree/bt_put.c: Likewise.
1199         * db2/btree/bt_rec.c: Likewise.
1200         * db2/btree/bt_recno.c: Likewise.
1201         * db2/btree/bt_rsearch.c: Likewise.
1202         * db2/btree/bt_search.c: Likewise.
1203         * db2/btree/bt_split.c: Likewise.
1204         * db2/btree/bt_stat.c: Likewise.
1205         * db2/btree/btree.src: Likewise.
1206         * db2/btree/btree_auto.c: Likewise.
1207         * db2/clib/getlong.c: Likewise.
1208         * db2/common/db_appinit.c: Likewise.
1209         * db2/common/db_apprec.c: Likewise.
1210         * db2/common/db_byteorder.c: Likewise.
1211         * db2/common/db_err.c: Likewise.
1212         * db2/common/db_log2.c: Likewise.
1213         * db2/common/db_region.c: Likewise.
1214         * db2/common/db_salloc.c: Likewise.
1215         * db2/common/db_shash.c: Likewise.
1216         * db2/db/db.c: Likewise.
1217         * db2/db/db.src: Likewise.
1218         * db2/db/db_auto.c: Likewise.
1219         * db2/db/db_conv.c: Likewise.
1220         * db2/db/db_dispatch.c: Likewise.
1221         * db2/db/db_dup.c: Likewise.
1222         * db2/db/db_overflow.c: Likewise.
1223         * db2/db/db_pr.c: Likewise.
1224         * db2/db/db_rec.c: Likewise.
1225         * db2/db/db_ret.c: Likewise.
1226         * db2/db/db_thread.c: Likewise.
1227         * db2/db185/db185.c: Likewise.
1228         * db2/db185/db185_int.h: Likewise.
1229         * db2/dbm/dbm.c: Likewise.
1230         * db2/hash/hash.c: Likewise.
1231         * db2/hash/hash.src: Likewise.
1232         * db2/hash/hash_auto.c: Likewise.
1233         * db2/hash/hash_conv.c: Likewise.
1234         * db2/hash/hash_debug.c: Likewise.
1235         * db2/hash/hash_dup.c: Likewise.
1236         * db2/hash/hash_func.c: Likewise.
1237         * db2/hash/hash_page.c: Likewise.
1238         * db2/hash/hash_rec.c: Likewise.
1239         * db2/hash/hash_stat.c: Likewise.
1240         * db2/include/btree.h: Likewise.
1241         * db2/include/btree_ext.h: Likewise.
1242         * db2/include/clib_ext.h: Likewise.
1243         * db2/include/common_ext.h: Likewise.
1244         * db2/include/cxx_int.h: Likewise.
1245         * db2/include/db.h.src: Likewise.
1246         * db2/include/db_185.h.src: Likewise.
1247         * db2/include/db_am.h: Likewise.
1248         * db2/include/db_auto.h: Likewise.
1249         * db2/include/db_cxx.h: Likewise.
1250         * db2/include/db_dispatch.h: Likewise.
1251         * db2/include/db_ext.h: Likewise.
1252         * db2/include/db_int.h.src: Likewise.
1253         * db2/include/db_page.h: Likewise.
1254         * db2/include/db_shash.h: Likewise.
1255         * db2/include/db_swap.h: Likewise.
1256         * db2/include/hash.h: Likewise.
1257         * db2/include/hash_ext.h: Likewise.
1258         * db2/include/lock.h: Likewise.
1259         * db2/include/lock_ext.h: Likewise.
1260         * db2/include/log.h: Likewise.
1261         * db2/include/log_ext.h: Likewise.
1262         * db2/include/mp.h: Likewise.
1263         * db2/include/mp_ext.h: Likewise.
1264         * db2/include/mutex_ext.h: Likewise.
1265         * db2/include/os_ext.h: Likewise.
1266         * db2/include/os_func.h: Likewise.
1267         * db2/include/queue.h: Likewise.
1268         * db2/include/shqueue.h: Likewise.
1269         * db2/include/txn.h: Likewise.
1270         * db2/lock/lock.c: Likewise.
1271         * db2/lock/lock_conflict.c: Likewise.
1272         * db2/lock/lock_deadlock.c: Likewise.
1273         * db2/lock/lock_region.c: Likewise.
1274         * db2/lock/lock_util.c: Likewise.
1275         * db2/log/log.c: Likewise.
1276         * db2/log/log.src: Likewise.
1277         * db2/log/log_archive.c: Likewise.
1278         * db2/log/log_auto.c: Likewise.
1279         * db2/log/log_compare.c: Likewise.
1280         * db2/log/log_findckp.c: Likewise.
1281         * db2/log/log_get.c: Likewise.
1282         * db2/log/log_put.c: Likewise.
1283         * db2/log/log_rec.c: Likewise.
1284         * db2/log/log_register.c: Likewise.
1285         * db2/mp/mp_bh.c: Likewise.
1286         * db2/mp/mp_fget.c: Likewise.
1287         * db2/mp/mp_fopen.c: Likewise.
1288         * db2/mp/mp_fput.c: Likewise.
1289         * db2/mp/mp_fset.c: Likewise.
1290         * db2/mp/mp_open.c: Likewise.
1291         * db2/mp/mp_pr.c: Likewise.
1292         * db2/mp/mp_region.c: Likewise.
1293         * db2/mp/mp_sync.c: Likewise.
1294         * db2/mutex/68020.gcc: Likewise.
1295         * db2/mutex/mutex.c: Likewise.
1296         * db2/mutex/parisc.gcc: Likewise.
1297         * db2/mutex/parisc.hp: Likewise.
1298         * db2/mutex/sco.cc: Likewise.
1299         * db2/os/os_abs.c: Likewise.
1300         * db2/os/os_alloc.c: Likewise.
1301         * db2/os/os_config.c: Likewise.
1302         * db2/os/os_dir.c: Likewise.
1303         * db2/os/os_fid.c: Likewise.
1304         * db2/os/os_fsync.c: Likewise.
1305         * db2/os/os_map.c: Likewise.
1306         * db2/os/os_oflags.c: Likewise.
1307         * db2/os/os_open.c: Likewise.
1308         * db2/os/os_rpath.c: Likewise.
1309         * db2/os/os_rw.c: Likewise.
1310         * db2/os/os_seek.c: Likewise.
1311         * db2/os/os_sleep.c: Likewise.
1312         * db2/os/os_spin.c: Likewise.
1313         * db2/os/os_stat.c: Likewise.
1314         * db2/os/os_unlink.c: Likewise.
1315         * db2/progs/db_archive/db_archive.c: Likewise.
1316         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
1317         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
1318         * db2/progs/db_dump/db_dump.c: Likewise.
1319         * db2/progs/db_dump185/db_dump185.c: Likewise.
1320         * db2/progs/db_load/db_load.c: Likewise.
1321         * db2/progs/db_printlog/db_printlog.c: Likewise.
1322         * db2/progs/db_recover/db_recover.c: Likewise.
1323         * db2/progs/db_stat/db_stat.c: Likewise.
1324         * db2/txn/txn.c: Likewise.
1325         * db2/txn/txn.src: Likewise.
1326         * db2/txn/txn_auto.c: Likewise.
1327         * db2/txn/txn_rec.c: Likewise.
1329         * elf/rtld.c: Move definition of __libc_stack_end to ...
1330         * sysdeps/generic/dl-sysdep.h: ...here.
1332         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
1333         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
1334         * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
1336         * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
1337         * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
1338         before following it.
1340 1998-06-08 21:44  Ulrich Drepper  <drepper@cygnus.com>
1342         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
1343         from mntent correctly.
1345 1998-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1347         * sunrpc/Makefile (generated): Correct typo.
1349 1998-06-04  Philip Blundell  <philb@gnu.org>
1351         * elf/elf.h (EM_ARM, et al.): New definitions.
1352         * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
1354 1998-06-08 21:33  Ulrich Drepper  <drepper@cygnus.com>
1356         * localedata/SUPPORTED: Add sk_SK.
1357         * localedata/locales/sk_SK: New file.
1359 1998-06-08 18:57  Ulrich Drepper  <drepper@cygnus.com>
1361         * Makeconfig (subdirs): Add debug.
1362         * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
1363         * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
1364         backtrace_symbols.
1365         * sysdeps/generic/backtrace.c: New file.
1366         * sysdeps/generic/backtracesyms.c: New file.
1367         * sysdeps/generic/elf/backtracesyms.c: New file.
1368         * sysdeps/i386/backtrace.c: New file.
1369         * debug/Makefile: New file.
1370         * debug/backtrace-tst.c: New file.
1371         * debug/execinfo.h: New file.
1373 1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
1375         * elf/sprof.c: Implement call graph profiling.
1377         * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
1379 1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1381         * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
1382         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
1383         * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
1384         Noticed by Jake Garver <garver@valkyrie.net>.
1386 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1388         * libio/genops.c (__underflow): Read character from read pointer
1389         as unsigned.
1390         (__uflow): Likewise.
1392 1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
1394         * libc.map: Add _dl_profile.
1395         * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
1396         this to ELF_DYNAMIC_RELOCATE.
1397         Always allocate array for relocation result if LD_PROFILE is defined.
1398         * elf/ldsodefs.h: Adjust prototypes.
1399         * elf/dl-open.c (_dl_open): Call relocation function with extra
1400         argument.
1401         * elf/rtld.c: Likewise.
1402         * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
1403         Correct loop condition.
1404         * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
1405         consider_profile to runtime setup function.
1406         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
1407         _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
1409         * elf/dl-support.c: Define __libc_stack_end.
1410         * elf/rtld.c: Likewise.
1411         * sysdeps/generic/libc-start.c: Store last stack address in
1412         __libc_stack_end.
1413         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
1414         * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
1416         * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
1417         Include <stdint.h>, not <inttypes.h>.
1419         * elf/sprof.c: Implement flat profiling.
1421         * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
1422         _IO_funlockfile explicitly.
1423         * libio/fileops.c: Likewise.
1424         * libio/fputc.c: Likewise.
1425         * libio/freopen.c: Likewise.
1426         * libio/freopen64.c: Likewise.
1427         * libio/fseek.c: Likewise.
1428         * libio/fseeko.c: Likewise.
1429         * libio/fseeko64.c: Likewise.
1430         * libio/ftello.c: Likewise.
1431         * libio/ftello64.c: Likewise.
1432         * libio/getc.c: Likewise.
1433         * libio/getchar.c: Likewise.
1434         * libio/iofclose.c: Likewise.
1435         * libio/iofflush.c: Likewise.
1436         * libio/iofgetpos.c: Likewise.
1437         * libio/iofgetpos64.c: Likewise.
1438         * libio/iofgets.c: Likewise.
1439         * libio/iofputs.c: Likewise.
1440         * libio/iofread.c: Likewise.
1441         * libio/iofsetpos.c: Likewise.
1442         * libio/iofsetpos64.c: Likewise.
1443         * libio/ioftell.c: Likewise.
1444         * libio/iofwrite.c: Likewise.
1445         * libio/iogetdelim.c: Likewise.
1446         * libio/iogets.c: Likewise.
1447         * libio/ioputs.c: Likewise.
1448         * libio/ioseekoff.c: Likewise.
1449         * libio/ioseekpos.c: Likewise.
1450         * libio/iosetbuffer.c: Likewise.
1451         * libio/iosetvbuf.c: Likewise.
1452         * libio/ioungetc.c: Likewise.
1453         * libio/iovsprintf.c: Likewise.
1454         * libio/iovsscanf.c: Likewise.
1455         * libio/oldfileops.c: Likewise.
1456         * libio/oldiofclose.c: Likewise.
1457         * libio/peekc.c: Likewise.
1458         * libio/putc.c: Likewise.
1459         * libio/putchar.c: Likewise.
1460         * libio/rewind.c: Likewise.
1462         * malloc/mtrace.c: Pretty print.
1464         * misc/mntent.h (struct mentent): Make string elements const char *.
1466         * nis/nis_printf.c: Optimize I/O a little bit.
1468         * signal/Makefile (distribute): Add sigset-cvt-mask.h.
1469         * sysdeps/generic/sigset-cvt-mask.h: New file.
1470         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
1471         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
1472         * sysdeps/posix/sigvec.c: Rewrite the use definitions from
1473         sigset-cvt-mask.h to do the dirty work.
1474         Patches by Joe Keane.
1476         * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
1478         * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
1479         syscall_error label in case of PIC anonymous.
1480         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
1481         * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
1482         * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
1483         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
1484         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
1485         * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
1486         * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
1488 1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
1490         * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
1491         we cannot declare the struct element as const.
1492         * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
1493         * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
1495 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1497         * manual/Makefile: Include ../Makeconfig earlier.
1498         (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
1499         exist.
1500         (dir-add.texinfo): Remove useless $(SHELL).
1502 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1504         * Makefile (others): Build programs from install-bin.
1505         * configure.in: Modify config.make only if is was just created and
1506         move that command to second argument of AC_OUTPUT.  Add command to
1507         set config_vars in config.status.
1509 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1511         * malloc/Makefile (address-width): Fix conditional.
1513 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1515         * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
1516         putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
1517         strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
1518         version GLIBC_2.1.
1520 1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1522         * manual/lang.texi (Range of Type): Change @end table->@end vtable.
1523         (Floating Point Parameters): Likewise.
1525 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1527         * hurd/Makefile (routines): Add cthreads.
1529 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1531         * login/login.c (login): Let pututline take care of finding the
1532         positin to insert the UTMP entry.  This corrects a bug where ssh
1533         was not reusing UTMP entries marked as DEAD_PROCESS.
1534         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
1536 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1538         * login/Makefile (tests): New variable, add tst-utmp and
1539         tst-utmpx.
1540         * login/tst-utmp.c: New file.
1541         * login/tst-utmpx.c: New file.
1543 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1545         * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
1546         aliases for _hurd_nerr, for programs that don't use sys_errlist,
1547         but need sys_err.
1549 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1551         * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
1552         * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
1554 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1556         * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
1557         make __read a weak alias.  Use ANSI-style function definition.
1558         * sysdeps/mach/hurd/write.c: Likewise.
1560 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1562         * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
1563         _sys_errlist.
1565 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
1567         * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
1568         Renamed from librtld.so.
1570 1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1572         * libc.map: Remove _IO_getline_info which was erroneously
1573         introduced in section GLIBC_2.0.
1574         Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1576 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1578         * sysdeps/generic/socket.c (__socket): Renamed from socket, and
1579         created a weak alias.
1580         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
1582 1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
1584         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
1585         ftruncate function, and create a weak alias to ftruncate.
1587 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1589         * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
1590         * inet/getnetgrent_r.c: Likewise.
1591         * nss/getXXbyYY_r.c: Likewise.
1592         * nss/getXXent_r.c: Likewise.
1593         * pwd/fgetpwent_r.c: Likewise.
1594         * shadow/sgetspent_r.c: Likewise.
1595         * shadow/fgetspent_r.c: Likewise.
1596         * sunrpc/publickey.c: Likewise.
1598 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1600         * hurd/libhurduser.map: New file.
1601         * mach/libmachuser.map: Likewise.
1603         * libc.map: Add Hurd-specific functions to version 2.1.
1604         Add __flshfp and __fillbf.
1606 1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1608         * manual/signal.texi (Basic Signal Handling): Fix typo.
1609         * manual/errno.texi (Error Codes): Likewise.
1611 1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
1613         * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
1614         instead of <sys/socket.h>.
1615         Patch by NIIBE Yutaka <gniibe@mri.co.jp>
1617         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
1618         Finally make it working.
1619         Patch by Mark Hatle <fray@kernel.crashing.org>.
1621 1998-03-22  Paul Eggert  <eggert@twinsun.com>
1623         * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
1624         a Solaris 2.6 bug.
1626 1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
1628         * stdlib/gmp-impl.h: Support strange mixed-endian double format
1629         used by ARM systems.
1630         * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
1631         FE_EXCEPT_SHIFT.
1632         * sysdeps/arm/bits/fenv.h: Deleted.
1633         * sysdeps/arm/fpu/ieee754.h: New file.
1634         * sysdeps/arm/gmp-mparam.h: New file.
1635         * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
1636         implementation.
1638 1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
1640         * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
1642         * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
1643         of ((unused)).  Reported by Bruno Haible.
1645 1998-05-31  Philip Blundell  <philb@gnu.org>
1647         * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
1648         referring to errno and _errno.
1650         * sysdeps/arm/fpu/feholdexcpt.c: New file.
1652         * sysdeps/i386/fpu_control.h: Fix typo.
1654         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
1655         (_JMPBUF_UNWINDS): Added.
1656         * sysdeps/arm/fpu/bits/setjmp.h: New file.
1658 1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
1660         * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
1661         order to build header files, not `generated'.
1663         * Rules (before-compile): New target which depends on all
1664         $(before-compile) files.
1666 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1668         * nis/nis_call.c: Make directory search faster.
1670         * nis/nis_callback.c: Insert public key of user in callback data.
1672         * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
1674         * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
1676         * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
1678         * nis/nis_intern.h: Remove duplicated prototype.
1680 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1682         * sunrpc/auth_des.c: Move prototypes from here ...
1683         * sunrpc/rpc/auth.h: ... to here.
1685         * sunrpc/clnt_tcp.c: Add more control flags.
1686         * sunrpc/clnt_udp.c: Likewise.
1688         * sunrpc/netname.c (host2netname): Remove prefixing dot from
1689         domainname.
1691         * sunrpc/rpc/clnt.h: Document, which control flags are not
1692         implementable.
1694         * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
1696 1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
1698         * locale/loadlocale.c (_nl_load_locale): Don't allow too small
1699         files crash the program.
1701         * io/Makefile: Don't run ftwtest-sh if cross-compiling.
1702         * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
1703         Reported by Deborah Wallach <kerr@pa.dec.com>.
1705 1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1707         * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
1708         on whether this is a stable release or not (keeps snapshot bug
1709         reports out of the database).
1711         * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
1712         * sysdeps/arm/sysdep.h: Likewise.
1713         * sysdeps/i386/sysdep.h: Likewise.
1714         * sysdeps/m68k/sysdep.h: Likewise.
1715         * sysdeps/mach/mips/sysdep.h: Likewise.
1716         * sysdeps/mach/sys/reboot.h: Likewise.
1717         * sysdeps/mach/sysdep.h: Likewise.
1718         * sysdeps/unix/alpha/sysdep.h: Likewise.
1719         * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
1720         * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
1721         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
1722         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
1723         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
1724         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
1725         * sysdeps/unix/i386/sysdep.h: Likewise.
1726         * sysdeps/unix/mips/sysdep.h: Likewise.
1727         * sysdeps/unix/sparc/sysdep.h: Likewise.
1728         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
1729         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1730         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1731         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1732         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
1733         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1734         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1735         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
1737 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
1739         * mach/Machrules: Use $(move-if-change).
1741 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
1743         * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
1744         * Makerules (lib%.so): Depend on $(+interp).
1745         (libc.so): Add interp.os to list of dependencies.
1746         (interp-obj): Remove variable.
1747         * mach/Machrules (+interp): Define to empty since libhurduser and
1748         libmachuser don't need to have the interpreter set.
1750 1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1752         * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
1754         * resolv/gethnamaddr.c: Likewise.
1756         * resolv/res_comp.c: Likewise.
1758 1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
1760         * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
1761         so that transparent union works.
1763 1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
1765         * manual/texinfo.tex: Update to last available version.
1767         * timezone/africa: Update from tzdata1998e.
1768         * timezone/antarctica: Likewise.
1769         * timezone/asia: Likewise.
1770         * timezone/australasia: Likewise.
1771         * timezone/europe: Likewise.
1772         * timezone/iso3166.tab: Likewise.
1773         * timezone/northamerica: Likewise.
1774         * timezone/tzselect.ksh: Likewise.
1775         * timezone/zone.tab: Likewise.
1777 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
1779         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
1780         Reported by Matt McLean <keys@brio.yikes.com>.
1782 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1784         * catgets/Makefile ($(objpfx)de.cat): Renamed from
1785         do-gencat-test.  Use automatic variables.
1786         ($(objpfx)de.msg): Fix reference to po file.
1788 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1790         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
1791         $(move-if-change).
1793 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1795         * intl/dcgettext.c: Fix typo.
1797 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1799         * configure.in: Allow more make versions e.g 3.76.90.
1801 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
1803         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
1805         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
1806         for Hurd.  Patch by Mark Kettenis.
1808 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
1810          * mach/Machrules (+preinit, +postinit): Define these variables to
1811          empty because libhurduser and libmachuser don't need startup
1812          files.
1814 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
1816          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
1817          instead of a raw bitmask.
1819 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1821         * Makeconfig (rpath-dirs): New variable.
1822         (rpath-link): Use it.
1823         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
1824         (db-objpfx): Removed.
1825         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
1826         * md5-crypt/Makefile: Likewise.
1827         * sysdeps/mach/hurd/Makefile: Likewise.
1829         * Makeconfig (move-if-change): New variable.
1830         * iconvdata/Makefile (move-if-change): Removed.
1831         * manual/Makefile (move-if-change): Set only if undefined, use
1832         local script by default.
1833         * sunrpc/Makefile (move-if-change): Removed.
1834         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
1835         $(move-if-change).
1837          * elf/Makefile: Remove all references to obsolete file
1838          $(objpfx)rtldtbl.h.
1839          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
1841 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1843         * elf/dl-close.c (_dl_close): Add debugging message.
1845 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1847         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
1848         to get Linux version and not gcc version.
1849         Reported by Alan Curry <pacman@cqc.com>.
1851 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1853         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
1854         pointers - return unknown error message instead.
1855         Reported by Alan Curry <pacman@cqc.com>.
1857 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
1859         * iconvdata/Makefile (modules, sed-generated-headers,
1860         perl-generated-headers): ibm424.h is perl generated.  Make
1861         necessary modifications to compile without perl.
1863 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
1865         * hesiod/hesiod.c (read_config_file): Fix typo.
1867 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
1869         * version.h: Bump VERSION.
1871         * csu/Makefile (distribute): Add munch-tmpl.c.
1873 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1875         * nis/nis_defaults.c: Fix buffer problems and typos.
1877 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
1879         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
1880         Patch by Fred Fish.
1882 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
1884         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
1885         overwriting bugs.
1887         * libio/strops.c (_IO_str_underflow): Read newly available
1888         character from buffer as unsigned.
1890 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
1892         * catgets/Makefile (distribute): Add xopen-msg.h.
1893         (generated): Add de.msg and de.cat.
1894         (tests): Add do-gencat-test.
1895         (do-gencat-test): New goal.  Run gencat on a generated msg file.
1896         * catgets/xopen-msg.h: New file.
1898 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
1900         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
1901         functions.  Optimize filename creation a bit.
1903 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
1905         * stdlib/random_r.c: Help gcc to optimize the code.
1906         Patch by Joe Keane <jgk@jgk.org>.
1908 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
1910         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
1911         tsearch calls.
1913 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1915         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
1916         it.
1918 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
1920         * wcsmbs/wcsnrtombs.c: Correct computation of result.
1921         * wcsmbs/wcsrtombs.c: Likewise.
1923         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
1924         * wcsmbs/wcsmbs-tst1.c: New file.
1926         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
1928         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
1929         as 1.
1931         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
1932         weak.
1934 1998-05-21  Philip Blundell  <philb@gnu.org>
1936         * sysdeps/arm/fpu_control.h: Replace stub file with real
1937         implementation.
1938         * sysdeps/arm/fpu/bits/fenv.h: New file.
1939         * sysdeps/arm/fpu/fesetround.c: Likewise.
1940         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
1941         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
1942         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
1943         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
1944         * sysdeps/arm/fpu/fegetenv.c: Likewise.
1945         * sysdeps/arm/fpu/fesetenv.c: Likewise.
1947 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
1949         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
1950         read instead of mmap.
1952 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
1954         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
1955         directly instead of include_next.  Add missing semicolons.
1956         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
1957         Add missing semicolons.
1959 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
1961         * iconvdata/gconv-modules: Add more aliases to please java
1962         environments.
1964 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
1966         * stdio-common/vfprintf.c (process_arg): Fix typo.
1968         * iconvdata/TESTS: New tests for EUC-KR.
1970         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
1971         * iconvdata/testdata/EUC-KR: New file.
1973 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
1975         * math/libm-test.c (hypot_test): Fix a typo.
1977 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
1979         * stdio-common/vfprintf.c: When precision is specified for %ls or
1980         %S handle it correctly.
1982 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1984         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
1985         the" in one line - fixed it.
1986         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1987         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1988         * posix/unistd.h: Likewise
1990 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1992         * Makeconfig (rpath-link): Add resolvobjdir.
1993         (resolvobjdir): New variable.
1994         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
1996 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
1998         * elf/dl-close.c: Call shared object terminators at the right time.
1999         Patch by Philippe Troin <phil@fifi.org>.
2001 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2003         * Make-dist (+tsrcs): Also add *.map for every member of
2004         $(extra-libs).
2006         * Makefile (distribute): Don't distribute scripts/printsources and
2007         scripts/=__ify.  Distribute FAQ.in.
2008         (rpm/%): Don't pass subdirs to sub-make.
2010         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
2011         instead of $(no_deps).
2013 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2015         * sysdeps/generic/setenv.c: Protect against GNU C extension.
2016         (KNOWN_VALUE, STORE_VALUE): Do it right.
2017         (setenv): Remove unused variable.
2019 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2021         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
2022         (CFLAGS-zdump.c): Add $(tz-cflags).
2024         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
2025         return type.
2027 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2029         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
2030         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
2031         if use_localtime.
2032         * time/tzset.c: Update prototype of __tzfile_compute.
2033         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
2034         tm_zone and tm_offset here if __use_tzfile.
2036 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2038         * Makerules: Install libc.a even if there are no object file.
2040 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2042         * Makerules (do-makelib): Don't force creating library from
2043         scratch, which is faster and gets correct behaviour if $(subdirs)
2044         is incomplete.
2046 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2048         * Makerules (do-stamp): Make it work when building in source
2049         directory.
2051 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
2053         * elf/dl-load.c: Rename option and variable from ignore-rpath to
2054         inhibit-rpath.
2055         * elf/dl-support.c: Likewise.
2056         * elf/ldsodefs.h: Likewise.
2057         * elf/rtld.c: Likewise.
2058         * iconvdata/run-iconv-test.sh: Likewise.
2060 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
2062         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
2063         variable using the value.
2064         * elf/ldsodefs.h: Declare _dl_ignore_path.
2065         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
2066         object against list in _dl_ignore_path and ignore RPATH if on the list.
2067         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
2068         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
2069         to make sure we get the correct helper libraries loaded.
2071         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
2072         "RPATH" string in call to fillin_rpath instead.
2073         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
2075 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
2077         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
2078         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
2080 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2082         * manual/terminal.texi (I/O Queues): Fix typo.
2084         * manual/stdio.texi (Closing Streams): Fix grammar.
2086         * manual/arith.texi (Absolute Value): Correct typo.
2087         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
2089 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
2091         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
2092         LD_PROFILE_OUTPUT in SUID binaries.
2093         * intl/dcgettext.c: In SUID binaries don't let language part of
2094         locale value contain path elements.
2095         * intl/explodename.h: Define new function _nl_find_language.
2096         * intl/loadinfo.h: Declare _nl_find_language.
2097         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
2098         language part it drop the value is path element is contained.
2100         * locale/setlocale.c: Fix typo.
2102 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
2104         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
2106         * sysdeps/arm/strlen.S: Support both big and little endian processors.
2108         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
2109         log, not a byte-count.
2111         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
2112         a.out compatibility.
2114 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2116         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
2117         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
2118         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
2119         * posix/unistd.h: Likewise.
2120         * math/math.h: Likewise.
2121         * manual/users.texi (Manipulating the Database): Likewise.
2122         * manual/signal.texi (Job Control Signals): Likewise.
2123         * manual/message.texi (The gencat program): Likewise.
2124         * manual/filesys.texi (Hard Links): Likewise.
2125         * manual/math.texi (SVID Random): Likewise.
2126         * manual/llio.texi (Waiting for I/O): Likewise.
2127         * manual/io.texi (File Name Errors): Likewise.
2128         * manual/conf.texi (String Parameters): Likewise.
2129         * manual/arith.texi (Infinity): Likewise.
2130         * malloc/malloc.c: Likewise.
2131         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
2132         * csu/Makefile: Likewise.
2134 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
2136         * manual/memory.texi: Add back accidently removed line.
2138 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
2140         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
2141         (timeout_handler): New function.
2142         (LOCK_FILE, UNLOCK_FILE): New macros.
2143         Implement file locking with timeout.
2144         (getutent_r_file, internal_getut_r, getutline_r_file,
2145         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
2146         locking.
2148 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
2150         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
2151         directory.
2153 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2155         * rpm/Makefile: Delete inclusion of version.mk.
2157 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2159         * libc.map: Add all libio functions needed libstdc++ with version
2160         2.0, sort entries.
2162 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2164         * iconvdata/Makefile (generated): Add *.stmp files.
2166 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2168         * timezone/Makefile (testdata, build-testdata): New variables, use
2169         them in rules for test data.
2170         ($(objpfx)tst-timezone.out): Depend on test data.
2171         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
2172         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
2173         New rules to build test data.
2174         (tst-timezone-ENV): Pass TZDIR to point to test data.
2176 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
2178         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
2179         (the designation sequence is disturbing).
2181 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2183         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
2184         * sunrpc/xdr_rec.c: Likewise.
2186 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2188         * posix/Makefile (tests): Add runptests.
2189         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
2190         (before-compile): Add ptestcases.h.
2191         (ptestscases.h): Add rule to generate from PTESTS.
2192         * posix/runptests.c: New file.
2193         * posix/PTESTS: New file.
2194         * posix/PTESTS2C.sed: New file.
2196 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2198         * iconv/loop.c: Let user add code to use and set paramaters.
2200         * iconvdata/iso-2022-kr.c: Correct to-loop.
2202         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
2203         point to output buffer.
2205         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
2206         hanja.
2208         * iconvdata/TESTS: Add ISO-2022-KR test.
2209         * iconvdata/testdata/ISO-2022-KR: New file.
2211 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
2213         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
2214         and internal_use.
2215         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
2216         and internal_use.
2217         * wcsmbs/btowc.c: Likewise.
2218         * wcsmbs/mbrtowcs.c: Likewise.
2219         * wcsmbs/mbsnrtowcs.c: Likewise.
2220         * wcsmbs/mbsrtowcs.c: Likewise.
2221         * wcsmbs/wcrtomb.c: Likewise.
2222         * wcsmbs/wcsnrtombs.c: Likewise.
2223         * wcsmbs/wcsrtombs.c: Likewise.
2224         * wcsmbs/wctob.c: Likewise.
2225         * iconv/skeleton.c: Increment invocation_counter.
2226         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
2227         sequence first.
2229         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
2230         * iconvdata/iso-2022-jp.c: Likewise.
2231         * iconvdata/iso646.c: Likewise.
2233         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
2235 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2237         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
2239         * sysdeps/generic/setenv.c (setenv): Remove optimization for
2240         overwriting existing values if it fits.
2242 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
2244         * posix/wordexp-test.c: Avoid duplicate messages.
2246         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
2247         tsearch.  Correctly interpret values returned by those functions.
2248         (unsetenv): Store pointer to string, not pointer to string pointer.
2250         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
2251         DST information and offset in them.
2252         * time/tzset.c (__tz_convert): Pass extra parameters to
2253         __tzfile_compute.  Compute equivalent values for use of tz_rules.
2255 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2257         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
2258         stamp files to avoid unnecessary recompilation.
2259         (gen-8bit-gap-table): Likewise.
2260         (move-if-change): New variable.
2261         (all generated .h rules): Change to be .stmp rules.
2262         (%.h): New rule; depend on %.stmp; no commands.
2263         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
2264         gen-8bit-gap-1.sh.
2266 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2268         * Makerules (libc-map): Deleted.
2269         (load-map-file): Set to the appropriate compiler switch, not
2270         just the file name.  If libfoo-map is not set, look for a
2271         libfoo.map in the current directory and $(..).
2272         (map-file): New variable, contains just the mapfile name.
2273         (build-shlib): Adjust for new value of load-map-file.
2274         (libc.so): Correct dependencies.
2276         * extra-lib.mk: Correct shlib dependencies since libfoo-map
2277         may not be set anymore.
2279         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
2280         Delete libdl-map.  Tweak ld.so link rule to work with changed
2281         variable settings in Makerules.
2282         * iconvdata/Makefile: Tweak build-module to work with changed
2283         variable settings in Makerules.
2285         * db/Makefile: Delete libdb-map.
2286         * hesiod/Makefile: Delete libnss_hesiod-map.
2287         * linuxthreads/Makefile: Delete libpthread-map.
2288         * locale/Makefile: Delete libBrokenLocale-map.
2289         * login/Makefile: Delete libutil-map.
2290         * math/Makefile: Delete libm-map.
2291         * md5-crypt/Makefile: Delete libcrypt-map.
2292         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
2293         libnss_nisplus-map, and libnss_compat-map.
2294         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
2295         libnss_ldap-map.
2296         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
2297         * rt/Makefile: Delete librt-map.
2299 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2301         * configure.in: Instead of substituting `yes' or `no' for whether
2302         --no-whole-archive is available, set @no_whole_archive@ to the
2303         appropriate gcc switch or the empty string.  Likewise for
2304         -fno-exceptions.
2305         * config.make.in: Replace have-no-whole-archive with
2306         no-whole-archive and have-no-exceptions with no-exceptions.
2307         * Makerules: Delete stanzas setting no-whole-archive and
2308         no-exceptions.
2310         * sunrpc/Makefile: Use move-if-change to update generated .h
2311         and .c files.
2313 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2315         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
2316         of strchr loop.
2318 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2320         * time/tzfile.c (__tzfile_read): Remove unused variable info.
2321         (__tzfile_compute): Likewise.
2323 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2325         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
2326         defines from Linux 2.1.102.
2328 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
2330         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
2332 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
2334         * inet/netinet/in.h: Add defines for multicast.
2335         Reported by Jeremy Hall <jhall@UU.NET>.
2337         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
2338         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
2339         and unsetenv.  Optimize _LIBC case.
2340         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
2341         Define functions with leading __.
2343         * time/tzfile.c: Correct handling of global variables daylight,
2344         timezone, and tzname.
2345         * time/tzset.c: Likewise.
2346         * timezone/Makefile (tests): Add tst-timezone.
2347         * timezone/tst-timezone.c: New file.
2349 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
2351         * timezone/asia: Update from tzdata1998d.
2352         * timezone/australasia: Likewise.
2353         * timezone/europe: Likewise.
2355 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
2357         * string/string.h: Don't use the optimized versions for the string
2358         functions if optimizing for space.
2360         * stdlib/tst-strtod.c: Add test for -0.0.
2362         * io/ftwtest-sh: Prevent tests from being run by root.
2364         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
2365         last addition.  Patch by wkpark@chem.skku.ac.kr.
2367 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2369         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
2370         table.
2372 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2374         * iconvdata/gen-8bit.sh: New file.
2375         * iconvdata/gen-8bit-gap.sh: New file.
2376         * iconvdata/gen-8bit-gap-1.sh: New file.
2377         * iconvdata/Makefile (generate-8bit-table): Use shell script
2378         instead of writing the commands directly.
2379         (generate-8bit-gap-table): Likewise.
2380         ($(objpfx)iso8859-7jp.h): Likewise.
2381         (generated headers): Depend on shell script instead of Makefile.
2382         (before-compile): Add $(perl-generated-headers) only if perl is
2383         available.
2384         (headers): Depend on $(perl-generated-headers) only if perl is
2385         available.
2386         (sed-generated-headers): Remove iso8859-7jp.h.
2388 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2390         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
2391         (/): Removed.
2393 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2395         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
2396         formed charset names to getfct.  Let user override charset
2397         selection by mention charset in locale name.
2399 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
2401         * posix/glob.c: Move to ...
2402         * sysdeps/generic/glob.c: ...here.
2403         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
2404         elements.
2405         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
2406         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
2407         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
2408         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
2409         subdir.
2410         * libc.map [GLIBC_2.1]: Add glob and globfree.
2412 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2414         * sunrpc/Makefile (generated): Restore old list.
2416 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2418         * rt/Makefile (tests): Define only if we have a thread library.
2420         * nis/ypclnt.c: Add: #include <errno.h>.
2422 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2424         * configure.in: Define and substitute RELEASE as well as
2425         VERSION.
2426         * config.make.in: Add RELEASE and VERSION to be substituted.
2427         * Makeconfig: Delete all references to version.mk.
2428         * Make-dist: Likewise.
2429         * MakeTAGS: Likewise.
2430         * elf/Makefile: Likewise.
2432 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2434         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
2435         yp_get_default_domain.
2437 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2439         * sysdeps/posix/profil.c (__profil): Don't define act and timer
2440         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
2442 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
2444         * malloc/malloc.c: Fix for NO_THREADS case.
2446 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
2448         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
2449         Remove statfs and fstatfs.
2450         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
2451         and pwrite as EXTRA.
2452         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2454 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
2456         * libc.map: Add capget and capset.
2458 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2460         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2461         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
2462         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
2463         and Matt McLean <keys@brio.yikes.com>.
2465 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
2467         * misc/Makefile (tests): Add tst-mntent.
2468         * misc/tst-mntent.c: New file.
2470 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2472         * autolock.sh: Removed.
2473         * manual/move-if-change: Removed.
2475         * scripts: New directory.
2476         * =__ify: Moved to scripts.
2477         * config.guess: Likewise.
2478         * config.sub: Likewise.
2479         * gen-FAQ.pl: Likewise.
2480         * install-sh: Likewise.
2481         * mkinstalldirs: Likewise.
2482         * move-if-change: Likewise.
2483         * printsources: Likewise.
2484         * rellns.sh: Likewise.
2485         * test-installation.pl: Likewise.
2487         * configure.in: Look in scripts for config.guess, config.sub,
2488         install-sh.
2489         * Makefile: Distribute all above files in their
2490         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
2491         * manual/Makefile: Find mkinstalldirs and move-if-change in
2492         $(..)scripts.  Drop them from distribute.  Minor cleanups.
2493         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
2494         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
2495         * timezone/Makefile: Find rellns-sh in scripts.
2497 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2499         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
2500         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
2502 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2504         * Makefile (+subdir-inits): Delete variable.
2505         (+init_subdirs): Likewise.
2506         (aux): Likewise.
2507         (before-compile): Likewise.
2508         (libc-init): Delete stanza.
2509         (version-info.h): Delete rule and associated variable.
2510         (distribute): Don't distribute moved files.
2511         * Makerules (interp-obj): It lives in elf now.  Only use it
2512         if $(elf) is set.  Delete rule to build it.
2513         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
2514         version.o and version-info.h.  Minor cleanups.
2515         (routines): Add libc-init, sysdep, version.
2516         (generated): Add version-info.h.
2517         * elf/Makefile: Build interp.os.
2519         * interp.c: Moved to elf.
2520         * set-init.c: Moved to csu.
2521         * munch-init.c: Likewise.
2522         * munch.awk: Likewise.
2523         * version.c: Likewise.
2525         * Rules: Unconfuse syntax highlighting with a fake comment.
2527 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2529         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
2530         syscalls.
2532 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2534         * iconvdata/Makefile (generated): Set to *-generated-headers
2535         plus gconv-modules.
2536         (tests): Set to iconv-test.
2537         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
2538         * posix/Makefile (generated): Set to wordexp-test-result*.
2539         * sunrpc/Makefile (generated): Remove rpcsvc/*.
2540         (generated-dirs): Add rpcsvc.
2541         * libio/Makefile: Clean up.
2543 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
2545         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
2546         * Makerules: Likewise.
2547         (+depfiles): Also add sysdep-others.
2548         * Rules: Likewise.
2549         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
2550         * iconvdata/Makefile (distribute): Add TESTS.
2551         * localedata/Makefile (repertoires): Rename to repertoiremaps.
2552         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
2553         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
2554         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
2555         sysdep-others, not others.
2556         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2557         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
2559 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
2561         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
2562         cost_hi and cost_lo.
2563         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
2564         Cost parameter and set cost_lo to INT_MAX.
2565         (add_module): Take new parameter and use it to initialize cost_lo.
2566         (read_conf_file): Count modules being loaded and use counter for
2567         new parameter to add_module.
2568         * iconv/gconv_db.c (find_derivation): When look for cost examine
2569         cost_hi and cost_lo.
2571 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
2573         * string/bits/string2.h: Don't use unsigned char * unless really
2574         necessary since this disturbs C++.
2575         * sysdeps/i386/i486/bits/string.h: Likewise.
2576         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
2578 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2580         * malloc/malloc.c (top_check): Fix last change.
2582 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
2584         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
2585         Patch by Matt McLean <keys@brio.yikes.com>.
2587 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2589         * Makerules (lib): Put back dependency on lib-noranlib.
2590         ($(subdirs-stamps)): Remove dependency on stamp.* again.
2592 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
2594         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
2595         test in __pow2 implementation.
2597 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
2599         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
2600         Still need *FLAGS-.o because we still sometimes build .o files.
2601         * db2/Makefile: Don't build libndbm.a if !build-static.
2603 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2605         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
2607 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
2609         * configure.in: New test for broken gcc on PowerPC.
2610         * sysdeps/powerpc/atomicity.h: Use result of test.
2611         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
2613         * math/libm-test.c: Update many of the epsilon to match actual
2614         performance.
2616         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
2617         * sysdeps/libm-ieee754/e_expf.c: Likewise.
2618         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
2619         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
2621         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
2623         * sysdeps/powerpc/elf/libc-start.c: New file.
2624         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
2625         * sysdeps/powerpc/elf/start.c: Delete.
2627         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
2628         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
2630         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
2631         few patches.
2633 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
2635         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
2636         test for integer.
2638         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
2639         * sysdeps/libm-i387/e_powl.S: Likewise.
2641 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
2643         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
2644         (malloc_check, free_check, realloc_check, memalign_check): Use
2645         them to improve overrun checking.  Overruns of a single byte and
2646         corruption of the top chunk are now detected much more reliably.
2648 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2650         * math/libm-test.c (pow_test): Add test for special value from PR
2651         libc/590.
2653 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
2655         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
2656         including linux/errno.h.
2658 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
2660         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
2661         Use correct types.
2662         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
2663         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
2665 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2667         * Makerules (elide-routines.*): Fix assignments.
2668         (do-makelib): Fix typo.
2669         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
2670         makefile.
2672 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2674         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
2675         $(objpfx)sysd-dirs): Move them...
2676         * Makeconfig: ... here.
2677         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
2678         (stubs): Fix circular depedency.
2679         (do-makelib): Clean up.
2680         (lib): Don't depend on lib-noranlib.
2681         ($(objpfx)stamp.oS): Remove special case for empty
2682         static-only-routines.
2683         (elide-routines.o): Add $(static-only-routines).
2684         (elide-routines$o): Define this instead of elide-routines.$o.
2685         * manual/Makefile (stubs): Fix circular dependency.
2687 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2689         * libio/Makefile (routines): Remove duplicate oldiofclose.
2691 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
2693         * string/strcoll.c: Use uint32_t instead of u_int32_t.
2695 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
2697         * libio/stdio.h: Fix typo in __REDIRECT.
2698         * io/sys/stat.h: Likewise.
2699         Reported by Myles Uyema <myles@uyema.nws.net>.
2701 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2703         * locale/programs/localedef.c (options): Fix help message.
2705 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
2707         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
2708         relocations.  Patch by Joe Keane <jgk@jgk.org>.
2710 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
2712         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
2713         ptmalloc_unlock_all, but re-initializes the mutexes instead.
2714         (ptmalloc_init): Use new function in thread_at_fork call.
2715         (thread_atfork_static): Likewise.
2716         Suggested by Wolfram Gloger and Xavier Leroy.
2718 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
2720         * signal/signal.h: Move definitions of struct sigstack and
2721         struct sigaltstack into separate file and include it.
2722         * sysdeps/generic/bits/sigstack.h: New file.
2723         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
2724         * signal/Makefile (headers): Add bits/sigstack.h.
2726 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2728         * elf/rtld.c (dl_main): Fix check for number of references to
2729         interpreter object.
2731 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2733         * elf/rtld.c (dl_main): Check has_interp after executing platform
2734         specific code.
2736 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2738         * iconvdata/run-iconv-test.sh: Fix typo.
2740 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2742         * Makerules (+depfiles): Add depfiles for $(tests-static).
2743         Simplified.
2745 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2747         * manual/terminal.texi (Special Characters): Fix description of
2748         c_cc indexes.
2750 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2752         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
2753         array.
2754         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
2755         of c_cc array.
2757 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2759         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
2761 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
2763         * intl/locale.alias: Update russian entry.
2765 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2767         * Makerules (static-only-routines): Reimplement in terms of
2768         elide-routines.os.
2769         (shared-only-routines): Reimplement in terms of
2770         elide-routines.X [where X is all object-suffixes except .os].
2772         (stubs): Create stubs file inside the subdir.
2773         (common-mostlyclean): Remove stubs file from inside the subdir.
2774         * Makefile (subdir-stubs): Look for stubs files inside the
2775         subdirs.
2776         * manual/Makefile (stubs): Create dummy stubs file inside the
2777         subdir.
2779 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2781         Build speed improvement: make ar less of a bottleneck.
2783         * Makerules (stamp$o): Just record the object list for later
2784         use.
2785         (libc_foo.a): New rule, depends on subdir stamp files; builds
2786         and ranlibs the library from the lists saved in those files.
2788         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
2789         (subdirs-stamp-o): Likewise.
2791         (ar-symtab-name): Delete variable.
2792         (lib%.a): Delete target.
2793         (libc_foo.a(bar.%)): Delete target.
2794         (libc_foo.a($(ar-symtab-name))): Delete target.
2796         (objects objs): Just depend on libobjs and extra-objs.
2797         (libobjs): Depend on the stamp files, not the objects.
2798         (extra-objs): New target, just depends on the extra-objs list.
2800         (CREATE_ARFLAGS): Kill the `ar S' hack.
2802         * config.make.in (have-ar-S): Deleted.
2803         * configure.in: Delete test for `ar S'.  Add test to determine
2804         whether ranlib does anything useful.
2806 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
2808         * inet/tst-ether_aton.c: Include <stdio.h>.
2810 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
2812         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
2814         * locale/Makefile (distribute): Add programs/repertoire.h.
2815         (localedef-modules): Add repertoire.
2816         (CPPFLAGS): Define REPERTOIREMAP_PATH.
2817         * locale/programs/repertoire.c: New file.
2818         * locale/programs/repertoire.h: New file.
2819         * locale/programs/charmap.c: Starting fixing character set handling
2820         to handle multi-byte encodings.
2821         * locale/programs/charset.c: Likewise.
2822         * locale/programs/charset.h: Likewise.
2823         * locale/programs/ld-collate.c: Likewise.
2824         * locale/programs/ld-ctype.c: Likewise.
2825         * locale/programs/linereader.c: Likewise.
2826         * locale/programs/localedef.c: Likewise.
2827         * locale/programs/locfile-kw.gperf: Likewise.
2828         * locale/programs/locfile-kw.h: Likewise.
2829         * locale/programs/locfile-token.h: Likewise.
2830         * locale/programs/locfile.h: Likewise.
2831         * locale/programs/stringtrans.c: Likewise.
2833         * locale/programs/locfile.c: Interpret I18NPATH value as base of
2834         path, extended with "/locales/".
2836 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
2838         * sysdeps/arm/memset.S: Fix off by one error.
2840         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
2841         __syscall_error rather than syscall_error directly.
2843 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
2845         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
2846         mmap() syscall for ARM.
2848         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
2849         binaries.
2851 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
2853         * locale/programs/localedef.c: Recognize repertoire-map option.
2855 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2857         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
2858         converting non-hex numbers.
2859         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
2861 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
2863         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
2864         check overflow.
2865         * resolv/Makefile (tests): New, add tst-aton.
2866         * resolv/tst-aton.c: New file.
2868 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2870         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
2871         semicolon.
2873 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
2875         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
2876         by letting the later modify the variable computing the total directly.
2877         * wcsmbs/mbsrtowcs.c: Likewise.
2878         * wcsmbs/wcsnrtombs.c: Likewise.
2879         * wcsmbs/wcsrtombs.c: Likewise.
2881         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
2882         it is not used.
2883         * wcsmbs/wctoc.c: Likewise.
2885         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
2886         * wcsmbs/wcsrtombs.c: Likewise.
2888         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
2890 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2892         * iconv/skeleton.c: Correct counting of actually converted
2893         characters.
2895         * intl/localealias.c (read_alias_file): Use unsigned char for
2896         local variables.  Remove unused variable tp.
2897         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
2898         for type of codeset.  For loosing Solaris systems.
2899         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
2900         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
2901         len if not needed.
2902         Patches by Jim Meyering.
2904         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
2905         wcsrtombs must put it into initial state.
2907 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2909         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
2910         argument of bswap_XX macro.
2912 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2914         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
2915         variable name.
2917 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
2919         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
2920         semun and use stdarg macros to get the value.
2921         * sysdeps/generic/semctl.c: Don't use union semun.
2923         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
2925         * string/basename.c [!_LIBC]: Define function as gnu_basename.
2927         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
2928         strings.h.
2930         * stdlib/grouping.h: Accept ungrouped numbers even if locale
2931         defines grouping.
2933         * intl/hash-string.h: Don't include values.h.
2935         * inet/Makefile (tests): Add tst-ether_aton.
2936         * inet/tst-ether_aton.c: New file.
2938         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
2939         in hex conversion.
2940         * inet/ether_aton.c (ether_aton): Declare result variable static.
2941         Reported by ahyung@unixg.ubc.ca.
2943         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
2944         Define macro _SEM_SEMUN_UNDEFINED instead.
2945         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
2947         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
2948         * stdio-common/Makefile (tests): Add tst-wc-printf.
2950 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
2952         * manual/stdio.texi (Variable Arguments Output): Correct variable
2953         name.  Patch from Ewan Mellor <em@nexus.co.uk>
2955 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
2957         * intl/dcgettext.c: Remove unneeded definition of
2958         internal_function.
2960 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2962         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
2963         instead of do-iconv-test.
2964         ($(objpfx)gconv-modules): Define rule only if objpfx is not
2965         empty.
2967 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2969         * string/string.h: Fix feature test.
2971 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2973         * iconvdata/iso646.c (BODY): Don't use character constants that
2974         depend on signedness of char.
2976 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
2978         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
2979         (sysdep_routines): Add s_pread64 and s_pwrite64.
2981 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
2983         * iconvdata/Makefile (distribute): Remove generated .h files.
2984         * iconvdata/koi8-r.h: Removed.
2985         * iconvdata/latin-greek-1.h: Removed.
2986         * iconvdata/latin-greek.h: Removed.
2988         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
2989         * iconvdata/KOI-8: Likewise.
2990         * iconvdata/KOI-8..UTF8: Likewise.
2991         * iconvdata/KOI8-R: Likewise.
2992         * iconvdata/KOI8-R..UTF8: Likewise.
2994 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2996         * streams/Makefile (headers): Add sys/stropts.h.
2997         * streams/sys/stropts.h: New file.
2999 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3001         * sysdeps/unix/sysv/linux/ttyname.c,
3002         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
3003         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
3005 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3007         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
3008         argument of _itoa_word.
3010 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3012         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
3013         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
3014         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
3015         sigprocmask, resp., instead of EXTRA.
3017         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
3018         s_pread64 and s_pwrite64.
3020 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
3022         * iconvdata/Makefile: Correct rules to generate gap table.
3023         * iconvdata/gap.pl: Simplify.
3025         * iconvdata/TESTS: Name new tests.
3026         * iconvdata/testdata/CP1250: New file.
3027         * iconvdata/testdata/CP1250..UTF8: New file.
3028         * iconvdata/testdata/CP1251: New file.
3029         * iconvdata/testdata/CP1251..UTF8: New file.
3030         * iconvdata/testdata/CP1252: New file.
3031         * iconvdata/testdata/CP1252..UTF8: New file.
3032         * iconvdata/testdata/CP1253: New file.
3033         * iconvdata/testdata/CP1253..UTF8: New file.
3034         * iconvdata/testdata/CP1254: New file.
3035         * iconvdata/testdata/CP1254..UTF8: New file.
3036         * iconvdata/testdata/CP1255: New file.
3037         * iconvdata/testdata/CP1255..UTF8: New file.
3038         * iconvdata/testdata/CP1256: New file.
3039         * iconvdata/testdata/CP1256..UTF8: New file.
3040         * iconvdata/testdata/CP1257: New file.
3041         * iconvdata/testdata/CP1257..UTF8: New file.
3043 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
3045         * iconvdata/Makefile: Add rules for ISO-2022-KR.
3046         * iconvdata/iso-2022-kr.c: New file.
3048         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
3049         and ISO-2022-KR.
3051 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
3053         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
3054         iso8859-8 and iso8859-10.
3055         * iconvdata/iso8859-5.c: Change to use gap method.
3056         * iconvdata/iso8859-7.c: Likewise.
3057         * iconvdata/iso8859-8.c: Likewise.
3058         * iconvdata/iso8859-10.c: Likewise.
3060         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
3061         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
3062         end of the loop.
3063         * iconvdata/iso-2022-jp.c: New file.
3065         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
3066         * iconvdata/ksc5601.h: Unify function interfaces.
3067         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
3068         * iconvdata/uhc.c: Likewise.
3070         * iconvdata/gb2312.h: Use correct types.
3072         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
3073         size elements of data.
3075 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3077         * string/tst-svc.expect: Adapt for change in .input.
3078         * string/tst-svc.input: More tests.
3080 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
3082         * iconvdata/Makefile: Add rules for new modules.
3083         * iconvdata/gconv-modules: Likewise.
3084         * iconvdata/cp737.c: New file.
3085         * iconvdata/cp737.h: New file.
3086         * iconvdata/cp775.c: New file.
3087         * iconvdata/cp775.h: New file.
3088         * iconvdata/cp874.c: New file.
3089         * iconvdata/cp874.h: New file.
3091 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
3093         * iconvdata/Makefile: Create target directory before generating
3094         headers.
3096 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3098         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
3099         __USER_LABEL_PREFIX__.
3100         (__ASMNAME, __ASMNAME2): New macros.
3102 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3104         * elf/dl-load.c: Include sys/param.h for MAX.
3106 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
3108         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
3109         __ftruncate the strong symbol, and add weak alias.
3110         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3112 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3114         * termios/cfsetspeed.c: Make code cleaner and add missing const.
3115         Patch by Joe Keane <jgk@jgk.org>.
3117         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
3118         free()ing.
3120 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
3122         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
3123         Patch by Thomas Bushnell, n/BSG.
3125 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3127         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
3129 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3131         * iconvdata/Makefile: Put generated headers in build directory.
3133 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
3135         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
3136         strsep as current directory.
3138         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
3139         Java.  Add definitions for unicodelittle implementation.
3140         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
3141         * iconv/gconv_simple.c: Define unicodelittle functions.
3143         * iconv/iconv_prog.c: Make program print information about position
3144         of illegal character in input.
3146         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
3147         comparison of charset name.
3148         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
3149         * iconvdata/ebcdic-at-de-a.c: Likewise.
3150         * iconvdata/ebcdic-at-de.c: Likewise.
3151         * iconvdata/ebcdic-ca-fr.c: Likewise.
3152         * iconvdata/euccn.c: Likewise.
3153         * iconvdata/eucjp.c: Likewise.
3154         * iconvdata/euckr.c: Likewise.
3155         * iconvdata/euctw.c: Likewise.
3156         * iconvdata/hp-roman8.c: Likewise.
3157         * iconvdata/iso6937.c: Likewise.
3158         * iconvdata/iso8859-1.c: Likewise.
3159         * iconvdata/iso8859-10.c: Likewise.
3160         * iconvdata/iso8859-2.c: Likewise.
3161         * iconvdata/iso8859-3.c: Likewise.
3162         * iconvdata/iso8859-4.c: Likewise.
3163         * iconvdata/iso8859-5.c: Likewise.
3164         * iconvdata/iso8859-6.c: Likewise.
3165         * iconvdata/iso8859-7.c: Likewise.
3166         * iconvdata/iso8859-8.c: Likewise.
3167         * iconvdata/iso8859-9.c: Likewise.
3168         * iconvdata/johab.c: Likewise.
3169         * iconvdata/koi-8.c: Likewise.
3170         * iconvdata/koi8-r.c: Likewise.
3171         * iconvdata/latin-greek-1.c: Likewise.
3172         * iconvdata/latin-greek.c: Likewise.
3173         * iconvdata/sjis.c: Likewise.
3174         * iconvdata/t61.c: Likewise.
3175         * iconvdata/uhc.c: Likewise.
3177         * iconvdata/iso646.c: Add support for more ISO 646 variants.
3178         * iconvdata/TESTS: Add tests for ISO646 module.
3179         * iconvdata/gconv-modules: Add new modules.
3180         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
3181         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
3182         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
3183         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
3184         * iconvdata/testdate/DIN_66003: Likewise.
3185         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
3186         * iconvdata/testdate/DS_2089: Likewise.
3187         * iconvdata/testdate/DS_2089..UTF8: Likewise.
3188         * iconvdata/testdate/ES: Likewise.
3189         * iconvdata/testdate/ES..UTF8: Likewise.
3190         * iconvdata/testdate/ES2: Likewise.
3191         * iconvdata/testdate/ES2..UTF8: Likewise.
3192         * iconvdata/testdate/GB_1988-80: Likewise.
3193         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
3194         * iconvdata/testdate/IT: Likewise.
3195         * iconvdata/testdate/IT..UTF8: Likewise.
3196         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
3197         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
3198         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
3199         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
3200         * iconvdata/testdate/JUS_I.B1.002: Likewise.
3201         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
3202         * iconvdata/testdate/KSC5636: Likewise.
3203         * iconvdata/testdate/KSC5636..UTF8: Likewise.
3204         * iconvdata/testdate/MSZ_7795.3: Likewise.
3205         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
3206         * iconvdata/testdate/NC_NC00-10: Likewise.
3207         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
3208         * iconvdata/testdate/NF_Z_62-010: Likewise.
3209         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
3210         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
3211         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
3212         * iconvdata/testdate/NS_4551-1: Likewise.
3213         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
3214         * iconvdata/testdate/NS_4551-2: Likewise.
3215         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
3216         * iconvdata/testdate/PT: Likewise.
3217         * iconvdata/testdate/PT..UTF8: Likewise.
3218         * iconvdata/testdate/PT2: Likewise.
3219         * iconvdata/testdate/PT2..UTF8: Likewise.
3220         * iconvdata/testdate/SEN_850200_B: Likewise.
3221         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
3222         * iconvdata/testdate/SEN_850200_C: Likewise.
3223         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
3225         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
3226         * iconvdata/cns11643l1.h: Likewise.
3227         * iconvdata/latin-greek-1.h: Likewise.
3228         * iconvdata/latin-greek.h: Likewise.
3229         * iconvdata/koi8-r.h: Likewise.
3230         * iconvdata/jis0212.h: Likewise.
3231         * iconvdata/gb2312.h: Likewise.
3232         * iconvdata/ksc5601.h: Likewise.
3234         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
3236         * iconvdata/Makefile: Add rules for lots of more modules.
3237         * iconvdata/cp1250.c: New file.
3238         * iconvdata/cp1251.c: New file.
3239         * iconvdata/cp1252.c: New file.
3240         * iconvdata/cp1253.c: New file.
3241         * iconvdata/cp1254.c: New file.
3242         * iconvdata/cp1255.c: New file.
3243         * iconvdata/cp1256.c: New file.
3244         * iconvdata/cp1257.c: New file.
3245         * iconvdata/ebcdic-dk-no-a.c: New file.
3246         * iconvdata/ebcdic-dk-no.c: New file.
3247         * iconvdata/ebcdic-es-a.c: New file.
3248         * iconvdata/ebcdic-es-s.c: New file.
3249         * iconvdata/ebcdic-es.c: New file.
3250         * iconvdata/ebcdic-fi-se-a.c: New file.
3251         * iconvdata/ebcdic-fi-se.c: New file.
3252         * iconvdata/ebcdic-fr.c: New file.
3253         * iconvdata/ebcdic-is-friss.c: New file.
3254         * iconvdata/ebcdic-it.c: New file.
3255         * iconvdata/ebcdic-pt.c: New file.
3256         * iconvdata/ebcdic-uk.c: New file.
3257         * iconvdata/ebcdic-us.c: New file.
3258         * iconvdata/ibm037.c: New file.
3259         * iconvdata/ibm038.c: New file.
3260         * iconvdata/ibm1004.c: New file.
3261         * iconvdata/ibm1026.c: New file.
3262         * iconvdata/ibm1047.c: New file.
3263         * iconvdata/ibm256.c: New file.
3264         * iconvdata/ibm273.c: New file.
3265         * iconvdata/ibm274.c: New file.
3266         * iconvdata/ibm275.c: New file.
3267         * iconvdata/ibm277.c: New file.
3268         * iconvdata/ibm278.c: New file.
3269         * iconvdata/ibm280.c: New file.
3270         * iconvdata/ibm281.c: New file.
3271         * iconvdata/ibm284.c: New file.
3272         * iconvdata/ibm285.c: New file.
3273         * iconvdata/ibm290.c: New file.
3274         * iconvdata/ibm297.c: New file.
3275         * iconvdata/ibm420.c: New file.
3276         * iconvdata/ibm423.c: New file.
3277         * iconvdata/ibm424.c: New file.
3278         * iconvdata/ibm437.c: New file.
3279         * iconvdata/ibm500.c: New file.
3280         * iconvdata/ibm850.c: New file.
3281         * iconvdata/ibm851.c: New file.
3282         * iconvdata/ibm852.c: New file.
3283         * iconvdata/ibm855.c: New file.
3284         * iconvdata/ibm857.c: New file.
3285         * iconvdata/ibm860.c: New file.
3286         * iconvdata/ibm861.c: New file.
3287         * iconvdata/ibm862.c: New file.
3288         * iconvdata/ibm863.c: New file.
3289         * iconvdata/ibm864.c: New file.
3290         * iconvdata/ibm865.c: New file.
3291         * iconvdata/ibm868.c: New file.
3292         * iconvdata/ibm869.c: New file.
3293         * iconvdata/ibm870.c: New file.
3294         * iconvdata/ibm871.c: New file.
3295         * iconvdata/ibm875.c: New file.
3296         * iconvdata/ibm880.c: New file.
3297         * iconvdata/ibm891.c: New file.
3298         * iconvdata/ibm903.c: New file.
3299         * iconvdata/ibm904.c: New file.
3300         * iconvdata/ibm905.c: New file.
3301         * iconvdata/ibm918.c: New file.
3303         * locale/iso-4217.def: Update.
3304         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
3306         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
3307         formats.
3309 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3311         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
3312         LD_LIBRARY_PATH.
3314 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3316         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
3317         * Makefile: Likewise.
3318         * posix/Makefile: Likewise.
3319         * sysdeps/mach/hurd/Makefile: Likewise.
3321 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3323         * sysdeps/mach/hurd/bits/dirent.h: New file.
3324         * sysdeps/mach/hurd/readdir64.c: New file.
3325         * sysdeps/mach/hurd/readdir64_r.c: New file.
3327 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3329         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
3330         dprintf): Synchronize declarations with libio/stdio.h.
3332 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3334         * elf/dlerror.c (dlerror): Don't assume that
3335         __libc_internal_tsd_get is defined.  __libc_getspecific is already
3336         well-protected, so just use it directly.
3338 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3340         * io/ftw.h (ftw): Fix typo.
3342 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3344         * sysdeps/gnu/utmp_file.c: Fix typo.
3346 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3348         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
3349         one part of a test fails move on to the next test.
3351 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
3353         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
3355 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3357         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
3358         as pointers, not signed integers.
3360 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3362         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
3364 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3366         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
3367         asm symbol name of functions.
3368         * include/features.h: Kill redundant test.
3370         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
3371         * io/ftw.h: Likewise.
3372         * io/sys/stat.h: Likewise.
3373         * io/sys/statfs.h: Likewise.
3374         * io/sys/statvfs.h: Likewise.
3375         * libio/stdio.h: Likewise.
3376         * resource/sys/resource.h: Likewise.
3377         * rt/aio.h: Likewise.
3379         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
3380          __FAVOR_BSD.
3381         * signal/signal.h: Use new macros for BSD vs. SysV signal().
3383         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
3384         a dummy library.
3385         * misc/bsd-compat.c: Removed.
3387 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
3389         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
3390         function declaration.
3391         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
3392         and use them in conversion function.
3393         * iconvdata/Makefile (modules): Re-add ISO6446.
3394         * iconvdata/TEST: Add tests for ASCII variants.
3395         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
3396         * iconvdata/testdata/ANSI_X3.4-1968: New file.
3397         * iconvdata/testdata/BS_4730: New file.
3398         * iconvdata/testdata/BS_4730..UTF8: New file.
3400 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
3402         * iconv/gconv.h (struct gconv_step): Add element stateful.
3403         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
3404         to zero for all internal conversions.
3405         * iconv/skeleton.c: Initialize stateful depending on whether or not
3406         RESET_STATE is defined to one or zero respectively.
3407         * stdlib/mblen.c: Use stateful element of currently selected
3408         converter for result if S is NULL.
3409         * stdlib/mbtowc.c: Likewise.
3410         * stdlib/wctomb.c: Likewise.
3412 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
3414         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
3416         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
3418         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
3419         character in comparison with uint32_t.
3420         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
3421         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
3422         Optimize BODY a bit.
3424         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
3425         be defined.
3427         * iconv/skeleton.c: Also reset converted counter in case of an error.
3428         Call reset function using correct value for output buffer start.
3430         * iconvdata/Makefile: Re-enable tests.
3432         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
3433         value for to-conversion.
3435         * iconvdata/TESTS: Add new third column.
3436         * iconvdata/run-iconv-test.sh: Add support for charsets which are
3437         not ASCII based.
3438         * iconvdata/testdata/suntzus: New file.
3440         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
3441         while reading.  Correctly used base.  Little optimization.
3442         (__strtoul_internal): Likewise.
3444         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
3445         was wrong.  Use explicit variable.
3447 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3449         * configure.in: Check for awk.
3450         * config.make.in: Add AWK to be substituted.
3452         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
3453         * manual/users.texi: Fix typo exposed by above rewrite.
3455         * Makefile: Invoke awk using AWK variable.
3456         * csu/Makefile: Likewise.
3457         * elf/Makefile: Likewise.
3458         * mach/Makefile: Likewise.
3459         * manual/Makefile: Likewise.
3460         * sysdeps/gnu/Makefile: Likewise.
3461         * sysdeps/mach/hurd/Makefile: Likewise.
3462         * sysdeps/unix/Makefile: Likewise.
3463         * timezone/Makefile: Likewise.
3465 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
3467         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
3468         array index translation.
3469         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
3470         these are defined.
3472         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
3474         * sysdeps/mach/hurd/errlist.c: New file.
3475         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
3476         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
3477         semantics, so rename it.
3479 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3481         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
3482         conversions.
3484 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
3486         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
3487         * wcsmbs/wcsnrtombs.c: Likewise.
3489 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
3491         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
3493         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
3495         * time/strftime.c (my_strftime): Initialize pad variable in
3496         declaration.
3498         * iconvdata/big5.c: Don't use character constants in comparisons
3499         with unsigned value.
3501 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
3503         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
3504         __libc_siglongjmp to GLIBC_2.1.
3506         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
3507         __strerror_r.
3509         * iconv/Makefile: Don't run tests now.
3511         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
3512         with correct output buffer.
3514         Major rewrite of the low-level gconv functionality.
3515         * iconv/gconv.c: Rewritten.
3516         * iconv/gconv.h: Likewise.
3517         * iconv/gconv_builtin.c: Likewise.
3518         * iconv/gconv_builtin.h: Likewise.
3519         * iconv/gconv_conf.c: Likewise.
3520         * iconv/gconv_int.h: Likewise.
3521         * iconv/gconv_open.c: Likewise.
3522         * iconv/gconv_simple.c: Likewise.
3523         * iconv/iconv.c: Likewise.
3524         * iconvdata/8bit-gap.c: Likewise.
3525         * iconvdata/8bit-generic.c: Likewise.
3526         * iconvdata/Makefile: Likewise.
3527         * iconvdata/big5.c: Likewise.
3528         * iconvdata/cns11643.c: Likewise.
3529         * iconvdata/cns11643.h: Likewise.
3530         * iconvdata/cns11643l1.c: Likewise.
3531         * iconvdata/cns11643l1.h: Likewise.
3532         * iconvdata/ebcdic-at-de-a.c: Likewise.
3533         * iconvdata/ebcdic-at-de.c: Likewise.
3534         * iconvdata/ebcdic-ca-fr.c: Likewise.
3535         * iconvdata/euccn.c: Likewise.
3536         * iconvdata/eucjp.c: Likewise.
3537         * iconvdata/euckr.c: Likewise.
3538         * iconvdata/euctw.c: Likewise.
3539         * iconvdata/gb2312.c: Likewise.
3540         * iconvdata/gb2312.h: Likewise.
3541         * iconvdata/hp-roman8.c: Likewise.
3542         * iconvdata/iso646.c: Likewise.
3543         * iconvdata/iso6937.c: Likewise.
3544         * iconvdata/iso8859-1.c: Likewise.
3545         * iconvdata/iso8859-10.c: Likewise.
3546         * iconvdata/iso8859-2.c: Likewise.
3547         * iconvdata/iso8859-3.c: Likewise.
3548         * iconvdata/iso8859-4.c: Likewise.
3549         * iconvdata/iso8859-5.c: Likewise.
3550         * iconvdata/iso8859-6.c: Likewise.
3551         * iconvdata/iso8859-7.c: Likewise.
3552         * iconvdata/iso8859-8.c: Likewise.
3553         * iconvdata/iso8859-9.c: Likewise.
3554         * iconvdata/jis0201.c: Likewise.
3555         * iconvdata/jis0201.h: Likewise.
3556         * iconvdata/jis0208.c: Likewise.
3557         * iconvdata/jis0208.h: Likewise.
3558         * iconvdata/jis0212.c: Likewise.
3559         * iconvdata/jis0212.h: Likewise.
3560         * iconvdata/johab.c: Likewise.
3561         * iconvdata/koi-8.c: Likewise.
3562         * iconvdata/koi8-r.c: Likewise.
3563         * iconvdata/ksc5601.c: Likewise.
3564         * iconvdata/ksc5601.h: Likewise.
3565         * iconvdata/latin-greek-1.c: Likewise.
3566         * iconvdata/latin-greek.c: Likewise.
3567         * iconvdata/run-iconv-test.sh: Likewise.
3568         * iconvdata/sjis.c: Likewise.
3569         * iconvdata/t61.c: Likewise.
3570         * iconvdata/uhc.c: Likewise.
3571         * wcsmbs/btowc.c: Likewise.
3572         * wcsmbs/mbrtowc.c: Likewise.
3573         * wcsmbs/mbsnrtowcs.c: Likewise.
3574         * wcsmbs/mbsrtowcs.c: Likewise.
3575         * wcsmbs/wcrtomb.c: Likewise.
3576         * wcsmbs/wcsmbsload.c: Likewise.
3577         * wcsmbs/wcsnrtombs.c: Likewise.
3578         * wcsmbs/wcsrtombs.c: Likewise.
3579         * wcsmbs/wctob.c: Likewise.
3580         * iconv/loop.c: New file.
3581         * iconv/skeleton.c: New file.
3583         * stdlib/mblen.c: Handle empty input string correctly.
3584         * stdlib/mbtowc.c: Likewise.
3586         * posix/getopt.c: Various cleanups.
3588         * sysdeps/arm/bits/setjmp.h: Add copyright text.
3589         * sysdeps/i386/bits/setjmp.h: Likewise.
3590         * sysdeps/m68k/bits/setjmp.h: Likewise.
3591         * sysdeps/powerpc/bits/setjmp.h: Likewise.
3592         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
3594         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
3595         and make longjmp weak alias.
3597 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
3599         * iconv/Makefile (routines): Only include gconv_dl if building for
3600         an ELF system - dynamic linking is not available on a.out.
3601         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
3602         due to above check.
3603         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
3604         routines from gconv_dl.
3606 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
3608         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
3609         we can compile without libio.
3611 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
3613         * sysdeps/mach/hurd/Subdirs: Remove login.
3615 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
3617         * db2/compat.h: Include <errno.h>, to make sure we get the
3618         definition of EFTYPE before we define it ourselves.
3620 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
3622         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
3623         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
3624         Fix typo to allow inclusion from sys/ioctl.h again.
3626 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3628         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
3630 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3632         * libc.map: Export __strerror_r.  Remove _strerror_internal.
3634 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3636         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
3637         Also undefine __strcasestr.
3639 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3641         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
3642         aliases do not work with global variables due to copy relocations.
3644 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
3646         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
3648 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
3650         * signal/sighold.c: Include stddef.h for NULL definition.
3651         * signal/sigrelse.c: Likewise.
3652         * sysdeps/posix/sigignore.c: Likewise.
3653         * sysdeps/posix/sigset.c: Likewise.
3654         * sysdeps/posix/waitid.c: Likewise.
3655         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
3656         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
3657         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3658         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
3659         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3661 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
3663         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
3664         * login/getutent.c (getutxent): Remove alias.
3665         * login/getutent_r.c (setutxent, pututxline, endutxent):
3666         Remove aliases.
3667         * login/getutid.c (getutxid): Remove alias.
3668         * login/getutline.c (getutxline): Remove alias.
3669         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
3670         __getutid, __getutline and __pututline.
3671         * login/utmpx.h: Moved to ...
3672         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
3673         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
3674         and updwtmpx.
3675         * login/updwtmp.c: Moved to ...
3676         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
3677         allowing file name transformation.
3678         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
3679         additional file name transformation.
3680         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
3681         * login/utmp_file.c: Moved to ...
3682         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
3683         Generalized by allowing file name transformation.  Do not
3684         print error message.  Library functions should not print them.
3685         Reported by Jim Meyering.
3686         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
3687         with additional file name transformation.
3688         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
3689         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
3690         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
3691         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
3692         and bits/utmpx.h.
3693         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
3694         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
3695         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
3696         Define if __USE_GNU.
3697         * sysdeps/generic/setutxent.c: New file.
3698         * sysdeps/generic/getutxent.c: New file.
3699         * sysdeps/generic/endutxent.c: New file.
3700         * sysdeps/generic/getutxid.c: New file.
3701         * sysdeps/generic/getutxline.c: New file.
3702         * sysdeps/generic/pututxline.c: New file.
3703         * sysdeps/generic/utmpxname.c: New file.
3704         * sysdeps/generic/updwtmpx.c: New file.
3705         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
3706         * sysdeps/generic/bits/utmpx.h: Remove.
3708 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
3710         * posix/wordexp-test.c (main): Initialize ifs element of ts for
3711         ~root test.
3713 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
3715         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
3717 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
3719         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
3720         variable using _G_stat64.
3721         * libio/fileops.c: Remove macro definition of fstat, it is in the
3722         global header.
3723         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
3725 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
3727         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
3728         <willy@odie.barnet.ac.uk>.
3730 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
3732         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
3733         required by IPv6 Basic API.
3734         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
3735         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
3736         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
3737         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
3739 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
3741         Don't name internal representation since it might be different from
3742         the external form (namely on little endian machines).
3743         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
3744         UCS4 into references to INTERNAL.
3745         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
3746         Add endianess support to UCS functions.  Change references to
3747         UCS4 into references to INTERNAL.
3748         * iconv/gconv_int.h: Change references to UCS4 into references to
3749         INTERNAL.
3750         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
3751         * iconvdata/gconv-modules: Change accordingly.
3752         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
3754         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
3755         overflow.
3756         * iconvdata/8bit-gap.c: Likewise.
3757         * iconvdata/8bit-generic.c: Likewise.
3758         * iconvdata/big5.c: Likewise.
3759         * iconvdata/euccn.c: Likewise.
3760         * iconvdata/eucjp.c: Likewise.
3761         * iconvdata/euckr.c: Likewise.
3762         * iconvdata/euctw.c: Likewise.
3763         * iconvdata/iso646.c: Likewise.
3764         * iconvdata/iso6937.c: Likewise.
3765         * iconvdata/iso8859-1.c: Likewise.
3766         * iconvdata/johab.c: Likewise.
3767         * iconvdata/sjis.c: Likewise.
3768         * iconvdata/t61.c: Likewise.
3769         * iconvdata/uhc.c: Likewise.
3771         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
3772         * iconvdata/8bit-generic.c: Likewise.
3774         * iconvdata/TESTS: Add more tests.
3776         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
3778 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
3780         * iconvdata/Makefile: Better rules to run tests.
3782         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
3783         * iconvdata/testdata/ISO-8859-10: Likewise.
3784         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
3785         * iconvdata/testdata/ISO-8859-2: Likewise.
3786         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
3787         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
3788         * iconvdata/testdata/ISO-8859-3: Likewise.
3789         * iconvdata/testdata/ISO-8859-4: Likewise.
3790         * iconvdata/testdata/ISO-8859-5: Likewise.
3791         * iconvdata/testdata/ISO-8859-6: Likewise.
3792         * iconvdata/testdata/ISO-8859-7: Likewise.
3793         * iconvdata/testdata/ISO-8859-8: Likewise.
3794         * iconvdata/testdata/ISO-8859-9: Likewise.
3796 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
3798         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
3799         intermediate result (if available).
3801         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
3802         last change.
3804         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
3805         (distribute): Add run-iconv-test.sh and testdata/*.
3807         * stdlib/testmb.c (main): Simplify mbc array handling.
3809 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3811         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
3812         return value on overflow.
3814 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3816         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
3817         bits.
3819 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3821         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
3822         of non-standard function setbuffer.
3824 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3826         * stdio-common/perror.c: Include <string.h> for __strerror_r.
3828 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
3830         * iconvdata/Makefile: Add rules to run tests.
3831         * iconvdata/TESTS: New file.
3832         * iconvdata/run-iconv-test.sh: New file.
3833         * iconvdata/testdata/ISO-8859-1: New file.
3835         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
3836         not stdout.
3838 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
3840         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
3841         counter element of step.
3843         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
3845         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
3846         termination test.
3847         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
3848         ACTUALLY.
3849         (__gconv_transform_utf8_ucs4): Correct test for empty input.
3851 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
3853         * Makefile: Include makeconfig before defining rule to regenerate
3854         configure files.
3856         * configure.in: Remove restriction on compiling without static
3857         libs.
3859 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
3861         * test-skeleton.c: Provide hook for initializing code before the fork.
3862         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
3863         removed.
3865         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
3866         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
3867         * libio/libioP.h: Adopt _IO_cleanup prototype.
3869         * stdlib/Makefile (tests): Add test-canon2.
3870         * stdlib/test-canon2.c: New file.
3871         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
3872         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
3873         symlink sequences.
3874         (__realpath): Make real function which checks RESOLVED parameter for
3875         not being NULL.
3877 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
3879         * catgets/open_catalog.c (__open_catalog): Fix problems with
3880         reading non-files.  Always close file.
3881         Reported by Cristian Gafton <gafton@redhat.com>.
3883         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
3885 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
3887         * libc.map: Add various low-level I/O functions.
3889 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
3891         * string/Makefile (routines): Remove strerror_r.
3892         * string/strerror_r.c: Removed.
3893         * string/strerror.c: Call __strerror_r for doing the real work.
3894         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
3895         add weak alias strerror_r.
3896         * sysdeps/mach/_strerror.c: Likewise.
3897         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
3898         * elf/dl-error.c (_dl_signal_error): Likewise.
3899         * elf/dl-profile.c (_dl_start_profile): Likewise.
3900         * gmon/gmon.c (write_gmon): Likewise.
3901         * stdio-common/perror.c: Likewise.
3902         * stdio-common/vfprintf.c: Likewise.
3904 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
3906         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
3907         (sysdep_headers): Add netatalk/at.h.
3909 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3911         * manual/socket.texi, manual/creature.texi, manual/time.texi:
3912         Formatting fixes.
3914 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3916         * posix/regex.c: Rename __re_syntax_options back to
3917         re_syntax_options, aliases do not work with global variables due
3918         to copy relocations.
3919         (regex_compile): Use syntax parameter instead of
3920         re_syntax_options.
3922 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3924         * configure.in: Document that enable-force-install is default.
3926 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
3928         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
3929         all needed 36 bits.
3930         * sysdeps/posix/mkstemp.c: Likewise.
3932 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
3934         * iconvdata/8bit-gap.c: Simplify step data handling.
3935         * iconvdata/8bit-generic.c: Likewise.
3936         * iconvdata/big5.c: Likewise.
3937         * iconvdata/euccn.c: Likewise.
3938         * iconvdata/eucjp.c: Likewise.
3939         * iconvdata/euckr.c: Likewise.
3940         * iconvdata/euctw.c: Likewise.
3941         * iconvdata/iso6937.c: Likewise.
3942         * iconvdata/iso8859-1.c: Likewise.
3943         * iconvdata/jis0208.h: Likewise.
3944         * iconvdata/jis0212.c: Likewise.
3945         * iconvdata/jis0212.h: Likewise.
3946         * iconvdata/johab.c: Likewise.
3947         * iconvdata/ksc5601.h: Likewise.
3948         * iconvdata/sjis.c: Likewise.
3949         * iconvdata/t61.c: Likewise.
3950         * iconvdata/uhc.c: Likewise.
3952 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
3954         * manual/texinfo.texi: Updated from last version.
3956 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
3958         * iconvdata/cns11643.c: New file.
3959         * iconvdata/cns11643.h: New file.
3960         * iconvdata/cns11643l1.c: New file.
3961         * iconvdata/cns11643l1.h: New file.
3962         * iconvdata/euctw.c: New file.
3963         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
3964         * iconvdata/gconv-modules: Likewise.
3966         * iconvdata/eucjp.c: Several bug fixes and improvements.
3967         * iconvdata/gb2312.h: Likewise.
3968         * iconvdata/jis0201.h: Likewise.
3969         * iconvdata/jis0208.h: Likewise.
3970         * iconvdata/jis0212.h: Likewise.
3972 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
3974         * iconvdata/eucjp.c: New file.
3975         * iconvdata/euccn.c: New file.
3976         * iconvdata/gb2312.h: New file.
3977         * iconvdata/gb2312.c: New file.
3978         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
3979         * iconvdata/gconv-modules: Likewise.
3981         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
3983 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
3985         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
3986         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
3987         Patch by Mark Hatle <fray@kernel.crashing.org>.
3989 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
3991         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
3992         comment.
3993         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
3994         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
3996 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
3998         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
4000         * iconvdata/Makefile: Add rules for big5 conversion.
4001         * iconvdata/gconv-modules: Likewise.
4002         * iconvdata/big5.c: New file.
4004         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
4005         Patch by Jim Meyering.
4007 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
4009         * rt/tst-aio.c: Add test for aio_read and lio_listio.
4011         * rt/lio_listio.c: Correct total counter handling.
4013         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
4014         from request queue.
4016         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
4017         of signal on exit even more.
4019         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
4020         instead of call to pthread_cond_init.
4021         * rt/lio_listio.c (lio_listio): Likewise.
4022         * rt/lio_listio64.c (lio_listio64): Likewise.
4024         * nis/nis_findserv.c: Include sys/socket.h.
4026 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
4028         * Makeconfig (rtobjdir): New variable.
4029         (rpath-link): Add rtobjdir and thread directory, if available.
4031         * test-skeleton.c: Add support to remove temporary files.
4032         Always define test_dir.  Improve message about expected signal.
4034         * rt/Makefile (tests): Add tst-aio.
4035         Add rules for tst-aio to be linked with librt and thread library.
4036         * rt/aio_misc.c: Correct fundamental bugs.
4037         * rt/aio_suspend.c: Correct bug in test for available request.
4038         Initialize conditional variable.
4039         * rt/lio_listio.c: Initialize conditional variable.
4040         * rt/lio_listio64.c: Likewise.
4041         * rt/tst-aio.c: New file.
4043         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
4044         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
4045         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
4046         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
4047         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
4048         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
4049         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
4051 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
4053         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
4055 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
4057         * elf/dl-load.c (open_path): Use correct name for test whether
4058         directory in load path exists.
4060         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
4061         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
4062         Patches by Tom Rini <trini@kernel.crashing.org>.
4064         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
4065         * wcsmbs/wcstod_l.c: Likewise.
4066         * wcsmbs/wcstold_l.c: Likewise.
4068         * include/byteswap.h: New file.
4070         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
4071         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
4073         * inet/getnameinfo.c (getnameinfo): Change parameter to match
4074         declaration.  Patch by Richard Henderson.
4076 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4078         * manual/process.texi (SIGCHLD example): Save errno.
4080 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
4082         * posix/regex.c: Define regerror really as __regerror.
4083         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
4084         regerror and regfree.
4086         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
4087         * stdlib/strtod_l.c: Likewise.
4088         * stdlib/strtold_l.c: Likewise.
4090         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
4092         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
4094         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
4095         Patch by Christian Gafton.
4097 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
4099         * manual/socket.texi (Interface Naming): Correct @deftypefun line
4100         for if_indextoname.
4102 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4104         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
4106         * manual/socket.texi (Interface Naming): Fix typo.
4108 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4110         * manual/examples/filesrv.c (main): Remove filename first.
4112         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
4113         ?F_UNIX.
4115         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
4116         instead of PF_UNIX.
4118         * manual/examples/filecli.c (main): Use AF_LOCAL
4119         instead of AF_UNIX.
4121 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
4123         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
4124         signgam weak alias.
4125         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
4126         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
4127         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
4128         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
4129         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
4130         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
4132         * login/utmp_daemon.c (open_socket): Use __connect not connect.
4134 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4136         * configure.in: Add new option --enable-force-install.  Substitute
4137         force_install.
4138         * config.make.in (force-install): Set from configure.
4139         * Makerules (force-install): New phony target.
4140         * Makeconfig (+force): New variable.
4141         * Makefile: Use it in dependency list of installation targets.
4142         * db/Makefile: Likewise.
4143         * db2/Makefile: Likewise.
4144         * elf/Makefile: Likewise.
4145         * hurd/Makefile: Likewise.
4146         * iconv/Makefile: Likewise.
4147         * iconvdata/Makefile: Likewise.
4148         * intl/Makefile: Likewise.
4149         * localedata/Makefile: Likewise.
4150         * login/Makefile: Likewise.
4151         * po/Makefile: Likewise.
4152         * sunrpc/Makefile: Likewise.
4153         * sysdeps/mach/hurd/Makefile: Likewise.
4154         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
4155         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4156         * timezone/Makefile: Likewise.
4158 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4160         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
4161         alloc_size.  Pass return value of getcwd syscall to realloc.
4163 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4165         * manual/socket.texi: Spelling fixes.
4167 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4169         * elf/dl-load.c (print_search_path): Remove unused variable.
4171 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
4173         * login/utmp_file.c: use __ftruncate not ftruncate.
4174         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
4175         for system call and make ftruncate weak alias.
4176         * posix/unistd.h: Add prototype for __ftruncate.
4177         * login/utmp_daemon.c (open_socket): Use __socket not socket.
4178         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
4179         instead of snprintf and readv.
4180         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
4181         snprintf.
4182         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
4183         directly.
4185 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
4187         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
4188         * iconv/gconv_db.c: Use __ protected regex functions.
4189         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
4190         * posix/getopt_init.c: Use __getpid not getpid.
4191         * posix/regex.c: Rename all global functions to start with __ and
4192         make old names weak aliases.
4193         * posix/regex.h: Adopt prototypes for this.
4194         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
4195         a weak alias and use __getcwd instead of getcwd.
4196         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
4197         * stdlib/strtod.c: Use __btowc instead of btowc.
4198         * stdlib/strtol.c: Likewise.
4199         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
4200         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
4201         and sys_errlist are weak.
4202         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
4203         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
4204         * wcsmbs/mbsnrtowcs.c: Likewise.
4205         * wcsmbs/mbsrtowcs.c: Likewise.
4206         * wcsmbs/wcsnrtombs.c: Likewise.
4207         * wcsmbs/wcsrtombs.c: Likewise.
4208         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
4209         weak alias.
4210         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
4211         * wctype/wctype.c: Define function as __wctype and make wctype
4212         weak alias.
4213         * wctype/wctype.h: Declare __wctype.
4215 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
4217         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
4219 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4221         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
4222         stat64.
4223         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
4224         functions.
4225         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
4226         for __llseek.
4227         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4228         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
4229         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
4230         make it a weak alias.
4231         * posix/unistd.h: Declare __lseek64.
4233         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
4234         (_IO_file_stat): Fix typo.
4235         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
4236         block size from the file.  Use __mempcpy if _LIBC.
4238 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
4240         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
4241         * wcsmbs/mbrtowc.c: Likewise.
4242         * wcsmbs/mbsnrtowcs.c: Likewise.
4243         * wcsmbs/mbsrtowcs.c: Likewise.
4244         * wcsmbs/wcrtomb.c: Likewise.
4245         * wcsmbs/wcsnrtombs.c: Likewise.
4246         * wcsmbs/wcsrtombs.c: Likewise.
4247         * wcsmbs/wctob.c: Likewise.
4249         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
4250         position of next output character correctly.
4251         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
4253         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
4255         * stdlib/strtod.c: Don't use mbtowc.
4257 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
4259         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
4260         what we want is smaller than a buffer.
4262 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
4264         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
4265         this function.
4267 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
4269         * configure.in: Recognize --with-headers flag and determine
4270         commandline options to be used in compilation.
4271         * Makeconfig (+includes): Use $(sysincludes).
4272         * config.make.in (sysincludes): Define from SYSINCLUDES.
4273         * glibcbug.in: Use SYSINCLUDES information.
4274         Patches by Zack Weinberg.
4276 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4278         * glibcbug.in: On linux, report version of kernel headers seen
4279         by compiler.
4281 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
4283         * libc.map: Add __asprintf to GLIBC_2.1.
4284         * elf/dlerror.c: Use __asprintf, not asprintf.
4285         * libio/stdio.h: Declare __asprintf.
4286         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
4287         a weak alias.
4289         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
4290         to avoid inclusion from libc_pic.a.
4292         * elf/dl-runtime.c: Undo last patch.
4294         * stdlib/strtod.c: Don't use mbtowc, use btowc.
4296         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
4297         as default, use NULL.
4299 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4301         * resolv/Makefile: Include ../Makeconfig - needed for building
4302         static NSS module.
4304 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4306         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
4307         static-nss since we don't want hesiod in the static NSS.
4309         * nss/Makefile: Build only nss_files as static.
4311         * nss/function.def: Remove support for service db.
4313 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
4315         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
4317 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
4319         * posix/wordexp-test.c: Make IFS per test-case.
4321 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4323         * glibcbug.in: Report version of gcc in use.  Remove unused variable
4324         ENVIRONMENT.
4326 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
4328         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
4329         `-print-file-name' to find as and ld.
4331 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
4333         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
4334         template is wrong.  Remove unused varaible `ignored'.
4336 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4338         * libc.map: Export __libc_sa_len.
4340         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
4342 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
4344         * iconv/gconv.c: Take care for NULL arguments.
4345         * iconv/gconv_dl.c: Make find_func function global.
4346         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
4347         Add prototypes for ASCII conversion functions.
4348         * iconv/gconv_simple.c: Add ASCII conversion functions.
4349         * locale/C-ctype.c: Correct charset name.
4351         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
4352         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
4353         wcsmbsload.
4354         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
4355         * wcsmbs/mbrtowc.c: Likewise.
4356         * wcsmbs/mbsnrtowcs.c: Likewise.
4357         * wcsmbs/mbsrtowcs.c: Likewise.
4358         * wcsmbs/wcrtomb.c: Likewise.
4359         * wcsmbs/wcsnrtombs.c: Likewise.
4360         * wcsmbs/wcsrtombs.c: Likewise.
4361         * wcsmbs/wctob.c: Likewise.
4362         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
4363         prototypes for wmemr*.
4364         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
4365         * wcsmbs/wcsnlen.c: New file.
4366         * wcsmbs/wcsmbsload.c: New file.
4367         * wcsmbs/wcsmbsload.h: New file.
4369         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
4371         * manual/install.texi: Describe some more critical points.
4373         * string/string.h: Add prototype for __strnlen.
4374         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
4376         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
4377         much less predictable names.
4378         * sysdeps/posix/mkstemp.c: Likewise.
4380 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4382         * manual/libc.texinfo (Top): Change "file namespace" to "local
4383         namespace".
4385         * manual/socket.texi: Change file namespace to local namespace.
4386         (Out-of-Band Data): Remove unneeded variable link.
4387         (Host Address Functions): Use uint32_t consequently and add a
4388         number of clarifications for IPv4/IPv6, classless addresses.
4389         (Internet Namespace): Added some paragraphs about IPv6.
4390         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
4392 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
4394         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
4396         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
4397         (NI_NUMERICHOST, et al.): Tidy up and add comments.
4398         (AI_NUMERICHOST): Define.
4399         (getnodebyname): New prototype.
4400         (AI_V4MAPPED, et al.): New constants.
4402         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
4403         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
4404         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
4405         for socket.
4406         * sysdeps/unix/sysv/linux/sa_len.c: New file.
4407         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
4409         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
4411         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
4412         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
4413         * socket/Makefile (headers): Add bits/sockunion.h.
4414         * socket/sys/socket.h: Include <bits/sockunion.h>
4415         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
4416         <sys/socket.h>, to avoid getting sockaddr_union defined.
4417         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
4418         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4419         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
4421         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
4422         (2.2.x kernels won't have it).
4424 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
4426         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
4427         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
4428         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
4429         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
4431 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
4433         * manual/socket.texi (Socket Addresses): Fix a typo.
4434         (Interface Naming): New section.
4436 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4438         * configure.in: Check for CC using $ac_tool_prefix, to handle
4439         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
4440         * config.make.in: Add MIG to be substituted.
4441         * mach/Machrules: Don't define MIG variable.
4443         Patch by Gordon Matzigkeit <gord@profitpress.com>.
4445 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
4447         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
4448         strdupa to copy rpath.
4450 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4452         * configure.in: Fix gcc version check.
4454         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
4455         confusing.
4457 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
4459         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
4460         of ptsname_r.
4462         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
4463         like ttyname_r.
4464         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
4465         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
4466         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
4467         of __ptsname_r accordingly.
4468         * login/openpty.c (openpty): Likewise.
4470 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
4472         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
4474 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4476         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
4478         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
4480 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4482         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
4483         return value for better error checking.
4485 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
4487         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
4488         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
4490         * elf/elf.h (EM_SPARC64): Remove.
4491         (EM_SPARC32PLUS, EM_SPARCV9): Add.
4492         (HWCAP_SPARC_V9): Add.
4494         * elf/ldsodefs.h (_dl_hwcap): Declare.
4495         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
4496         Weaken so dlopen from static progies works.
4497         (WEAKADDR): New macro.
4498         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
4499         (LD_SO_PRELOAD): New macro.
4500         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
4501         (elf_machine_rela): Weaken _dl_rtld_map.
4503         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
4504         to __clone, and remove the later's alias.
4505         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
4507         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
4508         the kernel's structure.
4510         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
4511         Sparc needs a custom value of __KERNEL_NCCS.
4513 1998-04-06  Richard Henderson  <rth@cygnus.com>
4515         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
4517         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
4518         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4520 1998-04-06  Richard Henderson  <rth@cygnus.com>
4522         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
4523         as the buffer is not properly aligned.
4524         Reported by Juan Cespedes <cespedes@debian.org>.
4526 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4528         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
4529         instead of AF_FILE.
4531 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
4533         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
4534         and wc*tomb* functions.
4536 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
4538         * sysdeps/unix/start.c: Fix typo.
4540 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
4542         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
4544 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
4546         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
4547         expressions and using array variables.
4548         * sysdeps/libm-ieee754/e_asin.c: Likewise.
4549         * sysdeps/libm-ieee754/e_j0.c: Likewise.
4550         * sysdeps/libm-ieee754/e_j1.c: Likewise.
4551         * sysdeps/libm-ieee754/e_log.c: Likewise.
4552         * sysdeps/libm-ieee754/e_pow.c: Likewise.
4553         * sysdeps/libm-ieee754/k_cos.c: Likewise.
4554         * sysdeps/libm-ieee754/k_sin.c: Likewise.
4555         * sysdeps/libm-ieee754/k_tan.c: Likewise.
4556         * sysdeps/libm-ieee754/s_atan.c: Likewise.
4557         * sysdeps/libm-ieee754/s_erf.c: Likewise.
4558         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
4559         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
4560         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
4562 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
4564         * iconv/gconv.c: Rewrite of the low-level of gconv.
4565         * iconv/gconv.h: Likewise.
4566         * iconv/gconv_builtin.h: Likewise.
4567         * iconv/gconv_close.c: Likewise.
4568         * iconv/gconv_db.: Likewise.
4569         * iconv/gconv_dl.c: Likewise.
4570         * iconv/gconv_int.h: Likewise.
4571         * iconv/gconv_open.c: Likewise.
4572         * iconv/gconv_simple.c: Likewise.
4573         * iconvdata/8bit-gap.c: Adapt for rewrite.
4574         * iconvdata/8bit-generic.c: Likewise.
4575         * iconvdata/euckr.c: Likewise.
4576         * iconvdata/iso646.c: Likewise.
4577         * iconvdata/iso6937.c: Likewise.
4578         * iconvdata/iso8859-1.c: Likewise.
4579         * iconvdata/johab.c: Likewise.
4580         * iconvdata/sjis.c: Likewise.
4581         * iconvdata/t61.c: Likewise.
4582         * iconvdata/uhc.c: Likewise.
4584 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
4586         * iconv/gconv_int.h: New file.  Internal header.
4587         * iconv/Makefile (distribute): Add gconv_int.h.
4588         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
4589         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
4590         * iconv/gconv_close.c: Likewise.
4591         * iconv/gconv_conf.c: Likewise.
4592         * iconv/gconv_db.c: Likewise.
4593         * iconv/gconv_dl.c: Likewise.
4594         * iconv/gconv_int.h: Likewise.
4595         * iconv/gconv_open.c: Likewise.
4596         * iconv/iconv.c: Likewise.
4597         * iconv/iconv_close.c: Likewise.
4598         * iconv/iconv_open.c: Likewise.
4599         * iconv/iconv_prog.c: Likewise.
4601 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
4603         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
4604         missing braces.
4606 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4608         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
4610 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
4612         Based on patch from Pat Beirne:
4613         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
4614         PIC and non-PIC now.  Correctly negate error number.
4615         (errno): Use `%' not `@' in .type directives.
4617 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
4619         * sysdeps/i386/strtok.S: Change to use single exit point.
4620         * sysdeps/i386/i686/strtok.S: Likewise.
4622 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4624         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
4625         default.
4627 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4629         * Makerules (installed-libcs): Fix typo.
4631 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4633         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
4634         (UHC-routines): Remove ksc5601.
4636 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
4638         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
4639         introduced in last change.
4641 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
4643         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
4644         before 2.1.92.
4646 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4648         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
4650         * stdlib/isomac.c: Use -isystem instead of -I for system include
4651         dir.
4653 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
4655         * resolv/res_comp.c (underscorechar): New.
4656         (middlechar): Allow '_'.
4658 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4660         * intl/explodename.c (stdlib.h): Include that file only if
4661         STDC_HEADERS or _LIBC.
4662         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
4663         Patch by Philippe De Muyter <phdm@macqel.be>.
4665 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4667         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
4668         (AC_PROG_CHECK_VER): New macro.
4669         * configure.in: Use AC_PROG_CHECK_VER to check versions of
4670         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
4672 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
4674         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
4675         * sysdeps/i386/i686/strtok.S: New file
4676         * sysdeps/i386/i686/strtok_r.S: New file
4678 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
4680         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
4681         type to __off64_t.
4682         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
4683         parameter as __off64_t instead of __off_t.
4684         (ftello): Make alias for ftello64 instead of ftello.  Change
4685         return type to __off64_t.
4687 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4689         * sysdeps/i386/bits/string.h: Fix various typos.
4690         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
4692         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
4694 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4696         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
4697         lchown syscall correctly.  [PR libc/541].
4699 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
4701         * localedata/Makefile: Correct testsuite rules.
4703         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
4704         * iconvdata/iso646.c: Fix conversion from UCS4.
4706         * elf/ldsodefs.h: Mark internal function with internal_function.
4707         * elf/dl-addr.c: Likewise.
4708         * elf/dl-close.c: Likewise.
4709         * elf/dl-debug.c: Likewise.
4710         * elf/dl-deps.c: Likewise.
4711         * elf/dl-error.c: Likewise.
4712         * elf/dl-fini.c: Likewise.
4713         * elf/dl-init.c: Likewise.
4714         * elf/dl-load.c: Likewise.
4715         * elf/dl-lookup.c: Likewise.
4716         * elf/dl-object.c: Likewise.
4717         * elf/dl-open.c: Likewise.
4718         * elf/dl-profile.c: Likewise.
4719         * elf/dl-reloc.c: Likewise.
4720         * elf/dl-runtime.c: Likewise.
4721         * elf/dl-symbol.c: Likewise.
4722         * elf/dl-version.c: Likewise.
4723         * elf/dlerror.c: Likewise.
4724         * sysdeps/generic/dl-sysdep.c: Likewise.
4725         * sysdeps/i386/dl-machine.h: Likewise.
4726         * intl/finddomain.c: Likewise.
4727         * intl/gettextP.h: Likewise.
4728         * intl/loadmsgcat.c: Likewise.
4730 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
4732         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
4733         * iconv/gconv_builtin.h: Add definitions for new builtins.
4734         * iconv/gconv.h: Add prototypes for new builtins.
4736         * iconvdata/Makefile (modules): Add ISO646.
4737         Add rules for ISO646 module.
4738         (distribute): Add iso646.c.
4739         * iconvdata/gconv-modules: Add module and alias definition for
4740         ISO646 charsets.
4741         * iconvdata/iso646.c: New file.
4743 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
4745         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
4746         * iconv/iconv_prog.c: Implement --list option to print available
4747         coded character sets.
4749 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4751         Make fread() read large blocks straight to the user buffer.
4753         * libio/fileops.c (_IO_file_xsgetn): New function.
4754         (_IO_file_jumps): Use it.
4755         * libio/libioP.h: Prototype it.
4757 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4759         * iconv/gconv_conf.c (builtin_aliases): New variable.
4760         (__gconv_read_conf): Add builtin aliases.
4761         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
4762         noop macro before including gconv_builtin.h.
4763         * iconv/gconv_builtin.h: Add alias names.
4765         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
4766         number of converted bytes correctly.
4768 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4770         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
4771         we only wait for a replay.
4773 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4775         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
4776         EUC-KR modules.
4778 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
4780         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
4781         use PLTJMP() rather than explicit (PLT).
4783         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
4784         __libc_start_main().
4786         Based on patch from Pat Beirne:
4787         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
4788         Always define, not only #ifndef PIC.
4789         (DO_CALL): Pass fifth argument correctly in R4.
4790         (PSEUDO): Correct test for error, call syscall_error through PLT
4791         if PIC.
4793 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
4795         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
4796         definitions.
4798 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4800         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
4801         JOHAB.so.
4803 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
4805         * io/Makefile (static-only-routines): Add stat64, fstat64 and
4806         lstat64.
4808 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4810         * manual/Makefile: Use object-suffixes-for-libc instead of
4811         object-suffixes.
4812         * rpm/Makefile (install-lib): Likewise.
4814 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4816         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
4818         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
4819         `m68*', not only `m68k'.
4821 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4823         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
4825         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
4826         install lddlibc4.
4828 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4830         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
4831         EUC-KR.
4833         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
4834         comment.
4836 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
4838         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
4839         the init stuff.
4841 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4843         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
4844         adjtimex syscall.
4845         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
4846         adjtimex.
4847         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
4849 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4851         * Makerules (install): Change comment for libc.so following the
4852         libc_nonshared changes.
4854 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4856         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
4858         * iconvdata/gap.pl: Avoid using %#06x.
4860 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4862         * Makerules: Use $? instead of S^ when invoking ar.
4864 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4866         * db2/compat.h: Allow EFTYPE being defined.
4867         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
4868         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
4869         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
4870         * sysdeps/mach/bits/libc-lock.h: Fix typo.
4871         (__libc_once): Correctly unlock semaphore.
4872         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
4873         * sysdeps/unix/bsd/getpt.c: Fix typo.
4874         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
4876 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4878         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
4879         macros.
4881 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
4883         * include/mntent.h: New file.
4885         * elf/Makefile (trusted-dirs.h): Append slash to filename.
4886         * elf/dl-load.c: Rewrite search path handling.
4887         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
4888         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
4889         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
4890         * elf/ldsodefs.h: Add prototype.
4892 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
4894         * nss/nsswitch.c (__nss_lookup): Adjust comment.
4896         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
4897         function.
4899         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
4901         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
4902         New function.
4903         (HWCAP_IMPORTANT): New definition.
4905 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
4907         * elf/dl-open.c (_dl_open): Fix a typo.
4908         (_dl_global_scope_alloc): Make it static.
4910 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
4912         * Makerules: Remove duplicate rules to handle stamp.oS.
4914 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4916         * manual/examples/inetsrv.c (main): Change prototype of
4917         make_socket following change in mkisock.c.
4919         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
4920         example host.
4921         (main): Change prototype of init_sockaddr following change in
4922         isockadd.c.
4924         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
4925         * manual/examples/isockad.c (init_sockaddr): Likewise.
4927         * manual/examples/mkfsock.c (make_named_socket): Removed blank
4928         lines for clarification.
4929         (make_named_socket): Use strncpy instead of strcpy.
4930         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
4932 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
4934         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
4935         determining libs to remove.
4936         (postclean): Add soversions.mk.
4937         * Makerules (common-mostlyclean): Add tests-static and generated
4938         files.
4940 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
4942         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
4943         scanning for \0.
4944         (__strncat_g): Add i686 specific code.
4946 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4948         * manual/install.texi (Reporting Bugs): Ask to include section
4949         names in reports.
4951 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4953         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
4954         guard against direct inclusion.
4956 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4958         Rework support for libc_nonshared.a:
4959         * Makeconfig (object-suffixes-for-libc): New variable.
4960         * Rules: Remove handling of static-only and shared-only routines.
4961         * Makerules: Handle them here instead.  Use
4962         object-suffixes-for-libc instead of object-suffixes when dealing
4963         with libc objects.
4964         (object-suffixes-for-rules): Remove variable.
4965         (elide-routines.oS): Elide all routines except static-only
4966         routines.
4967         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
4968         empty.
4969         (installed-libcs): Remove special case for .oS.
4970         (rmobjs): Likewise.
4972 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4974         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
4975         do-tst-rpmatch): New targets.
4976         (test): Use them.
4977         (install-locales): Ignore comment lines.
4979 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4981         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
4982         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
4983         ($(objpfx)rtldtbl.h): Likewise.
4984         (CPPFLAGS-dl-load.c): Fix reference to object directory.
4986 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
4988         * manual/string.texi (Finding Tokens in a String): Extend strsep
4989         description and correct example.
4991 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4993         * manual/socket.texi: Remove misguided explicit line breaks and
4994         fix the formatting problem instead by reformulating the
4995         paragraphs.
4996         * manual/filesys.texi: Likewise.
4997         * manual/conf.texi: Likewise.  Don't typeset table with index
4998         fonts, that looks worse than a minimally overfull line.
5000 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5002         * nscd/Makefile (nscd-modules): Move definition outside of
5003         conditional.
5005         * pwd/Makefile: Use have-thread-library to test for thread
5006         library.
5008 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5010         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
5012         * iconvdata/uhc.c (gconv): Remove unused variable idx.
5014 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
5016         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
5018 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
5020         * nss/getXXent_r.c: Correctly handle failing setXXent function.
5022         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
5023         Reported by Andreas Jaeger.
5025 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
5027         * elf/Makefile: Fix typo.
5028         (distribute): Add dl-librecon.h.
5029         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
5030         * elf/ldd.sh.in: Likewise.
5031         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
5032         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
5033         Use strsep correctly.
5034         (process_envvars): Allow platform specific variables.
5035         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
5036         (_dl_load_cache_lookup): Test cache IDs found against
5037         _dl_correct_cache_id.
5038         * sysdeps/generic/dl-librecon.h: New file.
5039         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
5041         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
5043 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
5045         * config.make.in (ldd-rewrite-script): New variable.
5046         * configure.in: Substitute ldd-rewrite-script.
5047         * elf/Makefile: Rewrite rules to generate ldd script.
5048         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
5049         * elf/ldd.sh.in: Likewise.
5050         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
5051         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
5052         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
5053         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
5054         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
5056 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5058         * inet/rcmd.c (iruserok): Remain setuid to the local user
5059         while .rhosts is actually read, to make .rhosts-over-NFS work
5060         (PR libc/524).  Use iruserfopen() for security checks on both
5061         hosts.equiv and .rhosts.  General cleanup.
5062         (iruserfopen): New function, performs careful checking on
5063         hosts.equiv/.rhosts files.  Disallows all the old forbidden
5064         stuff plus hard links to files.
5066 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
5068         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
5070         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
5072 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
5074         * sysdeps/i386/i486/bits/string.h: Fix typos.
5076 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
5078         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
5079         strong alias.
5081         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
5083         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
5084         Added.  Used by libm.so on alpha.
5086 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5088         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
5089         defined.
5091 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
5093         * Makerules (object-suffixes-for-rules): Add .oS only for
5094         building shared library.
5095         Add ranlib rule for nonshared library.
5096         (rmobjs): Fix typo.
5098         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
5099         into for shared library only.
5100         (CPPFLAGS-.oS): Add -DPIC.
5101         (libtypes): Use $(object-suffixes-for-rules) instead of
5102         $(object-suffixes).
5104 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
5106         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
5107         and install lddlibc4.
5109 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5111         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
5112         hash.
5113         * iconvdata/gaptab.pl: Likewise.
5115 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
5117         * Rules: Allow Makefiles to specify test-static for tests which
5118         cannot be linked dynamically.
5119         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
5120         tests-static.
5122         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
5124         * misc/error.c: Pretty print.
5126 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5128         * Makerules (libc_nonshared-name): Remove variable.
5129         (installed-libcs): Use libc-name instead.
5130         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
5131         dynamic linker.
5133         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
5134         libc.a.  Remove explicit reference to dynamic linker.
5136 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
5138         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
5139         to wchar_t.
5140         * iconv/iconv_prog.c: Correctly test for write failure.
5141         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
5142         * iconvdata/gconv-modules: Likewise.
5143         * iconvdata/euckr.c: New file.
5144         * iconvdata/johab.c: New file.
5145         * iconvdata/ksc5601.c: New file.
5146         * iconvdata/ksc5601.h: New file.
5147         * iconvdata/uhc.c: New file.
5148         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
5150         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
5151         * stdio/fopen.c: Correct handling of 'x' flag.
5152         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
5154 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5156         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
5157         * sunrpc/rpcsvc/key_prot.x: Likewise.
5158         * sunrpc/key_prot.c: Likewise.
5160 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
5162         * sysdeps/i386/bits/string.h: Correct things which never worked.
5163         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
5164         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
5166 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
5168         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
5169         defined.  Reported by Thorsten Kukuk.
5171 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
5173         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
5175 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5177         * manual/install.texi (Supported Configurations): Add
5178         arm-linuxaout and arm-none.
5180 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5182         * version.h (VERSION): Bump to 2.0.93.
5184 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
5186         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
5188         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
5190         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
5191         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
5193 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5195         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
5197 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5199         Put the static-only routines in a separate library.
5200         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
5201         variables.
5202         (all-object-suffixes): Add .oS.
5203         * Makerules (libc_static-name): New variable.
5204         (installed-libcs): Add libc_nonshared.a.
5205         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
5206         (object-suffixes-for-rules): New variable.  Use it instead of
5207         object-suffixes for generating compilation rules.
5208         (rmobjs): Also remove *.oS.
5209         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
5210         ($(objpfx)stamp.oS): New target.
5212 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5214         * Makefile (FAQ): Automatically check in regenerated FAQ.
5216 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5218         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
5220 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
5222         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
5223         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
5225         * sysdeps/generic/stub_warning: Removed.
5227         * Makefile (distribute): Add include/des.h.
5229         * manual/Makefile (distribute): Change dir-add.texi to
5230         dir-add.texinfo.
5232         * glibcbug.in: Create files safely when mktemp is not available.
5234         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
5235         Patch by a sun <asun@saul1.u.washington.edu>.
5237 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5239         * libc.map: Rename getname to getnetname.
5241 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
5243         * manual/maint.texi: Use supported platform in examples.
5245         * manual/install.texi: Document some installation tips.
5247 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
5249         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
5250         Fix a bug so that it returns an error if a numeric parameter is
5251         unset and WRDE_UNDEF is set.
5252         Patch by Andreas Schwab and Tim Waugh.
5253         * posix/wordexp-test.c: Add new new test.
5255 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
5257         * posix/regex.c (regex_compile): Last patch wasn't entirely
5258         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
5260 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5262         * manual/filesys.texi (Scanning Directory Content): Fix typo.
5264 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
5266         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
5267         clobbered registers don't appear as operands.
5269 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5271         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
5272         Solaris' sake.
5274         * posix/regex.c (regex_compile): Don't allow non-alphabet
5275         characters in character set name.
5277 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
5279         * posix/wordexp.c (w_newword): New function.
5280         (do_parse_glob): New function.
5281         (parse_glob): Use do_parse_glob.  Now handles the case where a
5282         variable expansion causes a field-split.
5283         (wordexp): Use w_newword.
5284         (parse_arith): Likewise.
5285         (exec_comm): Likewise.
5286         (parse_comm): Likewise.
5287         (parse_param): Likewise.
5288         (parse_backtick): Likewise.
5290 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
5292         * posix/wordexp-tst.sh: Another test.
5294         * posix/wordexp-test.c: Two new tests.
5296         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
5297         directly (the code using realloc was buggy).
5298         (parse_param): Fix typo in comment.
5300 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5302         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
5304 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5306         * libc.map: Add more rpc auth functions/variables.
5308         * nscd/nscd.c: Add -g option to argp options.
5310 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5312         * configure.in: Be prepared for gcc 2.9.10 and up.
5313         * configure.in: Add missing disabling of quote characters in
5314         compiler version check.  Reported by HJ Lu.
5316 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5318         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
5320 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5322         * intl/locale.alias: Fix spelling of romanian.
5324         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
5325         (distribute): Remove des.h.
5326         * include/des.h: New file.
5327         * sunrpc/des.h: Moved to ...
5328         * sunrpc/rpc/rpc_des.h: ...here.
5330 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
5332         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
5333         Fix paren.
5335 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5337         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
5338         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
5340 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5342         * elf/ldsodesf.h: New file.
5343         * elf/Makefile (distribute): Add ldsodefs.h.
5344         * elf/link.h: Separate internal information in exter header.
5345         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
5346         * elf/dl-minimal.c: Likewise.
5347         * sysdeps/generic/dl-sysdep.c: Likewise.
5348         * elf/sprof.c: Likewise.
5349         * elf/dlsym.c: Likewise.
5350         * elf/dlvsym.c: Likewise.
5351         * elf/dlerror.c: Likewise.
5352         * elf/dladdr.c: Likewise.
5353         * elf/dlclose.c: Likewise.
5354         * elf/dlopen.c: Likewise.
5355         * elf/dl-addr.c: Likewise.
5356         * elf/dl-close.c: Likewise.
5357         * elf/dl-debug.c: Likewise.
5358         * elf/dl-deps.c: Likewise.
5359         * elf/dl-error.c: Likewise.
5360         * elf/dl-fini.c: Likewise.
5361         * elf/dl-init.c: Likewise.
5362         * elf/dl-load.c: Likewise.
5363         * elf/dl-lookup.c: Likewise.
5364         * elf/dl-object.c: Likewise.
5365         * elf/dl-open.c: Likewise.
5366         * elf/dl-profile.c: Likewise.
5367         * elf/dl-reloc.c: Likewise.
5368         * elf/dl-runtime.c: Likewise.
5369         * elf/dl-support.c: Likewise.
5370         * elf/dl-symbol.c: Likewise.
5371         * elf/dl-version.c: Likewise.
5372         * sysdeps/generic/dl-cache.c: Likewise.
5373         * sysdeps/generic/libc-start.c: Likewise.
5374         * iconv/gconv_dl.c: Likewise.
5375         * nss/nsswitch.c: Likewise.
5377 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
5379         * manual/nss.texi: The database is not called network but networks.
5380         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
5382 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5384         * configure.in: Correct test for compiler version.
5385         Check that LD_LIBRARY_PATH doesn't contain current path.
5387 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
5389         * elf/dl-close.c (_dl_close): Fix byte count while removing
5390         the shared object from the global scope list and optimize
5391         a little bit.
5393 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5395         * manual/filesys.texi (Scanning Directory Content): Add missing
5396         closing brace.
5397         (Scanning Directory Content): Fix text.
5399 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5401         * manual/memory.texi (Heap Consistency Checking): Add paragraph
5402         explaining difference of -lmcheck and MALLOC_CHECK_.
5404 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5406         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
5407         typos in comments.
5409 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5411         * test-skeleton.c (main): Fix test for exit signal.
5413 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5415         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
5417 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5419         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
5420         appropriate.
5422 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5424         * libc.map: Export __strtok_r.
5426 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
5428         * posix/regex.c (re_compile_fastmap): Remove unused variable
5429         num_regs and adjust comment.
5430         Patch by Jim Meyering <meyering@ascend.com>.
5432         * math/math.h (M_*l): Extend long double constants to be usable
5433         for 128 bit floats.  Patch by Richard Henderson.
5435 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5437         * sysdeps/m68k/m68020/wordcopy.S: New file.
5439 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
5441         * posix/wordexp.c: Rewrite parse_param.
5442         Patch by Tim Waugh and Andreas Schwab.
5444 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5446         * Rules: Update timestamps on empty object files.
5448 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
5450         * manual/filesys.texi (Scanning Directory Content): Add description
5451         of 64 bits scandir function and friends.
5453 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5455         * glibcbug.in: Use mktemp to generate unique file name for
5456         temporary files.
5458         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
5459         ptsname_r.  Use cast for execve call.
5461 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
5463         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
5464         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
5465         * io/sys/statvfs.h: New file.
5466         * sysdeps/generic/fstatvfs.h: New file.
5467         * sysdeps/generic/statvfs.h: New file.
5468         * sysdeps/generic/fstatvfs64.h: New file.
5469         * sysdeps/generic/statvfs64.h: New file.
5470         * sysdeps/generic/bits/statvfs.h: New file.
5471         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
5472         * sysdeps/unix/sysv/linux/statvfs.c: New file.
5473         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
5475         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
5476         and f_ffree elements.
5478         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
5479         mount options in enum.
5481 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5483         * configure.in: Check for recent egcs/gcc.
5485 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5487         * libc.map: Add alphasort64, scandir64, versionsort64.
5488         * dirent/Makefile (routines): Add scandir64, alphasort64, and
5489         versionsort64.
5490         * dirent/alphasort64.c: New file.
5491         * dirent/scandir64.c: New file.
5492         * dirent/versionsort64.c: New file.
5493         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
5494         versionsort.
5495         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
5496         old name weak alias.
5497         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
5499         * dirent/alphasort.c: Use strcoll instead of strcmp.
5501         * dirent/scandir.c: Optimize a bit.
5503         * dirent/versionsort.c: Pretty print.
5505 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5507         * string/string.h: Add prototype for __strtok_r.
5509 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5511         * posix/Makefile: Fix typo in last change.
5513 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5515         * dirent/dirent.h (scandir): Make argument of select function const.
5516         * dirent/scandir.c (scandir): Likewise.
5517         Reported by David.Faure@insa-lyon.fr [PR libc/512].
5519 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
5521         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
5522         weak alias.
5523         * sysdeps/i386/strtok_r.c: Likewise.
5525         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
5526         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
5527         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
5528         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
5529         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
5530         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
5532 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5534         * intl/localealias.c: Remove unneeded define for strdup.
5536 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
5538         * manual/argp.texi: Adjust for better TeX output.
5539         * manual/arith.texi: Likewise.
5540         * manual/conf.texi: Likewise.
5541         * manual/filesys.texi: Likewise.
5542         * manual/header.texi: Likewise.
5543         * manual/lgpl.texinfo: Likewise.
5544         * manual/math.texi: Likewise.
5545         * manual/message.texi: Likewise.
5546         * manual/pattern.texi: Likewise.
5547         * manual/process.texi: Likewise.
5548         * manual/signal.texi: Likewise.
5549         * manual/socket.texi: Likewise.
5550         * manual/startup.texi: Likewise.
5551         * manual/stdio.texi: Likewise.
5552         * manual/terminal.texi: Likewise.
5553         * manual/examples/rprintf.c: Likewise.
5554         * manual/examples/testopt.c: Likewise.
5555         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
5557 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
5559         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
5560         parameter name after seeing a digit if it's enclosed in braces.
5562 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5564         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
5566 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5568         * manual/memory.texi (Heap Consistency Checking): Document
5569         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
5571 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5573         * manual/Makefile: Add missing rules.
5575 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5577         * timezone/Makefile (generated): Define to remove all stamp files.
5579         * sysdeps/generic/strsep.c: Also undefine __strsep.
5581         * string/strdup.c: Undefine __strdup and strdup first.
5582         * string/strndup.c: Likewise.
5584         * string/bits/string2.h: Correct strtok_r and strsep.
5585         Add strndup optimization.
5587         * sysdeps/generic/strsep.c: Little optimization.
5589 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
5591         * string/bits/string2.h: Add optimization for strdup.
5592         Always define __strsep and __strtok_r and make real names available
5593         when feature select macros are defined.
5595 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5597         * manual/install.texi (Installation): Use i486-linux as example
5598         instead of the unsupported sunos4.
5599         (Reporting Bugs): Mention glibcbug script.
5600         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
5602 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5604         * posix/wordexp-tst.sh: Make portable.  Add more tests.
5606         * posix/Makefile (do-globtest do-wordexp-test): New targets.
5608 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
5610         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
5611         * sysdeps/generic/libc-start.c: ...here, replacing former content.
5613         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
5614         netpacket/packet.h.
5616         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
5618 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5620         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
5621         in enumerator for strict standard compliance.
5622         * sysdeps/generic/bits/resource.h: Likewise.
5624 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
5626         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
5627         (PLTJMP): New macro.
5629         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
5630         longjmp() when floating point enabled.
5631         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
5632         * sysdeps/arm/__longjmp.S: Remove floating point code.
5633         * sysdeps/arm/setjmp.S: Likewise.
5635         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
5636         * sysdeps/arm/bsd-_setjmp.S: Likewise.
5638         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
5639         memset().
5641         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
5642         prototype.
5644 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
5646         Based on patches from Pat Beirne and Scott Bambrough:
5648         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
5650         * sysdeps/arm/bits/fenv.h: New file.
5652         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
5653         * sysdeps/arm/elf/setjmp.S: Likewise.
5654         * sysdeps/arm/elf/start.S: Likewise.
5655         * sysdeps/arm/init-first.c: Likewise.
5656         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
5657         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
5658         comment about floating point to reflect current reality.
5660         * sysdeps/unix/arm/brk.S: Support PIC.
5661         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
5662         re-entrant code.
5663         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
5664         return; call syscall_error through PLT.
5665         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
5667 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
5669         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
5670         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
5671         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
5673 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5675         * dirent/list.c (test): Return error value.
5676         (main): Exit with error value.
5678         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
5680         * Makefile (distribute): Add test-skeleton.c.
5681         * test-skeleton.c: New file.
5682         * dirent/Makefile (tests): Add opendir-tst1.
5683         * dirent/opendir-tst1.c: New file.
5685 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5687         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
5688         Optimize memory handling.
5689         * sysdeps/unix/closedir.c: Optmize memory handling.
5691 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
5693         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
5694         handling.  Optimize a bit.
5696 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
5698         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
5699         (parse_param): Fold in Andreas' fixes to do with when the end of
5700         the parameter name has been reached, and quoting inside ${...}.
5701         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
5702         $((echo);(ls)).
5704 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5706         * manual/maint.texi: Split out installation and contribution
5707         sections to their own appendices.  Misc cleanups.
5708         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
5709         * manual/contrib.texi: New file.
5710         * manual/libc.texinfo: Pull in new appendices.
5711         * manual/header.texi: Correct node pointer.
5713 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5715         * manual/process.texi (Process Completion): Clarify return value
5716         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
5718 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5720         * posix/wordexp-test.c: Add more tests.
5721         (testit): Fix logic.
5723         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
5724         /dev/null instead of closing it, close pipe.  Always chop off all
5725         trailing newlines.  Kill and reap child before returning error.
5726         (w_addword, parse_glob): Fix memory leak.
5727         (wordexp): Fix dangling pointer problem.
5729 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
5731         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
5733         * posix/wordexp-test.c (main): Fix little thinkos and typos.
5735         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
5736         directory index by only the language.
5738 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
5740         * posix/wordexp-tst.sh: Store test results in the
5741         ${common_objpfx}posix directory.
5743         * posix/wordexp-test.c: Remove temporary directory afterwards.
5745 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5747         * libc.map: Export internal versions of cancelable functions.
5749 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5751         * Makerules (MAKEFLAGS): Append `r'.
5753 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5755         * Makeconfig: Define have-thread-library, shared-thread-library
5756         and static-thread-library if a thread library is available.  Don't
5757         define rt.
5758         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
5759         nscd-routines to nscd-modules.  Use shared-thread-library and
5760         static-thread-library in dependencies.
5761         * rt/Makefile: Only compile librt if have-thread-library is
5762         defined.
5763         * Makefile (subdirs): Always include rt subdir.
5765 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5767         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
5769 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
5771         * configure.in: Recognize variations for 32 MIPS processors.
5772         Don't assume ELF systems always have .weak, test for .weakext.
5774 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
5776         * configure.in: Irix6 is an ELF platform.
5778 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
5780         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
5781         unmapping the last loaded segment.
5783 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
5785         * configure.in: Set base_os for Irix6.
5786         Correct test for .weakext.
5788 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5790         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
5791         (new_line) to _dl_debug_message call.
5793 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
5795         * posix/wordexp.c (parse_param): Perform field-splitting after
5796         expanding positional parameter.
5798         * posix/wordexp-tst.sh: Test that field-splitting is performed
5799         after expanding positional parameter.
5801         * posix/wordexp.c (parse_param): Fixed memory leak in
5802         field-splitting after parameter expansion.
5804 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
5806         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
5807         (get_toplvl_escape): Correctly terminate loop at EOF.
5808         Patch by Cristian Gafton <gafton@redhat.com>.
5810 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
5812         * string/tester.c (test_strpbrk): Add more strpbrk tests.
5813         (test_strsep): Likewise.  Correct horrible bugs.
5815         * string/bits/string2.h (strcspn): Optimize also reject string of
5816         length 2 and 3.
5817         (strspn): Likewise.
5818         (strpbrk): Likewise.
5819         (strsep): Likewise.  Correct bug with successive separators and
5820         separators at the end of the string.
5821         * sysdeps/generic/strsep.c: Correct bug with successive separators
5822         and separators at the end of the string.
5824 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
5826         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
5827         etc) now handled, as well as $$ (pid).
5829         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
5830         (distribute): Add wordexp-tst.sh.
5832         * posix/wordexp-tst.sh: New file.
5834         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
5835         number of positional parameters.  Renamed substitute_length to
5836         seen_hash.
5837         Don't free(env) is env is NULL.
5839 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
5841         * libc.map: Add pthread_attr_init to GLIBC_2.1.
5843 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
5845         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
5846         for output file replacing gmon.out.
5847         Patch by Dean Gaudet <dgaudet@arctic.org>.
5849 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5851         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
5852         up namespace.  Optimize finding end of line.
5854 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5856         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
5857         securely.  Optimized.
5858         (process_dl_debug): Add ':' to list of separators.  Optimized.
5860 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5862         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
5863         isless, islessequal, islessgreater, isunordered): Return zero or
5864         one.
5866 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
5868         * posix/wordexp-test.c: More tests.
5869         (main): Set up arena for pathname expansion tests (in a temporary
5870         directory).
5871         (testit): Don't check word count or word vector if return value is
5872         non-zero.
5874         * posix/wordexp.c (exec_comm): Always chop off terminating
5875         linefeed (just like bash does).
5876         (parse_param): Change lots of occurrences of "if (!*env)" to "if
5877         (!env || !*env)".
5878         (parse_param): For assignment inside parameter expansion, use all
5879         expanded words in assignment rather than just the first.
5880         (parse_param): Corrected return value for parameter expansion of
5881         an unset variable when WRDE_UNDEF is in effect.
5882         (parse_dollars): Don't field-split if quoted.
5883         (wordexp): Opening brace character isn't allowed unquoted.
5885 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
5887         * elf/dlerror.c: Fix concurrency problems with error string and
5888         number.
5890         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
5891         filter/auxiliary are being loaded.
5893 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
5895         * elf/dlerror.c (last_object_name): Removed.
5896         (dlerror): Don't use last_object_name.
5897         (_dl_error_run): Omit second argument to _dl_catch_error.
5898         * elf/dl-error.c (struct catch): Remove objname member.
5899         (_dl_signal_error): Construct string including objname when given.
5900         (_dl_catch_error): Remove objname handling.
5901         * elf/link.h (_dl_catch_error): Fix prototype and comment.
5902         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
5903         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
5904         * nss/nsswitch.c (nss_dlerror_run): Likewise.
5905         * iconv/gconv_dl.c (dlerror_run): Likewise.
5906         [Corrects PR libc/501].
5908 1998-03-12  Matthias Urlichs <smurf@noris.de>
5910         * nscd/nscd.c: Ignore SIGPIPE.
5912 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
5914         * nscd/nscd_getgr_r.c: Use __ protected names.
5915         * nscd/nscd_getpw_r.c: Likewise.
5917 1998-03-12  Matthias Urlichs <smurf@noris.de>
5919         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
5920         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
5921         null bytes are not transmitted.
5923 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5925         * powerpc/syscalls.list: Correct typo.
5926         * alpha/syscalls.list: Likewise.
5927         * mips/syscalls.list: Likewise.
5929 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
5931         * socket/sys/socket.h: Add prototype for __socket.
5933 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
5935         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
5937         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
5938         constants.
5940         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
5941         definition here.
5942         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
5943         definition here.
5945         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
5946         AF_* and PF_* constants.
5948         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
5950 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
5952         * elf/rtld.c: Update help message.
5953         Install link maps for preloaded objects using main_map as loader.
5955         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
5956         * elf/dl-profile.c: Likewise.
5958         * elf/dlsym.c: Little optimization.
5959         * elf/dlvsym.c: Likewise.
5961 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
5963         * posix/wordexp-test.c: Move test for parameter list at the very
5964         beginning.
5966 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
5968         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
5969         WRDE_REUSE flag is set.
5970         (parse_param): Allow `*', `@', and numbers in parameter names.
5971         (parse_dollars): Differentiate between arithmetic expansion and a
5972         command substitution that starts immediately with a sub-shell
5973         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
5974         (parse_param): Memory allocated with __alloca in a block was
5975         referenced outside that block.  Adjusted to use malloc/free.
5976         (parse_param): Adjusted field-splitting algorithm so that there is
5977         not necessarily a field split at the end of a parameter expansion.
5979 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
5981         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
5982         don't free words that have already been allocated.
5983         (parse_param): A dollar sign on its own will never have a pattern
5984         associated with it (like "${HOME%%/}" has), so don't try to free it.
5985         (parse_glob): Attempt to glob when an unquoted `[' is found
5986         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
5987         (parse_glob): Sorted out quoting in a glob-able word.
5988         (parse_param): Added $* and $@ handling.
5990 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
5992         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
5993         parsing it.
5995 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5997         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
5998         _dl_debug_message.
6000 1998-03-12  Matthias Urlichs  <smurf@noris.de>
6002         * elf/dl-misc.c: Default for debug output should be stderr.
6003         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
6004         * elf/dl-lookup.c: reference_name may be NULL or empty.
6006 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6008         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
6010 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
6012         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
6014         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
6016 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6018         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
6019         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
6021 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6023         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
6024         init stuff.
6026 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6028         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
6029         flag.
6031         * misc/syslog.c (vsyslog): Don't try to send if not connected to
6032         syslog daemon.
6033         (closelog_internal): Don't do anything if not connected.
6035 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
6037         * libc.map: Add _dl_debug_message.
6038         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
6039         before every line.
6040         * elf/fini.c: Correctly use new _dl_debug_message function.
6041         * elf/init.c: Likewise.
6042         * elf/dl-lookup.c: Likewise.
6043         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
6044         * elf/dl-load.c: Likewise.  Add more debugging prints.
6045         * elf/dl-reloc.c: Likewise.
6046         * elf/dl-version.c: Likewise.
6047         * elf/dl-support.c: Add variables for debugging.
6048         * elf/rtld.c: Likewise.  Recognize new debug options.
6049         * elf/link.h: Declare new variables.
6051         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
6053 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6055         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
6056         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
6058 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
6060         * posix/wordexp-test.c (command_line_test): New function to allow
6061         testing of specific cases from the command-line.
6063 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6065         * elf/dl-init.c (_dl_init_next): Print nicer messages.
6066         * elf/dl-fini.c (_dl_fini): Likewise.
6067         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
6069         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
6070         symbol in debug message.
6071         (_dl_lookup_versioned_symbol_skip): Likewise.
6073 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
6075         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
6076         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
6077         * manual/filesys/texi: Document this.
6079 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
6081         * manual/filesys.texi: Document the change below.
6083 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6085         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
6086         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
6088 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
6090         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
6091         instead scope.  If debugging display information about symbol
6092         resolving.
6093         (_dl_lookup_symbol): Call do_lookup with correct parameters.
6094         (_dl_lookup_symbol_skip): Likewise.
6095         (_dl_lookup_versioned_symbol): Likewise.
6096         (_dl_lookup_versioned_symbol_skip): Likewise.
6097         * elf/dl-support.c: Define _dl_debug_symbols.
6098         * elf/link.h: Add declaration for _dl_debug_symbols.
6099         * elf/rtld.c: Define _dl_debug_symbols.
6100         (process_dl_debug): Recognize symbols option.
6102 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
6104         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
6105         in correct format.
6106         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
6107         with correct parameters.
6108         [!PIC]: Initialize __libc_multiple_libcs.
6110 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
6112         * elf/dl-support.c (_dl_debug_bindings): Add definition.
6113         * elf/rtld.c (_dl_debug_bindings): Add definition.
6114         (process_dl_debug): Recognize bindings option.  Update help message.
6115         * elf/link.h (struct link_map): Add l_versyms member.
6116         (_dl_debug_bindings): Add declaration.
6117         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
6118         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
6119         and l_reloc_result.
6120         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
6121         (sym_val): Remove a member, add m as link_map.
6122         (do_lookup): Return result appropriately.
6123         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
6124         Call do_lookup correctly.
6125         (_dl_lookup_symbol_skip): Likewise.
6126         (_dl_lookup_versioned_symbol): Likewise.
6127         (_dl_lookup_versioned_symbol_skip): Likewise.
6129 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
6131         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
6132         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
6134         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
6135         * libc.map: Add chown to GLIBC_2.1.
6136         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
6137         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
6139 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6141         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
6142         weak alias.
6143         * sysdeps/alpha/ffs.c: Likewise.
6144         * sysdeps/am29k/ffs.c: Likewise.
6145         * sysdeps/i386/ffs.c: Likewise.
6146         * sysdeps/i960/ffs.c: Likewise.
6147         * sysdeps/m68k/ffs.c: Likewise.
6148         * sysdeps/m88k/ffs.c: Likewise.
6149         * sysdeps/powerpc/ffs.c: Likewise.
6150         * sysdeps/rs6000/ffs.c: Likewise.
6151         * sysdeps/vax/ffs.s: Likewise.
6152         * string/string.h: Declare __ffs.
6153         * libc.map: Export it.
6154         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
6155         __builtin_ffs, which is not guaranteed to be namespace clean.
6157 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6159         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
6160         table, which is much more likely to exist than debugging symbols.
6161         (printsym): Remove const.
6162         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
6163         header table.
6165         * libc.map: Export __profile_frequency, used by elf/sprof, to
6166         avoid infinite recursion during startup.
6168 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6170         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
6171         Readd lost negate.
6173         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
6175 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
6177         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
6179 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
6181         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
6182         LD_PRELOAD, and LD_VERBOSE.
6183         (dl_main): Use global variables set by process_envvars instead of
6184         calling getenv.
6185         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
6186         LD_LIBRARY_PATH value, this comes with the parameter.
6187         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
6188         ("LD_LIBRARY_PATH") to _dl_init_paths.
6190 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
6192         * elf/rtld.c (dl_main): Delay initialization of path structure if
6193         the dynamically linker is invoked implicitly until we read the
6194         dynamic section.
6196 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
6198         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
6200 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6202         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
6203         Linux 2.0 and 2.1.
6205         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
6207 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
6209         * Makeconfig (nisobjdir): Set to path to nis directory.
6210         (rpath-link): Add nisobjdir.
6211         Patch by Sven Verdoolaege <skimo@kotnet.org>.
6213         * elf/Makefile: Pretty print.
6214         * elf/dl-lookup.c: Include unistd.h.
6215         * elf/dl-runtime.c: Likewise.
6217         * localedata/Makefile (test-srcs): Add tst-rpmatch.
6218         (distribute): Add tst-rpmatch.sh.
6219         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
6221         New tests for rpmatch function by
6222         Jochen Hein <jochen.hein@delphi.central.de>.
6223         * localedata/tst-rpmatch.c: New file.
6224         * localedata/tst-rpmatch.sh: New file.
6226         * localedata/locales/de_DE: Correct yesexpr and noexpr.
6227         * localedata/locales/de_AT: Likewise.
6229         * posix/getopt.c: Update contact address.
6230         * posix/getopt1.c: Pretty print.
6232         * sysdeps/generic/libc-start.c: Do most of the initialization now
6233         here instead of in start.S.
6234         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
6235         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
6237         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
6238         profil_counter to be public.
6240 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
6242         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
6243         (parse_param): Coded parameter length expansion (${#var}).
6244         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
6245         (parse_param): Cleaned up (fixed) error handling.
6247         * posix/wordexp-test.c: IFS now includes non-whitespace character
6248         (comma).  Added more tests.
6250 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
6252         * elf/link.h: Fix typos.
6253         Reported by Andreas Jaeger.
6255         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
6256         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
6258 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
6260         * argp/argp-help.c: Remove last bits of using gettext instead of
6261         dgettext.
6263 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
6265         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
6266         __libc_start_main.
6267         * csu/Makefile (routines): Add libc-start.
6268         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
6269         * elf/dl-lookup.c: Likewise.
6270         * elf/dl-version.c: Likewise.
6271         * sysdeps/i386/dl-machine.h: Likewise.
6272         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
6273         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
6274         _dl_sysdep_message macros which use _dl_sysdep_output.
6275         * elf/dl-fini.c: Write out which destructor is called while debugging.
6276         * elf/dl-init.c: Likewise for constructor.
6277         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
6278         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
6279         _dl_sysdep_message.  Add _dl_sysdep_output.
6280         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
6281         this file can be opened.
6282         For LD_DEBUG=libs also set _dl_debug_impcalls.
6283         * sysdeps/generic/dl-cache.c: Include unistd.h.
6284         * sysdeps/generic/libc-start.c: New file.
6285         * sysdeps/unix/sysv/linux/libc-start.c: New file.
6286         * sysdeps/i386/elf/start.S: Don't call main directly, call
6287         __libc_start_main instead.
6289         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
6291 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
6293         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
6295 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
6297         * argp/argp.h (struct argp): Add new field domain.
6298         * argp/argp-help.c: Change all gettext calls to dgettext and use
6299         domain field from appropriate argp in call.
6300         * argp/argp-parse.c: Likewise.
6302 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
6304         * posix/wordexp-test.c: Change testsuite so that it can run even
6305         for ~root != /root.
6307 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6309         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
6311 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6313         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
6314         Don't store into global errno if we already store through
6315         __errno_location.
6316         * sysdeps/unix/i386/sysdep.S: Likewise.
6317         * sysdeps/unix/alpha/sysdep.S: Likewise.
6318         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
6319         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
6320         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
6321         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
6322         PIC).
6324 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6326         * sysdeps/generic/sysdep.h (L): Remove definition.
6327         * sysdeps/i386/sysdep.h (L): Define it here instead.
6329 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6331         * nis/nis_call.c (__do_niscall): Safe and reset errno.
6333         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
6335 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6337         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
6338         declaration style to avoid warnings.
6340 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
6342         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
6343         "LD_DEBUG".
6345 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6347         * posix/Makefile (tests): Add wordexp-test.
6348         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
6349         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
6351 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
6353         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
6354         dependencies.
6356         * elf/link.h (struct r_search_path_elem): Add two new field for
6357         lib path debugging.
6358         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
6359         variable accordingly.
6360         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
6361         is considered next along with information about load paths.
6362         * sysdeps/generic/dl-cache.c: Likewise.
6363         * elf/dl-support.c: Define _dl_debug_libs.
6364         * elf/genrtldtbl.awk: Add initializers for two new field in
6365         struct r_search_path_elem.
6367 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6369         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
6370         * sysdeps/m68k/lshift.S: Likewise.
6371         * sysdeps/m68k/rshift.S: Likewise.
6372         * sysdeps/m68k/sub_n.S: Likewise.
6373         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
6374         * sysdeps/m68k/m68020/mul_1.S: Likewise.
6375         * sysdeps/m68k/m68020/submul_1.S: Likewise.
6377         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
6378         [_LIBC_REENTRANT]: Don't store into global errno.
6380         * sysdeps/m68k/sysdep.h: New file.
6381         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
6382         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
6383         (DO_CALL): Change to expect syscall name as argument.
6384         (PSEUDO): Pass syscall_name to DO_CALL.
6385         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
6386         errno.
6388 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6390         * elf/rtld.c: Speed up processing of environment variables.  Do
6391         only one run on the environment by avoiding to call getenv.
6392         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
6393         function.  Used by patch above.
6395 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6397         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
6398         running nscd.
6399         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
6400         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
6401         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
6403 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6405         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
6406         module cannot be found.  Reported by Andreas Jaeger.
6408 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6410         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
6411         on platforms which default to unsigned chars.
6412         * nscd/nscd_getpw_r.c: Likewise.
6413         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
6414         defining it.
6416 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6418         * elf/Makefile (install-bin): Change = to += for sprof to install
6419         ldd also.
6421 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
6423         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
6425 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
6427         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
6429 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6431         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
6432         that a failure to connect to nscd doesn't change errno.
6434 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6436         * manual/maint.texi (Reporting Bugs): Change
6437         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
6439         * locale/iso-4217.def: Likewise
6441 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
6443         * manual/texinfo.tex: Updated.
6445 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6447         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
6448         value.
6449         * sysdeps/posix/pathconf.c: Likewise.
6450         * posix/getconf.c: Print `undefined' if pathconf returns -1
6451         without setting errno.
6453 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
6455         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
6456         problem.
6457         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
6458         Patches by Elliot Lee <sopwith@cuc.edu>.
6460 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
6462         * elf/link.h (struct link_map): Add new field l_reloc_result.
6463         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
6464         of relocation for the object to be profiled.
6465         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
6466         to NULL.
6467         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
6468         array here.
6469         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
6470         contains a result from a previous run use this instead of computing
6471         the value again.
6472         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
6474 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6476         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
6477         offsets into the GOT.
6478         (RTLD_START): Likewise.
6480 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
6482         * elf/sprof.c: Cleanup a bit.
6484 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
6486         * sysdeps/generic/sysdep.h (L): New. Define.
6488         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
6490         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
6492         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
6493         to have only one exit point for functions.
6494         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6495         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
6496         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
6497         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
6498         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
6500 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6502         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
6503         reset errno so that errno isn't set to ENOSYS in the first call.
6504         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
6505         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
6506         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
6507         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
6509 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
6511         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
6512         * sysdeps/i386/addmul_1.S: Likewise.
6513         * sysdeps/i386/lshift.S: Likewise.
6514         * sysdeps/i386/mul_1.S: Likewise.
6515         * sysdeps/i386/rshift.S: Likewise.
6516         * sysdeps/i386/sub_n.S: Likewise.
6517         * sysdeps/i386/submul_1.S: Likewise.
6518         * sysdeps/i386/i586/add_n.S: Likewise.
6519         * sysdeps/i386/i586/addmul_1.S: Likewise.
6520         * sysdeps/i386/i586/lshift.S: Likewise.
6521         * sysdeps/i386/i586/mul_1.S: Likewise.
6522         * sysdeps/i386/i586/rshift.S: Likewise.
6523         * sysdeps/i386/i586/sub_n.S: Likewise.
6524         * sysdeps/i386/i586/submul_1.S: Likewise.
6526         * sysdeps/i386/sysdep.h: Extend last change.
6528         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
6529         to have only one exit point for functions.
6531 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6533         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
6534         search.
6536 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
6538         * Makerules: Generate libc.so with absolute paths for the used
6539         shared objects.
6541         * config.make.in: Add MAKEINFO definition.
6543 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6545         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
6546         (ENTRY): Use STABS_FUN.
6547         (END): Use STABS_FUN_END.
6548         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
6550         * elf/Makefile: Add rules to build sprof program.
6551         * elf/sprof.c: New file.
6553 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6555         * misc/syslog.c (openlog_internal): Insert missing closing brace.
6557 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6559         * configure.in: Check for working msgfmt version (from GNU gettext
6560         0.10 or later).
6562 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6564         * configure.in: Avoid //s in sysdirs.
6565         Patch by Roland McGrath.
6567         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
6569 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
6571         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
6572         setting _dl_global_scope for RTLD_GLOBAL.
6574 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6576         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
6577         possible lists of object-suffixes are taken care of.
6579 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
6581         * timezone/private.h: Update from tzcode1998c.
6582         * timezone/zic.c: Likewise.
6583         * timezone/antarctica: Updated from tzdata1998c.
6584         * timezone/asia: Likewise.
6585         * timezone/australasia: Likewise.
6586         * timezone/europe: Likewise.
6587         * timezone/southamerica: Likewise.
6589 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6591         * posix/glob.c (glob_in_dir): Add support for cases insensitive
6592         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
6594 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
6596         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
6597         Changed type of TWO43, TWO52 from float to double.
6598         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
6599         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
6600         Changed type of TWO43 from float to double.
6601         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
6602         Use __isinff.
6604 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
6606         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
6607         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
6608         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
6610 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
6612         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
6613         kernel_termios.h.
6614         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
6615         Clean up random whitespace.
6616         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
6617         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
6618         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
6619         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
6621 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
6623         * shlib-versions: Match alpha*.
6624         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
6625         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
6627         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
6628         Implement copysign* with and without __ prefix.
6629         Likewise for fabs; use builtin for gcc 2.8.
6630         (floor*): New.
6631         (fdim*): New.
6633         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
6634         (R_SPARC*): Match current v9 ABI.
6636         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
6638         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
6639         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
6640         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
6641         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
6642         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
6643         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
6644         * sysdeps/unix/grantpt.c (argv): Fix consts.
6645         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
6646         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6648 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6650         * misc/syslog.c: Change to allow user the interpretation of the
6651         outcome even with syslog having no return value.
6653 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
6655         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
6656         that the number of program headers is >0 (which is wrong for the
6657         loader itself).
6659 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6661         * Makefile (distribute): Add README.libm.
6663 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6665         * time/clocktest.c (main): Correct typo: "--" -> "==".
6667 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
6669         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
6670         inline function.
6671         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
6672         inline functions.
6674         * math/libm.map (__atan2): Added.
6676 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6678         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
6679         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
6681         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
6682         bug.
6684 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6686         * manual/arith.texi (Old-style number conversion): Correct
6687         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
6689 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6691         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
6692         but does not require it.  Handle missing argv[] values gracefully.
6693         * posix/execl.c: Likewise.
6694         * posix/execle.c: Likewise.
6696 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6698         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
6699         bit.
6700         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
6702 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6704         * libc.map: Add __adjtimex.
6706 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6708         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
6709         Remove memset.
6711 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
6713         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
6714         to 64.
6716         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
6718         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
6719         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
6721         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
6722         for shared library.
6724         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
6726         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
6727         Added adjtimex and old_adjtimex.
6729         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
6730         New.
6731         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
6732         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
6734         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
6735         symbols only for shared library.
6736         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6737         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6738         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6739         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6740         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6741         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6742         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6744         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
6745         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6746         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6747         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6748         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6749         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6750         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6751         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6753         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
6754         rusage pointer.
6756         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
6757         New macros.
6758         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
6759         timex and __adjtimex, respectively.
6761         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
6763         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
6765 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
6767         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
6768         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
6770 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
6772         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
6774 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6776         * Makefile.in: Disable built-in rules.
6778 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6780         * sysdeps/i386/fpu/t_exp.c: Move to ...
6781         * sysdeps/libm-i387/t_exp.c: ... here.
6783 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
6785         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
6786         from __exp2_deltatable.
6788 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
6790         * nis/ypclnt.c (yp_master): Check result of strdup.
6791         Patch by Thorsten Kukuk.
6793 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6795         * nis/ypclnt.c: Give clnt handle after error checking free, change
6796         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
6798 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
6800         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
6801         Patch by Joe Keane <jgk@jgk.org>.
6803         * misc/fstab.h (struct fstab): Change fs_type member to be const.
6804         * misc/fstab.c: Remove casts in fs_type assignments.
6806 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6808         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
6809         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
6810         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
6811         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
6812         * sysdeps/powerpc/bits/fenv.h: Likewise.
6813         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
6814         * sysdeps/generic/bits/fenv.h: Likewise.
6815         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
6816         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
6817         * sysdeps/powerpc/test-arith.c (main): Likewise.
6819 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
6821         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
6822         the comparison macros.
6824 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
6826         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
6827         (__log2): Fixed return values.
6828         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
6830 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
6832         * math/math.h (isunordered): Rename local variables to ensure
6833         correct code.  Reported by HJ Lu.
6835 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
6837         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
6838         isless, islessequal, islessgreater, isunordered): Fix syntax for
6839         fucompip instruction.
6840         (isless, islessequal): Fix logic.
6842 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6844         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
6845         (comparisons_test): New tests for comparison macros.
6847 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
6849         * Makeconfig: Filter out frame-pointer effecting options when
6850         compiling profiling or debugging code.
6851         * config.h.in (internal_function): Don't define here if PROF is
6852         defined.
6853         * gmon/gmon.c (__moncontrol): Don't change state if already in error
6854         state.
6855         (__monstartup): If calloc fails set error state and mark array as
6856         not allocated.
6857         (_mcleanup): Don't call write_gmon if in error state.  Don't try
6858         to free array if not  successfully allocated.
6860         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
6861         Include elf.h to get macro definitions.
6862         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
6864 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
6866         * elf/ldd.sh.in: Add compatibility for broken old shells.
6867         * elf/ldd.bash.in: Likewise.
6869 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
6871         * sunrpc/rpc_main.c (open_input): Check pipe return error.
6873         * time/clocktest.c (main): Check signal return error.
6875 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6877         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
6878         "/" and use do-install-program. Reported by Mark M. Kettenis.
6879         (subdir_install):  Likewise.
6881 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6883         * sunrpc/rpc_sample.c: Fix typo.
6885         * nscd/connections.c: Use locale.
6886         * nscd/grpcache.c: Add debug messages, gidtbl should get the
6887           calloc result.
6888         * nscd/nscd.c: Check if init functions fails.
6889         * nscd/nscd_conf.c: Allow disabling of group cache.
6890         * nscd/nscd_getgr_r.c: Fix return code if group not found.
6891         * nscd/pwdcache.c: Fix debug messages.
6893 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6895         * libc.map: Add __monstartup and _mcleanup for profiling support.
6897 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6899         * libc.map: Export __getpagesize, for binary compatibility with
6900         2.0.
6902 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6904         * posix/globtest.sh: Use --library-path instead of
6905         LD_LIBRARY_PATH.
6906         * localedata/sort-test.sh: Likewise.
6907         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
6909 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6911         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
6912         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
6913         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6915         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
6916         kernel_sigaction): Define.
6917         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
6918         kernel_sigaction): Define.
6920 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6922         * math/libm-test.c: Change epsilons for libm-ieee754.
6924 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
6926         * sysdeps/i386/__longjmp.S: Fix race condition.
6927         Reported by Bruno Haible <haible@ilog.fr>.
6929 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
6931         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
6932         * iconvdata/8bit-gap.c: Likewise.
6933         * iconvdata/8bit-generic.c: Likewise.
6934         * iconvdata/iso6937.c: Likewise.
6935         * iconvdata/iso8859-1.c: Likewise.
6936         * iconvdata/sjis.c: Likewise.
6937         * iconvdata/t61.c: Likewise.
6939 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6941         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
6942         feature tests by positive feature tests.
6944 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6946         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
6948 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
6950         * elf/dlvsym.c (dlvsym_doit): More corrections.
6951         Patch by Andreas Jaeger.
6953 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
6955         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
6957 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
6959         * libc.map: More reordering for GLIBC_2.1 symbols.
6961 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6963         * libc.map: Move some functions from version GLIBC_2.0 to
6964         GLIBC_2.1, reorder declarations.
6966 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
6968         * resolv/gethnamaddr.c (addrsort): Make this function extern.
6969         Patch by zab@thebrain.grumblesmurf.net.
6971 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6973         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
6974         NIS+ functions with version GLIBC_2.1.
6976 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
6978         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
6979         with 2.0 binaries.  Reported by Thorsten Kukuk.
6981 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6983         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
6985         * elf/dlsym.c (dlsym_doit): Likewise.
6987 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6989         * elf/link.h: Correct typos.
6991         * iconv/iconv_prog.c: Correct typo.
6993 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
6995         * iconv/Makefile: Add rules to build and install iconv program.
6996         * iconv/iconv_prog.c: New file.
6998 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
7000         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
7001         _dl_lookup_symbol_skip call.
7002         * elf/dlvsym.c (dlvsym_doit): Likewise.
7004 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
7006         * libio/iovsscanf.c: Do not include errno.h.
7008 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7010         * elf/dl-load.c (add_name_to_object): Don't translate strings.
7011         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
7012         pulling in the whole error list.
7013         (__dcgettext, dcgettext): Removed.
7014         * libc.map: Export _strerror_internal.
7016 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
7018         * sysdeps/i386/fpu/t_exp.c: New file.
7020 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7022         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
7023         everything with version GLIBC_2.1.
7024         * hesiod/libnss_hesiod.map: Likewise.
7026 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7028         * manual/arith.texi (Old-style number conversion): This node is a
7029         section, not a subsection.
7031 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7033         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
7035 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7037         * elf/rtld.c (dl_main): Make sure that the library search paths
7038         have been initialized before the first call to _dl_map_object.
7040 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7042         * Makerules (common-generated): Add libc_pic.os.
7044 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7046         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
7047         of the executable.
7049 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7051         * sysdeps/m68k/fpu/t_exp.c: New file.
7053 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7055         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
7056         to global errno variable anymore.
7058 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
7060         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
7061         If PRELOADED is nonzero check in case of an SUID application
7062         whether the shared object has the SUID bit set.
7063         Fix some other problems with handling shared objects in system
7064         specific directories.
7065         (_dl_map_object): Also take extra parameter and pass it to open_path.
7066         * elf/link.h (_dl_map_object): Correct prototype and comment.
7067         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
7068         * elf/dl-open.c (_dl_open): Likewise.
7069         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
7071         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
7073 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7075         * math/libm-test.c (modf_test): Add test for 1.5.
7077         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
7078         0 to get always an int.
7080 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7082         * math/libm.map: Move all symbols that are new in glibc 2.1 to
7083         version GLIBC_2.1.
7085 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7087         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
7088         trying to read another character.
7090 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7092         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
7093         name to lowercase.
7095         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
7096         name to lowercase, add test for big enough buffer.
7098 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7100         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
7101         Make compatible with older kernels.  Patch by Richard Henderson.
7103 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
7105         * elf/dl-load.c (open_path): Use __xstat instead of stat.
7107         * localedata/tst-locale.sh: Comment out first test for now.
7109 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
7111         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
7112         as 1.
7113         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
7114         Likewise.
7116         * libio/iogetline.c (_IO_getline_info): Renamed from
7117         _IO_getline.
7118         (_IO_getline): Just call _IO_getline_info.
7120         * libio/libioP.h (_IO_getline_info): New declaration.
7122         * libc.map (_IO_getline_info, __write): Added.
7124 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7126         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
7127         const char* to shut up gcc.
7129 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
7131         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
7132         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
7134         * math/math.h: Define M_* constants always as `double' and add new
7135         macros M_*l which are of type `long double'.
7136         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
7137         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
7138         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
7139         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
7140         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
7141         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
7142         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
7143         * math/libm-tst.c: Likewise.
7145         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
7146         define as long double unconditionally.
7148 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7150         * manual/arith.texi (Old-style number conversion): Correct some
7151         typos.
7153 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
7155         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
7156         Restore.
7158         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
7160 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
7162         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
7163         on $(rtld-ldscript).
7165         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
7166         starting from 0 not only from `from'.
7167         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
7169 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
7171         * elf/rtld.c (dl_main): Recognize --library-path parameter and
7172         pass value (or NULL) to _dl_init_paths.
7173         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
7174         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
7175         environment variable.
7176         * elf/link.h: Change prototype for _dl_init_paths.
7177         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
7179         * localedata/Makefile (distribute): Add test files.
7181 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7183         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
7184         test1.def, test2.def, test3.def, test4.def}: Simple input files
7185         for localedef. Contributed by Yung-Ching Hsiao
7186         <yhsiao@cae.wisc.edu>.
7188         * localedata/Makefile (tests): Call tst-locale.sh.
7190         * localedata/tst-locale.sh: New file, regression tests for some
7191         localedef problems.
7193 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7195         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
7197         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
7198         terminated.
7199         * nis/nss_nisplus/nisplus-network.c: Likewise.
7200         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7201         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
7202         * nis/nss_nisplus/nisplus-service.c: Likewise.
7204         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
7205         and support generating thread safe RPC code.
7206         * sunrpc/rpc_main.c: Add changes.
7207         * sunrpc/rpc_clntout.c: Likewise.
7208         * sunrpc/rpc_cout.c: Likewise.
7209         * sunrpc/rpc_hout.c: Likewise.
7210         * sunrpc/rpc_parse.c: Likewise.
7211         * sunrpc/rpc_sample.c: Likewise.
7212         * sunrpc/rpc_scan.c: Likewise.
7213         * sunrpc/rpc_svcout.c: Likewise.
7214         * sunrpc/rpc_util.c: Likewise.
7215         * sunrpc/rpc_util.h: Add new structs and prototypes.
7216         * sunrpc/proto.h: Remove prototypes for static functions.
7218 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7220         * locale/programs/ld-messages.c (messages_finish): Don't skip
7221         error checking when being quiet.
7222         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
7223         (set_class_defaults): Likewise.
7224         * locale/programs/charmap.c (parse_charmap): Likewise.
7225         * locale/programs/ld-collate.c (collate_finish): Likewise.
7226         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
7227         * locale/programs/ld-time.c (time_finish): Likewise.
7228         * locale/programs/locfile.c (write_locale_data): Likewise.
7230         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
7231         unknown characters and empty ranges.
7232         * locale/programs/ld-collate.c (collate_order_elem): When
7233         processing an ellipsis properly form a linked list in the result
7234         table, fix typo when allocating ordering array.
7235         [PR libc/419]
7237 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7239         * elf/Makefile (ld-map): Define.
7240         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
7241         `$(rtld-ldscript)'.
7242         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
7243         on $(ld-map).
7244         (rtld-link): Combine the two versions of this definition.  Fixed
7245         to make it work when no symbol versioning is used.
7247 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
7249         * Makeconfig (build-program-cmd): Use --library-path parameter to
7250         ld.so instead of environment variable.
7252         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
7253         * sunrpc/rpc_main.c: Remove support for -$$ option again.
7255 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7257         * Make-dist: Respect with-cvs setting.
7258         * MakeTAGS (all-pot): Likewise.
7259         * sysdeps/sparc/sparc32/Makefile: Likewise.
7260         * sysdeps/mach/hurd/Makefile: Likewise.
7261         * stdlib/Makefile: Likewise.
7262         * posix/Makefile: Likewise.
7263         * intl/Makefile: Likewise.
7264         * po/Makefile (linguas): Likewise
7266 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7268         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
7270 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
7272         * libc.map: Add __strcasecmp.
7274         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
7275         module.
7277         * nss/getXXent_r.c: If no more module is found don't try to call
7278         setXXent functions but leave unsuccessfully.
7280         * malloc/obstack.h: Cleanups.
7282         * sysdeps/wordsize-32/stdint.h: New file.
7283         * sysdeps/wordsize-64/stdint.h: New file.
7284         * sysdeps/generic/stdint.h: New file.
7285         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
7286         * sysdeps/wordsize-64/inttypes.h: Likewise.
7287         * stdlib/Makefile (headers): Add stdint.h.
7289 1998-02-03  Paul Eggert  <eggert@twinsun.com>
7291         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
7293 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7295         * timezone: New directory.
7296         * time/README, time/africa, time/antarctica, time/asia,
7297         time/australasia, time/backward, time/checktab.awk,
7298         time/etcetera, time/europe, time/factory, time/ialloc.c,
7299         time/iso3166.tab, time/leapseconds, time/northamerica,
7300         time/pacificnew, time/private.h, time/scheck.c,
7301         time/solar87, time/solar88, time/solar89, time/southamerica,
7302         time/systemv, time/test-tz.c, time/tzfile.h,
7303         time/tzselect.ksh, time/yearistype, time/zdump.c,
7304         time/zic.c, time/zone.tab: Moved to timezone.
7305         * time/tzfile.c: Include tzfile.h from timezone subdir.
7306         * time/tzset.c: Likewise.
7307         * time/Makefile: Cut out all code relating to timezones...
7308         * timezone/Makefile: ...and paste it in here.
7309         * Makefile (subdirs): Add timezone.
7311 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
7313         * libc.map (_sys_nerr): Added.
7315         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
7316         versioned symbol.
7318 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
7320         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
7321         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
7322         Reported by Craig Metz <cmetz@inner.net>.
7324 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7326         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
7327         instead of strcasecmp.
7328         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
7330         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
7332 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
7334         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
7335         Patch by Dean Gaudet <dgaudet@arctic.org>.
7337 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
7339         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
7341 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7343         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
7344         with no poll syscall, just include the BSD version.
7345         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
7346         kernel without the syscall, include the stub version.
7347         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
7348         * sysdeps/generic/getresuid.c: New file.
7349         * sysdeps/generic/getresgid.c: New file.
7351 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
7353         * stdio-common/vfscanf.c: Correct last change a bit.
7355 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
7357         * elf/Makefile: Don't use --version-script parameter to link ld.so
7358         unconditionally.
7360 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
7362         * math/Makefile: Add t_exp.
7363         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
7364         constants.
7365         * math/test-reduce.c: Remove temporarily, it seems to be broken.
7366         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
7367         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
7368         better accuracy.
7369         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
7370         algorithm for very large/very small arguments.
7371         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
7372         correct algorithm for very large/very small arguments; adjust for
7373         new table.
7374         * sysdeps/libm-ieee754/t_exp.c: New file.
7375         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
7377         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
7378         back, with comment that explains what breaks when you remove it :-(.
7380         * localedata/xfrm-test.c: Avoid integer overflow.
7382         * stdlib/strfmon.c: char is unsigned, sometimes.
7384         * sysdeps/powerpc/Makefile: Remove quad float support.
7385         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
7386         * sysdeps/powerpc/quad_float.h: Likewise.
7387         * sysdeps/powerpc/test-arith.c: Likewise.
7388         * sysdeps/powerpc/test-arithf.c: Likewise.
7390         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
7391         * sysdeps/generic/s_exp2f.c: Likewise.
7393         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
7394         don't try anything if _SOFT_FLOAT.
7396 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7398         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
7399         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
7400         * wctype/wctype.c: Likewise.
7401         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
7402         changed.  They are incompatible with the _ISxxx values from
7403         <ctype.h> on little endian machines.
7404         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
7405         bit number.  This fixes the real bug and restores the integrity of
7406         the ctype locale file.
7407         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
7408         * wctype/wcfuncs_l.c: Likewise.
7409         * wctype/wcextra.c: Likewise.
7410         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
7411         byte swapping.
7413 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7415         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
7416         into .bss segment instead of .common, so that aliases on it work.
7418         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
7419         .size directives, put into .bss segment instead of initializing it
7420         to 4.
7422 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
7424         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
7426         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
7427         functions.
7428         Make names without __ weak aliases.
7429         (__libc_release, __libc_version): Make them static.
7431         * include/gnu/libc-version.h: New file.
7432         * Makefile (headers): Add gnu/libc-version.h.
7434 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
7436         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
7437         and use x for member name.
7438         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
7440         * stdlib/drand48.c: Change according to member name change.
7441         * stdlib/drand48_r.c: Likewise.
7442         * stdlib/lcong48_r.c: Likewise.
7443         * stdlib/lrand48.c: Likewise.
7444         * stdlib/lrand48_r.c: Likewise.
7445         * stdlib/mrand48.c: Likewise.
7446         * stdlib/mrand48_r.c: Likewise.
7447         * stdlib/seed48.c: Likewise.
7448         * stdlib/seed48_r.c: Likewise.
7449         * stdlib/srand48_r.c: Likewise.
7451 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7453         * nss/test-netdb.c: Add some more test cases.
7455 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
7457         * libio/iovsscanf.c: Undo last change modifying errno.
7459 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7461         * stdio-common/vfscanf.c: Never try to read another character
7462         after EOF.  Don't decrement read_in after EOF, it wasn't
7463         incremented in the first place.
7464         (NEXT_WIDE_CHAR): Set First, not first.
7466 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
7468         * db/Makefile ($(inst_libdir)/libndbm.a,
7469         $(inst_libdir)/libndbm.so): New targets.
7470         * db2/Makefile: Likewise.
7472 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
7474         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
7475         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
7477 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7479         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
7480         <streambuf.h>.
7481         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
7483 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7485         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
7486         versioned symbols.
7488 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
7490         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
7491         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
7492         Added for libdl.so.
7494 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7496         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
7497         extra syscall.
7499         * grp/Makefile: Fix logic when checking for thread package.
7500         * pwd/Makefile: Likewise.
7502 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
7504         * elf/Makefile (rtld-map): Replaced by libc-map.
7506         * elf/rtld.map: Removed.
7508         * libc.map (__libc_enable_secure, _dl_catch_error,
7509         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
7510         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
7511         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
7512         _dl_object_relocation_scope, _dl_relocate_object,
7513         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
7514         _r_debug): Added for ld.so.
7516 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
7518         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
7519         DO_VERSIONING.
7520         * libio/iofdopen.c: Ditto.
7521         * libio/iofopen.c: Ditto.
7522         * libio/oldfileops.c: Ditto.
7524         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
7525         version GLIBC_2.1.
7527         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
7528         oldsiglist from sysdep_routines and shared-only-routines.
7530         * sysdeps/unix/sysv/linux/errlist.c: New.
7531         * sysdeps/unix/sysv/linux/errlist.h: New.
7532         * sysdeps/unix/sysv/linux/sizes.h: New.
7533         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
7534         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
7536         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
7538         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
7539         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
7540         directive.
7542         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
7544         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
7545         (oldsiglist.c): Removed.
7547         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
7548         (_sys_siglist): Use SYS_SIGLIST instead.
7549         (_sys_nerr): Use SYS_NERR instead.
7551         * sysdeps/gnu/errlist.c: Rebuilt.
7553 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
7555         * elf/Makefile (others-static): New, set to ldconfig.
7556         ($(objpfx)ldconfig): Removed.
7558         * Rules (binaries-all, binaries-static, binaries-shared): New.
7559         Create targets for $(binaries-static) and $(binaries-shared).
7561         * Makeconfig (+link-static, link-libc-static,
7562         link-extra-libs-static): New for static linking.
7564 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7566         * manual/memory.texi (Using the Memory Debugger): Fix typo.
7568         * math/libm-test.c (modf_test): Add one more test for modf.
7570 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
7572         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
7573         Rename from __libc_have_rt_sigs and leave as COMMON data.
7575 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
7577         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
7578         of __finite.
7580 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
7582         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
7584 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
7586         * misc/tst-efgcvt.c: Add yet more tests.
7587         * misc/efgcvt_r.c: And correct for these tests again.
7588         Reported by HJ Lu.
7590         * isomac.c: Move to...
7591         * stdlib/isomac.c: ...here.
7592         * Makefile: Move rules for handling isomac...
7593         * stdlib/Makefile: ...to here.
7595 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7597         * misc/tst-efgcvt.c: Add more tests.
7598         * misc/efgcvt_r.c: Correct result for above new tests.
7600 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
7602         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
7603         NDIGIT <= 0.
7605 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
7607         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
7608         if the programs weren't built.
7610 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
7612         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
7613         FE_TONEAREST, soldier on regardless and do the best we can.
7614         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
7616 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
7618         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
7619         _STDIO_H, before including <bits/stdio_lim.h>.
7621         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
7623         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
7624         exist.
7626         * sysdeps/arm/sys/ucontext.h: New file.
7628 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
7630         * manual/stdio.texi (Formatted Output Functions): Explicitly say
7631         that the return value from snprintf() does not count the
7632         terminating NUL as a character.
7634 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7636         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
7637         add description for sete[ug]id and general cleanup.
7638         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
7640 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7642         * Makefile (parent-clean): Don't remove makefile fragments here.
7643         (postclean): New variable.
7644         (clean): Remove makefile fragments here.
7645         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
7646         (generated): Add isomac and isomanc.out.
7647         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
7648         avoid-generated is set.
7649         (postclean-generated): Add soversion.mk.
7650         ($(common-objpfx)version.mk): Don't include if avoid-generated is
7651         set.
7652         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
7653         avoid-generated is set.
7654         (common-generated): Add libc.so and libc.so$(libc.so-version).
7655         (generated): Add versioned libraries.
7656         (common-mostlyclean): Also remove %.so and %_pic.a.
7657         * csu/Makefile (generated): Add abi-tag.h.
7658         * db2/Makefile (extra-objs): Add getlong.o.
7659         * elf/Makefile (generated): Add ld.so, ldd and
7660         $(rtld-installed-name).
7661         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
7662         * malloc/Makefile (generated): Add mtrace.
7663         * po/Makefile: Don't include version.mk, not needed any more.
7664         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
7665         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
7666         syscall.h -> sys/syscall.h.
7667         (common-generated): Add s-proto.d.
7668         (postclean-generated): Add sysd-syscalls.
7669         * localedata/Makefile (test-output): Add all output files.
7670         (generated): Add test-input and test-output.
7671         (generated-dirs): Add all the dirs.
7673 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7675         * Makefile (test-output, generated, generated-dirs): New
7676         variables.
7678 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7680         * resolv/nss_dns/dns-host.c: Various code cleanups.
7682 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
7684         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
7685         From Philip Blundell <pb@nexus.co.uk>.
7686         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
7688 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7690         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
7691         Suggested by debian/sparc porters.
7693 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7695         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
7696         for ecvt and fcvt.
7698 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
7700         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
7701         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
7703         * signal/signal.h: Always define sigset_t if __need_sigset_t is
7704         defined even if __USE_POSIX is not defined.
7706 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7708         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
7709         to support obsolete tty major numbers correctly.
7711 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
7713         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
7714         directory first and ignore install error.
7716         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
7717         128 from ptyno and fix a typo for the BSD style pty.
7719 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7721         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
7722         syscalls.list's.
7724 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7726         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
7727         getresuid and getresgid.
7729         * sysdeps/unix/sysv/linux/getresuid.c: New file.
7730         * sysdeps/unix/sysv/linux/getresgid.c: New file.
7732         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
7733         s_getres[ug]id.
7735         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
7736         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7737         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7738         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
7740 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
7742         * nscd/grpcache.c: Include <stdlib.h>.
7744 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
7746         * stdlib/atoll.c: Fix comments.
7748         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
7749         * sysdeps/posix/ttyname_r.c: Ditto.
7751 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7753         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
7754         __USE_MISC, independent of __USE_UNIX98.
7756 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
7758         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
7759         Rename from __libc_have_rt_sigs and leave as COMMON data.
7761 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
7763         * Makeconfig (CFLAGS-.os): Kill -fno-common.
7764         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
7766         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
7767         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
7768         version symbols.
7769         * include/libc-symbols.h (symbol_version, default_symbol_version):
7770         Provide asm versions and correct !DO_VERSIONING versions.
7771         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
7772         the weak symbol list.
7774         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
7775         Rename from __libc_have_rt_sigs and leave as COMMON data.
7776         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7777         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7778         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7780 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7782         * sunrpc/Makefile: Correct dependencies of rpcgen.
7784 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
7786         * nscd/Makefile: Fix test for available linuxthreads add-on.
7787         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
7789 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7791         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
7793 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7795         * sysdeps/gnu/Makefile: Respect with-cvs variable.
7797         * manual/errno.texi (Error Messages): Correct description of
7798         strerror_r.  Pointed out by jonas@bagge.se.
7800 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7802         * manual/socket.texi (Host Address Functions): Clarify description
7803         of inet_network.
7805 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7807         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
7808         (grantpt): Delete superfluous cast.
7810 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7812         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
7813         elf/ldso_install instead of elf/subdir_install.
7814         (elf/ldso_install): New target.
7816         * elf/Makefile (ldso_install): New target.
7818 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7820         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
7821         of 1998-01-06.
7823 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7825         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
7826         constant expressions.
7828 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7830         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
7831         for __nss_configure_lookup.
7832         (output_hostent): Remove unused variable.
7834 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7836         * string/tst-inlcall.c: Fix format string.
7838 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7840         * inet/netinet/in.h: Rename second parameter of bindresvport to
7841         avoid buggy gcc warning. [PR libc/412]
7843 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
7845         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
7846         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
7848         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
7849         Follow POSIX and make tv_sec a time_t.
7850         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
7851         new tv64 syscall as well as fall back to tv32.
7852         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
7853         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7854         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
7855         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
7856         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
7857         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
7858         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
7859         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
7861         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
7862         * include/rpcsvc/nis_tags.h: Likewise.
7863         * include/rpcsvc/nislib.h: Likewise.
7865 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
7867         * libc.map: Add _h_errno.
7868         * inet/herrno.c: Make _h_errno weak alias.
7870         * login/Makefile (distribute): Add pty-internal.h.
7872         * nscd/Makefile (distribute): Add all the files missing.
7874         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
7875         are available.
7877         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
7878         and report status at the end.
7880         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
7882         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
7883         variable.
7884         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
7885         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
7886         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
7888 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
7890         * configure.in: Fix --enable-add-ons code.
7892 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7894         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
7895         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
7896         [PR libc/441]
7898         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
7899         occurence in cache.  Reported by Rudolf Leitgeb
7900         <leitgeb@leland.stanford.edu>.
7901         [PR libc/440]
7903 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
7905         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
7906         that it never is EINTR (which is tested for in _IO_vfscanf).
7908         * Makefile.in: Call sub-make with CVSOPTS.
7910         * elf/Makefile (distribute): Add dl-procinfo.h.
7912         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
7914 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
7916         * version.h (VERSION): Bump to 2.0.92.
7918 1998-01-31  Phil Blundell  <philb@gnu.org>
7920         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
7921         alias for __new_sys_siglist.
7923 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
7925         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
7926         getgrgid_r.c if thread package is available.
7927         * pwd/Makefile: Likewise.
7928         * grp/getgrnam_r.c: Remove USE_NSCD definition.
7929         * grp/getgrgid_r.c: Likewise.
7930         * pwd/getpwnam_r.c: Likewise.
7931         * pwd/getpwuid_r.c: Likewise.
7933 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
7935         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
7936         with error to allow user intervention.
7937         * nss/getXXent_r.c: Likewise.
7939 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
7941         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
7942         AT_PLATFORM string.  Pretty print AT_BASE info.
7944         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
7945         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
7946         * sysdeps/generic/dl-procinfo.h: New file.
7947         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
7949 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
7951         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
7953         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
7954         thread and not pthread_detach.
7956         * nscd/nscd.c: Rewrite to use argp instead of getopt.
7958 1998-01-31  Phil Blundell  <philb@gnu.org>
7960         * configure.in: Add --without-cvs option to suppress automatic
7961         checkin of regenerated files.
7962         * config.make.in: Likewise.
7963         * Makefile: Respect with-cvs setting.
7964         * Makerules: Likewise.
7966         * configure.in: Allow the standalone ARM port to be configured.
7968 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7970         * grp/getgrgid_r.c: Define USE_NSCD.
7971         * grp/getgrnam_r.c: Likewise.
7972         * pwd/getpwuid_r.c: Likewise.
7973         * pwd/getpwnam_r.c: Likewise.
7975         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
7977         * nss/getXXbyYY_r.c: Try at first nscd.
7979         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
7980         * nscd/connections.c: New file.
7981         * nscd/dbg_log.c: New file.
7982         * nscd/dbg_log.h: New file.
7983         * nscd/grpcache.c: New file.
7984         * nscd/nscd.c: New file.
7985         * nscd/nscd.h: New file.
7986         * nscd/nscd_conf.c: New file.
7987         * nscd/nscd_stat.c: New file.
7988         * nscd/pwdcache.c: New file.
7990         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
7991         * nscd/nscd_getpw_r.c: Likewise.
7992         * nscd/nscd_proto.h: New, prototypes for client functions.
7994         * nscd/nscd.conf: New, example for a configuration file.
7995         * nscd/nscd.init: New, example for a startup script.
7997         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
7998         avoid deadlocks.
7999         * nscd/getgrnam_r.c: Likewise.
8000         * nscd/getpwnam_r.c: Likewise.
8001         * nscd/getpwuid_r.c: Likewise.
8003 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
8005         * intl/Makefile: Use CVSOPTS in cvs invocation.
8006         * po/Makefile: Likewise.
8007         * posix/Makefile: Likewise.
8008         * stdlib/Makefile: Likewise.
8010 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
8012         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
8013         [PR libc/410]
8014         * misc/Makefile (tests): Add tst-efgcvt.
8015         * misc/tst-efgcvt.c: New file.
8017 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
8019         * posix/regex.c: Add some more cleanups by Akim Demaille.
8021 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
8023         * signal/signal.h: Revert last change.
8024         * string/strsignal.c: Regard signal number NSGI as illegal.
8025         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
8026         members.
8028 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
8030         * Makefile.in: Add comment about CVSOPTS Makefile variable.
8031         * Makerules: Use CVSOPTS in cvs invocation.
8032         * Makefile: Likewise.
8033         * MakeTAGS: Likewise.
8034         * Make-dist: Likewise.
8036 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
8038         * sysdeps/generic/memmem.c: Correct last change.
8040 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
8042         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
8043         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
8045 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8047         * nis/ypclnt.c: Try at first to use the binding file from ypbind
8048         before using RPC.
8050 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8052         * manual/memory.texi (Heap Consistency Checking): mcheck is
8053         declared in <mcheck.h>.
8054         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
8056 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8058         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
8059         beginning of haystack.
8061 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8063         * nss/nss_files/files-service.c: Correct last patch.
8065 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
8067         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
8068         __libc_have_rt_sigs.
8069         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
8070         including <bits/setjmp.h>.
8071         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
8072         Patch from the Debian glibc/SPARC package.
8074 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
8076         * sysdeps/alpha/bzero.S: Fix a typo.
8077         * sysdeps/alpha/htonl.S: Ditto.
8078         * sysdeps/alpha/htons.S: Ditto.
8080 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8082         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
8084 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
8086         * include/cpio.h: Move to ...
8087         * posix/cpio.h: ...here.
8089         * locale/programs/ld-collate.c: Fix typo.
8091         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
8093         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
8095         * login/utmp_file.c (pututline_file): Don't always report success
8096         if similar entry is found.  Patch by Mark M. Kettenis.
8098 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
8100         * manual/Makefile: Don't try to install the info files if makeinfo
8101         is not available.
8103 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
8105         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
8106         kernel's network ioctls, rather than using <linux/sockios.h> to
8107         get them.  This way we are sure of maintaining compatibility if
8108         the kernel interface should change.
8110 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
8112         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
8114 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
8116         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
8117         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
8119 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8121         Implement System V pseudoterminal handling.
8123         * login/Makefile
8124         (routines): Add getpt, grantpt, unlockpt, ptsname.
8125         (libutil-routines): Remove pty. Add openpty, forkpty.
8126         (distribute): New internal header pty-internal.h.
8127         (others): Add the helper program, pt_chown.
8128         (install-others): Install it, in $(libexecdir), mode 4755.
8130         * login/pty-internal.h: New file.
8131         * login/openpty.c: New file.
8132         * login/forkpty.c: New file.
8133         * login/programs/pt_chown.c: New file.
8135         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
8136         * stdlib/stdlib.h: Prototype them.
8138         * config.make.in: Define $(libexecdir).
8139         * Makeconfig: Define $(inst_libexecdir).
8141         * sysdeps/generic/pty.c: Removed.
8142         * sysdeps/unix/sysv/linux/pty.c: Removed.
8144         * sysdeps/generic/getpt.c: Stub out.
8145         * sysdeps/generic/grantpt.c: Likewise.
8146         * sysdeps/generic/ptsname.c: Likewise.
8147         * sysdeps/generic/unlockpt.c: Likewise.
8149         * sysdeps/unix/grantpt.c: New file.
8150         * sysdeps/unix/bsd/getpt.c: New file.
8151         * sysdeps/unix/bsd/unlockpt.c: New file.
8152         * sysdeps/unix/sysv/linux/getpt.c: New file.
8153         * sysdeps/unix/sysv/linux/ptsname.c: New file.
8154         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
8156 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
8158         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
8160 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8162         * nss/Makefile (tests): Add rule for test-netdb.c.
8164         * nss/test-netdb.c: New file.
8166 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
8168         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
8169         really kept as a variable.  Patch by Richard Henderson,
8170         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
8172         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
8173         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
8174         entries as not existing.
8176 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8178         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
8179         zero in alternate form with precision of zero, which must produce
8180         "0".  Add braces to avoid ambiguous `else'.
8182 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8184         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
8185         problem with strncpy.
8186         * nis/nss_compat/compat-pwd.c: Likewise.
8187         * nis/nss_compat/comapt-spwd.c: Likewise.
8189 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8191         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
8192         by uch@nop.or.jp. [PR libc/437]
8194 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8196         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
8198 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8200         * stdio-common/test-popen.c: Include <errno.h>.
8202         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
8203         close.
8205         * inet/getnetgrent_r.c: Include <errno.h>.
8207         * db2/db/db_conv.c: Include <string.h> for memcpy.
8209         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
8210         so that memcpy is declared.
8212         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
8214         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
8216 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8218         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
8219         overflow while reading line with fgets.
8220         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
8222 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
8224         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
8225         unsigned short, not short.
8226         Reported by Andreas Jaeger.
8228 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8230         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
8231         (ccept->accept).
8233         * sysdeps/generic/inttypes.h: Fix spelling.
8235 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8237         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
8239         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
8241 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
8243         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
8244         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
8245         field for hh modifier.
8246         * stdio-common/vfprint.c: Use is_char field and do not depend in
8247         is_short having the value 2.
8248         Bug reported by Andreas Jaeger.
8250 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8252         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
8253         PIC && DO_VERSIONING.
8255 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8257         * Rules: Add rules for $(common-objpfx)dummy$o.
8259 1998-01-26  Richard Henderson  <rth@cygnus.com>
8261         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
8262         unimplemented OSF/1 definitions so that they are not accidentally seen.
8264         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
8265         of the trampoline function into the macro.
8266         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
8267         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
8268         kernel 2.1.82 has this fixed.
8270         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
8271         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
8273 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
8275         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
8276         support sigaction on kernels > 2.1.7x.
8278 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
8280         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
8281         if it is empty.
8283         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
8284         Patch by David Engel <david@sw.ods.com>.
8286         * configure.in: Fix another typo in --enable-add-ons code.
8288 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
8290         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
8292 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8294         * nss/nss_files/files-network.c: Correct order of parameters for
8295         getnetbyaddr.
8297 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
8299         * db2/Makefile (routines): Add os_alloc.
8300         * db2/db.h: Update from db-2.3.16.
8301         * db2/db_185.h: Likewise.
8302         * db2/db_int.h: Likewise.
8303         * db2/btree/bt_close.c: Likewise.
8304         * db2/btree/bt_cursor.c: Likewise.
8305         * db2/btree/bt_delete.c: Likewise.
8306         * db2/btree/bt_open.c: Likewise.
8307         * db2/btree/bt_page.c: Likewise.
8308         * db2/btree/bt_put.c: Likewise.
8309         * db2/btree/bt_rec.c: Likewise.
8310         * db2/btree/bt_recno.c: Likewise.
8311         * db2/btree/btree_auto.c: Likewise.
8312         * db2/common/db_appinit.c: Likewise.
8313         * db2/common/db_apprec.c: Likewise.
8314         * db2/common/db_err.c: Likewise.
8315         * db2/common/db_region.c: Likewise.
8316         * db2/common/db_shash.c: Likewise.
8317         * db2/db/db.c: Likewise.
8318         * db2/db/db_auto.c: Likewise.
8319         * db2/db/db_conv.c: Likewise.
8320         * db2/db/db_dispatch.c: Likewise.
8321         * db2/db/db_dup.c: Likewise.
8322         * db2/db/db_pr.c: Likewise.
8323         * db2/db/db_rec.c: Likewise.
8324         * db2/db185/db185.c: Likewise.
8325         * db2/dbm/dbm.c: Likewise.
8326         * db2/hash/hash.c: Likewise.
8327         * db2/hash/hash_auto.c: Likewise.
8328         * db2/hash/hash_dup.c: Likewise.
8329         * db2/hash/hash_page.c: Likewise.
8330         * db2/hash/hash_rec.c: Likewise.
8331         * db2/include/btree_ext.h: Likewise.
8332         * db2/include/clib_ext.h: Likewise.
8333         * db2/include/common_ext.h: Likewise.
8334         * db2/include/db.h.src: Likewise.
8335         * db2/include/db_185.h.src: Likewise.
8336         * db2/include/db_am.h: Likewise.
8337         * db2/include/db_ext.h: Likewise.
8338         * db2/include/db_int.h.src: Likewise.
8339         * db2/include/hash_ext.h: Likewise.
8340         * db2/include/lock_ext.h: Likewise.
8341         * db2/include/log.h: Likewise.
8342         * db2/include/log_auto.h: Likewise.
8343         * db2/include/log_ext.h: Likewise.
8344         * db2/include/mp.h: Likewise.
8345         * db2/include/mp_ext.h: Likewise.
8346         * db2/include/mutex_ext.h: Likewise.
8347         * db2/include/os_ext.h: Likewise.
8348         * db2/include/os_func.h: Likewise.
8349         * db2/include/txn_ext.h: Likewise.
8350         * db2/lock/lock.c: Likewise.
8351         * db2/lock/lock_util.c: Likewise.
8352         * db2/log/log.c: Likewise.
8353         * db2/log/log.src: Likewise.
8354         * db2/log/log_archive.c: Likewise.
8355         * db2/log/log_auto.c: Likewise.
8356         * db2/log/log_get.c: Likewise.
8357         * db2/log/log_put.c: Likewise.
8358         * db2/log/log_rec.c: Likewise.
8359         * db2/log/log_register.c: Likewise.
8360         * db2/mp/mp_bh.c: Likewise.
8361         * db2/mp/mp_fget.c: Likewise.
8362         * db2/mp/mp_fopen.c: Likewise.
8363         * db2/mp/mp_fput.c: Likewise.
8364         * db2/mp/mp_pr.c: Likewise.
8365         * db2/mp/mp_sync.c: Likewise.
8366         * db2/mutex/mutex.c: Likewise.
8367         * db2/os/os_alloc.c: Likewise.
8368         * db2/os/os_config.c: Likewise.
8369         * db2/os/os_stat.c: Likewise.
8370         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
8371         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
8372         * db2/progs/db_load/db_load.c: Likewise.
8373         * db2/progs/db_printlog/db_printlog.c: Likewise.
8374         * db2/progs/db_recover/db_recover.c: Likewise.
8375         * db2/progs/db_stat/db_stat.c: Likewise.
8376         * db2/txn/txn.c: Likewise.
8378         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
8379         Unmap memory blocks in reverse order of allocation.
8380         Call munmap with load address added to offset.
8381         Bug reported by Miguel de Icaza.
8383         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
8384         up weight array.
8386         * localedata/locales/cs_CZ: Update by Michael Mraka
8387         <michael@informatics.muni.cz>.
8389         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
8390         __USE_BSD.
8392         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
8393         reading line with fgets.
8394         * nis/nss_compat/compat-pwd.c: Likewise.
8395         * nis/nss_compat/compat-spwd.c: Likewise.
8396         * nss/nss_files/files-XXX.c: Likewise.
8397         * nss/nss_files/files-alias.c: Likewise.
8398         * shadow/fgetspent_r.c: Likewise.
8400         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
8402         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
8403         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
8404         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
8406         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
8407         FP register content in ucontext_t.
8409 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8411         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
8412         calculation.  Patch by Markus Schoder
8413         <Markus.Schoder@dresdner-bank.de>.
8415         * math/libm-test.c (modf_test): Add more tests for modf.
8417         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
8418         munlock according to Unix98.
8420 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8422         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
8423         AF_INET.
8425 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
8427         * sysdeps/posix/ttyname.c: Handle symbolic links.
8428         * sysdeps/posix/ttyname_r.c: Ditto.
8430 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
8432         * db2/makedb.c (process_input): Write terminating \0 for value.
8433         (print_database): Simply print value string, don't use length.
8435 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8437         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
8438         exit of loop.
8440 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8442         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
8443         close all sockets.
8445 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
8447         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
8448         sigset.
8449         * signal/sighold.c: New file.
8450         * signal/sigrelse.c: New file.
8451         * sysdeps/generic/sigignore.c: New file.
8452         * sysdeps/generic/sigset.c: New file.
8453         * sysdeps/posix/sigignore.c: New file.
8454         * sysdeps/posix/sigset.c: New file.
8455         * signal/signal.h: Add prototypes for new functions.
8457         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
8458         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
8459         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
8460         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
8462 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
8464         * posix/wordexp.c: Added IFS field-splitting in parameter and
8465         command substitution.  Fixed an IFS-related bug that caused an
8466         infinite loop.
8468 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
8470         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
8471         and swapcontext.
8472         * stdlib/ucontext.h: Correct prototypes.
8473         * sysdeps/generic/getcontext.c: New file.
8474         * sysdeps/generic/setcontext.c: New file.
8475         * sysdeps/generic/makecontext.c: New file.
8476         * sysdeps/generic/swapcontext.c: New file.
8477         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
8479 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
8481         * resource/sys/resource.h: Remove #include of ulimit.h which is
8482         not allowed by SUSv2 and not available on other systems.
8483         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
8485         * streams/Makefile: New file.
8486         * streams/stropts.h: New file.
8487         * sysdeps/generic/bits/stropts.h: New file.
8488         * sysdeps/generic/isastream.c: New file.
8489         * sysdeps/generic/getmsg.c: New file.
8490         * sysdeps/generic/getpmsg.c: New file.
8491         * sysdeps/generic/putmsg.c: New file.
8492         * sysdeps/generic/putpmsg.c: New file.
8493         * sysdeps/generic/fattach.c: New file.
8494         * sysdeps/generic/fdetach.c: New file.
8495         * sysdeps/unix/inet/Subdirs: Add streams.
8496         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
8497         __t_uscalar_t.
8498         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
8499         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
8500         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
8501         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
8503         * sysdeps/mach/_strerror.c: Follow changes of generic version to
8504         handle small buffers correctly.
8506 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
8508         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
8509         Remove the 3rd arg and add declaration for _dl_runtime_resolve
8510         and _dl_runtime_profile.
8512 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
8514         * include/cpio.h: New file.  Mainly copied from GNU cpio.
8515         * posix/Makefile (headers): Add cpio.h.
8517 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8519         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
8520         to routines.
8521         * nis/nis_cache.c: New file.
8522         * nis/nis_cache2.h: New file.
8523         * nis/nis_cache2_xdr.c: New file.
8524         * nis/nis_call.c: Changes for cache2_info parameter.
8525         * nis/nis_checkpoint.c: Likewise.
8526         * nis/nis_intern.h: Likewise.
8527         * nis/nis_mkdir.c: Likewise.
8528         * nis/nis_ping.c: Likewise.
8529         * nis/nis_rmdir.c: Likewise.
8530         * nis/nis_server.c: Likewise.
8531         * nis/nis_util.c: Likewise.
8533 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8535         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
8536         return/errnop codes.
8537         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
8538         * nis/nss_nisplus/nisplus-grp.c: Likewise.
8539         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
8540         * nis/nss_nisplus/nisplus-proto.c: Likewise.
8541         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8542         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
8543         * nis/nss_nisplus/nisplus-rpc.c: Likewise
8544         * nis/nss_nisplus/nisplus-service.c: Likewise.
8545         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
8547 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8549         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
8550         * nis/nss_nis/nis-ethers.c: Likewise.
8551         * nis/nss_nis/nis-grp.c: Likewise.
8552         * nis/nss_nis/nis-hosts.c: Likewise.
8553         * nis/nss_nis/nis-network.c: Likewise.
8554         * nis/nss_nis/nis-proto.c: Likewise.
8555         * nis/nss_nis/nis-hosts.c: Likewise.
8556         * nis/nss_nis/nis-network.c: Likewise.
8557         * nis/nss_nis/nis-proto.c: Likewise.
8558         * nis/nss_nis/nis-publickey.c: Likewise.
8559         * nis/nss_nis/nis-pwd.c: Likewise.
8560         * nis/nss_nis/nis-rpc.c: Likewise.
8561         * nis/nss_nis/nis-service.c: Likewise.
8562         * nis/nss_nis/nis-spwd.c: Likewise.
8564 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
8566         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
8567         Added to follow latest kernel development.
8569 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
8571         * nss/db-Makefile: Handle empty and comment lines better.
8572         ($(VAR_DB)/services.db): Generate entries with missing protocol
8573         value.
8575 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8577         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
8578           NULL.
8579           (getservbyname): Allow proto == NULL.
8580           Pointed out by David N. Welton <davidw@gate.cks.com>.
8581           [PR libc/430].
8583 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
8585         * nis/nislib/nislib.h: Finally removed.
8587         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
8588         C compiler.  From Kaveh Ghazi.
8589         (TYPE_MINIMUM): Define.
8590         (TYPE_MAXIMUM): Define.
8591         (TIME_T_MIN): Use TYPE_MINIMUM.
8592         (TIME_T_MAX): Use TYPE_MAXIMUM.
8593         Patch by Jim Meyering <meyering@ascend.com>.
8595 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
8597         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
8598         __pread64, __pwrite64, and __getpid.
8600         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
8601         versions.
8603 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8605         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
8606         cancelable socket functions as __libc_xxx with __xxx as weak
8607         alias.
8608         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
8609         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8611         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
8612         redefined.
8613         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
8614         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
8615         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
8616         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
8618         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
8619         and __xxx a weak alias.
8620         * sysdeps/unix/sysv/linux/connect.S: Likewise.
8621         * sysdeps/unix/sysv/linux/recv.S: Likewise.
8622         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
8623         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
8624         * sysdeps/unix/sysv/linux/send.S: Likewise.
8625         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
8626         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
8628 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8630         * locale/langinfo.h: Add defines.
8632         * dirent/dirent.h: Add defines for DT_*, check also for
8633         _DIRENT_HAVE_D_TYPE.
8634         Suggested by Roland McGrath.
8636 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8638         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
8639         Update from Linux 2.1.73+79.
8641         * README.template: Update information about possible
8642         configurations.
8644         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
8645         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
8646         [PR libc/417].
8648         * manual/time.texi (Priority): Correct description of
8649         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
8650         [PR libc/416].
8652 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
8654         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
8655         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
8657 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
8659         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
8660         Andreas Jaeger.
8662 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
8664         * locale/programs/ld-collate.c: Little optimizations.
8666         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
8668         * string/Makefile (tests): Add tst-inlcall.
8669         * string/tst-inlcall.c: New file.
8671         * string/strsignal.c: Add support for real-time signals.
8673         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
8674         presense of small buffer.
8676         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
8678         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
8679         for i686.
8681         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
8682         _NSIG + 1.
8684 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
8686         * Rules: Add explicit rule for dummy.o; at least one library needs
8687           it and it isn't autogenerated by the default rules.
8689 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8691         * math/libm-test.c: Tweak epsilons.
8693 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8695         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
8696         child.
8697         (feenv_mask_test): Likewise.
8699 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8701         * Makeconfig: Don't export CPPFLAGS.
8703 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8705         * sunrpc/rpc_main.c (parseargs): Use perror to print error
8706         message.
8708 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8710         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
8711         terminating null in key size.
8713 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8715         * nss/nss_files/files-service.c: Fix allocation size to include
8716         length of PROTO.
8718         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
8719         applicable.  Fix return value and error checking.
8720         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
8721         unparsable lines.
8722         (DB_LOOKUP): Allocate space for terminating null byte.
8724         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
8725         uids specially.
8727         * db2/makedb.c (process_input): Continue processing if a duplicate
8728         key is encountered.
8730 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
8732         * time/tzfile.h: Updated from tzcode1998b.
8733         * time/zdump.c: Likewise.
8734         * time/zic.c: Likewise.
8735         * time/africa: Update from tzdata1998b.
8736         * time/antarctica: Likewise.
8737         * time/asia: Likewise.
8738         * time/australasia: Likewise.
8739         * time/etcetera: Likewise.
8740         * time/europe: Likewise.
8741         * time/leapseconds: Likewise.
8742         * time/northamerica: Likewise.
8743         * time/southamerica: Likewise.
8745 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8747         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
8748         lookups ignoring case.
8749         * nss/nss_files/files-network.c: Do network lookups ignoring
8750         case.
8751         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
8752         case.
8753         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
8754         case insensitive comparing.
8755         Patches by Cristian Gafton <gafton@redhat.com>.
8757 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8759         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
8760         by Roland McGrath. [PR libc/395]
8762 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8764         * manual/arith.texi (Parsing of Integers): Correct description of
8765         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
8766         [PR libc/396]
8768 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
8770         * misc/lsearch.c (lsearch): Return a pointer to the new element
8771         if one was "allocated".
8773 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8775         * string/strsignal.c: NSIG is not a valid index into
8776         _sys_siglist.  Don't zap the last character of the "Unknown
8777         signal" message.
8779 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
8781         * locale/programs/charmap.c (parse_charmap): Correct parsing of
8782         ellipsis expressions.
8784         * locale/programs/charset.c (insert_char): Correctly insert value
8785         of eliipsis expression.
8787 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
8789         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
8790         <bits/setjmp.h>.
8791         * sysdeps/powerpc/setjmp.S: Likewise.
8792         Patches by Matt McLean <keys@keys.got.net>.
8794         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
8796         * Makefile: Undo last patch.
8797         (distribute): Add test-installation.pl.
8799         * configure.in: Correct handling of --enable-add-ons without parameter.
8800         Correct address of WWW pages.
8802         * libc.map: Add _nl_domain_bindings.
8804         * db2/mutex/tsl_parisc.s: New file.
8806         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
8807         and extra-module.mk.
8809         * localedata/Makefile (distribute): New.  Add all the files.
8811         * stdlib/Makefile (headers): Add inttypes.h.
8812         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
8813         * sysdeps/generic/inttypes.h: New file.
8814         * sysdeps/generic/strtoimax.c: New file.
8815         * sysdeps/generic/strtoumax.c: New file.
8816         * sysdeps/generic/wcstoimax.c: New file.
8817         * sysdeps/generic/wcstoumax.c: New file.
8818         * sysdeps/wordsize-32/Dist: Removed.
8819         * sysdeps/wordsize-32/Makefile: Removed.
8820         * sysdeps/wordsize-64/Dist: Removed.
8821         * sysdeps/wordsize-64/Makefile: Removed.
8822         * sysdeps/generic/bits/environments.h: New file.
8824         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
8825         header is still not correct.
8827         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
8828         * posix/unistd.h: Likewise.
8829         * sysdeps/generic/sys/mman.h: Likewise.
8830         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
8832         * manual/arith.texi: Change definition of mul macro.
8833         * manual/math.texi: Likewise.
8835         * misc/Makefile (routines): Add mmap64.
8836         * sysdeps/generic/mmap64.c: New file.
8837         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
8838         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
8839         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
8840         aliases to mmap.
8841         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8843         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
8845         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
8847         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
8849         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
8850         FOPEN_MAX also when included by limits.h.
8851         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
8853         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
8854         and netrom/netrom.h.
8855         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
8856         oldsiglist to sysdep_routines, not aux.
8857         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
8859         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
8860         and SOL_NETROM definition.
8862         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
8864         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
8865         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
8867 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
8869         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
8871         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
8872         sa_handler with k_sa_handler.
8873         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
8874         strong alias.
8875         Reported by a sun.
8877         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
8878         __libc_have_rt_sigs here.
8879         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
8880         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8881         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
8882         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8884 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
8886         * sysdeps/powerpc/atomicity.h: New file.
8887         * sysdeps/mach/powerpc/machine-lock.h: New file.
8889         * Rules: Use -fpic to build anything that might end up in a users'
8890         shared library.
8892         * sysdeps/powerpc/s_fdim.c: New file.
8893         * sysdeps/powerpc/s_fdimf.c: New file.
8894         * sysdeps/powerpc/s_fmax.S: New file.
8895         * sysdeps/powerpc/s_fmaxf.S: New file.
8896         * sysdeps/powerpc/s_fmin.S: New file.
8897         * sysdeps/powerpc/s_fminf.S: New file.
8898         * sysdeps/powerpc/s_llrint.c: Now is for double.
8899         * sysdeps/powerpc/s_llrintf.c: New file.
8900         * sysdeps/powerpc/s_llround.c: Now is for double.
8901         * sysdeps/powerpc/s_llroundf.c: New file.
8902         * sysdeps/powerpc/s_lrint.c: Now is for double.
8903         * sysdeps/powerpc/s_lrintf.S: New file.
8904         * sysdeps/powerpc/s_lround.c: Now is for double.
8905         * sysdeps/powerpc/s_lroundf.c: New file.
8906         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
8907         lrintf, fdim, fdimf.
8909         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
8910         file directly, use its parent.
8912         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
8913         (for the third time).
8915 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
8917         * posix/sched.h: timespec is in <time.h>.
8919         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
8921 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
8923         * configure.in: Stop with error if --disable-static is used when
8924         the shared lib uses this library.
8926         * gen-FAQ.pl: I've perl installed in /usr/bin.
8928         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
8930         Fix Unix98 conformance problems in the headers.
8931         * catgets/nl_types.h: Define nl_item.
8932         * grp/grp.h: Define gid_t.
8933         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
8934         * include/nl_types.h: New file.
8935         * include/ulimit.h: New file.
8936         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
8937         constants in POSIX mode.
8938         * io/utime.h: Get definition for time_t.
8939         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
8940         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
8941         * libio/stdio.h: Define va_list.  Make snprintf also available is
8942         __USE_UNIX98.  Declare getopt function and variables.
8943         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
8944         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
8945         * math/math.h: Defined M_* constants as double for Unix98 mode.
8946         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
8947         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
8948         * posix/regex.h: Define REG_NOSYS.
8949         * posix/wordexp.h: Define WRDE_NOSYS.
8950         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
8951         500 for Unix98.
8952         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
8953         somewhere else as well.  Define clock_t for Unix98.
8954         * posix/sys/wait.h: Define pid_t.
8955         * pwd/pwd.h: Define gid_t, uid_t.
8956         * resource/Makefile (headers): Add ulimit.h.
8957         * resource/ulimit.h: New file.
8958         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
8959         instead of second argument.
8960         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
8961         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
8962         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
8963         * signal/signal.h: Define pid_t.
8964         * string/string.h: Don't declare BSD string functions in POSIX mode.
8965         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
8966         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
8967         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
8968         and POSIX.
8970         * inet/test_ifindex.c: Change test so that it does not fail for
8971         interface aliases.
8973         * locale/programs/locale.c (show_info): Use correct cast sequence
8974         for 64bit machines.
8976         * malloc/malloc.c: __malloc_initialized now signals three states:
8977         uninitialized, initializing, initialized.  Used in mcheck.
8978         * malloc/mcheck.c (mabort): Add '\n' to messages.
8979         (mcheck): Allow installation when malloc is uninitialized or is
8980         just initializing.
8982         * manual/memory.texi: Explain mtrace output a bit more.
8984         * math/libm-test.c: Add more epsilons.
8986         * misc/regexp.h (compile): Remove __ prefix from parameter names.
8988         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
8989         instead of strcpy for security.
8990         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
8991         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
8992         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
8994         * nss/digits_dots.c: Pretty print.
8996         * posix/getconf.c (vars): Add symbols for programming environment
8997         recognition.  Recognize --version.
8999         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
9000         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
9001         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
9003         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
9004         __need_FOPEN_MAX.
9005         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
9006         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
9007         __need_FOPEN_MAX.
9009         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
9010         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
9012         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
9013         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9014         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
9015         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
9016         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
9017         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
9019         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
9020         SCNu*.
9021         * sysdeps/wordsize-64/inttypes.h: Likewise.
9023         * time/africa: Update from tzdata1997j.
9024         * time/antarctica: Likewise.
9025         * time/asia: Likewise.
9026         * time/australasia: Likewise.
9027         * time/backward: Likewise.
9028         * time/etcetera: Likewise.
9029         * time/europe: Likewise.
9030         * time/factory: Likewise.
9031         * time/northamerica: Likewise.
9032         * time/pacificnew: Likewise.
9033         * time/southamerica: Likewise.
9035         * time/tzfile.h: Update from tzcode1997h.
9036         * time/zic.c: Likewise.
9038         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
9039         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
9040         isw*() functions for Unix98.
9041         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
9042         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
9043         is defined.
9045 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9047         * locale/duplocale.c: Increase usage_count only if less than
9048         MAX_USAGE_COUNT.
9049         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
9050         MAX_USAGE_COUNT.
9051         * locale/setlocale.c: Likewise.
9053 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9055         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
9056         dependency to make it easier to install it selectively.
9058         * Makerules (.SUFFIXES): Don't define any suffixes.
9060 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9062         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
9063         * sysdeps/generic/statfs64.c: Emulate using statfs.
9064         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
9065         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
9066         * sysdpes/generic/ftruncate64.c: New file.
9067         * sysdpes/generic/truncate64.c: New file.
9069         * sysdeps/generic/bits/stat.h: Add LFS support.
9070         * sysdeps/generic/bits/statfs.h: Likewise.
9072         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
9073         [__USE_FILE_OFFSET64]: Make long long constant.
9074         (RLIM64_INFINITY): Likewise.
9076         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
9077         for LFS support.
9078         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
9079         * sysdeps/generic/bits/resource.h: Likewise.
9081         * misc/Makefile (routines): Add truncate64 and ftruncate64.
9083         * include/features.h: Don't prevent LFS support from defining BSD
9084         and SYSV things.
9086         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
9087         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
9088         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
9090         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
9091         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
9092         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9094         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
9095         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
9096         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
9097         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
9098         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
9099         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
9100         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
9101         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
9102         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
9103         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
9104         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
9105         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
9106         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
9107         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
9108         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
9109         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
9110         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
9111         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
9112         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
9113         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
9115         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
9116         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
9117         * sysdeps/unix/sysv/linux/xstat64.c: New file.
9118         * sysdeps/unix/sysv/linux/readdir64.c: New file.
9119         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
9121         * sysdeps/unix/sysv/linux/getdents64.c: New file.
9122         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
9123         [$(subdir)=dirent]: Add getdents64.
9124         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
9126         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
9128 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
9130         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
9132         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
9133         * sysdeps/generic/getrlimit64.c: Likewise.
9134         * sysdeps/generic/setrlimit.c: Likewise.
9135         * sysdeps/generic/setrlimit64.c: Likewise.
9137 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
9139         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
9140         using versioning.
9142         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
9144         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
9146 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9148         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
9149         after the codeset name.
9151 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9153         * libc.map: Add get_kernel_syms.
9155 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9157         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
9158         static.
9159         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
9160         Likewise.  Fix condition.
9162 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9164         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
9166 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9168         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
9169         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
9171 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9173         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
9174         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
9175         instead.  Oops.
9177 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9179         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
9181 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9183         * math/libm-test.c (catanh_test): Change epsilon.
9184         Reported by H.J. Lu.
9186 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
9188         * libc.map (__getpid): Added for linuxthreads.
9190 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
9192         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
9193         it if gcc uses static variable in DWARF2 unwind information
9194         for exception support.
9196         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
9198         * elf/soinit.c (__libc_global_ctors, _fini): Handle
9199         HAVE_DWARF2_UNWIND_INFO_STATIC.
9201         * libc.map (__register_frame*, __deregister_frame*): Make them
9202         global.
9204 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9206         * math/libm-test.c: Add more tests for "normal" values.
9208 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9210         * stdio-common/printf_fphex.c: Fix printing of long double number
9211         with a biased exponent of zero.  Fix rounding.
9213 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9215         * sunrpc/rpc_main.c: Accept new flag -$.
9216         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
9218 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9220         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
9221         dynamic linker first, in case the interface has changed.
9223 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9225         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
9226         order.
9228 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9230         * math/tgmath.h: Check for double first, for architectures where
9231         sizeof (long double) == sizeof (double).
9233 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9235         * math/libm-test.c: New tests for "normal" values added for most
9236         functions.
9238 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
9240         * version.h (VERSION): Bump to 2.0.91.
9242         * db2/makedb.c (process_input): Fix typo in message.
9243         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
9245         * elf/dynamic-link.h: Pretty print.
9247         * elf/rtld.c: Allow multiple preloading of a shared object.
9249         * include/limits.h: Prevent multiple inclusion.
9251         * malloc/Makefile (headers): Add mcheck.h.
9252         (distribute): Remove it here.
9253         * malloc/mcheck.h: Pretty print.
9254         * malloc/mtrace.c (mallenv): Make `const'.
9255         * malloc/mtrace.pl: Don't print table head for memory leaks if there
9256         are none.
9257         * manual/memory.texi: Update descriptor of malloc hooks.
9259         * posix/Makefile (routines): Add waitid.
9260         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
9261         on __id_t.
9262         * posix/sys/wait.h: Define idtype_t type.
9263         Add prototype for waitid.
9264         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
9265         * sysdeps/generic/waitid.c: Stub for waitid.
9266         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
9267         the __need_siginfo_t defined.
9268         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
9269         * sysdeps/generic/bits/types.h: Define __id_t.
9270         Correct definition of __FDMASK.
9271         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
9272         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9273         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
9275         * sysdeps/posix/waitid.c: New file.
9276         Provided by Zack Weinberg.
9278         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
9280         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
9281         Add missing parameters.
9283         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
9284         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
9285         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
9286         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
9287         initialized.
9289         * sysdeps/i386/dl-machine.h: Little cleanup.
9291         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
9292         (__finite): Mark function as const.
9293         Add inline code for __ieee754_atan2.
9295         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
9296         (but don't use it now).
9297         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
9298         __atan.
9299         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
9300         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
9301         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
9302         real part.
9303         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
9304         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
9305         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
9306         __ieee754_atan2 to base 10.
9307         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
9308         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
9310         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
9311         old_kernel_sigaction.
9313         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
9315         * wctype/Makefile (routines): Add wctype_l.
9316         * wctype/wctype.h: Add declaration of __wctype_l.
9317         * wctype/wctype_l.c: New file.
9319 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
9321         * locale/C-ctype.c: Correct data for isw* functions.
9322         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
9323         byte order.
9324         * wctype/test_wctype.c: Add test for isw* functions.
9325         * wctype/wctype.c: Return value with expected byte order.
9327 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9329         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
9331 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
9333         * iconvdata/Makefile: Fix a typo.
9335         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
9336         oldsiglist for shared library.
9338         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
9339         sys_sigabbrev): Make them as the default version GLIBC_2.1.
9341         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
9342         sys_siglist, sys_sigabbrev): New file. Make them as the old
9343         version GLIBC_2.0.
9345         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
9346         to GLIBC_2.1.
9348 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
9350         * libio/iofgets.c (_IO_fgets): Return an error only if there
9351         is a new error.
9352         * libio/iogets.c (_IO_gets): Ditto.
9354 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
9356         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
9358         * libio/Makefile (routines, shared-only-routines): Add
9359         oldiofdopen.
9361         * libio/fileops.c: Don't use _IO_FILE_complete.
9362         * libio/iofdopen.c: Ditto.
9363         * libio/iofopen.c: Ditto.
9364         * libio/iofopen64.c: Ditto.
9365         * libio/iopopen.c: Ditto.
9366         * libio/iovdprintf.c: Ditto.
9368         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
9370         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
9371         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
9373         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
9374         _IO_old_fdopen, _IO_new_fdopen): New declaration.
9376         * libio/libio.h (_IO_FILE): Add more fields.
9377         (_IO_FILE_complete): Defined and make _IO_FILE be the old
9378         one if _IO_USE_OLD_IO_FILE is defined
9379         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
9380         them _IO_FILE_complete.
9382         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
9383         to adjust vtable.
9384         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
9385         _IO_JUMPS.
9386         (_IO_FILE_complete): Commented out.
9388         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
9389         * libio/oldiofclose.c: Ditto.
9390         * libio/oldiofopen.c: Ditto.
9391         * libio/oldstdfiles.c: Ditto.
9393         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
9394         for the old _IO_FILE.
9396         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
9397         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
9398         and stderr.
9400         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
9401         and remove INAME.
9403         * libio/stdio.c (stdin, stdout, stdin): Don't use
9404         _IO_FILE_complete.
9406         * libio/oldiofdopen.c: New.
9408         * stdio-common/vfprintf.c (buffered_vfprintf): Set
9409         hp->_vtable_offset to 0.
9411 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
9413         * libc.map (_IO_file_open): Added.
9415         * libio/libioP.h (_IO_file_open): Declared.
9417         * libio/fileops.c (_IO_file_open): New.
9418         (_IO_file_fopen): Call _IO_file_open ().
9420         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
9421         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
9423 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9425         * signal/signal.h: Fix selection of signal semantics to match
9426         comment.
9428 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9430         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
9431         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
9432         rt_sigreturn.
9433         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
9434         [$(subdir)=signal]: Remove rt_sigreturn.
9435         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
9436         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
9437         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
9439 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9441         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
9442         declarations.
9444 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9446         * iconvdata/extra-module.mk: Expand extra-objs now.
9448 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9450         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
9451         inline functions by feature tests to avoid warning about missing
9452         prototype declarations.
9454 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9456         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
9457         return code for non existent +name entries.
9458         * nis/nss_compat/compat-pwd.c: Likewise.
9459         * nis/nss_compat/compat-spwd.c: Likewise.
9461 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
9463         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
9464         (EIO): Likewise.
9465         (ENOSPC): Likewise.
9466         (EEXIST): Likewise.
9467         (__errno_location): Likewise.
9469         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
9471         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
9473 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9475         * sunrpc/publickey.c: Use new NSS interface.
9477 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
9479         * manual/malloc.texi: Document mtrace/muntrace and the concept.
9481 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9483         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
9484         value, to match spirit of the standard.
9485         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
9486         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
9487         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
9489 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9491         * manual/signal.texi (Signal Stack): Remove spurious @item.
9493 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9495         * rt/aio.h: Remove double semicolon.
9497         * rt/librt.map: Add aio_init.
9499 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
9501         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
9502         * Makefile (subdirs): Replace rt by $(rt).
9504         * shlib-versions: Use version .2 for NSS modules.
9506         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
9507         argument.
9508         * pwd/fgetpwent_r.c: Likewise.
9509         * spwd/fgetspent_r.c: Likewise.
9510         * spwd/sgetspent_r.c: Likewise.
9511         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
9512         Store error number in *ERRNOP.  Little optimization.
9513         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
9514         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
9515         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
9516         (__internal_getnetgrent_r): New argument.
9517         Call __internal_setnetgrent_reuse with new argument.
9518         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
9519         * inet/netgroup.h: Add argument to prototypes.
9520         * nis/nisplus-parser.h: Likewise.
9521         * nis/nss_compat/compat-grp.c: Change everything to store error
9522         code through provided pointer and not use errno.
9523         * nis/nss_compat/compat-pwd.c: Likewise.
9524         * nis/nss_compat/compat-spwd.c: Likewise.
9525         * nis/nss_nis/nis-alias.c: Likewise.
9526         * nis/nss_nis/nis-ethers.c: Likewise.
9527         * nis/nss_nis/nis-grp.c: Likewise.
9528         * nis/nss_nis/nis-hosts.c: Likewise.
9529         * nis/nss_nis/nis-netgrp.c: Likewise.
9530         * nis/nss_nis/nis-network.c: Likewise.
9531         * nis/nss_nis/nis-proto.c: Likewise.
9532         * nis/nss_nis/nis-publickey.c: Likewise.
9533         * nis/nss_nis/nis-pwd.c: Likewise.
9534         * nis/nss_nis/nis-rpc.c: Likewise.
9535         * nis/nss_nis/nis-service.c: Likewise.
9536         * nis/nss_nis/nis-spwd.c: Likewise.
9537         * nis/nss_nisplus/nisplus-alias.c: Likewise.
9538         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
9539         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9540         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
9541         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
9542         * nis/nss_nisplus/nisplus-network.c: Likewise.
9543         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9544         * nis/nss_nisplus/nisplus-proto.c: Likewise.
9545         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9546         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
9547         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
9548         * nis/nss_nisplus/nisplus-service.c: Likewise.
9549         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
9550         * nss/nss_db/db-XXX.c: Likewise.
9551         * nss/nss_db/db-alias.c: Likewise.
9552         * nss/nss_db/db-netgrp.c: Likewise.
9553         * nss/nss_files/files-XXX.c: Likewise
9554         * nss/nss_files/files-alias.c: Likewise
9555         * nss/nss_files/files-netgrp.c: Likewise
9556         * nss/nss_files/files-parse.c: Likewise
9557         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
9558         parameter of get functions.
9559         * nss/getXXent_r.c: Likewise.
9561         * localedata/tst-fmon.c: Print debug info if test fails.
9563         * rt/Makefile (routines): Add aio_notify.
9564         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
9565         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
9566         * rt/aio_fsync.c: Likewise.
9567         * rt/aio_misc.c: Likewise.
9568         * rt/aio_misc.h: Likewise.
9569         * rt/aio_read.c: Likewise.
9570         * rt/aio_read64.c: Likewise.
9571         * rt/aio_suspend.c: Likewise.
9572         * rt/aio_write.c: Likewise.
9573         * rt/aio_write64.c: Likewise.
9574         * rt/lio_listio.c: Likewise.
9575         * rt/lio_listio64.c: Likewise.
9576         * rt/aio_notify.c: New file.
9578         * sysdeps/generic/bits/sigset.h: Pretty print.
9580         * sysdeps/posix/pwrite.c: Define weak alias only if function is
9581         really defined as __pwrite.
9583         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
9584         instead of pread64.
9585         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9587         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
9588         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
9589         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
9590         size in syscall.
9591         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9592         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9593         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
9594         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9595         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
9596         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9597         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
9598         for ACT being NULL.
9599         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
9600         RT signals.
9601         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
9602         __NR_pread is not defined.
9603         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
9604         __NR_pwrite is not defined.
9606 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9608         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
9609         handle for /etc/group back in some more cases.
9610         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
9611         handle for /etc/passwd back in some more cases.
9612         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
9613         handle for /etc/shadow back in some more cases.
9615 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
9617         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
9618         beyound its size.
9619         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
9620         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
9622 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
9624         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
9625         handling.  Don't use macros, we need functions.  Use inline functions
9626         for optimization.
9627         * sysdeps/wordsize-64/inttypes.h: Likewise.
9628         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
9629         and wcstoumax.
9630         * sysdeps/wordsize-64/Makefile: Likewise.
9631         * sysdeps/wordsize-32/Dist: Likewise.
9632         * sysdeps/wordsize-64/Dist: Likewise.
9633         * sysdeps/wordsize-32/strtoimax.c: New file.
9634         * sysdeps/wordsize-32/strtoumax.c: New file.
9635         * sysdeps/wordsize-32/wcstoimax.c: New file.
9636         * sysdeps/wordsize-32/wcstoumax.c: New file.
9637         * sysdeps/wordsize-64/strtoimax.c: New file.
9638         * sysdeps/wordsize-64/strtoumax.c: New file.
9639         * sysdeps/wordsize-64/wcstoimax.c: New file.
9640         * sysdeps/wordsize-64/wcstoumax.c: New file.
9642 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
9644         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
9645         that transparent union works.
9646         * sysdeps/generic/wait4.c (__wait4): Likewise.
9647         * sysdeps/generic/wait.c (__wait): Likewise.
9649         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
9650         size_t.
9652         * sysdeps/generic/syscall.c (syscall): Return value and arg are
9653         long, to match prototype.
9655         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
9656         have mremap() yet.
9658         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
9660         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
9662         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
9664         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
9665         __rlim_t.
9667         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
9669         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
9671         * io/sys/stat.h (S_ISLNK): Always false if we don't have
9672         __S_IFLNK.
9674         * sysdeps/standalone/close.c (_STDIO_H): Define before including
9675         <bits/stdio_lim.h>.
9676         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
9678 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
9680         * posix/sys/wait.h: Don't use transparent unions in C++.
9682 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9684         * time/time.h: Add strfxtime.
9686         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
9687         sysv_signal, strfxtime, pread64, pwrite64.
9689 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
9691         Alpha changes for EGCS:
9692         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
9693         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
9694         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
9695         (_start): Likewise.
9696         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
9698 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
9700         The kernel expects the arguments in a different order.
9701         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
9702         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
9704         * FAQ.in: New file.
9705         * gen-FAQ.pl: New file.
9706         * Makefile (FAQ): Add rule to generate from FAQ.in.
9708         * iconvdata/Makefile: Treat libJIS like the other modules.
9710         * rt/librt.map: New file.
9712         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
9713         inclusion.
9714         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
9715         comment.
9717 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
9719         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
9720         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
9721         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
9722         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
9724 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9726         * string/bits/string2.h: Fix spellings.
9728         * string/string.h: Fix spellings.
9730 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9732         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
9733         declaration to __syscall_rt_sigaction.
9735         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
9736         non-existant <sigcontext.h>.
9738 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9740         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
9741         typo.
9743 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9745         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
9747         * Makeconfig (shared-thread-library): Correct spelling.
9749         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
9750         <asm/pci.h>.
9752 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9754         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
9755         constants from Linux headers. Pointed out by
9756         csmall@scooter.o.i.net. [PR libc/369]
9758 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9760         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
9762 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9764         * configure.in: If --enable-add-ons is given without an
9765         argument, set the addons list to all subdirs with a configure
9766         script.
9768 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
9770         * Makeconfig: Add shared-thread-library variable.
9772         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
9773         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
9774         here.
9775         * sysdeps/m68k/fpu/e_acos.c: Likewise.
9776         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
9777         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
9778         * sysdeps/m68k/fpu/e_pow.c: Likewise.
9779         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
9780         * sysdeps/m68k/fpu/k_cos.c: Likewise.
9781         * sysdeps/m68k/fpu/k_sin.c: Likewise.
9782         * sysdeps/m68k/fpu/k_tan.c: Likewise.
9783         * sysdeps/m68k/fpu/s_atan.c: Likewise.
9784         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
9785         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
9786         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
9787         * sysdeps/m68k/fpu/s_csin.c: Likewise.
9788         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
9789         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
9790         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
9791         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
9792         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
9793         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
9794         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
9795         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
9796         * sysdeps/m68k/fpu/s_modf.c: Likewise.
9797         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
9798         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
9799         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
9801         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
9802         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
9803         * signal/Makefile (headers): Add bits/siginfo.h.
9804         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
9805         (distribute): Add testrtsig.h.
9806         * signal/allocrtsig.c: New file.
9807         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
9808         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
9809         __libc_current_sigrtmax.
9810         * sysdeps/generic/sigqueue.c: New file.
9811         * sysdeps/generic/sigtimedwait.c: New file.
9812         * sysdeps/generic/sigwaitinfo.c: New file.
9813         * sysdeps/generic/testrtsig.h: New file.
9814         * sysdeps/generic/bits/siginfo.h: New file.
9815         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
9816         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
9817         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
9818         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
9819         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
9820         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
9821         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
9822         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
9823         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
9824         * sysdeps/unix/sysv/linux/sigpending.c: New file.
9825         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
9826         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
9827         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
9828         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
9829         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
9830         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
9831         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
9832         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
9833         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
9834         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
9835         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
9836         and _POSIX_REALTIME_SIGNALS.
9837         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
9838         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
9839         update _NSIG.
9840         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
9841         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
9842         definitions.
9844         * Makefile (subdirs): Add rt.
9845         * shlib-versions: Add entry for librt.
9846         * rt/Makefile: New file.
9847         * rt/aio.h: New file.
9848         * rt/aio_cancel.c: New file.
9849         * rt/aio_error.c: New file.
9850         * rt/aio_fsync.c: New file.
9851         * rt/aio_misc.c: New file.
9852         * rt/aio_misc.h: New file.
9853         * rt/aio_read.c: New file.
9854         * rt/aio_read64.c: New file.
9855         * rt/aio_return.c: New file.
9856         * rt/aio_suspend.c: New file.
9857         * rt/aio_write.c: New file.
9858         * rt/aio_write64.c: New file.
9859         * rt/lio_listio.c: New file.
9860         * rt/lio_listio64.c: New file.
9861         * sysdeps/generic/aio_sigqueue.c: New file.
9862         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
9863         * sysdeps/unix/sysv/linux/Dist: Add new files
9864         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
9865         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
9866         rt_sigqueueinfo, rt_sigaction.
9868         * posix/Makefile (headers): Add bits/environments.h.
9869         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
9870         and _CS_LFS_CFLAGS on 64bit platforms.
9871         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
9872         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
9873         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
9874         compilation modules.
9875         * sysdeps/wordsize-32/bits/environments.h: New file.
9876         * sysdeps/wordsize-64/bits/environments.h: New file.
9878         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
9879         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
9880         __libc_pid.
9881         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
9882         0xf00baa.
9884         * string/string.h: Add declaration of __strverscmp.
9885         * string/strverscmp.c: Rename function ot __strverscmp and make old
9886         name weak alias.
9888         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
9889         * sysdeps/generic/enbl-secure.c: Likewise.
9890         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
9892         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
9894         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
9896 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
9898         * posix/sys/wait.h: Use __transparent_union__ instead of
9899         transparent_union.  Reported by Roland McGrath.
9901 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9903         * resolv/inet_neta.c (inet_neta): Change type of first parameter
9904         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
9905         [PR libc/366].
9907         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
9909         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
9911 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9913         * grp/initgroups.c: Increase buffer if it is too small.
9915 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
9917         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
9918         fields, this is no ISO C.  Reported by Andreas Jaeger.
9920 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9922         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
9924 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
9926         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
9927         _SYS_UTSNAME_H not _UTSNAME_H.
9929 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9931         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
9932         computing s_scale.
9934 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9936         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
9937         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
9938         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
9940         * math/libm-test.c (csqrt_test): Add testcase.
9942 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
9944         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
9945         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
9946         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
9948 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9950         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
9952 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9954         * math/libm-test.c (acos_test): Add more tests.
9955         (asin_test): Likewise.
9956         (atan_test): Likewise.
9957         (exp_test): Likewise.
9958         (sin_test): Likewise.
9959         (sqrt_test): Likewise.
9960         (cpow_test): Likewise.
9961         (csqrt_test): Likewise.
9962         (cexp_test): Correct typo in gcc version test.
9964 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
9966         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
9967         <bits/setjmp.h>.
9968         * sysdeps/arm/setjmp.S: Likewise.
9970         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
9972 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
9974         * stdio/stdio.h: Add prototype for tmpfile64().
9976 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
9978         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
9979         prototype to keep in step with libio version.
9981         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
9983 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
9985         * sysdeps/generic/Makefile: Don't try to use make_siglist if
9986         cross-compiling.
9988 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
9990         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
9991         load GOT ptr before jumping to _exit.
9992         Reported by Xavier Leroy.
9994 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
9996         * Makefile (subdirs): Add iconvdata and localedata.
9998         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
10000         * iconv/gconv_conf.c (read_conf_file): Little optimization.
10002         * iconvdata/8bit-gap.c: New file.
10003         * iconvdata/8bit-generic.c: Renamed from ...
10004         * iconvdata/iso8859-generic.c: ...this.
10005         * iconvdata/configure: Removed.
10006         * iconvdata/Makefile: Add new modules and better rules.
10007         * iconvdata/iso6937.c: Minor bug fixes.
10008         * iconvdata/iso8859-1.c: Likewise.
10009         * iconvdata/t61.c: Likewise.
10010         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
10011         Minor bug fixes.
10012         * iconvdata/iso8859-3.c: Likewise.
10013         * iconvdata/iso8859-4.c: Likewise.
10014         * iconvdata/iso8859-5.c: Likewise.
10015         * iconvdata/iso8859-6.c: Likewise.
10016         * iconvdata/iso8859-7.c: Likewise.
10017         * iconvdata/iso8859-8.c: Likewise.
10018         * iconvdata/iso8859-9.c: Likewise.
10019         * iconvdata/iso8859-10.c: Likewise.
10020         * iconvdata/ebcdic-at-de-a.c: New file.
10021         * iconvdata/ebcdic-at-de.c: New file.
10022         * iconvdata/ebcdic-ca-fr.c: New file.
10023         * iconvdata/hp-roman8.c: New file.
10024         * iconvdata/koi-8.c: New file.
10025         * iconvdata/koi8-r.c: New file.
10026         * iconvdata/koi8-h.c: New file.
10027         * iconvdata/latin-greek-1.c: New file.
10028         * iconvdata/latin-greek-1.h: New file.
10029         * iconvdata/latin-greek.c: New file.
10030         * iconvdata/latin-greek.h: New file.
10031         * iconvdata/jis0201.c: New file.
10032         * iconvdata/jis0201.h: New file.
10033         * iconvdata/jis0208.c: New file.
10034         * iconvdata/jis0208.h: New file.
10035         * iconvdata/jis0212.c: New file.
10036         * iconvdata/jis0212.h: New file.
10037         * iconvdata/sjis.c: New file.
10038         * iconvdata/gap.pl: New file.  Script to generate table header.
10039         * iconvdata/gaptab.pl: New file.
10040         * iconvdata/gconv-modules: Add info about new modules.
10042         * locale/programs/charmap.c: Also examine alias names given in charmap
10043         files.
10045         * localedata/*: Add to here from add-on.  We need the information
10046         to generate tables for iconv.
10048         Update from db-2.3.14.
10049         * db2/Makefile: Updated.
10050         * db2/config.h: Likewise.
10051         * db2/db.h: Likewise.
10052         * db2/db_int.h: Likewise.
10053         * db2/btree/bt_cursor.c: Likewise.
10054         * db2/btree/bt_delete.c: Likewise.
10055         * db2/btree/bt_put.c: Likewise.
10056         * db2/btree/bt_search.c: Likewise.
10057         * db2/btree/bt_split.c: Likewise.
10058         * db2/btree/btree_auto.c: Likewise.
10059         * db2/common/db_appinit.c: Likewise.
10060         * db2/common/db_apprec.c: Likewise.
10061         * db2/common/db_err.c: Likewise.
10062         * db2/common/db_region.c: Likewise.
10063         * db2/db/db_auto.c: Likewise.
10064         * db2/db/db_dispatch.c: Likewise.
10065         * db2/db/db_ret.c: Likewise.
10066         * db2/dbm/dbm.c: Likewise.
10067         * db2/hash/hash_auto.c: Likewise.
10068         * db2/include/btree_ext.h: Likewise.
10069         * db2/include/common_ext.h: Likewise.
10070         * db2/include/db.h.src: Likewise.
10071         * db2/include/db_cxx.h: Likewise.
10072         * db2/include/db_ext.h: Likewise.
10073         * db2/include/db_int.h.src: Likewise.
10074         * db2/include/lock.h: Likewise.
10075         * db2/include/log.h: Likewise.
10076         * db2/include/mp.h: Likewise.
10077         * db2/include/mp_ext.h: Likewise.
10078         * db2/include/os_ext.h: Likewise.
10079         * db2/include/os_func.h: Likewise.
10080         * db2/lock/lock.c: Likewise.
10081         * db2/lock/lock_deadlock.c: Likewise.
10082         * db2/log/log.c: Likewise.
10083         * db2/log/log_archive.c: Likewise.
10084         * db2/log/log_auto.c: Likewise.
10085         * db2/log/log_get.c: Likewise.
10086         * db2/log/log_put.c: Likewise.
10087         * db2/mp/mp_bh.c: Likewise.
10088         * db2/mp/mp_fget.c: Likewise.
10089         * db2/mp/mp_fopen.c: Likewise.
10090         * db2/mp/mp_fput.c: Likewise.
10091         * db2/mp/mp_fset.c: Likewise.
10092         * db2/mp/mp_open.c: Likewise.
10093         * db2/mp/mp_pr.c: Likewise.
10094         * db2/mp/mp_region.c: Likewise.
10095         * db2/mp/mp_sync.c: Likewise.
10096         * db2/mutex/README: Likewise.
10097         * db2/mutex/mutex.c: Likewise.
10098         * db2/os/os_open.c: Likewise.
10099         * db2/os/os_func.c: Removed.
10100         * db2/os/os_config.c: New file.
10101         * db2/os/os_spin.c: New file.
10102         * db2/txn/txn.c: Likewise.
10103         * db2/txn/txn_auto.c: Likewise.
10105 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
10107         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
10108         __typeof for C++ since this fails for class members.
10109         Reported by Neal Becker <neal@ctd.comsat.com>.
10111 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10113         * configure.in: Check for a working makeinfo (3.11 or better).
10114         * config.make.in: Add MAKEINFO to be substituted.
10115         * manual/Makefile: Don't update info if makeinfo is too old.
10117 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
10119         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
10120         * sysdeps/alpha/__longjmp.S: Likewise.
10121         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
10122         not <bits/termios.h>.
10124         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
10125         __llseek and make llseek and lseek64 weak aliases.
10126         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
10127         Patches by a sun <asun@zoology.washington.edu>.
10129 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10131         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
10132         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
10133         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
10134         * misc/sys/syslog.h: Clean up BSD header.
10136 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10138         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
10140         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
10141         for ctan(+-inf,x).
10142         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
10143         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
10145         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
10146         csqrt (-1), ctanh(i*pi/4).
10148 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10150         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
10152 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
10154         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
10156 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10158         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
10160 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
10162         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
10163         and use.  Define GETCWD_RETURN_TYPE instead and use it.
10164         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
10165         of GETCWD_STORYGE_CLASS and put the return type and the
10166         `internal_function' in the right order for gcc 2.7.2.
10168 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10170         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
10171         incompatible with Linux 2.1.x.  Packages using modules
10172         (e.g. modutils) should/do provide their own version.  Suggested by
10173         Richard Henderson.
10175         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
10177         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
10178         [$(subdir)=socket]: Remove sys/module.h.
10180 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
10182         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
10183         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
10185         * iconv/gconv_close.c: Correct freeing of descriptor data.
10186         * iconv/gconv_simple.c: Return correct error values for illegal or
10187         incomplete characters.
10189         * Makefile (iconvdata/%): Special goal to simplify iconvdata
10190         development.
10191         * iconvdata/Makefile: New file.
10192         * iconvdata/configure: Likewise.
10193         * iconvdata/extra-module.mk: Likewise.
10194         * iconvdata/gconv-modules: Likewise.
10195         * iconvdata/iso6937.c: Likewise.
10196         * iconvdata/iso8859-1.c: Likewise.
10197         * iconvdata/iso8859-10.c: Likewise.
10198         * iconvdata/iso8859-10.h: Likewise.
10199         * iconvdata/iso8859-2.c: Likewise.
10200         * iconvdata/iso8859-2.h: Likewise.
10201         * iconvdata/iso8859-3.c: Likewise.
10202         * iconvdata/iso8859-3.h: Likewise.
10203         * iconvdata/iso8859-4.c: Likewise.
10204         * iconvdata/iso8859-4.h: Likewise.
10205         * iconvdata/iso8859-5.c: Likewise.
10206         * iconvdata/iso8859-5.h: Likewise.
10207         * iconvdata/iso8859-6.c: Likewise.
10208         * iconvdata/iso8859-6.h: Likewise.
10209         * iconvdata/iso8859-7.c: Likewise.
10210         * iconvdata/iso8859-7.h: Likewise.
10211         * iconvdata/iso8859-8.c: Likewise.
10212         * iconvdata/iso8859-8.h: Likewise.
10213         * iconvdata/iso8859-9.c: Likewise.
10214         * iconvdata/iso8859-9.h: Likewise.
10215         * iconvdata/iso8859-generic.c: Likewise.
10216         * iconvdata/t61.c: Likewise.
10218         * string/Makefile (routines): Add strcasestr.
10219         * string/string.h: Add prototype for strcasestr.
10220         * sysdeps/generic/strcasestr.c: New file.
10221         * wcsmbs/mbrtowc.c: Simplify special case a bit.
10222         * wcsmbs/wcrtomb.c: Likewise.
10223         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
10224         * wcsmbs/wcsnrtombs.c: Likewise.
10225         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
10226         partial character is read.
10227         * wcsmbs/wcsrtombs.c: Likewise.
10228         * wcsmbs/wmemrtombs.c: Likewise.
10229         * wcsmbs/wmemrtowcs.c: Likewise.
10231         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
10232         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
10233         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
10234         * sysdeps/i386/elf/setjmp.S: Likewise.
10235         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
10236         <bits/termios.h>.
10238         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
10239         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
10241         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
10242         * sysvipc/sys/ipc.h: Likewise.
10243         * sysvipc/sys/msg.h: Likewise.
10244         * sysvipc/sys/sem.h: Likewise.
10245         * sysvipc/sys/shm.h: Likewise.
10247         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
10248         used directly.
10249         * sysdeps/alpha/bits/setjmp.h: Likewise.
10250         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
10251         * sysdeps/arm/bits/endian.h: Likewise.
10252         * sysdeps/arm/bits/setjmp.h: Likewise.
10253         * sysdeps/generic/bits/byteswap.h: Likewise.
10254         * sysdeps/generic/bits/confname.h: Likewise.
10255         * sysdeps/generic/bits/dirent.h: Likewise.
10256         * sysdeps/generic/bits/dlfcn.h: Likewise.
10257         * sysdeps/generic/bits/endian.h: Likewise.
10258         * sysdeps/generic/bits/fenv.h: Likewise.
10259         * sysdeps/generic/bits/huge_val.h: Likewise.
10260         * sysdeps/generic/bits/in.h: Likewise.
10261         * sysdeps/generic/bits/ioctl-types.h: Likewise.
10262         * sysdeps/generic/bits/ioctls.h: Likewise.
10263         * sysdeps/generic/bits/ipc.h: Likewise.
10264         * sysdeps/generic/bits/msq.h: Likewise.
10265         * sysdeps/generic/bits/poll.h: Likewise.
10266         * sysdeps/generic/bits/resource.h: Likewise.
10267         * sysdeps/generic/bits/sched.h: Likewise.
10268         * sysdeps/generic/bits/sem.h: Likewise.
10269         * sysdeps/generic/bits/setjmp.h: Likewise.
10270         * sysdeps/generic/bits/shm.h: Likewise.
10271         * sysdeps/generic/bits/sigaction.h: Likewise.
10272         * sysdeps/generic/bits/sigcontext.h: Likewise.
10273         * sysdeps/generic/bits/socket.h: Likewise.
10274         * sysdeps/generic/bits/stat.h: Likewise.
10275         * sysdeps/generic/bits/statfs.h: Likewise.
10276         * sysdeps/generic/bits/stdio_lim.h: Likewise.
10277         * sysdeps/generic/bits/termios.h: Likewise.
10278         * sysdeps/generic/bits/time.h: Likewise.
10279         * sysdeps/generic/bits/uio.h: Likewise.
10280         * sysdeps/generic/bits/utmp.h: Likewise.
10281         * sysdeps/generic/bits/utmpx.h: Likewise.
10282         * sysdeps/generic/bits/utsname.h: Likewise.
10283         * sysdeps/generic/bits/waitflags.h: Likewise.
10284         * sysdeps/generic/bits/waitstatus.h: Likewise.
10285         * sysdeps/gnu/bits/utmp.h: Likewise.
10286         * sysdeps/gnu/bits/utmpx.h: Likewise.
10287         * sysdeps/i386/bits/byteswap.h: Likewise.
10288         * sysdeps/i386/bits/endian.h: Likewise.
10289         * sysdeps/i386/bits/huge_val.h: Likewise.
10290         * sysdeps/i386/bits/setjmp.h: Likewise.
10291         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
10292         * sysdeps/ieee754/bits/huge_val.h: Likewise.
10293         * sysdeps/m68k/bits/byteswap.h: Likewise.
10294         * sysdeps/m68k/bits/endian.h: Likewise.
10295         * sysdeps/m68k/bits/setjmp.h: Likewise.
10296         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
10297         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10298         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
10299         * sysdeps/mach/hurd/bits/stat.h: Likewise.
10300         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10301         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
10302         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10303         * sysdeps/mips/bits/dlfcn.h: Likewise.
10304         * sysdeps/mips/bits/endian.h: Likewise.
10305         * sysdeps/mips/bits/setjmp.h: Likewise.
10306         * sysdeps/mips/dec/bits/endian.h: Likewise.
10307         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
10308         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
10309         * sysdeps/mips/p40/bits/endian.h: Likewise.
10310         * sysdeps/powerpc/bits/endian.h: Likewise.
10311         * sysdeps/powerpc/bits/fenv.h: Likewise.
10312         * sysdeps/powerpc/bits/setjmp.h: Likewise.
10313         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
10314         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
10315         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
10316         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
10317         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
10318         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
10319         * sysdeps/unix/bsd/bits/stat.h: Likewise.
10320         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
10321         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
10322         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
10323         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
10324         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
10325         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
10326         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
10327         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
10328         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
10329         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
10330         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
10331         * sysdeps/unix/common/bits/dirent.h: Likewise.
10332         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
10333         * sysdeps/unix/sysv/bits/stat.h: Likewise.
10334         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
10335         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
10336         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
10337         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
10338         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
10339         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
10340         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
10341         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
10342         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
10343         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
10344         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
10345         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
10346         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
10347         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
10348         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
10349         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
10350         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
10351         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
10352         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
10353         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
10354         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
10355         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
10356         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
10357         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
10358         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10359         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
10360         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
10361         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
10362         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
10363         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
10364         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
10365         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
10366         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
10367         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
10368         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
10369         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
10370         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
10371         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
10372         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
10373         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
10374         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
10375         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
10376         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
10377         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
10378         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
10379         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
10380         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
10381         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
10382         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
10383         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
10384         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
10385         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
10386         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
10387         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
10388         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
10389         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
10390         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
10391         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
10392         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
10393         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
10394         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
10395         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
10396         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
10397         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
10398         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
10399         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
10400         * sysdeps/vax/bits/huge_val.h: Likewise.
10401         * sysdeps/vax/bits/setjmp.h: Likewise.
10402         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
10403         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
10405 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10407         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
10409 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
10411         * strftime.c (strftime):
10412         No longer any need to undef or declare if emacs is defined.
10413         (my_strftime): When checking a -1 returned by mktime, don't blow up
10414         if localtime_r returns NULL.
10416 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10418         * README.template: Fix spelling.
10420 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10422         * configure.in: Enhance --enable-add-ons description a wee bit.
10424 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10426         * glibcbug.in: Add more information of build environment and flags.
10428 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10430         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
10431         it into ENOENT.
10433 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
10435         * elf/dl-support.c: Call __libc_init_secure to make sure
10436         __libc_enable_secure is defined early.
10437         * sysdeps/generic/enbl-secure.c: Change function name to
10438         __libc_init_secure and make it global instead of a constructor.
10440         * iconv/gconv.c: Fix lots of bugs.
10441         * iconv/gconv.h: Likewise.
10442         * iconv/gconv_builtin.h: Likewise.
10443         * iconv/gconv_close.c: Likewise.
10444         * iconv/gconv_conf.c: Likewise.
10445         * iconv/gconv_db.c: Likewise.
10446         * iconv/gconv_dl.c: Likewise.
10447         * iconv/gconv_open.c: Likewise.
10448         * iconv/gconv_simple.c: Likewise.
10449         * iconv/iconv.c: Likewise.
10450         * iconv/iconv_close.c: Likewise.
10451         * iconv/iconv_open.c: Likewise.
10453         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
10454         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
10455         * wcsmbs/wmemrtombs.c: New file.
10456         * wcsmbs/wmemrtowcs.c: New file.
10458 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
10460         * iconv/gconv_simple.c: Fix lots of bugs.
10461         * iconv/iconv_open.c: Normalize names before passing them to
10462         __gconv_open.
10464         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
10466         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
10467         * stdio-common/test-popen.c: Add test for above change.
10469         * math/libm-test.c: Print test results also using %a format,
10470         specified in PRINTF_XEXPR macro.
10471         * math/test-double.c: Define PRINTF_XEXPR.
10472         * math/test-float.c: Likewise.
10473         * math/test-ldouble.c: Likewise.
10474         * math/test-idouble.c: Likewise.
10475         * math/test-ifloat.c: Likewise.
10476         * math/test-ildoubl.c: Likewise.
10478         * stdio-common/vfscanf.c: Recognize a in format specifier only as
10479         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
10480         FP number format.
10482         * stdlib/strtod.c: Little code cleanup.
10484         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
10485         compiling in math subdir.
10487         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
10488         instead of __LIBC_M81_MATH_INLINES.
10489         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
10490         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
10491         * sysdeps/m68k/fpu/e_pow.c: Likewise.
10492         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
10493         * sysdeps/m68k/fpu/k_cos.c: Likewise.
10494         * sysdeps/m68k/fpu/k_sin.c: Likewise.
10495         * sysdeps/m68k/fpu/k_tan.c: Likewise.
10496         * sysdeps/m68k/fpu/s_atan.c: Likewise.
10497         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
10498         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
10499         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
10500         * sysdeps/m68k/fpu/s_csin.c: Likewise.
10501         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
10502         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
10503         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
10504         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
10505         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
10506         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
10507         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
10508         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
10509         * sysdeps/m68k/fpu/s_modf.c: Likewise.
10510         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
10511         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
10512         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
10513         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
10514         __LIBC_INTERNAL_MATH_INLINES is defined.
10516         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
10517         of compare macros from ISO C 9X.  Optimize generic versions a bit.
10518         Define __signbit inline functions and __ieee754_sqrt which can be
10519         used if the ompiler is fixed.
10521         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
10523 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10525         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
10526         sysdeps/generic in the whole dep file, not only in the first line.
10528 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10530         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
10532 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10534         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
10535         place.
10537 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10539         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
10540         is non-empty.
10542 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
10544         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
10545         return value.
10547 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
10549         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
10550         readlink succeeds but the return value is too long.
10552         * stdio-common/printf_fphex.c: Determine sign of number correctly.
10554 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
10556         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
10557         __remqu for Alpha.
10559 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
10561         * sysdeps/generic/sys/ucontext.h: Stub context file.
10563         * libio/iofprintf.c: Removed.  We use the stdio-common version.
10565         * manual/Makefile (distribute): Add stdio-fp.c.
10567         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
10569         * db2/Makefile (distribute): Add include/os_func.h, README and
10570         mutex/tsl_parisc.s.
10572         * hesiod/Makefile (distribute): Add README.hesiod.
10574 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
10576         * iconv/gconv.c: Correctly call transformation function.
10578         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
10580 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10582         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
10583         wrong results for e.g. remquo (3,2, &x)).
10584         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
10585         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
10587 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10589         * configure.in (ld --version-script): Test if the same symbol
10590         maybe defined in all versions (needed by recent changes to
10591         libc.map and supported with binutils 2.8.1.0.17) and issue warning
10592         if versioning is not supported/enabled.
10593         (bash test): Correct test case.
10595         * math/libm-test.c: Added counting/reporting of number of test cases.
10597         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
10598         use awk instead.
10600         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
10602 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10604         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
10606 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
10608         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
10609         Replace revoke call by use of REVOKE.
10610         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
10611         empty and #include generic version.
10612         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10614 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
10616         * libc.map: Add socket functions with __libc_* names.
10617         Reported by Andreas Jaeger.
10619 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10621         * libc.map: Tidy up (remove duplicates, sort entries).
10623 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10625         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
10627 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
10629         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
10630         again after successful call.
10631         Patch by Marc Lehmann <pcg@goof.com>.
10633 1997-11-17  Paul Eggert  <eggert@twinsun.com>
10635         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
10636         as some hosts need this to declare localtime_r properly.
10638 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
10640         * libc.map: Add iconv_open, iconv, and iconv_close.
10642 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
10644         * iconv/Makefile: New file.
10645         * iconv/gconv.c: New file.
10646         * iconv/gconv.h: New file.
10647         * iconv/gconv_builtin.c: New file.
10648         * iconv/gconv_builtin.h: New file.
10649         * iconv/gconv_close.c: New file.
10650         * iconv/gconv_conf.c: New file.
10651         * iconv/gconv_db.c: New file.
10652         * iconv/gconv_dl.c: New file.
10653         * iconv/gconv_open.c: New file.
10654         * iconv/gconv_simple.c: New file.
10655         * iconv/iconv.c: New file.
10656         * iconv/iconv.h: New file.
10657         * iconv/iconv_close.c: New file.
10658         * iconv/iconv_open.c: New file.
10659         * include/gconv.h: New file.
10661         * Makeconfig: Define gconvdir.
10662         * Makefile (subdirs): Add iconv.
10664         * string/bits/string2.h: Add optimization for strtok_r.
10666         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
10667         for NULL.
10668         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
10669         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
10671         * configure.in: Correct test for bash2.
10672         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10674         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
10675         (CFLAGS-locfile.c): Likewise.
10676         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10678         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
10679         non-existing entry if the table is full.
10681         * posix/regex.h: Pretty print.
10683         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
10685         * sysdeps/posix/ctermid.c: Simplify a bit.
10687         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
10689 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10691         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
10692         <sys/types.h> instead of <asm/types.h>.
10694 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10696         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
10698 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
10700         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
10701         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
10702         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
10703         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
10704         fclose): Added to GLIBC_2.1.
10706         * libio/Makefile (routines, shared-only-routines): Add
10707         oldiofclose.  Remove oldfreopen.
10709         * libio/freopen.c (freopen): When PIC is defined, call
10710         _IO_old_freopen () for old stdio.
10712         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
10713         (_IO_fclose, fclose): Use _IO_new_fclose as default version
10714         for GLIBC_2.1.
10716         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
10717         instead of _IO_file_close_it.
10719         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
10720         to _IO_2_1_stdxxx_.
10721         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
10722         is defined.
10724         * libio/libioP.h (_IO_old_do_flush): New.
10726         * libio/oldfileops.c (_IO_old_file_close_it,
10727         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
10728         Call _IO_old_do_flush () instead of _IO_do_flush ().
10729         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
10730         _IO_do_write ().
10732         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
10733         instead of _IO_file_init ().
10734         Bind old symbols to version GLIBC_2.0.
10736         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
10737         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
10738         _IO_stdxxx_.
10739         (_IO_check_libio): New function in .init.
10741         * libio/oldiofclose.c: New file.
10743         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
10744         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
10745         (DEF_STDFILE): Don't use default_symbol_version.
10747         * libio/stdio.c (stdin, stdout, stderr): Set to
10748         _IO_2_1_stdxxx_._
10749         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
10750         stdxxx.
10752         * csu/Makefile (distribute): Add init.c.
10753         (extra-objs): Add init.o for ELF.
10754         (start-installed-name): Add $(objpfx)init.o.
10756         * csu/init.c: New file.
10758 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
10760         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
10761         definition as the default.
10763 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
10765         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
10767 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10769         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
10770         (PR 351).
10772 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
10774         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
10775         to preserve condition codes on function call.
10777 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10779         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
10781 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10783         * math/libm-test.c (asin_test): Add epsilon for float.
10784         (tan_test): Add epsilon for float.
10785         (log1p_test): Add epsilon for float.
10786         (inverse_functions): Add epsilons.
10788         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
10789         net/if_packet.h.
10791         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
10793 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10795         * md5-crypt/Makefile (extra-objs): Make recursively expanded
10796         variable, since $(object-suffixes) is not defined yet.
10798 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10800         * db2/Makefile (distribute): db185/db185_int.src ->
10801         db185/db185_int.h.
10803 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10805         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
10806         exactly one.
10808 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10810         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
10811         name.
10812         * sysdeps/generic/e_acosl.c: Likewise.
10813         * sysdeps/generic/e_asinl.c: Likewise.
10814         * sysdeps/generic/e_atan2l.c: Likewise.
10815         * sysdeps/generic/e_expl.c: Likewise.
10816         * sysdeps/generic/e_fmodl.c: Likewise.
10817         * sysdeps/generic/e_j0l.c: Likewise.
10818         * sysdeps/generic/e_j1l.c: Likewise.
10819         * sysdeps/generic/e_jnl.c: Likewise.
10820         * sysdeps/generic/e_lgammal_r.c: Likewise.
10821         * sysdeps/generic/e_log10l.c: Likewise.
10822         * sysdeps/generic/e_logl.c: Likewise.
10823         * sysdeps/generic/e_powl.c: Likewise.
10824         * sysdeps/generic/e_sqrtl.c: Likewise.
10825         * sysdeps/generic/e_exp2l.c: Likewise.
10827 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10829         * Make-dist (+sysdep-names): Remove extra paren.
10830         * Makefile (distribute): Add stub-tag.h.
10831         * elf/Makefile (distribute): Add atomicity.h.
10832         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
10833         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
10834         [$(subdir)=socket]: Add net/if_packet.h.
10835         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
10836         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
10837         net/if_packet.h, scsi/sg.h.
10839 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10841         * Makefile (install): Quote $(CC) expansion.
10843 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10845         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
10846         working /proc cwd and no restrictions on path length.  Following
10847         some ideas from Andi Kleen <ak@muc.de> (PR 350).
10849 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10851         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
10852         * nis/nss_compat/compat-pwd.c: Likewise.
10853         * nis/nss_compat/compat-spwd.c: Likewise.
10855 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
10857         * sysdeps/libm-i387/s_fdim.S: New file.
10858         * sysdeps/libm-i387/s_fdimf.S: New file.
10859         * sysdeps/libm-i387/s_fdiml.S: New file.
10860         * sysdeps/libm-i387/i686/s_fdim.S: New file.
10861         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
10862         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
10864 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10866         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
10867         pointer to unsigned char.
10869 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10871         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
10873         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
10875         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
10877 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10879         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
10880         ilogb(0/NaN).
10881         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
10882         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
10884 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
10886         * sysdeps/libm-i387/s_fmin.S: New file.
10887         * sysdeps/libm-i387/s_fminf.S: New file.
10888         * sysdeps/libm-i387/s_fminl.S: New file.
10889         * sysdeps/libm-i387/s_fmax.S: New file.
10890         * sysdeps/libm-i387/s_fmaxf.S: New file.
10891         * sysdeps/libm-i387/s_fmaxl.S: New file.
10892         * sysdeps/libm-i387/i686/s_fmin.S: New file.
10893         * sysdeps/libm-i387/i686/s_fminf.S: New file.
10894         * sysdeps/libm-i387/i686/s_fminl.S: New file.
10895         * sysdeps/libm-i387/i686/s_fmax.S: New file.
10896         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
10897         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
10899 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
10901         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
10902         * sysdeps/unix/sysv/linux/send.S: Likewise.
10903         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
10904         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
10905         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
10906         * sysdeps/unix/sysv/linux/recv.S: Likewise.
10907         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
10908         * sysdeps/unix/sysv/linux/connect.S: Likewise.
10909         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
10911 See ChangeLog.7 for earlier changes.