Update.
[glibc.git] / ChangeLog
blob9e79745d05ca3d25b6e461477bd5ff67b75fbde8
1 1998-07-07 17:28  Ulrich Drepper  <drepper@cygnus.com>
3         * elf/dl-profstub.c (_dl_profile_map): Only declare variable here.
4         * elf/dl-support.c: Define it here...
5         * elf/rtld.c: ...and here.
7 1998-07-07 16:28  Ulrich Drepper  <drepper@cygnus.com>
9         * grp/initgroups.c: Handle directives from nsswitch.conf file.
11 1998-07-07  Ulrich Drepper  <drepper@cygnus.com>
13         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Add
14         __ino64_t definition.
15         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Define
16         __off64_t.  Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
18         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Do not exit the shell
19         script if lddlibc4 failed.
20         Reported by B. D. Elliott <bde@accessone.com>.
22 1998-07-06  Ulrich Drepper  <drepper@cygnus.com>
24         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
25         Improve generated strings a bit.
27 1998-07-06 14:36  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29         * posix/Makefile (generated): Remove $(objpfx) from the names.
31 1998-07-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
33         * stdio-common/test_rdwr.c: Use %Zu for size_t in printf
34         format string.
36         * libio/iofread_u.c: Include <stdio.h> for prototype.
37         * libio/iofwrite_u.c: Likewise.
39 1998-07-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
41         * db2/Versions: New file.
43 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
45         * Makefile (lib-noranlib): Don't depend on sysd-versions.
46         ($(common-objpfx)sysd-versions): Remove rule.
47         * Makerules ($(common-objpfx)sysd-versions): Define here instead.
48         Pass name of Versions.def file to script and redirect output to
49         target.  Include it and make all generated version maps depend on
50         it.
51         * versions.awk: Print out variable definition containing all
52         generated version maps.  Print error messages to stderr.  Remove
53         temp file.
55 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
57         * posix/annexc.c (check_header): Terminate macro name before
58         comparing.
59         (get_null_defines): Allow builtin macros with parameters.
60         (fmt, testfmt): Add -D_LIBC.
61         * posix/Makefile: Remove bogus duplicate include directories from
62         annexc test command.
64 1998-07-06 12:04  Ulrich Drepper  <drepper@cygnus.com>
66         * nis/nss_nis/nis-pwd.c (internal_nis_getpwent_r): Handle adjunct
67         password scheme.
68         (_nss_nis_getpwnam_r): Likewise.
69         (_nss_nis_getpwuid_r): Likewise.
71 1998-07-05  Mark Kettenis  <kettenis@phys.uva.nl>
73         * libio/Versions: Move symbols whose source lives in
74         stdio-common to ...
75         * stdio-common/Versions: ... here.
76         * stdio/Versions: Add missing symbols.
78 1998-07-05  Ulrich Drepper  <drepper@cygnus.com>
80         * sysdeps/unix/sysv/linux/__sendmsg.S: Define function as
81         __syscall_sendmsg.
82         * sysdeps/unix/sysv/linux/__recvmsg.S: Define function as
83         __syscall_recvmsg.
84         * sysdeps/unix/sysv/linux/recvmsg.c: Define function as __libc_recvmsg
85         and make __recvmsg and recvmsg weak aliases.
86         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise for sendmsg.
87         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define __syscall_recvmsg
88         and __syscall_sendmsg.
90 1998-07-05 11:49  Ulrich Drepper  <drepper@cygnus.com>
92         * iconv/gconv_conf.c (read_conf_file): Use feof_unlocked on private
93         stream.
94         * inet/ruserpass.c (token): Likewise.
95         * nss/nsswitch.c (nss_parse_file): Likewise.
96         * intl/localealias.c: Likewise.  Also for ferror.
97         * time/getdate.c (__getdate_r): Likewise.
99         * libio/Makefile (routines): Add iofgets_u.
100         * libio/iofgets_u.c: New file.
101         * libio/Versions: Add fgets_unlocked.
102         * libio/stdio.h: Add prototype for fgets_unlocked.
104         * misc/getttyent.c (getttyent): Use fgets_unlocked instead of fgets.
105         * misc/getusershell.c (initshells): Likewise.
106         * misc/mntent_r.c (__getmntent_r): Explicitly lock stream.  Use
107         fgets_unlocked.
108         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
109         * resolv/res_init.c (res_init): Likewise.
110         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
112 1998-05-23  Philip Blundell  <Philip.Blundell@pobox.com>
114         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add `syscall'.
115         * sysdeps/unix/sysv/linux/arm/syscall.S: Deleted.
117 1998-07-05  Ulrich Drepper  <drepper@cygnus.com>
119         * misc/getttyent.c (getttyent): Explicitly lock the FILE and use
120         _unlocked functions.
122         * inet/ruserpass.c (ruserpass): Use _unlocked functions since this
123         is a private FILE.
125 1998-07-04 17:11 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
127         * csu/Makefile: Build crt files in lib pass.
128         * db2/Makefile (distribute): Add mutex/sco.cc.
129         * mach/Machrules: Don't generate .udeps files if no_deps is set.
130         * sysdeps/unix/Makefile: Don't generate sysd-syscalls or
131         s-proto.d if avoid-generated is set.
133         * sysdeps/alpha/Dist: List only one file per line.
134         * sysdeps/generic/Dist: Likewise.
135         * sysdeps/m68k/fpu/switch/Dist: Likewise.
136         * sysdeps/sparc/sparc32/Dist: Likewise.
137         * sysdeps/unix/Dist: Likewise.
138         * sysdeps/unix/sysv/irix4/Dist: Likewise.
140         * sysdeps/mach/hurd/i386/Dist: New file.
141         * sysdeps/generic/Dist: Add endutxent.c, getutxent.c, getutxid.c,
142         getutxline.c, pututxline.c, setutxent.c, updwtmpx.c, and utmpxname.c.
143         * sysdeps/unix/sysv/linux/Dist: Add getresuid.c and getresgid.c.
144         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Remove __sigtrampoline.S.
146 1998-07-04 10:14  Ulrich Drepper  <drepper@cygnus.com>
148         * libio/Makefile (routines): Add iofread_u and iofwrite_u.
149         * libio/Versions: Add fread_unlocked and fwrite_unlocked.
151         * Makerules (lib%.so): Adjust ignore pattern for last makefile change.
153         * time/tzfile.c (decode): Optimize by using bswap_32.
154         (__tzfile_read): Use _unlocked stream functions.  Correct setting of
155         __tzname array values.
156         (__tzfile_compute): Correct setting of __tzname array values.
157         * time/tzset.c (__tzstring): Clean up a bit.
159 1998-06-29 19:01  Jim Wilson  <wilson@cygnus.com>
161         * posix/regex.c (re_comp): Add cast to char * before gettext calls.
163 1998-06-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
165         * sysdeps/unix/bsd/poll.c (__poll): Allocate fd_set dynamically so
166         that fd can be bigger than FD_SETSIZE.
168 1998-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
170         * nscd/grpcache.c: Include <unistd.h>.
171         * nscd/pwdcache.c: Likewise.
173         * nis/nis_modify.c: Include <string.h>.
174         * nis/nis_add.c: Likewise.
175         * nis/nis_checkpoint.c: Likewise.
176         * posix/runptests.c: Likewise.
177         * sysdeps/generic/statvfs64.c: Likewise.
178         * sysdeps/generic/fstatvfs64.c: Likewise.
180 1998-07-03 13:16  Ulrich Drepper  <drepper@cygnus.com>
182         * localedata/charmaps/ISO-8859-9: Change mapping for 0xea, 0xec, 0xef
183         to match data from Unicode.
184         Reported by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
186 1998-07-03 11:45  Ulrich Drepper  <drepper@cygnus.com>
188         * stdio-common/printf.h: Define printf_function and
189         printf_arginfo_function types using __PMT not __P.
190         Reported by Marc Lehmann.
192 1998-07-02 14:07 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
194         * assert/test-assert.c: New test.
195         * assert/test-assert-perr.c: New test.
196         * assert/Makefile (tests): Add test-assert and test-assert-perr.
198 1998-07-02 13:45  Zack Weinberg  <zack@rabi.phys.columbia.edu>
200         BSD-style SCM_CREDS support.
202         * sysdeps/unix/sysv/linux/socket.h: Define struct cmsgcred and
203         SCM_CREDS.
204         * sysdeps/unix/sysv/linux/sendmsg.c: New file.  Convert user
205         visible SCM_CREDS packet to what the kernel wants.
206         * sysdeps/unix/sysv/linux/recvmsg.c: New file.  Convert
207         SCM_CREDS packet output by kernel to what users want.
209         * sysdeps/unix/sysv/linux/sendmsg.S: Moved to...
210         * sysdeps/unix/sysv/linux/__sendmsg.S: here.
211         * sysdeps/unix/sysv/linux/recvmsg.S: Moved to...
212         * sysdeps/unix/sysv/linux/__recvmsg.S: here.
214         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]: Add
215         __sendmsg and __recvmsg to sysdep_routines.
216         * sysdeps/unix/sysv/linux/Dist: Add __sendmsg.S and __recvmsg.S.
218 1998-07-02  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
220         * nscd/grpcache.c: Fix gid pointer handling and debug messages.
221         * nscd/pwdcache.c: Fix uid pointer handling and debug messages.
222         * nscd/nscd.c: Check, if pthread_create fails.
224 1998-07-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
226         * stdio-common/test_rdwr.c (main): Use %Zu for size_t in printf
227         format strings.
228         * stdio-common/bug1.c (main): Likewise.
229         * stdio-common/bug5.c (main): Likewise.
230         * stdio-common/tstgetln.c (main): Likewise.
231         * elf/sprof.c (generate_call_graph): Likewise.
232         (load_shobj): Likewise.
233         * posix/runptests.c (main): Likewise.
234         * string/tst-strlen.c (main): Likewise.
236         * sysdeps/libm-ieee754/e_acos.c (__ieee754_acos): Remove unused
237         variable q3.
238         * sysdeps/libm-ieee754/e_asin.c (__ieee754_asin): Likewise
240 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
242         * wctype/Versions: Add __towctrans.
243         Noticed by Alex Buell <alex.buell@tahallah.demon.co.uk>.
245 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
247         * grp/initgroups.c (compat_call): Only call dynamically loaded
248         functions if they are really present.
250 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
252         * sysdeps/unix/sysv/linux/bits/sched.h: Move __END_DECLS within
253         #ifdef that contains __BEGIN_DECLS.
255 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
257         * libio/iofwrite.c: Fix return value when size == 0.
259 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
261         * posix/Makefile (distribute): Add annexc.c.
262         (generated): Add $(objpfx)annexc and $(objpfx)annexc.out.
264 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
266         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
267         bits/pthreadtypes.h here, and do not clobber headers.
269         * sysdeps/unix/sysv/linux/Dist: Add bits/pthreadtypes.h.
271 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
273         * timezone/tst-timezone.c: Add tests for tzname variable.
275 1998-07-03 12:17  Zack Weinberg  <zack@rabi.phys.columbia.edu>
277         * Makefile [versioning=yes]: Build the mapfiles with a pattern
278         rule that lists all of them as targets.
279         (sysd-versions): Depend only on Versions.def.  Write a Makefile
280         fragment that defines $(vers-libs) based on contents of that file;
281         then include it.
282         (lib-noranlib): Depend on lib-mapfiles not sysd-versions.
283         (lib-mapfiles): New target, depends on sysd-versions and $(vers-libs).
284         Predicate all this on avoid-generated unset as well as versioning.
286 1998-07-03 14:35  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
288         * sysdeps/unix/sysv/linux/m68k/Versions: New file.
290 1998-07-02 21:51  Ulrich Drepper  <drepper@cygnus.com>
292         * Makeconfig: Define list of subdirs as all-subdirs and make subdirs
293         a copy.
294         * Makefile: Add rules to generate map files.
295         (distribute): Remove libc.map, add Versions.def and versions.awk.
296         * Makerules: Change rules to find map files on common-objpfx.
297         * elf/Makefile: Likewise.
298         * md5-crypt/Makefile: Likewise.
299         * nis/Makefile (libnsl-map): Remove.
300         * Versions.def: New file.
301         * versions.awk: New file.
302         * argp/Versions: New file.
303         * assert/Versions: New file.
304         * catgets/Versions: New file.
305         * csu/Versions: New file.
306         * ctype/Versions: New file.
307         * db/Versions: New file.
308         * debug/Versions: New file.
309         * dirent/Versions: New file.
310         * elf/Versions: New file.
311         * gmon/Versions: New file.
312         * grp/Versions: New file.
313         * hesiod/Versions: New file.
314         * hurd/Versions: New file.
315         * iconv/Versions: New file.
316         * inet/Versions: New file.
317         * intl/Versions: New file.
318         * io/Versions: New file.
319         * libio/Versions: New file.
320         * linuxthreads/Versions: New file.
321         * locale/Versions: New file.
322         * login/Versions: New file.
323         * malloc/Versions: New file.
324         * math/Versions: New file.
325         * md5-crypt/Versions: New file.
326         * misc/Versions: New file.
327         * nis/Versions: New file.
328         * nss/Versions: New file.
329         * posix/Versions: New file.
330         * pwd/Versions: New file.
331         * resolv/Versions: New file.
332         * resource/Versions: New file.
333         * rt/Versions: New file.
334         * setjmp/Versions: New file.
335         * shadow/Versions: New file.
336         * signal/Versions: New file.
337         * socket/Versions: New file.
338         * stdio/Versions: New file.
339         * stdio-common/Versions: New file.
340         * stdlib/Versions: New file.
341         * streams/Versions: New file.
342         * string/Versions: New file.
343         * sunrpc/Versions: New file.
344         * sysdeps/alpha/Versions: New file.
345         * sysdeps/alpha/fpu/Versions: New file.
346         * sysdeps/i386/Versions: New file.
347         * sysdeps/sparc/Versions: New file.
348         * sysdeps/unix/sysv/Versions: New file.
349         * sysdeps/unix/sysv/linux/Versions: New file.
350         * sysdeps/unix/sysv/linux/alpha/Versions: New file.
351         * sysdeps/unix/sysv/linux/i386/Versions: New file.
352         * sysdeps/unix/sysv/linux/mips/Versions: New file.
353         * sysvipc/Versions: New file.
354         * termios/Versions: New file.
355         * time/Versions: New file.
356         * wcsmbs/Versions: New file.
357         * wctype/Versions: New file.
358         * libc.map: Removed.
359         * db/libdb.map: Removed.
360         * elf/libdl.map: Removed.
361         * hesiod/libnss_hesiod.map: Removed.
362         * hurd/libhurduser.map: Removed.
363         * hurd/libmachuser.map: Removed.
364         * linuxthreads/libpthread.map: Removed.
365         * locale/libBrokenLocale.map: Removed.
366         * login/libutil.map: Removed.
367         * math/libm.map: Removed.
368         * md5-crypt/libcrypt.map: Removed.
369         * nis/libnsl.map: Removed.
370         * nis/libnsl_compat.map: Removed.
371         * nis/libnss_nis.map: Removed.
372         * nis/libnss_nisplus.map: Removed.
373         * nss/libnss_db.map: Removed.
374         * nss/libnss_files.map: Removed.
375         * resolv/libnss_dns.map: Removed.
376         * resolv/libresolv.map: Removed.
377         * rt/librt.map: Removed.
379         * elf/dl-load.c (fillin_rpath): Fix test for trusted directory.
380         Fix typos.
382         * elf/rtld.c (process_dl_debug): Recognize 'all'.
383         (process_envvars): LD_BIND_NOW must be followed by y, Y, or 1.
385         * sysdeps/generic/elf/backtracesyms.c: Allocate string memory of
386         correct size.
388 1998-07-01  Ulrich Drepper  <drepper@cygnus.com>
390         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Fix typo
391         in comment.
393         * nscd/nscd.c: Include unistd.h.
395 1998-07-01 09:32  Ulrich Drepper  <drepper@cygnus.com>
397         * math/libm-test.c: Adjust delta for indentities1_test because gcc
398         became cleverer.
400 1998-06-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
402         * resolv/inet_addr.c (inet_aton): Define variable base only if needed.
404 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
406         * scripts/test-installation.pl: Include <stdio.h> in test program
407         to make it strictly conforming.
409 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
411         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
412         not a strong alias.
413         * sysdeps/unix/sysv/linux/i386/sysdep.S: Likewise.
414         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
415         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
416         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
418 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
420         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
421         not a strong alias.
423 1998-06-30  Ulrich Drepper  <drepper@cygnus.com>
425         * posix/Makefile (headers): Remove bits/pthreadtypes.h.
426         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (headers): Add
427         bits/pthreadtypes.h.
429 1998-06-30 11:47  Ulrich Drepper  <drepper@cygnus.com>
431         * include/aio.h: New file.
432         * posix/Makefile (distribute): Add bits/pthreadtypes.h.
433         (tests): Build and run annexc program.
434         * posix/annexc.c: New file.
435         * posix/bits/posix1_lim.h: Add several more _POSIX_* limits.
436         * rt/aio.h: Remove __need_timespec_t.  We can include the whole time.h.
437         * rt/aio_misc.c: Include limits.h.
438         * rt/aio_notify.c: Include errno.h.
439         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Include pthreadtypes.h.
440         Define size_t.
441         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
442         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
443         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
444         * sysdeps/unix/sysv/linux/bits/errno.h: Define ENOTSUP though the
445         kernel doesn't do this.
446         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_LARGEFILE only if
447         __USE_LARGEFILE64 is defined.
448         * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: New file.  Empty.
449         * sysdeps/unix/sysv/linux/bits/sched.h: Define __sched_param struct
450         if requested.
451         * sysdeps/unix/sysv/linux/bits/siginifo.h: Protect non-standard names.
453         * stdlib/isomac.c: Avoid include_next warning.
455 1998-06-29 12:27  Ulrich Drepper  <drepper@cygnus.com>
457         * argp/argp.h: Use __PMT instead of __P for function pointer.
458         * iconv/gconv.h: Likewise.
459         * io/fts.h: Likewise.
460         * io/ftw.h: Likewise.
461         * libio/libio.h: Likewise.
462         * malloc/mcheck.h: Likewise.
463         * misc/search.h: Likewise.
464         * posix/glob.h: Likewise.
465         * resolv/resolv.h: Likewise.
466         * signal/signal.h: Likewise.
467         * stdlib/stdlib.h: Likewise.
468         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
469         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
471 1998-06-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
473         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) only once.
475 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
477         * posix/wordexp.c (parse_param): Fix memory leak.
479 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
481         * libc.map: Export _IO_ftrylockfile.
483 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
485         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use get[pu]id instead of
486         __get[pu]id.
488 1998-06-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
490         * elf/dl-misc.c (_dl_debug_message): Don't cache the pid.
492         * elf/dl-runtime.c (_dl_object_relocation_scope): Avoid adding the
493         same search list twice.
495 1998-06-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
497         * login/programs/utmpd.c (handle_requests): Set and use maximal fd
498         used to optimize loop/select.
500 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
502         * sysdeps/generic/init-first.c: Don't define __libc_pid.
503         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
504         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
505         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
506         * sysdeps/arm/init-first.c: Likewise.
507         * posix/getopt_init.c: Don't use __libc_pid.
508         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
509         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
510         * libc.map: Remove __libc_uid and __libc_pid.
512 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
514         * sunrpc/rtime.c (rtime): Use poll instead of select.
516 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
518         * sunrpc/clnt_tcp.c (readtcp): Use poll instead of select.
519         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
520         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
521         Patches from FreeBSD current.
523 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
525         * nscd/connections.c (handle_new_request): Handle POLLHUP
526         correctly.
527         (close_sockets): Correct parameter to dbg_log.
529 1998-06-27  David S. Miller  <davem@pierdol.cobaltmicro.com>
531         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
532         Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask.
533         (elf_machine_fixup_plt): Likewise.
534         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When
535         _dl_pagesize not set, use system call to always get correct answer.
536         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
537         (__syscall_getpagesize): Add
539 1998-06-27  Ulrich Drepper  <drepper@cygnus.com>
541         * resolv/res_send.c (res_send): Fix typo.
543 1998-06-25  Andi Kleen <ak@muc.de>
545         * inet/rcmd.c (rcmd): Change to use __poll instead of select.
546         * resolv/res_send.c (res_send): Likewise.
548 1998-06-27 12:58  Ulrich Drepper  <drepper@cygnus.com>
550         * sysdeps/unix/bsd/poll.c: Define __poll, make poll weak alias.
551         * sysdeps/unix/sysv/linux/poll.c: Likewise.
553 1998-06-27  7:07  Richard Henderson  <rth@cygnus.com>
555         * math/atest-exp.c (exp_mpn, main): Cast to mp_limb_t appropriately.
556         * math/atest-exp2.c (exp_mpn, main): Likewise.
557         * math/atest-sincos.c (main): Likewise.
559         * resolv/inet_addr.c (inet_aton): Check for 32-bit overflow.  Move
560         base handling away from strtoul.  Always reset errno.
562         * sysdeps/alpha/Makefile (elf): Kill -mno-fp-regs.
564         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Only set
565         _dl_profile_map if _dl_name_match_p.
566         (RTLD_START): Fix .prologue.  Set __libc_stack_end.
567         * sysdeps/alpha/elf/start.S: Pass sp as arg 7.  Kill __data_start.
569         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Mark tmp
570         as early-clobber.
572         * sysdeps/libm-ieee754/e_exp10.c: Include "math_private.h".
573         * sysdeps/libm-ieee754/e_exp10f.c: Likewise.
574         * sysdeps/libm-ieee754/e_exp10l.c: Likewise.
576 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
578         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use alias-safe code.
580 1998-06-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
582         * nis/nis_call.c: Don't copy server structure.
583         * nis/nis_intern.h: Remove unused entries.
584         * nis/nis_table.c: Rewrite __create_ib_request.
586 1998-06-26 14:37  Ulrich Drepper  <drepper@cygnus.com>
588         * configure.in: Check for -fexceptions.
589         * config.make.in: Define exceptions, not no-exceptions.
590         * misc/sys/cdefs.h: Define __PMT.  When using modern g++ define
591         __P to use throw().
592         * misc/Makefile: Define CFLAGS-tsearch.c and CFLAGS-lsearch.c to
593         $(exceptions).
594         * stdlib/Makefile: Likewise for bsearch.c, msort.c, and qsort.c.
595         * misc/search.h: Use __PMT in tsearch, tfind, tdelete, twalk, tdestroy,
596         lfind, and lsearch prototpypes.
597         * stdlib/stdlib.h: Likewise for bsearch and qsort.
599 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
601         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use C code, not asm.
603 1998-06-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
605         * Makefile (remove-old-headers): Make phony.
607         * configure.in: Substitute @old_glibc_headers@.
609 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
611         * libc.map: Remove __libc_uid.
613 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
615         * manual/terminal.texi (Allocation, Pseudo-Terminal Pairs): Fix
616         typos.
618 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
620         * libc.map: Add Alpha-specific io function from protected namespace.
622 1998-06-25 19:26  Ulrich Drepper  <drepper@cygnus.com>
624         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) if defined first.
625         * locale/Makefile: Define locale-CPPFLAGS instead of redefining
626         CPPFLAGS.
628         * libc.map: Export __sigaction.
630 1998-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
632         * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_PTRACE): Add it
633         (from Linux 2.1.107).
635 1998-06-24  Ulrich Drepper  <drepper@cygnus.com>
637         * nss/nss_files/files-XXX.c (_nss_files_get,ENTNAME_r): Initialize
638         position when file was opened here.
639         Reported by Howard Chu <hyc@platinum.com>.
641         * sysdeps/generic/glob.c: Also protect FNM_* macros from being
642         undefined in a second inclusion.
644 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
646         * sysdeps/mach/hurd/i386/Makefile: New file.
647         * sysdeps/mach/hurd/i386/init-first.c [!PIC] (init1): Call
648         __libc_init_secure.
649         (_hurd_stack_setup): Renamed
650         from __libc_init_first.
651         (__libc_init_first): New function.
652         * sysdeps/mach/hurd/i386/static-start.S: New file.
654 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
656         * sysdeps/mach/hurd/i386/init-first.c
658 1998-06-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
660         * grp/initgroups.c: Use _CALL_DL_FCT.
662 1998-06-23  Mark Kettenis  <kettenis@phys.uva.nl>
664         * elf/dl-load.c (_dl_map_object_from_fd): Add missing cast.
666 1998-06-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
668         * manual/terminal.texi (Pseudo-Terminals): Correct typos.
670 1998-06-23  Ulrich Drepper  <drepper@cygnus.com>
672         * config.make.in: Remove LDAP support.
673         * nss/Makefile: Likewise.
675 1998-06-22 17:02  Ulrich Drepper  <drepper@cygnus.com>
677         * sysdeps/generic/enbl-secure.c: Don't use __libc_uid.
678         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
679         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
680         * sysdeps/unix/sysv/linux/init-first.c: Don't initialize __libc_uid.
682 1998-06-02  Gordon Matzigkeit  <gord@profitpress.com>
684         * mach/Makefile: Change `mv' invocations to `mv -f'.
685         * mach/Machrules: Likewise.
687 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
689         * config.make.in (old-glibc-headers): Add it.
691         * configure.in: Add test for glibc 2.0.x headers.
693         * Makefile (headers2_0): New variable - contains so far only
694         Linux/Intel glibc 2.0.x headers.
695         (remove-old-headers): New rule to remove headers from glibc 2.0.x.
696         (install): Depend on remove-old-headers.
698 1998-06-19  Mark Kettenis  <kettenis@phys.uva.nl>
700         * sysdeps/generic/ftruncate.c: Define function as __ftruncate and
701         make ftruncate a weak alias.
702         * sysdeps/mach/hurd/ftruncate.c: Really define function as
703         __ftruncate.
704         * sysdeps/mach/hurd/truncate.c: Include <unistd.h>.
705         (truncate): Fix function defenition to match prototype.
707 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
709         * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
710         unlockpt, ptsname, ptsname_r, openpty and forkpty.
712 1998-06-22  Ulrich Drepper  <drepper@cygnus.com>
714         * sysdeps/generic/glob.c: Make it possible to include glob.h
715         before loading glob.c.
716         Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
718 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
720         * nscd/connections.c: Use poll() instead of select().
722 1998-06-22 14:08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
724         * sysdeps/generic/Dist: Fix typo.
726 1998-06-20  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
728         * nis/nis_add.c: Avoid unnecessary strlen () calls.
729         * nis/nis_addmember.c: Likewise.
730         * nis/nis_call.c: Likewise.
731         * nis/nis_creategroup.c: Likewise.
732         * nis/nis_destroygroup.c: Likewise.
733         * nis/nis_findserv.c: Likewise.
734         * nis/nis_ismember.c: Likewise.
735         * nis/nis_print.c: Likewise.
736         * nis/nis_print_group_entry.c: Likewise.
737         * nis/nis_removemember.c: Likewise.
738         * nis/nis_verifygroup.c: Likewise.
739         * nis/ypclnt.c: Likewise.
741         * nis/nis_file.c: Close file handles.
743         * nis/nis_callback.c: Fix typo.
745 1998-06-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
747         * nis/Makefile: Add nis-initgroups and compat-initgroups.
748         * nis/libnss_compat.map: Add _nss_compat_initgroups.
749         * nis/libnss_nis.map: Add _nss_nis_initgroups.
750         * nis/nss_compat/compat-initgroups.c: New, faster then getgrent().
751         * nis/nss_nis/nis-initgroups.c: Likewise.
752         * libc-work/nss/nsswitch.c: Rename nss_lookup_function to
753         __nss_lookup_function and make it public.
754         * grp/initgroups.c: Rewrite, to use initgroups function from NSS
755         module if exists, else use old method.
757 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
759         * nss/getXXbyYY_r.c (lookup_function): Correct return in type
760         definition.
761         * nss/getXXent_r.c (set_function, end_function, get_function):
762         Likewise.  Reported by Thorsten Kukuk.
764         * sysdeps/unix/sysv/linux/sigstack.c: Mark sigstack as dangerous.
766 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
768         * sysdeps/unix/sysv/linux/sparc/Dist: Follow change from
769         1998-06-16 and distribute kernel_termios.h.
771         * nis/Makefile (distribute): Add nis_xdr.h.
773 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
775         * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Disable for
776         kernels that don't have sigaltstack.
778 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
780         * sysdeps/generic/bits/sem.h: Don't define union semun.
782         * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo.
784         * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition
785         here.
786         * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge
787         definition here.
789 1998-06-18 21:45  Ulrich Drepper  <drepper@cygnus.com>
791         * signal/signal.h: Add prototype for __sigaltstack.
792         * sysdeps/unix/sysv/linux/syscalls.list: Add __sigaltstack name.
793         Remove sigstack entry.
794         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add sigstack here.
795         * sysdeps/unix/sysv/linux/sigstack.c: New file.
797         * sysdeps/i386/backtrace.c: Add casts.
799 1998-06-18 19:49  Ulrich Drepper  <drepper@cygnus.com>
801         * intl/dcgettext.c: use complete type name.
802         * intl/hash-string.h: Likewise.
804         * intl/localealias.c: Undo patch from 1998-04-29.
805         * intl/l10nflist.c: Likewise.
806         * intl/loadinfo.h: Likewise.
808 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
810         * sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
812 1998-06-18 16:40  Ulrich Drepper  <drepper@cygnus.com>
814         * libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
815         _dl_mcount, _dl_mcount_wrapper.
816         * elf/Makefile (routines): Add dl-profstub.
817         * elf/dl-profstub.c: New file.
818         * elf/dl-support.c: Don't define _dl_profile_map.
819         * elf/rtld.c: Likewise.
820         * elf/dlfcn.h: Define DL_CALL_FCT macro.
821         * elf/ldsodefs.h: Declare _dl_profile_output, _dl_mcount_wrapper.
822         Define _CALL_DL_FCT.
823         * iconv/gconv.c: Use _CALL_DL_FCT to call function from dynamically
824         loaded object.
825         * iconv/gconv_db.c: Likewise.
826         * iconv/skeleton.c: Likewise.
827         * nss/getXXbyYY_r.c: Likewise.
828         * nss/getXXent_r.c: Likewise.
829         * nss/nsswitch.c: Likewise.
831 1998-06-18 12:29  Ulrich Drepper  <drepper@cygnus.com>
833         * sysdeps/libm-i387/e_scalb.S: Fix bug in FPU stack handling.
834         * sysdeps/libm-i387/e_scalbf.S: Likewise.
835         * sysdeps/libm-i387/e_scalbl.S: Likewise.
837 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
839         * stdlib/tst-strtod.c (long_dbl): Provide receipe to regenerate
840         longestdbl.
842 1998-06-18 10:26  Ulrich Drepper  <drepper@cygnus.com>
844         * iconvdata/Makefile (modules): Add MACINTOSH.
845         (MACINTOSH-routines): New variable.
846         (distribute): Add macintosh.c.
847         (awk-generated-headers): Add macintosh.h.
848         Add rule for macintosh.h generation.
849         * iconvdata/gconv-modules: Add definitions for MACINTOSH.
850         * iconvdata/macintosh.c: New file.
852 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
854         * stdlib/tst-strtod.c (long_dbl): Add test for loooong numbers.
856         * stdlib/strtod.c (str_to_mpn): Fix extending of n array which
857         only should happen for cy != 0.
859         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before
860         glob.h.
862 1998-06-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
864         * sysdeps/generic/backtrace.c (INNER_THAN): New definition, use it
865         to compare stack addresses.
867 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
869         * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
870         defining prototypes.
872 1998-06-16  David S. Miller <davem@dm.cobaltmicro.com>
874         * sysdeps/sparc/sparc32/dl-machine.h
875         (elf_machine_fixup_plt): During rtld bootstrap, always perform
876         flushes as the kernel will emulate it when the underlying cpu does
877         not implement flush.
879         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: Move...
880         * sysdeps/unix/sysv/linux/sparc/kernel_termios.h: ...to here.
882         * sysdeps/unix/sysv/linux/sparc/sparc32/__sigtrampoline.S: Remove.
883         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: No longer build
884         trampoline code.
886         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
887         (__clone): Branch to label .Lerror not __clone_syscall_error.
888         (.Lerror): Fixup EINVAL setting.
889         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: New file.
890         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
891         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
892         (__syscall_getgroups, __syscall_setgroups): Add.
894         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
895         (__sigaction): Member name is k_sa_handler.  Use memcpy to copy
896         around sa_mask data.
898 1998-06-16  Ulrich Drepper  <drepper@cygnus.com>
900         * math/math.h: Include bits/nan.h when compiling for ISO C 9x.
902         * string/Makefile: Make sure test-ffs does not use builtins.
904 1998-06-16  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
906         * sunrpc/svc.c: Check for NULL pointer.
908         * nis/libnsl.map: Add public NIS+ xdr functions.
910         * nis/rpcsvc/nis_callback.h: New file.
911         * nis/rpcsvc/nis.h: Move xdr_* functions from here ...
912         * nis/nis_xdr.h: ... here.
914         * nis/nis_add.c: Use internal _xdr_* functions, check for NULL
915         pointers, use NIS+ defines where possible.
916         * nis/nis_cache.c: Likewise.
917         * nis/nis_cache2_xdr.c: Likewise.
918         * nis/nis_call.c: Likewise.
919         * nis/nis_checkpoint.c: Likewise.
920         * nis/nis_clone_dir.c: Likewise.
921         * nis/nis_clone_obj.c: Likewise.
922         * nis/nis_clone_res.c: Likewise.
923         * nis/nis_creategroup.c: Likewise.
924         * nis/nis_file.c: Likewise.
925         * nis/nis_free.c: Likewise.
926         * nis/nis_getservlist.c: Likewise.
927         * nis/nis_local_names.c: likewise.
928         * nis/nis_lookup.c: Likewise.
929         * nis/nis_mkdir.c: Likewise.
930         * nis/nis_modify.c: Likewise.
931         * nis/nis_ping.c: Likewise.
932         * nis/nis_print.c: Likewise.
933         * nis/nis_remove.c: Likewise.
934         * nis/nis_removemember.c: Likewise.
935         * nis/nis_rmdir.c: Likewise.
936         * nis/nis_server.c: Likewise.
937         * nis/nis_table.c: Likewise.
938         * nis/nis_util.c: Likewise.
939         * nis/nis_verifygroup.c: Likewise.
940         * nis/nis_xdr.c: Likewise.
941         * nis/nis_callback.c: Likewise, and move xdr functions from here ...
942         * nis/nis_xdr.c: ... to here.
944 1998-06-15 18:07  Ulrich Drepper  <drepper@cygnus.com>
946         * iconvdata/ksc5601.h: Clean up a bit.
948 1998-06-15 14:35  Ulrich Drepper  <drepper@cygnus.com>
950         * sunrpc/svc_tcp.c (readtcp): Also listen to all the other connections
951         and process incoming data.
952         * sunrpc/xdr_rec.c (set_input_fragment): Only recognize zero length
953         fragments as invalid.
954         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
956 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
958         Removal of duplicates like "the the".
959         * manual/time.texi (TZ Variable): Likewise.
960         * manual/users.texi (Manipulating the Database): Likewise.
961         * manual/sysinfo.texi (Filesystem handling): Likewise.
962         * manual/signal.texi (Signaling Yourself): Likewise.
963         * manual/message.texi (Message Translation): Likewise.
964         (Common Usage): Likewise.
965         * manual/llio.texi: Likewise.
966         * manual/arith.texi (Old-style number conversion): Likewise.
967         * manual/argp.texi (Argp): Likewise.
968         (Argp Parsers): Likewise.
969         (Argp Help Filtering): Likewise.
971         * hesiod/README.hesiod: Correct typo.
973         * manual/llio.texi: Correct typos.
974         * manual/sysinfo.texi: Likewise.
976 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
978         * rt/aio.h: Rename __op to __operation for g++.
980 1998-06-13 20:17 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
982         * iconvdata/gen-8bit-gap.sh: Use awk not perl.  Clean up sed
983         script.
984         * iconvdata/gen-8bit-gap-1.sh: Likewise.
985         * iconvdata/gen-8bit.sh: Clean up sed script.
987         * iconvdata/Makefile: Remove all PERL conditionals; build all
988         the modules all the time.  Export AWK.
989         (gen-8bit-gap): Delete setting of PERL.
990         (gen-8bit-gap-1): Likewise.
991         (perl-generated-headers): Renamed awk-generated-headers.
993         * iconvdata/gap.pl: Removed.
994         * iconvdata/gaptab.pl: Removed.
995         * iconvdata/gap.awk: New file.
996         * iconvdata/gaptab.awk: New file.
998 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
1000         * sysdeps/generic/Dist: Add errno-loc.c.
1002         * sysdeps/unix/sysv/linux/alpha/glob.c: Add prototypes for the
1003         __new_* functions.
1005 1998-06-14 14:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1007         * stdio-common/bug12.c: New test for fread()/fseek().
1008         * stdio-common/Makefile (tests): Add bug12.
1010 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1012         * sysdeps/generic/elf/backtracesyms.c: Make array elements
1013         constant.
1014         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
1015         * debug/execinfo.h: Update declaration.
1017 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1019         * sysdeps/generic/elf/backtracesyms.c: Make array elements constant.
1020         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
1021         * debug/execinfo.h: Update declaration.
1023 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1025         * manual/llio.texi: Fix spelling.
1026         * manual/sysinfo.texi: Fix spelling.
1028 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1030         * misc/hsearch.c (__hdestroy): Renamed from hdestroy, create weak
1031         alias for old name.  Put this on __libc_subfreeres.
1032         * misc/search.h: Declare it.
1034 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1036         * string/bits/string2.h (strcmp): Add missing parens around macro
1037         parameters.
1039 1998-06-12 23:34  Ulrich Drepper  <drepper@cygnus.com>
1041         * manual/arith.texi: Fix problem with @math and texinfo.tex.
1043         * manual/filesys.texi: Document LFS functions.
1044         * manual/llio.texi: Likewise.
1045         * manual/stdio.texi: Likewise.
1046         * manual/time.texi: Likewise.
1048         * manual/llio.texi: Document AIO functions.
1050         * resource/sys/resource.h: Mark second argument of setrlimit as const.
1051         * sysdeps/generic/setrlimit.c: Likewise.
1052         * sysdeps/generic/setrlimit64.c: Likewise.
1053         * sysdeps/mach/hurd/setrlimit.c: Likewise.
1054         * sysdeps/unix/sysv/setrlimit.c: Likewise.
1056 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1058         * sysdeps/generic/getenv.c: Fix last change.
1060 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1062         * sysdeps/generic/backtrace.c: Provide generic implementation.
1064 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1066         * configure.in: Give visual feedback of the default directories we
1067         added.
1069 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1071         * io/fts.c (fts_build): Define oflag only if needed.
1073 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1075         * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
1077 1998-06-11  Ulrich Drepper  <drepper@cygnus.com>
1079         * libc.map: Don't export argp's fmtstream handling functions.
1081         * manual/sysinfo.texi: Document fstab and mtab handling functions.
1082         * manual/llio.texi: Document more LFS functions and start documenting
1083         the AIO functions.
1085 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
1087         * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
1088         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1089         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1090         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1092 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
1094         * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
1095         makes it easier to undump emacs.
1096         * sysdeps/powerpc/bits/endian.h: Use more informative error message
1097         for when the endianness can't be determined.
1099 1998-06-04 13:19  Geoff Keating  <geoffk@ozemail.com.au>
1101         * nss/Makefile: Add files publickey database support.
1102         * nss/libnss_files.map: Export the required functions.
1103         * nss/nss_files/files-key.c: Implement it.
1104         * sunrpc/rpc/auth_des.h: Correct typos in comments.
1106 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
1108         * iconv/gconv_builtin.h: Add aliases for CORBA.
1109         * iconvdata/gconv-modules: Likewise.
1111 1998-06-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1113         * math/libm-test.c (main): Call exp10_test.
1114         (exp10_test): New function which tests exp10.
1116 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
1118         * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
1119         sigstack.
1121         * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
1122         SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
1123         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
1125 1998-06-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1127         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
1128         in the variable, not its GOT slot.
1130 1998-06-10 10:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1132         * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
1133         inline.
1134         * sysdeps/m68k/fpu/e_exp10.c: New file.
1135         * sysdeps/m68k/fpu/e_exp10f.c: New file.
1136         * sysdeps/m68k/fpu/e_exp10l.c: New file.
1138         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
1139         _dl_profile_map only if the name matches.
1140         (_dl_start_user): Remember stack address.
1141         * sysdeps/m68k/elf/start.S: Pass new argument to
1142         __libc_start_user.
1144         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
1145         definition.
1146         (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
1147         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
1148         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
1149         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
1150         * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
1152 1998-06-09 18:16  Ulrich Drepper  <drepper@cygnus.com>
1154         * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
1155         * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
1156         * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
1157         * math/bits/mathcalls.h: Add definitions for exp10 and pow10
1158         prototypes.
1159         * sysdeps/libm-i387/e_exp10.S: New file.
1160         * sysdeps/libm-i387/e_exp10f.S: New file.
1161         * sysdeps/libm-i387/e_exp10l.S: New file.
1162         * sysdeps/libm-ieee754/e_exp10.c: New file.
1163         * sysdeps/libm-ieee754/e_exp10f.c: New file.
1164         * sysdeps/libm-ieee754/e_exp10l.c: New file.
1165         * sysdeps/libm-ieee754/w_exp10.c: New file.
1166         * sysdeps/libm-ieee754/w_exp10f.c: New file.
1167         * sysdeps/libm-ieee754/w_exp10l.c: New file.
1168         * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
1170 1998-05-25 22:18  H.J. Lu  <hjl@gnu.org>
1172         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
1173         sys/elf.h and sys/reg.h.
1174         * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
1175         * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
1176         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
1177         * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
1179         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
1180         PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
1182 1998-06-09  Ulrich Drepper  <drepper@cygnus.com>
1184         * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
1185         __data member only for gcc.  Reported by ak@muc.de.
1187         * misc/mntent.h: Undo last patch.
1188         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
1189         * misc/tst/mntent.c: Adjust code for this change.
1191         * io/fts.c: Updated from a slightly more recent BSD version.
1192         * io/fts.h: Likewise.
1194         * libc.map: Add __libc_stack_end.
1196         * db2/Makefile (routines): Add lock_region.
1197         * db2/config.h: Update from db-2.4.14.
1198         * db2/db.h: Likewise.
1199         * db2/db_185.h: Likewise.
1200         * db2/db_int.h: Likewise.
1201         * db2/btree/bt_close.c: Likewise.
1202         * db2/btree/bt_compare.c: Likewise.
1203         * db2/btree/bt_conv.c: Likewise.
1204         * db2/btree/bt_cursor.c: Likewise.
1205         * db2/btree/bt_delete.c: Likewise.
1206         * db2/btree/bt_open.c: Likewise.
1207         * db2/btree/bt_page.c: Likewise.
1208         * db2/btree/bt_put.c: Likewise.
1209         * db2/btree/bt_rec.c: Likewise.
1210         * db2/btree/bt_recno.c: Likewise.
1211         * db2/btree/bt_rsearch.c: Likewise.
1212         * db2/btree/bt_search.c: Likewise.
1213         * db2/btree/bt_split.c: Likewise.
1214         * db2/btree/bt_stat.c: Likewise.
1215         * db2/btree/btree.src: Likewise.
1216         * db2/btree/btree_auto.c: Likewise.
1217         * db2/clib/getlong.c: Likewise.
1218         * db2/common/db_appinit.c: Likewise.
1219         * db2/common/db_apprec.c: Likewise.
1220         * db2/common/db_byteorder.c: Likewise.
1221         * db2/common/db_err.c: Likewise.
1222         * db2/common/db_log2.c: Likewise.
1223         * db2/common/db_region.c: Likewise.
1224         * db2/common/db_salloc.c: Likewise.
1225         * db2/common/db_shash.c: Likewise.
1226         * db2/db/db.c: Likewise.
1227         * db2/db/db.src: Likewise.
1228         * db2/db/db_auto.c: Likewise.
1229         * db2/db/db_conv.c: Likewise.
1230         * db2/db/db_dispatch.c: Likewise.
1231         * db2/db/db_dup.c: Likewise.
1232         * db2/db/db_overflow.c: Likewise.
1233         * db2/db/db_pr.c: Likewise.
1234         * db2/db/db_rec.c: Likewise.
1235         * db2/db/db_ret.c: Likewise.
1236         * db2/db/db_thread.c: Likewise.
1237         * db2/db185/db185.c: Likewise.
1238         * db2/db185/db185_int.h: Likewise.
1239         * db2/dbm/dbm.c: Likewise.
1240         * db2/hash/hash.c: Likewise.
1241         * db2/hash/hash.src: Likewise.
1242         * db2/hash/hash_auto.c: Likewise.
1243         * db2/hash/hash_conv.c: Likewise.
1244         * db2/hash/hash_debug.c: Likewise.
1245         * db2/hash/hash_dup.c: Likewise.
1246         * db2/hash/hash_func.c: Likewise.
1247         * db2/hash/hash_page.c: Likewise.
1248         * db2/hash/hash_rec.c: Likewise.
1249         * db2/hash/hash_stat.c: Likewise.
1250         * db2/include/btree.h: Likewise.
1251         * db2/include/btree_ext.h: Likewise.
1252         * db2/include/clib_ext.h: Likewise.
1253         * db2/include/common_ext.h: Likewise.
1254         * db2/include/cxx_int.h: Likewise.
1255         * db2/include/db.h.src: Likewise.
1256         * db2/include/db_185.h.src: Likewise.
1257         * db2/include/db_am.h: Likewise.
1258         * db2/include/db_auto.h: Likewise.
1259         * db2/include/db_cxx.h: Likewise.
1260         * db2/include/db_dispatch.h: Likewise.
1261         * db2/include/db_ext.h: Likewise.
1262         * db2/include/db_int.h.src: Likewise.
1263         * db2/include/db_page.h: Likewise.
1264         * db2/include/db_shash.h: Likewise.
1265         * db2/include/db_swap.h: Likewise.
1266         * db2/include/hash.h: Likewise.
1267         * db2/include/hash_ext.h: Likewise.
1268         * db2/include/lock.h: Likewise.
1269         * db2/include/lock_ext.h: Likewise.
1270         * db2/include/log.h: Likewise.
1271         * db2/include/log_ext.h: Likewise.
1272         * db2/include/mp.h: Likewise.
1273         * db2/include/mp_ext.h: Likewise.
1274         * db2/include/mutex_ext.h: Likewise.
1275         * db2/include/os_ext.h: Likewise.
1276         * db2/include/os_func.h: Likewise.
1277         * db2/include/queue.h: Likewise.
1278         * db2/include/shqueue.h: Likewise.
1279         * db2/include/txn.h: Likewise.
1280         * db2/lock/lock.c: Likewise.
1281         * db2/lock/lock_conflict.c: Likewise.
1282         * db2/lock/lock_deadlock.c: Likewise.
1283         * db2/lock/lock_region.c: Likewise.
1284         * db2/lock/lock_util.c: Likewise.
1285         * db2/log/log.c: Likewise.
1286         * db2/log/log.src: Likewise.
1287         * db2/log/log_archive.c: Likewise.
1288         * db2/log/log_auto.c: Likewise.
1289         * db2/log/log_compare.c: Likewise.
1290         * db2/log/log_findckp.c: Likewise.
1291         * db2/log/log_get.c: Likewise.
1292         * db2/log/log_put.c: Likewise.
1293         * db2/log/log_rec.c: Likewise.
1294         * db2/log/log_register.c: Likewise.
1295         * db2/mp/mp_bh.c: Likewise.
1296         * db2/mp/mp_fget.c: Likewise.
1297         * db2/mp/mp_fopen.c: Likewise.
1298         * db2/mp/mp_fput.c: Likewise.
1299         * db2/mp/mp_fset.c: Likewise.
1300         * db2/mp/mp_open.c: Likewise.
1301         * db2/mp/mp_pr.c: Likewise.
1302         * db2/mp/mp_region.c: Likewise.
1303         * db2/mp/mp_sync.c: Likewise.
1304         * db2/mutex/68020.gcc: Likewise.
1305         * db2/mutex/mutex.c: Likewise.
1306         * db2/mutex/parisc.gcc: Likewise.
1307         * db2/mutex/parisc.hp: Likewise.
1308         * db2/mutex/sco.cc: Likewise.
1309         * db2/os/os_abs.c: Likewise.
1310         * db2/os/os_alloc.c: Likewise.
1311         * db2/os/os_config.c: Likewise.
1312         * db2/os/os_dir.c: Likewise.
1313         * db2/os/os_fid.c: Likewise.
1314         * db2/os/os_fsync.c: Likewise.
1315         * db2/os/os_map.c: Likewise.
1316         * db2/os/os_oflags.c: Likewise.
1317         * db2/os/os_open.c: Likewise.
1318         * db2/os/os_rpath.c: Likewise.
1319         * db2/os/os_rw.c: Likewise.
1320         * db2/os/os_seek.c: Likewise.
1321         * db2/os/os_sleep.c: Likewise.
1322         * db2/os/os_spin.c: Likewise.
1323         * db2/os/os_stat.c: Likewise.
1324         * db2/os/os_unlink.c: Likewise.
1325         * db2/progs/db_archive/db_archive.c: Likewise.
1326         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
1327         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
1328         * db2/progs/db_dump/db_dump.c: Likewise.
1329         * db2/progs/db_dump185/db_dump185.c: Likewise.
1330         * db2/progs/db_load/db_load.c: Likewise.
1331         * db2/progs/db_printlog/db_printlog.c: Likewise.
1332         * db2/progs/db_recover/db_recover.c: Likewise.
1333         * db2/progs/db_stat/db_stat.c: Likewise.
1334         * db2/txn/txn.c: Likewise.
1335         * db2/txn/txn.src: Likewise.
1336         * db2/txn/txn_auto.c: Likewise.
1337         * db2/txn/txn_rec.c: Likewise.
1339         * elf/rtld.c: Move definition of __libc_stack_end to ...
1340         * sysdeps/generic/dl-sysdep.h: ...here.
1342         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
1343         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
1344         * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
1346         * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
1347         * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
1348         before following it.
1350 1998-06-08 21:44  Ulrich Drepper  <drepper@cygnus.com>
1352         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
1353         from mntent correctly.
1355 1998-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1357         * sunrpc/Makefile (generated): Correct typo.
1359 1998-06-04  Philip Blundell  <philb@gnu.org>
1361         * elf/elf.h (EM_ARM, et al.): New definitions.
1362         * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
1364 1998-06-08 21:33  Ulrich Drepper  <drepper@cygnus.com>
1366         * localedata/SUPPORTED: Add sk_SK.
1367         * localedata/locales/sk_SK: New file.
1369 1998-06-08 18:57  Ulrich Drepper  <drepper@cygnus.com>
1371         * Makeconfig (subdirs): Add debug.
1372         * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
1373         * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
1374         backtrace_symbols.
1375         * sysdeps/generic/backtrace.c: New file.
1376         * sysdeps/generic/backtracesyms.c: New file.
1377         * sysdeps/generic/elf/backtracesyms.c: New file.
1378         * sysdeps/i386/backtrace.c: New file.
1379         * debug/Makefile: New file.
1380         * debug/backtrace-tst.c: New file.
1381         * debug/execinfo.h: New file.
1383 1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
1385         * elf/sprof.c: Implement call graph profiling.
1387         * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
1389 1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1391         * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
1392         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
1393         * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
1394         Noticed by Jake Garver <garver@valkyrie.net>.
1396 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1398         * libio/genops.c (__underflow): Read character from read pointer
1399         as unsigned.
1400         (__uflow): Likewise.
1402 1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
1404         * libc.map: Add _dl_profile.
1405         * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
1406         this to ELF_DYNAMIC_RELOCATE.
1407         Always allocate array for relocation result if LD_PROFILE is defined.
1408         * elf/ldsodefs.h: Adjust prototypes.
1409         * elf/dl-open.c (_dl_open): Call relocation function with extra
1410         argument.
1411         * elf/rtld.c: Likewise.
1412         * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
1413         Correct loop condition.
1414         * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
1415         consider_profile to runtime setup function.
1416         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
1417         _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
1419         * elf/dl-support.c: Define __libc_stack_end.
1420         * elf/rtld.c: Likewise.
1421         * sysdeps/generic/libc-start.c: Store last stack address in
1422         __libc_stack_end.
1423         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
1424         * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
1426         * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
1427         Include <stdint.h>, not <inttypes.h>.
1429         * elf/sprof.c: Implement flat profiling.
1431         * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
1432         _IO_funlockfile explicitly.
1433         * libio/fileops.c: Likewise.
1434         * libio/fputc.c: Likewise.
1435         * libio/freopen.c: Likewise.
1436         * libio/freopen64.c: Likewise.
1437         * libio/fseek.c: Likewise.
1438         * libio/fseeko.c: Likewise.
1439         * libio/fseeko64.c: Likewise.
1440         * libio/ftello.c: Likewise.
1441         * libio/ftello64.c: Likewise.
1442         * libio/getc.c: Likewise.
1443         * libio/getchar.c: Likewise.
1444         * libio/iofclose.c: Likewise.
1445         * libio/iofflush.c: Likewise.
1446         * libio/iofgetpos.c: Likewise.
1447         * libio/iofgetpos64.c: Likewise.
1448         * libio/iofgets.c: Likewise.
1449         * libio/iofputs.c: Likewise.
1450         * libio/iofread.c: Likewise.
1451         * libio/iofsetpos.c: Likewise.
1452         * libio/iofsetpos64.c: Likewise.
1453         * libio/ioftell.c: Likewise.
1454         * libio/iofwrite.c: Likewise.
1455         * libio/iogetdelim.c: Likewise.
1456         * libio/iogets.c: Likewise.
1457         * libio/ioputs.c: Likewise.
1458         * libio/ioseekoff.c: Likewise.
1459         * libio/ioseekpos.c: Likewise.
1460         * libio/iosetbuffer.c: Likewise.
1461         * libio/iosetvbuf.c: Likewise.
1462         * libio/ioungetc.c: Likewise.
1463         * libio/iovsprintf.c: Likewise.
1464         * libio/iovsscanf.c: Likewise.
1465         * libio/oldfileops.c: Likewise.
1466         * libio/oldiofclose.c: Likewise.
1467         * libio/peekc.c: Likewise.
1468         * libio/putc.c: Likewise.
1469         * libio/putchar.c: Likewise.
1470         * libio/rewind.c: Likewise.
1472         * malloc/mtrace.c: Pretty print.
1474         * misc/mntent.h (struct mentent): Make string elements const char *.
1476         * nis/nis_printf.c: Optimize I/O a little bit.
1478         * signal/Makefile (distribute): Add sigset-cvt-mask.h.
1479         * sysdeps/generic/sigset-cvt-mask.h: New file.
1480         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
1481         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
1482         * sysdeps/posix/sigvec.c: Rewrite the use definitions from
1483         sigset-cvt-mask.h to do the dirty work.
1484         Patches by Joe Keane.
1486         * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
1488         * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
1489         syscall_error label in case of PIC anonymous.
1490         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
1491         * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
1492         * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
1493         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
1494         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
1495         * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
1496         * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
1498 1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
1500         * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
1501         we cannot declare the struct element as const.
1502         * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
1503         * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
1505 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1507         * manual/Makefile: Include ../Makeconfig earlier.
1508         (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
1509         exist.
1510         (dir-add.texinfo): Remove useless $(SHELL).
1512 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1514         * Makefile (others): Build programs from install-bin.
1515         * configure.in: Modify config.make only if is was just created and
1516         move that command to second argument of AC_OUTPUT.  Add command to
1517         set config_vars in config.status.
1519 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1521         * malloc/Makefile (address-width): Fix conditional.
1523 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1525         * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
1526         putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
1527         strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
1528         version GLIBC_2.1.
1530 1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1532         * manual/lang.texi (Range of Type): Change @end table->@end vtable.
1533         (Floating Point Parameters): Likewise.
1535 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1537         * hurd/Makefile (routines): Add cthreads.
1539 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1541         * login/login.c (login): Let pututline take care of finding the
1542         positin to insert the UTMP entry.  This corrects a bug where ssh
1543         was not reusing UTMP entries marked as DEAD_PROCESS.
1544         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
1546 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1548         * login/Makefile (tests): New variable, add tst-utmp and
1549         tst-utmpx.
1550         * login/tst-utmp.c: New file.
1551         * login/tst-utmpx.c: New file.
1553 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1555         * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
1556         aliases for _hurd_nerr, for programs that don't use sys_errlist,
1557         but need sys_err.
1559 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1561         * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
1562         * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
1564 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1566         * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
1567         make __read a weak alias.  Use ANSI-style function definition.
1568         * sysdeps/mach/hurd/write.c: Likewise.
1570 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1572         * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
1573         _sys_errlist.
1575 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
1577         * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
1578         Renamed from librtld.so.
1580 1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1582         * libc.map: Remove _IO_getline_info which was erroneously
1583         introduced in section GLIBC_2.0.
1584         Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1586 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1588         * sysdeps/generic/socket.c (__socket): Renamed from socket, and
1589         created a weak alias.
1590         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
1592 1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
1594         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
1595         ftruncate function, and create a weak alias to ftruncate.
1597 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1599         * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
1600         * inet/getnetgrent_r.c: Likewise.
1601         * nss/getXXbyYY_r.c: Likewise.
1602         * nss/getXXent_r.c: Likewise.
1603         * pwd/fgetpwent_r.c: Likewise.
1604         * shadow/sgetspent_r.c: Likewise.
1605         * shadow/fgetspent_r.c: Likewise.
1606         * sunrpc/publickey.c: Likewise.
1608 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1610         * hurd/libhurduser.map: New file.
1611         * mach/libmachuser.map: Likewise.
1613         * libc.map: Add Hurd-specific functions to version 2.1.
1614         Add __flshfp and __fillbf.
1616 1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1618         * manual/signal.texi (Basic Signal Handling): Fix typo.
1619         * manual/errno.texi (Error Codes): Likewise.
1621 1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
1623         * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
1624         instead of <sys/socket.h>.
1625         Patch by NIIBE Yutaka <gniibe@mri.co.jp>
1627         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
1628         Finally make it working.
1629         Patch by Mark Hatle <fray@kernel.crashing.org>.
1631 1998-03-22  Paul Eggert  <eggert@twinsun.com>
1633         * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
1634         a Solaris 2.6 bug.
1636 1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
1638         * stdlib/gmp-impl.h: Support strange mixed-endian double format
1639         used by ARM systems.
1640         * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
1641         FE_EXCEPT_SHIFT.
1642         * sysdeps/arm/bits/fenv.h: Deleted.
1643         * sysdeps/arm/fpu/ieee754.h: New file.
1644         * sysdeps/arm/gmp-mparam.h: New file.
1645         * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
1646         implementation.
1648 1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
1650         * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
1652         * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
1653         of ((unused)).  Reported by Bruno Haible.
1655 1998-05-31  Philip Blundell  <philb@gnu.org>
1657         * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
1658         referring to errno and _errno.
1660         * sysdeps/arm/fpu/feholdexcpt.c: New file.
1662         * sysdeps/i386/fpu_control.h: Fix typo.
1664         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
1665         (_JMPBUF_UNWINDS): Added.
1666         * sysdeps/arm/fpu/bits/setjmp.h: New file.
1668 1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
1670         * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
1671         order to build header files, not `generated'.
1673         * Rules (before-compile): New target which depends on all
1674         $(before-compile) files.
1676 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1678         * nis/nis_call.c: Make directory search faster.
1680         * nis/nis_callback.c: Insert public key of user in callback data.
1682         * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
1684         * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
1686         * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
1688         * nis/nis_intern.h: Remove duplicated prototype.
1690 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1692         * sunrpc/auth_des.c: Move prototypes from here ...
1693         * sunrpc/rpc/auth.h: ... to here.
1695         * sunrpc/clnt_tcp.c: Add more control flags.
1696         * sunrpc/clnt_udp.c: Likewise.
1698         * sunrpc/netname.c (host2netname): Remove prefixing dot from
1699         domainname.
1701         * sunrpc/rpc/clnt.h: Document, which control flags are not
1702         implementable.
1704         * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
1706 1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
1708         * locale/loadlocale.c (_nl_load_locale): Don't allow too small
1709         files crash the program.
1711         * io/Makefile: Don't run ftwtest-sh if cross-compiling.
1712         * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
1713         Reported by Deborah Wallach <kerr@pa.dec.com>.
1715 1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1717         * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
1718         on whether this is a stable release or not (keeps snapshot bug
1719         reports out of the database).
1721         * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
1722         * sysdeps/arm/sysdep.h: Likewise.
1723         * sysdeps/i386/sysdep.h: Likewise.
1724         * sysdeps/m68k/sysdep.h: Likewise.
1725         * sysdeps/mach/mips/sysdep.h: Likewise.
1726         * sysdeps/mach/sys/reboot.h: Likewise.
1727         * sysdeps/mach/sysdep.h: Likewise.
1728         * sysdeps/unix/alpha/sysdep.h: Likewise.
1729         * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
1730         * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
1731         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
1732         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
1733         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
1734         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
1735         * sysdeps/unix/i386/sysdep.h: Likewise.
1736         * sysdeps/unix/mips/sysdep.h: Likewise.
1737         * sysdeps/unix/sparc/sysdep.h: Likewise.
1738         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
1739         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1740         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1741         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1742         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
1743         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1744         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1745         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
1747 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
1749         * mach/Machrules: Use $(move-if-change).
1751 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
1753         * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
1754         * Makerules (lib%.so): Depend on $(+interp).
1755         (libc.so): Add interp.os to list of dependencies.
1756         (interp-obj): Remove variable.
1757         * mach/Machrules (+interp): Define to empty since libhurduser and
1758         libmachuser don't need to have the interpreter set.
1760 1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1762         * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
1764         * resolv/gethnamaddr.c: Likewise.
1766         * resolv/res_comp.c: Likewise.
1768 1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
1770         * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
1771         so that transparent union works.
1773 1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
1775         * manual/texinfo.tex: Update to last available version.
1777         * timezone/africa: Update from tzdata1998e.
1778         * timezone/antarctica: Likewise.
1779         * timezone/asia: Likewise.
1780         * timezone/australasia: Likewise.
1781         * timezone/europe: Likewise.
1782         * timezone/iso3166.tab: Likewise.
1783         * timezone/northamerica: Likewise.
1784         * timezone/tzselect.ksh: Likewise.
1785         * timezone/zone.tab: Likewise.
1787 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
1789         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
1790         Reported by Matt McLean <keys@brio.yikes.com>.
1792 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1794         * catgets/Makefile ($(objpfx)de.cat): Renamed from
1795         do-gencat-test.  Use automatic variables.
1796         ($(objpfx)de.msg): Fix reference to po file.
1798 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1800         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
1801         $(move-if-change).
1803 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1805         * intl/dcgettext.c: Fix typo.
1807 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1809         * configure.in: Allow more make versions e.g 3.76.90.
1811 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
1813         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
1815         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
1816         for Hurd.  Patch by Mark Kettenis.
1818 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
1820          * mach/Machrules (+preinit, +postinit): Define these variables to
1821          empty because libhurduser and libmachuser don't need startup
1822          files.
1824 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
1826          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
1827          instead of a raw bitmask.
1829 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1831         * Makeconfig (rpath-dirs): New variable.
1832         (rpath-link): Use it.
1833         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
1834         (db-objpfx): Removed.
1835         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
1836         * md5-crypt/Makefile: Likewise.
1837         * sysdeps/mach/hurd/Makefile: Likewise.
1839         * Makeconfig (move-if-change): New variable.
1840         * iconvdata/Makefile (move-if-change): Removed.
1841         * manual/Makefile (move-if-change): Set only if undefined, use
1842         local script by default.
1843         * sunrpc/Makefile (move-if-change): Removed.
1844         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
1845         $(move-if-change).
1847          * elf/Makefile: Remove all references to obsolete file
1848          $(objpfx)rtldtbl.h.
1849          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
1851 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1853         * elf/dl-close.c (_dl_close): Add debugging message.
1855 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1857         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
1858         to get Linux version and not gcc version.
1859         Reported by Alan Curry <pacman@cqc.com>.
1861 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1863         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
1864         pointers - return unknown error message instead.
1865         Reported by Alan Curry <pacman@cqc.com>.
1867 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
1869         * iconvdata/Makefile (modules, sed-generated-headers,
1870         perl-generated-headers): ibm424.h is perl generated.  Make
1871         necessary modifications to compile without perl.
1873 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
1875         * hesiod/hesiod.c (read_config_file): Fix typo.
1877 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
1879         * version.h: Bump VERSION.
1881         * csu/Makefile (distribute): Add munch-tmpl.c.
1883 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1885         * nis/nis_defaults.c: Fix buffer problems and typos.
1887 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
1889         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
1890         Patch by Fred Fish.
1892 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
1894         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
1895         overwriting bugs.
1897         * libio/strops.c (_IO_str_underflow): Read newly available
1898         character from buffer as unsigned.
1900 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
1902         * catgets/Makefile (distribute): Add xopen-msg.h.
1903         (generated): Add de.msg and de.cat.
1904         (tests): Add do-gencat-test.
1905         (do-gencat-test): New goal.  Run gencat on a generated msg file.
1906         * catgets/xopen-msg.h: New file.
1908 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
1910         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
1911         functions.  Optimize filename creation a bit.
1913 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
1915         * stdlib/random_r.c: Help gcc to optimize the code.
1916         Patch by Joe Keane <jgk@jgk.org>.
1918 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
1920         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
1921         tsearch calls.
1923 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1925         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
1926         it.
1928 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
1930         * wcsmbs/wcsnrtombs.c: Correct computation of result.
1931         * wcsmbs/wcsrtombs.c: Likewise.
1933         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
1934         * wcsmbs/wcsmbs-tst1.c: New file.
1936         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
1938         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
1939         as 1.
1941         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
1942         weak.
1944 1998-05-21  Philip Blundell  <philb@gnu.org>
1946         * sysdeps/arm/fpu_control.h: Replace stub file with real
1947         implementation.
1948         * sysdeps/arm/fpu/bits/fenv.h: New file.
1949         * sysdeps/arm/fpu/fesetround.c: Likewise.
1950         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
1951         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
1952         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
1953         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
1954         * sysdeps/arm/fpu/fegetenv.c: Likewise.
1955         * sysdeps/arm/fpu/fesetenv.c: Likewise.
1957 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
1959         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
1960         read instead of mmap.
1962 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
1964         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
1965         directly instead of include_next.  Add missing semicolons.
1966         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
1967         Add missing semicolons.
1969 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
1971         * iconvdata/gconv-modules: Add more aliases to please java
1972         environments.
1974 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
1976         * stdio-common/vfprintf.c (process_arg): Fix typo.
1978         * iconvdata/TESTS: New tests for EUC-KR.
1980         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
1981         * iconvdata/testdata/EUC-KR: New file.
1983 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
1985         * math/libm-test.c (hypot_test): Fix a typo.
1987 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
1989         * stdio-common/vfprintf.c: When precision is specified for %ls or
1990         %S handle it correctly.
1992 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1994         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
1995         the" in one line - fixed it.
1996         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1997         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1998         * posix/unistd.h: Likewise
2000 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2002         * Makeconfig (rpath-link): Add resolvobjdir.
2003         (resolvobjdir): New variable.
2004         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
2006 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
2008         * elf/dl-close.c: Call shared object terminators at the right time.
2009         Patch by Philippe Troin <phil@fifi.org>.
2011 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2013         * Make-dist (+tsrcs): Also add *.map for every member of
2014         $(extra-libs).
2016         * Makefile (distribute): Don't distribute scripts/printsources and
2017         scripts/=__ify.  Distribute FAQ.in.
2018         (rpm/%): Don't pass subdirs to sub-make.
2020         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
2021         instead of $(no_deps).
2023 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2025         * sysdeps/generic/setenv.c: Protect against GNU C extension.
2026         (KNOWN_VALUE, STORE_VALUE): Do it right.
2027         (setenv): Remove unused variable.
2029 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2031         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
2032         (CFLAGS-zdump.c): Add $(tz-cflags).
2034         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
2035         return type.
2037 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2039         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
2040         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
2041         if use_localtime.
2042         * time/tzset.c: Update prototype of __tzfile_compute.
2043         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
2044         tm_zone and tm_offset here if __use_tzfile.
2046 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2048         * Makerules: Install libc.a even if there are no object file.
2050 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2052         * Makerules (do-makelib): Don't force creating library from
2053         scratch, which is faster and gets correct behaviour if $(subdirs)
2054         is incomplete.
2056 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2058         * Makerules (do-stamp): Make it work when building in source
2059         directory.
2061 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
2063         * elf/dl-load.c: Rename option and variable from ignore-rpath to
2064         inhibit-rpath.
2065         * elf/dl-support.c: Likewise.
2066         * elf/ldsodefs.h: Likewise.
2067         * elf/rtld.c: Likewise.
2068         * iconvdata/run-iconv-test.sh: Likewise.
2070 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
2072         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
2073         variable using the value.
2074         * elf/ldsodefs.h: Declare _dl_ignore_path.
2075         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
2076         object against list in _dl_ignore_path and ignore RPATH if on the list.
2077         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
2078         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
2079         to make sure we get the correct helper libraries loaded.
2081         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
2082         "RPATH" string in call to fillin_rpath instead.
2083         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
2085 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
2087         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
2088         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
2090 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2092         * manual/terminal.texi (I/O Queues): Fix typo.
2094         * manual/stdio.texi (Closing Streams): Fix grammar.
2096         * manual/arith.texi (Absolute Value): Correct typo.
2097         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
2099 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
2101         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
2102         LD_PROFILE_OUTPUT in SUID binaries.
2103         * intl/dcgettext.c: In SUID binaries don't let language part of
2104         locale value contain path elements.
2105         * intl/explodename.h: Define new function _nl_find_language.
2106         * intl/loadinfo.h: Declare _nl_find_language.
2107         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
2108         language part it drop the value is path element is contained.
2110         * locale/setlocale.c: Fix typo.
2112 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
2114         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
2116         * sysdeps/arm/strlen.S: Support both big and little endian processors.
2118         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
2119         log, not a byte-count.
2121         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
2122         a.out compatibility.
2124 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2126         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
2127         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
2128         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
2129         * posix/unistd.h: Likewise.
2130         * math/math.h: Likewise.
2131         * manual/users.texi (Manipulating the Database): Likewise.
2132         * manual/signal.texi (Job Control Signals): Likewise.
2133         * manual/message.texi (The gencat program): Likewise.
2134         * manual/filesys.texi (Hard Links): Likewise.
2135         * manual/math.texi (SVID Random): Likewise.
2136         * manual/llio.texi (Waiting for I/O): Likewise.
2137         * manual/io.texi (File Name Errors): Likewise.
2138         * manual/conf.texi (String Parameters): Likewise.
2139         * manual/arith.texi (Infinity): Likewise.
2140         * malloc/malloc.c: Likewise.
2141         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
2142         * csu/Makefile: Likewise.
2144 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
2146         * manual/memory.texi: Add back accidently removed line.
2148 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
2150         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
2151         (timeout_handler): New function.
2152         (LOCK_FILE, UNLOCK_FILE): New macros.
2153         Implement file locking with timeout.
2154         (getutent_r_file, internal_getut_r, getutline_r_file,
2155         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
2156         locking.
2158 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
2160         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
2161         directory.
2163 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2165         * rpm/Makefile: Delete inclusion of version.mk.
2167 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2169         * libc.map: Add all libio functions needed libstdc++ with version
2170         2.0, sort entries.
2172 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2174         * iconvdata/Makefile (generated): Add *.stmp files.
2176 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2178         * timezone/Makefile (testdata, build-testdata): New variables, use
2179         them in rules for test data.
2180         ($(objpfx)tst-timezone.out): Depend on test data.
2181         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
2182         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
2183         New rules to build test data.
2184         (tst-timezone-ENV): Pass TZDIR to point to test data.
2186 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
2188         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
2189         (the designation sequence is disturbing).
2191 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2193         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
2194         * sunrpc/xdr_rec.c: Likewise.
2196 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2198         * posix/Makefile (tests): Add runptests.
2199         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
2200         (before-compile): Add ptestcases.h.
2201         (ptestscases.h): Add rule to generate from PTESTS.
2202         * posix/runptests.c: New file.
2203         * posix/PTESTS: New file.
2204         * posix/PTESTS2C.sed: New file.
2206 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2208         * iconv/loop.c: Let user add code to use and set paramaters.
2210         * iconvdata/iso-2022-kr.c: Correct to-loop.
2212         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
2213         point to output buffer.
2215         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
2216         hanja.
2218         * iconvdata/TESTS: Add ISO-2022-KR test.
2219         * iconvdata/testdata/ISO-2022-KR: New file.
2221 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
2223         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
2224         and internal_use.
2225         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
2226         and internal_use.
2227         * wcsmbs/btowc.c: Likewise.
2228         * wcsmbs/mbrtowcs.c: Likewise.
2229         * wcsmbs/mbsnrtowcs.c: Likewise.
2230         * wcsmbs/mbsrtowcs.c: Likewise.
2231         * wcsmbs/wcrtomb.c: Likewise.
2232         * wcsmbs/wcsnrtombs.c: Likewise.
2233         * wcsmbs/wcsrtombs.c: Likewise.
2234         * wcsmbs/wctob.c: Likewise.
2235         * iconv/skeleton.c: Increment invocation_counter.
2236         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
2237         sequence first.
2239         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
2240         * iconvdata/iso-2022-jp.c: Likewise.
2241         * iconvdata/iso646.c: Likewise.
2243         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
2245 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2247         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
2249         * sysdeps/generic/setenv.c (setenv): Remove optimization for
2250         overwriting existing values if it fits.
2252 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
2254         * posix/wordexp-test.c: Avoid duplicate messages.
2256         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
2257         tsearch.  Correctly interpret values returned by those functions.
2258         (unsetenv): Store pointer to string, not pointer to string pointer.
2260         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
2261         DST information and offset in them.
2262         * time/tzset.c (__tz_convert): Pass extra parameters to
2263         __tzfile_compute.  Compute equivalent values for use of tz_rules.
2265 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2267         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
2268         stamp files to avoid unnecessary recompilation.
2269         (gen-8bit-gap-table): Likewise.
2270         (move-if-change): New variable.
2271         (all generated .h rules): Change to be .stmp rules.
2272         (%.h): New rule; depend on %.stmp; no commands.
2273         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
2274         gen-8bit-gap-1.sh.
2276 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2278         * Makerules (libc-map): Deleted.
2279         (load-map-file): Set to the appropriate compiler switch, not
2280         just the file name.  If libfoo-map is not set, look for a
2281         libfoo.map in the current directory and $(..).
2282         (map-file): New variable, contains just the mapfile name.
2283         (build-shlib): Adjust for new value of load-map-file.
2284         (libc.so): Correct dependencies.
2286         * extra-lib.mk: Correct shlib dependencies since libfoo-map
2287         may not be set anymore.
2289         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
2290         Delete libdl-map.  Tweak ld.so link rule to work with changed
2291         variable settings in Makerules.
2292         * iconvdata/Makefile: Tweak build-module to work with changed
2293         variable settings in Makerules.
2295         * db/Makefile: Delete libdb-map.
2296         * hesiod/Makefile: Delete libnss_hesiod-map.
2297         * linuxthreads/Makefile: Delete libpthread-map.
2298         * locale/Makefile: Delete libBrokenLocale-map.
2299         * login/Makefile: Delete libutil-map.
2300         * math/Makefile: Delete libm-map.
2301         * md5-crypt/Makefile: Delete libcrypt-map.
2302         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
2303         libnss_nisplus-map, and libnss_compat-map.
2304         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
2305         libnss_ldap-map.
2306         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
2307         * rt/Makefile: Delete librt-map.
2309 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2311         * configure.in: Instead of substituting `yes' or `no' for whether
2312         --no-whole-archive is available, set @no_whole_archive@ to the
2313         appropriate gcc switch or the empty string.  Likewise for
2314         -fno-exceptions.
2315         * config.make.in: Replace have-no-whole-archive with
2316         no-whole-archive and have-no-exceptions with no-exceptions.
2317         * Makerules: Delete stanzas setting no-whole-archive and
2318         no-exceptions.
2320         * sunrpc/Makefile: Use move-if-change to update generated .h
2321         and .c files.
2323 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2325         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
2326         of strchr loop.
2328 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2330         * time/tzfile.c (__tzfile_read): Remove unused variable info.
2331         (__tzfile_compute): Likewise.
2333 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2335         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
2336         defines from Linux 2.1.102.
2338 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
2340         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
2342 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
2344         * inet/netinet/in.h: Add defines for multicast.
2345         Reported by Jeremy Hall <jhall@UU.NET>.
2347         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
2348         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
2349         and unsetenv.  Optimize _LIBC case.
2350         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
2351         Define functions with leading __.
2353         * time/tzfile.c: Correct handling of global variables daylight,
2354         timezone, and tzname.
2355         * time/tzset.c: Likewise.
2356         * timezone/Makefile (tests): Add tst-timezone.
2357         * timezone/tst-timezone.c: New file.
2359 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
2361         * timezone/asia: Update from tzdata1998d.
2362         * timezone/australasia: Likewise.
2363         * timezone/europe: Likewise.
2365 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
2367         * string/string.h: Don't use the optimized versions for the string
2368         functions if optimizing for space.
2370         * stdlib/tst-strtod.c: Add test for -0.0.
2372         * io/ftwtest-sh: Prevent tests from being run by root.
2374         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
2375         last addition.  Patch by wkpark@chem.skku.ac.kr.
2377 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2379         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
2380         table.
2382 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2384         * iconvdata/gen-8bit.sh: New file.
2385         * iconvdata/gen-8bit-gap.sh: New file.
2386         * iconvdata/gen-8bit-gap-1.sh: New file.
2387         * iconvdata/Makefile (generate-8bit-table): Use shell script
2388         instead of writing the commands directly.
2389         (generate-8bit-gap-table): Likewise.
2390         ($(objpfx)iso8859-7jp.h): Likewise.
2391         (generated headers): Depend on shell script instead of Makefile.
2392         (before-compile): Add $(perl-generated-headers) only if perl is
2393         available.
2394         (headers): Depend on $(perl-generated-headers) only if perl is
2395         available.
2396         (sed-generated-headers): Remove iso8859-7jp.h.
2398 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2400         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
2401         (/): Removed.
2403 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2405         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
2406         formed charset names to getfct.  Let user override charset
2407         selection by mention charset in locale name.
2409 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
2411         * posix/glob.c: Move to ...
2412         * sysdeps/generic/glob.c: ...here.
2413         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
2414         elements.
2415         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
2416         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
2417         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
2418         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
2419         subdir.
2420         * libc.map [GLIBC_2.1]: Add glob and globfree.
2422 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2424         * sunrpc/Makefile (generated): Restore old list.
2426 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2428         * rt/Makefile (tests): Define only if we have a thread library.
2430         * nis/ypclnt.c: Add: #include <errno.h>.
2432 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2434         * configure.in: Define and substitute RELEASE as well as
2435         VERSION.
2436         * config.make.in: Add RELEASE and VERSION to be substituted.
2437         * Makeconfig: Delete all references to version.mk.
2438         * Make-dist: Likewise.
2439         * MakeTAGS: Likewise.
2440         * elf/Makefile: Likewise.
2442 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2444         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
2445         yp_get_default_domain.
2447 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2449         * sysdeps/posix/profil.c (__profil): Don't define act and timer
2450         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
2452 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
2454         * malloc/malloc.c: Fix for NO_THREADS case.
2456 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
2458         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
2459         Remove statfs and fstatfs.
2460         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
2461         and pwrite as EXTRA.
2462         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2464 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
2466         * libc.map: Add capget and capset.
2468 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2470         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2471         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
2472         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
2473         and Matt McLean <keys@brio.yikes.com>.
2475 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
2477         * misc/Makefile (tests): Add tst-mntent.
2478         * misc/tst-mntent.c: New file.
2480 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2482         * autolock.sh: Removed.
2483         * manual/move-if-change: Removed.
2485         * scripts: New directory.
2486         * =__ify: Moved to scripts.
2487         * config.guess: Likewise.
2488         * config.sub: Likewise.
2489         * gen-FAQ.pl: Likewise.
2490         * install-sh: Likewise.
2491         * mkinstalldirs: Likewise.
2492         * move-if-change: Likewise.
2493         * printsources: Likewise.
2494         * rellns.sh: Likewise.
2495         * test-installation.pl: Likewise.
2497         * configure.in: Look in scripts for config.guess, config.sub,
2498         install-sh.
2499         * Makefile: Distribute all above files in their
2500         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
2501         * manual/Makefile: Find mkinstalldirs and move-if-change in
2502         $(..)scripts.  Drop them from distribute.  Minor cleanups.
2503         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
2504         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
2505         * timezone/Makefile: Find rellns-sh in scripts.
2507 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2509         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
2510         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
2512 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2514         * Makefile (+subdir-inits): Delete variable.
2515         (+init_subdirs): Likewise.
2516         (aux): Likewise.
2517         (before-compile): Likewise.
2518         (libc-init): Delete stanza.
2519         (version-info.h): Delete rule and associated variable.
2520         (distribute): Don't distribute moved files.
2521         * Makerules (interp-obj): It lives in elf now.  Only use it
2522         if $(elf) is set.  Delete rule to build it.
2523         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
2524         version.o and version-info.h.  Minor cleanups.
2525         (routines): Add libc-init, sysdep, version.
2526         (generated): Add version-info.h.
2527         * elf/Makefile: Build interp.os.
2529         * interp.c: Moved to elf.
2530         * set-init.c: Moved to csu.
2531         * munch-init.c: Likewise.
2532         * munch.awk: Likewise.
2533         * version.c: Likewise.
2535         * Rules: Unconfuse syntax highlighting with a fake comment.
2537 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2539         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
2540         syscalls.
2542 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2544         * iconvdata/Makefile (generated): Set to *-generated-headers
2545         plus gconv-modules.
2546         (tests): Set to iconv-test.
2547         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
2548         * posix/Makefile (generated): Set to wordexp-test-result*.
2549         * sunrpc/Makefile (generated): Remove rpcsvc/*.
2550         (generated-dirs): Add rpcsvc.
2551         * libio/Makefile: Clean up.
2553 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
2555         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
2556         * Makerules: Likewise.
2557         (+depfiles): Also add sysdep-others.
2558         * Rules: Likewise.
2559         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
2560         * iconvdata/Makefile (distribute): Add TESTS.
2561         * localedata/Makefile (repertoires): Rename to repertoiremaps.
2562         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
2563         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
2564         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
2565         sysdep-others, not others.
2566         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2567         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
2569 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
2571         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
2572         cost_hi and cost_lo.
2573         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
2574         Cost parameter and set cost_lo to INT_MAX.
2575         (add_module): Take new parameter and use it to initialize cost_lo.
2576         (read_conf_file): Count modules being loaded and use counter for
2577         new parameter to add_module.
2578         * iconv/gconv_db.c (find_derivation): When look for cost examine
2579         cost_hi and cost_lo.
2581 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
2583         * string/bits/string2.h: Don't use unsigned char * unless really
2584         necessary since this disturbs C++.
2585         * sysdeps/i386/i486/bits/string.h: Likewise.
2586         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
2588 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2590         * malloc/malloc.c (top_check): Fix last change.
2592 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
2594         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
2595         Patch by Matt McLean <keys@brio.yikes.com>.
2597 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2599         * Makerules (lib): Put back dependency on lib-noranlib.
2600         ($(subdirs-stamps)): Remove dependency on stamp.* again.
2602 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
2604         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
2605         test in __pow2 implementation.
2607 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
2609         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
2610         Still need *FLAGS-.o because we still sometimes build .o files.
2611         * db2/Makefile: Don't build libndbm.a if !build-static.
2613 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2615         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
2617 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
2619         * configure.in: New test for broken gcc on PowerPC.
2620         * sysdeps/powerpc/atomicity.h: Use result of test.
2621         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
2623         * math/libm-test.c: Update many of the epsilon to match actual
2624         performance.
2626         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
2627         * sysdeps/libm-ieee754/e_expf.c: Likewise.
2628         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
2629         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
2631         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
2633         * sysdeps/powerpc/elf/libc-start.c: New file.
2634         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
2635         * sysdeps/powerpc/elf/start.c: Delete.
2637         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
2638         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
2640         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
2641         few patches.
2643 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
2645         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
2646         test for integer.
2648         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
2649         * sysdeps/libm-i387/e_powl.S: Likewise.
2651 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
2653         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
2654         (malloc_check, free_check, realloc_check, memalign_check): Use
2655         them to improve overrun checking.  Overruns of a single byte and
2656         corruption of the top chunk are now detected much more reliably.
2658 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2660         * math/libm-test.c (pow_test): Add test for special value from PR
2661         libc/590.
2663 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
2665         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
2666         including linux/errno.h.
2668 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
2670         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
2671         Use correct types.
2672         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
2673         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
2675 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2677         * Makerules (elide-routines.*): Fix assignments.
2678         (do-makelib): Fix typo.
2679         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
2680         makefile.
2682 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2684         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
2685         $(objpfx)sysd-dirs): Move them...
2686         * Makeconfig: ... here.
2687         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
2688         (stubs): Fix circular depedency.
2689         (do-makelib): Clean up.
2690         (lib): Don't depend on lib-noranlib.
2691         ($(objpfx)stamp.oS): Remove special case for empty
2692         static-only-routines.
2693         (elide-routines.o): Add $(static-only-routines).
2694         (elide-routines$o): Define this instead of elide-routines.$o.
2695         * manual/Makefile (stubs): Fix circular dependency.
2697 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2699         * libio/Makefile (routines): Remove duplicate oldiofclose.
2701 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
2703         * string/strcoll.c: Use uint32_t instead of u_int32_t.
2705 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
2707         * libio/stdio.h: Fix typo in __REDIRECT.
2708         * io/sys/stat.h: Likewise.
2709         Reported by Myles Uyema <myles@uyema.nws.net>.
2711 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2713         * locale/programs/localedef.c (options): Fix help message.
2715 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
2717         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
2718         relocations.  Patch by Joe Keane <jgk@jgk.org>.
2720 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
2722         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
2723         ptmalloc_unlock_all, but re-initializes the mutexes instead.
2724         (ptmalloc_init): Use new function in thread_at_fork call.
2725         (thread_atfork_static): Likewise.
2726         Suggested by Wolfram Gloger and Xavier Leroy.
2728 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
2730         * signal/signal.h: Move definitions of struct sigstack and
2731         struct sigaltstack into separate file and include it.
2732         * sysdeps/generic/bits/sigstack.h: New file.
2733         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
2734         * signal/Makefile (headers): Add bits/sigstack.h.
2736 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2738         * elf/rtld.c (dl_main): Fix check for number of references to
2739         interpreter object.
2741 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2743         * elf/rtld.c (dl_main): Check has_interp after executing platform
2744         specific code.
2746 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2748         * iconvdata/run-iconv-test.sh: Fix typo.
2750 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2752         * Makerules (+depfiles): Add depfiles for $(tests-static).
2753         Simplified.
2755 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2757         * manual/terminal.texi (Special Characters): Fix description of
2758         c_cc indexes.
2760 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2762         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
2763         array.
2764         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
2765         of c_cc array.
2767 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2769         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
2771 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
2773         * intl/locale.alias: Update russian entry.
2775 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2777         * Makerules (static-only-routines): Reimplement in terms of
2778         elide-routines.os.
2779         (shared-only-routines): Reimplement in terms of
2780         elide-routines.X [where X is all object-suffixes except .os].
2782         (stubs): Create stubs file inside the subdir.
2783         (common-mostlyclean): Remove stubs file from inside the subdir.
2784         * Makefile (subdir-stubs): Look for stubs files inside the
2785         subdirs.
2786         * manual/Makefile (stubs): Create dummy stubs file inside the
2787         subdir.
2789 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2791         Build speed improvement: make ar less of a bottleneck.
2793         * Makerules (stamp$o): Just record the object list for later
2794         use.
2795         (libc_foo.a): New rule, depends on subdir stamp files; builds
2796         and ranlibs the library from the lists saved in those files.
2798         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
2799         (subdirs-stamp-o): Likewise.
2801         (ar-symtab-name): Delete variable.
2802         (lib%.a): Delete target.
2803         (libc_foo.a(bar.%)): Delete target.
2804         (libc_foo.a($(ar-symtab-name))): Delete target.
2806         (objects objs): Just depend on libobjs and extra-objs.
2807         (libobjs): Depend on the stamp files, not the objects.
2808         (extra-objs): New target, just depends on the extra-objs list.
2810         (CREATE_ARFLAGS): Kill the `ar S' hack.
2812         * config.make.in (have-ar-S): Deleted.
2813         * configure.in: Delete test for `ar S'.  Add test to determine
2814         whether ranlib does anything useful.
2816 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
2818         * inet/tst-ether_aton.c: Include <stdio.h>.
2820 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
2822         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
2824         * locale/Makefile (distribute): Add programs/repertoire.h.
2825         (localedef-modules): Add repertoire.
2826         (CPPFLAGS): Define REPERTOIREMAP_PATH.
2827         * locale/programs/repertoire.c: New file.
2828         * locale/programs/repertoire.h: New file.
2829         * locale/programs/charmap.c: Starting fixing character set handling
2830         to handle multi-byte encodings.
2831         * locale/programs/charset.c: Likewise.
2832         * locale/programs/charset.h: Likewise.
2833         * locale/programs/ld-collate.c: Likewise.
2834         * locale/programs/ld-ctype.c: Likewise.
2835         * locale/programs/linereader.c: Likewise.
2836         * locale/programs/localedef.c: Likewise.
2837         * locale/programs/locfile-kw.gperf: Likewise.
2838         * locale/programs/locfile-kw.h: Likewise.
2839         * locale/programs/locfile-token.h: Likewise.
2840         * locale/programs/locfile.h: Likewise.
2841         * locale/programs/stringtrans.c: Likewise.
2843         * locale/programs/locfile.c: Interpret I18NPATH value as base of
2844         path, extended with "/locales/".
2846 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
2848         * sysdeps/arm/memset.S: Fix off by one error.
2850         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
2851         __syscall_error rather than syscall_error directly.
2853 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
2855         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
2856         mmap() syscall for ARM.
2858         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
2859         binaries.
2861 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
2863         * locale/programs/localedef.c: Recognize repertoire-map option.
2865 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2867         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
2868         converting non-hex numbers.
2869         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
2871 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
2873         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
2874         check overflow.
2875         * resolv/Makefile (tests): New, add tst-aton.
2876         * resolv/tst-aton.c: New file.
2878 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2880         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
2881         semicolon.
2883 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
2885         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
2886         by letting the later modify the variable computing the total directly.
2887         * wcsmbs/mbsrtowcs.c: Likewise.
2888         * wcsmbs/wcsnrtombs.c: Likewise.
2889         * wcsmbs/wcsrtombs.c: Likewise.
2891         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
2892         it is not used.
2893         * wcsmbs/wctoc.c: Likewise.
2895         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
2896         * wcsmbs/wcsrtombs.c: Likewise.
2898         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
2900 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2902         * iconv/skeleton.c: Correct counting of actually converted
2903         characters.
2905         * intl/localealias.c (read_alias_file): Use unsigned char for
2906         local variables.  Remove unused variable tp.
2907         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
2908         for type of codeset.  For loosing Solaris systems.
2909         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
2910         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
2911         len if not needed.
2912         Patches by Jim Meyering.
2914         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
2915         wcsrtombs must put it into initial state.
2917 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2919         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
2920         argument of bswap_XX macro.
2922 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2924         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
2925         variable name.
2927 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
2929         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
2930         semun and use stdarg macros to get the value.
2931         * sysdeps/generic/semctl.c: Don't use union semun.
2933         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
2935         * string/basename.c [!_LIBC]: Define function as gnu_basename.
2937         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
2938         strings.h.
2940         * stdlib/grouping.h: Accept ungrouped numbers even if locale
2941         defines grouping.
2943         * intl/hash-string.h: Don't include values.h.
2945         * inet/Makefile (tests): Add tst-ether_aton.
2946         * inet/tst-ether_aton.c: New file.
2948         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
2949         in hex conversion.
2950         * inet/ether_aton.c (ether_aton): Declare result variable static.
2951         Reported by ahyung@unixg.ubc.ca.
2953         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
2954         Define macro _SEM_SEMUN_UNDEFINED instead.
2955         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
2957         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
2958         * stdio-common/Makefile (tests): Add tst-wc-printf.
2960 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
2962         * manual/stdio.texi (Variable Arguments Output): Correct variable
2963         name.  Patch from Ewan Mellor <em@nexus.co.uk>
2965 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
2967         * intl/dcgettext.c: Remove unneeded definition of
2968         internal_function.
2970 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2972         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
2973         instead of do-iconv-test.
2974         ($(objpfx)gconv-modules): Define rule only if objpfx is not
2975         empty.
2977 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2979         * string/string.h: Fix feature test.
2981 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2983         * iconvdata/iso646.c (BODY): Don't use character constants that
2984         depend on signedness of char.
2986 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
2988         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
2989         (sysdep_routines): Add s_pread64 and s_pwrite64.
2991 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
2993         * iconvdata/Makefile (distribute): Remove generated .h files.
2994         * iconvdata/koi8-r.h: Removed.
2995         * iconvdata/latin-greek-1.h: Removed.
2996         * iconvdata/latin-greek.h: Removed.
2998         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
2999         * iconvdata/KOI-8: Likewise.
3000         * iconvdata/KOI-8..UTF8: Likewise.
3001         * iconvdata/KOI8-R: Likewise.
3002         * iconvdata/KOI8-R..UTF8: Likewise.
3004 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3006         * streams/Makefile (headers): Add sys/stropts.h.
3007         * streams/sys/stropts.h: New file.
3009 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3011         * sysdeps/unix/sysv/linux/ttyname.c,
3012         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
3013         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
3015 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3017         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
3018         argument of _itoa_word.
3020 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3022         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
3023         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
3024         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
3025         sigprocmask, resp., instead of EXTRA.
3027         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
3028         s_pread64 and s_pwrite64.
3030 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
3032         * iconvdata/Makefile: Correct rules to generate gap table.
3033         * iconvdata/gap.pl: Simplify.
3035         * iconvdata/TESTS: Name new tests.
3036         * iconvdata/testdata/CP1250: New file.
3037         * iconvdata/testdata/CP1250..UTF8: New file.
3038         * iconvdata/testdata/CP1251: New file.
3039         * iconvdata/testdata/CP1251..UTF8: New file.
3040         * iconvdata/testdata/CP1252: New file.
3041         * iconvdata/testdata/CP1252..UTF8: New file.
3042         * iconvdata/testdata/CP1253: New file.
3043         * iconvdata/testdata/CP1253..UTF8: New file.
3044         * iconvdata/testdata/CP1254: New file.
3045         * iconvdata/testdata/CP1254..UTF8: New file.
3046         * iconvdata/testdata/CP1255: New file.
3047         * iconvdata/testdata/CP1255..UTF8: New file.
3048         * iconvdata/testdata/CP1256: New file.
3049         * iconvdata/testdata/CP1256..UTF8: New file.
3050         * iconvdata/testdata/CP1257: New file.
3051         * iconvdata/testdata/CP1257..UTF8: New file.
3053 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
3055         * iconvdata/Makefile: Add rules for ISO-2022-KR.
3056         * iconvdata/iso-2022-kr.c: New file.
3058         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
3059         and ISO-2022-KR.
3061 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
3063         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
3064         iso8859-8 and iso8859-10.
3065         * iconvdata/iso8859-5.c: Change to use gap method.
3066         * iconvdata/iso8859-7.c: Likewise.
3067         * iconvdata/iso8859-8.c: Likewise.
3068         * iconvdata/iso8859-10.c: Likewise.
3070         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
3071         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
3072         end of the loop.
3073         * iconvdata/iso-2022-jp.c: New file.
3075         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
3076         * iconvdata/ksc5601.h: Unify function interfaces.
3077         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
3078         * iconvdata/uhc.c: Likewise.
3080         * iconvdata/gb2312.h: Use correct types.
3082         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
3083         size elements of data.
3085 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3087         * string/tst-svc.expect: Adapt for change in .input.
3088         * string/tst-svc.input: More tests.
3090 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
3092         * iconvdata/Makefile: Add rules for new modules.
3093         * iconvdata/gconv-modules: Likewise.
3094         * iconvdata/cp737.c: New file.
3095         * iconvdata/cp737.h: New file.
3096         * iconvdata/cp775.c: New file.
3097         * iconvdata/cp775.h: New file.
3098         * iconvdata/cp874.c: New file.
3099         * iconvdata/cp874.h: New file.
3101 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
3103         * iconvdata/Makefile: Create target directory before generating
3104         headers.
3106 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3108         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
3109         __USER_LABEL_PREFIX__.
3110         (__ASMNAME, __ASMNAME2): New macros.
3112 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3114         * elf/dl-load.c: Include sys/param.h for MAX.
3116 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
3118         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
3119         __ftruncate the strong symbol, and add weak alias.
3120         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3122 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3124         * termios/cfsetspeed.c: Make code cleaner and add missing const.
3125         Patch by Joe Keane <jgk@jgk.org>.
3127         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
3128         free()ing.
3130 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
3132         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
3133         Patch by Thomas Bushnell, n/BSG.
3135 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3137         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
3139 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3141         * iconvdata/Makefile: Put generated headers in build directory.
3143 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
3145         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
3146         strsep as current directory.
3148         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
3149         Java.  Add definitions for unicodelittle implementation.
3150         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
3151         * iconv/gconv_simple.c: Define unicodelittle functions.
3153         * iconv/iconv_prog.c: Make program print information about position
3154         of illegal character in input.
3156         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
3157         comparison of charset name.
3158         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
3159         * iconvdata/ebcdic-at-de-a.c: Likewise.
3160         * iconvdata/ebcdic-at-de.c: Likewise.
3161         * iconvdata/ebcdic-ca-fr.c: Likewise.
3162         * iconvdata/euccn.c: Likewise.
3163         * iconvdata/eucjp.c: Likewise.
3164         * iconvdata/euckr.c: Likewise.
3165         * iconvdata/euctw.c: Likewise.
3166         * iconvdata/hp-roman8.c: Likewise.
3167         * iconvdata/iso6937.c: Likewise.
3168         * iconvdata/iso8859-1.c: Likewise.
3169         * iconvdata/iso8859-10.c: Likewise.
3170         * iconvdata/iso8859-2.c: Likewise.
3171         * iconvdata/iso8859-3.c: Likewise.
3172         * iconvdata/iso8859-4.c: Likewise.
3173         * iconvdata/iso8859-5.c: Likewise.
3174         * iconvdata/iso8859-6.c: Likewise.
3175         * iconvdata/iso8859-7.c: Likewise.
3176         * iconvdata/iso8859-8.c: Likewise.
3177         * iconvdata/iso8859-9.c: Likewise.
3178         * iconvdata/johab.c: Likewise.
3179         * iconvdata/koi-8.c: Likewise.
3180         * iconvdata/koi8-r.c: Likewise.
3181         * iconvdata/latin-greek-1.c: Likewise.
3182         * iconvdata/latin-greek.c: Likewise.
3183         * iconvdata/sjis.c: Likewise.
3184         * iconvdata/t61.c: Likewise.
3185         * iconvdata/uhc.c: Likewise.
3187         * iconvdata/iso646.c: Add support for more ISO 646 variants.
3188         * iconvdata/TESTS: Add tests for ISO646 module.
3189         * iconvdata/gconv-modules: Add new modules.
3190         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
3191         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
3192         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
3193         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
3194         * iconvdata/testdate/DIN_66003: Likewise.
3195         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
3196         * iconvdata/testdate/DS_2089: Likewise.
3197         * iconvdata/testdate/DS_2089..UTF8: Likewise.
3198         * iconvdata/testdate/ES: Likewise.
3199         * iconvdata/testdate/ES..UTF8: Likewise.
3200         * iconvdata/testdate/ES2: Likewise.
3201         * iconvdata/testdate/ES2..UTF8: Likewise.
3202         * iconvdata/testdate/GB_1988-80: Likewise.
3203         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
3204         * iconvdata/testdate/IT: Likewise.
3205         * iconvdata/testdate/IT..UTF8: Likewise.
3206         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
3207         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
3208         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
3209         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
3210         * iconvdata/testdate/JUS_I.B1.002: Likewise.
3211         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
3212         * iconvdata/testdate/KSC5636: Likewise.
3213         * iconvdata/testdate/KSC5636..UTF8: Likewise.
3214         * iconvdata/testdate/MSZ_7795.3: Likewise.
3215         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
3216         * iconvdata/testdate/NC_NC00-10: Likewise.
3217         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
3218         * iconvdata/testdate/NF_Z_62-010: Likewise.
3219         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
3220         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
3221         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
3222         * iconvdata/testdate/NS_4551-1: Likewise.
3223         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
3224         * iconvdata/testdate/NS_4551-2: Likewise.
3225         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
3226         * iconvdata/testdate/PT: Likewise.
3227         * iconvdata/testdate/PT..UTF8: Likewise.
3228         * iconvdata/testdate/PT2: Likewise.
3229         * iconvdata/testdate/PT2..UTF8: Likewise.
3230         * iconvdata/testdate/SEN_850200_B: Likewise.
3231         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
3232         * iconvdata/testdate/SEN_850200_C: Likewise.
3233         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
3235         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
3236         * iconvdata/cns11643l1.h: Likewise.
3237         * iconvdata/latin-greek-1.h: Likewise.
3238         * iconvdata/latin-greek.h: Likewise.
3239         * iconvdata/koi8-r.h: Likewise.
3240         * iconvdata/jis0212.h: Likewise.
3241         * iconvdata/gb2312.h: Likewise.
3242         * iconvdata/ksc5601.h: Likewise.
3244         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
3246         * iconvdata/Makefile: Add rules for lots of more modules.
3247         * iconvdata/cp1250.c: New file.
3248         * iconvdata/cp1251.c: New file.
3249         * iconvdata/cp1252.c: New file.
3250         * iconvdata/cp1253.c: New file.
3251         * iconvdata/cp1254.c: New file.
3252         * iconvdata/cp1255.c: New file.
3253         * iconvdata/cp1256.c: New file.
3254         * iconvdata/cp1257.c: New file.
3255         * iconvdata/ebcdic-dk-no-a.c: New file.
3256         * iconvdata/ebcdic-dk-no.c: New file.
3257         * iconvdata/ebcdic-es-a.c: New file.
3258         * iconvdata/ebcdic-es-s.c: New file.
3259         * iconvdata/ebcdic-es.c: New file.
3260         * iconvdata/ebcdic-fi-se-a.c: New file.
3261         * iconvdata/ebcdic-fi-se.c: New file.
3262         * iconvdata/ebcdic-fr.c: New file.
3263         * iconvdata/ebcdic-is-friss.c: New file.
3264         * iconvdata/ebcdic-it.c: New file.
3265         * iconvdata/ebcdic-pt.c: New file.
3266         * iconvdata/ebcdic-uk.c: New file.
3267         * iconvdata/ebcdic-us.c: New file.
3268         * iconvdata/ibm037.c: New file.
3269         * iconvdata/ibm038.c: New file.
3270         * iconvdata/ibm1004.c: New file.
3271         * iconvdata/ibm1026.c: New file.
3272         * iconvdata/ibm1047.c: New file.
3273         * iconvdata/ibm256.c: New file.
3274         * iconvdata/ibm273.c: New file.
3275         * iconvdata/ibm274.c: New file.
3276         * iconvdata/ibm275.c: New file.
3277         * iconvdata/ibm277.c: New file.
3278         * iconvdata/ibm278.c: New file.
3279         * iconvdata/ibm280.c: New file.
3280         * iconvdata/ibm281.c: New file.
3281         * iconvdata/ibm284.c: New file.
3282         * iconvdata/ibm285.c: New file.
3283         * iconvdata/ibm290.c: New file.
3284         * iconvdata/ibm297.c: New file.
3285         * iconvdata/ibm420.c: New file.
3286         * iconvdata/ibm423.c: New file.
3287         * iconvdata/ibm424.c: New file.
3288         * iconvdata/ibm437.c: New file.
3289         * iconvdata/ibm500.c: New file.
3290         * iconvdata/ibm850.c: New file.
3291         * iconvdata/ibm851.c: New file.
3292         * iconvdata/ibm852.c: New file.
3293         * iconvdata/ibm855.c: New file.
3294         * iconvdata/ibm857.c: New file.
3295         * iconvdata/ibm860.c: New file.
3296         * iconvdata/ibm861.c: New file.
3297         * iconvdata/ibm862.c: New file.
3298         * iconvdata/ibm863.c: New file.
3299         * iconvdata/ibm864.c: New file.
3300         * iconvdata/ibm865.c: New file.
3301         * iconvdata/ibm868.c: New file.
3302         * iconvdata/ibm869.c: New file.
3303         * iconvdata/ibm870.c: New file.
3304         * iconvdata/ibm871.c: New file.
3305         * iconvdata/ibm875.c: New file.
3306         * iconvdata/ibm880.c: New file.
3307         * iconvdata/ibm891.c: New file.
3308         * iconvdata/ibm903.c: New file.
3309         * iconvdata/ibm904.c: New file.
3310         * iconvdata/ibm905.c: New file.
3311         * iconvdata/ibm918.c: New file.
3313         * locale/iso-4217.def: Update.
3314         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
3316         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
3317         formats.
3319 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3321         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
3322         LD_LIBRARY_PATH.
3324 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3326         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
3327         * Makefile: Likewise.
3328         * posix/Makefile: Likewise.
3329         * sysdeps/mach/hurd/Makefile: Likewise.
3331 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3333         * sysdeps/mach/hurd/bits/dirent.h: New file.
3334         * sysdeps/mach/hurd/readdir64.c: New file.
3335         * sysdeps/mach/hurd/readdir64_r.c: New file.
3337 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3339         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
3340         dprintf): Synchronize declarations with libio/stdio.h.
3342 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3344         * elf/dlerror.c (dlerror): Don't assume that
3345         __libc_internal_tsd_get is defined.  __libc_getspecific is already
3346         well-protected, so just use it directly.
3348 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3350         * io/ftw.h (ftw): Fix typo.
3352 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3354         * sysdeps/gnu/utmp_file.c: Fix typo.
3356 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3358         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
3359         one part of a test fails move on to the next test.
3361 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
3363         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
3365 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3367         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
3368         as pointers, not signed integers.
3370 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3372         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
3374 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3376         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
3377         asm symbol name of functions.
3378         * include/features.h: Kill redundant test.
3380         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
3381         * io/ftw.h: Likewise.
3382         * io/sys/stat.h: Likewise.
3383         * io/sys/statfs.h: Likewise.
3384         * io/sys/statvfs.h: Likewise.
3385         * libio/stdio.h: Likewise.
3386         * resource/sys/resource.h: Likewise.
3387         * rt/aio.h: Likewise.
3389         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
3390          __FAVOR_BSD.
3391         * signal/signal.h: Use new macros for BSD vs. SysV signal().
3393         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
3394         a dummy library.
3395         * misc/bsd-compat.c: Removed.
3397 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
3399         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
3400         function declaration.
3401         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
3402         and use them in conversion function.
3403         * iconvdata/Makefile (modules): Re-add ISO6446.
3404         * iconvdata/TEST: Add tests for ASCII variants.
3405         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
3406         * iconvdata/testdata/ANSI_X3.4-1968: New file.
3407         * iconvdata/testdata/BS_4730: New file.
3408         * iconvdata/testdata/BS_4730..UTF8: New file.
3410 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
3412         * iconv/gconv.h (struct gconv_step): Add element stateful.
3413         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
3414         to zero for all internal conversions.
3415         * iconv/skeleton.c: Initialize stateful depending on whether or not
3416         RESET_STATE is defined to one or zero respectively.
3417         * stdlib/mblen.c: Use stateful element of currently selected
3418         converter for result if S is NULL.
3419         * stdlib/mbtowc.c: Likewise.
3420         * stdlib/wctomb.c: Likewise.
3422 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
3424         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
3426         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
3428         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
3429         character in comparison with uint32_t.
3430         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
3431         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
3432         Optimize BODY a bit.
3434         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
3435         be defined.
3437         * iconv/skeleton.c: Also reset converted counter in case of an error.
3438         Call reset function using correct value for output buffer start.
3440         * iconvdata/Makefile: Re-enable tests.
3442         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
3443         value for to-conversion.
3445         * iconvdata/TESTS: Add new third column.
3446         * iconvdata/run-iconv-test.sh: Add support for charsets which are
3447         not ASCII based.
3448         * iconvdata/testdata/suntzus: New file.
3450         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
3451         while reading.  Correctly used base.  Little optimization.
3452         (__strtoul_internal): Likewise.
3454         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
3455         was wrong.  Use explicit variable.
3457 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3459         * configure.in: Check for awk.
3460         * config.make.in: Add AWK to be substituted.
3462         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
3463         * manual/users.texi: Fix typo exposed by above rewrite.
3465         * Makefile: Invoke awk using AWK variable.
3466         * csu/Makefile: Likewise.
3467         * elf/Makefile: Likewise.
3468         * mach/Makefile: Likewise.
3469         * manual/Makefile: Likewise.
3470         * sysdeps/gnu/Makefile: Likewise.
3471         * sysdeps/mach/hurd/Makefile: Likewise.
3472         * sysdeps/unix/Makefile: Likewise.
3473         * timezone/Makefile: Likewise.
3475 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
3477         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
3478         array index translation.
3479         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
3480         these are defined.
3482         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
3484         * sysdeps/mach/hurd/errlist.c: New file.
3485         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
3486         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
3487         semantics, so rename it.
3489 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3491         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
3492         conversions.
3494 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
3496         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
3497         * wcsmbs/wcsnrtombs.c: Likewise.
3499 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
3501         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
3503         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
3505         * time/strftime.c (my_strftime): Initialize pad variable in
3506         declaration.
3508         * iconvdata/big5.c: Don't use character constants in comparisons
3509         with unsigned value.
3511 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
3513         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
3514         __libc_siglongjmp to GLIBC_2.1.
3516         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
3517         __strerror_r.
3519         * iconv/Makefile: Don't run tests now.
3521         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
3522         with correct output buffer.
3524         Major rewrite of the low-level gconv functionality.
3525         * iconv/gconv.c: Rewritten.
3526         * iconv/gconv.h: Likewise.
3527         * iconv/gconv_builtin.c: Likewise.
3528         * iconv/gconv_builtin.h: Likewise.
3529         * iconv/gconv_conf.c: Likewise.
3530         * iconv/gconv_int.h: Likewise.
3531         * iconv/gconv_open.c: Likewise.
3532         * iconv/gconv_simple.c: Likewise.
3533         * iconv/iconv.c: Likewise.
3534         * iconvdata/8bit-gap.c: Likewise.
3535         * iconvdata/8bit-generic.c: Likewise.
3536         * iconvdata/Makefile: Likewise.
3537         * iconvdata/big5.c: Likewise.
3538         * iconvdata/cns11643.c: Likewise.
3539         * iconvdata/cns11643.h: Likewise.
3540         * iconvdata/cns11643l1.c: Likewise.
3541         * iconvdata/cns11643l1.h: Likewise.
3542         * iconvdata/ebcdic-at-de-a.c: Likewise.
3543         * iconvdata/ebcdic-at-de.c: Likewise.
3544         * iconvdata/ebcdic-ca-fr.c: Likewise.
3545         * iconvdata/euccn.c: Likewise.
3546         * iconvdata/eucjp.c: Likewise.
3547         * iconvdata/euckr.c: Likewise.
3548         * iconvdata/euctw.c: Likewise.
3549         * iconvdata/gb2312.c: Likewise.
3550         * iconvdata/gb2312.h: Likewise.
3551         * iconvdata/hp-roman8.c: Likewise.
3552         * iconvdata/iso646.c: Likewise.
3553         * iconvdata/iso6937.c: Likewise.
3554         * iconvdata/iso8859-1.c: Likewise.
3555         * iconvdata/iso8859-10.c: Likewise.
3556         * iconvdata/iso8859-2.c: Likewise.
3557         * iconvdata/iso8859-3.c: Likewise.
3558         * iconvdata/iso8859-4.c: Likewise.
3559         * iconvdata/iso8859-5.c: Likewise.
3560         * iconvdata/iso8859-6.c: Likewise.
3561         * iconvdata/iso8859-7.c: Likewise.
3562         * iconvdata/iso8859-8.c: Likewise.
3563         * iconvdata/iso8859-9.c: Likewise.
3564         * iconvdata/jis0201.c: Likewise.
3565         * iconvdata/jis0201.h: Likewise.
3566         * iconvdata/jis0208.c: Likewise.
3567         * iconvdata/jis0208.h: Likewise.
3568         * iconvdata/jis0212.c: Likewise.
3569         * iconvdata/jis0212.h: Likewise.
3570         * iconvdata/johab.c: Likewise.
3571         * iconvdata/koi-8.c: Likewise.
3572         * iconvdata/koi8-r.c: Likewise.
3573         * iconvdata/ksc5601.c: Likewise.
3574         * iconvdata/ksc5601.h: Likewise.
3575         * iconvdata/latin-greek-1.c: Likewise.
3576         * iconvdata/latin-greek.c: Likewise.
3577         * iconvdata/run-iconv-test.sh: Likewise.
3578         * iconvdata/sjis.c: Likewise.
3579         * iconvdata/t61.c: Likewise.
3580         * iconvdata/uhc.c: Likewise.
3581         * wcsmbs/btowc.c: Likewise.
3582         * wcsmbs/mbrtowc.c: Likewise.
3583         * wcsmbs/mbsnrtowcs.c: Likewise.
3584         * wcsmbs/mbsrtowcs.c: Likewise.
3585         * wcsmbs/wcrtomb.c: Likewise.
3586         * wcsmbs/wcsmbsload.c: Likewise.
3587         * wcsmbs/wcsnrtombs.c: Likewise.
3588         * wcsmbs/wcsrtombs.c: Likewise.
3589         * wcsmbs/wctob.c: Likewise.
3590         * iconv/loop.c: New file.
3591         * iconv/skeleton.c: New file.
3593         * stdlib/mblen.c: Handle empty input string correctly.
3594         * stdlib/mbtowc.c: Likewise.
3596         * posix/getopt.c: Various cleanups.
3598         * sysdeps/arm/bits/setjmp.h: Add copyright text.
3599         * sysdeps/i386/bits/setjmp.h: Likewise.
3600         * sysdeps/m68k/bits/setjmp.h: Likewise.
3601         * sysdeps/powerpc/bits/setjmp.h: Likewise.
3602         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
3604         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
3605         and make longjmp weak alias.
3607 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
3609         * iconv/Makefile (routines): Only include gconv_dl if building for
3610         an ELF system - dynamic linking is not available on a.out.
3611         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
3612         due to above check.
3613         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
3614         routines from gconv_dl.
3616 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
3618         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
3619         we can compile without libio.
3621 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
3623         * sysdeps/mach/hurd/Subdirs: Remove login.
3625 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
3627         * db2/compat.h: Include <errno.h>, to make sure we get the
3628         definition of EFTYPE before we define it ourselves.
3630 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
3632         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
3633         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
3634         Fix typo to allow inclusion from sys/ioctl.h again.
3636 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3638         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
3640 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3642         * libc.map: Export __strerror_r.  Remove _strerror_internal.
3644 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3646         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
3647         Also undefine __strcasestr.
3649 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3651         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
3652         aliases do not work with global variables due to copy relocations.
3654 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
3656         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
3658 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
3660         * signal/sighold.c: Include stddef.h for NULL definition.
3661         * signal/sigrelse.c: Likewise.
3662         * sysdeps/posix/sigignore.c: Likewise.
3663         * sysdeps/posix/sigset.c: Likewise.
3664         * sysdeps/posix/waitid.c: Likewise.
3665         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
3666         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
3667         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3668         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
3669         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3671 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
3673         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
3674         * login/getutent.c (getutxent): Remove alias.
3675         * login/getutent_r.c (setutxent, pututxline, endutxent):
3676         Remove aliases.
3677         * login/getutid.c (getutxid): Remove alias.
3678         * login/getutline.c (getutxline): Remove alias.
3679         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
3680         __getutid, __getutline and __pututline.
3681         * login/utmpx.h: Moved to ...
3682         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
3683         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
3684         and updwtmpx.
3685         * login/updwtmp.c: Moved to ...
3686         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
3687         allowing file name transformation.
3688         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
3689         additional file name transformation.
3690         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
3691         * login/utmp_file.c: Moved to ...
3692         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
3693         Generalized by allowing file name transformation.  Do not
3694         print error message.  Library functions should not print them.
3695         Reported by Jim Meyering.
3696         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
3697         with additional file name transformation.
3698         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
3699         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
3700         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
3701         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
3702         and bits/utmpx.h.
3703         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
3704         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
3705         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
3706         Define if __USE_GNU.
3707         * sysdeps/generic/setutxent.c: New file.
3708         * sysdeps/generic/getutxent.c: New file.
3709         * sysdeps/generic/endutxent.c: New file.
3710         * sysdeps/generic/getutxid.c: New file.
3711         * sysdeps/generic/getutxline.c: New file.
3712         * sysdeps/generic/pututxline.c: New file.
3713         * sysdeps/generic/utmpxname.c: New file.
3714         * sysdeps/generic/updwtmpx.c: New file.
3715         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
3716         * sysdeps/generic/bits/utmpx.h: Remove.
3718 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
3720         * posix/wordexp-test.c (main): Initialize ifs element of ts for
3721         ~root test.
3723 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
3725         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
3727 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
3729         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
3730         variable using _G_stat64.
3731         * libio/fileops.c: Remove macro definition of fstat, it is in the
3732         global header.
3733         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
3735 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
3737         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
3738         <willy@odie.barnet.ac.uk>.
3740 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
3742         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
3743         required by IPv6 Basic API.
3744         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
3745         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
3746         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
3747         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
3749 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
3751         Don't name internal representation since it might be different from
3752         the external form (namely on little endian machines).
3753         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
3754         UCS4 into references to INTERNAL.
3755         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
3756         Add endianess support to UCS functions.  Change references to
3757         UCS4 into references to INTERNAL.
3758         * iconv/gconv_int.h: Change references to UCS4 into references to
3759         INTERNAL.
3760         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
3761         * iconvdata/gconv-modules: Change accordingly.
3762         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
3764         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
3765         overflow.
3766         * iconvdata/8bit-gap.c: Likewise.
3767         * iconvdata/8bit-generic.c: Likewise.
3768         * iconvdata/big5.c: Likewise.
3769         * iconvdata/euccn.c: Likewise.
3770         * iconvdata/eucjp.c: Likewise.
3771         * iconvdata/euckr.c: Likewise.
3772         * iconvdata/euctw.c: Likewise.
3773         * iconvdata/iso646.c: Likewise.
3774         * iconvdata/iso6937.c: Likewise.
3775         * iconvdata/iso8859-1.c: Likewise.
3776         * iconvdata/johab.c: Likewise.
3777         * iconvdata/sjis.c: Likewise.
3778         * iconvdata/t61.c: Likewise.
3779         * iconvdata/uhc.c: Likewise.
3781         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
3782         * iconvdata/8bit-generic.c: Likewise.
3784         * iconvdata/TESTS: Add more tests.
3786         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
3788 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
3790         * iconvdata/Makefile: Better rules to run tests.
3792         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
3793         * iconvdata/testdata/ISO-8859-10: Likewise.
3794         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
3795         * iconvdata/testdata/ISO-8859-2: Likewise.
3796         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
3797         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
3798         * iconvdata/testdata/ISO-8859-3: Likewise.
3799         * iconvdata/testdata/ISO-8859-4: Likewise.
3800         * iconvdata/testdata/ISO-8859-5: Likewise.
3801         * iconvdata/testdata/ISO-8859-6: Likewise.
3802         * iconvdata/testdata/ISO-8859-7: Likewise.
3803         * iconvdata/testdata/ISO-8859-8: Likewise.
3804         * iconvdata/testdata/ISO-8859-9: Likewise.
3806 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
3808         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
3809         intermediate result (if available).
3811         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
3812         last change.
3814         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
3815         (distribute): Add run-iconv-test.sh and testdata/*.
3817         * stdlib/testmb.c (main): Simplify mbc array handling.
3819 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3821         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
3822         return value on overflow.
3824 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3826         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
3827         bits.
3829 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3831         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
3832         of non-standard function setbuffer.
3834 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3836         * stdio-common/perror.c: Include <string.h> for __strerror_r.
3838 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
3840         * iconvdata/Makefile: Add rules to run tests.
3841         * iconvdata/TESTS: New file.
3842         * iconvdata/run-iconv-test.sh: New file.
3843         * iconvdata/testdata/ISO-8859-1: New file.
3845         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
3846         not stdout.
3848 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
3850         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
3851         counter element of step.
3853         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
3855         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
3856         termination test.
3857         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
3858         ACTUALLY.
3859         (__gconv_transform_utf8_ucs4): Correct test for empty input.
3861 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
3863         * Makefile: Include makeconfig before defining rule to regenerate
3864         configure files.
3866         * configure.in: Remove restriction on compiling without static
3867         libs.
3869 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
3871         * test-skeleton.c: Provide hook for initializing code before the fork.
3872         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
3873         removed.
3875         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
3876         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
3877         * libio/libioP.h: Adopt _IO_cleanup prototype.
3879         * stdlib/Makefile (tests): Add test-canon2.
3880         * stdlib/test-canon2.c: New file.
3881         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
3882         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
3883         symlink sequences.
3884         (__realpath): Make real function which checks RESOLVED parameter for
3885         not being NULL.
3887 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
3889         * catgets/open_catalog.c (__open_catalog): Fix problems with
3890         reading non-files.  Always close file.
3891         Reported by Cristian Gafton <gafton@redhat.com>.
3893         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
3895 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
3897         * libc.map: Add various low-level I/O functions.
3899 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
3901         * string/Makefile (routines): Remove strerror_r.
3902         * string/strerror_r.c: Removed.
3903         * string/strerror.c: Call __strerror_r for doing the real work.
3904         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
3905         add weak alias strerror_r.
3906         * sysdeps/mach/_strerror.c: Likewise.
3907         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
3908         * elf/dl-error.c (_dl_signal_error): Likewise.
3909         * elf/dl-profile.c (_dl_start_profile): Likewise.
3910         * gmon/gmon.c (write_gmon): Likewise.
3911         * stdio-common/perror.c: Likewise.
3912         * stdio-common/vfprintf.c: Likewise.
3914 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
3916         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
3917         (sysdep_headers): Add netatalk/at.h.
3919 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3921         * manual/socket.texi, manual/creature.texi, manual/time.texi:
3922         Formatting fixes.
3924 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3926         * posix/regex.c: Rename __re_syntax_options back to
3927         re_syntax_options, aliases do not work with global variables due
3928         to copy relocations.
3929         (regex_compile): Use syntax parameter instead of
3930         re_syntax_options.
3932 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3934         * configure.in: Document that enable-force-install is default.
3936 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
3938         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
3939         all needed 36 bits.
3940         * sysdeps/posix/mkstemp.c: Likewise.
3942 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
3944         * iconvdata/8bit-gap.c: Simplify step data handling.
3945         * iconvdata/8bit-generic.c: Likewise.
3946         * iconvdata/big5.c: Likewise.
3947         * iconvdata/euccn.c: Likewise.
3948         * iconvdata/eucjp.c: Likewise.
3949         * iconvdata/euckr.c: Likewise.
3950         * iconvdata/euctw.c: Likewise.
3951         * iconvdata/iso6937.c: Likewise.
3952         * iconvdata/iso8859-1.c: Likewise.
3953         * iconvdata/jis0208.h: Likewise.
3954         * iconvdata/jis0212.c: Likewise.
3955         * iconvdata/jis0212.h: Likewise.
3956         * iconvdata/johab.c: Likewise.
3957         * iconvdata/ksc5601.h: Likewise.
3958         * iconvdata/sjis.c: Likewise.
3959         * iconvdata/t61.c: Likewise.
3960         * iconvdata/uhc.c: Likewise.
3962 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
3964         * manual/texinfo.texi: Updated from last version.
3966 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
3968         * iconvdata/cns11643.c: New file.
3969         * iconvdata/cns11643.h: New file.
3970         * iconvdata/cns11643l1.c: New file.
3971         * iconvdata/cns11643l1.h: New file.
3972         * iconvdata/euctw.c: New file.
3973         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
3974         * iconvdata/gconv-modules: Likewise.
3976         * iconvdata/eucjp.c: Several bug fixes and improvements.
3977         * iconvdata/gb2312.h: Likewise.
3978         * iconvdata/jis0201.h: Likewise.
3979         * iconvdata/jis0208.h: Likewise.
3980         * iconvdata/jis0212.h: Likewise.
3982 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
3984         * iconvdata/eucjp.c: New file.
3985         * iconvdata/euccn.c: New file.
3986         * iconvdata/gb2312.h: New file.
3987         * iconvdata/gb2312.c: New file.
3988         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
3989         * iconvdata/gconv-modules: Likewise.
3991         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
3993 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
3995         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
3996         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
3997         Patch by Mark Hatle <fray@kernel.crashing.org>.
3999 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
4001         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
4002         comment.
4003         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
4004         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
4006 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
4008         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
4010         * iconvdata/Makefile: Add rules for big5 conversion.
4011         * iconvdata/gconv-modules: Likewise.
4012         * iconvdata/big5.c: New file.
4014         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
4015         Patch by Jim Meyering.
4017 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
4019         * rt/tst-aio.c: Add test for aio_read and lio_listio.
4021         * rt/lio_listio.c: Correct total counter handling.
4023         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
4024         from request queue.
4026         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
4027         of signal on exit even more.
4029         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
4030         instead of call to pthread_cond_init.
4031         * rt/lio_listio.c (lio_listio): Likewise.
4032         * rt/lio_listio64.c (lio_listio64): Likewise.
4034         * nis/nis_findserv.c: Include sys/socket.h.
4036 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
4038         * Makeconfig (rtobjdir): New variable.
4039         (rpath-link): Add rtobjdir and thread directory, if available.
4041         * test-skeleton.c: Add support to remove temporary files.
4042         Always define test_dir.  Improve message about expected signal.
4044         * rt/Makefile (tests): Add tst-aio.
4045         Add rules for tst-aio to be linked with librt and thread library.
4046         * rt/aio_misc.c: Correct fundamental bugs.
4047         * rt/aio_suspend.c: Correct bug in test for available request.
4048         Initialize conditional variable.
4049         * rt/lio_listio.c: Initialize conditional variable.
4050         * rt/lio_listio64.c: Likewise.
4051         * rt/tst-aio.c: New file.
4053         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
4054         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
4055         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
4056         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
4057         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
4058         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
4059         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
4061 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
4063         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
4065 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
4067         * elf/dl-load.c (open_path): Use correct name for test whether
4068         directory in load path exists.
4070         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
4071         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
4072         Patches by Tom Rini <trini@kernel.crashing.org>.
4074         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
4075         * wcsmbs/wcstod_l.c: Likewise.
4076         * wcsmbs/wcstold_l.c: Likewise.
4078         * include/byteswap.h: New file.
4080         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
4081         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
4083         * inet/getnameinfo.c (getnameinfo): Change parameter to match
4084         declaration.  Patch by Richard Henderson.
4086 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4088         * manual/process.texi (SIGCHLD example): Save errno.
4090 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
4092         * posix/regex.c: Define regerror really as __regerror.
4093         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
4094         regerror and regfree.
4096         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
4097         * stdlib/strtod_l.c: Likewise.
4098         * stdlib/strtold_l.c: Likewise.
4100         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
4102         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
4104         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
4105         Patch by Christian Gafton.
4107 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
4109         * manual/socket.texi (Interface Naming): Correct @deftypefun line
4110         for if_indextoname.
4112 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4114         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
4116         * manual/socket.texi (Interface Naming): Fix typo.
4118 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4120         * manual/examples/filesrv.c (main): Remove filename first.
4122         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
4123         ?F_UNIX.
4125         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
4126         instead of PF_UNIX.
4128         * manual/examples/filecli.c (main): Use AF_LOCAL
4129         instead of AF_UNIX.
4131 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
4133         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
4134         signgam weak alias.
4135         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
4136         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
4137         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
4138         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
4139         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
4140         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
4142         * login/utmp_daemon.c (open_socket): Use __connect not connect.
4144 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4146         * configure.in: Add new option --enable-force-install.  Substitute
4147         force_install.
4148         * config.make.in (force-install): Set from configure.
4149         * Makerules (force-install): New phony target.
4150         * Makeconfig (+force): New variable.
4151         * Makefile: Use it in dependency list of installation targets.
4152         * db/Makefile: Likewise.
4153         * db2/Makefile: Likewise.
4154         * elf/Makefile: Likewise.
4155         * hurd/Makefile: Likewise.
4156         * iconv/Makefile: Likewise.
4157         * iconvdata/Makefile: Likewise.
4158         * intl/Makefile: Likewise.
4159         * localedata/Makefile: Likewise.
4160         * login/Makefile: Likewise.
4161         * po/Makefile: Likewise.
4162         * sunrpc/Makefile: Likewise.
4163         * sysdeps/mach/hurd/Makefile: Likewise.
4164         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
4165         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4166         * timezone/Makefile: Likewise.
4168 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4170         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
4171         alloc_size.  Pass return value of getcwd syscall to realloc.
4173 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4175         * manual/socket.texi: Spelling fixes.
4177 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4179         * elf/dl-load.c (print_search_path): Remove unused variable.
4181 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
4183         * login/utmp_file.c: use __ftruncate not ftruncate.
4184         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
4185         for system call and make ftruncate weak alias.
4186         * posix/unistd.h: Add prototype for __ftruncate.
4187         * login/utmp_daemon.c (open_socket): Use __socket not socket.
4188         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
4189         instead of snprintf and readv.
4190         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
4191         snprintf.
4192         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
4193         directly.
4195 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
4197         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
4198         * iconv/gconv_db.c: Use __ protected regex functions.
4199         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
4200         * posix/getopt_init.c: Use __getpid not getpid.
4201         * posix/regex.c: Rename all global functions to start with __ and
4202         make old names weak aliases.
4203         * posix/regex.h: Adopt prototypes for this.
4204         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
4205         a weak alias and use __getcwd instead of getcwd.
4206         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
4207         * stdlib/strtod.c: Use __btowc instead of btowc.
4208         * stdlib/strtol.c: Likewise.
4209         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
4210         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
4211         and sys_errlist are weak.
4212         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
4213         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
4214         * wcsmbs/mbsnrtowcs.c: Likewise.
4215         * wcsmbs/mbsrtowcs.c: Likewise.
4216         * wcsmbs/wcsnrtombs.c: Likewise.
4217         * wcsmbs/wcsrtombs.c: Likewise.
4218         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
4219         weak alias.
4220         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
4221         * wctype/wctype.c: Define function as __wctype and make wctype
4222         weak alias.
4223         * wctype/wctype.h: Declare __wctype.
4225 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
4227         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
4229 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4231         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
4232         stat64.
4233         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
4234         functions.
4235         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
4236         for __llseek.
4237         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4238         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
4239         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
4240         make it a weak alias.
4241         * posix/unistd.h: Declare __lseek64.
4243         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
4244         (_IO_file_stat): Fix typo.
4245         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
4246         block size from the file.  Use __mempcpy if _LIBC.
4248 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
4250         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
4251         * wcsmbs/mbrtowc.c: Likewise.
4252         * wcsmbs/mbsnrtowcs.c: Likewise.
4253         * wcsmbs/mbsrtowcs.c: Likewise.
4254         * wcsmbs/wcrtomb.c: Likewise.
4255         * wcsmbs/wcsnrtombs.c: Likewise.
4256         * wcsmbs/wcsrtombs.c: Likewise.
4257         * wcsmbs/wctob.c: Likewise.
4259         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
4260         position of next output character correctly.
4261         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
4263         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
4265         * stdlib/strtod.c: Don't use mbtowc.
4267 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
4269         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
4270         what we want is smaller than a buffer.
4272 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
4274         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
4275         this function.
4277 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
4279         * configure.in: Recognize --with-headers flag and determine
4280         commandline options to be used in compilation.
4281         * Makeconfig (+includes): Use $(sysincludes).
4282         * config.make.in (sysincludes): Define from SYSINCLUDES.
4283         * glibcbug.in: Use SYSINCLUDES information.
4284         Patches by Zack Weinberg.
4286 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4288         * glibcbug.in: On linux, report version of kernel headers seen
4289         by compiler.
4291 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
4293         * libc.map: Add __asprintf to GLIBC_2.1.
4294         * elf/dlerror.c: Use __asprintf, not asprintf.
4295         * libio/stdio.h: Declare __asprintf.
4296         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
4297         a weak alias.
4299         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
4300         to avoid inclusion from libc_pic.a.
4302         * elf/dl-runtime.c: Undo last patch.
4304         * stdlib/strtod.c: Don't use mbtowc, use btowc.
4306         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
4307         as default, use NULL.
4309 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4311         * resolv/Makefile: Include ../Makeconfig - needed for building
4312         static NSS module.
4314 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4316         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
4317         static-nss since we don't want hesiod in the static NSS.
4319         * nss/Makefile: Build only nss_files as static.
4321         * nss/function.def: Remove support for service db.
4323 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
4325         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
4327 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
4329         * posix/wordexp-test.c: Make IFS per test-case.
4331 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4333         * glibcbug.in: Report version of gcc in use.  Remove unused variable
4334         ENVIRONMENT.
4336 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
4338         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
4339         `-print-file-name' to find as and ld.
4341 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
4343         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
4344         template is wrong.  Remove unused varaible `ignored'.
4346 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4348         * libc.map: Export __libc_sa_len.
4350         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
4352 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
4354         * iconv/gconv.c: Take care for NULL arguments.
4355         * iconv/gconv_dl.c: Make find_func function global.
4356         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
4357         Add prototypes for ASCII conversion functions.
4358         * iconv/gconv_simple.c: Add ASCII conversion functions.
4359         * locale/C-ctype.c: Correct charset name.
4361         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
4362         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
4363         wcsmbsload.
4364         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
4365         * wcsmbs/mbrtowc.c: Likewise.
4366         * wcsmbs/mbsnrtowcs.c: Likewise.
4367         * wcsmbs/mbsrtowcs.c: Likewise.
4368         * wcsmbs/wcrtomb.c: Likewise.
4369         * wcsmbs/wcsnrtombs.c: Likewise.
4370         * wcsmbs/wcsrtombs.c: Likewise.
4371         * wcsmbs/wctob.c: Likewise.
4372         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
4373         prototypes for wmemr*.
4374         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
4375         * wcsmbs/wcsnlen.c: New file.
4376         * wcsmbs/wcsmbsload.c: New file.
4377         * wcsmbs/wcsmbsload.h: New file.
4379         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
4381         * manual/install.texi: Describe some more critical points.
4383         * string/string.h: Add prototype for __strnlen.
4384         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
4386         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
4387         much less predictable names.
4388         * sysdeps/posix/mkstemp.c: Likewise.
4390 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4392         * manual/libc.texinfo (Top): Change "file namespace" to "local
4393         namespace".
4395         * manual/socket.texi: Change file namespace to local namespace.
4396         (Out-of-Band Data): Remove unneeded variable link.
4397         (Host Address Functions): Use uint32_t consequently and add a
4398         number of clarifications for IPv4/IPv6, classless addresses.
4399         (Internet Namespace): Added some paragraphs about IPv6.
4400         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
4402 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
4404         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
4406         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
4407         (NI_NUMERICHOST, et al.): Tidy up and add comments.
4408         (AI_NUMERICHOST): Define.
4409         (getnodebyname): New prototype.
4410         (AI_V4MAPPED, et al.): New constants.
4412         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
4413         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
4414         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
4415         for socket.
4416         * sysdeps/unix/sysv/linux/sa_len.c: New file.
4417         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
4419         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
4421         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
4422         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
4423         * socket/Makefile (headers): Add bits/sockunion.h.
4424         * socket/sys/socket.h: Include <bits/sockunion.h>
4425         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
4426         <sys/socket.h>, to avoid getting sockaddr_union defined.
4427         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
4428         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4429         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
4431         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
4432         (2.2.x kernels won't have it).
4434 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
4436         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
4437         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
4438         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
4439         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
4441 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
4443         * manual/socket.texi (Socket Addresses): Fix a typo.
4444         (Interface Naming): New section.
4446 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4448         * configure.in: Check for CC using $ac_tool_prefix, to handle
4449         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
4450         * config.make.in: Add MIG to be substituted.
4451         * mach/Machrules: Don't define MIG variable.
4453         Patch by Gordon Matzigkeit <gord@profitpress.com>.
4455 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
4457         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
4458         strdupa to copy rpath.
4460 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4462         * configure.in: Fix gcc version check.
4464         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
4465         confusing.
4467 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
4469         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
4470         of ptsname_r.
4472         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
4473         like ttyname_r.
4474         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
4475         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
4476         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
4477         of __ptsname_r accordingly.
4478         * login/openpty.c (openpty): Likewise.
4480 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
4482         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
4484 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4486         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
4488         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
4490 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4492         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
4493         return value for better error checking.
4495 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
4497         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
4498         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
4500         * elf/elf.h (EM_SPARC64): Remove.
4501         (EM_SPARC32PLUS, EM_SPARCV9): Add.
4502         (HWCAP_SPARC_V9): Add.
4504         * elf/ldsodefs.h (_dl_hwcap): Declare.
4505         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
4506         Weaken so dlopen from static progies works.
4507         (WEAKADDR): New macro.
4508         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
4509         (LD_SO_PRELOAD): New macro.
4510         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
4511         (elf_machine_rela): Weaken _dl_rtld_map.
4513         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
4514         to __clone, and remove the later's alias.
4515         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
4517         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
4518         the kernel's structure.
4520         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
4521         Sparc needs a custom value of __KERNEL_NCCS.
4523 1998-04-06  Richard Henderson  <rth@cygnus.com>
4525         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
4527         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
4528         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4530 1998-04-06  Richard Henderson  <rth@cygnus.com>
4532         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
4533         as the buffer is not properly aligned.
4534         Reported by Juan Cespedes <cespedes@debian.org>.
4536 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4538         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
4539         instead of AF_FILE.
4541 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
4543         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
4544         and wc*tomb* functions.
4546 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
4548         * sysdeps/unix/start.c: Fix typo.
4550 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
4552         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
4554 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
4556         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
4557         expressions and using array variables.
4558         * sysdeps/libm-ieee754/e_asin.c: Likewise.
4559         * sysdeps/libm-ieee754/e_j0.c: Likewise.
4560         * sysdeps/libm-ieee754/e_j1.c: Likewise.
4561         * sysdeps/libm-ieee754/e_log.c: Likewise.
4562         * sysdeps/libm-ieee754/e_pow.c: Likewise.
4563         * sysdeps/libm-ieee754/k_cos.c: Likewise.
4564         * sysdeps/libm-ieee754/k_sin.c: Likewise.
4565         * sysdeps/libm-ieee754/k_tan.c: Likewise.
4566         * sysdeps/libm-ieee754/s_atan.c: Likewise.
4567         * sysdeps/libm-ieee754/s_erf.c: Likewise.
4568         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
4569         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
4570         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
4572 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
4574         * iconv/gconv.c: Rewrite of the low-level of gconv.
4575         * iconv/gconv.h: Likewise.
4576         * iconv/gconv_builtin.h: Likewise.
4577         * iconv/gconv_close.c: Likewise.
4578         * iconv/gconv_db.: Likewise.
4579         * iconv/gconv_dl.c: Likewise.
4580         * iconv/gconv_int.h: Likewise.
4581         * iconv/gconv_open.c: Likewise.
4582         * iconv/gconv_simple.c: Likewise.
4583         * iconvdata/8bit-gap.c: Adapt for rewrite.
4584         * iconvdata/8bit-generic.c: Likewise.
4585         * iconvdata/euckr.c: Likewise.
4586         * iconvdata/iso646.c: Likewise.
4587         * iconvdata/iso6937.c: Likewise.
4588         * iconvdata/iso8859-1.c: Likewise.
4589         * iconvdata/johab.c: Likewise.
4590         * iconvdata/sjis.c: Likewise.
4591         * iconvdata/t61.c: Likewise.
4592         * iconvdata/uhc.c: Likewise.
4594 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
4596         * iconv/gconv_int.h: New file.  Internal header.
4597         * iconv/Makefile (distribute): Add gconv_int.h.
4598         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
4599         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
4600         * iconv/gconv_close.c: Likewise.
4601         * iconv/gconv_conf.c: Likewise.
4602         * iconv/gconv_db.c: Likewise.
4603         * iconv/gconv_dl.c: Likewise.
4604         * iconv/gconv_int.h: Likewise.
4605         * iconv/gconv_open.c: Likewise.
4606         * iconv/iconv.c: Likewise.
4607         * iconv/iconv_close.c: Likewise.
4608         * iconv/iconv_open.c: Likewise.
4609         * iconv/iconv_prog.c: Likewise.
4611 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
4613         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
4614         missing braces.
4616 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4618         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
4620 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
4622         Based on patch from Pat Beirne:
4623         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
4624         PIC and non-PIC now.  Correctly negate error number.
4625         (errno): Use `%' not `@' in .type directives.
4627 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
4629         * sysdeps/i386/strtok.S: Change to use single exit point.
4630         * sysdeps/i386/i686/strtok.S: Likewise.
4632 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4634         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
4635         default.
4637 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4639         * Makerules (installed-libcs): Fix typo.
4641 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4643         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
4644         (UHC-routines): Remove ksc5601.
4646 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
4648         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
4649         introduced in last change.
4651 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
4653         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
4654         before 2.1.92.
4656 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4658         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
4660         * stdlib/isomac.c: Use -isystem instead of -I for system include
4661         dir.
4663 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
4665         * resolv/res_comp.c (underscorechar): New.
4666         (middlechar): Allow '_'.
4668 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4670         * intl/explodename.c (stdlib.h): Include that file only if
4671         STDC_HEADERS or _LIBC.
4672         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
4673         Patch by Philippe De Muyter <phdm@macqel.be>.
4675 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4677         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
4678         (AC_PROG_CHECK_VER): New macro.
4679         * configure.in: Use AC_PROG_CHECK_VER to check versions of
4680         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
4682 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
4684         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
4685         * sysdeps/i386/i686/strtok.S: New file
4686         * sysdeps/i386/i686/strtok_r.S: New file
4688 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
4690         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
4691         type to __off64_t.
4692         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
4693         parameter as __off64_t instead of __off_t.
4694         (ftello): Make alias for ftello64 instead of ftello.  Change
4695         return type to __off64_t.
4697 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4699         * sysdeps/i386/bits/string.h: Fix various typos.
4700         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
4702         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
4704 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4706         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
4707         lchown syscall correctly.  [PR libc/541].
4709 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
4711         * localedata/Makefile: Correct testsuite rules.
4713         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
4714         * iconvdata/iso646.c: Fix conversion from UCS4.
4716         * elf/ldsodefs.h: Mark internal function with internal_function.
4717         * elf/dl-addr.c: Likewise.
4718         * elf/dl-close.c: Likewise.
4719         * elf/dl-debug.c: Likewise.
4720         * elf/dl-deps.c: Likewise.
4721         * elf/dl-error.c: Likewise.
4722         * elf/dl-fini.c: Likewise.
4723         * elf/dl-init.c: Likewise.
4724         * elf/dl-load.c: Likewise.
4725         * elf/dl-lookup.c: Likewise.
4726         * elf/dl-object.c: Likewise.
4727         * elf/dl-open.c: Likewise.
4728         * elf/dl-profile.c: Likewise.
4729         * elf/dl-reloc.c: Likewise.
4730         * elf/dl-runtime.c: Likewise.
4731         * elf/dl-symbol.c: Likewise.
4732         * elf/dl-version.c: Likewise.
4733         * elf/dlerror.c: Likewise.
4734         * sysdeps/generic/dl-sysdep.c: Likewise.
4735         * sysdeps/i386/dl-machine.h: Likewise.
4736         * intl/finddomain.c: Likewise.
4737         * intl/gettextP.h: Likewise.
4738         * intl/loadmsgcat.c: Likewise.
4740 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
4742         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
4743         * iconv/gconv_builtin.h: Add definitions for new builtins.
4744         * iconv/gconv.h: Add prototypes for new builtins.
4746         * iconvdata/Makefile (modules): Add ISO646.
4747         Add rules for ISO646 module.
4748         (distribute): Add iso646.c.
4749         * iconvdata/gconv-modules: Add module and alias definition for
4750         ISO646 charsets.
4751         * iconvdata/iso646.c: New file.
4753 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
4755         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
4756         * iconv/iconv_prog.c: Implement --list option to print available
4757         coded character sets.
4759 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4761         Make fread() read large blocks straight to the user buffer.
4763         * libio/fileops.c (_IO_file_xsgetn): New function.
4764         (_IO_file_jumps): Use it.
4765         * libio/libioP.h: Prototype it.
4767 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4769         * iconv/gconv_conf.c (builtin_aliases): New variable.
4770         (__gconv_read_conf): Add builtin aliases.
4771         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
4772         noop macro before including gconv_builtin.h.
4773         * iconv/gconv_builtin.h: Add alias names.
4775         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
4776         number of converted bytes correctly.
4778 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4780         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
4781         we only wait for a replay.
4783 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4785         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
4786         EUC-KR modules.
4788 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
4790         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
4791         use PLTJMP() rather than explicit (PLT).
4793         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
4794         __libc_start_main().
4796         Based on patch from Pat Beirne:
4797         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
4798         Always define, not only #ifndef PIC.
4799         (DO_CALL): Pass fifth argument correctly in R4.
4800         (PSEUDO): Correct test for error, call syscall_error through PLT
4801         if PIC.
4803 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
4805         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
4806         definitions.
4808 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4810         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
4811         JOHAB.so.
4813 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
4815         * io/Makefile (static-only-routines): Add stat64, fstat64 and
4816         lstat64.
4818 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4820         * manual/Makefile: Use object-suffixes-for-libc instead of
4821         object-suffixes.
4822         * rpm/Makefile (install-lib): Likewise.
4824 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4826         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
4828         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
4829         `m68*', not only `m68k'.
4831 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4833         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
4835         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
4836         install lddlibc4.
4838 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4840         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
4841         EUC-KR.
4843         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
4844         comment.
4846 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
4848         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
4849         the init stuff.
4851 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4853         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
4854         adjtimex syscall.
4855         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
4856         adjtimex.
4857         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
4859 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4861         * Makerules (install): Change comment for libc.so following the
4862         libc_nonshared changes.
4864 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4866         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
4868         * iconvdata/gap.pl: Avoid using %#06x.
4870 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4872         * Makerules: Use $? instead of S^ when invoking ar.
4874 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4876         * db2/compat.h: Allow EFTYPE being defined.
4877         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
4878         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
4879         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
4880         * sysdeps/mach/bits/libc-lock.h: Fix typo.
4881         (__libc_once): Correctly unlock semaphore.
4882         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
4883         * sysdeps/unix/bsd/getpt.c: Fix typo.
4884         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
4886 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4888         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
4889         macros.
4891 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
4893         * include/mntent.h: New file.
4895         * elf/Makefile (trusted-dirs.h): Append slash to filename.
4896         * elf/dl-load.c: Rewrite search path handling.
4897         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
4898         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
4899         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
4900         * elf/ldsodefs.h: Add prototype.
4902 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
4904         * nss/nsswitch.c (__nss_lookup): Adjust comment.
4906         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
4907         function.
4909         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
4911         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
4912         New function.
4913         (HWCAP_IMPORTANT): New definition.
4915 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
4917         * elf/dl-open.c (_dl_open): Fix a typo.
4918         (_dl_global_scope_alloc): Make it static.
4920 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
4922         * Makerules: Remove duplicate rules to handle stamp.oS.
4924 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4926         * manual/examples/inetsrv.c (main): Change prototype of
4927         make_socket following change in mkisock.c.
4929         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
4930         example host.
4931         (main): Change prototype of init_sockaddr following change in
4932         isockadd.c.
4934         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
4935         * manual/examples/isockad.c (init_sockaddr): Likewise.
4937         * manual/examples/mkfsock.c (make_named_socket): Removed blank
4938         lines for clarification.
4939         (make_named_socket): Use strncpy instead of strcpy.
4940         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
4942 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
4944         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
4945         determining libs to remove.
4946         (postclean): Add soversions.mk.
4947         * Makerules (common-mostlyclean): Add tests-static and generated
4948         files.
4950 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
4952         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
4953         scanning for \0.
4954         (__strncat_g): Add i686 specific code.
4956 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4958         * manual/install.texi (Reporting Bugs): Ask to include section
4959         names in reports.
4961 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4963         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
4964         guard against direct inclusion.
4966 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4968         Rework support for libc_nonshared.a:
4969         * Makeconfig (object-suffixes-for-libc): New variable.
4970         * Rules: Remove handling of static-only and shared-only routines.
4971         * Makerules: Handle them here instead.  Use
4972         object-suffixes-for-libc instead of object-suffixes when dealing
4973         with libc objects.
4974         (object-suffixes-for-rules): Remove variable.
4975         (elide-routines.oS): Elide all routines except static-only
4976         routines.
4977         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
4978         empty.
4979         (installed-libcs): Remove special case for .oS.
4980         (rmobjs): Likewise.
4982 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4984         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
4985         do-tst-rpmatch): New targets.
4986         (test): Use them.
4987         (install-locales): Ignore comment lines.
4989 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4991         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
4992         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
4993         ($(objpfx)rtldtbl.h): Likewise.
4994         (CPPFLAGS-dl-load.c): Fix reference to object directory.
4996 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
4998         * manual/string.texi (Finding Tokens in a String): Extend strsep
4999         description and correct example.
5001 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5003         * manual/socket.texi: Remove misguided explicit line breaks and
5004         fix the formatting problem instead by reformulating the
5005         paragraphs.
5006         * manual/filesys.texi: Likewise.
5007         * manual/conf.texi: Likewise.  Don't typeset table with index
5008         fonts, that looks worse than a minimally overfull line.
5010 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5012         * nscd/Makefile (nscd-modules): Move definition outside of
5013         conditional.
5015         * pwd/Makefile: Use have-thread-library to test for thread
5016         library.
5018 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5020         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
5022         * iconvdata/uhc.c (gconv): Remove unused variable idx.
5024 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
5026         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
5028 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
5030         * nss/getXXent_r.c: Correctly handle failing setXXent function.
5032         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
5033         Reported by Andreas Jaeger.
5035 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
5037         * elf/Makefile: Fix typo.
5038         (distribute): Add dl-librecon.h.
5039         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
5040         * elf/ldd.sh.in: Likewise.
5041         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
5042         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
5043         Use strsep correctly.
5044         (process_envvars): Allow platform specific variables.
5045         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
5046         (_dl_load_cache_lookup): Test cache IDs found against
5047         _dl_correct_cache_id.
5048         * sysdeps/generic/dl-librecon.h: New file.
5049         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
5051         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
5053 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
5055         * config.make.in (ldd-rewrite-script): New variable.
5056         * configure.in: Substitute ldd-rewrite-script.
5057         * elf/Makefile: Rewrite rules to generate ldd script.
5058         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
5059         * elf/ldd.sh.in: Likewise.
5060         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
5061         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
5062         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
5063         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
5064         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
5066 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5068         * inet/rcmd.c (iruserok): Remain setuid to the local user
5069         while .rhosts is actually read, to make .rhosts-over-NFS work
5070         (PR libc/524).  Use iruserfopen() for security checks on both
5071         hosts.equiv and .rhosts.  General cleanup.
5072         (iruserfopen): New function, performs careful checking on
5073         hosts.equiv/.rhosts files.  Disallows all the old forbidden
5074         stuff plus hard links to files.
5076 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
5078         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
5080         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
5082 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
5084         * sysdeps/i386/i486/bits/string.h: Fix typos.
5086 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
5088         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
5089         strong alias.
5091         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
5093         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
5094         Added.  Used by libm.so on alpha.
5096 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5098         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
5099         defined.
5101 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
5103         * Makerules (object-suffixes-for-rules): Add .oS only for
5104         building shared library.
5105         Add ranlib rule for nonshared library.
5106         (rmobjs): Fix typo.
5108         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
5109         into for shared library only.
5110         (CPPFLAGS-.oS): Add -DPIC.
5111         (libtypes): Use $(object-suffixes-for-rules) instead of
5112         $(object-suffixes).
5114 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
5116         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
5117         and install lddlibc4.
5119 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5121         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
5122         hash.
5123         * iconvdata/gaptab.pl: Likewise.
5125 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
5127         * Rules: Allow Makefiles to specify test-static for tests which
5128         cannot be linked dynamically.
5129         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
5130         tests-static.
5132         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
5134         * misc/error.c: Pretty print.
5136 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5138         * Makerules (libc_nonshared-name): Remove variable.
5139         (installed-libcs): Use libc-name instead.
5140         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
5141         dynamic linker.
5143         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
5144         libc.a.  Remove explicit reference to dynamic linker.
5146 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
5148         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
5149         to wchar_t.
5150         * iconv/iconv_prog.c: Correctly test for write failure.
5151         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
5152         * iconvdata/gconv-modules: Likewise.
5153         * iconvdata/euckr.c: New file.
5154         * iconvdata/johab.c: New file.
5155         * iconvdata/ksc5601.c: New file.
5156         * iconvdata/ksc5601.h: New file.
5157         * iconvdata/uhc.c: New file.
5158         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
5160         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
5161         * stdio/fopen.c: Correct handling of 'x' flag.
5162         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
5164 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5166         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
5167         * sunrpc/rpcsvc/key_prot.x: Likewise.
5168         * sunrpc/key_prot.c: Likewise.
5170 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
5172         * sysdeps/i386/bits/string.h: Correct things which never worked.
5173         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
5174         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
5176 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
5178         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
5179         defined.  Reported by Thorsten Kukuk.
5181 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
5183         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
5185 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5187         * manual/install.texi (Supported Configurations): Add
5188         arm-linuxaout and arm-none.
5190 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5192         * version.h (VERSION): Bump to 2.0.93.
5194 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
5196         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
5198         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
5200         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
5201         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
5203 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5205         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
5207 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5209         Put the static-only routines in a separate library.
5210         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
5211         variables.
5212         (all-object-suffixes): Add .oS.
5213         * Makerules (libc_static-name): New variable.
5214         (installed-libcs): Add libc_nonshared.a.
5215         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
5216         (object-suffixes-for-rules): New variable.  Use it instead of
5217         object-suffixes for generating compilation rules.
5218         (rmobjs): Also remove *.oS.
5219         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
5220         ($(objpfx)stamp.oS): New target.
5222 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5224         * Makefile (FAQ): Automatically check in regenerated FAQ.
5226 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5228         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
5230 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
5232         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
5233         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
5235         * sysdeps/generic/stub_warning: Removed.
5237         * Makefile (distribute): Add include/des.h.
5239         * manual/Makefile (distribute): Change dir-add.texi to
5240         dir-add.texinfo.
5242         * glibcbug.in: Create files safely when mktemp is not available.
5244         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
5245         Patch by a sun <asun@saul1.u.washington.edu>.
5247 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5249         * libc.map: Rename getname to getnetname.
5251 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
5253         * manual/maint.texi: Use supported platform in examples.
5255         * manual/install.texi: Document some installation tips.
5257 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
5259         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
5260         Fix a bug so that it returns an error if a numeric parameter is
5261         unset and WRDE_UNDEF is set.
5262         Patch by Andreas Schwab and Tim Waugh.
5263         * posix/wordexp-test.c: Add new new test.
5265 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
5267         * posix/regex.c (regex_compile): Last patch wasn't entirely
5268         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
5270 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5272         * manual/filesys.texi (Scanning Directory Content): Fix typo.
5274 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
5276         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
5277         clobbered registers don't appear as operands.
5279 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5281         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
5282         Solaris' sake.
5284         * posix/regex.c (regex_compile): Don't allow non-alphabet
5285         characters in character set name.
5287 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
5289         * posix/wordexp.c (w_newword): New function.
5290         (do_parse_glob): New function.
5291         (parse_glob): Use do_parse_glob.  Now handles the case where a
5292         variable expansion causes a field-split.
5293         (wordexp): Use w_newword.
5294         (parse_arith): Likewise.
5295         (exec_comm): Likewise.
5296         (parse_comm): Likewise.
5297         (parse_param): Likewise.
5298         (parse_backtick): Likewise.
5300 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
5302         * posix/wordexp-tst.sh: Another test.
5304         * posix/wordexp-test.c: Two new tests.
5306         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
5307         directly (the code using realloc was buggy).
5308         (parse_param): Fix typo in comment.
5310 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5312         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
5314 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5316         * libc.map: Add more rpc auth functions/variables.
5318         * nscd/nscd.c: Add -g option to argp options.
5320 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5322         * configure.in: Be prepared for gcc 2.9.10 and up.
5323         * configure.in: Add missing disabling of quote characters in
5324         compiler version check.  Reported by HJ Lu.
5326 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5328         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
5330 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5332         * intl/locale.alias: Fix spelling of romanian.
5334         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
5335         (distribute): Remove des.h.
5336         * include/des.h: New file.
5337         * sunrpc/des.h: Moved to ...
5338         * sunrpc/rpc/rpc_des.h: ...here.
5340 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
5342         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
5343         Fix paren.
5345 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5347         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
5348         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
5350 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5352         * elf/ldsodesf.h: New file.
5353         * elf/Makefile (distribute): Add ldsodefs.h.
5354         * elf/link.h: Separate internal information in exter header.
5355         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
5356         * elf/dl-minimal.c: Likewise.
5357         * sysdeps/generic/dl-sysdep.c: Likewise.
5358         * elf/sprof.c: Likewise.
5359         * elf/dlsym.c: Likewise.
5360         * elf/dlvsym.c: Likewise.
5361         * elf/dlerror.c: Likewise.
5362         * elf/dladdr.c: Likewise.
5363         * elf/dlclose.c: Likewise.
5364         * elf/dlopen.c: Likewise.
5365         * elf/dl-addr.c: Likewise.
5366         * elf/dl-close.c: Likewise.
5367         * elf/dl-debug.c: Likewise.
5368         * elf/dl-deps.c: Likewise.
5369         * elf/dl-error.c: Likewise.
5370         * elf/dl-fini.c: Likewise.
5371         * elf/dl-init.c: Likewise.
5372         * elf/dl-load.c: Likewise.
5373         * elf/dl-lookup.c: Likewise.
5374         * elf/dl-object.c: Likewise.
5375         * elf/dl-open.c: Likewise.
5376         * elf/dl-profile.c: Likewise.
5377         * elf/dl-reloc.c: Likewise.
5378         * elf/dl-runtime.c: Likewise.
5379         * elf/dl-support.c: Likewise.
5380         * elf/dl-symbol.c: Likewise.
5381         * elf/dl-version.c: Likewise.
5382         * sysdeps/generic/dl-cache.c: Likewise.
5383         * sysdeps/generic/libc-start.c: Likewise.
5384         * iconv/gconv_dl.c: Likewise.
5385         * nss/nsswitch.c: Likewise.
5387 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
5389         * manual/nss.texi: The database is not called network but networks.
5390         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
5392 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5394         * configure.in: Correct test for compiler version.
5395         Check that LD_LIBRARY_PATH doesn't contain current path.
5397 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
5399         * elf/dl-close.c (_dl_close): Fix byte count while removing
5400         the shared object from the global scope list and optimize
5401         a little bit.
5403 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5405         * manual/filesys.texi (Scanning Directory Content): Add missing
5406         closing brace.
5407         (Scanning Directory Content): Fix text.
5409 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5411         * manual/memory.texi (Heap Consistency Checking): Add paragraph
5412         explaining difference of -lmcheck and MALLOC_CHECK_.
5414 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5416         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
5417         typos in comments.
5419 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5421         * test-skeleton.c (main): Fix test for exit signal.
5423 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5425         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
5427 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5429         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
5430         appropriate.
5432 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5434         * libc.map: Export __strtok_r.
5436 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
5438         * posix/regex.c (re_compile_fastmap): Remove unused variable
5439         num_regs and adjust comment.
5440         Patch by Jim Meyering <meyering@ascend.com>.
5442         * math/math.h (M_*l): Extend long double constants to be usable
5443         for 128 bit floats.  Patch by Richard Henderson.
5445 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5447         * sysdeps/m68k/m68020/wordcopy.S: New file.
5449 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
5451         * posix/wordexp.c: Rewrite parse_param.
5452         Patch by Tim Waugh and Andreas Schwab.
5454 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5456         * Rules: Update timestamps on empty object files.
5458 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
5460         * manual/filesys.texi (Scanning Directory Content): Add description
5461         of 64 bits scandir function and friends.
5463 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5465         * glibcbug.in: Use mktemp to generate unique file name for
5466         temporary files.
5468         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
5469         ptsname_r.  Use cast for execve call.
5471 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
5473         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
5474         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
5475         * io/sys/statvfs.h: New file.
5476         * sysdeps/generic/fstatvfs.h: New file.
5477         * sysdeps/generic/statvfs.h: New file.
5478         * sysdeps/generic/fstatvfs64.h: New file.
5479         * sysdeps/generic/statvfs64.h: New file.
5480         * sysdeps/generic/bits/statvfs.h: New file.
5481         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
5482         * sysdeps/unix/sysv/linux/statvfs.c: New file.
5483         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
5485         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
5486         and f_ffree elements.
5488         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
5489         mount options in enum.
5491 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5493         * configure.in: Check for recent egcs/gcc.
5495 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5497         * libc.map: Add alphasort64, scandir64, versionsort64.
5498         * dirent/Makefile (routines): Add scandir64, alphasort64, and
5499         versionsort64.
5500         * dirent/alphasort64.c: New file.
5501         * dirent/scandir64.c: New file.
5502         * dirent/versionsort64.c: New file.
5503         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
5504         versionsort.
5505         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
5506         old name weak alias.
5507         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
5509         * dirent/alphasort.c: Use strcoll instead of strcmp.
5511         * dirent/scandir.c: Optimize a bit.
5513         * dirent/versionsort.c: Pretty print.
5515 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5517         * string/string.h: Add prototype for __strtok_r.
5519 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5521         * posix/Makefile: Fix typo in last change.
5523 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5525         * dirent/dirent.h (scandir): Make argument of select function const.
5526         * dirent/scandir.c (scandir): Likewise.
5527         Reported by David.Faure@insa-lyon.fr [PR libc/512].
5529 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
5531         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
5532         weak alias.
5533         * sysdeps/i386/strtok_r.c: Likewise.
5535         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
5536         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
5537         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
5538         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
5539         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
5540         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
5542 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5544         * intl/localealias.c: Remove unneeded define for strdup.
5546 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
5548         * manual/argp.texi: Adjust for better TeX output.
5549         * manual/arith.texi: Likewise.
5550         * manual/conf.texi: Likewise.
5551         * manual/filesys.texi: Likewise.
5552         * manual/header.texi: Likewise.
5553         * manual/lgpl.texinfo: Likewise.
5554         * manual/math.texi: Likewise.
5555         * manual/message.texi: Likewise.
5556         * manual/pattern.texi: Likewise.
5557         * manual/process.texi: Likewise.
5558         * manual/signal.texi: Likewise.
5559         * manual/socket.texi: Likewise.
5560         * manual/startup.texi: Likewise.
5561         * manual/stdio.texi: Likewise.
5562         * manual/terminal.texi: Likewise.
5563         * manual/examples/rprintf.c: Likewise.
5564         * manual/examples/testopt.c: Likewise.
5565         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
5567 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
5569         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
5570         parameter name after seeing a digit if it's enclosed in braces.
5572 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5574         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
5576 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5578         * manual/memory.texi (Heap Consistency Checking): Document
5579         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
5581 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5583         * manual/Makefile: Add missing rules.
5585 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5587         * timezone/Makefile (generated): Define to remove all stamp files.
5589         * sysdeps/generic/strsep.c: Also undefine __strsep.
5591         * string/strdup.c: Undefine __strdup and strdup first.
5592         * string/strndup.c: Likewise.
5594         * string/bits/string2.h: Correct strtok_r and strsep.
5595         Add strndup optimization.
5597         * sysdeps/generic/strsep.c: Little optimization.
5599 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
5601         * string/bits/string2.h: Add optimization for strdup.
5602         Always define __strsep and __strtok_r and make real names available
5603         when feature select macros are defined.
5605 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5607         * manual/install.texi (Installation): Use i486-linux as example
5608         instead of the unsupported sunos4.
5609         (Reporting Bugs): Mention glibcbug script.
5610         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
5612 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5614         * posix/wordexp-tst.sh: Make portable.  Add more tests.
5616         * posix/Makefile (do-globtest do-wordexp-test): New targets.
5618 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
5620         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
5621         * sysdeps/generic/libc-start.c: ...here, replacing former content.
5623         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
5624         netpacket/packet.h.
5626         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
5628 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5630         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
5631         in enumerator for strict standard compliance.
5632         * sysdeps/generic/bits/resource.h: Likewise.
5634 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
5636         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
5637         (PLTJMP): New macro.
5639         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
5640         longjmp() when floating point enabled.
5641         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
5642         * sysdeps/arm/__longjmp.S: Remove floating point code.
5643         * sysdeps/arm/setjmp.S: Likewise.
5645         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
5646         * sysdeps/arm/bsd-_setjmp.S: Likewise.
5648         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
5649         memset().
5651         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
5652         prototype.
5654 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
5656         Based on patches from Pat Beirne and Scott Bambrough:
5658         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
5660         * sysdeps/arm/bits/fenv.h: New file.
5662         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
5663         * sysdeps/arm/elf/setjmp.S: Likewise.
5664         * sysdeps/arm/elf/start.S: Likewise.
5665         * sysdeps/arm/init-first.c: Likewise.
5666         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
5667         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
5668         comment about floating point to reflect current reality.
5670         * sysdeps/unix/arm/brk.S: Support PIC.
5671         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
5672         re-entrant code.
5673         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
5674         return; call syscall_error through PLT.
5675         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
5677 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
5679         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
5680         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
5681         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
5683 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5685         * dirent/list.c (test): Return error value.
5686         (main): Exit with error value.
5688         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
5690         * Makefile (distribute): Add test-skeleton.c.
5691         * test-skeleton.c: New file.
5692         * dirent/Makefile (tests): Add opendir-tst1.
5693         * dirent/opendir-tst1.c: New file.
5695 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5697         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
5698         Optimize memory handling.
5699         * sysdeps/unix/closedir.c: Optmize memory handling.
5701 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
5703         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
5704         handling.  Optimize a bit.
5706 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
5708         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
5709         (parse_param): Fold in Andreas' fixes to do with when the end of
5710         the parameter name has been reached, and quoting inside ${...}.
5711         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
5712         $((echo);(ls)).
5714 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5716         * manual/maint.texi: Split out installation and contribution
5717         sections to their own appendices.  Misc cleanups.
5718         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
5719         * manual/contrib.texi: New file.
5720         * manual/libc.texinfo: Pull in new appendices.
5721         * manual/header.texi: Correct node pointer.
5723 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5725         * manual/process.texi (Process Completion): Clarify return value
5726         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
5728 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5730         * posix/wordexp-test.c: Add more tests.
5731         (testit): Fix logic.
5733         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
5734         /dev/null instead of closing it, close pipe.  Always chop off all
5735         trailing newlines.  Kill and reap child before returning error.
5736         (w_addword, parse_glob): Fix memory leak.
5737         (wordexp): Fix dangling pointer problem.
5739 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
5741         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
5743         * posix/wordexp-test.c (main): Fix little thinkos and typos.
5745         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
5746         directory index by only the language.
5748 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
5750         * posix/wordexp-tst.sh: Store test results in the
5751         ${common_objpfx}posix directory.
5753         * posix/wordexp-test.c: Remove temporary directory afterwards.
5755 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5757         * libc.map: Export internal versions of cancelable functions.
5759 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5761         * Makerules (MAKEFLAGS): Append `r'.
5763 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5765         * Makeconfig: Define have-thread-library, shared-thread-library
5766         and static-thread-library if a thread library is available.  Don't
5767         define rt.
5768         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
5769         nscd-routines to nscd-modules.  Use shared-thread-library and
5770         static-thread-library in dependencies.
5771         * rt/Makefile: Only compile librt if have-thread-library is
5772         defined.
5773         * Makefile (subdirs): Always include rt subdir.
5775 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5777         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
5779 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
5781         * configure.in: Recognize variations for 32 MIPS processors.
5782         Don't assume ELF systems always have .weak, test for .weakext.
5784 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
5786         * configure.in: Irix6 is an ELF platform.
5788 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
5790         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
5791         unmapping the last loaded segment.
5793 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
5795         * configure.in: Set base_os for Irix6.
5796         Correct test for .weakext.
5798 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5800         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
5801         (new_line) to _dl_debug_message call.
5803 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
5805         * posix/wordexp.c (parse_param): Perform field-splitting after
5806         expanding positional parameter.
5808         * posix/wordexp-tst.sh: Test that field-splitting is performed
5809         after expanding positional parameter.
5811         * posix/wordexp.c (parse_param): Fixed memory leak in
5812         field-splitting after parameter expansion.
5814 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
5816         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
5817         (get_toplvl_escape): Correctly terminate loop at EOF.
5818         Patch by Cristian Gafton <gafton@redhat.com>.
5820 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
5822         * string/tester.c (test_strpbrk): Add more strpbrk tests.
5823         (test_strsep): Likewise.  Correct horrible bugs.
5825         * string/bits/string2.h (strcspn): Optimize also reject string of
5826         length 2 and 3.
5827         (strspn): Likewise.
5828         (strpbrk): Likewise.
5829         (strsep): Likewise.  Correct bug with successive separators and
5830         separators at the end of the string.
5831         * sysdeps/generic/strsep.c: Correct bug with successive separators
5832         and separators at the end of the string.
5834 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
5836         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
5837         etc) now handled, as well as $$ (pid).
5839         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
5840         (distribute): Add wordexp-tst.sh.
5842         * posix/wordexp-tst.sh: New file.
5844         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
5845         number of positional parameters.  Renamed substitute_length to
5846         seen_hash.
5847         Don't free(env) is env is NULL.
5849 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
5851         * libc.map: Add pthread_attr_init to GLIBC_2.1.
5853 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
5855         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
5856         for output file replacing gmon.out.
5857         Patch by Dean Gaudet <dgaudet@arctic.org>.
5859 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5861         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
5862         up namespace.  Optimize finding end of line.
5864 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5866         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
5867         securely.  Optimized.
5868         (process_dl_debug): Add ':' to list of separators.  Optimized.
5870 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5872         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
5873         isless, islessequal, islessgreater, isunordered): Return zero or
5874         one.
5876 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
5878         * posix/wordexp-test.c: More tests.
5879         (main): Set up arena for pathname expansion tests (in a temporary
5880         directory).
5881         (testit): Don't check word count or word vector if return value is
5882         non-zero.
5884         * posix/wordexp.c (exec_comm): Always chop off terminating
5885         linefeed (just like bash does).
5886         (parse_param): Change lots of occurrences of "if (!*env)" to "if
5887         (!env || !*env)".
5888         (parse_param): For assignment inside parameter expansion, use all
5889         expanded words in assignment rather than just the first.
5890         (parse_param): Corrected return value for parameter expansion of
5891         an unset variable when WRDE_UNDEF is in effect.
5892         (parse_dollars): Don't field-split if quoted.
5893         (wordexp): Opening brace character isn't allowed unquoted.
5895 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
5897         * elf/dlerror.c: Fix concurrency problems with error string and
5898         number.
5900         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
5901         filter/auxiliary are being loaded.
5903 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
5905         * elf/dlerror.c (last_object_name): Removed.
5906         (dlerror): Don't use last_object_name.
5907         (_dl_error_run): Omit second argument to _dl_catch_error.
5908         * elf/dl-error.c (struct catch): Remove objname member.
5909         (_dl_signal_error): Construct string including objname when given.
5910         (_dl_catch_error): Remove objname handling.
5911         * elf/link.h (_dl_catch_error): Fix prototype and comment.
5912         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
5913         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
5914         * nss/nsswitch.c (nss_dlerror_run): Likewise.
5915         * iconv/gconv_dl.c (dlerror_run): Likewise.
5916         [Corrects PR libc/501].
5918 1998-03-12  Matthias Urlichs <smurf@noris.de>
5920         * nscd/nscd.c: Ignore SIGPIPE.
5922 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
5924         * nscd/nscd_getgr_r.c: Use __ protected names.
5925         * nscd/nscd_getpw_r.c: Likewise.
5927 1998-03-12  Matthias Urlichs <smurf@noris.de>
5929         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
5930         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
5931         null bytes are not transmitted.
5933 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5935         * powerpc/syscalls.list: Correct typo.
5936         * alpha/syscalls.list: Likewise.
5937         * mips/syscalls.list: Likewise.
5939 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
5941         * socket/sys/socket.h: Add prototype for __socket.
5943 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
5945         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
5947         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
5948         constants.
5950         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
5951         definition here.
5952         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
5953         definition here.
5955         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
5956         AF_* and PF_* constants.
5958         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
5960 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
5962         * elf/rtld.c: Update help message.
5963         Install link maps for preloaded objects using main_map as loader.
5965         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
5966         * elf/dl-profile.c: Likewise.
5968         * elf/dlsym.c: Little optimization.
5969         * elf/dlvsym.c: Likewise.
5971 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
5973         * posix/wordexp-test.c: Move test for parameter list at the very
5974         beginning.
5976 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
5978         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
5979         WRDE_REUSE flag is set.
5980         (parse_param): Allow `*', `@', and numbers in parameter names.
5981         (parse_dollars): Differentiate between arithmetic expansion and a
5982         command substitution that starts immediately with a sub-shell
5983         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
5984         (parse_param): Memory allocated with __alloca in a block was
5985         referenced outside that block.  Adjusted to use malloc/free.
5986         (parse_param): Adjusted field-splitting algorithm so that there is
5987         not necessarily a field split at the end of a parameter expansion.
5989 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
5991         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
5992         don't free words that have already been allocated.
5993         (parse_param): A dollar sign on its own will never have a pattern
5994         associated with it (like "${HOME%%/}" has), so don't try to free it.
5995         (parse_glob): Attempt to glob when an unquoted `[' is found
5996         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
5997         (parse_glob): Sorted out quoting in a glob-able word.
5998         (parse_param): Added $* and $@ handling.
6000 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
6002         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
6003         parsing it.
6005 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6007         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
6008         _dl_debug_message.
6010 1998-03-12  Matthias Urlichs  <smurf@noris.de>
6012         * elf/dl-misc.c: Default for debug output should be stderr.
6013         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
6014         * elf/dl-lookup.c: reference_name may be NULL or empty.
6016 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6018         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
6020 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
6022         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
6024         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
6026 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6028         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
6029         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
6031 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6033         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
6034         init stuff.
6036 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6038         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
6039         flag.
6041         * misc/syslog.c (vsyslog): Don't try to send if not connected to
6042         syslog daemon.
6043         (closelog_internal): Don't do anything if not connected.
6045 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
6047         * libc.map: Add _dl_debug_message.
6048         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
6049         before every line.
6050         * elf/fini.c: Correctly use new _dl_debug_message function.
6051         * elf/init.c: Likewise.
6052         * elf/dl-lookup.c: Likewise.
6053         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
6054         * elf/dl-load.c: Likewise.  Add more debugging prints.
6055         * elf/dl-reloc.c: Likewise.
6056         * elf/dl-version.c: Likewise.
6057         * elf/dl-support.c: Add variables for debugging.
6058         * elf/rtld.c: Likewise.  Recognize new debug options.
6059         * elf/link.h: Declare new variables.
6061         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
6063 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6065         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
6066         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
6068 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
6070         * posix/wordexp-test.c (command_line_test): New function to allow
6071         testing of specific cases from the command-line.
6073 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6075         * elf/dl-init.c (_dl_init_next): Print nicer messages.
6076         * elf/dl-fini.c (_dl_fini): Likewise.
6077         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
6079         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
6080         symbol in debug message.
6081         (_dl_lookup_versioned_symbol_skip): Likewise.
6083 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
6085         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
6086         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
6087         * manual/filesys/texi: Document this.
6089 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
6091         * manual/filesys.texi: Document the change below.
6093 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6095         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
6096         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
6098 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
6100         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
6101         instead scope.  If debugging display information about symbol
6102         resolving.
6103         (_dl_lookup_symbol): Call do_lookup with correct parameters.
6104         (_dl_lookup_symbol_skip): Likewise.
6105         (_dl_lookup_versioned_symbol): Likewise.
6106         (_dl_lookup_versioned_symbol_skip): Likewise.
6107         * elf/dl-support.c: Define _dl_debug_symbols.
6108         * elf/link.h: Add declaration for _dl_debug_symbols.
6109         * elf/rtld.c: Define _dl_debug_symbols.
6110         (process_dl_debug): Recognize symbols option.
6112 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
6114         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
6115         in correct format.
6116         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
6117         with correct parameters.
6118         [!PIC]: Initialize __libc_multiple_libcs.
6120 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
6122         * elf/dl-support.c (_dl_debug_bindings): Add definition.
6123         * elf/rtld.c (_dl_debug_bindings): Add definition.
6124         (process_dl_debug): Recognize bindings option.  Update help message.
6125         * elf/link.h (struct link_map): Add l_versyms member.
6126         (_dl_debug_bindings): Add declaration.
6127         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
6128         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
6129         and l_reloc_result.
6130         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
6131         (sym_val): Remove a member, add m as link_map.
6132         (do_lookup): Return result appropriately.
6133         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
6134         Call do_lookup correctly.
6135         (_dl_lookup_symbol_skip): Likewise.
6136         (_dl_lookup_versioned_symbol): Likewise.
6137         (_dl_lookup_versioned_symbol_skip): Likewise.
6139 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
6141         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
6142         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
6144         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
6145         * libc.map: Add chown to GLIBC_2.1.
6146         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
6147         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
6149 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6151         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
6152         weak alias.
6153         * sysdeps/alpha/ffs.c: Likewise.
6154         * sysdeps/am29k/ffs.c: Likewise.
6155         * sysdeps/i386/ffs.c: Likewise.
6156         * sysdeps/i960/ffs.c: Likewise.
6157         * sysdeps/m68k/ffs.c: Likewise.
6158         * sysdeps/m88k/ffs.c: Likewise.
6159         * sysdeps/powerpc/ffs.c: Likewise.
6160         * sysdeps/rs6000/ffs.c: Likewise.
6161         * sysdeps/vax/ffs.s: Likewise.
6162         * string/string.h: Declare __ffs.
6163         * libc.map: Export it.
6164         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
6165         __builtin_ffs, which is not guaranteed to be namespace clean.
6167 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6169         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
6170         table, which is much more likely to exist than debugging symbols.
6171         (printsym): Remove const.
6172         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
6173         header table.
6175         * libc.map: Export __profile_frequency, used by elf/sprof, to
6176         avoid infinite recursion during startup.
6178 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6180         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
6181         Readd lost negate.
6183         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
6185 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
6187         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
6189 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
6191         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
6192         LD_PRELOAD, and LD_VERBOSE.
6193         (dl_main): Use global variables set by process_envvars instead of
6194         calling getenv.
6195         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
6196         LD_LIBRARY_PATH value, this comes with the parameter.
6197         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
6198         ("LD_LIBRARY_PATH") to _dl_init_paths.
6200 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
6202         * elf/rtld.c (dl_main): Delay initialization of path structure if
6203         the dynamically linker is invoked implicitly until we read the
6204         dynamic section.
6206 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
6208         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
6210 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6212         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
6213         Linux 2.0 and 2.1.
6215         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
6217 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
6219         * Makeconfig (nisobjdir): Set to path to nis directory.
6220         (rpath-link): Add nisobjdir.
6221         Patch by Sven Verdoolaege <skimo@kotnet.org>.
6223         * elf/Makefile: Pretty print.
6224         * elf/dl-lookup.c: Include unistd.h.
6225         * elf/dl-runtime.c: Likewise.
6227         * localedata/Makefile (test-srcs): Add tst-rpmatch.
6228         (distribute): Add tst-rpmatch.sh.
6229         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
6231         New tests for rpmatch function by
6232         Jochen Hein <jochen.hein@delphi.central.de>.
6233         * localedata/tst-rpmatch.c: New file.
6234         * localedata/tst-rpmatch.sh: New file.
6236         * localedata/locales/de_DE: Correct yesexpr and noexpr.
6237         * localedata/locales/de_AT: Likewise.
6239         * posix/getopt.c: Update contact address.
6240         * posix/getopt1.c: Pretty print.
6242         * sysdeps/generic/libc-start.c: Do most of the initialization now
6243         here instead of in start.S.
6244         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
6245         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
6247         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
6248         profil_counter to be public.
6250 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
6252         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
6253         (parse_param): Coded parameter length expansion (${#var}).
6254         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
6255         (parse_param): Cleaned up (fixed) error handling.
6257         * posix/wordexp-test.c: IFS now includes non-whitespace character
6258         (comma).  Added more tests.
6260 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
6262         * elf/link.h: Fix typos.
6263         Reported by Andreas Jaeger.
6265         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
6266         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
6268 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
6270         * argp/argp-help.c: Remove last bits of using gettext instead of
6271         dgettext.
6273 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
6275         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
6276         __libc_start_main.
6277         * csu/Makefile (routines): Add libc-start.
6278         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
6279         * elf/dl-lookup.c: Likewise.
6280         * elf/dl-version.c: Likewise.
6281         * sysdeps/i386/dl-machine.h: Likewise.
6282         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
6283         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
6284         _dl_sysdep_message macros which use _dl_sysdep_output.
6285         * elf/dl-fini.c: Write out which destructor is called while debugging.
6286         * elf/dl-init.c: Likewise for constructor.
6287         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
6288         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
6289         _dl_sysdep_message.  Add _dl_sysdep_output.
6290         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
6291         this file can be opened.
6292         For LD_DEBUG=libs also set _dl_debug_impcalls.
6293         * sysdeps/generic/dl-cache.c: Include unistd.h.
6294         * sysdeps/generic/libc-start.c: New file.
6295         * sysdeps/unix/sysv/linux/libc-start.c: New file.
6296         * sysdeps/i386/elf/start.S: Don't call main directly, call
6297         __libc_start_main instead.
6299         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
6301 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
6303         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
6305 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
6307         * argp/argp.h (struct argp): Add new field domain.
6308         * argp/argp-help.c: Change all gettext calls to dgettext and use
6309         domain field from appropriate argp in call.
6310         * argp/argp-parse.c: Likewise.
6312 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
6314         * posix/wordexp-test.c: Change testsuite so that it can run even
6315         for ~root != /root.
6317 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6319         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
6321 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6323         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
6324         Don't store into global errno if we already store through
6325         __errno_location.
6326         * sysdeps/unix/i386/sysdep.S: Likewise.
6327         * sysdeps/unix/alpha/sysdep.S: Likewise.
6328         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
6329         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
6330         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
6331         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
6332         PIC).
6334 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6336         * sysdeps/generic/sysdep.h (L): Remove definition.
6337         * sysdeps/i386/sysdep.h (L): Define it here instead.
6339 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6341         * nis/nis_call.c (__do_niscall): Safe and reset errno.
6343         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
6345 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6347         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
6348         declaration style to avoid warnings.
6350 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
6352         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
6353         "LD_DEBUG".
6355 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6357         * posix/Makefile (tests): Add wordexp-test.
6358         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
6359         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
6361 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
6363         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
6364         dependencies.
6366         * elf/link.h (struct r_search_path_elem): Add two new field for
6367         lib path debugging.
6368         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
6369         variable accordingly.
6370         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
6371         is considered next along with information about load paths.
6372         * sysdeps/generic/dl-cache.c: Likewise.
6373         * elf/dl-support.c: Define _dl_debug_libs.
6374         * elf/genrtldtbl.awk: Add initializers for two new field in
6375         struct r_search_path_elem.
6377 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6379         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
6380         * sysdeps/m68k/lshift.S: Likewise.
6381         * sysdeps/m68k/rshift.S: Likewise.
6382         * sysdeps/m68k/sub_n.S: Likewise.
6383         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
6384         * sysdeps/m68k/m68020/mul_1.S: Likewise.
6385         * sysdeps/m68k/m68020/submul_1.S: Likewise.
6387         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
6388         [_LIBC_REENTRANT]: Don't store into global errno.
6390         * sysdeps/m68k/sysdep.h: New file.
6391         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
6392         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
6393         (DO_CALL): Change to expect syscall name as argument.
6394         (PSEUDO): Pass syscall_name to DO_CALL.
6395         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
6396         errno.
6398 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6400         * elf/rtld.c: Speed up processing of environment variables.  Do
6401         only one run on the environment by avoiding to call getenv.
6402         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
6403         function.  Used by patch above.
6405 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6407         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
6408         running nscd.
6409         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
6410         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
6411         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
6413 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6415         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
6416         module cannot be found.  Reported by Andreas Jaeger.
6418 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6420         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
6421         on platforms which default to unsigned chars.
6422         * nscd/nscd_getpw_r.c: Likewise.
6423         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
6424         defining it.
6426 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6428         * elf/Makefile (install-bin): Change = to += for sprof to install
6429         ldd also.
6431 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
6433         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
6435 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
6437         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
6439 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6441         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
6442         that a failure to connect to nscd doesn't change errno.
6444 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6446         * manual/maint.texi (Reporting Bugs): Change
6447         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
6449         * locale/iso-4217.def: Likewise
6451 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
6453         * manual/texinfo.tex: Updated.
6455 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6457         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
6458         value.
6459         * sysdeps/posix/pathconf.c: Likewise.
6460         * posix/getconf.c: Print `undefined' if pathconf returns -1
6461         without setting errno.
6463 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
6465         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
6466         problem.
6467         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
6468         Patches by Elliot Lee <sopwith@cuc.edu>.
6470 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
6472         * elf/link.h (struct link_map): Add new field l_reloc_result.
6473         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
6474         of relocation for the object to be profiled.
6475         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
6476         to NULL.
6477         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
6478         array here.
6479         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
6480         contains a result from a previous run use this instead of computing
6481         the value again.
6482         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
6484 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6486         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
6487         offsets into the GOT.
6488         (RTLD_START): Likewise.
6490 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
6492         * elf/sprof.c: Cleanup a bit.
6494 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
6496         * sysdeps/generic/sysdep.h (L): New. Define.
6498         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
6500         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
6502         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
6503         to have only one exit point for functions.
6504         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6505         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
6506         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
6507         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
6508         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
6510 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6512         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
6513         reset errno so that errno isn't set to ENOSYS in the first call.
6514         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
6515         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
6516         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
6517         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
6519 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
6521         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
6522         * sysdeps/i386/addmul_1.S: Likewise.
6523         * sysdeps/i386/lshift.S: Likewise.
6524         * sysdeps/i386/mul_1.S: Likewise.
6525         * sysdeps/i386/rshift.S: Likewise.
6526         * sysdeps/i386/sub_n.S: Likewise.
6527         * sysdeps/i386/submul_1.S: Likewise.
6528         * sysdeps/i386/i586/add_n.S: Likewise.
6529         * sysdeps/i386/i586/addmul_1.S: Likewise.
6530         * sysdeps/i386/i586/lshift.S: Likewise.
6531         * sysdeps/i386/i586/mul_1.S: Likewise.
6532         * sysdeps/i386/i586/rshift.S: Likewise.
6533         * sysdeps/i386/i586/sub_n.S: Likewise.
6534         * sysdeps/i386/i586/submul_1.S: Likewise.
6536         * sysdeps/i386/sysdep.h: Extend last change.
6538         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
6539         to have only one exit point for functions.
6541 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6543         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
6544         search.
6546 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
6548         * Makerules: Generate libc.so with absolute paths for the used
6549         shared objects.
6551         * config.make.in: Add MAKEINFO definition.
6553 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6555         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
6556         (ENTRY): Use STABS_FUN.
6557         (END): Use STABS_FUN_END.
6558         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
6560         * elf/Makefile: Add rules to build sprof program.
6561         * elf/sprof.c: New file.
6563 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6565         * misc/syslog.c (openlog_internal): Insert missing closing brace.
6567 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6569         * configure.in: Check for working msgfmt version (from GNU gettext
6570         0.10 or later).
6572 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6574         * configure.in: Avoid //s in sysdirs.
6575         Patch by Roland McGrath.
6577         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
6579 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
6581         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
6582         setting _dl_global_scope for RTLD_GLOBAL.
6584 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6586         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
6587         possible lists of object-suffixes are taken care of.
6589 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
6591         * timezone/private.h: Update from tzcode1998c.
6592         * timezone/zic.c: Likewise.
6593         * timezone/antarctica: Updated from tzdata1998c.
6594         * timezone/asia: Likewise.
6595         * timezone/australasia: Likewise.
6596         * timezone/europe: Likewise.
6597         * timezone/southamerica: Likewise.
6599 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6601         * posix/glob.c (glob_in_dir): Add support for cases insensitive
6602         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
6604 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
6606         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
6607         Changed type of TWO43, TWO52 from float to double.
6608         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
6609         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
6610         Changed type of TWO43 from float to double.
6611         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
6612         Use __isinff.
6614 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
6616         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
6617         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
6618         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
6620 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
6622         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
6623         kernel_termios.h.
6624         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
6625         Clean up random whitespace.
6626         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
6627         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
6628         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
6629         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
6631 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
6633         * shlib-versions: Match alpha*.
6634         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
6635         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
6637         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
6638         Implement copysign* with and without __ prefix.
6639         Likewise for fabs; use builtin for gcc 2.8.
6640         (floor*): New.
6641         (fdim*): New.
6643         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
6644         (R_SPARC*): Match current v9 ABI.
6646         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
6648         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
6649         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
6650         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
6651         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
6652         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
6653         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
6654         * sysdeps/unix/grantpt.c (argv): Fix consts.
6655         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
6656         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6658 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6660         * misc/syslog.c: Change to allow user the interpretation of the
6661         outcome even with syslog having no return value.
6663 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
6665         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
6666         that the number of program headers is >0 (which is wrong for the
6667         loader itself).
6669 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6671         * Makefile (distribute): Add README.libm.
6673 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6675         * time/clocktest.c (main): Correct typo: "--" -> "==".
6677 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
6679         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
6680         inline function.
6681         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
6682         inline functions.
6684         * math/libm.map (__atan2): Added.
6686 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6688         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
6689         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
6691         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
6692         bug.
6694 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6696         * manual/arith.texi (Old-style number conversion): Correct
6697         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
6699 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6701         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
6702         but does not require it.  Handle missing argv[] values gracefully.
6703         * posix/execl.c: Likewise.
6704         * posix/execle.c: Likewise.
6706 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6708         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
6709         bit.
6710         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
6712 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6714         * libc.map: Add __adjtimex.
6716 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6718         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
6719         Remove memset.
6721 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
6723         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
6724         to 64.
6726         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
6728         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
6729         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
6731         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
6732         for shared library.
6734         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
6736         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
6737         Added adjtimex and old_adjtimex.
6739         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
6740         New.
6741         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
6742         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
6744         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
6745         symbols only for shared library.
6746         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6747         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6748         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6749         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6750         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6751         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6752         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6754         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
6755         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6756         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6757         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6758         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6759         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6760         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6761         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6763         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
6764         rusage pointer.
6766         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
6767         New macros.
6768         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
6769         timex and __adjtimex, respectively.
6771         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
6773         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
6775 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
6777         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
6778         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
6780 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
6782         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
6784 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6786         * Makefile.in: Disable built-in rules.
6788 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6790         * sysdeps/i386/fpu/t_exp.c: Move to ...
6791         * sysdeps/libm-i387/t_exp.c: ... here.
6793 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
6795         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
6796         from __exp2_deltatable.
6798 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
6800         * nis/ypclnt.c (yp_master): Check result of strdup.
6801         Patch by Thorsten Kukuk.
6803 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6805         * nis/ypclnt.c: Give clnt handle after error checking free, change
6806         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
6808 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
6810         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
6811         Patch by Joe Keane <jgk@jgk.org>.
6813         * misc/fstab.h (struct fstab): Change fs_type member to be const.
6814         * misc/fstab.c: Remove casts in fs_type assignments.
6816 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6818         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
6819         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
6820         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
6821         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
6822         * sysdeps/powerpc/bits/fenv.h: Likewise.
6823         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
6824         * sysdeps/generic/bits/fenv.h: Likewise.
6825         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
6826         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
6827         * sysdeps/powerpc/test-arith.c (main): Likewise.
6829 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
6831         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
6832         the comparison macros.
6834 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
6836         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
6837         (__log2): Fixed return values.
6838         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
6840 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
6842         * math/math.h (isunordered): Rename local variables to ensure
6843         correct code.  Reported by HJ Lu.
6845 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
6847         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
6848         isless, islessequal, islessgreater, isunordered): Fix syntax for
6849         fucompip instruction.
6850         (isless, islessequal): Fix logic.
6852 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6854         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
6855         (comparisons_test): New tests for comparison macros.
6857 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
6859         * Makeconfig: Filter out frame-pointer effecting options when
6860         compiling profiling or debugging code.
6861         * config.h.in (internal_function): Don't define here if PROF is
6862         defined.
6863         * gmon/gmon.c (__moncontrol): Don't change state if already in error
6864         state.
6865         (__monstartup): If calloc fails set error state and mark array as
6866         not allocated.
6867         (_mcleanup): Don't call write_gmon if in error state.  Don't try
6868         to free array if not  successfully allocated.
6870         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
6871         Include elf.h to get macro definitions.
6872         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
6874 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
6876         * elf/ldd.sh.in: Add compatibility for broken old shells.
6877         * elf/ldd.bash.in: Likewise.
6879 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
6881         * sunrpc/rpc_main.c (open_input): Check pipe return error.
6883         * time/clocktest.c (main): Check signal return error.
6885 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6887         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
6888         "/" and use do-install-program. Reported by Mark M. Kettenis.
6889         (subdir_install):  Likewise.
6891 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6893         * sunrpc/rpc_sample.c: Fix typo.
6895         * nscd/connections.c: Use locale.
6896         * nscd/grpcache.c: Add debug messages, gidtbl should get the
6897           calloc result.
6898         * nscd/nscd.c: Check if init functions fails.
6899         * nscd/nscd_conf.c: Allow disabling of group cache.
6900         * nscd/nscd_getgr_r.c: Fix return code if group not found.
6901         * nscd/pwdcache.c: Fix debug messages.
6903 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6905         * libc.map: Add __monstartup and _mcleanup for profiling support.
6907 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6909         * libc.map: Export __getpagesize, for binary compatibility with
6910         2.0.
6912 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6914         * posix/globtest.sh: Use --library-path instead of
6915         LD_LIBRARY_PATH.
6916         * localedata/sort-test.sh: Likewise.
6917         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
6919 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6921         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
6922         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
6923         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6925         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
6926         kernel_sigaction): Define.
6927         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
6928         kernel_sigaction): Define.
6930 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6932         * math/libm-test.c: Change epsilons for libm-ieee754.
6934 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
6936         * sysdeps/i386/__longjmp.S: Fix race condition.
6937         Reported by Bruno Haible <haible@ilog.fr>.
6939 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
6941         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
6942         * iconvdata/8bit-gap.c: Likewise.
6943         * iconvdata/8bit-generic.c: Likewise.
6944         * iconvdata/iso6937.c: Likewise.
6945         * iconvdata/iso8859-1.c: Likewise.
6946         * iconvdata/sjis.c: Likewise.
6947         * iconvdata/t61.c: Likewise.
6949 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6951         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
6952         feature tests by positive feature tests.
6954 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6956         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
6958 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
6960         * elf/dlvsym.c (dlvsym_doit): More corrections.
6961         Patch by Andreas Jaeger.
6963 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
6965         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
6967 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
6969         * libc.map: More reordering for GLIBC_2.1 symbols.
6971 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6973         * libc.map: Move some functions from version GLIBC_2.0 to
6974         GLIBC_2.1, reorder declarations.
6976 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
6978         * resolv/gethnamaddr.c (addrsort): Make this function extern.
6979         Patch by zab@thebrain.grumblesmurf.net.
6981 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6983         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
6984         NIS+ functions with version GLIBC_2.1.
6986 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
6988         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
6989         with 2.0 binaries.  Reported by Thorsten Kukuk.
6991 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6993         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
6995         * elf/dlsym.c (dlsym_doit): Likewise.
6997 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6999         * elf/link.h: Correct typos.
7001         * iconv/iconv_prog.c: Correct typo.
7003 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
7005         * iconv/Makefile: Add rules to build and install iconv program.
7006         * iconv/iconv_prog.c: New file.
7008 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
7010         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
7011         _dl_lookup_symbol_skip call.
7012         * elf/dlvsym.c (dlvsym_doit): Likewise.
7014 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
7016         * libio/iovsscanf.c: Do not include errno.h.
7018 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7020         * elf/dl-load.c (add_name_to_object): Don't translate strings.
7021         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
7022         pulling in the whole error list.
7023         (__dcgettext, dcgettext): Removed.
7024         * libc.map: Export _strerror_internal.
7026 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
7028         * sysdeps/i386/fpu/t_exp.c: New file.
7030 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7032         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
7033         everything with version GLIBC_2.1.
7034         * hesiod/libnss_hesiod.map: Likewise.
7036 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7038         * manual/arith.texi (Old-style number conversion): This node is a
7039         section, not a subsection.
7041 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7043         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
7045 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7047         * elf/rtld.c (dl_main): Make sure that the library search paths
7048         have been initialized before the first call to _dl_map_object.
7050 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7052         * Makerules (common-generated): Add libc_pic.os.
7054 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7056         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
7057         of the executable.
7059 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7061         * sysdeps/m68k/fpu/t_exp.c: New file.
7063 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7065         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
7066         to global errno variable anymore.
7068 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
7070         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
7071         If PRELOADED is nonzero check in case of an SUID application
7072         whether the shared object has the SUID bit set.
7073         Fix some other problems with handling shared objects in system
7074         specific directories.
7075         (_dl_map_object): Also take extra parameter and pass it to open_path.
7076         * elf/link.h (_dl_map_object): Correct prototype and comment.
7077         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
7078         * elf/dl-open.c (_dl_open): Likewise.
7079         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
7081         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
7083 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7085         * math/libm-test.c (modf_test): Add test for 1.5.
7087         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
7088         0 to get always an int.
7090 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7092         * math/libm.map: Move all symbols that are new in glibc 2.1 to
7093         version GLIBC_2.1.
7095 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7097         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
7098         trying to read another character.
7100 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7102         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
7103         name to lowercase.
7105         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
7106         name to lowercase, add test for big enough buffer.
7108 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7110         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
7111         Make compatible with older kernels.  Patch by Richard Henderson.
7113 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
7115         * elf/dl-load.c (open_path): Use __xstat instead of stat.
7117         * localedata/tst-locale.sh: Comment out first test for now.
7119 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
7121         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
7122         as 1.
7123         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
7124         Likewise.
7126         * libio/iogetline.c (_IO_getline_info): Renamed from
7127         _IO_getline.
7128         (_IO_getline): Just call _IO_getline_info.
7130         * libio/libioP.h (_IO_getline_info): New declaration.
7132         * libc.map (_IO_getline_info, __write): Added.
7134 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7136         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
7137         const char* to shut up gcc.
7139 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
7141         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
7142         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
7144         * math/math.h: Define M_* constants always as `double' and add new
7145         macros M_*l which are of type `long double'.
7146         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
7147         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
7148         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
7149         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
7150         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
7151         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
7152         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
7153         * math/libm-tst.c: Likewise.
7155         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
7156         define as long double unconditionally.
7158 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7160         * manual/arith.texi (Old-style number conversion): Correct some
7161         typos.
7163 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
7165         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
7166         Restore.
7168         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
7170 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
7172         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
7173         on $(rtld-ldscript).
7175         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
7176         starting from 0 not only from `from'.
7177         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
7179 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
7181         * elf/rtld.c (dl_main): Recognize --library-path parameter and
7182         pass value (or NULL) to _dl_init_paths.
7183         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
7184         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
7185         environment variable.
7186         * elf/link.h: Change prototype for _dl_init_paths.
7187         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
7189         * localedata/Makefile (distribute): Add test files.
7191 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7193         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
7194         test1.def, test2.def, test3.def, test4.def}: Simple input files
7195         for localedef. Contributed by Yung-Ching Hsiao
7196         <yhsiao@cae.wisc.edu>.
7198         * localedata/Makefile (tests): Call tst-locale.sh.
7200         * localedata/tst-locale.sh: New file, regression tests for some
7201         localedef problems.
7203 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7205         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
7207         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
7208         terminated.
7209         * nis/nss_nisplus/nisplus-network.c: Likewise.
7210         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7211         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
7212         * nis/nss_nisplus/nisplus-service.c: Likewise.
7214         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
7215         and support generating thread safe RPC code.
7216         * sunrpc/rpc_main.c: Add changes.
7217         * sunrpc/rpc_clntout.c: Likewise.
7218         * sunrpc/rpc_cout.c: Likewise.
7219         * sunrpc/rpc_hout.c: Likewise.
7220         * sunrpc/rpc_parse.c: Likewise.
7221         * sunrpc/rpc_sample.c: Likewise.
7222         * sunrpc/rpc_scan.c: Likewise.
7223         * sunrpc/rpc_svcout.c: Likewise.
7224         * sunrpc/rpc_util.c: Likewise.
7225         * sunrpc/rpc_util.h: Add new structs and prototypes.
7226         * sunrpc/proto.h: Remove prototypes for static functions.
7228 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7230         * locale/programs/ld-messages.c (messages_finish): Don't skip
7231         error checking when being quiet.
7232         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
7233         (set_class_defaults): Likewise.
7234         * locale/programs/charmap.c (parse_charmap): Likewise.
7235         * locale/programs/ld-collate.c (collate_finish): Likewise.
7236         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
7237         * locale/programs/ld-time.c (time_finish): Likewise.
7238         * locale/programs/locfile.c (write_locale_data): Likewise.
7240         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
7241         unknown characters and empty ranges.
7242         * locale/programs/ld-collate.c (collate_order_elem): When
7243         processing an ellipsis properly form a linked list in the result
7244         table, fix typo when allocating ordering array.
7245         [PR libc/419]
7247 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7249         * elf/Makefile (ld-map): Define.
7250         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
7251         `$(rtld-ldscript)'.
7252         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
7253         on $(ld-map).
7254         (rtld-link): Combine the two versions of this definition.  Fixed
7255         to make it work when no symbol versioning is used.
7257 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
7259         * Makeconfig (build-program-cmd): Use --library-path parameter to
7260         ld.so instead of environment variable.
7262         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
7263         * sunrpc/rpc_main.c: Remove support for -$$ option again.
7265 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7267         * Make-dist: Respect with-cvs setting.
7268         * MakeTAGS (all-pot): Likewise.
7269         * sysdeps/sparc/sparc32/Makefile: Likewise.
7270         * sysdeps/mach/hurd/Makefile: Likewise.
7271         * stdlib/Makefile: Likewise.
7272         * posix/Makefile: Likewise.
7273         * intl/Makefile: Likewise.
7274         * po/Makefile (linguas): Likewise
7276 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7278         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
7280 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
7282         * libc.map: Add __strcasecmp.
7284         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
7285         module.
7287         * nss/getXXent_r.c: If no more module is found don't try to call
7288         setXXent functions but leave unsuccessfully.
7290         * malloc/obstack.h: Cleanups.
7292         * sysdeps/wordsize-32/stdint.h: New file.
7293         * sysdeps/wordsize-64/stdint.h: New file.
7294         * sysdeps/generic/stdint.h: New file.
7295         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
7296         * sysdeps/wordsize-64/inttypes.h: Likewise.
7297         * stdlib/Makefile (headers): Add stdint.h.
7299 1998-02-03  Paul Eggert  <eggert@twinsun.com>
7301         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
7303 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7305         * timezone: New directory.
7306         * time/README, time/africa, time/antarctica, time/asia,
7307         time/australasia, time/backward, time/checktab.awk,
7308         time/etcetera, time/europe, time/factory, time/ialloc.c,
7309         time/iso3166.tab, time/leapseconds, time/northamerica,
7310         time/pacificnew, time/private.h, time/scheck.c,
7311         time/solar87, time/solar88, time/solar89, time/southamerica,
7312         time/systemv, time/test-tz.c, time/tzfile.h,
7313         time/tzselect.ksh, time/yearistype, time/zdump.c,
7314         time/zic.c, time/zone.tab: Moved to timezone.
7315         * time/tzfile.c: Include tzfile.h from timezone subdir.
7316         * time/tzset.c: Likewise.
7317         * time/Makefile: Cut out all code relating to timezones...
7318         * timezone/Makefile: ...and paste it in here.
7319         * Makefile (subdirs): Add timezone.
7321 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
7323         * libc.map (_sys_nerr): Added.
7325         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
7326         versioned symbol.
7328 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
7330         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
7331         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
7332         Reported by Craig Metz <cmetz@inner.net>.
7334 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7336         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
7337         instead of strcasecmp.
7338         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
7340         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
7342 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
7344         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
7345         Patch by Dean Gaudet <dgaudet@arctic.org>.
7347 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
7349         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
7351 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7353         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
7354         with no poll syscall, just include the BSD version.
7355         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
7356         kernel without the syscall, include the stub version.
7357         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
7358         * sysdeps/generic/getresuid.c: New file.
7359         * sysdeps/generic/getresgid.c: New file.
7361 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
7363         * stdio-common/vfscanf.c: Correct last change a bit.
7365 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
7367         * elf/Makefile: Don't use --version-script parameter to link ld.so
7368         unconditionally.
7370 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
7372         * math/Makefile: Add t_exp.
7373         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
7374         constants.
7375         * math/test-reduce.c: Remove temporarily, it seems to be broken.
7376         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
7377         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
7378         better accuracy.
7379         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
7380         algorithm for very large/very small arguments.
7381         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
7382         correct algorithm for very large/very small arguments; adjust for
7383         new table.
7384         * sysdeps/libm-ieee754/t_exp.c: New file.
7385         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
7387         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
7388         back, with comment that explains what breaks when you remove it :-(.
7390         * localedata/xfrm-test.c: Avoid integer overflow.
7392         * stdlib/strfmon.c: char is unsigned, sometimes.
7394         * sysdeps/powerpc/Makefile: Remove quad float support.
7395         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
7396         * sysdeps/powerpc/quad_float.h: Likewise.
7397         * sysdeps/powerpc/test-arith.c: Likewise.
7398         * sysdeps/powerpc/test-arithf.c: Likewise.
7400         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
7401         * sysdeps/generic/s_exp2f.c: Likewise.
7403         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
7404         don't try anything if _SOFT_FLOAT.
7406 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7408         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
7409         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
7410         * wctype/wctype.c: Likewise.
7411         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
7412         changed.  They are incompatible with the _ISxxx values from
7413         <ctype.h> on little endian machines.
7414         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
7415         bit number.  This fixes the real bug and restores the integrity of
7416         the ctype locale file.
7417         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
7418         * wctype/wcfuncs_l.c: Likewise.
7419         * wctype/wcextra.c: Likewise.
7420         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
7421         byte swapping.
7423 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7425         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
7426         into .bss segment instead of .common, so that aliases on it work.
7428         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
7429         .size directives, put into .bss segment instead of initializing it
7430         to 4.
7432 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
7434         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
7436         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
7437         functions.
7438         Make names without __ weak aliases.
7439         (__libc_release, __libc_version): Make them static.
7441         * include/gnu/libc-version.h: New file.
7442         * Makefile (headers): Add gnu/libc-version.h.
7444 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
7446         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
7447         and use x for member name.
7448         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
7450         * stdlib/drand48.c: Change according to member name change.
7451         * stdlib/drand48_r.c: Likewise.
7452         * stdlib/lcong48_r.c: Likewise.
7453         * stdlib/lrand48.c: Likewise.
7454         * stdlib/lrand48_r.c: Likewise.
7455         * stdlib/mrand48.c: Likewise.
7456         * stdlib/mrand48_r.c: Likewise.
7457         * stdlib/seed48.c: Likewise.
7458         * stdlib/seed48_r.c: Likewise.
7459         * stdlib/srand48_r.c: Likewise.
7461 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7463         * nss/test-netdb.c: Add some more test cases.
7465 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
7467         * libio/iovsscanf.c: Undo last change modifying errno.
7469 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7471         * stdio-common/vfscanf.c: Never try to read another character
7472         after EOF.  Don't decrement read_in after EOF, it wasn't
7473         incremented in the first place.
7474         (NEXT_WIDE_CHAR): Set First, not first.
7476 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
7478         * db/Makefile ($(inst_libdir)/libndbm.a,
7479         $(inst_libdir)/libndbm.so): New targets.
7480         * db2/Makefile: Likewise.
7482 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
7484         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
7485         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
7487 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7489         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
7490         <streambuf.h>.
7491         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
7493 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7495         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
7496         versioned symbols.
7498 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
7500         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
7501         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
7502         Added for libdl.so.
7504 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7506         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
7507         extra syscall.
7509         * grp/Makefile: Fix logic when checking for thread package.
7510         * pwd/Makefile: Likewise.
7512 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
7514         * elf/Makefile (rtld-map): Replaced by libc-map.
7516         * elf/rtld.map: Removed.
7518         * libc.map (__libc_enable_secure, _dl_catch_error,
7519         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
7520         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
7521         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
7522         _dl_object_relocation_scope, _dl_relocate_object,
7523         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
7524         _r_debug): Added for ld.so.
7526 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
7528         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
7529         DO_VERSIONING.
7530         * libio/iofdopen.c: Ditto.
7531         * libio/iofopen.c: Ditto.
7532         * libio/oldfileops.c: Ditto.
7534         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
7535         version GLIBC_2.1.
7537         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
7538         oldsiglist from sysdep_routines and shared-only-routines.
7540         * sysdeps/unix/sysv/linux/errlist.c: New.
7541         * sysdeps/unix/sysv/linux/errlist.h: New.
7542         * sysdeps/unix/sysv/linux/sizes.h: New.
7543         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
7544         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
7546         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
7548         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
7549         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
7550         directive.
7552         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
7554         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
7555         (oldsiglist.c): Removed.
7557         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
7558         (_sys_siglist): Use SYS_SIGLIST instead.
7559         (_sys_nerr): Use SYS_NERR instead.
7561         * sysdeps/gnu/errlist.c: Rebuilt.
7563 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
7565         * elf/Makefile (others-static): New, set to ldconfig.
7566         ($(objpfx)ldconfig): Removed.
7568         * Rules (binaries-all, binaries-static, binaries-shared): New.
7569         Create targets for $(binaries-static) and $(binaries-shared).
7571         * Makeconfig (+link-static, link-libc-static,
7572         link-extra-libs-static): New for static linking.
7574 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7576         * manual/memory.texi (Using the Memory Debugger): Fix typo.
7578         * math/libm-test.c (modf_test): Add one more test for modf.
7580 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
7582         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
7583         Rename from __libc_have_rt_sigs and leave as COMMON data.
7585 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
7587         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
7588         of __finite.
7590 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
7592         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
7594 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
7596         * misc/tst-efgcvt.c: Add yet more tests.
7597         * misc/efgcvt_r.c: And correct for these tests again.
7598         Reported by HJ Lu.
7600         * isomac.c: Move to...
7601         * stdlib/isomac.c: ...here.
7602         * Makefile: Move rules for handling isomac...
7603         * stdlib/Makefile: ...to here.
7605 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7607         * misc/tst-efgcvt.c: Add more tests.
7608         * misc/efgcvt_r.c: Correct result for above new tests.
7610 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
7612         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
7613         NDIGIT <= 0.
7615 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
7617         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
7618         if the programs weren't built.
7620 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
7622         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
7623         FE_TONEAREST, soldier on regardless and do the best we can.
7624         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
7626 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
7628         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
7629         _STDIO_H, before including <bits/stdio_lim.h>.
7631         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
7633         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
7634         exist.
7636         * sysdeps/arm/sys/ucontext.h: New file.
7638 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
7640         * manual/stdio.texi (Formatted Output Functions): Explicitly say
7641         that the return value from snprintf() does not count the
7642         terminating NUL as a character.
7644 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7646         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
7647         add description for sete[ug]id and general cleanup.
7648         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
7650 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7652         * Makefile (parent-clean): Don't remove makefile fragments here.
7653         (postclean): New variable.
7654         (clean): Remove makefile fragments here.
7655         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
7656         (generated): Add isomac and isomanc.out.
7657         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
7658         avoid-generated is set.
7659         (postclean-generated): Add soversion.mk.
7660         ($(common-objpfx)version.mk): Don't include if avoid-generated is
7661         set.
7662         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
7663         avoid-generated is set.
7664         (common-generated): Add libc.so and libc.so$(libc.so-version).
7665         (generated): Add versioned libraries.
7666         (common-mostlyclean): Also remove %.so and %_pic.a.
7667         * csu/Makefile (generated): Add abi-tag.h.
7668         * db2/Makefile (extra-objs): Add getlong.o.
7669         * elf/Makefile (generated): Add ld.so, ldd and
7670         $(rtld-installed-name).
7671         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
7672         * malloc/Makefile (generated): Add mtrace.
7673         * po/Makefile: Don't include version.mk, not needed any more.
7674         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
7675         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
7676         syscall.h -> sys/syscall.h.
7677         (common-generated): Add s-proto.d.
7678         (postclean-generated): Add sysd-syscalls.
7679         * localedata/Makefile (test-output): Add all output files.
7680         (generated): Add test-input and test-output.
7681         (generated-dirs): Add all the dirs.
7683 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7685         * Makefile (test-output, generated, generated-dirs): New
7686         variables.
7688 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7690         * resolv/nss_dns/dns-host.c: Various code cleanups.
7692 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
7694         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
7695         From Philip Blundell <pb@nexus.co.uk>.
7696         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
7698 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7700         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
7701         Suggested by debian/sparc porters.
7703 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7705         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
7706         for ecvt and fcvt.
7708 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
7710         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
7711         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
7713         * signal/signal.h: Always define sigset_t if __need_sigset_t is
7714         defined even if __USE_POSIX is not defined.
7716 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7718         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
7719         to support obsolete tty major numbers correctly.
7721 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
7723         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
7724         directory first and ignore install error.
7726         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
7727         128 from ptyno and fix a typo for the BSD style pty.
7729 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7731         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
7732         syscalls.list's.
7734 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7736         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
7737         getresuid and getresgid.
7739         * sysdeps/unix/sysv/linux/getresuid.c: New file.
7740         * sysdeps/unix/sysv/linux/getresgid.c: New file.
7742         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
7743         s_getres[ug]id.
7745         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
7746         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7747         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7748         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
7750 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
7752         * nscd/grpcache.c: Include <stdlib.h>.
7754 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
7756         * stdlib/atoll.c: Fix comments.
7758         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
7759         * sysdeps/posix/ttyname_r.c: Ditto.
7761 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7763         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
7764         __USE_MISC, independent of __USE_UNIX98.
7766 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
7768         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
7769         Rename from __libc_have_rt_sigs and leave as COMMON data.
7771 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
7773         * Makeconfig (CFLAGS-.os): Kill -fno-common.
7774         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
7776         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
7777         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
7778         version symbols.
7779         * include/libc-symbols.h (symbol_version, default_symbol_version):
7780         Provide asm versions and correct !DO_VERSIONING versions.
7781         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
7782         the weak symbol list.
7784         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
7785         Rename from __libc_have_rt_sigs and leave as COMMON data.
7786         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7787         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7788         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7790 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7792         * sunrpc/Makefile: Correct dependencies of rpcgen.
7794 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
7796         * nscd/Makefile: Fix test for available linuxthreads add-on.
7797         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
7799 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7801         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
7803 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7805         * sysdeps/gnu/Makefile: Respect with-cvs variable.
7807         * manual/errno.texi (Error Messages): Correct description of
7808         strerror_r.  Pointed out by jonas@bagge.se.
7810 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7812         * manual/socket.texi (Host Address Functions): Clarify description
7813         of inet_network.
7815 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7817         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
7818         (grantpt): Delete superfluous cast.
7820 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7822         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
7823         elf/ldso_install instead of elf/subdir_install.
7824         (elf/ldso_install): New target.
7826         * elf/Makefile (ldso_install): New target.
7828 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7830         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
7831         of 1998-01-06.
7833 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7835         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
7836         constant expressions.
7838 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7840         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
7841         for __nss_configure_lookup.
7842         (output_hostent): Remove unused variable.
7844 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7846         * string/tst-inlcall.c: Fix format string.
7848 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7850         * inet/netinet/in.h: Rename second parameter of bindresvport to
7851         avoid buggy gcc warning. [PR libc/412]
7853 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
7855         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
7856         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
7858         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
7859         Follow POSIX and make tv_sec a time_t.
7860         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
7861         new tv64 syscall as well as fall back to tv32.
7862         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
7863         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7864         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
7865         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
7866         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
7867         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
7868         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
7869         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
7871         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
7872         * include/rpcsvc/nis_tags.h: Likewise.
7873         * include/rpcsvc/nislib.h: Likewise.
7875 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
7877         * libc.map: Add _h_errno.
7878         * inet/herrno.c: Make _h_errno weak alias.
7880         * login/Makefile (distribute): Add pty-internal.h.
7882         * nscd/Makefile (distribute): Add all the files missing.
7884         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
7885         are available.
7887         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
7888         and report status at the end.
7890         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
7892         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
7893         variable.
7894         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
7895         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
7896         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
7898 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
7900         * configure.in: Fix --enable-add-ons code.
7902 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7904         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
7905         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
7906         [PR libc/441]
7908         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
7909         occurence in cache.  Reported by Rudolf Leitgeb
7910         <leitgeb@leland.stanford.edu>.
7911         [PR libc/440]
7913 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
7915         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
7916         that it never is EINTR (which is tested for in _IO_vfscanf).
7918         * Makefile.in: Call sub-make with CVSOPTS.
7920         * elf/Makefile (distribute): Add dl-procinfo.h.
7922         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
7924 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
7926         * version.h (VERSION): Bump to 2.0.92.
7928 1998-01-31  Phil Blundell  <philb@gnu.org>
7930         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
7931         alias for __new_sys_siglist.
7933 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
7935         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
7936         getgrgid_r.c if thread package is available.
7937         * pwd/Makefile: Likewise.
7938         * grp/getgrnam_r.c: Remove USE_NSCD definition.
7939         * grp/getgrgid_r.c: Likewise.
7940         * pwd/getpwnam_r.c: Likewise.
7941         * pwd/getpwuid_r.c: Likewise.
7943 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
7945         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
7946         with error to allow user intervention.
7947         * nss/getXXent_r.c: Likewise.
7949 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
7951         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
7952         AT_PLATFORM string.  Pretty print AT_BASE info.
7954         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
7955         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
7956         * sysdeps/generic/dl-procinfo.h: New file.
7957         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
7959 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
7961         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
7963         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
7964         thread and not pthread_detach.
7966         * nscd/nscd.c: Rewrite to use argp instead of getopt.
7968 1998-01-31  Phil Blundell  <philb@gnu.org>
7970         * configure.in: Add --without-cvs option to suppress automatic
7971         checkin of regenerated files.
7972         * config.make.in: Likewise.
7973         * Makefile: Respect with-cvs setting.
7974         * Makerules: Likewise.
7976         * configure.in: Allow the standalone ARM port to be configured.
7978 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7980         * grp/getgrgid_r.c: Define USE_NSCD.
7981         * grp/getgrnam_r.c: Likewise.
7982         * pwd/getpwuid_r.c: Likewise.
7983         * pwd/getpwnam_r.c: Likewise.
7985         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
7987         * nss/getXXbyYY_r.c: Try at first nscd.
7989         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
7990         * nscd/connections.c: New file.
7991         * nscd/dbg_log.c: New file.
7992         * nscd/dbg_log.h: New file.
7993         * nscd/grpcache.c: New file.
7994         * nscd/nscd.c: New file.
7995         * nscd/nscd.h: New file.
7996         * nscd/nscd_conf.c: New file.
7997         * nscd/nscd_stat.c: New file.
7998         * nscd/pwdcache.c: New file.
8000         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
8001         * nscd/nscd_getpw_r.c: Likewise.
8002         * nscd/nscd_proto.h: New, prototypes for client functions.
8004         * nscd/nscd.conf: New, example for a configuration file.
8005         * nscd/nscd.init: New, example for a startup script.
8007         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
8008         avoid deadlocks.
8009         * nscd/getgrnam_r.c: Likewise.
8010         * nscd/getpwnam_r.c: Likewise.
8011         * nscd/getpwuid_r.c: Likewise.
8013 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
8015         * intl/Makefile: Use CVSOPTS in cvs invocation.
8016         * po/Makefile: Likewise.
8017         * posix/Makefile: Likewise.
8018         * stdlib/Makefile: Likewise.
8020 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
8022         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
8023         [PR libc/410]
8024         * misc/Makefile (tests): Add tst-efgcvt.
8025         * misc/tst-efgcvt.c: New file.
8027 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
8029         * posix/regex.c: Add some more cleanups by Akim Demaille.
8031 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
8033         * signal/signal.h: Revert last change.
8034         * string/strsignal.c: Regard signal number NSGI as illegal.
8035         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
8036         members.
8038 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
8040         * Makefile.in: Add comment about CVSOPTS Makefile variable.
8041         * Makerules: Use CVSOPTS in cvs invocation.
8042         * Makefile: Likewise.
8043         * MakeTAGS: Likewise.
8044         * Make-dist: Likewise.
8046 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
8048         * sysdeps/generic/memmem.c: Correct last change.
8050 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
8052         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
8053         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
8055 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8057         * nis/ypclnt.c: Try at first to use the binding file from ypbind
8058         before using RPC.
8060 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8062         * manual/memory.texi (Heap Consistency Checking): mcheck is
8063         declared in <mcheck.h>.
8064         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
8066 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8068         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
8069         beginning of haystack.
8071 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8073         * nss/nss_files/files-service.c: Correct last patch.
8075 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
8077         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
8078         __libc_have_rt_sigs.
8079         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
8080         including <bits/setjmp.h>.
8081         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
8082         Patch from the Debian glibc/SPARC package.
8084 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
8086         * sysdeps/alpha/bzero.S: Fix a typo.
8087         * sysdeps/alpha/htonl.S: Ditto.
8088         * sysdeps/alpha/htons.S: Ditto.
8090 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8092         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
8094 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
8096         * include/cpio.h: Move to ...
8097         * posix/cpio.h: ...here.
8099         * locale/programs/ld-collate.c: Fix typo.
8101         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
8103         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
8105         * login/utmp_file.c (pututline_file): Don't always report success
8106         if similar entry is found.  Patch by Mark M. Kettenis.
8108 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
8110         * manual/Makefile: Don't try to install the info files if makeinfo
8111         is not available.
8113 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
8115         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
8116         kernel's network ioctls, rather than using <linux/sockios.h> to
8117         get them.  This way we are sure of maintaining compatibility if
8118         the kernel interface should change.
8120 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
8122         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
8124 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
8126         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
8127         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
8129 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8131         Implement System V pseudoterminal handling.
8133         * login/Makefile
8134         (routines): Add getpt, grantpt, unlockpt, ptsname.
8135         (libutil-routines): Remove pty. Add openpty, forkpty.
8136         (distribute): New internal header pty-internal.h.
8137         (others): Add the helper program, pt_chown.
8138         (install-others): Install it, in $(libexecdir), mode 4755.
8140         * login/pty-internal.h: New file.
8141         * login/openpty.c: New file.
8142         * login/forkpty.c: New file.
8143         * login/programs/pt_chown.c: New file.
8145         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
8146         * stdlib/stdlib.h: Prototype them.
8148         * config.make.in: Define $(libexecdir).
8149         * Makeconfig: Define $(inst_libexecdir).
8151         * sysdeps/generic/pty.c: Removed.
8152         * sysdeps/unix/sysv/linux/pty.c: Removed.
8154         * sysdeps/generic/getpt.c: Stub out.
8155         * sysdeps/generic/grantpt.c: Likewise.
8156         * sysdeps/generic/ptsname.c: Likewise.
8157         * sysdeps/generic/unlockpt.c: Likewise.
8159         * sysdeps/unix/grantpt.c: New file.
8160         * sysdeps/unix/bsd/getpt.c: New file.
8161         * sysdeps/unix/bsd/unlockpt.c: New file.
8162         * sysdeps/unix/sysv/linux/getpt.c: New file.
8163         * sysdeps/unix/sysv/linux/ptsname.c: New file.
8164         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
8166 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
8168         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
8170 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8172         * nss/Makefile (tests): Add rule for test-netdb.c.
8174         * nss/test-netdb.c: New file.
8176 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
8178         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
8179         really kept as a variable.  Patch by Richard Henderson,
8180         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
8182         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
8183         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
8184         entries as not existing.
8186 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8188         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
8189         zero in alternate form with precision of zero, which must produce
8190         "0".  Add braces to avoid ambiguous `else'.
8192 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8194         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
8195         problem with strncpy.
8196         * nis/nss_compat/compat-pwd.c: Likewise.
8197         * nis/nss_compat/comapt-spwd.c: Likewise.
8199 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8201         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
8202         by uch@nop.or.jp. [PR libc/437]
8204 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8206         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
8208 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8210         * stdio-common/test-popen.c: Include <errno.h>.
8212         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
8213         close.
8215         * inet/getnetgrent_r.c: Include <errno.h>.
8217         * db2/db/db_conv.c: Include <string.h> for memcpy.
8219         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
8220         so that memcpy is declared.
8222         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
8224         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
8226 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8228         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
8229         overflow while reading line with fgets.
8230         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
8232 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
8234         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
8235         unsigned short, not short.
8236         Reported by Andreas Jaeger.
8238 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8240         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
8241         (ccept->accept).
8243         * sysdeps/generic/inttypes.h: Fix spelling.
8245 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8247         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
8249         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
8251 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
8253         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
8254         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
8255         field for hh modifier.
8256         * stdio-common/vfprint.c: Use is_char field and do not depend in
8257         is_short having the value 2.
8258         Bug reported by Andreas Jaeger.
8260 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8262         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
8263         PIC && DO_VERSIONING.
8265 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8267         * Rules: Add rules for $(common-objpfx)dummy$o.
8269 1998-01-26  Richard Henderson  <rth@cygnus.com>
8271         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
8272         unimplemented OSF/1 definitions so that they are not accidentally seen.
8274         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
8275         of the trampoline function into the macro.
8276         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
8277         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
8278         kernel 2.1.82 has this fixed.
8280         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
8281         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
8283 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
8285         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
8286         support sigaction on kernels > 2.1.7x.
8288 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
8290         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
8291         if it is empty.
8293         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
8294         Patch by David Engel <david@sw.ods.com>.
8296         * configure.in: Fix another typo in --enable-add-ons code.
8298 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
8300         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
8302 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8304         * nss/nss_files/files-network.c: Correct order of parameters for
8305         getnetbyaddr.
8307 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
8309         * db2/Makefile (routines): Add os_alloc.
8310         * db2/db.h: Update from db-2.3.16.
8311         * db2/db_185.h: Likewise.
8312         * db2/db_int.h: Likewise.
8313         * db2/btree/bt_close.c: Likewise.
8314         * db2/btree/bt_cursor.c: Likewise.
8315         * db2/btree/bt_delete.c: Likewise.
8316         * db2/btree/bt_open.c: Likewise.
8317         * db2/btree/bt_page.c: Likewise.
8318         * db2/btree/bt_put.c: Likewise.
8319         * db2/btree/bt_rec.c: Likewise.
8320         * db2/btree/bt_recno.c: Likewise.
8321         * db2/btree/btree_auto.c: Likewise.
8322         * db2/common/db_appinit.c: Likewise.
8323         * db2/common/db_apprec.c: Likewise.
8324         * db2/common/db_err.c: Likewise.
8325         * db2/common/db_region.c: Likewise.
8326         * db2/common/db_shash.c: Likewise.
8327         * db2/db/db.c: Likewise.
8328         * db2/db/db_auto.c: Likewise.
8329         * db2/db/db_conv.c: Likewise.
8330         * db2/db/db_dispatch.c: Likewise.
8331         * db2/db/db_dup.c: Likewise.
8332         * db2/db/db_pr.c: Likewise.
8333         * db2/db/db_rec.c: Likewise.
8334         * db2/db185/db185.c: Likewise.
8335         * db2/dbm/dbm.c: Likewise.
8336         * db2/hash/hash.c: Likewise.
8337         * db2/hash/hash_auto.c: Likewise.
8338         * db2/hash/hash_dup.c: Likewise.
8339         * db2/hash/hash_page.c: Likewise.
8340         * db2/hash/hash_rec.c: Likewise.
8341         * db2/include/btree_ext.h: Likewise.
8342         * db2/include/clib_ext.h: Likewise.
8343         * db2/include/common_ext.h: Likewise.
8344         * db2/include/db.h.src: Likewise.
8345         * db2/include/db_185.h.src: Likewise.
8346         * db2/include/db_am.h: Likewise.
8347         * db2/include/db_ext.h: Likewise.
8348         * db2/include/db_int.h.src: Likewise.
8349         * db2/include/hash_ext.h: Likewise.
8350         * db2/include/lock_ext.h: Likewise.
8351         * db2/include/log.h: Likewise.
8352         * db2/include/log_auto.h: Likewise.
8353         * db2/include/log_ext.h: Likewise.
8354         * db2/include/mp.h: Likewise.
8355         * db2/include/mp_ext.h: Likewise.
8356         * db2/include/mutex_ext.h: Likewise.
8357         * db2/include/os_ext.h: Likewise.
8358         * db2/include/os_func.h: Likewise.
8359         * db2/include/txn_ext.h: Likewise.
8360         * db2/lock/lock.c: Likewise.
8361         * db2/lock/lock_util.c: Likewise.
8362         * db2/log/log.c: Likewise.
8363         * db2/log/log.src: Likewise.
8364         * db2/log/log_archive.c: Likewise.
8365         * db2/log/log_auto.c: Likewise.
8366         * db2/log/log_get.c: Likewise.
8367         * db2/log/log_put.c: Likewise.
8368         * db2/log/log_rec.c: Likewise.
8369         * db2/log/log_register.c: Likewise.
8370         * db2/mp/mp_bh.c: Likewise.
8371         * db2/mp/mp_fget.c: Likewise.
8372         * db2/mp/mp_fopen.c: Likewise.
8373         * db2/mp/mp_fput.c: Likewise.
8374         * db2/mp/mp_pr.c: Likewise.
8375         * db2/mp/mp_sync.c: Likewise.
8376         * db2/mutex/mutex.c: Likewise.
8377         * db2/os/os_alloc.c: Likewise.
8378         * db2/os/os_config.c: Likewise.
8379         * db2/os/os_stat.c: Likewise.
8380         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
8381         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
8382         * db2/progs/db_load/db_load.c: Likewise.
8383         * db2/progs/db_printlog/db_printlog.c: Likewise.
8384         * db2/progs/db_recover/db_recover.c: Likewise.
8385         * db2/progs/db_stat/db_stat.c: Likewise.
8386         * db2/txn/txn.c: Likewise.
8388         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
8389         Unmap memory blocks in reverse order of allocation.
8390         Call munmap with load address added to offset.
8391         Bug reported by Miguel de Icaza.
8393         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
8394         up weight array.
8396         * localedata/locales/cs_CZ: Update by Michael Mraka
8397         <michael@informatics.muni.cz>.
8399         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
8400         __USE_BSD.
8402         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
8403         reading line with fgets.
8404         * nis/nss_compat/compat-pwd.c: Likewise.
8405         * nis/nss_compat/compat-spwd.c: Likewise.
8406         * nss/nss_files/files-XXX.c: Likewise.
8407         * nss/nss_files/files-alias.c: Likewise.
8408         * shadow/fgetspent_r.c: Likewise.
8410         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
8412         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
8413         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
8414         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
8416         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
8417         FP register content in ucontext_t.
8419 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8421         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
8422         calculation.  Patch by Markus Schoder
8423         <Markus.Schoder@dresdner-bank.de>.
8425         * math/libm-test.c (modf_test): Add more tests for modf.
8427         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
8428         munlock according to Unix98.
8430 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8432         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
8433         AF_INET.
8435 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
8437         * sysdeps/posix/ttyname.c: Handle symbolic links.
8438         * sysdeps/posix/ttyname_r.c: Ditto.
8440 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
8442         * db2/makedb.c (process_input): Write terminating \0 for value.
8443         (print_database): Simply print value string, don't use length.
8445 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8447         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
8448         exit of loop.
8450 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8452         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
8453         close all sockets.
8455 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
8457         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
8458         sigset.
8459         * signal/sighold.c: New file.
8460         * signal/sigrelse.c: New file.
8461         * sysdeps/generic/sigignore.c: New file.
8462         * sysdeps/generic/sigset.c: New file.
8463         * sysdeps/posix/sigignore.c: New file.
8464         * sysdeps/posix/sigset.c: New file.
8465         * signal/signal.h: Add prototypes for new functions.
8467         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
8468         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
8469         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
8470         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
8472 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
8474         * posix/wordexp.c: Added IFS field-splitting in parameter and
8475         command substitution.  Fixed an IFS-related bug that caused an
8476         infinite loop.
8478 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
8480         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
8481         and swapcontext.
8482         * stdlib/ucontext.h: Correct prototypes.
8483         * sysdeps/generic/getcontext.c: New file.
8484         * sysdeps/generic/setcontext.c: New file.
8485         * sysdeps/generic/makecontext.c: New file.
8486         * sysdeps/generic/swapcontext.c: New file.
8487         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
8489 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
8491         * resource/sys/resource.h: Remove #include of ulimit.h which is
8492         not allowed by SUSv2 and not available on other systems.
8493         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
8495         * streams/Makefile: New file.
8496         * streams/stropts.h: New file.
8497         * sysdeps/generic/bits/stropts.h: New file.
8498         * sysdeps/generic/isastream.c: New file.
8499         * sysdeps/generic/getmsg.c: New file.
8500         * sysdeps/generic/getpmsg.c: New file.
8501         * sysdeps/generic/putmsg.c: New file.
8502         * sysdeps/generic/putpmsg.c: New file.
8503         * sysdeps/generic/fattach.c: New file.
8504         * sysdeps/generic/fdetach.c: New file.
8505         * sysdeps/unix/inet/Subdirs: Add streams.
8506         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
8507         __t_uscalar_t.
8508         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
8509         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
8510         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
8511         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
8513         * sysdeps/mach/_strerror.c: Follow changes of generic version to
8514         handle small buffers correctly.
8516 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
8518         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
8519         Remove the 3rd arg and add declaration for _dl_runtime_resolve
8520         and _dl_runtime_profile.
8522 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
8524         * include/cpio.h: New file.  Mainly copied from GNU cpio.
8525         * posix/Makefile (headers): Add cpio.h.
8527 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8529         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
8530         to routines.
8531         * nis/nis_cache.c: New file.
8532         * nis/nis_cache2.h: New file.
8533         * nis/nis_cache2_xdr.c: New file.
8534         * nis/nis_call.c: Changes for cache2_info parameter.
8535         * nis/nis_checkpoint.c: Likewise.
8536         * nis/nis_intern.h: Likewise.
8537         * nis/nis_mkdir.c: Likewise.
8538         * nis/nis_ping.c: Likewise.
8539         * nis/nis_rmdir.c: Likewise.
8540         * nis/nis_server.c: Likewise.
8541         * nis/nis_util.c: Likewise.
8543 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8545         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
8546         return/errnop codes.
8547         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
8548         * nis/nss_nisplus/nisplus-grp.c: Likewise.
8549         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
8550         * nis/nss_nisplus/nisplus-proto.c: Likewise.
8551         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8552         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
8553         * nis/nss_nisplus/nisplus-rpc.c: Likewise
8554         * nis/nss_nisplus/nisplus-service.c: Likewise.
8555         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
8557 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8559         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
8560         * nis/nss_nis/nis-ethers.c: Likewise.
8561         * nis/nss_nis/nis-grp.c: Likewise.
8562         * nis/nss_nis/nis-hosts.c: Likewise.
8563         * nis/nss_nis/nis-network.c: Likewise.
8564         * nis/nss_nis/nis-proto.c: Likewise.
8565         * nis/nss_nis/nis-hosts.c: Likewise.
8566         * nis/nss_nis/nis-network.c: Likewise.
8567         * nis/nss_nis/nis-proto.c: Likewise.
8568         * nis/nss_nis/nis-publickey.c: Likewise.
8569         * nis/nss_nis/nis-pwd.c: Likewise.
8570         * nis/nss_nis/nis-rpc.c: Likewise.
8571         * nis/nss_nis/nis-service.c: Likewise.
8572         * nis/nss_nis/nis-spwd.c: Likewise.
8574 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
8576         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
8577         Added to follow latest kernel development.
8579 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
8581         * nss/db-Makefile: Handle empty and comment lines better.
8582         ($(VAR_DB)/services.db): Generate entries with missing protocol
8583         value.
8585 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8587         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
8588           NULL.
8589           (getservbyname): Allow proto == NULL.
8590           Pointed out by David N. Welton <davidw@gate.cks.com>.
8591           [PR libc/430].
8593 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
8595         * nis/nislib/nislib.h: Finally removed.
8597         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
8598         C compiler.  From Kaveh Ghazi.
8599         (TYPE_MINIMUM): Define.
8600         (TYPE_MAXIMUM): Define.
8601         (TIME_T_MIN): Use TYPE_MINIMUM.
8602         (TIME_T_MAX): Use TYPE_MAXIMUM.
8603         Patch by Jim Meyering <meyering@ascend.com>.
8605 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
8607         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
8608         __pread64, __pwrite64, and __getpid.
8610         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
8611         versions.
8613 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8615         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
8616         cancelable socket functions as __libc_xxx with __xxx as weak
8617         alias.
8618         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
8619         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8621         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
8622         redefined.
8623         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
8624         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
8625         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
8626         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
8628         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
8629         and __xxx a weak alias.
8630         * sysdeps/unix/sysv/linux/connect.S: Likewise.
8631         * sysdeps/unix/sysv/linux/recv.S: Likewise.
8632         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
8633         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
8634         * sysdeps/unix/sysv/linux/send.S: Likewise.
8635         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
8636         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
8638 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8640         * locale/langinfo.h: Add defines.
8642         * dirent/dirent.h: Add defines for DT_*, check also for
8643         _DIRENT_HAVE_D_TYPE.
8644         Suggested by Roland McGrath.
8646 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8648         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
8649         Update from Linux 2.1.73+79.
8651         * README.template: Update information about possible
8652         configurations.
8654         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
8655         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
8656         [PR libc/417].
8658         * manual/time.texi (Priority): Correct description of
8659         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
8660         [PR libc/416].
8662 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
8664         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
8665         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
8667 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
8669         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
8670         Andreas Jaeger.
8672 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
8674         * locale/programs/ld-collate.c: Little optimizations.
8676         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
8678         * string/Makefile (tests): Add tst-inlcall.
8679         * string/tst-inlcall.c: New file.
8681         * string/strsignal.c: Add support for real-time signals.
8683         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
8684         presense of small buffer.
8686         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
8688         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
8689         for i686.
8691         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
8692         _NSIG + 1.
8694 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
8696         * Rules: Add explicit rule for dummy.o; at least one library needs
8697           it and it isn't autogenerated by the default rules.
8699 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8701         * math/libm-test.c: Tweak epsilons.
8703 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8705         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
8706         child.
8707         (feenv_mask_test): Likewise.
8709 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8711         * Makeconfig: Don't export CPPFLAGS.
8713 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8715         * sunrpc/rpc_main.c (parseargs): Use perror to print error
8716         message.
8718 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8720         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
8721         terminating null in key size.
8723 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8725         * nss/nss_files/files-service.c: Fix allocation size to include
8726         length of PROTO.
8728         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
8729         applicable.  Fix return value and error checking.
8730         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
8731         unparsable lines.
8732         (DB_LOOKUP): Allocate space for terminating null byte.
8734         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
8735         uids specially.
8737         * db2/makedb.c (process_input): Continue processing if a duplicate
8738         key is encountered.
8740 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
8742         * time/tzfile.h: Updated from tzcode1998b.
8743         * time/zdump.c: Likewise.
8744         * time/zic.c: Likewise.
8745         * time/africa: Update from tzdata1998b.
8746         * time/antarctica: Likewise.
8747         * time/asia: Likewise.
8748         * time/australasia: Likewise.
8749         * time/etcetera: Likewise.
8750         * time/europe: Likewise.
8751         * time/leapseconds: Likewise.
8752         * time/northamerica: Likewise.
8753         * time/southamerica: Likewise.
8755 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8757         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
8758         lookups ignoring case.
8759         * nss/nss_files/files-network.c: Do network lookups ignoring
8760         case.
8761         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
8762         case.
8763         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
8764         case insensitive comparing.
8765         Patches by Cristian Gafton <gafton@redhat.com>.
8767 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8769         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
8770         by Roland McGrath. [PR libc/395]
8772 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8774         * manual/arith.texi (Parsing of Integers): Correct description of
8775         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
8776         [PR libc/396]
8778 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
8780         * misc/lsearch.c (lsearch): Return a pointer to the new element
8781         if one was "allocated".
8783 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8785         * string/strsignal.c: NSIG is not a valid index into
8786         _sys_siglist.  Don't zap the last character of the "Unknown
8787         signal" message.
8789 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
8791         * locale/programs/charmap.c (parse_charmap): Correct parsing of
8792         ellipsis expressions.
8794         * locale/programs/charset.c (insert_char): Correctly insert value
8795         of eliipsis expression.
8797 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
8799         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
8800         <bits/setjmp.h>.
8801         * sysdeps/powerpc/setjmp.S: Likewise.
8802         Patches by Matt McLean <keys@keys.got.net>.
8804         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
8806         * Makefile: Undo last patch.
8807         (distribute): Add test-installation.pl.
8809         * configure.in: Correct handling of --enable-add-ons without parameter.
8810         Correct address of WWW pages.
8812         * libc.map: Add _nl_domain_bindings.
8814         * db2/mutex/tsl_parisc.s: New file.
8816         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
8817         and extra-module.mk.
8819         * localedata/Makefile (distribute): New.  Add all the files.
8821         * stdlib/Makefile (headers): Add inttypes.h.
8822         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
8823         * sysdeps/generic/inttypes.h: New file.
8824         * sysdeps/generic/strtoimax.c: New file.
8825         * sysdeps/generic/strtoumax.c: New file.
8826         * sysdeps/generic/wcstoimax.c: New file.
8827         * sysdeps/generic/wcstoumax.c: New file.
8828         * sysdeps/wordsize-32/Dist: Removed.
8829         * sysdeps/wordsize-32/Makefile: Removed.
8830         * sysdeps/wordsize-64/Dist: Removed.
8831         * sysdeps/wordsize-64/Makefile: Removed.
8832         * sysdeps/generic/bits/environments.h: New file.
8834         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
8835         header is still not correct.
8837         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
8838         * posix/unistd.h: Likewise.
8839         * sysdeps/generic/sys/mman.h: Likewise.
8840         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
8842         * manual/arith.texi: Change definition of mul macro.
8843         * manual/math.texi: Likewise.
8845         * misc/Makefile (routines): Add mmap64.
8846         * sysdeps/generic/mmap64.c: New file.
8847         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
8848         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
8849         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
8850         aliases to mmap.
8851         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8853         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
8855         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
8857         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
8859         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
8860         FOPEN_MAX also when included by limits.h.
8861         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
8863         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
8864         and netrom/netrom.h.
8865         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
8866         oldsiglist to sysdep_routines, not aux.
8867         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
8869         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
8870         and SOL_NETROM definition.
8872         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
8874         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
8875         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
8877 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
8879         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
8881         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
8882         sa_handler with k_sa_handler.
8883         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
8884         strong alias.
8885         Reported by a sun.
8887         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
8888         __libc_have_rt_sigs here.
8889         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
8890         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8891         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
8892         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8894 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
8896         * sysdeps/powerpc/atomicity.h: New file.
8897         * sysdeps/mach/powerpc/machine-lock.h: New file.
8899         * Rules: Use -fpic to build anything that might end up in a users'
8900         shared library.
8902         * sysdeps/powerpc/s_fdim.c: New file.
8903         * sysdeps/powerpc/s_fdimf.c: New file.
8904         * sysdeps/powerpc/s_fmax.S: New file.
8905         * sysdeps/powerpc/s_fmaxf.S: New file.
8906         * sysdeps/powerpc/s_fmin.S: New file.
8907         * sysdeps/powerpc/s_fminf.S: New file.
8908         * sysdeps/powerpc/s_llrint.c: Now is for double.
8909         * sysdeps/powerpc/s_llrintf.c: New file.
8910         * sysdeps/powerpc/s_llround.c: Now is for double.
8911         * sysdeps/powerpc/s_llroundf.c: New file.
8912         * sysdeps/powerpc/s_lrint.c: Now is for double.
8913         * sysdeps/powerpc/s_lrintf.S: New file.
8914         * sysdeps/powerpc/s_lround.c: Now is for double.
8915         * sysdeps/powerpc/s_lroundf.c: New file.
8916         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
8917         lrintf, fdim, fdimf.
8919         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
8920         file directly, use its parent.
8922         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
8923         (for the third time).
8925 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
8927         * posix/sched.h: timespec is in <time.h>.
8929         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
8931 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
8933         * configure.in: Stop with error if --disable-static is used when
8934         the shared lib uses this library.
8936         * gen-FAQ.pl: I've perl installed in /usr/bin.
8938         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
8940         Fix Unix98 conformance problems in the headers.
8941         * catgets/nl_types.h: Define nl_item.
8942         * grp/grp.h: Define gid_t.
8943         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
8944         * include/nl_types.h: New file.
8945         * include/ulimit.h: New file.
8946         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
8947         constants in POSIX mode.
8948         * io/utime.h: Get definition for time_t.
8949         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
8950         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
8951         * libio/stdio.h: Define va_list.  Make snprintf also available is
8952         __USE_UNIX98.  Declare getopt function and variables.
8953         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
8954         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
8955         * math/math.h: Defined M_* constants as double for Unix98 mode.
8956         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
8957         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
8958         * posix/regex.h: Define REG_NOSYS.
8959         * posix/wordexp.h: Define WRDE_NOSYS.
8960         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
8961         500 for Unix98.
8962         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
8963         somewhere else as well.  Define clock_t for Unix98.
8964         * posix/sys/wait.h: Define pid_t.
8965         * pwd/pwd.h: Define gid_t, uid_t.
8966         * resource/Makefile (headers): Add ulimit.h.
8967         * resource/ulimit.h: New file.
8968         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
8969         instead of second argument.
8970         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
8971         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
8972         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
8973         * signal/signal.h: Define pid_t.
8974         * string/string.h: Don't declare BSD string functions in POSIX mode.
8975         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
8976         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
8977         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
8978         and POSIX.
8980         * inet/test_ifindex.c: Change test so that it does not fail for
8981         interface aliases.
8983         * locale/programs/locale.c (show_info): Use correct cast sequence
8984         for 64bit machines.
8986         * malloc/malloc.c: __malloc_initialized now signals three states:
8987         uninitialized, initializing, initialized.  Used in mcheck.
8988         * malloc/mcheck.c (mabort): Add '\n' to messages.
8989         (mcheck): Allow installation when malloc is uninitialized or is
8990         just initializing.
8992         * manual/memory.texi: Explain mtrace output a bit more.
8994         * math/libm-test.c: Add more epsilons.
8996         * misc/regexp.h (compile): Remove __ prefix from parameter names.
8998         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
8999         instead of strcpy for security.
9000         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
9001         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9002         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
9004         * nss/digits_dots.c: Pretty print.
9006         * posix/getconf.c (vars): Add symbols for programming environment
9007         recognition.  Recognize --version.
9009         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
9010         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
9011         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
9013         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
9014         __need_FOPEN_MAX.
9015         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
9016         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
9017         __need_FOPEN_MAX.
9019         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
9020         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
9022         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
9023         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9024         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
9025         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
9026         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
9027         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
9029         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
9030         SCNu*.
9031         * sysdeps/wordsize-64/inttypes.h: Likewise.
9033         * time/africa: Update from tzdata1997j.
9034         * time/antarctica: Likewise.
9035         * time/asia: Likewise.
9036         * time/australasia: Likewise.
9037         * time/backward: Likewise.
9038         * time/etcetera: Likewise.
9039         * time/europe: Likewise.
9040         * time/factory: Likewise.
9041         * time/northamerica: Likewise.
9042         * time/pacificnew: Likewise.
9043         * time/southamerica: Likewise.
9045         * time/tzfile.h: Update from tzcode1997h.
9046         * time/zic.c: Likewise.
9048         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
9049         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
9050         isw*() functions for Unix98.
9051         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
9052         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
9053         is defined.
9055 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9057         * locale/duplocale.c: Increase usage_count only if less than
9058         MAX_USAGE_COUNT.
9059         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
9060         MAX_USAGE_COUNT.
9061         * locale/setlocale.c: Likewise.
9063 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9065         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
9066         dependency to make it easier to install it selectively.
9068         * Makerules (.SUFFIXES): Don't define any suffixes.
9070 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9072         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
9073         * sysdeps/generic/statfs64.c: Emulate using statfs.
9074         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
9075         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
9076         * sysdpes/generic/ftruncate64.c: New file.
9077         * sysdpes/generic/truncate64.c: New file.
9079         * sysdeps/generic/bits/stat.h: Add LFS support.
9080         * sysdeps/generic/bits/statfs.h: Likewise.
9082         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
9083         [__USE_FILE_OFFSET64]: Make long long constant.
9084         (RLIM64_INFINITY): Likewise.
9086         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
9087         for LFS support.
9088         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
9089         * sysdeps/generic/bits/resource.h: Likewise.
9091         * misc/Makefile (routines): Add truncate64 and ftruncate64.
9093         * include/features.h: Don't prevent LFS support from defining BSD
9094         and SYSV things.
9096         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
9097         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
9098         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
9100         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
9101         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
9102         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9104         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
9105         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
9106         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
9107         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
9108         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
9109         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
9110         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
9111         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
9112         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
9113         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
9114         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
9115         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
9116         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
9117         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
9118         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
9119         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
9120         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
9121         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
9122         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
9123         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
9125         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
9126         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
9127         * sysdeps/unix/sysv/linux/xstat64.c: New file.
9128         * sysdeps/unix/sysv/linux/readdir64.c: New file.
9129         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
9131         * sysdeps/unix/sysv/linux/getdents64.c: New file.
9132         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
9133         [$(subdir)=dirent]: Add getdents64.
9134         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
9136         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
9138 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
9140         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
9142         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
9143         * sysdeps/generic/getrlimit64.c: Likewise.
9144         * sysdeps/generic/setrlimit.c: Likewise.
9145         * sysdeps/generic/setrlimit64.c: Likewise.
9147 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
9149         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
9150         using versioning.
9152         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
9154         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
9156 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9158         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
9159         after the codeset name.
9161 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9163         * libc.map: Add get_kernel_syms.
9165 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9167         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
9168         static.
9169         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
9170         Likewise.  Fix condition.
9172 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9174         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
9176 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9178         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
9179         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
9181 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9183         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
9184         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
9185         instead.  Oops.
9187 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9189         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
9191 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9193         * math/libm-test.c (catanh_test): Change epsilon.
9194         Reported by H.J. Lu.
9196 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
9198         * libc.map (__getpid): Added for linuxthreads.
9200 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
9202         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
9203         it if gcc uses static variable in DWARF2 unwind information
9204         for exception support.
9206         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
9208         * elf/soinit.c (__libc_global_ctors, _fini): Handle
9209         HAVE_DWARF2_UNWIND_INFO_STATIC.
9211         * libc.map (__register_frame*, __deregister_frame*): Make them
9212         global.
9214 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9216         * math/libm-test.c: Add more tests for "normal" values.
9218 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9220         * stdio-common/printf_fphex.c: Fix printing of long double number
9221         with a biased exponent of zero.  Fix rounding.
9223 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9225         * sunrpc/rpc_main.c: Accept new flag -$.
9226         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
9228 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9230         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
9231         dynamic linker first, in case the interface has changed.
9233 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9235         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
9236         order.
9238 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9240         * math/tgmath.h: Check for double first, for architectures where
9241         sizeof (long double) == sizeof (double).
9243 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9245         * math/libm-test.c: New tests for "normal" values added for most
9246         functions.
9248 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
9250         * version.h (VERSION): Bump to 2.0.91.
9252         * db2/makedb.c (process_input): Fix typo in message.
9253         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
9255         * elf/dynamic-link.h: Pretty print.
9257         * elf/rtld.c: Allow multiple preloading of a shared object.
9259         * include/limits.h: Prevent multiple inclusion.
9261         * malloc/Makefile (headers): Add mcheck.h.
9262         (distribute): Remove it here.
9263         * malloc/mcheck.h: Pretty print.
9264         * malloc/mtrace.c (mallenv): Make `const'.
9265         * malloc/mtrace.pl: Don't print table head for memory leaks if there
9266         are none.
9267         * manual/memory.texi: Update descriptor of malloc hooks.
9269         * posix/Makefile (routines): Add waitid.
9270         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
9271         on __id_t.
9272         * posix/sys/wait.h: Define idtype_t type.
9273         Add prototype for waitid.
9274         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
9275         * sysdeps/generic/waitid.c: Stub for waitid.
9276         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
9277         the __need_siginfo_t defined.
9278         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
9279         * sysdeps/generic/bits/types.h: Define __id_t.
9280         Correct definition of __FDMASK.
9281         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
9282         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9283         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
9285         * sysdeps/posix/waitid.c: New file.
9286         Provided by Zack Weinberg.
9288         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
9290         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
9291         Add missing parameters.
9293         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
9294         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
9295         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
9296         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
9297         initialized.
9299         * sysdeps/i386/dl-machine.h: Little cleanup.
9301         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
9302         (__finite): Mark function as const.
9303         Add inline code for __ieee754_atan2.
9305         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
9306         (but don't use it now).
9307         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
9308         __atan.
9309         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
9310         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
9311         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
9312         real part.
9313         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
9314         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
9315         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
9316         __ieee754_atan2 to base 10.
9317         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
9318         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
9320         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
9321         old_kernel_sigaction.
9323         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
9325         * wctype/Makefile (routines): Add wctype_l.
9326         * wctype/wctype.h: Add declaration of __wctype_l.
9327         * wctype/wctype_l.c: New file.
9329 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
9331         * locale/C-ctype.c: Correct data for isw* functions.
9332         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
9333         byte order.
9334         * wctype/test_wctype.c: Add test for isw* functions.
9335         * wctype/wctype.c: Return value with expected byte order.
9337 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9339         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
9341 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
9343         * iconvdata/Makefile: Fix a typo.
9345         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
9346         oldsiglist for shared library.
9348         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
9349         sys_sigabbrev): Make them as the default version GLIBC_2.1.
9351         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
9352         sys_siglist, sys_sigabbrev): New file. Make them as the old
9353         version GLIBC_2.0.
9355         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
9356         to GLIBC_2.1.
9358 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
9360         * libio/iofgets.c (_IO_fgets): Return an error only if there
9361         is a new error.
9362         * libio/iogets.c (_IO_gets): Ditto.
9364 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
9366         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
9368         * libio/Makefile (routines, shared-only-routines): Add
9369         oldiofdopen.
9371         * libio/fileops.c: Don't use _IO_FILE_complete.
9372         * libio/iofdopen.c: Ditto.
9373         * libio/iofopen.c: Ditto.
9374         * libio/iofopen64.c: Ditto.
9375         * libio/iopopen.c: Ditto.
9376         * libio/iovdprintf.c: Ditto.
9378         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
9380         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
9381         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
9383         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
9384         _IO_old_fdopen, _IO_new_fdopen): New declaration.
9386         * libio/libio.h (_IO_FILE): Add more fields.
9387         (_IO_FILE_complete): Defined and make _IO_FILE be the old
9388         one if _IO_USE_OLD_IO_FILE is defined
9389         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
9390         them _IO_FILE_complete.
9392         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
9393         to adjust vtable.
9394         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
9395         _IO_JUMPS.
9396         (_IO_FILE_complete): Commented out.
9398         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
9399         * libio/oldiofclose.c: Ditto.
9400         * libio/oldiofopen.c: Ditto.
9401         * libio/oldstdfiles.c: Ditto.
9403         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
9404         for the old _IO_FILE.
9406         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
9407         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
9408         and stderr.
9410         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
9411         and remove INAME.
9413         * libio/stdio.c (stdin, stdout, stdin): Don't use
9414         _IO_FILE_complete.
9416         * libio/oldiofdopen.c: New.
9418         * stdio-common/vfprintf.c (buffered_vfprintf): Set
9419         hp->_vtable_offset to 0.
9421 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
9423         * libc.map (_IO_file_open): Added.
9425         * libio/libioP.h (_IO_file_open): Declared.
9427         * libio/fileops.c (_IO_file_open): New.
9428         (_IO_file_fopen): Call _IO_file_open ().
9430         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
9431         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
9433 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9435         * signal/signal.h: Fix selection of signal semantics to match
9436         comment.
9438 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9440         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
9441         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
9442         rt_sigreturn.
9443         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
9444         [$(subdir)=signal]: Remove rt_sigreturn.
9445         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
9446         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
9447         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
9449 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9451         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
9452         declarations.
9454 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9456         * iconvdata/extra-module.mk: Expand extra-objs now.
9458 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9460         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
9461         inline functions by feature tests to avoid warning about missing
9462         prototype declarations.
9464 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9466         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
9467         return code for non existent +name entries.
9468         * nis/nss_compat/compat-pwd.c: Likewise.
9469         * nis/nss_compat/compat-spwd.c: Likewise.
9471 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
9473         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
9474         (EIO): Likewise.
9475         (ENOSPC): Likewise.
9476         (EEXIST): Likewise.
9477         (__errno_location): Likewise.
9479         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
9481         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
9483 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9485         * sunrpc/publickey.c: Use new NSS interface.
9487 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
9489         * manual/malloc.texi: Document mtrace/muntrace and the concept.
9491 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9493         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
9494         value, to match spirit of the standard.
9495         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
9496         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
9497         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
9499 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9501         * manual/signal.texi (Signal Stack): Remove spurious @item.
9503 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9505         * rt/aio.h: Remove double semicolon.
9507         * rt/librt.map: Add aio_init.
9509 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
9511         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
9512         * Makefile (subdirs): Replace rt by $(rt).
9514         * shlib-versions: Use version .2 for NSS modules.
9516         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
9517         argument.
9518         * pwd/fgetpwent_r.c: Likewise.
9519         * spwd/fgetspent_r.c: Likewise.
9520         * spwd/sgetspent_r.c: Likewise.
9521         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
9522         Store error number in *ERRNOP.  Little optimization.
9523         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
9524         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
9525         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
9526         (__internal_getnetgrent_r): New argument.
9527         Call __internal_setnetgrent_reuse with new argument.
9528         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
9529         * inet/netgroup.h: Add argument to prototypes.
9530         * nis/nisplus-parser.h: Likewise.
9531         * nis/nss_compat/compat-grp.c: Change everything to store error
9532         code through provided pointer and not use errno.
9533         * nis/nss_compat/compat-pwd.c: Likewise.
9534         * nis/nss_compat/compat-spwd.c: Likewise.
9535         * nis/nss_nis/nis-alias.c: Likewise.
9536         * nis/nss_nis/nis-ethers.c: Likewise.
9537         * nis/nss_nis/nis-grp.c: Likewise.
9538         * nis/nss_nis/nis-hosts.c: Likewise.
9539         * nis/nss_nis/nis-netgrp.c: Likewise.
9540         * nis/nss_nis/nis-network.c: Likewise.
9541         * nis/nss_nis/nis-proto.c: Likewise.
9542         * nis/nss_nis/nis-publickey.c: Likewise.
9543         * nis/nss_nis/nis-pwd.c: Likewise.
9544         * nis/nss_nis/nis-rpc.c: Likewise.
9545         * nis/nss_nis/nis-service.c: Likewise.
9546         * nis/nss_nis/nis-spwd.c: Likewise.
9547         * nis/nss_nisplus/nisplus-alias.c: Likewise.
9548         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
9549         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9550         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
9551         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
9552         * nis/nss_nisplus/nisplus-network.c: Likewise.
9553         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9554         * nis/nss_nisplus/nisplus-proto.c: Likewise.
9555         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9556         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
9557         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
9558         * nis/nss_nisplus/nisplus-service.c: Likewise.
9559         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
9560         * nss/nss_db/db-XXX.c: Likewise.
9561         * nss/nss_db/db-alias.c: Likewise.
9562         * nss/nss_db/db-netgrp.c: Likewise.
9563         * nss/nss_files/files-XXX.c: Likewise
9564         * nss/nss_files/files-alias.c: Likewise
9565         * nss/nss_files/files-netgrp.c: Likewise
9566         * nss/nss_files/files-parse.c: Likewise
9567         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
9568         parameter of get functions.
9569         * nss/getXXent_r.c: Likewise.
9571         * localedata/tst-fmon.c: Print debug info if test fails.
9573         * rt/Makefile (routines): Add aio_notify.
9574         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
9575         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
9576         * rt/aio_fsync.c: Likewise.
9577         * rt/aio_misc.c: Likewise.
9578         * rt/aio_misc.h: Likewise.
9579         * rt/aio_read.c: Likewise.
9580         * rt/aio_read64.c: Likewise.
9581         * rt/aio_suspend.c: Likewise.
9582         * rt/aio_write.c: Likewise.
9583         * rt/aio_write64.c: Likewise.
9584         * rt/lio_listio.c: Likewise.
9585         * rt/lio_listio64.c: Likewise.
9586         * rt/aio_notify.c: New file.
9588         * sysdeps/generic/bits/sigset.h: Pretty print.
9590         * sysdeps/posix/pwrite.c: Define weak alias only if function is
9591         really defined as __pwrite.
9593         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
9594         instead of pread64.
9595         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9597         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
9598         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
9599         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
9600         size in syscall.
9601         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9602         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9603         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
9604         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9605         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
9606         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9607         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
9608         for ACT being NULL.
9609         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
9610         RT signals.
9611         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
9612         __NR_pread is not defined.
9613         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
9614         __NR_pwrite is not defined.
9616 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9618         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
9619         handle for /etc/group back in some more cases.
9620         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
9621         handle for /etc/passwd back in some more cases.
9622         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
9623         handle for /etc/shadow back in some more cases.
9625 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
9627         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
9628         beyound its size.
9629         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
9630         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
9632 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
9634         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
9635         handling.  Don't use macros, we need functions.  Use inline functions
9636         for optimization.
9637         * sysdeps/wordsize-64/inttypes.h: Likewise.
9638         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
9639         and wcstoumax.
9640         * sysdeps/wordsize-64/Makefile: Likewise.
9641         * sysdeps/wordsize-32/Dist: Likewise.
9642         * sysdeps/wordsize-64/Dist: Likewise.
9643         * sysdeps/wordsize-32/strtoimax.c: New file.
9644         * sysdeps/wordsize-32/strtoumax.c: New file.
9645         * sysdeps/wordsize-32/wcstoimax.c: New file.
9646         * sysdeps/wordsize-32/wcstoumax.c: New file.
9647         * sysdeps/wordsize-64/strtoimax.c: New file.
9648         * sysdeps/wordsize-64/strtoumax.c: New file.
9649         * sysdeps/wordsize-64/wcstoimax.c: New file.
9650         * sysdeps/wordsize-64/wcstoumax.c: New file.
9652 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
9654         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
9655         that transparent union works.
9656         * sysdeps/generic/wait4.c (__wait4): Likewise.
9657         * sysdeps/generic/wait.c (__wait): Likewise.
9659         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
9660         size_t.
9662         * sysdeps/generic/syscall.c (syscall): Return value and arg are
9663         long, to match prototype.
9665         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
9666         have mremap() yet.
9668         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
9670         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
9672         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
9674         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
9675         __rlim_t.
9677         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
9679         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
9681         * io/sys/stat.h (S_ISLNK): Always false if we don't have
9682         __S_IFLNK.
9684         * sysdeps/standalone/close.c (_STDIO_H): Define before including
9685         <bits/stdio_lim.h>.
9686         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
9688 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
9690         * posix/sys/wait.h: Don't use transparent unions in C++.
9692 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9694         * time/time.h: Add strfxtime.
9696         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
9697         sysv_signal, strfxtime, pread64, pwrite64.
9699 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
9701         Alpha changes for EGCS:
9702         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
9703         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
9704         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
9705         (_start): Likewise.
9706         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
9708 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
9710         The kernel expects the arguments in a different order.
9711         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
9712         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
9714         * FAQ.in: New file.
9715         * gen-FAQ.pl: New file.
9716         * Makefile (FAQ): Add rule to generate from FAQ.in.
9718         * iconvdata/Makefile: Treat libJIS like the other modules.
9720         * rt/librt.map: New file.
9722         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
9723         inclusion.
9724         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
9725         comment.
9727 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
9729         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
9730         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
9731         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
9732         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
9734 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9736         * string/bits/string2.h: Fix spellings.
9738         * string/string.h: Fix spellings.
9740 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9742         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
9743         declaration to __syscall_rt_sigaction.
9745         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
9746         non-existant <sigcontext.h>.
9748 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9750         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
9751         typo.
9753 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9755         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
9757         * Makeconfig (shared-thread-library): Correct spelling.
9759         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
9760         <asm/pci.h>.
9762 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9764         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
9765         constants from Linux headers. Pointed out by
9766         csmall@scooter.o.i.net. [PR libc/369]
9768 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9770         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
9772 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9774         * configure.in: If --enable-add-ons is given without an
9775         argument, set the addons list to all subdirs with a configure
9776         script.
9778 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
9780         * Makeconfig: Add shared-thread-library variable.
9782         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
9783         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
9784         here.
9785         * sysdeps/m68k/fpu/e_acos.c: Likewise.
9786         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
9787         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
9788         * sysdeps/m68k/fpu/e_pow.c: Likewise.
9789         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
9790         * sysdeps/m68k/fpu/k_cos.c: Likewise.
9791         * sysdeps/m68k/fpu/k_sin.c: Likewise.
9792         * sysdeps/m68k/fpu/k_tan.c: Likewise.
9793         * sysdeps/m68k/fpu/s_atan.c: Likewise.
9794         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
9795         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
9796         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
9797         * sysdeps/m68k/fpu/s_csin.c: Likewise.
9798         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
9799         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
9800         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
9801         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
9802         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
9803         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
9804         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
9805         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
9806         * sysdeps/m68k/fpu/s_modf.c: Likewise.
9807         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
9808         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
9809         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
9811         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
9812         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
9813         * signal/Makefile (headers): Add bits/siginfo.h.
9814         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
9815         (distribute): Add testrtsig.h.
9816         * signal/allocrtsig.c: New file.
9817         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
9818         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
9819         __libc_current_sigrtmax.
9820         * sysdeps/generic/sigqueue.c: New file.
9821         * sysdeps/generic/sigtimedwait.c: New file.
9822         * sysdeps/generic/sigwaitinfo.c: New file.
9823         * sysdeps/generic/testrtsig.h: New file.
9824         * sysdeps/generic/bits/siginfo.h: New file.
9825         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
9826         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
9827         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
9828         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
9829         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
9830         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
9831         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
9832         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
9833         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
9834         * sysdeps/unix/sysv/linux/sigpending.c: New file.
9835         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
9836         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
9837         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
9838         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
9839         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
9840         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
9841         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
9842         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
9843         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
9844         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
9845         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
9846         and _POSIX_REALTIME_SIGNALS.
9847         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
9848         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
9849         update _NSIG.
9850         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
9851         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
9852         definitions.
9854         * Makefile (subdirs): Add rt.
9855         * shlib-versions: Add entry for librt.
9856         * rt/Makefile: New file.
9857         * rt/aio.h: New file.
9858         * rt/aio_cancel.c: New file.
9859         * rt/aio_error.c: New file.
9860         * rt/aio_fsync.c: New file.
9861         * rt/aio_misc.c: New file.
9862         * rt/aio_misc.h: New file.
9863         * rt/aio_read.c: New file.
9864         * rt/aio_read64.c: New file.
9865         * rt/aio_return.c: New file.
9866         * rt/aio_suspend.c: New file.
9867         * rt/aio_write.c: New file.
9868         * rt/aio_write64.c: New file.
9869         * rt/lio_listio.c: New file.
9870         * rt/lio_listio64.c: New file.
9871         * sysdeps/generic/aio_sigqueue.c: New file.
9872         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
9873         * sysdeps/unix/sysv/linux/Dist: Add new files
9874         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
9875         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
9876         rt_sigqueueinfo, rt_sigaction.
9878         * posix/Makefile (headers): Add bits/environments.h.
9879         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
9880         and _CS_LFS_CFLAGS on 64bit platforms.
9881         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
9882         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
9883         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
9884         compilation modules.
9885         * sysdeps/wordsize-32/bits/environments.h: New file.
9886         * sysdeps/wordsize-64/bits/environments.h: New file.
9888         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
9889         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
9890         __libc_pid.
9891         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
9892         0xf00baa.
9894         * string/string.h: Add declaration of __strverscmp.
9895         * string/strverscmp.c: Rename function ot __strverscmp and make old
9896         name weak alias.
9898         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
9899         * sysdeps/generic/enbl-secure.c: Likewise.
9900         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
9902         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
9904         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
9906 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
9908         * posix/sys/wait.h: Use __transparent_union__ instead of
9909         transparent_union.  Reported by Roland McGrath.
9911 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9913         * resolv/inet_neta.c (inet_neta): Change type of first parameter
9914         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
9915         [PR libc/366].
9917         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
9919         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
9921 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9923         * grp/initgroups.c: Increase buffer if it is too small.
9925 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
9927         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
9928         fields, this is no ISO C.  Reported by Andreas Jaeger.
9930 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9932         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
9934 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
9936         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
9937         _SYS_UTSNAME_H not _UTSNAME_H.
9939 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9941         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
9942         computing s_scale.
9944 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9946         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
9947         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
9948         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
9950         * math/libm-test.c (csqrt_test): Add testcase.
9952 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
9954         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
9955         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
9956         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
9958 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9960         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
9962 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9964         * math/libm-test.c (acos_test): Add more tests.
9965         (asin_test): Likewise.
9966         (atan_test): Likewise.
9967         (exp_test): Likewise.
9968         (sin_test): Likewise.
9969         (sqrt_test): Likewise.
9970         (cpow_test): Likewise.
9971         (csqrt_test): Likewise.
9972         (cexp_test): Correct typo in gcc version test.
9974 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
9976         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
9977         <bits/setjmp.h>.
9978         * sysdeps/arm/setjmp.S: Likewise.
9980         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
9982 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
9984         * stdio/stdio.h: Add prototype for tmpfile64().
9986 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
9988         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
9989         prototype to keep in step with libio version.
9991         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
9993 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
9995         * sysdeps/generic/Makefile: Don't try to use make_siglist if
9996         cross-compiling.
9998 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
10000         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
10001         load GOT ptr before jumping to _exit.
10002         Reported by Xavier Leroy.
10004 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
10006         * Makefile (subdirs): Add iconvdata and localedata.
10008         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
10010         * iconv/gconv_conf.c (read_conf_file): Little optimization.
10012         * iconvdata/8bit-gap.c: New file.
10013         * iconvdata/8bit-generic.c: Renamed from ...
10014         * iconvdata/iso8859-generic.c: ...this.
10015         * iconvdata/configure: Removed.
10016         * iconvdata/Makefile: Add new modules and better rules.
10017         * iconvdata/iso6937.c: Minor bug fixes.
10018         * iconvdata/iso8859-1.c: Likewise.
10019         * iconvdata/t61.c: Likewise.
10020         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
10021         Minor bug fixes.
10022         * iconvdata/iso8859-3.c: Likewise.
10023         * iconvdata/iso8859-4.c: Likewise.
10024         * iconvdata/iso8859-5.c: Likewise.
10025         * iconvdata/iso8859-6.c: Likewise.
10026         * iconvdata/iso8859-7.c: Likewise.
10027         * iconvdata/iso8859-8.c: Likewise.
10028         * iconvdata/iso8859-9.c: Likewise.
10029         * iconvdata/iso8859-10.c: Likewise.
10030         * iconvdata/ebcdic-at-de-a.c: New file.
10031         * iconvdata/ebcdic-at-de.c: New file.
10032         * iconvdata/ebcdic-ca-fr.c: New file.
10033         * iconvdata/hp-roman8.c: New file.
10034         * iconvdata/koi-8.c: New file.
10035         * iconvdata/koi8-r.c: New file.
10036         * iconvdata/koi8-h.c: New file.
10037         * iconvdata/latin-greek-1.c: New file.
10038         * iconvdata/latin-greek-1.h: New file.
10039         * iconvdata/latin-greek.c: New file.
10040         * iconvdata/latin-greek.h: New file.
10041         * iconvdata/jis0201.c: New file.
10042         * iconvdata/jis0201.h: New file.
10043         * iconvdata/jis0208.c: New file.
10044         * iconvdata/jis0208.h: New file.
10045         * iconvdata/jis0212.c: New file.
10046         * iconvdata/jis0212.h: New file.
10047         * iconvdata/sjis.c: New file.
10048         * iconvdata/gap.pl: New file.  Script to generate table header.
10049         * iconvdata/gaptab.pl: New file.
10050         * iconvdata/gconv-modules: Add info about new modules.
10052         * locale/programs/charmap.c: Also examine alias names given in charmap
10053         files.
10055         * localedata/*: Add to here from add-on.  We need the information
10056         to generate tables for iconv.
10058         Update from db-2.3.14.
10059         * db2/Makefile: Updated.
10060         * db2/config.h: Likewise.
10061         * db2/db.h: Likewise.
10062         * db2/db_int.h: Likewise.
10063         * db2/btree/bt_cursor.c: Likewise.
10064         * db2/btree/bt_delete.c: Likewise.
10065         * db2/btree/bt_put.c: Likewise.
10066         * db2/btree/bt_search.c: Likewise.
10067         * db2/btree/bt_split.c: Likewise.
10068         * db2/btree/btree_auto.c: Likewise.
10069         * db2/common/db_appinit.c: Likewise.
10070         * db2/common/db_apprec.c: Likewise.
10071         * db2/common/db_err.c: Likewise.
10072         * db2/common/db_region.c: Likewise.
10073         * db2/db/db_auto.c: Likewise.
10074         * db2/db/db_dispatch.c: Likewise.
10075         * db2/db/db_ret.c: Likewise.
10076         * db2/dbm/dbm.c: Likewise.
10077         * db2/hash/hash_auto.c: Likewise.
10078         * db2/include/btree_ext.h: Likewise.
10079         * db2/include/common_ext.h: Likewise.
10080         * db2/include/db.h.src: Likewise.
10081         * db2/include/db_cxx.h: Likewise.
10082         * db2/include/db_ext.h: Likewise.
10083         * db2/include/db_int.h.src: Likewise.
10084         * db2/include/lock.h: Likewise.
10085         * db2/include/log.h: Likewise.
10086         * db2/include/mp.h: Likewise.
10087         * db2/include/mp_ext.h: Likewise.
10088         * db2/include/os_ext.h: Likewise.
10089         * db2/include/os_func.h: Likewise.
10090         * db2/lock/lock.c: Likewise.
10091         * db2/lock/lock_deadlock.c: Likewise.
10092         * db2/log/log.c: Likewise.
10093         * db2/log/log_archive.c: Likewise.
10094         * db2/log/log_auto.c: Likewise.
10095         * db2/log/log_get.c: Likewise.
10096         * db2/log/log_put.c: Likewise.
10097         * db2/mp/mp_bh.c: Likewise.
10098         * db2/mp/mp_fget.c: Likewise.
10099         * db2/mp/mp_fopen.c: Likewise.
10100         * db2/mp/mp_fput.c: Likewise.
10101         * db2/mp/mp_fset.c: Likewise.
10102         * db2/mp/mp_open.c: Likewise.
10103         * db2/mp/mp_pr.c: Likewise.
10104         * db2/mp/mp_region.c: Likewise.
10105         * db2/mp/mp_sync.c: Likewise.
10106         * db2/mutex/README: Likewise.
10107         * db2/mutex/mutex.c: Likewise.
10108         * db2/os/os_open.c: Likewise.
10109         * db2/os/os_func.c: Removed.
10110         * db2/os/os_config.c: New file.
10111         * db2/os/os_spin.c: New file.
10112         * db2/txn/txn.c: Likewise.
10113         * db2/txn/txn_auto.c: Likewise.
10115 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
10117         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
10118         __typeof for C++ since this fails for class members.
10119         Reported by Neal Becker <neal@ctd.comsat.com>.
10121 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10123         * configure.in: Check for a working makeinfo (3.11 or better).
10124         * config.make.in: Add MAKEINFO to be substituted.
10125         * manual/Makefile: Don't update info if makeinfo is too old.
10127 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
10129         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
10130         * sysdeps/alpha/__longjmp.S: Likewise.
10131         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
10132         not <bits/termios.h>.
10134         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
10135         __llseek and make llseek and lseek64 weak aliases.
10136         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
10137         Patches by a sun <asun@zoology.washington.edu>.
10139 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10141         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
10142         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
10143         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
10144         * misc/sys/syslog.h: Clean up BSD header.
10146 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10148         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
10150         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
10151         for ctan(+-inf,x).
10152         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
10153         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
10155         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
10156         csqrt (-1), ctanh(i*pi/4).
10158 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10160         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
10162 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
10164         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
10166 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10168         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
10170 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
10172         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
10173         and use.  Define GETCWD_RETURN_TYPE instead and use it.
10174         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
10175         of GETCWD_STORYGE_CLASS and put the return type and the
10176         `internal_function' in the right order for gcc 2.7.2.
10178 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10180         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
10181         incompatible with Linux 2.1.x.  Packages using modules
10182         (e.g. modutils) should/do provide their own version.  Suggested by
10183         Richard Henderson.
10185         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
10187         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
10188         [$(subdir)=socket]: Remove sys/module.h.
10190 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
10192         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
10193         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
10195         * iconv/gconv_close.c: Correct freeing of descriptor data.
10196         * iconv/gconv_simple.c: Return correct error values for illegal or
10197         incomplete characters.
10199         * Makefile (iconvdata/%): Special goal to simplify iconvdata
10200         development.
10201         * iconvdata/Makefile: New file.
10202         * iconvdata/configure: Likewise.
10203         * iconvdata/extra-module.mk: Likewise.
10204         * iconvdata/gconv-modules: Likewise.
10205         * iconvdata/iso6937.c: Likewise.
10206         * iconvdata/iso8859-1.c: Likewise.
10207         * iconvdata/iso8859-10.c: Likewise.
10208         * iconvdata/iso8859-10.h: Likewise.
10209         * iconvdata/iso8859-2.c: Likewise.
10210         * iconvdata/iso8859-2.h: Likewise.
10211         * iconvdata/iso8859-3.c: Likewise.
10212         * iconvdata/iso8859-3.h: Likewise.
10213         * iconvdata/iso8859-4.c: Likewise.
10214         * iconvdata/iso8859-4.h: Likewise.
10215         * iconvdata/iso8859-5.c: Likewise.
10216         * iconvdata/iso8859-5.h: Likewise.
10217         * iconvdata/iso8859-6.c: Likewise.
10218         * iconvdata/iso8859-6.h: Likewise.
10219         * iconvdata/iso8859-7.c: Likewise.
10220         * iconvdata/iso8859-7.h: Likewise.
10221         * iconvdata/iso8859-8.c: Likewise.
10222         * iconvdata/iso8859-8.h: Likewise.
10223         * iconvdata/iso8859-9.c: Likewise.
10224         * iconvdata/iso8859-9.h: Likewise.
10225         * iconvdata/iso8859-generic.c: Likewise.
10226         * iconvdata/t61.c: Likewise.
10228         * string/Makefile (routines): Add strcasestr.
10229         * string/string.h: Add prototype for strcasestr.
10230         * sysdeps/generic/strcasestr.c: New file.
10231         * wcsmbs/mbrtowc.c: Simplify special case a bit.
10232         * wcsmbs/wcrtomb.c: Likewise.
10233         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
10234         * wcsmbs/wcsnrtombs.c: Likewise.
10235         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
10236         partial character is read.
10237         * wcsmbs/wcsrtombs.c: Likewise.
10238         * wcsmbs/wmemrtombs.c: Likewise.
10239         * wcsmbs/wmemrtowcs.c: Likewise.
10241         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
10242         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
10243         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
10244         * sysdeps/i386/elf/setjmp.S: Likewise.
10245         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
10246         <bits/termios.h>.
10248         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
10249         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
10251         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
10252         * sysvipc/sys/ipc.h: Likewise.
10253         * sysvipc/sys/msg.h: Likewise.
10254         * sysvipc/sys/sem.h: Likewise.
10255         * sysvipc/sys/shm.h: Likewise.
10257         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
10258         used directly.
10259         * sysdeps/alpha/bits/setjmp.h: Likewise.
10260         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
10261         * sysdeps/arm/bits/endian.h: Likewise.
10262         * sysdeps/arm/bits/setjmp.h: Likewise.
10263         * sysdeps/generic/bits/byteswap.h: Likewise.
10264         * sysdeps/generic/bits/confname.h: Likewise.
10265         * sysdeps/generic/bits/dirent.h: Likewise.
10266         * sysdeps/generic/bits/dlfcn.h: Likewise.
10267         * sysdeps/generic/bits/endian.h: Likewise.
10268         * sysdeps/generic/bits/fenv.h: Likewise.
10269         * sysdeps/generic/bits/huge_val.h: Likewise.
10270         * sysdeps/generic/bits/in.h: Likewise.
10271         * sysdeps/generic/bits/ioctl-types.h: Likewise.
10272         * sysdeps/generic/bits/ioctls.h: Likewise.
10273         * sysdeps/generic/bits/ipc.h: Likewise.
10274         * sysdeps/generic/bits/msq.h: Likewise.
10275         * sysdeps/generic/bits/poll.h: Likewise.
10276         * sysdeps/generic/bits/resource.h: Likewise.
10277         * sysdeps/generic/bits/sched.h: Likewise.
10278         * sysdeps/generic/bits/sem.h: Likewise.
10279         * sysdeps/generic/bits/setjmp.h: Likewise.
10280         * sysdeps/generic/bits/shm.h: Likewise.
10281         * sysdeps/generic/bits/sigaction.h: Likewise.
10282         * sysdeps/generic/bits/sigcontext.h: Likewise.
10283         * sysdeps/generic/bits/socket.h: Likewise.
10284         * sysdeps/generic/bits/stat.h: Likewise.
10285         * sysdeps/generic/bits/statfs.h: Likewise.
10286         * sysdeps/generic/bits/stdio_lim.h: Likewise.
10287         * sysdeps/generic/bits/termios.h: Likewise.
10288         * sysdeps/generic/bits/time.h: Likewise.
10289         * sysdeps/generic/bits/uio.h: Likewise.
10290         * sysdeps/generic/bits/utmp.h: Likewise.
10291         * sysdeps/generic/bits/utmpx.h: Likewise.
10292         * sysdeps/generic/bits/utsname.h: Likewise.
10293         * sysdeps/generic/bits/waitflags.h: Likewise.
10294         * sysdeps/generic/bits/waitstatus.h: Likewise.
10295         * sysdeps/gnu/bits/utmp.h: Likewise.
10296         * sysdeps/gnu/bits/utmpx.h: Likewise.
10297         * sysdeps/i386/bits/byteswap.h: Likewise.
10298         * sysdeps/i386/bits/endian.h: Likewise.
10299         * sysdeps/i386/bits/huge_val.h: Likewise.
10300         * sysdeps/i386/bits/setjmp.h: Likewise.
10301         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
10302         * sysdeps/ieee754/bits/huge_val.h: Likewise.
10303         * sysdeps/m68k/bits/byteswap.h: Likewise.
10304         * sysdeps/m68k/bits/endian.h: Likewise.
10305         * sysdeps/m68k/bits/setjmp.h: Likewise.
10306         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
10307         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10308         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
10309         * sysdeps/mach/hurd/bits/stat.h: Likewise.
10310         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10311         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
10312         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10313         * sysdeps/mips/bits/dlfcn.h: Likewise.
10314         * sysdeps/mips/bits/endian.h: Likewise.
10315         * sysdeps/mips/bits/setjmp.h: Likewise.
10316         * sysdeps/mips/dec/bits/endian.h: Likewise.
10317         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
10318         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
10319         * sysdeps/mips/p40/bits/endian.h: Likewise.
10320         * sysdeps/powerpc/bits/endian.h: Likewise.
10321         * sysdeps/powerpc/bits/fenv.h: Likewise.
10322         * sysdeps/powerpc/bits/setjmp.h: Likewise.
10323         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
10324         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
10325         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
10326         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
10327         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
10328         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
10329         * sysdeps/unix/bsd/bits/stat.h: Likewise.
10330         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
10331         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
10332         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
10333         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
10334         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
10335         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
10336         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
10337         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
10338         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
10339         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
10340         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
10341         * sysdeps/unix/common/bits/dirent.h: Likewise.
10342         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
10343         * sysdeps/unix/sysv/bits/stat.h: Likewise.
10344         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
10345         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
10346         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
10347         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
10348         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
10349         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
10350         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
10351         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
10352         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
10353         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
10354         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
10355         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
10356         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
10357         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
10358         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
10359         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
10360         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
10361         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
10362         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
10363         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
10364         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
10365         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
10366         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
10367         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
10368         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10369         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
10370         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
10371         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
10372         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
10373         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
10374         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
10375         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
10376         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
10377         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
10378         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
10379         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
10380         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
10381         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
10382         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
10383         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
10384         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
10385         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
10386         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
10387         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
10388         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
10389         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
10390         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
10391         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
10392         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
10393         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
10394         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
10395         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
10396         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
10397         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
10398         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
10399         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
10400         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
10401         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
10402         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
10403         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
10404         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
10405         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
10406         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
10407         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
10408         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
10409         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
10410         * sysdeps/vax/bits/huge_val.h: Likewise.
10411         * sysdeps/vax/bits/setjmp.h: Likewise.
10412         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
10413         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
10415 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10417         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
10419 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
10421         * strftime.c (strftime):
10422         No longer any need to undef or declare if emacs is defined.
10423         (my_strftime): When checking a -1 returned by mktime, don't blow up
10424         if localtime_r returns NULL.
10426 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10428         * README.template: Fix spelling.
10430 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10432         * configure.in: Enhance --enable-add-ons description a wee bit.
10434 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10436         * glibcbug.in: Add more information of build environment and flags.
10438 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10440         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
10441         it into ENOENT.
10443 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
10445         * elf/dl-support.c: Call __libc_init_secure to make sure
10446         __libc_enable_secure is defined early.
10447         * sysdeps/generic/enbl-secure.c: Change function name to
10448         __libc_init_secure and make it global instead of a constructor.
10450         * iconv/gconv.c: Fix lots of bugs.
10451         * iconv/gconv.h: Likewise.
10452         * iconv/gconv_builtin.h: Likewise.
10453         * iconv/gconv_close.c: Likewise.
10454         * iconv/gconv_conf.c: Likewise.
10455         * iconv/gconv_db.c: Likewise.
10456         * iconv/gconv_dl.c: Likewise.
10457         * iconv/gconv_open.c: Likewise.
10458         * iconv/gconv_simple.c: Likewise.
10459         * iconv/iconv.c: Likewise.
10460         * iconv/iconv_close.c: Likewise.
10461         * iconv/iconv_open.c: Likewise.
10463         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
10464         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
10465         * wcsmbs/wmemrtombs.c: New file.
10466         * wcsmbs/wmemrtowcs.c: New file.
10468 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
10470         * iconv/gconv_simple.c: Fix lots of bugs.
10471         * iconv/iconv_open.c: Normalize names before passing them to
10472         __gconv_open.
10474         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
10476         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
10477         * stdio-common/test-popen.c: Add test for above change.
10479         * math/libm-test.c: Print test results also using %a format,
10480         specified in PRINTF_XEXPR macro.
10481         * math/test-double.c: Define PRINTF_XEXPR.
10482         * math/test-float.c: Likewise.
10483         * math/test-ldouble.c: Likewise.
10484         * math/test-idouble.c: Likewise.
10485         * math/test-ifloat.c: Likewise.
10486         * math/test-ildoubl.c: Likewise.
10488         * stdio-common/vfscanf.c: Recognize a in format specifier only as
10489         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
10490         FP number format.
10492         * stdlib/strtod.c: Little code cleanup.
10494         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
10495         compiling in math subdir.
10497         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
10498         instead of __LIBC_M81_MATH_INLINES.
10499         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
10500         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
10501         * sysdeps/m68k/fpu/e_pow.c: Likewise.
10502         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
10503         * sysdeps/m68k/fpu/k_cos.c: Likewise.
10504         * sysdeps/m68k/fpu/k_sin.c: Likewise.
10505         * sysdeps/m68k/fpu/k_tan.c: Likewise.
10506         * sysdeps/m68k/fpu/s_atan.c: Likewise.
10507         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
10508         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
10509         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
10510         * sysdeps/m68k/fpu/s_csin.c: Likewise.
10511         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
10512         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
10513         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
10514         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
10515         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
10516         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
10517         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
10518         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
10519         * sysdeps/m68k/fpu/s_modf.c: Likewise.
10520         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
10521         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
10522         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
10523         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
10524         __LIBC_INTERNAL_MATH_INLINES is defined.
10526         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
10527         of compare macros from ISO C 9X.  Optimize generic versions a bit.
10528         Define __signbit inline functions and __ieee754_sqrt which can be
10529         used if the ompiler is fixed.
10531         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
10533 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10535         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
10536         sysdeps/generic in the whole dep file, not only in the first line.
10538 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10540         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
10542 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10544         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
10545         place.
10547 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10549         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
10550         is non-empty.
10552 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
10554         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
10555         return value.
10557 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
10559         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
10560         readlink succeeds but the return value is too long.
10562         * stdio-common/printf_fphex.c: Determine sign of number correctly.
10564 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
10566         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
10567         __remqu for Alpha.
10569 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
10571         * sysdeps/generic/sys/ucontext.h: Stub context file.
10573         * libio/iofprintf.c: Removed.  We use the stdio-common version.
10575         * manual/Makefile (distribute): Add stdio-fp.c.
10577         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
10579         * db2/Makefile (distribute): Add include/os_func.h, README and
10580         mutex/tsl_parisc.s.
10582         * hesiod/Makefile (distribute): Add README.hesiod.
10584 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
10586         * iconv/gconv.c: Correctly call transformation function.
10588         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
10590 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10592         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
10593         wrong results for e.g. remquo (3,2, &x)).
10594         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
10595         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
10597 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10599         * configure.in (ld --version-script): Test if the same symbol
10600         maybe defined in all versions (needed by recent changes to
10601         libc.map and supported with binutils 2.8.1.0.17) and issue warning
10602         if versioning is not supported/enabled.
10603         (bash test): Correct test case.
10605         * math/libm-test.c: Added counting/reporting of number of test cases.
10607         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
10608         use awk instead.
10610         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
10612 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10614         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
10616 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
10618         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
10619         Replace revoke call by use of REVOKE.
10620         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
10621         empty and #include generic version.
10622         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10624 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
10626         * libc.map: Add socket functions with __libc_* names.
10627         Reported by Andreas Jaeger.
10629 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10631         * libc.map: Tidy up (remove duplicates, sort entries).
10633 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10635         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
10637 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
10639         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
10640         again after successful call.
10641         Patch by Marc Lehmann <pcg@goof.com>.
10643 1997-11-17  Paul Eggert  <eggert@twinsun.com>
10645         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
10646         as some hosts need this to declare localtime_r properly.
10648 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
10650         * libc.map: Add iconv_open, iconv, and iconv_close.
10652 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
10654         * iconv/Makefile: New file.
10655         * iconv/gconv.c: New file.
10656         * iconv/gconv.h: New file.
10657         * iconv/gconv_builtin.c: New file.
10658         * iconv/gconv_builtin.h: New file.
10659         * iconv/gconv_close.c: New file.
10660         * iconv/gconv_conf.c: New file.
10661         * iconv/gconv_db.c: New file.
10662         * iconv/gconv_dl.c: New file.
10663         * iconv/gconv_open.c: New file.
10664         * iconv/gconv_simple.c: New file.
10665         * iconv/iconv.c: New file.
10666         * iconv/iconv.h: New file.
10667         * iconv/iconv_close.c: New file.
10668         * iconv/iconv_open.c: New file.
10669         * include/gconv.h: New file.
10671         * Makeconfig: Define gconvdir.
10672         * Makefile (subdirs): Add iconv.
10674         * string/bits/string2.h: Add optimization for strtok_r.
10676         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
10677         for NULL.
10678         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
10679         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
10681         * configure.in: Correct test for bash2.
10682         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10684         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
10685         (CFLAGS-locfile.c): Likewise.
10686         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10688         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
10689         non-existing entry if the table is full.
10691         * posix/regex.h: Pretty print.
10693         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
10695         * sysdeps/posix/ctermid.c: Simplify a bit.
10697         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
10699 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10701         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
10702         <sys/types.h> instead of <asm/types.h>.
10704 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10706         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
10708 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
10710         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
10711         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
10712         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
10713         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
10714         fclose): Added to GLIBC_2.1.
10716         * libio/Makefile (routines, shared-only-routines): Add
10717         oldiofclose.  Remove oldfreopen.
10719         * libio/freopen.c (freopen): When PIC is defined, call
10720         _IO_old_freopen () for old stdio.
10722         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
10723         (_IO_fclose, fclose): Use _IO_new_fclose as default version
10724         for GLIBC_2.1.
10726         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
10727         instead of _IO_file_close_it.
10729         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
10730         to _IO_2_1_stdxxx_.
10731         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
10732         is defined.
10734         * libio/libioP.h (_IO_old_do_flush): New.
10736         * libio/oldfileops.c (_IO_old_file_close_it,
10737         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
10738         Call _IO_old_do_flush () instead of _IO_do_flush ().
10739         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
10740         _IO_do_write ().
10742         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
10743         instead of _IO_file_init ().
10744         Bind old symbols to version GLIBC_2.0.
10746         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
10747         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
10748         _IO_stdxxx_.
10749         (_IO_check_libio): New function in .init.
10751         * libio/oldiofclose.c: New file.
10753         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
10754         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
10755         (DEF_STDFILE): Don't use default_symbol_version.
10757         * libio/stdio.c (stdin, stdout, stderr): Set to
10758         _IO_2_1_stdxxx_._
10759         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
10760         stdxxx.
10762         * csu/Makefile (distribute): Add init.c.
10763         (extra-objs): Add init.o for ELF.
10764         (start-installed-name): Add $(objpfx)init.o.
10766         * csu/init.c: New file.
10768 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
10770         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
10771         definition as the default.
10773 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
10775         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
10777 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10779         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
10780         (PR 351).
10782 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
10784         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
10785         to preserve condition codes on function call.
10787 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10789         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
10791 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10793         * math/libm-test.c (asin_test): Add epsilon for float.
10794         (tan_test): Add epsilon for float.
10795         (log1p_test): Add epsilon for float.
10796         (inverse_functions): Add epsilons.
10798         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
10799         net/if_packet.h.
10801         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
10803 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10805         * md5-crypt/Makefile (extra-objs): Make recursively expanded
10806         variable, since $(object-suffixes) is not defined yet.
10808 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10810         * db2/Makefile (distribute): db185/db185_int.src ->
10811         db185/db185_int.h.
10813 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10815         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
10816         exactly one.
10818 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10820         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
10821         name.
10822         * sysdeps/generic/e_acosl.c: Likewise.
10823         * sysdeps/generic/e_asinl.c: Likewise.
10824         * sysdeps/generic/e_atan2l.c: Likewise.
10825         * sysdeps/generic/e_expl.c: Likewise.
10826         * sysdeps/generic/e_fmodl.c: Likewise.
10827         * sysdeps/generic/e_j0l.c: Likewise.
10828         * sysdeps/generic/e_j1l.c: Likewise.
10829         * sysdeps/generic/e_jnl.c: Likewise.
10830         * sysdeps/generic/e_lgammal_r.c: Likewise.
10831         * sysdeps/generic/e_log10l.c: Likewise.
10832         * sysdeps/generic/e_logl.c: Likewise.
10833         * sysdeps/generic/e_powl.c: Likewise.
10834         * sysdeps/generic/e_sqrtl.c: Likewise.
10835         * sysdeps/generic/e_exp2l.c: Likewise.
10837 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10839         * Make-dist (+sysdep-names): Remove extra paren.
10840         * Makefile (distribute): Add stub-tag.h.
10841         * elf/Makefile (distribute): Add atomicity.h.
10842         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
10843         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
10844         [$(subdir)=socket]: Add net/if_packet.h.
10845         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
10846         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
10847         net/if_packet.h, scsi/sg.h.
10849 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10851         * Makefile (install): Quote $(CC) expansion.
10853 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10855         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
10856         working /proc cwd and no restrictions on path length.  Following
10857         some ideas from Andi Kleen <ak@muc.de> (PR 350).
10859 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10861         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
10862         * nis/nss_compat/compat-pwd.c: Likewise.
10863         * nis/nss_compat/compat-spwd.c: Likewise.
10865 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
10867         * sysdeps/libm-i387/s_fdim.S: New file.
10868         * sysdeps/libm-i387/s_fdimf.S: New file.
10869         * sysdeps/libm-i387/s_fdiml.S: New file.
10870         * sysdeps/libm-i387/i686/s_fdim.S: New file.
10871         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
10872         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
10874 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10876         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
10877         pointer to unsigned char.
10879 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10881         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
10883         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
10885         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
10887 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10889         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
10890         ilogb(0/NaN).
10891         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
10892         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
10894 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
10896         * sysdeps/libm-i387/s_fmin.S: New file.
10897         * sysdeps/libm-i387/s_fminf.S: New file.
10898         * sysdeps/libm-i387/s_fminl.S: New file.
10899         * sysdeps/libm-i387/s_fmax.S: New file.
10900         * sysdeps/libm-i387/s_fmaxf.S: New file.
10901         * sysdeps/libm-i387/s_fmaxl.S: New file.
10902         * sysdeps/libm-i387/i686/s_fmin.S: New file.
10903         * sysdeps/libm-i387/i686/s_fminf.S: New file.
10904         * sysdeps/libm-i387/i686/s_fminl.S: New file.
10905         * sysdeps/libm-i387/i686/s_fmax.S: New file.
10906         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
10907         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
10909 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
10911         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
10912         * sysdeps/unix/sysv/linux/send.S: Likewise.
10913         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
10914         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
10915         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
10916         * sysdeps/unix/sysv/linux/recv.S: Likewise.
10917         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
10918         * sysdeps/unix/sysv/linux/connect.S: Likewise.
10919         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
10921 See ChangeLog.7 for earlier changes.